]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
2
3 * derived.el (define-derived-mode): Create the abbrev-table
4 from inside the `defvar'.
5
6 * jit-lock.el (jit-lock-defer-time): New var.
7 (jit-lock-defer-timer, jit-lock-buffers): New vars.
8 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
9 (jit-lock-function): Defer fontification if requested.
10 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
11 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
12 text property.
13 (jit-lock-deferred-fontify): New fun.
14
15 2001-11-20 Richard M. Stallman <rms@gnu.org>
16
17 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
18 Set local-abbrev-table to lisp-mode-abbrev-table.
19
20 * emacs-lisp/re-builder.el (reb-mode):
21 Don't use define-derived-mode. Call kill-all-local-variables.
22
23 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
24 Don't use define-derived-mode.
25
26 * help-mode.el (help-mode): Undo 2001-10-07 change.
27
28 * replace.el (occur-mode): Undo 2001-5-20 change.
29
30 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
31
32 * play/landmark.el: Mark lm-mode as special.
33
34 * play/gomoku.el: Mark gomoku-mode as special.
35
36 2001-11-20 Juanma Barranquero <lektu@terra.es>
37
38 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
39 (top-level): Bind it to C-c C-b.
40 (re-builder): Don't re-enter RE Builder Mode.
41
42 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
43
44 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
45
46 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
47 `manual-program'.
48
49 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
50 to a line without a comment.
51
52 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
53
54 * dired.el (dired-listing-switches): Mention in the doc string
55 that some switches are not supported by ls-lisp.el
56
57 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
58
59 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
60 (imenu--create-keymap-2): Remove.
61 (imenu--create-keymap-1): Simplify, remove third argument.
62 (imenu--generic-function): Use dolist.
63 (imenu-find-default): New function.
64 (imenu--completion-buffer): Use it.
65 (imenu--mouse-menu): Use popup-menu.
66 (imenu--menubar-select): Return t rather than calling imenu.
67
68 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
69 New functions, extracted from fill-region-as-paragraph.
70 (fill-region-as-paragraph): Use them.
71 Use an end marker instead of eob.
72 Ignore whitespace-only fill-prefixes when indenting according to mode.
73 Simplify the loop that searches for spaces backwards.
74
75 * textmodes/picture.el (picture-vertical-step)
76 (picture-horizontal-step): Don't use defconst for variables.
77
78 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
79 (mail-extract-address-components): Downcase domain names.
80 (mail-extr-delete-char): Remove. Use delete-char instead.
81
82 * emulation/pc-select.el: Doc string fixes.
83 (pc-selection-mode): Don't treat macos as a tty.
84
85 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
86
87 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
88
89 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
90 (mouse-wheel-progessive-speed): New var.
91 (mwheel-scroll): Use it and handle float values.
92
93 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
94
95 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
96 (iswitchb): Fix the case where the result was selected with the mouse.
97 (iswitchb-completion-help): Use the normal *Completions* now that
98 mouse selection works.
99 (iswitchb-minibuffer-setup): Simplify.
100
101 * newcomment.el (comment-column, comment-style, comment-multi-line)
102 (comment-auto-fill-only-comments): Remove :group arg.
103 (comment-padding): Add :type.
104 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
105 if called interactively.
106
107 2001-11-19 Colin Walters <walters@verbum.org>
108
109 * calc/calc.el (toplevel): Add comment and version header.
110 (calc-init-base): Bump version to 2.02f, update date.
111
112 2001-11-19 Richard M. Stallman <rms@gnu.org>
113
114 * net/browse-url.el: Support Mozilla and Galeon.
115 By default, find the installed browser whichever it is.
116 (browse-url-mozilla): New function.
117 (browse-url-mozilla-sentinel): New function.
118 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
119 (browse-url-default-browser): New function.
120 (browse-url-process-environment): Use browse-url-browser-display.
121 (browse-url-browser-display): Renamed from browse-url-netscape-display.
122 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
123 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
124 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
125 (browse-url-browser-function): New default, new options.
126
127 2001-11-19 Sam Steingold <sds@gnu.org>
128
129 * bindings.el (last-buffer, unbury-buffer): New function.
130 (mode-line-unbury-buffer): Use `unbury-buffer'.
131
132 2001-11-18 Stephen Eglen <stephen@gnu.org>
133
134 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
135 control behaviour when no further completion is possible.
136
137 2001-11-19 Colin Walters <walters@verbum.org>
138
139 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
140 (math-showing-full-precision, math-with-extra-prec, math-working)
141 (calc-with-default-simplification)
142 (calc-with-trail-buffer): Use backtick.
143 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
144 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
145 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
146 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
147 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
148 (Math-num-integerp, Math-bignum-test, Math-equal-int)
149 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
150 (calc-record-compilation-date-macro): Deleted. Callers updated.
151 (math-format-radix-digit): Move to calc-bin.el.
152
153 * calc/calc.el (calc-record-compilation-date): Remove.
154 (calc-bug-address): Update.
155 (calc-settings-file): Use `user-init-file'.
156
157 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
158 Handle null `calc-settings-file'.
159
160 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
161 * calc/calc-keypd.el (calc-keypad-mode): New.
162 (calc-do-keypad): Use it.
163 (calc-keypad-map): Move into `calc-keypad-mode'.
164
165 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
166 to defalias argument.
167
168 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
169 (calcFunc-floor): Ditto.
170
171 * calc-units.el (calcFunc-usimplify): Ditto.
172
173 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
174 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
175 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
176 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
177 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
178 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
179 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
180 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
181 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
182 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
183 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
184 and move them before their first use. Use `when', `unless'.
185 Remove trailing periods from error forms. Add description and
186 headers suggested by Emacs Lisp coding conventions.
187
188 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
189
190 * newcomment.el (comment-indent):
191 Fix misindentation for comment-only lines.
192 (comment-indent-new-line): Only obey comment-multi-line if the
193 comment-ender is not the end-of-line.
194
195 2001-11-19 Richard M. Stallman <rms@gnu.org>
196
197 * net/net-utils.el (network-connection-service-abbrev-alist):
198 New variable.
199
200 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
201 Advance to start of 3rd sexp by moving fwd and backing over it.
202 At first three elements, act like defun.
203
204 * delsel.el (delete-selection-pre-hook): Handle and resignal
205 file-supersession errors to interact properly with userlock.el.
206
207 2001-11-18 Richard M. Stallman <rms@gnu.org>
208
209 * progmodes/fortran.el (fortran-mode-syntax-table):
210 Specify punctuation syntax for backslash.
211
212 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
213 All calls deleted.
214
215 * international/mule-util.el (string-to-sequence): Make it obsolete.
216 (string-to-list, string-to-vector): Implement them directly
217 using append and vconcat, not with string-to-sequence.
218
219 * startup.el (command-line): Set abbrevs-changed to nil after
220 reading the init file and the abbrevs file.
221
222 * isearch.el (isearch): Use magenta2 as bg for (background light)
223
224 2001-11-17 Richard M. Stallman <rms@gnu.org>
225
226 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
227
228 * simple.el (minibuffer-history-sexp-flag): Doc fix.
229
230 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
231
232 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
233 If set and if applicable, add a regexp to highlight defun-like
234 text inside comments and strings.
235 (font-lock-fontify-keywords-region): Pass that new arg.
236 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
237 to the end and pass that new arg.
238 (c-font-lock-keywords-2): Fix regex for labels.
239 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
240 Make it work when LIMIT is several lines further.
241 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
242 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
243 Use backquote and make the regexes for `int a, b, c;' work on
244 multiple lines.
245
246 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
247 (font-lock-defaults-alist): Don't change it any more.
248 (reb-subexp-mode-map): Cleanup.
249
250 * custom.el (custom-current-group-alist): New var.
251 (custom-declare-group): Set it.
252 (custom-current-group): New fun.
253 (custom-declare-variable, custom-handle-all-keywords):
254 Use it as a default if no :group argument is specified.
255
256 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
257 (standard-keyboard-coding-systems): New var.
258 (set-locale-environment): Use it to decide whether or not to call
259 set-keyboard-coding-system.
260 (locale-language-names): Use \"French\" for "fr".
261
262 2001-11-17 Richard M. Stallman <rms@gnu.org>
263
264 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
265 (add-to-list): Delete compatibility code.
266 (checkdoc-next-message-error): Doc fix.
267
268 2001-11-17 Stephen Eglen <stephen@gnu.org>
269
270 * locate.el (locate): Show default locate pattern within the
271 prompt, but don't insert it into the minibuffer contents.
272 Catch the case when pattern is the empty string.
273
274 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
275
276 * language/european.el ("French"): New language environment.
277
278 2001-11-16 Richard M. Stallman <rms@gnu.org>
279
280 * calendar/todo-mode.el (todo-save): Fix previous change.
281
282 * subr.el (functionp): Do use cdr-safe on object.
283
284 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
285
286 * bindings.el (mode-line-mode-name): Only put the help-echo property
287 if the local-map property was put as well.
288 (global-map): Bind switch-frame, delete-frame, iconify-frame
289 and make-frame-visible events.
290
291 * emacs-lisp/elp.el (elp-not-profilable): New var.
292 (elp-not-profilable-p): New function.
293 (elp-instrument-function): Use it. Use backquotes and push.
294
295 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
296 (byte-stack+-info, byte-compile-last-warned-form)
297 (byte-compile-last-logged-file): Don't defconst a variable.
298 (no-byte-compile): Declare.
299 (byte-compile-file): Don't boundp-check no-byte-compile any more.
300 (byte-compile-defvar): Leave defconst as is.
301
302 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
303 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
304 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
305 (edebug-best-error): Don't defconst a variable.
306 (edebug-read-syntax-table): Use a char-table.
307 (edebug-lemacs-specific): Remove.
308 Toplevel: Eliminate check for Lucid Emacs.
309
310 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
311
312 * rect.el (move-to-column-force): Mark obsolete.
313 (operate-on-rectangle, delete-extract-rectangle-line)
314 (insert-rectangle, delete-whitespace-rectangle-line)
315 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
316 (string-rectangle-history): New var.
317 (string-rectangle, string-insert-rectangle): Use it.
318 (delete-rectangle-line): Fix pos/column mixup and simplify.
319
320 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
321 (normal-top-level, command-line, command-line-1): Simplify.
322
323 * tar-mode.el (tar-mode): Use define-derived-mode.
324
325 * view.el (view-mode-enable): Don't use make-local-hook.
326
327 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
328
329 2001-11-16 Richard M. Stallman <rms@gnu.org>
330
331 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
332 if it doesn't make sense as anything else.
333 Don't recognize a "telephone number" at the beginning of the name.
334 (mail-extr-leading-garbage): Match non-word characters only.
335
336 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
337
338 * startup.el (command-line-processed): Doc fix.
339
340 * apropos.el (apropos-next-label-button): Doc fix.
341
342 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
343
344 * comint.el (comint-mode): Simplify.
345 (make-comint-in-buffer): Run `comint-mode' only if necessary.
346
347 * subr.el (eval-after-load): Make it work with features as well.
348
349 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
350
351 * international/mule-cmds.el (describe-input-method): Setup xref.
352 (set-language-environment): Use functionp.
353 (locale-language-names, locale-charset-language-names)
354 (locale-preferred-coding-systems): Defconst and purecopy.
355
356 * language/european.el (mac-roman): Add mime-charset property.
357
358 2001-11-15 Richard M. Stallman <rms@gnu.org>
359
360 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
361 (multiple-value-apply, nth-value): Use defsubst rather than defalias
362 to get better doc strings.
363
364 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
365
366 * derived.el: Fix autoload cookie.
367
368 2001-11-15 Richard M. Stallman <rms@gnu.org>
369
370 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
371
372 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
373
374 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
375
376 2001-11-15 Richard M. Stallman <rms@gnu.org>
377
378 * dired.el (dired-undo): Display a message to explain
379 that this does not undo file system changes.
380
381 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
382
383 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
384 into `unread-command-events' instead of trying keymap
385 lookups ourselves. This makes mouse-clicks do the right
386 thing even when keymaps of overlays are involved.
387 (mouse-drag-drag): Likewise.
388
389 2001-11-15 Andreas Schwab <schwab@suse.de>
390
391 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
392 characters and append anchor to pattern added to auto-mode-alist.
393
394 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
395
396 * server.el (server-process-filter): Run pore/post-comment-hook
397 before/after visiting the file.
398
399 * info-look.el (makefile-mode): Add info for automake.
400 (autoconf-mode): Fix the name of the index for automake.
401
402 * international/latin-9.el: Give pilcrow punctuation syntax.
403
404 2001-11-15 Andre Spiegel <spiegel@gnu.org>
405
406 * vc.el: Documentation fixes.
407
408 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
409
410 * smerge-mode.el (smerge-match-conflict): Fix typo.
411 (smerge-diff): Be careful to read match-data early enough.
412
413 2001-11-14 Colin Walters <walters@verbum.org>
414
415 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
416 (calcFunc-subst): Use `defalias' instead of `fset' and
417 `symbol-function'.
418
419 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
420 (calcFunc-ceil, calcFunc-round): Ditto.
421
422 * calc/calc-bin.el (calcFunc-clip): Ditto.
423
424 * calc/calc-ext.el (calcFunc-evalv): Ditto.
425
426 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
427
428 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
429 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
430
431 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
432
433 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
434 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
435 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
436 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
437 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
438 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
439 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
440 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
441 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
442 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
443 * calcsel2.el: Style cleanup; don't put closing parens on their
444 own line, add "foo.el ends here" to each file, and update
445 copyright date.
446
447 * README: Update maintainer.
448
449 2001-11-13 Alan Shutko <ats@acm.org>
450
451 * compile.el (recompile): Use compilation-arguments if set, so as
452 to be able to M-x recompile the exact command which created a
453 compilation-mode buffer.
454
455 2001-11-13 Richard M. Stallman <rms@gnu.org>
456
457 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
458
459 2001-11-13 Gerd Moellmann <gerd@gnu.org>
460
461 * mouse.el (mouse-drag-region): Don't run the up-event
462 handler if window start changed due to the down-mouse event.
463
464 2001-11-13 Richard M. Stallman <rms@gnu.org>
465
466 * mouse.el (mouse-show-mark): Either move point to the mark
467 or use highlighting, never both.
468 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
469
470 2001-11-13 Simon Josefsson <jas@extundo.com>
471
472 * mail/smtpmail.el (top-level): Change maintainer to Simon
473 Josefsson, cleanup the smtpmail.el header.
474
475 * mail/smtpmail.el (top-level): Don't require cl or base64.
476 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
477 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
478 Defsubst instead of defmacro.
479 (smtpmail-intersection): Return value in reverse order.
480 (smtpmail-open-stream): Use stringp instead of string-to-list.
481 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
482 separated from smtpmail-via-smtp.
483
484 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
485 rfc2104. Require base64 and cl.
486 (smtpmail-smtp-service): Doc fix. :type fix.
487 (smtpmail-debug-info): Doc fix.
488 (smtpmail-debug-verb, smtpmail-auth-credentials)
489 (smtpmail-starttls-credentials, smtpmail-auth-supported):
490 New variables.
491 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
492 mail-utils (it is autoloaded).
493 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
494 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
495 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
496 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
497 (smtpmail-via-smtp): Support AUTH.
498 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
499
500 2001-11-13 Richard M. Stallman <rms@gnu.org>
501
502 * ebuff-menu.el (electric-buffer-update-highlight): New function.
503 (electric-buffer-overlay): New variable.
504 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
505 (electric-buffer-list): Likewise.
506
507 2001-11-13 Per Starback <starback@ling.uu.se>
508
509 * isearch.el (isearch-whitespace-chars): Doc fix.
510 (isearch-mode): Handle negative search-slow-window-lines correctly.
511
512 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
513
514 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
515
516 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
517 From Emmanuel Briot <briot@act-europe.fr>.
518
519 2001-11-13 Colin Walters <walters@debian.org>
520
521 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
522
523 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
524 "~/.emacs"; use `read-file-name'.
525
526 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
527 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
528 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
529 * calc/calc.el: Use `frame-width' instead of `screen-width',
530 `frame-height' instead of `screen-height', and,
531 `executing-kbd-macro' instead of `executing-macro'.
532
533 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
534 correct number of arguments.
535
536 * calc/calc-aent.el (calc-do-alg-entry):
537 Use `blink-paren-function' instead of `blink-paren-hook'.
538
539 2001-11-12 Richard M. Stallman <rms@gnu.org>
540
541 * calendar/todo-mode.el (todo-save): Add save-excursion
542 and save-restriction.
543
544 * server.el (server-edit, server-done): Doc fix.
545
546 * simple.el (clone-indirect-buffer): Error if major mode symbol
547 has a no-clone-indirect property.
548 (clone-buffer): Check for obvious errors before reading clone name.
549
550 * info.el (Info-mode): Add a no-clone-indirect property.
551
552 2001-11-12 Sam Steingold <sds@gnu.org>
553
554 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
555 set-buffer-modified-p to nil after `vc-exec-after'.
556 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
557 (log-view-mode): Make read-only.
558 (log-view-current-file): Do final `expand-file-name' in the
559 current `default-directory'.
560 (log-view-current-tag): Take an optional `where' arg.
561 (log-view-diff): New user command.
562
563 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
564
565 * progmodes/cpp.el (cpp-choose-face): Fix typo.
566
567 2001-11-12 Sam Steingold <sds@gnu.org>
568
569 * emacs-lisp/cl-indent.el (toplevel): Indent properly
570 `generic-flet', `generic-labels', `with-accessors',
571 `with-condition-restarts'.
572
573 2001-11-12 Richard M. Stallman <rms@gnu.org>
574
575 * dired.el: Many trivial doc fixes.
576 (dired-get-file-for-visit): New function.
577 (dired-find-alternate-file, dired-mouse-find-file-other-window):
578 (dired-view-file, dired-find-file-other-window, dired-display-file):
579 (dired-find-file): Use dired-get-file-for-visit.
580
581 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
582
583 * sql.el (sql-mode): Doc change.
584
585 * sql.el (sql-mode-syntax-table): The backslash is no longer an
586 escape character.
587
588 2001-11-12 Colin Walters <walters@debian.org>
589
590 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
591 (calc-do-keypad): Don't attempt to use nonexistent global
592 mouse-map, use calc-keypad-map.
593 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
594 (calc-keypad-left-click): Don't use mouse-map; update to new event
595 interface.
596 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
597 (calc-keypad-press): Use `unread-command-events' instead of
598 `unread-command-char'.
599
600 * calc/calc-ext.el (calc-init-extensions): Update autoload names
601 to match files renamed on initial calc import.
602
603 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
604
605 * textmodes/flyspell.el (flyspell-default-dictionary):
606 Fix previous change.
607
608 2001-11-12 Richard M. Stallman <rms@gnu.org>
609
610 * textmodes/flyspell.el (flyspell-default-dictionary):
611 Fix custom type.
612
613 2001-11-11 Richard M. Stallman <rms@gnu.org>
614
615 * calendar/solar.el (solar-sunrise-and-sunset):
616 Exchange the two extreme values of day-length.
617
618 * progmodes/sh-script.el (sh-must-be-shell-mode):
619 Allow modes derived from sh-mode.
620
621 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
622 Turn off error in some re-search-forward calls.
623
624 * replace.el (query-replace-skip-read-only): New variable.
625 (perform-replace): If that variable is non-nil, ignore matches
626 that have a read-only property.
627
628 * derived.el (define-derived-mode): Doc fix.
629
630 * server.el (server-buffer-done): Test of server-existing-buffer
631 was backwards.
632 (server-existing-buffer): Doc fix.
633
634 * textmodes/flyspell.el (flyspell-default-dictionary):
635 Allow nil as value, and make nil the default.
636
637 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
638
639 * subdirs.el: Regenerated.
640
641 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
642 it is not fboundp.
643 (clipboard-yank): Ditto.
644
645 2001-11-11 Colin Walters <walters@verbum.org>
646
647 The following changes are based on patches from
648 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
649 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
650
651 * calc/calc.el (toplevel): Require calc-macs.
652 (calc-minibuffer-size): New.
653 (calcDigit-nondigit): Use it instead of `buffer-size'.
654 (calcDigit-backspace): Likewise.
655 (calcDigit-nondigit): Use `minibuffer-contents' instead of
656 `buffer-string'.
657 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
658 `point-min'.
659 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
660 `save-excursion'.
661
662 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
663 simple `setq' form.
664
665 * calc/calc-ext.el: (toplevel): Require calc.
666 (calc-fancy-prefix-map): New.
667 (calc-fancy-prefix): Use it.
668 (calc-fancy-prefix-other-key): New.
669
670 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
671 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
672 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
673 (calcAlg-enter): Likewise.
674 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
675
676 2001-11-10 Richard M. Stallman <rms@gnu.org>
677
678 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
679 (quietly-read-abbrev-file): Doc fix.
680
681 * startup.el (command-line): Read standard abbrev
682 file (abbrev-file-name), if it exists.
683
684 * files.el (save-abbrevs): Default value is t.
685
686 * progmodes/compile.el (compile-goto-error): Fix previous change
687 in the case where subsequent errors have not been parsed yet
688 because they are in a different source file.
689
690 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
691
692 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
693 Merge two regular expressions into one.
694 (ps-mode): Make local bindings for `comment-start' and
695 `comment-start-skip'.
696 (ps-mode-looking-at-nested): Simplify an if-else construct;
697 use `set-match-data' to set the result.
698
699 2001-11-10 Richard M. Stallman <rms@gnu.org>
700
701 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
702 Function deleted.
703 (flyspell-correct-word): Old definition deleted.
704 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
705 All references renamed too.
706
707 2001-11-10 Gerd Moellmann <gerd@gnu.org>
708
709 * Makefile.in (finder_setwins, setwins): Exclude Calc.
710
711 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
712
713 * wid-edit.el (checklist): Removed `:menu-tag'.
714 (radio-button-choice): Ditto.
715 (editable-list): Ditto.
716
717 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
718
719 * play/gomoku.el: Move definitions of constants to the beginning
720 of file, before their use.
721
722 2001-11-09 Richard M. Stallman <rms@gnu.org>
723
724 * textmodes/flyspell.el: Use the keymap property
725 instead of local-map, and don't use a minor-mode map.
726 (flyspell-mode-map): Variable deleted.
727 Don't mess with minor-mode-map-alist.
728 (calling add-minor-mode): Specify nil for keymap.
729 And always use add-minor-mode, now that it exists.
730 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
731 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
732 or flyspell-local-mouse-map.
733 (make-flyspell-overlay): Use flyspell-mouse-map directly.
734 (flyspell-mode): Doc fix.
735 (flyspell-mode-on): Don't call make-local-hook.
736
737 2001-11-09 Sam Steingold <sds@gnu.org>
738
739 * emacs-lisp/debug.el (debugger-make-xrefs):
740 Add buttons to all symbols.
741
742 2001-11-09 Andre Spiegel <spiegel@gnu.org>
743
744 * vc.el: Add John David Smith to credits.
745
746 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
747
748 * vc-hooks.el (vc-error-occured): Backquotified.
749 (vc-file-prop-obarray): Use prime length for better efficiency.
750
751 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
752
753 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
754
755 * info.el (Info-file-list-for-emacs): Add entries for Calc.
756
757 2001-11-09 Miles Bader <miles@gnu.org>
758
759 * subr.el (functionp): Don't consider macros as functions.
760
761 2001-11-08 Miles Bader <miles@gnu.org>
762
763 * subr.el (functionp): Make work correctly for macros and unbound
764 symbols.
765
766 * comint.el (comint-send-input): Fix description of
767 `comint-process-echoes' in the doc-string.
768
769 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
770
771 * international/mule.el (make-translation-table): Doc fix.
772 Suggested by Alex Schroeder <alex@gnu.org>.
773
774 2001-11-07 Richard M. Stallman <rms@gnu.org>
775
776 * info.el (Info-fontify-node): Highlight every third menu item.
777
778 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
779
780 * cus-edit.el (custom-face-value-create): Don't ignore the
781 `customized-face' attribute when finding the current face spec.
782
783 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
784
785 * subr.el (with-local-quit): New macro.
786 (make-syntax-table): Always inherit.
787 (functionp): Be more careful when `object' is a symbol.
788
789 * dabbrev.el (dabbrev-completion): Use "*Completions*".
790
791 2001-11-07 Paul Eggert <eggert@twinsun.com>
792
793 * dired.el (dired-move-to-filename-regexp):
794 Do not distinguish between ASCII letters and non-ASCII characters.
795 Don't allow comma except in the form "month day, year".
796 Don't allow space between month name and comma.
797 Clean up the code that checks for trailing period, comma, and space.
798 Remove now-obsolete comments, and add more commentary about
799 Japanese dates.
800 Always gobble up trailing spaces, instead of doing it only sometimes.
801
802 2001-11-07 Miles Bader <miles@gnu.org>
803
804 * paren.el (show-paren-match-face): Add dark-background variant.
805
806 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
807
808 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
809 (lisp-mode-variables): Don't set paragraph-{start,separate}.
810 Don't disable adaptive-fill-mode.
811 (lisp-fill-paragraph): Use tab-width rather than 8.
812 Prevent filling the first line of docstrings.
813
814 2001-11-06 Richard M. Stallman <rms@gnu.org>
815
816 * play/gomoku.el (gomoku): Doc fix.
817
818 * jka-compr.el (jka-compr-partial-uncompress):
819 Support an alternative of not using dd.
820 (jka-compr-dd-program): Use defcustom to define this.
821 (jka-compr-load-suffixes): Use defcustom.
822 (jka-compr-mode-alist-additions): Use defcustom.
823
824 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
825
826 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
827 Also work when LIMIT is further than the end of line.
828
829 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
830
831 * international/quail.el (quail-update-leim-list-file): Print the
832 offending file name if some of its quail-define-package forms is broken.
833
834 2001-11-05 Richard M. Stallman <rms@gnu.org>
835
836 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
837 of the evaluated form.
838
839 2001-11-05 Paul Eggert <eggert@twinsun.com>
840
841 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
842 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
843 stamps always line up by default. Also, it uses a slightly
844 different window to determine whether files are "recent".
845
846 2001-11-05 Andrew Innes <andrewi@gnu.org>
847
848 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
849 Don't attempt to remake autoloads before nuking .elc files.
850
851 2001-11-04 Richard M. Stallman <rms@gnu.org>
852
853 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
854 previous-single-property-change or next-single-char-property-change
855 returns nil.
856
857 * international/mule-cmds.el (set-locale-environment):
858 Make it interactive; make arg optional.
859
860 * international/mule-diag.el (help-funs): Require help-funs.
861
862 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
863
864 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
865
866 2001-11-04 Miles Bader <miles@gnu.org>
867
868 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
869 shadow of the splash image grey on a dark background instead of black.
870
871 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
872
873 * term.el (all faces): Don't (copy-face 'default <foo>).
874
875 * term/xterm.el (function-key-map):
876 Add entry for `ESC [ 3 ~' -> <delete>
877 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
878 Use inheritance so that .emacs and terminfo take precedence.
879
880 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
881
882 * tooltip.el (tooltip-delay): Decrease to 0.7.
883 (tooltip-hide-delay): Enlarge to 10.
884
885 2001-11-03 Richard M. Stallman <rms@gnu.org>
886
887 * startup.el (fancy-splash-tail): Explain how to recover
888 from a crash, if there was a crash.
889 (command-line-1): Reorganize display of startup screen,
890 to simplify the logic. Use a temp buffer for it.
891
892 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
893
894 * frame.el (set-background-color, set-foreground-color):
895 Call face-set-after-frame-default, to propagate the new colors to
896 the frame's parameters alist.
897
898 * calendar/timeclock.el (timeclock-out): Signal an error if
899 timeclock-last-event is nil.
900
901 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
902
903 * textmodes/fill.el (fill-context-prefix): Fix braino.
904
905 * international/quail.el (quail-help):
906 Use `help-buffer' and move `help-setup-xref' to beginning.
907
908 * international/mule-cmds.el (describe-language-environment):
909 Use `help-buffer' and move `help-setup-xref' to beginning.
910
911 * international/mule-diag.el (list-character-sets)
912 (sort-listed-character-sets, describe-character-set)
913 (describe-coding-system, describe-fontset, list-fontsets):
914 Use `help-buffer' and move `help-setup-xref' to beginning.
915 (describe-char-after): Use `internal-describe-syntax-value'.
916
917 2001-11-02 Richard M. Stallman <rms@gnu.org>
918
919 * mouse.el (popup-menu): If the user refuses to select
920 from a menu, don't try to invoke the menu.
921
922 2001-11-02 Miles Bader <miles@gnu.org>
923
924 * help-mode.el (help-xref): New button type.
925 (help-function, help-variable, help-face, help-coding-system)
926 (help-input-method, help-character-set, help-type, help-symbol)
927 (help-back, help-info, help-customize-variable, help-customize-face)
928 (help-function-def, help-variable-def): Use it as a supertype.
929 Remove `action' property.
930
931 * international/mule-diag.el (describe-character-set)
932 (describe-coding-system): Pass correct args to `help-xref-button'.
933 (sort-listed-character-sets): New button type.
934 (list-character-sets): Use it.
935 (list-charset-chars): New button type.
936 (list-character-sets-1): Use it.
937
938 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
939
940 * indent.el (tab-always-indent, indent-for-tab-command):
941 Remove redundant `never' setting.
942
943 * fill.el (fill-region-as-paragraph): Don't forget to skip
944 over current whitespace before looking for a preceding space.
945
946 2001-11-01 Richard M. Stallman <rms@gnu.org>
947
948 * files.el (file-newest-backup): Don't pass backup file name
949 thru file-name-sans-versions, because it never has version numbers.
950
951 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
952 to avoid ambiguous nested loops.
953
954 * files.el (find-file-noselect): Offer to change buffer-read-only
955 only when the file's read-only status has changed from before
956 as well as disagreeing with the buffer's current status.
957 (buffer-file-read-only): New var, local in all buffers.
958
959 * buff-menu.el (buffer-menu): Doc fix.
960 (buffer-menu-other-window): Doc fix.
961 (list-buffers, list-buffers-noselect): Doc fix.
962
963 2001-11-01 Gerd Moellmann <gerd@gnu.org>
964
965 * startup.el (command-line): If the terminal Emacs is running on
966 has erase char set to ^H, use the Backspace key for deleting
967 backward, and the Delete key for deleting forward.
968
969 2001-11-01 Miles Bader <miles@gnu.org>
970
971 * button.el (define-button-type): Make sure every user-defined
972 button type has a supertype.
973
974 2001-10-31 Jason Rumney <jasonr@gnu.org>
975
976 * international/mule-cmds.el (locale-language-names): Add chs and
977 cht as aliases for Chinese-GB and Chinese-BIG5.
978
979 2001-10-31 Richard M. Stallman <rms@gnu.org>
980
981 * bindings.el (mode-line-frame-identification): Add doc string.
982 (mode-line-position, mode-line-modes): New variables.
983 (mode-line-format): Use mode-line-position for the part
984 that displays the position-in-buffer info.
985 Use mode-line-modes for the part that displays major and minor modes.
986
987 2001-10-31 Sam Steingold <sds@gnu.org>
988
989 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
990 (debugger-setup-buffer): Call it.
991 (debugger-mode-map): Bind RET and mouse-2.
992
993 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
994
995 * startup.el: Document command line option --no-window-system
996 instead of --no-windows.
997
998 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
999
1000 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1001
1002 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1003 (font-lock-defaults-alist): Use it.
1004 From David Ponce <david.ponce@wanadoo.fr>
1005
1006 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1007 output of `char-after'.
1008
1009 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1010
1011 * simple.el (reindent-then-newline-and-indent): Insert the newline
1012 before indenting the first line.
1013 (undo-get-state, undo-revert-to-state): New funs.
1014 (shell-command): Don't kill the buffer even if empty.
1015 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1016 (transpose-subr-end2): Remove.
1017 (transpose-subr): Add `special' arg and simplify.
1018 (transpose-subr-1): Rewrite.
1019 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1020 (rfc822-goto-eoh): Simplify.
1021
1022 2001-10-30 Richard M. Stallman <rms@gnu.org>
1023
1024 * enriched.el (enriched-face-ans): FIx previous change.
1025
1026 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1027
1028 * international/iso-acc.el (iso-accents-compose): Remove a
1029 superfluous setq.
1030
1031 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1032
1033 * buff-menu.el (list-buffers-noselect): If the buffer's name
1034 starts with a blank, but it visits a file, do show it (for files
1035 whose names start with a blank).
1036
1037 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1038
1039 * textmodes/fill.el (sentence-end-double-space)
1040 (sentence-end-without-period): Move to paragraphs.el.
1041 (fill-indent-according-to-mode): Change default to t.
1042 (fill-context-prefix): Simplify control-flow and use a more
1043 sophisticated merge that unifies both previous checks.
1044 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1045 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1046 (fill-nobreak-p): New fun.
1047 (fill-region-as-paragraph): Use it.
1048 Handle `fill-indent-according-to-mode' slightly differently.
1049 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1050 (fill-individual-paragraphs-citation): Fix.
1051
1052 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1053 (paragraph-start): Change default to the `text-mode' value.
1054 (sentence-end-double-space, sentence-end-without-period):
1055 Move from fill.el.
1056 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1057 rather than rebinding `paragraph-start' and `paragraph-separate'.
1058
1059 * indent.el (indent-line-function): Change default to indent-relative.
1060 (tab-always-indent): Add an `never' setting.
1061 (indent-according-to-mode): Handle `indent-relative' and
1062 `indent-relative-maybe' specially.
1063 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1064 Handle the `never' case for `tab-always-indent'.
1065 Don't call indent-according-to-mode for indent-relative' and
1066 `indent-relative-maybe'.
1067 (insert-tab): Rename `prefix-arg' to `arg'.
1068 (indent-region): Indent the first line as well.
1069 (indent-relative): Don't mark the buffer modified if the indentation
1070 is unchanged.
1071
1072 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1073 Don't set paragraph-separate. Set paragraph-start more carefully.
1074 Set indent-line-function.
1075 (paragraph-indent-text-mode): Use it and define-derived-mode.
1076 (text-mode-map): Remove the \t binding.
1077 (text-mode): Simplify now that the default is more favorable.
1078
1079 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1080
1081 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1082 If the regexp doesn't match, use a looser one.
1083 (find-variable-noselect): Add `file' argument.
1084
1085 * pcvs.el (cvs-mode-commit-hook): New hook.
1086 (cvs-mode-commit): Run it.
1087
1088 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1089
1090 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1091 (edebug-instrument-function): Use `find-function-noselect'.
1092
1093 2001-10-29 Richard M. Stallman <rms@gnu.org>
1094
1095 * term.el (term-if-emacs19): Macro deleted.
1096 Callers changed to use progn instead.
1097
1098 * frame.el (blink-cursor-mode): Doc fix.
1099
1100 * files.el (find-backup-file-name): Use make-backup-file-name.
1101
1102 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1103 window-live-p.
1104 (edebug-set-conditional-breakpoint): Unconditionally use
1105 the former Emacs >=19 definition.
1106 (edebug-mark): Define unconditionally.
1107 (edebug-eval-expression): Always call read-from-minibuffer
1108 and specify history list.
1109 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1110 edebug-set-conditional-breakpoint.
1111 (edebug-emacs-version-specific): Function deleted;
1112 do the job at top level.
1113 (edebug-emacs-19-specific): Function deleted, this is the default.
1114
1115 2001-10-29 Sam Steingold <sds@gnu.org>
1116
1117 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1118 "/cygdrive/LETTER/" pathnames.
1119
1120 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1121
1122 * faces.el (invert-face): Check for 'unspecified, not for nil,
1123 when testing whether face colors are not specified.
1124 From David.Kastrup@t-online.de (David Kastrup).
1125 (read-face-name): Doc fix.
1126 (make-face-bold, make-face-unbold, make-face-italic)
1127 (make-face-unitalic, make-face-bold-italic, invert-face):
1128 Remove trailing blank from the prompt passed to read-face-name.
1129
1130 2001-10-29 Sam Steingold <sds@gnu.org>
1131
1132 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1133 Report numbers of files skipped and failed too.
1134 (byte-compile-file): Return 'no-byte-compile for skipped files.
1135
1136 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1137
1138 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1139 and `M p'.
1140
1141 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1142
1143 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1144 as is on unread-command-events instead of `(SECOND-CHAR)'.
1145
1146 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1147
1148 * vc.el: Mention vc-*-switches in backend API documentation.
1149 (vc-annotate): Adapt doc string to recent change.
1150
1151 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1152
1153 * enriched.el (enriched-face-ans): Handle face attributes
1154 of the form `(FACE1 FACE2 ...)'.
1155
1156 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1157
1158 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1159
1160 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1161
1162 * progmodes/sql.el (sql-db2): Doc change.
1163 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1164 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1165
1166 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1167
1168 * env.el (substitute-env-vars): Don't quote argument to `rx';
1169 it's a macro.
1170
1171 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1172
1173 * cus-start.el (recursive-load-depth-limit): Added.
1174
1175 2001-10-28 Richard M. Stallman <rms@gnu.org>
1176
1177 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1178 All uses removed--assume Emacs version is >= 20.
1179
1180 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1181 by really checking that it is not version 18.
1182
1183 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1184
1185 2001-10-28 Miles Bader <miles@gnu.org>
1186
1187 * faces.el (face-attribute): Add INHERIT argument, consider face
1188 inheritance if it's non-nil.
1189 (face-attribute-merged-with): New function.
1190 (face-attribute-specified-or): New macro.
1191 (face-foreground, face-background, face-stipple): Add INHERIT
1192 argument. Use `face-attribute-specified-or'.
1193
1194 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1195
1196 * font-lock.el: Require `syntax'.
1197 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1198 Use `c-font-lock-syntactic-face-function' for c languages.
1199 (font-lock-mode): Don't unset vars when turning the mode off.
1200 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1201 (font-lock-extra-managed-props): New var.
1202 (font-lock-default-unfontify-region): Use it.
1203 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1204 Don't eval the value when there's no match.
1205 (font-lock-ppss-stats): New var.
1206 (font-lock-ppss): New fun.
1207 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1208 (font-lock-apply-highlight): Allow `highlight' to set several props.
1209 (font-lock-set-defaults): Use dolist.
1210 (font-lock-unset-defaults): Remove.
1211 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1212 Try to recognize prototypes using `foo P_ ((args))'.
1213 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1214 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1215 (c-font-lock-syntactic-face-function): New function.
1216 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1217 (c++-keywords): Use a more sophisticated regexp to handle
1218 shallowly nested templates.
1219
1220 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1221
1222 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1223 (sgml-tag): Use it. Cleanup with `cond'.
1224 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1225 Mark the overlays and only delete those that are marked.
1226 (sgml-skip-close-p): Remove.
1227 (sgml-value): Replace sgml-skip-close-p with its definition.
1228 (html-tag-alist): Use sgml-xml a bit more.
1229 (html-mode): Set sgml-empty-tags.
1230
1231 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1232 (texinfo-update-node, texinfo-sequential-node-update):
1233 Don't bind the obsolete `auto-fill-hook'.
1234 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1235 Use `set-buffer' rather than `switch-to-buffer'.
1236 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1237 Use `set-buffer' rather than `switch-to-buffer'.
1238
1239 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1240 text-mode-syntax-table.
1241 (mail-mode): Use define-derived-mode.
1242 Fix ordering of alternatives in adaptive-fill-regexp.
1243 (mail-mode-map): Don't rely on keymap's internal representation.
1244
1245 2001-10-27 Sam Steingold <sds@gnu.org>
1246
1247 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1248 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1249 (sgml-mode-common): Call it.
1250 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1251 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1252 (html-horizontal-rule, html-image, html-ordered-list):
1253 (html-unordered-list, html-list-item, html-paragraph):
1254 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1255 `html-xhtml'.
1256
1257 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1258
1259 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1260 (ifnothtml): New alias.
1261
1262 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1263
1264 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1265 (toggle-text-mode-auto-fill): Use derived-mode-p.
1266
1267 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1268
1269 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1270 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1271
1272 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1273
1274 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1275 Add make-obsolete cookies, to follow faces.el.
1276
1277 These changes avoid warnings from the byte compiler in faces.el:
1278
1279 * faces.el (internal-get-face): Use facep instead of the obsolete
1280 internal-find-face.
1281 (internal-frob-font-weight, internal-frob-font-slant):
1282 New defaliases for obsolete functions.
1283 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1284 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1285 (x-make-font-bold-italic): Use internal-frob-font-weight and
1286 internal-frob-font-slant aliases instead of the obsolete
1287 x-frob-... functions.
1288
1289 2001-10-26 Sam Steingold <sds@gnu.org>
1290
1291 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1292 DOCTYPE; set `mode-name' based on it.
1293 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1294 (sgml-tag): Close empty tags in XHTML.
1295
1296 2001-10-26 Jason Rumney <jasonr@gnu.org>
1297
1298 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1299 when UNICODE is not defined.
1300
1301 2001-10-26 Sam Steingold <sds@gnu.org>
1302
1303 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1304 be alone on the line.
1305
1306 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1307
1308 * button.el (button): Special face definition for MS-DOS terminals.
1309
1310 2001-10-26 Sam Steingold <sds@gnu.org>
1311
1312 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1313 Protect the /= test by checking that the args are non-nil.
1314 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1315
1316 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1317
1318 * textmodes/artist.el (artist-version): 1.2.4.
1319 (artist-butlast-fn): New variable.
1320 (artist-butlast): New function.
1321 (artist-ellipse-mirror-quadrant): Use it.
1322 (artist-mouse-draw-poly): Use nil for `point-list'.
1323 (artist-mouse-draw-poly): Check for point-list being nil.
1324
1325 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1326
1327 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1328 lambda expression.
1329 (ps-mode-menu-main): Submenu with options on/off was replaced with
1330 a toggle button.
1331 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1332 (ps-mode): Autoload cookie added on same line as comment
1333 (ps-mode-tabkey, ps-mode-backward-delete-char):
1334 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1335 `indent-to' with `indent-line-to'
1336 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1337 instead of `eval'.
1338 (ps-mode-print-region): Use `with-temp-buffer'.
1339 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1340 (numerous places): Add back-tick and tick around names in
1341 docstrings, fix punctuation in docstrings, remove trailing spaces.
1342
1343 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1344
1345 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1346 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1347 (sgml-font-lock-syntactic-keywords): New var.
1348 (sgml-mode-common): Drop the two args.
1349 Don't make buffer-local variables that aren't used.
1350 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1351 Don't set `before-string' props from sgml-display-text.
1352 (sgml-mode): Use define-derived-mode.
1353 (sgml-tags-invisible): Use sgml-display-text.
1354 (sgml-quote): New command.
1355 (html-tag-alist): Add args for `span'.
1356 (html-mode): Use define-derived-mode.
1357 Set sgml-display-text and sgml-tag-face-alist.
1358
1359 2001-10-25 Sam Steingold <sds@gnu.org>
1360
1361 * add-log.el (add-log-always-start-new-record): New user option.
1362 (add-change-log-entry): Use it.
1363
1364 2001-10-25 Richard M. Stallman <rms@gnu.org>
1365
1366 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1367 bind case-fold-search if FROM is not all lower case.
1368
1369 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1370
1371 * startup.el (normal-top-level): Check for frame-initial-frame
1372 only if it's really used.
1373
1374 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1375
1376 * progmodes/compile.el (compilation-parse-errors-filename-function):
1377 New variable.
1378 (compilation-parse-errors): Use it.
1379
1380 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1381
1382 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1383 interactively so that C-u M-C-x still does edebug.
1384 (checkdoc-sentencespace-region-engine): Don't force a double-space
1385 after `.' if it doesn't look like an end-of-sentence.
1386 (debug-ignored-errors): Add `disambiguate ...'.
1387
1388 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1389
1390 * textmodes/texinfo.el (texinfo-environments)
1391 (texinfo-environment-regexp): Hoist.
1392 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1393 Only highlight the menu name in menu items.
1394 Setup `@foo ... @end foo' as text clones.
1395 (texinfo-clone-environment): New function.
1396 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1397 (texinfo-insert-block): Simplify.
1398 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1399 the command is repeated.
1400 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1401 (texinfo-insert-@end): Simplify.
1402
1403 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1404 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1405 (texinfo-subsubsection-level-regexp)
1406 (texinfo-update-menu-same-level-regexps)
1407 (texinfo-update-menu-higher-regexps)
1408 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1409
1410 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1411 (derived-mode-p): Autoload.
1412
1413 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1414 New vars and functions.
1415 (text-clone-maintain, text-clone-create): New functions.
1416
1417 2001-10-25 Miles Bader <miles@gnu.org>
1418
1419 * facemenu.el (facemenu-add-new-face): Fix variable names.
1420
1421 2001-10-24 Richard M. Stallman <rms@gnu.org>
1422
1423 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1424 of t and nil values.
1425 (facemenu-set-face): Handle START and END interactively.
1426 (facemenu-set-foreground): Don't use a face; specify color directly.
1427 (facemenu-set-background): Likewise.
1428 (facemenu-set-face-from-menu): Doc fix.
1429 (facemenu-active-faces): Use face-attribute-vector
1430 to handle bare attributes not in faces.
1431 (facemenu-get-face): Don't handle face names fg:... and bg:...
1432 specially.
1433 (facemenu-add-new-face): New argument MENU.
1434 New way to handle adding colors to the color menus.
1435
1436 * env.el (substitute-env-vars): Quote the arg to rx.
1437
1438 2001-10-24 Sam Steingold <sds@gnu.org>
1439
1440 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1441 Control" and "SGML" groups.
1442
1443 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1444
1445 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1446 Better handling of C++ template args to avoid confusion with `<'
1447 and `>' used as operators in member init expressions.
1448
1449 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1450
1451 * replace.el (perform-replace): Move START and END parameters
1452 to the end of the argument list and make them optional.
1453
1454 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1455 perform-replace.
1456
1457 * international/fontset.el (x-must-resolve-font-name): New function.
1458 (x-complement-fontset-spec): Use it.
1459
1460 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1461
1462 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1463
1464 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1465 Turn caadr into caar of cdr.
1466
1467 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1468
1469 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1470 of mouse-{1,2} since dragging is on the down event.
1471
1472 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1473
1474 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1475 if ARG is nil.
1476
1477 * desktop.el (desktop-last-buffer): New variable.
1478 (desktop-create-buffer): Set it.
1479 (desktop-read): Bind it and switch to that buffer.
1480
1481 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1482
1483 * progmodes/compile.el (compilation-set-window-height):
1484 Select old window only if it's still live.
1485
1486 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1487
1488 * help-mode.el (help-buffer): Remove debugging code.
1489 From Stefan Monnier <monnier@cs.yale.edu>.
1490
1491 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1492
1493 * files.el (file-name-sans-extension, file-name-extension):
1494 Don't count the leading dots in file names as signaling an extension.
1495
1496 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1497
1498 * vc.el (vc-diff-switches): Doc rewritten.
1499
1500 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1501
1502 * tooltip.el (tooltip-set-param): Doc fix.
1503
1504 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1505 127 to sgml-maybe-name-self.
1506 (sgml-name-8bit-mode): Doc fix.
1507 (sgml-char-names-table): New variable.
1508 (sgml-name-char): Support non-ASCII and mule-unicode-*
1509 characters. Doc fix.
1510 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1511
1512 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1513 doc string the effect of `left' and `top' parameters in
1514 tooltip-frame-parameters, the default values, and the units.
1515 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1516 (tooltip-show): Mention in the doc string the `top' and `left'
1517 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1518
1519 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1520
1521 Add autoscaling support for vc-annotate.
1522 From J.D. Smith <jdsmith@alum.mit.edu>.
1523
1524 * vc.el (vc-annotate-display-default): Accept colormap scaling
1525 ratio (now deprecated).
1526 (vc-annotate-display-autoscale): Added.
1527 (vc-annotate-add-menu): New autoscaling menu options "Span to
1528 Oldest" and "Span Oldest->Newest". Easymenu support added for
1529 toggle menus driven by customize variable `vc-annotate-display-mode'.
1530 (vc-annotate-display-select): Added.
1531 (vc-annotate): Changed temp-buffer-show-function to
1532 `vc-annotate-display-select'.
1533 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1534 Added argument OFFSET. Instead of backend function, calls now
1535 generic `vc-annotate-difference'.
1536 (vc-annotate-difference): Added as generic function instead of
1537 backend-specific function. No longer takes argument POINT, but
1538 instead accepts a time OFFSET.
1539 (vc-default-annotate-current-time): Added.
1540
1541 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1542 version in vc.el, with
1543 (vc-cvs-annotate-current-time): Added, as override of default.
1544 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1545 `vc-cvs-annotate-difference'.
1546
1547 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1548
1549 * saveplace.el (save-place): Require `saveplace'.
1550
1551 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1552 Use `sexp' for :value-type instead of `face'.
1553
1554 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1555
1556 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1557 regexps due to 5-digit message IDs.
1558
1559 2001-10-21 Jason Rumney <jasonr@gnu.org>
1560
1561 * term/w32-win.el (redisplay-dont-pause): Don't set.
1562
1563 2001-10-21 Miles Bader <miles@gnu.org>
1564
1565 * help-funs.el (help-manyarg-func-alist): Variable removed.
1566
1567 2001-10-21 Miles Bader <miles@gnu.org>
1568
1569 * help-funs.el (help-manyarg-func-alist): Remove entries for
1570 `insert', `insert-and-inherit', `insert-before-markers',
1571 `insert-before-markers-and-inherit', `message', `message-box',
1572 `message-or-box', `propertize', `format', `encode-time', `append',
1573 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1574 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1575 `ml-prefix-argument-loop'.
1576
1577 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1578
1579 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1580 (vc-default-diff-tree): New functions.
1581 (vc-version-diff): Use them. As a result, coding systems are now
1582 set up properly for all sorts of diffs, and tree diffs can now
1583 also be done locally.
1584 (vc-diff): With a prefix argument, don't require that it's called
1585 from a buffer under version control.
1586 (diff-switches): Remove duplicate definition.
1587
1588 * vc-cvs.el (vc-cvs-diff-tree): New function.
1589
1590 2001-10-21 Miles Bader <miles@gnu.org>
1591
1592 * help-funs.el (help-manyarg-func-alist): Remove entries for
1593 `list', `vector', `make-byte-code', `call-process',
1594 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1595 `logand', `logior', and `logxor'.
1596
1597 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1598 image bits to compensate. Use `make-string' instead of
1599 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1600
1601 2001-10-20 Kim F. Storm <storm@cua.dk>
1602
1603 * simple.el (kill-ring-save): Don't show extent of copied region
1604 if using transient-mark-mode and region is fully visible.
1605
1606 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1607
1608 * (Version 21.1 released.)
1609
1610 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1611
1612 * files.el (auto-mode-alist): Associate .indent.pro with
1613 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1614
1615 2001-10-18 Sam Steingold <sds@gnu.org>
1616
1617 Put the *Compile-Log* buffer in `compilation-mode'.
1618 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1619 (byte-compile-log-1, byte-compile-log-file)
1620 (displaying-byte-compile-warnings): Use it
1621
1622 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1623
1624 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1625
1626 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1627
1628 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1629
1630 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1631
1632 * obsolete/hilit19.el (hilit-lookup-face-create):
1633 Call set-face-font only if display-graphic-p.
1634 (toplevel): Remove references to window-system.
1635
1636 2001-10-18 Miles Bader <miles@gnu.org>
1637
1638 * simple.el (what-line): Avoid problems with field properties.
1639
1640 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1641
1642 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1643 Define special colors for a tty.
1644
1645 2001-10-17 Francesco Potorti` <pot@gnu.org>
1646
1647 * comint.el (comint-password-prompt-regexp): Make it less
1648 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1649
1650 2001-10-17 John Wiegley <johnw@gnu.org>
1651
1652 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1653 a regular file, before checking if it is a directory or symlink.
1654 This avoids a call to eshell-file-attributes, which can be
1655 expensive in some situations.
1656
1657 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1658 customization variable, to differentiate ls-in-dired from regular
1659 uses of ls.
1660
1661 2001-10-17 Miles Bader <miles@gnu.org>
1662
1663 * custom.el (defface): Mention `:inherit' in doc-string.
1664
1665 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1666
1667 * paren.el: Update the Commentary with installation instructions.
1668
1669 2001-10-15 Dave Love <fx@gnu.org>
1670
1671 * international/mule.el (set-auto-coding): Fix regexps for local
1672 variables section not to eat newlines.
1673
1674 2001-10-15 Miles Bader <miles@gnu.org>
1675
1676 * simple.el (display-message-or-buffer): Pass the correct buffer
1677 to `display-buffer'.
1678
1679 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1680
1681 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1682 (executable-find): Use exec-suffixes.
1683 (executable-set-magic): Don't use make-local-hook.
1684
1685 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1686
1687 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1688
1689 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1690 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1691 Add .so to the Unix and GNU branch.
1692
1693 * international/latin-1.el:
1694 * international/latin-2.el:
1695 * international/latin-3.el:
1696 * international/latin-4.el:
1697 * international/latin-5.el:
1698 * international/latin-8.el:
1699 * international/latin-9.el: Add no-byte-compile: t, since
1700 Makefile.in instructs make-docfile to look at .el files.
1701
1702 2001-10-14 Miles Bader <miles@gnu.org>
1703
1704 * button.el (define-button-type): Allow supertype property to be
1705 specified with a keyword `:supertype' too.
1706 (button-put, make-text-button): Allow button type property to be
1707 specified using the keyword `:type' too.
1708 (button-type): New function.
1709 (button): Add `button-category-symbol' property.
1710
1711 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1712
1713 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1714 indent-new-comment-line from comment-indent-new-line.
1715
1716 * textmodes/refill.el (refill-mode):
1717 Bind DEL to backward-delete-char-untabify.
1718 Set backward-delete-char-untabify-method to `hungry'.
1719
1720 * textmodes/bib-mode.el (bib-mode):
1721 * play/gomoku.el (gomoku-mode):
1722 * textmodes/page-ext.el (pages-directory-mode):
1723 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1724
1725 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1726
1727 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1728
1729 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1730 Handle here-docs differently.
1731 (sh-font-lock-heredoc): Remove.
1732 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1733 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1734 (sh-font-lock-open-heredoc): New functions.
1735 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1736 (sh-font-lock-keywords-1): Use regexp-opt.
1737 (sh-in-comment-or-string): Use syntax-ppss.
1738 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1739 (sh-select, sh-tmp-file): Add explicit terminating \n.
1740
1741 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1742 Use with-current-buffer.
1743 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1744 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1745 filename), catch any error that occurs in `ange-ftp-cd'.
1746 If an error happened, don't bother sending `cmd' at all.
1747 Fix a parenthesis typo.
1748 (ange-ftp-write-region): Don't blindly use binary if the remote host
1749 is unix-like.
1750
1751 * play/pong.el (pong-init): Don't use make-local-hook.
1752
1753 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1754
1755 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1756 (viper-get-ex-address-subr): More precise addr for the $ marker
1757
1758 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1759
1760 * version.el (emacs-version): Bump to 21.1.50.
1761
1762 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1763
1764 * mail/mailalias.el (mail-directory-stream): Do not double
1765 variables in the lambda-list.
1766
1767 * play/gomoku.el (gomoku-init-display): Ditto.
1768
1769 * play/landmark.el (lm-init-display): Ditto.
1770
1771 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1772 (delimit-columns-rectangle-line): Ditto.
1773
1774 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1775
1776 * newcomment.el (comment-region-internal): Don't rebind
1777 invisibility_spec now that the C routines handle it correctly.
1778
1779 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1780
1781 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1782 and `same-frame'.
1783
1784 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1785
1786 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1787
1788 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1789 C-p and C-r. Remove redundant bindings from inheriting maps.
1790
1791 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1792 After 4.23 and: After 4.24:
1793 (cperl-contract-levels): Restore position.
1794 (cperl-beautify-level): Likewise.
1795 (cperl-beautify-regexp): Likewise.
1796 (cperl-commentify): Rudimental support for length=1 runs
1797 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1798 After 4.25:
1799 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1800 (imenu-example--create-perl-index): Was not enforcing
1801 syntaxification-to-the-end.
1802 (cperl-invert-if-unless): Allow `for', `foreach'.
1803 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1804 Mark qw(), m()x as indentable.
1805 (cperl-init-faces): Highlight `sysopen' too.
1806 Highlight $var in `for my $var' too.
1807 (cperl-invert-if-unless): Was leaving whitespace at end.
1808 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1809 (cperl-calculate-indent): Remove old commented out code.
1810 Support (primitive) indentation of qw(), m()x.
1811 After 4.26:
1812 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1813 q [] with intervening newlines.
1814 (cperl-autoindent-on-semi): New customization variable.
1815 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1816 (cperl-tips): Mention how to make CPerl the default mode.
1817 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1818 (cperl-outline-level): New function.
1819 (cperl-highlight-variables-indiscriminately): New customization var.
1820 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1821 From Sean Kamath <kamath@pogo.wv.tek.com>.
1822 (cperl-after-block-p): Support CHECK and INIT.
1823 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1824 From Doug MacEachern <dougm@covalent.net>.
1825 After 4.27:
1826 (cperl-find-pods-heres): Recognize \"" as a string.
1827 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1828 Allow whitespace between << and "FOO".
1829 (cperl-problems): Remove \"" and q [] with intervening newlines.
1830 Mention multiple <<EOF as unsupported.
1831 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1832 (cperl-indent-parens-as-block): New configuration variable.
1833 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1834 Use `cperl-indent-parens-as-block'.
1835 (cperl-find-pods-heres): Test for =cut without empty line instead of
1836 complaining about no =cut.
1837 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1838 (cperl-find-pods-heres): Likewise.
1839 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1840 POD could've been marked as comment already.
1841 (cperl-unwind-to-safe): Unwind before start of POD too.
1842 After 4.28:
1843 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1844 After 4.29:
1845 (x-color-defined-p): Make an extra case to peacify the warning.
1846 Toplevel: `defvar' to peacify the warnings.
1847 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1848 No -nw-compile time warnings now.
1849 (cperl-find-tags): TAGS file had too short substring-to-search.
1850 Be less verbose in non-interactive mode
1851 (imenu-example--create-perl-index): Set index-marker after name
1852 (cperl-outline-regexp): New variable.
1853 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1854 (cperl-mode): Made use `cperl-outline-regexp'.
1855 After 4.30:
1856 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1857 (cperl-outline-level): Make start-of-file same level as `package'.
1858 After 4.31:
1859 (cperl-electric-pod): `head1' and `over' electric only if empty.
1860 (cperl-unreadable-ok): New variable.
1861 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1862 on an unreadable file.
1863 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1864 on an unreadable directory.
1865
1866 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1867 Consider the text between two errors as belonging to the first error.
1868 (compilation-goto-locus): Use pop-to-buffer rather than
1869 switch-to-buffer-other-frame.
1870
1871 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1872 (awk-font-lock-syntactic-keywords): New var.
1873 (awk-mode): Use it.
1874
1875 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1876
1877 * faces.el (describe-face): Call help-setup-xref earlier.
1878
1879 * jka-compr.el (jka-compr-load-suffixes): New var.
1880 (jka-compr-install): Add its content to load-suffixes.
1881 (jka-compr-uninstall): Remove its content from load-suffixes.
1882
1883 2001-10-12 Sam Steingold <sds@gnu.org>
1884
1885 * bindings.el (completion-ignored-extensions): CL-related
1886 extensions are platform-independent.
1887
1888 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1889 asynchronous multiple file copying.
1890
1891 2001-10-12 Gerd Moellmann <gerd@gnu.org>
1892
1893 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1894 Turn error for repeated variables into warning.
1895
1896 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1897 New function checking that lambda-list consists of non-constant
1898 symbols, that &rest and &optional are followed by variable names,
1899 that &rest VAR is the last element, and that variables aren't doubled.
1900 (byte-compile-lambda): Use it.
1901
1902 2001-10-12 Eli Barzilay <eli@barzilay.org>
1903
1904 * calculator.el (calculator-eng-display): Don't call concat
1905 with an integer argument.
1906
1907 2001-10-12 Miles Bader <miles@gnu.org>
1908
1909 * help-mode.el (help-customize-face): New button-type.
1910
1911 * faces.el (list-faces-display): Fix args to `help-xref-button'.
1912 (describe-face): Fix args to `help-xref-button'.
1913 Don't switch to help-buffer around call to `help-setup-xref'.
1914 Use `help-buffer' instead of hard-wired "*Help*".
1915 Require `help-mode'.
1916
1917 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1918
1919 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
1920
1921 * help-mode.el (help-buffer): New function.
1922 Returns the buffer-name to use for help output.
1923 Change all the code to use it instead of hard-coding *Help*.
1924 (help-mode-map): Put back the mouse-2 binding.
1925 (help-xref-stack): Change the format and make buffer-local.
1926 (help-xref-stack-item): Make buffer-local.
1927 (help-setup-xref): Do the `push' here rather than in help-do-xref.
1928 (help-xref-interned): Display the face doc as well.
1929 (help-follow-mouse): Re-introduce.
1930 (help-xref-go-back): Adapt to the new use of help-xref-stack.
1931 (help-do-xref): Don't `push' any more.
1932 (help-follow): Also follow face names.
1933
1934 * help-funs.el (describe-function-1): Remove unused `parens' arg.
1935 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
1936 Autoload and cleanup.
1937 (describe-function): Call help-setup-xref.
1938 (describe-variable): Call help-setup-xref earlier.
1939
1940 * help.el (describe-bindings-internal): New fun moved from keymap.c.
1941 (view-lossage): Call help-setup-xref correctly and earlier.
1942 (describe-bindings): Call help-setup-xref earlier.
1943 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
1944 (describe-mode): Don't autoload. Call help-setup-xref earlier.
1945
1946 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1947
1948 * master.el (master-mode): Use define-minor-mode instead of
1949 easy-mmode-define-minor-mode. Add autload cookie.
1950 (Commentary): Remove the line showing how to autoload master-mode,
1951 since it's always autoloaded.
1952
1953 * master.el: New file.
1954
1955 2001-10-11 Dave Love <fx@gnu.org>
1956
1957 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
1958 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
1959 <const-C varset-X const-C>: Fix car/cdr typo.
1960
1961 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1962
1963 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
1964 New function extracted from byte-compile-log-1.
1965 (byte-compile-log-1): Change output to be more in line with
1966 the output of other GNU tools.
1967 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
1968 (byte-compile-report-error): Downcase error message.
1969 Use `error' instead of `!!' for error messages.
1970 (byte-compile-print-syms): Treat non-interactive case specially.
1971 (displaying-byte-compile-warnings): Use backquote.
1972 (byte-compile-from-buffer): Bind byte-compile-last-line.
1973 (batch-byte-compile): Remove `Done' message.
1974
1975 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1976
1977 * emacs-lisp/copyright.el (copyright): Add final \n.
1978
1979 2001-10-11 Miles Bader <miles@gnu.org>
1980
1981 * diff.el (diff): Display default values in prompts as
1982 `(default ...)', not `(...)'.
1983
1984 * info.el (Info-follow-reference): Likewise.
1985
1986 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
1987
1988 * emacs-lisp/autoload.el (doc-string-elt): Remove.
1989
1990 * newcomment.el (comment-indent): Be a little more robust in case
1991 comment-indent-function does funny things.
1992 (comment-normalize-vars): Autoload.
1993 (comment-region-internal): Fiddle with the visibility spec.
1994 (comment-valid-prefix): New function.
1995 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
1996 that would turn comment-text into non-comment-text.
1997
1998 * emacs-lisp/syntax.el: New file.
1999
2000 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2001 compatibility cruft.
2002 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2003 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2004 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2005 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2006 tcl-submit-bug-report.
2007 (tcl-mode-syntax-table): Leave \f alone.
2008 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2009 tcl-end-of-defun, tcl-submit-bug-report.
2010 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2011 (tcl-add-emacs-menu): Remove.
2012 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2013 (tcl-keyword-list): Add `chain'.
2014 (tcl-font-lock-syntactic-keywords): New variable.
2015 (tcl-pps-has-arg-6): Remove.
2016 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2017 (tcl-internal-mark-defun): Remove.
2018 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2019 (tcl-mode): Use define-derived-mode. Simplify.
2020 Set comment-indent-function.
2021 (tcl-indent-command): Use line-beginning-position and comment-indent.
2022 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2023 (tcl-indent-line): Use tcl-calculate-indent.
2024 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2025 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2026 (tcl-filter): Use with-current-buffer, simplify.
2027 (inferior-tcl-mode): Use define-derived-mode.
2028 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2029 (tcl-simple-in-comment, tcl-in-comment): Removed.
2030 (tcl-files-alist): New function.
2031 (tcl-help-snarf-commands): Use it and return the result directly
2032 rather than through a global variable.
2033 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2034 (tcl-help-on-word): Provide the default value to completing-read.
2035 (tcl-hilit): Remove.
2036 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2037 (tcl-comment-indent): New function.
2038 (tcl-submit-bug-report): Remove.
2039 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2040 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2041 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2042
2043 2001-10-10 Miles Bader <miles@gnu.org>
2044
2045 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2046 (Info-fontify-node): Don't fontify the node if it's already been done.
2047
2048 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2049
2050 * international/iso-transl.el (iso-transl-e-caret)
2051 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2052 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2053
2054 * simple.el (end-of-buffer): Fix code scrolling specially
2055 for the buffer end.
2056
2057 * startup.el (command-line-1): Bind tab-width to 8.
2058
2059 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2060
2061 * emulation/tpu-edt.el: Use defalias instead of fset for
2062 user-visible commands. From Rob Riepel
2063 <riepel@Networking.Stanford.EDU>.
2064
2065 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2066
2067 * ruler-mode.el: New file.
2068
2069 2001-10-09 Miles Bader <miles@gnu.org>
2070
2071 * apropos.el (button): New require.
2072
2073 * help-funs.el: New file, contents mostly from `help.el'.
2074 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2075
2076 * help-mode.el: New file, contents mostly from `help.el'.
2077
2078 * help.el: Don't require `view' when compiling.
2079 (help-with-tutorial, describe-function, describe-function-1)
2080 (variable-at-point, describe-variable, locate-library):
2081 Functions moved into `help-funs.el'.
2082 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2083 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2084 (help-setup-xref, help-xref-following, help-make-xrefs)
2085 (help-xref-button, help-insert-xref-button, help-xref-interned)
2086 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2087 (help-xref-on-pp): Functions moved into `help-mode.el'
2088 (help-mode-map, help-xref-stack, help-xref-stack-item)
2089 (help-highlight-p, help-highlight-face, help-back-label)
2090 (help-xref-symbol-regexp, help-xref-mule-regexp)
2091 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2092 (help-symbol, help-back, help-info, help-customize-variable)
2093 (help-function-def, help-variable-def):
2094 Button-types moved into `help-mode.el'.
2095 (load-symbol-file-load-history, symbol-file):
2096 Functions moved into `subr.el'.
2097 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2098 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2099
2100 * subr.el (symbol-file-load-history-loaded)
2101 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2102
2103 * loadup.el ("button"): Load removed.
2104
2105 * button.el (define-button-type): Respect any `supertype' property.
2106 (button-type-subtype-p, button-has-type-p): New functions.
2107
2108 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2109 dollar-signs.
2110
2111 * comint.el (comint-insert-previous-argument): New function.
2112 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2113 (comint-insert-previous-argument-last-start-pos)
2114 (comint-insert-previous-argument-last-index): New variables.
2115
2116 * apropos.el (apropos-next-label-button): Use the presence of a
2117 `apropos-label' property to detect label buttons.
2118
2119 2001-10-08 Miles Bader <miles@gnu.org>
2120
2121 * button.el (next-button, previous-button): Remove N and WRAP
2122 parameters. Don't pay attention to `skip' properties.
2123 (forward-button): Implement wrapping, iterating, and skipping here
2124 instead.
2125 (button-activate): USE-MOUSE-ACTION is optional.
2126 (button-nop): Function removed.
2127 (default-button): Use `ignore' as default button action.
2128
2129 * apropos.el (apropos-next-label-button): Update arguments to
2130 `next-button'.
2131 (apropos-symbol): Add `skip' property.
2132 (apropos-function, apropos-macro, apropos-command)
2133 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2134 (apropos-plist): New button types.
2135 (apropos-label-properties): Variable removed.
2136 (apropos-print): Pass button-type to apropos-print-doc, rather
2137 than help function and label text.
2138 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2139 Get button label from TYPE.
2140
2141 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2142
2143 * help.el (help-mode): Use define-derived-mode.
2144 (describe-mode): Add optional `buffer' arg.
2145 Use it instead of going through help-xref-mode.
2146 Avoid doubling the word `minor' when prettifying.
2147 (describe-function-1): List the corresponding key bindings.
2148 (describe-variable): Say if the var is automatically buffer-local.
2149 If the source is `loaddefs.el', look for the real source.
2150 (help-xref-mode): Remove.
2151
2152 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2153 the file says no-byte-compile.
2154
2155 2001-10-08 Miles Bader <miles@gnu.org>
2156
2157 * button.el (next-button, previous-button): Respect `skip' property.
2158
2159 2001-10-07 Miles Bader <miles@gnu.org>
2160
2161 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2162 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2163 `woman-follow-word' instead of `woman-mouse-2'.
2164 (woman-follow-word): Renamed from `woman-mouse-2'.
2165 Follow current unconditionally, since this function is now only
2166 bound to M-mouse-2. Use accessor functions.
2167 (WoMan-highlight-references): Use `make-text-button'.
2168 (woman-xref): New button type.
2169
2170 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2171 ("button"): New load, just before "help" (which uses it).
2172
2173 * help.el (help-mode-map): Make button-buffer-map our parent.
2174 Don't bind mouse events or tab/backtab.
2175 (help-function, help-variable, help-face, help-coding-system)
2176 (help-input-method, help-character-set, help-back, help-info)
2177 (help-customize-variable, help-function-def, help-variable-def):
2178 New button types.
2179 (help-button-action): New function.
2180 (describe-function-1): Pass help button-types to
2181 `help-xref-button' rather than help function and help-echo string.
2182 Don't put multiple help-function args in a list to pass them to
2183 help-xref-button, just pass them as multiple arguments.
2184 Use `help-insert-xref-button' to make [back]-button, rather than
2185 `help-xref-button'.
2186 (help-xref-button): Take a button-type TYPE as a parameter rather
2187 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2188 and add a &rest parameter ARGS to serve the same purpose.
2189 Use `make-text-button' to add the button.
2190 (help-insert-xref-button): Use `insert-text-button' to add the button.
2191 (help-follow-mouse, help-next-ref, help-previous-ref):
2192 Functions removed.
2193 (help-do-xref): New function.
2194 (help-follow): Use `push-button' and `help-do-xref' to do most of
2195 the work.
2196
2197 * apropos.el (apropos-symbol, apropos-label): New button types.
2198 (apropos-symbol-button-display-help)
2199 (apropos-label-button-display-help, apropos-next-label-button):
2200 New functions.
2201 (apropos-mode-map): Make button-buffer-map our parent.
2202 Don't bind mouse events.
2203 (apropos-print, apropos-print-doc): Create buttons instead of text
2204 properties.
2205 (apropos-mouse-follow): Function removed.
2206 (apropos-follow): Use buttons.
2207
2208 * button.el: New file.
2209
2210 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2211
2212 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2213 Remove.
2214
2215 2001-10-05 Richard M. Stallman <rms@gnu.org>
2216
2217 * add-log.el (add-change-log-entry): Skip copyright notice
2218 and copying permission notice at start of file, if any.
2219 Make use of terms "entry" and "item" accord with Emacs manual.
2220 Simplify the logic for moving point while entering or creating
2221 an entry and then an item.
2222 (add-change-log-entry-other-window): Doc fix.
2223
2224 2001-10-06 Miles Bader <miles@gnu.org>
2225
2226 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2227 removed; they apparently don't work with faces.
2228
2229 2001-10-05 Sam Steingold <sds@gnu.org>
2230
2231 * textmodes/sgml-mode.el (html-xhtml): New user option.
2232 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2233 (html-ordered-list, html-unordered-list, html-list-item)
2234 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2235 (sgml-skip-close-p): New function.
2236 (sgml-value): Use it.
2237
2238 2001-10-05 Sam Steingold <sds@gnu.org>
2239
2240 * calendar/diary-lib.el (diary-entry-compare): When times are
2241 identical, compare the entries lexicographically.
2242
2243 2001-10-06 Miles Bader <miles@gnu.org>
2244
2245 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2246 Use `minibuffer-prompt-end'.
2247
2248 * simple.el (previous-matching-history-element): Fix misplaced
2249 parentheses.
2250
2251 2001-10-05 Miles Bader <miles@gnu.org>
2252
2253 * rfn-eshadow.el: New file.
2254
2255 2001-10-05 Miles Bader <miles@gnu.org>
2256
2257 * cus-face.el (custom-face-attributes): Make sure each attribute
2258 has a valid default value. Remove hacks that mapped `nil' to
2259 `off' and used nil to mean `unspecified'. Remove `unspecified'
2260 choices from all attributes (unspecified is handled by the parent
2261 checklist).
2262 * cus-edit.el (custom-face-edit-convert-widget)
2263 (custom-face-edit-deactivate, custom-face-edit-activate)
2264 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2265 New functions.
2266 (custom-face-edit): Specify a custom :convert-widget.
2267 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2268 Don't pass in default filters that map between `nil' and `off' and
2269 `unspecified' and `nil'.
2270
2271 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2272
2273 * progmodes/compile.el (compilation-buffer-name): New function.
2274 (compile-internal): Use it to determine the name of the
2275 compilation buffer.
2276
2277 2001-10-05 Miles Bader <miles@gnu.org>
2278
2279 * progmodes/compile.el (grep-use-null-device): New variable.
2280 (grep-command): Mention `grep-use-null-device'.
2281 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2282 Make computation of `grep-command' respect `grep-use-null-device'.
2283 (grep): Respect `grep-use-null-device'.
2284 Call `grep-compute-defaults' even if grep-command is set, if
2285 grep-use-null-device is still tentative.
2286
2287 * subr.el (call-process-shell-command): New function.
2288
2289 2001-10-05 Miles Bader <miles@gnu.org>
2290
2291 * simple.el (previous-matching-history-element)
2292 (next-history-element, next-complete-history-element): Use
2293 `minibuffer-' functions instead of calling `field-' functions directly.
2294 (minibuffer-prompt-end, minibuffer-contents):
2295 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2296 Functions removed (now subrs).
2297 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2298
2299 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2300 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2301 instead of calling `field-' functions directly.
2302 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2303
2304 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2305
2306 * files.el (find-file-noselect): If file's read-only status has
2307 changed on disk, ask if buffer's read-only status should be
2308 changed, unless NOWARN is set.
2309
2310 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2311 alias for define-setf-method.
2312
2313 * bindings.el: Remove no-byte-compile from file local variables
2314 to enable bootstrapping.
2315
2316 2001-10-04 Andrew Innes <andrewi@gnu.org>
2317
2318 * faces.el (face-font-registry-alternatives) [windows-nt]:
2319 Make gb2312 an alias for gb2312.1980.
2320
2321 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2322
2323 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2324 (uniquify-reverse-components): Remove.
2325
2326 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2327 Make sure the file is readable.
2328 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2329 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2330 (batch-byte-recompile-directory): Pass arg=0.
2331
2332 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2333 (perl-calculate-indent): Use it.
2334 (perl-backward-to-noncomment): Use forward-comment.
2335
2336 * derived.el (define-derived-mode, derived-mode-make-docstring):
2337 Allow `parent' to be nil.
2338
2339 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2340 Use define-derived-mode.
2341 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2342
2343 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2344
2345 * emacs-lisp/lselect.el: Use facep iso find-face.
2346
2347 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2348 Use regexp-opt.
2349 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2350 (lisp-font-lock-syntactic-face-function): New function.
2351 (lisp-mode-variables): Use it. Make arg optional.
2352 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2353 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2354 Set comment-start-skip.
2355
2356 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2357
2358 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2359 (ignore-errors): Don't bother using a `err' symbol.
2360
2361 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2362 (autoload-insert-section-header, autoload-before-p)
2363 (autoload-remove-section): New functions.
2364 (generate-file-autoloads): Use them.
2365 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2366 Make sure the autoload file is properly formatted when creating it.
2367 (update-autoloads-from-directories): Use them as well.
2368 Only update autoloads for files whose timestamp has changed.
2369 Add a dummy entry to remember the files which had no autoload cookies.
2370
2371 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2372
2373 * subr.el (define-key-after): Allow `key' to be longer than 1.
2374 (make-local-hook): Make obsolete.
2375 (add-hook, remove-hook): Don't use make-local-hook any more.
2376 (make-syntax-table): Inherit all chars from s-s-t.
2377
2378 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2379
2380 This is a fix for a report saying that resuming a search with C-s
2381 C-s doesn't use the case-fold-search setting of the previous
2382 search (C-s ... M-c ... then C-s C-s).
2383
2384 * isearch.el (isearch-last-case-fold-search): New variable.
2385 (isearch-mode): Remember value of isearch-case-fold-search
2386 in isearch-last-case-fold-search.
2387 (isearch-done): Quote value of isearch-case-fold-search.
2388 (isearch-repeat): When resuming a search, restore
2389 isearch-case-fold-search from isearch-last-case-fold-search.
2390
2391 Added to NEWS.
2392
2393 * startup.el (inhibit-startup-buffer-menu): New user-option.
2394 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2395 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2396
2397 This allows upto 99999 messages in the summary without screwing up
2398 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2399
2400 * mail/rmailsum.el (rmail-make-summary-line)
2401 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2402 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2403 Allow 5-digit message ids instead of 4.
2404
2405 This adds expansion of environment variables in the value
2406 specified with M-x setenv. Added to NEWS.
2407
2408 * env.el (substitute-env-vars): New function.
2409 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2410 environment variables in VALUE. Return VALUE.
2411
2412 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2413
2414 * Branch for 21.1.
2415
2416 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2417
2418 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2419
2420 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2421
2422 * emulation/tpu-edt.el: Make messages match original TPU/edt
2423 editor. From riepel@Stanford.EDU (Rob Riepel).
2424
2425 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2426
2427 * rect.el: Update maintainer's email address.
2428
2429 2001-10-02 Andreas Schwab <schwab@suse.de>
2430
2431 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2432 and Extended Passive Mode, resp.
2433
2434 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2435
2436 These changes add support for Calendar-related items in the
2437 menu bar on tty's as well:
2438
2439 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2440 unconditionally.
2441 (calendar-mode): Set up activate-menubar-hook unconditionally.
2442
2443 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2444 calls x-popup-menu only if popup menus are supported.
2445 (calendar-mouse-insert-hebrew-diary-entry)
2446 (calendar-mouse-insert-islamic-diary-entry)
2447 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2448 (calendar-mouse-view-other-diary-entries)
2449 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2450 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2451 Call cal-menu-x-popup-menu instead of x-popup-menu.
2452
2453 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2454
2455 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2456
2457 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2458
2459 * emacs-lisp/rx.el: New file.
2460
2461 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2462
2463 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2464
2465 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2466
2467 * frame.el (select-frame-by-name, other-frame): Doc fix.
2468
2469 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2470
2471 * play/snake.el (snake-score-file): Use temporary-file-directory
2472 instead of a literal "/tmp". Suggested by Robert
2473 <robert@chezmarshall.freeserve.co.uk>.
2474
2475 * play/tetris.el (tetris-score-file): Ditto.
2476
2477 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2478
2479 * apropos.el (apropos-print): Make the directions inserted at the
2480 beginning of the *Apropos* buffer more clear.
2481
2482 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2483
2484 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2485 Added comments.
2486
2487 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2488
2489 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2490 "\\s-" when defining comment-end-skip.
2491
2492 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2493
2494 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2495 Call get-buffer-window first second arg `visible'.
2496
2497 * international/mule-diag.el (list-input-methods-1):
2498 Output something that's independent of Emacs' version.
2499
2500 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2501 calling byte-to-position with a nil tar-header-offset.
2502
2503 2001-09-27 Simon Josefsson <jas@extundo.com>
2504
2505 * mail/sendmail.el (send-mail-function): Doc fix.
2506 (mail-do-fcc): Error if header-end is not a marker.
2507 (mail-do-fcc): Add a comment.
2508 (mail-reply-to): Doc fix.
2509 (mail-signature): Make ATPOINT optional.
2510 (mail-yank-original): Use cond instead of nestled if.
2511
2512 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2513
2514 * info.el (Info-on-current-buffer): Default arg to "Top".
2515
2516 2001-09-25 Eli Barzilay <eli@barzilay.org>
2517
2518 * calculator.el (calculator-copy-displayer): New user-option.
2519 (calculator-displayer-prev, calculator-displayer-next):
2520 Renamed from calculator-displayed-{left,right}.
2521 (calculator, calculator-standard-displayer)
2522 (calculator-num-to-string, calculator-update-display)
2523 (calculator-copy, calculator-put-value): Bug and display fixes.
2524
2525 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2526
2527 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2528 (ebnf-version): New version (3.6.1).
2529
2530 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2531 (ebnf-bnf-non-terminal-chars): New internal const.
2532 (ebnf-bnf-lex): Fix code.
2533
2534 * ebnf-iso.el: Fix character range regexp. Doc fix.
2535 (ebnf-iso-non-terminal-chars): New internal const.
2536 (ebnf-iso-lex): Fix code.
2537
2538 * ebnf-yac.el: Fix character range regexp. Doc fix.
2539 (ebnf-yac-skip-chars): New internal const.
2540 (ebnf-yac-skip-code): Fix code.
2541
2542 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2543
2544 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2545
2546 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2547 passing it to VC.
2548
2549 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2550 case where the file is relative.
2551
2552 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2553
2554 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2555 same on each side. Make sure we properly handle simple quotes.
2556 From Daiki Ueno <ueno@unixuser.org>.
2557
2558 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2559
2560 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2561 <jas@extundo.com>.
2562
2563 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2564 some items of the Options menu.
2565
2566 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2567
2568 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2569
2570 * vc-hooks.el (vc-delete-automatic-version-backups):
2571 Don't fail if the directory doesn't exist.
2572
2573 * diff-mode.el (diff-default-read-only): New var.
2574 (diff-mode): Use it.
2575
2576 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2577
2578 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2579 Use make-keymap instead of copy-keymap, since copying the global
2580 keymap messes up the menu bar.
2581
2582 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2583 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2584
2585 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2586
2587 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2588
2589 * dired-aux.el (dired-insert-subdir): Pass switches to
2590 dired-build-subdir-alist.
2591
2592 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2593
2594 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2595 caused %#a and %#b to be mis-formatted.
2596
2597 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2598
2599 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2600 ccmode, emacs-mime, and eudc manuals.
2601
2602 2001-09-19 Sam Steingold <sds@gnu.org>
2603
2604 w32 find cannot be used with `grep-find'.
2605 * progmodes/compile.el (find-program): New variable.
2606 (grep-compute-defaults): Use it to set `grep-find-command'.
2607
2608 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2609
2610 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2611
2612 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2613
2614 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2615 programming. Doc fix.
2616 (ebnf-version): New version (3.6).
2617 (ebnf-eps-begin): Data fix.
2618 (ebnf-begin-file): Code fix.
2619
2620 * ebnf-bnf.el: Doc fix.
2621 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2622
2623 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2624
2625 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2626
2627 * ps-print.el: Better face mapping for black/white PostScript printers.
2628 Check if mark is active when printing a region. Doc fix.
2629 (ps-print-version): New version number (6.5.5).
2630 (ps-print-color-p): Customization fix.
2631 (ps-black-white-faces): New option.
2632 (ps-black-white-faces-alist): New internal var.
2633 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2634 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2635 (ps-nb-pages-region): Interactive fix.
2636 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2637 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2638
2639 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2640
2641 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2642 numeric month value, and allow the Kanji character after the it to
2643 be missing (happens with ls-lisp's output on Japanese versions of
2644 MS-Windows).
2645
2646 2001-09-18 Miles Bader <miles@gnu.org>
2647
2648 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2649 it's empty (and thus probably a new patch file about to be edited).
2650
2651 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2652
2653 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2654 Check for '(' in column 0 of doc string.
2655
2656 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2657 of `nth' so that using a vector as bounding-box works.
2658 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2659
2660 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2661
2662 * vc.el (vc-annotate): Use current workfile version explicitly as
2663 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2664
2665 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2666
2667 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2668 convert-standard-filename doesn't guarantee that the .el extension
2669 is preserved.
2670
2671 * dos-fns.el (convert-standard-filename): Replace invalid
2672 characters only after converting dash/underscore to a period.
2673 (original-make-auto-save-file-name): New.
2674 (make-auto-save-file-name): New function, overrides the definition
2675 on files.el and calls the original function via
2676 original-make-auto-save-file-name.
2677
2678 * mail/rmail.el (top-level): Require mule-utils when compiling.
2679 (rmail-decode-babyl-format): Use detect-coding-with-priority
2680 instead of detect-coding-region, to favor detection of emacs-mule
2681 encoded Babyl files written by rmailout.el etc. Suggested by
2682 Kenichi Handa <handa@etl.go.jp>.
2683
2684 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2685
2686 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2687 Use `equal', not `=', since the device number can be a cons cell.
2688
2689 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2690
2691 * simple.el: Comment out change of 2001-09-13.
2692
2693 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2694
2695 * progmodes/compile.el (grep-compute-defaults): Don't set
2696 grep-command/grep-find-command when it is already non-nil.
2697 (grep-command): Make it a user option.
2698 (grep-find-command): Likewise.
2699
2700 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2701
2702 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2703 inhibit quit.
2704
2705 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2706
2707 * files.el (make-auto-save-file-name): If long file names are not
2708 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2709 generating an auto-save file name from it.
2710
2711 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2712
2713 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2714 (ps-nb-pages-region): Signal an error if called interactively
2715 and the mark is not active.
2716
2717 * simple.el (minibuffer-prompt-modification)
2718 (minibuffer-prompt-insertion): New functions.
2719 (minibuffer-prompt-properties): Use `modification-hooks' and
2720 `insert-in-front-hooks'.
2721
2722 2001-09-12 Richard M. Stallman <rms@gnu.org>
2723
2724 * textmodes/outline.el (outline-regexp): Doc fix.
2725 Initialize it in the defcustom, the usual way.
2726
2727 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2728
2729 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2730 from `ediff-meta-info' properties need not be an overlay.
2731 From David Ponce <dponce@voila.fr>.
2732
2733 * isearch.el (isearch-intersects-p): Fix end checks.
2734
2735 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2736
2737 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2738 `t' branch of `cond', since Irix 6.1 and up is a special case of
2739 the standard dbx interface.
2740
2741 2001-09-11 Miles Bader <miles@gnu.org>
2742
2743 * comint.el (comint-send-input): When waiting for echoed input,
2744 don't save the expected end position in `echo-end', so that things
2745 work properly even if the buffer is modified elsewhere at the same
2746 time [this happens if `comint-truncate-buffer' is used].
2747
2748 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2749
2750 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2751 when constructing imenu-generic-expression from outline-regexp.
2752
2753 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2754
2755 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2756 `equal' instead of `=', since they can be cons cells. From Nils
2757 Goesche <cartan@cartan.de>.
2758
2759 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2760
2761 * vc.el (vc-annotate): Rewrote doc string.
2762
2763 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2764
2765 * time-stamp.el: Update Stephen Gildea's email address.
2766
2767 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2768
2769 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2770 enable-multibyte-characters = nil. From Hallvard B Furuseth
2771 <h.b.furuseth@usit.uio.no>.
2772
2773 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2774
2775 * ediff-init.el (ediff-highest-priority): Bug fix.
2776
2777 * viper-cmd.el (viper-special-read-and-insert-char): New function
2778 that reads a character and uses the current input method or
2779 iso-accents when appropriate.
2780
2781 * viper.el and all others: Corrections to the comment blocks at
2782 the top.
2783
2784 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2785
2786 * info.el (Info-goto-node): Doc fix.
2787
2788 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2789
2790 * isearch.el (isearch-intersects-p): New function.
2791 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2792 use isearch-intersects-p, and clean up.
2793
2794 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2795
2796 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2797 and "german8", for the new German orthography dictionaries,
2798 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2799 the entries, to keep the line length balanced for loaddefs.el.
2800
2801 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2802
2803 * comint.el (comint-send-input): Handle comint-process-echoes
2804 differently.
2805
2806 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2807
2808 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2809
2810 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2811
2812 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2813
2814 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2815
2816 * server.el (server-switch-buffer):
2817 * textmodes/refer.el (refer-find-entry-internal):
2818 * term/sup-mouse.el (sup-pos-to-window):
2819 * term/bg-mouse.el (bg-window-from-x-y):
2820 * emacs-lisp/edebug.el (edebug-window-live-p):
2821 Use get-window-with-predicate.
2822
2823 * window.el (get-window-with-predicate): Renamed from some-window.
2824 (some-window): Make it an alias.
2825
2826 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2827
2828 * simple.el (undo): Remove positions from buffer-undo-list up to
2829 the next undo boundary only.
2830
2831 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2832
2833 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2834 Kim <ryk@dspwiz.com>
2835
2836 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2837 the message "Creating customization items...done".
2838
2839 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2840
2841 * font-lock.el (toplevel): Require `jit-lock' only if
2842 font-lock-support-mode is set to jit-lock-mode.
2843
2844 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2845
2846 * international/quail.el (quail-use-package, quail-inactivate)
2847 (quail-activate): Mention the hooks these functions run in their
2848 doc strings.
2849
2850 2001-09-05 Edward M. Reingold <reingold@iit.edu>
2851
2852 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2853 of file in header of menu.
2854
2855 2001-09-04 Gerd Moellmann <gerd@gnu.org>
2856
2857 * env.el (setenv): Interactively, if VARIABLE has a current value,
2858 add that to the front of the history, as the doc string says.
2859
2860 * comint.el (comint-send-input): Change help-echo.
2861 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2862
2863 * bookmark.el (bookmark-write-file): Bind print-length and
2864 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2865
2866 * obsolete/uncompress.el: Moved there from lisp/.
2867
2868 * comint.el (comint-insert-clicked-input): Goto point-max before
2869 deleting previous input. From "Dr Francis J. Wright"
2870 <F.J.Wright@qmw.ac.uk>.
2871
2872 * simple.el (backward-word): Doc fix.
2873
2874 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2875
2876 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2877 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2878 * w32-fns.el: Add Keywords header.
2879
2880 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2881
2882 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2883 "Text Properties". Suggested by Simon Marshall
2884 <Simon.Marshall@midas-kapiti.com>.
2885
2886 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2887
2888 * term/mac-win.el (mac-drag-n-drop): Decode file name by
2889 consulting the value of file-name-coding-system.
2890
2891 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2892
2893 * help.el (describe-function-1): Save precomputed `file-name' rather
2894 than recomputing it (incorrectly) with `symbol-file'.
2895
2896 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2897
2898 * international/isearch-x.el (isearch-exit-recursive-edit):
2899 Take three parameters, since it's used as an after-change-function.
2900
2901 * emacs-lisp/backquote.el (backquote-backquote-symbol)
2902 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2903 from doc strings.
2904
2905 2001-09-02 Milan Zamazal <pdm@zamazal.org>
2906
2907 * progmodes/glasses.el (glasses-convert-to-unreadable):
2908 Consider underscores as in `glasses-make-readable'.
2909
2910 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2911
2912 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2913 MS-DOS, since cpp might not be available.
2914
2915 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
2916 Mention "yank" in the help-echo text.
2917 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2918
2919 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
2920
2921 * newcomment.el (comment-indent): Insert spaces more carefully.
2922
2923 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2924
2925 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
2926 exists. From Andy Petrusenco <andy@int.spb.ru>.
2927
2928 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
2929 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
2930 <andy@int.spb.ru>.
2931
2932 2001-08-31 Gerd Moellmann <gerd@gnu.org>
2933
2934 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
2935 Instead of running mouse-yank-at-click, see what the event is
2936 bound to outside Isearch and run that.
2937
2938 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2939
2940 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
2941 Fix the menu entry to mention transient-mark-mode.
2942
2943 2001-08-30 Gerd Moellmann <gerd@gnu.org>
2944
2945 * simple.el (eval-expression-print-level): Fix last change.
2946
2947 * bindings.el (mode-line-coding-system-map): New variable.
2948 (mode-line-mule-info): Give the "%Z" a local-map keymap.
2949
2950 * simple.el (eval-expression-print-level): Change the type
2951 of the defcustom to allow nil.
2952
2953 * emacs-lisp/find-gc.el: Moved here from lisp/.
2954
2955 * international/quail.el (quail-completion-1):
2956 Reverse the ((CHAR . DEFN) ...) list before processing it.
2957 From Kenichi Handa <handa@etl.go.jp>.
2958
2959 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
2960 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
2961
2962 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
2963
2964 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
2965 aren't supported. This avoids the annoying gray strip drawn by
2966 the Windows version instead of the missing tool bar.
2967
2968 2001-08-29 Gerd Moellmann <gerd@gnu.org>
2969
2970 * menu-bar.el (menu-bar-options-menu): Make option text, messages
2971 and tooltips more consistent. From "Marshall, Simon"
2972 <Simon.Marshall@midas-kapiti.com>.
2973
2974 * startup.el (fancy-splash-screens): Temporarily set
2975 minor-mode-map-alist to nil while displaying splash screens.
2976
2977 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2978
2979 * buff-menu.el: Add Keywords header.
2980 Doc fix (C-x C-b is bound to list-buffers).
2981
2982 * dired-x.el: Add keyword files to get listed in finder.
2983 Remove confusing notes about GNU Emacs 19.
2984
2985 * dired.el, dired-aux.el: Add Keywords header.
2986
2987 2001-08-28 Andre Spiegel <spiegel@gnu.org>
2988
2989 * vc.el (vc-revert-file): Call the backend even if the FILE's
2990 contents can be reverted locally; pass new arg CONTENTS-DONE
2991 down to the backend.
2992
2993 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
2994 optional arg CONTENTS-DONE.
2995
2996 2001-08-28 Andrew Innes <andrewi@gnu.org>
2997
2998 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
2999
3000 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3001
3002 * makefile.nt (install): Copy more *.el files.
3003
3004 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3005
3006 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3007 instead of `w' which is already in use.
3008
3009 * gs.el (gs-load-image): Use sleep-for.
3010 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3011
3012 2001-08-28 Miles Bader <miles@gnu.org>
3013
3014 * replace.el (query-replace-regexp-eval): Return args from
3015 `interactive' form in correct order.
3016
3017 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3018
3019 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3020 major modes, don't create panes for modes for which
3021 mouse-buffer-menu-alist returns an empty alist.
3022
3023 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3024
3025 * progmodes/hideshow.el: Update first-line description.
3026 Sync comments w/ maintainer version 5.31.
3027
3028 (hs-isearch-open): Default value now `code'.
3029 Fix docstring to use "code blocks" vs "comment blocks",
3030 as opposed to "block" vs "comment".
3031 (hs-flag-region): Accept `hs-isearch-open' value
3032 of `block' as synonymous w/ `code'.
3033 (hs-hide-block-at-point): For code blocks, pass `code'
3034 to `hs-flag-region' instead of `block'.
3035
3036 2001-08-28 Miles Bader <miles@gnu.org>
3037
3038 * comint.el (comint-next-prompt): Don't loop infinitely if
3039 {next,previous}-single-char-property-change returns its input
3040 position when the search fails.
3041
3042 2001-08-27 Miles Bader <miles@gnu.org>
3043
3044 * comint.el (comint-get-old-input-default): Don't signal an error
3045 if point is not on an input field; instead, return the current
3046 line (using `comint-bol' to skip any prompt, in case we're not
3047 using fields at all).
3048
3049 * man.el (Man-mode-line-format): Variable removed.
3050 (Man-mode): Change `mode-line-buffer-identification' instead of
3051 `mode-line-format'.
3052
3053 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3054
3055 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3056 From Simon Josefsson <jas@extundo.com>.
3057
3058 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3059
3060 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3061 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3062
3063 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3064 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3065
3066 * emacs-lisp/lselect.el: Ditto.
3067
3068 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3069 Remove periods from the end of error message strings.
3070 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3071
3072 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3073 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3074
3075 * net/telnet.el: Ditto.
3076
3077 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3078
3079 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3080 KEYMAP to the call to define-minor-mode.
3081
3082 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3083
3084 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3085 Replace some of the undefined characters with emulations of bidi
3086 formatting characters and Niqud as per SI 1311-1.
3087 (IT-unicode-translations): Ditto.
3088 (IT-display-table-setup, IT-setup-unicode-display):
3089 Fill characters without translations with dos-unsupported-char-glyph.
3090
3091 2001-08-24 Simon Josefsson <jas@extundo.com>
3092
3093 * hl-line.el (hl-line-mode): Don't be a global mode.
3094 (global-hl-line-mode): New function.
3095
3096 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3097
3098 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3099 being reset by Ghostscript. Don't kill the gs process.
3100 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3101
3102 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3103
3104 * term/mac-win.el: Require scroll-bar.
3105
3106 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3107
3108 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3109
3110 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3111
3112 * hexl.el (hexl-insert-multibyte-char) New function.
3113 (hexl-quoted-insert, hexl-self-insert-command)
3114 (hexl-insert-hex-char, hexl-insert-decimal-char)
3115 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3116 Fix the doc strings accordingly.
3117 (hexl-insert-char): Reject characters whose code is above 255.
3118 Doc fix.
3119 (hexl-mode-map): Copy the global keymap instead of creating a
3120 sparse keymap, and bind all self-inserting characters to
3121 hexl-self-insert-command.
3122
3123 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3124
3125 * wid-edit.el (text): Re-order docstring correctly.
3126
3127 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3128
3129 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3130
3131 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3132
3133 * simple.el (line-number-mode): Mention the variable
3134 line-number-display-limit-width in the doc string.
3135
3136 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3137
3138 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3139 Temporarily select EVENT's window for switching buffers.
3140 (mode-line-bury-buffer): New function.
3141 (mode-line-buffer-identification-keymap): Use it instead of
3142 bury-buffer. Bind down-mouse events to prevent global down-mouse
3143 events from shining through.
3144
3145 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3146
3147 * newcomment.el (comment-beginning): Make sure the comment-start
3148 we found isn't a comment-end (in cases where confusion is possible).
3149
3150 2001-08-22 Miles Bader <miles@gnu.org>
3151
3152 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3153 before writing it, so that hard-links don't see new version.
3154
3155 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3156
3157 * gs.el (gs-set-ghostview-colors-window-prop):
3158 Call x-change-window-property with 3rd arg FRAME.
3159 (gs-load-image): Wait for a previous Ghostscript process
3160 to complete before starting a new one.
3161
3162 * image.el (image-type-regexps): Make sure that the TIFF
3163 pattern is only matched at the beginning of a string.
3164 From Markus Rost <rost@math.ohio-state.edu>.
3165
3166 * international/swedish.el: Pre-Mule file removed. From Jonas
3167 Oberg <jonas@gnu.org>.
3168
3169 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3170
3171 * whitespace.el (whitespace-abort-on-error): Add custom variable
3172 to whitespace to abort a write-file if whitespace is detected in file.
3173
3174 * whitespace.el (whitespace-write-file-hook): Hook to be called
3175 when writing a file. If `whitespace-abort-on-error' is set, the
3176 write will abort on detecting whitespaces.
3177 If `whitespace-auto-cleanup' is set, the file will be cleaned
3178 automatically prior to writing.
3179
3180 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3181 whitespaces in the error output!
3182
3183 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3184 `indent-tabs-mode', since the latter notes user preferences on
3185 TABs anyway.
3186
3187 * whitespace.el (whitespace-version): 3.1. All of the above issues
3188 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3189
3190 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3191
3192 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3193 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3194
3195 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3196
3197 2001-08-20 Alex Schroeder <alex@gnu.org>
3198
3199 * sql.el (sql-db2): Doc change.
3200
3201 2001-08-20 Alex Schroeder <alex@gnu.org>
3202
3203 * sql.el (sql-postgres): Add the database at the end of the
3204 parameters instead of at the beginning.
3205 (sql-postgres-options): Doc change.
3206
3207 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3208
3209 * custom.el (defcustom): Doc fix.
3210
3211 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3212
3213 * ps-mule.el (find-composition): Check if (char-after POS)
3214 returns a valid character.
3215
3216 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3217
3218 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3219 original-point for extra CR characters that are added/removed when
3220 the buffer is written/read whose EOL type is -dos.
3221
3222 2001-08-16 Miles Bader <miles@gnu.org>
3223
3224 * simple.el (line-move): Undo previous change.
3225
3226 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3227 property to input-terminating `boundary' overlays to avoid
3228 line-move wierdness.
3229
3230 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3231
3232 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3233 buffer in a save-restriction. Under one test case with Ediff,
3234 window-scroll-functions are run with a window start that's
3235 temporarily outside of the restriction.
3236
3237 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3238
3239 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3240 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3241 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3242 (texinfo-update-menu-region-beginning)
3243 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3244 command, @ifnottex, to regexps, so it is found.
3245
3246 2001-08-16 Andrew Innes <andrewi@gnu.org>
3247
3248 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3249 (DONTCOMPILE): Omit sc.el.
3250
3251 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3252 (DONTCOMPILE): Omit sc.el.
3253
3254 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3255
3256 * replace.el (occur): Bind inhibit-read-only to t.
3257
3258 2001-08-16 Miles Bader <miles@gnu.org>
3259
3260 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3261 calling `constrain-to-field', to avoid problems with comint prompts.
3262
3263 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3264
3265 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3266 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3267
3268 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3269 of a while-loop.
3270
3271 * Makefile.in (DONTCOMPILE): Remove sc.el.
3272
3273 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3274 Don't include term/.
3275
3276 * mail/sc.el: Moved to obsolete/.
3277
3278 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3279
3280 * ps-print.el: Change error function arguments to follow Emacs
3281 message convention. Doc fix.
3282 (ps-print-version): New version number (6.5.4).
3283 (coding-system-for-write): Change declaration position to avoid
3284 XEmacs compilation gripes.
3285 (coding-system-for-read, buffer-file-coding-system):
3286 Declarations to avoid XEmacs compilation gripes.
3287
3288 * ps-mule.el: Doc fix.
3289 (ps-mule-encode-header-string): If STRING is not a string, replace
3290 STRING by empty string.
3291
3292 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3293
3294 * frame.el (show-trailing-whitespace): Doc fix.
3295
3296 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3297
3298 * desktop.el (desktop-save): Insert the coding: tag before
3299 desktop-header.
3300
3301 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3302
3303 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3304 its path from $els.
3305
3306 * image.el (image-jpeg-p): Fix call of substring.
3307
3308 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3309
3310 * play/animate.el (animate-string): Doc fix. Use a buffer
3311 name with stars in it.
3312 (animate-sequence): New function.
3313 From Richard Stallman <rms@gnu.org>.
3314
3315 * frame.el (select-frame-set-input-focus): New function
3316 extracted from other-frame.
3317 (other-frame): Use it.
3318 (next-multiframe-window, previous-multiframe-window): Use it.
3319
3320 * isearch.el (isearch-other-meta-char): Don't switch to the
3321 buffer of a window clicked on, when the current buffer is
3322 in Isearch mode.
3323
3324 * image.el (image-jpeg-p): Test for APPn markers in the range
3325 #xe0..#xef.
3326
3327 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3328
3329 * desktop.el (desktop-save): Don't use concat to form a file
3330 name, use expand-file-name.
3331
3332 * mouse.el (mouse-delete-window): Do nothing if frame has just
3333 one window.
3334
3335 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3336 for the minor mode name.
3337
3338 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3339 minor mode name.
3340
3341 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3342 instead of make-mode-line-mouse2-map.
3343
3344 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3345 the minor mode name.
3346
3347 * emacs-lisp/easy-mmode.el (define-minor-mode):
3348 Use mode-line-minor-mode-keymap for the minor mode name.
3349
3350 * calendar/calendar.el (calendar-mode-line-format):
3351 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3352
3353 * bindings.el (make-mode-line-mouse-map): Renamed from
3354 make-mode-line-mouse2-map. Take additional arg MOUSE.
3355 (mode-line-modified): Use mouse-3 instead of mouse-2.
3356 (mode-line-buffer-identification-keymap): Bind keys differently.
3357 (propertized-buffer-identification): Adapt help-echo to new bindings.
3358
3359 * bindings.el (mode-line-format): Specify help-echo for line
3360 number, column number and buffer-percent part of the mode-line.
3361
3362 * image.el (image-type-regexps): Allow whitespace at the start
3363 of the image data for XPM, XBM and Postscript, which are
3364 text files.
3365 (image-jpeg-p): Correct calculation of next field offset.
3366
3367 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3368
3369 * battery.el: Fix typo.
3370
3371 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3372
3373 * image.el (image-type-regexps): Allow predicates. Change the way
3374 JPEG images are recognized.
3375 (image-jpeg-p): New function.
3376 (image-type-from-data): Handle predicates in image-type-regexps.
3377
3378 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3379 #:, #x, #o, and similar constructs.
3380
3381 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3382
3383 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3384
3385 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3386 instead of `progn'.
3387
3388 * tar-mode.el (tar-extract): Avoid generating a new buffer
3389 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3390
3391 * textmodes/paragraphs.el (forward-sentence): Avoid building
3392 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3393
3394 * progmodes/executable.el (executable-set-magic):
3395 If executable-find returns a quoted file name, unquote it before
3396 inserting it.
3397
3398 * image.el (image-type-regexps): For JPEG files, use a regexp
3399 derived from the JFIF spec.
3400
3401 * image.el (image-type-regexps): Use `\`' instead of `^' in
3402 most regular expressions.
3403
3404 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3405
3406 * play/animate.el: Re-insert a reference to re-inserted function.
3407
3408 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3409
3410 * help.el (describe-function-1): Use find-function-search-for-symbol
3411 instead of find-function-noselect because the latter follows aliases.
3412
3413 * play/animate.el (animate-birthday-present): Re-insert.
3414
3415 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3416 Handle old-style menu definitions.
3417
3418 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3419
3420 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3421 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3422
3423 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3424 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3425 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3426
3427 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3428
3429 * textmodes/tildify.el: Milan Zamazal has new address.
3430
3431 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3432
3433 * custom.el (custom-set-variables): Don't test `custom-requests'
3434 properties, check the third element of the options passed to
3435 custom-set-variables instead.
3436
3437 * info.el (info-insert-file-contents): Use info-file-exists-p
3438 instead of file-exists-p.
3439
3440 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3441 the mode-line face is restored. Fix several bugs.
3442
3443 * replace.el (perform-replace): Doc fix.
3444
3445 2001-08-02 Francesco Potorti` <pot@gnu.org>
3446
3447 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3448 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3449 (uniquify-fix-item-base, uniquify-fix-item-filename)
3450 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3451 Callers changed.
3452 (uniquify-set-proposed): Changed to work with a vector item.
3453 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3454 the fix list, and a list of strings for the non-file buffer
3455 names. Both changes reduce consing.
3456 (uniquify-rationalize-a-list): Local variable renaming.
3457 (uniquify-rationalize-conflicting-sublist): Use member instead of
3458 assoc.
3459 (uniquify-rename-buffer): Use unless instead of if not.
3460
3461 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3462
3463 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3464
3465 * custom.el (custom-set-variables): Set options with :require
3466 clauses last.
3467
3468 * custom.el (defcustom): Doc fix.
3469
3470 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3471
3472 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3473
3474 * man.el (man): Mention Man-switches in the doc string.
3475 (Man-switches): Mention -a in the doc string.
3476
3477 * textmodes/ispell.el (ispell-alternate-dictionary):
3478 Add /usr/share/lib/dict/words, for Irix.
3479
3480 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3481 corresponding non-kp keys. Suggested by Stephen Gildea
3482 <gildea@stop.mail-abuse.org>.
3483
3484 2001-08-01 Francesco Potorti` <pot@gnu.org>
3485
3486 * uniquify.el: These changes correct a corner case that the old
3487 code managed correctly.
3488 (uniquify-fix-item-proposed): Renamed from
3489 uniquify-fix-item-min-proposed.
3490 (uniquify-set-proposed): New function.
3491 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3492 clarity and speed.
3493 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3494 This is equivalent to what the old code did.
3495 (uniquify-rationalize-a-list): Never recompute the proposed
3496 name. Sort the conflicting sublist before rationalising it: this
3497 is equivalent to what the old code did, but one directory element
3498 at a time, and only when necessary.
3499 (uniquify-rationalize-conflicting-sublist): Recompute here the
3500 proposed name.
3501
3502 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3503
3504 * play/animate.el: Add Keywords and Maintainer. Remove a
3505 reference to a removed function.
3506
3507 * play/animate.el (animate-string): Handle case that the string is
3508 longer than the window is wide.
3509
3510 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3511
3512 * desktop.el (desktop-save): Bind coding-system-for-write to
3513 `emacs-mule' for write-region.
3514
3515 * delsel.el (delete-selection-pre-hook): Don't set this-command
3516 to `ignore' if the region is empty.
3517
3518 * international/mule.el (set-keyboard-coding-system):
3519 Set keyboard-coding-system.
3520
3521 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3522 before accessing it.
3523
3524 2001-07-30 Andreas Schwab <schwab@suse.de>
3525
3526 * menu-bar.el (toggle-highlight-paren-mode):
3527 Use `(show-paren-mode)' as body.
3528
3529 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3530
3531 * vc.el (vc-checkout-hook): New hook.
3532 (vc-checkout): Run it.
3533
3534 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3535
3536 * progmodes/make-mode.el (makefile-macroassign-regex):
3537 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3538
3539 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3540
3541 * vc.el (vc-switch-backend): Fix autoload cookie.
3542
3543 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3544 the desktop file.
3545
3546 2001-07-30 Simon Josefsson <jas@extundo.com>
3547
3548 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3549 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3550
3551 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3552
3553 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3554 (last-sexp-toggle-display): Renamed from last-sexp-print.
3555 (last-sexp-toggle-display, eval-last-sexp-1):
3556 Use last-sexp-setup-props.
3557
3558 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3559 New user-options.
3560 (mouse-wheel-change-button): New function.
3561 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3562 (mwheel-scroll): Ditto.
3563
3564 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3565
3566 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3567 `...', compare with unabbreviated printed representation instead.
3568 (last-sexp-print): Bind print-length and print-level to nil.
3569
3570 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3571 before assigning text properties. Make properties rear-nonsticky.
3572
3573 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3574 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3575 <mouse-2> and <RET> in that map to a function printing the
3576 unabbreviated value.
3577
3578 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3579 is a buffer, put a text property `printed-value' on the printed
3580 representation, with the Lisp object printed as value.
3581
3582 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3583
3584 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3585 Mention the effect of eval-expression-print-length and
3586 eval-expression-print-level in the doc strings. Suggested by
3587 Kevin Gallagher <kevingal@onramp.net>.
3588
3589 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3590
3591 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3592 for buttons > 3.
3593 (xterm-mouse-translate): Handle the case that we don't get a
3594 down-event.
3595
3596 * emacs-lisp/find-func.el (find-function-regexp):
3597 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3598 in front of the function name.
3599
3600 * isearch.el (isearch-other-meta-char): Fix last change.
3601
3602 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3603 similar events for which fake prefix keys are generated. It's no
3604 longer necessary since read_key_sequence doesn't modify these
3605 events for internal purposes anymore.
3606
3607 * files.el (auto-mode-alist): Use nroff-mode for files ending
3608 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3609
3610 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3611
3612 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3613 tool-bar-lines parameter, behave as if its value were zero.
3614 (mouse-avoidance-set-pointer-shape): Don't do anything if
3615 x-pointer-shape is not boundp.
3616
3617 2001-07-23 Francesco Potorti` <pot@gnu.org>
3618
3619 * uniquify.el: Overall speedup changes when using many buffers.
3620 (uniquify-fix-item-base, uniquify-fix-item-filename)
3621 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3622 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3623 place in the item, but was never used.
3624 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3625 in the item is now used as cache for the proposed name.
3626 (uniquify-rationalize-file-buffer-names): Move computation made on
3627 newbuffile out of the loop, in the newbuffile-nd local var.
3628 Use dolist (cosmetic change). Compute the proposed name for the most
3629 common case and cache it in the fourth place in the item.
3630 (uniquify-rationalize-file-buffer-names): Used to return a a list
3631 of buffer whose name was changed, but that return value was never used.
3632 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3633 the cached proposed name, does much less consing and is quicker.
3634 (uniquify-filename-lessp): Deleted.
3635 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3636 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3637 cached proposed name is possible.
3638 (uniquify-get-proposed-name): Arguments changed, callers changed.
3639 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3640 uniquify-possibly-resolvable flag, which is no more bound locally.
3641 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3642 flag, which does not exist any more.
3643
3644 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3645
3646 * term/internal.el (IT-unicode-translations): Fix the appearance of
3647 "6`".
3648
3649 * progmodes/compile.el (compile-internal): If EMACS is already
3650 defined in the environment, don't override its value.
3651
3652 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3653
3654 * play/fortune.el: Undo change of 2001-07-13.
3655 Fix autoload cookies. Add types to defcustoms.
3656 (fortune) <defgroup>: Add :link.
3657 (fortune-from-region): Use eq, not eql.
3658 From Dave Love <fx@gnu.org>.
3659
3660 * play/animate.el (animate-birthday-present): Function removed.
3661
3662 * play/animate.el: New file.
3663
3664 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3665
3666 * startup.el (normal-top-level-add-subdirs-to-load-path):
3667 On Windows, put into normal-top-level-add-subdirs-inode-list the
3668 canonicalized names of the directories instead of inode numbers.
3669
3670 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3671
3672 * ediff-util.el: Copyright years.
3673 (ediff-choose-syntax-table): New function.
3674 (ediff-setup): Use ediff-choose-syntax-table.
3675 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3676 vc-state is available.
3677 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3678
3679 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3680 with-syntax-table.
3681 (ediff-coding-system-for-read): From ediff-diff.el
3682 (ediff-coding-system-for-write): New variable.
3683 (ediff-highest-priority): Fixed the bug having to do with disappearing
3684 overlays.
3685 (ediff-file-remote-p): Use file-remote-p, if available.
3686 (ediff-listable-file): New function.
3687 (ediff-file-attributes): Use ediff-listable-file.
3688
3689 * ediff-mult.el (ediff-meta-insert-file-info1):
3690 Use ediff-listable-file.
3691
3692 * ediff-ptch.el (ediff-prompt-for-patch-file):
3693 Use ediff-coding-system-for-read.
3694 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3695
3696 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3697 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3698
3699 * ediff.el: Date of last update, copyright years.
3700
3701 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3702
3703 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3704 of Scott Bronson.
3705 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3706 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3707 Deleted functions.
3708 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3709 ex-token-list.
3710 (viper-get-ex-address-subr): Convert registers to char data type.
3711
3712 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3713 (viper-memq-char): Use viper-int-to-char.
3714 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3715 vc-locking-state.
3716 (viper-read-key): Use viper-read-key-sequence.
3717
3718 * viper.el (viper-major-mode-modifier-list):
3719 Added inferior-emacs-lisp-mode.
3720 (this-major-mode-requires-vi-state): New function that uses simple
3721 heuristics to decide if vi state is appropriate.
3722 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3723 (viper-non-hook-settings): Don't advise read-key-sequence.
3724 (viper-read-key-sequence): New function that replaces the
3725 previously used advice to read-key-sequence.
3726
3727 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3728 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3729 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3730 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3731 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3732 Got rid of the negative character hack.
3733 (viper-escape-to-state,viper-replace-state-exit-cmd):
3734 Use viper-read-key-sequence.
3735 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3736 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3737 Don't override existing minibuffer-setup-hook.
3738 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3739 Convert registers to char data type.
3740 (viper-autoindent): Use viper-indent-line.
3741
3742 * viper-keym.el: Use viper-exec-key-in-emacs.
3743
3744 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3745
3746 * server.el (server-visit-files): Fix variable name typo.
3747
3748 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3749
3750 * simple.el (delete-trailing-whitespace): Save match data
3751 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3752
3753 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3754
3755 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3756 return a this-error using the alternative format (a pair of markers).
3757
3758 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3759
3760 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3761
3762 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3763 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3764
3765 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3766
3767 * international/iso-transl.el: Fix typo in the header of the file.
3768
3769 * textmodes/picture.el (picture): Doc fix.
3770
3771 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3772 follow coding conventions in generated files.
3773
3774 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3775
3776 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3777 (tool-bar-add-item): Don't call image-related primitives if the
3778 display doesn't support images.
3779
3780 * frame.el (display-images-p): New function.
3781
3782 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3783
3784 * server.el (server-visit-files): Handle the case the specified
3785 column number is <= 0.
3786
3787 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3788
3789 * startup.el (command-line-1): Add support for +LINE:COLUMN
3790 command line argument.
3791
3792 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3793
3794 * server.el (server-process-filter, server-visit-files):
3795 Add support for +LINE:COLUMN style emacsclient calls.
3796
3797 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3798
3799 * emacs-lisp/easy-mmode.el: Add Keywords header.
3800
3801 * play/pong.el: Author has new address.
3802
3803 * play/landmark.el: Author is no more reachable.
3804
3805 * play/handwrite.el: Author is no more reachable.
3806
3807 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3808
3809 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3810 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3811 Complete bindings for F<1..12> keys.
3812 (global-map): Remove `undo' binding (already in the default).
3813 Replace `t<n>' bindings with `f<n>' bindings.
3814
3815 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3816
3817 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3818 (tcl-mode): Use tcl-add-log-defun.
3819 (tcl-indent-line): Use tcl-calculate-indent.
3820 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3821 (tcl-indent-exp): Renamed from indent-tcl-exp.
3822 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3823 (tcl-indent-for-comment): Call comment-indent-function properly
3824 and handle the case where it returns nil.
3825
3826 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3827
3828 * calendar/cal-islam.el (calendar-goto-islamic-date):
3829 Remove autoload cookie.
3830
3831 * calendar/calendar.el (calendar-goto-islamic-date):
3832 Add call to autoload.
3833
3834 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3835
3836 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3837 Don't change compile-auto-highlight globally.
3838 Don't bother with `font-lock-defaults' property since XEmacs
3839 also understands the `font-lock-defaults' variable.
3840 Use make-local-variable rather than make-variable-buffer-local.
3841 Don't `defconst' comment-indent-function: keep the default.
3842 Call easy-menu-add unconditionally.
3843 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3844 (ada-create-menu): Use :included for Emacs as well.
3845
3846 * vc.el (vc-do-command): Autoload.
3847
3848 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3849
3850 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3851
3852 * ps-print.el: Fix Author: header.
3853
3854 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3855
3856 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3857 mouse-1 etc., bind them to `ignore'.
3858
3859 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3860 send-invisible, which is already defined in Comint.
3861 (eshell-watch-for-password-prompt): Use it.
3862
3863 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3864
3865 * which-func.el (which-func-mode): Doc fix.
3866
3867 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3868 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3869 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3870 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3871 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3872 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3873 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3874 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3875 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3876 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3877 * emulation/edt-mapper.el, emulation/edt-pc.el,
3878 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3879 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3880 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3881 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3882 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3883 * international/isearch-x.el, international/iso-cvt.el,
3884 * international/ogonek.el, international/quail.el,
3885 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3886 * language/devanagari.el, language/ethio-util.el,
3887 * language/ethiopic.el, language/european.el, language/indian.el,
3888 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3889 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3890 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3891 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3892 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3893 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3894 * progmodes/autoconf.el, progmodes/cmacexp.el,
3895 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3896 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3897 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3898 * progmodes/ebnf2ps.el, progmodes/executable.el,
3899 * progmodes/fortran.el, progmodes/idlw-shell.el,
3900 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3901 * progmodes/m4-mode.el, progmodes/mantemp.el,
3902 * progmodes/meta-mode.el, progmodes/octave-inf.el,
3903 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3904 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3905 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3906 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3907 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3908 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3909 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3910 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3911 * textmodes/two-column.el, time-stamp.el, timezone.el,
3912 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3913 * which-func.el, whitespace.el, wid-browse.el, widget.el,
3914 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
3915 conventions.
3916
3917 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3918
3919 * simple.el (set-variable): Require 'cus-edit' instead of
3920 `wid-edit', so that the Custom widgets get defined.
3921
3922 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3923
3924 * allout.el: A fix to follow coding conventions.
3925
3926 * find-lisp.el: A fix to follow coding conventions.
3927
3928 * term/w32-win.el: A fix to follow coding conventions.
3929
3930 * textmodes/sgml-mode.el: A fix to follow coding conventions.
3931
3932 * term/xterm.el: A fix to follow coding conventions.
3933
3934 * term/news.el: A fix to follow coding conventions.
3935
3936 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
3937 header line fixed.
3938
3939 * sun-curs.el: Fix Maintainer: header line.
3940
3941 * emacs-lisp/easymenu.el: Address of the author added.
3942
3943 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3944
3945 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
3946 property.
3947
3948 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3949
3950 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
3951 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
3952 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
3953 Some fixes to follow coding conventions.
3954
3955 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3956
3957 * which-func.el (which-func-mode): Doc fix.
3958
3959 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
3960
3961 * net/rcompile.el (remote-compile): Use make-local-variable.
3962
3963 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
3964
3965 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
3966
3967 * mail/reporter.el (reporter-submit-bug-report):
3968 Don't abuse make-variable-buffer-local. Fix call to add-hook.
3969
3970 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3971
3972 * calendar/cal-china.el, calendar/cal-coptic.el,
3973 * calendar/cal-dst.el, calendar/cal-french.el,
3974 * calendar/cal-hebrew.el, calendar/cal-islam.el,
3975 * calendar/cal-iso.el, calendar/cal-julian.el,
3976 * calendar/cal-mayan.el, calendar/cal-persia.el,
3977 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
3978 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
3979 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
3980 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
3981 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3982 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
3983 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
3984 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
3985 * progmodes/ada-xref.el, progmodes/cc-align.el,
3986 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
3987 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3988 * progmodes/cc-langs.el, progmodes/cc-menus.el,
3989 * progmodes/cc-styles.el, progmodes/cc-vars.el,
3990 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
3991 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
3992 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
3993 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
3994 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
3995 * textmodes/reftex.el: Some fixes to follow coding
3996 conventions in Eshell files with known maintainers.
3997
3998 * emulation/viper.el: A fix to follow coding conventions.
3999
4000 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4001 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4002 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4003 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4004 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4005 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4006 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4007 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4008 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4009 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4010 conventions in Eshell files.
4011
4012 * composite.el, diff.el, emacs-lisp/levents.el,
4013 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4014 * emulation/pc-mode.el, emulation/viper-cmd.el,
4015 * emulation/viper-ex.el, emulation/viper-init.el,
4016 * emulation/viper-keym.el, emulation/viper-macs.el,
4017 * emulation/viper-mous.el, emulation/viper-util.el,
4018 * emulation/viper.el, forms-pass.el, international/ccl.el,
4019 * international/characters.el, international/encoded-kb.el,
4020 * international/fontset.el, international/ja-dic-cnv.el,
4021 * international/ja-dic-utl.el, international/kinsoku.el,
4022 * international/kkc.el, international/mule-cmds.el,
4023 * international/mule-diag.el, international/mule-util.el,
4024 * international/mule.el, international/titdic-cnv.el,
4025 * language/china-util.el, language/chinese.el,
4026 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4027 * language/greek.el, language/hebrew.el, language/japan-util.el,
4028 * language/japanese.el, language/korea-util.el, language/korean.el,
4029 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4030 * language/slovak.el, language/thai-util.el, language/thai.el,
4031 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4032 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4033 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4034 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4035 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4036 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4037 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4038 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4039 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4040 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4041 to follow coding conventions in files without maintainer or in files
4042 with clear maintainer (but without Maintainer header stating so).
4043
4044 * emacs-lisp/elp.el: A fix to follow coding conventions.
4045
4046 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4047 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4048 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4049 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4050 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4051 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4052 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4053 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4054 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4055 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4056 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4057 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4058 conventions in files from Gnus.
4059
4060 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4061 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4062 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4063 * echistory.el, electric.el, emacs-lisp/authors.el,
4064 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4065 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4066 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4067 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4068 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4069 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4070 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4071 * international/codepage.el, international/iso-ascii.el,
4072 * international/iso-insert.el, international/iso-transl.el,
4073 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4074 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4075 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4076 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4077 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4078 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4079 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4080 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4081 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4082 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4083 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4084 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4085 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4086 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4087 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4088 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4089 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4090 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4091 * textmodes/tex-mode.el, textmodes/text-mode.el,
4092 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4093 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4094 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4095 files maintained by FSF.
4096
4097 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4098
4099 * arc-mode.el: A fix to follow coding conventions.
4100
4101 * bindings.el: Ditto.
4102
4103 * cdl.el: Ditto.
4104
4105 * comint.el: Ditto.
4106
4107 * cus-start.el: Ditto.
4108
4109 * shell.el: Ditto.
4110
4111 * skeleton.el: Ditto.
4112
4113 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4114
4115 * info.el (Info-build-node-completions):
4116 Make Info-current-file-completions buffer local.
4117
4118 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4119
4120 * which-func.el (which-func-mode, which-func-ff-hook)
4121 (which-function-mode): Remove references to which-func-mode-global.
4122
4123 * calendar/cal-islam.el (calendar-goto-islamic-date):
4124 Add autoload cookie.
4125
4126 * play/fortune.el: Add types to defcustoms.
4127
4128 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4129
4130 * language/czech.el: A fix to follow coding conventions.
4131
4132 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4133
4134 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4135 to the extension list, for antlr-mode. From Christoph Wedler
4136 <Christoph.Wedler@sap.com>.
4137
4138 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4139
4140 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4141 (vc-dired-mode-map): Fix the madness.
4142
4143 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4144 (vc-prefix-map): Moved back from vc.el.
4145
4146 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4147
4148 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4149 Increase the size of the obarray.
4150 (mail-extr-all-top-level-domains): Add more toplevel domains,
4151 add more long names.
4152 From: Per Starback <starback@ling.uu.se>.
4153
4154 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4155
4156 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4157 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4158
4159 * progmodes/ada-mode.el: Ditto.
4160
4161 * progmodes/ada-xref.el: Ditto.
4162
4163 2001-07-11 Miles Bader <miles@gnu.org>
4164
4165 * finder.el (finder-insert-at-column): Also move to the next line
4166 if exactly at COLUMN.
4167
4168 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4169
4170 * help.el (describe-function-1): When printing FUNCTION's
4171 documentation, don't assume FUNCTION is a symbol.
4172
4173 * startup.el (normal-top-level): Don't operate on the initial
4174 frame if we failed to create one.
4175
4176 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4177
4178 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4179 itself, i.e. only indent the contents in it.
4180
4181 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4182
4183 * mail/rmail.el (rmail-show-message): Show beginning of message in
4184 all windows containing it.
4185
4186 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4187
4188 * term/tty-colors.el: Fix the header line and copyright years.
4189
4190 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4191
4192 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4193 original definition has an interactive form, but is Elp
4194 instrumented, use the interactive form of the function called by
4195 elp-wrapper.
4196
4197 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4198 configurations with compare-window-configuration; they aren't
4199 window configurations.
4200
4201 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4202 from the server for the format we expect. Don't use it if it
4203 doesn't look like what the Internet draft for FTP extensions specifies.
4204
4205 * toolbar/*.pbm: Cleaned up.
4206 From Luis Fernandes <elf@ee.ryerson.ca>.
4207
4208 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4209
4210 * cc-cmds.el: Extended the kludge to interoperate with the
4211 delsel and pending-del packages wrt to the new function
4212 `c-electric-delete-forward'.
4213
4214 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4215
4216 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4217 to delay the call to <mode> for global minor modes.
4218 (easy-mmode-define-navigation): Only recenter if interactive.
4219
4220 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4221
4222 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4223 to lisp-indent-line.
4224
4225 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4226 from the server. Call encode-time only when we are sure that we
4227 got a 213 response.
4228
4229 2001-07-06 Simon Josefsson <jas@extundo.com>
4230
4231 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4232 (mail-envelope-from): New user option.
4233 (sendmail-send-it): Use it.
4234
4235 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4236
4237 * ps-print.el: Use locale dependant date to print date in header.
4238 Doc fix.
4239 (ps-print-version): New version number (6.5.3).
4240 (ps-right-header, ps-right-footer): Initialization and doc fix.
4241 (ps-time-stamp-locale-default): New fun.
4242
4243 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4244
4245 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4246 field problem with MIME-mode.
4247
4248 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4249
4250 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4251
4252 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4253 MIME-mode.
4254
4255 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4256
4257 * bindings.el (mode-line-mule-info): Don't show the tip with
4258 buffer-file-coding-system if that is nil.
4259
4260 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4261
4262 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4263 instead of kill-line.
4264
4265 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4266 <Pavel@Janik.cz>.
4267
4268 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4269 <Pavel@Janik.cz>.
4270
4271 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4272
4273 * font-lock.el (c-font-lock-keywords-3): When matching something
4274 like `struct X Y', finish with point after Y.
4275
4276 2001-07-04 Simon Josefsson <jas@extundo.com>
4277
4278 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4279 in caller buffer.
4280
4281 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4282
4283 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4284 instead of string-match to find the basename of the file.
4285 From Pascal Obry <p.obry@wanadoo.fr>.
4286
4287 * net/browse-url.el (browse-url-default-windows-browser):
4288 Support the MS-DOS port when it runs on Windows.
4289 (browse-url-browser-function) [ms-dos]: Default to
4290 browse-url-default-windows-browser.
4291
4292 * help.el (locate-library): Enable code that looks for compressed
4293 libraries if auto-compression-mode is on.
4294
4295 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4296
4297 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4298
4299 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4300
4301 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4302
4303 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4304
4305 * allout.el: Fix the header line, so that finder.el recognizes it.
4306 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4307
4308 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4309 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4310
4311 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4312
4313 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4314
4315 * ps-bdf.el (bdf-directory-list): Use the value relative to
4316 installation-directory for MS-Windows as well.
4317
4318 2001-06-29 Richard M. Stallman <rms@gnu.org>
4319
4320 * wid-edit.el (widget-color-sample-face-get):
4321 Return ((foreground-color . COLOR)) instead of constructing a face.
4322
4323 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4324
4325 * faces.el (region): Change the background color for the
4326 light-background color display to lightgoldenrod2, to make it
4327 visible on some laptops.
4328
4329 2001-06-28 Richard M. Stallman <rms@gnu.org>
4330
4331 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4332 (rmail-msg-restore-non-pruned-header): Likewise.
4333 If point was in the old pruned header, put it at the top.
4334 (rmail-msg-prune-header): If point was at the top, keep it there.
4335
4336 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4337 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4338
4339 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4340
4341 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4342
4343 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4344
4345 * saveplace.el: Update maintainer email address.
4346
4347 2001-06-27 Francesco Potorti` <pot@gnu.org>
4348
4349 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4350 Undo previous change.
4351
4352 2001-06-27 Francesco Potorti` <pot@gnu.org>
4353
4354 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4355 preliminary quick reordering. Can speed things up dramatically.
4356
4357 2001-06-26 Richard M. Stallman <rms@gnu.org>
4358
4359 * dired.el (dired-get-filename): A file name starting with ~
4360 is not absolute in this context.
4361
4362 * which-func.el (which-func-maxout): Increase default to 500000.
4363 (which-function-mode): This is now the "real" name of the function.
4364 (which-func-mode): Now an alias.
4365 (which-func-mode-global): Name deleted.
4366
4367 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4368 button-2, when binding hs-mouse-toggle-hiding.
4369
4370 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4371
4372 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4373 (rmail-msg-prune-header): Likewise.
4374 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4375 and `rmail-msg-prune-header'.
4376
4377 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4378
4379 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4380 back than LINEBEG.
4381
4382 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4383
4384 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4385 window where they clicked the mouse has a header line, adjust
4386 vertical movement by one.
4387
4388 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4389
4390 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4391 too when separating a parenthesis.
4392
4393 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4394
4395 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4396 (bookmark-bmenu-hide-filenames): Add help-echo to
4397 mouse-highlighted text.
4398 (bookmark-bmenu-show-filenames): Remove help-echo property from
4399 the whitespace.
4400
4401 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4402
4403 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4404 From Karl Eichwalder <ke@suse.de>.
4405
4406 2001-06-23 Richard M. Stallman <rms@gnu.org>
4407
4408 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4409
4410 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4411 contents for completing-read.
4412
4413 2001-06-22 Richard M. Stallman <rms@gnu.org>
4414
4415 * menu-bar.el (menu-bar-make-toggle): Construct the
4416 function's doc string from HELP, not DOC, and make it accurate by
4417 adding "Toggle whether to " at the front and downcasing the initial.
4418 Change the HELP arg in some calls to make it fit this usage.
4419
4420 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4421 Undo previous change.
4422
4423 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4424
4425 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4426
4427 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4428
4429 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4430
4431 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4432
4433 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4434
4435 2001-06-20 Richard M. Stallman <rms@gnu.org>
4436
4437 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4438 broken out from dabbrev--find-expansion. Handle minibuffer
4439 specially here.
4440 (dabbrev--find-expansion): Simplify code in various ways.
4441 Don't treat minibuffers specially.
4442 Call dabbrev--make-friend-buffer-list.
4443 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4444 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4445
4446 2001-06-19 John Wiegley <johnw@gnu.org>
4447
4448 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4449 Also, added a comment describing how to greatly speedup Eshell
4450 loadup time, by concatenating together all of Eshell's .elc files.
4451
4452 2001-06-19 John Wiegley <johnw@gnu.org>
4453
4454 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4455
4456 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4457
4458 * woman.el (WoMan-highlight-references): Add help-echo to
4459 mouse-highlighted text.
4460
4461 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4462
4463 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4464
4465 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4466
4467 * international/quail.el (quail-start-conversion):
4468 Reset quail-translating to nil.
4469
4470 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4471 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4472
4473 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4474
4475 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4476 mouse-highlighted text.
4477
4478 * dired.el (dired-mark-pop-up): Fix last change.
4479
4480 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4481
4482 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4483 mouse-highlighted text.
4484
4485 * net/quickurl.el (quickurl-url-file): Run through
4486 convert-standard-filename.
4487 (quickurl-list-populate-buffer): Add help-echo to
4488 mouse-highlighted text.
4489 (top-level): Update Dave's URL.
4490
4491 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4492 mouse-highlighted text.
4493
4494 * textmodes/page-ext.el (pages-copy-header-and-position):
4495 Add help-echo to mouse-highlighted text.
4496
4497 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4498 mouse-highlighted text.
4499
4500 * replace.el (occur): Add help-echo to mouse-highlighted text.
4501
4502 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4503 mouse-highlighted text.
4504
4505 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4506 mouse-highlighted text.
4507
4508 * progmodes/compile.el (compile-reinitialize-errors):
4509 Add help-echo to mouse-highlighted messages.
4510 (compilation-forget-errors): Remove help-echo property as well.
4511
4512 * play/landmark.el (lm-plot-square, lm-init-display):
4513 Add help-echo to mouse-highlighted text.
4514
4515 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4516 Add help-echo to mouse-highlighted text.
4517
4518 * dired.el (dired-insert-set-properties): Add help-echo to
4519 mouse-highlighted text.
4520 (dired-mark-pop-up): Remove help-echo property from the file name.
4521
4522 * comint.el (comint-send-input): Add help-echo to
4523 mouse-highlighted text.
4524
4525 * buff-menu.el (list-buffers-noselect): Add help-echo to
4526 mouse-highlighted text.
4527
4528 * arc-mode.el (archive-summarize-files): Add help-echo to
4529 mouse-highlighted text.
4530
4531 * ffap.el (ffap-machine-p): Always return nil if
4532 open-network-stream is not fboundp.
4533
4534 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4535
4536 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4537 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4538 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4539 incorrectly binding chars between 128 and 256 to it.
4540 (sgml-maybe-name-self): Handle latin-1 chars properly.
4541 (sgml-tags-invisible): Bind buffer-file-name to nil.
4542 Use unwind-protect and restore-buffer-modified-p.
4543 (sgml-point-entered): Use buffer-substring-no-properties.
4544 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4545 (html-mode): Don't force `imenu-sort-function'.
4546
4547 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4548
4549 * tar-mode.el: Fix the copyright notice.
4550
4551 * font-lock.el (font-lock-comment-face): For tty's with dark
4552 background, use "red1", since "lightred" is not one of the colors
4553 recognized by tty-colors.el.
4554
4555 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4556 create a buffer for extracted file, in case there's more than one
4557 file by that name in an archive, possibly in different
4558 directories. From Kevin Rodgers <kevinr@ihs.com>.
4559
4560 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4561 <alex@gnu.org>.
4562
4563 2001-06-15 Miles Bader <miles@gnu.org>
4564
4565 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4566 Revert previous change.
4567
4568 2001-06-14 Richard M. Stallman <rms@gnu.org>
4569
4570 * replace.el (keep-lines-read-args): Return just a regexp.
4571 Provide nil for the region args.
4572 (keep-lines, flush-lines, how-many):
4573 Calculate the defaults for the region here, when args are nil.
4574
4575 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4576
4577 * rot13.el (rot13-other-window): Some more doc fix.
4578
4579 2001-06-14 Per Starback <starback@ling.uu.se>
4580
4581 * replace.el (case-replace, query-replace-from-history-variable)
4582 (query-replace-to-history-variable, keep-lines-read-args)
4583 (occur-revert-function, query-replace-help): Dox fix.
4584
4585 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4586
4587 * rot13.el (rot13-other-window): Doc fix.
4588
4589 2001-06-14 Miles Bader <miles@gnu.org>
4590
4591 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4592 of " and \ to "." (punctuation).
4593 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4594
4595 2001-06-13 Richard M. Stallman <rms@gnu.org>
4596
4597 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4598
4599 * simple.el (shell-command-on-region): Never kill the
4600 *Shell Command Output* buffer.
4601
4602 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4603
4604 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4605
4606 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4607
4608 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4609 New var, to recognize ${ $' and PODs.
4610 (perl-font-lock-syntactic-face-function): New function.
4611 (perl-mode): Use them.
4612 (perl-continuation-line-p): New function, from perl-calculate-indent.
4613 (perl-calculate-indent): Use it, to properly handle continuation
4614 lines of continuation lines.
4615
4616 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4617
4618 * server.el (server-process, server-buffer-clients): Doc fix.
4619 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4620
4621 2001-06-09 John Wiegley <johnw@gnu.org>
4622
4623 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4624 test if the last command was Lisp or not.
4625 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4626 B x C".
4627
4628 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4629
4630 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4631 general one on compile.el supports drive letters.
4632
4633 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4634
4635 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4636 key description.
4637
4638 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4639
4640 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4641 (reftex-toc-jump): New command.
4642
4643 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4644 to parse international characters as well.
4645
4646 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4647 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4648
4649 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4650
4651 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4652 TAB to the key separators.
4653
4654 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4655
4656 * international/mule.el (auto-coding-alist): Remove redundant
4657 up-cased versions of the extensions (auto-coding-alist-lookup is
4658 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4659 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4660
4661 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4662
4663 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4664
4665 2001-06-01 Richard M. Stallman <rms@gnu.org>
4666
4667 * help.el (describe-variable): Put value on same line
4668 with preceding text, if it is short enough to look good that way.
4669
4670 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4671
4672 * term/internal.el (IT-unicode-translations): New variable.
4673 (IT-setup-unicode-display): New function.
4674
4675 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4676
4677 * ps-print.el: Handle before-string and after-string overlay properties
4678 in ps-print-*-with-faces commands. Doc fix.
4679 (ps-print-version): New version number (6.5.2).
4680 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4681 for XEmacs.
4682 (ps-prefix-quote): Doc fix.
4683 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4684 (ps-basic-plot-str, ps-plot-string): New funs.
4685
4686 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4687
4688 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4689 and :type spec.
4690
4691 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4692
4693 * international/mule-cmds.el (inactivate-input-method):
4694 Set input-method-function to nil.
4695
4696 * xml.el (xml-parse-tag): The document may contain invalid characters.
4697 From ShengHuo ZHU <zsh@cs.rochester.edu>
4698
4699 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4700
4701 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4702 `rmail-summary-line-decoder' if the message does not have
4703 a Subject: field.
4704
4705 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4706
4707 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4708 New variable.
4709 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4710 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4711 is non-nil.
4712
4713 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4714
4715 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4716
4717 2001-05-29 Sam Steingold <sds@gnu.org>
4718
4719 * faces.el (face-valid-attribute-values): Bind `valid' directly
4720 instead of using `setq'.
4721
4722 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4723 Use `tex-shell-buf'.
4724 (tex-shell-proc): Use `tex-shell-running'.
4725 (tex-shell-buf-no-error): New function.
4726 (tex-send-tex-command): Use it.
4727 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4728 (tex-kill-job): Check the process before calling `quit-process'.
4729
4730 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4731
4732 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4733 UTF-8 sequences.
4734
4735 2001-05-28 Miles Bader <miles@gnu.org>
4736
4737 * comint.el (comint-carriage-motion): Renamed from
4738 `comint-cr-magic'. Operate on the buffer instead of the string
4739 (for use as a comint post-output filter, instead of as a
4740 pre-output filter). Handle backspaces too. Add to the
4741 `comint-output-filter-functions' hook instead of
4742 `comint-preoutput-filter-functions'.
4743
4744 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4745
4746 * language/japan-util.el (japanese-hankaku): Prefer the charset
4747 `jisx0201' when the optional argument `ascii-only' is not specified.
4748 (japanese-hankaku-region): Ditto.
4749 From Katsumi Yamaoka <yamaoka@jpl.org>
4750
4751 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4752
4753 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4754 (outline-invisible-p): New function.
4755 (hide-leaves): Save excursion.
4756 (hide-other): Stop looping when reaching bobp.
4757
4758 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4759
4760 * cus-edit.el (custom-file): Fix last change.
4761
4762 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4763
4764 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4765 same definition in byte-compile-function-environment as `autoload'
4766 would put in `symbol-function'.
4767
4768 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4769 patch to correct the error message as well.
4770
4771 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4772
4773 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4774 unless ~/.emacs exists.
4775
4776 * novice.el (enable-command): If user-init-file is nil or does not
4777 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4778
4779 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4780
4781 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4782 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4783 Allow spaces around macro arguments.
4784 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4785 indent-for-tab-command.
4786 (latex-mode-map, plain-tex-mode-map): New keymaps.
4787 Inherit from tex-mode-map.
4788 (tex-common-initialization): Don't setup the keymap any more
4789 since it's now done right by define-derived-mode.
4790 (latex-mode): Set skeleton-end-hook to nil.
4791 (latex-skeleton-end-hook): Remove.
4792 (tex-latex-block, latex-insert-item): Simplify.
4793 (latex-syntax-after): Use following-char rather than char-after.
4794 (tex-discount-args-cmds, tex-count-words): New functions.
4795
4796 * textmodes/tildify.el (tildify-ignored-environments-alist):
4797 Recognize \verb* as well.
4798
4799 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4800 (perl-comment-indent): Simplify to let newcomment.el do its job.
4801 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4802 (perl-mark-function): Cleanup the namespace.
4803 (perl-calculate-indent): Don't be fooled by nested functions.
4804
4805 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4806
4807 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4808 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4809
4810 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4811
4812 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4813 actually be `\\'.
4814 (ctlau-b5-converter): Likewise.
4815
4816 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4817
4818 * international/titdic-cnv.el (quail-misc-package-ext-info):
4819 Change CTLauB.el to CTLau-b5.el.
4820
4821 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4822
4823 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4824 rather than beginning-of-line to avoid problems with fields.
4825 (gud-perldb-massage-args): Use unless and push.
4826 (gud-chdir-before-run): New var.
4827 (gud-common-init): Use it.
4828
4829 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4830
4831 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4832 delete entries for chinese-ctlau and chinese-ctlaub.
4833 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4834 chinese-ctlaub.
4835 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4836 New functions.
4837
4838 2001-05-22 Gerd Moellmann <gerd@gnu.org>
4839
4840 * cus-edit.el (custom-comment-show): Remove debug code.
4841
4842 * language/japan-util.el (japanese-symbol-table): Fix handling of
4843 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4844
4845 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4846
4847 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4848 Renamed by removing the silly `-flag' suffix.
4849 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4850
4851 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4852
4853 * replace.el (keep-lines-read-args): Use `copy-marker'.
4854 (how-many): Save excursion properly.
4855 (occur-mode): Use define-derived-mode.
4856 (perform-replace): Use with-current-buffer.
4857
4858 2001-05-20 Richard M. Stallman <rms@gnu.org>
4859
4860 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4861
4862 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4863
4864 * info.el (Info-read-subfile): Widen before finding the
4865 desired node in the subfile.
4866
4867 * startup.el (command-line-1): When >2 files visited,
4868 leave the last one visible, and make that the selected window.
4869
4870 2001-05-20 Gerd Moellmann <gerd@gnu.org>
4871
4872 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4873
4874 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4875
4876 * international/ccl.el (define-ccl-program): Fix a typo.
4877 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4878
4879 * international/mule.el (decode-char): Fix a typo. From Pavel
4880 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4881
4882 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4883 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4884
4885 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4886 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4887
4888 2001-05-18 Sam Steingold <sds@gnu.org>
4889
4890 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
4891 and [RET] to `cvs-mode-find-file'.
4892
4893 2001-05-18 John Wiegley <johnw@gnu.org>
4894
4895 * eshell/esh-ext.el (eshell-explicit-command-char): A new
4896 configuration variable, which determines the initial character
4897 that forces use of an external version of a command. The default
4898 is *, but may be set to \, for example.
4899
4900 * eshell/esh-ext.el (eshell-explicit-command):
4901 Use `eshell-explicit-command-char' instead of ?*.
4902
4903 * eshell/esh-cmd.el (eshell/which):
4904 Use `eshell-explicit-command-char' instead of ?*.
4905
4906 * eshell/em-cmpl.el (eshell-completion-command-name)
4907 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
4908 instead of ?*.
4909
4910 2001-05-18 Gerd Moellmann <gerd@gnu.org>
4911
4912 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4913 subst-char-in-string.
4914 (ange-ftp-after-parse-ls-hook): New variable.
4915 (ange-ftp-ls): Run that hook.
4916 From Peter Milliken <Peter.Milliken@GTECH.COM>.
4917
4918 * tmm.el (tmm-get-keymap): Fix handling of :filter.
4919 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
4920 text into *Completions*.
4921
4922 * net/goto-addr.el (goto-address-at-point): Deal with URLs
4923 part of which look like email addresses.
4924
4925 2001-05-18 Andrew Innes <andrewi@gnu.org>
4926
4927 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
4928 Use . instead of absolute path for lisp dir, to avoid bug in W2K
4929 cmd.exe's handling of FOR loops.
4930 (autoloads): Set find-file-suppress-same-file-warnings to t to
4931 avoid slew of spurious messages.
4932
4933 2001-05-18 Simon Josefsson <simon@josefsson.org>
4934
4935 * mail/smtpmail.el (maybe-append-domain): Renamed to
4936 `smtpmail-maybe-append-domain'.
4937 (smtpmail-via-smtp): Use the new name.
4938
4939 * net/browse-url.el (browse-url-browser-function): Add kde.
4940 (browse-url-kde-program, browse-url-kde-args): New variables.
4941 (browse-url-kde): New function.
4942
4943 2001-05-18 Miles Bader <miles@gnu.org>
4944
4945 * simple.el (delete-horizontal-space, just-one-space):
4946 Use `constrain-to-field' instead of `field-end'/`field-beginning',
4947 because it's more efficient for large files.
4948
4949 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4950
4951 * mail/rmail.el (rmail-require-mime-maybe): New function.
4952 (rmail): Use it.
4953 (rmail-mode): Handle the case of finding Rmail files.
4954
4955 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
4956 functions.
4957
4958 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
4959
4960 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
4961 text-property after moving to the beginning of line and regardless
4962 of the value of font-lock-multiline.
4963
4964 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4965
4966 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
4967
4968 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
4969 last coding system used before calling set-buffer-modified-p
4970 because that function changes last-coding-system.
4971
4972 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
4973
4974 * files.el (switch-to-buffer-other-window)
4975 (switch-to-buffer-other-frame): Add an xref to display-buffer in
4976 the doc string.
4977
4978 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4979
4980 * language/slovak.el, language/czech.el: New maintainer.
4981
4982 2001-05-16 Sam Steingold <sds@gnu.org>
4983
4984 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
4985 sub-form of `defgeneric' correctly.
4986
4987 2001-05-16 Gerd Moellmann <gerd@gnu.org>
4988
4989 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
4990 of `c'.
4991
4992 * textmodes/outline.el (outline-font-lock-level): Remove the
4993 condition-case, test what outline-level returns instead, to
4994 ease debugging.
4995
4996 * international/mule.el (auto-coding-regexp-alist): New user-option.
4997 (auto-coding-from-file-contents): New function.
4998 (set-auto-coding): Use it to determine a coding system.
4999
5000 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5001
5002 * mouse.el (mouse-delete-other-windows): Doc fix.
5003
5004 * emacs-lisp/lisp-mode.el (lisp-mode):
5005 Make font-lock-keywords-case-fold-search a buffer-local variable with
5006 make-local-variable before setting it.
5007
5008 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5009
5010 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5011 prefixes.
5012
5013 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5014
5015 * hexl.el (hexl-current-address): Print a message when called
5016 interactively.
5017
5018 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5019
5020 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5021
5022 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5023
5024 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5025
5026 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5027
5028 * startup.el (command-line): If parameters have been changed in
5029 the init files which influence font selection, clear the face
5030 cache so that faces get realized with the new parameters.
5031
5032 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5033
5034 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5035
5036 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5037
5038 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5039
5040 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5041 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5042
5043 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5044
5045 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5046 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5047
5048 2001-05-09 John Wiegley <johnw@gnu.org>
5049
5050 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5051 Annotated the documentation string to tell users about
5052 `eshell-no-numeric-conversions'.
5053
5054 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5055 conversions if a Lisp function has the property
5056 `eshell-no-numeric-conversions' set to a non-nil value.
5057
5058 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5059 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5060 property `eshell-no-numeric-conversions' on the following
5061 functions (which all deal with filesystem entities, and never Lisp
5062 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5063 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5064 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5065 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5066 eshell/which, eshell/addpath.
5067
5068 2001-05-09 John Wiegley <johnw@gnu.org>
5069
5070 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5071 encountered as an argument, don't convert it right away, but tag
5072 the first character of the string with the text properties
5073 `number', which signifies to `eshell-lisp-command' that the
5074 argument should be passed through `string-to-number' if it is
5075 actually used in the call to a Lisp function.
5076
5077 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5078 function, convert any string arguments that have been tagged as
5079 "numbers", by calling string-to-number.
5080
5081 * eshell/esh-util.el (eshell-number-regexp): Now that number
5082 conversions only happen for Lisp function calls, the number regexp
5083 should now match all integer and floating point forms.
5084
5085 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5086 `eshell-continue-process', since they are both nonfunctional at
5087 the moment.
5088 (eshell-proc-initialize): Don't bind keys for
5089 `eshell-stop-process' or `eshell-continue-process'.
5090
5091 * eshell/em-unix.el (eshell-shuffle-files):
5092 Apply `directory-file-name' before calling `file-name-directory'.
5093
5094 * eshell/em-hist.el (eshell-add-to-history): Reference to
5095 `eshell-history-ring' needed to be `eshell-history-index'.
5096
5097 * calendar/timeclock.el (timeclock-find-discrep):
5098 Initialize `elapsed' to 0.
5099 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5100 it's still nil.
5101
5102 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5103
5104 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5105 (archive-mode): Use capitalize.
5106 (archive-unique-fname): Use make-temp-file.
5107
5108 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5109
5110 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5111
5112 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5113
5114 * tar-mode.el (tar-extract): Pay attention to the value of
5115 coding-system-for-read, if it is non-nil.
5116
5117 * calendar/holidays.el (holidays): Add an autoload cookie.
5118 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5119
5120 2001-05-08 John Wiegley <johnw@gnu.org>
5121
5122 * calendar/timeclock.el (timeclock-workday-remaining):
5123 Changed logic for determining how much time is remaining.
5124 (timeclock-workday-elapsed): Don't accept a "relative" argument
5125 for the current day's elapsed time. What could that have meant?
5126 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5127 (timeclock-when-to-leave): Changed logic, similarly to what was
5128 done for `timeclock-workday-remaining'.
5129 (timeclock-find-discrep): Removed "today-only" argument, which had
5130 no meaning. Fixed some more math problems. The function now
5131 returns a three member list: (TOTAL-TIME-DISCREPANCY
5132 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5133
5134 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5135
5136 * w32-fns.el (convert-standard-filename): Start replacing slashes
5137 from the beginning of the file name, not from where the last
5138 invalid character was. From "Andrew Maguire (SWW)"
5139 <Andrew.Maguire@Smallworld.co.uk>
5140
5141 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5142
5143 The following changes are to provide infrastructure for handling
5144 MIME messages to rmail. They don't affect the original behaviour
5145 if rmail-enable-mime is nil.
5146
5147 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5148 (rmail-search-mime-message-function)
5149 (rmail-search-mime-header-function): New variables.
5150 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5151 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5152 `rmail-view-buffer' is hidden.
5153 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5154 call rmai-show-mime-function.
5155 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5156 mode-line-process of rmail-view-buffer.
5157 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5158 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5159 buffer.
5160 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5161 set-buffer to the Rmail buffer.
5162 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5163 rmail-search-mime-header-function.
5164 (rmail-search-message): New function.
5165 (rmail-search): Call rmail-search-message to check if a message
5166 matches REGEXP, lastly update point after calling
5167 rmail-show-message.
5168 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5169 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5170 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5171 header region, refer to rmail-msgref-vector while setting the
5172 current buffer to rmail-buffer temporarily.
5173 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5174 If rmail-enable-mime is non-nil, call
5175 rmail-insert-mime-forwarded-message-function instead of inserting
5176 forwarded message by itself.
5177
5178 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5179 Rmail buffer.
5180 (rmail-set-label, rmail-next-labeled-message): Likewise.
5181
5182 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5183 set-buffer to the Rmail buffer.
5184 (rmail-output-to-rmail-file): Likewise.
5185 (rmail-output): Likewise.
5186
5187 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5188 of mail-fetch-field by rmail-summary-line-decoder.
5189 (rmail-new-summary): Be sure to go to the Rmail buffer.
5190 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5191 rmail-view-buffer to nil.
5192 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5193 rmail-view-buffer.
5194 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5195 rmail-buffer.
5196 (rmail-summary-scroll-msg-down): Likewise.
5197 (rmail-summary-beginning-of-message): Likewise.
5198 (rmail-summary-wipe): Likewise.
5199 (rmail-summary-toggle-header): Use save-window-excursion, not
5200 save-excursion. Update point in rmail-view-buffer, not in
5201 rmail-buffer.
5202 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5203 rmail-view-buffer, not rmail-buffer.
5204
5205 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5206
5207 * cus-edit.el (custom-file): Signal an error if user-init-file is
5208 nil (running -q).
5209
5210 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5211
5212 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5213 Add :version.
5214
5215 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5216 New option.
5217 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5218 only if smtpmail-warn-about-unknown-extensions is set.
5219
5220 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5221 instead of rmail-sort-by-keywords.
5222
5223 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5224 rmail-sort-by-keywords.
5225
5226 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5227 rmail-summary-sort-by-keywords. Doc fix.
5228 (rmail-summary-mode): Doc fix.
5229
5230 * mail/rmail.el (rmail-edit): New Custom group.
5231
5232 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5233 (rmail-edit-mode-hook): New user-option.
5234
5235 2001-05-05 Richard M. Stallman <rms@gnu.org>
5236
5237 * help.el (help-xref-symbol-regexp): Recognize "source of"
5238 and friends, meaning make a link to the source file.
5239 (help-make-xrefs): Handle "source of" and friends
5240 by constructing a link that visits the source file.
5241
5242 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5243
5244 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5245
5246 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5247 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5248 Renamed from perl-font-lock-keywords to avoid clashes.
5249 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5250 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5251 Updated correspondingly.
5252
5253 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5254 Typo `nonexistant' -> `nonexistent'.
5255
5256 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5257
5258 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5259 Split `c-electric-delete' into two functions where
5260 `c-electric-delete-forward' always deletes forward and
5261 `c-electric-delete' only contains the code necessary for XEmacs to
5262 choose between backward and forward deletion.
5263
5264 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5265 get the electric behavior on that key too.
5266 (c-fill-paragraph): Fixed bogus direct use of
5267 c-comment-prefix-regexp, which caused an error when it's a list.
5268
5269 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5270
5271 * dired-aux.el (dired-diff): Doc fix.
5272
5273 * dired.el (dired-diff): Likewise.
5274
5275 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5276
5277 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5278
5279 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5280
5281 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5282 if both the buffer and the file are read-only.
5283
5284 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5285 rather than font-lock-string-face.
5286 (sh-get-indent-info): Treat heredocs like strings.
5287
5288 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5289
5290 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5291 a newline following `}'.
5292 (texinfo-format-email): New function.
5293 (toplevel): Use texinfo-format-email for @email.
5294 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5295 Add `display'.
5296 (texinfo-sort-region): Goto point-min before sorting.
5297 (texinfo-set): Remove leading white space from value.
5298 From yagi@is.titech.ac.jp.
5299
5300 * replace.el (query-replace-regexp-eval): Doc fix.
5301
5302 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5303
5304 * diff-mode.el (diff-nonexistant-face): New face.
5305 (diff-font-lock-keywords): Use it.
5306
5307 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5308
5309 * font-lock.el (font-lock-mode): Doc fix.
5310
5311 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5312 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5313
5314 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5315
5316 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5317 backslash at the start of the here-document delimiter.
5318 (sh-font-lock-syntactic-keywords): Likewise.
5319
5320 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5321
5322 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5323
5324 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5325 (tty-color-translate, tty-color-by-index, tty-color-values)
5326 (tty-color-desc): Doc fix.
5327
5328 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5329
5330 * dired-aux.el (dired-do-create-files, dired-do-copy)
5331 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5332 Mention dired-dwim-target in the doc string.
5333
5334 2001-04-28 Miles Bader <miles@gnu.org>
5335
5336 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5337 (dabbrev--find-expansion): Use it.
5338 (dabbrev--select-buffers): Don't select ignored buffers.
5339
5340 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5341
5342 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5343
5344 2001-04-26 Richard M. Stallman <rms@gnu.org>
5345
5346 * dabbrev.el: Add doc strings for some functions.
5347 (dabbrev--eliminate-newlines): New variable.
5348 (dabbrev--substitute-expansion): Convert newlines to spaces
5349 if dabbrev--eliminate-newlines is set.
5350 If abbrev and expansion are both all-lower-case,
5351 leave dabbrev--last-case-pattern nil.
5352
5353 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5354
5355 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5356 if necessary, like in rmail-show-message.
5357
5358 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5359
5360 * ps-print.el: Color specified by number is forced to be float number.
5361 (ps-print-version): New version number (6.5.1.1).
5362 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5363 initialization.
5364 (ps-prefix-quote): New internal var.
5365 (ps-print-quote): New fun.
5366 (ps-setup, ps-output-frame-properties, ps-float-format)
5367 (ps-format-color): Code fix.
5368 (ps-plot-region): Eliminate redundant foreground color text setting.
5369
5370 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5371
5372 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5373
5374 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5375
5376 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5377
5378 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5379
5380 * info.el (Info-additional-directory-list): Doc fix.
5381
5382 * find-lisp.el (find-lisp-find-dired-filter)
5383 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5384 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5385
5386 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5387
5388 * progmodes/make-mode.el (makefile-font-lock-keywords):
5389 Rationalize the rules for includes and conditionals and use the
5390 keyword face for them.
5391
5392 * faces.el (modify-face): Add compatibility for non-interactive use.
5393
5394 2001-04-24 John Wiegley <johnw@gnu.org>
5395
5396 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5397 fix from last night, since it wasn't finding eshell/cd.
5398
5399 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5400
5401 * rect.el (string-rectangle): Revert to 20.x behaviour.
5402 (replace-rectangle): Make it an alias for string-rectangle.
5403 (string-insert-rectangle): New function.
5404
5405 2001-04-23 John Wiegley <johnw@gnu.org>
5406
5407 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5408 occurring with Emacs 21's diff.el/compile.el interaction layer.
5409
5410 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5411
5412 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5413 case where the function was defined in a file, but not part of an
5414 eshell module.
5415
5416 2001-04-23 John Wiegley <johnw@gnu.org>
5417
5418 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5419 code to work around a redisplay problem I've been having.
5420
5421 2001-04-23 John Wiegley <johnw@gnu.org>
5422
5423 * calendar/timeclock.el (timeclock-day-required): If the time
5424 required for a particular day is not set, use `timeclock-workday'.
5425 (timeclock-find-discrep): Added some sample code in a comment.
5426
5427 * eshell/eshell.el (eshell-command): Made a few changes so that
5428 `eshell-command' could be called programmatically.
5429
5430 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5431
5432 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5433
5434 2001-04-23 John Wiegley <johnw@gnu.org>
5435
5436 * calendar/timeclock.el: Updated copyright.
5437 (timeclock-generate-report): Don't report the daily or two-week
5438 total, if no time has been worked in that period.
5439 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5440 final computational form, which was unnecessary; corrected a
5441 parsing problem when timeclock-relative was nil.
5442
5443 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5444
5445 * calendar/timeclock.el (timeclock-modeline-display): Check if
5446 `list-entry' is null.
5447 (timeclock-use-display-time): The first argument to `set-variable'
5448 must be a symbol.
5449
5450 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5451
5452 * calendar/calendar.el (diary-entry-marker)
5453 (calendar-today-marker, calendar-holiday-marker):
5454 Use display-color-p instead of window-system.
5455 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5456 instead of window-system.
5457 (calendar-hide-window): Use display-multi-frame-p instead of
5458 window-system.
5459
5460 * calendar/cal-x.el (calendar-two-frame-setup)
5461 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5462 Use display-multi-frame-p instead of window-system.
5463
5464 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5465
5466 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5467
5468 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5469 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5470
5471 2001-04-23 Alex Schroeder <alex@gnu.org>
5472
5473 * goto-addr.el: Instead of defining line-beginning-position and
5474 line-end-position a defalias is used for point-at-bol and point-at-eol.
5475
5476 2001-04-23 Alex Schroeder <alex@gnu.org>
5477
5478 * goto-addr.el: Added XEmacs compatibility code.
5479 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5480
5481 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5482
5483 * textmodes/paragraphs.el (sentence-end): Doc fix.
5484
5485 2001-04-20 Alex Schroeder <alex@gnu.org>
5486
5487 * sql.el (sql-escape-newlines-and-send): New function.
5488 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5489
5490 2001-04-20 Alex Schroeder <alex@gnu.org>
5491
5492 * sql.el (sql-db2-program): New option.
5493 (sql-db2-options): New option.
5494 (sql-db2): New function.
5495
5496 2001-04-20 Alex Schroeder <alex@gnu.org>
5497
5498 * sql.el (sql-mode-menu): Added highlighting entries.
5499 (sql-highlight-oracle-keywords): New function.
5500 (sql-highlight-postgres-keywords): New function.
5501 (sql-highlight-ansi-keywords): New function.
5502
5503 2001-04-20 Alex Schroeder <alex@gnu.org>
5504
5505 * sql.el (sql-help): Doc change.
5506
5507 2001-04-19 Karl Fogel <kfogel@collab.net>
5508
5509 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5510 that inserted file content only to delete it immediately.
5511 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5512 <lektu@uol.com.br> for the patch.
5513
5514 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5515
5516 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5517
5518 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5519
5520 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5521 for defmethod.
5522
5523 * comint.el (comint-cr-magic): New function.
5524 (toplevel): Add it to comint-preoutput-filter-functions.
5525
5526 2001-04-18 Andrew Innes <andrewi@gnu.org>
5527
5528 * makefile.w32-in (EMACSLOADPATH): Define.
5529 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5530 (recompile): Remove stuff to set EMACSLOADPATH.
5531
5532 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5533
5534 * language/slovak.el ("Slovak"): Add tutorial entry.
5535
5536 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5537 browse-url-new-window-p.
5538
5539 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5540
5541 * info.el (Info-menu-update): When there are no menus and/or no
5542 cross references in the node, make the respective items of the
5543 Info menu-bar menu inactive.
5544
5545 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5546
5547 * indent.el (indent-for-tab-command): Call indent-line-function
5548 with no argument if PREFIX-ARG is non-nil.
5549
5550 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5551
5552 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5553
5554 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5555 an async subprocess if start-process is unavailable. Suggested by
5556 Tim Van Holder <tim.van.holder@pandora.be>.
5557
5558 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5559
5560 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5561 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5562
5563 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5564
5565 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5566 manual.
5567
5568 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5569
5570 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5571 (cvs-menu): Add a few entries.
5572
5573 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5574 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5575 lock file appears to be reachable from Emacs.
5576 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5577 (cvs-mode-find-file): Look for cvs-header-face rather than
5578 cvs-dirname-face (which doesn't exist).
5579 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5580
5581 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5582
5583 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5584
5585 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5586 normal-erase-is-backspace on a tty. Instead, bind some keys such
5587 as [delete] directly, like pc-select.el did before
5588 normal-erase-is-backspace was invented.
5589
5590 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5591
5592 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5593
5594 2001-04-11 John Wiegley <johnw@gnu.org>
5595
5596 * eshell/em-ls.el (eshell-ls-insert-directory):
5597 Set font-lock-defaults to nil, to prevent fontification in dired
5598 buffers, if Eshell's ls is being used.
5599
5600 2001-04-11 John Wiegley <johnw@gnu.org>
5601
5602 * calendar/timeclock.el (timeclock-completing-read): New function.
5603 (timeclock-ask-for-project, timeclock-ask-for-reason):
5604 Call `timeclock-completing-read'.
5605
5606 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5607 required where `member' was being used.
5608
5609 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5610
5611 * eshell/em-hist.el (eshell-previous-matching-input):
5612 Don't display "History item" if the the minibuffer is active.
5613
5614 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5615
5616 * startup.el (command-line): Output a newline after printing
5617 an error from loading the window system's init file.
5618
5619 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5620
5621 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5622 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5623 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5624 keywords whose arguments routinely include @@.
5625
5626 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5627
5628 * emacs-lisp/advice.el (ad-make-advised-definition):
5629 Construct advice for subrs differently.
5630
5631 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5632 regexp in parentheses when building the regexp for searching backwards.
5633
5634 * simple.el (completion-list-mode-finish): New function.
5635 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5636
5637 * language/european.el ("Polish"): Change sample text.
5638 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5639
5640 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5641 parameter.
5642
5643 * faces.el (menu): Doc fix.
5644
5645 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5646
5647 * ps-print.el: Footer implementation. Doc fix.
5648 (ps-print-version): New version number (6.5.1).
5649 (ps-header-frame-alist): New customization var for header frame
5650 properties.
5651 (ps-line-number-color): New customization var for line number color.
5652 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5653 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5654 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5655 (ps-right-footer): New customization vars for footers.
5656 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5657 footers.
5658 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5659 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5660 Code fix.
5661 (ps-prologue-file): Indentation fix.
5662 (ps-print-quote): Fun eliminated.
5663 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5664 (ps-output-frame-properties): New fun.
5665 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5666 (ps-skip-newline): Replace defun by defsubst.
5667
5668 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5669
5670 * eshell/eshell.el (eshell-command): Needed a "%s" format
5671 specifier, in case the buffer contains percent characters.
5672
5673 2001-04-10 John Wiegley <johnw@gnu.org>
5674
5675 * calendar/timeclock.el (timeclock-generate-report): Added a
5676 missing insert of the project name.
5677
5678 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5679
5680 * obsolete/profile.el: Moved from emacs-lisp/.
5681
5682 * Makefile.in (nonobsolete_setwins): New macro.
5683 (finder-data): Use it instead of `setwins'.
5684 From: Dave Love <fx@gnu.org>.
5685
5686 * server.el (server-visit-files): Set server-existing-buffer correctly.
5687 (server-visit-files): Run server-visit-hook after going to
5688 line 1 so that the hook can set point as it sees fit.
5689
5690 * bindings.el (mode-line-modified): Unify help messages.
5691
5692 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5693
5694 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5695 All callers changed.
5696
5697 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5698
5699 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5700 long file names aren't supported, truncate the file names in
5701 quail-misc-package-ext-info to 8+3 before matching them against
5702 FILENAME.
5703
5704 * dos-fns.el (dos-truncate-to-8+3): New function.
5705
5706 * progmodes/compile.el (grep-compute-defaults): Use null-device
5707 instead of literal /dev/null. Reported by Jens Schmidt
5708 <schmidt@mathematik.uni-kl.de>.
5709
5710 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5711
5712 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5713
5714 * textmodes/sgml-mode.el: Add unknown maintainer.
5715 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5716 (html-mode-map): Use set-keymap-parent.
5717
5718 2001-04-06 Dave Love <fx@gnu.org>
5719
5720 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5721 Remove redundant string-to-list.
5722
5723 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5724
5725 * composite.el (reference-point-alist): Doc fix.
5726
5727 2001-04-05 Sam Steingold <sds@gnu.org>
5728
5729 * font-lock.el (font-lock-keywords-case-fold-search):
5730 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5731 file made font-lock case-insensitive.
5732
5733 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5734
5735 * faces.el (defface menu): Doc fix.
5736
5737 * wid-edit.el (widget-color-sample-face-get): Don't make
5738 faces for undefined colors.
5739
5740 * version.el (emacs-version): Include LessTif/Motif version info.
5741
5742 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5743
5744 * ps-mule.el: Eliminate cl package dependence.
5745 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5746 if they aren't defined yet.
5747 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5748 Eliminate cl package dependence.
5749
5750 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5751
5752 * progmodes/cc-cmds.el (c-outline-level):
5753 Bind buffer-invisibility-spec. Originally from Dave Love, but
5754 got lost when incorporating version 5.26.
5755
5756 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5757
5758 * emulation/pc-select.el (pc-selection-mode):
5759 Call normal-erase-is-backspace-mode instead of binding
5760 keys individually.
5761
5762 * cus-load.el (normal-erase-is-backspace): Use it instead of
5763 delete-key-deletes-forward.
5764
5765 * startup.el (command-line): Use normal-erase-is-backspace and
5766 normal-erase-is-backspace-mode.
5767
5768 * simple.el (normal-erase-is-backspace): Rename from
5769 delete-key-deletes-forward. Doc fix.
5770 (normal-erase-is-backspace-mode): Rename from
5771 delete-key-deletes-forward-mode. Doc fix.
5772 Run normal-erase-is-backspace-hook.
5773
5774 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5775 ``human-readable'' format produced by GNU `ls'.
5776 (dired-move-to-filename-regexp): Recognize ISO format dates.
5777 From Paul Eggert <eggert@twinsun.com>.
5778
5779 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5780
5781 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5782 New functions.
5783 (lm-verify): Check keywords.
5784 From Eric M. Ludlam <eric@siege-engine.com>.
5785
5786 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5787
5788 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5789 `xemacs' feature instead of for the function `set-extent-property'.
5790
5791 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5792
5793 * mail/mh-utils.el (mh-folder-hist): New var.
5794 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5795
5796 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5797
5798 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5799 region, position point on the first or last 16-byte group.
5800 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5801 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5802 hexl-beginning-of-line.
5803
5804 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5805
5806 * icomplete.el (icomplete-mode): Treat an argument like other
5807 modes do.
5808
5809 * startup.el (fancy-splash-head): Use splash8.xpm for color
5810 depth 8.
5811
5812 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5813 Add an antry for ``converts''.
5814
5815 * language/slovak.el ("Slovak"): Add documentation string.
5816 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5817
5818 * language/czech.el ("Czech"): Add documentation string.
5819 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5820
5821 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5822 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5823
5824 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5825
5826 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5827 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5828 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5829 Use `defsubst' rather than a macro to ease debugging.
5830 (mail-extr-last): Remove (use `last' instead).
5831 (mail-extract-address-components): Properly reset the syntax-table
5832 after parsing an address. Use `last' rather than mail-extr-last.
5833 Make sure the end marker stays at the very end.
5834
5835 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5836
5837 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5838 last change.
5839
5840 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5841
5842 * ps-print.el: Line and paragraph spacing feature. Region to cut
5843 out when printing. Doc fix.
5844 (ps-print-version): New version number (6.5).
5845 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5846 New vars. Line and paragraph spacing feature.
5847 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5848 out when printing.
5849 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5850 (ps-get-font-size, ps-begin-job, ps-continue-line)
5851 (ps-plot-region): Code fix.
5852 (ps-print-prologue-2): Var eliminated.
5853 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5854 New internal vars.
5855 (ps-get-size): New fun.
5856 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5857 (ps-next-line): Replace defun by defsubst.
5858 (ps-mule-plot-string): Autoload doc fix.
5859
5860 * ps-bdf.el: XEmacs compatibility. Doc fix.
5861 (installation-directory, coding-system-for-read): Declare vars if
5862 it's not declared yet.
5863 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5864
5865 * ps-mule.el: XEmacs compatibility. Doc fix.
5866 (leading-code-private-22): Declare var if it's not declared yet.
5867 (charset-bytes, charset-dimension, charset-id, charset-width)
5868 (find-charset-region, split-char, char-width, chars-in-region)
5869 (forward-point, decompose-composite-char, encode-coding-string)
5870 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5871 Define funs if not defined yet.
5872 (encode-composition-rule, find-composition): Define funs if not
5873 loaded yet.
5874 (ps-mule-prologue): PostScript code fix.
5875
5876 2001-04-02 Kenichi Handa <handa@etl.go.jp>
5877
5878 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5879 non-nil, generate font for the header strings.
5880 (ps-mule-prepare-font): Likewise.
5881 (ps-mule-generate-glyphs): Likewise.
5882 (ps-mule-string-encoding): Likewise.
5883 (ps-mule-header-charsets): New variable.
5884 (ps-mule-encode-header-string): New function.
5885 (ps-mule-header-string-charsets): New function.
5886 (ps-mule-begin-job): Check charsets in the header strings. If there
5887 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5888
5889 * ps-print.el (ps-generate-header-line): Encode the header string by
5890 ps-mule-encode-header-string.
5891 (ps-mule-encode-header-string): Declare autoload.
5892
5893 2001-04-02 Gerd Moellmann <gerd@gnu.org>
5894
5895 * frame.el (cursor-in-non-selected-windows):
5896 Replaces show-cursor-in-non-selected-windows.
5897
5898 2001-03-31 Kenichi Handa <handa@etl.go.jp>
5899
5900 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5901 Delete entries for "chinese-py" and "chinese-ziranma".
5902 (quail-misc-package-ext-info): New variable.
5903 (tsang-quick-converter): New function.
5904 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5905 (quick-cns-converter, py-converter, ziranma-converter)
5906 (miscdic-convert, batch-miscdic-convert): New functions.
5907
5908 2001-03-30 Kenichi Handa <handa@etl.go.jp>
5909
5910 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5911 eight-bit-control chars.
5912
5913 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5914 Reduce making temporary vector (suggested by Dave Love).
5915
5916 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5917
5918 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
5919 string as well.
5920
5921 2001-03-30 Andreas Schwab <schwab@suse.de>
5922
5923 * files.el (backup-directory-alist): Fix typo.
5924
5925 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5926
5927 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
5928 <eggert@twinsun.com>.
5929
5930 2001-03-30 Dave Love <fx@gnu.org>
5931
5932 * progmodes/fortran.el (fortran-comment-region): Fix typo.
5933
5934 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5935
5936 * simple.el (transient-mark-mode): Mention C-g in the doc string.
5937
5938 2001-03-30 Miles Bader <miles@gnu.org>
5939
5940 * subr.el (interactive-form): Fix paren typo.
5941
5942 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
5943
5944 * emacs-lisp/profile.el: Say that it's obsolete in the header
5945 line, so that finder.el puts that into its data-base.
5946 Suggested by Alex Schroeder <alex@gnu.org>.
5947
5948 2001-03-29 Paul Eggert <eggert@twinsun.com>
5949
5950 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
5951 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
5952
5953 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
5954
5955 * generic.el (generic-mode-set-comments): Use "" rather than nil
5956 for comment-end.
5957
5958 2001-03-29 Gerd Moellmann <gerd@gnu.org>
5959
5960 * emacs-lisp/advice.el (ad-make-advised-definition):
5961 Call interactive-form to obtain the interactive spec of subrs.
5962
5963 * subr.el (interactive-form): New function.
5964
5965 2001-03-29 Andre Spiegel <spiegel@gnu.org>
5966
5967 * vc-sccs.el (vc-sccs-register): Use relative file names.
5968
5969 2001-03-28 Gerd Moellmann <gerd@gnu.org>
5970
5971 * bookmark.el (bookmark-get-bookmark): Handle case that
5972 BOOKMARK is not a string.
5973
5974 * image.el (image-type-regexps): Change type for PS files
5975 to `postscript'.
5976
5977 * subr.el (read-passwd): Clear command history after each
5978 character entered. From: Stephen Gildea
5979 <gildea@stop.mail-abuse.org>.
5980
5981 2001-03-27 Kenichi Handa <handa@etl.go.jp>
5982
5983 * international/kkc.el (kkc-save-init-file): Locally bind
5984 print-length to nil.
5985
5986 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5987
5988 * textmodes/flyspell.el: Some doc fixes.
5989 (flyspell-maybe-correct-transposition)
5990 (flyspell-maybe-correct-doubling): Use a temporary buffer
5991
5992 * textmodes/ispell.el (ispell-parse-output): Doc fix.
5993
5994 * emacs-lisp/byte-opt.el (byte-optimize-while)
5995 (byte-optimize-form-code-walker): Diagnose too few arguments
5996 for `if' and `while'.
5997
5998 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5999
6000 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6001 Prepend `\' to "\<quail-translation-docstring>".
6002
6003 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6004
6005 * autorevert.el (global-auto-revert-non-file-buffers):
6006 Remove duplicate defcustom.
6007
6008 2001-03-26 Miles Bader <miles@gnu.org>
6009
6010 * international/latin1-disp.el (latin1-char-displayable-p):
6011 Add leading "-" for X font pattern.
6012
6013 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6014
6015 * international/mule-diag.el (describe-coding-system):
6016 For raw-text and emacs-mule, don't add anymore text about what
6017 charsets they can encode.
6018
6019 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6020
6021 * help.el (view-lossage): Mention open-dribble-file in the doc
6022 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6023
6024 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6025
6026 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6027 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6028
6029 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6030
6031 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6032 Call ccl-execute-on-string directly so that CCL program handling
6033 multibyte sequence can work correctly.
6034 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6035 property of the coding system.
6036
6037 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6038
6039 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6040 Fix transcription typo.
6041
6042 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6043
6044 * whitespace.el: Add buffer local variables to toggle testing of
6045 whitespaces in buffers without affecting the default values.
6046 Bump version to 3.0 to account for a few other changes.
6047 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6048 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6049 (whitespace-toggle-spacetab-check): New functions.
6050
6051 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6052
6053 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6054
6055 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6056
6057 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6058 bs-cycle-configuration-name. From Juanma Barranquero
6059 <lektu@uol.com.br>.
6060
6061 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6062 and cc-vars.el.
6063
6064 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6065 headers. Always invoke sendmail with option -t.
6066
6067 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6068
6069 * Release of cc-mode 5.28.
6070
6071 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6072
6073 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6074 Removed the hardcoded switch to "java" style in Java mode.
6075 It's instead taken care of by the default value for c-default-style.
6076
6077 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6078
6079 * cc-align.el (c-lineup-math): Fix bug where lineup was
6080 triggered by equal signs in string literals.
6081
6082 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6083
6084 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6085 limit detection when at the ends of the buffer.
6086
6087 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6088 "for" statement clause in case 7F; a better one is done
6089 earlier in case 7D anyway.
6090
6091 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6092
6093 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6094 somewhat more and did a small optimization.
6095
6096 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6097
6098 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6099 Use the limit argument only to limit the syntactic context
6100 search, not to limit the actual movement.
6101
6102 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6103 inside multiline strings, just like in comments. Also various
6104 fixes to the paragraph and comment prefix recognition, block
6105 comment ender handling etc.
6106
6107 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6108
6109 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6110 the relative position of the point.
6111
6112 * cc-cmds.el (c-electric-continued-statement): New function to
6113 use as abbrev hook to reindent for keywords such as "else"
6114 that continues an earlier statement.
6115
6116 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6117 like classes.
6118
6119 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6120 (pike-mode): Populate the default abbrev tables to reindent for
6121 keywords such as "else" that can continue earlier statements.
6122 Abbrev mode is therefore turned on by default now. (Note that
6123 this doesn't apply to idl-mode, since IDL afaik doesn't have
6124 statements at all.)
6125
6126 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6127
6128 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6129 bracelists where the declaration contains template arguments.
6130
6131 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6132
6133 * cc-cmds.el (c-comment-indent):
6134 Use `c-get-syntactic-indentation' to correctly calculate the
6135 syntactic indentation. Fixes bug with lineup functions that
6136 return vectors.
6137
6138 * cc-engine.el (c-get-syntactic-indentation): Split the
6139 indentation sum calculation from `c-indent-line' to a separate
6140 function.
6141
6142 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6143
6144 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6145 Fixed places where it was assumed that preprocessor directives
6146 have to start in column zero.
6147
6148 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6149 template arguments after a class identifier properly.
6150
6151 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6152 lists for `new Foo[]' constructs in Java as expressions and
6153 not top level definition brace lists on the top level, so that
6154 they'll get indented consistently with the same type of
6155 expression in a normal block.
6156
6157 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6158
6159 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6160 whether the adaptive filling package fails to keep the comment
6161 prefix is now kludged further to check for filladapt-mode
6162 which doesn't have that problem. This is really icky, but it's
6163 the only way that works with the current misfeatures/bugs in
6164 both adaptive-fill-mode and filladapt-mode.
6165
6166 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6167 around point is recognized more robust.
6168
6169 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6170
6171 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6172 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6173 (c-lit-type): Fixed all internal variables used dynamically so
6174 that they are always bound.
6175
6176 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6177 errors:
6178
6179 (c-indent-region): Fixed reporting of syntactic errors so that
6180 the region is fully reindented even when an error occurs.
6181 The last syntactic error is printed afterwards. Also cleanup up a
6182 whole lot of code that tried to optimize indentation of whole
6183 sexps but in reality accomplishes nothing.
6184
6185 (c-indent-sexp): Use c-indent-region.
6186
6187 (c-parsing-error): Changed this variable to hold the message
6188 for any syntactic error that is discovered.
6189
6190 (c-parse-state): Search backward from point instead of the bod
6191 position when the latter is invalid. This makes CC Mode
6192 recover faster when there are unbalanced close braces.
6193
6194 (c-backward-to-start-of-if): Use c-parsing-error to report
6195 dangling "else" clauses instead of throwing an error, and fall
6196 back to a reasonable position.
6197
6198 (c-indent-line): Added argument to avoid reporting syntactic errors.
6199
6200 (c-show-syntactic-information): Don't report any syntactic errors.
6201
6202 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6203
6204 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6205 paragraph recognition when moving by sentence in literals.
6206
6207 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6208 start regexp for javadoc to recognize javadoc markup in general instead
6209 of a specific set of keywords, to be more future-safe.
6210
6211 (c-Pike-pikedoc-paragraph-start)
6212 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6213 pikedoc markup.
6214
6215 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6216
6217 (pike-mode): Initialize paragraph settings pikedoc recognition.
6218
6219 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6220
6221 (c-comment-prefix-regexp): Made it possible to use an
6222 association list on this to specify mode specific regexps.
6223 The default value now use a special regexp in Pike mode to
6224 recognize pikedoc markup.
6225
6226 (c-current-comment-prefix): New variable containing the actual
6227 regexp from c-comment-prefix-regexp for the current buffer.
6228
6229 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6230
6231 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6232 lists: We can't look at the syntax, since a brace list can get
6233 recognized as a plain statement-cont.
6234
6235 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6236 special brace list opener broken over two lines got recognized
6237 as a statement on the second line. Case 9A changed.
6238
6239 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6240
6241 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6242 adjustment after line is reindented.
6243
6244 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6245
6246 * cc-defs.el (c-point): Added optional argument for position
6247 to use instead of the current point.
6248
6249 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6250 the in-expression block symbols when the construct starts at
6251 boi, to avoid the extra level of indentation in that case.
6252 Cases 4, 16A and 17E affected.
6253
6254 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6255
6256 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6257 calls to `c-indent-line', to adhere better to Emacs conventions.
6258
6259 * cc-engine.el (c-indent-line): Use the syntax already bound
6260 to `c-syntactic-context', if there is any.
6261
6262 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6263
6264 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6265 wasn't added up correctly when a lineup function returned nil.
6266
6267 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6268
6269 * cc-engine.el (c-collect-line-comments): Fixed bug where
6270 empty lines were ignored when collecting line comments backwards.
6271
6272 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6273
6274 * cc-align.el (c-lineup-dont-change): Return an absolute
6275 indentation column to work correctly in the case when several
6276 syntactic elements are processed for the same line.
6277
6278 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6279 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6280 (c-set-offset): Added absolute indentation column settings by
6281 using the vector type.
6282
6283 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6284
6285 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6286 Implemented two new cleanups `space-before-funcall' and
6287 `compact-empty-funcall'.
6288
6289 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6290
6291 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6292 helping building regexps.
6293
6294 * cc-engine.el (c-on-identifier): New function for detecting
6295 identifiers. It takes keywords into account.
6296
6297 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6298 lists. `c-keywords' is set to a regexp matching all keywords
6299 in the current language.
6300
6301 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6302
6303 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6304 list of characters to skip backwards over at the beginning of
6305 a statement, since it can precede string literals in Pike.
6306
6307 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6308
6309 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6310 recognition when standing on the last line in a C++ comment
6311 with nothing but whitespace after the prefix.
6312
6313 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6314 given no limit argument.
6315
6316 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6317
6318 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6319 recognition for the `[]= operator symbol in Pike.
6320
6321 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6322
6323 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6324 around a bug in `eval-when-compile' in the byte compiler.
6325
6326 * cc-engine.el (c-forward-token-1): Fixed bug with return
6327 value when count is zero and there's no token start within the limit.
6328
6329 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6330 "prefix comments", i.e. comments which are followed by code on
6331 the same line.
6332
6333 * cc-mode-19.el: Fixes so that checks that must be done at
6334 compile time also are done then.
6335
6336 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6337
6338 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6339 time and at runtime, and only when it's needed.
6340
6341 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6342
6343 Major cleanup for less error prone and more warning free
6344 compilation, including some fixes for bugs due to different
6345 compilation orders. Thanks to Martin Buchholz for providing
6346 the basis for all this.
6347
6348 * cc-bytecomp.el: New file that provides some byte compilation
6349 features: It ensures that files always are loaded from the
6350 current source directory during compilation, and it provides a
6351 set of macros to turn off specific compiler warnings for
6352 specific symbols. (It's not CC Mode specific in any way.)
6353
6354 Fixed a nearly acyclic dependency tree (both runtime and
6355 compile-time) between all files.
6356
6357 * cc-defs.el: Separated all macros before the inline functions,
6358 to ensure correct compilation.
6359
6360 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6361 cc-defs.el to cc-engine.el and made it a function instead.
6362
6363 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6364 about char-after.
6365
6366 * cc-vars.el: Cope even when there isn't a custom package
6367 containing defcustom available.
6368
6369 * cc-make.el: Removed since it's no longer necessary.
6370
6371 README: Updated installation instructions.
6372
6373 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6374
6375 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6376 improve the modularity: Moved all mode init stuff from
6377 cc-langs.el to cc-mode.el, including the keymap
6378 initialization; cc-langs now only contains the various
6379 variables for configuring the language syntax.
6380
6381 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6382 (c-get-offset): Moved from cc-styles to cc-engine since file
6383 dependency analysis suggests they belong there (which also
6384 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6385
6386 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6387
6388 * cc-cmds.el (c-fn-region-is-active-p): New function that
6389 wraps the corresponding macro, for use in places that aren't
6390 compiled. Thanks to Martin Buchholz for pointing out this.
6391
6392 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6393
6394 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6395 add things to the bug report.
6396
6397 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6398
6399 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6400 returned prefix could contain a newline when the search for a
6401 good prefix line failed.
6402
6403 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6404
6405 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6406 (c-toggle-auto-hungry-state): Made the argument optional, as
6407 the documentation says it is.
6408
6409 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6410
6411 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6412 multiline string syntax, #"...", as a cpp macro.
6413
6414 2001-03-21 Paul Eggert <eggert@twinsun.com>
6415
6416 * international/mule-cmds.el (set-locale-environment):
6417 Set system-messages-locale and system-time-locale, but only if the
6418 caller specifies a non-nil locale name.
6419
6420 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6421
6422 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6423 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6424
6425 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6426
6427 * follow.el (follow-avoid-tail-recenter): Doc fix.
6428
6429 * custom.el (custom-set-variables): Avoid reversing the list
6430 of args needlessly.
6431
6432 * startup.el (fancy-splash-head): Don't change the colors of the
6433 XPM image on a dark background.
6434
6435 * comint.el (comint-exec-1): Set columns of the terminal to
6436 window-width instead of frame-width.
6437
6438 * info.el (Info-scroll-down): Add missing WINDOW arg for
6439 pos-visible-in-window-p.
6440
6441 * ehelp.el (electric-help-mode-hook): Add defcustom.
6442
6443 * mail/sendmail.el (mail-mode): Activate case-folding in
6444 font-lock-defaults.
6445
6446 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6447
6448 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6449 (completion-ignored-extensions): Remove duplicate ".class".
6450
6451 2001-03-19 Andreas Schwab <schwab@suse.de>
6452
6453 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6454 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6455
6456 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6457
6458 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6459 methods since there are not prefix input methods.
6460
6461 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6462
6463 * international/mule-cmds.el (read-input-method-name):
6464 Locally bind enable-recursive-minibuffers to t.
6465
6466 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6467
6468 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6469
6470 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6471
6472 * ediff-util.el: Copyright years.
6473 (ediff-choose-syntax-table): New function.
6474 (ediff-setup): Use ediff-choose-syntax-table.
6475
6476 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6477 with-syntax-table.
6478
6479 * ediff.el: Date of last update, copyright years.
6480
6481 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6482
6483 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6484 of Scott Bronson.
6485 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6486 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6487 Deleted functions.
6488 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6489 ex-token-list.
6490
6491 * viper-util.el: Spaces, indentation.
6492
6493 * viper.el: Changed version, modification time.
6494
6495 2001-03-16 John Wiegley <johnw@gnu.org>
6496
6497 * calendar/timeclock.el (timeclock-workday-remaining):
6498 Check whether `discrep' is non-null before using it.
6499
6500 2001-03-16 John Wiegley <johnw@gnu.org>
6501
6502 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6503 first-time checkins.
6504 (timeclock-log-data): Fixed problem with reading timelog log file.
6505 Resulting data in the "day list" was incorrect.
6506 (timeclock-find-discrep): Check if `timeclock-file' is readable
6507 before opening it.
6508 (timeclock-time-less-p): New function.
6509 (timeclock-day-base): New function.
6510 (timeclock-geometric-mean): New function.
6511 (timeclock-generate-report): Generate a summary report based on
6512 the contents of the log file. This uses `timeclock-log-data', and
6513 is an example of writing a timelog manipulation function.
6514 (timeclock-visit-timelog): A quick command for opening the timelog
6515 file.
6516 (timeclock-log-data): Bound the variable event.
6517
6518 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6519
6520 * international/mule-cmds.el (select-safe-coding-system):
6521 Fix typo: symbol-name -> symbol-value.
6522
6523 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6524 before substitute-in-file-name to handle double slashes in FILE
6525 correctly.
6526
6527 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6528
6529 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6530 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6531
6532 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6533
6534 * bindings.el (features): Add `md5' and `overlay' to the list.
6535
6536 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6537 bound before using it. It's not bound when configured without X,
6538 for instance.
6539
6540 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6541
6542 * progmodes/hideshow.el: Update copyright.
6543 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6544 (hs-minor-mode-hook): Include `:version' in defcustom form.
6545
6546 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6547
6548 * help.el (string-key-binding): Don't call event-start on
6549 a non-list.
6550
6551 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6552
6553 * startup.el (fancy-splash-tail, command-line-1): Fix the
6554 copyright year.
6555
6556 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6557
6558 * term.el: These changes are based on a patch sent from Yong Lu
6559 <lyongu@yahoo.com>.
6560 (term-set-escape-char): Bind M-x to execute-extended-command in
6561 term-raw-escape-map.
6562 (term-move-columns): Don't try to move to negagive column.
6563 (term-emulate-terminal): Insert a string before deleting a text to
6564 overwrite.
6565
6566 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6567
6568 * play/life.el (life): Rearrange code so that all calls to
6569 life-display-generation are in a catch-form.
6570
6571 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6572 file that isn't interesting. In an interesting file, push the old
6573 value of point on the mark ring.
6574
6575 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6576 New function.
6577 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6578 Use it.
6579
6580 * emacs-lisp/autoload.el (generate-file-autoloads):
6581 Remove warning about line lengths.
6582
6583 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6584
6585 * progmodes/etags.el (tags-compression-info-list): New variable.
6586 (find-tag-in-order): Use it to deal with compressed source files.
6587 (tag-file-name-match-p): New function.
6588 (etags-recognize-tags-table): Use it for better match of file names.
6589
6590 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6591
6592 * international/mule-cmds.el (register-input-method): Doc fix.
6593
6594 * international/quail.el (quail-translate-key): Fix condition to
6595 check if there's another breaking point in the current key.
6596
6597 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6598
6599 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6600 Babyl header to the newly-created output file, bind
6601 coding-system-for-write to either rmail-file-coding-system or
6602 emacs-mule-unix.
6603
6604 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6605
6606 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6607 Fix the name and regexp used for subsubsections.
6608
6609 2001-03-10 Dave Love <fx@gnu.org>
6610
6611 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6612 and save-buffer if buffer-file-name non-nil. From rms.
6613
6614 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6615
6616 * vc.el (vc-do-command): If the destination buffer is already
6617 current, don't set it up and don't erase it. Updated doc string
6618 to reflect that.
6619 (vc-version-diff): When doing a single file diff, don't switch to the
6620 *vc-diff* buffer before the command. This is to preserve local
6621 variable bindings that might affect the diff command.
6622 (vc-print-log): Don't switch to the *vc* buffer before the
6623 command, so that local variable bindings are preserved.
6624
6625 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6626 not the current buffer.
6627 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6628
6629 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6630 make output go to buffer *vc*, not the current buffer.
6631
6632 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6633
6634 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6635 so ^, $, *, ? and + are interpreted correctly.
6636
6637 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6638
6639 * help.el (string-key-binding): Renamed from
6640 mode-line-key-binding. Handle any event on a string.
6641 Check for `keymap' properties as well as `local-map' properties.
6642
6643 * comint.el (comint-insert-clicked-input): Use the last key
6644 from this-command-keys to lookup the global key definition.
6645
6646 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6647
6648 * international/characters.el: Add category `j' for
6649 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6650
6651 * international/mule-conf.el (no-conversion): Fix docstring.
6652 (raw-text): Fix docstring.
6653
6654 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6655
6656 * simple.el (choose-completion-string): When not leaving the
6657 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6658 is set.
6659
6660 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6661 parameter `(minibuffer . t)'.
6662
6663 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6664
6665 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6666 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6667 (sh-mode): Remove `make-local-variable' for unused var
6668 `font-lock-unfontify-region-function'.
6669
6670 2001-03-07 Richard M. Stallman <rms@gnu.org>
6671
6672 * info.el (Info-scroll-down): Fix previous change.
6673
6674 * mail/rmail.el (rmail-toggle-header): Use a window which
6675 is showing the Rmail buffer, rather than the selected window.
6676
6677 2001-03-07 Dave Love <fx@gnu.org>
6678
6679 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6680 now, to avoid problems with binding imenu directly to a mouse event.
6681
6682 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6683
6684 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6685 second arg t.
6686
6687 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6688
6689 * log-edit.el (log-edit-common-indent): New var.
6690 (log-edit-set-common-indentation): Renamed from
6691 log-edit-delete-common-indentation. Use the new var.
6692 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6693
6694 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6695 (cvs-mode-add-change-log-entry-other-window):
6696 Don't presume change-log-default-name is defined.
6697
6698 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6699
6700 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6701 the "tree" operation as well.
6702
6703 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6704
6705 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6706 to match paragraph-start.
6707
6708 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6709 comment-start-skip and set comment-end-skip as well.
6710 (sgml-comment-indent): Fix for new value of comment-start-skip.
6711 (html-autoview-mode): Don't bother using make-local-hook.
6712
6713 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6714
6715 * cus-edit.el (custom-save-delete): Move in front of local
6716 variables, otherwise long Custom entries would make them ineffective.
6717
6718 * uniquify.el: Set maintainer to FSF.
6719
6720 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6721
6722 * dired-aux.el (dired-do-shell-command): Doc fix.
6723
6724 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6725
6726 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6727
6728 * which-func.el (which-func-modes): Add cperl-mode.
6729 (which-func-mode-global): Use define-minor-mode.
6730
6731 * info-look.el: Docstring fixes and dead code eliminated.
6732 (cperl-mode): Add support.
6733 (emacs-lisp-mode): List all entries from elisp manual, whether
6734 or not they are currently (f)bound or not. Update regexp.
6735
6736 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6737
6738 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6739 so that C-h m shows the correct information.
6740 Use make-local-variable rather than make-variable-buffer-local.
6741 (cperl-info-buffer, cperl-setup-tmp-buf):
6742 Use make-local-variable rather than make-variable-buffer-local.
6743 (cperl-msb-fix, cperl-get-help-defer):
6744 Check major-mode for `cperl-mode' as well.
6745
6746 * progmodes/cperl-mode.el: Updated to author version 4.23.
6747 (cperl-electric-pod): SYNOPSIS was misspelled.
6748 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6749 (cperl-after-expr-p): Make true after __END__.
6750
6751 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6752
6753 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6754 bookmark-completion-ignore-case is t.
6755
6756 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6757 switch, like xterm, and concat resource strings, with a newline
6758 between them.
6759
6760 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6761
6762 * international/codepage.el (cp770-decode-table)
6763 (cp773-decode-table, cp774-decode-table): New variables.
6764
6765 * man.el (Man-hyphenated-reference-regexp): New variable.
6766 (Man-build-references-alist): Use it to search for referenced
6767 manpages. If hyphenated is non-nil, record a concatenated word in
6768 Man-refpages-alist only if it matches Man-reference-regexp.
6769 Update word's length when it is concatenated. Reverse the list,
6770 to get the first manpage at the head.
6771 (Man-possibly-hyphenated-word): New function.
6772 (Man-follow-manual-reference): Use it instead of current-word to
6773 find a manpage at point, in a way that accounts for hyphenated
6774 references.
6775
6776 2001-03-06 Alex Schroeder <alex@gnu.org>
6777
6778 * sql.el (sql-interbase): New function.
6779 (sql-interbase-program): New option.
6780 (sql-interbase-options): New option.
6781 And some typos fixed: "customise" to "customize".
6782
6783 2001-03-06 Dave Love <fx@gnu.org>
6784
6785 * textmodes/flyspell.el (flyspell-region):
6786 Set up flyspell-local-mouse-map.
6787
6788 2001-03-05 Richard M. Stallman <rms@gnu.org>
6789
6790 * mail/rmail.el (rmail-retry-failure):
6791 Don't call rmail-beginning-of-message.
6792 Don't discard From: field. Do discard Received: field.
6793 Use unwind-protect to re-prune.
6794 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6795
6796 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6797
6798 * international/quail.el (quail-title): Add autoload cookie.
6799
6800 2001-03-05 Dave Love <fx@gnu.org>
6801
6802 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6803 new defs.
6804
6805 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6806
6807 * language/ethio-util.el (ethio-toggle-space):
6808 Update current-input-method-title if necessary.
6809 (ethio-toggle-punctuation): Likewise.
6810
6811 * international/quail.el (quail-title): Fix for the case that a
6812 title of an input method is specified by a list of the same form
6813 as used in mode-line-format.
6814
6815 * international/mule-cmds.el (activate-input-method):
6816 If current-input-method-title is set by activating INPUT-METHOD,
6817 respect that value.
6818
6819 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6820
6821 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6822
6823 2001-03-05 Alex Schroeder <alex@gnu.org>
6824
6825 * sql.el (sql-sybase): Fix typo (was: query user about server two
6826 times instead of server and database).
6827
6828 * sql.el (sql-sybase): Doc change.
6829 (sql-mysql): Doc change.
6830 (sql-postgres): Doc change.
6831
6832 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6833
6834 * international/mule-conf.el (emacs-mule, raw-text):
6835 Docstring modified.
6836
6837 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6838
6839 * term/internal.el: Update copyright notice.
6840
6841 * term/pc-win.el: Update copyright notice.
6842
6843 2001-03-02 Dave Love <fx@gnu.org>
6844
6845 * files.el (insert-file-contents-literally):
6846 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6847 not jka-compr-compression-info-list.
6848
6849 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6850
6851 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6852 spaces in default comment-start-skip settings rather than \s-.
6853
6854 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6855
6856 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6857 default-frame-alist as well.
6858
6859 2001-03-01 Dave Love <fx@gnu.org>
6860
6861 * textmodes/reftex.el (defvar): Wrap some defvars in
6862 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6863
6864 * subr.el (event-basic-type): Doc fix.
6865
6866 * international/quail.el: Doc fixes.
6867
6868 * international/utf-8.el: Doc fixes.
6869
6870 * international/mule-cmds.el: Doc fixes.
6871 (leim-list-header): Fix header text.
6872
6873 * international/mule.el (coding-system-category): Doc fix.
6874
6875 * international/ccl.el (ccl-compile): Doc fix.
6876
6877 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6878
6879 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6880 rather than (before|after)-change-functions.
6881
6882 2001-03-01 Gerd Moellmann <gerd@gnu.org>
6883
6884 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6885 scroll-left and scroll-right being called interactively so that
6886 they set the window's min_hscroll.
6887
6888 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6889
6890 * info.el (info-insert-file-contents-1): Accept an additional
6891 argument `lfn': if it is non-nil, concatenate `filename' and
6892 `suffix'; otherwise use the complicated MS-DOS code.
6893 All callers changed.
6894 (info-insert-file-contents, Info-find-node): If the MS-DOS port
6895 can access long file names, try the long file-name version of
6896 `info-insert-file-contents-1', then the short file-name version.
6897
6898 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
6899
6900 * language/ethio-util.el (setup-ethiopic-environment-internal):
6901 Change bindings of functions keys to conform to "Emacs Lisp Coding
6902 Convention".
6903
6904 * language/ethiopic.el ("Ethiopic"): Add documentation.
6905
6906 2001-02-28 Kenichi Handa <handa@etl.go.jp>
6907
6908 * international/utf-8.el (mule-utf-8): Set coding-category
6909 property to coding-category-utf-8.
6910
6911 2001-02-27 Richard M. Stallman <rms@gnu.org>
6912
6913 * lpr.el (lpr-page-header-switches, print-region-1):
6914 Undo 2000-07-06 change.
6915 (lpr-add-switches): Default to t on gnu/linux.
6916
6917 2001-02-27 Gerd Moellmann <gerd@gnu.org>
6918
6919 * bs.el (bs-attributes-list): Doc fix.
6920
6921 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6922
6923 * help.el (describe-project): Display the file THE-GNU-PROJECT.
6924
6925 * help.el (view-order-manuals): Use goto-address.
6926
6927 * startup.el (command-line-1): Add info about ordering manuals
6928 to the not so fancy splash screens.
6929
6930 2001-02-26 Andre Spiegel <spiegel@gnu.org>
6931
6932 * vc.el (vc-default-workfile-unchanged-p)
6933 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
6934
6935 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6936
6937 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
6938 fontify in the right buffer.
6939
6940 * allout.el (outline-flag-region): Move macro in front of first
6941 use to avoid a run-time error.
6942
6943 2001-02-24 Andrew Innes <andrewi@gnu.org>
6944
6945 * makefile.w32-in: Fix copyright notice.
6946
6947 2001-02-24 Kenichi Handa <handa@etl.go.jp>
6948
6949 * international/utf-8.el (mule-utf-8): Set correct value for
6950 valid-codes property.
6951
6952 * international/fontset.el (x-complement-fontset-spec): In the
6953 case that we use ASCII font for the other charsets, use only
6954 family and registry part of it.
6955
6956 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6957
6958 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
6959 (shrink-window-if-larger-than-buffer): Doc fix.
6960
6961 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
6962
6963 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
6964 predicate passed to completing-read.
6965
6966 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6967
6968 * startup.el (command-line): Fix last change.
6969
6970 2001-02-23 Jason Rumney <jasonr@gnu.org>
6971
6972 * startup.el (tool-bar-originally-present): New variable.
6973 (command-line): Set it if the tool-bar is switched on at startup.
6974
6975 * frame.el (frame-notice-user-settings): Only adjust frame height
6976 for no tool-bar case if tool-bar was originally switched on.
6977 From E. Jay Berkenbilt.
6978
6979 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
6980
6981 * server.el (server-switch-buffer): Only switch window if the
6982 current one is dedicated.
6983
6984 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
6985 rather than using (match-beginning 0) when searching for break point.
6986
6987 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
6988
6989 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
6990 @ follows an accent command such as @'. Support optional braces
6991 in commands that insert accents, like makeinfo does.
6992
6993 2001-02-22 Gerd Moellmann <gerd@gnu.org>
6994
6995 * startup.el (fancy-splash-text): Add a line for ordering
6996 manuals. Reverse order of splash screens shown.
6997 (use-fancy-splash-screens-p): Adapt to the text line added.
6998
6999 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7000 manuals from the FSF.
7001
7002 * help.el (view-order-manuals): New function.
7003 (toplevel): Bind C-h C-m to this function.
7004
7005 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7006
7007 * newcomment.el (comment-forward): Skip the comment-start before
7008 searching for the comment-end.
7009
7010 2001-02-21 Dave Love <fx@gnu.org>
7011
7012 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7013
7014 * international/mule-cmds.el, international/mule.el: Doc fixes.
7015
7016 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7017
7018 * startup.el (fancy-splash-screens): Use display-hourglass
7019 instead of display-busy-cursor.
7020
7021 * frame.el (display-hourglass): Renamed from busy-cursor.
7022 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7023 (show-cursor-in-non-selected-windows): Doc fix.
7024
7025 2001-02-20 Dave Love <fx@gnu.org>
7026
7027 * international/utf-8.el: Doc and commentary fixes.
7028
7029 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7030
7031 * ehelp.el (with-electric-help): Doc fix.
7032
7033 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7034
7035 * msb.el (msb-mode): Call the update-buffers function explicitly
7036 with a FORCE argument.
7037
7038 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7039 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7040 returns nil.
7041
7042 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7043
7044 * ps-print.el: Timestamp package replacement. Some enhancements.
7045 Some XEmacs compatibility. Doc fix.
7046 (ps-print-version): New version number (6.4).
7047 (ps-printer-name): Initialization fix.
7048 (ps-zebra-stripe-follow): Funcionality enhancement.
7049 (ps-prologue-file): Code enhancement.
7050 (ps-right-header): Timestamp package replacement.
7051 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7052 (ps-get-page-dimensions)
7053 (ps-generate-header, ps-begin-file, ps-begin-job)
7054 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7055 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7056 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7057 (coding-system-for-write): Var declaration (XEmacs compatibility).
7058
7059 2001-02-20 Miles Bader <miles@gnu.org>
7060
7061 * image-file.el (image-file-name-extensions): Add "tif".
7062
7063 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7064
7065 * wid-edit.el (widget-button-click): Save the selected window
7066 around the code handling clicks on buttons.
7067
7068 2001-02-18 Dave Love <fx@gnu.org>
7069
7070 * imenu.el (imenu--generic-function): Use mapc to iterate over
7071 syntax characters.
7072
7073 2001-02-17 Richard M. Stallman <rms@gnu.org>
7074
7075 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7076
7077 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7078
7079 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7080
7081 * mouse.el (mouse-save-then-kill): If the distance from the new
7082 point to the mark is equal to the distance of point from the new
7083 point, move point instead of the mark.
7084
7085 2001-02-16 Dave Love <fx@gnu.org>
7086
7087 * textmodes/flyspell.el (flyspell-get-word): Return string without
7088 properties.
7089
7090 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7091
7092 * generic.el (generic-find-file-regexp): Doc fix.
7093 (generic-ignore-files-regexp): New defcustom.
7094 (generic-mode-find-file-hook): If the file's name matches the
7095 regexp in `generic-ignore-files-regexp', don't enter
7096 default-generic-mode. Doc fix.
7097
7098 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7099
7100 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7101 Add autoload cookies.
7102
7103 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7104 of cal-tex-24.
7105
7106 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7107
7108 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7109
7110 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7111 the character class after the (optional) drive, to support file
7112 names with embedded blanks.
7113
7114 2001-02-15 Sam Steingold <sds@gnu.org>
7115
7116 * textmodes/tex-mode.el (tex-shell-running):
7117 Check the process buffer too.
7118
7119 2001-02-15 Dave Love <fx@gnu.org>
7120
7121 * battery.el (battery-status-function): Fix doc, :type.
7122
7123 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7124
7125 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7126
7127 * subr.el (read-passwd): Clear Lisp memory holding password.
7128
7129 2001-02-15 Miles Bader <miles@gnu.org>
7130
7131 * info.el (Info-copy-current-node-name): New function.
7132 (Info-mode-menu): Add it to the menu.
7133
7134 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7135
7136 * international/mule-cmds.el (toggle-input-method): Doc fix.
7137
7138 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7139
7140 * replace.el (occur): Stop at end of buffer.
7141
7142 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7143
7144 * international/mule-cmds.el (set-input-method): Another doc fix.
7145
7146 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7147
7148 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7149
7150 2001-02-13 Miles Bader <miles@gnu.org>
7151
7152 * faces.el (set-face-background, set-face-foreground)
7153 (set-face-stipple): Treat a value of nil as being `unspecified'.
7154
7155 2001-02-12 Dave Love <d.love@dl.ac.uk>
7156
7157 * international/latin1-disp.el: Doc fixes.
7158 (latin1-display) <defgroup>: Add :link.
7159 (latin1-display) <function>: Set variable latin1-display.
7160
7161 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7162
7163 * international/mule-cmds.el (set-input-method): Doc fix.
7164
7165 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7166
7167 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7168 (speedbar-line-file): Return nil if not a file.
7169 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7170
7171 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7172
7173 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7174 for remote files.
7175 (ediff-coding-system-for-read): Replaced the no-conversion default
7176 with raw-text.
7177
7178 * ediff-init.el: Removed :version from defcustom vars.
7179
7180 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7181 Better handling of the diff mode.
7182
7183 * ediff.texi: Added ediff-coding-system-for-read.
7184
7185 * viper.texi: Fix typos.
7186
7187 2001-02-11 Dave Love <fx@gnu.org>
7188
7189 * shadowfile.el: Doc fixes.
7190 (shadow) <defgroup>: Add :link.
7191 (shadowfile-unload-hook): New function.
7192 (shadow-initialize): Use defalias, not fset.
7193 (shadow-define-cluster, shadow-define-literal-group)
7194 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7195
7196 * international/mule.el: Doc and message fixes.
7197
7198 * international/ccl.el (define-ccl-program): Doc fix.
7199
7200 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7201
7202 * faces.el (mode-line): Set :line-width property to -1.
7203
7204 2001-02-10 Richard M. Stallman <rms@gnu.org>
7205
7206 * complete.el (partial-completion-mode): Doc fix.
7207
7208 * simple.el (delete-key-deletes-forward-mode):
7209 Change `let' to `let*' to fix gross bug in last change.
7210
7211 * repeat.el (repeat): Don't let execute-kbd-macro alter
7212 real-last-command.
7213
7214 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7215
7216 * simple.el (eval-expression): Doc fix.
7217
7218 2001-02-09 Dave Love <fx@gnu.org>
7219
7220 * imenu.el (imenu-generic-expression): Doc fix.
7221
7222 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7223 From Juanma Barranquero.
7224
7225 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7226
7227 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7228
7229 * faces.el (set-face-attribute): Describe the case of a negative
7230 value specified for :line-width.
7231
7232 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7233
7234 * which-func.el (which-func-mode): Invert which-func-mode-global.
7235 From Juanma Barranquero <lektu@uol.com.br>.
7236
7237 2001-02-08 Dave Love <fx@gnu.org>
7238
7239 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7240 widget-plist-value-type.
7241 (widget-alist-convert-widget): Replace binding of
7242 widget-alist-value-type.
7243
7244 * textmodes/paragraphs.el (sentence-end): Doc fix.
7245
7246 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7247 Remove `backward-line'.
7248
7249 * play/pong.el (pong-blank-color, pong-bat-color)
7250 (pong-ball-color, pong-border-color, pong-left-key)
7251 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7252 (pong-pause-key, pong-resume-key, pong-timer-delay):
7253 * mail/mh-comp.el (mh-compose-letter-function):
7254 * eshell/esh-mode.el (eshell-skip-prompt-function):
7255 * emulation/viper-ex.el (ex-unix-type-shell-options):
7256 * recentf.el (recentf-menu-filter):
7257 * ps-print.el (ps-print-region-function):
7258 * lpr.el (print-region-function):
7259 * forms.el (forms-mode-hooks):
7260 * dirtrack.el (dirtrack-directory-change-hook):
7261 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7262 * textmodes/spell.el (spell-filter):
7263 * textmodes/fill.el (adaptive-fill-function):
7264 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7265 * progmodes/etags.el (find-tag-default-function):
7266 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7267 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7268
7269 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7270
7271 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7272 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7273 Meyering <jim@meyering.net>.
7274
7275 * loadup.el: Revert last change.
7276
7277 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7278
7279 * international/mule.el (transform-make-coding-system-args):
7280 Make it work also for coding systems not using CCL.
7281
7282 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7283
7284 * simple.el (previous-matching-history-element)
7285 (next-matching-history-element): Doc fix.
7286
7287 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7288 specific part.
7289
7290 2001-02-06 Dave Love <fx@gnu.org>
7291
7292 * add-log.el (add-log-current-defun-function)
7293 (add-log-buffer-file-name-function, add-log-file-name-function):
7294 Fix :type.
7295 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7296
7297 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7298
7299 * info.el (info-initialize): Remove the test for system-type when
7300 invocation-directory is non-nil.
7301
7302 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7303 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7304
7305 2001-02-06 Andrew Innes <andrewi@gnu.org>
7306
7307 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7308 absolute.
7309
7310 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7311
7312 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7313 buffers. When hi-lock turned on rather than only checking current
7314 buffer for regexps, all buffers are checked. Moved activation of
7315 font-lock to hi-lock-refontify. When font-lock turned off rather
7316 than removing added highlighting just in current buffer, remove it
7317 in all buffers. Changed edit menu text from "Automatic
7318 Highlighting" to "Regexp Highlighting" Documentation for
7319 highlighting phrases, minor documentation changes.
7320 (hi-lock-set-file-patterns): Execute only if there are new or
7321 existing file patterns.
7322 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7323 unfontify and, if a support mode is active, will not refontify the
7324 whole buffer. If necessary, turn on font lock. (Removed
7325 font-lock-unfontify and font-lock support-mode-specific calls,
7326 such as lazy-lock-fontify-window.)
7327 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7328 patterns are found. Not useful now since find-file-hook is removed
7329 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7330 (hi-lock-face-phrase-buffer): New function. Also added related
7331 menu item and keybinding.
7332 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7333 (hi-lock-process-phrase): New function.
7334 (hi-lock-line-face-buffer): Doc fixes.
7335 (hi-lock-face-buffer): Doc fixes.
7336 (hi-lock-unface-buffer): Doc fixes.
7337
7338 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7339
7340 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7341 dabbrev-ignored-regexps.
7342
7343 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7344
7345 * simple.el (kill-line): Doc fix.
7346
7347 2001-02-05 Dave Love <fx@gnu.org>
7348
7349 * loadup.el: Revert last two changes -- bootstrapping works with
7350 regenerated loaddefs.
7351
7352 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7353
7354 * isearch.el (isearch-forward): Doc fix.
7355
7356 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7357 of font-lock-defaults to backward-paragraph.
7358
7359 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7360
7361 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7362 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7363
7364 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7365
7366 * ebnf2ps.el: Eliminate time-stamp functions.
7367 (ebnf-version): New version (3.5).
7368 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7369 format-time-string.
7370
7371 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7372
7373 * simple.el (next-line): Goto end-of-line before inserting a newline.
7374
7375 2001-02-05 Miles Bader <miles@gnu.org>
7376
7377 * image-file.el (insert-image-file): When visiting an image, also
7378 set `truncate-lines' to t so that any fringe arrow looks correct.
7379
7380 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7381
7382 * isearch.el (isearch-forward): Add description about input method
7383 in the docsting.
7384
7385 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7386
7387 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7388
7389 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7390
7391 * info.el (info-initialize): If installation-directory is nil, for
7392 DOS/Windows systems try looking in a sibling of invocation-directory.
7393
7394 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7395
7396 * wid-edit.el (widget-button-click): Fix last change.
7397
7398 * frame.el (frame-notice-user-settings): When resizing the initial
7399 frame because the tool bar is off, also change the frame's top
7400 position if a negative top position was specified.
7401
7402 2001-02-02 Miles Bader <miles@gnu.org>
7403
7404 * image-file.el (insert-image-file): When visiting an image,
7405 suppress the cursor in the image buffer.
7406
7407 2001-02-01 Dave Love <fx@gnu.org>
7408
7409 * progmodes/f90.el (f90-mode): Remove startup message.
7410
7411 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7412
7413 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7414
7415 * startup.el (command-line): Fix code determining whether or not
7416 to use delete-key-deletes-forward-mode.
7417
7418 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7419
7420 * vc.el (vc-diff-switches): New user option.
7421 (vc-version-diff): Use it.
7422 (vc-diff-switches-list): New macro.
7423
7424 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7425 New customization options.
7426 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7427
7428 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7429
7430 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7431
7432 * msb.el (toplevel): Quote hook symbols.
7433
7434 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7435
7436 * international/mule.el (make-coding-system): Add description
7437 about recognized properties in the docstring.
7438
7439 * international/mule-conf.el: Remove unused charsets
7440 mac-roman-lower and mac-roman-upper.
7441
7442 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7443
7444 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7445 is in front of the left-margin, if any.
7446
7447 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7448 like `delete'.
7449
7450 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7451
7452 * term/w32-win.el (mouse-set-font): Doc fix.
7453
7454 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7455
7456 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7457 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7458 on already.
7459
7460 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7461
7462 * files.el (save-buffer): Don't give message if (buffer-file-name)
7463 returns nil.
7464
7465 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7466
7467 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7468
7469 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7470 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7471
7472 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7473 display problems.
7474
7475 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7476
7477 * international/mule.el (charset-info): Fix docstring.
7478
7479 * international/mule-diag.el (describe-character-set): Check final
7480 char valid before printing it.
7481
7482 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7483
7484 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7485
7486 * frame.el (frame-notice-user-settings): Do the tool-bar
7487 stuff only for graphical displays. Fix a braino.
7488
7489 * frame.el (frame-initialize): Create initial frame visible.
7490 (frame-notice-user-settings): When tool-bar has been switched off,
7491 correct the frame size and sync tool-bar-mode.
7492
7493 * startup.el (command-line): Remove manipulation of frame
7494 height for tool bars.
7495
7496 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7497
7498 * lpr.el: Compatibility with XEmacs and doc fixes.
7499 (lpr-windows-system, lpr-lp-system): New vars.
7500 (lpr-printer-switch): New defcustom.
7501 (printer-name, lpr-command): Customization fix.
7502 (print-region-1): Code fix.
7503 (print-region-new-buffer, printify-region): Indentation fix.
7504 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7505 New functions.
7506
7507 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7508
7509 * msb.el (toplevel): Fix the eval-after-load.
7510
7511 2001-01-29 Dave Love <fx@gnu.org>
7512
7513 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7514
7515 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7516
7517 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7518 (tcl-using-emacs-19-23): Consider Emacs 21+.
7519 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7520 (tcl-add-emacs-menu): Supply menu name.
7521 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7522
7523 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7524
7525 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7526
7527 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7528
7529 * pcvs.el (cvs-mark-fis-dead): New function.
7530 (cvs-mode-add): Use it.
7531 (cvs-mode-add-change-log-entry-other-window):
7532 Rebind change-log-default-name to itself rather than to nil.
7533
7534 2001-01-29 Sam Steingold <sds@gnu.org>
7535
7536 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7537 `autoload' statements.
7538
7539 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7540
7541 * files.el (confirm-kill-emacs): Doc fix.
7542
7543 * frame.el (frame-initialize): Doc fix.
7544
7545 * time-stamp.el (time-stamp-string): Doc fix.
7546
7547 * woman.el (WoMan-log-1): Make the log buffer writable.
7548 From Markus Rost <rost@math.ohio-state.edu>.
7549
7550 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7551
7552 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7553 the `make-variable-buffer-local'.
7554
7555 2001-01-29 Dave Love <fx@gnu.org>
7556
7557 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7558 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7559 Add autoload cookie.
7560 (ansi-color-apply-sequence): Fix typo.
7561
7562 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7563
7564 * menu-bar.el (menu-bar-files-menu): Add menu items for
7565 Postscript printing in black and white.
7566
7567 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7568 X-Mailman-Version, Precedence, List-Help, List-Post,
7569 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7570 Content-Type, Content-Length.
7571
7572 2001-01-29 Dave Love <fx@gnu.org>
7573
7574 * elide-head.el (elide-head): Make overlay evaporate.
7575
7576 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7577
7578 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7579
7580 * isearch.el (isearch-highlight): Don't punt if the display
7581 doesn't support colors, since isearch faces are defined for
7582 monochrome displays as well.
7583
7584 2001-01-27 Sam Steingold <sds@gnu.org>
7585
7586 * shell.el (shell-write-history-on-exit): Make sure that we are in
7587 the shell buffer (M-x tex-file RET inserted the error message into
7588 the TeX buffer).
7589
7590 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7591
7592 * simple.el (transient-mark-mode): Doc fix.
7593
7594 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7595
7596 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7597
7598 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7599
7600 * shell.el (shell-unquote-argument): If the shell is one of the
7601 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7602 quote character.
7603 (shell-dumb-shell-regexp): Document that the shells which match
7604 this regexp are supposed to not treat a backslash as a quote character.
7605
7606 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7607 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7608
7609 2001-01-27 Richard M. Stallman <rms@gnu.org>
7610
7611 * dabbrev.el (dabbrev--substitute-expansion):
7612 Treat a one-capital-letter abbrev as "not all upper case",
7613 so as to force preservation of the expansion's pattern
7614 if the expansion starts with a capital letter.
7615
7616 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7617
7618 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7619 Doc fix.
7620
7621 * simple.el (transient-mark-mode): Document the fact that many
7622 commands act on the region when mark is active.
7623
7624 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7625
7626 * international/quail.el (quail-setup-completion-buf): Make the
7627 multibyteness of current buffer inherited to Quail completion buffer.
7628 (quail-show-guidance-buf): Make the multibyteness of current
7629 buffer inherited to Quail guidance buffer.
7630 (quail-help): Make the multibyteness of current buffer inherited
7631 to Quail help buffer.
7632
7633 2001-01-26 Dave Love <fx@gnu.org>
7634
7635 * time-stamp.el: Doc fixes.
7636
7637 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7638 (delphi-keyword-face, delphi-other-face): Fix :type.
7639
7640 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7641
7642 * mail/feedmail.el (feedmail): Add :link.
7643 (feedmail-send-it): Doc fix.
7644
7645 * mail/sendmail.el: Doc fixes.
7646 (sendmail-send-it): Fix the non-ASCII regexp and use
7647 rfc2047-encode-string.
7648
7649 * dired.el, dired-aux.el: Revert last change.
7650
7651 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7652
7653 * makefile.w32-in (DONTCOMPILE): Add various term files.
7654
7655 2001-01-26 Dave Love <fx@gnu.org>
7656
7657 * Makefile.in (DONTCOMPILE): Add various term files.
7658
7659 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7660
7661 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7662
7663 * startup.el (display-startup-echo-area-message): Make sure
7664 the echo area is resized to fit the size of the startup message.
7665
7666 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7667 part of which is a constant.
7668
7669 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7670
7671 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7672
7673 2001-01-26 Richard M. Stallman <rms@gnu.org>
7674
7675 * simple.el (next-line): Don't let `newline' expand abbrevs.
7676 Simplify slightly.
7677 (open-line): Don't let `newline' expand abbrevs.
7678
7679 2001-01-25 John Wiegley <johnw@gnu.org>
7680
7681 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7682 to `repeat' in the :type field.
7683
7684 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7685 allow a choice of regexp or nil.
7686 (pcomplete-dir-ignore): Same.
7687
7688 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7689 a command) to always fail.
7690
7691 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7692
7693 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7694 discard the result.
7695 (iswitchb-to-end): Likewise.
7696
7697 2001-01-25 Sam Steingold <sds@gnu.org>
7698
7699 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7700 Require vc.
7701
7702 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7703
7704 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7705
7706 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7707
7708 2001-01-25 Dave Love <fx@gnu.org>
7709
7710 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7711 (describe-coding-system): Tweak the English text.
7712
7713 * loadup.el: Preload international/ccl for utf-8.
7714
7715 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7716
7717 * mail/rmail.el (rmail-redecode-body): Doc fix.
7718
7719 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7720
7721 * international/mule-cmds.el (reset-language-environment):
7722 Reset coding-category-utf-8 to mule-utf-8.
7723
7724 * international/mule-conf.el (coding-category-utf-8):
7725 Initialize to mule-utf-8.
7726
7727 * loadup.el: Preload international/utf-8.
7728
7729 * international/utf-8.el: New file.
7730
7731 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7732
7733 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7734
7735 2001-01-24 Sam Steingold <sds@gnu.org>
7736
7737 * dired.el (dired-replace-in-string): Removed.
7738 (dired-sort-toggle): Use `replace-regexps-in-string'
7739 instead of `dired-replace-in-string'.
7740
7741 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7742 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7743
7744 * gs.el (gs-replace-in-string): Removed.
7745 (gs-options): Use `replace-regexps-in-string'
7746 instead of `gs-replace-in-string'.
7747
7748 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7749
7750 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7751 bug report is mailed to an email list and posted to a news group.
7752
7753 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7754
7755 * comint.el (comint-replace-by-expanded-history-before-point):
7756 Fix change of 2000-08-03 to move point to the start of the line again.
7757
7758 * startup.el (tool-bar-images-pixel-height): New variable.
7759 (command-line): After loading the user's init file, when
7760 tool-bar-mode is on, increase the frame's size by some lines for
7761 the tool-bar.
7762
7763 * frame.el (frame-initialize): Create the initial frame invisible.
7764
7765 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7766
7767 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7768 (chinese-big5): MIME:Big5.
7769
7770 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7771
7772 * international/mule-cmds.el (universal-coding-system-argument):
7773 Handle commands with prefix args.
7774
7775 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7776
7777 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7778 being a list of numbers.
7779 (diary-mail-entries): Rewritten.
7780
7781 2001-01-23 Dave Love <fx@gnu.org>
7782
7783 * international/mule.el (make-coding-system): Fix typo.
7784
7785 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7786 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7787
7788 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7789
7790 * font-lock.el (font-lock-mode): Doc fix.
7791
7792 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7793
7794 * international/mule.el (make-translation-table): Fix docstring.
7795
7796 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7797
7798 * mail/rmail.el (rmail-redecode-body): New function.
7799
7800 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7801
7802 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7803
7804 * isearch.el (isearch-lazy-highlight-case-fold-search)
7805 (isearch-lazy-highlight-regexp): New variables.
7806 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7807 case-fold search or regexp search has been toggled.
7808
7809 * wid-edit.el (widget-button-click): Avoid a save-excursion
7810 around running a global binding.
7811
7812 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7813 to 0.25.
7814
7815 2001-01-20 Miles Bader <miles@gnu.org>
7816
7817 * cus-edit.el (custom-face-save): Do post-processing on the face's
7818 new value like `custom-face-set' does.
7819
7820 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7821
7822 * mail/emacsbug.el (report-emacs-bug): Report the value of
7823 LC_CTYPE, not LC_TYPE.
7824
7825 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7826 isearch-toggle-regexp and isearch-edit-string to doc string.
7827
7828 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7829
7830 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7831 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7832
7833 * jit-lock.el (jit-lock-fontify-now): Don't bind
7834 font-lock-beginning-of-syntax-function to nil.
7835
7836 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7837
7838 * mail/emacsbug.el (report-emacs-bug): Report values of
7839 locale-coding-system, default-enable-multibyte-characters, and the
7840 environment variables LC_ALL, LC_TYPE, and LANG.
7841
7842 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7843
7844 * font-lock.el (font-lock-default-fontify-region): Fix last change.
7845
7846 * font-lock.el (font-lock-multiline): Default to nil.
7847 (font-lock-default-fontify-region): If font-lock-multiline is
7848 nil, don't check the property `font-lock-multiline'.
7849
7850 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7851 is nil, don't check the `font-lock-multiline' text property.
7852
7853 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7854
7855 * viper.el: Call initial-major-mode on startup.
7856
7857 * ediff.el (ediff-patch-file): Use better defaults.
7858
7859 * ediff-vers.el: Fix for 8+3 DOS file systems.
7860
7861 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
7862
7863 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7864 diff mode, if available.
7865
7866 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7867
7868 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7869
7870 * ediff-init.el (subst-char-in-string): Define and use it, unless
7871 it's already defined.
7872
7873 2001-01-18 Gerd Moellmann <gerd@gnu.org>
7874
7875 * tooltip.el (tooltip-hide-delay): New user-option.
7876 (tooltip-show): Use tooltip-hide-delay instead of the default.
7877
7878 2001-01-18 Kenichi Handa <handa@etl.go.jp>
7879
7880 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7881 kill-local-variable doesn't work for enable-multibyte-characters.
7882
7883 2001-01-17 Dave Love <fx@gnu.org>
7884
7885 * ediff-init.el (ediff-before-setup-hook)
7886 (ediff-merge-filename-prefix): Add :version.
7887
7888 * international/latin1-disp.el: Require disp-table.
7889 (latin1-display): Fix :set.
7890
7891 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7892
7893 2001-01-17 Gerd Moellmann <gerd@gnu.org>
7894
7895 * isearch.el (isearch-lazy-highlight-initial-delay)
7896 (isearch-lazy-highlight-interval): Default to 0.
7897
7898 2001-01-17 Bob Glickstein <bobg@zanshin.com>
7899
7900 * isearch.el (isearch-highlight): Set isearch-overlay priority to
7901 1 here rather than each time through
7902 isearch-lazy-highlight-new-loop.
7903 (isearch-lazy-highlight-max): Variable deleted.
7904 (isearch-lazy-highlight-max-at-a-time): New user variable, like
7905 isearch-lazy-highlight-max but controls a single invocation of
7906 isearch-lazy-highlight-update.
7907 (isearch-lazy-highlight-wrapped): Variable recreated.
7908 (isearch-lazy-highlight-window-start): New variable.
7909 (isearch-lazy-highlight-cleanup): Restored to behavior of
7910 before 2-Jan.
7911 (isearch-lazy-highlight-remove-overlays): Function deleted;
7912 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
7913 behavior removed.
7914 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
7915 isearch-lazy-highlight-update in a loop rather than just once.
7916 Test isearch-invalid-regexp here and decide not to start a new
7917 loop, rather than testing it each time through
7918 isearch-lazy-highlight-update.
7919 (isearch-lazy-highlight-search): Function restored.
7920 (isearch-lazy-highlight-update): Get called in a timer loop again,
7921 but this time highlight more than one match each time through.
7922 Only highlight matches in the visible part of the window.
7923 Start at point, move in the direction of the search, and wrap around at
7924 the edge of the window. Use sit-for to force redisplay and ensure
7925 window-start is credible. "Face suppressing" behavior removed;
7926 overlay priorities should make it unnecessary, right?
7927 (isearch-highlight): Face suppressing behavior removed.
7928 (isearch-dehighlight): Face suppressing behavior removed.
7929 (isearch-set-lazy-highlight-faces-at): Removed.
7930
7931 2001-01-17 Kenichi Handa <handa@etl.go.jp>
7932
7933 * language/european.el ("Latin-1"): Make the format of description
7934 about additional language environments same as that of Latin-2.
7935
7936 2001-01-16 Dave Love <fx@gnu.org>
7937
7938 * isearch.el (isearch-lazy-highlight): Add :version.
7939
7940 * simple.el (backward-delete-char-untabify-method)
7941 (next-line-add-newlines): Add :version.
7942
7943 2001-01-16 Gerd Moellmann <gerd@gnu.org>
7944
7945 * bindings.el: Bind <backspace> and <delete> via function-key-map.
7946 Don't bind <delete> otherwise.
7947
7948 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
7949 and <delete> via function-key-map.
7950
7951 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
7952 Subject line only if point is after the `Subject:'.
7953
7954 2001-01-16 Kenichi Handa <handa@etl.go.jp>
7955
7956 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
7957 japanese-jisx0213-2 in `charset' property of this lang. env.
7958
7959 * language/european.el ("Latin-1"): Add description for Dutch and
7960 Spanish lang. env.
7961
7962 * international/mule.el (decode-char): Fix conditions.
7963 (encode-char): Handle eight-bit-control too.
7964 (transform-make-coding-system-args): New function.
7965 (make-coding-system): Accept XEmacs style arguments for CCL base
7966 coding system.
7967
7968 2001-01-15 Gerd Moellmann <gerd@gnu.org>
7969
7970 * progmodes/etags.el (find-tag-noselect): Save the value of
7971 tags-file-name before switching buffers, for the case it has a
7972 buffer-local value.
7973
7974 2001-01-15 Alex Schroeder <alex@gnu.org>
7975
7976 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7977 From Dave Love <fx@gnu.org>.
7978 (ansi-color-for-comint-mode): Fix :version.
7979
7980 2001-01-15 Alex Schroeder <alex@gnu.org>
7981
7982 * ansi-color.el (ansi-color-unfontify-region): Doc change.
7983
7984 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
7985
7986 * dired.el (dired-insert-directory): If file-system-info fails,
7987 remove the " free " part, but don't signal an error.
7988
7989 2001-01-12 Sam Steingold <sds@gnu.org>
7990
7991 * bookmark.el (bookmark-maybe-historicize-string):
7992 Use new backquote syntax.
7993
7994 2001-01-12 Richard M. Stallman <rms@gnu.org>
7995
7996 * subr.el (last): Handle a list that doesn't end in nil.
7997
7998 2001-01-12 Sam Steingold <sds@gnu.org>
7999
8000 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8001 to `backward-delete-char-untabify'.
8002
8003 2001-01-12 Dave Love <fx@gnu.org>
8004
8005 * cus-edit.el (customize-menu-create): Fix the :filter following
8006 easymenu change.
8007
8008 * wid-edit.el (function): Add :match-alternatives.
8009 (widget-color-action): Doc fix.
8010
8011 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8012
8013 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8014
8015 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8016
8017 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8018
8019 * international/ccl.el (define-ccl-program): Fix docstring.
8020
8021 2001-01-11 Dave Love <fx@gnu.org>
8022
8023 * international/mule-cmds.el (standard-display-european-internal):
8024 Set display table for 2208 as for 160.
8025
8026 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8027
8028 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8029 entry for custom-menu-create change.
8030 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8031 don't cons it in the search loop.
8032
8033 * imenu.el (imenu--truncate-items): Revert last change.
8034
8035 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8036
8037 * info.el (Info-setup-header-line): If the node header includes
8038 either Next: or Prev: links, don't show the File: and Node: parts
8039 in the header line.
8040
8041 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8042
8043 * comint.el (comint-goto-process-mark): Don't print a message
8044 when running in batch mode.
8045
8046 * isearch.el (isearch-search): In the condition-case handler for
8047 `error', set isearch-invalid-regexp to the whole error message.
8048
8049 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8050 ensure that eval-after-load works for files dumped with Emacs.
8051
8052 * help.el (load-symbol-file-load-history): New function extracted
8053 from function symbol-file.
8054 (symbol-file): Use it.
8055
8056 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8057
8058 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8059
8060 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8061 behave as if there were no prefix argument.
8062 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8063 argument were nil.
8064
8065 2001-01-11 Richard M. Stallman <rms@gnu.org>
8066
8067 * isearch.el (isearch-lazy-highlight-update):
8068 Don't look for more potential matches once maximum is exceeded.
8069 Use overlays-in to check correctly for overlap with current match.
8070 Ignore empty matches.
8071
8072 2001-01-11 Miles Bader <miles@gnu.org>
8073
8074 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8075 (ispell-overlay-window, ispell-help, ispell-show-choices)
8076 (ispell-command-loop): Use it instead of `window-height'.
8077
8078 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8079
8080 * files.el (confirm-kill-emacs): New user-option.
8081 (save-buffers-kill-emacs): Ask for final confirmation before
8082 killing Emacs.
8083
8084 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8085 to nil.
8086
8087 2001-01-10 Dave Love <fx@gnu.org>
8088
8089 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8090
8091 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8092
8093 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8094
8095 * calculator.el (calculator-number-digits): Fix :type.
8096
8097 * vc-cvs.el (vc-cvs-header): Fix :type.
8098 * vc-rcs.el (vc-rcs-header): Fix :type.
8099 * vc-sccs.el (vc-sccs-header): Fix :type.
8100
8101 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8102
8103 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8104
8105 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8106
8107 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8108
8109 * simple.el (set-variable): Force a thorough redisplay for the
8110 case that the variable has an effect on the display, like
8111 `tab-width' has.
8112
8113 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8114
8115 * vc.el: Add documentation for backend interface.
8116
8117 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8118
8119 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8120
8121 * international/mule-conf.el (latin-extra-code-table): Set to t
8122 for \223 and \224.
8123
8124 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8125
8126 * international/mule-cmds.el (locale-language-names): Map "es" to
8127 "Spanish" and "nl" to "Dutch".
8128
8129 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8130
8131 * bindings.el (global-map): Bind <home> to beginning-of-line,
8132 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8133 C-<end> to end-of-buffer.
8134
8135 * language/european.el: Add Dutch and Spanish language info
8136 to be able to use the appropriate tutorials.
8137
8138 2001-01-09 Alex Schroeder <alex@gnu.org>
8139
8140 * ansi-color.el (ansi-color-process-output): Use markers instead
8141 of positions for start and end of region.
8142 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8143 Previously, occasional mistakes happend when fontifying many
8144 chunks of output (eg. ls --color=yes /dev). This happened
8145 whenever an overlay was created up to the end of the region, which
8146 coincided with the process-mark. New text would then be added
8147 within that overlay instead of after it.
8148 (ansi-color-make-extent): Overlays are created with the property
8149 `modification-hooks' set to '(ansi-color-freeze-overlay).
8150 (ansi-color-freeze-overlay): New function. When inserting text at
8151 the end of the overlay, the overlay will resize.
8152
8153 2000-01-09 Alex Schroeder <alex@gnu.org>
8154
8155 * ansi-color.el (ansi-color-process-output): Doc change.
8156 (ansi-color-unfontify-region): Doc change. No longer installed
8157 automatically in font-lock-unfontify-region-function.
8158 (ansi-color-apply): Doc change.
8159 (ansi-color-apply-on-region): Use extents or overlays instead of
8160 text-properties.
8161 (ansi-color-make-extent): New function.
8162 (ansi-color-set-extent-face): New function.
8163
8164 2000-01-09 Alex Schroeder <alex@gnu.org>
8165
8166 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8167 both use ansi-color-process-output, now.
8168 (ansi-color-process-output): Doesn't return string anymore. It is
8169 installed in comint-output-filter-functions for both Emacs and
8170 XEmacs, now.
8171 (ansi-color-unfontify-region): Simplified code removing variables
8172 pos and start-ansi.
8173 (ansi-color-apply): Put text-property ansi-color before putting
8174 text-property face because ansi-color-unfontify-region is called
8175 immediately after the call to put-text-property.
8176 (ansi-color-context-region): Doc change.
8177 (ansi-color-filter-region): Simplified code.
8178 (ansi-color-apply-on-region): Changed start to start-marker, using
8179 a marker explicitly. Put text-property ansi-color before putting
8180 text-property face because ansi-color-unfontify-region is called
8181 immediately after the call to put-text-property.
8182
8183 2000-01-09 Alex Schroeder <alex@gnu.org>
8184
8185 * ansi-color.el (ansi-color-faces-vector): Doc change.
8186 (ansi-color-for-comint-mode): Changed :type property to choice.
8187 (ansi-color-last-context): Removed.
8188 (ansi-color-process-output): Don't use ansi-color-last-context, as
8189 the main functions will store their context now.
8190 (ansi-color-context): Doc change.
8191 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8192 Uses ansi-color-context such that repeated calls will strip
8193 partial escape sequences, too.
8194 (ansi-color-apply): Simplified code. Colorize end of string if
8195 face is not null. Store context in new (FACE STRING) format, such
8196 that repeated calls will strip partial escape sequences, too.
8197 Append faces to face property using ansi-color-apply-sequence such
8198 that cumulative mode actually works.
8199 (ansi-color-context-region): New variable.
8200 (ansi-color-filter-region): Rewrote it based on
8201 ansi-color-apply-on-region. Uses ansi-color-context-region such
8202 that repeated calls will strip partial escape sequences, too.
8203 (ansi-color-apply-on-region): Simplified code. Colorize end of
8204 region if face is not null. Store context in new (FACE POS)
8205 format, such that repeated calls will strip partial escape
8206 sequences, too. Append faces to face property using
8207 ansi-color-apply-sequence such that cumulative mode actually works.
8208 (ansi-color-apply-sequence): New function.
8209 (ansi-color-get-face): When the default face is added to the list
8210 of faces, all previous settings are discarded and the list of
8211 faces is set to '(default).
8212
8213 2000-01-09 Alex Schroeder <alex@gnu.org>
8214
8215 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8216 face, such that ansi-color-apply and ansi-color-apply-on-region
8217 will do the right thing.
8218 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8219 returns nil, set the list of faces back to nil instead of
8220 appending the result of ansi-color-get-face to the front of the list.
8221
8222 2000-01-09 Alex Schroeder <alex@gnu.org>
8223
8224 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8225 (ansi-color-process): Doc change.
8226 (ansi-color-last-context): New buffer-local variable.
8227 (ansi-color-process-output): New function. It is automatically
8228 added to comint-output-filter-functions if this is XEmacs.
8229 (ansi-color-unfontify-region): New optional parameter for XEmacs
8230 compatibility. Check wether font-lock-syntactic-keywords is
8231 boundp before removing the syntax table text property, as XEmacs
8232 doesn't have it.
8233 (ansi-color-filter-region): Doc change.
8234 (ansi-color-apply-on-region): Doc change.
8235 (ansi-color-make-face): New function. Compatibility layer for
8236 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8237 (ansi-color-make-color-map): Use ansi-color-make-face.
8238 (ansi-color-get-face): Avoid face text property '(nil) as results
8239 in an errow for XEmacs.
8240
8241 2000-01-09 Alex Schroeder <alex@gnu.org>
8242
8243 * ansi-color.el (ansi-color-unfontify-region): New function.
8244 Uses text-property ansi-color in order to preserve fontification by
8245 ansi-color. When the package is loaded, a lambda expression is
8246 put onto font-lock-mode-hook. This lambda expression will check
8247 font-lock-unfontify-region-function and replace
8248 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8249 (ansi-color-apply): Add text-property ansi-color in addition to
8250 text-property face.
8251 (ansi-color-apply-on-region): Add text-property ansi-color in
8252 addition to text-property face.
8253 (save-buffer-state): Copy of the macro that is also used by
8254 lazy-lock and font-lock.
8255
8256 (ansi-color-for-comint-mode): New option.
8257 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8258 (ansi-color-for-comint-mode-off): Ditto.
8259 (ansi-color-for-comint-mode-filter): Ditto.
8260 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8261 decide what to do. This function is added to
8262 comint-preoutput-filter-functions when the package is loaded.
8263
8264 (ansi-color-for-shell-mode-set): Removed.
8265 (ansi-color-for-shell-mode): Removed.
8266
8267 2000-01-09 Alex Schroeder <alex@gnu.org>
8268
8269 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8270 the lambda expression from the ansi-color-for-shell-mode :set
8271 property. Additionally, modify shell-mode-hook to enable or
8272 disable font-lock-mode for future shell buffers.
8273 (ansi-color-for-shell-mode): The :set property calls
8274 ansi-color-for-shell-mode-set instead of a lambda expression.
8275
8276 2000-01-09 Alex Schroeder <alex@gnu.org>
8277
8278 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8279 (ansi-color-context): New variable.
8280 (ansi-color-apply): Save context between calls.
8281
8282 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8283
8284 * isearch.el (isearch, isearch-lazy-highlight-face):
8285 New definitions for face colors and attributes.
8286
8287 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8288 of display-mouse-p.
8289
8290 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8291
8292 * international/mule.el (make-coding-system): If the coding system
8293 accepts extra latin codes, register such codes as safe for the
8294 coding system.
8295
8296 2001-01-08 Richard M. Stallman <rms@gnu.org>
8297
8298 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8299 don't mention the file name or the date here, because they are
8300 logged at the start of the file.
8301
8302 2001-01-08 Richard M. Stallman <rms@gnu.org>
8303
8304 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8305 Change screen-width to frame-width.
8306
8307 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8308
8309 * info.el (Info-search): Print the default as part of the prompt.
8310
8311 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8312
8313 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8314 constant implementations in backends.
8315
8316 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8317 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8318
8319 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8320 WRITABLE to EDITABLE.
8321
8322 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8323 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8324 to EDITABLE.
8325
8326 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8327
8328 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8329 (copyright, copyright-update): Compute the current year at run time.
8330
8331 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8332
8333 * isearch.el (isearch-old-signal-hook): Removed.
8334 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8335 instead of setting signal-hook-function.
8336 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8337
8338 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8339
8340 * emulation/edt.el: Update to version 4.0. Provide support for
8341 EDT scroll margins at top and bottom of the window. Provide an
8342 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8343 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8344 user when file-related buffer modifications exist.
8345 Provide support for running EDT Emulation in XEmacs.
8346 Provide customize access to some user updatable variables.
8347 Add Commentary section to file header.
8348 Fixed a few minor bugs and cleaned up some code.
8349
8350 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8351 for detecting a keypress that generates an ASCII key sequence.
8352 (Previously, only a keypress that generates a vector was
8353 recognized.) Embed Window Manager name into name of the generated
8354 EDT Emulation initialization file since the initialization file is
8355 Window Manager specific. Add Commentary section to file header.
8356
8357 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8358
8359 * mail/sendmail.el (mail-mode): Doc fix.
8360
8361 * info.el (Info-goto-emacs-command-node): Doc fix.
8362 (Info-goto-emacs-key-command-node): Doc fix.
8363
8364 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8365
8366 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8367 systems without long file-name support.
8368
8369 2001-01-06 Andrew Innes <andrewi@gnu.org>
8370
8371 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8372
8373 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8374
8375 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8376 (isearch-lazy-highlight-update): Doc fix.
8377
8378 * ffap.el (ffap-bindings): Doc fix.
8379
8380 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8381
8382 2001-01-05 Dave Love <fx@gnu.org>
8383
8384 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8385
8386 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8387
8388 * mouse-drag.el (mouse-drag-safe-scroll):
8389 Bind scroll-preserve-screen-position to nil.
8390
8391 * isearch.el (isearch-old-signal-hook): New variable.
8392 (isearch-mode): Set signal-hook-function to isearch-done.
8393 (isearch-done): Restore old signal-hook-function.
8394
8395 * info.el (Info-fontify-node): Mark one more char as intangible.
8396
8397 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8398
8399 * composite.el (compose-last-chars): New argument COMPONENTS.
8400 If it is non-nil, compose preceding characters by compose-region with
8401 COMPONENTS.
8402
8403 * international/quail.el (quail-input-string-to-events): New function.
8404 (quail-input-method): Convert input string to events here.
8405 (quail-start-translation): Return input string, not event list.
8406 (quail-start-conversion): Likewise.
8407
8408 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8409
8410 * tooltip.el (tooltip-cancel-delayed-tip)
8411 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8412 and tooltip-add-timeout.
8413 (tooltip-show): Set border color from faces's foreground.
8414 (tooltip-show-help-function): If called with the same help string
8415 as last time, do nothing.
8416 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8417
8418 * startup.el (fancy-splash-screens): Don't bind show-help-function
8419 to nil.
8420
8421 * tooltip.el (tooltip-frame-parameters): Remove colors.
8422 (tooltip): New face
8423 (tooltip-set-param): New function.
8424 (tooltip-show): Set up color frame parameters from face `tooltip'.
8425 Display the tooltip text in face `tooltip'.
8426
8427 2001-01-04 Dave Love <fx@gnu.org>
8428
8429 * whitespace.el (whitespace-global-mode): Fix typo.
8430
8431 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8432
8433 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8434
8435 * help.el (help-for-help): Fix a typo in a doc string.
8436 From kwzh@gnu.org (Karl Heuer).
8437
8438 2001-01-03 Dave Love <fx@gnu.org>
8439
8440 * dired-x.el: Doc fixes. Maintainer change.
8441 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8442 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8443 (dired-guess-shell-alist-user): Customize.
8444 (dired-x-help-address): Set to bug-gnu-emacs.
8445 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8446 (dired-default-directory): Renamed from default-directory.
8447
8448 * hl-line.el (hl-line): Doc fix.
8449
8450 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8451
8452 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8453
8454 2001-01-02 Richard M. Stallman <rms@gnu.org>
8455
8456 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8457 to remove all the current alternative-match highlighting.
8458 If nil, remove only what's outside the current window.
8459 (isearch-lazy-highlight-remove-overlays): Take optional
8460 region within which NOT to remove them.
8461 (isearch-lazy-highlight-new-loop): Greatly simplified.
8462 (isearch-lazy-highlight-update): Find all the other occurrences
8463 visible in the window, in just one call.
8464 (isearch-lazy-highlight-start): Now holds start of region to scan.
8465 (isearch-lazy-highlight-end): Now holds end of region to scan.
8466 (isearch-lazy-highlight-wrapped): Variable deleted.
8467 (isearch-lazy-highlight-search): Function deleted.
8468
8469 2000-01-02 Andrew Innes <andrewi@gnu.org>
8470
8471 * w32-fns.el (convert-standard-filename): Do length check on name
8472 before aref.
8473
8474 2001-01-02 Dave Love <fx@gnu.org>
8475
8476 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8477 value.
8478 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8479
8480 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8481
8482 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8483 read syntax.
8484
8485 * calendar/todo-mode.el (todo): Add :link, :version.
8486 (todo-save-top-priorities): Remove autoload cookie.
8487 (todo-add-category, todo-add-item-non-interactively)
8488 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8489
8490 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8491
8492 * comint.el (comint-input-history-ignore): New variable.
8493 (comint-read-input-ring): Ignore entries matching
8494 comint-input-history-ignore.
8495
8496 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8497
8498 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8499 (lm-copyright-mark): New function.
8500 (lm-crack-copyright): New function.
8501 (lm-verify): Check that the file has a copyright.
8502 Check that the file is copyright Free Software Foundation.
8503
8504 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8505
8506 * international/mule-diag.el (print-fontset): Indent font name by
8507 24 columns, not 25.
8508
8509 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8510
8511 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8512 in Subject line.
8513
8514 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8515 Use mail-mode-hook instead of mail-setup-hook.
8516 Otherwise continuing an interrupted message with C-u C-x m for
8517 instance, winds up in Mail mode without abbrevs.
8518
8519 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8520
8521 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8522 non-nil. Adding almost all customization variables on ps-setup.
8523 Doc fix.
8524 (ps-print-version): New version number (6.3.3).
8525 (ps-end-with-control-d): Initialization fix.
8526 (ps-lines-printed): New var.
8527 (ps-skip-newline): New fun.
8528 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8529 (ps-next-line, ps-continue-line, ps-plot-region)
8530 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8531
8532 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8533
8534 * international/fontset.el (x-complement-fontset-spec):
8535 Resolve ASCII font name so that the same family name is used for fonts
8536 registered in x-font-name-charset-alist.
8537 (create-fontset-from-fontset-spec): Adjusted for the above change.
8538 The name of fontset alias should be a unresolved ASCII font name.
8539
8540 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8541
8542 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8543 and delete in isearch-mode-map.
8544
8545 2000-12-28 Richard M. Stallman <rms@gnu.org>
8546
8547 * dired-x.el (dired-guess-shell-alist-default):
8548 Use xpdf instead of acroread.
8549
8550 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8551
8552 * textmodes/artist.el (artist-butlast): Deleted.
8553 (artist-ellipse-mirror-quadrant): Use butlast instead of
8554 artist-butlast.
8555
8556 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8557
8558 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8559
8560 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8561
8562 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8563
8564 * ls-lisp.el: Better support for the Mac and MS-Windows.
8565 (ls-lisp): New defgroup.
8566 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8567 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8568 (ls-lisp-support-shell-wildcards): New defcustoms.
8569 (ls-lisp-parse-symlink): New function.
8570 (insert-directory): Code to convert switches to a list and set up
8571 the wildcard argument copied from ls-lisp-insert-directory.
8572 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8573 for -C and -R switches.
8574 (ls-lisp-column-format): New function.
8575 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8576 (ls-lisp-format-time): Add doc strings.
8577 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8578 Support ls-lisp-dirs-first.
8579 (ls-lisp-classify, ls-lisp-extension): New functions.
8580 (ls-lisp-format): Optionally support emulation of symlinks.
8581 Support -i, -s, and -G switches.
8582
8583 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8584
8585 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8586
8587 * version.el (emacs-version): Print X scroll bar information.
8588
8589 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8590 instead of x-toolkit-scroll-bars-p.
8591
8592 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8593 of x-toolkit-scroll-bars-p.
8594
8595 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8596
8597 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8598 (ffap-bindings): Doc fix, to reflect the above change.
8599
8600 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8601
8602 * term.el (term-char-mode): Define all non-ascii self-inserting
8603 characters to 'term-send-raw in term-raw-map.
8604
8605 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8606
8607 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8608
8609 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8610 Changed initialization; use add-hook.
8611 (ediff-file-remote-p): Use file-local-copy.
8612
8613 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8614
8615 * ediff.el (ediff-patch-buffer): Bug fix.
8616 (ediff-revision): Allow selection of the file at the prompt.
8617
8618 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8619
8620 * subr.el (combine-run-hooks): Remove.
8621
8622 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8623 and remove the rogue second spec.
8624
8625 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8626
8627 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8628
8629 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8630
8631 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8632 Use minibuffer menu prompt for the `=' prefix.
8633 (smerge-command-prefix): Change default to C-^.
8634 (smerge-mode): Don't assume font-lock doesn't move point.
8635
8636 * skeleton.el (skeleton-internal-1): Make sure the first line of
8637 the region is also re-indented.
8638 (skeleton-end-newline): New var.
8639 (skeleton-end-hook): Use it.
8640
8641 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8642
8643 * comint.el (comint-password-prompt-regexp): Support CVS.
8644
8645 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8646
8647 * simple.el (delete-key-deletes-forward-mode): Simplify.
8648 Also backspace key combinations, depending on
8649 delete-key-deletes-forward.
8650
8651 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8652
8653 * simple.el (delete-key-deletes-forward): Doc fix.
8654
8655 2000-08-22 Emmanuel Briot <briot@gnat.com>
8656
8657 * xml.el (top level comment): Updated to reflect the fact that
8658 white spaces are relevant in the XML file.
8659 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8660 to parse was already edited. This allows for on-the-fly analysis
8661 of XML files.
8662 (xml-parse-tag): Check that the casing is the same in the start
8663 tag and end tag, since XML is case-sensitive. Allows for spaces
8664 in the end tag, after the name of the tag.
8665 (xml-parse-attlist): Allow for the character '-' in the name of
8666 attributes, as in the standard http-equiv attribute Do not save
8667 the properties in the XML tree, since they are not relevant.
8668
8669 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8670
8671 * generic.el (generic-read-type): Undo last change, inline into
8672 `generic-mode' and then remove.
8673 (generic-mode): Inline generic-read-type.
8674 (define-generic-mode): Push the symbol name rather than the symbol
8675 onto generic-mode-list.
8676
8677 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8678
8679 * generic.el (generic-read-type): Build an alist for
8680 completing-read as in 20.7.
8681
8682 * play/landmark.el (lm): Use interactive spec `P'.
8683 (toplevel): Don't set debug-on-error.
8684
8685 * server.el (server-switch-buffer): Choose a window on a visible frame.
8686
8687 2000-12-21 Dave Pearson <davep@davep.org>
8688
8689 * quickurl.el: Commentry change, I've moved my web site.
8690
8691 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8692
8693 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8694 ranges like \177-\237, but accepts the character sequence from \177 to
8695 \237. Doc fix.
8696 (ebnf-version): New version (3.4).
8697 (ebnf-setup): Code fix.
8698 (ebnf-range-regexp): New fun.
8699 (ebnf-8-bit-chars): Const fix.
8700
8701 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8702 entry. Doc fix.
8703 (ebnf-bnf-lex): Code fix.
8704 (ebnf-bnf-comment-chars): Const fix.
8705
8706 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8707 entry. Doc fix.
8708 (ebnf-iso-comment-chars): Const fix.
8709
8710 * ebnf-otz.el: Doc fix.
8711
8712 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8713 entry. Doc fix.
8714 (ebnf-yac-skip-code): Code fix.
8715 (ebnf-yac-comment-chars): Const fix.
8716
8717 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8718
8719 * files.el (insert-directory-safely): New function.
8720 (recover-file): Use it instead of insert-directory.
8721 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8722
8723 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8724
8725 * international/mule-cmds.el (select-safe-coding-system):
8726 Check coding-category-list more rigidly. Improve help message.
8727
8728 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8729
8730 2000-12-21 Miles Bader <miles@gnu.org>
8731
8732 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8733
8734 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8735
8736 * international/mule-diag.el (describe-char-after): Make *Help*
8737 buffer inherit multibyteness of the current buffer.
8738
8739 * international/mule.el (make-char): Docstring adjusted for the
8740 change of make-char-internal.
8741
8742 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8743
8744 * international/iso-cvt.el: Docstrings fix.
8745
8746 2000-12-20 Dave Love <fx@gnu.org>
8747
8748 * subr.el (eval-after-load): Doc fix.
8749
8750 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8751
8752 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8753 for numbers.
8754
8755 2000-12-20 Miles Bader <miles@gnu.org>
8756
8757 * international/quail.el (quail-help): Resize the help window
8758 again after it has all its contents. Remove unneeded progn.
8759
8760 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8761
8762 * pcmpl-linux.el: Fix copy/paste error.
8763
8764 2000-12-19 Andrew Innes <andrewi@gnu.org>
8765
8766 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8767
8768 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8769
8770 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8771
8772 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8773
8774 * progmodes/idlw-shell.el: Fixed copyright notice.
8775
8776 * progmodes/idlwave.el: Fixed copyright notice.
8777
8778 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8779 TAB as key separators.
8780
8781 2000-12-19 Alex Schroeder <alex@gnu.org>
8782
8783 * sql.el (sql-sybase-options): New option.
8784 (sql-sybase): Use it. Add sql-database to the list of parameters
8785 provided for login. The options -w 2048 -n are not used any more.
8786 (sql-postgres-options): Changed default from "--pset" to "-P".
8787 (sql-mysql-options): Doc change.
8788 (sql-stop): Doc change.
8789
8790 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8791
8792 * international/quail.el (quail-input-method): Always hide
8793 the guidance buffer on exiting.
8794
8795 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8796
8797 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8798 isn't fboundp.
8799
8800 * server.el (server-buffer-done): Bury the buffer before
8801 killing it.
8802
8803 * faces.el (face-spec-set): Interpret a nil in specs for
8804 foreground and background colors as `unspecified', for
8805 compatibility with 20.x.
8806
8807 2000-12-18 Dave Love <fx@gnu.org>
8808
8809 * simple.el (mail-user-agent): Doc fix.
8810 (input-mode-8-bit): Removed.
8811
8812 * international/mule.el (set-keyboard-coding-system): Doc fix.
8813 (keyboard-coding-system): New option.
8814
8815 * mail/sendmail.el (send-mail-function): Customize.
8816
8817 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8818
8819 * international/codepage.el (cp866-decode-table): New table.
8820
8821 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8822
8823 * version.el (emacs-version): Remove `%a' from the time format
8824 because the weekday doesn't fit well into each locale.
8825
8826 2000-12-18 Miles Bader <miles@gnu.org>
8827
8828 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8829
8830 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8831 Check that emacs-major-version is `=' to 20, not `>='.
8832 (artist-replace-chars): Use `make-string' instead of a loop.
8833
8834 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8835
8836 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8837 (cvs-execute-single-file): Don't change directory.
8838 Patch from Per Cederqvist.
8839
8840 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8841
8842 * textmodes/ispell.el (check-ispell-version):
8843 If `ispell-program-name' is "aspell", pass it the -v switch instead
8844 of -vv.
8845
8846 2000-12-16 Kenichi Handa <handa@etl.go.jp>
8847
8848 * international/mule-diag.el (mule-diag): Insert information about
8849 configure options, multibyte awareness, language env.
8850
8851 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8852 regexp to search for candidates.
8853
8854 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8855
8856 * info.el (Info-forward-node): If the node has an
8857 Info-header-line, widen the buffer before searching for "next:"
8858 and "up:" pointers, and set the search limit to stay in the
8859 current node.
8860
8861 2000-12-16 Miles Bader <miles@gnu.org>
8862
8863 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8864
8865 2000-12-15 Miles Bader <miles@gnu.org>
8866
8867 * comint.el (comint-send-string, comint-send-region): Also accept
8868 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8869 process-send-string/region.
8870
8871 2000-12-15 Gerd Moellmann <gerd@gnu.org>
8872
8873 * isearch.el (isearch-lazy-highlight-max): New user-option.
8874 (isearch-lazy-highlight-update): Don't highlight more than
8875 isearch-lazy-highlight-max matches.
8876
8877 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8878
8879 2000-12-15 Richard M. Stallman <rms@gnu.org>
8880
8881 * sort.el (sort-columns): Fix error message.
8882
8883 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8884 `upcase' or `downcase' or nil.
8885 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8886 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8887 (dabbrev--substitute-expansion): New arg record-case-pattern.
8888 If it is non-nil, set dabbrev--last-case-pattern.
8889 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8890
8891 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8892
8893 2000-12-15 Miles Bader <miles@gnu.org>
8894
8895 * paths.el (Info-default-directory-list): Don't delete
8896 configure-info-directory from the list of standard info
8897 directories when appending it to the end -- their order is important.
8898
8899 * faces.el (read-face-attribute): If there's no entry for the
8900 user's input in VALID, just use it as-is (this will often result
8901 in an error, but it may be OK for e.g. colors using hexadecimal
8902 notation, and at least will yield a better error message).
8903
8904 * window.el (mode-line-window-height-fudge): Function removed.
8905 (height-affecting-face-attributes, mode-line-window-height-fudge):
8906 Variables removed.
8907 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8908 window is really the right size. Use vertical-motion
8909 rather than forward-line.
8910 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8911 (ispell-command-loop, ispell-show-choices): Use the variable
8912 ispell-choices-win-default-height, rather than the function.
8913 (ispell-choices-win-default-height): Function removed.
8914 (ispell-mode-line-window-height-fudge): Function removed.
8915
8916 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
8917
8918 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
8919
8920 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8921
8922 * paths.el (Info-default-directory-list):
8923 If configure-info-directory is not one of the standard directories,
8924 put it first in the list; otherwise put it last. Doc string
8925 changed accordingly.
8926
8927 * info.el (Info-directory-list): Change doc string to reflect the
8928 change in Info-default-directory-list.
8929
8930 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
8931 windows-nt as windowed environments, even under -nw.
8932
8933 * startup.el (command-line): Don't call x-backspace-delete-keys-p
8934 if not fboundp. Switch delete-forward mode for the <delete> key
8935 on all PC platforms, even under -nw.
8936
8937 * term/internal.el ([M-delete]): Remap to M-d.
8938
8939 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8940
8941 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
8942
8943 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8944
8945 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8946
8947 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8948
8949 * startup.el (command-line): Call delete-key-deletes-forward-mode,
8950 if appropriate.
8951
8952 * simple.el (delete-key-deletes-forward): New user-option.
8953 (delete-key-deletes-forward-mode): New function.
8954
8955 * bindings.el: Bind `delete' to backward-delete-char.
8956
8957 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
8958 Test if symbol is bound before getting its value.
8959
8960 * tooltip.el (tooltip-show): If an error is signaled in
8961 x-show-tip, display that error, and display the help in the
8962 echo area.
8963
8964 2000-12-14 Kenichi Handa <handa@etl.go.jp>
8965
8966 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
8967 Show "... entries" messages for every 10000 entries, not 10.
8968
8969 2000-12-13 Karl Fogel <kfogel@red-bean.com>
8970
8971 * bookmark.el: Provide a generic exit hook, as suggested by
8972 Ovidiu Predescu <ovidiu@cup.hp.com>:
8973 (bookmark-exit-hook): New var.
8974 (bookmark-exit-hook-internal): New func, replaces
8975 old raw lambda form in `kill-emacs-hook', and runs new
8976 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
8977 as logically that feature must have been provided if this function
8978 is running.
8979 Removed ;;;###autoload before the `add-hook' call.
8980
8981 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
8982
8983 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
8984 (easy-menu-current-active-maps): New function.
8985 (easy-menu-get-map): Use it.
8986 Make a proper menu entry when creating a new keymap.
8987
8988 2000-12-13 Kenichi Handa <handa@etl.go.jp>
8989
8990 * international/characters.el: Fix cases and syntaxes for
8991 mule-unicode-0100-24ff.
8992
8993 * dired.el (dired-move-to-filename-regexp): Fixed for the case
8994 that a Japanese character is not appended after day and year.
8995
8996 * info.el (Info-suffix-list): Change format for a command that
8997 requires arguments.
8998 (info-insert-file-contents): Adjusted for the above change.
8999
9000 2000-12-12 Andreas Schwab <schwab@suse.de>
9001
9002 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9003 on the name of the tar buffer. Verify that the existing buffer is
9004 visiting the same subfile.
9005
9006 2000-12-12 Dave Love <fx@gnu.org>
9007
9008 * subdirs.el: Add obsolete.
9009
9010 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9011
9012 * mail/rmailsum.el (rmail-summary-expunge)
9013 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9014 instead of rmail-confirm-expunge.
9015
9016 * replace.el (perform-replace): Don't use an empty match adjacent
9017 to a non-empty match when computing the next match before the
9018 replacement is performed.
9019
9020 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9021
9022 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9023 definition (patch by Stefan Monnier).
9024 (glasses-mode): Use jit-lock instead of `after-change-functions'
9025 (patch by Stefan Monnier).
9026
9027 2000-12-12 Miles Bader <miles@gnu.org>
9028
9029 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9030 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9031
9032 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9033
9034 * term/mac-win.el: Remove load for ls-lisp.
9035
9036 * loadup.el: Load ls-lisp for system-type `macos'.
9037
9038 2000-12-12 Miles Bader <miles@gnu.org>
9039
9040 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9041 Respect field end too.
9042 (just-one-space): Respect fields as `delete-horizontal-space'.
9043 (newline-and-indent, reindent-then-newline-and-indent):
9044 Use `delete-horizontal-space'.
9045
9046 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9047
9048 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9049 (so as to obey the field property in the minibuffer).
9050
9051 * obsolete/c-mode.el: Moved from lisp/progmodes.
9052 * obsolete/auto-show.el: Moved from lisp.
9053 * obsolete/ooutline.el: Moved from lisp/textmodes.
9054
9055 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9056
9057 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9058 changes to list them here.
9059
9060 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9061 Too many changes to list them here.
9062
9063 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9064 Too many changes to list them here.
9065
9066 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9067
9068 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9069
9070 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9071
9072 * cus-edit.el (custom-save-variables, custom-save-faces):
9073 Comment fix.
9074
9075 * hscroll.el: Moved to `obsolete' subdir.
9076
9077 2000-12-11 Miles Bader <miles@gnu.org>
9078
9079 * window.el (window-text-height): Function removed (now in C).
9080
9081 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9082
9083 * log-edit.el (log-edit-parent-buffer): New var.
9084 (log-edit): Set it. Add BUFFER argument.
9085 (log-edit-done): Use char-before.
9086 Don't bother checking validity of vc-comment-ring.
9087 Only bury the buffer if log-edit popped it up.
9088
9089 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9090 (cvs-mode-diff-help): Remove.
9091 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9092 (cvs-mode-marked): Set up the default for CMD manually.
9093
9094 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9095 Remove binding for ? now made unnecessary.
9096
9097 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9098
9099 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9100 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9101
9102 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9103 when master file is not open.
9104
9105 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9106
9107 * progmodes/ada-stmt.el: Update `maintainer'.
9108
9109 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9110
9111 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9112 choices to match documentation string.
9113
9114 2000-12-09 Miles Bader <miles@gnu.org>
9115
9116 * minibuf-eldef.el: New file.
9117
9118 * window.el (fit-window-to-buffer): Don't pass last argument to
9119 pos-visible-in-window-p, now that its meaning is inverted.
9120
9121 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9122
9123 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9124 <ceder@lysator.liu.se>.
9125
9126 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9127
9128 * autoinsert.el (auto-insert-alist): Add missing final \n.
9129
9130 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9131 (cvs-menu-map): Remove.
9132 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9133 (cvs-mode-quit): Turn it back into a plain function.
9134
9135 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9136 (texinfo-filter): Remove (move to texinfo.el).
9137
9138 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9139 file where it's more visible.
9140 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9141 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9142 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9143 (texinfo-inside-macro-p): Only catch `scan-error's.
9144 (texinfo-inside-env-p): Make better use of the match info.
9145 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9146 (texinfo-insert-@end): Slight re-organization.
9147 Also remove useless `looking-at' call.
9148
9149 2000-12-08 Andrew Innes <andrewi@gnu.org>
9150
9151 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9152 accessible in -nw mode.
9153
9154 * term/w32-win.el: Remove stuff about selection timeout, which is
9155 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9156 it is accessible in -nw mode.
9157
9158 2000-12-08 Dave Love <fx@gnu.org>
9159
9160 * emacs-lisp/lisp-mode.el (lisp-mode):
9161 Set font-lock-keywords-case-fold-search.
9162
9163 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9164
9165 * textmodes/ispell.el (ispell): Doc fix.
9166
9167 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9168
9169 * international/quail.el (quail-insert-decode-map): Check the
9170 frame width of a window displaying the current buffer, not that of
9171 the selected frame.
9172 (quail-help): Make sure that the help buffer has window before
9173 inserting text in it.
9174
9175 2000-12-07 Sam Steingold <sds@gnu.org>
9176
9177 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9178 Backquote is used in isearch.el, so autoloading saves nothing.
9179
9180 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9181
9182 * startup.el (normal-top-level-add-subdirs-to-load-path):
9183 Ignore the CVS and RCS subdirectories case-insensitively.
9184
9185 * dired.el (dired-insert-directory): If file-system-info is
9186 fboundp, call it instead of invoking dired-free-space-program.
9187
9188 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9189
9190 * server.el (server-visit-files): Push files on file-name-history.
9191
9192 * progmodes/cc-langs.el: Update copyright.
9193
9194 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9195
9196 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9197
9198 * bindings.el (mode-line-mode-menu): Reverse the order
9199 of define-keys so that the menu appears in alphabetical order.
9200
9201 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9202
9203 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9204 of the function.
9205
9206 2000-12-07 Dave Love <fx@gnu.org>
9207
9208 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9209
9210 * facemenu.el (facemenu-unlisted-faces): Fix value.
9211
9212 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9213
9214 * font-lock.el (font-lock-default-fontify-region):
9215 Include the terminating \n (off-by-one error).
9216 (font-lock-set-defaults): Use dolist.
9217
9218 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9219
9220 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9221
9222 * international/mule-cmds.el (describe-language-environment):
9223 Fix for the case that an input method title is not string but a list.
9224
9225 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9226 of wrong SIZE record.
9227
9228 2000-12-06 Dave Love <fx@gnu.org>
9229
9230 * newcomment.el (comment-region, comment-dwim): Doc fix.
9231
9232 * textmodes/texinfo.el: Require tex-mode when compiling.
9233 (texinfo-update-node): Doc fix.
9234 (texinfo-imenu-generic-expression): Add @anchor.
9235 (texinfo-font-lock-keywords): Add @uref.
9236 (texinfo-inside-macro-p): Don't use ignore-errors.
9237 (texinfo-insert-quote): Match more contexts.
9238
9239 * international/mule.el (decode-char, encode-char): Doc fix.
9240 (auto-coding-alist): Customize.
9241
9242 * files.el (load-file): Fix change of 2000-03-12.
9243
9244 * wid-edit.el (widget-text-keymap): Doc fix.
9245
9246 2000-12-06 Andrew Innes <andrewi@gnu.org>
9247
9248 * makefile.w32-in (lisp): Set to an absolute directory, namely
9249 $(CURDIR).
9250
9251 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9252
9253 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9254 read generated-autoload-file, and set buffer-file-coding-system to
9255 raw-text-unix after reading the file.
9256
9257 * international/mule-conf.el (file-coding-system-alist):
9258 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9259
9260 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9261
9262 * replace.el (occur): Make line-number-width 1 smaller for the
9263 colon following the line number.
9264
9265 * startup.el (fancy-splash-text, command-line-1):
9266 Use `File' for the menu name instead of `Files'.
9267
9268 * tmm.el: Update copyright.
9269
9270 * cus-start.el: Add entry for even-window-heights.
9271
9272 2000-12-06 Miles Bader <miles@gnu.org>
9273
9274 * faces.el (frame-set-background-mode): Avoid stomping on
9275 locally modified faces.
9276
9277 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9278
9279 * international/fontset.el: Correct the font registries for
9280 japanese-jisx0213-1 and japanese-jisx0213-2.
9281
9282 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9283
9284 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9285
9286 * iswitchb.el: Update customization commentary.
9287
9288 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9289
9290 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9291 (tpu-search-highlight): Fixed comparison of overlay end positions.
9292 (tpu-trim-line-ends): Implemented trimming logic locally.
9293
9294 * emulation/tpu-extras.el (tpu-write-file-hook)
9295 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9296
9297 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9298
9299 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9300 to cn-gb.
9301 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9302
9303 2000-12-04 Dave Love <fx@gnu.org>
9304
9305 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9306
9307 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9308
9309 * mail/rmailsum.el (rmail-summary-expunge)
9310 (rmail-summary-expunge-and-save): Ask for confirmation with
9311 rmail-expunge-confirmed.
9312
9313 * mail/rmail.el (rmail-expunge-confirmed): New function.
9314 (rmail-expunge): Use it.
9315
9316 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9317
9318 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9319 (etags-recognize-tags-table, find-tag-in-order):
9320 New functionality: interpret file names as tags.
9321
9322 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9323
9324 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9325 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9326 the first subnode until the bottom of the current node is visible.
9327
9328 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9329
9330 * format.el (format-decode): Don't change buffer's undo list.
9331
9332 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9333
9334 * faces.el (face-font-registry-alternatives): Add entries for CJK
9335 fonts. Doc-string adjusted for the actual usage of this data.
9336
9337 * international/fontset.el: Change the font registries for CJK
9338 fonts in the default fontset. Don't append '*' to registries.
9339
9340 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9341
9342 * emacs-lisp/easy-mmode.el (define-derived-mode)
9343 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9344
9345 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9346 (derived-mode-p): New function.
9347 (derived-mode-make-docstring): Add `docstring' argument.
9348 Use it if available and complete it if necessary.
9349
9350 2000-12-03 Andreas Schwab <schwab@suse.de>
9351
9352 * type-break.el (type-break): Don't make parent of itself.
9353
9354 2000-12-03 Miles Bader <miles@gnu.org>
9355
9356 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9357
9358 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9359
9360 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9361 (tex-main-file, tex-file): Simplify.
9362 (tex-generate-zap-file-name): Use subst-char-in-string.
9363 (tex-strip-dots): Remove.
9364
9365 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9366
9367 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9368 to check if the match succeeded.
9369
9370 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9371
9372 * startup.el (use-fancy-splash-screens-p): New function.
9373 (command-line-1): Use it to determine whether or not to use
9374 a fancy splash screen.
9375
9376 2000-12-02 Andreas Schwab <schwab@suse.de>
9377
9378 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9379
9380 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9381
9382 * international/mule.el (make-char): Fix last change.
9383
9384 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9385 New defcustoms.
9386 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9387 autoloading tex-mode; instead, do the same manually.
9388 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9389 with numeric argument. Docstring fix.
9390 (toplevel): Require cl when compiling.
9391
9392 * international/mule.el (make-char): Doc fix.
9393
9394 2000-12-02 Jason Rumney <jasonr@gnu.org>
9395
9396 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9397 the Emacs Lisp manual)
9398
9399 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9400
9401 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9402
9403 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9404 the Emacs Lisp manual).
9405
9406 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9407
9408 * simple.el (next-line-add-newlines): Change default to nil.
9409
9410 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9411
9412 * files.el (revert-buffer, recover-file):
9413 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9414
9415 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9416
9417 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9418
9419 2000-12-01 Miles Bader <miles@gnu.org>
9420
9421 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9422
9423 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9424
9425 * international/mule-diag.el (describe-char-after): Fix typo.
9426 (describe-character-set, non-iso-charset-alist): Fix typo.
9427
9428 2000-12-01 Miles Bader <miles@gnu.org>
9429
9430 * image-file.el (image-file-name-regexp): Automatically add
9431 upper-case variants of each filename extension in
9432 `image-file-name-extensions', since they seem to be common.
9433
9434 * simple.el (minibuffer-contents)
9435 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9436 New functions.
9437 * filecache.el (file-cache-directory-name)
9438 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9439
9440 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9441
9442 * filecache.el (file-cache-minibuffer-complete): Don't try to
9443 delete the minibuffer prompt.
9444
9445 2000-11-30 Dave Love <fx@gnu.org>
9446
9447 * cus-start.el: Fix read-buffer-function type.
9448
9449 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9450
9451 * md5.el: Removed. There's a built-in function, now.
9452
9453 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9454
9455 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9456 as dummy 0-th char of rmail-deleted-vector.
9457
9458 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9459
9460 * ps-print.el (ps-end-job): Bind case-fold-search only after
9461 switching to ps-spool-buffer.
9462
9463 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9464
9465 * ps-print.el: Line number font customization. PostScript: Lines and
9466 PageCount are initialized on each page. Doc Fix.
9467 (ps-print-version): New version number (6.3.2).
9468 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9469 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9470 (ps-right-header): Customization fix.
9471 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9472 Fix code.
9473 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9474 New vars.
9475
9476 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9477
9478 * bs.el: Fix typos and spelling errors.
9479 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9480 (bs-configuration): Doc fix.
9481
9482 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9483
9484 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9485
9486 * emulation/tpu-edt.el (tpu-version): New version.
9487 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9488 (tpu-original-mode-line): Variable deleted.
9489 (tpu-mark-flag): New initial value.
9490 (tpu-set-mode-line): Don't redefine mode-line-format.
9491 Add tpu-mark-flag to minor-mode-alist.
9492 (tpu-update-mode-line): New mark flag logic.
9493 (tpu-get): Use find-file-wildcards.
9494 (tpu-search-highlight): Move overlay less, reset overlay properly.
9495 (tpu-unselect): Deactivate mark.
9496 (tpu-lm-replace): Reset overlay properly.
9497 (tpu-forward-line): Use forward-visible-line.
9498 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9499
9500 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9501
9502 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9503
9504 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9505
9506 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9507
9508 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9509 and skip whitespace and newlines.
9510
9511 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9512
9513 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9514
9515 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9516
9517 * help.el (describe-function-1): Regexp-quote function name
9518 when used as part of a regexp.
9519
9520 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9521 Use face-attribute instead of face-foreground and face-background.
9522 (tool-bar-add-item): Likewise, and handle unspecified colors.
9523
9524 * enriched.el (enriched-face-ans): Use face-attribute instead
9525 of face-foreground and face-background.
9526
9527 * faces.el (face-foreground, face-background, face-stipple):
9528 Return nil if attribute is unspecified, for backward compatibility.
9529
9530 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9531
9532 * play/5x5.el: Remove version info.
9533
9534 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9535
9536 * frame.el (blink-cursor-mode): Doc fix.
9537
9538 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9539
9540 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9541 to create Makefile rules.
9542 (antlr-tool-command): New user option.
9543 (antlr-ask-about-save): New user option.
9544 (antlr-makefile-specification): New user option.
9545 (antlr-file-formats-alist): New variable.
9546 (antlr-special-file-formats): New variable.
9547 (antlr-unknown-file-formats): New user option.
9548 (antlr-help-unknown-file-text): New variable.
9549 (antlr-help-rules-intro): New variable.
9550 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9551 (antlr-mode-menu): Add entries.
9552 (antlr-file-dependencies): New function.
9553 (antlr-directory-dependencies): New function.
9554 (antlr-superclasses-glibs): New function.
9555 (antlr-run-tool): New command.
9556 (antlr-makefile-insert-variable): New function.
9557 (antlr-insert-makefile-rules): New function.
9558 (antlr-show-makefile-rules): New command.
9559
9560 * antlr-mode.el: More Emacs/XEmacs stuff.
9561 (antlr-no-action-keywords): New constant with value nil.
9562 (antlr-font-lock-keywords-alist): Use it. Old value would break
9563 syntax highlighting in Emacs-21.0.
9564 (antlr-default-directory): Emacs/XEmacs dependend function.
9565 (antlr-read-shell-command): Ditto.
9566 (antlr-with-displaying-help-buffer): Ditto.
9567
9568 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9569
9570 * antlr-mode.el: imenu, parsing and highlighting changes.
9571 (antlr-imenu-create-index-function): Don't create extra submenus
9572 for definitions in different grammar classes. It is not necessary
9573 for the menu and would make command `imenu' awkward to use.
9574 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9575 header actions and more than one.
9576 (antlr-font-lock-tokendef-face): Changed color.
9577 (antlr-font-lock-tokenref-face): Changed color.
9578 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9579 (antlr-mode-syntax-table): New variable.
9580 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9581 (antlr-with-syntax-table): Don't copy syntax table.
9582
9583 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9584
9585 * antlr-mode.el: Minor changes: language setting.
9586 (antlr-language-alist): The value for file option "language" can
9587 be both an identifier and a string.
9588 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9589 (antlr-language-limit-n-regexp): Change accordingly.
9590
9591 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9592
9593 * antlr-mode.el: Minor changes: tabs, hiding.
9594 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9595 (antlr-action-visibility): Also allow value nil to also hide the
9596 braces. Renamed from `antlr-tiny-action-length'.
9597 Suggested by Jay@aol.com.
9598 (antlr-hide-actions): Change accordingly. Hide line if completely
9599 hidden action is on a line of its own.
9600
9601 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9602
9603 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9604
9605 * sort.el (sort-columns): Don't concat strings with numbers.
9606
9607 2000-11-29 Dave Love <fx@gnu.org>
9608
9609 * cus-edit.el (face): Fix :format.
9610
9611 * mail/feedmail.el: Require smtpmail when compiling.
9612 (mail-do-fcc): Autoload.
9613 (feedmail) <defgroup>: Fix :link.
9614 (feedmail-nuke-body-in-fcc): Fix :type.
9615 (feedmail-send-it): Add autoload cookie.
9616
9617 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9618
9619 * newcomment.el (comment-indent): Save excursion around call to
9620 comment-indent-function.
9621
9622 2000-11-29 Miles Bader <miles@gnu.org>
9623
9624 * subr.el (member-ignore-case): Return the tail of the list who's
9625 car matches, like `member', not the matching element itself.
9626
9627 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9628
9629 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9630 should not contain `\n'.
9631
9632 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9633
9634 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9635
9636 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9637
9638 * dired-aux.el (dired-do-create-files): Construct default file
9639 name for dired-mark-read-file-name so that when the user enters
9640 just RET, the target file will end up in the target directory.
9641
9642 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9643 local-abbrev-table before changing buffers because it might
9644 have a buffer-local binding.
9645
9646 2000-11-28 Miles Bader <miles@gnu.org>
9647
9648 * simple.el (delete-horizontal-space): Handle fields more generally.
9649
9650 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9651
9652 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9653
9654 2000-11-28 Dave Love <fx@gnu.org>
9655
9656 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9657 comment-start-skip locally.
9658
9659 * progmodes/fortran.el (fortran-mode): Don't set
9660 fortran-comment-line-start-skip. Set comment-start to
9661 fortran-comment-line-start.
9662 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9663 (fortran-comment-line-start-skip): Simplify slightly.
9664
9665 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9666
9667 * play/5x5.el: Remove RCS keyword.
9668
9669 * bs.el: Mistaken commit, undone 2000-11-30.
9670
9671 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9672
9673 * textmodes/tildify.el (tildify-string-alist):
9674 Add `plain-tex-mode' here.
9675
9676 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9677
9678 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9679 reference.
9680
9681 2000-11-28 Miles Bader <miles@gnu.org>
9682
9683 * cus-face.el (custom-face-attributes): Add post-filter function
9684 for :box. Make pre-filter function for :box handle all cases.
9685
9686 * wid-edit.el (widget-choose): Make sure pop-up window is large
9687 enough to display all the choices, as there's no way to scroll it.
9688
9689 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9690
9691 * international/mule-conf.el: Make the coding system no-conversion
9692 safe for all characters.
9693
9694 2000-11-27 Dave Love <fx@gnu.org>
9695
9696 * net/ldap.el (ldap) <defgroup>: Add :version.
9697
9698 * tooltip.el (tooltip-use-echo-area): Doc fix.
9699
9700 * cus-start.el <minibuffer-prompt-properties>: Add version.
9701 <read-buffer-function>: Add.
9702
9703 * apropos.el (apropos-print): Add help-echo to active text.
9704
9705 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9706
9707 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9708
9709 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9710 type, group and version.
9711
9712 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9713
9714 * select.el (x-get-selection): Docstring fix.
9715
9716 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9717
9718 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9719
9720 2000-11-27 Andrew Innes <andrewi@gnu.org>
9721
9722 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9723
9724 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9725
9726 2000-11-27 Miles Bader <miles@gnu.org>
9727
9728 * dired.el (dired-get-filename): Return filename verbatim if
9729 LOCALP is `verbatim'.
9730 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9731 `verbatim' so that we don't inadvertently delete a non-existant
9732 directory name.
9733
9734 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9735
9736 * international/characters.el: Specify cases and syntaxes for
9737 mule-unicode-0100-24ff.
9738
9739 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9740
9741 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9742 that foreground and/or background colors of the face `tool-bar'
9743 are unspecified.
9744
9745 2000-11-27 Miles Bader <miles@gnu.org>
9746
9747 * wid-edit.el (widget-field-buffer, widget-field-start)
9748 (widget-field-end): Handle widget field `pseudo-overlays'.
9749 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9750 if it's there instead of in `widget-field-list'.
9751
9752 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9753 (help-make-xrefs): Delete extraneous newlines at the end of the
9754 docstring.
9755
9756 2000-11-25 Jason Rumney <jasonr@gnu.org>
9757
9758 * startup.el (command-line): Call set-locale-environment after
9759 Window System init file is read, as it can result in a call to
9760 redraw-frame.
9761
9762 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9763
9764 * simple.el (shell-command): Mention the effect of the prefix
9765 argument in the doc string.
9766
9767 2000-11-25 Miles Bader <miles@gnu.org>
9768
9769 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9770
9771 * wid-edit.el (widget-field-value-delete): Don't try to delete
9772 overlay when it's the `pseudo-overlay' that exists at some points.
9773
9774 2000-11-24 Jason Rumney <jasonr@gnu.org>
9775
9776 * international/mule-cmds.el (locale-language-names): Add "jp" as
9777 a non-standard alternative for Japanese.
9778
9779 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9780
9781 * vc-hooks.el: Require 'cl during compilation.
9782
9783 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9784
9785 * faces.el (face-set-after-frame-default): Let face attributes
9786 specified for new frames override frame parameters.
9787
9788 * startup.el (command-line): Fix computation of the source file
9789 for user-init-file when user-init-file is a compiled file.
9790
9791 2000-11-24 Miles Bader <miles@gnu.org>
9792
9793 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9794 (custom-post-filter-face-spec): New functions.
9795 (custom-face-set, custom-face-value-create): Filter the face spec
9796 before and after customization.
9797 (custom-face-set): If VALUE specifies a null face, pass a
9798 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9799 * cus-face.el (custom-face-attributes): Remove SET and GET
9800 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9801 cases they're needed.
9802
9803 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9804 that it's distinguishable from the :off-glyph on dark-background
9805 displays. Set its background color too.
9806
9807 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9808 so that people can easily turn it off.
9809
9810 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9811
9812 * ediff-diff.el: Moved variables around to have it compile under NT.
9813
9814 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9815
9816 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9817
9818 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9819 redundant skip-small-frames test.
9820
9821 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9822 (viper-downgrade-to-insert): Protect against errors in hooks.
9823
9824 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9825 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9826 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9827 New functions.
9828
9829 * viper-util.el (viper-memq-char): Bug fixes.
9830
9831 * viper.el (viper-mode): Fix cursor handling.
9832
9833 2000-11-24 Kenichi Handa <handa@etl.go.jp>
9834
9835 * international/mule-diag.el (list-iso-charset-chars):
9836 For two-byte charset, fix the `while' condition.
9837 (list-non-iso-charset-chars): Fix the `while' condition.
9838
9839 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9840
9841 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9842 if the variable is make-variable-buffer-local.
9843
9844 * progmodes/ada-stmt.el (ada-template-map):
9845 Initialize and bind it to C-c t in ada-mode-map.
9846 (ada-stmt-mode-hook): New function extracted from old code.
9847 Only change the buffer-local side of skeleton-*.
9848 (ada-mode-hook): Use it.
9849
9850 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9851
9852 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9853 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9854 we expect to be returned by minibuffer-depth once we prompt the
9855 user in the minibuffer.
9856 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9857 as recorded in iswitchb-minibuf-depth, return non-nil.
9858
9859 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9860
9861 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9862 (hscroll-window-maybe): Docstring fix.
9863
9864 2000-11-23 Dave Love <fx@gnu.org>
9865
9866 * rect.el (string-rectangle): Don't test delete-selection-mode.
9867
9868 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9869
9870 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9871 is in the tool bar.
9872
9873 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9874 with `no-dir'; we want the directory part to be able to remove it.
9875
9876 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9877
9878 * textmodes/outline.el (outline-flag-region):
9879 Don't bind inhibit-read-only since we don't modify the buffer.
9880 (outline-isearch-open-invisible): Don't jump to overlay-start
9881 since we're trying to unhide text around point.
9882 (outline-discard-overlays): Use dolist.
9883
9884 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9885
9886 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9887
9888 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
9889
9890 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9891
9892 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9893 Fix ARG regexp to skip quoted braces.
9894 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9895 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9896 are (correctly) handled separately).
9897 Remove `caption' and `footnote' from `citations': they contain text.
9898 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9899 (latex-skeleton-end-hook): New function.
9900 (latex-mode): Use it.
9901 (tex-start-tex-marker): Remove.
9902 (tex-send-tex-command): Don't set tex-start-tex-marker.
9903 (tex-error-parse-syntax-table): New var.
9904 (tex-compilation-parse-errors): Use it.
9905 Ignore tex-start-tex-marker. Don't bother with marker-position.
9906 (tex-validate-buffer): Don't bother with marker-position.
9907
9908 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
9909 (flyspell-generic-progmode-verify): Use it.
9910
9911 2000-11-22 Sam Steingold <sds@gnu.org>
9912
9913 * simple.el (delete-trailing-whitespace): New interactive function.
9914
9915 * progmodes/ada-mode.el (ada-mode): Use it instead of
9916 `ada-remove-trailing-spaces'.
9917 (ada-remove-trailing-spaces): Removed.
9918
9919 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
9920
9921 * textmodes/picture.el (picture-clean): Removed.
9922 (picture-mode-exit): Call it instead of `picture-clean'.
9923
9924 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9925
9926 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9927
9928 * hi-lock.el (hi-lock-refontify): Don't call non-existent
9929 jit-lock-fontify-buffer; it should anyway be unneccessary to
9930 do anything special when jit-lock is active.
9931 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
9932
9933 2000-11-22 Dave Love <fx@gnu.org>
9934
9935 * calendar/todo-mode.el (todo-top-priorities): Use
9936 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
9937
9938 * language/chinese.el, language/cyrillic.el:
9939 * language/devanagari.el, language/ethiopic.el, language/greek.el:
9940 * language/hebrew.el, language/indian.el, language/japanese.el:
9941 * language/korean.el, language/lao.el, language/misc-lang.el:
9942 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9943 Use provide.
9944
9945 * cus-edit.el (custom-buffer-create-internal): Save some consing.
9946 (custom-variable-set): Improve validation error mesage.
9947
9948 * rect.el (string-rectangle): Revert last change.
9949 (string-rectangle-line): New arg DELETE.
9950 (string-rectangle): Check delete-selection-mode.
9951
9952 * emacs-lisp/edebug.el (edebug-version)
9953 (edebug-maintainer-address): Deleted.
9954 (edebug-submit-bug-report): Just alias to report-emacs-bug.
9955 (edebug-read-function): Account for other `'#' read forms.
9956 (edebug-mode-menus): Make some items toggles.
9957 (edebug-outside-unread-command-event, unread-command-event):
9958 Remove these to avoid warnings.
9959
9960 2000-11-22 David Ponce <david@dponce.com>
9961
9962 * recentf.el (recentf-menu-items-for-commands)
9963 (recentf-make-menu-items, recentf-make-menu-item)
9964 (recentf-filter-changer): Added :help and :active menu-item properties.
9965
9966 (recentf-build-dir-rules, recentf-dump-variable)
9967 (recentf-edit-list, recentf-open-files-item)
9968 (recentf-open-files): Replaced unnecessary `mapcar' with new
9969 built-in `mapc'.
9970
9971 2000-11-23 Miles Bader <miles@gnu.org>
9972
9973 * faces.el (menu): Make inverse-video on ttys too.
9974
9975 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9976
9977 * simple.el (comment-line-break-function): Use the new name
9978 indent-new-comment-line -> comment-indent-new-line.
9979 (clone-indirect-buffer): Don't ignore NORECORD.
9980 (next-completion): Properly handle the case where items are adjacent.
9981
9982 * mouse.el (popup-menu): Stupid typo.
9983
9984 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9985
9986 * emacs-lisp/authors.el: Remove autoload cookies, add author,
9987 maintainer, keywords tags.
9988
9989 * rect.el (replace-rectangle): Don't call string-rectangle-line
9990 with too many arguments.
9991
9992 2000-11-22 Andre Spiegel <spiegel@gnu.org>
9993
9994 * ediff-util.el (ediff-file-checked-out-p)
9995 (ediff-file-checked-in-p): Call vc-state instead of
9996 vc-locking-user, which no longer exists.
9997
9998 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
9999
10000 2000-11-22 Dave Love <fx@gnu.org>
10001
10002 * md5.el (md5): Provide.
10003 (md5): Fix error call.
10004
10005 2000-11-22 Miles Bader <miles@gnu.org>
10006
10007 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10008 (refill-fill-paragraph-at): Remove debugging code.
10009
10010 * calendar/calendar.el (generate-calendar-window): When we don't
10011 call `fit-window-to-buffer', make sure the top line is fully visible.
10012
10013 * image-file.el (insert-image-file): Don't make `read-only'
10014 property rear-nonsticky.
10015
10016 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10017 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10018 stashing away its original value.
10019 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10020 in the recursive edit.
10021 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10022 (isearch-done): Restore `minibuffer-message-timeout'.
10023
10024 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10025
10026 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10027
10028 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10029
10030 * find-lisp.el (find-lisp-find-files-internal):
10031 Use dolist, when and file-name-as-directory.
10032
10033 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10034 (define-derived-mode, define-minor-mode): Add specs.
10035
10036 * window.el: General comment and spacing fixes.
10037 (save-selected-window): Use backquotes.
10038 (window-safely-shrinkable-p): New function.
10039 (shrink-window-if-larger-than-buffer): Use it.
10040
10041 * subr.el (make-local-hook): Docstring fix.
10042
10043 * shell.el (shell-mode): Use define-derived-mode.
10044
10045 * newcomment.el (comment-indent): Insert comment before calling
10046 comment-indent-function. Don't insert in column 0.
10047 (comment-dwim): Indent before inserting comment.
10048
10049 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10050 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10051 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10052 Use mapc rather than map.
10053
10054 * files.el (find-buffer-visiting): Compare all attributes before
10055 declaring two files identical (rather than just their inode-no).
10056 (auto-mode-alist): Use \' rather than $.
10057
10058 * which-func.el: Update maintainer line.
10059
10060 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10061 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10062 (uniquify-buffer-file-name): Use it.
10063
10064 2000-11-22 Miles Bader <miles@gnu.org>
10065
10066 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10067 * simple.el (minibuffer-avoid-prompt): New function.
10068
10069 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10070
10071 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10072
10073 2000-11-21 Miles Bader <miles@gnu.org>
10074
10075 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10076 inclusion of `track-mouse'.
10077
10078 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10079 (refill-adjust-ignorable-overlay): New function.
10080 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10081 only the paragraph's tail if possible.
10082 Update `refill-ignorable-overlay'.
10083 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10084
10085 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10086 point inside the fill-prefix.
10087
10088 * textmodes/refill.el (refill-post-command-function): Don't reset
10089 refill-doit in the case where a self-insertion command doesn't
10090 case a refill. Use `refill-fill-paragraph-at', getting position
10091 from `refill-doit'.
10092 (refill-after-change-function): Set `refill-doit' to END.
10093 (refill-fill-paragraph-at): New function, mostly from old
10094 refill-fill-paragraph.
10095 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10096 (refill-pre-command-function): New function.
10097 (refill-mode): Add it to `pre-command-hook'.
10098
10099 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10100
10101 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10102
10103 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10104 javadoc tags.
10105
10106 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10107
10108 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10109 vc.el).
10110
10111 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10112 require vc.
10113
10114 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10115 checkouts.
10116
10117 2000-11-20 Dave Love <fx@gnu.org>
10118
10119 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10120
10121 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10122
10123 * calculator.el (calculator-paste): Use `if' instead of `and'
10124 and `or'.
10125 (calculator-help): Don't use electric-describe-mode for XEmacs.
10126
10127 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10128
10129 * info.el (info-menu-5): Doc fix.
10130
10131 * textmodes/artist.el: New file.
10132
10133 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10134
10135 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10136 and differentiate according to checkout model.
10137 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10138 since this function is only concerned with master state.
10139
10140 * vc-hooks.el (vc-workfile-unchanged-p)
10141 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10142
10143 * vc.el (vc-workfile-unchanged-p)
10144 (vc-default-workfile-unchanged-p): See above.
10145
10146 2000-11-19 Miles Bader <miles@gnu.org>
10147
10148 * image-file.el (insert-image-file): Make `intangible' and
10149 `read-only' properties rear-nonsticky too.
10150
10151 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10152
10153 * ps-print.el: Update copyright notice.
10154
10155 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10156 (tooltip-show): Use the offsets.
10157
10158 * bindings.el (mode-line-modified): Fix a typo.
10159 (mode-line-toggle-modified, mode-line-widen)
10160 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10161
10162 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10163
10164 * ps-print.el (toplevel): Test for find-coding-system being
10165 fboundp before calling ps-x-find-coding-system.
10166
10167 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10168
10169 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10170 (vc-version-backup-file): Docstring fix.
10171
10172 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10173
10174 * files.el (basic-save-buffer): Don't add a newline if
10175 find-file-literally is non-nil.
10176 (find-file-literally): Extend doc string.
10177
10178 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10179 sort(1) with the `-f' argument.
10180
10181 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10182
10183 * vc.el: Updated backend documentation.
10184 (vc-default-check-headers): New function.
10185
10186 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10187
10188 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10189 up-to-date.
10190 (vc-do-command): In the asynchronous case, output messages only if
10191 the minibuffer is not active.
10192
10193 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10194 `vc-cvs-use-edit' is on.
10195 (vc-cvs-checkout): When this is used for reverting the workfile,
10196 make a backup of the original contents and revert to that in case
10197 of error.
10198 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10199 remote repositories.
10200
10201 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10202 for both version and ratio in the minibuffer.
10203
10204 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10205 Use vc-do-command to perform the annotation, not call-process.
10206
10207 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10208
10209 * international/quail.el (quail-start-translation): Don't call
10210 `message' before reading key sequence.
10211
10212 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10213
10214 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10215
10216 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10217
10218 * window.el (fit-window-to-buffer): Be sure to acquire at least
10219 one text line even if the buffer is empty.
10220
10221 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10222
10223 * net/ange-ftp.el (ange-ftp-file-writable-p)
10224 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10225 Bind ange-ftp-process-verbose to nil.
10226
10227 2000-11-15 Dave Love <fx@gnu.org>
10228
10229 * wid-edit.el (widget-specify-field, widget-specify-button):
10230 If :help-echo is a function, set help-echo of overlay to
10231 widget-mouse-help.
10232 (widget-mouse-help): New function.
10233 (widget-echo-help): Rewritten for :help-echo functions only taking
10234 a widget arg.
10235
10236 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10237 Use display-graphic-p.
10238 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10239 and that JPEG is available.
10240 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10241
10242 * international/mule-cmds.el (locale-charset-language-names):
10243 Match @euro.
10244
10245 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10246
10247 * faces.el (face-set-after-frame-default):
10248 If `inhibit-default-face-x-resources' is bound, don't intialize the
10249 default face from X resources.
10250
10251 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10252
10253 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10254 Don't set EMACSLOADPATH.
10255
10256 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10257
10258 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10259 texinfo-insert-@url.
10260 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10261 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10262
10263 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10264
10265 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10266 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10267 (checkdoc-minor-keymap): Backward compatibility.
10268 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10269 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10270 (checkdoc-this-string-valid-engine): Be a bit more strict
10271 to avoid matching substrings of `...' quoted vars/funs.
10272 (checkdoc-defun-info): Only look for `interactive' if alone.
10273 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10274
10275 * progmodes/compile.el (grep): `tag-default' can be nil.
10276
10277 * newcomment.el (comment-indent): Paren typo.
10278
10279 2000-11-14 Dave Love <fx@gnu.org>
10280
10281 * calculator.el: New maintainer version.
10282
10283 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10284
10285 * cmuscheme.el: Doc fixes.
10286 (cmuscheme) <defgroup>: Use `scheme' as parent.
10287 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10288
10289 * xscheme.el (scheme-program-name): Don't define here.
10290
10291 * progmodes/scheme.el (scheme-program-name): New variable
10292 (originally in cmuscheme).
10293
10294 2000-11-14 Miles Bader <miles@gnu.org>
10295
10296 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10297 Handle header-lines. Don't loop forever if we can't enlarge the
10298 window anymore. Simplify a bit.
10299
10300 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10301
10302 * window.el (fit-window-to-buffer): Don't check
10303 window-text-height. Assure that the last line is fully visible.
10304
10305 * international/quail.el (quail-show-guidance-buf):
10306 Call fit-window-to-buffer to assure the enough height of the guidance
10307 buffer.
10308 (quail-update-guidance): Avoid making the guidance buffer shorter.
10309
10310 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10311
10312 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10313 rather than `prepend' and add an interesting comment.
10314 (tex-math-face, tex-font-lock-syntactic-face-function):
10315 New face and function to use it.
10316 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10317 than `menu-enable' symbol property.
10318 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10319 (tex-mode): Add some latex-mode commands for auto-selection.
10320 Use tex-font-lock-syntactic-face-function.
10321 (tex-insert-quote): Simplify.
10322 (tex-shell): New mode.
10323 (tex-start-shell): Use it.
10324 (tex-shell-proc, tex-shell-buf): New functions.
10325 (tex-send-command): Use it.
10326 (tex-main-file): Fix the meaning of the new arg REALFILE.
10327 (tex-send-tex-command): New function split from `tex-start-tex'.
10328 Set compilation-last-buffer and compilation-parsing-end.
10329
10330 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10331 when it follows non-comment text on the line.
10332
10333 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10334 Set font-lock-defaults.
10335 (lisp-mode-shared-map): Init inside the defvar.
10336 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10337 Use define-derived-mode.
10338
10339 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10340
10341 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10342
10343 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10344
10345 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10346 Don't recursively optimize body because that can lead to infinite
10347 recursion; see comment there.
10348
10349 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10350
10351 * faces.el (face-spec-set-match-display): Revert the change from
10352 2000-10-24. Add a FIXME for after v21.1.
10353
10354 2000-11-13 Miles Bader <miles@gnu.org>
10355
10356 * textmodes/fill.el (skip-line-prefix): New function.
10357 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10358 (fill-paragraph): Don't leave point inside the fill-prefix.
10359 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10360 point inside the fill-prefix.
10361
10362 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10363
10364 * calendar/calendar.el (generate-calendar-window):
10365 Use `fit-window-to-buffer'.
10366
10367 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10368
10369 * gud.el (gud-minor-mode): New var.
10370 (gud-symbol, gud-val): New functions.
10371 (gud-find-file): Copy gud-minor-mode to the new buffer.
10372 (gud-menu-map): Include entries for commands that are not always
10373 available, using :enable to (de)activate them.
10374 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10375 (gud-mode-map): New map.
10376 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10377 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10378 Don't set up gud's menu (it's done by the minor-mode).
10379 (gud-minibuffer-local-map): New.
10380 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10381 (gud-query-cmdline): New function.
10382 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10383 (gud-mode): Use define-derived-mode.
10384 Don't set up gud's menu (it's done by the minor-mode).
10385 (gud-chop-words): Remove.
10386 (gud-common-init): Use split-string instead.
10387 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10388
10389 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10390 Add keyword arg :name.
10391
10392 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10393 (diff-count-matches, diff-split-hunk): New functions.
10394 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10395
10396 * pcvs-info.el (cvs-fi-conflict-face): New var.
10397
10398 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10399 Make it into a simple syntax-table, shared among all submodes.
10400 (sh-heredoc-face): Re-introduce.
10401 (sh-font-lock-syntactic-face-function): New function.
10402 (sh-mode): Use it. Also use define-derived-mode.
10403 Remove old bogus setting of indent-region-function.
10404 (sh-set-shell): Don't set the syntax-table any more.
10405 (sh-mode-syntax-table) <defun>: Remove.
10406
10407 2000-11-12 Miles Bader <miles@gnu.org>
10408
10409 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10410 message if interactive.
10411
10412 2000-11-12 Dave Love <fx@gnu.org>
10413
10414 * mail/feedmail.el: Fix header,
10415 (feedmail) <defgroup>: Add :link.
10416
10417 * view.el: Use local-map property, not keymap on mode-line string.
10418
10419 * scroll-all.el (scroll-all-mode): Customize variable.
10420 Add autoload cookie to function.
10421
10422 * lazy-lock.el: Remove compatibility code.
10423
10424 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10425 (finder-help-echo): New variable.
10426 (finder-mouse-face-on-line): Add help-echo stuff.
10427 (finder-list-keywords, finder-list-matches): Use mapc.
10428
10429 * faces.el (face-font-registry-alternatives): Add :version.
10430
10431 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10432 tags-table-list.
10433
10434 * net/browse-url.el (browse-url-browser-function): Update :version.
10435
10436 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10437 (mail-mode): Use [:alnum:] in some regexps.
10438
10439 2000-11-10 Dave Love <fx@gnu.org>
10440
10441 * ediff.el (ediff-regions-internal, ediff-documentation):
10442 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10443 fundamental mode.
10444
10445 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10446 buffer into fundamental mode.
10447 (ediff-set-difference): Use copy-sequence if available.
10448
10449 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10450 Check ediff-patch-map non-nil.
10451 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10452 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10453 buffer into fundamental mode.
10454
10455 * ediff-merg.el (state-or-merge): Defvar when compiling.
10456
10457 2000-11-10 Jason Rumney <jasonr@gnu.org>
10458
10459 * w32-fns.el (w32-add-charset-info): New function.
10460 (w32-charset-info-alist): Use it.
10461
10462 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10463
10464 * faces.el (face-font-registry-alternatives): New user-option.
10465
10466 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10467
10468 * textmodes/texinfo.el (texinfo-block-default): New var.
10469 (texinfo-insert-block): Use it. Insert a newline if needed.
10470
10471 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10472 (fill-region-as-paragraph): Use it.
10473
10474 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10475 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10476 Tweak paragraph regexps to allow a leading [ \t]*.
10477 (tex-latex-block): Insert a newline if necessary.
10478 (latex-insert-item): Only insert a newline if necessary.
10479 (tex-guess-main-file): New function.
10480 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10481 Set tex-main-file if TeX-master is provided.
10482 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10483
10484 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10485
10486 * startup.el (command-line): Set the default tooltip-mode
10487 to t for graphical displays which implement x-show-tip.
10488
10489 * tooltip.el (tooltip-mode): Add a comment about startup.el
10490 setting the default value of this user-option.
10491
10492 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10493
10494 * font-lock.el (font-lock-*-face) <defvar>: Move.
10495 (font-lock-defaults-alist): Mark obsolete.
10496 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10497 (font-lock-mode): Use define-minor-mode.
10498 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10499 (font-lock-turn-off-thing-lock): Be more explicit.
10500 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10501 (font-lock-syntactic-face-function): New var.
10502 (font-lock-fontify-syntactically-region): Use it.
10503 (font-lock-doc-face): New.
10504
10505 * pcvs.el (cvs-enabledp): Ignore errors.
10506 (cvs-commit-filelist): Never query.
10507 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10508 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10509 (cvs-do-removal): Use cvs-partition rather than delete-if.
10510 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10511 cvs-bury-buffer.
10512
10513 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10514 Allow `next' to jump to after the end of the last match.
10515
10516 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10517
10518 * simple.el (byte-compiling-files-p): New function.
10519
10520 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10521 if it is there.
10522
10523 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10524 nil again.
10525
10526 * textmodes/ispell.el (ispell-library-path): Don't call
10527 check-ispell-version when byte-compiling because that starts
10528 an ispell process, and ispell might not be installed.
10529 (toplevel): Don't set up a menu when byte-compiling.
10530
10531 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10532 it, so that a boundp test can be used to determine if we're
10533 currently byte-compiling.
10534
10535 2000-11-09 Dave Love <fx@gnu.org>
10536
10537 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10538
10539 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10540
10541 * ps-print.el: Patch for variable initialization when spooling.
10542 Doc fix.
10543 (ps-output-list): Fun eliminated.
10544 (ps-begin-file, ps-begin-job): Code fix.
10545
10546 2000-11-08 Dave Love <fx@gnu.org>
10547
10548 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10549
10550 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10551
10552 * simple.el (shell-command, display-message-or-buffer)
10553 (shell-command-on-region): Mention resize-mini-windows in the doc
10554 string.
10555 (display-message-or-buffer): Take the value of resize-mini-windows
10556 into account.
10557
10558 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10559
10560 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10561
10562 * dired.el (dired-between-files): Add `^. find' as an alternative
10563 to the regular expression, for find-dired.
10564
10565 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10566
10567 * textmodes/texnfo-upd.el: Require texinfo.
10568 (defmacro, defgroup): Remove.
10569 (texinfo-section-to-generic-alist): Remove.
10570 Use texinfo-section-list instead (i.e. level is changed string->int).
10571 (texinfo-filter): New function.
10572 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10573 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10574 Use it. And use regexp-opt.
10575 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10576 (texinfo-update-menu-region-beginning)
10577 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10578 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10579 (texinfo-update-menu-same-level-regexps): Update.
10580 (texinfo-update-node, texinfo-every-node-update)
10581 (texinfo-sequential-node-update): Remove autoload cookie.
10582
10583 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10584 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10585 (texinfo-chapter-level-regexp): Remove.
10586 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10587
10588 2000-11-06 Dave Love <fx@gnu.org>
10589
10590 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10591
10592 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10593 Match defun*.
10594
10595 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10596
10597 * composite.el (composition-function-table): Variable declaration
10598 moved to src/composite.c.
10599 (compose-chars-after): New optional arg object.
10600
10601 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10602
10603 * bindings.el (mode-line-toggle-read-only)
10604 (mode-line-toggle-modified, mode-line-widen)
10605 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10606 (make-mode-line-mouse2-map): Rewritten.
10607 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10608 functions so that C-h k can show something with a doc string.
10609
10610 * startup.el (fancy-splash-delay): Set to 10 seconds.
10611 (fancy-splash-max-time): New user-option.
10612 (fancy-splash-stop-time): New variable.
10613 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10614 (fancy-splash-screens-1): Throw `stop-splashing' when current
10615 time is greater than fancy-splash-stop-time.
10616
10617 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10618
10619 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10620
10621 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10622 Prompt user for a file rather than raising an error.
10623 (cvs-enabledp): Fix call to cvs-mode-marked.
10624 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10625 (cvs-mode-insert): Use it. Change the init prompt' value.
10626 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10627
10628 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10629 Don't pass default arg to ewoc-locate.
10630 (ewoc-collect): Return result in the right order.
10631
10632 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10633
10634 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10635 (cvs-status-get-tags): Fix regexp.
10636 (cvs-status-trees, cvs-status-cvstrees):
10637 Combine after change hooks and don't sit-for.
10638 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10639 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10640 Use make-char rather than hard-coded cryptic data.
10641 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10642
10643 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10644
10645 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10646 (cvs-insert-strings): New function.
10647
10648 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10649
10650 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10651 `mwheel-scroll-amount'.
10652 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10653 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10654 string-matching against the version string.
10655
10656 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10657
10658 * language/thai.el ("Thai"): Set a lisp form that produces
10659 composed string in `sample-text' language info.
10660
10661 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10662 composed string in `sample-text' language info.
10663
10664 * international/mule-cmds.el (describe-language-environment):
10665 Eval `sample-text' data and insert the result.
10666
10667 * international/mule-conf.el (compound-text): Define this coding
10668 system here. Make x-ctext and ctext aliases of it.
10669
10670 * language/european.el (compound-text, ctext): Moved to
10671 international/mule-conf.el.
10672
10673 2000-11-05 Andrew Innes <andrewi@gnu.org>
10674
10675 * w32-fns.el (w32-version): New function.
10676
10677 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10678
10679 * progmodes/awk-mode.el: Update copyright.
10680 (awk-mode-abbrev-table): Remove.
10681 (awk-font-lock-keywords): Use regexp-opt.
10682 (awk-mode): Use define-derived-mode.
10683
10684 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10685 when extracting a suffix.
10686
10687 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10688
10689 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10690 auto-save-mode.
10691
10692 2000-11-04 Jason Rumney <jasonr@gnu.org>
10693
10694 * language/european.el (decode-mac-roman): Test against r1 not r0.
10695
10696 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10697
10698 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10699 (icon-mode): Define indent-line-function.
10700 (icon-comment-indent): Simplify.
10701 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10702
10703 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10704
10705 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10706 Bind change-log-default-mode to defeat the caching done on it.
10707 Don't bother saving excursion any more.
10708
10709 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10710
10711 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10712 (set-frame-font): Use the new name (and the old for compatibility).
10713
10714 * toolbar/tool-bar.el (tool-bar-mode):
10715 * time.el (display-time-mode):
10716 * recentf.el (recentf-mode):
10717 * paren.el (show-paren-mode):
10718 * mwheel.el (mouse-wheel-mode):
10719 * msb.el (msb-mode):
10720 * jka-compr.el (auto-compression-mode):
10721 * image-file.el (auto-image-file-mode):
10722 * hl-line.el (hl-line-mode):
10723 * delsel.el (delete-selection-mode):
10724 * autoinsert.el (auto-insert-mode):
10725 * complete.el (partial-completion-mode): Drop unneeded positional args.
10726
10727 * info.el (Info-mode):
10728 * comint.el (comint-mode): Don't bother with make-local-hook.
10729
10730 * log-edit.el (log-edit-menu): New menu.
10731
10732 2000-11-03 Miles Bader <miles@gnu.org>
10733
10734 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10735 definition, so that trailing spaces are handled properly.
10736 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10737
10738 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10739
10740 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10741 tab character.
10742 (fancy-splash-screens): Set tab-width to 20.
10743
10744 2000-11-03 Dave Love <fx@gnu.org>
10745
10746 * comint.el (comint-completion-addsuffix): Fix custom type.
10747
10748 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10749
10750 * font-lock.el (font-lock-buffers): Remove.
10751 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10752 (font-lock-change-major-mode): Remove.
10753 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10754 (font-lock-default-fontify-region): Extend the multiline
10755 fontification to whole lines.
10756 (font-lock-fontify-anchored-keywords)
10757 (font-lock-fontify-keywords-region): If matching just one
10758 line (with \n) only mark the \n as multiline.
10759
10760 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10761 Correctly handle the case where several :group args are supplied.
10762 Allow :extra-args.
10763 (easy-mmode-define-global-mode): Allow :extra-args.
10764 Correctly handle the case where several :group args are supplied.
10765
10766 2000-11-02 Miles Bader <miles@gnu.org>
10767
10768 * calendar/calendar.el (diary-face, calendar-today-face)
10769 (holiday-face): Remove dependency on `window-system'.
10770
10771 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10772
10773 * Makefile.in (emacs): Set EMACSLOADPATH always.
10774 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10775 (compile-files): Bomb out if compilation of a file fails.
10776
10777 2000-11-02 Dave Love <fx@gnu.org>
10778
10779 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10780
10781 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10782
10783 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10784 punctuation in the warning inserted into the *mail* buffer.
10785
10786 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10787
10788 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10789 (authors-public-domain-p): New function.
10790 (authors-print): Use it.
10791
10792 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10793
10794 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10795
10796 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10797
10798 * ps-print.el: Extension for even/odd printing. Doc fix.
10799 (ps-print-version): New version number (6.3.1).
10800 (ps-even-or-odd-pages): Customization fix.
10801 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10802 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10803 (ps-page-count): Var replaced by `ps-page-column'.
10804 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10805 (ps-print-sheet-p): New fun.
10806
10807 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10808
10809 * tooltip.el (tooltip-gud-tips-setup): New function.
10810 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10811 (tooltip-mode): Call tooltip-gud-tips-setup.
10812 (tooltip-gud-tips): Use `gud-basic-call' instead of
10813 process-send-string, so the prompt gets frobbed appropriately.
10814 Handle nil return value from `tooltip-gud-print-command'.
10815
10816 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10817
10818 * comint.el (comint-add-to-input-history): New function.
10819 (comint-send-input): Use `comint-add-to-input-history'.
10820
10821 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10822
10823 * info.el (info-menu-header): New face.
10824 (Info-fontify-menu-headers): New function.
10825 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10826
10827 * info.el (Info-insert-dir): Don't include blank lines at
10828 beginning of additional dir files (one is added automatically).
10829
10830 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10831
10832 * emacs-lisp/easy-mmode.el (define-minor-mode):
10833 Revert the latest changes.
10834 Allow the three positional arguments to be skipped and replaced
10835 by keyword arguments.
10836 Add a :toggle argument to determine whether a nil arg means toggle
10837 or means turn-on. The default is unchanged.
10838 Add a call to force-mode-line-update.
10839
10840 2000-11-01 Dave Love <fx@gnu.org>
10841
10842 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10843
10844 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10845
10846 * calendar/calendar.el (diary-face, holiday-face):
10847 Add dark-background variants.
10848
10849 2000-10-31 Sam Steingold <sds@gnu.org>
10850
10851 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10852 `tex-main-file' does not have directory in it.
10853
10854 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10855
10856 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10857
10858 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10859
10860 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10861 functional change.
10862
10863 2000-10-31 Gerd Moellmann <gerd@gnu.org>
10864
10865 * files.el (find-file-noselect): When we expand a wildcard, return
10866 a list of buffers, as we should do according to the doc string.
10867
10868 2000-10-31 Ken Raeburn <raeburn@gnu.org>
10869
10870 * loadup.el (top level): Adjust load path if program name is
10871 "../src/bootstrap-emacs", in case it's not dumped and thus the
10872 load path adjustment hasn't already been done.
10873
10874 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10875
10876 * ps-print.el: Fix bug on selected pages for printing.
10877 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
10878 is on. Try to avoid warning messages when compiling. Doc Fix.
10879 (ps-print-version): New version number (6.3).
10880 (ps-color-device): Use `color-values' to determine if device
10881 supports color.
10882 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10883 (ps-print-page-p): Changed from defsubst to defun.
10884 (ps-page-number): Changed from defmacro to defun.
10885 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10886 printing.
10887 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10888 (ps-end-file, ps-dummy-page): Funs eliminated.
10889 (ps-print-color-scale): Changed default value.
10890 (ps-page-n-up, ps-print-page-p): New internal vars.
10891 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10892 (ps-plot-region, ps-generate, ps-end-job): Code fix.
10893
10894 * delim-col.el: Little programming improvement.
10895 (delimit-columns-str): New macro.
10896 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10897
10898 2000-10-31 Kenichi Handa <handa@etl.go.jp>
10899
10900 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10901 Moved to european.el.
10902 (ccl-encode-mac-roman-font, fontset-mac): Modified for
10903 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10904 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10905 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
10906
10907 2000-10-30 Dave Love <fx@gnu.org>
10908
10909 * progmodes/cc-menus.el (imenu-generic-expression)
10910 (imenu-progress-message): Only defvar when compiling.
10911
10912 * emacs-lisp/elp.el (elp-unload-hook): New function.
10913
10914 * loadhist.el (unload-feature): Call elp-restore-function,
10915 checking for symbols; don't use elp-restore-all.
10916 (loadhist-hook-functions): Doc fix.
10917
10918 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
10919
10920 * log-edit.el (log-edit-confirm): Fix the default.
10921
10922 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10923
10924 * delim-col.el: Little fix: replace delimit-columns-align-columns by
10925 delimit-columns-format.
10926 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10927
10928 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
10929
10930 * comint.el (comint-replace-by-expanded-history): Don't use
10931 comint-get-old-input (we're not looking at *old* input).
10932 (comint-get-old-input-default): If using fields, signal an error
10933 when the point is not in an input field.
10934
10935 2000-10-30 Kenichi Handa <handa@etl.go.jp>
10936
10937 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
10938 and mule-unicode-e000-ffff.
10939
10940 * international/mule.el (decode-char, encode-char): New functions.
10941 (make-coding-system): Accept a symbol of translation table as a
10942 value of property `safe-chars'.
10943
10944 * international/mule-cmds.el (encode-coding-char): Check property
10945 safe-chars instead of safe-charsets.
10946
10947 * international/fontset.el (fontset-default): Modified for
10948 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10949 (x-font-name-charset-alist): Likewise.
10950 (ccl-encode-unicode-font): New CCL program. Record it in
10951 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
10952
10953 * language/european.el (mac-roman-decoder, mac-roman-encoder):
10954 New translation tables.
10955 (decode-mac-roman, encode-mac-roman): Definition of these CCL
10956 programs are modified and moved from mac-win.el.
10957 (mac-roman): Definition of this coding system is modified and
10958 moved from mac-win.el.
10959
10960 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10961
10962 * ediff-wind.el (ediff-setup-control-frame): Enclose
10963 face-attribute in condition-case to avoid errors in older emacsen.
10964
10965 2000-10-29 Miles Bader <miles@gnu.org>
10966
10967 * custom.el (custom-add-to-group): Allow multiple entries for a
10968 given value OPTION, as long as their widget types are different.
10969 * cus-edit.el (custom-face-value-create): If face name doesn't end
10970 with "face", add such here (similar to custom group widgets).
10971
10972 * comint.el (comint-highlight-prompt): Add :type.
10973
10974 2000-10-28 John Wiegley <johnw@gnu.org>
10975
10976 * calendar/timeclock.el (timeclock-log): Doc fix.
10977 (timeclock-last-event): Doc fix.
10978 (timeclock-log): Kill the timelog buffer after appending a new event.
10979 (timeclock-find-discrep): Use a temp buffer to read in the
10980 timelog, instead of visiting the file.
10981 (timeclock-log-data): A new function, along with a host of helper
10982 functions, for the purpose of making timelog data accessible to
10983 programmers.
10984
10985 * eshell/esh-mode.el (window-height test): Make certain that
10986 `eshell-stringify-t' is non-nil.
10987 (eshell-password-prompt-regexp): Changed to a much simpler
10988 password regexp.
10989 (eshell-send-input): If `eshell-invoke-directly' returns t,
10990 directly invoke the parsed command using `eval'. This improves
10991 turn-around time on simple commands by a factor of three or
10992 greater, such as cd, ls, pwd, etc. -- which get used very often.
10993 It also conserves thousands of cons cells per call (since
10994 `eshell-do-eval' consumes memory like a Cookie Monster set loose
10995 in the Pacific Cookie Company).
10996
10997 * eshell/esh-test.el (eshell-test): Whitespace fix.
10998
10999 * eshell/em-ls.el (eshell-ls-insert-directory):
11000 Make `eshell-ls-initial-args' nil when inserting directory contents.
11001
11002 * eshell/em-script.el (eshell-script-initialize): Add names to
11003 `eshell-complex-commands, since `source' and `.' are complex.
11004
11005 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11006 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11007 `eshell-copy-handles'.
11008 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11009 bodies.
11010 (eshell-separate-commands): Whitespace fix.
11011 (eshell-complex-commands): Added a new list of names, for
11012 determining whether a given command is as simple as it looks.
11013 (eshell-invoke-directly): New function. Returns t if a command
11014 should be invoked directly (using `eval'), rather than indirectly
11015 using `eshell-do-eval'.
11016 (eshell-do-eval): Whitespace fix.
11017
11018 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11019 which provides an emulation of the DOS shell behavior of assuming
11020 that cp/mv/ln should copy/move/link to the current directory.
11021 (eshell-remove-entries): Added a doc string.
11022 (eshell-shuffle-files): Removed the check for `target' being null.
11023 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11024 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11025 it to do a smarter check of whether a destination was provided.
11026 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11027 (eshell/ln): Enable `:preserve-args', and use
11028 `eshell-mvcpln-template' to implement the body of the function.
11029 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11030 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11031 list after flattening it. This makes it possible to cat files
11032 with numerical names.
11033 (eshell-unix-initialize): Added several names to
11034 `eshell-complex-commands.
11035 (eshell-unix-command-complex-p): Return t if a given command name
11036 may result in external processes being invoked.
11037
11038 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11039 variable nil by default, since it slows down glob processing by a
11040 factor of two or more, and increases memory consumption.
11041
11042 * eshell/em-smart.el: Added a note about how memory consumptive
11043 smart display mode can be (at least this is true in Emacs 21).
11044 (eshell-smart-initialize): Whitespace fix.
11045 (eshell-refresh-windows): Use `if' instead of `when'.
11046 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11047 not necessary.
11048 (eshell-currently-handling-window): Added a missing global variable.
11049
11050 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11051 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11052 Whitespace fix.
11053 (eshell-ls-exclude-hidden): Added this variable in addition to
11054 `eshell-ls-exclude-regexp'. This one prevents files beginning
11055 with . from even being read, which can improve memory consumption
11056 quite a bit.
11057 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11058 read file entries beginning with a dot. In home directories with
11059 lots of hidden files, fully two-thirds of the time spent in ls is
11060 used to read directory entries that are immediately thrown away.
11061 (eshell-ls-initial-args): Added back this configuration variable,
11062 for specifying default initial arguments to every call to ls.
11063 Much faster than using an alias to do the same thing.
11064 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11065 (eshell-ls-dir): Whitespace change.
11066
11067 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11068
11069 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11070 (eshell-stringify-t): Added a customization variable, to indicate
11071 whether `t' should be rendered as a string at all. If not, one
11072 can still determine if the result of an expression is true using
11073 "file-exists-p FILE && echo true".
11074 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11075 stringify t!
11076
11077 * eshell/esh-module.el: Whitespace fix.
11078
11079 * eshell/em-alias.el (eshell-alias-initialize):
11080 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11081 (eshell-command-aliased-p): New function that returns t if a
11082 command name names an aliased.
11083
11084 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11085
11086 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11087 redrawing the screen when changing cursor color.
11088 (viper-insert-state-pre-command-sentinel)
11089 (viper-replace-state-pre-command-sentinel)
11090 (viper-replace-state-post-command-sentinel):
11091 Use viper-preserve-cursor-color.
11092 Many functions changed to use viper= instead of = when comparing
11093 characters.
11094 * viper-util.el (viper-memq-char,viper=): New functions for
11095 working with characters.
11096 (viper-change-cursor-color): Fixed buglet.
11097 Many functions changed to use viper= instead of = when comparing
11098 characters.
11099 * viper.el (viper-insert-state-mode-list): Added eshell.
11100
11101 * ediff-init.el (ediff-before-setup-hook): New hook.
11102 Several typos fixed in various docstrings.
11103 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11104 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11105 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11106 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11107 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11108 (ediff-get-selected-buffers): New function.
11109 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11110 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11111 Use save-window-excursion.
11112 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11113 termination check in while loop.
11114 * ediff.el (ediff-get-default-file-name): Better defaults when in
11115 dired buffer.
11116 (ediff-files,ediff-merge-files,ediff-files3)
11117 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11118
11119 2000-10-28 Dave Love <fx@gnu.org>
11120
11121 * info.el (Info-fontify-node): Add help-echo for menu items.
11122
11123 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11124
11125 * startup.el (normal-top-level): If the value of $TERM indicates
11126 we are running from xterm or one of its work-alikes, default to a
11127 light background mode.
11128
11129 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11130 * faces.el (tty-handle-reverse-video): New function.
11131 (tty-create-frame-with-faces): Call it.
11132
11133 * frame.el (frame-notice-user-settings): Don't apply
11134 default-frame-alist and initial-frame-alist to MS-DOS frames.
11135 Call tty-handle-reverse-video, frame-set-background-mode, and
11136 face-set-after-frame-default for non-MS-DOS frames.
11137
11138 * startup.el (tty-long-option-alist): New variable.
11139 (tty-handle-args): New function.
11140 (command-line): Call tty-handle-args.
11141
11142 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11143 startup.el now does that for all character-terminal frames.
11144
11145 2000-10-28 Miles Bader <miles@gnu.org>
11146
11147 * emacs-lisp/easy-mmode.el (define-minor-mode):
11148 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11149 is global. If :global is followed by a non-nil but non-t value,
11150 make the mode buffer-local, but also generate a `global-MODE'
11151 version using `easy-mmode-define-global-mode'.
11152 Add :conditional-turn-on keyword argument.
11153
11154 2000-10-28 Dave Love <fx@gnu.org>
11155
11156 * international/latin1-disp.el (latin1-char-displayable-p):
11157 Don't use window-system.
11158
11159 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11160
11161 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11162 Don't call find-buffer-file-type-coding-system. Instead, just
11163 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11164 if the file is on an untranslated filesystem.
11165 (add-untranslated-filesystem): Use "D" instead of "f" inside
11166 interactive.
11167
11168 2000-10-27 Dave Love <fx@gnu.org>
11169
11170 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11171 (refill-mode): Use it.
11172
11173 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11174
11175 * international/quail.el (quail-activate): Don't make-local-hook.
11176
11177 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11178
11179 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11180 manual backups and file.~<rev>.~ for automatic ones.
11181 (vc-make-version-backup): Don't do it on MS-DOS without long file
11182 names.
11183
11184 * vc.el (vc-version-other-window): If an automatic backup of the
11185 desired version exists, rename it instead of copying it.
11186
11187 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11188 after command. If there's an unexpected error, signal it instead
11189 of being silent.
11190 (vc-cvs-merge-news): Be prepared for no news at all.
11191
11192 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11193
11194 * shell.el (shell): Add BUFFER argument.
11195 * comint.el (make-comint-in-buffer): New function.
11196 (make-comint): Use it.
11197
11198 * faces.el (face-spec-choose): Change syntax so that the list of
11199 attribute-value pairs is now the cdr of each clause, not the cadr.
11200 Detect old-style entries, and handle them. Use pop.
11201
11202 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11203
11204 * cus-edit.el (custom-mode-map): Use a sparse map.
11205 (custom-mode): Don't bother with make-local-hook.
11206
11207 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11208
11209 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11210
11211 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11212
11213 * ps-print.el: Avoid compilation gripes.
11214 (ps-print-version): New version number (6.2.1).
11215
11216 2000-10-26 Dave Love <fx@gnu.org>
11217
11218 * menu-bar.el: Modify some menu item help strings.
11219 (menu-bar-help-menu): Add link to MORE.STUFF.
11220
11221 * cus-edit.el (custom-mode): Add `special' mode-class property.
11222
11223 * wid-browse.el (widget-browse-mode): Likewise.
11224
11225 * wid-edit.el (widget-specify-field): Revert to using local-map
11226 property, not keymap.
11227
11228 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11229
11230 * wid-edit.el (widget-field-end): When checking for a `boundary'
11231 field, do so in the correct buffer.
11232
11233 * simple.el (undo): Correctly distinguish between numeric and
11234 non-numeric prefix args in non-transient-mark-mode, as per the doc
11235 string. When in transient-mark-mode, treat all prefix-args as
11236 numeric.
11237
11238 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11239 Position point on match. Handle N == 0 correctly.
11240
11241 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11242 (comint-mode-map): Reverse order of `comint-write-output' and
11243 `comint-append-output-to-file'.
11244 (comint-append-output-to-file): Reinstate this function, for the
11245 benefit of the menu.
11246
11247 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11248
11249 * vc.el (vc-version-other-window): Bind `file'.
11250
11251 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11252
11253 * Makefile.in (update-authors): New target for maintenance purposes.
11254
11255 * emacs-lisp/authors.el (batch-update-authors): New function.
11256 (authors-fixed-entries): New defconst.
11257 (authors-add-fixed-entries): New function.
11258 (authors): Call it.: Don't process lispref/.
11259
11260 2000-10-25 Jason Rumney <jasonr@gnu.org>
11261
11262 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11263 Merge x w32 and mac definitions.
11264
11265 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11266
11267 * menu-bar.el (menu-bar-options-menu): Add a help string for
11268 `uniquify'.
11269
11270 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11271
11272 * time-stamp.el (time-stamp-string-preprocess):
11273 Fix a wrong type argument error.
11274
11275 2000-10-25 Miles Bader <miles@gnu.org>
11276
11277 * recentf.el (recentf-mode): Variable removed.
11278 (recentf-mode): Use `define-minor-mode'.
11279
11280 * mwheel.el (mouse-wheel-mode): New global minor mode.
11281 (mwheel-install): Use `mouse-wheel-mode'.
11282
11283 2000-10-25 Dave Love <fx@gnu.org>
11284
11285 * progmodes/cperl-mode.el (cperl-mode):
11286 Set normal-auto-fill-function correctly.
11287
11288 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11289 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11290 bindings.
11291
11292 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11293
11294 * wid-edit.el (widget-field-at): New function.
11295 (widget-at, widget-field-activate): Use it.
11296 (widget-tabable-at): Use `widget-at'.
11297 (widget-specify-field): If the terminating character of the widget
11298 field (which is read-only) is a newline, put it into a special
11299 `boundary' field so that C-n/C-p act more naturally.
11300 (widget-field-end): Also don't subtract one if a special
11301 `boundary' field has been added after the widget field.
11302
11303 * comint.el (comint-output-filter, comint-send-input):
11304 Don't bother adding stickiness fields to overlays to fool the field
11305 code, since it should notice the overlay insertion-types now.
11306
11307 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11308 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11309 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11310
11311 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11312
11313 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11314 (authors): Set file coding system to iso-2022-7bit.
11315 Add file-local variables to output buffer.
11316
11317 * files.el (after-find-file): Don't print any warnings if
11318 WARN is nil.
11319
11320 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11321
11322 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11323
11324 * delim-col.el: Now there is a column formatting mechanism.
11325 Modified to customization mechanisms convention. Doc fix.
11326 (columns): New group for delim-col.
11327 (delimit-columns-before, delimit-columns-after)
11328 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11329 (delimit-columns-end): New vars.
11330 (delimit-columns-customize, delimit-columns-format): New funs.
11331 (delimit-columns-region, delimit-columns-rectangle)
11332 (delimit-columns-rectangle-line): Modified to support column
11333 formatting.
11334
11335 2000-10-24 Dave Love <fx@gnu.org>
11336
11337 * log-edit.el (log-edit): Add :version and a :group for vc.
11338
11339 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11340
11341 * files.el (after-find-file): Don't print a message ``New file''
11342 if WARN is nil.
11343
11344 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11345 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11346 get duplicate tool-bar entries because we'll see the global ones
11347 on more than one path through keymaps.
11348
11349 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11350
11351 * progmodes/cmacexp.el: Change Francesco's email address.
11352
11353 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11354
11355 * window.el (fit-window-to-buffer): Adjust point of the window
11356 buffer, not that of the current buffer.
11357
11358 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11359
11360 * progmodes/cmacexp.el: Update the euthor's email address.
11361
11362 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11363
11364 * faces.el (face-spec-set-match-display): Add `graphic' display
11365 type (the inverse of `tty'). Use `display-graphic-p' instead of
11366 the window-system variable.
11367
11368 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11369
11370 * international/isearch-x.el (isearch-with-input-method):
11371 Call input-method-function with the first event in
11372 unread-command-events.
11373
11374 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11375
11376 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11377
11378 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11379
11380 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11381 New charsets.
11382
11383 * term/mac-win.el: Remove definitions of mac-roman-lower and
11384 mac-roman-upper, require dired, and define instead of set
11385 mac-ready-for-drag-n-drop to avoid compilation error.
11386
11387 2000-10-23 Andrew Innes <andrewi@gnu.org>
11388
11389 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11390 Remove superfluous calls to subst-char-in-string; instead apply
11391 expand-file-name after convert-standard-filename to ensure
11392 expected directory separators are used.
11393
11394 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11395
11396 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11397
11398 2000-10-23 Dave Love <fx@gnu.org>
11399
11400 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11401 (tool-bar-add-item): Set foreground and background for XBM icons.
11402
11403 * international/latin1-disp.el (latin1-char-displayable-p):
11404 New function (from Handa).
11405 (latin1-display-check-font): Use it.
11406
11407 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11408 using :key-sequence, making it much more usable.
11409 Use nconc, not append.
11410 (imenu--create-keymap-1): Avoid append.
11411
11412 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11413
11414 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11415
11416 [the following changes fix a bug where `define-minor-mode' didn't
11417 correctly generate :require clauses for defcustoms in compiled files]
11418 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11419 (byte-compile-log-file, byte-compile-log-1): Don't set
11420 `byte-compile-current-file' to nil. Instead set
11421 `byte-compile-last-logged-file' to it. Test whether
11422 byte-compile-current-file equals byte-compile-last-logged-file
11423 instead of whether its nil.
11424 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11425
11426 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11427
11428 * textmodes/refill.el: Fix var names in doc.
11429 (refill-mode): Don't bother with make-local-hook anymore.
11430
11431 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11432
11433 * faces.el (face-user-default-spec, face-default-spec): New functions.
11434 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11435 (frame-set-background-mode, face-set-after-frame-default):
11436 Use `face-user-default-spec'. Simplify code slightly.
11437
11438 * woman.el (woman-italic-face, woman-bold-face)
11439 (woman-unknown-face): Add dark-background variants.
11440 (woman-default-faces): Renamed from `woman-colour-faces'.
11441 Set using the stored defaults, rather than using hard-wired colors.
11442 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11443 Just make the foreground `unspecified' rather than "black".
11444 (woman-menu): Rename menu entries accordingly.
11445
11446 * faces.el (header-line): Make more reasonable on mono/grayscale
11447 displays.
11448
11449 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11450
11451 * cus-edit.el (custom-button-face): Use 3D look for mac.
11452 (custom-button-pressed-face): Likewise.
11453
11454 * faces.el (set-face-attributes-from-resources): Handle mac frames
11455 in the same way as x and w32 frames.
11456 (face-valid-attribute-values): Likewise.
11457 (read-face-attribute): Likewise.
11458 (defined-colors): Likewise.
11459 (color-defined-p): Likewise.
11460 (color-values): Likewise.
11461 (display-grayscale-p): Likewise.
11462 (face-set-after-frame-default): Likewise.
11463 (mode-line): Same default face as for x and w32.
11464 (tool-bar): Likewise.
11465
11466 * frame.el: Remove call to frame-notice-user-settings at end of
11467 the file.
11468
11469 * info.el (Info-fontify-node): Make underlines invisible for mac
11470 as for x, pc, and w32 frame types.
11471
11472 * term/mac-win.el: New file.
11473
11474 2000-10-22 Dave Love <fx@gnu.org>
11475
11476 * textmodes/refill.el: New file.
11477
11478 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11479
11480 * vc-hooks.el (vc-version-backup-file-name): New optional args
11481 MANUAL and REGEXP.
11482 (vc-delete-automatic-version-backups, vc-make-version-backup):
11483 New functions.
11484 (vc-before-save): Use the latter.
11485 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11486 confusion.
11487
11488 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11489 expected by vc[-hooks].el.
11490
11491 * vc.el (vc-checkout): Added `-p' suffix in call to
11492 vc-make-version-backups-p; use vc-make-version-backup to actually
11493 make the backup.
11494 (vc-version-other-window, vc-version-backup-file): Handle both
11495 automatic and manual backups.
11496 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11497 of all of them.
11498
11499 2000-10-22 Miles Bader <miles@gnu.org>
11500
11501 * comint.el (comint-highlight-input, comint-highlight-prompt):
11502 Renamed, `-face' at end removed.
11503 (comint-send-input, comint-output-filter): Use renamed faces.
11504
11505 * window.el (fit-window-to-buffer): Change defaulting of
11506 MAX-HEIGHT slightly.
11507
11508 * faces.el (color-values, color-defined-p): Use `member', not
11509 `memq', because it works correctly for strings.
11510 (frame-set-background-mode): Actually, "unspecified-fg" and
11511 "unspecified-bg" *are* strings. Use `member', not `memq', and
11512 `equal', not `eq', when a string value is possible.
11513
11514 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11515
11516 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11517
11518 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11519
11520 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11521 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11522 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11523 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11524 (sh-font-lock-syntactic-keywords): Use them.
11525 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11526 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11527 (sh-mode): Don't override font-lock-unfontify-region-function.
11528 Use a copy of sh-font-lock-syntactic-keywords.
11529 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11530 Don't call sh-scan-buffer since font-lock does it on the fly.
11531 (sh-get-indent-info): Use `face' rather than `syntax-table'
11532 text-property to detect here-documents.
11533 Replace sh-special-syntax with sh-st-punc.
11534 (sh-prev-line): Use `face' rather than `syntax-table'
11535 text-property to skip over here-documents.
11536 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11537 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11538 (sh-electric-less, sh-set-here-doc-region)
11539 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11540 (sh-scan-buffer, sh-rescan-buffer): Remove.
11541
11542 2000-10-21 Andrew Innes <andrewi@gnu.org>
11543
11544 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11545 remote (ange-ftp) file names.
11546
11547 2000-10-21 Miles Bader <miles@gnu.org>
11548
11549 * window.el (fit-window-to-buffer): New function.
11550 (shrink-window-if-larger-than-buffer): Use it.
11551 (window-text-height): Don't expect minibuffers to have mode-lines.
11552
11553 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11554 * international/quail.el (quail-update-guidance):
11555 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11556
11557 * international/quail.el (quail-show-guidance-buf): Make sure
11558 guidance window really has enough room.
11559 (quail-update-guidance): If quail-guidance-win is already shown,
11560 make sure its height is OK.
11561
11562 * window.el (window-text-height, set-window-text-height):
11563 New functions.
11564 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11565 instead of `window-height' & `mode-line-window-height-fudge'.
11566 (mode-line-window-height-fudge): Add FACE parameter.
11567 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11568 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11569
11570 2000-10-20 Miles Bader <miles@gnu.org>
11571
11572 * window.el (height-affecting-face-attributes): Use `defconst'.
11573
11574 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11575 New function, conditionally aliased to `mode-line-window-height-fudge'.
11576 (ispell-help): Use it.
11577 (ispell-choices-win-default-height): Don't include mode-line fudge.
11578 (ispell-choices-win-default-height): New function.
11579 (ispell-show-choices, ispell-command-loop): Use function
11580 `ispell-choices-win-default-height' instead of variable.
11581
11582 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11583
11584 * window.el (mode-line-window-height-fudge): New variable.
11585 (height-affecting-face-attributes): New variable.
11586 (mode-line-window-height-fudge): New function.
11587 (shrink-window-if-larger-than-buffer): Use it.
11588 * help.el (resize-temp-buffer-window): Likewise.
11589
11590 * info.el (Info-fontify-node): Add support for @subsubsection
11591 titles, which use `Info-title-4-face'.
11592 (Info-title-4-face): New face.
11593 (Info-title-3-face): Inherit from Info-title-4-face instead of
11594 variable-pitch.
11595
11596 2000-10-19 Jason Rumney <jasonr@gnu.org>
11597
11598 * dired.el (dired-insert-directory): Do not let errors signalled by
11599 attempt to run dired-free-space-program prevent dired from working.
11600
11601 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11602
11603 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11604
11605 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11606
11607 * dirtrack.el (dirtrack): Fix call to run-hooks.
11608
11609 * cmuscheme.el (cmuscheme-program-name): Renamed from
11610 scheme-program-name because xscheme.el contains a defcustom with
11611 the same name. As a consequence, customizing group `cmuscheme'
11612 loaded `xscheme' which redefined run-scheme.
11613 (run-scheme): Use cmuscheme-program-name.
11614
11615 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11616
11617 * play/doctor.el (doctor-death): Update the Samaritans'
11618 anonymous address, and add a website for Befrienders International.
11619
11620 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11621
11622 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11623 Avoid compilation gripes. Doc fix.
11624 (ps-print-version): New version number (6.2).
11625 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11626 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11627 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11628 (ps-x-extent-priority, ps-x-extent-start-position)
11629 (ps-x-face-font-instance, ps-x-find-coding-system)
11630 (ps-x-font-instance-properties, ps-x-make-color-instance)
11631 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11632 avoid compilation gripes without defining functions.
11633 (ps-e-find-composition): Alias for function find-composition, to have a
11634 suitable function depending on Emacs version.
11635 (ps-color-device, ps-color-values, ps-face-foreground-name)
11636 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11637 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11638 (ps-print-ensure-fontified): Function definitions surrounded by
11639 `eval-and-compile' to avoid compilation gripes.
11640 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11641 by symbol-value to avoid compilation gripes.
11642 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11643 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11644
11645 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11646
11647 * startup.el (normal-top-level): Call `frame-set-background-mode'
11648 after `frame-notice-user-settings' because the latter doesn't call
11649 the former on a tty.
11650
11651 * faces.el (frame-set-background-mode): `unspecified' &c are
11652 symbols, not strings.
11653
11654 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11655
11656 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11657 why some "light*" colors are deliberately absent from the alist.
11658
11659 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11660 Change colors for tty's, as suggested by Miles Bader.
11661
11662 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11663
11664 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11665 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11666 for ISO10646-1 fonts.
11667 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11668
11669 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11670
11671 * faces.el (frame-set-background-mode): If a tty frame defines a
11672 background color, use that to compute the background mode, instead
11673 of always defaulting to "dark".
11674
11675 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11676
11677 * comint.el (comint-write-output): New function.
11678 (comint-mode-map): Add it to the menu.
11679 Bind `C-c C-s' to comint-write-output.
11680
11681 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11682
11683 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11684 Use fancy-splash-delay.
11685
11686 2000-10-18 Alex Schroeder <alex@gnu.org>
11687
11688 * progmodes/sql.el (sql-sybase-options): New option.
11689 (sql-sybase): Use it. Add sql-database to the list of parameters
11690 provided for login. The options -w 2048 -n are not used any more.
11691
11692 * comint.el (comint-read-input-ring): Bugfix such that the first
11693 and the last entry of the input ring file are not lost.
11694
11695 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11696
11697 * ps-print.el: Internal variable changes to defcustom,
11698 make-local-hook changes to defvar. Doc fix.
11699 (ps-print-version): New version number (6.1).
11700 (ps-setup, ps-do-despool): Code fix.
11701 (ps-printer-name): Customization fix.
11702 (ps-printer-name-option): Now is a defcustom instead of an
11703 internal variable.
11704 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11705 (ps-print-begin-column-hook): Now are defvar instead of
11706 make-local-hook.
11707
11708 2000-10-18 Miles Bader <miles@gnu.org>
11709
11710 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11711 (comint-kill-output): Changed into an alias for `comint-delete-output',
11712 and made obsolete.
11713 (comint-mode-map): Rename references to comint-kill-output.
11714
11715 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11716
11717 * diff-mode.el (diff-header-face, diff-file-header-face)
11718 (diff-changed-face): Add bold and italic attributes to tty faces.
11719 (diff-function-face): New face.
11720 (diff-font-lock-keywords): Use it.
11721
11722 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11723
11724 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11725 Remove commented-out call to force-mode-line-update.
11726 (comint-kill-output): Use `forward-line 0' instead of
11727 beginning-of-line to make sure we get past the prompt.
11728
11729 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11730
11731 * diff-mode.el (diff-header-face, diff-file-header-face):
11732 Add specific setting for dark background.
11733 (diff-context-face): Renamed from diff-comment-face.
11734 Set explicitly rather than inheriting from font-lock-comment-face.
11735
11736 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11737
11738 * startup.el (command-line): Move the code which sets the default
11739 TTY colors to before before-init-hook.
11740
11741 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11742
11743 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11744
11745 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11746
11747 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11748 extensions, for MS-DOS.
11749
11750 * diff-mode.el (diff-header-face, diff-file-header-face)
11751 (diff-changed-face): Define tty-specific colors.
11752
11753 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11754
11755 * startup.el (fancy-splash-text): Realign the text.
11756
11757 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11758
11759 * font-lock.el (font-lock-comment-face): Define a separate default
11760 for dark-background tty's.
11761
11762 2000-10-17 Miles Bader <miles@gnu.org>
11763
11764 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11765 being obscured by whizzy mode-lines on graphics displays.
11766
11767 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11768
11769 * info.el (Info-title-1-face, Info-title-2-face)
11770 (Info-title-3-face): Define colors for tty's.
11771 (info-header-node): Remove unneeded tty-specific definition.
11772
11773 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11774
11775 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11776 reverse from the frame parameters, and don't invert foreground and
11777 background colors.
11778
11779 2000-10-16 Miles Bader <miles@gnu.org>
11780
11781 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11782 string "*Info*". Call propertized-buffer-identification to spruce
11783 up the result.
11784
11785 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11786
11787 * help.el: Provide `help' for the sake of define-minor-mode
11788 which generates defcustoms with requires.
11789
11790 * jit-lock.el (jit-lock-after-change): If we're in text that
11791 matches a multi-line font-lock pattern, make sure the whole text
11792 will be redisplayed.
11793
11794 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11795 author's name is unknown.
11796
11797 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11798 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11799 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11800 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11801 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11802 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11803 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11804 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11805 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11806 Add author information.
11807
11808 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11809
11810 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11811 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11812 full-color version (using the Gimp) to eliminate dithering artifacts.
11813
11814 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11815
11816 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11817
11818 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11819
11820 2000-10-15 Dave Love <fx@gnu.org>
11821
11822 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11823
11824 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11825
11826 * whitespace.el: Doc fixes.
11827 (top-level): Don't add hooks here.
11828 (whitespace-running-emacs): Deleted.
11829 (timer): Don't require.
11830 (whitespace): Add back :version conditional on xemacs test.
11831 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11832 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11833 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11834 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11835 Avoid specific xemacs test.
11836 (whitespace-global-mode): New option.
11837 (whitespace-global-mode): New command.
11838 (whitespace-unload-hook): New function.
11839
11840 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11841 (Info-fontify-node, Info-goto-node, Info-mode-menu)
11842 (Info-fontify-node): `Goto' goes to `Go to'.
11843 (Info-fontify-node): Add help-echo to xref links.
11844
11845 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11846
11847 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11848
11849 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11850
11851 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11852 Use plist-get and allow :inherit.
11853
11854 * emacs-lisp/cl-macs.el (cl-do-arglist):
11855 Use plist-get and plist-member instead of memq.
11856
11857 * emacs-lisp/ewoc.el (ewoc-location): New function.
11858 (ewoc-enter-after, ewoc-enter-before): Document return value.
11859 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11860 Don't need make-local-hook any more.
11861 (cvs-addto-collection): Return the new tin.
11862 (cvs-mode-insert): Jump to the new line.
11863
11864 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11865
11866 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11867
11868 * font-lock.el (font-lock-syntactically-fontified): New var.
11869 (font-lock-fontify-syntactic-keywords-region): Use it.
11870 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11871
11872 * diff-mode.el (diff-find-file-name): Fix regexp.
11873
11874 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11875 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11876
11877 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11878 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11879 (sh-mode): Don't make all vars local here.
11880 (sh-kw): Reformat.
11881 (sh-set-shell): Use dolist. Don't set indent-region-function.
11882 (sh-mode-syntax-table): Use pop.
11883 (sh-remember-variable): Use push.
11884 (sh-help-string-for-variable): Use memq.
11885 (sh-safe-backward-sexp): Remove.
11886 (sh-safe-forward-sexp): Add ARG.
11887 (sh-get-indent-info, sh-prev-stmt): Use it.
11888 (sh-prev-line): Simplify by using forward-comment.
11889 (sh-this-is-a-continuation): Simplify.
11890 (sh-learn-buffer-indent): Use dolist.
11891 (sh-do-nothing): Remove.
11892 (sh-set-char-syntax, sh-set-here-doc-region):
11893 Use inhibit-modification-hooks.
11894 (sh-name-style): Use mapcar and push.
11895 (sh-load-style): Use dolist.
11896 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11897 (sh-case, sh-while-getopts): Use propertize directly rather
11898 than sh-electric-rparen.
11899
11900 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
11901
11902 * textmodes/tex-mode.el: Require CL when compiling.
11903 (tex-mode-syntax-table): Init immediately.
11904 (tex-mode-map): Bind M-RET to latex-insert-item.
11905 (latex-mode): Set indent-line-function to latex-indent.
11906 (tex-common-initialization): Don't setup the syntax-table any more.
11907 (latex-insert-item): New skeleton.
11908 (tex-next-unmatched-end): Fix copy/paste braino.
11909 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
11910 (latex-indent, latex-find-indent): New functions.
11911 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
11912 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11913 (tex-compilation-parse-errors): Use with-syntax-table.
11914
11915 2000-10-15 Miles Bader <miles@gnu.org>
11916
11917 * font-lock.el (font-lock-comment-face): Change dark-background,
11918 color, non-tty, default to `chocolate1'.
11919
11920 2000-10-13 John Wiegley <johnw@gnu.org>
11921
11922 * eshell/esh-util.el (require): Added a missing `require' form,
11923 needed when compiling (for an ange-ftp macro definition).
11924
11925 2000-10-13 Dave Love <fx@gnu.org>
11926
11927 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
11928
11929 2000-10-13 Gerd Moellmann <gerd@gnu.org>
11930
11931 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
11932
11933 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
11934 transparent -colors 8).
11935
11936 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
11937
11938 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
11939 that breaks with old list format timestamps.
11940 (time-stamp-warn-inactive, time-stamp-old-format-warn)
11941 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
11942
11943 2000-10-13 John Wiegley <johnw@gnu.org>
11944
11945 * align.el, pcomplete.el, calendar/timeclock.el,
11946 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
11947
11948 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
11949 faulty math, where holiday hours were being computing as seconds.
11950
11951 2000-10-13 John Wiegley <johnw@gnu.org>
11952
11953 * desktop.el (desktop-buffer-modes-to-save): Added a global for
11954 specifying what "other" kinds of buffers should be saved.
11955 This used to be hard-coded.
11956 (desktop-buffer-misc-functions): A global for specifying how
11957 auxiliary data should be determined for special buffer types.
11958 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
11959 instead of hard-coding the special buffer types.
11960 (desktop-save): Run `desktop-buffer-misc-functions' to gather
11961 auxiliary data, instead of hard-coding for Info buffers and dired.
11962 (desktop-buffer-info-misc-data): Aux function for determining Info
11963 buffer auxiliary info.
11964 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
11965 (desktop-buffer-info): Changed this function to use the info
11966 gathered above.
11967 (desktop-create-buffer): Be a little more careful about what
11968 `minor-mode' means before calling it. This is important for some
11969 buffer types.
11970
11971 2000-10-13 John Wiegley <johnw@gnu.org>
11972
11973 * eshell/esh-util.el: Added a global form which declares an
11974 autoload for `parse-time-string', if that function is not already
11975 defined, and if parse-time.el is available on the user's system.
11976
11977 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
11978 to be aware of ange-ftp user info.
11979 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
11980 (eshell-ls-annotate): Use `eshell-file-attributes'.
11981 (eshell-ls-file): Made the user-id printing code a bit smarter.
11982
11983 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
11984 allow identification of alias user ids in remote directories.
11985 It's manual, but there's no other way to know when the current user
11986 on the local machine, is also the owning user on the remote machine.
11987 (fboundp): Bind `ange-cache'.
11988 (eshell-directory-files-and-attributes): Re-organized the logic a
11989 bit to use `eshell-file-attributes' instead of `file-attributes'.
11990 The former is more sensitive to directories that are read via FTP,
11991 and knows how to use ange-ftp to determine full attribute
11992 information, instead of just the name and last modtime.
11993 (eshell-current-ange-uids): Return the current user id when in a
11994 remote directory.
11995 (eshell-parse-ange-ls): Parse a full directory listing that has
11996 been returned by ange-ftp.
11997 (eshell-file-attributes): This beefed up version of
11998 `file-attributes' is only special if the user is currently in a
11999 remote directory, in which case it does a lot of work to find out
12000 what the real attributes of a file are, as they appear on the
12001 remote machine. This makes usage of remote directories (i.e.,
12002 ange-ftp pathnames) much more useful. You can now use Eshell as a
12003 full-fledged FTP client, with much more manipulation ability than
12004 most other clients.
12005
12006 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12007 variable, which means that Eshell's du should always be preferred
12008 in remote directories.
12009 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12010 just `file-attributes'.
12011 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12012 when reading remote directories. This is an Eshell-specific
12013 variable (not part of ange-ftp).
12014 (eshell/ln): Bind `ange-cache'.
12015 (eshell/du): Added some extra logic for determining when to use
12016 Eshell's du (which is slow), and when to use the external version
12017 (which may or may not exist).
12018
12019 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12020 Call `eshell-interactive-process', rather than using
12021 `get-buffer-process', since backgrounded processes don't count in
12022 the context of this function's logic.
12023
12024 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12025 `forward-char', so that null strings are parsed correctly.
12026
12027 2000-09-13 John Wiegley <johnw@gnu.org>
12028
12029 * eshell/em-pred.el (eshell-pred-file-type)
12030 (eshell-pred-file-links, eshell-pred-file-size):
12031 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12032
12033 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12034 that remote file globbing is more efficient.
12035
12036 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12037 gathering the files and attributes within a directory.
12038
12039 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12040 the command line is a special file (not a regular file, directory
12041 or symlink), always attempt to call the external version of cat.
12042
12043 2000-09-13 John Wiegley <johnw@gnu.org>
12044
12045 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12046 Eshell-friendly version of find-tag.
12047
12048 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12049
12050 * image-file.el (image-file-name-extensions)
12051 (image-file-name-regexps): Add autoload cookies.
12052
12053 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12054
12055 * international/mule-cmds.el (select-safe-coding-system): If FROM
12056 is string, show it in *Warning* buffer.
12057
12058 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12059
12060 * startup.el (normal-top-level): Use display-popup-menus-p instead
12061 of window-system.
12062 (command-line): Use display-graphic-p instead of window-system.
12063 (command-line-1): Use display-popup-menus-p and display-mouse-p
12064 instead of window-system.
12065
12066 2000-10-12 Sam Steingold <sds@gnu.org>
12067
12068 * tooltip.el (tooltip-use-echo-area): New user variable.
12069 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12070
12071 2000-10-12 Dave Love <fx@gnu.org>
12072
12073 * recentf.el: Maintainer's checkdoc fixes.
12074
12075 * startup.el (normal-top-level-add-subdirs-to-load-path):
12076 Use character class, not ASCII when matching file names.
12077 (fancy-splash-head): Add trailing slash to URL.
12078 (command-line): Don't require XPM support for toolbar.
12079
12080 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12081 (cperl-invalid-face): Revert last change.
12082 (cperl-init-faces): Quote cperl-invalid-face.
12083
12084 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12085
12086 * startup.el (fancy-splash-text): Remove superfluous quote.
12087
12088 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12089
12090 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12091 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12092 (command-line-1): Don't use fancy-splash-pending-command.
12093 (fancy-splash-screens-1): Goto point-min after inserting text.
12094
12095 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12096
12097 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12098 instead of shared-lisp-mode-map.
12099
12100 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12101
12102 * faces.el (header-line): Change tty-variant to use underlining.
12103
12104 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12105 (isearch-highlight): Restore lazy-isearch face properties at old
12106 position, and suppress them at new position.
12107 (isearch-dehighlight): Restore lazy-isearch face properties.
12108 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12109 over the real isearch overlay, but in that case, don't give it a
12110 face property. Use `push'.
12111
12112 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12113
12114 * man.el (Man-getpage-in-background): Fix previous change.
12115 Decode the process output only when we are in multibyte mode.
12116
12117 2000-10-11 Dave Love <fx@gnu.org>
12118
12119 * info.el (Info-mode-menu): Fix some help.
12120 (info-tool-bar-map): Add entry for Info-last.
12121
12122 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12123 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12124 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12125 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12126 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12127 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12128 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12129 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12130 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12131 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12132 Reduce colour requirements to 25 overall. (Probably wants
12133 revisiting from the originals to reduce further.)
12134
12135 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12136
12137 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12138 buffer-file-coding-system, instead of raw-text.
12139 (dehexlify-buffer): Bind coding-system-for-read to
12140 buffer-file-coding-system, instead of raw-text.
12141
12142 2000-10-11 Sam Steingold <sds@gnu.org>
12143
12144 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12145 `underline' - fixes the bug introduced on 2000-09-21.
12146
12147 2000-10-11 Dave Love <fx@gnu.org>
12148
12149 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12150 Avoid compiler warnings.
12151 (scheme-mode): Doc fix.
12152 (scheme-font-lock-keywords-1): Match `define-syntax'.
12153
12154 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12155
12156 * faces.el (frame-set-background-mode): Pay attention to saved
12157 face specs as well as default ones. Only do anything if the
12158 bg-mode or display-type has actually changed. Use `dolist'.
12159 (region): Make dark-background `region' face less in-your-face.
12160
12161 2000-10-10 Sam Steingold <sds@gnu.org>
12162
12163 * chistory.el, ielm.el, ledit.el:
12164 * progmodes/inf-lisp.el, progmodes/scheme.el:
12165 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12166
12167 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12168
12169 * textmodes/texinfo.el: Update copyright and fix typo.
12170
12171 * desktop.el (desktop-modes-not-to-save): New var.
12172 (desktop-save-buffer-p): Use it.
12173 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12174 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12175
12176 2000-10-10 Dave Love <fx@gnu.org>
12177
12178 * toolbar/tool-bar.el (tool-bar-add-item)
12179 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12180
12181 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12182 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12183 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12184 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12185 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12186 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12187 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12188 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12189 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12190 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12191 the .xpms; probably need retouching.
12192
12193 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12194
12195 * subr.el (add-to-list): Add optional argument APPEND.
12196 * battery.el (display-battery): Use `add-to-list'.
12197
12198 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12199
12200 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12201 properties.
12202 (zone, zone-when-idle, zone-leave-me-alone)
12203 (zone-pgm-whack-chars): Use new symbol properties.
12204
12205 * battery.el (display-battery): Doc spelling fix.
12206
12207 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12208 property.
12209
12210 2000-10-09 Dave Love <fx@gnu.org>
12211
12212 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12213 has been initialized before calling tool-bar-setup.
12214 (tool-bar-add-item-from-menu): Add autoload cookie.
12215
12216 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12217
12218 * menu-bar.el (send-mail-item-name): New function.
12219 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12220 of mail-user-agent in the menu. Don't display the "Send Mail"
12221 item if mail-user-agent is nil or its value is ignore.
12222 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12223 if read-mail-command is nil or its value is ignore.
12224
12225 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12226
12227 2000-10-09 Miles Bader <miles@gnu.org>
12228
12229 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12230 Correct image size.
12231 * toolbar/left_arrow.xpm: Correct image size.
12232
12233 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12234 will be done by the definition of `auto-compression-mode' if
12235 necessary. Move code to uninstall existing file-name handler
12236 before definition of `auto-compression-mode'.
12237
12238 * image-file.el (auto-image-file-mode): Move to the end of the
12239 file, because `define-minor-mode' actually calls the mode-function
12240 if the associated variable is non-nil, which requires that all
12241 needed functions be already defined.
12242
12243 * mouse.el (popup-menu): Balance parens.
12244
12245 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12246
12247 * mouse.el (popup-menu): Move the command call outside the loop
12248 so that popup-menu returns whatever the command returns.
12249
12250 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12251 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12252 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12253 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12254
12255 * vc.el (vc-version-diff): diff-switches can be a list.
12256 Use relative filenames for prettier output.
12257
12258 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12259 (vc-post-command-functions): Remove old-VC compatibility code.
12260
12261 * newcomment.el (comment-indent-default): Autoload.
12262
12263 * font-lock.el (font-lock-defaults): Make buffer-local.
12264 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12265 (font-lock-choose-keywords):
12266 Ignore LEVEL unless KEYWORDS is a list of syms.
12267 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12268 Don't wrap regexp-opt things in \(...\) unnecessarily.
12269
12270 * jit-lock.el: Don't require font-lock any more.
12271 (jit-lock-functions): Make buffer-local.
12272 (jit-lock-saved-fontify-buffer-function): Remove.
12273 (jit-lock-mode): Remove autoload cookie.
12274 Remove font-lock specific code.
12275 (jit-lock-unregister): Don't bother handling complex hooks any more.
12276 (jit-lock-refontify): New function.
12277 (jit-lock-fontify-buffer): Use it.
12278 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12279 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12280 Add optional args START and END.
12281 Never call font-lock-fontify-region directly.
12282 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12283
12284 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12285
12286 2000-10-08 Dave Love <fx@gnu.org>
12287
12288 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12289
12290 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12291
12292 * play/studly.el (studlify-region, studlify-word): Add autoload
12293 cookie.
12294
12295 * play/morse.el (morse-region, unmorse-region): Add autoload
12296 cookie.
12297
12298 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12299 concat.
12300
12301 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12302 insist on symbols starting with word syntax.
12303 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12304 (eval-defun-1): Doc fix.
12305 (indent-sexp): Use nconc to build up indent-stack.
12306
12307 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12308 Gnus with little use.
12309 (mail-setup-hook): Add mail-abbrevs-setup to options.
12310
12311 * recentf.el: Doc fixes.
12312
12313 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12314 Clean up remainder.
12315
12316 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12317 without timezone and (8) with timezone to enforce some whitespace.
12318 Simplify code somewhat.
12319
12320 * options.el (list-options): Doc that you should use customize.
12321
12322 * iswitchb.el (iswitchb-mode): Add :require.
12323
12324 * info.el (Info-goto-node, Info-menu): Doc fix.
12325 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12326 (info-tool-bar-map): New variable.
12327 (Info-mode): Use it.
12328 (Info-edit-map): Define all in defvar.
12329 (speedbar-attached-frame): Avoid compiler warning.
12330
12331 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12332 (global-map): Bind [tool-bar] to a filtered map.
12333 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12334 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12335 Allow PBM icons.
12336 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12337
12338 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12339 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12340 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12341 icons, except up_arrow, which is left-arrow rotated.
12342
12343 * imenu.el (imenu-add-to-menubar): Fix last change.
12344
12345 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12346
12347 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12348 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12349
12350 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12351
12352 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12353 typos in doc strings.
12354
12355 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12356 the doc strings how to customize Font Lock faces.
12357
12358 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12359 computing growth when dragging the header line.
12360
12361 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12362
12363 * simple.el (kill-line): Doc fix.
12364
12365 2000-10-08 Miles Bader <miles@gnu.org>
12366
12367 * faces.el (secondary-selection): Make foreground visible on tty.
12368
12369 * jka-compr.el (auto-compression-mode): Move to the end of the
12370 file, because `define-minor-mode' actually calls the mode-function
12371 if the associated variable is non-nil, which requires that all
12372 needed functions be already defined.
12373 (with-auto-compression-mode): Add autoload cookie.
12374
12375 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12376
12377 * files.el (find-backup-file-name) [ms-dos]: If support for long
12378 file names is not available, behave as if version-control were set
12379 to never.
12380
12381 2000-10-07 Dave Love <fx@gnu.org>
12382
12383 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12384 (browse-url-gnome-moz): New function.
12385 (browse-url-browser-function): Use it.
12386 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12387
12388 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12389
12390 * indent.el (tab-always-indent): New var.
12391 (indent-for-tab-command): Use it.
12392
12393 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12394 raise an error. This way it can still default to a sane value.
12395
12396 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12397
12398 * startup.el (fancy-splash-screens): Use local rather than global map.
12399 Don't use `update-menu-bindings' any more.
12400 Get rid of assumptions about keymap representation.
12401
12402 2000-10-06 Dave Love <fx@gnu.org>
12403
12404 * textmodes/fill.el (sentence-end-double-space)
12405 (sentence-end-without-period): Doc fix.
12406 (adaptive-fill-regexp): Purecopy.
12407 (unjustify-current-line): Use line-end-position.
12408 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12409
12410 * net/eudc-vars.el (eudc): Add :version, :link.
12411
12412 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12413
12414 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12415 Fix for define-minor-mode.
12416 (function-at-point): Alias to function-called-at-point.
12417
12418 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12419
12420 * simple.el (backward-word): Doc fix.
12421
12422 * image-file.el (image-file-name-regexp): image-file-regexps ->
12423 image-file-name-regexps.
12424 (image-file-name-extensions): Add pbm.
12425
12426 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12427
12428 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12429 and add filename to the names so that diff-mode can jump to source.
12430
12431 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12432 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12433 (tex-font-lock-keywords-1): Remove.
12434 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12435 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12436 (font-lock-default-fontify-region):
12437 Expand beg..end correctly when just following a multiline region.
12438 (font-lock-fontify-anchored-keywords):
12439 Include the anchor text as part of the multiline.
12440
12441 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12442
12443 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12444 latter needs the autoloaded define-minor-mode macro during the
12445 bootstrap.
12446
12447 * startup.el (command-line): For now, activate tool-bar-mode only
12448 if XPM images are supported.
12449
12450 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12451 window by dragging a header-line at the top of the frame; that's
12452 confusing because the header-line doesn't move.
12453 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12454 of treating the event as a list. Some cleanup.
12455
12456 2000-10-06 Miles Bader <miles@gnu.org>
12457
12458 * simple.el (display-message-or-buffer): New function.
12459 (shell-command-on-region): Use `display-message-or-buffer'.
12460
12461 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12462 docstring parts.
12463
12464 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12465 (smbclient-prompt-regexp): Add usage note to doc string.
12466 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12467 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12468 Use add-hook for adding the comint filter function, and only do so
12469 if it's not already in the global hook list.
12470 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12471 to `make-local-variable'.
12472 (nslookup-font-lock-keywords): Remove prompt entry.
12473 (nslookup): Don't set the process-filter.
12474 (finger): Exit the loop correctly when the regexps list runs out.
12475 (ftp, smbclient, smbclient-list-shares):
12476 Set the real major mode immediately, not after execing.
12477 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12478
12479 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12480
12481 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12482
12483 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12484
12485 * which-func.el (which-func-format): Remove spurious space.
12486 (which-func-mode): Don't make it permanent-local.
12487 (which-func-ff-hook): Allow which-func-maxout to be nil.
12488 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12489 (which-func-mode): Simplify.
12490 Use post-command-idle-hook rather than post-command-hook.
12491 Go through all buffers and update their state.
12492 (which-function): Also try add-log-current-defun-function.
12493
12494 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12495 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12496 Update call to with-vc-properties accordingly.
12497 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12498 (vc-revert-buffer): More careful about window selection and deletion.
12499 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12500
12501 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12502 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12503 (cvs-dired-action): Change the default to quickdir.
12504
12505 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12506 if comment-indent-function returns nil.
12507 (comment-indent-default): New function.
12508 (comment-indent-function): Use it and document the new semantics.
12509
12510 * image-file.el: Docstring fixes.
12511
12512 * help.el (help-xref-on-pp): Use match-string.
12513 (describe-variable): New arg BUFFER.
12514 Store the current buffer in the help-xref-stack.
12515 (temp-buffer-resize-mode): Use define-minor-mode.
12516
12517 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12518 consistently with its docstring.
12519 Set jit-lock-first-unfontify-pos in an idempotent way.
12520 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12521
12522 2000-10-05 Alex Schroeder <alex@gnu.org>
12523
12524 * sql.el (sql-mysql-options): New variable.
12525 (sql-mysql): Use it.
12526
12527 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12528
12529 * image.el (image): New group.
12530
12531 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12532 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12533
12534 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12535
12536 * net/net-utils.el (nslookup-font-lock-keywords)
12537 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12538 Ignore the value of wqindow-system; always define keywords
12539
12540 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12541
12542 * startup.el (fancy-splash-screens): Remove the code for
12543 debugging; `(trace-to-stderr "EXITTT\n")'.
12544
12545 2000-10-05 Miles Bader <miles@gnu.org>
12546
12547 * diff-mode.el (diff-goto-source): Update call to
12548 `diff-hunk-status-msg' to reflect new REV variable.
12549
12550 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12551
12552 * progmodes/icon.el (icon-mode):
12553 Don't gratuitously override the default for comment-column.
12554
12555 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12556
12557 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12558 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12559 (jit-lock-functions): New var.
12560 (jit-lock-function-1): Use it if non-nil.
12561 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12562 Set the `fontified' property before doing the fontification to avoid
12563 repeatedly going through the same error.
12564 Don't turn errors into messages.
12565 (jit-lock-register, jit-lock-unregister): New functions.
12566
12567 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12568 Use with-current-buffer.
12569
12570 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12571 Turn comment into docstring.
12572
12573 * apropos.el (apropos-mode): Use define-derived-mode.
12574
12575 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12576
12577 * startup.el (fancy-splash-pending-command): New variable.
12578 (fancy-splash-pre-command): New function.
12579 (fancy-splash-screens): Rewritten.
12580 (command-line-1): If fancy-splash-pending-command is set, call it
12581 interactively.
12582
12583 2000-10-04 Dave Love <fx@gnu.org>
12584
12585 * toolbar/tool-bar.el (tool-bar-setup): New function.
12586 (tool-bar-mode): Use it.
12587
12588 * subr.el (substitute-key-definition): Doc fix.
12589 (play-sound-file): New command.
12590
12591 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12592
12593 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12594 vc-version-backup-file-name): New functions.
12595
12596 * files.el (basic-save-buffer): Call vc-before-save before saving.
12597
12598 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12599 vc-cvs-stay-local-p.
12600
12601 * vc.el (vc-revert-buffer): Handle empty diff properly.
12602 (vc-version-backup-file): New function.
12603 (vc-checkout): Create a version backup if necessary.
12604 (vc-checkin): If a version backup file exists, delete it.
12605 (vc-version-diff): Diff locally using version backups, if available.
12606 (vc-revert-file): If there's a version backup, revert locally.
12607 (vc-transfer-file): Use version backup for base version, if
12608 available. If not, ask for confirmation whether to get it from the
12609 server. Update mode line before check-in.
12610
12611 2000-10-04 Dave Love <fx@gnu.org>
12612
12613 * toolbar/tool-bar.el (tool-bar-setup): New function.
12614 (tool-bar-mode): Use it.
12615
12616 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12617
12618 * net/net-utils.el (nslookup-font-lock-keywords)
12619 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12620 Only set if window-system is non-nil
12621 (net-utils-run-program): Returns buffer.
12622 (network-connection-reconnect): Added this function.
12623
12624 * generic.el:
12625 Incorporates extensive cleanup and docfixes by
12626 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12627 Uses cl compile-time macros.
12628 (generic-mode-name, generic-comment-list)
12629 (generic-keywords-list, generic-font-lock-expressions)
12630 (generic-mode-function-list, generic-mode-syntax-table):
12631 Removed variables.
12632 (generic-mode-alist): Renamed to generic-mode-list.
12633 (generic-find-file-regexp): Default changed to "^#".
12634 (generic-read-type): Uses completing read on generic-mode-list.
12635 (generic-mode-sanity-check): removed this function.
12636 (generic-add-to-auto-mode): Removed this function
12637 (generic-mode-internal): Bind mode-specific definitions
12638 into function instead of putting them in alist.
12639 (generic-mode-set-comments): Reworked extensively.
12640 (generic-mode-find-file-hook): Simplified regexp searching
12641 (generic-make-keywords-list): Omit extra pair of parens
12642
12643 * find-lisp.el (find-lisp-find-files-internal):
12644 Make sure directory name ends with "/".
12645
12646 * generic-x.el (apache-conf-generic-mode):
12647 Regexp now allows leading whitespace.
12648 (rc-generic-mode): Added eval-when-compile
12649 around generic-make-keywords-list.
12650 Deleted duplicate regexp
12651 (rul-generic-mode): Added eval-when-compile
12652 around generic-make-keywords-list.
12653 (etc-fstab-generic-mode): New generic mode.
12654 (rul-generic-mode): Removed one eval-when-compile
12655 which caused a max-specpdl-size exceeded error.
12656
12657 2000-10-04 Miles Bader <miles@gnu.org>
12658
12659 * simple.el (minibuffer-temporary-goal-position): New variable.
12660 (next-history-element): Try to keep the position of point in the
12661 input string constant.
12662
12663 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12664 (dired-do-create-files): If there's only one file, pass it in as
12665 the DEFAULT arg to dired-mark-read-file-name.
12666
12667 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12668
12669 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12670 (diff-goto-source): Be smarter when choosing REVERSE or not.
12671
12672 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12673 (texinfo-mode-menu): Add an explicit shortcut for update all.
12674
12675 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12676
12677 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12678 factorize backend-specific code cleanly (this was essentially
12679 conceived by Stefan Monnier).
12680 (vc-unregister): Function removed.
12681 (vc-revert-file): New function.
12682 (vc-revert-buffer): Delegate some of the work to it.
12683
12684 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12685 default branch unconditionally.
12686 (vc-rcs-set-default-branch): New function.
12687 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12688 (vc-rcs-checkin): If an appropriate default branch has been set,
12689 force creation of that branch.
12690 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12691 code (as suggested by Stefan Monnier).
12692
12693 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12694
12695 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12696 highlighting overlay with a different face over the overlay
12697 isearch uses to highlight the current match because that can lead
12698 to bad face combinations.
12699
12700 * loadup.el (toplevel): Load faces before isearch.
12701
12702 * isearch.el (isearch-faces): New custom group.
12703 (isearch): New defface; was already tested for in the code.
12704 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12705 (isearch-highlight): Always use face `isearch'.
12706
12707 2000-10-02 Dave Love <fx@gnu.org>
12708
12709 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12710 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12711 comparison of opcode with operand.
12712
12713 2000-10-03 Miles Bader <miles@gnu.org>
12714
12715 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12716 buffer, since the echo area will now grow to accommodate them.
12717
12718 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12719
12720 * vc-hooks.el (vc-registered): If FILE used to be registered under
12721 a certain backend, try that one first.
12722
12723 * vc.el (vc-responsible-backend): Undo the previous change in the
12724 argument list. Handle multiple backends correctly.
12725 (vc-find-new-backend): Function removed.
12726 (vc-register): Use vc-responsible-backend, as before.
12727 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12728
12729 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12730
12731 * startup.el (fancy-splash-head): Change message below the
12732 logo.
12733
12734 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12735
12736 * diff-mode.el (diff-goto-source): Emit a status message.
12737 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12738 (diff-test-hunk): Fix doc string.
12739 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12740 (diff-advance-after-apply-hunk): New variable.
12741 (diff-apply-hunk): Don't return a value.
12742
12743 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12744
12745 * vc.el (vc-editable-p): Minor optimization.
12746 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12747 (vc-find-new-backend): New function split from vc-responsible-backend.
12748 (vc-register): Use it.
12749 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12750 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12751 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12752 (vc-clear-headers): Don't use find-file.
12753 (vc-revert-buffer): Use `and' again (must have been a braino).
12754 (vc-switch-backend): Only prompt if requested.
12755 Short circuit if nothing is to be done.
12756 Don't use vc-resynch-buffer which could lose unsaved editing.
12757 (vc-default-receive-file): Update call to vc-unregister.
12758 (with-vc-file, vc-next-action-on-file):
12759 Use vc-backend rather than vc-registered.
12760 (vc-next-action-on-file): Use intern-soft.
12761 Deal with read-only *vc-diff* buffer.
12762 (vc-transfer-file): Docstring fix.
12763
12764 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12765 (vc-rcs-receive-file): Avoid with-vc-properties.
12766 Update call to vc-unregister.
12767 Use constant `RCS' rather than (dynamically bound) var `backend'.
12768
12769 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12770
12771 * vc.el (vc-next-action-on-file): Update mode line only if file
12772 is visited.
12773 (vc-start-entry): New argument initial-contents. Don't visit the file
12774 if it isn't already visited. Brought documentation up-to-date.
12775 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12776 (vc-checkin): New optional arg initial-contents, which is passed to
12777 vc-start-entry.
12778 (vc-finish-logentry): Make sure to bury log buffer only if there
12779 really is one. Call `vc-resynch-buffer' on log-file, not
12780 buffer-file-name.
12781 (vc-default-comment-history, vc-default-wash-log): New functions.
12782 (vc-index-of): Removed.
12783 (vc-transfer-file): Make do without the above.
12784 (vc-default-receive-file): Call comment-history unconditionally. Pass
12785 the resulting string to vc-checkin, instead of inserting it into the
12786 comment ring.
12787
12788 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12789 unconditionally. Use the comments as initial contents of the log
12790 entry buffer. Document the trick to force branch creation with no
12791 changes.
12792
12793 2000-10-01 Miles Bader <miles@gnu.org>
12794
12795 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12796 `recenter' with an arg to prevent redrawing the display.
12797
12798 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12799
12800 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12801
12802 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12803
12804 * progmodes/c-mode.el (c-mode):
12805 Don't gratuitously override the default for comment-column.
12806
12807 * textmodes/tex-mode.el (latex-metasection-list): New var.
12808 (latex-imenu-create-index): Use it.
12809 Move the regexp construction outside loops (and use push).
12810 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12811 (tex-font-lock-keywords): Moved from font-lock.el.
12812 (tex-comment-indent): Remove.
12813 (tex-common-initialization): Don't set comment-indent-function.
12814 (latex-block-default): New var.
12815 (tex-latex-block): Use it to provide a default choice.
12816 Add any unknown choice to latex-block-names.
12817 Insert [...] after {...}.
12818 (tex-last-unended-begin): Simplify regexp.
12819 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12820 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12821 (latex-mode): Set forward-sexp-function.
12822
12823 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12824 Add regexp for @ignore ... @end ignore.
12825 (texinfo-heading-face): New face.
12826 (texinfo-font-lock-keywords): Use it.
12827 (texinfo-mode-menu): New menu.
12828 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12829 New functions.
12830 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12831 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12832 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12833 Remove declaration.
12834 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12835
12836 * delsel.el (delete-selection-mode): Use define-minor-mode.
12837
12838 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12839
12840 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12841
12842 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12843
12844 2000-09-30 Gerd Moellmann <gerd@gnu.org>
12845
12846 * replace.el (keep-lines-read-args): New function.
12847 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12848 read arguments interactively. Add parameters RSTART and REND.
12849 Operate on the active region in Transient Mark mode.
12850
12851 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12852
12853 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12854 (authors-obsolete-files-regexps): New variable.
12855 (authors-add): Don't record changes in obsolete files.
12856
12857 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12858
12859 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12860
12861 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12862 (comment-indent): Make sure there's a space between code and comment.
12863 Shift comments left to avoid going past fill-column.
12864
12865 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12866
12867 * startup.el (startup-echo-area-message): New function.
12868 (display-startup-echo-area-message): Use it.
12869 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12870 (fancy-splash-default-action): New function.
12871 (fancy-splash-screens-1): New function.
12872 (fancy-splash-head): Put a help-echo and a keymap under the image.
12873
12874 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12875
12876 * diff-mode.el (diff-add-log-file-name): Remove.
12877 (diff-mode): Use add-log-buffer-file-name-function.
12878
12879 * add-log.el (find-change-log): New arg BUFFER-FILE.
12880 (add-log-file-name): Obey add-log-file-name-function.
12881 (add-log-buffer-file-name-function): New var.
12882 (add-change-log-entry): Use it.
12883
12884 2000-09-29 Miles Bader <miles@gnu.org>
12885
12886 * image-file.el (image-file-name-extensions): New variable.
12887 (image-file-name-regexps): Renamed from `image-file-regexps'.
12888 New default value is nil. Call `auto-image-file-mode'.
12889 (image-file-name-regexp): New function.
12890 (auto-image-file-mode): New minor mode.
12891 (insert-image-file): Don't make conditional on the image-file
12892 handler being enabled.
12893 (image-file-handler): Make the call here conditional instead.
12894 (set-image-file-handler-enabled, enable-image-file-handler)
12895 (disable-image-file-handler): Functions removed.
12896
12897 * emacs-lisp/authors.el (authors-print): Rephrase many-files
12898 string.
12899
12900 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12901
12902 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12903 it's a function from CL.
12904 (latex-imenu-create-index): Replace eval-when-compile with progn
12905 because latex-section-alist is not bound while compiling.
12906
12907 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12908
12909 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12910 (outline-mode): Use define-derived-mode.
12911
12912 * progmodes/perl-mode.el (perl-mode):
12913 * progmodes/awk-mode.el (awk-mode):
12914 * progmodes/asm-mode.el (asm-mode):
12915 Don't gratuitously override the default for comment-column.
12916
12917 * emacs-lisp/lisp.el (lisp-complete-symbol):
12918 Distinguish the let-binding case from the funcall case.
12919 (forward-sexp-function): New variable.
12920 (forward-sexp): Use it.
12921
12922 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
12923 (easy-mmode-defmap): Remove the now useless autoload.
12924
12925 * time.el (display-time-mode): Use define-minor-mode.
12926
12927 * subr.el (add-minor-mode): Don't eval NAME.
12928 Don't depend on the presence of TOGGLE-FUN for any special behavior.
12929 Use if rather than cond.
12930
12931 * simple.el (read-expression-map): Define more properly.
12932 (comment-indent-hook): Remove.
12933 (string-to-syntax): Bug fix.
12934
12935 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
12936 (cvs-ediff-diff): Fix typo.
12937 (cvs-revert-if-needed): Don't bother preserving read-only.
12938
12939 * paren.el (show-paren-mode): Use define-minor-mode.
12940
12941 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
12942 (toggle-auto-compression): Remove.
12943 (jka-compr-build-file-regexp): Remove useless grouping.
12944
12945 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
12946 Avoid user-reserved bindings.
12947 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
12948 (diff-header-face): Revert to grey85.
12949
12950 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
12951
12952 * complete.el (partial-completion-mode) <defcustom>: Remove.
12953 (partial-completion-mode): Use define-minor-mode.
12954 (PC-do-completion): Understand `completion-auto-help = delay'
12955 to mean to popup the completion buffer only the second time.
12956 (PC-include-file-all-completions, PC-include-file-all-completions)
12957 (PC-include-file-all-completions): Don't quote lambda.
12958
12959 * comint.el (comint-mode-hook): Docstring fix.
12960 (comint-mode): Use define-derived-mode.
12961 (comint-mode-map): Remove obsolete comment.
12962 (make-comint): Minor stylistic change.
12963 (comint-insert-clicked-input): Be more careful to find the overlay.
12964 Use this-command-keys rather than hardcoding mouse-2.
12965
12966 * font-lock.el: Replace confusing (,@ with ,
12967 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
12968 Don't use regexp-opt-depth. Spice up the regexp for args.
12969 Don't distinguish between cmds that can take an opt arg or not.
12970 Use `append' and `prepend' rather than `keep'.
12971
12972 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
12973 (latex-outline-regexp): New var.
12974 (latex-outline-level): New fun.
12975 (latex-section-alist): New var.
12976 (latex-imenu-create-index): Use it. Use `push' as well.
12977 (tex-shell-map): Initialize it properly.
12978 (tex-mode): Minor stylistic change.
12979 (plain-tex-mode): Use define-derived-mode.
12980 (latex-mode): Use define-derived-mode.
12981 Construct the paragraph regexps in a more readable way.
12982 Set the buffer-local outline-{level,regexp} vars.
12983 (slitex-mode): Derive from latex-mode.
12984 (tex-common-initialization): Don't kill-all-vars anymore.
12985 Add setting for comment-add and font-lock-defaults.
12986 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
12987 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
12988 (tex-start-tex): New arg DIR (and send a chdir command for it).
12989 Also display the shell buffer and save it in tex-last-buffer-texed.
12990 (tex-region): Use expand-file-name rather than concat.
12991 Remove code made useless by changes in tex-start-tex.
12992 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
12993
12994 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
12995
12996 2000-09-28 Dave Love <fx@gnu.org>
12997
12998 * eshell/eshell.el (eshell) <defgroup>: Add :version.
12999
13000 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13001
13002 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13003 `append'.
13004
13005 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13006
13007 * info.el (Info-extract-pointer): Undo last change.
13008 Instead, fix the position of the `bound' arg to re-search-backward.
13009
13010 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13011
13012 * info.el (Info-extract-pointer):
13013 Widen more carefully, to avoid finding pointers in other nodes.
13014 (Info-index): Use push.
13015
13016 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13017
13018 * frame.el (set-frame-font): Remove call to obsolete function
13019 frame-update-faces.
13020 (set-foreground-color, set-background-color): Likewise for
13021 frame-update-face-colors.
13022
13023 2000-09-27 Miles Bader <miles@gnu.org>
13024
13025 * image-file.el: New file.
13026
13027 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13028
13029 * frame.el (frame-notice-user-settings): Don't call
13030 frame-update-faces, which is a no-op now.
13031
13032 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13033 tool-bar-lines.
13034
13035 2000-09-27 Dave Love <fx@gnu.org>
13036
13037 * mouse.el: Fix last change.
13038
13039 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13040
13041 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13042
13043 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13044
13045 * international/quail.el (quail-help): The output message is
13046 improved.
13047
13048 2000-09-26 Dave Love <fx@gnu.org>
13049
13050 * mouse.el (popup-menu): If POSITION is nil, set it using
13051 mouse-position.
13052
13053 2000-09-25 Sam Steingold <sds@gnu.org>
13054
13055 * net/browse-url.el (browse-url-file-url): Check for null maps.
13056
13057 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13058
13059 * frame.el (frame-notice-user-settings): Don't add a
13060 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13061
13062 * frame.el (frame-notice-user-settings):
13063 Make tool-bar-mode and default-frame-alist consistent.
13064
13065 * toolbar/tool-bar.el (tool-bar-help): New function.
13066
13067 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13068
13069 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13070 current-load-list in top-level forms. Else this leaks a cons cell
13071 every time a defun is called.
13072
13073 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13074
13075 2000-09-25 Dave Love <fx@gnu.org>
13076
13077 * startup.el (fancy-splash-head): Check XPM is available.
13078
13079 * autoinsert.el (auto-insert): Doc fix.
13080 (auto-insert-alist): Following GNU notices, don't say `copyright
13081 _by_'. Use line-beginning-position.
13082 (auto-insert): Check buffer-file-name is non-nil before use.
13083
13084 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13085
13086 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13087 starting with `@def' or `@multitable', in addition to ones
13088 specified by the user in auto-fill-inhibit-regexp.
13089
13090 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13091
13092 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13093 rmail-dont-reply-to-names matches the empty string.
13094
13095 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13096
13097 * startup.el (command-line-1, fancy-splash-text): Change the
13098 text to sound more friendly.
13099
13100 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13101
13102 * progmodes/hideshow.el: Update author email address.
13103 Generally, sync w/ maintainer version 5.22.
13104 (hs-hide-all-non-comment-function): New var.
13105 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13106 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13107 (hs-show-region): Delete this command.
13108 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13109
13110 2000-09-22 Dave Love <fx@gnu.org>
13111
13112 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13113 (hl-line-highlight): Specify buffer when moving overlay.
13114
13115 * progmodes/fortran.el (fortran-mode): Locally set
13116 normal-auto-fill-function.
13117 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13118 (fortran-mode-map): Adjust auto-fill menu entry.
13119
13120 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13121
13122 * vc-rcs.el (toplevel): Require `vc' when compiling.
13123
13124 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13125
13126 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13127
13128 * vc.el (vc-switch-backend): Signal an error if the file is not
13129 registered under the new backend.
13130
13131 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13132 without explicit revision number.
13133
13134 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13135
13136 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13137 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13138 (diff-xor): New function.
13139 (diff-find-source-location): Use it. Fix a stupid name clash.
13140 (diff-hunk-status-msg): New function.
13141 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13142 (diff-test-hunk): Use diff-find-source-location.
13143 (diff-goto-source): Favor the `reverse'.
13144 (diff-hunk-text): Properly handle one-sided context diffs.
13145 (diff-apply-hunk): When done, advance to the next hunk.
13146
13147 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13148
13149 * startup.el (command-line): If frame was created with a non-zero
13150 tool-bar-lines parameter, switch tool-bar-mode on.
13151
13152 * add-log.el (change-log-date-face, change-log-name-face)
13153 (change-log-email-face, change-log-file-face)
13154 (change-log-list-face, change-log-conditionals-face)
13155 (change-log-function-face, change-log-acknowledgement-face):
13156 New faces, inheriting from font-lock faces.
13157 (change-log-font-lock-keywords): Use them.
13158
13159 2000-09-21 Dave Love <fx@gnu.org>
13160
13161 * progmodes/cperl-mode.el (top-level): Clean up
13162 `eval-when-compile's and assorted defvars.
13163 (cperl-invalid-face): Don't double-quote value. Change custom
13164 type.
13165 (cperl-mode): Set normal-auto-fill-function and don't zap
13166 auto-fill-function.
13167 (cperl-imenu--function-name-regexp-perl): Renamed from
13168 imenu-example--function-name-regexp-perl.
13169 (cperl-imenu--create-perl-index): Renamed from
13170 imenu-example--create-perl-index.
13171 (cperl-xsub-scan): Don't require cl.
13172
13173 * msb.el (msb-mode-map): Use substitute-key-definition.
13174 (msb-mode): Use msb-mode-map.
13175
13176 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13177
13178 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13179 New functions.
13180 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13181 (vc-switch-backend): New function.
13182 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13183 (vc-register): Fix prompt.
13184 (vc-unregister, vc-default-unregister): New functions.
13185 (vc-version-diff): Handle empty buffer in sentinel.
13186
13187 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13188 (vc-rcs-state-heuristic): Use it to guess the state of files with
13189 non-strict locking.
13190 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13191 been set with -b, but not created yet.
13192 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13193 contents in order to find the state.
13194 (vc-rcs-checkin): Allow creation of branches with no changes.
13195 (vc-rcs-unregister, vc-rcs-receive-file)
13196 (vc-rcs-set-non-strict-locking): New functions.
13197
13198 * vc-hooks.el (vc-name): Force correct computation of the value
13199 in case it is missing.
13200
13201 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13202
13203 * startup.el (fancy-splash-tail): Use a different foreground
13204 color on a dark frame background.
13205
13206 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13207
13208 * info.el: Use the correct capitalization when making Info-mode
13209 and Info-edit-mode `special' modes.
13210
13211 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13212
13213 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13214 (diff-mode): Add support for add-log.el.
13215 (diff-hunk-text): Use char offsets rather than line offsets.
13216 (diff-find-source-location): Replace LINE with line-offset (nil
13217 if not found) and always set POS to a meaningful position.
13218 Adapt to the new char-offsets.
13219 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13220 Adapt to the new diff-find-source-location.
13221 (diff-goto-source): Adapt to the new diff-find-source-location.
13222
13223 * add-log.el (add-log-file-name): New function (split out of
13224 add-change-log-entry).
13225 (add-change-log-entry): Use it.
13226 Call add-log-file-name-function with the changelog file name if
13227 the current buffer is not associated with any file.
13228 Avoid find-file if the selected window is dedicated.
13229
13230 * diff-mode.el (diff-find-source-location):
13231 Move code from diff-apply-hunk. Return buffer rather than file.
13232 (diff-apply-hunk): Use the new result from diff-find-source-location.
13233 (diff-goto-source): Use the new diff-find-source-location.
13234
13235 2000-09-20 Dave Love <fx@gnu.org>
13236
13237 * iswitchb.el: Some doc fixes.
13238 (iswitchb-mode-map): Define completely initially. Inherit
13239 minibuffer-local-map.
13240 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13241 fundamental-mode.
13242 (iswitchb-global-map): New variable.
13243 (iswitchb-summaries-to-end): Amalgamate regexps.
13244 (iswitchb-mode): New.
13245 (iswitchb-mode-hook): New variable.
13246 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13247 `extensions'.
13248
13249 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13250
13251 * ehelp.el (electric-help): New defgroup.
13252 (electric-help-shrink-window): New user-option.
13253 (with-electric-help): Use it.
13254
13255 * window.el (shrink-window-if-larger-than-buffer): If face
13256 `mode-line' has a :box, and we're on a graphical frame, add 1
13257 to the needed window height.
13258
13259 * frame.el (frame-notice-user-settings): Add a last parameter nil
13260 to a call to `append', because the last list passed to `append' is
13261 not copied, and so subsequent calls to assq-delete-all will modify
13262 default-frame-alist.
13263
13264 * startup.el (fancy-splash-image): Change :type.
13265 (fancy-splash-head): Use an XBM image if appropriate.
13266 (command-line-1): Show splash screens in more cases.
13267
13268 * startup.el (fancy-splash-text): Don't quote faces.
13269
13270 * dired.el (dired-font-lock-keywords): Undo last change.
13271 (dired-readin): Bind indent-tabs-mode to nil.
13272
13273 * startup.el (fancy-splash-head): If frame's background mode
13274 is `dark', change the black background of the image to gray.
13275 (fancy-splash-screens): Display startup echo area message.
13276 (display-startup-echo-area-message): New function.
13277
13278 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13279
13280 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13281
13282 * info.el (info-header-node): Tweak for color ttys.
13283
13284 * faces.el (face-valid-attribute-values): Make sure directories we
13285 search for stipples both exist and are readable before trying to
13286 search them.
13287
13288 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13289 in the dry-run case.
13290
13291 * jka-compr.el (with-auto-compression-mode): New macro.
13292
13293 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13294 (custom-group-tag-face, custom-variable-tag-face): Use relative
13295 :height and inherit from `variable-pitch' face instead of
13296 hardwiring :family.
13297 * hi-lock.el (hi-black-hb): Likewise.
13298
13299 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13300 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13301 toolbar-add-item, if image doesn't have a mask add a `:mask
13302 heuristic'.
13303
13304 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13305
13306 * diff-mode.el: Docstring fixes.
13307 (diff-header-face, diff-comment-face): New faces.
13308 (diff-font-lock-keywords): Highlight a bit differently.
13309 (diff-find-source-location): Don't return SPAN any more.
13310 (diff-hunk-text): Don't bother erasing the temp buffer.
13311 (diff-find-text): Drop argument LINE.
13312 (diff-apply-hunk): Update calls to diff-find-text.
13313 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13314
13315 * calendar/calendar.el: Docstring fixes.
13316 (calendar-make-alist): Don't quote lambda.
13317 (calendar-star-date): Use make-local-variable.
13318
13319 2000-09-19 Dave Love <fx@gnu.org>
13320
13321 * toolbar/tool-bar.el: Renamed from toolbar.el.
13322 Change `toolbar' to `tool-bar' generally in symbols.
13323 Make some items invisible in `special' major modes.
13324 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13325 Add arg PROPS.
13326
13327 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13328 Add :version here.
13329 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13330
13331 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13332
13333 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13334
13335 * files.el (find-file-suppress-same-file-warnings): New user-option.
13336 (find-file-noselect): Use it.
13337
13338 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13339 (fancy-splash-screen): Defgroup.
13340
13341 * add-log.el (change-log-font-lock-keywords): Match names
13342 more exactly for the case that font-lock-constant-face is
13343 underlined.
13344
13345 2000-09-19 Richard M. Stallman <rms@gnu.org>
13346
13347 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13348
13349 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13350
13351 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13352
13353 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13354
13355 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13356 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13357 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13358 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13359 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13360 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13361 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13362 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13363 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13364 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13365 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13366 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13367
13368 * startup.el (fancy-splash-text): New variable.
13369 (fancy-splash-delay, fancy-splash-image): New user-options.
13370 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13371 (fancy-splash-screens): New functions.
13372 (command-line-1): If display has a `display' frame parameter, has
13373 colors, and we have XPM support, show more fancy splash screens.
13374
13375 2000-09-19 Dave Love <fx@gnu.org>
13376
13377 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13378 with null `help'. Use modern backquote syntax.
13379
13380 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13381
13382 * font-lock.el (font-lock-mode): Change message telling the user
13383 that ``the buffer is too big''.
13384
13385 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13386 for instance for the case that tab-width is 2.
13387
13388 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13389
13390 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13391 toolbar-add-item, if image doesn't have a mask add a `:mask
13392 heuristic'.
13393
13394 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13395
13396 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13397 and return a cons if it's non-nil.
13398 (diff-apply-hunk): Try to jump to the line in the source text
13399 corresponding to the position of point in the in the hunk.
13400
13401 * info.el (Info-title-3-face, Info-title-2-face)
13402 (Info-title-1-face): Use face inheritance and relative sizes
13403 instead of hard-wiring things.
13404
13405 * faces.el (secondary-selection): Make dark-background variant sane.
13406
13407 2000-09-16 Andrew Innes <andrewi@gnu.org>
13408
13409 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13410 read-only, since they aren't under VC now.
13411
13412 2000-09-17 Dave Love <fx@gnu.org>
13413
13414 * tmm.el: Replace mapcar with mapc in several places.
13415
13416 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13417 ad-unadvise.
13418
13419 * international/latin1-disp.el: New file.
13420
13421 * calendar/cal-move.el (scroll-calendar-left)
13422 (scroll-calendar-right): Make arg optional (for active mode line).
13423
13424 * calendar/calendar.el (calendar-mode-line-format): Make fields
13425 mouse-sensitive.
13426 (calendar-read-date, calendar-read-date, calendar-window-list):
13427 Unquote lambda.
13428 (calendar-month-name): Use aref, not sref.
13429
13430 * view.el (minor-mode-alist): Propertize the string.
13431
13432 * international/characters.el (standard-case-table): Add entries
13433 for Greek.
13434
13435 2000-09-18 Miles Bader <miles@gnu.org>
13436
13437 * info.el (info-node, info-xref): Add dark-background variants.
13438
13439 * faces.el (header-line): Change defaults to be less confusing
13440 when mixed with mode-lines.
13441
13442 * info.el (Info-fontify-node): Make a few cleanups.
13443 Add extra `help-echo' and `local-map' props to node xrefs.
13444 Use header-specific faces for node-names & xrefs.
13445 (Info-use-header-line): New variable.
13446 (info-header-xref, info-header-node): New faces.
13447 (Info-setup-header-line): New function.
13448 (Info-select-node): Call Info-setup-header-line when enabled.
13449 (Info-extract-pointer): Work even if the header line is hidden.
13450 (Info-header-line): New variable.
13451
13452 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13453
13454 * vms-patch.el (print-region-function): Don't quote lambda.
13455
13456 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13457
13458 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13459 (lm-get-header-re): Allow spaces between the header and the colon.
13460 (lm-header): Allow $ in non-RCS headers.
13461 (lm-header-multiline): Put the strings back into order.
13462 Stop at an empty line. Don't require two space chars if the
13463 line is clearly not another header line.
13464
13465 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13466 (popup-menu-popup): Remove.
13467
13468 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13469
13470 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13471 specification if or if not tool-bar item contains an `:enabled'
13472 property.
13473
13474 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13475 current buffer has no file name.
13476
13477 2000-09-15 Dave Love <fx@gnu.org>
13478
13479 * strokes.el: Sync with maintainer's current version with changes
13480 for Emacs, but avoid runtime cl and levents.
13481 (toplevel): Change autoloads and compilation requires.
13482 (strokes-version, strokes-bug-address, strokes-lift): Values
13483 changed.
13484 (strokes-xpm-header, strokes-insinuated): New variable.
13485 (strokes): Add :link.
13486 (strokes-mode): Customized.
13487 (strokes-while-inhibiting-garbage-collector): New macro.
13488 (strokes-remassoc): Avoid remove-if.
13489 (strokes-fix-button2-command): Don't use ad-do-it.
13490 (strokes-insinuate): New function.
13491 (strokes-button-press-event-p, strokes-button-release-event-p):
13492 New functions, used instead of non-`strokes-' versions..
13493 (strokes-mouse-event-p): Rewritten.
13494 (strokes-event-closest-point): Avoid event-point.
13495 (strokes-get-grid-position): Avoid cdadr, caadr
13496 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13497 functions.
13498 (strokes-help): Use with-output-to-temp-buffer.
13499 (strokes-window-configuration-changed-p): New function.
13500 (strokes-update-window-configuration): Use buffer-live-p,
13501 strokes-window-configuration-changed-p.
13502 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13503 (strokes-char-face): New face.
13504 (strokes-char-table, strokes-base64-chars): New variable.
13505 (strokes-xpm-for-stroke, strokes-list-strokes)
13506 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13507 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13508 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13509 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13510 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13511 functions.
13512
13513 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13514
13515 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13516
13517 * image.el (create-image): Doc fix.
13518
13519 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13520 instead of `:heuristic-mask t'.
13521
13522 2000-09-14 Andrew Innes <andrewi@gnu.org>
13523
13524 * makefile.w32-in: Revert to Unix line endings.
13525
13526 2000-09-14 Andrew Innes <andrewi@gnu.org>
13527
13528 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13529 when installing.
13530
13531 * makefile.nt (DONTCOMPILE): Fix typo.
13532
13533 * shell.el (shell-write-history-on-exit): New function.
13534 (shell-dumb-shell-regexp): New custom variable.
13535 (shell-mode): Make shell-write-history-on-exit the process
13536 sentinel if shell name matches shell-dumb-shell-regexp.
13537
13538 * w32-fns.el: Comment out before-init-hook function which resets
13539 source-directory based; this breaks bootstrap.
13540
13541 2000-09-14 Dave Love <fx@gnu.org>
13542
13543 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13544 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13545 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13546 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13547 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13548 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13549 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13550 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13551 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13552
13553 * toolbar/toolbar.el: New.
13554
13555 * subdirs.el: Add toolbar.
13556
13557 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13558
13559 * indent.el (indent-for-tab-command): Doc fix.
13560
13561 2000-09-14 Alex Schroeder <alex@gnu.org>
13562
13563 * ansi-color.el (ansi-colors): Doc change.
13564 (ansi-color-get-face): Simplified regexp.
13565 (ansi-color-faces-vector): Added more faces, doc change.
13566 (ansi-color-names-vector): Doc change.
13567 (ansi-color-regexp): Simplified regexp.
13568 (ansi-color-parameter-regexp): New regexp.
13569 (ansi-color-filter-apply): Doc change.
13570 (ansi-color-filter-region): Doc change.
13571 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13572 deal with zero length parameters.
13573 (ansi-color-apply-on-region): Doc change.
13574 (ansi-color-map): Doc change.
13575 (ansi-color-map-update): Removed debugging message.
13576 (ansi-color-get-face-1): Added condition-case to trap
13577 args-out-of-range errors.
13578 (ansi-color-get-face): Doc change.
13579 (ansi-color-make-face): Removed.
13580 (ansi-color-for-shell-mode): New option.
13581
13582 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13583
13584 * international/quail.el (quail-start-translation): Translate KEY
13585 if necessary even if it doesn't have any mapping in the current
13586 input method.
13587 (quail-start-conversion): Likewise.
13588 (quail-help): The output message is improved.
13589
13590 2000-09-13 Miles Bader <miles@gnu.org>
13591
13592 * comint.el (comint-output-filter): Revert to using
13593 `insert-before-markers'. Add bletcherous hack to undo damage
13594 caused by `insert-before-markers'. Put `front-sticky' property on
13595 overlays created here so that the field code understands how the
13596 overlay works. Use a let when making comint-last-prompt-overlay,
13597 so that the code is easier to read.
13598
13599 2000-09-13 Dave Love <fx@gnu.org>
13600
13601 * wid-edit.el (widget-default-format-handler): DTRT when
13602 doc-property is a function.
13603
13604 2000-09-12 Francesco Potorti` <pot@gnu.org>
13605
13606 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13607 filed name if it's not there.
13608
13609 2000-09-12 Dave Love <fx@gnu.org>
13610
13611 * simple.el (read-mail-command): Doc fix.
13612 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13613
13614 * vc.el (vc-dired-listing-switches): Fix :version.
13615
13616 * vc-hooks.el: Doc fixes.
13617
13618 * subr.el (add-minor-mode): Use toggle-fun arg.
13619
13620 * speedbar.el: Add :version to several defcustoms.
13621
13622 * imenu.el (imenu--truncate-items, imenu--cleanup)
13623 (imenu--generic-function): Avoid mapcar.
13624 (imenu--replace-spaces): Function removed.
13625 (imenu--completion-buffer): Use subst-char-in-string.
13626 (imenu-add-to-menubar): Use keymap inheritance.
13627
13628 2000-09-12 Miles Bader <miles@gnu.org>
13629
13630 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13631 (diff-mode-map): Bind `diff-test-hunk'.
13632 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13633
13634 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13635
13636 * bytecomp.el (byte-compile-defvar): Undo last change
13637 because it breaks '(make-variable-buffer-local (defvar ...)'
13638 which is used at least in dired.
13639
13640 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13641
13642 * international/quail.el (quail-define-package): Docstring
13643 modified.
13644
13645 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13646
13647 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13648 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13649 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13650 docstring of "chinese-py".
13651
13652 * international/quail.el (quail-translation-docstring): New
13653 variable.
13654 (quail-show-keyboard-layout): Docstring modified.
13655 (quail-select-current): Likewise.
13656 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13657 infinite recursive call.
13658 (quail-help): Check quail-translation-docstring. Format of the
13659 output changed.
13660 (quail-help-insert-keymap-description): Adjusted for the above
13661 change.
13662
13663 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13664
13665 * bytecomp.el (byte-compile-defvar): Only cons onto
13666 current-load-list in top-level forms. Else this leaks a cons cell
13667 every time a defun is called.
13668
13669 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13670
13671 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13672 Now understands non-unified diffs. Some functionality moved into
13673 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13674 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13675 modify anything. Only reposition point in the patched file if the
13676 patch succeeds. Only pop up another window if POPUP is true.
13677 Emit a message describing what happened if successful, and at what
13678 line-offset. Automatically detect reversed hunks and do something
13679 appropriate.
13680 (diff-hunk-text, diff-find-text): New functions.
13681 (diff-filter-lines): Function removed.
13682 (diff-test-hunk): New function.
13683 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13684
13685 2000-09-10 Dave Love <fx@gnu.org>
13686
13687 * textmodes/tildify.el: Minor doc/commentary fixes.
13688 (tildify) <defgroup>: Add :version.
13689
13690 * faces.el (face-x-resources): Make custom type more specific.
13691 (frame-background-mode): Use mapc.
13692 (region) <defcustom>: Add :version.
13693
13694 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13695
13696 * vc-sccs.el (vc-sccs-register):
13697 * vc-rcs.el (vc-rcs-register):
13698 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13699 * vc.el (vc-register): Clear file's properties.
13700
13701 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13702
13703 * faces.el (face-spec-set): Only face-spec-reset-face when
13704 ATTRS is non-nil.
13705
13706 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13707
13708 * help.el (help-insert-xref-button): Fix a typo in doc string.
13709
13710 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13711
13712 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13713 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13714 methods.
13715
13716 * menu-bar.el (read-mail-item-name): New function.
13717 (menu-bar-tools-menu): Use it to compute and display the package
13718 used to read email.
13719 (menu-bar-tools-menu): Fix typo in GUD's help string.
13720
13721 2000-09-07 Dave Love <fx@gnu.org>
13722
13723 * diff-mode.el (diff-mouse-goto-source): New function.
13724
13725 * vc-sccs.el: Doc fixes.
13726 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13727
13728 * vc-rcs.el: Doc fixes.
13729 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13730 (vc-rcs-checkout-switches, vc-rcs-header)
13731 (vc-rcs-master-templates): Add or change :version.
13732
13733 * vc-cvs.el: Doc fixes.
13734 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13735 (vc-cvs-stay-local): Add :version.
13736
13737 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13738
13739 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13740
13741 * international/quail.el (quail-help): Fix previous change.
13742
13743 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13744
13745 * faces.el (color-values): Doc fix.
13746
13747 * faces.el (frame-set-background-mode): Use frame-parameter
13748 instead of frame-parameters.
13749
13750 * frame.el (filtered-frame-list): Reduce consing.
13751 (frames-on-display-list): Call frame-parameter instead of
13752 frame-parameters.
13753
13754 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13755
13756 * language/devan-util.el (devanagari-to-indian-region): In the
13757 loop, change the following char, not preceding char.
13758
13759 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13760
13761 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13762 instead of frame-parameters.
13763
13764 * faces.el (set-face-attribute): Simplify by calling
13765 internal-set-lisp-face-attribute with FRAME being 0.
13766
13767 * vc.el: Remove `Id' version control keyword.
13768
13769 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13770
13771 * help.el (help-make-xrefs): Adjusted for the change of
13772 help-xref-mule-regexp.
13773 (help-insert-xref-button): New function.
13774
13775 * international/mule-cmds.el (help-xref-mule-regexp-template):
13776 Include the pattern for character set.
13777 (leim): New group.
13778
13779 * international/quail.el: Don't require face.
13780 (quail): New group.
13781 (quail-other-command): Dummy command to make quail-help work better.
13782 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13783 (quail-keyboard-layout-substitution): New variable.
13784 (quail-update-keyboard-layout): New function.
13785 (quail-keyboard-layout-type): New customizable variable.
13786 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13787 (quail-keyboard-translate): Pay attention to
13788 quail-keyboard-layout-substitution.
13789 (quail-insert-kbd-layout): New function.
13790 (quail-show-keyboard-layout): New function.
13791 (quail-get-translation): If the definition is a vector of length
13792 1, and the element is a string of length 1, return the character
13793 in that string.
13794 (quail-update-current-translations): Fix the case of
13795 relative-index out of range.
13796 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13797 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13798 Show key sequences for all available characters.
13799 (quail-help-insert-keymap-description): Don't show such verbose
13800 key bindings as quail-self-insert-command.
13801
13802 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13803 Format changed, and each element now have extra documentations.
13804 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13805 Adjusted for the change of quail-cxterm-package-ext-info.
13806
13807 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13808
13809 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13810 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13811 during bootstrap.
13812
13813 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13814
13815 * vc.el: (toplevel): Don't require `dired' at run-time.
13816 (vc-dired-resynch-file): Remove autoload cookie.
13817
13818 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13819
13820 * vc.el: Made several backend functions optional.
13821 (vc-default-responsible-p): New function.
13822 (vc-merge): Use RET for first version to trigger merge-news, not
13823 prefix arg.
13824 (vc-annotate): Handle backends that do not support annotation.
13825 (vc-default-merge-news): Removed. The existence of a merge-news
13826 implementation is now checked on caller sites.
13827
13828 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13829 case.
13830
13831 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13832 special case that has been removed from the default in vc-hooks.el.
13833
13834 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13835
13836 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13837
13838 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13839
13840 * vc-hooks.el: Require vc during compilation.
13841 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13842 macro `with-vc-properties' in vc.el.
13843 (vc-file-getprop): Doc fix.
13844 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13845
13846 * vc.el: Require dired-aux during compilation.
13847 (vc-name-assoc-file): Moved to vc-sccs.el.
13848 (with-vc-properties): New macro.
13849 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13850 vc-finish-steal): Use it.
13851 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13852 to the backend-specific function is now supposed to do the checkout,
13853 too.
13854 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13855
13856 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13857 set file properties; that gets done in the generic code now.
13858
13859 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13860 Changed parameter list, added code from vc.el that does the
13861 checkout, possibly with a double-take.
13862
13863 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13864 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13865 the above under the new name.
13866 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13867 parameter list, added checkout command.
13868 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13869 properties; that gets done in the generic code now.
13870
13871 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13872
13873 * vc.el: Docstring fixes (courtesy of checkdoc).
13874
13875 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13876
13877 * vc.el (vc-checkout-writable-buffer-hook)
13878 (vc-checkout-writable-buffer): Remove.
13879 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13880 (vc-log-mode): Make it into a clean derived major mode.
13881 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13882 vc-log-mode if log-edit is not available.
13883 (vc-dired-mode-map): Don't set-keymap-parent yet.
13884 (vc-dired-mode): Do set-keymap-parent here.
13885 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13886
13887 2000-09-05 Gerd Moellmann <gerd@gnu.org>
13888
13889 * faces.el (set-face-attribute, face-spec-reset-face)
13890 (face-spec-set): Avoid consing by removing calls to `apply'.
13891
13892 * frame.el (frame-parameter): Move to C code.
13893
13894 2000-09-05 Dave Love <fx@gnu.org>
13895
13896 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13897 insert-before-markers-and-inherit. Now checked systematically!
13898
13899 2000-09-05 Alex Schroeder <alex@gnu.org>
13900
13901 * sql.el (sql-postgres): Use sql-postgres-options.
13902 (sql-postgres-options): New variable.
13903
13904 2000-09-05 Alex Schroeder <alex@gnu.org>
13905
13906 * sql.el (sql-mode-menu): Work around missing variable mark-active
13907 in XEmacs.
13908 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13909 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13910 compatibility.
13911
13912 2000-09-04 Gerd Moellmann <gerd@gnu.org>
13913
13914 * vc.el (vc-dired-resynch-file): Add autoload cookie.
13915
13916 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
13917
13918 * Makefile.in (DONTCOMPILE): Fix typo in file name.
13919
13920 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13921
13922 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
13923 don't support anything else under SCCS yet.
13924
13925 * vc-hooks.el: Minor doc fixes.
13926
13927 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13928
13929 * vc.el (vc-next-action-on-file): Do not visit the file if it's
13930 not necessary. If verbose in state `needs-patch', do the same as
13931 under `up-to-date'. When NOT verbose and `needs-patch', check out
13932 latest version instead of `merge-news'.
13933 (vc-next-action-dired): Don't mess with default-directory here; it
13934 breaks other parts of dired. It is the job of the
13935 backend-specific functions to adjust it temporarily if they need it.
13936 (vc-next-action): Remove a special CVS case.
13937 (vc-clear-headers): New optional arg FILE.
13938 (vc-checkin, vc-checkout): Set properties vc-state and
13939 vc-checkout-time properly.
13940 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
13941 (vc-print-log): Use new backend function `show-log-entry'.
13942 (vc-cancel-version): Do the checks in a different order. Added a
13943 FIXME concerning RCS-only code.
13944
13945 * vc-rcs.el (vc-rcs-show-log-entry): New function.
13946 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
13947
13948 * vc-cvs.el (vc-cvs-show-log-entry): New function.
13949
13950 * vc-hooks.el (vc-default-mode-line-string): Show state
13951 `needs-patch' as a `-' too.
13952
13953 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13954
13955 * vc.el (vc-responsible-backend): New optional arg REGISTER.
13956 (vc-default-could-register): New function.
13957 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
13958 (vc-resynch-buffer): Call vc-dired-resynch-file.
13959 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
13960 vc-resynch-buffer instead of vc-resynch-window.
13961 (vc-next-action-dired): Don't redisplay here, that gets done as a
13962 result of the individual file operations.
13963 (vc-retrieve-snapshot): Corrected prompt order.
13964
13965 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
13966
13967 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
13968 as well.
13969 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
13970 hostname regexps. Updated all callers.
13971 (vc-cvs-responsible-p): Handle directories as well.
13972 (vc-cvs-could-register): New function.
13973 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
13974 properties up-to-date.
13975
13976 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
13977 user whether to create one.
13978
13979 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13980
13981 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
13982 check out a non-existing file.
13983
13984 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
13985 workfile does not exist.
13986
13987 * vc.el (vc-version-diff): Use `require' to check for existence of
13988 diff-mode.
13989
13990 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13991
13992 * vc-cvs.el (vc-cvs-registered): Use new function
13993 vc-cvs-parse-entry to do the actual work.
13994
13995 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13996
13997 * vc-hooks.el (vc-find-backend-function): If function doesn't
13998 exist, return nil instead of error.
13999 (vc-call-backend): Doc fix.
14000
14001 * vc.el (vc-do-command): Doc fix.
14002 (vc-finish-logentry): When checking in from vc-dired, choose the
14003 right backend for logentry check.
14004 (vc-dired-mode-map): Inherit from dired-mode-map.
14005 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14006 simplified.
14007 (vc-dired-state-info): Removed, updated caller.
14008 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14009 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14010 (vc-dired-listing-switches): New variable.
14011 (vc-directory): Use it, instead of dired-listing-switches.
14012
14013 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14014 (vc-cvs-dir-state): New function.
14015 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14016 (vc-cvs-parse-entry): New function, also to be used in
14017 vc-cvs-registered.
14018
14019 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14020
14021 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14022 *or* single-window-frames.
14023
14024 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14025
14026 * vc.el (vc-update-changelog): Split into generic part and default
14027 implementation. Doc string adapted.
14028 (vc-default-update-changelog): New function. Call the `rcs2log'
14029 script in exec-directory, to fix a long-standing nuisance.
14030
14031 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14032 simply signals an error.
14033
14034 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14035
14036 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14037 control-flow more clear and to avoid running `cvs' twice.
14038
14039 * vc.el (vc-next-action-on-file): Doc fix.
14040 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14041 (vc-print-log): Eval `file' before constructing the continuation.
14042
14043 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14044
14045 * vc.el (vc-next-action-on-file): Corrected several messages.
14046 (vc-merge): Add prefix arg `merge-news'; handle it.
14047
14048 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14049 is not reached. It is.
14050 (vc-cvs-merge): Set state to 'edited after merge.
14051 (vc-cvs-merge-news): Set workfile version to nil if not known.
14052 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14053
14054 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14055 via stdout. (Merge from main line.)
14056
14057 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14058
14059 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14060 detection.
14061
14062 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14063
14064 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14065 against kill-all-local-variables.
14066 (vc-log-edit): Don't save vc-parent-buffer any more.
14067 (vc-last-comment-match): Initialize to an empty string.
14068 (vc-post-command-functions): New hook.
14069 (vc-do-command): Run it.
14070 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14071 (vc-finish-logentry): Only add the comment to the ring if it's
14072 different from the last comment entered.
14073 (vc-new-comment-index): New function.
14074 (vc-previous-comment): Use it. Make the minibuffer message
14075 slightly less terse.
14076 (vc-comment-search-reverse): Make it work forward as well. Don't
14077 set vc-comment-ring-index if no match is found. Use
14078 vc-new-comment-index.
14079 (vc-comment-search-forward): Use vc-comment-search-reverse.
14080 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14081 define-derived-mode will do it for us. Bind `v' to a keymap that
14082 inherits from vc-prefix-map so that we can bind `vt' without
14083 binding C-x v t.
14084 (vc-retrieve-snapshot): Parenthesis typo.
14085
14086 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14087 to 1. Make sure to switch to *vc* before looking for an error
14088 message. Use vc-parse-buffer.
14089
14090 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14091
14092 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14093 and NAME.
14094 (vc-retrieve-snapshot): Split into two parts.
14095 (vc-default-retrieve-snapshot): New function.
14096
14097 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14098 (vc-cvs-retrieve-snapshot): New function (untested).
14099 (vc-cvs-stay-local): Default to t.
14100 (vc-cvs-remote-p): New function and property.
14101 (vc-cvs-state): Stay local only if the above is t.
14102 (vc-handle-cvs): Removed.
14103 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14104 done via vc-handled-backends now.
14105 (vc-cvs-header): Escape Id.
14106
14107 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14108
14109 * vc.el (vc-do-command): Remove unused commands.
14110 (vc-version-diff): Make sure default-directory ends with a slash.
14111 Move the window commands into a vc-exec-after.
14112 (vc-print-log): Move more of the code into the `vc-exec-after'.
14113
14114 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14115
14116 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14117 (vc-print-log): Search current revision from beginning of buffer.
14118 (vc-revert-buffer): Clear echo area after the diff is finished.
14119 (vc-prefix-map): Removed definition of "t" for terse display in vc
14120 dired.
14121 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14122 definition of "vt" for terse display.
14123 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14124
14125 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14126
14127 * vc.el (vc-exec-after): Avoid caddr.
14128
14129 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14130
14131 * vc.el (vc-exec-after): New function.
14132 (vc-do-command): Use it to add a termination message for async
14133 procs.
14134 (vc-checkout): Try to handle a missing-backend situation.
14135 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14136 of a directory with a backend using async diffs.
14137 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14138 present.
14139
14140 * vc-sccs.el (vc-sccs-state-heuristic): Use
14141 file-ownership-preserved-p.
14142
14143 * vc-rcs.el (vc-rcs-state-heuristic): Use
14144 file-ownership-preserved-p.
14145 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14146
14147 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14148
14149 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14150 vc-do-command.
14151
14152 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14153 when there are no changes.
14154
14155 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14156
14157 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14158
14159 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14160
14161 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14162
14163 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14164
14165 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14166 the `fset' outside of the defvar so that it works even if
14167 vc-prefix-map was already defined.
14168 (vc-setup-buffer): New function, split out of vc-do-command.
14169 (vc-do-command): Allow BUFFER to be t to mean `just use the
14170 current buffer without any fuss'.
14171 (vc-version-diff): Change the `diff' backend operation to just put
14172 the diff in the current buffer without erasing it. Always use
14173 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14174 shrink-window-if-larger-than-buffer.
14175 (vc-print-log): Change the `print-log' backend operation to just
14176 put the log in the current buffer without erasing it. Protect
14177 shrink-window-if-larger-than-buffer.
14178 (vc-update-change-log): Fix setd typo.
14179
14180 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14181 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14182
14183 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14184 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14185 CMP.
14186
14187 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14188 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14189 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14190
14191 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14192
14193 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14194 not possible, use vc-BACKEND-workfile-unchanged-p.
14195 (vc-default-workfile-unchanged-p): New function. Delegates to a
14196 full vc-BACKEND-diff.
14197
14198 * vc-hooks.el (vc-simple-command): Removed.
14199
14200 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14201 instead of vc-simple-command.
14202 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14203 avoid doing a diff when opening a file.
14204 (vc-rcs-state): Added check for unlocked-changes.
14205 (vc-rcs-header): Escape Id.
14206 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14207 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14208 version.
14209
14210 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14211 (vc-sccs-diff): Remove optional arg CMP.
14212 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14213 SCCS-specific function.
14214
14215 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14216 vc-simple-command.
14217
14218 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14219
14220 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14221 (with-vc-file, vc-merge): Use vc-editable-p.
14222 (vc-do-command): Remove unused var vc-file and fix the
14223 doubly-defined `status' var. Add a user message when starting an
14224 async command.
14225 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14226 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14227 Use with-current-buffer.
14228 (vc-buffer-sync): Use unless.
14229 (vc-next-action-on-file): If the file is 'edited by read-only,
14230 make it read-write instead of trying to commit.
14231 (vc-version-diff, vc-update-change-log): Use `setq
14232 default-directory' rather than `cd'.
14233 (vc-log-edit): Don't forget to set default-directory in the
14234 buffer.
14235
14236 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14237 (vc-sccs-state-heuristic): Use file-writable-p instead of
14238 comparing userids.
14239 (vc-sccs-checkout): Use `unless'.
14240
14241 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14242 of comparing userids.
14243 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14244 Simplify the logic by eliminating unreachable code.
14245 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14246 just do a recursive call if we need to retry.
14247 (vc-rcs-checkout): Handle the case where rcs is missing by making
14248 the buffer read-write if requested and re-signalling the error.
14249
14250 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14251
14252 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14253
14254 * vc-hooks.el (vc-handled-backends): Docstring change.
14255 (vc-ignore-vc-files): Mark obsolete.
14256 (vc-registered): Check vc-ignore-vc-files.
14257 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14258 vc-ignore-vc-files.
14259
14260 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14261
14262 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14263
14264 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14265 files since ange-ftp already has vc-registered return nil.
14266
14267 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14268 (vc-sccs-workfile-version): Use with-temp-buffer and new
14269 vc-parse-buffer and don't bother setting the property.
14270 (vc-sccs-add-triple): Use with-current-buffer and
14271 find-file-noselect.
14272 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14273
14274 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14275 derives from the old vc-parse-buffer but uses the revision number
14276 rather than the date (much easier to compare robustly).
14277 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14278 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14279 locking-user more directly. Check strict locking and set
14280 checkout-model appropriately.
14281 (vc-rcs-parse-locks): Remove.
14282 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14283 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14284 (vc-rcs-system-release): Use with-current-buffer and
14285 vc-parse-buffer.
14286 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14287
14288 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14289 (vc-simple-command): Docstring fix.
14290 (vc-registered): Align the way the file-handler is called with the
14291 way the function itself works.
14292 (vc-file-owner): Remove.
14293
14294 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14295 extraction of fields and call to file-attributes because of a
14296 temporary bug in rcp.el.
14297 (vc-cvs-fetch-status): Use with-current-buffer.
14298
14299 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14300
14301 * vc.el (vc-do-command): Use file-relative-name.
14302 (vc-responsible-backend): Use vc-backend if possible.
14303 (vc-create-snapshot): Improve the `interactive' spec. Add support
14304 for branches and dispatch to backend-specific `create-snapshot'.
14305 (vc-default-create-snapshot): New function, containing the bulk of
14306 the old vc-create-snapshot.
14307 (vc-retrieve-snapshot): Improve the interactive spec.
14308
14309 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14310 (vc-backend-hook-functions): Remove.
14311 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14312 (vc-backend): Reintroduce the test for `file = nil' now that I
14313 know why it was there (and added a comment to better remember).
14314
14315 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14316 code from vc-sccs-hooks.el.
14317 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14318 'vc anymore.
14319 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14320 and file-directory-p instead of file-exists-p.
14321 (vc-sccs-check-headers): Simplify the regexp.
14322
14323 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14324 from vc-rcs-hooks.el. Don't require 'vc anymore.
14325 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14326 file-directory-p instead of file-exists-p.
14327
14328 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14329 from vc-cvs-hooks.el.
14330 (proto vc-cvs-registered): Require 'vc-cvs instead of
14331 'vc-cvs-hooks. Don't require 'vc anymore.
14332 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14333 file-directory-p instead of file-exists-p.
14334 (vc-cvs-create-snapshot): New function, replacing
14335 vc-cvs-assign-name.
14336 (vc-cvs-assign-name): Remove.
14337
14338 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14339
14340 * vc-cvs.el (vc-cvs-header): New var.
14341
14342 * vc-rcs.el (vc-rcs-exists): Remove.
14343 (vc-rcs-header): New var.
14344
14345 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14346 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14347 (vc-sccs-header): New var.
14348
14349 * vc.el (vc-do-command): Get rid of the `last' argument.
14350 (vc-header-alist): Remove, replaced by vc-X-header.
14351 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14352 (vc-dired-hook): Use expand-file-name instead of concat.
14353 (vc-directory): Use file-name-as-directory.
14354 (vc-snapshot-precondition, vc-create-snapshot)
14355 (vc-retrieve-snapshot): Allow the command to operate on any
14356 directory.
14357
14358 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14359 just removing the 'WORKFILE argument or by removing the 'MASTER
14360 argument and replacing `file' with (vc-name file).
14361
14362 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14363
14364 * vc.el: Update Copyright and add a crude list of backend funs.
14365 (vc-writable-p): New function.
14366 (with-vc-file): Use vc-writable-p.
14367 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14368 (vc-register): Avoid vc-name.
14369 (vc-locking-user): Remove.
14370 (vc-steal-lock): Make the `owner' arg non-optional.
14371 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14372 vc-checkout-model.
14373 (vc-default-dired-state-info): Use vc-state instead of
14374 vc-locking-user and return special strings for special states.
14375 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14376 and get rid of one of the special CVS cases.
14377 (vc-cancel-version): prettify error message with \\[...].
14378 (vc-rename-master): New function.
14379 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14380 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14381 the CVS special case generic.
14382 (vc-default-record-rename): Remove.
14383 (vc-file-tree-walk-internal): Only call FUNC for files that are
14384 under control of some VC backend and replace `concat' with
14385 expand-file-name.
14386 (vc-file-tree-walk): Update docstring.
14387 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14388 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14389
14390 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14391 vc-sccs-record-rename. Use `find-file-noselect' rather than
14392 `find-file' and call `vc-rename-master' to do the actual move.
14393 (vc-sccs-diff): Remove unused `backend' variable.
14394
14395 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14396 to delay loading of vc-sccs until it is really used.
14397 (vc-sccs-master-templates): Preload.
14398 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14399 (vc-sccs-project-dir): Remove (merged into
14400 vc-sccs-search-project-dir).
14401 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14402 rather than `concat', make sure it is preloaded and don't bother
14403 to check that the file actually exists.
14404 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14405 `locks' argument (use buffer's content instead) and eliminate n^2
14406 behavior.
14407
14408 * vc-rcs.el: Update Copyright.
14409 (vc-rcs-rename-file): New function.
14410 (vc-rcs-diff): Remove unused `backend' variable.
14411
14412 * vc-hooks.el: Update Copyright.
14413 (vc-backend): Don't accept a nil argument any more.
14414 (vc-up-to-date-p): Turn into a defsubst.
14415 (vc-possible-master): New function.
14416 (vc-check-master-templates): Use `vc-possible-master' and allow
14417 funs in vc-X-master-templates to return a non-existent file.
14418
14419 * vc-cvs.el: Update Copyright.
14420 (vc-cvs-diff): Remove unused `backend' variable.
14421 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14422
14423 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14424
14425 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14426
14427 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14428 since it can be called from vc-rcs.el.
14429 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14430
14431 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14432
14433 * vc.el (vc-version-diff): Expand file name read from the
14434 minibuffer. Handle the case when a previous version number can't
14435 be guessed. Give suitable messages when there were no differences
14436 found.
14437 (vc-clear-headers): Call backend-specific implementation, if one
14438 exists.
14439 (vc-cancel-version): Made error checks generic. When done, clear
14440 headers generically, too.
14441
14442 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14443 from vc-clear-headers in vc.el.
14444
14445 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14446 correctly.
14447 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14448 optional. Handle the case when it's not there.
14449
14450 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14451
14452 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14453
14454 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14455
14456 * vc-hooks.el (vc-loadup): Remove.
14457 (vc-find-backend-function): Use `require'. Also, handle the case
14458 where vc-BACKEND-hooks.el doesn't exist.
14459 (vc-call-backend): Cleanup.
14460
14461 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14462
14463 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14464 vc-rcs-grab-templates)
14465 (vc-rcs-registered): Remove. The default function works as well.
14466 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14467 vc-sccs-grab-templates)
14468 (vc-sccs-registered): Remove. The default function works as well.
14469
14470 * vc.el (vc-version-diff): Left out a vc- in call to
14471 vc-call-backend.
14472 (vc-default-dired-state-info, vc-default-record-rename)
14473 (vc-default-merge-news): Update for the new backend argument.
14474
14475 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14476 using the default function.
14477 (vc-call-backend): If calling the default function, pass it the
14478 backend as first argument. Update the docstring accordingly.
14479 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14480 for the new backend argument.
14481 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14482 (vc-find-backend-function): Use the new name.
14483 (vc-default-registered): New function.
14484
14485 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14486
14487 * vc.el (vc-merge): Use vc-find-backend-function.
14488
14489 * vc-hooks.el (vc-backend-functions): Remove.
14490 (vc-loadup): Don't setup 'vc-functions.
14491 (vc-find-backend-function): New function.
14492 (vc-call-backend): Use above fun and populate 'vc-functions
14493 lazily.
14494 (vc-backend-defines): Remove.
14495
14496 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14497
14498 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14499 Call vc-call-backend without the leading vc-.
14500 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14501 (vc-check-headers): Call vc-call-backend without the leading vc-.
14502 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14503 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14504 Call vc-call-backend without the leading vc-.
14505
14506 * vc-cvs.el (tail): Provide vc-cvs.
14507 * vc-sccs.el (tail): Provide vc-sccs.
14508 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14509
14510 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14511 (vc-make-backend-function, vc-call): Pass names without leading
14512 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14513 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14514 (vc-call-backend): Always try to load vc-X-hooks.
14515 (vc-registered): Remove vc- in call to vc-call-backend.
14516
14517 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14518
14519 * vc.el (vc-process-filter): New function.
14520 (vc-do-command): Setup `vc-process-filter' for the async process.
14521 (vc-maybe-resolve-conflicts): New function to reduce
14522 code-duplication. Additionally, it puts the buffer in
14523 `smerge-mode' if applicable.
14524 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14525 calling `merge-news'.
14526 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14527 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14528 interfacing to log-edit.el.
14529 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14530 log-edit is available.
14531 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14532
14533 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14534
14535 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14536 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14537 defvar and the initialization.
14538 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14539
14540 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14541 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14542
14543 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14544
14545 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14546
14547 * vc.el (vc-file-clear-masterprops): Removed.
14548 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14549 (vc-version-diff): Use buffer-size without argument.
14550 (vc-register): Heed vc-initial-comment.
14551
14552 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14553 default branch.
14554
14555 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14556 file name and workfile version.
14557 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14558
14559 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14560 vc-file-clear-masterprops.
14561
14562 * vc-sccs.el (vc-sccs-checkout): Removed call to
14563 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14564 rather than user login name.
14565
14566
14567 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14568
14569 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14570 `want-differences-if-changed' and simplify.
14571 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14572 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14573 output (which is invalid for async vc-diff) to decide whether to
14574 do the revert silently or not.
14575
14576 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14577
14578 * vc-hooks.el (vc-loadup): Load files quietly.
14579 (vc-call-backend): Oops, brain fart.
14580
14581 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14582
14583 * vc-cvs.el (vc-cvs-state): Typo.
14584 (vc-cvs-merge-news): Return the status code rather than the error msg.
14585
14586 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14587
14588 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14589 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14590 vc-state or vc-up-to-date-p.
14591 (vc-merge): Use vc-backend-defines to check whether merging is
14592 possible. Set state to 'edited after successful merge.
14593
14594 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14595 return that name. Redocumented.
14596
14597 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14598
14599 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14600 new `vc-state' semantics.
14601 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14602 'vc-locking-user to the current user.
14603 (vc-merge): Inline vc-backend-merge. Comment out code that I
14604 don't understand and hence can't adapt to the new `vc-state' and
14605 `vc-locking-user' semantics.
14606 (vc-backend-merge): Remove.
14607
14608 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14609 rather than 'vc-locking-user.
14610
14611 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14612
14613 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14614 (vc-state): Don't use 'reserved any more. Just use the same
14615 convention as the one used for vc-<backend>-state where the
14616 locking user (as a string) is returned.
14617 (vc-locking-user): Update, based on the above convention. The
14618 'vc-locking-user property has disappeared.
14619 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14620
14621 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14622 with a heuristic one.
14623 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14624 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14625 error. That allows us to get to 'needs-merge even in the
14626 stay-local case. There's still no way to detect 'needs-patch in
14627 such a setup (or to force an update for that matter).
14628 (vc-cvs-logentry-check): Remove, the default works as well.
14629
14630 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14631
14632 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14633
14634 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14635 major-mode in which the buffer might have been put earlier. Use
14636 `remove' and `when'. Allow `okstatus' to be `async' and use
14637 `start-process' in this case.
14638 (vc-version-diff): Handle the case where the diff looks empty
14639 because of the use of an async process.
14640
14641 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14642
14643 * vc.el (vc-next-action-on-file): Removed optional parameter
14644 `simple'. Recompute state unconditionally.
14645 (vc-default-toggle-read-only): Removed.
14646
14647 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14648 (vc-toggle-read-only): Undid prev change.
14649
14650 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14651 vc-cvs-simple-toggle. Redocumented.
14652 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14653 (vc-cvs-toggle-read-only): Removed.
14654
14655 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14656
14657 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14658 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14659 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14660 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14661 still is. So maybe it should be removed.
14662 (vc-head-version, vc-find-binary): Remove.
14663 (vc-recompute-state): Move from vc-hooks.el.
14664 (vc-next-action-on-file): Add a `simple' argument to allow
14665 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14666 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14667 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14668 (vc-dired-mode-map): Properly defvar it.
14669 (vc-print-log): Call log-view-mode if available.
14670 (small-temporary-file-directory): defvar instead of use boundp.
14671 (vc-merge-news): Moved to vc-cvs.el.
14672 (vc-default-merge-news): New function.
14673
14674 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14675 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14676 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14677 unknown `vc-latest-version' function. It should probably refer to
14678 vc-workfile-version or somesuch, but it's very unclear to me and I
14679 don't have SCCS to test things.
14680
14681 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14682 (vc-sccs-state-heuristic): Fix typo.
14683 (vc-sccs-workfile-unchanged-p): Add missing argument.
14684
14685 * vc-rcs.el: Require vc and vc-rcs-hooks.
14686 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14687 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14688 (vc-release-greater-or-equal-p): Move from vc.
14689 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14690 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14691 (vc-rcs-checkout): Add a missing `new-version' argument in the
14692 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14693
14694 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14695 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14696 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14697 than the apparently unbound `workfile-version'.
14698
14699 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14700 (vc-file-prop-obarray): Use `make-vector'.
14701 (vc-backend-functions): Add new hookable functions
14702 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14703 (vc-loadup): If neither backend nor default functions exist, use
14704 the backend function rather than nil.
14705 (vc-call-backend): If the function if not bound yet, try to load
14706 the non-hook file to see if it provides it.
14707 (vc-call): New macro plus use it wherever possible.
14708 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14709 nor `vc-find-binary' since it's only called from
14710 vc-mistrust-permission which is only used once the backend is known.
14711 (vc-checkout-model): Fix parenthesis.
14712 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14713
14714 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14715 (vc-cvs-release, vc-cvs-system-release): Remove.
14716 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14717 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14718 status symbols.
14719 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14720 (vc-cvs-toggle-read-only): First cut at a function to allow a
14721 cvs-status-free vc-toggle-read-only.
14722 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14723 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14724 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14725 (vc-cvs-checkout): Modify access rights directly if the user
14726 requested not to use `cvs edit'. And refresh the mode line.
14727
14728 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14729 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14730
14731 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14732
14733 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14734 workfile' that got lost when the code was extracted from vc.el.
14735 And merged the tail with the rest of the code (not possible in the
14736 old vc.el where the tail was shared among all backends). And
14737 explicitly set the state to 'edited if `writable' is set.
14738
14739 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14740 (vc-cvs-state): Be careful to return the value from
14741 vc-cvs-parse-state.
14742 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14743 property but return it instead. Also be careful to handle a nil
14744 or "" `rev' when workfile is non-nil (it was handled properly when
14745 workfile was nil).
14746
14747 * vc.el: Removed those pesky unnecessary `(function' quotes.
14748 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14749 directly in the defvar.
14750 (vc-do-command): Bind inhibit-read-only so as to properly handle
14751 the case where the destination buffer has been made read-only.
14752 (vc-diff): Delegate to vc-version-diff in all cases.
14753 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14754 (vc-annotate-mode-variables): Removed (code moved partly to
14755 defvars and partly to vc-annotate-add-menu).
14756 (vc-annotate-mode): Turned into a derived-mode.
14757 (vc-annotate-add-menu): Moved in code in
14758 vc-annotate-mode-variables.
14759 (vc-update-change-log): Use make-temp-file if available.
14760
14761 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14762
14763 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14764 `vc-checkout-model' updated to `vc-cvs-update-model'.
14765
14766 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14767
14768 * vc.el (vc-next-action-on-file): Added handling of state
14769 `unlocked-changes'.
14770 (vc-checkout-carefully): Is now practically obsolete, unless the
14771 above is too slow to be enabled unconditionally.
14772 (vc-update-change-log): Fixed typo.
14773
14774 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14775
14776 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14777 Now handles state `unlocked-changes'.
14778 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14779
14780 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14781
14782 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14783 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14784 `unlocked-changes'.
14785 (vc-rcs-workfile-unchanged-p): Renamed from
14786 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14787 function yet, but supposed to become one soon.
14788
14789 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14790 `vc-steal-lock'.
14791 (vc-call-backend): Changed error message.
14792 (vc-state): Added description of state `unlocked-changes'.
14793
14794 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14795
14796 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14797 always return t in CVS-controlled directories.
14798
14799 * vc.el (vc-responsible-backend): New function.
14800 (vc-register): Largely rewritten.
14801 (vc-admin): Removed (implementation moved into vc-register).
14802 (vc-checkin): Redocumented.
14803 (vc-finish-logentry): If no backend defined yet (because we are in
14804 the process of registering), use the responsible backend.
14805
14806 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14807 Updated function lists.
14808 (vc-call-backend): Fixed typo.
14809
14810 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14811 New functions.
14812 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14813 Removed query option. Redocumented.
14814
14815 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14816
14817 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14818
14819 * vc.el: Updated callers of `vc-checkout-required' to use
14820 `vc-checkout-model'.
14821
14822 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14823
14824 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14825 stuff updated to reference this function instead of the old
14826 `vc-backend-release-p'.
14827
14828 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14829
14830 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14831 vc-checkout-model. Return appropriate values. Updated callers.
14832
14833 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14834
14835 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14836 (vc-backend-revert): Function moved into `vc-revert';
14837 `vc-next-action' must be updated to accomodate this change.
14838 (vc-backend-steal): Function moved into `vc-finish-steal'.
14839 (vc-backend-logentry-check): Function moved into
14840 `vc-finish-logentry'.
14841 (vc-backend-printlog): Function moved into `vc-print-log'.
14842 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14843 (vc-backend-assign-name): Function moved into
14844 `vc-create-snapshot'.
14845
14846 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14847
14848 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14849 Rename to vc-checkout-model. Return appropriate values.
14850 Update callers.
14851
14852 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14853 to vc-checkout-model.
14854 (vc-checkout-required): Rename to vc-checkout-model.
14855 Re-implement and re-comment.
14856 (vc-after-save): Use vc-checkout-model.
14857
14858 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14859
14860 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14861 Update to use the vc-BACKEND-diff functions instead.
14862 `vc-diff' is now working.
14863
14864 * vc-rcs.el (vc-rcs-logentry-check): New function.
14865
14866 * vc-cvs.el (vc-cvs-logentry-check): New function.
14867
14868 * vc-sccs.el (vc-sccs-diff): Function changed name from
14869 `vc-backend-diff'. This makes `vc-diff' work.
14870
14871 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14872 of functions possibly implemented in a vc-BACKEND library.
14873 (vc-checkout-required): Fix bug that caused an error to be
14874 signaled during `vc-after-save'.
14875
14876 * vc.el: Fix typo.
14877 This checkin is made with our new VC code base for the very first time.
14878 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14879
14880 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14881 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14882
14883 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14884 updated to `vc-uses-locking'.
14885 (vc-checkout-required): Call to backend function.
14886 `vc-checkout-required' updated to `vc-uses-locking' instead.
14887
14888 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14889 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14890
14891 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14892 to match the split into various backends.
14893 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
14894 (vc-retrieve-snapshot): Bug fix.
14895
14896 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14897
14898 * vc-sccs.el (vc-sccs-release): Doc fix.
14899
14900 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14901
14902 * vc.el (vc-next-action-on-file): Bug found and fixed.
14903 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14904 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14905
14906 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14907 (vc-rcs-checkout): Name space cleaned up. No more revision number
14908 crunching function names that are not prefixed with vc-rcs.
14909 (vc-rcs-checkout-model): Function added. References to
14910 `vc-checkout-model' replaced.
14911
14912 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14913
14914 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
14915 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
14916 still need to be split, and implemented for RCS).
14917
14918 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14919
14920 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
14921
14922 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
14923 required by the vc.el file.
14924
14925 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
14926 required by the vc.el file.
14927 (vc-rcs-exists): Function added.
14928
14929 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
14930 required by the vc.el file.
14931
14932 * vc.el (vc-admin): Updated to handle selection of appropriate
14933 backend. Current implementation is crufty and need re-thinking.
14934
14935 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
14936
14937 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14938
14939 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
14940 beginning of annotate buffers correctly.
14941
14942 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
14943 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
14944 functionality updated quite a lot to support multiple backends.
14945 Variables `vc-annotate-mode', `vc-annotate-buffers',
14946 `vc-annotate-backend' added.
14947
14948 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
14949 `vc-annotate-difference' added to supported backend functions.
14950
14951 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14952
14953 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
14954 Use with-temp-file instead of /bin/sh. Merged from mainline
14955
14956 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14957
14958 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
14959
14960 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
14961
14962 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
14963
14964 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14965
14966 * vc-hooks.el: vc-state-heuristic added to
14967 vc-backend-hook-functions.
14968
14969 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
14970
14971 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
14972
14973 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
14974 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
14975 state to `reserved'.
14976
14977 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
14978 `vc-checkout-required'. Rename the `locked' state to `reserved'.
14979
14980 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14981
14982 * vc-rcs-hooks.el: Implement new state model. Hardly anything
14983 untouched.
14984
14985 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
14986
14987 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
14988 if defined. (Merged from main line, slightly adapted.)
14989
14990 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
14991 millenium problem (merged from mainline).
14992
14993 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14994
14995 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
14996 part and moved the non-BACKEND stuff to vc.el.
14997
14998 * vc.el: Split the annotate feature into a BACKEND specific part
14999 and moved it from the vc-cvs.el file to this one.
15000
15001 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15002
15003 * vc-hooks.el: Implement new state model.
15004 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15005 (vc-locking-user): Simplify. Now only needed if the file is
15006 locked by somebody else.
15007 (vc-lock-from-permissions): Remove. Functionality is in
15008 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15009 (vc-mode-line-string): New name for former vc-status. Adapted.
15010 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15011
15012 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15013 Various simplifications and adaptations all over the place.
15014
15015 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15016 Simplify and adapt the rest.
15017
15018 * vc.el (vc-resynch-window): Add TODO comment: check for
15019 interaction with view mode according to recent RCS change.
15020 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15021
15022 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15023
15024 * vc.el: Convert the remaining function comments to docstrings.
15025
15026 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15027
15028 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15029 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15030 (vc-minor-part, vc-previous-version): Functions that operate and
15031 compare revision numbers got proper documentation. Comments added
15032 about their possible removal.
15033
15034 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15035
15036 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15037 the vc-backend.el files.
15038
15039 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15040
15041 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15042 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15043 (vc-rcs-previous-version): Functions added.
15044
15045 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15046
15047 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15048
15049 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15050
15051 * vc-hooks.el (vc-master-templates): Is really obsolete.
15052 Comment out the definition for now. What is the right procedure
15053 to get rid of it?
15054 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15055 rewritten.
15056 (vc-default-registered): Remove.
15057 (vc-check-master-templates): New function; does mostly what the
15058 above did before.
15059 (vc-locking-user): Don't rely on the backend to set the property.
15060
15061 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15062 Rewrite documentation.
15063 (vc-rcs-templates-grabbed): New variable.
15064 (vc-rcs-grab-templates): New function.
15065 (vc-rcs-registered): Rewrite to use above mechanism.
15066
15067 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15068 Rewrite documentation.
15069 (vc-sccs-templates-grabbed): New variable.
15070 (vc-sccs-grab-templates): New function.
15071 (vc-sccs-registered): Rewrite to use above mechanism.
15072 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15073 Don't throw the result, simply return it.
15074
15075 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15076 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15077 (vc-cvs-registered): Does the check itself now. Simplify.
15078
15079 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15080 from main line.
15081
15082 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15083
15084 * vc-cvs.el (vc-cvs-diff): New function.
15085
15086 * vc-sccs.el (vc-sccs-diff): New function.
15087
15088 * vc-rcs.el (vc-rcs-diff): New function.
15089 (vc-rcs-checkout): Bug (typo) found and fixed.
15090 (vc-rcs-register-switches): New variable.
15091
15092 * vc.el (vc-backend-diff): Function removed and placed in the
15093 backend files.
15094
15095 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15096
15097 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15098
15099 * vc.el (vc-backend-checkout): Function removed and replaced in
15100 the vc-backend.el files.
15101
15102 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15103
15104 * vc.el (vc-backend-admin): Removed and replaced in the
15105 vc-backend.el files.
15106
15107 * vc.el (Martin): Removed all the annotate functionality since it
15108 is CVS backend specific.
15109
15110 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15111
15112 * spec.txt: Added specification of vc-state.
15113
15114 * vc-sccs-hooks.el (vc-sccs-master-properties):
15115 Remove handling of vc-latest-version and
15116 vc-your-latest-version. What used to be vc-latest-version, is now
15117 returned as vc-workfile-version.
15118 (vc-sccs-workfile-version): Adapt.
15119
15120 2000-09-04 Dave Love <fx@gnu.org>
15121
15122 * vc.el: [Merged from mainline.]
15123 (vc-dired-mode): Make the dired-move-to-filename-regexp
15124 regexp match the date, to avoid treating date as file size.
15125 Add YYYY S option to WESTERN/
15126
15127 2000-09-04 Dave Love <fx@gnu.org>
15128
15129 * vc.el: Require `compile' when compiling.
15130 (vc-logentry-check-hook): New option.
15131 (vc-steal-lock): Use compose-mail.
15132 (vc-dired-mode-map): Defvar when compiling.
15133 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15134 vc-sccs.el and renamed. Callers changed.
15135 (vc-backend-checkout, vc-backend-logentry-check)
15136 (vc-backend-merge-news): Doc fix.
15137 (vc-default-logentry-check): New function.
15138 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15139 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15140 (vc-backend-merge): Doc fix. Use backend functions.
15141 (vc-check-headers): Use backend functions.
15142
15143 * vc-cvs.el: Require vc when compiling.
15144 (vc-cvs-register-switches): Doc fix.
15145 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15146 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15147 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15148 New functions (code from vc.el).
15149 (vc-annotate-display-default): Fix interactive spec.
15150 (vc-annotate-time-span): Doc fix.
15151
15152 * vc-rcs.el: Require vc when compiling.
15153 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15154 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15155 (vc-rcs-checkin): New functions (code from vc.el).
15156 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15157 Doc fix.
15158 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15159
15160 * vc-sccs.el: Require vc when compiling.
15161 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15162 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15163 (vc-sccs-revert)
15164 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15165 from vc.el).
15166 (vc-sccs-add-triple, vc-sccs-record-rename)
15167 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15168 (vc-sccs-admin): Doc fix.
15169
15170 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15171
15172 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15173 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15174 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15175 from vc.el.
15176
15177 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15178
15179 * vc-cvs.el: Moved the annotate functionality from vc.el.
15180 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15181
15182 2000-09-04 Dave Love <fx@gnu.org>
15183
15184 * vc.el (vc-backend-release): Call vc-system-release.
15185
15186 * vc-sccs.el (vc-sccs-system-release):
15187 Renamed from vc-sccs-backend-release.
15188
15189 * vc-rcs.el (vc-rcs-system-release):
15190 Renamed from vc-rcs-backend-release.
15191
15192 * vc-cvs.el (vc-cvs-system-release):
15193 Renamed from vc-cvs-backend-release.
15194
15195 2000-09-04 Dave Love <fx@gnu.org>
15196
15197 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15198 backend files.
15199 (vc-backend-release): Dispatch to backend functions.
15200 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15201 probably needs attention.]
15202
15203 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15204 (vc-sccs-backend-release): New function.
15205
15206 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15207 (vc-cvs-backend-release): New function.
15208
15209 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15210 Doc fix.
15211 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15212 (vc-default-dired-state-info): New function.
15213 (vc-dired-state-info): Dispatch to backends.
15214 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15215
15216 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15217 from vc.el and renamed.
15218
15219 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15220
15221 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15222 (vc-version-other-window, vc-backend-assign-name): Removed
15223 references to vc-latest-version; sometimes changed into
15224 vc-workfile-version.
15225
15226 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15227 vc-rcs-master-workfile-version.
15228 (vc-rcs-workfile-version): Use the above. Don't call
15229 vc-latest-version (that was unreachable code, anyway).
15230 (vc-rcs-fetch-master-properties): Doc fix.
15231
15232 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15233 (vc-backend-hook-functions): Removed them from this list, too.
15234 (vc-fetch-properties): Removed.
15235 (vc-workfile-version): Doc fix.
15236
15237 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15238 (vc-rcs-workfile-version, vc-rcs-locking-user)
15239 (vc-rcs-uses-locking): Use it.
15240
15241 * vc-hooks.el (vc-consult-rcs-headers):
15242 Moved into vc-rcs-hooks.el, under the name
15243 vc-rcs-consult-headers.
15244
15245 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15246 headers.
15247 (vc-cvs-find-master): Use this name only; correct different
15248 versions of the name.
15249
15250 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15251 New functions.
15252 (vc-sccs-locking-user): Use the latter.
15253
15254 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15255 New functions.
15256
15257 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15258 Moved into both
15259 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15260 functions are implementation details of those two backends.
15261
15262 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15263
15264 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15265 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15266
15267 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15268 (vc-sccs-parse-locks): SCCS-specific code moved here from
15269 vc-hooks.
15270
15271 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15272 code moved here from vc-hooks.
15273
15274 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15275 into back-end specific parts and removed. Callers not updated
15276 yet; because I guess these callers will disappear into back-end
15277 specific files anyway.
15278
15279 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15280
15281 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15282 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15283 `vc-uses-locking'.
15284
15285 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15286 Store yes/no in the property, and return t/nil. Updated all
15287 callers.
15288
15289 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15290 vc-sccs-uses-locking. Don't set property.
15291 (vc-sccs-locking-user): Don't set property.
15292
15293 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15294 vc-cvs-uses-locking. Don't set property here; leave that to
15295 vc-hooks.
15296 (vc-cvs-locking-user): Reflect above change. Streamlined.
15297
15298 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15299 vc-rcs-uses-locking.
15300 (vc-rcs-locking-user): Reflect above change.
15301
15302 2000-09-04 Dave Love <fx@gnu.org>
15303
15304 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15305
15306 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15307
15308 * vc-hooks.el (vc-checkout-model): Punt to backends.
15309
15310 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15311
15312 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15313
15314 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15315 New functions.
15316
15317 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15318 New functions.
15319
15320 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15321 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15322
15323 * vc-hooks.el (vc-default-locking-user): New function.
15324 (vc-locking-user, vc-workfile-version): Punt to backends.
15325
15326 2000-09-04 Dave Love <fx@gnu.org>
15327
15328 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15329 (vc-master-workfile-version): Moved from vc-hooks.
15330
15331 * vc-rcs-hooks.el: Fix duplicate code in last change.
15332
15333 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15334 (vc-rcs-master-templates): Improve :type.
15335 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15336 vc-master-workfile-version): Moved from vc-hooks.
15337
15338 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15339 (vc-sccs-master-templates): Improve :type.
15340 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15341
15342 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15343
15344 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15345 (vc-cvs-master-templates): Improve :type. Use
15346 vc-cvs-find-cvs-master.
15347 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15348 from vc-hooks.
15349 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15350
15351 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15352 Moved to vc-cvs-hooks.
15353
15354 * vc-hooks.el: Add doc strings in various places. Simplify the
15355 minor mode setup.
15356 (vc-handled-backends): New user variable.
15357 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15358 simplification.
15359
15360 2000-09-04 Dave Love <fx@gnu.org>
15361
15362 * vc.el: Some doc fixes for autoloaded and interactive functions.
15363 Fix compilation warnings from ediff stuff.
15364 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15365
15366 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15367
15368 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15369
15370 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15371
15372 2000-09-04 Dave Love <fx@gnu.org>
15373
15374 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15375 New variable.
15376 (vc-make-backend-function, vc-loadup, vc-call-backend)
15377 (vc-backend-defines): New functions.
15378
15379 * vc-hooks.el: Various doc fixes.
15380 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15381 (vc-match-substring): Function removed. Callers changed to use
15382 match-string.
15383 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15384 Simplify.
15385
15386 2000-09-04 Dave Love <fx@gnu.org>
15387
15388 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15389 type.
15390 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15391 (vc-sccs-registered): Doc fix.
15392
15393 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15394 (vc-cvs-registered): Doc fix.
15395
15396 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15397 (vc-rcs-registered): Doc fix.
15398
15399 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15400
15401 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15402
15403 * vc-hooks.el: vc-registered has been renamed
15404 vc-default-registered. Some functions have been moved to the
15405 backend specific files. they all support the
15406 vc-BACKEND-registered functions.
15407
15408 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15409
15410 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15411
15412 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15413
15414 2000-09-04 Dave Love <fx@gnu.org>
15415
15416 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15417 menu-bar-update-hook.
15418
15419 * help.el (help-manyarg-func-alist): Add
15420 find-operation-coding-system.
15421
15422 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15423
15424 * custom.el (custom-set-variables): Print message about errors in
15425 setting.
15426
15427 2000-09-03 Andrew Innes <andrewi@gnu.org>
15428
15429 * makefile.w32-in: Change to DOS line endings.
15430
15431 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15432
15433 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15434 minor-mode keymaps, if they don't have one.
15435
15436 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15437
15438 * eshell/esh-module.el (eval-when-compile): Don't lose if
15439 esh-module.el's file name is truncated to DOS 8+3 limits.
15440
15441 2000-09-01 John Wiegley <johnw@gnu.org>
15442
15443 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15444 predicate, which caused entries in the completion list to be
15445 doubled.
15446
15447 2000-08-30 John Wiegley <johnw@gnu.org>
15448
15449 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15450 sending to subprocesses. Also, hook pre-command-hook if
15451 `eshell-send-direct-to-subprocesses' is non-nil.
15452 (eshell-send-direct-to-subprocesses): New config variable. If t,
15453 subprocess input is send immediately.
15454 (eshell-toggle-direct-send): New function.
15455 (eshell-self-insert-command): New function.
15456 (eshell-intercept-commands): New function.
15457 (eshell-send-input): If direct subprocess sending is enabled,
15458 don't echo any input to the Eshell buffer. Let the subprocess
15459 handle that. This requires "stty echo" in bash, for example.
15460
15461 2000-08-28 John Wiegley <johnw@gnu.org>
15462
15463 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15464 completion function for Eshell's implementation of `unset'.
15465
15466 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15467
15468 * info.el (Info-directory-list): Doc fix.
15469
15470 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15471
15472 * filecache.el (file-cache-add-directory-using-find): Don't quote
15473 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15474
15475 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15476
15477 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15478 coding systems.
15479
15480 2000-08-30 Andrew Innes <andrewi@gnu.org>
15481
15482 * timer.el (run-with-idle-timer): Undo last change, so that timer
15483 is not activated immediately if Emacs is already idle. Some
15484 existing code relies on this behaviour.
15485
15486 2000-08-30 Miles Bader <miles@gnu.org>
15487
15488 * frame.el (set-frame-font): Do completion of font-name for
15489 interactive use.
15490
15491 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15492
15493 * international/quail.el (quail-start-translation): Bind locally
15494 last-command-event, last-command, and this-command.
15495 (quail-start-conversion): Likewise.
15496 (quail-self-insert-command): Fix docstring.
15497
15498 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15499
15500 * progmodes/executable.el
15501 (executable-make-buffer-file-executable-if-script-p): Check that
15502 buffer contains at least 2 characters.
15503
15504 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15505
15506 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15507
15508 2000-08-29 Dave Love <fx@gnu.org>
15509
15510 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15511 (diff-mode-shared-map): Bind mouse-2.
15512 (diff-imenu-generic-expression): New variable.
15513 (diff-mode): Use it.
15514
15515 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15516 (mouse-popup-menubar): Add minor mode menus.
15517 (popup-menu): Check for lookup-key returning number.
15518
15519 2000-08-29 Miles Bader <miles@gnu.org>
15520
15521 * comint.el (comint-send-input): Create overlays using the proper
15522 front/read-advance arguments.
15523
15524 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15525
15526 * ps-print.el: Even/odd pages printing. Doc fix.
15527 (ps-print-version): New version number (6.0).
15528 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15529 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15530 (ps-print-duplex-feature): Variable eliminated.
15531 (ps-even-or-odd-pages): New variable.
15532
15533 * progmodes/ebnf2ps.el: Doc fix.
15534 (ebnf-version): New version (3.3).
15535 (ebnf-user-arrow): Change variable customization to sexp.
15536 (ebnf-user-arrow): Function eliminated.
15537 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15538
15539 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15540
15541 * help.el (help-xref-mule-regexp): New variable.
15542 (help-make-xrefs): Handle help-xref-mule-regexp.
15543
15544 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15545 variable.
15546 (describe-input-method): Temporarily activate the specfied input
15547 method to display the information.
15548 (describe-language-environment): Hyperlinks to mule related items.
15549
15550 * international/mule-diag.el (charset-multibyte-form-string): New
15551 function.
15552 (list-character-sets-1): Use charset-multibyte-form-string.
15553 (describe-character-set): New function.
15554 (describe-coding-system): Hyperlinks to safe character sets.
15555
15556 * international/quail.el (quail-help): New arg PACKAGE.
15557 Hyperlinks to mule related items.
15558 (quail-help-insert-keymap-description): Use
15559 substitute-command-keys instead of describe-bindings.
15560 (quail-translation-help): Hyperlinks to mule related items.
15561
15562 2000-08-28 John Wiegley <johnw@gnu.org>
15563
15564 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15565 have a defsubst call itself. Made `eshell-flatten-list' back into
15566 a function again.
15567
15568 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15569 catch, in case re-centering point at bottom messes up the display.
15570 This happens frequently in Emacs 21, due I believe to variable
15571 line heights.
15572
15573 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15574 to call `find-tag-interactive'.
15575
15576 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15577 the list of remember directories.
15578
15579 2000-08-28 John Wiegley <johnw@gnu.org>
15580
15581 * align.el: Test align-region-separate to see if it's a symbol.
15582
15583 2000-08-28 John Wiegley <johnw@gnu.org>
15584
15585 * eshell/esh-util.el (eshell-flatten-list): Made this function
15586 into a defsubst form. It gets used very frequently, although
15587 calls don't occur all that often.
15588
15589 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15590 examining it.
15591
15592 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15593 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15594 `eshell-protect'.
15595 (eshell-copy-handles): Created a new macro for duplicating the
15596 current set of open handles. This is needed by the looping
15597 functions.
15598 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15599 is not incorrectly stomped on.
15600
15601 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15602 declaration for pcomplete-use-paring.
15603 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15604 value of eshell-cmpl-use-paring.
15605 * pcomplete.el (pcomplete-use-paring): New config variable, to
15606 indicate whether paring should be used.
15607 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15608 completion alternatives that have already been used.
15609
15610 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15611 bound to C-c C-y, which will repeat the previous N arguments
15612 (based on prefix argument).
15613 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15614
15615 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15616 if there is no *Help* buffer. This is for XEmacs, which renames
15617 its help buffers uniquely. TODO: Find out what the current buffer
15618 name to delete is.
15619
15620 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15621 first entry that correlates to a passwd/group number. Later
15622 entries (used for group/user name aliasing to multiple IDs) are
15623 ignored.
15624
15625 * eshell/em-xtra.el (eshell/expr):
15626 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15627 (eshell-grep, eshell/diff, eshell/locate):
15628 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15629 argument list, before passing it to the system command.
15630
15631 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15632 `find-tag' for use at final position in Eshell buffers (which
15633 otherwise triggers an error on Emacs 21).
15634 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15635 buffer, if it is currently bound to `find-tag'.
15636
15637 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15638 in the list of matched Makefile names.
15639 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15640 directory, prefer its contents to Makefile.
15641
15642 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15643 directory parts (like "cd old new", or "cd =regexp"), are now case
15644 sensitive on non-Windows/DOS platforms.
15645
15646 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15647 types RET after an open delimiter (like "), display a message
15648 indicating that Eshell is waiting for the closing delimiter.
15649
15650 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15651 environment variables.
15652
15653 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15654 gracefully if the user enters incorrect arguments.
15655
15656 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15657 Eshell buffers.
15658
15659 * eshell/esh-var.el (eshell-interpolate-variable):
15660 * eshell/esh-mode.el (eshell-move-argument):
15661 * eshell/em-unix.el (eshell-du-sum-directory):
15662 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15663 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15664 (not (= ...)).
15665
15666 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15667 to ensure the `preserve' flag gets propagated when doing recursive
15668 directory copies.
15669
15670 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15671
15672 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15673 Don't convert \n into \0177 in memory.
15674 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15675 and back again, when reading and writing.
15676
15677 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15678
15679 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15680 testing of `fboundp' on `processp'.
15681
15682 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15683 (eshell/jobs): Don't call process-list if it is not bound.
15684 (eshell-gather-process-output): Support systems where async
15685 subprocesses aren't supported.
15686 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15687 variables.
15688
15689 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15690 eshell-do-eval returns t.
15691 (eshell-do-pipelines-synchronously): New defmacro.
15692 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15693 when async subprocesses aren't supported.
15694 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15695 if async subprocesses aren't supported.
15696 (eshell-resume-command): Don't assume STATUS is a string.
15697
15698 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15699
15700 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15701 (eshell-close-target, eshell-get-target): Use eshell-processp.
15702 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15703 fix.
15704 (eshell-get-target, eshell-create-handles): Doc fix.
15705
15706 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15707
15708 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15709 criterion to include commands that output something, as long as it
15710 leaves both the command and the end-of-buffer visible when the
15711 command has exited.
15712 (eshell-review-quick-commands): Adjust the help doc string
15713 accordingly.
15714
15715 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15716
15717 * locate.el (locate): Cleaned up locate command's interactive prompting
15718 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15719
15720 * filecache.el (file-cache-case-fold-search): New variable
15721 (file-cache-assoc-function): New variable
15722 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15723 Use file-cache-case-fold-search variable
15724 (file-cache-add-file): Use file-cache-assoc-function
15725 (file-cache-delete-file): likewise
15726 (file-cache-directory-name): likewise
15727 (file-cache-debug-read-from-minibuffer): likewise
15728
15729 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15730
15731 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15732 (abbrev-table-name): New function.
15733 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15734 If non-nil list local abbrev, only.
15735
15736 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15737
15738 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15739 from Gnus support code, and use special article copy buffer
15740 `(gnus-original-article-buffer)' instead. This allows to get rid
15741 of article-hide-headers usage (which breaks in the latest Gnus
15742 version). Thanks to Detlev Zundel.
15743
15744 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15745
15746 * international/quail.el (quail-use-package): Hide "... loaded"
15747 message.
15748 (quail-start-translation, quail-start-conversion): Likewise.
15749
15750 * international/kkc.el (kkc-region): Hide "... loaded" message.
15751
15752 2000-08-27 Dave Love <fx@gnu.org>
15753
15754 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15755
15756 2000-08-27 Miles Bader <miles@gnu.org>
15757
15758 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15759
15760 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15761
15762 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15763 'ja-dic-cnv), not (require 'skkdic-cnv).
15764
15765 2000-08-26 Miles Bader <miles@gnu.org>
15766
15767 * faces.el (face-x-resources): Add entry for :inherit.
15768 * cus-face.el (custom-face-attributes): Add support for :inherit
15769 attribute. Add support for relative face heights.
15770 (custom-face-attributes-get): Treat `nil' as being a default value
15771 for :inherit (as well as `unspecified').
15772
15773 * faces.el (set-face-attribute): Update doc string.
15774 (face-attribute-name-alist): Add :inherit.
15775 (face-valid-attribute-values): Handle :inherit.
15776 (face-read-string): Rephrase prompt to be less confusing.
15777 Assume that DEFAULT is a string, since we must return a string.
15778 (face-read-integer): Use `format' to turn DEFAULT into an
15779 acceptable default for face-read-string. Match NEW-VALUE against
15780 the string "unspecified", not the symbol `unspecified', since
15781 that's what face-read-string returns.
15782 (read-face-attribute): Lookup a name for old-value in valid, and
15783 use it as a default if we find one. Treat all values from
15784 face-read-string as strings. If the default is used, don't do any
15785 more processing on the value, just use the old value directly.
15786 (read-face-and-attribute, modify-face): Tweak prompt.
15787 (read-face-name): Don't assume prompt ends with a space.
15788
15789 * faces.el (describe-face): Add support for :inherit attribute.
15790
15791 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15792
15793 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15794 concat doesn't accept interger.
15795
15796 * international/kkc.el: Remove SKK from Keywords. Require
15797 ja-dic-utl instead of skkdic-utl.
15798
15799 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15800 Provide ja-dic-cnv instead of skkdic-cnv.
15801 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15802 (iso-2022-7bit-short): Add safe-charsets property.
15803 (skkdic-convert-postfix): Search Japanese chou-on character in
15804 addition to Hiragana character.
15805 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15806 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15807 (batch-skkdic-convert): Likewise.
15808
15809 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15810 Provide ja-dic-utl instead of skkdic-utl.
15811 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15812
15813 2000-08-24 Dave Love <fx@gnu.org>
15814
15815 * disp-table.el (standard-display-default): Make the test of `l'
15816 useful.
15817
15818 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15819 mod sample text.
15820
15821 * international/iso-ascii.el: Make pilcrow convenient string
15822 consistent with section.
15823 (iso-ascii-display): Set up multibyte characters as well as
15824 unibyte.
15825
15826 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15827
15828 * international/mule-cmds.el (reset-language-environment): Set
15829 default-process-coding-system to '(undecided . iso-latin-1), which
15830 makes process I/O almost consistent with file I/O. Call this
15831 function when mule-cmds.el[c] is loaded.
15832
15833 2000-08-22 Andrew Innes <andrewi@gnu.org>
15834
15835 * makefile.w32-in: New file.
15836
15837 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15838
15839 * comint.el (comint-output-filter): Compare end of
15840 comint-last-output-overlay with the start of the newly inserted
15841 text, not the end, when deciding whether to extend it.
15842 Set saved-point's insertion type to advance after insertion.
15843
15844 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15845 since this is now done independently of font-lock mode.
15846
15847 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15848
15849 * server.el (server-kill-new-buffers): New user option.
15850 (server-existing-buffer): New buffer-local variable.
15851 (server-visit-files): When using an existing buffer, set
15852 server-existing-buffer to t.
15853 (server-buffer-done): If server-kill-new-buffers is t, kill the
15854 buffer, unless it was already present before visiting it with
15855 Emacs server.
15856
15857 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15858
15859 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15860 even if the display doesn't support colors: some displays will
15861 support bold/underline faces.
15862
15863 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15864
15865 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15866
15867 * startup.el (command-line): If user's init file had an error,
15868 add explanatory text to *Messages*.
15869
15870 2000-08-21 Kenichi Handa <handa@etl.go.jp>
15871
15872 * man.el (Man-getpage-in-background): Decode the process output by
15873 the system locale coding system.
15874
15875 2000-08-20 Dave Love <fx@gnu.org>
15876
15877 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15878 Don't test x-popup-menu.
15879 (function) <complete-function>: Complete only fbound symbols.
15880 <validate, value>: New.
15881 (variable) <complete-function>: Complete only bound symbols.
15882 (coding-system): Add :base-only, :complete-function, :validate,
15883 :value, :prompt-match.
15884 (widget-coding-system-prompt-value): Use read-coding-system and
15885 act on :base-only.
15886 (editable-field): Add :help-echo.
15887 (widget-push-button-gui, widget-push-button-cache)
15888 (widget-gui-action, widget-editable-list-gui): COmment out, along
15889 with uses.
15890 (widget-at): Make arg optional.
15891 (widget-echo-help): Adjust for current help-echo calling sequence.
15892 (widget-specify-field, widget-specify-button)
15893 (widget-specify-insert, widget-get-sibling, widget-image-find)
15894 (widget-convert, widget-insert, widget-leave-text)
15895 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15896 (widget-setup, widget-field-find, widget-before-change)
15897 (widget-after-change, widget-default-complete)
15898 (widget-default-create, widget-default-delete)
15899 (widget-push-button-value-create, editable-field)
15900 (widget-field-prompt-value, widget-field-validate)
15901 (widget-choice-value-create, widget-choice-action)
15902 (widget-choice-validate, widget-checklist-add-item)
15903 (widget-radio-add-item, widget-radio-chosen)
15904 (widget-radio-value-inline, widget-editable-list-value-create)
15905 (widget-editable-list-entry-create)
15906 (widget-documentation-link-add)
15907 (widget-documentation-string-value-create)
15908 (widget-regexp-validate, widget-file-complete)
15909 (widget-sexp-validate, widget-plist-convert-widget)
15910 (widget-plist-convert-widget, widget-alist-convert-widget)
15911 (widget-alist-convert-widget, widget-color-complete): Simplify,
15912 particularly to avoid bindings which aren't optimized out.
15913
15914 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
15915 Doc fix.
15916 (down-list, backward-up-list, up-list, kill-sexp)
15917 (backward-kill-sexp, mark-sexp): Make arg optional.
15918 (lisp-complete-symbol): Add optional arg PREDICATE.
15919
15920 * cus-start.el: Add display-buffer-reuse-frames,
15921 file-coding-system-alist.
15922
15923 2000-08-20 Gerd Moellmann <gerd@gnu.org>
15924
15925 * startup.el (command-line): Clear realized faces after
15926 modifying TTY color mappings.
15927
15928 2000-08-20 Miles Bader <miles@gnu.org>
15929
15930 * faces.el (face-attr-match-p): Don't return true if ATTRS are
15931 merely a subset of FACE's attributes.
15932
15933 2000-08-19 Miles Bader <miles@gnu.org>
15934
15935 * comint.el (comint-output-filter): Save the point with a marker,
15936 not just a buffer position.
15937
15938 * international/mule.el (set-buffer-process-coding-system): Make
15939 interactive prompt less confusing.
15940
15941 2000-08-19 Gerd Moellmann <gerd@gnu.org>
15942
15943 * hilit-chg.el: General cleanup of doc strings, comments and
15944 code formatting.
15945
15946 2000-08-19 Miles Bader <miles@gnu.org>
15947
15948 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
15949 Compiler macro removed; beginning-of-line is no longer always
15950 equivalent to forward-line, in the presence of fields.
15951
15952 * comint.el (comint-output-filter): Remove ad-hoc saving of
15953 restriction, and just use save-restriction, now that it works
15954 correctly. Don't adjust comint-last-input-start to account for
15955 our insertion; it shouldn't have moved because we don't use
15956 insert-before-markers anymore. Comment out call to
15957 `force-mode-line-update'; why is it here?
15958
15959 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
15960 while checking for prompt to delete. Use `forward-line 0'
15961 instead of beginning-of-line.
15962 (gud-filter): Temporarily widen gud comint buffer while
15963 examining output.
15964
15965 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
15966
15967 * progmodes/sh-script.el: Big bag of typos.
15968
15969 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
15970 check since ispell-process is not bound when ispell is not yet loaded.
15971
15972 2000-08-18 Dave Love <fx@gnu.org>
15973
15974 * image.el (find-image): Copy `spec' before using plist-put.
15975
15976 2000-08-18 Gerd Moellmann <gerd@gnu.org>
15977
15978 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
15979 `portugues'.
15980
15981 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
15982 backward-kill-sexp, analogous to kill-sexp.
15983
15984 * progmodes/icon.el (icon-indent-line)
15985 (icon-is-continuation-line): Handle comments specially.
15986
15987 2000-08-17 Ken Stevens <k.stevens@ieee.org>
15988
15989 * ispell.el: Set to standard author/maintainer/keyword fields.
15990 Fine tuning to menu map appearance and operation, and added help.
15991 Remove `start' and `end' error messages when compiling.
15992 (ispell-choices-win-default-height): Fixed comment string.
15993 (ispell-dictionary-alist-1): Fixed regexp in castellano and
15994 castellano8 dictionaries.
15995 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
15996 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
15997 dictionary, added italiano dictionary.
15998 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
15999 word character
16000 (ispell-tex-skip-alists): Added psfig support.
16001 (ispell-skip-html): Renamed from ispell-skip-sgml.
16002 (ispell-begin-skip-region-regexp, ispell-skip-region)
16003 (ispell-minor-check): Improved html skipping support to skip across
16004 code, and recognize `&' commands without propper `;' syntax;
16005 (ispell-process-line): Fix alignment error when manually
16006 correcting spelling.
16007 (ispell): Fix comment string.
16008 (ispell-add-per-file-word-list): Always put word list on new line.
16009
16010 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16011
16012 * format.el (format-encode-run-method): Fix error message to say
16013 `encode' instead of `decode'. Use save-window-excursion around
16014 shell-command-on-region as in format-decode-run-method because
16015 shell-command-on-region can display a buffer with error output.
16016 (format-decode): Don't record undo information for the decoding.
16017 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16018 that number part of the temporary buffer name so that more than
16019 one decoding using a temporary buffer can happen safely.
16020
16021 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16022 of `A-z' in the regexp.
16023
16024 * hilit-chg.el: Fix typos in commentary.
16025
16026 * help.el (view-emacs-news): Rewritten for new naming scheme
16027 for old NEWS files.
16028
16029 * startup.el (command-line): Pop to *Messages* in case an error
16030 is signaled while loading user-init-file.
16031
16032 2000-08-17 Andreas Schwab <schwab@suse.de>
16033
16034 * files.el (insert-directory): Don't lose original file name,
16035 undoing an undocumented change.
16036
16037 2000-08-17 Alex Schroeder <alex@gnu.org>
16038
16039 * sql.el (sql-magic-go): Use comint-bol.
16040 (sql-copy-column): Use comint-line-beginning-position.
16041 (comint-line-beginning-position): Define a replacement for
16042 comint-line-beginning-position if it is not fboundp.
16043
16044 2000-08-17 Alex Schroeder <alex@gnu.org>
16045
16046 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16047 it didn't have any effect anyway.
16048
16049 2000-08-17 Alex Schroeder <alex@gnu.org>
16050
16051 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16052 --pset and pager=off instead of sending \\o|cat at the beginning
16053 of the session.
16054
16055 2000-08-17 Miles Bader <miles@gnu.org>
16056
16057 * progmodes/octave-inf.el: Add compatibility definition of
16058 comint-line-beginning-position.
16059
16060 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16061
16062 * startup.el (normal-top-level): Look in each dir in load-path for
16063 a leim-list.el file too. This assures of loading leim-list.el
16064 that is created at Emacs installation time even if a user have his
16065 own leim-list.el.
16066
16067 2000-08-17 Miles Bader <miles@gnu.org>
16068
16069 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16070 foreground color to black if the background is dark.
16071
16072 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16073
16074 * loadhist.el (unload-feature): Typo.
16075
16076 * finder.el (finder-compile-keywords):
16077 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16078 to the generated file.
16079
16080 * mail/mh-e.el (mh-make-local-vars):
16081 Replace make-variable-buffer-local with make-local-variable.
16082
16083 * play/landmark.el:
16084 * options.el (Edit-options-{set,toggle,t,nil}):
16085 * mail/mailabbrev.el (mail-abbrevs-mode):
16086 * textmodes/tex-mode.el (tex-expand-files):
16087 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16088
16089 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16090
16091 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16092 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16093 Allow going past the last element.
16094 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16095 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16096 (cvs-mouse-toggle-mark): Don't move point.
16097 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16098
16099 * progmodes/compile.el (grep): Provide a default set of files.
16100 (next-error): Docstring fix.
16101 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16102
16103 * emacs-lisp/easy-mmode.el (define-minor-mode):
16104 Use `symbol-value' to keep the byte-compiler quiet.
16105
16106 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16107 (diff-find-source-location): New fun, extracted from diff-goto-source.
16108 (diff-goto-source): Use it.
16109 (diff-next-complex-hunk, diff-filter-lines): New function.
16110 (diff-apply-hunk): New command.
16111
16112 * smerge-mode.el (smerge-mode-menu): Doc fix.
16113
16114 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16115
16116 2000-08-16 Dave Love <fx@gnu.org>
16117
16118 * windmove.el (windmove) <defgroup>: Add :version.
16119
16120 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16121 (goto-address-fontify-p, goto-address-highlight-p)
16122 (goto-address-url-face, goto-address-url-mouse-face)
16123 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16124 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16125 (goto-address-fontify, goto-address-at-mouse): Simplify,
16126 (goto-address-at-point): browse-url-url-at-point,
16127 goto-address-find-address-at-point can return nil.
16128 (goto-address-find-address-at-point): Return nil on failure.
16129
16130 * align.el (align) <defgroup>: Add :version.
16131
16132 * calculator.el (calculator): Add :version.
16133 (calculator): Use two lines for calculator window if `modeline'
16134 face is boxed.
16135
16136 * play/5x5.el: Doc fixes.
16137 (5x5) <defgroup>: Add :version.
16138
16139 * play/fortune.el (fortune) <defgroup>: Add :version.
16140 (fortune-append): Fix error message.
16141 (fortune-from-region): Doc fix.
16142
16143 * play/pong.el (pong): Doc fix.
16144
16145 * play/morse.el: Keywords, commentary, autoloads.
16146
16147 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16148
16149 * desktop.el (desktop-save): Don't look at symbol-value of a
16150 member of minor-mode-alist, unless it is boundp.
16151
16152 2000-08-16 Sam Steingold <sds@gnu.org>
16153
16154 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16155 `while'; use `with-current-buffer' instead of `save-excursion'.
16156 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16157
16158 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16159
16160 * international/ccl.el (declare-ccl-program): Docstring modified.
16161 (ccl-execute-with-args): Likewise.
16162
16163 2000-08-16 Miles Bader <miles@gnu.org>
16164
16165 * progmodes/sql.el: Add compatibility definition of
16166 comint-line-beginning-position.
16167
16168 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16169
16170 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16171 'buffer-menu' property.
16172 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16173 fails.
16174 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16175 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16176 wasn't killed.
16177
16178 * buff-menu.el (list-buffers-noselect): Don't display the
16179 *Buffer List* buffer.
16180
16181 * font-lock.el: Require jit-lock to prevent a very late
16182 `Loading jit-lock' message.
16183
16184 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16185 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16186 mail address.
16187
16188 2000-08-15 Miles Bader <miles@gnu.org>
16189
16190 * textmodes/ispell.el (ispell-graphic-p): New constant.
16191 (ispell-choices-win-default-height, ispell-help): Use
16192 `ispell-graphic-p' instead of `xemacsp'.
16193
16194 2000-08-15 Dave Love <fx@gnu.org>
16195
16196 * simple.el: Autoload widget-convert when compiling.
16197 (mail-user-agent): Doc fix.
16198
16199 * help.el (function-called-at-point, variable-at-point): Use
16200 with-syntax-table.
16201 (help-manyarg-func-alist): Add insert-and-inherit.
16202
16203 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16204
16205 * delsel.el (delsel-unload-hook): New function.
16206
16207 * find-file.el: Doc fixes. Move provide to end.
16208 (ff) <defgroup>: Add :link.
16209 (ff-goto-click): Deleted.
16210 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16211 Use mouse-set-point.
16212
16213 * textmodes/tildify.el: Doc fixes.
16214 (tildify) <defgroup>: Add:version.
16215
16216 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16217 (glasses-custom-set): Use set-default, not set.
16218 (minor-mode-alist): Propertize the lighter.
16219 (glasses-mode): Provide optional arg.
16220
16221 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16222 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16223 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16224 option. Provide :type.
16225 (cwarn-configuration): Provide :type.
16226 (cwarn-mode): Doc fix.
16227
16228 * add-log.el (change-log-merge): Doc fix.
16229 (change-log-redate): New command.
16230
16231 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16232 Doze and Dog.
16233 (browse-url): Use dolist, not mapcar.
16234 (browse-url-at-point): Check for null url.
16235 (browse-url-event-buffer, browse-url-event-point): Functions
16236 deleted.
16237 (browse-url-at-mouse, browse-url-netscape): Simplify.
16238
16239 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16240 modes.
16241 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16242 Fix previous change to mapcan.
16243 (msb--init-file-alist, msb--add-separators)
16244 (msb--make-keymap-menu): Simplify.
16245 (msb--choose-file-menu): Use copy-sequence.
16246 (msb-mode-map): Add title to keymap.
16247 (msb-unload-hook): New function.
16248
16249 * bs.el: Fix indentation.
16250 (bs) <defgroup>: Add :links.
16251 (bs-show): Doc fix.
16252 (bs-apply-sort-faces): Don't use window-system.
16253 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16254
16255 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16256
16257 * calendar/timeclock.el (timeclock-file): Run .timelog through
16258 convert-standard-filename.
16259
16260 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16261
16262 * emacs-lisp/authors.el: New file.
16263
16264 * paren.el (show-paren-priority): New user option.
16265 (show-paren-function): Set overlay priorities to
16266 show-paren-priority.
16267
16268 2000-08-14 Miles Bader <miles@gnu.org>
16269
16270 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16271 beginning-of-line with inhibit-field-text-motion bound.
16272
16273 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16274
16275 * calendar/timeclock.el: New file.
16276
16277 2000-08-14 David Ponce <david@dponce.com>
16278
16279 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16280 `widget-button-click'. so that one can use left mouse button to
16281 click on dialog buttons.
16282
16283 2000-08-14 Emmanuel Briot <briot@gnat.com>
16284
16285 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16286 identifiers, since XML is case sensitive
16287
16288 2000-08-12 Miles Bader <miles@gnu.org>
16289
16290 * comint.el (comint-output-filter): Don't bother frobbing
16291 window-start, it doesn't seem to be necessary.
16292
16293 * comint.el (comint-send-string, comint-send-region): Make into
16294 real functions. Snapshot the prompt before sending.
16295
16296 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16297
16298 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16299 technique similar to Info-index, instead of relying on specific
16300 names of relevant Index nodes.
16301 (Info-goto-emacs-command-node): Bind Info-history to nil when
16302 going to the first node found by Info-find-emacs-command-nodes.
16303
16304 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16305
16306 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16307
16308 2000-08-10 Miles Bader <miles@gnu.org>
16309
16310 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16311
16312 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16313
16314 * info.el (Info-file-list-for-emacs): More elements for the
16315 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16316 and woman manuals.
16317
16318 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16319
16320 * comint.el (comint-send-input): Make the newline boundary overlay
16321 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16322 (comint-output-filter): Use `insert' instead of
16323 `insert-before-markers'. Extend comint-last-output-overlay when
16324 necessary since we can't rely on insert-before-markers to do it.
16325 * gud.el (gud-filter): Use `with-current-buffer' instead of
16326 save-excursion when inserting the output, so that point gets
16327 updated correctly; the old method relied on a rather dodgy
16328 side-effect of comint-output-filter to avoid the effect of
16329 save-excursion.
16330
16331 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16332
16333 * files.el (recover-file): Call insert-directory instead of
16334 invoking `ls' directly.
16335
16336 2000-08-10 Miles Bader <miles@gnu.org>
16337
16338 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16339 (comint-last-prompt-overlay): New variables.
16340 (comint-output-filter): Implement prompt highlighting.
16341 (comint-snapshot-last-prompt): New function.
16342 (comint-send-input): Snapshot the last prompt.
16343 Use comint-highlight-input-face.
16344 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16345 Use defface instead of defcustom.
16346 (send-invisible, comint-send-eof): Snapshot the last prompt.
16347 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16348 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16349
16350 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16351
16352 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16353 (regexp-opt-group): Use a list of chars for `letters'.
16354 (regexp-opt-charset): `chars' is now a list of chars.
16355 Use a char-table rather than a vector so it works for multibyte chars.
16356
16357 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16358 Set cvs-minor-current-files to the selected fileinfo.
16359 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16360 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16361
16362 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16363
16364 * files.el (insert-directory): Don't call access-file on
16365 directories on DOS and Windows.
16366
16367 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16368
16369 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16370 longer if necessary.
16371 (ccl-embed-code): Call ccl-embed-data to store CODE in
16372 ccl-program-vector.
16373
16374 2000-08-09 Miles Bader <miles@gnu.org>
16375
16376 * comint.el (comint-output-filter): Properly handle the case where
16377 the text surrounded by comint-last-output-overlay was deleted.
16378
16379 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16380
16381 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16382 non-nil.
16383 (Info-file-list-for-emacs): Remove "info" from the list because
16384 that leads to trying to use the documentation from file `info'
16385 in various situations where it isn't appropriate, for instance
16386 C-h C-k C-h i.
16387
16388 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16389 DIR and/or STRING are nil.
16390
16391 * progmodes/compile.el (compilation-setup): Make variable
16392 compilation-error-screen-columns buffer-local, as some comment
16393 in the code suggests it should be.
16394
16395 * files.el (auto-mode-interpreter-regexp): New variable.
16396 (set-auto-mode): Use it.
16397
16398 * indent.el (indent-for-tab-command): Doc fix.
16399
16400 * mouse-sel.el (mouse-sel-mode): Doc fix.
16401
16402 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16403 labels.
16404
16405 * help.el (print-help-return-message): When
16406 display-buffer-reuse-frames is set, let the help window been quit,
16407 instead of deleting it, which might delete a reused frame.
16408
16409 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16410
16411 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16412 rename a directory to a name that differs only by its letter case.
16413
16414 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16415
16416 * international/quail.el (quail-define-rules): Handle Quail decode
16417 map correctly. Add code for supporting annotations.
16418 (quail-install-decode-map): New function.
16419 (quail-defrule-internal): New optional arguments decode-map and
16420 props.
16421 (quail-advice): New function.
16422
16423 2000-08-07 Sam Steingold <sds@gnu.org>
16424
16425 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16426 `defconst', `define-condition', `with-slots'.
16427 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16428
16429 2000-08-03 Miles Bader <miles@gnu.org>
16430
16431 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16432 New variable.
16433 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16434 comint-use-prompt-regexp-instead-of-fields.
16435 (comint-send-input): Add `input' field property to stuff we send to
16436 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16437 (comint-output-filter): Add `output' field property to process
16438 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16439 (comint-replace-by-expanded-history)
16440 (comint-get-old-input-default, comint-show-output)
16441 (comint-backward-matching-input, comint-forward-matching-input)
16442 (comint-next-prompt, comint-previous-prompt): Use field
16443 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16444 (comint-line-beginning-position): New function.
16445 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16446 (comint-replace-by-expanded-history-before-point): Use
16447 comint-line-beginning-position and line-end-position.
16448 (comint-last-output-overlay): New variable.
16449 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16450
16451 * shell.el (shell-prompt-pattern): Doc change.
16452 (shell-backward-command): Use line-beginning-position.
16453
16454 * gud.el (gud-gdb-complete-command): Use
16455 comint-line-beginning-position.
16456
16457 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16458 comint-bol doesn't actually go to the beginning of the line.
16459
16460 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16461 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16462 (try-expand-line-all-buffers): Likewise.
16463
16464 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16465 explicitly matching comint-prompt-regexp.
16466 (sql-copy-column): Use comint-line-beginning-position instead of
16467 explicitly matching comint-prompt-regexp.
16468
16469 * progmodes/octave-inf.el (inferior-octave-complete): Use
16470 comint-line-beginning-position.
16471
16472 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16473
16474 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16475 looking for a prompt, use `forward-line 0' instead of
16476 `beginning-of-line', to avoid getting caught by an input field.
16477
16478 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16479
16480 * files.el (shell-quote-wildcard-pattern): Make sure to return
16481 PATTERN, in the Unix case.
16482
16483 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16484
16485 * play/zone.el (zone): Discard any pending input before running
16486 the randomly-chosen pgm.
16487
16488 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16489
16490 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16491 checking the existence of any multibyte characters.
16492
16493 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16494
16495 * help.el (describe-mode): Test minor-mode symbol for being
16496 bound before testing its value for being nil.
16497
16498 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16499 `first', `second', and `third'.
16500
16501 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16502 (second): Make it an alias for `cadr'.
16503
16504 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16505
16506 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16507 types of display support faces now.
16508
16509 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16510
16511 * pcvs.el (require): Require `cl' during compilation, only.
16512
16513 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16514 (toplevel): Remove `remq' and `remove' from autoloads.
16515 (cl-fake-autoloads): New variable. If set, arrange for an error
16516 when CL functions etc. are autoloaded.
16517
16518 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16519
16520 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16521
16522 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16523 popped up, but the user clicks outside the menu, return an empty
16524 regexp (that causes unhighlight-regexp to have no effect).
16525
16526 * menu-bar.el (menu-bar-games-menu): Add Zone.
16527
16528 * hi-lock.el (toplevel): Require font-lock.
16529
16530 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16531
16532 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16533 (ebnf-8-bit-chars): New var for bug fix.
16534 (ebnf-string): Bug fix.
16535
16536 2000-08-03 Sam Steingold <sds@gnu.org>
16537
16538 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16539 instead of `buffer-string'.
16540 (require 'cl): Always, not just when compiling.
16541 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16542 necessary.
16543
16544 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16545
16546 * international/mule-cmds.el (select-safe-coding-system): Make
16547 the message text about selecting a safe coding system more clear.
16548
16549 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16550
16551 * hi-lock.el: New file.
16552
16553 * play/zone.el: New file.
16554
16555 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16556 value of tab-width in the original buffer. Choose a line number
16557 format that's a multiple of the original buffer's tab width, so
16558 that lines appear right.
16559
16560 * textmodes/ispell.el (ispell): New function, replacing an alias.
16561 Spell-check active region if in transient-mark-mode and mark
16562 is active; otherwise spell-check buffer.
16563
16564 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16565
16566 * ps-mule.el: Fix a customization problem on
16567 ps-mule-font-info-database-default.
16568
16569 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16570
16571 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16572 display-mouse-p instead of window-system.
16573 (ebrowse-member-mode-map): Ditto.
16574
16575 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16576
16577 * progmodes/ebnf2ps.el: Update ps-print functions call.
16578 Indentation fix. Doc fix.
16579 (ebnf-version): New version number (3.2).
16580 (ebnf-format-color, ebnf-begin-job): Code fix.
16581
16582 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16583
16584 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16585 font lock support on window-system.
16586 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16587
16588 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16589 display-color-p, if fboundp, instead of window-system.
16590
16591 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16592
16593 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16594 instead of window-system.
16595
16596 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16597 window-system.
16598 (widget-choice-mouse-down-action): Use display-popup-menus-p
16599 instead of window-system.
16600
16601 * strokes.el (strokes-file): Run the file name through
16602 convert-standard-filename.
16603 (strokes-mode): Call display-mouse-p instead of looking at
16604 window-system. Change the error message accordingly.
16605
16606 * progmodes/cpp.el (toplevel): Support faces on tty's.
16607
16608 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16609 (lm-plot-square, lm-init-display): Don't use window-system.
16610
16611 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16612 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16613
16614 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16615 instead of looking at window-system.
16616
16617 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16618
16619 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16620 of testing if iswitchb-prepost-hooks is bound, because the
16621 latter will always be true when invoking a recursive minibuffer
16622 from an active Iswitchb buffer.
16623
16624 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16625
16626 * files.el (shell-quote-wildcard-pattern): New function.
16627 (insert-directory): Call it. Only prepend "\" to command on Unix
16628 and GNU/Linux systems.
16629
16630 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16631
16632 * eshell/esh-groups.el: Change custom :link file names
16633 from `eshell.info' to `eshell'.
16634
16635 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16636
16637 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16638 correctly in recursive ange-ftp listings.
16639
16640 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16641
16642 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16643 ps-header-font-size-internal and
16644 ps-header-title-font-size-internal variables are not set,
16645 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16646 face text property is (foreground-color . COLOR) or
16647 `(background-color . COLOR)', ps-print crashes. Doc fix.
16648 (ps-print-version): New version number (5.2.4).
16649 (ps-plot-region): Code fix.
16650 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16651 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16652 Bug fix 2.
16653
16654 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16655
16656 * glasses.el (glasses-make-readable): Fix uncapitalization of
16657 identifiers like `myXMLDocument'.
16658
16659 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16660
16661 * mail/mail-hist.el (mail-hist-previous-input)
16662 (mail-hist-next-input): Do the obvious code factorization.
16663 (mail-hist-retrieve-and-insert): New func, contains common
16664 code of above two.
16665 If inserting a message body, leave point at top.
16666
16667 2000-07-28 Sam Steingold <sds@gnu.org>
16668
16669 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16670 Use `<=', not `<' to compare times!
16671 (ange-ftp-ls): Remove.
16672
16673 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16674
16675 * play/cookie1.el: Add explanation of how to make cookie.el
16676 compatible with strfile(1) to comment.
16677
16678 * subr.el (remove, remq): New functions.
16679
16680 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16681 escape `*' in regexps.
16682 (midnight-find): Reverse order of arguments in the funcall of
16683 TEST.
16684
16685 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16686 and `.class'.
16687
16688 * play/meese.el: Add Commentary section.
16689
16690 2000-07-27 Alex Schroeder <alex@gnu.org>
16691
16692 * sql.el (sql-ms): Added autoload cookie.
16693 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16694 (sql-oracle): Ditto.
16695 (sql-help): Doc change.
16696
16697 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16698 types and exceptions.
16699
16700 2000-07-27 Alex Schroeder <alex@gnu.org>
16701
16702 * sql.el (sql-placeholder-history): New variable.
16703 (sql-query-placeholders-and-send): New function that will query
16704 the user and replace placeholders with user input.
16705 (sql-oracle): If running on NT, set comint-input-sender to
16706 sql-query-placeholders-and-send.
16707
16708 (sql-stop): If in the SQLi buffer, insert stop notification, else
16709 present it as a message.
16710
16711 2000-07-27 Alex Schroeder <alex@gnu.org>
16712
16713 * sql.el (sql-input-ring-separator): Doc change.
16714 (sql-input-ring-file-name): Doc change.
16715 (sql-interactive-mode): Use `sql-input-ring-separator' and
16716 `sql-input-ring-file-name' to set the comint-mode equivalents
16717 without making them local variables.
16718 (sql-stop): Don't bind `sql-input-ring-separator' and
16719 `sql-input-ring-file-name' dynamically to their comint-mode
16720 equivalents.
16721
16722 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16723
16724 * international/mule.el (register-char-codings): New function.
16725 (make-coding-system): Handle `safe-chars' specification in the arg
16726 PROPERTY.
16727
16728 * international/mule-cmds.el
16729 (find-coding-systems-region-subset-p): This function deleted.
16730 (sort-coding-systems-predicate): New variable.
16731 (sort-coding-systems): New function.
16732 (find-coding-systems-region): Use
16733 find-coding-systems-region-internal.
16734 (find-coding-systems-string): Use find-coding-systems-region.
16735 (find-coding-systems-for-charsets): Check
16736 char-coding-system-table.
16737 (select-safe-coding-system-accept-default-p): New variable.
16738 (select-safe-coding-system): Mostly rewritten. New argument
16739 ACCEPT-DEFAULT-P.
16740 (select-message-coding-system): Call select-safe-coding-system
16741 with ACCEPT-DEFAULT-P arg.
16742 (reset-language-environment): Reset default-sendmail-coding-system
16743 to the default value iso-latin-1.
16744 (set-language-environment): Don't set the obsolete variable
16745 charset-origin-alist.
16746
16747 * international/codepage.el (cp-coding-system-for-codepage-1):
16748 Give `safe-chars' property to make-coding-system.
16749
16750 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16751 calling select-message-coding-system twice.
16752
16753 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16754 instead of `safe-charsets'.
16755 (cyrillic-alternativnyj): Likewise.
16756 (ccl-encode-alternativnyj): Don't check the charset
16757 cyrillic-iso8859-5.
16758
16759 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16760
16761 * composite.el (compose-chars-after): Preserve match data.
16762
16763 2000-07-26 Sam Steingold <sds@gnu.org>
16764
16765 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16766 (ange-ftp-real-file-newer-than-file-p): New function.
16767 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16768 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16769
16770 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16771 * midnight.el (midnight-float-time): Ditto.
16772
16773 2000-07-26 Andreas Schwab <schwab@suse.de>
16774
16775 * files.el (normal-backup-enable-predicate): Correct
16776 interpretation of the return value of compare-strings.
16777
16778 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16779
16780 * isearch.el (isearch-resume): New function.
16781 (isearch-done): Add something to command-history to resume
16782 the search.
16783 (isearch-yank-line, isearch-yank-word): Use
16784 buffer-substring-no-properties instead of buffer-substring.
16785
16786 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16787 of flyspell-mouse-map.
16788
16789 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16790 duplicate definition.
16791 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16792
16793 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16794 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16795
16796 2000-07-25 Sam Steingold <sds@gnu.org>
16797
16798 * net/ange-ftp.el: Get modtime over the net.
16799 (ange-ftp-file-modtime): New function.
16800 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16801 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16802 Use it.
16803 (ange-ftp-dot-to-slash): New function.
16804 (ange-ftp-fix-name-for-vms): Use it.
16805
16806 * midnight.el (midnight-buffer-display-time): Use
16807 `with-current-buffer'.
16808
16809 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16810
16811 * find-dired.el: Update copyright notice.
16812 (find-dired): Offer to kill a running `find'.
16813
16814 * enriched.el (enriched-face-ans): For a `foreground-color'
16815 property, return '(("x-color" COLOR))' so that COLOR will be
16816 output as a parameter of the x-color annotation. Likewise for the
16817 `background-color' property. In the case of normal face
16818 properties, don't return annotations for unspecified foreground
16819 and background face attributes.
16820
16821 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16822
16823 * language/japan-util.el (japanese-katakana-region): Fix handling
16824 HANKAKU argument.
16825
16826 2000-07-25 Miles Bader <miles@gnu.org>
16827
16828 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16829 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16830 constrain-to-field.
16831
16832 2000-07-24 Andrew Innes <andrewi@gnu.org>
16833
16834 * timer.el (timer-activate-when-idle): Add optional parameter
16835 DONT-WAIT. Update docstring.
16836 (run-with-idle-timer): Specify extra parameter to
16837 timer-activate-when-idle, so that timer will be activated
16838 immediately if Emacs is already idle.
16839
16840 * w32-fns.el (w32-using-nt): Fix docstring.
16841
16842 2000-07-24 Dave Love <fx@gnu.org>
16843
16844 * mouse.el (popup-menu): Set last-command-event.
16845 (mouse-major-mode-menu-prefix): Declare.
16846
16847 2000-07-24 Gerd Moellmann <gerd@gnu.org>
16848
16849 * textmodes/flyspell.el: Update to author's version 1.5d.
16850
16851 * progmodes/hideshow.el: Update copyright notice.
16852
16853 * vcursor.el: Set maintainer to FSF, since author cannot
16854 be reached.
16855
16856 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16857
16858 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16859 the prompt.
16860
16861 * mouse.el (popup-menu): Run the keymap through indirect-function,
16862 in case it was defined with define-prefix-key. If the menu is a
16863 list of keymaps, look up the binding of user's choice in each one
16864 of the keymaps.
16865 (mouse-popup-menubar): If the global and local menu-bar keymaps
16866 don't have a prompt string, create one and insert it into the
16867 keymap. Don't barf if current-local-map returns nil.
16868
16869 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16870
16871 * dired.el (dired-sort-R-check): Added to allow recursive listing
16872 to be undone.
16873 (dired-sort-other): Use it.
16874
16875 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16876
16877 * Release of cc-mode 5.27
16878
16879 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16880
16881 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16882 c-beginning-of-statement-1 that caused a bad case of recursion
16883 which could consume a lot of CPU in large classes in languages
16884 that have in-expression classes (i.e. Java and Pike).
16885
16886 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16887 statements before top level constructs (i.e. case 6 is moved
16888 before case 5 and is now case 4) to catch in-expression
16889 classes in top level expressions correctly.
16890
16891 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16892
16893 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16894 objc-method-intro. Case 4 removed and case 5I added.
16895
16896 * cc-langs.el (c-append-paragraph-start): New variable used by
16897 c-common-init to get paragraph-start correct.
16898 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16899 initialize paragraph-start to make it correct both with and
16900 without the javadoc special case.
16901
16902 * cc-mode.el (java-mode): Use c-append-paragraph-start to
16903 initialize paragraph-start for javadoc markup.
16904
16905 * cc-vars.el (c-style-variables-are-local-p): Incompatible
16906 change by defaulting this to t. It's motivated by the
16907 confusing behavior that otherwise arise from the style system
16908 when editing both java and non-java files at the same time
16909 (see the comments about style setting in c-common-init).
16910
16911 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16912
16913 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16914 similar to the one in c-fill-paragraph to check the fill
16915 prefix from the adaptive fill function for sanity.
16916
16917 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16918
16919 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
16920 defun block.
16921
16922 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16923
16924 * cc-align.el (c-lineup-multi-inher): Handle lines with
16925 leading comma nicely. Extended to handle member initializers
16926 too.
16927
16928 * cc-engine.el: (c-beginning-of-inheritance-list,
16929 c-guess-basic-syntax): Fixed recognition of inheritance lists
16930 when the lines begins with a comma.
16931
16932 * cc-vars.el (c-offsets-alist): Changed default for
16933 member-init-cont to c-lineup-multi-inher since it now handles
16934 member initializers and indents better for leading commas.
16935
16936 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16937
16938 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
16939 handling that caused class open lines to be recognized as
16940 statement-conts in some cases.
16941
16942 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
16943 guessed by the adaptive fill function unless point is on the
16944 first line of a block comment.
16945
16946 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
16947 when the buffer ends with a macro continuation char.
16948
16949 * cc-engine.el (c-guess-basic-syntax): Added support for
16950 function definitions as statements in Pike. The first
16951 statement in a lambda block is now labeled defun-block-intro
16952 instead of statement-block-intro.
16953
16954 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
16955 so that the class surrounding point is selected, not the one
16956 innermost in the state.
16957
16958 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
16959 recognition of switch labels having hanging multiline
16960 statements.
16961
16962 * cc-engine.el (c-beginning-of-member-init-list): Broke out
16963 some code in c-guess-basic-syntax to a separate function.
16964 * cc-engine.el (c-just-after-func-arglist-p): Fixed
16965 recognition of member inits with multiple line arglists.
16966 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
16967 member-init-cont when the commas are in funny places.
16968
16969 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16970
16971 * cc-defs.el (c-auto-newline): Removed this macro since it's
16972 not used anymore.
16973
16974 * cc-engine.el (c-looking-at-bos): New helper function.
16975 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
16976 inexpr and toplevel classes apart in Pike.
16977
16978 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
16979 of case 9A.
16980
16981 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
16982 constant, since "class" can introduce an in-expression class
16983 in Pike nowadays.
16984
16985 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16986
16987 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
16988 indentation on cpp-macro lines.
16989
16990 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
16991 a syntax modifier like comment-intro, to make it possible to
16992 get syntactic indentation for preprocessor directives. It's
16993 incompatible wrt to lineup functions on cpp-macro, but it has
16994 no observable effect in the 99.9% common case where cpp-macro
16995 is set to -1000.
16996
16997 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16998
16999 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17000 member-init-cont when the preceding arglist is several lines.
17001
17002 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17003
17004 * cc-styles.el (c-style-alist): The basic offset for the BSD
17005 style corrected to 8.
17006
17007 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17008
17009 * cc-styles.el (c-style-alist): Adjusted the indentation of
17010 brace list openers in the gnu style.
17011
17012 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17013
17014 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17015
17016 * cc-cmds.el (c-electric-brace, c-electric-slash,
17017 c-electric-star, c-electric-semi&comma, c-electric-colon,
17018 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17019 when c-syntactic-indentation is nil.
17020
17021 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17022 we were left at comments preceding the first statement when
17023 reaching the beginning of the buffer.
17024
17025 * cc-vars.el (c-syntactic-indentation): New variable to turn
17026 off all syntactic indentation.
17027
17028 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17029
17030 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17031 between the text and the block comment ender when it hangs,
17032 depending on how many there are before the fill.
17033
17034 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17035
17036 * cc-engine.el (c-beginning-of-closest-statement): New helper
17037 function to go back to the closest preceding statement start,
17038 which could be inside a conditional statement.
17039 * cc-engine.el (c-guess-basic-syntax): Use
17040 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17041
17042 * cc-engine.el (c-guess-basic-syntax): Better handling of
17043 arglist-intro, arglist-cont-nonempty and arglist-close when
17044 the arglist is nested inside parens. Cases 7A, 7C and 7F
17045 changed.
17046
17047 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17048 up-to-date with javadoc 1.2.
17049
17050 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17051
17052 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17053 multiline Pike type decls.
17054
17055 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17056
17057 * cc-cmds.el (c-indent-new-comment-line): Always break
17058 multiline comments in multiline mode, regardless of
17059 comment-multi-line.
17060
17061 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17062
17063 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17064 fully::qualified::names in C++ member init lists. Preamble in
17065 case 5D changed.
17066
17067 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17068
17069 * cc-langs.el (c-common-init): Handling of obsolete variables
17070 moved to c-initialize-cc-mode. More compatible style override
17071 when using global style variables.
17072 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17073 variables moved here.
17074
17075 * cc-styles.el (c-make-styles-buffer-local): Flag style
17076 variable localness in c-style-variables-are-local-p to make
17077 the compatibility measure in c-common-init work well.
17078
17079 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17080 longer contain set-from-style.
17081 * cc-styles.el (c-initialize-builtin-style): Don't check for
17082 set-from-style on c-special-indent-hook.
17083 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17084 copy-alist is sufficient now.
17085
17086 * cc-styles.el (c-set-style, c-set-style-1,
17087 c-get-style-variables): Fixes to variable initialization so
17088 that duplicate entries in styles have the same effect
17089 regardless of DONT-OVERRIDE.
17090
17091 * cc-styles.el (c-set-style-2): Fixed bug where the
17092 initialization of inheriting styles failed when the
17093 dont-override flag is set.
17094
17095 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17096 on this.
17097
17098 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17099
17100 * cc-defs.el (c-forward-comment): Removed the workaround
17101 introduced in 5.38 since it had worse side-effects. If a line
17102 contains the string "//\"", it regarded the // as a comment
17103 start since the \ temporarily doesn't have escape syntax.
17104
17105 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17106
17107 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17108 ada-xref.el before ada-prj.el, so that the Project menu is created
17109 when ada-prj tries to add to it.
17110 (ada-activate-keys-for-case): Suppress the characters that are not
17111 part of the Ada syntax. Better compatibility with else-mode
17112 (ada-adjust-case-interactive): When auto-casing is not active,
17113 correctly insert newlines (used to insert only ^M). Prevent the
17114 syntax table from being changed in case of an error
17115 (or '_' becomes part of a word and some commands are confused).
17116 Do nothing if ada-auto-case is nil.
17117 (ada-after-keyword-p): Ignore keywords that are also attributes
17118 (ada-batch-reformat): Update usage comment
17119 (ada-call-from-contextual-menu): New function
17120 (ada-case-read-exceptions): Reinitialize the casing exception list
17121 first to nil first, so that the casing exception file can be
17122 shared.
17123 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17124 files.
17125 (ada-compile-goto-error): Fix regexp used to detect a file:line
17126 anywhere in the error message
17127 (ada-contextual-menu-last-point): New variable
17128 (ada-create-keymap): If the variable delete-key-deletes-forward is
17129 t on XEmacs, it means that DEL should delete one character
17130 forward.
17131 (ada-create-menu): Use :included instead of :visible for XEmacs.
17132 New submenu "Options".
17133 (ada-end-stmt-re): Correctly indent "select ... then abort"
17134 statements.
17135 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17136 even if they don't match ada-fill-comment-prefix Fix handling of
17137 paragraphs on the first or last line of a file.
17138 (ada-format-paramlist): Fix handling of default parameter values.
17139 (ada-get-body-name): New function.
17140 (ada-get-current-indent): Optimized by searchling directly for an
17141 existing generic part or a statement outside of it. Handle
17142 ada-indent-align-comments when indenting comments Replaced some
17143 regexps by testing directly the next character. This results in a
17144 huge speedup on some files. New indentation scheme for renames
17145 statements. Stop looking for the 'while' or 'for' associated with
17146 a 'loop' at the first semicolon encountered. A "return" can also
17147 match an anonymous access subprogram declaration.
17148 (ada-get-indent-noindent): Ignore strings and comments when
17149 looking for the keywords "record" and "private".
17150 (ada-goto-matching-decl-start): When matching "if", make sure we
17151 are not in fact seeing "end if". Ignore "when" statements except
17152 when initial keyword was "begin". Fix handling of nested
17153 procedures. Add a recursive call to this function to skip over
17154 other 'end' statmts. Fix indentation for "when .. => begin"
17155 (ada-in-open-paren-p): Fix indentation for complex boolean
17156 expressions, where 'and then', 'or else' and parenthesis
17157 statements are mixed up.
17158 (ada-in-paramlist-p): Skip comments while searching for the
17159 beginning Fix handling of operator declarations.
17160 (ada-indent-align-comments): New variable
17161 (ada-indent-current): Change the syntax table only in the
17162 protected section, so that we are sure it is restored correctly.
17163 (ada-indent-on-previous-lines): Use ada-use-indent and
17164 ada-with-indent Correctly indent "select ... then"
17165 (ada-indent-region): Slight speedup.
17166 (ada-indent-renames): New variable.
17167 (ada-last-which-function-subprog, ada-last-which-function-line):
17168 New variables
17169 (ada-looking-at-semi-private): Correctly indent the 'private'
17170 keyword when it is the first word in a package declaration.
17171 (ada-loose-case-word): Stop searching if at the end of the buffer.
17172 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17173 even if point is not initially at the end of the word.
17174 (ada-matching-decl-start-re): Add "when".
17175 (ada-mode): Add support for abbrev-mode, outline-mode and
17176 which-func-mode Override the old find-file.el entry in
17177 ff-special-constructs since it is using the obsolete
17178 ada-spec-suffix variable
17179 (ada-no-auto-case): New function
17180 (ada-scan-paramlist): When parsing the argument type, accept
17181 spaces (as in "X 'Class", generated by Rational Rose).
17182 (ada-other-file-name): No longer loads the other file.
17183 (ada-popup-menu): Save and restore the current buffer and cursor
17184 position before and after displaying the menu.
17185 (ada-search-ignore-complex-boolean): New function.
17186 (ada-uncomment-region): Emacs21 already knows how to delete
17187 comments not starting in the first column.
17188 (ada-use-indent): New variable
17189 (ada-which-function): New function.
17190 (ada-with-indent): New variable
17191 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17192 can be batch-compiled from the command line.
17193
17194 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17195 Add to the menu when the file is loaded, not in ada-mode-hook.
17196 Add -toolbar to the default ddd command Switches moved from
17197 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17198 ada-prj-default-comp-opt
17199 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17200 Reference Manual to the menu
17201 (ada-check-current): rewritten as a call to ada-compile-current
17202 (ada-compile): Removed.
17203 (ada-compile-application, ada-compile-current, ada-check-current):
17204 Set the compilation-search-path so that compile.el automatically
17205 finds the sources in src_dir. Automatic scrollong of the
17206 compilation buffer. C-uC-cC-c asks for confirmation before
17207 compiling
17208 (ada-compile-current): New parameter, prj-field
17209 (ada-complete-identifier): Load the .ali file before doing
17210 processing
17211 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17212 conform to gnatmake's behavior.
17213 (ada-find-file-in-dir): New function
17214 (ada-find-references): Set the environment variables for gnatfind
17215 (ada-find-src-file-in-dir): New function.
17216 (ada-first-non-nil): Removed
17217 (ada-gdb-application): Add support for jdb, the java debugger.
17218 (ada-get-ada-file-name): Load the original-file first if not done
17219 yet.
17220 (ada-get-all-references): Handles the new ali syntax (parent types
17221 are found between <>).
17222 (ada-initialize-runtime-library): New function
17223 (ada-mode-hook): Always load a project file when a file is opened,
17224 so that the casing exceptions are correctly read.
17225 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17226 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17227 to open the project file, since the latter does not work with
17228 speedbar Get default values before loading the prj file, or the
17229 default executable file name is wrong. Use the absolute value of
17230 src_dir to initialize ada-search-directories and
17231 compilation-search-path,... Add the standard runtime library to
17232 the search path for find-file.
17233 (ada-prj-default-debugger): Was missing an opening '{'
17234 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17235 variables.
17236 (ada-prj-default-gnatmake-opt): New variable
17237 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17238 buffers, the project file is the default one Save the windows
17239 configuration before displaying the menu.
17240 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17241 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17242 ...) regexp-quote identifiers names to support operators +,
17243 -,... in regexps.
17244 (ada-remote): New function.
17245 (ada-run-application): Erase the output buffer before starting the
17246 run Support remote execution of the application. Use
17247 call-process, or the arguments are incorrectly parsed
17248 (ada-set-default-project-file): Reread the content of the active
17249 project file, not the one from the current buffer When a project
17250 file is set as the default project, all directories are
17251 automatically associated with it.
17252 (ada-set-environment): New function
17253 (ada-treat-cmd-string): New special variable ${current}
17254 (ada-treat-cmd-string): Revised. The substitution is now done for
17255 any ${...} substring
17256 (ada-xref-current): If no body was found, compiles the spec
17257 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17258 compiler to get rid of command line length limitations.
17259 (ada-xref-get-project-field): New function
17260 (ada-xref-project-files): New variable
17261 (ada-xref-runtime-library-specs-path)
17262 (ada-xref-runtime-library-ali-path): New variables
17263 (ada-xref-set-default-prj-values): Default run command now does a
17264 cd to the build directory. New field: main_unit Provide a default
17265 file name even if the current buffer has no prj file.
17266
17267 * ada-prj.el:
17268 Rewritten to show a tabbed-dialog.
17269 (ada-prj-add-ada-menu): Remove the map and name parameters.
17270 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17271 New function
17272 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17273 (ada-prj-load-from-file): New function
17274 (ada-prj-save): Always save fields that depend on the current buffer
17275 (ada-prj-show-value): New function
17276
17277 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17278 Ada mode. This will allow us to display the Ada menu in any buffer
17279 we want (for project items).
17280 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17281 number of spaces in the header.
17282
17283 2000-07-24 Dave Love <fx@gnu.org>
17284
17285 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17286
17287 2000-07-23 Noah Friedman <friedman@splode.com>
17288
17289 * type-break.el (type-break): perform autosave.
17290 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17291 (type-break-do-query): Cancel query schedule while performing
17292 actual query, to avoid possibility of a second query being made
17293 while first one is already in progress.
17294 (type-break-time-stamp-format): New variable.
17295 (type-break-time-stamp): New function.
17296 (type-break-time-warning): Use it.
17297 (type-break-keystroke-warning): Use it.
17298 (type-break-noninteractive-query): Use it.
17299
17300 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17301 cookie.
17302 Use add-minor-mode to set minor-mode-alist, if available.
17303 (eldoc-echo-area-use-multiline-p): New user option.
17304 (eldoc-echo-area-multiline-supported-p): New variable.
17305 (eldoc-docstring-format-sym-doc): Use them.
17306 (eldoc-mode): If not using idle timers, append to local post and
17307 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17308 (eldoc-display-message-no-interference-p): Don't interfere with
17309 edebug.
17310 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17311 (eldoc-function-arglist): New function.
17312 (eldoc-function-argstring): Use it.
17313
17314 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17315 auto save directory exists before calling directory-files.
17316
17317 2000-07-23 Dave Love <fx@gnu.org>
17318
17319 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17320 ^o, ^u.
17321
17322 2000-07-21 Dave Love <fx@gnu.org>
17323
17324 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17325 now passed to the function. It now works properly.
17326
17327 * smerge-mode.el (smerge-mode-menu): Fill it out.
17328
17329 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17330
17331 * info-look.el (info-lookup): If *info* is shown in another frame
17332 on the same display, select that frame, instead of switching to
17333 the Info buffer in another window of the selected frame.
17334
17335 * simple.el (universal-argument-map): Bind numeric keypad keys
17336 kp-0 to kp-9 and kp-subtract.
17337 (digit-argument): Handle these keys.
17338
17339 2000-07-20 Dave Love <fx@gnu.org>
17340
17341 * net/goto-addr.el (goto-address-fontify): Don't bother with
17342 buffer-modified and read-only stuff -- irrelevant with overlays.
17343 Put an extra property on the overlays and use it to clean up in
17344 case goto-address is re-run.
17345
17346 2000-07-19 Richard M. Stallman <rms@gnu.org>
17347
17348 * timer.el (run-with-idle-timer): Doc fix.
17349
17350 * mail/mail-utils.el (mail-strip-quoted-names):
17351 Handle case where <...> appears inside "...".
17352 Use replace-match to edit the string more simply.
17353 (rmail-dont-reply-to): Cope with an unmatched ".
17354
17355 2000-07-19 Dave Love <fx@gnu.org>
17356
17357 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17358 implementation.
17359
17360 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17361 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17362 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17363
17364 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17365
17366 * textmodes/refer.el: Correct maintainer's email address.
17367
17368 * progmodes/hideif.el: Correct author's email address.
17369 Fix typo in comment.
17370
17371 * xml.el: New file.
17372
17373 * mail/mailheader.el: Correct author's mail address.
17374
17375 * gnus/parse-time.el: Correct author's mail address.
17376
17377 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17378
17379 * comint.el (comint-highlight-input, comint-highlight-face):
17380 New user options.
17381 (comint-input-ring-file-name): Change custom type.
17382 (comint-mode-map): Bind mouse-2.
17383 (comint-insert-clicked-input): New function.
17384 (comint-send-input): Handle input highlighting.
17385
17386 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17387
17388 * mouse.el (popup-menu): New function.
17389 (mouse-major-mode-menu): Use it.
17390
17391 2000-07-18 Dave Love <fx@gnu.org>
17392
17393 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17394 improvements.
17395
17396 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17397
17398 * faces.el (face-font-selection-order)
17399 (face-font-family-alternatives): Add custom type.
17400
17401 2000-07-18 Dave Love <fx@gnu.org>
17402
17403 * cus-edit.el (custom-variable-reset-saved)
17404 (custom-variable-reset-standard): Remove unused bindings.
17405
17406 * rect.el (open-rectangle-line): Remove unused let.
17407
17408 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17409
17410 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17411
17412 * cdl.el: Fix `Maintainer' keyword.
17413
17414 * play/pong.el: Add author's email address.
17415
17416 2000-07-17 Sam Steingold <sds@gnu.org>
17417
17418 * files.el (insert-directory): Call `split-string' instead of
17419 re-implementing it.
17420
17421 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17422
17423 * mail/vms-pmail.el: Change maintainer to FSF.
17424
17425 * net/goto-addr.el: Change maintainer to FSF.
17426
17427 * info.el (Info-title-face-alist): Removed.
17428
17429 2000-07-18 David Ponce <david@dponce.com>
17430
17431 * recentf.el (recentf-open-files): New command that works like
17432 `recentf-open-more-files', but shows the whole list of files (not just
17433 those omitted from the menu). Useful if you don't use a menu-bar!
17434 (recentf-open-more-files) Modified to use `recentf-open-files'.
17435
17436 (recentf-open-files, recentf-open-more-files)
17437 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17438
17439 (recentf-dialog-mode): New mode for dialogs. You can now just type
17440 "q" to cancel the dialogs.
17441
17442 2000-07-18 David Ponce <david@dponce.com>
17443
17444 * recentf.el: This is a major update of recentf.el. It adds new
17445 features to better organize the recentf menu and "More..." buffer.
17446
17447 Using new provided menu filtering functions you can now organize the
17448 recent files list:
17449
17450 - by major modes
17451 - by directories
17452 - by user defined rules
17453
17454 Finally, with the new `recentf-filter-changer' customizable filter you
17455 can define a ring of filters and dynamically (via the menu) cycle on
17456 each menu organization in the ring (a la msb).
17457
17458 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17459
17460 * eshell/eshell.el (eshell): Replace links to eshell.info with
17461 links to eshell, to avoid problems on systems where the manual is
17462 installed as `eshell'.
17463 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17464 * eshell/em-smart.el (eshell-smart): Ditto.
17465 * eshell/em-banner.el (eshell-banner): Ditto.
17466 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17467
17468 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17469 same-file check in the MS-DOS version (it does support inodes).
17470
17471 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17472
17473 * eshell/eshell.el (eshell-directory-name):
17474 Run default directory name through convert-standard-filename.
17475
17476 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17477
17478 * international/mule-cmds.el (select-safe-coding-system):
17479 Fix typo in the comment.
17480
17481 * language/european.el (compound-text):
17482 Force katakana-jisx0201 to be designated to G1.
17483
17484 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17485 Don't translate some national variant characters of latin-jisx0201.
17486 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17487
17488 * international/kkc.el (kkc-after-update-conversion-functions):
17489 New variable.
17490 (kkc-update-conversion): Run functions in it at the tail.
17491
17492 2000-07-16 John Wiegley <johnw@gnu.org>
17493
17494 * lisp/align.el (align-newline-and-indent):
17495 Adding new function. for auto-aligning blocks of code on RET.
17496 (align-region): Fixed badly formatted minibuffer message.
17497
17498 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17499
17500 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17501 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17502 the conversion list at first if appropriate.
17503 (kkc-next): Don't update kkc-next-count here.
17504 (kkc-prev): Don't update kkc-prev-count here.
17505 (kkc-show-conversion-list-update): Fix setting up of conversion
17506 list message.
17507
17508 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17509
17510 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17511
17512 2000-07-16 Dave Love <fx@gnu.org>
17513
17514 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17515 function to be more specific.
17516
17517 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17518 non-string help-echo.
17519 (widget-types-convert-widget): Defsubst it.
17520 (widget-echo-help): Try to cope with a help-echo function of two
17521 possible sorts.
17522
17523 2000-07-15 Jason Rumney <jasonr@gnu.org>
17524
17525 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17526 Declare as obsolete.
17527
17528 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17529
17530 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17531
17532 * hilit-chg.el: Fix typo.
17533
17534 2000-07-14 Dave Love <fx@gnu.org>
17535
17536 * info.el (Info-mode-menu): Fix use of :help, :enable.
17537
17538 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17539
17540 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17541
17542 2000-07-13 Dave Love <fx@gnu.org>
17543
17544 * emacs-lisp/easymenu.el: Doc fixes.
17545 (easy-menu-remove): Defalias to ignore.
17546
17547 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17548 Call throw correctly.
17549
17550 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17551
17552 * faces.el (frame-background-mode): Doc fix.
17553
17554 * simple.el (eval-expression-print-length): Change custom type to
17555 allow entering nil as value.
17556
17557 2000-07-13 Dave Love <fx@gnu.org>
17558
17559 * progmodes/fortran.el (fortran-imenu-generic-expression):
17560 Change definition layout.
17561 (fortran-mode-menu): Reinstate customize entries.
17562
17563 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17564 Use :filter, per old XEmacs code.
17565
17566 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17567
17568 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17569 event when deciding what to send to the terminal.
17570
17571 2000-07-12 Dave Love <fx@gnu.org>
17572
17573 * cus-start.el: Add optional version as 4th element of specs and
17574 use it for several things new in v21. Remove load-path. Fix type
17575 of line-number-display-limit.
17576
17577 2000-07-11 Dave Love <fx@gnu.org>
17578
17579 * progmodes/fortran.el: Don't require easymenu.
17580 Use repeat counts in various regexps.
17581 (fortran-mode-syntax-table): Defvar directly.
17582 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17583 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17584 Use defvar, not defconst.
17585 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17586 (fortran-mode): Set fortran-comment-line-start-skip,
17587 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17588 (fortran-comment-indent): Use defsubst.
17589 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17590 Use fortran-comment-indent, not fortran-comment-indent-function.
17591 (fortran-comment-region, fortran-electric-line-number): Simplify.
17592 (fortran-auto-fill): New function.
17593 (fortran-do-auto-fill): Deleted.
17594 (fortran-find-comment-start-skip):
17595 Check for non-null comment-start-skip.
17596 (fortran-auto-fill-mode, fortran-fill-statement):
17597 Use fortran-auto-fill.
17598 (fortran-fill): Use fortran-auto-fill. Check for null
17599 comment-start-skip. Simplify final clause and use end-of-line finally.
17600
17601 * widget.el (widget-plist-member): New alias.
17602
17603 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17604
17605 * eshell/esh-module.el (toplevel): Reference
17606 byte-compile-current-file only if it is bound.
17607
17608 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17609
17610 * dired.el: Don't require `dired-aux'.
17611
17612 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17613
17614 * dired-aux.el (dired-show-file-type): New function.
17615 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17616 (dired-show-file-type): Add autoload.
17617
17618 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17619
17620 * international/mule-diag.el (describe-font): Adjusted for the
17621 change of fontset-info.
17622 (print-fontset): Likewise.
17623
17624 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17625
17626 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17627
17628 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17629
17630 * bindings.el: Bind `[delete]' to delete-char.
17631
17632 * dired.el (dired-find-alternate-file): New function.
17633 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17634 (toplevel): Require dired-aux when compiling.
17635 (dired-buffers): Move defvar within file to avoid compiler warning.
17636
17637 * info.el (Info-last-search): Variable removed.
17638 (Info-search-history): New variable.
17639 (Info-search): New Info-search-history.
17640
17641 * battery.el, info-look.el: Change author's mail address.
17642
17643 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17644
17645 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17646 if rmail-ignored-headers is nil.
17647 (rmail-retry-failure): Bind rmail-ignored-headers and
17648 rmail-displayed-headers to nil.
17649
17650 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17651
17652 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17653 (print-region-1): Don't hard code `-h' here.
17654
17655 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17656
17657 2000-07-01 Francesco Potorti` <pot@gnu.org>
17658
17659 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17660 exim can use "your message" instead of "the message".
17661
17662 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17663
17664 * facemenu.el: Docstrings fixes.
17665 (facemenu-get-face): Don't use internal-find-face.
17666 (facemenu-iterate): Rename arg to match the docstring.
17667
17668 * newcomment.el (uncomment-region): Be more careful when skipping
17669 backwards over `=' not to bump into BOBP.
17670
17671 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17672
17673 * ediff-diff.el (ediff-wordify): Use syntax table.
17674 * ediff-init.el (ediff-has-face-support-p): Use
17675 ediff-color-display-p.
17676 (ediff-color-display-p): Use display-color-p, changed to defun
17677 from defsubst.
17678 Got rid of special cases for NeXT and OS/2.
17679 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17680 face.
17681
17682 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17683
17684 * emacs-lisp/lucid.el: Require CL.
17685 (copy-tree, remprop): Remove, it's provided by CL.
17686 (map-keymap): Define in terms of cl-map-keymap.
17687 (extent-property, set-extent-end-glyph): New functions.
17688
17689 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17690
17691 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17692
17693 * Makefile.in (DONTCOMPILE): Add comment that the name may
17694 not be changed without changing the make-dist script.
17695
17696 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17697 (cl-mapc): Use mapc instead of cl-old-mapc.
17698
17699 2000-07-05 Andrew Innes <andrewi@gnu.org>
17700
17701 * makefile.nt: Add support for `bootstrap' and related targets.
17702
17703 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17704
17705 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17706 (easy-menu-do-define): Use `menu-item' format.
17707 Handle case where easy-menu-create-menu returns a symbol.
17708 Manually call the potential top-level filter in the function binding.
17709 (easy-menu-filter-return): New arg NAME.
17710 Convert to a keymap if MENU is an XEmacs menu.
17711 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17712 (easy-menu-converted-items-table, easy-menu-convert-item):
17713 New var and fun to memoize easy-menu-convert-item-1.
17714 (easy-menu-do-add-item): Use it.
17715 (easy-menu-create-menu): Use easy-menu-convert-item.
17716 Wrap easy-menu-filter-return around any :filter specification.
17717 Don't convert the menu if a filter was specified.
17718 Tell easy-menu-make-symbol not to check for MENU being an expression.
17719 (easy-menu-make-symbol): New arg NOEXP.
17720
17721 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17722
17723 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17724 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17725 (eval-defun): If called with prefix arg, instrument code for
17726 Edebug.
17727
17728 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17729 similar to that of eval-defun.
17730
17731 2000-07-04 Dave Love <fx@gnu.org>
17732
17733 * hl-line.el (hl-line-overlay): Make it permanent-local.
17734
17735 * calendar/todo-mode.el: Replaced with a working version, based on
17736 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17737
17738 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17739
17740 * paths.el (prune-directory-list): New function.
17741 (Info-default-directory-list): Rewritten to more methodically
17742 enumerate a big list of possible info directories (based on the
17743 list used by the standalone info reader).
17744
17745 * info.el (info-initialize): Use prune-directory-list to remove
17746 non-existent directories from Info-directory-list.
17747
17748 * paths.el (Info-default-directory-list): Try a list of possible
17749 info-directories instead of a single one. Add the possible
17750 info directory "/usr/share/info".
17751
17752 * woman.el (woman-man.conf-path): Explicitly include the debian
17753 man-db config file "/etc/manpath.config".
17754 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17755 are present in `manpath.config'.
17756 (woman-manpath): Include "/usr/share/man".
17757
17758 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17759
17760 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17761
17762 * startup.el (command-line): Initialize blink-cursor based
17763 on window-system.
17764
17765 * frame.el (blink-cursor): Default to nil if not running under
17766 a window-system.
17767
17768 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17769 (face-x-resources): Remove duplicate entry for :font.
17770
17771 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17772 instead of cycling through windows with next-window.
17773
17774 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17775 of cycling through windows with next-window.
17776
17777 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17778 of cycling through windows with next-window.
17779
17780 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17781 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17782 instead of cycling through windows with next-window.
17783
17784 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17785 instead of cycling through windows with next-window.
17786
17787 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17788 of cycling through windows with next-window.
17789
17790 * terminal.el (te-process-output): Use walk-windows instead of
17791 cycling through windows with next-window.
17792
17793 * server.el (server-switch-buffer): Use some-window instead of
17794 cycling through windows with next-window.
17795
17796 * window.el (some-window): New function.
17797 (walk-windows): Remove reference to walk-windows-start.
17798
17799 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17800
17801 2000-07-03 Richard Stallman <rms@gnu.org>
17802
17803 * window.el (walk-windows): Guarantee termination by keeping a list
17804 of all the windows already handled.
17805
17806 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17807
17808 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17809 window-system.
17810
17811 * man.el (Man-notify-when-ready): Don't use window-system. If
17812 Man-notify-method is newframe, and the display is not
17813 multi-frame, select the frame created for the man page.
17814 (Man-init-defvars): Doc fix.
17815
17816 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17817
17818 * faces.el (region): Change background color for light background.
17819
17820 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17821 attribute from mode-line face of Ediff control frame.
17822
17823 * replace.el (query-replace-map): Bind `e' like `E'.
17824
17825 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17826
17827 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17828 Change name to "Select All".
17829
17830 * dos-fns.el (convert-standard-filename): Fix last change.
17831
17832 2000-06-27 Gerd Moellmann <gerd@gnu.org>
17833
17834 * help.el (describe-variable): Don't insert a second `'s' in front
17835 of the string `value is shown below'. Since the syntax-table is
17836 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17837 an existing `'s', so that this won't be deleted.
17838
17839 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17840 * pcmpl-unix.el: New files.
17841
17842 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17843
17844 * wid-edit.el (widget-member): Use the new plist-member.
17845
17846 2000-06-26 Gerd Moellmann <gerd@gnu.org>
17847
17848 * replace.el (perform-replace): Undo change of 2000-04-04.
17849 Instead, move backward 1 character at the end of the loop when
17850 necessary.
17851
17852 * faces.el (fringe): Change face for different backgrounds.
17853
17854 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17855 patch from John.
17856
17857 * eshell/*.el: Change spelling of the Free Software Foundation.
17858
17859 * eshell/esh-toggle.el: Removed.
17860
17861 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17862
17863 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17864 interactively.
17865
17866 2000-06-26 Alex Schroeder <alex@gnu.org>
17867
17868 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17869 `define-key'; instead of checking `(emacs-version)' check for
17870 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17871 for `;' and `o' which might be electric.
17872
17873 (sql-electric-stuff): New user option.
17874 (sql-magic-go): New function which uses `sql-electric-stuff'.
17875 (sql-magic-semicolon): New function which uses
17876 `sql-electric-stuff'.
17877
17878 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17879 is not fboundp.
17880
17881 (sql-oracle-options): New variable.
17882 (sql-oracle): Use it.
17883
17884 (sql-imenu-generic-expression): Doc change.
17885 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17886 is used.
17887
17888 (sql-informix): Added command line parameter "-" to force
17889 sql-informix-program to use stdout.
17890
17891 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
17892
17893 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17894 (cp864-decode-table): Doc fix.
17895 (cp720-decode-table): New variable, supports the Arabic OEM
17896 codepage used by Windows.
17897 (cp737-decode-table): New, Greek OEM codepage used by Windows.
17898
17899 2000-06-23 Dave Love <fx@gnu.org>
17900
17901 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17902 (font-lock-fontify-anchored-keywords): Use
17903 line-beginning-position.
17904 (global-font-lock-mode): Use mapc.
17905
17906 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
17907
17908 * eshell/esh-module.el: Require CL when compiling.
17909
17910 2000-06-23 Gerd Moellmann <gerd@gnu.org>
17911
17912 * comint.el (comint-substitute-in-file-name): Call replace-match
17913 with second and third arg t.
17914
17915 * cus-edit.el (custom-button-face, custom-button-pressed-face):
17916 Specify foreground color.
17917
17918 * faces.el (tool-bar, mode-line, header-line): Specify foreground
17919 color.
17920
17921 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
17922
17923 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
17924 cddr instead of cdddr.
17925
17926 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
17927 instead of copy-list.
17928
17929 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
17930 of copy-list.
17931
17932 * subdirs.el: Add eshell subdirectory.
17933
17934 * eshell: New subdirectory containing the Eshell package.
17935
17936 * pcomplete.el: New file.
17937
17938 2000-06-23 Paul Eggert <eggert@twinsun.com>
17939
17940 * mail/mailpost.el (post-mail-send-it): Make sure file has
17941 proper permissions from birth.
17942
17943 * files.el (basic-save-buffer-2): When temporarily setting
17944 file modes, set them to current modes plus 0200, not to 0777.
17945
17946 * emerge.el (emerge-make-temp-file): Make sure file has proper
17947 permissions from birth.
17948
17949 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
17950
17951 * files.el (make-backup-file-name-1): On DOS/Windows, run the
17952 backup file name through convert-standard-filename.
17953
17954 * dos-fns.el (convert-standard-filename): Convert leading
17955 directories as well. When long file names are supported, convert
17956 characters that are invalid in Windows file names.
17957
17958 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17959
17960 * ps-print.el: Fix bug: if ^L is the very first buffer character,
17961 ps-print crashes. New feature: page selection for printing. Create
17962 raw-text-unix coding system for XEmacs. Doc fix.
17963 (ps-print-version): New version number (5.2.3).
17964 (ps-plot-region): Bug fix.
17965 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
17966 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
17967 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
17968 funs.
17969 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
17970 (ps-last-page): New vars.
17971
17972 2000-06-21 Gerd Moellmann <gerd@gnu.org>
17973
17974 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
17975 empty option string.
17976
17977 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
17978
17979 * man.el (man): Doc fix.
17980
17981 2000-06-21 Kenichi Handa <handa@etl.go.jp>
17982
17983 * international/mule-cmds.el (set-language-info-alist): Docstring
17984 fixed.
17985
17986 2000-06-20 Gerd Moellmann <gerd@gnu.org>
17987
17988 * version.el (emacs-version): Use ISO date format.
17989
17990 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
17991 instead of `M-backspace'.
17992
17993 * simple.el (turn-off-auto-fill): New function.
17994
17995 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
17996
17997 * jit-lock.el (with-buffer-prepared-for-jit-lock):
17998 Renamed from with-buffer-prepared-for-font-lock and use
17999 inhibit-modification-hooks rather than setting *-change-functions.
18000 Update all functions to use the new name.
18001 (jit-lock-first-unfontify-pos): New semantics (and doc).
18002 (jit-lock-mode): Make non-interactive.
18003 Don't automatically turn on font-lock.
18004 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18005 Always use jit-lock-after-change.
18006 Remove and restore font-lock-after-change-function.
18007 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18008 (jit-lock-after-unfontify-buffer): Remove.
18009 (jit-lock-stealth-fontify):
18010 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18011 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18012
18013 2000-06-20 Sam Steingold <sds@gnu.org>
18014
18015 * emacs-lisp/cl-indent.el (toplevel): Indent
18016 `print-unreadable-object' properly. Untabify.
18017
18018 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18019
18020 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18021 Support for bibentry.
18022 (reftex-compile-variables): Fixed problem with end of section-re.
18023
18024 * texmodes/reftex-dcr.el (reftex-view-crossref,
18025 reftex-view-crossref-from-bibtex):
18026 Deal with changed `reftex-find-citation-regexp-format'.
18027 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18028 Replaced `remprop' with `put'.
18029 (reftex-view-crossref, reftex-view-crossref-when-idle):
18030 Support for bibentry.
18031
18032 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18033 New entry for bibentry package.
18034
18035 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18036 Regexp also matches "\nobibliography".
18037
18038 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18039 Call `reftex-ensure-write-access' before doing anything.
18040 (reftex-ensure-write-access): New function.
18041
18042 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18043
18044 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18045
18046 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18047
18048 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18049
18050 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18051
18052
18053 2000-06-20 Dave Love <fx@gnu.org>
18054
18055 * faces.el (frame-background-mode): Use set-default, not set, in
18056 setter.
18057 (frame-update-faces, frame-update-face-colors): Define with
18058 defalias.
18059
18060 * enriched.el (enriched-decode-foreground)
18061 (enriched-decode-background): Don't use internal-find-face.
18062
18063 * apropos.el: Doc fixes.
18064
18065 * cus-edit.el (customize-changed-options): Check arg.
18066 (customize-version-lessp): Don't require decimal point.
18067
18068 * custom.el (defcustom, defgroup): Doc fix.
18069
18070 * newcomment.el (comment) <defgroup>: Add :version.
18071 (comment-multi-line): Doc fix.
18072
18073 * emulation/mlsupport.el (define-hooked-local-abbrev,
18074 define-hooked-global-abbrev): Fix, using define-abbrev.
18075
18076 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18077
18078 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18079 the whole buffer.
18080
18081 2000-06-19 Dave Love <fx@gnu.org>
18082
18083 * menu-bar.el (menu-bar-options-save): New function.
18084 (menu-bar-options-menu): Use it.
18085 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18086 Simplify.
18087
18088 2000-06-19 Andreas Schwab <schwab@suse.de>
18089
18090 * progmodes/etags.el (tags-query-replace): Put new parameters
18091 START and END at the end, for backward compatibility.
18092
18093 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18094
18095 * international/codepage.el:
18096 (cp-coding-system-for-codepage-1): Delete special codes for
18097 generating xxx-dos coding system because now a CCL based coding
18098 system can handle EOL conversion by default.
18099
18100 * international/mule.el (make-coding-system): Generate subsidiary
18101 coding systems for EOL handling variants even for a CCL based
18102 coding system.
18103
18104 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18105
18106 * international/isearch-x.el (isearch-minibuffer-input-method)
18107 (isearch-minibuffer-input-method-function): These variables
18108 deleted.
18109 (isearch-with-input-method): Don't use the above variables.
18110 (isearch-process-search-multibyte-characters): Likewise. Call
18111 read-string with the arg INHERIT-INPUT-METHOD t.
18112
18113 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18114
18115 * font-lock.el (font-lock-after-fontify-buffer)
18116 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18117
18118 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18119 Use consistent make-local-variable style for font-lock-fontified.
18120 (jit-lock-fontify-buffer):
18121 Don't bother checking for font-lock-mode and jit-lock-mode.
18122
18123 * time.el: Remove trailing ^M that prevent CVS-merging.
18124
18125 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18126
18127 * Makefile.in (distclean): New target.
18128
18129 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18130
18131 * Makefile.in (srcdir): Define for update-subdirs.
18132
18133 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18134
18135 * find-lisp.el: New file.
18136
18137 2000-06-16 Andrew Innes <andrewi@gnu.org>
18138
18139 * time.el (display-time-mail-function): New variable, to allow
18140 external packages to indicate when new mail is available.
18141 (display-time-update): Use it.
18142
18143 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18144
18145 * international/mule.el (mule-version): Change version name to
18146 SAKAKI. AOI has already been used by Meadow.
18147
18148 * international/quail.el (quail-show-guidance-buf): To find the
18149 bottom window (but minibuffer), pay attention to the height of
18150 minibuffer.
18151
18152 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18153
18154 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18155 menu-bar menus. Add help strings. Don't remove the Edit menu
18156 from the menu bar, as the menu bar has enough space now.
18157
18158 * Makefile.in (SHELL): Make sure /bin/sh is used.
18159
18160 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18161 characters, which use series of two ^H characters instead of one.
18162
18163 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18164
18165 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18166 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18167 functions.
18168 (Info-find-node-2): Try a case-sensitive search first, then
18169 do a case-insensitive search.
18170
18171 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18172 tutorials.
18173
18174 * complete.el (PC-env-vars-alist): New variable.
18175 (PC-complete-as-file-name): New function.
18176 (partial-completion-mode): Initialize PC-env-vars-alist from
18177 process-environment.
18178 (PC-do-completion): Handle completion of env vars.
18179
18180 * info.el (Info-set-mode-line): Show file name in mode line,
18181 use `*Info*' instead of `Info:'.
18182
18183 * startup.el (command-line-1): Change copyright messages to year
18184 2000.
18185
18186 2000-06-15 Dave Love <fx@gnu.org>
18187
18188 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18189 not local-map.
18190
18191 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18192
18193 * international/mule.el (set-buffer-file-coding-system): Almost
18194 rewritten to handle `undecided' as no-op.
18195
18196 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18197
18198 * Makefile.in: New file.
18199
18200 * Makefile: Removed.
18201
18202 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18203 (goto-address-highlight-keymap): Bind C-c RET.
18204
18205 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18206
18207 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18208 inherits buffer-file-coding-system of the current buffer.
18209
18210 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18211 0. Give correct argument to set-auto-coding-function.
18212 (tar-expunge): For goto-char, use (point-min), not 0.
18213 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18214 (tar-subfile-save-buffer): Likewize.
18215
18216 * international/mule.el
18217 (after-insert-file-set-buffer-file-coding-system): Call
18218 set-buffer-file-coding-system with the arg FORCE t.
18219
18220 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18221
18222 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18223 nil. Contemporary sendmails issue an X-Authentication-Warning if
18224 the sender is set with `-f'.
18225
18226 2000-06-13 Dave Love <fx@gnu.org>
18227
18228 * help.el (describe-function-1): Kluge around cases of functions
18229 fset to subrs whose doc doesn't match their symbol-name.
18230
18231 * image.el (insert-image): Default STRING to a space.
18232
18233 * info.el Doc fixes.
18234 (Info-build-node-completions): Match Ref tags.
18235
18236 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18237
18238 * frame.el (display-multi-frame-p, display-multi-font-p): New
18239 defaliases for display-graphic-p.
18240
18241 * hl-line.el: Fixed a typo in commentary.
18242
18243 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18244
18245 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18246 fixed.
18247
18248 2000-06-12 Dave Love <fx@gnu.org>
18249
18250 * image.el (insert-image): Save a little consing.
18251
18252 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18253
18254 * language/tibet-util.el: Convert all tibetan-1-column characters
18255 to the corresponding tibetan characters.
18256 (tibetan-add-components): Delete code for the special treatment of
18257 'a chung.
18258
18259 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18260 change.
18261 (tibetan-vowel-transcription-alist): More rules added.
18262 (tibetan-composite-vowel-alist): New variable.
18263 (tibetan-precomposition-rule-alist): More rules added.
18264
18265 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18266
18267 * startup.el (command-line): Only call menu-bar-mode if interactive.
18268
18269 * thingatpt.el (toplevel symbol-properties):
18270 * textmodes/makeinfo.el (makeinfo-compile):
18271 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18272 * progmodes/hideif.el (hif-compress-define-list)
18273 (hide-ifdef-use-define-alist):
18274 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18275 (ange-ftp-vms-add-file-entry):
18276 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18277 * man.el (Man-build-man-command):
18278 * mail/rnewspost.el (news-reply-header-hook):
18279 * info.el (Info-insert-dir):
18280 * emulation/mlconvert.el (backward-word, forward-word, setq):
18281 * emacs-lisp/gulp.el (gulp-send-requests):
18282 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18283 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18284 (byte-optimize-apply, end of file):
18285 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18286 (ad-make-freeze-definition):
18287 * startup.el (command-line, command-line-1): Don't quote lambdas.
18288
18289 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18290 (cvs-cleanup-removed): New function.
18291 (cvs-cleanup-functions): New var.
18292 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18293 some flexibility in specifying additional entries to auto-cleanup.
18294 (cvs-quickdir): New function.
18295 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18296 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18297 (cvs-mode-find-file): Check that we are on a filename or dirname
18298 when invoked through a mouse-click.
18299 (cvs-full-path): Remove.
18300 (cvs-dired-action): Re-introduced.
18301 (cvs-dired-noselect): Use it.
18302 (vc-post-command-functions): use this new hook if available.
18303
18304 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18305 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18306 (cvs-filename-map, cvs-dirname-map): Remove.
18307 (cvs-default-action): Remove.
18308 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18309 if the arg is really a keymap.
18310 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18311 Don't hardcode the mapping from state (aka type) to face, but check
18312 the var cvs-fi-<type>-face instead.
18313 (cvs-fileinfo-from-entries): New function.
18314
18315 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18316 Docstring fix.
18317 (cvs-find-file-and-jump): Change default to be safer.
18318 (cvs-mode-diff-map): Define it as a function as well.
18319 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18320 Bind mouse-2 in this global map rather than with text-properties.
18321
18322 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18323 file to resolve the ambiguity between C(conflict) and C(need-merge).
18324
18325 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18326
18327 * international/mule.el (set-buffer-file-coding-system): If
18328 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18329 unconditionally.
18330
18331 2000-06-12 Dave Love <fx@gnu.org>
18332
18333 * wid-edit.el (widget-specify-button): Really suppress the face if
18334 required.
18335
18336 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18337
18338 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18339
18340 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18341
18342 * imenu.el (imenu-generic-expression): Docstring fix.
18343
18344 * composite.el (composition-function-table): Move the `put'
18345 below the autoload cookie so we can load the file before loaddefs.
18346
18347 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18348
18349 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18350 Handle easy-mmode-define-global-mode.
18351 For complex macros like define-minor-mode that can generate
18352 several autoload entries, try to autoload entries in the
18353 macroexpanded code.
18354
18355 * emacs-lisp/easy-mmode.el (define-minor-mode):
18356 If KEYMAP is a symbol, just use it.
18357 Use byte-compile-current-file and load-file-name to infer the
18358 proper :require to pass to defcustom.
18359 Wrap the hook var into `progn' so as not to autoload it.
18360 Add a :autoload-end cookie.
18361 Be more careful about the evaluation of KEYMAP.
18362 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18363 (define-derived-mode): Move define-abbrev-table outside of defvar.
18364
18365 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18366
18367 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18368 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18369 (backup-compiled-files): Ignore errors during `tar'.
18370 (bootstrap): Make autoloads before elc files.
18371
18372 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18373
18374 * international/mule.el (set-buffer-file-coding-system): If one of
18375 undecided-XXX is specified, change only EOL conversion.
18376
18377 * international/mule-conf.el (unix): New alias for the coding
18378 system undecided-unix.
18379
18380 2000-06-09 Dave Love <fx@gnu.org>
18381
18382 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18383
18384 * progmodes/executable.el: Byte compile dynamic.
18385 (executable-insert): Change custom type.
18386 (executable-find): Add autoload cookie.
18387 (executable-make-buffer-file-executable-if-script-p): New
18388 function. After Noah Friedman.
18389
18390 * files.el (after-save-hook): Customize, with
18391 executable-make-buffer-file-executable-if-script-p as an option.
18392
18393 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18394
18395 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18396 "tib24p-mule.bdf" for Tibetan.
18397
18398 * composite.el (decompose-composite-char): Declare it as obsolete.
18399
18400 * man.el (Man-fontify-manpage): Pay attention to underline and
18401 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18402
18403 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18404
18405 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18406 Set maintainer to FSF since author isn't reachable.
18407
18408 2000-06-08 Dave Love <fx@gnu.org>
18409
18410 * international/mule-cmds.el (select-safe-coding-system): If
18411 DEFAULT-CODING-SYSTEM is not specified, also check the most
18412 preferred coding-system if buffer-file-coding-system is
18413 `undecided'. From Handa.
18414
18415 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18416
18417 * international/mule.el
18418 (after-insert-file-set-buffer-file-coding-system): If the buffer
18419 size is greater than INSERTED, judget that we are not visiting.
18420
18421 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18422
18423 * whitespace.el (defgroup whitespace): Comment out `:version'.
18424 XEmacs 20.4 has problems defining the group with this present.
18425 We'll have this commented out till get resolve the problem.
18426
18427 2000-06-07 John Wiegley <johnw@gnu.org>
18428
18429 * align.el (align-dq-string-modes, align-sq-string-modes)
18430 (align-open-comment-modes): Add pyhton-mode.
18431 (align-rules-list): Use get-text-property instead of
18432 text-properties-at.
18433 (align-rules-list): Add python-assignment.
18434 (align-rules-list): Change perl-comma-delimiter to
18435 basic-comma-delimiter. Use if for Perl modes and python-mode.
18436 (align-rules-list): Add python-chain-logic and
18437 basic-line-continuation.
18438
18439 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18440
18441 * apropos.el (apropos-mode-hook): New user variable.
18442 (apropos-mode): Run apropos-mode-hook.
18443
18444 2000-06-07 David Ponce <david@dponce.com>
18445
18446 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18447 commands. Require `wid-edit' at run-time.
18448
18449 2000-06-07 David Ponce <david@dponce.com>
18450
18451 * recentf.el: Added some "Commentary".
18452 (recentf-open-more-files, recentf-edit-list): Minor changes to
18453 move the point at the top of the file list. This behaviour is
18454 consistent with the menu one when the list contains a lot of
18455 files.
18456 (recentf-cleanup): Now displays the number of items removed from
18457 the list.
18458 (recentf-relative-filter) New menu filter to show filenames
18459 relative to `default-directory'.
18460
18461 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18462
18463 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18464 with/without giving an error if PostScript printer doesn't have this
18465 kind of page size. Zebra Stripe continues or restarts on next page.
18466 Manual/automatic paper feeding. Switch or not the header.
18467 (ps-print-version): New version number (5.2.2).
18468 (ps-windows-system): Include emx as a Windows system.
18469 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18470 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18471 (ps-background-text): Code fix.
18472 (ps-error-handler-message, ps-user-defined-prologue)
18473 (ps-print-prologue-header, ps-printer-name)
18474 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18475 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18476 (ps-use-face-background): Customization fix.
18477 (ps-n-up-database): Data fix.
18478 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18479 (ps-switch-header): New vars.
18480 (ps-xemacs-color-name, ps-face-foreground-name)
18481 (ps-face-background-name, ps-boolean-constant): New funs.
18482
18483 2000-06-07 Dave Love <fx@gnu.org>
18484
18485 * allout.el: New version from Manheimer.
18486
18487 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18488
18489 * textmodes/fill.el (fill-find-break-point): Check the validity of
18490 charset.
18491
18492 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18493
18494 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18495 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18496 Call display-color-p and display-mouse-p instead of looking at
18497 window-system.
18498
18499 2000-06-06 Dave Love <fx@gnu.org>
18500
18501 * image.el (find-image): Doc fix. Return nil if image not found.
18502 (put-image, insert-image): Make STRING arg optional.
18503
18504 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18505
18506 * language/vietnamese.el: Remove eval-when-compile.
18507 (viet-viscii-nonascii-translation-table): Define it as a
18508 translation table made from viet-viscii-decode-table.
18509 (viet-viscii-encode-table): Define it as a translation table made
18510 from the reverse map of above.
18511 (viet-vscii-nonascii-translation-table): Define it as a
18512 translation table made from viet-vscii-decode-table.
18513 (viet-vscii-encode-table): Define it as a translation table made
18514 from the reverse map of above.
18515 (ccl-decode-viscii): Use translate-character.
18516 (ccl-encode-viscii, ccl-encode-viscii-font)
18517 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18518 Likewize.
18519
18520 * language/cyrillic.el: Remove eval-when-compile.
18521 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18522 translation table made from cyrillic-koi8-r-decode-table.
18523 (cyrillic-koi8-r-encode-table): Define it as a translation table
18524 made from the reverse map of above.
18525 (ccl-decode-koi8): Use translate-character.
18526 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18527 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18528 a translation table made from cyrillic-alternativnyj-decode-table.
18529 (cyrillic-alternativnyj-encode-table): Define it as a translation
18530 table made from the reverse map of above.
18531 (ccl-decode-alternativnyj): Use translate-character.
18532 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18533 Likewize
18534
18535 * international/mule-diag.el (non-iso-charset-alist): Specify
18536 translation table symbol instead of translation table itself.
18537 (list-block-of-chars): CHARSET may be a translation table symbol.
18538
18539 * international/mule.el (make-coding-system): If CODING-SYSTEM
18540 already exists, override it.
18541
18542 * international/fontset.el: Use family `proportional' for Tibetan
18543 fonts.
18544
18545 * international/ccl.el (ccl-compile-translate-character): Don't
18546 check if Rrr has property translation-table.
18547 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18548
18549 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18550
18551 * info.el: Bind case-fold-search to t when searching in case
18552 a user sets it to nil in a hook.
18553
18554 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18555
18556 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18557 * hl-line.el (hl-line-mode): Use the new :global key argument.
18558
18559 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18560 (tar-clip-time-string): Prepend a space.
18561 (tar-grind-file-mode): Construct a string rather than modifying one.
18562 (tar-header-block-summarize): Fix docstring.
18563 Use `format' rather than an error-prone set of copy-loops.
18564
18565 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18566 (diff-goto-source, diff-unified->context, diff-context->unified)
18567 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18568 understand the format output by the `-p' argument to diff.
18569
18570 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18571 (sh-re-done): Use defconst.
18572 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18573 (sh-help-string-for-variable, sh-guess-basic-offset):
18574 Don't quote lambdas.
18575 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18576 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18577
18578 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18579 (mh-letter-mode): Derive from text-mode.
18580 This implicitly means that it now calls kill-all-local-variables.
18581 Also remove the Emacs-18 compatibility code.
18582
18583 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18584 Make use of symbol-property doc-string-elt.
18585 Use memq rather than a sequence of eq.
18586 (doc-string-elt): Fix the wrong or missing previously unused values.
18587 (autoload-print-form): New function extracted from
18588 generate-file-autoloads to allow recursion when handling progn
18589 so that defvar's and defun's docstrings are properly printed.
18590 (generate-file-autoloads): Use it.
18591
18592 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18593 Use find-file-hooks in the minor-mode function.
18594 Be careful not to loop indefinitely in the post-command-hook function.
18595
18596 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18597
18598 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18599 tty's.
18600 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18601 differences whenever appropriate.
18602 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18603 * viper.el (find-file, find-file-other-window): Get viper to do
18604 wildcards.
18605
18606 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18607
18608 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18609 (jit-lock-fontify-buffer): New function for JIT refontification.
18610 (jit-lock-mode): Fix docstring.
18611 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18612 Remove jit-lock-after-change from the _local_ hook.
18613 (jit-lock-function-1): Fix docstring.
18614
18615 * info.el (Info-on-current-buffer): Initialize info.
18616
18617 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18618
18619 * progmodes/tcl.el (tcl-indent-for-comment):
18620 Ignore comment-indent-hook.
18621
18622 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18623 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18624 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18625 and improve to use the lighter to guess the capitalization.
18626 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18627 Add keyword arguments to specify global-ness or the custom group.
18628 Add local-map and help-echo properties to the lighter.
18629 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18630 (easy-mmode-define-global-mode): New macro.
18631
18632 2000-06-02 Dave Love <fx@gnu.org>
18633
18634 * wid-edit.el: byte-compile-dynamic since we typically don't use
18635 all the widgets. Don't require cl or widget. Remove
18636 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18637 (widget-read-event): Removed. Callers changed to use read-event.
18638 (widget-button-release-event-p): Renamed from
18639 button-release-event-p.
18640 (widget-field-add-space, widget-field-use-before-change):
18641 Uncustomize.
18642 (widget-specify-field): Use keymap property, not local-map.
18643 (widget-specify-button): Obey :suppress-face.
18644 (widget-specify-insert): Use modern backquote syntax.
18645 (widget-image-directory): Renamed from widget-glyph-directory.
18646 (widget-image-enable): Renamed from widget-glyph-enable.
18647 (widget-image-find): Replaces widget-glyph-find.
18648 (widget-button-pressed-face): Move defvar.
18649 (widget-image-insert): Replaces widget-glyph-insert.
18650 (widget-convert): Use keywordp.
18651 (widget-leave-text, widget-children-value-delete): Use mapc.
18652 (widget-keymap): Remove XEmacs stuff.
18653 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18654 (widget-button-click): Don't set point at the click, but re-centre
18655 if we scroll out of window. Rewritten for images v. glyphs &c.
18656 (widget-tabable-at): Use POS arg, not point.
18657 (widget-beginning-of-line, widget-end-of-line)
18658 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18659 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18660 (widget-default-create): Use widget-image-insert; some rewriting.
18661 (widget-visibility-value-create)
18662 (widget-push-button-value-create, widget-toggle-value-create): Use
18663 widget-image-insert.
18664 (checkbox): Create on and off images dynamically.
18665 (documentation-link): Change :help-echo.
18666 (widget-documentation-link-echo-help): Remove.
18667
18668 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18669
18670 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18671
18672 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18673 (easy-mmode-define-toggle, define-minor-mode): Use it.
18674 (easy-mmode-define-keymap): Docstring fix.
18675 (define-derived-mode): Default PARENT to fundamental-mode.
18676 Add the derived-mode-parent symbol-property.
18677 (easy-mmode-derived-mode-p): New function.
18678
18679 2000-06-02 Dave Love <fx@gnu.org>
18680
18681 * files.el (convert-standard-filename): Doc fix.
18682 (normal-backup-enable-predicate): New function.
18683 (backup-enable-predicate): Use it to replace the lambda form.
18684
18685 * calendar/todo-mode.el: [This needs more work on the outline
18686 stuff.] Doc fixes.
18687 (todo) <defgroup>: Add :version.
18688 (todo-add-category): Don't use pushnew.
18689 (todo-cmd-raise): Fix typo.
18690 (todo-top-priorities): Change temp buffer name.
18691 (todo-category-alist): Avoid redundant lambda.
18692 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18693 Use outline-next-heading.
18694
18695 * autoarg.el: Rewritten to use define-minor-mode.
18696 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18697 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18698
18699 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18700
18701 * isearch.el (isearch-other-meta-char): Fix previous change.
18702
18703 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18704
18705 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18706 (log-edit-done): Only add the comment to the ring if it's different
18707 from the last comment entered.
18708
18709 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18710
18711 2000-06-01 Dave Love <fx@gnu.org>
18712
18713 * hl-line.el: Rewritten using define-minor-mode.
18714
18715 * help.el (describe-function-1): Distinguish special form from
18716 builtin function. Sanity-check presence of arglist for builtins.
18717
18718 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18719
18720 * international/characters.el: Fix syntax/category setting of
18721 Tibetan characters.
18722
18723 * language/tibet-util.el (tibetan-add-components): Fixes for new
18724 encoding of Tibetan characters.
18725 (tibetan-decompose-precomposition-alist): New variable.
18726 (tibetan-decompose-region): Convert precomposed characters to
18727 non-precomposed characters.
18728 (tibetan-decompose-string): Likewise.
18729 (tibetan-composition-function): Fix args to
18730 thibetan-compose-string.
18731
18732 * language/tibetan.el (tibetan-composable-pattern): More
18733 characters included.
18734 (tibetan-consonant-transcription-alist): Rule for "R" added.
18735 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18736 "+R" added.
18737 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18738
18739 * language/lao-util.el (lao-composition-function): Fix args to
18740 compose-string.
18741
18742 * language/thai-util.el (thai-composition-function): Fix args to
18743 compose-string.
18744
18745 * isearch.el (isearch-update): Set disable-point-adjustment to t
18746 to prevent the point moving to the end of a composition when a
18747 part of a composition is searched.
18748 (isearch-other-meta-char): If the key invoking this command can be
18749 mapped by function-key-map to a printing char, call
18750 isearch-process-search-char directly.
18751
18752 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18753
18754 * emacs-lisp/bytecomp.el:
18755 * frame.el:
18756 * international/mule-cmds.el:
18757 * international/mule-util.el:
18758 * international/mule.el:
18759 * mouse.el:
18760 * subr.el:
18761 * faces.el: Update calls to make-obsolete with a WHEN argument.
18762
18763 * byte-run.el (make-obsolete, make-obsolete-variable):
18764 Add an optional WHEN argument and change the format of the
18765 symbol-property information.
18766 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18767 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18768 new obsolete-symbol-property format and print WHEN if it is provided.
18769
18770 2000-05-31 Dave Love <fx@gnu.org>
18771
18772 * loadhist.el (loadhist-hook-functions): Remove
18773 before-change-function, after-change-function.
18774 (unload-feature): Deal with symbols which are both bound and
18775 fbound.
18776
18777 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18778 before-change-function, after-change-function.
18779
18780 * simple.el (newline): Don't bind before-change-function,
18781 after-change-function.
18782
18783 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18784
18785 * whitespace.el (whitespace-rescan-timer-time): Update interval
18786 set to 600 seconds (10 minutes) instead of 60 seconds since
18787 a large number of whitespace buffers causes emacs to `freeze'
18788 for a considerable amount of time.
18789
18790 * whitespace.el: Updated email address
18791
18792 2000-05-31 Dave Love <fx@gnu.org>
18793
18794 * add-log.el (change-log-font-lock-keywords) <function>: Add
18795 pattern for function of change.
18796 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18797 acknowledgements patterns.
18798
18799 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18800
18801 * isearch.el (isearch-printing-char): If keyboard coding system is
18802 being used, call isearch-process-search-multibyte-characters.
18803
18804 * international/isearch-x.el: Mostly rewritten.
18805
18806 * international/quail.el (quail-start-conversion): Don't include
18807 unhandled events in the returned events, but set them in
18808 unread-command-events. Exit if all inputs are deleted.
18809
18810 2000-05-30 Jason Rumney <jasonr@gnu.org>
18811
18812 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18813
18814 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18815 Reenable code to create initial fontsets.
18816 Use set-fontset-font in place of put-charset-property.
18817
18818 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18819
18820 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18821 label, ensure that the first colon isn't followed by another.
18822
18823 * paths.el (Info-default-directory-list): Doc fix.
18824
18825 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18826 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18827 send a query containing USER only, not USER@HOST.
18828
18829 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18830 and rmail-msgend to compute the restriction at the end, instead of
18831 computing it.
18832
18833 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18834
18835 * dabbrev.el (dabbrev-expand): Don't display messages in the
18836 echo area if the minibuffer window is active.
18837
18838 * jit-lock.el (jit-lock-mode): Add after change function to
18839 local hook.
18840
18841 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18842
18843 * antlr-mode.el: New commands: hide/unhide actions,
18844 upcase/downcase literals.
18845 (antlr-tiny-action-length): New user option.
18846 (antlr-hide-actions): New command. Suggested by
18847 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18848 (antlr-mode-map): New binding [C-c C-v].
18849 (antlr-mode-menu): New entries.
18850 (antlr-downcase-literals): New command.
18851 (antlr-upcase-literals): Ditto.
18852
18853 * antlr-mode.el: Minor changes: indendation, mode-name.
18854 (antlr-indent-line): Indent cpp directive at column 0.
18855 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18856
18857 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18858 (antlr-font-lock-additional-keywords): Workaround for intentional
18859 bug in XEmacs version of font-lock.
18860 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18861 be used by a smarter version of `buffers-menu-grouping-function'.
18862
18863 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18864
18865 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18866 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18867
18868 2000-05-29 Kenichi Handa <handa@etl.go.jp>
18869
18870 * international/encoded-kb.el
18871 (encoded-kbd-iso2022-designation-map): Pay attention to that
18872 charset-iso-final-char return -1 for eight-bit-control and
18873 eight-bit-graphic.
18874
18875 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18876
18877 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18878 (speedbar-easymenu-definition-base): Use display-graphic-p where
18879 available, instead of window-system.
18880
18881 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18882
18883 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18884 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18885 coding systems.
18886
18887 2000-05-26 Dave Love <fx@gnu.org>
18888
18889 * disp-table.el (standard-display-underline): Don't use
18890 internal-find-face.
18891
18892 * mail/reporter.el: Maintainer change. Doc fixes.
18893 (reporter-version): Deleted.
18894
18895 * emacs-lisp/elp.el: Maintainer change.
18896 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18897
18898 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
18899
18900 * add-log.el (add-change-log-entry): Merge the current entry with the
18901 previous one if the previous one is empty.
18902
18903 2000-05-26 Dave Love <fx@gnu.org>
18904
18905 * loadhist.el (unload-feature): Fix interactive spec [from
18906 lijnzaad@ebi.ac.uk].
18907
18908 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18909 subr-arity to check primitives.
18910 (byte-compile-flush-pending, byte-compile-file-form-progn)
18911 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18912 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18913 mapcar.
18914
18915 2000-05-26 Kenichi Handa <handa@etl.go.jp>
18916
18917 * international/fontset.el: Set family names of non-latin charsets
18918 in default fontset to "*".
18919
18920 * international/mule-diag.el (print-fontset): Combine family part
18921 and registry part of the fontname by "-*-" instead of "-".
18922
18923 * international/mule-cmds.el (encode-coding-char): Make strings
18924 multibyte before calling encode-coding-string.
18925
18926 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
18927
18928 * derived.el: Fix keywords.
18929 (define-derived-mode): Only define if needed.
18930
18931 * simple.el (fill-comment, comment-column, comment-start)
18932 (comment-start-skip, comment-end, comment-indent-function)
18933 (block-comment-start, block-comment-end, indent-for-comment)
18934 (set-comment-column, kill-comment, comment-padding, comment-region)
18935 (comment-multi-line, indent-new-comment-line): Remove.
18936
18937 * bindings.el (esc-map): Change ; to comment-dwim and use the new
18938 function names for comment operations.
18939
18940 * newcomment.el: Add abundant autoload cookies.
18941 (comment-style): Don't depend on runtime data at compile-time.
18942 (comment-indent-hook): Remove.
18943 (comment-indent): Check if comment-indent-hook is bound.
18944 (comment-region): Docstring fix.
18945
18946 2000-05-25 Dave Love <fx@gnu.org>
18947
18948 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
18949 byte-code-function-p.
18950
18951 * mail/rmailsum.el: Add provide.
18952
18953 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
18954
18955 * smerge-mode.el (smerge-diff-switches): Don't use list* in
18956 defcustom.
18957
18958 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
18959
18960 * ediff-diff.el (ediff-exec-process): delete --binary option from
18961 non-buffer ediff jobs.
18962
18963 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18964
18965 * hilit-chg.el (highlight-changes-mode): Ask about color or
18966 grayscale support, not about window-system.
18967
18968 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
18969 window-system.
18970 (ffap-highlight): Always default to t.
18971
18972 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
18973 display-popup-menus-p instead of looking at window-system.
18974
18975 * disp-table.el (standard-display-g1, standard-display-graphic):
18976 Only refuse to use string glyphs on X and MS-Windows.
18977
18978 * avoid.el: Remove window-system from commentary, suggest to use
18979 display-*-p instead.
18980
18981 * apropos.el (apropos-print): Use display-mouse-p instead of
18982 window-system.
18983
18984 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18985
18986 * international/codepage.el (cp-decoding-vector-for-codepage):
18987 Fill up unsupported characters with their own codes. From Kenichi
18988 Handa.
18989
18990 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18991
18992 * international/mule-diag.el (describe-char-after): Use
18993 display-graphic-p instead of window-system, so that this function
18994 works on MS-DOS.
18995
18996 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18997
18998 * international/codepage.el (cp-make-coding-systems-for-codepage):
18999 Remove the eight-bit-graphic and eight-bit-control charsets from
19000 the list of charsets which we convert into `?'.
19001
19002 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19003
19004 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19005 private charsets.
19006 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19007 japanese-jisx0213-2): New charsets.
19008
19009 * international/fontset.el: Setup default fontset for new charsets.
19010
19011 2000-05-24 Dave Love <fx@gnu.org>
19012
19013 * info.el (Info-find-node-2): Restructure [following "Vadim
19014 S. Solomin" <sovs@uic.nnov.ru>].
19015
19016 * icomplete.el: Fix header for Finder.
19017
19018 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19019
19020 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19021 STAY.
19022
19023 * rmail.el (rmail-automatic-folder-directives): New user variable.
19024 (rmail-show-message): Add call to `rmail-auto-file' during
19025 display.
19026 (rmail-auto-file): New function.
19027
19028 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19029
19030 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19031 account.
19032 (ediff-test-utility,ediff-diff-mandatory-option)
19033 (ediff-reset-diff-options): Utilities for proper initialization of
19034 ediff-diff-options and ediff-diff3-options on Windows.
19035
19036 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19037 variable.
19038
19039 * ediff-mult.el (ediff-filegroup-action): Use
19040 ediff-merge-filename-prefix.
19041
19042 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19043
19044 * viper-ex.el (ex-write): Set selective display to nil.
19045
19046 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19047
19048 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19049 aliases for hebrew-iso-8bit.
19050
19051 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19052
19053 * woman.el: New version from Francis J. Wright
19054 <F.J.Wright@Maths.QMW.ac.uk>.
19055 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19056 names in environment variables regardless of the path separator.
19057 (woman-topic-all-completions-1): Don't call file-name-directory-p
19058 on all files, since woman-file-regexp already filters out any
19059 directories.
19060
19061 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19062
19063 * international/quail.el (quail-start-translation): Don't change
19064 modified-p of the current buffer.
19065 (quail-start-conversion): Likewise.
19066
19067 * international/kkc.el (kkc-region): Don't change modified-p of
19068 the current buffer.
19069
19070 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19071 conform to RFC1468.
19072 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19073
19074 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19075
19076 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19077 (speedbar-insert-button): Invisible text property fix.
19078 (speedbar-directory-plus): Renamed from speedbar-directory-+
19079 (speedbar-directory-minus): Renamed from speedbar-directory--
19080 (speedbar-page-plus): Renamed from speedbar-file-+
19081 (speedbar-page-minus): Renamed from speedbar-file--
19082 (speedbar-page): Renamed from speedbar-file-
19083 (speedbar-tag): Renamed from speedbar-tag-
19084 (speedbar-tag-plus): Renamed from speedbar-tag-+
19085 (speedbar-tag-minus): Renamed from speedbar-tag--
19086 (speedbar-expand-image-button-alist): Use above renames.
19087
19088 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19089 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19090 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19091 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19092 * sb-pg.xpm: Renamed from sb-file.xpm
19093 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19094 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19095
19096 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19097
19098 * international/quail.el (quail-show-guidance-buf): Set
19099 current-input-method of the guidance buffer to the name of the
19100 curren input method.
19101
19102 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19103
19104 * progmodes/compile.el (compile-internal): Style typo.
19105
19106 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19107 quote vars and functions in the docstring.
19108
19109 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19110
19111 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19112 Don't quote lambdas.
19113
19114 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19115
19116 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19117
19118 * startup.el (command-line): Determine source file of compiled
19119 user init file differently. Warn if compiled user init file
19120 is older than its source file.
19121
19122 * ffap.el (ffap-url-regexp): Add `https'.
19123
19124 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19125
19126 * files.el (make-backup-file-name-1): Replace slashes with `!'
19127 rather than `|' (which is not allowed on Windows). Replace the
19128 drive letters with a string "drive_X".
19129
19130 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19131
19132 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19133
19134 * files.el (interpreter-mode-alist): Add `bash2'.
19135
19136 2000-05-22 Dave Love <fx@gnu.org>
19137
19138 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19139 mapc.
19140 (feature-file): Avoid calling symbol-name. Doc fix.
19141 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19142 (loadhist-hook-functions): Add mouse-position-function.
19143 (unload-feature): Change uses of mapcar.
19144
19145 * files.el (parse-colon-path): Doc fix.
19146 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19147 (set-auto-mode): Use mapc.
19148
19149 * complete.el (PC-look-for-include-file): Use :alnum: character
19150 class.
19151 (partial-completion-mode): Add autoload cookie.
19152
19153 2000-05-22 Sam Steingold <sds@gnu.org>
19154
19155 * info.el (Info-fontify-node): Fixed the call to
19156 `add-text-properties' (bug introduced on 2000-05-18).
19157
19158 2000-05-22 Dave Love <fx@gnu.org>
19159
19160 * bindings.el: Remove debug-ignored-errors set in other files.
19161
19162 * progmodes/etags.el: Add to debug-ignored-errors.
19163 (visit-tags-table-buffer): Clear out buffers holding old tables
19164 when making a new list.
19165 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19166 mapc.
19167
19168 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19169 quote keywords.
19170 (cmpl-string-case-type): Use character classes.
19171
19172 * comint.el:
19173 * textmodes/ispell.el:
19174 * imenu.el:
19175 * mail/mh-e.el:
19176 * progmodes/compile.el: Add to debug-ignored-errors.
19177
19178 * dabbrev.el: Add to debug-ignored-errors.
19179 (dabbrev-completion): Use mapc.
19180
19181 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19182
19183 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19184 (woman-mapcan, woman-parse-man.conf)
19185 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19186 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19187 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19188 path syntax better.
19189 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19190 (woman-manpath): Call woman-parse-man.conf.
19191 (woman-emulation): New defcustom, defaults to nroff.
19192 (woman-font-support): New defconst.
19193 (woman-use-symbol-font): New defcustom.
19194 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19195 "Emulation".
19196 Many functions: Doc fix.
19197
19198 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19199
19200 * international/quail.el (quail-simple-translation-keymap): Map
19201 128..255 to quail-self-insert-command.
19202 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19203
19204 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19205
19206 * help.el (help-manyarg-func-alist): Typo.
19207
19208 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19209 intervals which makes it heaps simpler.
19210
19211 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19212 the nested comment markers.
19213
19214 * subr.el (remove-hook): Don't turn the hook's value into a list.
19215
19216 2000-05-21 Dave Love <fx@gnu.org>
19217
19218 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19219 are invalid characters.
19220
19221 * international/mule-util.el (detect-coding-with-priority): Use
19222 mapc. Remove redundant lambda.
19223
19224 * international/mule-diag.el (list-non-iso-charset-chars)
19225 (describe-fontset): Remove redundant lambda.
19226
19227 * emulation/crisp.el (brief-mode): New alias.
19228
19229 * emacs-lisp/ring.el (ring-elements): New function.
19230
19231 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19232 (easy-menu-do-add-item): Use keywordp.
19233
19234 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19235
19236 * replace.el: Doc and error message fixes.
19237 (replace-highlight): Use facep, not internal-find-face.
19238
19239 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19240
19241 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19242
19243 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19244 (log-edit-insert-changelog): Drop `:' as well.
19245
19246 * log-view.el: Fix file description.
19247 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19248 available.
19249 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19250 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19251
19252 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19253 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19254 Print a status message if the toggle is called interactively.
19255 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19256 for global minor modes and use `defcustom' for them.
19257 Use add-minor-mode.
19258 (easy-mmode-define-derived-mode): Remove.
19259 (define-derived-mode): Fancier default docstring.
19260 (easy-mmode-define-navigation): Signal an error rather than (ding).
19261
19262 * newcomment.el (comment-styles): New `box-multi'.
19263 (comment-normalize-vars): Better default for comment-continue to
19264 avoid whitespace-only continuations.
19265 (comment-search-forward): Always move even in the no-syntax case.
19266 (comment-padright): Only obey N if it's only obeyed for padleft.
19267 (comment-make-extra-lines): Better handling of empty continuations.
19268 Use `=' for the filler if comment-start has only one character.
19269 (uncomment-region): Try handling the special `=' filler.
19270 (comment-region): Allow LINES even if MULTI is nil.
19271 (comment-box): Choose box style based on comment-style.
19272
19273 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19274
19275 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19276 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19277
19278 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19279
19280 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19281 and insert, not subst-char-in-region.
19282
19283 * international/mule-diag.el (list-character-sets-1): Handle
19284 charsets eight-bit-control and eight-bit-graphic.
19285 (list-iso-charset-chars): Likewise.
19286 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19287 charactes as is. Use indent-to to align characters.
19288
19289 * international/mule-cmds.el (find-multibyte-characters): Never
19290 exclude charsets eight-bit-control and eight-bit-graphic.
19291
19292 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19293
19294 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19295 Don't quote lambdas.
19296
19297 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19298
19299 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19300
19301 * gud.el (gud-jdb-directories): Doc fix.
19302
19303 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19304
19305 * newcomment.el: New file.
19306
19307 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19308
19309 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19310
19311 2000-05-18 Andreas Schwab <schwab@suse.de>
19312
19313 * dired.el (dired-between-files): Also skip lines beginning with
19314 `used'.
19315
19316 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19317
19318 * msb.el (msb-menu-cond): Add choice `user'.
19319
19320 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19321
19322 * ps-print.el: Compatibility, customization and doc fix.
19323 (ps-printer-name-option): Replace defconst by defvar.
19324 (ps-postscript-code-directory): XEmacs compatibility.
19325 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19326 fix.
19327 (ps-user-defined-prologue, ps-print-prologue-header)
19328 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19329 compatibility and code fix.
19330 (ps-print-background-image, ps-print-background-text):
19331 Customization fix.
19332 (ps-line-number-start, ps-n-up-on): New vars.
19333
19334 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19335
19336 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19337 the indent-comment function to just return the appropriate indent.
19338
19339 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19340
19341 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19342 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19343 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19344
19345 2000-05-18 Dave Love <fx@gnu.org>
19346
19347 * info.el (Info-fontify-node): Add intangible property as well as
19348 invisible.
19349
19350 * calendar/appt.el (appt-make-list): Match all lines of entry.
19351 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19352
19353 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19354
19355 * international/mule-diag.el (describe-char-after): Call
19356 internal-char-font, not char-font. If internal-char-font returns
19357 nil, display "-- none --".
19358
19359 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19360
19361 * image.el (image-type-available-p): Don't reference image-types
19362 if it isn't bound.
19363
19364 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19365
19366 * autoarg.el (autoarg-mode): Typo in the :set argument.
19367
19368 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19369
19370 * startup.el (command-line-1): Don't signal an error if the
19371 directory for auto-save-list files does not yet exist.
19372
19373 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19374
19375 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19376
19377 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19378
19379 * subr.el (remove-hook): `setq' hook-value, not `set'.
19380
19381 2000-05-16 Sam Steingold <sds@gnu.org>
19382
19383 * info.el (debug-ignored-errors): More errors to ignore.
19384
19385 2000-05-16 Dave Love <fx@gnu.org>
19386
19387 * cus-edit.el: Don't require cl or easymenu.
19388 (custom-variable-prompt): Test standard-value property, not
19389 user-variable-p.
19390
19391 2000-05-16 Sam Steingold <sds@gnu.org>
19392
19393 * subr.el (add-hook): `setq' hook-value, not `set'.
19394
19395 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19396
19397 * startup.el (command-line-1): Mention the FAQ in the startup
19398 message.
19399
19400 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19401
19402 * progmodes/compile.el (compilation-parse-errors): Collect
19403 `nomessage' regexps last.
19404
19405 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19406
19407 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19408 to the function name.
19409
19410 2000-05-15 Dave Love <fx@gnu.org>
19411
19412 * speedbar.el (speedbar-recenter): Typo.
19413 (speedbar-expand-line): Make arg optional.
19414 (speedbar-mode): Avoid a compiler warning.
19415
19416 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19417
19418 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19419 user-specified option string is empty.
19420
19421 * mouse.el (mouse-yank-at-click): Doc fix.
19422
19423 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19424
19425 * term/internal.el (IT-character-translations): More updates of
19426 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19427 documents.
19428
19429 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19430
19431 * env.el (getenv): New function, interactively callable.
19432 (setenv, getenv): Remove autoload cookies.
19433
19434 * loadup.el: Load `env'.
19435
19436 * progmodes/f90.el: Change author's mail address.
19437
19438 2000-05-14 Dave Love <fx@gnu.org>
19439
19440 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19441 goto-addr as an option.
19442
19443 * help.el (help-xref-stack): Doc fix.
19444 (help-xref-following): New variable.
19445 (help-make-xrefs): Use it.
19446 (help-xref-go-back): Use position information from stack element.
19447 (help-follow): Make position in stack element a pair. Use
19448 help-xref-following.
19449
19450 * autoarg.el: New file.
19451
19452 * faces.el: Declare more functions obsolete.
19453
19454 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19455 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19456 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19457 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19458 Remove all the setup-...-environment functions.
19459
19460 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19461
19462 * speedbar.el: Updated the commentary section. xemacs20p now uses
19463 >= when detecting. Require `defimage' safely.
19464 (speedbar-easymenu-definition-base): Add toggle for images.
19465 (speedbar-easymenu-definition-special): Add flush cache & expand.
19466 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19467 (speedbar-reconfigure-keymaps-hook): New variable.
19468 (speedbar-frame-parameters): Updated documentation.
19469 (speedbar-use-imenu-flag): Updated custom tag
19470 (speedbar-dynamic-tags-function-list): New variable.
19471 (speedbar-tag-hierarchy-method): Updated doc & custom.
19472 (speedbar-indentation-width, speedbar-indentation-width) New
19473 variables.
19474 (speedbar-hide-button-brackets-flag): Customizable.
19475 (speedbar-vc-indicator): Doc update.
19476 (speedbar-ignored-path-expressions): Updated default value.
19477 (speedbar-supported-extension-expressions): Updated default value.
19478 (speedbar-syntax-table): Remove {} paren status.
19479 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19480 as "+". Added overlay aliases.
19481 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19482 `force-mode-line-update'.
19483 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19484 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19485 `mouse-set-point'
19486 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19487 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19488 of arbitrary text, and new helper functions.
19489 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19490 filename finder.
19491 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19492 (speedbar-directory-buttons): Update path search/expansion.
19493 (speedbar-make-tag-line): Pay attention to
19494 `speedbar-indentation-width'. Use more care w/ invisible
19495 properties.
19496 (speedbar-change-expand-button-char): Call
19497 `speedbar-insert-image-button-maybe'.
19498 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19499 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19500 (speedbar-trim-words-tag-hierarchy)
19501 (speedbar-simple-group-tag-hierarchy): New functions
19502 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19503 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19504 functions.
19505 (speedbar-mouse-set-point): New function
19506 (speedbar-power-click): Updated documentation.
19507 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19508 of tag prefix text.
19509 (speedbar-expand-line, speedbar-contract-line): Make more robust
19510 to strange text.
19511 (speedbar-expand-line): Takes universal argument to flush the
19512 cache.
19513 (speedbar-flush-expand-line): New function.
19514 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19515 Use new generator insertion method.
19516 (speedbar-fetch-dynamic-tags): New function.
19517 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19518 `speedbar-fetch-dynamic-imenu'.
19519 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19520 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19521 "Revert Buffer" menu items.
19522 (speedbar-buffer-buttons-engine): Be smarter when creating a
19523 filename tag (for expansion purposes.).
19524 (speedbar-highlight-one-tag-line,
19525 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19526 (speedbar-recenter): New functions.
19527 (defimage-speedbar): Image loading abstraction.
19528 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19529 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19530 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19531 (speedbar-tag-type, speedbar-tag-mail): New images.
19532 (speedbar-expand-image-button-alist): New variable.
19533 (speedbar-insert-image-button-maybe): Insert an image over some
19534 buttons.
19535
19536 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19537
19538 * international/mule-cmds.el (encode-coding-char): An ASCII
19539 character is always encodable.
19540
19541 * international/mule-conf.el: Add more information in descriptions
19542 of character sets.
19543
19544 * international/mule-diag.el (describe-char-after): New function.
19545 (describe-font-internal): Adjusted for the change of font-info.
19546 (describe-font): Likewise.
19547 (print-fontset): Rewritten for the new fontset implementation.
19548 (describe-fontset): Include fontset alias names in completion.
19549 (list-fontsets): Adjusted for the change of print-fontset.
19550
19551 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19552 describe-char-after instead of displaying the detail in the echo
19553 area.
19554 (syntax-code-table): Format changed.
19555 (string-to-syntax): Adjusted for the above change.
19556
19557 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19558
19559 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19560
19561 2000-05-12 Dave Love <fx@gnu.org>
19562
19563 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19564 dependence. Use line-{beginning,end}-position, not
19565 point-at{b,e}ol. Some doc fixes.
19566 (todo-position): New function. Fix callers of position to use it.
19567 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19568
19569 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19570
19571 * time.el (display-time-mail-icon): Use `:ascent center'.
19572
19573 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19574 handling FTP security extensions.
19575
19576 2000-05-11 Dave Love <fx@gnu.org>
19577
19578 * calendar/todo-mode.el: New file.
19579
19580 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19581
19582 * comint.el (comint-read-input-ring): Move reference to
19583 comint-input-ring-size outside of the save-excursion. It was
19584 causing the default value to be the only one ever seen.
19585
19586 * font-lock.el: Update copyright. Remove Simon Marshall's email
19587 address on request from him.
19588
19589 * subr.el (substitute-key-definition): Add comment describing
19590 the meaning of PREFIX.
19591
19592 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19593
19594 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19595
19596 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19597 (add-minor-mode): Don't make the variable buffer-local and add a
19598 reference to define-minor-mode in the docstring.
19599
19600 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19601 HEADER/FOOTER and fix bug with trailing empty directory.
19602 (cvs-append-to-ignore): Use vc-editable-p if available.
19603 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19604 (vc-do-command): Tweak advice to handle the new VC.
19605
19606 * log-view.el (log-view-goto-rev): New function for the new VC.
19607 (log-view-minor-wrap): Use mark-active.
19608
19609 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19610 (log-edit-changelog-full-paragraphs): New var.
19611 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19612 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19613 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19614 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19615 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19616 Replace the `cvs' prefix with `log-edit'.
19617
19618 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19619
19620 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19621 (diff-font-lock-defaults): Explicitly turn off multiline.
19622 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19623 (diff-ediff-patch): Fix call to ediff-patch-file.
19624 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19625 Handle comments.
19626
19627 * frame.el (automatic-hscrolling): Typo.
19628
19629 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19630
19631 2000-05-09 Sam Steingold <sds@goems.com>
19632
19633 * apropos.el (apropos-print): use `describe-face' instead of
19634 `customize-face-other-window'.
19635
19636 2000-05-09 Dave Love <fx@gnu.org>
19637
19638 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19639
19640 * help.el (describe-variable): Have customize button pop the
19641 help-xref stack when invoked.
19642 (help-xref-symbol-regexp): Add `face'.
19643 (help-make-xrefs): Check for quoted face names and adapt regexp
19644 submatch numbers to cope.
19645 (help-xref-interned): Maybe insert face doc too. Separate
19646 sections with a line of hyphens.
19647
19648 * faces.el: Some doc fixes. Declare some functions obsolete.
19649 (describe-face): Add customize button. Return the help
19650 text. Fix prompt.
19651
19652 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19653
19654 * term/internal.el (IT-character-translations): Fix last change.
19655
19656 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19657
19658 * woman.el: New file
19659 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19660
19661 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19662
19663 * term/internal.el (IT-character-translations): Update ASCII
19664 simulations for greek-iso8859-7, add latin-iso8859-14 and
19665 latin-iso8859-15.
19666
19667 * international/mule-cmds.el (set-language-info-alist): Call
19668 define-prefix-command with 3 arguments, to make the map suitable
19669 for a menu.
19670
19671 2000-05-07 Dave Love <fx@gnu.org>
19672
19673 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19674
19675 2000-05-05 Dave Love <fx@gnu.org>
19676
19677 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19678 list in doc string. Don't quote keyword symbols.
19679 * emacs-lisp/cl.el: Likewise
19680 * emacs-lisp/cl-seq.el: Likewise
19681
19682 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19683
19684 * abbrev.el (abbrev-mode): Make ARG optional.
19685
19686 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19687
19688 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19689
19690 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19691
19692 * subr.el (substitute-key-definition): Clarify documentation.
19693
19694 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19695
19696 * glasses.el (glasses-convert-to-unreadable): Use
19697 `glasses-separator' instead of the hard-wired "_".
19698 (glasses-mode): Call `glasses-make-unreadable' only in a single
19699 place.
19700
19701 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19702
19703 * term/internal.el (cjk-codepages-alist): Add associations for
19704 Chinese and Korean codepages. Remove FIXME comment.
19705
19706 2000-05-03 Dave Love <fx@gnu.org>
19707
19708 * time.el (display-time-mail-face, display-time-use-mail-icon):
19709 New option.
19710 (display-time-mail-icon): New variable.
19711 (display-time-string-forms): Use the above. Fix the local-map.
19712
19713 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19714
19715 * replace.el (query-replace-map): Add binding for `E'.
19716 (query-replace-help): Extend help text.
19717 (perform-replace): Allow editing the replacement string.
19718
19719 * make-mode.el (makefile-mode-abbrev-table): New variable.
19720 (makefile-mode): Set local abbrev table to
19721 makefile-mode-abbrev-table.
19722 (makefile-font-lock-keywords): Fontify includes and conditionals.
19723
19724 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19725 set TOGGLE's value.
19726
19727 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19728 mail-interactive-insert-alias.
19729 (mail-abbrev-complete-alias): New command.
19730 (mail-mode-map): Bind it to `M-TAB'.
19731
19732 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19733
19734 * language/lao-util.el (lao-compose-region): New function.
19735
19736 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19737
19738 * files.el (recover-session): Make directories as necessary
19739 if they don't exist yet.
19740
19741 * calendar/cal-french.el
19742 (french-calendar-multibyte-special-days-array)
19743 (french-calendar-special-days-array): Change French text.
19744 (calendar-french-date-string): Change output.
19745 (calendar-goto-french-date): Likewise.
19746
19747 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19748
19749 * wid-edit.el (widget-default-active): Obey `:always-active'.
19750 (widget-documentation-string-value-create): Set `:always-active'.
19751
19752 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19753
19754 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19755 default prefix to `~/_emacs.d/auto-save.list/_s'.
19756 (normal-top-level): Create the directory for auto-save files, if
19757 it doesn't already exist (in the ms-dos case only).
19758
19759 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19760
19761 * international/mule-cmds.el (set-language-environment): Don't
19762 concat an integer (dos-codepage), use format instead.
19763
19764 2000-05-02 Dave Love <fx@gnu.org>
19765
19766 * help.el (help-xref-on-pp): Check for constant symbols.
19767
19768 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19769
19770 * startup.el (normal-top-level): Put a condition-case around
19771 the code loading subdirs.el.
19772
19773 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19774
19775 * ps-print.el: Upside-down and face background color printing,
19776 line number step, doc fix.
19777 (ps-print-version): New version number (5.2).
19778 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19779 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19780 (ps-spool-config): Var fix.
19781 (ps-printer-name-option): Const fix.
19782 (ps-print-upside-down, ps-use-face-background)
19783 (ps-line-number-step): New vars.
19784 (ps-window-system, ps-lp-system): New consts.
19785 (ps-face-background): New fun.
19786
19787 2000-04-28 Richard Stallman <rms@gnu.org>
19788
19789 * files.el (make-auto-save-file-name):
19790 Apply auto-save-file-name-transforms to visited file name
19791 before generating auto save file name.
19792 (auto-save-file-name-transforms): New variable.
19793
19794 * files.el (backup-enable-predicate):
19795 Correctly test for a file under a temporary directory.
19796
19797 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19798
19799 * subr.el (add-minor-mode): Rewritten.
19800
19801 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19802
19803 * mail/sendmail.el (sendmail-send-it): Set
19804 buffer-file-coding-system to the selected coding system for MIME
19805 header.
19806
19807 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19808
19809 * dired.el (dired-move-to-filename-regexp): Allow format where
19810 YYYY is followed by two spaces.
19811
19812 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19813 in the second character class of the regexp.
19814
19815 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19816 mh-etc, too.
19817
19818 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19819 nil.
19820
19821 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19822
19823 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19824 argument.
19825
19826 2000-04-27 Sen Nagata <sen@eccosys.com>
19827
19828 * emacs-lisp/crm.el (crm-completion-table): New variable.
19829 (crm-collection-fn, crm-test-completion)
19830 (completing-read-multiple): Use it.
19831
19832 2000-04-27 Dave Love <fx@gnu.org>
19833
19834 * help.el (locate-library): Use mapc.
19835 (help-manyarg-func-alist): Add call-process-region.
19836
19837 2000-04-26 Gerd Moellmann <gerd@gnu.org>
19838
19839 * subr.el (add-minor-mode): Make argument MAP optional.
19840
19841 * desktop.el (desktop-save): Save list of minor modes.
19842 (desktop-create-buffer): Restore minor modes.
19843 (desktop-minor-mode-table): New user-option.
19844
19845 * subr.el (add-minor-mode): New function.
19846
19847 * image.el (find-image): New function.
19848 (defimage): Rewritten to find image at load time.
19849
19850 * startup.el (normal-top-level-add-to-load-path): Handle
19851 case that the default directory is not in load-path.
19852
19853 * help.el: Old patch from Stefan Monnier.
19854 (help-xref-on-pp): New function.
19855 (describe-variable): Use it to display xrefs in a symbol's value.
19856
19857 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19858
19859 * cus-edit.el (custom-face): Fix parenthesis.
19860
19861 2000-04-26 Kenichi Handa <handa@etl.go.jp>
19862
19863 * mail/rmail.el (rmail-expunge): When there are no deleted
19864 messages, do nothing.
19865
19866 2000-04-26 Dave Love <fx@gnu.org>
19867
19868 * international/mule-cmds.el (locale-translation-file-name):
19869 Defvar to nil.
19870 (set-locale-environment): Set it here (at runtime).
19871
19872 2000-04-25 Gerd Moellmann <gerd@gnu.org>
19873
19874 * replace.el (perform-replace): Add parameters START and END. Use
19875 them instead of the check for a region in Transient Mark mode.
19876 (query-replace-read-args): Return two more list elements for the
19877 start and end of the region in Transient Mark mode.
19878 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19879 (map-query-replace-regexp, replace-string, replace-regexp): Add
19880 optional last arguments START and END and pass them to
19881 perform-replace.
19882
19883 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19884 form with additional arguments for perform-replace.
19885
19886 * progmodes/etags.el (tags-query-replace): Add parameters START
19887 and END. Construct a form with additional arguments for
19888 perform-replace.
19889
19890 * simple.el (shell-command): Set default directory for "*Shell
19891 Command Output" buffer.
19892
19893 * language/european.el (iso-latin-4): Fix typo.
19894
19895 * emacs-lisp/crm.el: New file.
19896
19897 2000-04-24 Dave Love <fx@gnu.org>
19898
19899 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19900 (Custom-reset-saved, Custom-reset-standard)
19901 (custom-group-value-create, custom-group-set, custom-group-save)
19902 (custom-group-reset-current, custom-group-reset-saved)
19903 (custom-group-reset-standard): Use mapc.
19904 (custom-buffer-create-internal): Disable undo when creating items.
19905 Use mapc.
19906 (custom-face): Avoid redundant lambda.
19907
19908 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19909
19910 * startup.el (auto-save-list-file-prefix): Set default to
19911 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19912
19913 2000-04-24 Sam Steingold <sds@gnu.org>
19914
19915 * time-stamp.el (time-stamp-string-preprocess): Always convert
19916 `field-result' to a string.
19917
19918 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19919
19920 * frame.el (scrolling): New group.
19921 (automatic-hscrolling): New user-option.
19922
19923 * startup.el (command-line-x-option-alist): Add `-lsp' and
19924 `--line-spacing'.
19925
19926 2000-04-19 Dave Love <fx@gnu.org>
19927
19928 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
19929 (cl-mapc): Rename from mapc. Fix the funcall.
19930
19931 2000-04-19 Gerd Moellmann <gerd@gnu.org>
19932
19933 * simple.el (clone-indirect-buffer-other-window): New command.
19934 (clone-indirect-buffer): Add optional arg NORECROD.
19935 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
19936
19937 * help.el (resize-temp-buffer-window): Use count-screen-lines.
19938
19939 * window.el (count-screen-lines): New function.
19940 (shrink-window-if-larger-than-buffer): Use count-screen-lines
19941 instead of window-buffer-height.
19942
19943 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
19944 non-existing variable comint-input-sentinel.
19945 (inferior-lisp-args-to-list): Removed.
19946 (inferior-lisp): Use split-string instead of
19947 inferior-lisp-args-to-list.
19948
19949 * hexl.el (hexl-insert-hex-string): New command.
19950
19951 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
19952 instead of concat.
19953
19954 2000-04-18 Gerd Moellmann <gerd@gnu.org>
19955
19956 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
19957 at the start of an existing but empty folder.
19958
19959 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19960
19961 * ps-mule.el: Customization fix, doc fix.
19962 (ps-multibyte-buffer): Customization fix.
19963
19964 2000-04-17 Richard M. Stallman <rms@gnu.org>
19965
19966 * subr.el (read-passwd): Use read-char-exclusive.
19967
19968 2000-04-17 Gerd Moellmann <gerd@gnu.org>
19969
19970 * textmodes/texinfo.el (texinfo-insert-@email)
19971 (texinfo-insert-@emph, texinfo-insert-@quotation)
19972 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
19973 (texinfo-mode-map): Add key bindings for them.
19974
19975 * files.el (basic-save-buffer-2): Use a template with `$'
19976 instead of `#' for VMS.
19977
19978 * simple.el (clone-indirect-buffer): New function.
19979
19980 2000-04-16 Stephen Eglen <stephen@gnu.org>
19981
19982 * iswitchb.el (iswitchb-case): New function. If the user input
19983 contains any upper-case characters, the search is made
19984 case-sensitive.
19985
19986 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
19987
19988 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
19989 comment-end.
19990 (texinfo-font-lock-syntactic-keywords): New var.
19991 (texinfo-font-lock-keywords): Remove comment regexp.
19992 (texinfo-insert-block): New function.
19993 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
19994 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
19995 and font-lock-defaults. Use regexp-opt for outline-regexp.
19996 (texinfo-environments): New var.
19997 (texinfo-environment-regexp): Use regexp-opt and
19998 texinfo-environments.
19999
20000 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20001 ispell-process is bound since this might be eval'd before ispell
20002 is loaded.
20003 (ispell-message): Use a tiny bit less magic and a bit more hard
20004 data to figure out what kind of sc-cite-regexp to use.
20005
20006 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20007
20008 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20009 (insert-cyclic-diary-entry): Unquote the lambda.
20010
20011 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20012
20013 * files.el (backup-enable-predicate): Unquote the lambda.
20014
20015 * cus-edit.el (custom-face, face): Unquote the lambda.
20016
20017 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20018
20019 * ps-print.el: Check for line-beginning-position definition.
20020
20021 * ps-print.el: Fix counting lines in a region.
20022 (ps-print-version): New version number (5.1.5).
20023 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20024 (ps-printing-region): Fun code fix.
20025
20026 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20027
20028 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20029 to file-directory-p.
20030
20031 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20032
20033 * gud.el (gud-jdb-build-source-files-list): Check that directory
20034 exists before calling directory-files.
20035
20036 2000-04-13 Dave Love <fx@gnu.org>
20037
20038 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20039 syntax.
20040
20041 * emacs-lisp/cl-specs.el: Remove when, unless.
20042
20043 * emacs-lisp/cl-extra.el: Don't quote keywords.
20044 (cl-old-mapc): New variable.
20045 (mapc): Use it.
20046 (cl-map-intervals): Use with-current-buffer. Don't check for
20047 next-property-change.
20048 (cl-map-overlays): Use with-current-buffer.
20049 (cl-expt): Remove.
20050 (copy-tree, remprop): Define unconditionally.
20051
20052 * emacs-lisp/cl-compat.el (keywordp): Remove.
20053
20054 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20055 to use keywordp.
20056 (edebug-spec): Enable keywordp.
20057
20058 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20059 string-lessp.
20060
20061 * cus-start.el: Use keywordp.
20062
20063 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20064
20065 * diary-lib.el (include-other-diary-files): Fix the fix of
20066 2000-02-18 by doing a save-excursion.
20067
20068 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20069
20070 * ps-print.el: Customization fix, doc fix.
20071 (ps-print-version): New version number (5.1.4).
20072 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20073 (ps-print-preprint): Adjust code.
20074 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20075 (ps-print-prologue-header, ps-print-control-characters)
20076 (ps-spool-config): Customization fix.
20077
20078 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20079
20080 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20081 converted to the new menu-item format, names silightly changed,
20082 help strings added.
20083
20084 Support for spelling without async subprocesses:
20085
20086 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20087 (ispell-session-buffer): New variables.
20088 (ispell-start-process, ispell-process-status,
20089 ispell-accept-output, ispell-send-string): New functions, for
20090 Ispell invocation when async subprocesses aren't supported.
20091 (ispell-word, ispell-pdict-save, ispell-command-loop,
20092 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20093 to process-send-string with calls to ispell-send-string, and
20094 accept-process-output with ispell-accept-output.
20095 (ispell-init-process): Call ispell-process-status instead of
20096 process-status with.
20097 (ispell-init-process): Call ispell-start-process. Call
20098 ispell-accept-output and ispell-send-string. Don't call
20099 process-kill-without-query and kill-process if they are unbound.
20100 (ispell-async-processp): New function.
20101
20102 2000-04-12 Dave Love <fx@gnu.org>
20103
20104 * info.el: Add debug-ignored-errors.
20105 (Info-mode-menu): Add some items.
20106 (Info-directory): Add autoload cookie.
20107
20108 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20109 Modify `truncate-lines'. Make `describe-language-environment'
20110 always visible and add help. Modify `describe-key' help. Invoke
20111 Info-directory from `info'. New entry `emacs-manual'.
20112
20113 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20114
20115 * progmodes/ebrowse.el (ebrowse-tree-mode):
20116 Use propertized-buffer-identification.
20117 (ebrowse-update-member-buffer-mode-line): Likewise.
20118 (ebrowse--mode-strings): Removed.
20119 (ebrowse--mode-line-props): Removed.
20120
20121 * files.el (auto-mode-alist): Add `EBROWSE'.
20122
20123 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20124 space before testing for end of buffer.
20125 (ebrowse-load): Removed.
20126 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20127 (ebrowse-create-tree-buffer): Rewritten.
20128 (ebrowse-tree-mode): Read tree from buffer.
20129
20130 * progmodes/ebrowse-ffh.el: Removed.
20131
20132 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20133
20134 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20135
20136 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20137
20138 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20139 at the wrong place.
20140
20141 2000-04-09 Dave Love <fx@gnu.org>
20142
20143 * files.el (backup-enable-predicate):
20144 Use temporary-file-directory, small-temporary-file-directory.
20145 (make-backup-file-name-function, backup-directory-alist): New vars.
20146 (make-backup-file-name-1): New function.
20147 (make-backup-file-name): Use it.
20148 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20149 (file-newest-backup): Use make-backup-file-name.
20150
20151 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20152
20153 * progmodes/ebrowse-ffh.el: New file.
20154
20155 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20156 Moved to ebrowse-ffh.el.
20157 (ebrowse-load): Add autoload.
20158
20159 * finder.el (finder-commentary): Add autoload cookie.
20160
20161 * mail/rfc2368.el: Correct author's email address.
20162
20163 * progmodes/ebrowse.el: New file.
20164
20165 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20166 item help string.
20167 (easy-menu-do-add-item): Ditto.
20168 (easy-menu-define): Extend doc string.
20169
20170 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20171 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20172 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20173 with-buffer-unmodified.
20174
20175 2000-04-08 Dave Love <fx@gnu.org>
20176
20177 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20178 unless, when.
20179
20180 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20181
20182 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20183 (viper-flash-search-pattern): No operation when using Emacs
20184 doesn't support face.
20185 Use `viper-put-on-search-overlay'.
20186
20187 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20188
20189 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20190 like C-r.
20191
20192 * progmodes/make-mode.el: Some doc fixes.
20193 (makefile-mode-abbrev-table): New variable.
20194 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20195 (makefile-font-lock-keywords): Fontify includes and conditionals.
20196 (toplevel): Require `dabbrev' and `add-log' when compiling.
20197
20198 * replace.el (perform-replace): Don't move forward one char
20199 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20200 to do that because it leaves point 1 position after the last
20201 replacement, after everything has been replaced.
20202
20203 * jit-lock.el (with-buffer-unmodified): New macro.
20204 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20205 modified state.
20206 (jit-lock-function-1): Extracted from jit-lock-function; not
20207 preserving buffer's modified state.
20208 (jit-lock-function, jit-lock-stealth-fontify):
20209 Call jit-lock-function-1.
20210
20211 * mail/rfc2368.el: Remove supernumerary copyright line.
20212
20213 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20214
20215 * glasses.el: Provide facilities for inserting space before left
20216 parentheses and uncapitalization of identifiers.
20217 (glasses-mode): Try to remove old overlays in all cases.
20218
20219 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20220
20221 * progmodes/compile.el (compile-internal): Display the compilation
20222 buffer in a different frame, if it's already displayed there.
20223
20224 * mail/rfc2368.el: New file.
20225
20226 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20227 header and insert its value as mail body.
20228
20229 * subr.el (member-ignore-case): New function.
20230
20231 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20232 (dabbrev--find-expansion): Ignore buffers matching a regexp
20233 from dabbrev-ignored-regexps.
20234
20235 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20236 to extensions handled by gzip.
20237
20238 2000-04-03 Richard M. Stallman <rms@gnu.org>
20239
20240 * files.el (insert-directory): List the total free space
20241 along with the used space.
20242
20243 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20244 line is followed by one that matches CITATION-REGEXP, end the
20245 paragraph.
20246
20247 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20248
20249 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20250 (rmail-make-basic-summary-line): Use that option.
20251
20252 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20253
20254 * international/mule-cmds.el (encoded-string-description):
20255 Rewritten. Try pretty description for ISO 2022 escape sequences
20256 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20257 for hexadecimal format.
20258
20259 2000-04-01 Dave Love <fx@gnu.org>
20260
20261 * cpp.el: Change customization group to `c' from `C'.
20262
20263 * vcursor.el (vcursor-move): Use display-color-p.
20264
20265 * international/mule-util.el: Provide mule-utils.
20266 (string-to-sequence): Simplify and speed up.
20267
20268 * international/mule.el (make-coding-system): Purecopy doc-string.
20269
20270 * international/mule-cmds.el: Various menu changes.
20271 (describe-specified-language-support): Handle `Default'.
20272 (set-language-info): Purecopy `info'.
20273
20274 2000-03-31 Andrew Innes <andrewi@gnu.org>
20275
20276 * vc.el (vc-backend-diff): Return the correct status if we had to
20277 retry the rcsdiff command without the --brief option.
20278
20279 2000-03-31 Dave Love <fx@gnu.org>
20280
20281 * help.el (help-manyarg-func-alist): Correct several omissions.
20282
20283 * add-log.el: Don't require cl, fortran.
20284 (add-log-current-defun-function): Doc fix.
20285 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20286 (change-log-version-rcs): Function deleted.
20287 (change-log-version-number-search): Doc fix.
20288 Use vc-workfile-version. Avoid CL dolist.
20289 (add-change-log-entry): Just call add-log-current-defun to get
20290 defun. Simplify somewhat.
20291 (change-log-get-method-definition-1): Likewise.
20292 (add-log-current-defun): Return nil if calling
20293 add-log-current-defun-function does so. Move Fortran stuff to
20294 fortran.el. Return string without properties.
20295
20296 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20297 and :alpha: char classes.
20298
20299 * mail/supercite.el: Defvar curline when compiling.
20300 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20301 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20302 rather than a-zA-Z0-9 to allow non-ASCII characters.
20303
20304 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20305
20306 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20307
20308 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20309 Re-enable new code.
20310
20311 * lpr.el (print-region-1): Use -d to specify printer name for
20312 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20313
20314 2000-03-31 Dave Love <fx@gnu.org>
20315
20316 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20317 Look for function definition in symbol's function value slot first
20318 instead of first consulting byte-compile-function-environment.
20319
20320 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20321
20322 * language/european.el ("Polish"): New language environment.
20323 (setup-polish-environment): New function.
20324
20325 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20326
20327 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20328 Disable new code.
20329
20330 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20331 trying to `load' the symbol of an autoload instead of the file
20332 recorded in the autoload. Fix error messages.
20333
20334 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20335
20336 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20337 (ps-print-version): New version number (5.1.3).
20338 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20339 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20340 (ps-generate-postscript-with-faces): Code fix.
20341 (ps-color-values): XEmacs compatibility.
20342 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20343 (ps-default-fg, ps-default-bg): Adjust customization.
20344 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20345 (ps-color-scale): Renaming old ps-color-value fun.
20346 (ps-print-headers): Replace ps-print-header group to avoid conflict
20347 with ps-print-header variable.
20348 (ps-print-miscellany): New group.
20349 (ps-format-color, ps-rgb-color): New funs.
20350 (ps-default-foreground): New var.
20351 (ps-printer-name-option): New const.
20352
20353 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20354
20355 * net/net-utils.el:
20356 (network-connection-host, network-connection-service): New variables
20357 (network-connection-mode): New mode, derived from comint-mode
20358 (network-connection-mode-setup): New function, saves host and
20359 service information in local variables.
20360
20361 * lisp/locate.el:
20362 (locate-word-at-point): Added this function
20363 (locate): Default to using locate-word-at-point as input
20364 Run dired-mode-hook
20365
20366 2000-03-29 Dave Love <fx@gnu.org>
20367
20368 * calendar/appt.el: Doc fixes.
20369 (appt-check): Convert min-to-app to a string before passing to
20370 appt-disp-window-function or concat.
20371 (appt-delete-window): Remove test for frame-root-window.
20372 (appt-select-lowest-window, appt-convert-time): Simplify.
20373
20374 * emacs-lisp/bytecomp.el: Doc fixes.
20375 (byte-compile-file-form-autoload):
20376 Update byte-compile-function-environment.
20377
20378 2000-03-29 Andreas Schwab <schwab@suse.de>
20379
20380 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20381
20382 * dired.el (dired-insert-directory): If dired-free-space-program
20383 failed just delete its output.
20384
20385 2000-03-29 Dave Love <fx@gnu.org>
20386
20387 * international/iso-cvt.el: Move provide to end. Doc fixes.
20388 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20389 (iso-iso2sgml, iso-sgml2iso): New functions.
20390 (iso-cvt-define-menu): Fix some entries and use backquote for
20391 clarity.
20392
20393 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20394
20395 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20396
20397 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20398 ISO-DATE. If non-nil, return date in ISO 8601 format.
20399
20400 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20401
20402 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20403 if it ever becomes used.
20404 (log-edit-mode-hook): Default to vc-log-mode-hook.
20405 (log-edit-mode): Fix the docstring.
20406
20407 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20408 the code.
20409
20410 2000-03-26 Dave Love <fx@gnu.org>
20411
20412 * net/browse-url.el (browse-url): Re-fix case of
20413 browse-url-browser-function being an alist.
20414 (browse-url): Add :link to defgroup.
20415
20416 * files.el: Doc fixes.
20417 (file-truename): Include `[' in wildcard characters.
20418 (automount-dir-prefix): Customize.
20419 (find-file-wildcards): Add :version.
20420 (find-file-noselect): Simplify a mapcar call.
20421
20422 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20423 compatible with inf-lisp version.
20424 (eval-defun-1): Fix custom-declare-variable case.
20425
20426 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20427
20428 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20429
20430 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20431
20432 * Makefile (COMPILE_FIRST): New macro.
20433 (compile-files): Compile files from COMPILE_FIRST first.
20434
20435 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20436
20437 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20438 matching open parenthesis in column 0 to defun-prompt-regexp
20439 only if open-paren-in-column-0-is-defun-start is set.
20440
20441 * sun-curs.el: Require CL at compile-time only.
20442
20443 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20444 instead of copy-list which is a function from CL.
20445 (msb--choose-menu, msb--mode-menu-cond)
20446 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20447 (msb--init-file-alist): Use mapcar instead of mapcan.
20448 (msb--aggregate-alist): Use mapcar instead of mapcan.
20449 Fix `(' in column 0 in doc string.
20450 (msb--add-separators): Use mapcar instead of mapcan.
20451
20452 * cus-dep.el: Require CL at compile-time only.
20453
20454 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20455
20456 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20457 (byte-compile-warnings): New warning `noruntime'.
20458 (byte-compile-constants, byte-compile-variables): Fix docstring.
20459 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20460 execute `eval-whenc-compile's body.
20461 (byte-compile-unresolved-functions): Fix docstring.
20462 (byte-compile-eval): New function.
20463 (byte-compile-callargs-warn): Check if the function will be available
20464 at runtime (via property `byte-compile-noruntime').
20465 (byte-compile-print-syms): New function.
20466 (byte-compile-warn-about-unresolved-functions): Also warn about
20467 `noruntime' functions (and use `byte-compile-print-syms').
20468 (byte-compile-file): Capitalize the message.
20469
20470 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20471
20472 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20473 (rmail-expunge): Ask for confirmation depending on the setting
20474 of rmail-confirm-expunge.
20475
20476 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20477
20478 * Makefile (bootstrap-clean): If $(emacs) exists, build
20479 loaddefs.el first. A loaddefs.el that's not up-to-date might
20480 cause a bootstrap failure because things don't autoload as expected.
20481
20482 2000-03-23 Dave Love <fx@gnu.org>
20483
20484 * net/browse-url.el: Restore previous use of
20485 browse-url-maybe-new-window.
20486
20487 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20488
20489 * ps-print.el: Skip banner page fix.
20490 (ps-print-version): New version number (5.1.2).
20491 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20492
20493 2000-03-23 Dave Pearson <davep@davep.org>
20494
20495 * net/quickurl.el Changed the type of parameter passed to the
20496 function defined by `quickurl-format-function'. Before only the
20497 text of the URL was passed. Now the whole URL structure is passed
20498 and the function is responsible for extracting the parts it requires.
20499 Changed the default of `quickurl-format-function' accordingly.
20500 (quickurl-insert): Changed the `funcall' of
20501 `quickurl-format-function' to match the above change.
20502 (quickurl-list-insert): Changed the `url' case so that it makes
20503 use of `quickurl-format-function', previous to this the format was
20504 hard wired.
20505
20506 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20507
20508 * startup.el: Change some spellings for the X Window System.
20509
20510 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20511
20512 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20513 Clean up the code and the regexp and make sure the cursor is
20514 temporarily moved to the suspicious line while querying the user.
20515
20516 2000-03-22 Jason Rumney <jasonr@gnu.org>
20517
20518 * w32-fns.el (w32-charset-info-alist): Initialize.
20519
20520 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20521
20522 * ps-print.el: N-up last page fix.
20523 (ps-print-version): New version number (5.1.1).
20524 (ps-end-file, ps-end-job, ps-generate): Code fix.
20525
20526 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20527
20528 * files.el (find-file-run-dired): Update docstring.
20529 (find-directory-functions): New hook.
20530 (find-file-noselect): Run find-directory-functions rather than
20531 calling dired directly.
20532
20533 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20534
20535 * pcvs.el: Add a minimal leading commentary.
20536 (cvs-make-cvs-buffer): Change the header part by removing the startup
20537 message and adding a `Module' entry. Also replace the FOOTER and
20538 HEADER special fileinfos with the new support in ewoc for updating
20539 its own footer and header.
20540 (cvs-update-header): Update to use the header/footer of the ewoc.
20541 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20542 (cvs-is-within-p): New function.
20543 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20544 to only examine some subset of the buffers.
20545
20546 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20547 `format' instead of our own ad-hoc functions.
20548 Remove HEADER and FOOTER cases, now handled in the EWOC.
20549 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20550
20551 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20552 output to avoid scaring the user.
20553 (cvs-parse-table): Catch message for non-up-to-date commits.
20554
20555 * pcvs-defs.el (cvs-startup-message): Remove.
20556 (cvs-global-menu): New autoloaded menu.
20557
20558 * pcvs-util.el (cvs-string-fill): Remove.
20559
20560 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20561 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20562 PP part of it and also make it work for footers and headers.
20563 (ewoc-create): Drop POS and BUFFER arguments.
20564 Use the DLL's dummy node to store the end-of-footer position.
20565 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20566 (ewoc-refresh): Remove unused `header' variable.
20567 (ewoc-(get|set)-hf): New functions.
20568
20569 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20570 log-view-*-(message|file) and use easy-mmode-define-navigation.
20571 (log-view-message-re): Match SCCS format as well.
20572 And match the revision line rather than the dashed separator line.
20573 (log-view-mode): Use the new define-derived-mode.
20574 (log-view-current-tag): Fill in with an actual implementation.
20575
20576 * cvs-status.el (cvs-status-(prev|next)): Rename from
20577 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20578 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20579 to let the output "breathe" a little more (more readable).
20580 (cvs-status-mode): Use the new define-derived-mode.
20581
20582 * smerge-mode.el (smerge-auto-leave): New function and variable.
20583 (smerge-basic-map): Rename from smerge-basic-keymap.
20584 Change the bindings for smerge-diff-*.
20585 (smerge-*-map): Use easy-mmode-defmap.
20586 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20587 (smerge-keep-*): Use smerge-auto-leave.
20588
20589 2000-03-21 Jason Rumney <jasonr@gnu.org>
20590
20591 * cus-edit.el (custom-button-face): Use 3D look for w32.
20592 (custom-button-pressed-face): Likewise.
20593
20594 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20595
20596 * progmodes/etags.el (tags-case-fold-search): New user-option.
20597 (tags-loop-eval): New function. Bind case-fold-search around eval
20598 depending on the value of tags-case-fold-search.
20599 (tags-loop-continue): Use tags-loop-eval.
20600 (find-tag-in-order): Bind case-fold-search depending on the value
20601 of tags-case-fold-search.
20602
20603 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20604
20605 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20606 (diff-end-of-hunk): Return the end position for use in
20607 `easy-mmode-define-navigation'.
20608 (diff-recenter): Remove.
20609 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20610 of `easy-mmode-define-navigation'.
20611 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20612 previous renaming) and fix to use new names.
20613 (diff-merge-strings): Use \n as separator: simpler, faster.
20614 (diff-mode): Use `define-derived-mode'.
20615
20616 * derived.el (define-derived-mode): Don't autoload anymore.
20617 Prefer the macro-only version provided by easy-mmode.el.
20618
20619 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20620 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20621 (easy-mmode-define-navigation): New macro.
20622
20623 * subr.el (combine-run-hooks): New function.
20624
20625 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20626
20627 * term/x-win.el: Fontsets related initialization is simplified.
20628
20629 * international/mule-diag.el (describe-font): Don't refer to
20630 global-fontset-alist, instead call font-list.
20631 (describe-fontset, list-fontsets, mule-diag): Likewise.
20632 (print-fontset): Adjusted for the change of fontset implementation.
20633
20634 * international/fontset.el (x-charset-registries): Variable removed,
20635 instead the corresponding data is stored in the default fontset.
20636 (register-alternate-fontnames): Function removed.
20637 (resolved-ascii-font): Variable removed.
20638 (x-compose-font-name): Ignore the second argument REDOCE.
20639 (x-complement-fontset-spec): Complement only an ASCII font and
20640 element for those charsets than can use that ASCII font.
20641 (generate-fontset-menu): Don't refer to global-fontset-alist,
20642 instead call fontset-list.
20643 (uninstantiated-fontset-alist): Variable removed.
20644 (x-style-funcs-alist): Likewise.
20645 (fontset-default-styles): Likewise.
20646 (x-modify-font-name): Function removed.
20647 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20648 (create-fontset-from-ascii-font): Docsting adjusted for the above
20649 change.
20650 (instantiate-fontset, resolve-fontset-name): Functions removed.
20651 (fontset-list): Now implemented by C code.
20652
20653 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20654 (describe-face): Include `font' attribute in the description.
20655
20656 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20657
20658 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20659
20660 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20661
20662 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20663 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20664 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20665
20666 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20667 about behavior of set-buffer-modified-p wrt redisplay.
20668
20669 2000-03-19 Richard M. Stallman <rms@gnu.org>
20670
20671 * view.el (view-mode-disable): Kill local binding of view-read-only.
20672
20673 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20674
20675 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20676 is a string, convert it to a syntax cell using string-to-syntax.
20677
20678 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20679 (string-to-syntax): New function.
20680
20681 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20682 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20683 try to use passive ftp mode.
20684
20685 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20686
20687 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20688
20689 * simple.el (append-to-buffer): Update point of windows after
20690 insertion.
20691
20692 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20693 forward then moving backward. Reindent.
20694
20695 * frame.el (other-frame): Call x-focus-frame only if
20696 focus-follows-mouse is off.
20697
20698 2000-03-17 Dave Love <fx@gnu.org>
20699
20700 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20701
20702 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20703
20704 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20705 regexp for labels cannot span several lines.
20706
20707 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20708 `(setq :<key> ':<key>)' to the macro expansion.
20709
20710 2000-03-16 Dave Love <fx@gnu.org>
20711
20712 * progmodes/f90.el (f90): Put custom group under `languages', not
20713 `fortran'.
20714 (f90-mode-hook): Customize.
20715 (f90-mode): Set add-log-current-defun-function.
20716 (f90-current-defun): New function.
20717
20718 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20719
20720 * cus-edit.el (custom-variable-tag-face): Handle case that
20721 default face's height is not a number.
20722 (custom-face-tag-face, custom-group-tag-face-1)
20723 (custom-group-tag-face): Ditto.
20724 (custom-group-tag-face-1): Add :group.
20725
20726 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20727
20728 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20729
20730 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20731 requiring easymenu.
20732
20733 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20734
20735 * ps-print.el: PostScript user-defined prologue, PostScript error
20736 handler, doc fix.
20737 (ps-print-version): New version number (5.1).
20738 (ps-user-defined-prologue, ps-error-handler-message)
20739 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20740 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20741 (ps-insert-string): New function.
20742
20743 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20744
20745 * international/ccl.el (ccl-compile-expression): Don't generate
20746 invalid self-assignment code.
20747
20748 2000-03-14 Dave Love <fx@gnu.org>
20749
20750 * subr.el (replace-regexp-in-string): Renamed from
20751 replace-regexps-in-string. Doc fix.
20752
20753 2000-03-12 Dave Love <fx@gnu.org>
20754
20755 * cus-edit.el: Doc fixes.
20756 (customize-set-variable, customize-save-variable): Rename args for doc.
20757 (custom-variable-tag-face, custom-face-tag-face)
20758 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20759 style which user identify as hyperlink.
20760 (hook): Don't add undefined functions to the hook.
20761 (debug-ignored-errors): Transfer message from bindings.el.
20762
20763 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20764
20765 * recentf.el (recentf-keep-non-readable-files-p):
20766 Remove double/nested definition.
20767
20768 2000-03-12 Dave Love <fx@gnu.org>
20769
20770 * facemenu.el (facemenu-get-face): Use display-color-p.
20771 * enriched.el (enriched-decode-foreground): Likewise.
20772 (enriched-decode-background): Likewise.
20773 * isearch.el (isearch-highlight): Likewise.
20774 * info-look.el (info-lookup): Likewise.
20775 * simple.el (completion-setup-function): Likewise.
20776
20777 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20778 :options.
20779
20780 * bindings.el (mode-line-format): Fix line-number and
20781 column-number items. Add help-echo for the background.
20782 (mode-line-mule-info): Modify help-echo.
20783
20784 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20785
20786 * files.el (load-file): Allow completion to .elc.
20787
20788 * man.el: Doc fixes.
20789 (Man-init-defvars): Use display-color-p to set fontification.
20790
20791 * play/hanoi.el (hanoi-internal): Don't use oddp.
20792
20793 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20794
20795 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20796
20797 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20798
20799 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20800
20801 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20802 Fix comment.
20803
20804 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20805
20806 * font-lock.el (font-lock-keywords): Fix the doc now that
20807 regexp-opt-depth is unnecessary.
20808 (save-buffer-state): Set an edebug spec.
20809 (font-lock-fontify-anchored-keywords): Properly handle the case when
20810 the matcher goes past the limit.
20811
20812 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20813 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20814
20815 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20816 dll.el and cookie.el (from Elib) with heavy renaming and other
20817 massaging.
20818
20819 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20820 Autoload the functions used.
20821 (easy-mmode-define-syntax): Fix CL typo.
20822 (easy-mmode-define-derived-mode): Improve the docstring generation.
20823
20824 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20825
20826 * textmodes/texinfo.el (texinfo-version): Variable and function
20827 removed.
20828
20829 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20830
20831 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20832 allow more flexibility.
20833 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20834 (easy-mmode-defmap, easy-mmode-defsyntax)
20835 (easy-mmode-define-derived-mode): New macros.
20836
20837 2000-03-09 Didier Verna <didier@xemacs.org>
20838
20839 * rect.el (replace-rectangle): New function.
20840
20841 2000-03-09 Dave Love <fx@gnu.org>
20842
20843 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20844 (fortran-comment-line-start-skip): Don't match cpp stuff.
20845 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20846 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20847 (fortran-mode): Don't set fortran-comment-line-start-skip,
20848 fortran-comment-line-start here. Set comment-start,
20849 add-log-current-defun.
20850 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20851 (fortran-current-defun): New function.
20852
20853 2000-03-09 Gerd Moellmann <gerd@gnu.org>
20854
20855 * emacs-lisp/re-builder.el: New file.
20856
20857 * mouse.el (mouse-drag-region): Don't run up-event handler
20858 if hscroll has changed.
20859
20860 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20861 builtin operators, use `font-lock-builtin-face' for Emacs and
20862 `font-lock-preprocessor-face' otherwise.
20863
20864 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20865 `(defun (setf foo)' differently.
20866
20867 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20868
20869 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20870 (regexp-opt): Update comment and adapt the code the new meaning of
20871 the `paren' argument of regex-opt-group for shy-groups.
20872 (regexp-opt-depth): Handle shy groups as well as backslashed
20873 backslashes.
20874 (regexp-opt-group): Turn the leading comment into a docstring.
20875 Allow `paren' to be a string (the string to use to open a group).
20876 Remove open-presuf and close-presuf. Instead of checking for `all
20877 one-char' and then later on check for `several one-char', handle
20878 both cases close together. Also apply a more generic algorithm
20879 for suffixes (the mirror image of the algorithm used for
20880 prefixes). Use shy-groups. Use nreverse rather than reverse.
20881 (regexp-opt-try-suffix): Removed.
20882
20883 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20884 from comint-mode-map, so we can just inherit from it. Also, move
20885 the initialization into the `defvar' since there's no docstring
20886 anyway and it's fairly short.
20887 (inferior-scheme-mode): Define it as derived-mode: the code is
20888 shorter and this way we inherit from comint-mode-map rather than
20889 copying it.
20890
20891 * subr.el (replace-regexps-in-string): Properly handle the case
20892 where we match an empty string.
20893
20894 * comint.el (comint-exec-1): Add the current-dir to the exec-path
20895 when the command has a directory component (such as "./testml").
20896 Also fix a typo in the comment.
20897
20898 2000-03-08 Gerd Moellmann <gerd@gnu.org>
20899
20900 * Makefile (compile-files): Compile files one by one because
20901 that's the only way to ensure a clean compilation environment for
20902 each individual file.
20903
20904 * frame.el (other-frame): Call x-focus-frame.
20905
20906 2000-03-07 Dave Love <fx@gnu.org>
20907
20908 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20909 :require to defcustom.
20910
20911 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
20912
20913 * files.el (auto-mode-alist): Add configure.in.
20914
20915 * progmodes/autoconf.el: New file.
20916
20917 2000-03-07 Gerd Moellmann <gerd@gnu.org>
20918
20919 * mail/mh-e.el: Change maintainer to `none'.
20920
20921 * recentf.el (recentf-keep-non-readable-files-p): Quote args
20922 to remove-hook and add-hook.
20923
20924 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20925
20926 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
20927 it as the default.
20928 (mail-send): Test mail-send-nonascii also for the new `mime' value.
20929 (sendmail-send-it): Conditionally add MIME headers specifying the
20930 used character set.
20931
20932 2000-03-07 Dave Love <fx@gnu.org>
20933
20934 * winner.el: Fix keywords, autoload cookies.
20935 Split eval-when-compile form to avoid compilation failure.
20936
20937 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
20938
20939 * international/mule.el: Modify comment about coding system
20940 property `coding-category'.
20941 (make-coding-system): New argument EOL-TYPE. Pay attention to
20942 coding-category property of PROPERTIES.
20943
20944 * international/mule-conf.el (coding-category-utf-8)
20945 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
20946 categories. Include them in the argument for set-coding-priority.
20947
20948 * international/mule-cmds.el (reset-language-environment):
20949 Include coding-category-utf-8, coding-category-utf-16-be, and
20950 coding-category-utf-16-le in the argument for set-coding-priority.
20951 (reset-language-environment): Initialize coding-category-utf-8,
20952 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
20953
20954 2000-03-06 Karl Fogel <kfogel@red-bean.com>
20955
20956 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
20957 code abstracted out of `bookmark-jump-noselect'. Now tries info
20958 extensions as well as compression extensions.
20959 (bookmark-jump-noselect): Use above new func.
20960
20961 2000-03-03 Gerd Moellmann <gerd@gnu.org>
20962
20963 * strokes.el: Change maintainer's mail address.
20964
20965 2000-03-03 Kenichi Handa <handa@etl.go.jp>
20966
20967 * international/mule-diag.el (list-character-sets): Make help-echo
20968 string by substitute-command-keys.
20969 (list-character-sets): Likewise.
20970 (sort-listed-character-sets): Call help-setup-xref.
20971
20972 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20973
20974 * time.el (display-time-mail-file): Add `none' to the list of choices.
20975
20976 2000-03-01 Dave Love <fx@gnu.org>
20977
20978 * help.el (help-xref-go-back): Don't try to set position.
20979
20980 * international/mule-diag.el (list-character-sets):
20981 Call help-setup-xref. Add help-echo to xrefs.
20982 (list-character-sets-1): Add help-echo to xrefs.
20983
20984 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20985
20986 * frame.el (blink-cursor-mode): Switch cursor on when turning
20987 the mode off.
20988
20989 * add-log.el (add-log-current-defun): Add support for
20990 Autoconf mode.
20991
20992 * mail/rmail.el (rmail-quit-hook): New variable.
20993
20994 2000-03-01 Dave Love <fx@gnu.org>
20995
20996 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
20997
20998 * help.el (help-xref-button): Add help-echo arg.
20999 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21000
21001 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21002
21003 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21004
21005 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21006
21007 * image.el (defimage): Look for image files in load-path.
21008
21009 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21010
21011 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21012
21013 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21014
21015 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21016
21017 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21018 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21019 action to select/unselect a file.
21020 (recentf-edit-list): Code cleanup and improvement.
21021 (recentf-open-more-files-action): `recentf-open-more-files' button
21022 widget action to open a file.
21023 (recentf-open-more-files): No more use standard completion but widgets.
21024 (recentf-more-collection): Deleted.
21025 (recentf-more-history): Deleted.
21026 (recentf-setup-more-completion): Deleted.
21027
21028 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21029
21030 * recentf.el (recentf-mode): No more needs that Emacs is running
21031 under a window-system.
21032
21033 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21034
21035 * recentf.el (recentf-edit-list): New command to edit the recent
21036 list which allow the user to remove files.
21037 (recentf-edit-selected-items): New global variable, used by
21038 `recentf-edit-list' to hold the list of files to be removed from
21039 the recent list.
21040 (recentf-make-menu-items): Updated to display a "Edit list..."
21041 menu item. Minor code cleanup.
21042
21043 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21044
21045 * recentf.el (recentf-open-more-files): New command to open files
21046 that are not displayed in the menu.
21047 (recentf-more-collection): New global variable holding the set of
21048 permissible completions used by `recentf-open-more-files'.
21049 (recentf-more-history): New global variable holding the history list
21050 used by `recentf-open-more-files' completion.
21051 (recentf-setup-more-completion): New function to setup completion for
21052 `recentf-open-more-files'.
21053 (recentf-make-menu-items): Updated to display a "More..." menu item.
21054
21055 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21056
21057 * recentf.el (recentf-menu-action): Doc fixed.
21058
21059 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21060
21061 * recentf.el (recentf-menu-filter): Doc updated.
21062 (recentf-update-menu-hook): Allow menu filters to force menu update.
21063 (recentf-make-menu-items): New menu filter handling.
21064 (recentf-make-menu-item): New helper function.
21065 (recentf-menu-elements): New menu handling function.
21066 (recentf-sort-ascending): Updated to new menu filter handling.
21067 (recentf-sort-descending): Updated to new menu filter handling.
21068 (recentf-sort-basenames-ascending): New menu filter function.
21069 (recentf-sort-basenames-descending): New menu filter function.
21070 (recentf-show-basenames): New menu filter function.
21071 (recentf-show-basenames-ascending): New menu filter function.
21072 (recentf-show-basenames-descending): New menu filter function.
21073
21074 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21075
21076 * diary-lib.el (list-diary-entries): Don't try to go forward at
21077 the end of the buffer.
21078
21079 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21080
21081 * international/mule-diag.el (list-character-sets):
21082 Completely rewritten.
21083 (sort-listed-character-sets): New function.
21084 (list-character-sets-1): Completely rewritten.
21085 (list-character-sets-2): New function.
21086 (non-iso-charset-alist): New variable.
21087 (decode-codepage-char): New function.
21088 (charset-history): New variable.
21089 (read-charset) (list-block-of-chars)
21090 (list-iso-charset-chars)
21091 (list-non-iso-charset-chars)
21092 (list-charset-chars): New functions.
21093 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21094 (dump-charsets): Likewise.
21095
21096 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21097
21098 * dired-x.el (dired-filename-at-point): Add `@' to valid
21099 file name characters.
21100 (dired-filename-at-point): Handle ange-ftp file names.
21101
21102 * frame.el (frame-notice-user-settings): Use assq-delete-all
21103 instead of assoc-delete-all.
21104 (frame-notice-user-settings): Ditto.
21105
21106 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21107 Don't copy alist.
21108
21109 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21110
21111 * calculator.el (calculator-use-menu): New option.
21112 (calculator-initial-bindings): Changed some bindings to work as macros.
21113 (calculator-forced-input): Removed.
21114 (calculator-restart-other-mode): New variable.
21115 (calculator-mode-map): Set up menu.
21116
21117 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21118
21119 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21120
21121 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21122
21123 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21124 translate all ESC key sequences.
21125 (viper-goto-mark-subr): Restore markers for files for which
21126 they were saved.
21127 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21128 * viper-util.el (viper-set-replace-overlay-glyphs)
21129 (viper-set-replace-overlay): Always check if the replacement
21130 overlay is live.
21131 * viper.el (viper-vi-state-mode-list): Add major modes.
21132 * ediff-wind.el: Minor comment changes.
21133 * ediff.el: Copyright notice date fix.
21134
21135 2000-02-27 Jason Rumney <jasonr@gnu.org>
21136
21137 * faces.el (face-font-family-alternatives): Add arial to helv.
21138 (mode-line, header-line, tool-bar): Same default as x for w32.
21139 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21140 face-font-family-alternatives from working.
21141 * term/w32-win.el (mouse-set-font): Do not build fontset from
21142 chosen font.
21143
21144 2000-02-25 Sam Steingold <sds@goems.com>
21145
21146 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21147 properly.
21148
21149 2000-02-25 Richard M. Stallman <rms@gnu.org>
21150
21151 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21152
21153 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21154
21155 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21156
21157 * frame.el (busy-cursor-delay-seconds): New option.
21158
21159 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21160
21161 * frame.el (show-cursor-in-non-selected-windows): New option.
21162
21163 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21164
21165 * diary-lib.el (include-other-diary-files): Undo the selective
21166 display in any included file and don't kill it.
21167
21168 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21169
21170 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21171 Menu items converted to (menu-item format, help strings added.
21172 [downcase, upcase]: Don't enable on MS-DOS.
21173 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21174 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21175
21176 2000-02-23 Dave Love <fx@gnu.org>
21177
21178 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21179 (backward-kill-word): Revert addition of * to interactive spec --
21180 it's a feature.
21181
21182 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21183 (backward-kill-sentence, kill-sentence): Likewise.
21184
21185 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21186 scratch buffer name.
21187 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21188
21189 * term/w32-win.el (internal-face-interactive): Update prompt for
21190 new read-face-name.
21191
21192 * mail/footnote.el (footnote): Add :version to defgroup.
21193 (footnote-section-tag-regexp): Customize.
21194 (footnote-start-tag, footnote-end-tag): New option.
21195 (footnote-latin-regexp): New variable.
21196 (Footnote-latin): New function.
21197 (footnote-style-alist): Add element for latin style.
21198 (footnote-style): Moved.
21199 (Footnote-goto-footnote): Use eq to test arg.
21200
21201 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21202
21203 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21204 (byte-compile-trueconstp): Include keywords.
21205 (byte-optimize-quote, byte-optimize-lapcode):
21206 Use byte-compile-const-symbol-p.
21207 (byte-optimize-char-before): New optimization.
21208
21209 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21210 (byte-compile-const-symbol-p): New function.
21211 (byte-compile-constp, byte-compile-out-toplevel)
21212 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21213 Use it.
21214
21215 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21216
21217 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21218
21219 * international/encoded-kb.el: Be sure to update minor-mode-alist
21220 and minor-mode-map-alist.
21221 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21222 codes SS2 and SS3 correctly.
21223 (encoded-kbd-self-insert-ccl): New function.
21224 (encoded-kbd-setup-keymap): New function.
21225 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21226 by calling encoded-kbd-setup-keymap.
21227
21228 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21229 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21230
21231 2000-02-22 Dave Love <fx@gnu.org>
21232
21233 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21234 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21235 (lisp-mode-syntax-table): Set up for #|...|# comments.
21236 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21237 classes. Match `defface'.
21238 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21239 (eval-defun-1): Fix for defcustom.
21240 (lisp-indent-region): Doc fix.
21241
21242 * subr.el (when, unless, split-string): Doc fix.
21243 (read-passwd): Move call of clear-this-command-keys to the right place.
21244 (replace-regexps-in-string): New function.
21245
21246 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21247
21248 * help.el (describe-variable): Set syntax table to
21249 emacs-lisp-mode-syntax-table when moving forward over the
21250 symbol's name.
21251
21252 2000-02-22 Dave Love <fx@gnu.org>
21253
21254 * xt-mouse.el: Doc fixes.
21255 (xterm-mouse-position-function): New function, replacing advice of
21256 mouse-position.
21257 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21258
21259 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21260
21261 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21262
21263 * format.el (format-annotate-single-property-change):
21264 Handle properties.with dotted-list values.
21265 (format-proper-list-p): New function.
21266
21267 * enriched.el (enriched-face-ans): Handle '(foreground-color
21268 . COLOR) and (background-color . COLOR).
21269
21270 2000-02-20 Dave Love <fx@gnu.org>
21271
21272 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21273 and assignments to it.
21274 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21275 current local map.
21276 (make-flyspell-overlay): Use it.
21277 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21278
21279 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21280 (lm-get-header-re): Defun, not defsubst.
21281 (lm-get-package-name): Defun, not defsubst. Simplify.
21282 (lm-version): Doc fix. Simplify.
21283 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21284 (lm-crack-address, lm-last-modified-date, lm-commentary)
21285 (lm-verify, lm-synopsis): Simplify.
21286 (lm-report-bug): Require emacsbug. Use compose-mail.
21287
21288 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21289
21290 * dired.el (dired-mode): Call propertized-buffer-identification
21291 to set mode-line-buffer-identification to something having
21292 the right text properties.
21293
21294 * bindings.el (propertized-buffer-identification): New function.
21295
21296 2000-02-20 Dave Love <fx@gnu.org>
21297
21298 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21299 check for t-mouse too.
21300
21301 * cus-start.el: Make echo-keystrokes `number'.
21302
21303 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21304
21305 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21306 Don't call ring-empty-p unless tags-location-ring is bound.
21307 From Noah Friedman <friedman@splode.com>.
21308
21309 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21310
21311 * progmodes/hideshow.el (hs-flag-region): No longer use
21312 `intangible' overlay property.
21313
21314 (hs-toggle-hiding): New command.
21315 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21316
21317 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21318 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21319 and deactivation.
21320
21321 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21322
21323 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21324
21325 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21326
21327 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21328
21329 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21330 of `*' to handle `(* ... *)' comments.
21331
21332 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21333
21334 * faces.el (list-faces-display): Use display-mouse-p instead of
21335 window-system.
21336
21337 * menu-bar.el (global-map): Menu-bar items converted to the new
21338 format (menu-item..., rearranged for better CUA compliance, and
21339 their names changed for better clarity. Help strings added.
21340
21341 * international/mule-cmds.el (mule-menu-keymap)
21342 (describe-language-environment-map, set-coding-system-map)
21343 (setup-language-environment-map): Convert to new (menu-item...
21344 form, add help strings. Change names of menu items for better clarity.
21345 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21346
21347 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21348
21349 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21350 within the code.
21351
21352 2000-02-16 Dave Love <fx@gnu.org>
21353
21354 * faces.el: Don't require custom. Add more specific :groups to
21355 various deffaces.
21356 (set-face-attribute): Purecopy args.
21357 (read-face-name): Default to name at point and use it in prompt.
21358 Remove colon from arg in all callers.
21359 (list-faces-display): Hyperlink to face descriptions and customize
21360 buffers.
21361
21362 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21363
21364 * wid-edit.el (widget-match-inline): An atom never matches a list.
21365
21366 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21367
21368 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21369 at ':' characters by call to split-string.
21370
21371 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21372
21373 * textmodes/bibtex.el: Added RCS version identification.
21374
21375 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21376
21377 * textmodes/bibtex.el: Some temporary comments removed.
21378 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21379 (bibtex-field-const): Allow capital letters.
21380 (bibtex-start-of-string): Deleted because unused.
21381
21382 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21383 use the term 'reference' to describe a bibtex entry as a whole.
21384 Further, reference keys are no longer called 'labels'.
21385 (bibtex-keys): Renamed to bibtex-reference-keys.
21386 (bibtex-reformat-previous-labels): Renamed to
21387 bibtex-reformat-previous-reference-keys.
21388 (bibtex-reference-type): Renamed to bibtex-entry-type.
21389 (bibtex-reference-head): Renamed to bibtex-entry-head.
21390 (bibtex-reference-maybe-empty-head): Renamed to
21391 bibtex-entry-maybe-empty-head.
21392 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21393 (bibtex-search-reference): Renamed to bibtex-search-entry.
21394 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21395 bibtex-enclosing-entry-maybe-empty-head.
21396 (bibtex-entry-field-alist, bibtex-entry-head)
21397 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21398 (bibtex-map-entries, bibtex-search-entry)
21399 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21400 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21401 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21402 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21403 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21404 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21405 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21406
21407 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21408
21409 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21410 comment.
21411 (bibtex-format-field-delimiters): New function, functionality
21412 extracted from bibtex-format-entry.
21413 (bibtex-autokey-get-yearfield-digits): New function, functionality
21414 extracted from bibtex-autokey-get-yearfield.
21415
21416 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21417 entries in order to avoid stack overflow in the regexp matcher if
21418 field contents become large.
21419 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21420 (bibtex-field-string-part-not-braced)
21421 (bibtex-field-string-part-no-inner-braces)
21422 (bibtex-field-string-part-1-inner-brace)
21423 (bibtex-field-string-part-2-inner-braces)
21424 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21425 (bibtex-field-string-quoted, bibtex-field-string)
21426 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21427 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21428 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21429 Deleted as parsing is now performed by the following functions.
21430 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21431 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21432 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21433 (bibtex-parse-association, bibtex-field-name-for-parsing)
21434 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21435 (bibtex-search-forward-field, bibtex-search-backward-field)
21436 (bibtex-start-of-field, bibtex-end-of-field)
21437 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21438 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21439 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21440 (bibtex-parse-string, bibtex-search-forward-string)
21441 (bibtex-search-backward-string, bibtex-start-of-string)
21442 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21443 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21444 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21445 entries. Instead of reporting the results of the parsing by
21446 match-beginning or match-end, these functions return data structures
21447 that hold the corresponding positions.
21448 (bibtex-enclosing-field): Changed to also report field boundaries by
21449 return values rather than by match-beginning or match-end.
21450 The following functions have been adapted to use the new
21451 parsing functions.
21452 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21453 (bibtex-enclosing-field, bibtex-format-entry)
21454 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21455 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21456 (bibtex-print-help-message, bibtex-end-of-entry)
21457 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21458 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21459 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21460 Use the new method for parsing.
21461 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21462 (bibtex-map-entries, bibtex-flash-head)
21463 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21464 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21465 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21466 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21467 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21468 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21469 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21470 order to make the new binding of case-fold-search immediately visible.
21471
21472 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21473
21474 * textmodes/bibtex.el: Copyright notice is up to date.
21475 Added constant 'bibtex-maintainer-salutation.
21476
21477 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21478 than make-temp-name, use match-string-no-properties and eliminate
21479 a quadratic behavior when building bibtex-strings.
21480
21481 * bibtex.el (bibtex-reference-key): Accept string entries whose
21482 reference key contains upper case letters.
21483
21484 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21485
21486 * bibtex.el (bibtex-reference-head): Allow entries to start with
21487 a new line.
21488
21489 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21490
21491 * bibtex.el: Hiding of entry bodies is not longer provided by
21492 bibtex.el directly. Instead the hideshow package can be used.
21493 Added a special bibtex entry to hs-special-modes-alist.
21494 (bibtex-hs-forward-sexp): Added for hideshow.el.
21495
21496 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21497
21498 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21499 proceedings entry type (for cross referencing). Thanks to Wagner
21500 Toledo Correa for the suggestion.
21501
21502 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21503
21504 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21505
21506 * international/characters.el: Setup case table for Vietnamese.
21507
21508 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21509
21510 * uniquify.el (toplevel): Require CL at compile time.
21511 (uniquify-push): Removed.
21512
21513 * shadowfile.el (shadow-when): Removed.
21514
21515 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21516 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21517
21518 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21519 regexp for paragraph-start.
21520
21521 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21522 commas as well.
21523
21524 2000-02-10 Dave Love <fx@gnu.org>
21525
21526 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21527 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21528 Deleted.
21529 (widget-specify-field, widget-specify-button): Don't use
21530 widget-mouse-help as help-echo property.
21531 (default): Use #'ignore for :validate and :mouse-down-action.
21532 (checkbox): Add help-echo.
21533 (widget-sexp-validate): Rewritten to clarify error messages.
21534 (character): Use char-valid-p in :match function.
21535 (widget-color-complete): Use facemenu-color-alist.
21536 (widget-color-action): Use facemenu-read-color.
21537
21538 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21539 set up `caar' &c that we now have.
21540
21541 2000-02-09 Ray Blaak <blaak@gnu.org>
21542
21543 * delphi.el: Make resourcestring a declaration region, like const
21544 and var.
21545
21546 2000-02-09 Dave Love <fx@gnu.org>
21547
21548 * bindings.el (mode-line-input-method-map): New variable.
21549 (mode-line-mule-info): Use it; fix last change.
21550 (mode-line-mode-menu): Move definition.
21551 (mode-line-mouse-sensitive-p): Deleted.
21552 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21553 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21554
21555 * startup.el (command-line-1): Don't call
21556 make-mode-line-mouse-sensitive.
21557
21558 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21559
21560 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21561 before rmail-toggle-header, because the former toggles headers.
21562
21563 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21564
21565 * diff-mode.el (diff-kill-junk): New interactive function.
21566 (diff-reverse-direction): Use delete-and-extract-region.
21567 (diff-post-command-hook): Restrict the area so that the hook also works
21568 outside of any diff hunk. This is necessary for the minor-mode.
21569 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21570 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21571
21572 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21573 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21574 so that it can be used more easily in <foo>-mode-hook. Also make sure
21575 to avoid duplicate entries.
21576 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21577 (font-lock-remove-keywords): Just as was done for `add', allow it to
21578 work even if font-lock-mode is nil. Also make sure we don't modify
21579 any pre-existing list by forcing a copy-sequence. Finally rename
21580 `major-mode' to `mode'.
21581 (font-lock-fontify-syntactic-anchored-keywords)
21582 (font-lock-fontify-anchored-keywords)
21583 (font-lock-fontify-keywords-region): Use line-end-position.
21584 Don't make `font-lock-multiline' local (it's now done in
21585 font-lock-set-defaults).
21586 (font-lock-set-defaults): Make `font-lock-multiline' local.
21587 Move the `font-lock-fontified' creation to inside the `unless'.
21588
21589 2000-02-06 Andrew Innes <andrewi@gnu.org>
21590
21591 * term/w32-win.el (x-handle-args): Comment out call to message,
21592 which occurs before window system is initialized.
21593
21594 * makefile.nt: Add support for recompiling lisp code.
21595
21596 2000-02-04 Dave Love <fx@gnu.org>
21597
21598 * bindings.el (mode-line-mule-info): Fix/extend last change.
21599
21600 * completion.el: Replace completion-dolist with dolist.
21601
21602 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21603
21604 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21605
21606 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21607 environment names before they go into the section regexp.
21608
21609 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21610 char class in regexp.
21611
21612 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21613 Bind `case-fold-search' to nil.
21614
21615 * progmodes/idlwave.el (idlwave-template):
21616 Respect `idlwave-abbrev-change-case'.
21617 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21618 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21619 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21620 (idlwave-rw-case): New function.
21621 (idlwave-statement-match): Fixed problem with assignment regexp.
21622 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21623 (idlwave-surround): New argument LENGTH to support padding of
21624 operators longer than 1 char.
21625
21626 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21627 idlwave-shell-expression-overlay. Implemented printing of
21628 expressions on higher levels of the calling stack.
21629 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21630 (idlwave-retrieve-expression-from-level): New function.
21631 (idlwave-shell-last-calling-stack): Variable removed.
21632 (idlwave-shell-reset): Argument action reversed (`visible' to
21633 `hidden'). Also remove stop-line overlay.
21634 (idlwave-shell-calling-stack-routine): New variable.
21635 (idlwave-shell-parse-stack-and-display): Messages now display
21636 negative level numbers.
21637 (idlwave-shell-mode): Set `modeline-format'.
21638 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21639 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21640 (idlwave-shell-print-expression-function): New option.
21641
21642 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21643 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21644 `tool-bar' instead of `toolbar'.
21645
21646 2000-02-02 Dave Love <fx@gnu.org>
21647
21648 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21649 emacs-lisp-mode-hook. Don't check for defalias being defined.
21650
21651 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21652 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21653 Use the new builtins directly.
21654
21655 * whitespace.el (whitespace): Add :version to defgroup.
21656
21657 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21658 Doc fix.
21659
21660 * thingatpt.el (sexp-at-point, symbol-at-point)
21661 (number-at-point, list-at-point): Add autoload cookie.
21662
21663 * recentf.el (recentf): Add :version to defgroup.
21664
21665 * quickurl.el (quickurl): Add :version to defgroup.
21666
21667 * elide-head.el (elide-head): Use point-marker more.
21668
21669 * bs.el (bs): Add :version to defgroup.
21670
21671 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21672
21673 * progmodes/delphi.el (delphi): Add :version to defgroup.
21674
21675 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21676
21677 * ange-ftp.el (ange-ftp-write-region): Handle case that
21678 succeeding process operation sets a different coding system.
21679
21680 * calculator.el: New file.
21681
21682 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21683
21684 * frame.el (frames-on-display-list, framep-on-display): New functions.
21685 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21686 (display-selections-p, display-screens, display-pixel-width)
21687 (display-pixel-height, display-mm-width, display-mm-height)
21688 (display-backing-store, display-save-under, display-planes)
21689 (display-color-cells, display-visual-class): New functions.
21690
21691 * term/tty-colors.el (tty-color-gray-shades): New function.
21692
21693 * faces.el (display-color-p): Use framep-on-display.
21694 (display-grayscale-p): New function.
21695
21696 2000-01-31 Dave Love <fx@gnu.org>
21697
21698 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21699 (create-fontset-from-x-resource): Don't concat integers.
21700
21701 2000-01-31 Inge Frick <inge@nada.kth.se>
21702
21703 * view.el: Some changes in documentation. Removed some trailing
21704 whitespace. Changed some parameter names to agree with documentation.
21705 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21706 window is not deleted. Modifies change 1998-04-26.
21707
21708 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21709
21710 * windmove.el: New file.
21711
21712 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21713 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21714 progmodes/ebnf-yac.el: Update copyright and license info.
21715
21716 * jit-lock.el (jit-lock-function): Widen before calculating
21717 end position.
21718 (jit-lock-stealth-chunk-start): Rewritten.
21719
21720 * info.el (Info-title-face-alist): Removed.
21721 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21722 (Info-fontify-node): Use these faces.
21723
21724 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21725
21726 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21727 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21728 `&allow-other-keywords'.
21729
21730 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21731 the list of directories scanned heuristically.
21732
21733 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21734
21735 2000-01-30 Jason Rumney <jasonr@gnu.org>
21736
21737 * w32-fns.el: Define w32-tty-standard-colors.
21738
21739 * startup.el (command-line): Use w32-tty-standard-colors when in
21740 w32 console mode.
21741
21742 2000-01-30 Dave Love <fx@gnu.org>
21743
21744 * jka-compr.el (jka-compr-load): Fix up load-history.
21745
21746 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21747
21748 * emacs-lisp/cl-macs.el: Revert previous change.
21749
21750 2000-01-29 Dave Love <fx@gnu.org>
21751
21752 * facemenu.el: Purecopy various strings.
21753
21754 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21755 years. Deal with three-digit years.
21756
21757 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21758 Use defconst, purecopy.
21759 (help-back-label): Purecopy it.
21760
21761 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21762
21763 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21764 variable. If non-nil, order the buffer list according to the
21765 currently selected frame.
21766 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21767 non-nil, pass the selected frame to function buffer-list.
21768
21769 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21770
21771 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21772
21773 2000-01-28 Dave Love <fx@gnu.org>
21774
21775 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21776
21777 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21778 Don't use lisp-indent-hook property.
21779 (cl-abs): Remove.
21780
21781 * subr.el: Move out indent and edebug specs for when and unless.
21782
21783 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21784 when, unless.
21785
21786 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21787 unless, when.
21788
21789 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21790
21791 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21792 `collecting' as synonym for `collect'.
21793
21794 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21795 for the case it contains spaces.
21796
21797 * simple.el (what-cursor-position): Change formatting of messages.
21798
21799 * frame.el (delete-other-frames): New function.
21800 (toplevel): Bind it to C-x 5 1.
21801
21802 * sort.el (sort-numeric-base): New option.
21803 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21804 interpret it as octal or hexadecimal. Use sort-numeric-base
21805 as default base.
21806
21807 * progmodes/glasses.el: New file.
21808
21809 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21810
21811 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21812 userids differently.
21813
21814 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21815 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21816 progmodes/ebnf-yac.el: New files.
21817
21818 2000-01-26 Dave Love <fx@gnu.org>
21819
21820 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21821 on a function with an empty body. [From Eric Ludlam.]
21822
21823 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21824
21825 * vc.el (vc-version-diff): Make sure file name is expanded.
21826
21827 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21828
21829 * scroll-bar.el (scroll-bar-timer): Variable removed.
21830 (scroll-bar-toolkit-scroll): Don't use a timer.
21831
21832 2000-01-25 Kenichi Handa <handa@etl.go.jp>
21833
21834 * language/thai-util.el (thai-composition-function):
21835 Delete superfluous `a'.
21836
21837 2000-01-24 Dave Love <fx@gnu.org>
21838
21839 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21840 end-of-defun-function.
21841
21842 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21843
21844 2000-01-22 Jason Rumney <jasonr@gnu.org>
21845
21846 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21847 conflicts with new face support.
21848
21849 2000-01-22 Richard M. Stallman <rms@gnu.org>
21850
21851 * replace.el (query-replace): Rename last arg to DELIMITED.
21852 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21853 (query-replace-regexp): Likewise.
21854
21855 2000-01-20 Richard M. Stallman <rms@gnu.org>
21856
21857 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21858
21859 * emacs-lisp/lisp.el (beginning-of-defun-function):
21860 Variable renamed from beginning-of-defun.
21861 Do not call make-variable-buffer-local.
21862 (beginning-of-defun-raw): Use new variable name; doc fix.
21863 (beginning-of-defun): Doc fix.
21864 (end-of-defun-function): Variable renamed from end-of-defun.
21865 Do not call make-variable-buffer-local.
21866 (end-of-defun): Use new variable name; doc fix.
21867
21868 * subr.el (dolist, dotimes): Copied from cl-macs.el
21869 and made to work.
21870
21871 * mail/undigest.el (rmail-digest-end-regexps):
21872 Variable replaces rmail-digest-end-regexp.
21873 Allows multiple regexps for detecting the end line.
21874 (undigestify-rmail-message): Corresponding changes.
21875
21876 2000-01-19 Dave Love <fx@gnu.org>
21877
21878 * files.el (user-init-file): Don't declare here -- is primitive.
21879
21880 * startup.el (command-line): Check for compiled user-init-file and
21881 set to uncompiled version if necessary.
21882
21883 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21884
21885 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21886 (undigestify-rmail-message): Use it.
21887
21888 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21889
21890 2000-01-17 Gerd Moellmann <gerd@gnu.org>
21891
21892 * tmm.el (tmm-goto-completions): Adapt to prompt being part
21893 of mini-buffer.
21894
21895 2000-01-14 Gerd Moellmann <gerd@gnu.org>
21896
21897 * emacs-lisp/copyright.el (copyright-update): Removed the
21898 requirement for a trailing space from `copyright-regexp', to
21899 support copyrights with owner specified on a separate line..
21900
21901 * align.el: New file.
21902
21903 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21904
21905 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21906
21907 2000-01-13 Dave Love <fx@gnu.org>
21908
21909 * ph.el: Removed. (Obsoleted by EUDC.)
21910
21911 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21912
21913 * net/eudc.el (toplevel): Remove autoloaded code installing
21914 menu with easymenu, because that causes build problems.
21915
21916 * frame.el (frame-notice-user-settings): New variable.
21917 (frame-notice-user-settings): Don't modify frame parameters
21918 if called a second time.
21919
21920 2000-01-13 Richard M. Stallman <rms@gnu.org>
21921
21922 * frame.el (frame-notice-user-settings):
21923 Notice default-frame-parameters even for non-window frames.
21924
21925 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21926
21927 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
21928 for Emacs.
21929 (eudc-bob-can-display-inline-images): Extend for Emacs.
21930 (eudc-bob-toggle-inline-display): Ditto.
21931 (eudc-bob-display-jpeg): Ditto.
21932
21933 2000-01-12 Gerd Moellmann <gerd@gnu.org>
21934
21935 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
21936 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
21937 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
21938
21939 * add-log.el (add-change-log-entry): Fix error trying an
21940 `(insert nil)'.
21941
21942 * subdirs.el: Add `net' directory.
21943
21944 * net: New directory.
21945
21946 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
21947 eval-last-sexp. Don't bind debug-on-error here.
21948 (eval-last-sexp): New function. Bind debug-on-error if
21949 eval-expression-debug-on-error is non-nil.
21950 (eval-defun-2, eval-defun): Likewise.
21951
21952 * simple.el (eval-expression): Don't bind debug-on-error if
21953 eval-expression-debug-on-error is nil. Detect changed
21954 debug-on-error, and propagate new value to global binding, if
21955 eval-expression-debug-on-error is non-nil,
21956 (eval-expression-debug-on-error): Change doc string.
21957
21958 2000-01-11 Richard M. Stallman <rms@gnu.org>
21959
21960 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
21961
21962 * emacs-lisp/lisp-mode.el (with-syntax-table):
21963 Set up lisp-indent-function property.
21964
21965 * subr.el (with-syntax-table): Moved from simple.el.
21966
21967 * simple.el (with-syntax-table): Moved to subr.el.
21968
21969 2000-01-11 Gerd Moellmann <gerd@gnu.org>
21970
21971 * tmm.el (tmm-shortcut): Delete region after prompt instead
21972 of erasing buffer.
21973
21974 * textmodes/fill.el (fill-common-string-prefix): New function.
21975 (fill-context-prefix): Use the longest common prefix of first
21976 and second line fill prefix, if there is one.
21977
21978 2000-01-11 Richard M. Stallman <rms@gnu.org>
21979
21980 * array.el (array-mode): Don't use make-variable-buffer-local.
21981 Use make-local-variable for `truncate-lines'.
21982
21983 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
21984
21985 * add-log.el (add-log-current-defun): Handle user-defined
21986 add-log-current-function returning nil,
21987
21988 * add-log.el (add-change-log-entry): Insert version number
21989 if having found a current function
21990
21991 * add-log.el (add-log-current-defun):
21992 Call `add-log-current-defun-function'. Try matches at level 0 and
21993 level 1. Strip whitespace from defun found.
21994
21995 2000-01-10 John Wiegley <johnw@gnu.org>
21996
21997 * allout.el (isearch-done/outline-provisions): Added `edit'
21998 argument to correspond with the current definition of `isearch-done'.
21999
22000 2000-01-10 Dave Love <fx@gnu.org>
22001
22002 * elide-head.el (elide-head): Use point-marker, not point.
22003
22004 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22005
22006 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22007 before and after the year 2000.
22008
22009 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22010 Add ispell- prefix.
22011
22012 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22013
22014 * ispell.el: Only define dictionaries in menus when they exist.
22015 (version18p): New variable.
22016 (version20p): New variable.
22017 (xemacsp): New variable.
22018 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22019 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22020 (ispell-dictionary-alist6): Russian command lines no longer accept
22021 run-together words.
22022 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22023 (ispell-dictionary-alist): Add koi8-r to customize definition.
22024 (check-ispell-version): Added documentation string. Return library
22025 path when called non-interactively.
22026 (ispell-menu-map-needed): Uses new variables.
22027 (ispell-library-path): New variable.
22028 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22029 (ispell-word): Improved documentation string. Test for valid
22030 character mappings. Correctly check typed in word changes that can
22031 result in single words split into multiple words.
22032 Return replacement word.
22033 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22034 replace in recursive query replace mode. Help message for
22035 recursive edit mode.
22036 (ispell-show-choices): Protect against bad framepop bindings.
22037 (ispell-help): Fix to work with XEmacs.
22038 (ispell-highlight-spelling-error): Use new variables.
22039 (ispell-overlay-window): Fix to work with XEmacs.
22040 (ispell-parse-output): Passed and returns location information
22041 tracking spelling corrections. Doesn't recheck same word on
22042 current line.
22043 (ispell-init-process): Protect against bogus XEmacs variable binding.
22044 Fix call to single argument in sleep-for. Use new variables.
22045 (ispell-region): Passed and returns location information tracking
22046 spelling corrections. Doesn't check same word on current line.
22047 Improved documentation string. Doesn't resend a line already
22048 checked to the ispell process - fixes bug in LaTeX parsing.
22049 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22050 (ispell-skip-region): No longer skips <TT> in SGML.
22051 (ispell-process-line): Tracks location information with spelling
22052 corrections. Added documentation string. Accounts for words
22053 already accepted on this line. Don't allow query-replace on line
22054 starting with math characters. Doesn't resend a line already sent
22055 to ispell process. Fixes alignment error bug.
22056
22057 2000-01-10 Richard M. Stallman <rms@gnu.org>
22058
22059 * dired-x.el (dired-guess-shell-alist-default):
22060 Suggest xloadimage, which is free, not xv, which isn't.
22061
22062 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22063 Don't ever include the host name or user name in the value.
22064
22065 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22066
22067 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22068 of a real newline.
22069
22070 2000-01-09 Stephen Eglen <stephen@gnu.org>
22071
22072 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22073 for .png files.
22074
22075 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22076
22077 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22078
22079 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22080
22081 * progmodes/cperl-mode.el: Replace ^F with ^L.
22082
22083 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22084 `require'ing rmail and mailalias to prevent infinite recursion.
22085
22086 2000-01-08 Dave Love <fx@gnu.org>
22087
22088 * emacs-lisp/backquote.el: Remove inappropriate customization
22089 (allowing custom.el to use backquote).
22090
22091 2000-01-07 Dave Love <fx@gnu.org>
22092
22093 * add-log.el (add-log-debugging): Deleted.
22094 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22095 file. Remove debugging code.
22096 (change-log-get-method-definition, change-log-name): Add doc.
22097 (change-log-sortable-date-at): New function.
22098 (change-log-merge): New command.
22099
22100 * time.el (display-time-string-forms): Make the Mail string active.
22101 (display-time-update): Provide help-echo for load average.
22102
22103 * bindings.el (make-mode-line-mouse2-map): New function.
22104 (mode-line-modified): Use it and simplify.
22105 (mode-line-mule-info): Provide help-echo info.
22106 (minor-mode-alist): Activate the strings.
22107 (make-mode-line-mouse-sensitive): Simplify for
22108 mode-line-buffer-identification.
22109
22110 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22111
22112 * play/pong.el: New file.
22113
22114 2000-01-06 Dave Love <fx@gnu.org>
22115
22116 * array.el: Assorted cleanups for compiler warnings, doc strings,
22117 `array-' prefix for symbols.
22118
22119 2000-01-05 Dave Love <fx@gnu.org>
22120
22121 * textmodes/outline.el (outline-mode-menu-bar-map):
22122 Add outline-headers-as-kill.
22123 (outline-mode): Define imenu-generic-expression.
22124 (outline-headers-as-kill): New command.
22125
22126 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22127 from paragraph-start.
22128 (paragraph-indent-minor-mode): New command.
22129
22130 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22131 M-C-e, M-C-h, C-j, C-xnd, TAB.
22132 (fortran-mode): Set beginning-of-defun, end-of-defun.
22133 (fortran-column-ruler): Simplify.
22134 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22135 (fortran-with-subprogram-narrowing): Likewise.
22136 (fortran-indent-subprogram): Call mark-defun.
22137 (fortran-check-for-matching-do): Change narrowing.
22138
22139 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22140 (cl-lucid-hash-tag): Delete.
22141 (cl-hash-table-p): Correct test for native table.
22142 (cl-hash-table-count): Use hash-table-count.
22143
22144 * browse-url.el (browse-url): Fix case of
22145 browse-url-browser-function being an alist.
22146
22147 2000-01-05 Carsten Dominik <cd@gnu.org>
22148
22149 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22150 (reftex-index-phrase-file-extension): New options.
22151
22152 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22153 Use new option `reftex-index-phrase-file-extension'.
22154
22155 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22156 `reftex-parse-file-extension'.
22157
22158 2000-01-05 Dave Love <fx@gnu.org>
22159
22160 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22161 (beginning-of-defun-raw): Use it.
22162 (end-of-defun): New variable.
22163 (end-of-defun): Use it.
22164 (check-parens): New command.
22165
22166 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22167
22168 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22169 (hs-show-block): Don't use `mapcar' when not accumulating.
22170
22171 Fix buglet in local variables initialization.
22172
22173 2000-01-05 Andreas Schwab <schwab@suse.de>
22174
22175 * hscroll.el (hscroll): Doc fix.
22176
22177 2000-01-05 Carsten Dominik <cd@gnu.org>
22178
22179 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22180 Require idlw-toolbar.
22181
22182 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22183 file idlw-rinfo.el.
22184 (idlwave-customize): Load must read file idlw-shell.el.
22185 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22186
22187 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22188
22189 * progmodes/idlw-shell.el: Also provide idlwave-shell
22190 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22191 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22192
22193 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22194 both reftex-dcr and reftex-vcr.
22195
22196 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22197
22198 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22199
22200 * ps-print.el: PostScript code now is in separate files, doc fix.
22201 (ps-print-version): New version number (5.0.3).
22202 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22203 local.
22204 (ps-spool-config): Initialization fix.
22205 (ps-print-prologue-1, ps-print-prologue-2)
22206 (ps-print-duplex-feature): PostScript code moved to separated file.
22207 (ps-background-image): Little code reformating.
22208 (ps-begin-file, ps-begin-job): Fix code.
22209 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22210 (ps-prologue-file): New fun.
22211
22212 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22213
22214 * ps-vars.el: Eliminated.
22215
22216 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22217 `;;;###autoload'.
22218
22219 * ps-print.el: ps-vars eliminated, doc fix.
22220 (ps-print-version): New version number (5.0.2).
22221 (ps-spool-config): Initialization fix.
22222 (ps-print-customize): New fun.
22223
22224 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22225
22226 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22227
22228 2000-01-04 Dave Love <fx@gnu.org>
22229
22230 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22231 menu items.
22232
22233 2000-01-03 Dave Love <fx@gnu.org>
22234
22235 * elide-head.el (elide-head) [defgroup]: Add :version.
22236
22237 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22238 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22239 Use `cl-hash-table-p', not `hash-table-p'.
22240 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22241
22242 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22243
22244 * faces.el (face-read-integer, read-face-attribute)
22245 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22246
22247 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22248
22249 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22250 at comment end, and re-insert them after filling.
22251
22252 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22253
22254 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22255 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22256 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22257
22258 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22259
22260 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22261 the new name of face-color-supported-p.
22262
22263 * term/w32-win.el (xw-defined-colors): Likewise.
22264
22265 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22266
22267 * simple.el (completion-setup-function): Count completion-size
22268 from minibuffer-prompt-end, not from point-min.
22269
22270 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22271
22272 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22273 Pass the frame to tty-color-* functions.
22274 (display-color-p, frame-set-background-mode): Pass the frame to
22275 tty-display-color-p.
22276
22277 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22278 tty-color-alist.
22279 (tty-color-alist, tty-modify-color-alist): New functions.
22280 (tty-color-define, tty-color-clear, tty-color-approximate)
22281 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22282 optional parameter FRAME.
22283
22284 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22285
22286 * image.el (create-image, defimage): Don't assume image data is
22287 a string.
22288
22289 * image.el (defimage): Handle specifications containing :data
22290 instead of :file.
22291 (image-type-from-data): New function.
22292 (image-type-from-file-header): Use it.
22293 (create-image): Add parameter DATA-P.
22294
22295 See ChangeLog.8 for earlier changes.
22296
22297 ;; Local Variables:
22298 ;; coding: iso-2022-7bit
22299 ;; End:
22300
22301 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22302 Copying and distribution of this file, with or without modification,
22303 are permitted provided the copyright notice and this notice are preserved.