]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
825c778ac6f58fed16886b13d0349c5e635f6a6e
[gnu-emacs] / lisp / ChangeLog
1 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
2
3 * jit-lock.el (jit-lock-defer-time): New var.
4 (jit-lock-defer-timer, jit-lock-buffers): New vars.
5 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
6 (jit-lock-function): Defer fontification if requested.
7 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
8 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
9 text property.
10 (jit-lock-deferred-fontify): New fun.
11
12 2001-11-20 Richard M. Stallman <rms@gnu.org>
13
14 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
15 Set local-abbrev-table to lisp-mode-abbrev-table.
16
17 * emacs-lisp/re-builder.el (reb-mode):
18 Don't use define-derived-mode. Call kill-all-local-variables.
19
20 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
21 Don't use define-derived-mode.
22
23 * help-mode.el (help-mode): Undo 2001-10-07 change.
24
25 * replace.el (occur-mode): Undo 2001-5-20 change.
26
27 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
28
29 * play/landmark.el: Mark lm-mode as special.
30
31 * play/gomoku.el: Mark gomoku-mode as special.
32
33 2001-11-20 Juanma Barranquero <lektu@terra.es>
34
35 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
36 (top-level): Bind it to C-c C-b.
37 (re-builder): Don't re-enter RE Builder Mode.
38
39 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
40
41 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
42
43 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
44 `manual-program'.
45
46 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
47 to a line without a comment.
48
49 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
50
51 * dired.el (dired-listing-switches): Mention in the doc string
52 that some switches are not supported by ls-lisp.el
53
54 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
55
56 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
57 (imenu--create-keymap-2): Remove.
58 (imenu--create-keymap-1): Simplify, remove third argument.
59 (imenu--generic-function): Use dolist.
60 (imenu-find-default): New function.
61 (imenu--completion-buffer): Use it.
62 (imenu--mouse-menu): Use popup-menu.
63 (imenu--menubar-select): Return t rather than calling imenu.
64
65 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
66 New functions, extracted from fill-region-as-paragraph.
67 (fill-region-as-paragraph): Use them.
68 Use an end marker instead of eob.
69 Ignore whitespace-only fill-prefixes when indenting according to mode.
70 Simplify the loop that searches for spaces backwards.
71
72 * textmodes/picture.el (picture-vertical-step)
73 (picture-horizontal-step): Don't use defconst for variables.
74
75 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
76 (mail-extract-address-components): Downcase domain names.
77 (mail-extr-delete-char): Remove. Use delete-char instead.
78
79 * emulation/pc-select.el: Doc string fixes.
80 (pc-selection-mode): Don't treat macos as a tty.
81
82 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
83
84 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
85
86 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
87 (mouse-wheel-progessive-speed): New var.
88 (mwheel-scroll): Use it and handle float values.
89
90 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
91
92 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
93 (iswitchb): Fix the case where the result was selected with the mouse.
94 (iswitchb-completion-help): Use the normal *Completions* now that
95 mouse selection works.
96 (iswitchb-minibuffer-setup): Simplify.
97
98 * newcomment.el (comment-column, comment-style, comment-multi-line)
99 (comment-auto-fill-only-comments): Remove :group arg.
100 (comment-padding): Add :type.
101 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
102 if called interactively.
103
104 2001-11-19 Colin Walters <walters@verbum.org>
105
106 * calc/calc.el (toplevel): Add comment and version header.
107 (calc-init-base): Bump version to 2.02f, update date.
108
109 2001-11-19 Richard M. Stallman <rms@gnu.org>
110
111 * net/browse-url.el: Support Mozilla and Galeon.
112 By default, find the installed browser whichever it is.
113 (browse-url-mozilla): New function.
114 (browse-url-mozilla-sentinel): New function.
115 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
116 (browse-url-default-browser): New function.
117 (browse-url-process-environment): Use browse-url-browser-display.
118 (browse-url-browser-display): Renamed from browse-url-netscape-display.
119 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
120 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
121 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
122 (browse-url-browser-function): New default, new options.
123
124 2001-11-19 Sam Steingold <sds@gnu.org>
125
126 * bindings.el (last-buffer, unbury-buffer): New function.
127 (mode-line-unbury-buffer): Use `unbury-buffer'.
128
129 2001-11-18 Stephen Eglen <stephen@gnu.org>
130
131 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
132 control behaviour when no further completion is possible.
133
134 2001-11-19 Colin Walters <walters@verbum.org>
135
136 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
137 (math-showing-full-precision, math-with-extra-prec, math-working)
138 (calc-with-default-simplification)
139 (calc-with-trail-buffer): Use backtick.
140 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
141 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
142 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
143 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
144 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
145 (Math-num-integerp, Math-bignum-test, Math-equal-int)
146 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
147 (calc-record-compilation-date-macro): Deleted. Callers updated.
148 (math-format-radix-digit): Move to calc-bin.el.
149
150 * calc/calc.el (calc-record-compilation-date): Remove.
151 (calc-bug-address): Update.
152 (calc-settings-file): Use `user-init-file'.
153
154 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
155 Handle null `calc-settings-file'.
156
157 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
158 * calc/calc-keypd.el (calc-keypad-mode): New.
159 (calc-do-keypad): Use it.
160 (calc-keypad-map): Move into `calc-keypad-mode'.
161
162 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
163 to defalias argument.
164
165 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
166 (calcFunc-floor): Ditto.
167
168 * calc-units.el (calcFunc-usimplify): Ditto.
169
170 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
171 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
172 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
173 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
174 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
175 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
176 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
177 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
178 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
179 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
180 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
181 and move them before their first use. Use `when', `unless'.
182 Remove trailing periods from error forms. Add description and
183 headers suggested by Emacs Lisp coding conventions.
184
185 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
186
187 * newcomment.el (comment-indent):
188 Fix misindentation for comment-only lines.
189 (comment-indent-new-line): Only obey comment-multi-line if the
190 comment-ender is not the end-of-line.
191
192 2001-11-19 Richard M. Stallman <rms@gnu.org>
193
194 * net/net-utils.el (network-connection-service-abbrev-alist):
195 New variable.
196
197 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
198 Advance to start of 3rd sexp by moving fwd and backing over it.
199 At first three elements, act like defun.
200
201 * delsel.el (delete-selection-pre-hook): Handle and resignal
202 file-supersession errors to interact properly with userlock.el.
203
204 2001-11-18 Richard M. Stallman <rms@gnu.org>
205
206 * progmodes/fortran.el (fortran-mode-syntax-table):
207 Specify punctuation syntax for backslash.
208
209 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
210 All calls deleted.
211
212 * international/mule-util.el (string-to-sequence): Make it obsolete.
213 (string-to-list, string-to-vector): Implement them directly
214 using append and vconcat, not with string-to-sequence.
215
216 * startup.el (command-line): Set abbrevs-changed to nil after
217 reading the init file and the abbrevs file.
218
219 * isearch.el (isearch): Use magenta2 as bg for (background light)
220
221 2001-11-17 Richard M. Stallman <rms@gnu.org>
222
223 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
224
225 * simple.el (minibuffer-history-sexp-flag): Doc fix.
226
227 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
228
229 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
230 If set and if applicable, add a regexp to highlight defun-like
231 text inside comments and strings.
232 (font-lock-fontify-keywords-region): Pass that new arg.
233 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
234 to the end and pass that new arg.
235 (c-font-lock-keywords-2): Fix regex for labels.
236 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
237 Make it work when LIMIT is several lines further.
238 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
239 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
240 Use backquote and make the regexes for `int a, b, c;' work on
241 multiple lines.
242
243 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
244 (font-lock-defaults-alist): Don't change it any more.
245 (reb-subexp-mode-map): Cleanup.
246
247 * custom.el (custom-current-group-alist): New var.
248 (custom-declare-group): Set it.
249 (custom-current-group): New fun.
250 (custom-declare-variable, custom-handle-all-keywords):
251 Use it as a default if no :group argument is specified.
252
253 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
254 (standard-keyboard-coding-systems): New var.
255 (set-locale-environment): Use it to decide whether or not to call
256 set-keyboard-coding-system.
257 (locale-language-names): Use \"French\" for "fr".
258
259 2001-11-17 Richard M. Stallman <rms@gnu.org>
260
261 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
262 (add-to-list): Delete compatibility code.
263 (checkdoc-next-message-error): Doc fix.
264
265 2001-11-17 Stephen Eglen <stephen@gnu.org>
266
267 * locate.el (locate): Show default locate pattern within the
268 prompt, but don't insert it into the minibuffer contents.
269 Catch the case when pattern is the empty string.
270
271 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
272
273 * language/european.el ("French"): New language environment.
274
275 2001-11-16 Richard M. Stallman <rms@gnu.org>
276
277 * calendar/todo-mode.el (todo-save): Fix previous change.
278
279 * subr.el (functionp): Do use cdr-safe on object.
280
281 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
282
283 * bindings.el (mode-line-mode-name): Only put the help-echo property
284 if the local-map property was put as well.
285 (global-map): Bind switch-frame, delete-frame, iconify-frame
286 and make-frame-visible events.
287
288 * emacs-lisp/elp.el (elp-not-profilable): New var.
289 (elp-not-profilable-p): New function.
290 (elp-instrument-function): Use it. Use backquotes and push.
291
292 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
293 (byte-stack+-info, byte-compile-last-warned-form)
294 (byte-compile-last-logged-file): Don't defconst a variable.
295 (no-byte-compile): Declare.
296 (byte-compile-file): Don't boundp-check no-byte-compile any more.
297 (byte-compile-defvar): Leave defconst as is.
298
299 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
300 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
301 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
302 (edebug-best-error): Don't defconst a variable.
303 (edebug-read-syntax-table): Use a char-table.
304 (edebug-lemacs-specific): Remove.
305 Toplevel: Eliminate check for Lucid Emacs.
306
307 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
308
309 * rect.el (move-to-column-force): Mark obsolete.
310 (operate-on-rectangle, delete-extract-rectangle-line)
311 (insert-rectangle, delete-whitespace-rectangle-line)
312 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
313 (string-rectangle-history): New var.
314 (string-rectangle, string-insert-rectangle): Use it.
315 (delete-rectangle-line): Fix pos/column mixup and simplify.
316
317 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
318 (normal-top-level, command-line, command-line-1): Simplify.
319
320 * tar-mode.el (tar-mode): Use define-derived-mode.
321
322 * view.el (view-mode-enable): Don't use make-local-hook.
323
324 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
325
326 2001-11-16 Richard M. Stallman <rms@gnu.org>
327
328 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
329 if it doesn't make sense as anything else.
330 Don't recognize a "telephone number" at the beginning of the name.
331 (mail-extr-leading-garbage): Match non-word characters only.
332
333 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
334
335 * startup.el (command-line-processed): Doc fix.
336
337 * apropos.el (apropos-next-label-button): Doc fix.
338
339 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
340
341 * comint.el (comint-mode): Simplify.
342 (make-comint-in-buffer): Run `comint-mode' only if necessary.
343
344 * subr.el (eval-after-load): Make it work with features as well.
345
346 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
347
348 * international/mule-cmds.el (describe-input-method): Setup xref.
349 (set-language-environment): Use functionp.
350 (locale-language-names, locale-charset-language-names)
351 (locale-preferred-coding-systems): Defconst and purecopy.
352
353 * language/european.el (mac-roman): Add mime-charset property.
354
355 2001-11-15 Richard M. Stallman <rms@gnu.org>
356
357 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
358 (multiple-value-apply, nth-value): Use defsubst rather than defalias
359 to get better doc strings.
360
361 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
362
363 * derived.el: Fix autoload cookie.
364
365 2001-11-15 Richard M. Stallman <rms@gnu.org>
366
367 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
368
369 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
370
371 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
372
373 2001-11-15 Richard M. Stallman <rms@gnu.org>
374
375 * dired.el (dired-undo): Display a message to explain
376 that this does not undo file system changes.
377
378 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
379
380 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
381 into `unread-command-events' instead of trying keymap
382 lookups ourselves. This makes mouse-clicks do the right
383 thing even when keymaps of overlays are involved.
384 (mouse-drag-drag): Likewise.
385
386 2001-11-15 Andreas Schwab <schwab@suse.de>
387
388 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
389 characters and append anchor to pattern added to auto-mode-alist.
390
391 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
392
393 * server.el (server-process-filter): Run pore/post-comment-hook
394 before/after visiting the file.
395
396 * info-look.el (makefile-mode): Add info for automake.
397 (autoconf-mode): Fix the name of the index for automake.
398
399 * international/latin-9.el: Give pilcrow punctuation syntax.
400
401 2001-11-15 Andre Spiegel <spiegel@gnu.org>
402
403 * vc.el: Documentation fixes.
404
405 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
406
407 * smerge-mode.el (smerge-match-conflict): Fix typo.
408 (smerge-diff): Be careful to read match-data early enough.
409
410 2001-11-14 Colin Walters <walters@verbum.org>
411
412 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
413 (calcFunc-subst): Use `defalias' instead of `fset' and
414 `symbol-function'.
415
416 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
417 (calcFunc-ceil, calcFunc-round): Ditto.
418
419 * calc/calc-bin.el (calcFunc-clip): Ditto.
420
421 * calc/calc-ext.el (calcFunc-evalv): Ditto.
422
423 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
424
425 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
426 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
427
428 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
429
430 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
431 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
432 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
433 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
434 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
435 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
436 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
437 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
438 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
439 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
440 * calcsel2.el: Style cleanup; don't put closing parens on their
441 own line, add "foo.el ends here" to each file, and update
442 copyright date.
443
444 * README: Update maintainer.
445
446 2001-11-13 Alan Shutko <ats@acm.org>
447
448 * compile.el (recompile): Use compilation-arguments if set, so as
449 to be able to M-x recompile the exact command which created a
450 compilation-mode buffer.
451
452 2001-11-13 Richard M. Stallman <rms@gnu.org>
453
454 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
455
456 2001-11-13 Gerd Moellmann <gerd@gnu.org>
457
458 * mouse.el (mouse-drag-region): Don't run the up-event
459 handler if window start changed due to the down-mouse event.
460
461 2001-11-13 Richard M. Stallman <rms@gnu.org>
462
463 * mouse.el (mouse-show-mark): Either move point to the mark
464 or use highlighting, never both.
465 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
466
467 2001-11-13 Simon Josefsson <jas@extundo.com>
468
469 * mail/smtpmail.el (top-level): Change maintainer to Simon
470 Josefsson, cleanup the smtpmail.el header.
471
472 * mail/smtpmail.el (top-level): Don't require cl or base64.
473 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
474 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
475 Defsubst instead of defmacro.
476 (smtpmail-intersection): Return value in reverse order.
477 (smtpmail-open-stream): Use stringp instead of string-to-list.
478 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
479 separated from smtpmail-via-smtp.
480
481 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
482 rfc2104. Require base64 and cl.
483 (smtpmail-smtp-service): Doc fix. :type fix.
484 (smtpmail-debug-info): Doc fix.
485 (smtpmail-debug-verb, smtpmail-auth-credentials)
486 (smtpmail-starttls-credentials, smtpmail-auth-supported):
487 New variables.
488 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
489 mail-utils (it is autoloaded).
490 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
491 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
492 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
493 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
494 (smtpmail-via-smtp): Support AUTH.
495 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
496
497 2001-11-13 Richard M. Stallman <rms@gnu.org>
498
499 * ebuff-menu.el (electric-buffer-update-highlight): New function.
500 (electric-buffer-overlay): New variable.
501 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
502 (electric-buffer-list): Likewise.
503
504 2001-11-13 Per Starback <starback@ling.uu.se>
505
506 * isearch.el (isearch-whitespace-chars): Doc fix.
507 (isearch-mode): Handle negative search-slow-window-lines correctly.
508
509 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
510
511 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
512
513 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
514 From Emmanuel Briot <briot@act-europe.fr>.
515
516 2001-11-13 Colin Walters <walters@debian.org>
517
518 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
519
520 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
521 "~/.emacs"; use `read-file-name'.
522
523 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
524 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
525 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
526 * calc/calc.el: Use `frame-width' instead of `screen-width',
527 `frame-height' instead of `screen-height', and,
528 `executing-kbd-macro' instead of `executing-macro'.
529
530 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
531 correct number of arguments.
532
533 * calc/calc-aent.el (calc-do-alg-entry):
534 Use `blink-paren-function' instead of `blink-paren-hook'.
535
536 2001-11-12 Richard M. Stallman <rms@gnu.org>
537
538 * calendar/todo-mode.el (todo-save): Add save-excursion
539 and save-restriction.
540
541 * server.el (server-edit, server-done): Doc fix.
542
543 * simple.el (clone-indirect-buffer): Error if major mode symbol
544 has a no-clone-indirect property.
545 (clone-buffer): Check for obvious errors before reading clone name.
546
547 * info.el (Info-mode): Add a no-clone-indirect property.
548
549 2001-11-12 Sam Steingold <sds@gnu.org>
550
551 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
552 set-buffer-modified-p to nil after `vc-exec-after'.
553 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
554 (log-view-mode): Make read-only.
555 (log-view-current-file): Do final `expand-file-name' in the
556 current `default-directory'.
557 (log-view-current-tag): Take an optional `where' arg.
558 (log-view-diff): New user command.
559
560 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
561
562 * progmodes/cpp.el (cpp-choose-face): Fix typo.
563
564 2001-11-12 Sam Steingold <sds@gnu.org>
565
566 * emacs-lisp/cl-indent.el (toplevel): Indent properly
567 `generic-flet', `generic-labels', `with-accessors',
568 `with-condition-restarts'.
569
570 2001-11-12 Richard M. Stallman <rms@gnu.org>
571
572 * dired.el: Many trivial doc fixes.
573 (dired-get-file-for-visit): New function.
574 (dired-find-alternate-file, dired-mouse-find-file-other-window):
575 (dired-view-file, dired-find-file-other-window, dired-display-file):
576 (dired-find-file): Use dired-get-file-for-visit.
577
578 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
579
580 * sql.el (sql-mode): Doc change.
581
582 * sql.el (sql-mode-syntax-table): The backslash is no longer an
583 escape character.
584
585 2001-11-12 Colin Walters <walters@debian.org>
586
587 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
588 (calc-do-keypad): Don't attempt to use nonexistent global
589 mouse-map, use calc-keypad-map.
590 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
591 (calc-keypad-left-click): Don't use mouse-map; update to new event
592 interface.
593 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
594 (calc-keypad-press): Use `unread-command-events' instead of
595 `unread-command-char'.
596
597 * calc/calc-ext.el (calc-init-extensions): Update autoload names
598 to match files renamed on initial calc import.
599
600 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
601
602 * textmodes/flyspell.el (flyspell-default-dictionary):
603 Fix previous change.
604
605 2001-11-12 Richard M. Stallman <rms@gnu.org>
606
607 * textmodes/flyspell.el (flyspell-default-dictionary):
608 Fix custom type.
609
610 2001-11-11 Richard M. Stallman <rms@gnu.org>
611
612 * calendar/solar.el (solar-sunrise-and-sunset):
613 Exchange the two extreme values of day-length.
614
615 * progmodes/sh-script.el (sh-must-be-shell-mode):
616 Allow modes derived from sh-mode.
617
618 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
619 Turn off error in some re-search-forward calls.
620
621 * replace.el (query-replace-skip-read-only): New variable.
622 (perform-replace): If that variable is non-nil, ignore matches
623 that have a read-only property.
624
625 * derived.el (define-derived-mode): Doc fix.
626
627 * server.el (server-buffer-done): Test of server-existing-buffer
628 was backwards.
629 (server-existing-buffer): Doc fix.
630
631 * textmodes/flyspell.el (flyspell-default-dictionary):
632 Allow nil as value, and make nil the default.
633
634 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
635
636 * subdirs.el: Regenerated.
637
638 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
639 it is not fboundp.
640 (clipboard-yank): Ditto.
641
642 2001-11-11 Colin Walters <walters@verbum.org>
643
644 The following changes are based on patches from
645 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
646 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
647
648 * calc/calc.el (toplevel): Require calc-macs.
649 (calc-minibuffer-size): New.
650 (calcDigit-nondigit): Use it instead of `buffer-size'.
651 (calcDigit-backspace): Likewise.
652 (calcDigit-nondigit): Use `minibuffer-contents' instead of
653 `buffer-string'.
654 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
655 `point-min'.
656 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
657 `save-excursion'.
658
659 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
660 simple `setq' form.
661
662 * calc/calc-ext.el: (toplevel): Require calc.
663 (calc-fancy-prefix-map): New.
664 (calc-fancy-prefix): Use it.
665 (calc-fancy-prefix-other-key): New.
666
667 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
668 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
669 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
670 (calcAlg-enter): Likewise.
671 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
672
673 2001-11-10 Richard M. Stallman <rms@gnu.org>
674
675 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
676 (quietly-read-abbrev-file): Doc fix.
677
678 * startup.el (command-line): Read standard abbrev
679 file (abbrev-file-name), if it exists.
680
681 * files.el (save-abbrevs): Default value is t.
682
683 * progmodes/compile.el (compile-goto-error): Fix previous change
684 in the case where subsequent errors have not been parsed yet
685 because they are in a different source file.
686
687 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
688
689 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
690 Merge two regular expressions into one.
691 (ps-mode): Make local bindings for `comment-start' and
692 `comment-start-skip'.
693 (ps-mode-looking-at-nested): Simplify an if-else construct;
694 use `set-match-data' to set the result.
695
696 2001-11-10 Richard M. Stallman <rms@gnu.org>
697
698 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
699 Function deleted.
700 (flyspell-correct-word): Old definition deleted.
701 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
702 All references renamed too.
703
704 2001-11-10 Gerd Moellmann <gerd@gnu.org>
705
706 * Makefile.in (finder_setwins, setwins): Exclude Calc.
707
708 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
709
710 * wid-edit.el (checklist): Removed `:menu-tag'.
711 (radio-button-choice): Ditto.
712 (editable-list): Ditto.
713
714 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
715
716 * play/gomoku.el: Move definitions of constants to the beginning
717 of file, before their use.
718
719 2001-11-09 Richard M. Stallman <rms@gnu.org>
720
721 * textmodes/flyspell.el: Use the keymap property
722 instead of local-map, and don't use a minor-mode map.
723 (flyspell-mode-map): Variable deleted.
724 Don't mess with minor-mode-map-alist.
725 (calling add-minor-mode): Specify nil for keymap.
726 And always use add-minor-mode, now that it exists.
727 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
728 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
729 or flyspell-local-mouse-map.
730 (make-flyspell-overlay): Use flyspell-mouse-map directly.
731 (flyspell-mode): Doc fix.
732 (flyspell-mode-on): Don't call make-local-hook.
733
734 2001-11-09 Sam Steingold <sds@gnu.org>
735
736 * emacs-lisp/debug.el (debugger-make-xrefs):
737 Add buttons to all symbols.
738
739 2001-11-09 Andre Spiegel <spiegel@gnu.org>
740
741 * vc.el: Add John David Smith to credits.
742
743 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
744
745 * vc-hooks.el (vc-error-occured): Backquotified.
746 (vc-file-prop-obarray): Use prime length for better efficiency.
747
748 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
749
750 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
751
752 * info.el (Info-file-list-for-emacs): Add entries for Calc.
753
754 2001-11-09 Miles Bader <miles@gnu.org>
755
756 * subr.el (functionp): Don't consider macros as functions.
757
758 2001-11-08 Miles Bader <miles@gnu.org>
759
760 * subr.el (functionp): Make work correctly for macros and unbound
761 symbols.
762
763 * comint.el (comint-send-input): Fix description of
764 `comint-process-echoes' in the doc-string.
765
766 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
767
768 * international/mule.el (make-translation-table): Doc fix.
769 Suggested by Alex Schroeder <alex@gnu.org>.
770
771 2001-11-07 Richard M. Stallman <rms@gnu.org>
772
773 * info.el (Info-fontify-node): Highlight every third menu item.
774
775 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
776
777 * cus-edit.el (custom-face-value-create): Don't ignore the
778 `customized-face' attribute when finding the current face spec.
779
780 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
781
782 * subr.el (with-local-quit): New macro.
783 (make-syntax-table): Always inherit.
784 (functionp): Be more careful when `object' is a symbol.
785
786 * dabbrev.el (dabbrev-completion): Use "*Completions*".
787
788 2001-11-07 Paul Eggert <eggert@twinsun.com>
789
790 * dired.el (dired-move-to-filename-regexp):
791 Do not distinguish between ASCII letters and non-ASCII characters.
792 Don't allow comma except in the form "month day, year".
793 Don't allow space between month name and comma.
794 Clean up the code that checks for trailing period, comma, and space.
795 Remove now-obsolete comments, and add more commentary about
796 Japanese dates.
797 Always gobble up trailing spaces, instead of doing it only sometimes.
798
799 2001-11-07 Miles Bader <miles@gnu.org>
800
801 * paren.el (show-paren-match-face): Add dark-background variant.
802
803 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
804
805 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
806 (lisp-mode-variables): Don't set paragraph-{start,separate}.
807 Don't disable adaptive-fill-mode.
808 (lisp-fill-paragraph): Use tab-width rather than 8.
809 Prevent filling the first line of docstrings.
810
811 2001-11-06 Richard M. Stallman <rms@gnu.org>
812
813 * play/gomoku.el (gomoku): Doc fix.
814
815 * jka-compr.el (jka-compr-partial-uncompress):
816 Support an alternative of not using dd.
817 (jka-compr-dd-program): Use defcustom to define this.
818 (jka-compr-load-suffixes): Use defcustom.
819 (jka-compr-mode-alist-additions): Use defcustom.
820
821 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
822
823 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
824 Also work when LIMIT is further than the end of line.
825
826 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
827
828 * international/quail.el (quail-update-leim-list-file): Print the
829 offending file name if some of its quail-define-package forms is broken.
830
831 2001-11-05 Richard M. Stallman <rms@gnu.org>
832
833 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
834 of the evaluated form.
835
836 2001-11-05 Paul Eggert <eggert@twinsun.com>
837
838 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
839 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
840 stamps always line up by default. Also, it uses a slightly
841 different window to determine whether files are "recent".
842
843 2001-11-05 Andrew Innes <andrewi@gnu.org>
844
845 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
846 Don't attempt to remake autoloads before nuking .elc files.
847
848 2001-11-04 Richard M. Stallman <rms@gnu.org>
849
850 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
851 previous-single-property-change or next-single-char-property-change
852 returns nil.
853
854 * international/mule-cmds.el (set-locale-environment):
855 Make it interactive; make arg optional.
856
857 * international/mule-diag.el (help-funs): Require help-funs.
858
859 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
860
861 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
862
863 2001-11-04 Miles Bader <miles@gnu.org>
864
865 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
866 shadow of the splash image grey on a dark background instead of black.
867
868 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
869
870 * term.el (all faces): Don't (copy-face 'default <foo>).
871
872 * term/xterm.el (function-key-map):
873 Add entry for `ESC [ 3 ~' -> <delete>
874 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
875 Use inheritance so that .emacs and terminfo take precedence.
876
877 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
878
879 * tooltip.el (tooltip-delay): Decrease to 0.7.
880 (tooltip-hide-delay): Enlarge to 10.
881
882 2001-11-03 Richard M. Stallman <rms@gnu.org>
883
884 * startup.el (fancy-splash-tail): Explain how to recover
885 from a crash, if there was a crash.
886 (command-line-1): Reorganize display of startup screen,
887 to simplify the logic. Use a temp buffer for it.
888
889 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
890
891 * frame.el (set-background-color, set-foreground-color):
892 Call face-set-after-frame-default, to propagate the new colors to
893 the frame's parameters alist.
894
895 * calendar/timeclock.el (timeclock-out): Signal an error if
896 timeclock-last-event is nil.
897
898 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
899
900 * textmodes/fill.el (fill-context-prefix): Fix braino.
901
902 * international/quail.el (quail-help):
903 Use `help-buffer' and move `help-setup-xref' to beginning.
904
905 * international/mule-cmds.el (describe-language-environment):
906 Use `help-buffer' and move `help-setup-xref' to beginning.
907
908 * international/mule-diag.el (list-character-sets)
909 (sort-listed-character-sets, describe-character-set)
910 (describe-coding-system, describe-fontset, list-fontsets):
911 Use `help-buffer' and move `help-setup-xref' to beginning.
912 (describe-char-after): Use `internal-describe-syntax-value'.
913
914 2001-11-02 Richard M. Stallman <rms@gnu.org>
915
916 * mouse.el (popup-menu): If the user refuses to select
917 from a menu, don't try to invoke the menu.
918
919 2001-11-02 Miles Bader <miles@gnu.org>
920
921 * help-mode.el (help-xref): New button type.
922 (help-function, help-variable, help-face, help-coding-system)
923 (help-input-method, help-character-set, help-type, help-symbol)
924 (help-back, help-info, help-customize-variable, help-customize-face)
925 (help-function-def, help-variable-def): Use it as a supertype.
926 Remove `action' property.
927
928 * international/mule-diag.el (describe-character-set)
929 (describe-coding-system): Pass correct args to `help-xref-button'.
930 (sort-listed-character-sets): New button type.
931 (list-character-sets): Use it.
932 (list-charset-chars): New button type.
933 (list-character-sets-1): Use it.
934
935 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
936
937 * indent.el (tab-always-indent, indent-for-tab-command):
938 Remove redundant `never' setting.
939
940 * fill.el (fill-region-as-paragraph): Don't forget to skip
941 over current whitespace before looking for a preceding space.
942
943 2001-11-01 Richard M. Stallman <rms@gnu.org>
944
945 * files.el (file-newest-backup): Don't pass backup file name
946 thru file-name-sans-versions, because it never has version numbers.
947
948 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
949 to avoid ambiguous nested loops.
950
951 * files.el (find-file-noselect): Offer to change buffer-read-only
952 only when the file's read-only status has changed from before
953 as well as disagreeing with the buffer's current status.
954 (buffer-file-read-only): New var, local in all buffers.
955
956 * buff-menu.el (buffer-menu): Doc fix.
957 (buffer-menu-other-window): Doc fix.
958 (list-buffers, list-buffers-noselect): Doc fix.
959
960 2001-11-01 Gerd Moellmann <gerd@gnu.org>
961
962 * startup.el (command-line): If the terminal Emacs is running on
963 has erase char set to ^H, use the Backspace key for deleting
964 backward, and the Delete key for deleting forward.
965
966 2001-11-01 Miles Bader <miles@gnu.org>
967
968 * button.el (define-button-type): Make sure every user-defined
969 button type has a supertype.
970
971 2001-10-31 Jason Rumney <jasonr@gnu.org>
972
973 * international/mule-cmds.el (locale-language-names): Add chs and
974 cht as aliases for Chinese-GB and Chinese-BIG5.
975
976 2001-10-31 Richard M. Stallman <rms@gnu.org>
977
978 * bindings.el (mode-line-frame-identification): Add doc string.
979 (mode-line-position, mode-line-modes): New variables.
980 (mode-line-format): Use mode-line-position for the part
981 that displays the position-in-buffer info.
982 Use mode-line-modes for the part that displays major and minor modes.
983
984 2001-10-31 Sam Steingold <sds@gnu.org>
985
986 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
987 (debugger-setup-buffer): Call it.
988 (debugger-mode-map): Bind RET and mouse-2.
989
990 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
991
992 * startup.el: Document command line option --no-window-system
993 instead of --no-windows.
994
995 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
996
997 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
998
999 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1000 (font-lock-defaults-alist): Use it.
1001 From David Ponce <david.ponce@wanadoo.fr>
1002
1003 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1004 output of `char-after'.
1005
1006 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1007
1008 * simple.el (reindent-then-newline-and-indent): Insert the newline
1009 before indenting the first line.
1010 (undo-get-state, undo-revert-to-state): New funs.
1011 (shell-command): Don't kill the buffer even if empty.
1012 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1013 (transpose-subr-end2): Remove.
1014 (transpose-subr): Add `special' arg and simplify.
1015 (transpose-subr-1): Rewrite.
1016 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1017 (rfc822-goto-eoh): Simplify.
1018
1019 2001-10-30 Richard M. Stallman <rms@gnu.org>
1020
1021 * enriched.el (enriched-face-ans): FIx previous change.
1022
1023 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1024
1025 * international/iso-acc.el (iso-accents-compose): Remove a
1026 superfluous setq.
1027
1028 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1029
1030 * buff-menu.el (list-buffers-noselect): If the buffer's name
1031 starts with a blank, but it visits a file, do show it (for files
1032 whose names start with a blank).
1033
1034 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1035
1036 * textmodes/fill.el (sentence-end-double-space)
1037 (sentence-end-without-period): Move to paragraphs.el.
1038 (fill-indent-according-to-mode): Change default to t.
1039 (fill-context-prefix): Simplify control-flow and use a more
1040 sophisticated merge that unifies both previous checks.
1041 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1042 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1043 (fill-nobreak-p): New fun.
1044 (fill-region-as-paragraph): Use it.
1045 Handle `fill-indent-according-to-mode' slightly differently.
1046 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1047 (fill-individual-paragraphs-citation): Fix.
1048
1049 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1050 (paragraph-start): Change default to the `text-mode' value.
1051 (sentence-end-double-space, sentence-end-without-period):
1052 Move from fill.el.
1053 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1054 rather than rebinding `paragraph-start' and `paragraph-separate'.
1055
1056 * indent.el (indent-line-function): Change default to indent-relative.
1057 (tab-always-indent): Add an `never' setting.
1058 (indent-according-to-mode): Handle `indent-relative' and
1059 `indent-relative-maybe' specially.
1060 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1061 Handle the `never' case for `tab-always-indent'.
1062 Don't call indent-according-to-mode for indent-relative' and
1063 `indent-relative-maybe'.
1064 (insert-tab): Rename `prefix-arg' to `arg'.
1065 (indent-region): Indent the first line as well.
1066 (indent-relative): Don't mark the buffer modified if the indentation
1067 is unchanged.
1068
1069 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1070 Don't set paragraph-separate. Set paragraph-start more carefully.
1071 Set indent-line-function.
1072 (paragraph-indent-text-mode): Use it and define-derived-mode.
1073 (text-mode-map): Remove the \t binding.
1074 (text-mode): Simplify now that the default is more favorable.
1075
1076 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1077
1078 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1079 If the regexp doesn't match, use a looser one.
1080 (find-variable-noselect): Add `file' argument.
1081
1082 * pcvs.el (cvs-mode-commit-hook): New hook.
1083 (cvs-mode-commit): Run it.
1084
1085 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1086
1087 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1088 (edebug-instrument-function): Use `find-function-noselect'.
1089
1090 2001-10-29 Richard M. Stallman <rms@gnu.org>
1091
1092 * term.el (term-if-emacs19): Macro deleted.
1093 Callers changed to use progn instead.
1094
1095 * frame.el (blink-cursor-mode): Doc fix.
1096
1097 * files.el (find-backup-file-name): Use make-backup-file-name.
1098
1099 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1100 window-live-p.
1101 (edebug-set-conditional-breakpoint): Unconditionally use
1102 the former Emacs >=19 definition.
1103 (edebug-mark): Define unconditionally.
1104 (edebug-eval-expression): Always call read-from-minibuffer
1105 and specify history list.
1106 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1107 edebug-set-conditional-breakpoint.
1108 (edebug-emacs-version-specific): Function deleted;
1109 do the job at top level.
1110 (edebug-emacs-19-specific): Function deleted, this is the default.
1111
1112 2001-10-29 Sam Steingold <sds@gnu.org>
1113
1114 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1115 "/cygdrive/LETTER/" pathnames.
1116
1117 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1118
1119 * faces.el (invert-face): Check for 'unspecified, not for nil,
1120 when testing whether face colors are not specified.
1121 From David.Kastrup@t-online.de (David Kastrup).
1122 (read-face-name): Doc fix.
1123 (make-face-bold, make-face-unbold, make-face-italic)
1124 (make-face-unitalic, make-face-bold-italic, invert-face):
1125 Remove trailing blank from the prompt passed to read-face-name.
1126
1127 2001-10-29 Sam Steingold <sds@gnu.org>
1128
1129 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1130 Report numbers of files skipped and failed too.
1131 (byte-compile-file): Return 'no-byte-compile for skipped files.
1132
1133 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1134
1135 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1136 and `M p'.
1137
1138 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1139
1140 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1141 as is on unread-command-events instead of `(SECOND-CHAR)'.
1142
1143 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1144
1145 * vc.el: Mention vc-*-switches in backend API documentation.
1146 (vc-annotate): Adapt doc string to recent change.
1147
1148 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1149
1150 * enriched.el (enriched-face-ans): Handle face attributes
1151 of the form `(FACE1 FACE2 ...)'.
1152
1153 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1154
1155 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1156
1157 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1158
1159 * progmodes/sql.el (sql-db2): Doc change.
1160 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1161 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1162
1163 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1164
1165 * env.el (substitute-env-vars): Don't quote argument to `rx';
1166 it's a macro.
1167
1168 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1169
1170 * cus-start.el (recursive-load-depth-limit): Added.
1171
1172 2001-10-28 Richard M. Stallman <rms@gnu.org>
1173
1174 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1175 All uses removed--assume Emacs version is >= 20.
1176
1177 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1178 by really checking that it is not version 18.
1179
1180 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1181
1182 2001-10-28 Miles Bader <miles@gnu.org>
1183
1184 * faces.el (face-attribute): Add INHERIT argument, consider face
1185 inheritance if it's non-nil.
1186 (face-attribute-merged-with): New function.
1187 (face-attribute-specified-or): New macro.
1188 (face-foreground, face-background, face-stipple): Add INHERIT
1189 argument. Use `face-attribute-specified-or'.
1190
1191 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1192
1193 * font-lock.el: Require `syntax'.
1194 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1195 Use `c-font-lock-syntactic-face-function' for c languages.
1196 (font-lock-mode): Don't unset vars when turning the mode off.
1197 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1198 (font-lock-extra-managed-props): New var.
1199 (font-lock-default-unfontify-region): Use it.
1200 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1201 Don't eval the value when there's no match.
1202 (font-lock-ppss-stats): New var.
1203 (font-lock-ppss): New fun.
1204 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1205 (font-lock-apply-highlight): Allow `highlight' to set several props.
1206 (font-lock-set-defaults): Use dolist.
1207 (font-lock-unset-defaults): Remove.
1208 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1209 Try to recognize prototypes using `foo P_ ((args))'.
1210 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1211 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1212 (c-font-lock-syntactic-face-function): New function.
1213 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1214 (c++-keywords): Use a more sophisticated regexp to handle
1215 shallowly nested templates.
1216
1217 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1218
1219 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1220 (sgml-tag): Use it. Cleanup with `cond'.
1221 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1222 Mark the overlays and only delete those that are marked.
1223 (sgml-skip-close-p): Remove.
1224 (sgml-value): Replace sgml-skip-close-p with its definition.
1225 (html-tag-alist): Use sgml-xml a bit more.
1226 (html-mode): Set sgml-empty-tags.
1227
1228 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1229 (texinfo-update-node, texinfo-sequential-node-update):
1230 Don't bind the obsolete `auto-fill-hook'.
1231 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1232 Use `set-buffer' rather than `switch-to-buffer'.
1233 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1234 Use `set-buffer' rather than `switch-to-buffer'.
1235
1236 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1237 text-mode-syntax-table.
1238 (mail-mode): Use define-derived-mode.
1239 Fix ordering of alternatives in adaptive-fill-regexp.
1240 (mail-mode-map): Don't rely on keymap's internal representation.
1241
1242 2001-10-27 Sam Steingold <sds@gnu.org>
1243
1244 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1245 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1246 (sgml-mode-common): Call it.
1247 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1248 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1249 (html-horizontal-rule, html-image, html-ordered-list):
1250 (html-unordered-list, html-list-item, html-paragraph):
1251 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1252 `html-xhtml'.
1253
1254 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1255
1256 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1257 (ifnothtml): New alias.
1258
1259 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1260
1261 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1262 (toggle-text-mode-auto-fill): Use derived-mode-p.
1263
1264 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1265
1266 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1267 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1268
1269 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1270
1271 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1272 Add make-obsolete cookies, to follow faces.el.
1273
1274 These changes avoid warnings from the byte compiler in faces.el:
1275
1276 * faces.el (internal-get-face): Use facep instead of the obsolete
1277 internal-find-face.
1278 (internal-frob-font-weight, internal-frob-font-slant):
1279 New defaliases for obsolete functions.
1280 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1281 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1282 (x-make-font-bold-italic): Use internal-frob-font-weight and
1283 internal-frob-font-slant aliases instead of the obsolete
1284 x-frob-... functions.
1285
1286 2001-10-26 Sam Steingold <sds@gnu.org>
1287
1288 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1289 DOCTYPE; set `mode-name' based on it.
1290 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1291 (sgml-tag): Close empty tags in XHTML.
1292
1293 2001-10-26 Jason Rumney <jasonr@gnu.org>
1294
1295 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1296 when UNICODE is not defined.
1297
1298 2001-10-26 Sam Steingold <sds@gnu.org>
1299
1300 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1301 be alone on the line.
1302
1303 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1304
1305 * button.el (button): Special face definition for MS-DOS terminals.
1306
1307 2001-10-26 Sam Steingold <sds@gnu.org>
1308
1309 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1310 Protect the /= test by checking that the args are non-nil.
1311 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1312
1313 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1314
1315 * textmodes/artist.el (artist-version): 1.2.4.
1316 (artist-butlast-fn): New variable.
1317 (artist-butlast): New function.
1318 (artist-ellipse-mirror-quadrant): Use it.
1319 (artist-mouse-draw-poly): Use nil for `point-list'.
1320 (artist-mouse-draw-poly): Check for point-list being nil.
1321
1322 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1323
1324 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1325 lambda expression.
1326 (ps-mode-menu-main): Submenu with options on/off was replaced with
1327 a toggle button.
1328 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1329 (ps-mode): Autoload cookie added on same line as comment
1330 (ps-mode-tabkey, ps-mode-backward-delete-char):
1331 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1332 `indent-to' with `indent-line-to'
1333 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1334 instead of `eval'.
1335 (ps-mode-print-region): Use `with-temp-buffer'.
1336 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1337 (numerous places): Add back-tick and tick around names in
1338 docstrings, fix punctuation in docstrings, remove trailing spaces.
1339
1340 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1341
1342 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1343 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1344 (sgml-font-lock-syntactic-keywords): New var.
1345 (sgml-mode-common): Drop the two args.
1346 Don't make buffer-local variables that aren't used.
1347 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1348 Don't set `before-string' props from sgml-display-text.
1349 (sgml-mode): Use define-derived-mode.
1350 (sgml-tags-invisible): Use sgml-display-text.
1351 (sgml-quote): New command.
1352 (html-tag-alist): Add args for `span'.
1353 (html-mode): Use define-derived-mode.
1354 Set sgml-display-text and sgml-tag-face-alist.
1355
1356 2001-10-25 Sam Steingold <sds@gnu.org>
1357
1358 * add-log.el (add-log-always-start-new-record): New user option.
1359 (add-change-log-entry): Use it.
1360
1361 2001-10-25 Richard M. Stallman <rms@gnu.org>
1362
1363 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1364 bind case-fold-search if FROM is not all lower case.
1365
1366 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1367
1368 * startup.el (normal-top-level): Check for frame-initial-frame
1369 only if it's really used.
1370
1371 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1372
1373 * progmodes/compile.el (compilation-parse-errors-filename-function):
1374 New variable.
1375 (compilation-parse-errors): Use it.
1376
1377 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1378
1379 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1380 interactively so that C-u M-C-x still does edebug.
1381 (checkdoc-sentencespace-region-engine): Don't force a double-space
1382 after `.' if it doesn't look like an end-of-sentence.
1383 (debug-ignored-errors): Add `disambiguate ...'.
1384
1385 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1386
1387 * textmodes/texinfo.el (texinfo-environments)
1388 (texinfo-environment-regexp): Hoist.
1389 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1390 Only highlight the menu name in menu items.
1391 Setup `@foo ... @end foo' as text clones.
1392 (texinfo-clone-environment): New function.
1393 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1394 (texinfo-insert-block): Simplify.
1395 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1396 the command is repeated.
1397 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1398 (texinfo-insert-@end): Simplify.
1399
1400 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1401 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1402 (texinfo-subsubsection-level-regexp)
1403 (texinfo-update-menu-same-level-regexps)
1404 (texinfo-update-menu-higher-regexps)
1405 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1406
1407 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1408 (derived-mode-p): Autoload.
1409
1410 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1411 New vars and functions.
1412 (text-clone-maintain, text-clone-create): New functions.
1413
1414 2001-10-25 Miles Bader <miles@gnu.org>
1415
1416 * facemenu.el (facemenu-add-new-face): Fix variable names.
1417
1418 2001-10-24 Richard M. Stallman <rms@gnu.org>
1419
1420 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1421 of t and nil values.
1422 (facemenu-set-face): Handle START and END interactively.
1423 (facemenu-set-foreground): Don't use a face; specify color directly.
1424 (facemenu-set-background): Likewise.
1425 (facemenu-set-face-from-menu): Doc fix.
1426 (facemenu-active-faces): Use face-attribute-vector
1427 to handle bare attributes not in faces.
1428 (facemenu-get-face): Don't handle face names fg:... and bg:...
1429 specially.
1430 (facemenu-add-new-face): New argument MENU.
1431 New way to handle adding colors to the color menus.
1432
1433 * env.el (substitute-env-vars): Quote the arg to rx.
1434
1435 2001-10-24 Sam Steingold <sds@gnu.org>
1436
1437 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1438 Control" and "SGML" groups.
1439
1440 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1441
1442 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1443 Better handling of C++ template args to avoid confusion with `<'
1444 and `>' used as operators in member init expressions.
1445
1446 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1447
1448 * replace.el (perform-replace): Move START and END parameters
1449 to the end of the argument list and make them optional.
1450
1451 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1452 perform-replace.
1453
1454 * international/fontset.el (x-must-resolve-font-name): New function.
1455 (x-complement-fontset-spec): Use it.
1456
1457 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1458
1459 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1460
1461 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1462 Turn caadr into caar of cdr.
1463
1464 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1465
1466 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1467 of mouse-{1,2} since dragging is on the down event.
1468
1469 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1470
1471 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1472 if ARG is nil.
1473
1474 * desktop.el (desktop-last-buffer): New variable.
1475 (desktop-create-buffer): Set it.
1476 (desktop-read): Bind it and switch to that buffer.
1477
1478 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1479
1480 * progmodes/compile.el (compilation-set-window-height):
1481 Select old window only if it's still live.
1482
1483 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1484
1485 * help-mode.el (help-buffer): Remove debugging code.
1486 From Stefan Monnier <monnier@cs.yale.edu>.
1487
1488 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1489
1490 * files.el (file-name-sans-extension, file-name-extension):
1491 Don't count the leading dots in file names as signaling an extension.
1492
1493 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1494
1495 * vc.el (vc-diff-switches): Doc rewritten.
1496
1497 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1498
1499 * tooltip.el (tooltip-set-param): Doc fix.
1500
1501 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1502 127 to sgml-maybe-name-self.
1503 (sgml-name-8bit-mode): Doc fix.
1504 (sgml-char-names-table): New variable.
1505 (sgml-name-char): Support non-ASCII and mule-unicode-*
1506 characters. Doc fix.
1507 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1508
1509 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1510 doc string the effect of `left' and `top' parameters in
1511 tooltip-frame-parameters, the default values, and the units.
1512 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1513 (tooltip-show): Mention in the doc string the `top' and `left'
1514 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1515
1516 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1517
1518 Add autoscaling support for vc-annotate.
1519 From J.D. Smith <jdsmith@alum.mit.edu>.
1520
1521 * vc.el (vc-annotate-display-default): Accept colormap scaling
1522 ratio (now deprecated).
1523 (vc-annotate-display-autoscale): Added.
1524 (vc-annotate-add-menu): New autoscaling menu options "Span to
1525 Oldest" and "Span Oldest->Newest". Easymenu support added for
1526 toggle menus driven by customize variable `vc-annotate-display-mode'.
1527 (vc-annotate-display-select): Added.
1528 (vc-annotate): Changed temp-buffer-show-function to
1529 `vc-annotate-display-select'.
1530 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1531 Added argument OFFSET. Instead of backend function, calls now
1532 generic `vc-annotate-difference'.
1533 (vc-annotate-difference): Added as generic function instead of
1534 backend-specific function. No longer takes argument POINT, but
1535 instead accepts a time OFFSET.
1536 (vc-default-annotate-current-time): Added.
1537
1538 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1539 version in vc.el, with
1540 (vc-cvs-annotate-current-time): Added, as override of default.
1541 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1542 `vc-cvs-annotate-difference'.
1543
1544 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1545
1546 * saveplace.el (save-place): Require `saveplace'.
1547
1548 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1549 Use `sexp' for :value-type instead of `face'.
1550
1551 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1552
1553 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1554 regexps due to 5-digit message IDs.
1555
1556 2001-10-21 Jason Rumney <jasonr@gnu.org>
1557
1558 * term/w32-win.el (redisplay-dont-pause): Don't set.
1559
1560 2001-10-21 Miles Bader <miles@gnu.org>
1561
1562 * help-funs.el (help-manyarg-func-alist): Variable removed.
1563
1564 2001-10-21 Miles Bader <miles@gnu.org>
1565
1566 * help-funs.el (help-manyarg-func-alist): Remove entries for
1567 `insert', `insert-and-inherit', `insert-before-markers',
1568 `insert-before-markers-and-inherit', `message', `message-box',
1569 `message-or-box', `propertize', `format', `encode-time', `append',
1570 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1571 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1572 `ml-prefix-argument-loop'.
1573
1574 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1575
1576 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1577 (vc-default-diff-tree): New functions.
1578 (vc-version-diff): Use them. As a result, coding systems are now
1579 set up properly for all sorts of diffs, and tree diffs can now
1580 also be done locally.
1581 (vc-diff): With a prefix argument, don't require that it's called
1582 from a buffer under version control.
1583 (diff-switches): Remove duplicate definition.
1584
1585 * vc-cvs.el (vc-cvs-diff-tree): New function.
1586
1587 2001-10-21 Miles Bader <miles@gnu.org>
1588
1589 * help-funs.el (help-manyarg-func-alist): Remove entries for
1590 `list', `vector', `make-byte-code', `call-process',
1591 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1592 `logand', `logior', and `logxor'.
1593
1594 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1595 image bits to compensate. Use `make-string' instead of
1596 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1597
1598 2001-10-20 Kim F. Storm <storm@cua.dk>
1599
1600 * simple.el (kill-ring-save): Don't show extent of copied region
1601 if using transient-mark-mode and region is fully visible.
1602
1603 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1604
1605 * (Version 21.1 released.)
1606
1607 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1608
1609 * files.el (auto-mode-alist): Associate .indent.pro with
1610 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1611
1612 2001-10-18 Sam Steingold <sds@gnu.org>
1613
1614 Put the *Compile-Log* buffer in `compilation-mode'.
1615 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1616 (byte-compile-log-1, byte-compile-log-file)
1617 (displaying-byte-compile-warnings): Use it
1618
1619 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1620
1621 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1622
1623 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1624
1625 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1626
1627 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1628
1629 * obsolete/hilit19.el (hilit-lookup-face-create):
1630 Call set-face-font only if display-graphic-p.
1631 (toplevel): Remove references to window-system.
1632
1633 2001-10-18 Miles Bader <miles@gnu.org>
1634
1635 * simple.el (what-line): Avoid problems with field properties.
1636
1637 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1638
1639 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1640 Define special colors for a tty.
1641
1642 2001-10-17 Francesco Potorti` <pot@gnu.org>
1643
1644 * comint.el (comint-password-prompt-regexp): Make it less
1645 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1646
1647 2001-10-17 John Wiegley <johnw@gnu.org>
1648
1649 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1650 a regular file, before checking if it is a directory or symlink.
1651 This avoids a call to eshell-file-attributes, which can be
1652 expensive in some situations.
1653
1654 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1655 customization variable, to differentiate ls-in-dired from regular
1656 uses of ls.
1657
1658 2001-10-17 Miles Bader <miles@gnu.org>
1659
1660 * custom.el (defface): Mention `:inherit' in doc-string.
1661
1662 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1663
1664 * paren.el: Update the Commentary with installation instructions.
1665
1666 2001-10-15 Dave Love <fx@gnu.org>
1667
1668 * international/mule.el (set-auto-coding): Fix regexps for local
1669 variables section not to eat newlines.
1670
1671 2001-10-15 Miles Bader <miles@gnu.org>
1672
1673 * simple.el (display-message-or-buffer): Pass the correct buffer
1674 to `display-buffer'.
1675
1676 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1677
1678 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1679 (executable-find): Use exec-suffixes.
1680 (executable-set-magic): Don't use make-local-hook.
1681
1682 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1683
1684 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1685
1686 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1687 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1688 Add .so to the Unix and GNU branch.
1689
1690 * international/latin-1.el:
1691 * international/latin-2.el:
1692 * international/latin-3.el:
1693 * international/latin-4.el:
1694 * international/latin-5.el:
1695 * international/latin-8.el:
1696 * international/latin-9.el: Add no-byte-compile: t, since
1697 Makefile.in instructs make-docfile to look at .el files.
1698
1699 2001-10-14 Miles Bader <miles@gnu.org>
1700
1701 * button.el (define-button-type): Allow supertype property to be
1702 specified with a keyword `:supertype' too.
1703 (button-put, make-text-button): Allow button type property to be
1704 specified using the keyword `:type' too.
1705 (button-type): New function.
1706 (button): Add `button-category-symbol' property.
1707
1708 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1709
1710 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1711 indent-new-comment-line from comment-indent-new-line.
1712
1713 * textmodes/refill.el (refill-mode):
1714 Bind DEL to backward-delete-char-untabify.
1715 Set backward-delete-char-untabify-method to `hungry'.
1716
1717 * textmodes/bib-mode.el (bib-mode):
1718 * play/gomoku.el (gomoku-mode):
1719 * textmodes/page-ext.el (pages-directory-mode):
1720 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1721
1722 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1723
1724 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1725
1726 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1727 Handle here-docs differently.
1728 (sh-font-lock-heredoc): Remove.
1729 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1730 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1731 (sh-font-lock-open-heredoc): New functions.
1732 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1733 (sh-font-lock-keywords-1): Use regexp-opt.
1734 (sh-in-comment-or-string): Use syntax-ppss.
1735 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1736 (sh-select, sh-tmp-file): Add explicit terminating \n.
1737
1738 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1739 Use with-current-buffer.
1740 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1741 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1742 filename), catch any error that occurs in `ange-ftp-cd'.
1743 If an error happened, don't bother sending `cmd' at all.
1744 Fix a parenthesis typo.
1745 (ange-ftp-write-region): Don't blindly use binary if the remote host
1746 is unix-like.
1747
1748 * play/pong.el (pong-init): Don't use make-local-hook.
1749
1750 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1751
1752 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1753 (viper-get-ex-address-subr): More precise addr for the $ marker
1754
1755 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1756
1757 * version.el (emacs-version): Bump to 21.1.50.
1758
1759 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1760
1761 * mail/mailalias.el (mail-directory-stream): Do not double
1762 variables in the lambda-list.
1763
1764 * play/gomoku.el (gomoku-init-display): Ditto.
1765
1766 * play/landmark.el (lm-init-display): Ditto.
1767
1768 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1769 (delimit-columns-rectangle-line): Ditto.
1770
1771 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1772
1773 * newcomment.el (comment-region-internal): Don't rebind
1774 invisibility_spec now that the C routines handle it correctly.
1775
1776 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1777
1778 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1779 and `same-frame'.
1780
1781 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1782
1783 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1784
1785 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1786 C-p and C-r. Remove redundant bindings from inheriting maps.
1787
1788 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1789 After 4.23 and: After 4.24:
1790 (cperl-contract-levels): Restore position.
1791 (cperl-beautify-level): Likewise.
1792 (cperl-beautify-regexp): Likewise.
1793 (cperl-commentify): Rudimental support for length=1 runs
1794 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1795 After 4.25:
1796 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1797 (imenu-example--create-perl-index): Was not enforcing
1798 syntaxification-to-the-end.
1799 (cperl-invert-if-unless): Allow `for', `foreach'.
1800 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1801 Mark qw(), m()x as indentable.
1802 (cperl-init-faces): Highlight `sysopen' too.
1803 Highlight $var in `for my $var' too.
1804 (cperl-invert-if-unless): Was leaving whitespace at end.
1805 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1806 (cperl-calculate-indent): Remove old commented out code.
1807 Support (primitive) indentation of qw(), m()x.
1808 After 4.26:
1809 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1810 q [] with intervening newlines.
1811 (cperl-autoindent-on-semi): New customization variable.
1812 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1813 (cperl-tips): Mention how to make CPerl the default mode.
1814 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1815 (cperl-outline-level): New function.
1816 (cperl-highlight-variables-indiscriminately): New customization var.
1817 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1818 From Sean Kamath <kamath@pogo.wv.tek.com>.
1819 (cperl-after-block-p): Support CHECK and INIT.
1820 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1821 From Doug MacEachern <dougm@covalent.net>.
1822 After 4.27:
1823 (cperl-find-pods-heres): Recognize \"" as a string.
1824 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1825 Allow whitespace between << and "FOO".
1826 (cperl-problems): Remove \"" and q [] with intervening newlines.
1827 Mention multiple <<EOF as unsupported.
1828 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1829 (cperl-indent-parens-as-block): New configuration variable.
1830 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1831 Use `cperl-indent-parens-as-block'.
1832 (cperl-find-pods-heres): Test for =cut without empty line instead of
1833 complaining about no =cut.
1834 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1835 (cperl-find-pods-heres): Likewise.
1836 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1837 POD could've been marked as comment already.
1838 (cperl-unwind-to-safe): Unwind before start of POD too.
1839 After 4.28:
1840 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1841 After 4.29:
1842 (x-color-defined-p): Make an extra case to peacify the warning.
1843 Toplevel: `defvar' to peacify the warnings.
1844 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1845 No -nw-compile time warnings now.
1846 (cperl-find-tags): TAGS file had too short substring-to-search.
1847 Be less verbose in non-interactive mode
1848 (imenu-example--create-perl-index): Set index-marker after name
1849 (cperl-outline-regexp): New variable.
1850 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1851 (cperl-mode): Made use `cperl-outline-regexp'.
1852 After 4.30:
1853 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1854 (cperl-outline-level): Make start-of-file same level as `package'.
1855 After 4.31:
1856 (cperl-electric-pod): `head1' and `over' electric only if empty.
1857 (cperl-unreadable-ok): New variable.
1858 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1859 on an unreadable file.
1860 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1861 on an unreadable directory.
1862
1863 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1864 Consider the text between two errors as belonging to the first error.
1865 (compilation-goto-locus): Use pop-to-buffer rather than
1866 switch-to-buffer-other-frame.
1867
1868 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1869 (awk-font-lock-syntactic-keywords): New var.
1870 (awk-mode): Use it.
1871
1872 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1873
1874 * faces.el (describe-face): Call help-setup-xref earlier.
1875
1876 * jka-compr.el (jka-compr-load-suffixes): New var.
1877 (jka-compr-install): Add its content to load-suffixes.
1878 (jka-compr-uninstall): Remove its content from load-suffixes.
1879
1880 2001-10-12 Sam Steingold <sds@gnu.org>
1881
1882 * bindings.el (completion-ignored-extensions): CL-related
1883 extensions are platform-independent.
1884
1885 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1886 asynchronous multiple file copying.
1887
1888 2001-10-12 Gerd Moellmann <gerd@gnu.org>
1889
1890 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1891 Turn error for repeated variables into warning.
1892
1893 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1894 New function checking that lambda-list consists of non-constant
1895 symbols, that &rest and &optional are followed by variable names,
1896 that &rest VAR is the last element, and that variables aren't doubled.
1897 (byte-compile-lambda): Use it.
1898
1899 2001-10-12 Eli Barzilay <eli@barzilay.org>
1900
1901 * calculator.el (calculator-eng-display): Don't call concat
1902 with an integer argument.
1903
1904 2001-10-12 Miles Bader <miles@gnu.org>
1905
1906 * help-mode.el (help-customize-face): New button-type.
1907
1908 * faces.el (list-faces-display): Fix args to `help-xref-button'.
1909 (describe-face): Fix args to `help-xref-button'.
1910 Don't switch to help-buffer around call to `help-setup-xref'.
1911 Use `help-buffer' instead of hard-wired "*Help*".
1912 Require `help-mode'.
1913
1914 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1915
1916 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
1917
1918 * help-mode.el (help-buffer): New function.
1919 Returns the buffer-name to use for help output.
1920 Change all the code to use it instead of hard-coding *Help*.
1921 (help-mode-map): Put back the mouse-2 binding.
1922 (help-xref-stack): Change the format and make buffer-local.
1923 (help-xref-stack-item): Make buffer-local.
1924 (help-setup-xref): Do the `push' here rather than in help-do-xref.
1925 (help-xref-interned): Display the face doc as well.
1926 (help-follow-mouse): Re-introduce.
1927 (help-xref-go-back): Adapt to the new use of help-xref-stack.
1928 (help-do-xref): Don't `push' any more.
1929 (help-follow): Also follow face names.
1930
1931 * help-funs.el (describe-function-1): Remove unused `parens' arg.
1932 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
1933 Autoload and cleanup.
1934 (describe-function): Call help-setup-xref.
1935 (describe-variable): Call help-setup-xref earlier.
1936
1937 * help.el (describe-bindings-internal): New fun moved from keymap.c.
1938 (view-lossage): Call help-setup-xref correctly and earlier.
1939 (describe-bindings): Call help-setup-xref earlier.
1940 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
1941 (describe-mode): Don't autoload. Call help-setup-xref earlier.
1942
1943 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1944
1945 * master.el (master-mode): Use define-minor-mode instead of
1946 easy-mmode-define-minor-mode. Add autload cookie.
1947 (Commentary): Remove the line showing how to autoload master-mode,
1948 since it's always autoloaded.
1949
1950 * master.el: New file.
1951
1952 2001-10-11 Dave Love <fx@gnu.org>
1953
1954 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
1955 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
1956 <const-C varset-X const-C>: Fix car/cdr typo.
1957
1958 2001-10-11 Gerd Moellmann <gerd@gnu.org>
1959
1960 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
1961 New function extracted from byte-compile-log-1.
1962 (byte-compile-log-1): Change output to be more in line with
1963 the output of other GNU tools.
1964 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
1965 (byte-compile-report-error): Downcase error message.
1966 Use `error' instead of `!!' for error messages.
1967 (byte-compile-print-syms): Treat non-interactive case specially.
1968 (displaying-byte-compile-warnings): Use backquote.
1969 (byte-compile-from-buffer): Bind byte-compile-last-line.
1970 (batch-byte-compile): Remove `Done' message.
1971
1972 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1973
1974 * emacs-lisp/copyright.el (copyright): Add final \n.
1975
1976 2001-10-11 Miles Bader <miles@gnu.org>
1977
1978 * diff.el (diff): Display default values in prompts as
1979 `(default ...)', not `(...)'.
1980
1981 * info.el (Info-follow-reference): Likewise.
1982
1983 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
1984
1985 * emacs-lisp/autoload.el (doc-string-elt): Remove.
1986
1987 * newcomment.el (comment-indent): Be a little more robust in case
1988 comment-indent-function does funny things.
1989 (comment-normalize-vars): Autoload.
1990 (comment-region-internal): Fiddle with the visibility spec.
1991 (comment-valid-prefix): New function.
1992 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
1993 that would turn comment-text into non-comment-text.
1994
1995 * emacs-lisp/syntax.el: New file.
1996
1997 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
1998 compatibility cruft.
1999 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2000 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2001 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2002 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2003 tcl-submit-bug-report.
2004 (tcl-mode-syntax-table): Leave \f alone.
2005 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2006 tcl-end-of-defun, tcl-submit-bug-report.
2007 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2008 (tcl-add-emacs-menu): Remove.
2009 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2010 (tcl-keyword-list): Add `chain'.
2011 (tcl-font-lock-syntactic-keywords): New variable.
2012 (tcl-pps-has-arg-6): Remove.
2013 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2014 (tcl-internal-mark-defun): Remove.
2015 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2016 (tcl-mode): Use define-derived-mode. Simplify.
2017 Set comment-indent-function.
2018 (tcl-indent-command): Use line-beginning-position and comment-indent.
2019 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2020 (tcl-indent-line): Use tcl-calculate-indent.
2021 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2022 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2023 (tcl-filter): Use with-current-buffer, simplify.
2024 (inferior-tcl-mode): Use define-derived-mode.
2025 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2026 (tcl-simple-in-comment, tcl-in-comment): Removed.
2027 (tcl-files-alist): New function.
2028 (tcl-help-snarf-commands): Use it and return the result directly
2029 rather than through a global variable.
2030 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2031 (tcl-help-on-word): Provide the default value to completing-read.
2032 (tcl-hilit): Remove.
2033 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2034 (tcl-comment-indent): New function.
2035 (tcl-submit-bug-report): Remove.
2036 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2037 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2038 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2039
2040 2001-10-10 Miles Bader <miles@gnu.org>
2041
2042 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2043 (Info-fontify-node): Don't fontify the node if it's already been done.
2044
2045 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2046
2047 * international/iso-transl.el (iso-transl-e-caret)
2048 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2049 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2050
2051 * simple.el (end-of-buffer): Fix code scrolling specially
2052 for the buffer end.
2053
2054 * startup.el (command-line-1): Bind tab-width to 8.
2055
2056 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2057
2058 * emulation/tpu-edt.el: Use defalias instead of fset for
2059 user-visible commands. From Rob Riepel
2060 <riepel@Networking.Stanford.EDU>.
2061
2062 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2063
2064 * ruler-mode.el: New file.
2065
2066 2001-10-09 Miles Bader <miles@gnu.org>
2067
2068 * apropos.el (button): New require.
2069
2070 * help-funs.el: New file, contents mostly from `help.el'.
2071 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2072
2073 * help-mode.el: New file, contents mostly from `help.el'.
2074
2075 * help.el: Don't require `view' when compiling.
2076 (help-with-tutorial, describe-function, describe-function-1)
2077 (variable-at-point, describe-variable, locate-library):
2078 Functions moved into `help-funs.el'.
2079 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2080 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2081 (help-setup-xref, help-xref-following, help-make-xrefs)
2082 (help-xref-button, help-insert-xref-button, help-xref-interned)
2083 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2084 (help-xref-on-pp): Functions moved into `help-mode.el'
2085 (help-mode-map, help-xref-stack, help-xref-stack-item)
2086 (help-highlight-p, help-highlight-face, help-back-label)
2087 (help-xref-symbol-regexp, help-xref-mule-regexp)
2088 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2089 (help-symbol, help-back, help-info, help-customize-variable)
2090 (help-function-def, help-variable-def):
2091 Button-types moved into `help-mode.el'.
2092 (load-symbol-file-load-history, symbol-file):
2093 Functions moved into `subr.el'.
2094 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2095 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2096
2097 * subr.el (symbol-file-load-history-loaded)
2098 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2099
2100 * loadup.el ("button"): Load removed.
2101
2102 * button.el (define-button-type): Respect any `supertype' property.
2103 (button-type-subtype-p, button-has-type-p): New functions.
2104
2105 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2106 dollar-signs.
2107
2108 * comint.el (comint-insert-previous-argument): New function.
2109 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2110 (comint-insert-previous-argument-last-start-pos)
2111 (comint-insert-previous-argument-last-index): New variables.
2112
2113 * apropos.el (apropos-next-label-button): Use the presence of a
2114 `apropos-label' property to detect label buttons.
2115
2116 2001-10-08 Miles Bader <miles@gnu.org>
2117
2118 * button.el (next-button, previous-button): Remove N and WRAP
2119 parameters. Don't pay attention to `skip' properties.
2120 (forward-button): Implement wrapping, iterating, and skipping here
2121 instead.
2122 (button-activate): USE-MOUSE-ACTION is optional.
2123 (button-nop): Function removed.
2124 (default-button): Use `ignore' as default button action.
2125
2126 * apropos.el (apropos-next-label-button): Update arguments to
2127 `next-button'.
2128 (apropos-symbol): Add `skip' property.
2129 (apropos-function, apropos-macro, apropos-command)
2130 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2131 (apropos-plist): New button types.
2132 (apropos-label-properties): Variable removed.
2133 (apropos-print): Pass button-type to apropos-print-doc, rather
2134 than help function and label text.
2135 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2136 Get button label from TYPE.
2137
2138 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2139
2140 * help.el (help-mode): Use define-derived-mode.
2141 (describe-mode): Add optional `buffer' arg.
2142 Use it instead of going through help-xref-mode.
2143 Avoid doubling the word `minor' when prettifying.
2144 (describe-function-1): List the corresponding key bindings.
2145 (describe-variable): Say if the var is automatically buffer-local.
2146 If the source is `loaddefs.el', look for the real source.
2147 (help-xref-mode): Remove.
2148
2149 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2150 the file says no-byte-compile.
2151
2152 2001-10-08 Miles Bader <miles@gnu.org>
2153
2154 * button.el (next-button, previous-button): Respect `skip' property.
2155
2156 2001-10-07 Miles Bader <miles@gnu.org>
2157
2158 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2159 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2160 `woman-follow-word' instead of `woman-mouse-2'.
2161 (woman-follow-word): Renamed from `woman-mouse-2'.
2162 Follow current unconditionally, since this function is now only
2163 bound to M-mouse-2. Use accessor functions.
2164 (WoMan-highlight-references): Use `make-text-button'.
2165 (woman-xref): New button type.
2166
2167 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2168 ("button"): New load, just before "help" (which uses it).
2169
2170 * help.el (help-mode-map): Make button-buffer-map our parent.
2171 Don't bind mouse events or tab/backtab.
2172 (help-function, help-variable, help-face, help-coding-system)
2173 (help-input-method, help-character-set, help-back, help-info)
2174 (help-customize-variable, help-function-def, help-variable-def):
2175 New button types.
2176 (help-button-action): New function.
2177 (describe-function-1): Pass help button-types to
2178 `help-xref-button' rather than help function and help-echo string.
2179 Don't put multiple help-function args in a list to pass them to
2180 help-xref-button, just pass them as multiple arguments.
2181 Use `help-insert-xref-button' to make [back]-button, rather than
2182 `help-xref-button'.
2183 (help-xref-button): Take a button-type TYPE as a parameter rather
2184 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2185 and add a &rest parameter ARGS to serve the same purpose.
2186 Use `make-text-button' to add the button.
2187 (help-insert-xref-button): Use `insert-text-button' to add the button.
2188 (help-follow-mouse, help-next-ref, help-previous-ref):
2189 Functions removed.
2190 (help-do-xref): New function.
2191 (help-follow): Use `push-button' and `help-do-xref' to do most of
2192 the work.
2193
2194 * apropos.el (apropos-symbol, apropos-label): New button types.
2195 (apropos-symbol-button-display-help)
2196 (apropos-label-button-display-help, apropos-next-label-button):
2197 New functions.
2198 (apropos-mode-map): Make button-buffer-map our parent.
2199 Don't bind mouse events.
2200 (apropos-print, apropos-print-doc): Create buttons instead of text
2201 properties.
2202 (apropos-mouse-follow): Function removed.
2203 (apropos-follow): Use buttons.
2204
2205 * button.el: New file.
2206
2207 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2208
2209 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2210 Remove.
2211
2212 2001-10-05 Richard M. Stallman <rms@gnu.org>
2213
2214 * add-log.el (add-change-log-entry): Skip copyright notice
2215 and copying permission notice at start of file, if any.
2216 Make use of terms "entry" and "item" accord with Emacs manual.
2217 Simplify the logic for moving point while entering or creating
2218 an entry and then an item.
2219 (add-change-log-entry-other-window): Doc fix.
2220
2221 2001-10-06 Miles Bader <miles@gnu.org>
2222
2223 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2224 removed; they apparently don't work with faces.
2225
2226 2001-10-05 Sam Steingold <sds@gnu.org>
2227
2228 * textmodes/sgml-mode.el (html-xhtml): New user option.
2229 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2230 (html-ordered-list, html-unordered-list, html-list-item)
2231 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2232 (sgml-skip-close-p): New function.
2233 (sgml-value): Use it.
2234
2235 2001-10-05 Sam Steingold <sds@gnu.org>
2236
2237 * calendar/diary-lib.el (diary-entry-compare): When times are
2238 identical, compare the entries lexicographically.
2239
2240 2001-10-06 Miles Bader <miles@gnu.org>
2241
2242 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2243 Use `minibuffer-prompt-end'.
2244
2245 * simple.el (previous-matching-history-element): Fix misplaced
2246 parentheses.
2247
2248 2001-10-05 Miles Bader <miles@gnu.org>
2249
2250 * rfn-eshadow.el: New file.
2251
2252 2001-10-05 Miles Bader <miles@gnu.org>
2253
2254 * cus-face.el (custom-face-attributes): Make sure each attribute
2255 has a valid default value. Remove hacks that mapped `nil' to
2256 `off' and used nil to mean `unspecified'. Remove `unspecified'
2257 choices from all attributes (unspecified is handled by the parent
2258 checklist).
2259 * cus-edit.el (custom-face-edit-convert-widget)
2260 (custom-face-edit-deactivate, custom-face-edit-activate)
2261 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2262 New functions.
2263 (custom-face-edit): Specify a custom :convert-widget.
2264 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2265 Don't pass in default filters that map between `nil' and `off' and
2266 `unspecified' and `nil'.
2267
2268 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2269
2270 * progmodes/compile.el (compilation-buffer-name): New function.
2271 (compile-internal): Use it to determine the name of the
2272 compilation buffer.
2273
2274 2001-10-05 Miles Bader <miles@gnu.org>
2275
2276 * progmodes/compile.el (grep-use-null-device): New variable.
2277 (grep-command): Mention `grep-use-null-device'.
2278 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2279 Make computation of `grep-command' respect `grep-use-null-device'.
2280 (grep): Respect `grep-use-null-device'.
2281 Call `grep-compute-defaults' even if grep-command is set, if
2282 grep-use-null-device is still tentative.
2283
2284 * subr.el (call-process-shell-command): New function.
2285
2286 2001-10-05 Miles Bader <miles@gnu.org>
2287
2288 * simple.el (previous-matching-history-element)
2289 (next-history-element, next-complete-history-element): Use
2290 `minibuffer-' functions instead of calling `field-' functions directly.
2291 (minibuffer-prompt-end, minibuffer-contents):
2292 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2293 Functions removed (now subrs).
2294 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2295
2296 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2297 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2298 instead of calling `field-' functions directly.
2299 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2300
2301 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2302
2303 * files.el (find-file-noselect): If file's read-only status has
2304 changed on disk, ask if buffer's read-only status should be
2305 changed, unless NOWARN is set.
2306
2307 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2308 alias for define-setf-method.
2309
2310 * bindings.el: Remove no-byte-compile from file local variables
2311 to enable bootstrapping.
2312
2313 2001-10-04 Andrew Innes <andrewi@gnu.org>
2314
2315 * faces.el (face-font-registry-alternatives) [windows-nt]:
2316 Make gb2312 an alias for gb2312.1980.
2317
2318 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2319
2320 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2321 (uniquify-reverse-components): Remove.
2322
2323 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2324 Make sure the file is readable.
2325 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2326 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2327 (batch-byte-recompile-directory): Pass arg=0.
2328
2329 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2330 (perl-calculate-indent): Use it.
2331 (perl-backward-to-noncomment): Use forward-comment.
2332
2333 * derived.el (define-derived-mode, derived-mode-make-docstring):
2334 Allow `parent' to be nil.
2335
2336 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2337 Use define-derived-mode.
2338 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2339
2340 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2341
2342 * emacs-lisp/lselect.el: Use facep iso find-face.
2343
2344 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2345 Use regexp-opt.
2346 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2347 (lisp-font-lock-syntactic-face-function): New function.
2348 (lisp-mode-variables): Use it. Make arg optional.
2349 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2350 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2351 Set comment-start-skip.
2352
2353 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2354
2355 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2356 (ignore-errors): Don't bother using a `err' symbol.
2357
2358 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2359 (autoload-insert-section-header, autoload-before-p)
2360 (autoload-remove-section): New functions.
2361 (generate-file-autoloads): Use them.
2362 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2363 Make sure the autoload file is properly formatted when creating it.
2364 (update-autoloads-from-directories): Use them as well.
2365 Only update autoloads for files whose timestamp has changed.
2366 Add a dummy entry to remember the files which had no autoload cookies.
2367
2368 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2369
2370 * subr.el (define-key-after): Allow `key' to be longer than 1.
2371 (make-local-hook): Make obsolete.
2372 (add-hook, remove-hook): Don't use make-local-hook any more.
2373 (make-syntax-table): Inherit all chars from s-s-t.
2374
2375 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2376
2377 This is a fix for a report saying that resuming a search with C-s
2378 C-s doesn't use the case-fold-search setting of the previous
2379 search (C-s ... M-c ... then C-s C-s).
2380
2381 * isearch.el (isearch-last-case-fold-search): New variable.
2382 (isearch-mode): Remember value of isearch-case-fold-search
2383 in isearch-last-case-fold-search.
2384 (isearch-done): Quote value of isearch-case-fold-search.
2385 (isearch-repeat): When resuming a search, restore
2386 isearch-case-fold-search from isearch-last-case-fold-search.
2387
2388 Added to NEWS.
2389
2390 * startup.el (inhibit-startup-buffer-menu): New user-option.
2391 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2392 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2393
2394 This allows upto 99999 messages in the summary without screwing up
2395 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2396
2397 * mail/rmailsum.el (rmail-make-summary-line)
2398 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2399 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2400 Allow 5-digit message ids instead of 4.
2401
2402 This adds expansion of environment variables in the value
2403 specified with M-x setenv. Added to NEWS.
2404
2405 * env.el (substitute-env-vars): New function.
2406 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2407 environment variables in VALUE. Return VALUE.
2408
2409 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2410
2411 * Branch for 21.1.
2412
2413 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2414
2415 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2416
2417 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2418
2419 * emulation/tpu-edt.el: Make messages match original TPU/edt
2420 editor. From riepel@Stanford.EDU (Rob Riepel).
2421
2422 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2423
2424 * rect.el: Update maintainer's email address.
2425
2426 2001-10-02 Andreas Schwab <schwab@suse.de>
2427
2428 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2429 and Extended Passive Mode, resp.
2430
2431 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2432
2433 These changes add support for Calendar-related items in the
2434 menu bar on tty's as well:
2435
2436 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2437 unconditionally.
2438 (calendar-mode): Set up activate-menubar-hook unconditionally.
2439
2440 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2441 calls x-popup-menu only if popup menus are supported.
2442 (calendar-mouse-insert-hebrew-diary-entry)
2443 (calendar-mouse-insert-islamic-diary-entry)
2444 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2445 (calendar-mouse-view-other-diary-entries)
2446 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2447 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2448 Call cal-menu-x-popup-menu instead of x-popup-menu.
2449
2450 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2451
2452 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2453
2454 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2455
2456 * emacs-lisp/rx.el: New file.
2457
2458 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2459
2460 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2461
2462 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2463
2464 * frame.el (select-frame-by-name, other-frame): Doc fix.
2465
2466 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2467
2468 * play/snake.el (snake-score-file): Use temporary-file-directory
2469 instead of a literal "/tmp". Suggested by Robert
2470 <robert@chezmarshall.freeserve.co.uk>.
2471
2472 * play/tetris.el (tetris-score-file): Ditto.
2473
2474 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2475
2476 * apropos.el (apropos-print): Make the directions inserted at the
2477 beginning of the *Apropos* buffer more clear.
2478
2479 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2480
2481 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2482 Added comments.
2483
2484 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2485
2486 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2487 "\\s-" when defining comment-end-skip.
2488
2489 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2490
2491 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2492 Call get-buffer-window first second arg `visible'.
2493
2494 * international/mule-diag.el (list-input-methods-1):
2495 Output something that's independent of Emacs' version.
2496
2497 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2498 calling byte-to-position with a nil tar-header-offset.
2499
2500 2001-09-27 Simon Josefsson <jas@extundo.com>
2501
2502 * mail/sendmail.el (send-mail-function): Doc fix.
2503 (mail-do-fcc): Error if header-end is not a marker.
2504 (mail-do-fcc): Add a comment.
2505 (mail-reply-to): Doc fix.
2506 (mail-signature): Make ATPOINT optional.
2507 (mail-yank-original): Use cond instead of nestled if.
2508
2509 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2510
2511 * info.el (Info-on-current-buffer): Default arg to "Top".
2512
2513 2001-09-25 Eli Barzilay <eli@barzilay.org>
2514
2515 * calculator.el (calculator-copy-displayer): New user-option.
2516 (calculator-displayer-prev, calculator-displayer-next):
2517 Renamed from calculator-displayed-{left,right}.
2518 (calculator, calculator-standard-displayer)
2519 (calculator-num-to-string, calculator-update-display)
2520 (calculator-copy, calculator-put-value): Bug and display fixes.
2521
2522 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2523
2524 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2525 (ebnf-version): New version (3.6.1).
2526
2527 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2528 (ebnf-bnf-non-terminal-chars): New internal const.
2529 (ebnf-bnf-lex): Fix code.
2530
2531 * ebnf-iso.el: Fix character range regexp. Doc fix.
2532 (ebnf-iso-non-terminal-chars): New internal const.
2533 (ebnf-iso-lex): Fix code.
2534
2535 * ebnf-yac.el: Fix character range regexp. Doc fix.
2536 (ebnf-yac-skip-chars): New internal const.
2537 (ebnf-yac-skip-code): Fix code.
2538
2539 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2540
2541 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2542
2543 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2544 passing it to VC.
2545
2546 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2547 case where the file is relative.
2548
2549 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2550
2551 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2552 same on each side. Make sure we properly handle simple quotes.
2553 From Daiki Ueno <ueno@unixuser.org>.
2554
2555 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2556
2557 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2558 <jas@extundo.com>.
2559
2560 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2561 some items of the Options menu.
2562
2563 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2564
2565 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2566
2567 * vc-hooks.el (vc-delete-automatic-version-backups):
2568 Don't fail if the directory doesn't exist.
2569
2570 * diff-mode.el (diff-default-read-only): New var.
2571 (diff-mode): Use it.
2572
2573 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2574
2575 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2576 Use make-keymap instead of copy-keymap, since copying the global
2577 keymap messes up the menu bar.
2578
2579 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2580 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2581
2582 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2583
2584 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2585
2586 * dired-aux.el (dired-insert-subdir): Pass switches to
2587 dired-build-subdir-alist.
2588
2589 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2590
2591 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2592 caused %#a and %#b to be mis-formatted.
2593
2594 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2595
2596 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2597 ccmode, emacs-mime, and eudc manuals.
2598
2599 2001-09-19 Sam Steingold <sds@gnu.org>
2600
2601 w32 find cannot be used with `grep-find'.
2602 * progmodes/compile.el (find-program): New variable.
2603 (grep-compute-defaults): Use it to set `grep-find-command'.
2604
2605 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2606
2607 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2608
2609 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2610
2611 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2612 programming. Doc fix.
2613 (ebnf-version): New version (3.6).
2614 (ebnf-eps-begin): Data fix.
2615 (ebnf-begin-file): Code fix.
2616
2617 * ebnf-bnf.el: Doc fix.
2618 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2619
2620 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2621
2622 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2623
2624 * ps-print.el: Better face mapping for black/white PostScript printers.
2625 Check if mark is active when printing a region. Doc fix.
2626 (ps-print-version): New version number (6.5.5).
2627 (ps-print-color-p): Customization fix.
2628 (ps-black-white-faces): New option.
2629 (ps-black-white-faces-alist): New internal var.
2630 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2631 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2632 (ps-nb-pages-region): Interactive fix.
2633 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2634 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2635
2636 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2637
2638 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2639 numeric month value, and allow the Kanji character after the it to
2640 be missing (happens with ls-lisp's output on Japanese versions of
2641 MS-Windows).
2642
2643 2001-09-18 Miles Bader <miles@gnu.org>
2644
2645 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2646 it's empty (and thus probably a new patch file about to be edited).
2647
2648 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2649
2650 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2651 Check for '(' in column 0 of doc string.
2652
2653 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2654 of `nth' so that using a vector as bounding-box works.
2655 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2656
2657 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2658
2659 * vc.el (vc-annotate): Use current workfile version explicitly as
2660 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2661
2662 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2663
2664 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2665 convert-standard-filename doesn't guarantee that the .el extension
2666 is preserved.
2667
2668 * dos-fns.el (convert-standard-filename): Replace invalid
2669 characters only after converting dash/underscore to a period.
2670 (original-make-auto-save-file-name): New.
2671 (make-auto-save-file-name): New function, overrides the definition
2672 on files.el and calls the original function via
2673 original-make-auto-save-file-name.
2674
2675 * mail/rmail.el (top-level): Require mule-utils when compiling.
2676 (rmail-decode-babyl-format): Use detect-coding-with-priority
2677 instead of detect-coding-region, to favor detection of emacs-mule
2678 encoded Babyl files written by rmailout.el etc. Suggested by
2679 Kenichi Handa <handa@etl.go.jp>.
2680
2681 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2682
2683 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2684 Use `equal', not `=', since the device number can be a cons cell.
2685
2686 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2687
2688 * simple.el: Comment out change of 2001-09-13.
2689
2690 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2691
2692 * progmodes/compile.el (grep-compute-defaults): Don't set
2693 grep-command/grep-find-command when it is already non-nil.
2694 (grep-command): Make it a user option.
2695 (grep-find-command): Likewise.
2696
2697 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2698
2699 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2700 inhibit quit.
2701
2702 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2703
2704 * files.el (make-auto-save-file-name): If long file names are not
2705 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2706 generating an auto-save file name from it.
2707
2708 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2709
2710 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2711 (ps-nb-pages-region): Signal an error if called interactively
2712 and the mark is not active.
2713
2714 * simple.el (minibuffer-prompt-modification)
2715 (minibuffer-prompt-insertion): New functions.
2716 (minibuffer-prompt-properties): Use `modification-hooks' and
2717 `insert-in-front-hooks'.
2718
2719 2001-09-12 Richard M. Stallman <rms@gnu.org>
2720
2721 * textmodes/outline.el (outline-regexp): Doc fix.
2722 Initialize it in the defcustom, the usual way.
2723
2724 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2725
2726 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2727 from `ediff-meta-info' properties need not be an overlay.
2728 From David Ponce <dponce@voila.fr>.
2729
2730 * isearch.el (isearch-intersects-p): Fix end checks.
2731
2732 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2733
2734 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2735 `t' branch of `cond', since Irix 6.1 and up is a special case of
2736 the standard dbx interface.
2737
2738 2001-09-11 Miles Bader <miles@gnu.org>
2739
2740 * comint.el (comint-send-input): When waiting for echoed input,
2741 don't save the expected end position in `echo-end', so that things
2742 work properly even if the buffer is modified elsewhere at the same
2743 time [this happens if `comint-truncate-buffer' is used].
2744
2745 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2746
2747 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2748 when constructing imenu-generic-expression from outline-regexp.
2749
2750 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2751
2752 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2753 `equal' instead of `=', since they can be cons cells. From Nils
2754 Goesche <cartan@cartan.de>.
2755
2756 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2757
2758 * vc.el (vc-annotate): Rewrote doc string.
2759
2760 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2761
2762 * time-stamp.el: Update Stephen Gildea's email address.
2763
2764 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2765
2766 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2767 enable-multibyte-characters = nil. From Hallvard B Furuseth
2768 <h.b.furuseth@usit.uio.no>.
2769
2770 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2771
2772 * ediff-init.el (ediff-highest-priority): Bug fix.
2773
2774 * viper-cmd.el (viper-special-read-and-insert-char): New function
2775 that reads a character and uses the current input method or
2776 iso-accents when appropriate.
2777
2778 * viper.el and all others: Corrections to the comment blocks at
2779 the top.
2780
2781 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2782
2783 * info.el (Info-goto-node): Doc fix.
2784
2785 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2786
2787 * isearch.el (isearch-intersects-p): New function.
2788 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2789 use isearch-intersects-p, and clean up.
2790
2791 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2792
2793 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2794 and "german8", for the new German orthography dictionaries,
2795 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2796 the entries, to keep the line length balanced for loaddefs.el.
2797
2798 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2799
2800 * comint.el (comint-send-input): Handle comint-process-echoes
2801 differently.
2802
2803 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2804
2805 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2806
2807 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2808
2809 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2810
2811 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2812
2813 * server.el (server-switch-buffer):
2814 * textmodes/refer.el (refer-find-entry-internal):
2815 * term/sup-mouse.el (sup-pos-to-window):
2816 * term/bg-mouse.el (bg-window-from-x-y):
2817 * emacs-lisp/edebug.el (edebug-window-live-p):
2818 Use get-window-with-predicate.
2819
2820 * window.el (get-window-with-predicate): Renamed from some-window.
2821 (some-window): Make it an alias.
2822
2823 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2824
2825 * simple.el (undo): Remove positions from buffer-undo-list up to
2826 the next undo boundary only.
2827
2828 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2829
2830 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2831 Kim <ryk@dspwiz.com>
2832
2833 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2834 the message "Creating customization items...done".
2835
2836 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2837
2838 * font-lock.el (toplevel): Require `jit-lock' only if
2839 font-lock-support-mode is set to jit-lock-mode.
2840
2841 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2842
2843 * international/quail.el (quail-use-package, quail-inactivate)
2844 (quail-activate): Mention the hooks these functions run in their
2845 doc strings.
2846
2847 2001-09-05 Edward M. Reingold <reingold@iit.edu>
2848
2849 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2850 of file in header of menu.
2851
2852 2001-09-04 Gerd Moellmann <gerd@gnu.org>
2853
2854 * env.el (setenv): Interactively, if VARIABLE has a current value,
2855 add that to the front of the history, as the doc string says.
2856
2857 * comint.el (comint-send-input): Change help-echo.
2858 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2859
2860 * bookmark.el (bookmark-write-file): Bind print-length and
2861 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2862
2863 * obsolete/uncompress.el: Moved there from lisp/.
2864
2865 * comint.el (comint-insert-clicked-input): Goto point-max before
2866 deleting previous input. From "Dr Francis J. Wright"
2867 <F.J.Wright@qmw.ac.uk>.
2868
2869 * simple.el (backward-word): Doc fix.
2870
2871 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2872
2873 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2874 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2875 * w32-fns.el: Add Keywords header.
2876
2877 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2878
2879 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2880 "Text Properties". Suggested by Simon Marshall
2881 <Simon.Marshall@midas-kapiti.com>.
2882
2883 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2884
2885 * term/mac-win.el (mac-drag-n-drop): Decode file name by
2886 consulting the value of file-name-coding-system.
2887
2888 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2889
2890 * help.el (describe-function-1): Save precomputed `file-name' rather
2891 than recomputing it (incorrectly) with `symbol-file'.
2892
2893 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2894
2895 * international/isearch-x.el (isearch-exit-recursive-edit):
2896 Take three parameters, since it's used as an after-change-function.
2897
2898 * emacs-lisp/backquote.el (backquote-backquote-symbol)
2899 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2900 from doc strings.
2901
2902 2001-09-02 Milan Zamazal <pdm@zamazal.org>
2903
2904 * progmodes/glasses.el (glasses-convert-to-unreadable):
2905 Consider underscores as in `glasses-make-readable'.
2906
2907 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2908
2909 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2910 MS-DOS, since cpp might not be available.
2911
2912 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
2913 Mention "yank" in the help-echo text.
2914 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2915
2916 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
2917
2918 * newcomment.el (comment-indent): Insert spaces more carefully.
2919
2920 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2921
2922 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
2923 exists. From Andy Petrusenco <andy@int.spb.ru>.
2924
2925 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
2926 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
2927 <andy@int.spb.ru>.
2928
2929 2001-08-31 Gerd Moellmann <gerd@gnu.org>
2930
2931 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
2932 Instead of running mouse-yank-at-click, see what the event is
2933 bound to outside Isearch and run that.
2934
2935 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2936
2937 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
2938 Fix the menu entry to mention transient-mark-mode.
2939
2940 2001-08-30 Gerd Moellmann <gerd@gnu.org>
2941
2942 * simple.el (eval-expression-print-level): Fix last change.
2943
2944 * bindings.el (mode-line-coding-system-map): New variable.
2945 (mode-line-mule-info): Give the "%Z" a local-map keymap.
2946
2947 * simple.el (eval-expression-print-level): Change the type
2948 of the defcustom to allow nil.
2949
2950 * emacs-lisp/find-gc.el: Moved here from lisp/.
2951
2952 * international/quail.el (quail-completion-1):
2953 Reverse the ((CHAR . DEFN) ...) list before processing it.
2954 From Kenichi Handa <handa@etl.go.jp>.
2955
2956 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
2957 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
2958
2959 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
2960
2961 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
2962 aren't supported. This avoids the annoying gray strip drawn by
2963 the Windows version instead of the missing tool bar.
2964
2965 2001-08-29 Gerd Moellmann <gerd@gnu.org>
2966
2967 * menu-bar.el (menu-bar-options-menu): Make option text, messages
2968 and tooltips more consistent. From "Marshall, Simon"
2969 <Simon.Marshall@midas-kapiti.com>.
2970
2971 * startup.el (fancy-splash-screens): Temporarily set
2972 minor-mode-map-alist to nil while displaying splash screens.
2973
2974 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2975
2976 * buff-menu.el: Add Keywords header.
2977 Doc fix (C-x C-b is bound to list-buffers).
2978
2979 * dired-x.el: Add keyword files to get listed in finder.
2980 Remove confusing notes about GNU Emacs 19.
2981
2982 * dired.el, dired-aux.el: Add Keywords header.
2983
2984 2001-08-28 Andre Spiegel <spiegel@gnu.org>
2985
2986 * vc.el (vc-revert-file): Call the backend even if the FILE's
2987 contents can be reverted locally; pass new arg CONTENTS-DONE
2988 down to the backend.
2989
2990 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
2991 optional arg CONTENTS-DONE.
2992
2993 2001-08-28 Andrew Innes <andrewi@gnu.org>
2994
2995 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
2996
2997 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2998
2999 * makefile.nt (install): Copy more *.el files.
3000
3001 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3002
3003 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3004 instead of `w' which is already in use.
3005
3006 * gs.el (gs-load-image): Use sleep-for.
3007 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3008
3009 2001-08-28 Miles Bader <miles@gnu.org>
3010
3011 * replace.el (query-replace-regexp-eval): Return args from
3012 `interactive' form in correct order.
3013
3014 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3015
3016 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3017 major modes, don't create panes for modes for which
3018 mouse-buffer-menu-alist returns an empty alist.
3019
3020 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3021
3022 * progmodes/hideshow.el: Update first-line description.
3023 Sync comments w/ maintainer version 5.31.
3024
3025 (hs-isearch-open): Default value now `code'.
3026 Fix docstring to use "code blocks" vs "comment blocks",
3027 as opposed to "block" vs "comment".
3028 (hs-flag-region): Accept `hs-isearch-open' value
3029 of `block' as synonymous w/ `code'.
3030 (hs-hide-block-at-point): For code blocks, pass `code'
3031 to `hs-flag-region' instead of `block'.
3032
3033 2001-08-28 Miles Bader <miles@gnu.org>
3034
3035 * comint.el (comint-next-prompt): Don't loop infinitely if
3036 {next,previous}-single-char-property-change returns its input
3037 position when the search fails.
3038
3039 2001-08-27 Miles Bader <miles@gnu.org>
3040
3041 * comint.el (comint-get-old-input-default): Don't signal an error
3042 if point is not on an input field; instead, return the current
3043 line (using `comint-bol' to skip any prompt, in case we're not
3044 using fields at all).
3045
3046 * man.el (Man-mode-line-format): Variable removed.
3047 (Man-mode): Change `mode-line-buffer-identification' instead of
3048 `mode-line-format'.
3049
3050 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3051
3052 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3053 From Simon Josefsson <jas@extundo.com>.
3054
3055 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3056
3057 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3058 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3059
3060 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3061 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3062
3063 * emacs-lisp/lselect.el: Ditto.
3064
3065 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3066 Remove periods from the end of error message strings.
3067 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3068
3069 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3070 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3071
3072 * net/telnet.el: Ditto.
3073
3074 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3075
3076 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3077 KEYMAP to the call to define-minor-mode.
3078
3079 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3080
3081 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3082 Replace some of the undefined characters with emulations of bidi
3083 formatting characters and Niqud as per SI 1311-1.
3084 (IT-unicode-translations): Ditto.
3085 (IT-display-table-setup, IT-setup-unicode-display):
3086 Fill characters without translations with dos-unsupported-char-glyph.
3087
3088 2001-08-24 Simon Josefsson <jas@extundo.com>
3089
3090 * hl-line.el (hl-line-mode): Don't be a global mode.
3091 (global-hl-line-mode): New function.
3092
3093 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3094
3095 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3096 being reset by Ghostscript. Don't kill the gs process.
3097 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3098
3099 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3100
3101 * term/mac-win.el: Require scroll-bar.
3102
3103 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3104
3105 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3106
3107 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3108
3109 * hexl.el (hexl-insert-multibyte-char) New function.
3110 (hexl-quoted-insert, hexl-self-insert-command)
3111 (hexl-insert-hex-char, hexl-insert-decimal-char)
3112 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3113 Fix the doc strings accordingly.
3114 (hexl-insert-char): Reject characters whose code is above 255.
3115 Doc fix.
3116 (hexl-mode-map): Copy the global keymap instead of creating a
3117 sparse keymap, and bind all self-inserting characters to
3118 hexl-self-insert-command.
3119
3120 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3121
3122 * wid-edit.el (text): Re-order docstring correctly.
3123
3124 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3125
3126 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3127
3128 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3129
3130 * simple.el (line-number-mode): Mention the variable
3131 line-number-display-limit-width in the doc string.
3132
3133 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3134
3135 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3136 Temporarily select EVENT's window for switching buffers.
3137 (mode-line-bury-buffer): New function.
3138 (mode-line-buffer-identification-keymap): Use it instead of
3139 bury-buffer. Bind down-mouse events to prevent global down-mouse
3140 events from shining through.
3141
3142 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3143
3144 * newcomment.el (comment-beginning): Make sure the comment-start
3145 we found isn't a comment-end (in cases where confusion is possible).
3146
3147 2001-08-22 Miles Bader <miles@gnu.org>
3148
3149 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3150 before writing it, so that hard-links don't see new version.
3151
3152 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3153
3154 * gs.el (gs-set-ghostview-colors-window-prop):
3155 Call x-change-window-property with 3rd arg FRAME.
3156 (gs-load-image): Wait for a previous Ghostscript process
3157 to complete before starting a new one.
3158
3159 * image.el (image-type-regexps): Make sure that the TIFF
3160 pattern is only matched at the beginning of a string.
3161 From Markus Rost <rost@math.ohio-state.edu>.
3162
3163 * international/swedish.el: Pre-Mule file removed. From Jonas
3164 Oberg <jonas@gnu.org>.
3165
3166 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3167
3168 * whitespace.el (whitespace-abort-on-error): Add custom variable
3169 to whitespace to abort a write-file if whitespace is detected in file.
3170
3171 * whitespace.el (whitespace-write-file-hook): Hook to be called
3172 when writing a file. If `whitespace-abort-on-error' is set, the
3173 write will abort on detecting whitespaces.
3174 If `whitespace-auto-cleanup' is set, the file will be cleaned
3175 automatically prior to writing.
3176
3177 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3178 whitespaces in the error output!
3179
3180 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3181 `indent-tabs-mode', since the latter notes user preferences on
3182 TABs anyway.
3183
3184 * whitespace.el (whitespace-version): 3.1. All of the above issues
3185 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3186
3187 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3188
3189 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3190 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3191
3192 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3193
3194 2001-08-20 Alex Schroeder <alex@gnu.org>
3195
3196 * sql.el (sql-db2): Doc change.
3197
3198 2001-08-20 Alex Schroeder <alex@gnu.org>
3199
3200 * sql.el (sql-postgres): Add the database at the end of the
3201 parameters instead of at the beginning.
3202 (sql-postgres-options): Doc change.
3203
3204 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3205
3206 * custom.el (defcustom): Doc fix.
3207
3208 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3209
3210 * ps-mule.el (find-composition): Check if (char-after POS)
3211 returns a valid character.
3212
3213 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3214
3215 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3216 original-point for extra CR characters that are added/removed when
3217 the buffer is written/read whose EOL type is -dos.
3218
3219 2001-08-16 Miles Bader <miles@gnu.org>
3220
3221 * simple.el (line-move): Undo previous change.
3222
3223 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3224 property to input-terminating `boundary' overlays to avoid
3225 line-move wierdness.
3226
3227 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3228
3229 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3230 buffer in a save-restriction. Under one test case with Ediff,
3231 window-scroll-functions are run with a window start that's
3232 temporarily outside of the restriction.
3233
3234 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3235
3236 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3237 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3238 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3239 (texinfo-update-menu-region-beginning)
3240 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3241 command, @ifnottex, to regexps, so it is found.
3242
3243 2001-08-16 Andrew Innes <andrewi@gnu.org>
3244
3245 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3246 (DONTCOMPILE): Omit sc.el.
3247
3248 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3249 (DONTCOMPILE): Omit sc.el.
3250
3251 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3252
3253 * replace.el (occur): Bind inhibit-read-only to t.
3254
3255 2001-08-16 Miles Bader <miles@gnu.org>
3256
3257 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3258 calling `constrain-to-field', to avoid problems with comint prompts.
3259
3260 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3261
3262 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3263 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3264
3265 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3266 of a while-loop.
3267
3268 * Makefile.in (DONTCOMPILE): Remove sc.el.
3269
3270 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3271 Don't include term/.
3272
3273 * mail/sc.el: Moved to obsolete/.
3274
3275 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3276
3277 * ps-print.el: Change error function arguments to follow Emacs
3278 message convention. Doc fix.
3279 (ps-print-version): New version number (6.5.4).
3280 (coding-system-for-write): Change declaration position to avoid
3281 XEmacs compilation gripes.
3282 (coding-system-for-read, buffer-file-coding-system):
3283 Declarations to avoid XEmacs compilation gripes.
3284
3285 * ps-mule.el: Doc fix.
3286 (ps-mule-encode-header-string): If STRING is not a string, replace
3287 STRING by empty string.
3288
3289 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3290
3291 * frame.el (show-trailing-whitespace): Doc fix.
3292
3293 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3294
3295 * desktop.el (desktop-save): Insert the coding: tag before
3296 desktop-header.
3297
3298 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3299
3300 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3301 its path from $els.
3302
3303 * image.el (image-jpeg-p): Fix call of substring.
3304
3305 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3306
3307 * play/animate.el (animate-string): Doc fix. Use a buffer
3308 name with stars in it.
3309 (animate-sequence): New function.
3310 From Richard Stallman <rms@gnu.org>.
3311
3312 * frame.el (select-frame-set-input-focus): New function
3313 extracted from other-frame.
3314 (other-frame): Use it.
3315 (next-multiframe-window, previous-multiframe-window): Use it.
3316
3317 * isearch.el (isearch-other-meta-char): Don't switch to the
3318 buffer of a window clicked on, when the current buffer is
3319 in Isearch mode.
3320
3321 * image.el (image-jpeg-p): Test for APPn markers in the range
3322 #xe0..#xef.
3323
3324 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3325
3326 * desktop.el (desktop-save): Don't use concat to form a file
3327 name, use expand-file-name.
3328
3329 * mouse.el (mouse-delete-window): Do nothing if frame has just
3330 one window.
3331
3332 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3333 for the minor mode name.
3334
3335 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3336 minor mode name.
3337
3338 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3339 instead of make-mode-line-mouse2-map.
3340
3341 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3342 the minor mode name.
3343
3344 * emacs-lisp/easy-mmode.el (define-minor-mode):
3345 Use mode-line-minor-mode-keymap for the minor mode name.
3346
3347 * calendar/calendar.el (calendar-mode-line-format):
3348 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3349
3350 * bindings.el (make-mode-line-mouse-map): Renamed from
3351 make-mode-line-mouse2-map. Take additional arg MOUSE.
3352 (mode-line-modified): Use mouse-3 instead of mouse-2.
3353 (mode-line-buffer-identification-keymap): Bind keys differently.
3354 (propertized-buffer-identification): Adapt help-echo to new bindings.
3355
3356 * bindings.el (mode-line-format): Specify help-echo for line
3357 number, column number and buffer-percent part of the mode-line.
3358
3359 * image.el (image-type-regexps): Allow whitespace at the start
3360 of the image data for XPM, XBM and Postscript, which are
3361 text files.
3362 (image-jpeg-p): Correct calculation of next field offset.
3363
3364 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3365
3366 * battery.el: Fix typo.
3367
3368 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3369
3370 * image.el (image-type-regexps): Allow predicates. Change the way
3371 JPEG images are recognized.
3372 (image-jpeg-p): New function.
3373 (image-type-from-data): Handle predicates in image-type-regexps.
3374
3375 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3376 #:, #x, #o, and similar constructs.
3377
3378 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3379
3380 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3381
3382 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3383 instead of `progn'.
3384
3385 * tar-mode.el (tar-extract): Avoid generating a new buffer
3386 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3387
3388 * textmodes/paragraphs.el (forward-sentence): Avoid building
3389 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3390
3391 * progmodes/executable.el (executable-set-magic):
3392 If executable-find returns a quoted file name, unquote it before
3393 inserting it.
3394
3395 * image.el (image-type-regexps): For JPEG files, use a regexp
3396 derived from the JFIF spec.
3397
3398 * image.el (image-type-regexps): Use `\`' instead of `^' in
3399 most regular expressions.
3400
3401 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3402
3403 * play/animate.el: Re-insert a reference to re-inserted function.
3404
3405 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3406
3407 * help.el (describe-function-1): Use find-function-search-for-symbol
3408 instead of find-function-noselect because the latter follows aliases.
3409
3410 * play/animate.el (animate-birthday-present): Re-insert.
3411
3412 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3413 Handle old-style menu definitions.
3414
3415 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3416
3417 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3418 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3419
3420 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3421 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3422 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3423
3424 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3425
3426 * textmodes/tildify.el: Milan Zamazal has new address.
3427
3428 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3429
3430 * custom.el (custom-set-variables): Don't test `custom-requests'
3431 properties, check the third element of the options passed to
3432 custom-set-variables instead.
3433
3434 * info.el (info-insert-file-contents): Use info-file-exists-p
3435 instead of file-exists-p.
3436
3437 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3438 the mode-line face is restored. Fix several bugs.
3439
3440 * replace.el (perform-replace): Doc fix.
3441
3442 2001-08-02 Francesco Potorti` <pot@gnu.org>
3443
3444 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3445 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3446 (uniquify-fix-item-base, uniquify-fix-item-filename)
3447 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3448 Callers changed.
3449 (uniquify-set-proposed): Changed to work with a vector item.
3450 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3451 the fix list, and a list of strings for the non-file buffer
3452 names. Both changes reduce consing.
3453 (uniquify-rationalize-a-list): Local variable renaming.
3454 (uniquify-rationalize-conflicting-sublist): Use member instead of
3455 assoc.
3456 (uniquify-rename-buffer): Use unless instead of if not.
3457
3458 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3459
3460 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3461
3462 * custom.el (custom-set-variables): Set options with :require
3463 clauses last.
3464
3465 * custom.el (defcustom): Doc fix.
3466
3467 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3468
3469 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3470
3471 * man.el (man): Mention Man-switches in the doc string.
3472 (Man-switches): Mention -a in the doc string.
3473
3474 * textmodes/ispell.el (ispell-alternate-dictionary):
3475 Add /usr/share/lib/dict/words, for Irix.
3476
3477 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3478 corresponding non-kp keys. Suggested by Stephen Gildea
3479 <gildea@stop.mail-abuse.org>.
3480
3481 2001-08-01 Francesco Potorti` <pot@gnu.org>
3482
3483 * uniquify.el: These changes correct a corner case that the old
3484 code managed correctly.
3485 (uniquify-fix-item-proposed): Renamed from
3486 uniquify-fix-item-min-proposed.
3487 (uniquify-set-proposed): New function.
3488 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3489 clarity and speed.
3490 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3491 This is equivalent to what the old code did.
3492 (uniquify-rationalize-a-list): Never recompute the proposed
3493 name. Sort the conflicting sublist before rationalising it: this
3494 is equivalent to what the old code did, but one directory element
3495 at a time, and only when necessary.
3496 (uniquify-rationalize-conflicting-sublist): Recompute here the
3497 proposed name.
3498
3499 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3500
3501 * play/animate.el: Add Keywords and Maintainer. Remove a
3502 reference to a removed function.
3503
3504 * play/animate.el (animate-string): Handle case that the string is
3505 longer than the window is wide.
3506
3507 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3508
3509 * desktop.el (desktop-save): Bind coding-system-for-write to
3510 `emacs-mule' for write-region.
3511
3512 * delsel.el (delete-selection-pre-hook): Don't set this-command
3513 to `ignore' if the region is empty.
3514
3515 * international/mule.el (set-keyboard-coding-system):
3516 Set keyboard-coding-system.
3517
3518 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3519 before accessing it.
3520
3521 2001-07-30 Andreas Schwab <schwab@suse.de>
3522
3523 * menu-bar.el (toggle-highlight-paren-mode):
3524 Use `(show-paren-mode)' as body.
3525
3526 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3527
3528 * vc.el (vc-checkout-hook): New hook.
3529 (vc-checkout): Run it.
3530
3531 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3532
3533 * progmodes/make-mode.el (makefile-macroassign-regex):
3534 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3535
3536 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3537
3538 * vc.el (vc-switch-backend): Fix autoload cookie.
3539
3540 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3541 the desktop file.
3542
3543 2001-07-30 Simon Josefsson <jas@extundo.com>
3544
3545 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3546 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3547
3548 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3549
3550 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3551 (last-sexp-toggle-display): Renamed from last-sexp-print.
3552 (last-sexp-toggle-display, eval-last-sexp-1):
3553 Use last-sexp-setup-props.
3554
3555 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3556 New user-options.
3557 (mouse-wheel-change-button): New function.
3558 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3559 (mwheel-scroll): Ditto.
3560
3561 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3562
3563 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3564 `...', compare with unabbreviated printed representation instead.
3565 (last-sexp-print): Bind print-length and print-level to nil.
3566
3567 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3568 before assigning text properties. Make properties rear-nonsticky.
3569
3570 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3571 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3572 <mouse-2> and <RET> in that map to a function printing the
3573 unabbreviated value.
3574
3575 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3576 is a buffer, put a text property `printed-value' on the printed
3577 representation, with the Lisp object printed as value.
3578
3579 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3580
3581 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3582 Mention the effect of eval-expression-print-length and
3583 eval-expression-print-level in the doc strings. Suggested by
3584 Kevin Gallagher <kevingal@onramp.net>.
3585
3586 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3587
3588 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3589 for buttons > 3.
3590 (xterm-mouse-translate): Handle the case that we don't get a
3591 down-event.
3592
3593 * emacs-lisp/find-func.el (find-function-regexp):
3594 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3595 in front of the function name.
3596
3597 * isearch.el (isearch-other-meta-char): Fix last change.
3598
3599 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3600 similar events for which fake prefix keys are generated. It's no
3601 longer necessary since read_key_sequence doesn't modify these
3602 events for internal purposes anymore.
3603
3604 * files.el (auto-mode-alist): Use nroff-mode for files ending
3605 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3606
3607 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3608
3609 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3610 tool-bar-lines parameter, behave as if its value were zero.
3611 (mouse-avoidance-set-pointer-shape): Don't do anything if
3612 x-pointer-shape is not boundp.
3613
3614 2001-07-23 Francesco Potorti` <pot@gnu.org>
3615
3616 * uniquify.el: Overall speedup changes when using many buffers.
3617 (uniquify-fix-item-base, uniquify-fix-item-filename)
3618 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3619 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3620 place in the item, but was never used.
3621 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3622 in the item is now used as cache for the proposed name.
3623 (uniquify-rationalize-file-buffer-names): Move computation made on
3624 newbuffile out of the loop, in the newbuffile-nd local var.
3625 Use dolist (cosmetic change). Compute the proposed name for the most
3626 common case and cache it in the fourth place in the item.
3627 (uniquify-rationalize-file-buffer-names): Used to return a a list
3628 of buffer whose name was changed, but that return value was never used.
3629 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3630 the cached proposed name, does much less consing and is quicker.
3631 (uniquify-filename-lessp): Deleted.
3632 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3633 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3634 cached proposed name is possible.
3635 (uniquify-get-proposed-name): Arguments changed, callers changed.
3636 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3637 uniquify-possibly-resolvable flag, which is no more bound locally.
3638 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3639 flag, which does not exist any more.
3640
3641 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3642
3643 * term/internal.el (IT-unicode-translations): Fix the appearance of
3644 "6`".
3645
3646 * progmodes/compile.el (compile-internal): If EMACS is already
3647 defined in the environment, don't override its value.
3648
3649 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3650
3651 * play/fortune.el: Undo change of 2001-07-13.
3652 Fix autoload cookies. Add types to defcustoms.
3653 (fortune) <defgroup>: Add :link.
3654 (fortune-from-region): Use eq, not eql.
3655 From Dave Love <fx@gnu.org>.
3656
3657 * play/animate.el (animate-birthday-present): Function removed.
3658
3659 * play/animate.el: New file.
3660
3661 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3662
3663 * startup.el (normal-top-level-add-subdirs-to-load-path):
3664 On Windows, put into normal-top-level-add-subdirs-inode-list the
3665 canonicalized names of the directories instead of inode numbers.
3666
3667 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3668
3669 * ediff-util.el: Copyright years.
3670 (ediff-choose-syntax-table): New function.
3671 (ediff-setup): Use ediff-choose-syntax-table.
3672 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3673 vc-state is available.
3674 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3675
3676 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3677 with-syntax-table.
3678 (ediff-coding-system-for-read): From ediff-diff.el
3679 (ediff-coding-system-for-write): New variable.
3680 (ediff-highest-priority): Fixed the bug having to do with disappearing
3681 overlays.
3682 (ediff-file-remote-p): Use file-remote-p, if available.
3683 (ediff-listable-file): New function.
3684 (ediff-file-attributes): Use ediff-listable-file.
3685
3686 * ediff-mult.el (ediff-meta-insert-file-info1):
3687 Use ediff-listable-file.
3688
3689 * ediff-ptch.el (ediff-prompt-for-patch-file):
3690 Use ediff-coding-system-for-read.
3691 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3692
3693 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3694 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3695
3696 * ediff.el: Date of last update, copyright years.
3697
3698 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3699
3700 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3701 of Scott Bronson.
3702 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3703 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3704 Deleted functions.
3705 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3706 ex-token-list.
3707 (viper-get-ex-address-subr): Convert registers to char data type.
3708
3709 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3710 (viper-memq-char): Use viper-int-to-char.
3711 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3712 vc-locking-state.
3713 (viper-read-key): Use viper-read-key-sequence.
3714
3715 * viper.el (viper-major-mode-modifier-list):
3716 Added inferior-emacs-lisp-mode.
3717 (this-major-mode-requires-vi-state): New function that uses simple
3718 heuristics to decide if vi state is appropriate.
3719 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3720 (viper-non-hook-settings): Don't advise read-key-sequence.
3721 (viper-read-key-sequence): New function that replaces the
3722 previously used advice to read-key-sequence.
3723
3724 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3725 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3726 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3727 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3728 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3729 Got rid of the negative character hack.
3730 (viper-escape-to-state,viper-replace-state-exit-cmd):
3731 Use viper-read-key-sequence.
3732 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3733 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3734 Don't override existing minibuffer-setup-hook.
3735 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3736 Convert registers to char data type.
3737 (viper-autoindent): Use viper-indent-line.
3738
3739 * viper-keym.el: Use viper-exec-key-in-emacs.
3740
3741 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3742
3743 * server.el (server-visit-files): Fix variable name typo.
3744
3745 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3746
3747 * simple.el (delete-trailing-whitespace): Save match data
3748 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3749
3750 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3751
3752 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3753 return a this-error using the alternative format (a pair of markers).
3754
3755 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3756
3757 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3758
3759 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3760 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3761
3762 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3763
3764 * international/iso-transl.el: Fix typo in the header of the file.
3765
3766 * textmodes/picture.el (picture): Doc fix.
3767
3768 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3769 follow coding conventions in generated files.
3770
3771 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3772
3773 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3774 (tool-bar-add-item): Don't call image-related primitives if the
3775 display doesn't support images.
3776
3777 * frame.el (display-images-p): New function.
3778
3779 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3780
3781 * server.el (server-visit-files): Handle the case the specified
3782 column number is <= 0.
3783
3784 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3785
3786 * startup.el (command-line-1): Add support for +LINE:COLUMN
3787 command line argument.
3788
3789 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3790
3791 * server.el (server-process-filter, server-visit-files):
3792 Add support for +LINE:COLUMN style emacsclient calls.
3793
3794 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3795
3796 * emacs-lisp/easy-mmode.el: Add Keywords header.
3797
3798 * play/pong.el: Author has new address.
3799
3800 * play/landmark.el: Author is no more reachable.
3801
3802 * play/handwrite.el: Author is no more reachable.
3803
3804 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3805
3806 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3807 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3808 Complete bindings for F<1..12> keys.
3809 (global-map): Remove `undo' binding (already in the default).
3810 Replace `t<n>' bindings with `f<n>' bindings.
3811
3812 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3813
3814 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3815 (tcl-mode): Use tcl-add-log-defun.
3816 (tcl-indent-line): Use tcl-calculate-indent.
3817 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3818 (tcl-indent-exp): Renamed from indent-tcl-exp.
3819 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3820 (tcl-indent-for-comment): Call comment-indent-function properly
3821 and handle the case where it returns nil.
3822
3823 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3824
3825 * calendar/cal-islam.el (calendar-goto-islamic-date):
3826 Remove autoload cookie.
3827
3828 * calendar/calendar.el (calendar-goto-islamic-date):
3829 Add call to autoload.
3830
3831 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3832
3833 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3834 Don't change compile-auto-highlight globally.
3835 Don't bother with `font-lock-defaults' property since XEmacs
3836 also understands the `font-lock-defaults' variable.
3837 Use make-local-variable rather than make-variable-buffer-local.
3838 Don't `defconst' comment-indent-function: keep the default.
3839 Call easy-menu-add unconditionally.
3840 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3841 (ada-create-menu): Use :included for Emacs as well.
3842
3843 * vc.el (vc-do-command): Autoload.
3844
3845 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3846
3847 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3848
3849 * ps-print.el: Fix Author: header.
3850
3851 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3852
3853 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3854 mouse-1 etc., bind them to `ignore'.
3855
3856 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3857 send-invisible, which is already defined in Comint.
3858 (eshell-watch-for-password-prompt): Use it.
3859
3860 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3861
3862 * which-func.el (which-func-mode): Doc fix.
3863
3864 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3865 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3866 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3867 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3868 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3869 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3870 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3871 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3872 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3873 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3874 * emulation/edt-mapper.el, emulation/edt-pc.el,
3875 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3876 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3877 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3878 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3879 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3880 * international/isearch-x.el, international/iso-cvt.el,
3881 * international/ogonek.el, international/quail.el,
3882 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3883 * language/devanagari.el, language/ethio-util.el,
3884 * language/ethiopic.el, language/european.el, language/indian.el,
3885 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3886 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3887 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3888 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3889 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3890 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3891 * progmodes/autoconf.el, progmodes/cmacexp.el,
3892 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3893 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3894 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3895 * progmodes/ebnf2ps.el, progmodes/executable.el,
3896 * progmodes/fortran.el, progmodes/idlw-shell.el,
3897 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3898 * progmodes/m4-mode.el, progmodes/mantemp.el,
3899 * progmodes/meta-mode.el, progmodes/octave-inf.el,
3900 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3901 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3902 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3903 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3904 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3905 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3906 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3907 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3908 * textmodes/two-column.el, time-stamp.el, timezone.el,
3909 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3910 * which-func.el, whitespace.el, wid-browse.el, widget.el,
3911 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
3912 conventions.
3913
3914 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3915
3916 * simple.el (set-variable): Require 'cus-edit' instead of
3917 `wid-edit', so that the Custom widgets get defined.
3918
3919 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3920
3921 * allout.el: A fix to follow coding conventions.
3922
3923 * find-lisp.el: A fix to follow coding conventions.
3924
3925 * term/w32-win.el: A fix to follow coding conventions.
3926
3927 * textmodes/sgml-mode.el: A fix to follow coding conventions.
3928
3929 * term/xterm.el: A fix to follow coding conventions.
3930
3931 * term/news.el: A fix to follow coding conventions.
3932
3933 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
3934 header line fixed.
3935
3936 * sun-curs.el: Fix Maintainer: header line.
3937
3938 * emacs-lisp/easymenu.el: Address of the author added.
3939
3940 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3941
3942 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
3943 property.
3944
3945 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3946
3947 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
3948 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
3949 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
3950 Some fixes to follow coding conventions.
3951
3952 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3953
3954 * which-func.el (which-func-mode): Doc fix.
3955
3956 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
3957
3958 * net/rcompile.el (remote-compile): Use make-local-variable.
3959
3960 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
3961
3962 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
3963
3964 * mail/reporter.el (reporter-submit-bug-report):
3965 Don't abuse make-variable-buffer-local. Fix call to add-hook.
3966
3967 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3968
3969 * calendar/cal-china.el, calendar/cal-coptic.el,
3970 * calendar/cal-dst.el, calendar/cal-french.el,
3971 * calendar/cal-hebrew.el, calendar/cal-islam.el,
3972 * calendar/cal-iso.el, calendar/cal-julian.el,
3973 * calendar/cal-mayan.el, calendar/cal-persia.el,
3974 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
3975 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
3976 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
3977 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
3978 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3979 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
3980 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
3981 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
3982 * progmodes/ada-xref.el, progmodes/cc-align.el,
3983 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
3984 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3985 * progmodes/cc-langs.el, progmodes/cc-menus.el,
3986 * progmodes/cc-styles.el, progmodes/cc-vars.el,
3987 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
3988 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
3989 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
3990 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
3991 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
3992 * textmodes/reftex.el: Some fixes to follow coding
3993 conventions in Eshell files with known maintainers.
3994
3995 * emulation/viper.el: A fix to follow coding conventions.
3996
3997 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
3998 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
3999 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4000 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4001 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4002 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4003 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4004 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4005 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4006 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4007 conventions in Eshell files.
4008
4009 * composite.el, diff.el, emacs-lisp/levents.el,
4010 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4011 * emulation/pc-mode.el, emulation/viper-cmd.el,
4012 * emulation/viper-ex.el, emulation/viper-init.el,
4013 * emulation/viper-keym.el, emulation/viper-macs.el,
4014 * emulation/viper-mous.el, emulation/viper-util.el,
4015 * emulation/viper.el, forms-pass.el, international/ccl.el,
4016 * international/characters.el, international/encoded-kb.el,
4017 * international/fontset.el, international/ja-dic-cnv.el,
4018 * international/ja-dic-utl.el, international/kinsoku.el,
4019 * international/kkc.el, international/mule-cmds.el,
4020 * international/mule-diag.el, international/mule-util.el,
4021 * international/mule.el, international/titdic-cnv.el,
4022 * language/china-util.el, language/chinese.el,
4023 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4024 * language/greek.el, language/hebrew.el, language/japan-util.el,
4025 * language/japanese.el, language/korea-util.el, language/korean.el,
4026 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4027 * language/slovak.el, language/thai-util.el, language/thai.el,
4028 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4029 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4030 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4031 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4032 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4033 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4034 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4035 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4036 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4037 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4038 to follow coding conventions in files without maintainer or in files
4039 with clear maintainer (but without Maintainer header stating so).
4040
4041 * emacs-lisp/elp.el: A fix to follow coding conventions.
4042
4043 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4044 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4045 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4046 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4047 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4048 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4049 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4050 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4051 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4052 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4053 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4054 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4055 conventions in files from Gnus.
4056
4057 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4058 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4059 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4060 * echistory.el, electric.el, emacs-lisp/authors.el,
4061 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4062 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4063 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4064 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4065 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4066 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4067 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4068 * international/codepage.el, international/iso-ascii.el,
4069 * international/iso-insert.el, international/iso-transl.el,
4070 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4071 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4072 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4073 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4074 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4075 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4076 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4077 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4078 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4079 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4080 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4081 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4082 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4083 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4084 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4085 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4086 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4087 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4088 * textmodes/tex-mode.el, textmodes/text-mode.el,
4089 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4090 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4091 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4092 files maintained by FSF.
4093
4094 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4095
4096 * arc-mode.el: A fix to follow coding conventions.
4097
4098 * bindings.el: Ditto.
4099
4100 * cdl.el: Ditto.
4101
4102 * comint.el: Ditto.
4103
4104 * cus-start.el: Ditto.
4105
4106 * shell.el: Ditto.
4107
4108 * skeleton.el: Ditto.
4109
4110 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4111
4112 * info.el (Info-build-node-completions):
4113 Make Info-current-file-completions buffer local.
4114
4115 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4116
4117 * which-func.el (which-func-mode, which-func-ff-hook)
4118 (which-function-mode): Remove references to which-func-mode-global.
4119
4120 * calendar/cal-islam.el (calendar-goto-islamic-date):
4121 Add autoload cookie.
4122
4123 * play/fortune.el: Add types to defcustoms.
4124
4125 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4126
4127 * language/czech.el: A fix to follow coding conventions.
4128
4129 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4130
4131 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4132 to the extension list, for antlr-mode. From Christoph Wedler
4133 <Christoph.Wedler@sap.com>.
4134
4135 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4136
4137 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4138 (vc-dired-mode-map): Fix the madness.
4139
4140 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4141 (vc-prefix-map): Moved back from vc.el.
4142
4143 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4144
4145 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4146 Increase the size of the obarray.
4147 (mail-extr-all-top-level-domains): Add more toplevel domains,
4148 add more long names.
4149 From: Per Starback <starback@ling.uu.se>.
4150
4151 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4152
4153 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4154 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4155
4156 * progmodes/ada-mode.el: Ditto.
4157
4158 * progmodes/ada-xref.el: Ditto.
4159
4160 2001-07-11 Miles Bader <miles@gnu.org>
4161
4162 * finder.el (finder-insert-at-column): Also move to the next line
4163 if exactly at COLUMN.
4164
4165 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4166
4167 * help.el (describe-function-1): When printing FUNCTION's
4168 documentation, don't assume FUNCTION is a symbol.
4169
4170 * startup.el (normal-top-level): Don't operate on the initial
4171 frame if we failed to create one.
4172
4173 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4174
4175 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4176 itself, i.e. only indent the contents in it.
4177
4178 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4179
4180 * mail/rmail.el (rmail-show-message): Show beginning of message in
4181 all windows containing it.
4182
4183 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4184
4185 * term/tty-colors.el: Fix the header line and copyright years.
4186
4187 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4188
4189 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4190 original definition has an interactive form, but is Elp
4191 instrumented, use the interactive form of the function called by
4192 elp-wrapper.
4193
4194 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4195 configurations with compare-window-configuration; they aren't
4196 window configurations.
4197
4198 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4199 from the server for the format we expect. Don't use it if it
4200 doesn't look like what the Internet draft for FTP extensions specifies.
4201
4202 * toolbar/*.pbm: Cleaned up.
4203 From Luis Fernandes <elf@ee.ryerson.ca>.
4204
4205 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4206
4207 * cc-cmds.el: Extended the kludge to interoperate with the
4208 delsel and pending-del packages wrt to the new function
4209 `c-electric-delete-forward'.
4210
4211 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4212
4213 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4214 to delay the call to <mode> for global minor modes.
4215 (easy-mmode-define-navigation): Only recenter if interactive.
4216
4217 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4218
4219 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4220 to lisp-indent-line.
4221
4222 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4223 from the server. Call encode-time only when we are sure that we
4224 got a 213 response.
4225
4226 2001-07-06 Simon Josefsson <jas@extundo.com>
4227
4228 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4229 (mail-envelope-from): New user option.
4230 (sendmail-send-it): Use it.
4231
4232 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4233
4234 * ps-print.el: Use locale dependant date to print date in header.
4235 Doc fix.
4236 (ps-print-version): New version number (6.5.3).
4237 (ps-right-header, ps-right-footer): Initialization and doc fix.
4238 (ps-time-stamp-locale-default): New fun.
4239
4240 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4241
4242 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4243 field problem with MIME-mode.
4244
4245 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4246
4247 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4248
4249 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4250 MIME-mode.
4251
4252 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4253
4254 * bindings.el (mode-line-mule-info): Don't show the tip with
4255 buffer-file-coding-system if that is nil.
4256
4257 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4258
4259 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4260 instead of kill-line.
4261
4262 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4263 <Pavel@Janik.cz>.
4264
4265 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4266 <Pavel@Janik.cz>.
4267
4268 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4269
4270 * font-lock.el (c-font-lock-keywords-3): When matching something
4271 like `struct X Y', finish with point after Y.
4272
4273 2001-07-04 Simon Josefsson <jas@extundo.com>
4274
4275 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4276 in caller buffer.
4277
4278 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4279
4280 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4281 instead of string-match to find the basename of the file.
4282 From Pascal Obry <p.obry@wanadoo.fr>.
4283
4284 * net/browse-url.el (browse-url-default-windows-browser):
4285 Support the MS-DOS port when it runs on Windows.
4286 (browse-url-browser-function) [ms-dos]: Default to
4287 browse-url-default-windows-browser.
4288
4289 * help.el (locate-library): Enable code that looks for compressed
4290 libraries if auto-compression-mode is on.
4291
4292 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4293
4294 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4295
4296 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4297
4298 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4299
4300 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4301
4302 * allout.el: Fix the header line, so that finder.el recognizes it.
4303 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4304
4305 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4306 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4307
4308 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4309
4310 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4311
4312 * ps-bdf.el (bdf-directory-list): Use the value relative to
4313 installation-directory for MS-Windows as well.
4314
4315 2001-06-29 Richard M. Stallman <rms@gnu.org>
4316
4317 * wid-edit.el (widget-color-sample-face-get):
4318 Return ((foreground-color . COLOR)) instead of constructing a face.
4319
4320 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4321
4322 * faces.el (region): Change the background color for the
4323 light-background color display to lightgoldenrod2, to make it
4324 visible on some laptops.
4325
4326 2001-06-28 Richard M. Stallman <rms@gnu.org>
4327
4328 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4329 (rmail-msg-restore-non-pruned-header): Likewise.
4330 If point was in the old pruned header, put it at the top.
4331 (rmail-msg-prune-header): If point was at the top, keep it there.
4332
4333 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4334 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4335
4336 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4337
4338 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4339
4340 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4341
4342 * saveplace.el: Update maintainer email address.
4343
4344 2001-06-27 Francesco Potorti` <pot@gnu.org>
4345
4346 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4347 Undo previous change.
4348
4349 2001-06-27 Francesco Potorti` <pot@gnu.org>
4350
4351 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4352 preliminary quick reordering. Can speed things up dramatically.
4353
4354 2001-06-26 Richard M. Stallman <rms@gnu.org>
4355
4356 * dired.el (dired-get-filename): A file name starting with ~
4357 is not absolute in this context.
4358
4359 * which-func.el (which-func-maxout): Increase default to 500000.
4360 (which-function-mode): This is now the "real" name of the function.
4361 (which-func-mode): Now an alias.
4362 (which-func-mode-global): Name deleted.
4363
4364 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4365 button-2, when binding hs-mouse-toggle-hiding.
4366
4367 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4368
4369 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4370 (rmail-msg-prune-header): Likewise.
4371 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4372 and `rmail-msg-prune-header'.
4373
4374 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4375
4376 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4377 back than LINEBEG.
4378
4379 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4380
4381 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4382 window where they clicked the mouse has a header line, adjust
4383 vertical movement by one.
4384
4385 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4386
4387 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4388 too when separating a parenthesis.
4389
4390 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4391
4392 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4393 (bookmark-bmenu-hide-filenames): Add help-echo to
4394 mouse-highlighted text.
4395 (bookmark-bmenu-show-filenames): Remove help-echo property from
4396 the whitespace.
4397
4398 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4399
4400 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4401 From Karl Eichwalder <ke@suse.de>.
4402
4403 2001-06-23 Richard M. Stallman <rms@gnu.org>
4404
4405 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4406
4407 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4408 contents for completing-read.
4409
4410 2001-06-22 Richard M. Stallman <rms@gnu.org>
4411
4412 * menu-bar.el (menu-bar-make-toggle): Construct the
4413 function's doc string from HELP, not DOC, and make it accurate by
4414 adding "Toggle whether to " at the front and downcasing the initial.
4415 Change the HELP arg in some calls to make it fit this usage.
4416
4417 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4418 Undo previous change.
4419
4420 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4421
4422 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4423
4424 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4425
4426 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4427
4428 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4429
4430 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4431
4432 2001-06-20 Richard M. Stallman <rms@gnu.org>
4433
4434 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4435 broken out from dabbrev--find-expansion. Handle minibuffer
4436 specially here.
4437 (dabbrev--find-expansion): Simplify code in various ways.
4438 Don't treat minibuffers specially.
4439 Call dabbrev--make-friend-buffer-list.
4440 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4441 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4442
4443 2001-06-19 John Wiegley <johnw@gnu.org>
4444
4445 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4446 Also, added a comment describing how to greatly speedup Eshell
4447 loadup time, by concatenating together all of Eshell's .elc files.
4448
4449 2001-06-19 John Wiegley <johnw@gnu.org>
4450
4451 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4452
4453 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4454
4455 * woman.el (WoMan-highlight-references): Add help-echo to
4456 mouse-highlighted text.
4457
4458 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4459
4460 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4461
4462 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4463
4464 * international/quail.el (quail-start-conversion):
4465 Reset quail-translating to nil.
4466
4467 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4468 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4469
4470 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4471
4472 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4473 mouse-highlighted text.
4474
4475 * dired.el (dired-mark-pop-up): Fix last change.
4476
4477 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4478
4479 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4480 mouse-highlighted text.
4481
4482 * net/quickurl.el (quickurl-url-file): Run through
4483 convert-standard-filename.
4484 (quickurl-list-populate-buffer): Add help-echo to
4485 mouse-highlighted text.
4486 (top-level): Update Dave's URL.
4487
4488 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4489 mouse-highlighted text.
4490
4491 * textmodes/page-ext.el (pages-copy-header-and-position):
4492 Add help-echo to mouse-highlighted text.
4493
4494 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4495 mouse-highlighted text.
4496
4497 * replace.el (occur): Add help-echo to mouse-highlighted text.
4498
4499 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4500 mouse-highlighted text.
4501
4502 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4503 mouse-highlighted text.
4504
4505 * progmodes/compile.el (compile-reinitialize-errors):
4506 Add help-echo to mouse-highlighted messages.
4507 (compilation-forget-errors): Remove help-echo property as well.
4508
4509 * play/landmark.el (lm-plot-square, lm-init-display):
4510 Add help-echo to mouse-highlighted text.
4511
4512 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4513 Add help-echo to mouse-highlighted text.
4514
4515 * dired.el (dired-insert-set-properties): Add help-echo to
4516 mouse-highlighted text.
4517 (dired-mark-pop-up): Remove help-echo property from the file name.
4518
4519 * comint.el (comint-send-input): Add help-echo to
4520 mouse-highlighted text.
4521
4522 * buff-menu.el (list-buffers-noselect): Add help-echo to
4523 mouse-highlighted text.
4524
4525 * arc-mode.el (archive-summarize-files): Add help-echo to
4526 mouse-highlighted text.
4527
4528 * ffap.el (ffap-machine-p): Always return nil if
4529 open-network-stream is not fboundp.
4530
4531 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4532
4533 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4534 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4535 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4536 incorrectly binding chars between 128 and 256 to it.
4537 (sgml-maybe-name-self): Handle latin-1 chars properly.
4538 (sgml-tags-invisible): Bind buffer-file-name to nil.
4539 Use unwind-protect and restore-buffer-modified-p.
4540 (sgml-point-entered): Use buffer-substring-no-properties.
4541 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4542 (html-mode): Don't force `imenu-sort-function'.
4543
4544 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4545
4546 * tar-mode.el: Fix the copyright notice.
4547
4548 * font-lock.el (font-lock-comment-face): For tty's with dark
4549 background, use "red1", since "lightred" is not one of the colors
4550 recognized by tty-colors.el.
4551
4552 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4553 create a buffer for extracted file, in case there's more than one
4554 file by that name in an archive, possibly in different
4555 directories. From Kevin Rodgers <kevinr@ihs.com>.
4556
4557 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4558 <alex@gnu.org>.
4559
4560 2001-06-15 Miles Bader <miles@gnu.org>
4561
4562 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4563 Revert previous change.
4564
4565 2001-06-14 Richard M. Stallman <rms@gnu.org>
4566
4567 * replace.el (keep-lines-read-args): Return just a regexp.
4568 Provide nil for the region args.
4569 (keep-lines, flush-lines, how-many):
4570 Calculate the defaults for the region here, when args are nil.
4571
4572 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4573
4574 * rot13.el (rot13-other-window): Some more doc fix.
4575
4576 2001-06-14 Per Starback <starback@ling.uu.se>
4577
4578 * replace.el (case-replace, query-replace-from-history-variable)
4579 (query-replace-to-history-variable, keep-lines-read-args)
4580 (occur-revert-function, query-replace-help): Dox fix.
4581
4582 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4583
4584 * rot13.el (rot13-other-window): Doc fix.
4585
4586 2001-06-14 Miles Bader <miles@gnu.org>
4587
4588 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4589 of " and \ to "." (punctuation).
4590 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4591
4592 2001-06-13 Richard M. Stallman <rms@gnu.org>
4593
4594 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4595
4596 * simple.el (shell-command-on-region): Never kill the
4597 *Shell Command Output* buffer.
4598
4599 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4600
4601 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4602
4603 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4604
4605 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4606 New var, to recognize ${ $' and PODs.
4607 (perl-font-lock-syntactic-face-function): New function.
4608 (perl-mode): Use them.
4609 (perl-continuation-line-p): New function, from perl-calculate-indent.
4610 (perl-calculate-indent): Use it, to properly handle continuation
4611 lines of continuation lines.
4612
4613 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4614
4615 * server.el (server-process, server-buffer-clients): Doc fix.
4616 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4617
4618 2001-06-09 John Wiegley <johnw@gnu.org>
4619
4620 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4621 test if the last command was Lisp or not.
4622 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4623 B x C".
4624
4625 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4626
4627 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4628 general one on compile.el supports drive letters.
4629
4630 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4631
4632 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4633 key description.
4634
4635 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4636
4637 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4638 (reftex-toc-jump): New command.
4639
4640 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4641 to parse international characters as well.
4642
4643 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4644 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4645
4646 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4647
4648 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4649 TAB to the key separators.
4650
4651 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4652
4653 * international/mule.el (auto-coding-alist): Remove redundant
4654 up-cased versions of the extensions (auto-coding-alist-lookup is
4655 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4656 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4657
4658 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4659
4660 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4661
4662 2001-06-01 Richard M. Stallman <rms@gnu.org>
4663
4664 * help.el (describe-variable): Put value on same line
4665 with preceding text, if it is short enough to look good that way.
4666
4667 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4668
4669 * term/internal.el (IT-unicode-translations): New variable.
4670 (IT-setup-unicode-display): New function.
4671
4672 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4673
4674 * ps-print.el: Handle before-string and after-string overlay properties
4675 in ps-print-*-with-faces commands. Doc fix.
4676 (ps-print-version): New version number (6.5.2).
4677 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4678 for XEmacs.
4679 (ps-prefix-quote): Doc fix.
4680 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4681 (ps-basic-plot-str, ps-plot-string): New funs.
4682
4683 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4684
4685 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4686 and :type spec.
4687
4688 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4689
4690 * international/mule-cmds.el (inactivate-input-method):
4691 Set input-method-function to nil.
4692
4693 * xml.el (xml-parse-tag): The document may contain invalid characters.
4694 From ShengHuo ZHU <zsh@cs.rochester.edu>
4695
4696 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4697
4698 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4699 `rmail-summary-line-decoder' if the message does not have
4700 a Subject: field.
4701
4702 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4703
4704 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4705 New variable.
4706 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4707 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4708 is non-nil.
4709
4710 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4711
4712 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4713
4714 2001-05-29 Sam Steingold <sds@gnu.org>
4715
4716 * faces.el (face-valid-attribute-values): Bind `valid' directly
4717 instead of using `setq'.
4718
4719 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4720 Use `tex-shell-buf'.
4721 (tex-shell-proc): Use `tex-shell-running'.
4722 (tex-shell-buf-no-error): New function.
4723 (tex-send-tex-command): Use it.
4724 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4725 (tex-kill-job): Check the process before calling `quit-process'.
4726
4727 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4728
4729 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4730 UTF-8 sequences.
4731
4732 2001-05-28 Miles Bader <miles@gnu.org>
4733
4734 * comint.el (comint-carriage-motion): Renamed from
4735 `comint-cr-magic'. Operate on the buffer instead of the string
4736 (for use as a comint post-output filter, instead of as a
4737 pre-output filter). Handle backspaces too. Add to the
4738 `comint-output-filter-functions' hook instead of
4739 `comint-preoutput-filter-functions'.
4740
4741 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4742
4743 * language/japan-util.el (japanese-hankaku): Prefer the charset
4744 `jisx0201' when the optional argument `ascii-only' is not specified.
4745 (japanese-hankaku-region): Ditto.
4746 From Katsumi Yamaoka <yamaoka@jpl.org>
4747
4748 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4749
4750 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4751 (outline-invisible-p): New function.
4752 (hide-leaves): Save excursion.
4753 (hide-other): Stop looping when reaching bobp.
4754
4755 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4756
4757 * cus-edit.el (custom-file): Fix last change.
4758
4759 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4760
4761 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4762 same definition in byte-compile-function-environment as `autoload'
4763 would put in `symbol-function'.
4764
4765 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4766 patch to correct the error message as well.
4767
4768 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4769
4770 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4771 unless ~/.emacs exists.
4772
4773 * novice.el (enable-command): If user-init-file is nil or does not
4774 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4775
4776 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4777
4778 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4779 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4780 Allow spaces around macro arguments.
4781 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4782 indent-for-tab-command.
4783 (latex-mode-map, plain-tex-mode-map): New keymaps.
4784 Inherit from tex-mode-map.
4785 (tex-common-initialization): Don't setup the keymap any more
4786 since it's now done right by define-derived-mode.
4787 (latex-mode): Set skeleton-end-hook to nil.
4788 (latex-skeleton-end-hook): Remove.
4789 (tex-latex-block, latex-insert-item): Simplify.
4790 (latex-syntax-after): Use following-char rather than char-after.
4791 (tex-discount-args-cmds, tex-count-words): New functions.
4792
4793 * textmodes/tildify.el (tildify-ignored-environments-alist):
4794 Recognize \verb* as well.
4795
4796 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4797 (perl-comment-indent): Simplify to let newcomment.el do its job.
4798 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4799 (perl-mark-function): Cleanup the namespace.
4800 (perl-calculate-indent): Don't be fooled by nested functions.
4801
4802 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4803
4804 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4805 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4806
4807 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4808
4809 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4810 actually be `\\'.
4811 (ctlau-b5-converter): Likewise.
4812
4813 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4814
4815 * international/titdic-cnv.el (quail-misc-package-ext-info):
4816 Change CTLauB.el to CTLau-b5.el.
4817
4818 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4819
4820 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4821 rather than beginning-of-line to avoid problems with fields.
4822 (gud-perldb-massage-args): Use unless and push.
4823 (gud-chdir-before-run): New var.
4824 (gud-common-init): Use it.
4825
4826 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4827
4828 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4829 delete entries for chinese-ctlau and chinese-ctlaub.
4830 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4831 chinese-ctlaub.
4832 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4833 New functions.
4834
4835 2001-05-22 Gerd Moellmann <gerd@gnu.org>
4836
4837 * cus-edit.el (custom-comment-show): Remove debug code.
4838
4839 * language/japan-util.el (japanese-symbol-table): Fix handling of
4840 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4841
4842 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4843
4844 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4845 Renamed by removing the silly `-flag' suffix.
4846 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4847
4848 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4849
4850 * replace.el (keep-lines-read-args): Use `copy-marker'.
4851 (how-many): Save excursion properly.
4852 (occur-mode): Use define-derived-mode.
4853 (perform-replace): Use with-current-buffer.
4854
4855 2001-05-20 Richard M. Stallman <rms@gnu.org>
4856
4857 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4858
4859 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4860
4861 * info.el (Info-read-subfile): Widen before finding the
4862 desired node in the subfile.
4863
4864 * startup.el (command-line-1): When >2 files visited,
4865 leave the last one visible, and make that the selected window.
4866
4867 2001-05-20 Gerd Moellmann <gerd@gnu.org>
4868
4869 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4870
4871 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4872
4873 * international/ccl.el (define-ccl-program): Fix a typo.
4874 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4875
4876 * international/mule.el (decode-char): Fix a typo. From Pavel
4877 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4878
4879 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4880 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4881
4882 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4883 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4884
4885 2001-05-18 Sam Steingold <sds@gnu.org>
4886
4887 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
4888 and [RET] to `cvs-mode-find-file'.
4889
4890 2001-05-18 John Wiegley <johnw@gnu.org>
4891
4892 * eshell/esh-ext.el (eshell-explicit-command-char): A new
4893 configuration variable, which determines the initial character
4894 that forces use of an external version of a command. The default
4895 is *, but may be set to \, for example.
4896
4897 * eshell/esh-ext.el (eshell-explicit-command):
4898 Use `eshell-explicit-command-char' instead of ?*.
4899
4900 * eshell/esh-cmd.el (eshell/which):
4901 Use `eshell-explicit-command-char' instead of ?*.
4902
4903 * eshell/em-cmpl.el (eshell-completion-command-name)
4904 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
4905 instead of ?*.
4906
4907 2001-05-18 Gerd Moellmann <gerd@gnu.org>
4908
4909 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4910 subst-char-in-string.
4911 (ange-ftp-after-parse-ls-hook): New variable.
4912 (ange-ftp-ls): Run that hook.
4913 From Peter Milliken <Peter.Milliken@GTECH.COM>.
4914
4915 * tmm.el (tmm-get-keymap): Fix handling of :filter.
4916 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
4917 text into *Completions*.
4918
4919 * net/goto-addr.el (goto-address-at-point): Deal with URLs
4920 part of which look like email addresses.
4921
4922 2001-05-18 Andrew Innes <andrewi@gnu.org>
4923
4924 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
4925 Use . instead of absolute path for lisp dir, to avoid bug in W2K
4926 cmd.exe's handling of FOR loops.
4927 (autoloads): Set find-file-suppress-same-file-warnings to t to
4928 avoid slew of spurious messages.
4929
4930 2001-05-18 Simon Josefsson <simon@josefsson.org>
4931
4932 * mail/smtpmail.el (maybe-append-domain): Renamed to
4933 `smtpmail-maybe-append-domain'.
4934 (smtpmail-via-smtp): Use the new name.
4935
4936 * net/browse-url.el (browse-url-browser-function): Add kde.
4937 (browse-url-kde-program, browse-url-kde-args): New variables.
4938 (browse-url-kde): New function.
4939
4940 2001-05-18 Miles Bader <miles@gnu.org>
4941
4942 * simple.el (delete-horizontal-space, just-one-space):
4943 Use `constrain-to-field' instead of `field-end'/`field-beginning',
4944 because it's more efficient for large files.
4945
4946 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4947
4948 * mail/rmail.el (rmail-require-mime-maybe): New function.
4949 (rmail): Use it.
4950 (rmail-mode): Handle the case of finding Rmail files.
4951
4952 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
4953 functions.
4954
4955 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
4956
4957 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
4958 text-property after moving to the beginning of line and regardless
4959 of the value of font-lock-multiline.
4960
4961 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4962
4963 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
4964
4965 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
4966 last coding system used before calling set-buffer-modified-p
4967 because that function changes last-coding-system.
4968
4969 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
4970
4971 * files.el (switch-to-buffer-other-window)
4972 (switch-to-buffer-other-frame): Add an xref to display-buffer in
4973 the doc string.
4974
4975 2001-05-17 Gerd Moellmann <gerd@gnu.org>
4976
4977 * language/slovak.el, language/czech.el: New maintainer.
4978
4979 2001-05-16 Sam Steingold <sds@gnu.org>
4980
4981 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
4982 sub-form of `defgeneric' correctly.
4983
4984 2001-05-16 Gerd Moellmann <gerd@gnu.org>
4985
4986 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
4987 of `c'.
4988
4989 * textmodes/outline.el (outline-font-lock-level): Remove the
4990 condition-case, test what outline-level returns instead, to
4991 ease debugging.
4992
4993 * international/mule.el (auto-coding-regexp-alist): New user-option.
4994 (auto-coding-from-file-contents): New function.
4995 (set-auto-coding): Use it to determine a coding system.
4996
4997 2001-05-15 Gerd Moellmann <gerd@gnu.org>
4998
4999 * mouse.el (mouse-delete-other-windows): Doc fix.
5000
5001 * emacs-lisp/lisp-mode.el (lisp-mode):
5002 Make font-lock-keywords-case-fold-search a buffer-local variable with
5003 make-local-variable before setting it.
5004
5005 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5006
5007 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5008 prefixes.
5009
5010 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5011
5012 * hexl.el (hexl-current-address): Print a message when called
5013 interactively.
5014
5015 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5016
5017 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5018
5019 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5020
5021 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5022
5023 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5024
5025 * startup.el (command-line): If parameters have been changed in
5026 the init files which influence font selection, clear the face
5027 cache so that faces get realized with the new parameters.
5028
5029 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5030
5031 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5032
5033 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5034
5035 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5036
5037 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5038 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5039
5040 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5041
5042 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5043 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5044
5045 2001-05-09 John Wiegley <johnw@gnu.org>
5046
5047 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5048 Annotated the documentation string to tell users about
5049 `eshell-no-numeric-conversions'.
5050
5051 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5052 conversions if a Lisp function has the property
5053 `eshell-no-numeric-conversions' set to a non-nil value.
5054
5055 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5056 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5057 property `eshell-no-numeric-conversions' on the following
5058 functions (which all deal with filesystem entities, and never Lisp
5059 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5060 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5061 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5062 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5063 eshell/which, eshell/addpath.
5064
5065 2001-05-09 John Wiegley <johnw@gnu.org>
5066
5067 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5068 encountered as an argument, don't convert it right away, but tag
5069 the first character of the string with the text properties
5070 `number', which signifies to `eshell-lisp-command' that the
5071 argument should be passed through `string-to-number' if it is
5072 actually used in the call to a Lisp function.
5073
5074 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5075 function, convert any string arguments that have been tagged as
5076 "numbers", by calling string-to-number.
5077
5078 * eshell/esh-util.el (eshell-number-regexp): Now that number
5079 conversions only happen for Lisp function calls, the number regexp
5080 should now match all integer and floating point forms.
5081
5082 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5083 `eshell-continue-process', since they are both nonfunctional at
5084 the moment.
5085 (eshell-proc-initialize): Don't bind keys for
5086 `eshell-stop-process' or `eshell-continue-process'.
5087
5088 * eshell/em-unix.el (eshell-shuffle-files):
5089 Apply `directory-file-name' before calling `file-name-directory'.
5090
5091 * eshell/em-hist.el (eshell-add-to-history): Reference to
5092 `eshell-history-ring' needed to be `eshell-history-index'.
5093
5094 * calendar/timeclock.el (timeclock-find-discrep):
5095 Initialize `elapsed' to 0.
5096 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5097 it's still nil.
5098
5099 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5100
5101 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5102 (archive-mode): Use capitalize.
5103 (archive-unique-fname): Use make-temp-file.
5104
5105 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5106
5107 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5108
5109 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5110
5111 * tar-mode.el (tar-extract): Pay attention to the value of
5112 coding-system-for-read, if it is non-nil.
5113
5114 * calendar/holidays.el (holidays): Add an autoload cookie.
5115 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5116
5117 2001-05-08 John Wiegley <johnw@gnu.org>
5118
5119 * calendar/timeclock.el (timeclock-workday-remaining):
5120 Changed logic for determining how much time is remaining.
5121 (timeclock-workday-elapsed): Don't accept a "relative" argument
5122 for the current day's elapsed time. What could that have meant?
5123 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5124 (timeclock-when-to-leave): Changed logic, similarly to what was
5125 done for `timeclock-workday-remaining'.
5126 (timeclock-find-discrep): Removed "today-only" argument, which had
5127 no meaning. Fixed some more math problems. The function now
5128 returns a three member list: (TOTAL-TIME-DISCREPANCY
5129 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5130
5131 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5132
5133 * w32-fns.el (convert-standard-filename): Start replacing slashes
5134 from the beginning of the file name, not from where the last
5135 invalid character was. From "Andrew Maguire (SWW)"
5136 <Andrew.Maguire@Smallworld.co.uk>
5137
5138 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5139
5140 The following changes are to provide infrastructure for handling
5141 MIME messages to rmail. They don't affect the original behaviour
5142 if rmail-enable-mime is nil.
5143
5144 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5145 (rmail-search-mime-message-function)
5146 (rmail-search-mime-header-function): New variables.
5147 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5148 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5149 `rmail-view-buffer' is hidden.
5150 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5151 call rmai-show-mime-function.
5152 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5153 mode-line-process of rmail-view-buffer.
5154 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5155 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5156 buffer.
5157 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5158 set-buffer to the Rmail buffer.
5159 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5160 rmail-search-mime-header-function.
5161 (rmail-search-message): New function.
5162 (rmail-search): Call rmail-search-message to check if a message
5163 matches REGEXP, lastly update point after calling
5164 rmail-show-message.
5165 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5166 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5167 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5168 header region, refer to rmail-msgref-vector while setting the
5169 current buffer to rmail-buffer temporarily.
5170 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5171 If rmail-enable-mime is non-nil, call
5172 rmail-insert-mime-forwarded-message-function instead of inserting
5173 forwarded message by itself.
5174
5175 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5176 Rmail buffer.
5177 (rmail-set-label, rmail-next-labeled-message): Likewise.
5178
5179 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5180 set-buffer to the Rmail buffer.
5181 (rmail-output-to-rmail-file): Likewise.
5182 (rmail-output): Likewise.
5183
5184 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5185 of mail-fetch-field by rmail-summary-line-decoder.
5186 (rmail-new-summary): Be sure to go to the Rmail buffer.
5187 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5188 rmail-view-buffer to nil.
5189 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5190 rmail-view-buffer.
5191 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5192 rmail-buffer.
5193 (rmail-summary-scroll-msg-down): Likewise.
5194 (rmail-summary-beginning-of-message): Likewise.
5195 (rmail-summary-wipe): Likewise.
5196 (rmail-summary-toggle-header): Use save-window-excursion, not
5197 save-excursion. Update point in rmail-view-buffer, not in
5198 rmail-buffer.
5199 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5200 rmail-view-buffer, not rmail-buffer.
5201
5202 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5203
5204 * cus-edit.el (custom-file): Signal an error if user-init-file is
5205 nil (running -q).
5206
5207 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5208
5209 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5210 Add :version.
5211
5212 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5213 New option.
5214 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5215 only if smtpmail-warn-about-unknown-extensions is set.
5216
5217 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5218 instead of rmail-sort-by-keywords.
5219
5220 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5221 rmail-sort-by-keywords.
5222
5223 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5224 rmail-summary-sort-by-keywords. Doc fix.
5225 (rmail-summary-mode): Doc fix.
5226
5227 * mail/rmail.el (rmail-edit): New Custom group.
5228
5229 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5230 (rmail-edit-mode-hook): New user-option.
5231
5232 2001-05-05 Richard M. Stallman <rms@gnu.org>
5233
5234 * help.el (help-xref-symbol-regexp): Recognize "source of"
5235 and friends, meaning make a link to the source file.
5236 (help-make-xrefs): Handle "source of" and friends
5237 by constructing a link that visits the source file.
5238
5239 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5240
5241 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5242
5243 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5244 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5245 Renamed from perl-font-lock-keywords to avoid clashes.
5246 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5247 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5248 Updated correspondingly.
5249
5250 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5251 Typo `nonexistant' -> `nonexistent'.
5252
5253 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5254
5255 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5256 Split `c-electric-delete' into two functions where
5257 `c-electric-delete-forward' always deletes forward and
5258 `c-electric-delete' only contains the code necessary for XEmacs to
5259 choose between backward and forward deletion.
5260
5261 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5262 get the electric behavior on that key too.
5263 (c-fill-paragraph): Fixed bogus direct use of
5264 c-comment-prefix-regexp, which caused an error when it's a list.
5265
5266 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5267
5268 * dired-aux.el (dired-diff): Doc fix.
5269
5270 * dired.el (dired-diff): Likewise.
5271
5272 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5273
5274 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5275
5276 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5277
5278 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5279 if both the buffer and the file are read-only.
5280
5281 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5282 rather than font-lock-string-face.
5283 (sh-get-indent-info): Treat heredocs like strings.
5284
5285 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5286
5287 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5288 a newline following `}'.
5289 (texinfo-format-email): New function.
5290 (toplevel): Use texinfo-format-email for @email.
5291 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5292 Add `display'.
5293 (texinfo-sort-region): Goto point-min before sorting.
5294 (texinfo-set): Remove leading white space from value.
5295 From yagi@is.titech.ac.jp.
5296
5297 * replace.el (query-replace-regexp-eval): Doc fix.
5298
5299 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5300
5301 * diff-mode.el (diff-nonexistant-face): New face.
5302 (diff-font-lock-keywords): Use it.
5303
5304 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5305
5306 * font-lock.el (font-lock-mode): Doc fix.
5307
5308 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5309 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5310
5311 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5312
5313 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5314 backslash at the start of the here-document delimiter.
5315 (sh-font-lock-syntactic-keywords): Likewise.
5316
5317 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5318
5319 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5320
5321 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5322 (tty-color-translate, tty-color-by-index, tty-color-values)
5323 (tty-color-desc): Doc fix.
5324
5325 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5326
5327 * dired-aux.el (dired-do-create-files, dired-do-copy)
5328 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5329 Mention dired-dwim-target in the doc string.
5330
5331 2001-04-28 Miles Bader <miles@gnu.org>
5332
5333 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5334 (dabbrev--find-expansion): Use it.
5335 (dabbrev--select-buffers): Don't select ignored buffers.
5336
5337 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5338
5339 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5340
5341 2001-04-26 Richard M. Stallman <rms@gnu.org>
5342
5343 * dabbrev.el: Add doc strings for some functions.
5344 (dabbrev--eliminate-newlines): New variable.
5345 (dabbrev--substitute-expansion): Convert newlines to spaces
5346 if dabbrev--eliminate-newlines is set.
5347 If abbrev and expansion are both all-lower-case,
5348 leave dabbrev--last-case-pattern nil.
5349
5350 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5351
5352 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5353 if necessary, like in rmail-show-message.
5354
5355 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5356
5357 * ps-print.el: Color specified by number is forced to be float number.
5358 (ps-print-version): New version number (6.5.1.1).
5359 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5360 initialization.
5361 (ps-prefix-quote): New internal var.
5362 (ps-print-quote): New fun.
5363 (ps-setup, ps-output-frame-properties, ps-float-format)
5364 (ps-format-color): Code fix.
5365 (ps-plot-region): Eliminate redundant foreground color text setting.
5366
5367 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5368
5369 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5370
5371 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5372
5373 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5374
5375 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5376
5377 * info.el (Info-additional-directory-list): Doc fix.
5378
5379 * find-lisp.el (find-lisp-find-dired-filter)
5380 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5381 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5382
5383 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5384
5385 * progmodes/make-mode.el (makefile-font-lock-keywords):
5386 Rationalize the rules for includes and conditionals and use the
5387 keyword face for them.
5388
5389 * faces.el (modify-face): Add compatibility for non-interactive use.
5390
5391 2001-04-24 John Wiegley <johnw@gnu.org>
5392
5393 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5394 fix from last night, since it wasn't finding eshell/cd.
5395
5396 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5397
5398 * rect.el (string-rectangle): Revert to 20.x behaviour.
5399 (replace-rectangle): Make it an alias for string-rectangle.
5400 (string-insert-rectangle): New function.
5401
5402 2001-04-23 John Wiegley <johnw@gnu.org>
5403
5404 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5405 occurring with Emacs 21's diff.el/compile.el interaction layer.
5406
5407 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5408
5409 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5410 case where the function was defined in a file, but not part of an
5411 eshell module.
5412
5413 2001-04-23 John Wiegley <johnw@gnu.org>
5414
5415 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5416 code to work around a redisplay problem I've been having.
5417
5418 2001-04-23 John Wiegley <johnw@gnu.org>
5419
5420 * calendar/timeclock.el (timeclock-day-required): If the time
5421 required for a particular day is not set, use `timeclock-workday'.
5422 (timeclock-find-discrep): Added some sample code in a comment.
5423
5424 * eshell/eshell.el (eshell-command): Made a few changes so that
5425 `eshell-command' could be called programmatically.
5426
5427 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5428
5429 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5430
5431 2001-04-23 John Wiegley <johnw@gnu.org>
5432
5433 * calendar/timeclock.el: Updated copyright.
5434 (timeclock-generate-report): Don't report the daily or two-week
5435 total, if no time has been worked in that period.
5436 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5437 final computational form, which was unnecessary; corrected a
5438 parsing problem when timeclock-relative was nil.
5439
5440 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5441
5442 * calendar/timeclock.el (timeclock-modeline-display): Check if
5443 `list-entry' is null.
5444 (timeclock-use-display-time): The first argument to `set-variable'
5445 must be a symbol.
5446
5447 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5448
5449 * calendar/calendar.el (diary-entry-marker)
5450 (calendar-today-marker, calendar-holiday-marker):
5451 Use display-color-p instead of window-system.
5452 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5453 instead of window-system.
5454 (calendar-hide-window): Use display-multi-frame-p instead of
5455 window-system.
5456
5457 * calendar/cal-x.el (calendar-two-frame-setup)
5458 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5459 Use display-multi-frame-p instead of window-system.
5460
5461 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5462
5463 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5464
5465 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5466 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5467
5468 2001-04-23 Alex Schroeder <alex@gnu.org>
5469
5470 * goto-addr.el: Instead of defining line-beginning-position and
5471 line-end-position a defalias is used for point-at-bol and point-at-eol.
5472
5473 2001-04-23 Alex Schroeder <alex@gnu.org>
5474
5475 * goto-addr.el: Added XEmacs compatibility code.
5476 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5477
5478 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5479
5480 * textmodes/paragraphs.el (sentence-end): Doc fix.
5481
5482 2001-04-20 Alex Schroeder <alex@gnu.org>
5483
5484 * sql.el (sql-escape-newlines-and-send): New function.
5485 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5486
5487 2001-04-20 Alex Schroeder <alex@gnu.org>
5488
5489 * sql.el (sql-db2-program): New option.
5490 (sql-db2-options): New option.
5491 (sql-db2): New function.
5492
5493 2001-04-20 Alex Schroeder <alex@gnu.org>
5494
5495 * sql.el (sql-mode-menu): Added highlighting entries.
5496 (sql-highlight-oracle-keywords): New function.
5497 (sql-highlight-postgres-keywords): New function.
5498 (sql-highlight-ansi-keywords): New function.
5499
5500 2001-04-20 Alex Schroeder <alex@gnu.org>
5501
5502 * sql.el (sql-help): Doc change.
5503
5504 2001-04-19 Karl Fogel <kfogel@collab.net>
5505
5506 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5507 that inserted file content only to delete it immediately.
5508 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5509 <lektu@uol.com.br> for the patch.
5510
5511 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5512
5513 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5514
5515 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5516
5517 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5518 for defmethod.
5519
5520 * comint.el (comint-cr-magic): New function.
5521 (toplevel): Add it to comint-preoutput-filter-functions.
5522
5523 2001-04-18 Andrew Innes <andrewi@gnu.org>
5524
5525 * makefile.w32-in (EMACSLOADPATH): Define.
5526 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5527 (recompile): Remove stuff to set EMACSLOADPATH.
5528
5529 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5530
5531 * language/slovak.el ("Slovak"): Add tutorial entry.
5532
5533 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5534 browse-url-new-window-p.
5535
5536 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5537
5538 * info.el (Info-menu-update): When there are no menus and/or no
5539 cross references in the node, make the respective items of the
5540 Info menu-bar menu inactive.
5541
5542 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5543
5544 * indent.el (indent-for-tab-command): Call indent-line-function
5545 with no argument if PREFIX-ARG is non-nil.
5546
5547 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5548
5549 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5550
5551 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5552 an async subprocess if start-process is unavailable. Suggested by
5553 Tim Van Holder <tim.van.holder@pandora.be>.
5554
5555 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5556
5557 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5558 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5559
5560 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5561
5562 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5563 manual.
5564
5565 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5566
5567 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5568 (cvs-menu): Add a few entries.
5569
5570 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5571 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5572 lock file appears to be reachable from Emacs.
5573 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5574 (cvs-mode-find-file): Look for cvs-header-face rather than
5575 cvs-dirname-face (which doesn't exist).
5576 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5577
5578 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5579
5580 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5581
5582 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5583 normal-erase-is-backspace on a tty. Instead, bind some keys such
5584 as [delete] directly, like pc-select.el did before
5585 normal-erase-is-backspace was invented.
5586
5587 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5588
5589 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5590
5591 2001-04-11 John Wiegley <johnw@gnu.org>
5592
5593 * eshell/em-ls.el (eshell-ls-insert-directory):
5594 Set font-lock-defaults to nil, to prevent fontification in dired
5595 buffers, if Eshell's ls is being used.
5596
5597 2001-04-11 John Wiegley <johnw@gnu.org>
5598
5599 * calendar/timeclock.el (timeclock-completing-read): New function.
5600 (timeclock-ask-for-project, timeclock-ask-for-reason):
5601 Call `timeclock-completing-read'.
5602
5603 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5604 required where `member' was being used.
5605
5606 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5607
5608 * eshell/em-hist.el (eshell-previous-matching-input):
5609 Don't display "History item" if the the minibuffer is active.
5610
5611 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5612
5613 * startup.el (command-line): Output a newline after printing
5614 an error from loading the window system's init file.
5615
5616 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5617
5618 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5619 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5620 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5621 keywords whose arguments routinely include @@.
5622
5623 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5624
5625 * emacs-lisp/advice.el (ad-make-advised-definition):
5626 Construct advice for subrs differently.
5627
5628 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5629 regexp in parentheses when building the regexp for searching backwards.
5630
5631 * simple.el (completion-list-mode-finish): New function.
5632 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5633
5634 * language/european.el ("Polish"): Change sample text.
5635 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5636
5637 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5638 parameter.
5639
5640 * faces.el (menu): Doc fix.
5641
5642 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5643
5644 * ps-print.el: Footer implementation. Doc fix.
5645 (ps-print-version): New version number (6.5.1).
5646 (ps-header-frame-alist): New customization var for header frame
5647 properties.
5648 (ps-line-number-color): New customization var for line number color.
5649 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5650 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5651 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5652 (ps-right-footer): New customization vars for footers.
5653 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5654 footers.
5655 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5656 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5657 Code fix.
5658 (ps-prologue-file): Indentation fix.
5659 (ps-print-quote): Fun eliminated.
5660 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5661 (ps-output-frame-properties): New fun.
5662 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5663 (ps-skip-newline): Replace defun by defsubst.
5664
5665 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5666
5667 * eshell/eshell.el (eshell-command): Needed a "%s" format
5668 specifier, in case the buffer contains percent characters.
5669
5670 2001-04-10 John Wiegley <johnw@gnu.org>
5671
5672 * calendar/timeclock.el (timeclock-generate-report): Added a
5673 missing insert of the project name.
5674
5675 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5676
5677 * obsolete/profile.el: Moved from emacs-lisp/.
5678
5679 * Makefile.in (nonobsolete_setwins): New macro.
5680 (finder-data): Use it instead of `setwins'.
5681 From: Dave Love <fx@gnu.org>.
5682
5683 * server.el (server-visit-files): Set server-existing-buffer correctly.
5684 (server-visit-files): Run server-visit-hook after going to
5685 line 1 so that the hook can set point as it sees fit.
5686
5687 * bindings.el (mode-line-modified): Unify help messages.
5688
5689 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5690
5691 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5692 All callers changed.
5693
5694 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5695
5696 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5697 long file names aren't supported, truncate the file names in
5698 quail-misc-package-ext-info to 8+3 before matching them against
5699 FILENAME.
5700
5701 * dos-fns.el (dos-truncate-to-8+3): New function.
5702
5703 * progmodes/compile.el (grep-compute-defaults): Use null-device
5704 instead of literal /dev/null. Reported by Jens Schmidt
5705 <schmidt@mathematik.uni-kl.de>.
5706
5707 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5708
5709 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5710
5711 * textmodes/sgml-mode.el: Add unknown maintainer.
5712 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5713 (html-mode-map): Use set-keymap-parent.
5714
5715 2001-04-06 Dave Love <fx@gnu.org>
5716
5717 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5718 Remove redundant string-to-list.
5719
5720 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5721
5722 * composite.el (reference-point-alist): Doc fix.
5723
5724 2001-04-05 Sam Steingold <sds@gnu.org>
5725
5726 * font-lock.el (font-lock-keywords-case-fold-search):
5727 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5728 file made font-lock case-insensitive.
5729
5730 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5731
5732 * faces.el (defface menu): Doc fix.
5733
5734 * wid-edit.el (widget-color-sample-face-get): Don't make
5735 faces for undefined colors.
5736
5737 * version.el (emacs-version): Include LessTif/Motif version info.
5738
5739 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5740
5741 * ps-mule.el: Eliminate cl package dependence.
5742 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5743 if they aren't defined yet.
5744 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5745 Eliminate cl package dependence.
5746
5747 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5748
5749 * progmodes/cc-cmds.el (c-outline-level):
5750 Bind buffer-invisibility-spec. Originally from Dave Love, but
5751 got lost when incorporating version 5.26.
5752
5753 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5754
5755 * emulation/pc-select.el (pc-selection-mode):
5756 Call normal-erase-is-backspace-mode instead of binding
5757 keys individually.
5758
5759 * cus-load.el (normal-erase-is-backspace): Use it instead of
5760 delete-key-deletes-forward.
5761
5762 * startup.el (command-line): Use normal-erase-is-backspace and
5763 normal-erase-is-backspace-mode.
5764
5765 * simple.el (normal-erase-is-backspace): Rename from
5766 delete-key-deletes-forward. Doc fix.
5767 (normal-erase-is-backspace-mode): Rename from
5768 delete-key-deletes-forward-mode. Doc fix.
5769 Run normal-erase-is-backspace-hook.
5770
5771 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5772 ``human-readable'' format produced by GNU `ls'.
5773 (dired-move-to-filename-regexp): Recognize ISO format dates.
5774 From Paul Eggert <eggert@twinsun.com>.
5775
5776 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5777
5778 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5779 New functions.
5780 (lm-verify): Check keywords.
5781 From Eric M. Ludlam <eric@siege-engine.com>.
5782
5783 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5784
5785 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5786 `xemacs' feature instead of for the function `set-extent-property'.
5787
5788 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5789
5790 * mail/mh-utils.el (mh-folder-hist): New var.
5791 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5792
5793 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5794
5795 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5796 region, position point on the first or last 16-byte group.
5797 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5798 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5799 hexl-beginning-of-line.
5800
5801 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5802
5803 * icomplete.el (icomplete-mode): Treat an argument like other
5804 modes do.
5805
5806 * startup.el (fancy-splash-head): Use splash8.xpm for color
5807 depth 8.
5808
5809 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5810 Add an antry for ``converts''.
5811
5812 * language/slovak.el ("Slovak"): Add documentation string.
5813 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5814
5815 * language/czech.el ("Czech"): Add documentation string.
5816 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5817
5818 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5819 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5820
5821 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5822
5823 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5824 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5825 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5826 Use `defsubst' rather than a macro to ease debugging.
5827 (mail-extr-last): Remove (use `last' instead).
5828 (mail-extract-address-components): Properly reset the syntax-table
5829 after parsing an address. Use `last' rather than mail-extr-last.
5830 Make sure the end marker stays at the very end.
5831
5832 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5833
5834 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5835 last change.
5836
5837 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5838
5839 * ps-print.el: Line and paragraph spacing feature. Region to cut
5840 out when printing. Doc fix.
5841 (ps-print-version): New version number (6.5).
5842 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5843 New vars. Line and paragraph spacing feature.
5844 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5845 out when printing.
5846 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5847 (ps-get-font-size, ps-begin-job, ps-continue-line)
5848 (ps-plot-region): Code fix.
5849 (ps-print-prologue-2): Var eliminated.
5850 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5851 New internal vars.
5852 (ps-get-size): New fun.
5853 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5854 (ps-next-line): Replace defun by defsubst.
5855 (ps-mule-plot-string): Autoload doc fix.
5856
5857 * ps-bdf.el: XEmacs compatibility. Doc fix.
5858 (installation-directory, coding-system-for-read): Declare vars if
5859 it's not declared yet.
5860 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5861
5862 * ps-mule.el: XEmacs compatibility. Doc fix.
5863 (leading-code-private-22): Declare var if it's not declared yet.
5864 (charset-bytes, charset-dimension, charset-id, charset-width)
5865 (find-charset-region, split-char, char-width, chars-in-region)
5866 (forward-point, decompose-composite-char, encode-coding-string)
5867 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5868 Define funs if not defined yet.
5869 (encode-composition-rule, find-composition): Define funs if not
5870 loaded yet.
5871 (ps-mule-prologue): PostScript code fix.
5872
5873 2001-04-02 Kenichi Handa <handa@etl.go.jp>
5874
5875 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5876 non-nil, generate font for the header strings.
5877 (ps-mule-prepare-font): Likewise.
5878 (ps-mule-generate-glyphs): Likewise.
5879 (ps-mule-string-encoding): Likewise.
5880 (ps-mule-header-charsets): New variable.
5881 (ps-mule-encode-header-string): New function.
5882 (ps-mule-header-string-charsets): New function.
5883 (ps-mule-begin-job): Check charsets in the header strings. If there
5884 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5885
5886 * ps-print.el (ps-generate-header-line): Encode the header string by
5887 ps-mule-encode-header-string.
5888 (ps-mule-encode-header-string): Declare autoload.
5889
5890 2001-04-02 Gerd Moellmann <gerd@gnu.org>
5891
5892 * frame.el (cursor-in-non-selected-windows):
5893 Replaces show-cursor-in-non-selected-windows.
5894
5895 2001-03-31 Kenichi Handa <handa@etl.go.jp>
5896
5897 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5898 Delete entries for "chinese-py" and "chinese-ziranma".
5899 (quail-misc-package-ext-info): New variable.
5900 (tsang-quick-converter): New function.
5901 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5902 (quick-cns-converter, py-converter, ziranma-converter)
5903 (miscdic-convert, batch-miscdic-convert): New functions.
5904
5905 2001-03-30 Kenichi Handa <handa@etl.go.jp>
5906
5907 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5908 eight-bit-control chars.
5909
5910 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5911 Reduce making temporary vector (suggested by Dave Love).
5912
5913 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5914
5915 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
5916 string as well.
5917
5918 2001-03-30 Andreas Schwab <schwab@suse.de>
5919
5920 * files.el (backup-directory-alist): Fix typo.
5921
5922 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5923
5924 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
5925 <eggert@twinsun.com>.
5926
5927 2001-03-30 Dave Love <fx@gnu.org>
5928
5929 * progmodes/fortran.el (fortran-comment-region): Fix typo.
5930
5931 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5932
5933 * simple.el (transient-mark-mode): Mention C-g in the doc string.
5934
5935 2001-03-30 Miles Bader <miles@gnu.org>
5936
5937 * subr.el (interactive-form): Fix paren typo.
5938
5939 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
5940
5941 * emacs-lisp/profile.el: Say that it's obsolete in the header
5942 line, so that finder.el puts that into its data-base.
5943 Suggested by Alex Schroeder <alex@gnu.org>.
5944
5945 2001-03-29 Paul Eggert <eggert@twinsun.com>
5946
5947 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
5948 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
5949
5950 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
5951
5952 * generic.el (generic-mode-set-comments): Use "" rather than nil
5953 for comment-end.
5954
5955 2001-03-29 Gerd Moellmann <gerd@gnu.org>
5956
5957 * emacs-lisp/advice.el (ad-make-advised-definition):
5958 Call interactive-form to obtain the interactive spec of subrs.
5959
5960 * subr.el (interactive-form): New function.
5961
5962 2001-03-29 Andre Spiegel <spiegel@gnu.org>
5963
5964 * vc-sccs.el (vc-sccs-register): Use relative file names.
5965
5966 2001-03-28 Gerd Moellmann <gerd@gnu.org>
5967
5968 * bookmark.el (bookmark-get-bookmark): Handle case that
5969 BOOKMARK is not a string.
5970
5971 * image.el (image-type-regexps): Change type for PS files
5972 to `postscript'.
5973
5974 * subr.el (read-passwd): Clear command history after each
5975 character entered. From: Stephen Gildea
5976 <gildea@stop.mail-abuse.org>.
5977
5978 2001-03-27 Kenichi Handa <handa@etl.go.jp>
5979
5980 * international/kkc.el (kkc-save-init-file): Locally bind
5981 print-length to nil.
5982
5983 2001-03-26 Gerd Moellmann <gerd@gnu.org>
5984
5985 * textmodes/flyspell.el: Some doc fixes.
5986 (flyspell-maybe-correct-transposition)
5987 (flyspell-maybe-correct-doubling): Use a temporary buffer
5988
5989 * textmodes/ispell.el (ispell-parse-output): Doc fix.
5990
5991 * emacs-lisp/byte-opt.el (byte-optimize-while)
5992 (byte-optimize-form-code-walker): Diagnose too few arguments
5993 for `if' and `while'.
5994
5995 2001-03-26 Kenichi Handa <handa@etl.go.jp>
5996
5997 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5998 Prepend `\' to "\<quail-translation-docstring>".
5999
6000 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6001
6002 * autorevert.el (global-auto-revert-non-file-buffers):
6003 Remove duplicate defcustom.
6004
6005 2001-03-26 Miles Bader <miles@gnu.org>
6006
6007 * international/latin1-disp.el (latin1-char-displayable-p):
6008 Add leading "-" for X font pattern.
6009
6010 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6011
6012 * international/mule-diag.el (describe-coding-system):
6013 For raw-text and emacs-mule, don't add anymore text about what
6014 charsets they can encode.
6015
6016 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6017
6018 * help.el (view-lossage): Mention open-dribble-file in the doc
6019 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6020
6021 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6022
6023 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6024 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6025
6026 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6027
6028 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6029 Call ccl-execute-on-string directly so that CCL program handling
6030 multibyte sequence can work correctly.
6031 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6032 property of the coding system.
6033
6034 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6035
6036 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6037 Fix transcription typo.
6038
6039 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6040
6041 * whitespace.el: Add buffer local variables to toggle testing of
6042 whitespaces in buffers without affecting the default values.
6043 Bump version to 3.0 to account for a few other changes.
6044 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6045 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6046 (whitespace-toggle-spacetab-check): New functions.
6047
6048 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6049
6050 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6051
6052 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6053
6054 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6055 bs-cycle-configuration-name. From Juanma Barranquero
6056 <lektu@uol.com.br>.
6057
6058 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6059 and cc-vars.el.
6060
6061 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6062 headers. Always invoke sendmail with option -t.
6063
6064 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6065
6066 * Release of cc-mode 5.28.
6067
6068 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6069
6070 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6071 Removed the hardcoded switch to "java" style in Java mode.
6072 It's instead taken care of by the default value for c-default-style.
6073
6074 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6075
6076 * cc-align.el (c-lineup-math): Fix bug where lineup was
6077 triggered by equal signs in string literals.
6078
6079 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6080
6081 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6082 limit detection when at the ends of the buffer.
6083
6084 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6085 "for" statement clause in case 7F; a better one is done
6086 earlier in case 7D anyway.
6087
6088 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6089
6090 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6091 somewhat more and did a small optimization.
6092
6093 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6094
6095 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6096 Use the limit argument only to limit the syntactic context
6097 search, not to limit the actual movement.
6098
6099 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6100 inside multiline strings, just like in comments. Also various
6101 fixes to the paragraph and comment prefix recognition, block
6102 comment ender handling etc.
6103
6104 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6105
6106 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6107 the relative position of the point.
6108
6109 * cc-cmds.el (c-electric-continued-statement): New function to
6110 use as abbrev hook to reindent for keywords such as "else"
6111 that continues an earlier statement.
6112
6113 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6114 like classes.
6115
6116 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6117 (pike-mode): Populate the default abbrev tables to reindent for
6118 keywords such as "else" that can continue earlier statements.
6119 Abbrev mode is therefore turned on by default now. (Note that
6120 this doesn't apply to idl-mode, since IDL afaik doesn't have
6121 statements at all.)
6122
6123 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6124
6125 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6126 bracelists where the declaration contains template arguments.
6127
6128 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6129
6130 * cc-cmds.el (c-comment-indent):
6131 Use `c-get-syntactic-indentation' to correctly calculate the
6132 syntactic indentation. Fixes bug with lineup functions that
6133 return vectors.
6134
6135 * cc-engine.el (c-get-syntactic-indentation): Split the
6136 indentation sum calculation from `c-indent-line' to a separate
6137 function.
6138
6139 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6140
6141 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6142 Fixed places where it was assumed that preprocessor directives
6143 have to start in column zero.
6144
6145 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6146 template arguments after a class identifier properly.
6147
6148 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6149 lists for `new Foo[]' constructs in Java as expressions and
6150 not top level definition brace lists on the top level, so that
6151 they'll get indented consistently with the same type of
6152 expression in a normal block.
6153
6154 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6155
6156 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6157 whether the adaptive filling package fails to keep the comment
6158 prefix is now kludged further to check for filladapt-mode
6159 which doesn't have that problem. This is really icky, but it's
6160 the only way that works with the current misfeatures/bugs in
6161 both adaptive-fill-mode and filladapt-mode.
6162
6163 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6164 around point is recognized more robust.
6165
6166 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6167
6168 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6169 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6170 (c-lit-type): Fixed all internal variables used dynamically so
6171 that they are always bound.
6172
6173 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6174 errors:
6175
6176 (c-indent-region): Fixed reporting of syntactic errors so that
6177 the region is fully reindented even when an error occurs.
6178 The last syntactic error is printed afterwards. Also cleanup up a
6179 whole lot of code that tried to optimize indentation of whole
6180 sexps but in reality accomplishes nothing.
6181
6182 (c-indent-sexp): Use c-indent-region.
6183
6184 (c-parsing-error): Changed this variable to hold the message
6185 for any syntactic error that is discovered.
6186
6187 (c-parse-state): Search backward from point instead of the bod
6188 position when the latter is invalid. This makes CC Mode
6189 recover faster when there are unbalanced close braces.
6190
6191 (c-backward-to-start-of-if): Use c-parsing-error to report
6192 dangling "else" clauses instead of throwing an error, and fall
6193 back to a reasonable position.
6194
6195 (c-indent-line): Added argument to avoid reporting syntactic errors.
6196
6197 (c-show-syntactic-information): Don't report any syntactic errors.
6198
6199 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6200
6201 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6202 paragraph recognition when moving by sentence in literals.
6203
6204 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6205 start regexp for javadoc to recognize javadoc markup in general instead
6206 of a specific set of keywords, to be more future-safe.
6207
6208 (c-Pike-pikedoc-paragraph-start)
6209 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6210 pikedoc markup.
6211
6212 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6213
6214 (pike-mode): Initialize paragraph settings pikedoc recognition.
6215
6216 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6217
6218 (c-comment-prefix-regexp): Made it possible to use an
6219 association list on this to specify mode specific regexps.
6220 The default value now use a special regexp in Pike mode to
6221 recognize pikedoc markup.
6222
6223 (c-current-comment-prefix): New variable containing the actual
6224 regexp from c-comment-prefix-regexp for the current buffer.
6225
6226 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6227
6228 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6229 lists: We can't look at the syntax, since a brace list can get
6230 recognized as a plain statement-cont.
6231
6232 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6233 special brace list opener broken over two lines got recognized
6234 as a statement on the second line. Case 9A changed.
6235
6236 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6237
6238 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6239 adjustment after line is reindented.
6240
6241 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6242
6243 * cc-defs.el (c-point): Added optional argument for position
6244 to use instead of the current point.
6245
6246 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6247 the in-expression block symbols when the construct starts at
6248 boi, to avoid the extra level of indentation in that case.
6249 Cases 4, 16A and 17E affected.
6250
6251 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6252
6253 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6254 calls to `c-indent-line', to adhere better to Emacs conventions.
6255
6256 * cc-engine.el (c-indent-line): Use the syntax already bound
6257 to `c-syntactic-context', if there is any.
6258
6259 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6260
6261 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6262 wasn't added up correctly when a lineup function returned nil.
6263
6264 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6265
6266 * cc-engine.el (c-collect-line-comments): Fixed bug where
6267 empty lines were ignored when collecting line comments backwards.
6268
6269 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6270
6271 * cc-align.el (c-lineup-dont-change): Return an absolute
6272 indentation column to work correctly in the case when several
6273 syntactic elements are processed for the same line.
6274
6275 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6276 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6277 (c-set-offset): Added absolute indentation column settings by
6278 using the vector type.
6279
6280 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6281
6282 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6283 Implemented two new cleanups `space-before-funcall' and
6284 `compact-empty-funcall'.
6285
6286 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6287
6288 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6289 helping building regexps.
6290
6291 * cc-engine.el (c-on-identifier): New function for detecting
6292 identifiers. It takes keywords into account.
6293
6294 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6295 lists. `c-keywords' is set to a regexp matching all keywords
6296 in the current language.
6297
6298 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6299
6300 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6301 list of characters to skip backwards over at the beginning of
6302 a statement, since it can precede string literals in Pike.
6303
6304 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6305
6306 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6307 recognition when standing on the last line in a C++ comment
6308 with nothing but whitespace after the prefix.
6309
6310 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6311 given no limit argument.
6312
6313 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6314
6315 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6316 recognition for the `[]= operator symbol in Pike.
6317
6318 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6319
6320 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6321 around a bug in `eval-when-compile' in the byte compiler.
6322
6323 * cc-engine.el (c-forward-token-1): Fixed bug with return
6324 value when count is zero and there's no token start within the limit.
6325
6326 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6327 "prefix comments", i.e. comments which are followed by code on
6328 the same line.
6329
6330 * cc-mode-19.el: Fixes so that checks that must be done at
6331 compile time also are done then.
6332
6333 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6334
6335 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6336 time and at runtime, and only when it's needed.
6337
6338 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6339
6340 Major cleanup for less error prone and more warning free
6341 compilation, including some fixes for bugs due to different
6342 compilation orders. Thanks to Martin Buchholz for providing
6343 the basis for all this.
6344
6345 * cc-bytecomp.el: New file that provides some byte compilation
6346 features: It ensures that files always are loaded from the
6347 current source directory during compilation, and it provides a
6348 set of macros to turn off specific compiler warnings for
6349 specific symbols. (It's not CC Mode specific in any way.)
6350
6351 Fixed a nearly acyclic dependency tree (both runtime and
6352 compile-time) between all files.
6353
6354 * cc-defs.el: Separated all macros before the inline functions,
6355 to ensure correct compilation.
6356
6357 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6358 cc-defs.el to cc-engine.el and made it a function instead.
6359
6360 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6361 about char-after.
6362
6363 * cc-vars.el: Cope even when there isn't a custom package
6364 containing defcustom available.
6365
6366 * cc-make.el: Removed since it's no longer necessary.
6367
6368 README: Updated installation instructions.
6369
6370 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6371
6372 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6373 improve the modularity: Moved all mode init stuff from
6374 cc-langs.el to cc-mode.el, including the keymap
6375 initialization; cc-langs now only contains the various
6376 variables for configuring the language syntax.
6377
6378 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6379 (c-get-offset): Moved from cc-styles to cc-engine since file
6380 dependency analysis suggests they belong there (which also
6381 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6382
6383 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6384
6385 * cc-cmds.el (c-fn-region-is-active-p): New function that
6386 wraps the corresponding macro, for use in places that aren't
6387 compiled. Thanks to Martin Buchholz for pointing out this.
6388
6389 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6390
6391 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6392 add things to the bug report.
6393
6394 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6395
6396 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6397 returned prefix could contain a newline when the search for a
6398 good prefix line failed.
6399
6400 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6401
6402 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6403 (c-toggle-auto-hungry-state): Made the argument optional, as
6404 the documentation says it is.
6405
6406 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6407
6408 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6409 multiline string syntax, #"...", as a cpp macro.
6410
6411 2001-03-21 Paul Eggert <eggert@twinsun.com>
6412
6413 * international/mule-cmds.el (set-locale-environment):
6414 Set system-messages-locale and system-time-locale, but only if the
6415 caller specifies a non-nil locale name.
6416
6417 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6418
6419 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6420 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6421
6422 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6423
6424 * follow.el (follow-avoid-tail-recenter): Doc fix.
6425
6426 * custom.el (custom-set-variables): Avoid reversing the list
6427 of args needlessly.
6428
6429 * startup.el (fancy-splash-head): Don't change the colors of the
6430 XPM image on a dark background.
6431
6432 * comint.el (comint-exec-1): Set columns of the terminal to
6433 window-width instead of frame-width.
6434
6435 * info.el (Info-scroll-down): Add missing WINDOW arg for
6436 pos-visible-in-window-p.
6437
6438 * ehelp.el (electric-help-mode-hook): Add defcustom.
6439
6440 * mail/sendmail.el (mail-mode): Activate case-folding in
6441 font-lock-defaults.
6442
6443 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6444
6445 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6446 (completion-ignored-extensions): Remove duplicate ".class".
6447
6448 2001-03-19 Andreas Schwab <schwab@suse.de>
6449
6450 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6451 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6452
6453 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6454
6455 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6456 methods since there are not prefix input methods.
6457
6458 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6459
6460 * international/mule-cmds.el (read-input-method-name):
6461 Locally bind enable-recursive-minibuffers to t.
6462
6463 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6464
6465 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6466
6467 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6468
6469 * ediff-util.el: Copyright years.
6470 (ediff-choose-syntax-table): New function.
6471 (ediff-setup): Use ediff-choose-syntax-table.
6472
6473 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6474 with-syntax-table.
6475
6476 * ediff.el: Date of last update, copyright years.
6477
6478 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6479
6480 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6481 of Scott Bronson.
6482 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6483 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6484 Deleted functions.
6485 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6486 ex-token-list.
6487
6488 * viper-util.el: Spaces, indentation.
6489
6490 * viper.el: Changed version, modification time.
6491
6492 2001-03-16 John Wiegley <johnw@gnu.org>
6493
6494 * calendar/timeclock.el (timeclock-workday-remaining):
6495 Check whether `discrep' is non-null before using it.
6496
6497 2001-03-16 John Wiegley <johnw@gnu.org>
6498
6499 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6500 first-time checkins.
6501 (timeclock-log-data): Fixed problem with reading timelog log file.
6502 Resulting data in the "day list" was incorrect.
6503 (timeclock-find-discrep): Check if `timeclock-file' is readable
6504 before opening it.
6505 (timeclock-time-less-p): New function.
6506 (timeclock-day-base): New function.
6507 (timeclock-geometric-mean): New function.
6508 (timeclock-generate-report): Generate a summary report based on
6509 the contents of the log file. This uses `timeclock-log-data', and
6510 is an example of writing a timelog manipulation function.
6511 (timeclock-visit-timelog): A quick command for opening the timelog
6512 file.
6513 (timeclock-log-data): Bound the variable event.
6514
6515 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6516
6517 * international/mule-cmds.el (select-safe-coding-system):
6518 Fix typo: symbol-name -> symbol-value.
6519
6520 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6521 before substitute-in-file-name to handle double slashes in FILE
6522 correctly.
6523
6524 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6525
6526 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6527 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6528
6529 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6530
6531 * bindings.el (features): Add `md5' and `overlay' to the list.
6532
6533 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6534 bound before using it. It's not bound when configured without X,
6535 for instance.
6536
6537 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6538
6539 * progmodes/hideshow.el: Update copyright.
6540 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6541 (hs-minor-mode-hook): Include `:version' in defcustom form.
6542
6543 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6544
6545 * help.el (string-key-binding): Don't call event-start on
6546 a non-list.
6547
6548 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6549
6550 * startup.el (fancy-splash-tail, command-line-1): Fix the
6551 copyright year.
6552
6553 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6554
6555 * term.el: These changes are based on a patch sent from Yong Lu
6556 <lyongu@yahoo.com>.
6557 (term-set-escape-char): Bind M-x to execute-extended-command in
6558 term-raw-escape-map.
6559 (term-move-columns): Don't try to move to negagive column.
6560 (term-emulate-terminal): Insert a string before deleting a text to
6561 overwrite.
6562
6563 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6564
6565 * play/life.el (life): Rearrange code so that all calls to
6566 life-display-generation are in a catch-form.
6567
6568 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6569 file that isn't interesting. In an interesting file, push the old
6570 value of point on the mark ring.
6571
6572 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6573 New function.
6574 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6575 Use it.
6576
6577 * emacs-lisp/autoload.el (generate-file-autoloads):
6578 Remove warning about line lengths.
6579
6580 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6581
6582 * progmodes/etags.el (tags-compression-info-list): New variable.
6583 (find-tag-in-order): Use it to deal with compressed source files.
6584 (tag-file-name-match-p): New function.
6585 (etags-recognize-tags-table): Use it for better match of file names.
6586
6587 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6588
6589 * international/mule-cmds.el (register-input-method): Doc fix.
6590
6591 * international/quail.el (quail-translate-key): Fix condition to
6592 check if there's another breaking point in the current key.
6593
6594 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6595
6596 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6597 Babyl header to the newly-created output file, bind
6598 coding-system-for-write to either rmail-file-coding-system or
6599 emacs-mule-unix.
6600
6601 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6602
6603 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6604 Fix the name and regexp used for subsubsections.
6605
6606 2001-03-10 Dave Love <fx@gnu.org>
6607
6608 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6609 and save-buffer if buffer-file-name non-nil. From rms.
6610
6611 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6612
6613 * vc.el (vc-do-command): If the destination buffer is already
6614 current, don't set it up and don't erase it. Updated doc string
6615 to reflect that.
6616 (vc-version-diff): When doing a single file diff, don't switch to the
6617 *vc-diff* buffer before the command. This is to preserve local
6618 variable bindings that might affect the diff command.
6619 (vc-print-log): Don't switch to the *vc* buffer before the
6620 command, so that local variable bindings are preserved.
6621
6622 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6623 not the current buffer.
6624 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6625
6626 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6627 make output go to buffer *vc*, not the current buffer.
6628
6629 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6630
6631 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6632 so ^, $, *, ? and + are interpreted correctly.
6633
6634 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6635
6636 * help.el (string-key-binding): Renamed from
6637 mode-line-key-binding. Handle any event on a string.
6638 Check for `keymap' properties as well as `local-map' properties.
6639
6640 * comint.el (comint-insert-clicked-input): Use the last key
6641 from this-command-keys to lookup the global key definition.
6642
6643 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6644
6645 * international/characters.el: Add category `j' for
6646 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6647
6648 * international/mule-conf.el (no-conversion): Fix docstring.
6649 (raw-text): Fix docstring.
6650
6651 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6652
6653 * simple.el (choose-completion-string): When not leaving the
6654 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6655 is set.
6656
6657 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6658 parameter `(minibuffer . t)'.
6659
6660 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6661
6662 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6663 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6664 (sh-mode): Remove `make-local-variable' for unused var
6665 `font-lock-unfontify-region-function'.
6666
6667 2001-03-07 Richard M. Stallman <rms@gnu.org>
6668
6669 * info.el (Info-scroll-down): Fix previous change.
6670
6671 * mail/rmail.el (rmail-toggle-header): Use a window which
6672 is showing the Rmail buffer, rather than the selected window.
6673
6674 2001-03-07 Dave Love <fx@gnu.org>
6675
6676 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6677 now, to avoid problems with binding imenu directly to a mouse event.
6678
6679 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6680
6681 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6682 second arg t.
6683
6684 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6685
6686 * log-edit.el (log-edit-common-indent): New var.
6687 (log-edit-set-common-indentation): Renamed from
6688 log-edit-delete-common-indentation. Use the new var.
6689 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6690
6691 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6692 (cvs-mode-add-change-log-entry-other-window):
6693 Don't presume change-log-default-name is defined.
6694
6695 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6696
6697 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6698 the "tree" operation as well.
6699
6700 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6701
6702 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6703 to match paragraph-start.
6704
6705 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6706 comment-start-skip and set comment-end-skip as well.
6707 (sgml-comment-indent): Fix for new value of comment-start-skip.
6708 (html-autoview-mode): Don't bother using make-local-hook.
6709
6710 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6711
6712 * cus-edit.el (custom-save-delete): Move in front of local
6713 variables, otherwise long Custom entries would make them ineffective.
6714
6715 * uniquify.el: Set maintainer to FSF.
6716
6717 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6718
6719 * dired-aux.el (dired-do-shell-command): Doc fix.
6720
6721 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6722
6723 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6724
6725 * which-func.el (which-func-modes): Add cperl-mode.
6726 (which-func-mode-global): Use define-minor-mode.
6727
6728 * info-look.el: Docstring fixes and dead code eliminated.
6729 (cperl-mode): Add support.
6730 (emacs-lisp-mode): List all entries from elisp manual, whether
6731 or not they are currently (f)bound or not. Update regexp.
6732
6733 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6734
6735 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6736 so that C-h m shows the correct information.
6737 Use make-local-variable rather than make-variable-buffer-local.
6738 (cperl-info-buffer, cperl-setup-tmp-buf):
6739 Use make-local-variable rather than make-variable-buffer-local.
6740 (cperl-msb-fix, cperl-get-help-defer):
6741 Check major-mode for `cperl-mode' as well.
6742
6743 * progmodes/cperl-mode.el: Updated to author version 4.23.
6744 (cperl-electric-pod): SYNOPSIS was misspelled.
6745 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6746 (cperl-after-expr-p): Make true after __END__.
6747
6748 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6749
6750 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6751 bookmark-completion-ignore-case is t.
6752
6753 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6754 switch, like xterm, and concat resource strings, with a newline
6755 between them.
6756
6757 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6758
6759 * international/codepage.el (cp770-decode-table)
6760 (cp773-decode-table, cp774-decode-table): New variables.
6761
6762 * man.el (Man-hyphenated-reference-regexp): New variable.
6763 (Man-build-references-alist): Use it to search for referenced
6764 manpages. If hyphenated is non-nil, record a concatenated word in
6765 Man-refpages-alist only if it matches Man-reference-regexp.
6766 Update word's length when it is concatenated. Reverse the list,
6767 to get the first manpage at the head.
6768 (Man-possibly-hyphenated-word): New function.
6769 (Man-follow-manual-reference): Use it instead of current-word to
6770 find a manpage at point, in a way that accounts for hyphenated
6771 references.
6772
6773 2001-03-06 Alex Schroeder <alex@gnu.org>
6774
6775 * sql.el (sql-interbase): New function.
6776 (sql-interbase-program): New option.
6777 (sql-interbase-options): New option.
6778 And some typos fixed: "customise" to "customize".
6779
6780 2001-03-06 Dave Love <fx@gnu.org>
6781
6782 * textmodes/flyspell.el (flyspell-region):
6783 Set up flyspell-local-mouse-map.
6784
6785 2001-03-05 Richard M. Stallman <rms@gnu.org>
6786
6787 * mail/rmail.el (rmail-retry-failure):
6788 Don't call rmail-beginning-of-message.
6789 Don't discard From: field. Do discard Received: field.
6790 Use unwind-protect to re-prune.
6791 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6792
6793 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6794
6795 * international/quail.el (quail-title): Add autoload cookie.
6796
6797 2001-03-05 Dave Love <fx@gnu.org>
6798
6799 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6800 new defs.
6801
6802 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6803
6804 * language/ethio-util.el (ethio-toggle-space):
6805 Update current-input-method-title if necessary.
6806 (ethio-toggle-punctuation): Likewise.
6807
6808 * international/quail.el (quail-title): Fix for the case that a
6809 title of an input method is specified by a list of the same form
6810 as used in mode-line-format.
6811
6812 * international/mule-cmds.el (activate-input-method):
6813 If current-input-method-title is set by activating INPUT-METHOD,
6814 respect that value.
6815
6816 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6817
6818 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6819
6820 2001-03-05 Alex Schroeder <alex@gnu.org>
6821
6822 * sql.el (sql-sybase): Fix typo (was: query user about server two
6823 times instead of server and database).
6824
6825 * sql.el (sql-sybase): Doc change.
6826 (sql-mysql): Doc change.
6827 (sql-postgres): Doc change.
6828
6829 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6830
6831 * international/mule-conf.el (emacs-mule, raw-text):
6832 Docstring modified.
6833
6834 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6835
6836 * term/internal.el: Update copyright notice.
6837
6838 * term/pc-win.el: Update copyright notice.
6839
6840 2001-03-02 Dave Love <fx@gnu.org>
6841
6842 * files.el (insert-file-contents-literally):
6843 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6844 not jka-compr-compression-info-list.
6845
6846 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6847
6848 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6849 spaces in default comment-start-skip settings rather than \s-.
6850
6851 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6852
6853 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6854 default-frame-alist as well.
6855
6856 2001-03-01 Dave Love <fx@gnu.org>
6857
6858 * textmodes/reftex.el (defvar): Wrap some defvars in
6859 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6860
6861 * subr.el (event-basic-type): Doc fix.
6862
6863 * international/quail.el: Doc fixes.
6864
6865 * international/utf-8.el: Doc fixes.
6866
6867 * international/mule-cmds.el: Doc fixes.
6868 (leim-list-header): Fix header text.
6869
6870 * international/mule.el (coding-system-category): Doc fix.
6871
6872 * international/ccl.el (ccl-compile): Doc fix.
6873
6874 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6875
6876 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6877 rather than (before|after)-change-functions.
6878
6879 2001-03-01 Gerd Moellmann <gerd@gnu.org>
6880
6881 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6882 scroll-left and scroll-right being called interactively so that
6883 they set the window's min_hscroll.
6884
6885 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6886
6887 * info.el (info-insert-file-contents-1): Accept an additional
6888 argument `lfn': if it is non-nil, concatenate `filename' and
6889 `suffix'; otherwise use the complicated MS-DOS code.
6890 All callers changed.
6891 (info-insert-file-contents, Info-find-node): If the MS-DOS port
6892 can access long file names, try the long file-name version of
6893 `info-insert-file-contents-1', then the short file-name version.
6894
6895 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
6896
6897 * language/ethio-util.el (setup-ethiopic-environment-internal):
6898 Change bindings of functions keys to conform to "Emacs Lisp Coding
6899 Convention".
6900
6901 * language/ethiopic.el ("Ethiopic"): Add documentation.
6902
6903 2001-02-28 Kenichi Handa <handa@etl.go.jp>
6904
6905 * international/utf-8.el (mule-utf-8): Set coding-category
6906 property to coding-category-utf-8.
6907
6908 2001-02-27 Richard M. Stallman <rms@gnu.org>
6909
6910 * lpr.el (lpr-page-header-switches, print-region-1):
6911 Undo 2000-07-06 change.
6912 (lpr-add-switches): Default to t on gnu/linux.
6913
6914 2001-02-27 Gerd Moellmann <gerd@gnu.org>
6915
6916 * bs.el (bs-attributes-list): Doc fix.
6917
6918 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6919
6920 * help.el (describe-project): Display the file THE-GNU-PROJECT.
6921
6922 * help.el (view-order-manuals): Use goto-address.
6923
6924 * startup.el (command-line-1): Add info about ordering manuals
6925 to the not so fancy splash screens.
6926
6927 2001-02-26 Andre Spiegel <spiegel@gnu.org>
6928
6929 * vc.el (vc-default-workfile-unchanged-p)
6930 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
6931
6932 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6933
6934 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
6935 fontify in the right buffer.
6936
6937 * allout.el (outline-flag-region): Move macro in front of first
6938 use to avoid a run-time error.
6939
6940 2001-02-24 Andrew Innes <andrewi@gnu.org>
6941
6942 * makefile.w32-in: Fix copyright notice.
6943
6944 2001-02-24 Kenichi Handa <handa@etl.go.jp>
6945
6946 * international/utf-8.el (mule-utf-8): Set correct value for
6947 valid-codes property.
6948
6949 * international/fontset.el (x-complement-fontset-spec): In the
6950 case that we use ASCII font for the other charsets, use only
6951 family and registry part of it.
6952
6953 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6954
6955 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
6956 (shrink-window-if-larger-than-buffer): Doc fix.
6957
6958 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
6959
6960 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
6961 predicate passed to completing-read.
6962
6963 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
6964
6965 * startup.el (command-line): Fix last change.
6966
6967 2001-02-23 Jason Rumney <jasonr@gnu.org>
6968
6969 * startup.el (tool-bar-originally-present): New variable.
6970 (command-line): Set it if the tool-bar is switched on at startup.
6971
6972 * frame.el (frame-notice-user-settings): Only adjust frame height
6973 for no tool-bar case if tool-bar was originally switched on.
6974 From E. Jay Berkenbilt.
6975
6976 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
6977
6978 * server.el (server-switch-buffer): Only switch window if the
6979 current one is dedicated.
6980
6981 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
6982 rather than using (match-beginning 0) when searching for break point.
6983
6984 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
6985
6986 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
6987 @ follows an accent command such as @'. Support optional braces
6988 in commands that insert accents, like makeinfo does.
6989
6990 2001-02-22 Gerd Moellmann <gerd@gnu.org>
6991
6992 * startup.el (fancy-splash-text): Add a line for ordering
6993 manuals. Reverse order of splash screens shown.
6994 (use-fancy-splash-screens-p): Adapt to the text line added.
6995
6996 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
6997 manuals from the FSF.
6998
6999 * help.el (view-order-manuals): New function.
7000 (toplevel): Bind C-h C-m to this function.
7001
7002 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7003
7004 * newcomment.el (comment-forward): Skip the comment-start before
7005 searching for the comment-end.
7006
7007 2001-02-21 Dave Love <fx@gnu.org>
7008
7009 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7010
7011 * international/mule-cmds.el, international/mule.el: Doc fixes.
7012
7013 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7014
7015 * startup.el (fancy-splash-screens): Use display-hourglass
7016 instead of display-busy-cursor.
7017
7018 * frame.el (display-hourglass): Renamed from busy-cursor.
7019 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7020 (show-cursor-in-non-selected-windows): Doc fix.
7021
7022 2001-02-20 Dave Love <fx@gnu.org>
7023
7024 * international/utf-8.el: Doc and commentary fixes.
7025
7026 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7027
7028 * ehelp.el (with-electric-help): Doc fix.
7029
7030 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7031
7032 * msb.el (msb-mode): Call the update-buffers function explicitly
7033 with a FORCE argument.
7034
7035 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7036 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7037 returns nil.
7038
7039 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7040
7041 * ps-print.el: Timestamp package replacement. Some enhancements.
7042 Some XEmacs compatibility. Doc fix.
7043 (ps-print-version): New version number (6.4).
7044 (ps-printer-name): Initialization fix.
7045 (ps-zebra-stripe-follow): Funcionality enhancement.
7046 (ps-prologue-file): Code enhancement.
7047 (ps-right-header): Timestamp package replacement.
7048 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7049 (ps-get-page-dimensions)
7050 (ps-generate-header, ps-begin-file, ps-begin-job)
7051 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7052 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7053 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7054 (coding-system-for-write): Var declaration (XEmacs compatibility).
7055
7056 2001-02-20 Miles Bader <miles@gnu.org>
7057
7058 * image-file.el (image-file-name-extensions): Add "tif".
7059
7060 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7061
7062 * wid-edit.el (widget-button-click): Save the selected window
7063 around the code handling clicks on buttons.
7064
7065 2001-02-18 Dave Love <fx@gnu.org>
7066
7067 * imenu.el (imenu--generic-function): Use mapc to iterate over
7068 syntax characters.
7069
7070 2001-02-17 Richard M. Stallman <rms@gnu.org>
7071
7072 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7073
7074 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7075
7076 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7077
7078 * mouse.el (mouse-save-then-kill): If the distance from the new
7079 point to the mark is equal to the distance of point from the new
7080 point, move point instead of the mark.
7081
7082 2001-02-16 Dave Love <fx@gnu.org>
7083
7084 * textmodes/flyspell.el (flyspell-get-word): Return string without
7085 properties.
7086
7087 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7088
7089 * generic.el (generic-find-file-regexp): Doc fix.
7090 (generic-ignore-files-regexp): New defcustom.
7091 (generic-mode-find-file-hook): If the file's name matches the
7092 regexp in `generic-ignore-files-regexp', don't enter
7093 default-generic-mode. Doc fix.
7094
7095 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7096
7097 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7098 Add autoload cookies.
7099
7100 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7101 of cal-tex-24.
7102
7103 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7104
7105 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7106
7107 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7108 the character class after the (optional) drive, to support file
7109 names with embedded blanks.
7110
7111 2001-02-15 Sam Steingold <sds@gnu.org>
7112
7113 * textmodes/tex-mode.el (tex-shell-running):
7114 Check the process buffer too.
7115
7116 2001-02-15 Dave Love <fx@gnu.org>
7117
7118 * battery.el (battery-status-function): Fix doc, :type.
7119
7120 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7121
7122 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7123
7124 * subr.el (read-passwd): Clear Lisp memory holding password.
7125
7126 2001-02-15 Miles Bader <miles@gnu.org>
7127
7128 * info.el (Info-copy-current-node-name): New function.
7129 (Info-mode-menu): Add it to the menu.
7130
7131 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7132
7133 * international/mule-cmds.el (toggle-input-method): Doc fix.
7134
7135 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7136
7137 * replace.el (occur): Stop at end of buffer.
7138
7139 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7140
7141 * international/mule-cmds.el (set-input-method): Another doc fix.
7142
7143 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7144
7145 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7146
7147 2001-02-13 Miles Bader <miles@gnu.org>
7148
7149 * faces.el (set-face-background, set-face-foreground)
7150 (set-face-stipple): Treat a value of nil as being `unspecified'.
7151
7152 2001-02-12 Dave Love <d.love@dl.ac.uk>
7153
7154 * international/latin1-disp.el: Doc fixes.
7155 (latin1-display) <defgroup>: Add :link.
7156 (latin1-display) <function>: Set variable latin1-display.
7157
7158 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7159
7160 * international/mule-cmds.el (set-input-method): Doc fix.
7161
7162 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7163
7164 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7165 (speedbar-line-file): Return nil if not a file.
7166 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7167
7168 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7169
7170 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7171 for remote files.
7172 (ediff-coding-system-for-read): Replaced the no-conversion default
7173 with raw-text.
7174
7175 * ediff-init.el: Removed :version from defcustom vars.
7176
7177 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7178 Better handling of the diff mode.
7179
7180 * ediff.texi: Added ediff-coding-system-for-read.
7181
7182 * viper.texi: Fix typos.
7183
7184 2001-02-11 Dave Love <fx@gnu.org>
7185
7186 * shadowfile.el: Doc fixes.
7187 (shadow) <defgroup>: Add :link.
7188 (shadowfile-unload-hook): New function.
7189 (shadow-initialize): Use defalias, not fset.
7190 (shadow-define-cluster, shadow-define-literal-group)
7191 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7192
7193 * international/mule.el: Doc and message fixes.
7194
7195 * international/ccl.el (define-ccl-program): Doc fix.
7196
7197 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7198
7199 * faces.el (mode-line): Set :line-width property to -1.
7200
7201 2001-02-10 Richard M. Stallman <rms@gnu.org>
7202
7203 * complete.el (partial-completion-mode): Doc fix.
7204
7205 * simple.el (delete-key-deletes-forward-mode):
7206 Change `let' to `let*' to fix gross bug in last change.
7207
7208 * repeat.el (repeat): Don't let execute-kbd-macro alter
7209 real-last-command.
7210
7211 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7212
7213 * simple.el (eval-expression): Doc fix.
7214
7215 2001-02-09 Dave Love <fx@gnu.org>
7216
7217 * imenu.el (imenu-generic-expression): Doc fix.
7218
7219 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7220 From Juanma Barranquero.
7221
7222 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7223
7224 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7225
7226 * faces.el (set-face-attribute): Describe the case of a negative
7227 value specified for :line-width.
7228
7229 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7230
7231 * which-func.el (which-func-mode): Invert which-func-mode-global.
7232 From Juanma Barranquero <lektu@uol.com.br>.
7233
7234 2001-02-08 Dave Love <fx@gnu.org>
7235
7236 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7237 widget-plist-value-type.
7238 (widget-alist-convert-widget): Replace binding of
7239 widget-alist-value-type.
7240
7241 * textmodes/paragraphs.el (sentence-end): Doc fix.
7242
7243 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7244 Remove `backward-line'.
7245
7246 * play/pong.el (pong-blank-color, pong-bat-color)
7247 (pong-ball-color, pong-border-color, pong-left-key)
7248 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7249 (pong-pause-key, pong-resume-key, pong-timer-delay):
7250 * mail/mh-comp.el (mh-compose-letter-function):
7251 * eshell/esh-mode.el (eshell-skip-prompt-function):
7252 * emulation/viper-ex.el (ex-unix-type-shell-options):
7253 * recentf.el (recentf-menu-filter):
7254 * ps-print.el (ps-print-region-function):
7255 * lpr.el (print-region-function):
7256 * forms.el (forms-mode-hooks):
7257 * dirtrack.el (dirtrack-directory-change-hook):
7258 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7259 * textmodes/spell.el (spell-filter):
7260 * textmodes/fill.el (adaptive-fill-function):
7261 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7262 * progmodes/etags.el (find-tag-default-function):
7263 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7264 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7265
7266 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7267
7268 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7269 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7270 Meyering <jim@meyering.net>.
7271
7272 * loadup.el: Revert last change.
7273
7274 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7275
7276 * international/mule.el (transform-make-coding-system-args):
7277 Make it work also for coding systems not using CCL.
7278
7279 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7280
7281 * simple.el (previous-matching-history-element)
7282 (next-matching-history-element): Doc fix.
7283
7284 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7285 specific part.
7286
7287 2001-02-06 Dave Love <fx@gnu.org>
7288
7289 * add-log.el (add-log-current-defun-function)
7290 (add-log-buffer-file-name-function, add-log-file-name-function):
7291 Fix :type.
7292 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7293
7294 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7295
7296 * info.el (info-initialize): Remove the test for system-type when
7297 invocation-directory is non-nil.
7298
7299 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7300 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7301
7302 2001-02-06 Andrew Innes <andrewi@gnu.org>
7303
7304 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7305 absolute.
7306
7307 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7308
7309 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7310 buffers. When hi-lock turned on rather than only checking current
7311 buffer for regexps, all buffers are checked. Moved activation of
7312 font-lock to hi-lock-refontify. When font-lock turned off rather
7313 than removing added highlighting just in current buffer, remove it
7314 in all buffers. Changed edit menu text from "Automatic
7315 Highlighting" to "Regexp Highlighting" Documentation for
7316 highlighting phrases, minor documentation changes.
7317 (hi-lock-set-file-patterns): Execute only if there are new or
7318 existing file patterns.
7319 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7320 unfontify and, if a support mode is active, will not refontify the
7321 whole buffer. If necessary, turn on font lock. (Removed
7322 font-lock-unfontify and font-lock support-mode-specific calls,
7323 such as lazy-lock-fontify-window.)
7324 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7325 patterns are found. Not useful now since find-file-hook is removed
7326 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7327 (hi-lock-face-phrase-buffer): New function. Also added related
7328 menu item and keybinding.
7329 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7330 (hi-lock-process-phrase): New function.
7331 (hi-lock-line-face-buffer): Doc fixes.
7332 (hi-lock-face-buffer): Doc fixes.
7333 (hi-lock-unface-buffer): Doc fixes.
7334
7335 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7336
7337 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7338 dabbrev-ignored-regexps.
7339
7340 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7341
7342 * simple.el (kill-line): Doc fix.
7343
7344 2001-02-05 Dave Love <fx@gnu.org>
7345
7346 * loadup.el: Revert last two changes -- bootstrapping works with
7347 regenerated loaddefs.
7348
7349 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7350
7351 * isearch.el (isearch-forward): Doc fix.
7352
7353 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7354 of font-lock-defaults to backward-paragraph.
7355
7356 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7357
7358 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7359 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7360
7361 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7362
7363 * ebnf2ps.el: Eliminate time-stamp functions.
7364 (ebnf-version): New version (3.5).
7365 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7366 format-time-string.
7367
7368 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7369
7370 * simple.el (next-line): Goto end-of-line before inserting a newline.
7371
7372 2001-02-05 Miles Bader <miles@gnu.org>
7373
7374 * image-file.el (insert-image-file): When visiting an image, also
7375 set `truncate-lines' to t so that any fringe arrow looks correct.
7376
7377 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7378
7379 * isearch.el (isearch-forward): Add description about input method
7380 in the docsting.
7381
7382 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7383
7384 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7385
7386 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7387
7388 * info.el (info-initialize): If installation-directory is nil, for
7389 DOS/Windows systems try looking in a sibling of invocation-directory.
7390
7391 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7392
7393 * wid-edit.el (widget-button-click): Fix last change.
7394
7395 * frame.el (frame-notice-user-settings): When resizing the initial
7396 frame because the tool bar is off, also change the frame's top
7397 position if a negative top position was specified.
7398
7399 2001-02-02 Miles Bader <miles@gnu.org>
7400
7401 * image-file.el (insert-image-file): When visiting an image,
7402 suppress the cursor in the image buffer.
7403
7404 2001-02-01 Dave Love <fx@gnu.org>
7405
7406 * progmodes/f90.el (f90-mode): Remove startup message.
7407
7408 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7409
7410 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7411
7412 * startup.el (command-line): Fix code determining whether or not
7413 to use delete-key-deletes-forward-mode.
7414
7415 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7416
7417 * vc.el (vc-diff-switches): New user option.
7418 (vc-version-diff): Use it.
7419 (vc-diff-switches-list): New macro.
7420
7421 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7422 New customization options.
7423 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7424
7425 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7426
7427 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7428
7429 * msb.el (toplevel): Quote hook symbols.
7430
7431 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7432
7433 * international/mule.el (make-coding-system): Add description
7434 about recognized properties in the docstring.
7435
7436 * international/mule-conf.el: Remove unused charsets
7437 mac-roman-lower and mac-roman-upper.
7438
7439 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7440
7441 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7442 is in front of the left-margin, if any.
7443
7444 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7445 like `delete'.
7446
7447 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7448
7449 * term/w32-win.el (mouse-set-font): Doc fix.
7450
7451 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7452
7453 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7454 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7455 on already.
7456
7457 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7458
7459 * files.el (save-buffer): Don't give message if (buffer-file-name)
7460 returns nil.
7461
7462 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7463
7464 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7465
7466 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7467 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7468
7469 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7470 display problems.
7471
7472 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7473
7474 * international/mule.el (charset-info): Fix docstring.
7475
7476 * international/mule-diag.el (describe-character-set): Check final
7477 char valid before printing it.
7478
7479 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7480
7481 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7482
7483 * frame.el (frame-notice-user-settings): Do the tool-bar
7484 stuff only for graphical displays. Fix a braino.
7485
7486 * frame.el (frame-initialize): Create initial frame visible.
7487 (frame-notice-user-settings): When tool-bar has been switched off,
7488 correct the frame size and sync tool-bar-mode.
7489
7490 * startup.el (command-line): Remove manipulation of frame
7491 height for tool bars.
7492
7493 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7494
7495 * lpr.el: Compatibility with XEmacs and doc fixes.
7496 (lpr-windows-system, lpr-lp-system): New vars.
7497 (lpr-printer-switch): New defcustom.
7498 (printer-name, lpr-command): Customization fix.
7499 (print-region-1): Code fix.
7500 (print-region-new-buffer, printify-region): Indentation fix.
7501 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7502 New functions.
7503
7504 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7505
7506 * msb.el (toplevel): Fix the eval-after-load.
7507
7508 2001-01-29 Dave Love <fx@gnu.org>
7509
7510 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7511
7512 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7513
7514 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7515 (tcl-using-emacs-19-23): Consider Emacs 21+.
7516 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7517 (tcl-add-emacs-menu): Supply menu name.
7518 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7519
7520 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7521
7522 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7523
7524 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7525
7526 * pcvs.el (cvs-mark-fis-dead): New function.
7527 (cvs-mode-add): Use it.
7528 (cvs-mode-add-change-log-entry-other-window):
7529 Rebind change-log-default-name to itself rather than to nil.
7530
7531 2001-01-29 Sam Steingold <sds@gnu.org>
7532
7533 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7534 `autoload' statements.
7535
7536 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7537
7538 * files.el (confirm-kill-emacs): Doc fix.
7539
7540 * frame.el (frame-initialize): Doc fix.
7541
7542 * time-stamp.el (time-stamp-string): Doc fix.
7543
7544 * woman.el (WoMan-log-1): Make the log buffer writable.
7545 From Markus Rost <rost@math.ohio-state.edu>.
7546
7547 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7548
7549 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7550 the `make-variable-buffer-local'.
7551
7552 2001-01-29 Dave Love <fx@gnu.org>
7553
7554 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7555 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7556 Add autoload cookie.
7557 (ansi-color-apply-sequence): Fix typo.
7558
7559 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7560
7561 * menu-bar.el (menu-bar-files-menu): Add menu items for
7562 Postscript printing in black and white.
7563
7564 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7565 X-Mailman-Version, Precedence, List-Help, List-Post,
7566 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7567 Content-Type, Content-Length.
7568
7569 2001-01-29 Dave Love <fx@gnu.org>
7570
7571 * elide-head.el (elide-head): Make overlay evaporate.
7572
7573 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7574
7575 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7576
7577 * isearch.el (isearch-highlight): Don't punt if the display
7578 doesn't support colors, since isearch faces are defined for
7579 monochrome displays as well.
7580
7581 2001-01-27 Sam Steingold <sds@gnu.org>
7582
7583 * shell.el (shell-write-history-on-exit): Make sure that we are in
7584 the shell buffer (M-x tex-file RET inserted the error message into
7585 the TeX buffer).
7586
7587 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7588
7589 * simple.el (transient-mark-mode): Doc fix.
7590
7591 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7592
7593 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7594
7595 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7596
7597 * shell.el (shell-unquote-argument): If the shell is one of the
7598 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7599 quote character.
7600 (shell-dumb-shell-regexp): Document that the shells which match
7601 this regexp are supposed to not treat a backslash as a quote character.
7602
7603 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7604 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7605
7606 2001-01-27 Richard M. Stallman <rms@gnu.org>
7607
7608 * dabbrev.el (dabbrev--substitute-expansion):
7609 Treat a one-capital-letter abbrev as "not all upper case",
7610 so as to force preservation of the expansion's pattern
7611 if the expansion starts with a capital letter.
7612
7613 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7614
7615 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7616 Doc fix.
7617
7618 * simple.el (transient-mark-mode): Document the fact that many
7619 commands act on the region when mark is active.
7620
7621 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7622
7623 * international/quail.el (quail-setup-completion-buf): Make the
7624 multibyteness of current buffer inherited to Quail completion buffer.
7625 (quail-show-guidance-buf): Make the multibyteness of current
7626 buffer inherited to Quail guidance buffer.
7627 (quail-help): Make the multibyteness of current buffer inherited
7628 to Quail help buffer.
7629
7630 2001-01-26 Dave Love <fx@gnu.org>
7631
7632 * time-stamp.el: Doc fixes.
7633
7634 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7635 (delphi-keyword-face, delphi-other-face): Fix :type.
7636
7637 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7638
7639 * mail/feedmail.el (feedmail): Add :link.
7640 (feedmail-send-it): Doc fix.
7641
7642 * mail/sendmail.el: Doc fixes.
7643 (sendmail-send-it): Fix the non-ASCII regexp and use
7644 rfc2047-encode-string.
7645
7646 * dired.el, dired-aux.el: Revert last change.
7647
7648 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7649
7650 * makefile.w32-in (DONTCOMPILE): Add various term files.
7651
7652 2001-01-26 Dave Love <fx@gnu.org>
7653
7654 * Makefile.in (DONTCOMPILE): Add various term files.
7655
7656 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7657
7658 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7659
7660 * startup.el (display-startup-echo-area-message): Make sure
7661 the echo area is resized to fit the size of the startup message.
7662
7663 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7664 part of which is a constant.
7665
7666 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7667
7668 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7669
7670 2001-01-26 Richard M. Stallman <rms@gnu.org>
7671
7672 * simple.el (next-line): Don't let `newline' expand abbrevs.
7673 Simplify slightly.
7674 (open-line): Don't let `newline' expand abbrevs.
7675
7676 2001-01-25 John Wiegley <johnw@gnu.org>
7677
7678 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7679 to `repeat' in the :type field.
7680
7681 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7682 allow a choice of regexp or nil.
7683 (pcomplete-dir-ignore): Same.
7684
7685 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7686 a command) to always fail.
7687
7688 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7689
7690 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7691 discard the result.
7692 (iswitchb-to-end): Likewise.
7693
7694 2001-01-25 Sam Steingold <sds@gnu.org>
7695
7696 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7697 Require vc.
7698
7699 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7700
7701 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7702
7703 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7704
7705 2001-01-25 Dave Love <fx@gnu.org>
7706
7707 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7708 (describe-coding-system): Tweak the English text.
7709
7710 * loadup.el: Preload international/ccl for utf-8.
7711
7712 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7713
7714 * mail/rmail.el (rmail-redecode-body): Doc fix.
7715
7716 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7717
7718 * international/mule-cmds.el (reset-language-environment):
7719 Reset coding-category-utf-8 to mule-utf-8.
7720
7721 * international/mule-conf.el (coding-category-utf-8):
7722 Initialize to mule-utf-8.
7723
7724 * loadup.el: Preload international/utf-8.
7725
7726 * international/utf-8.el: New file.
7727
7728 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7729
7730 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7731
7732 2001-01-24 Sam Steingold <sds@gnu.org>
7733
7734 * dired.el (dired-replace-in-string): Removed.
7735 (dired-sort-toggle): Use `replace-regexps-in-string'
7736 instead of `dired-replace-in-string'.
7737
7738 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7739 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7740
7741 * gs.el (gs-replace-in-string): Removed.
7742 (gs-options): Use `replace-regexps-in-string'
7743 instead of `gs-replace-in-string'.
7744
7745 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7746
7747 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7748 bug report is mailed to an email list and posted to a news group.
7749
7750 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7751
7752 * comint.el (comint-replace-by-expanded-history-before-point):
7753 Fix change of 2000-08-03 to move point to the start of the line again.
7754
7755 * startup.el (tool-bar-images-pixel-height): New variable.
7756 (command-line): After loading the user's init file, when
7757 tool-bar-mode is on, increase the frame's size by some lines for
7758 the tool-bar.
7759
7760 * frame.el (frame-initialize): Create the initial frame invisible.
7761
7762 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7763
7764 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7765 (chinese-big5): MIME:Big5.
7766
7767 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7768
7769 * international/mule-cmds.el (universal-coding-system-argument):
7770 Handle commands with prefix args.
7771
7772 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7773
7774 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7775 being a list of numbers.
7776 (diary-mail-entries): Rewritten.
7777
7778 2001-01-23 Dave Love <fx@gnu.org>
7779
7780 * international/mule.el (make-coding-system): Fix typo.
7781
7782 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7783 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7784
7785 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7786
7787 * font-lock.el (font-lock-mode): Doc fix.
7788
7789 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7790
7791 * international/mule.el (make-translation-table): Fix docstring.
7792
7793 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7794
7795 * mail/rmail.el (rmail-redecode-body): New function.
7796
7797 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7798
7799 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7800
7801 * isearch.el (isearch-lazy-highlight-case-fold-search)
7802 (isearch-lazy-highlight-regexp): New variables.
7803 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7804 case-fold search or regexp search has been toggled.
7805
7806 * wid-edit.el (widget-button-click): Avoid a save-excursion
7807 around running a global binding.
7808
7809 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7810 to 0.25.
7811
7812 2001-01-20 Miles Bader <miles@gnu.org>
7813
7814 * cus-edit.el (custom-face-save): Do post-processing on the face's
7815 new value like `custom-face-set' does.
7816
7817 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7818
7819 * mail/emacsbug.el (report-emacs-bug): Report the value of
7820 LC_CTYPE, not LC_TYPE.
7821
7822 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7823 isearch-toggle-regexp and isearch-edit-string to doc string.
7824
7825 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7826
7827 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7828 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7829
7830 * jit-lock.el (jit-lock-fontify-now): Don't bind
7831 font-lock-beginning-of-syntax-function to nil.
7832
7833 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7834
7835 * mail/emacsbug.el (report-emacs-bug): Report values of
7836 locale-coding-system, default-enable-multibyte-characters, and the
7837 environment variables LC_ALL, LC_TYPE, and LANG.
7838
7839 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7840
7841 * font-lock.el (font-lock-default-fontify-region): Fix last change.
7842
7843 * font-lock.el (font-lock-multiline): Default to nil.
7844 (font-lock-default-fontify-region): If font-lock-multiline is
7845 nil, don't check the property `font-lock-multiline'.
7846
7847 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7848 is nil, don't check the `font-lock-multiline' text property.
7849
7850 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7851
7852 * viper.el: Call initial-major-mode on startup.
7853
7854 * ediff.el (ediff-patch-file): Use better defaults.
7855
7856 * ediff-vers.el: Fix for 8+3 DOS file systems.
7857
7858 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
7859
7860 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7861 diff mode, if available.
7862
7863 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7864
7865 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7866
7867 * ediff-init.el (subst-char-in-string): Define and use it, unless
7868 it's already defined.
7869
7870 2001-01-18 Gerd Moellmann <gerd@gnu.org>
7871
7872 * tooltip.el (tooltip-hide-delay): New user-option.
7873 (tooltip-show): Use tooltip-hide-delay instead of the default.
7874
7875 2001-01-18 Kenichi Handa <handa@etl.go.jp>
7876
7877 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7878 kill-local-variable doesn't work for enable-multibyte-characters.
7879
7880 2001-01-17 Dave Love <fx@gnu.org>
7881
7882 * ediff-init.el (ediff-before-setup-hook)
7883 (ediff-merge-filename-prefix): Add :version.
7884
7885 * international/latin1-disp.el: Require disp-table.
7886 (latin1-display): Fix :set.
7887
7888 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7889
7890 2001-01-17 Gerd Moellmann <gerd@gnu.org>
7891
7892 * isearch.el (isearch-lazy-highlight-initial-delay)
7893 (isearch-lazy-highlight-interval): Default to 0.
7894
7895 2001-01-17 Bob Glickstein <bobg@zanshin.com>
7896
7897 * isearch.el (isearch-highlight): Set isearch-overlay priority to
7898 1 here rather than each time through
7899 isearch-lazy-highlight-new-loop.
7900 (isearch-lazy-highlight-max): Variable deleted.
7901 (isearch-lazy-highlight-max-at-a-time): New user variable, like
7902 isearch-lazy-highlight-max but controls a single invocation of
7903 isearch-lazy-highlight-update.
7904 (isearch-lazy-highlight-wrapped): Variable recreated.
7905 (isearch-lazy-highlight-window-start): New variable.
7906 (isearch-lazy-highlight-cleanup): Restored to behavior of
7907 before 2-Jan.
7908 (isearch-lazy-highlight-remove-overlays): Function deleted;
7909 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
7910 behavior removed.
7911 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
7912 isearch-lazy-highlight-update in a loop rather than just once.
7913 Test isearch-invalid-regexp here and decide not to start a new
7914 loop, rather than testing it each time through
7915 isearch-lazy-highlight-update.
7916 (isearch-lazy-highlight-search): Function restored.
7917 (isearch-lazy-highlight-update): Get called in a timer loop again,
7918 but this time highlight more than one match each time through.
7919 Only highlight matches in the visible part of the window.
7920 Start at point, move in the direction of the search, and wrap around at
7921 the edge of the window. Use sit-for to force redisplay and ensure
7922 window-start is credible. "Face suppressing" behavior removed;
7923 overlay priorities should make it unnecessary, right?
7924 (isearch-highlight): Face suppressing behavior removed.
7925 (isearch-dehighlight): Face suppressing behavior removed.
7926 (isearch-set-lazy-highlight-faces-at): Removed.
7927
7928 2001-01-17 Kenichi Handa <handa@etl.go.jp>
7929
7930 * language/european.el ("Latin-1"): Make the format of description
7931 about additional language environments same as that of Latin-2.
7932
7933 2001-01-16 Dave Love <fx@gnu.org>
7934
7935 * isearch.el (isearch-lazy-highlight): Add :version.
7936
7937 * simple.el (backward-delete-char-untabify-method)
7938 (next-line-add-newlines): Add :version.
7939
7940 2001-01-16 Gerd Moellmann <gerd@gnu.org>
7941
7942 * bindings.el: Bind <backspace> and <delete> via function-key-map.
7943 Don't bind <delete> otherwise.
7944
7945 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
7946 and <delete> via function-key-map.
7947
7948 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
7949 Subject line only if point is after the `Subject:'.
7950
7951 2001-01-16 Kenichi Handa <handa@etl.go.jp>
7952
7953 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
7954 japanese-jisx0213-2 in `charset' property of this lang. env.
7955
7956 * language/european.el ("Latin-1"): Add description for Dutch and
7957 Spanish lang. env.
7958
7959 * international/mule.el (decode-char): Fix conditions.
7960 (encode-char): Handle eight-bit-control too.
7961 (transform-make-coding-system-args): New function.
7962 (make-coding-system): Accept XEmacs style arguments for CCL base
7963 coding system.
7964
7965 2001-01-15 Gerd Moellmann <gerd@gnu.org>
7966
7967 * progmodes/etags.el (find-tag-noselect): Save the value of
7968 tags-file-name before switching buffers, for the case it has a
7969 buffer-local value.
7970
7971 2001-01-15 Alex Schroeder <alex@gnu.org>
7972
7973 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
7974 From Dave Love <fx@gnu.org>.
7975 (ansi-color-for-comint-mode): Fix :version.
7976
7977 2001-01-15 Alex Schroeder <alex@gnu.org>
7978
7979 * ansi-color.el (ansi-color-unfontify-region): Doc change.
7980
7981 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
7982
7983 * dired.el (dired-insert-directory): If file-system-info fails,
7984 remove the " free " part, but don't signal an error.
7985
7986 2001-01-12 Sam Steingold <sds@gnu.org>
7987
7988 * bookmark.el (bookmark-maybe-historicize-string):
7989 Use new backquote syntax.
7990
7991 2001-01-12 Richard M. Stallman <rms@gnu.org>
7992
7993 * subr.el (last): Handle a list that doesn't end in nil.
7994
7995 2001-01-12 Sam Steingold <sds@gnu.org>
7996
7997 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
7998 to `backward-delete-char-untabify'.
7999
8000 2001-01-12 Dave Love <fx@gnu.org>
8001
8002 * cus-edit.el (customize-menu-create): Fix the :filter following
8003 easymenu change.
8004
8005 * wid-edit.el (function): Add :match-alternatives.
8006 (widget-color-action): Doc fix.
8007
8008 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8009
8010 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8011
8012 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8013
8014 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8015
8016 * international/ccl.el (define-ccl-program): Fix docstring.
8017
8018 2001-01-11 Dave Love <fx@gnu.org>
8019
8020 * international/mule-cmds.el (standard-display-european-internal):
8021 Set display table for 2208 as for 160.
8022
8023 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8024
8025 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8026 entry for custom-menu-create change.
8027 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8028 don't cons it in the search loop.
8029
8030 * imenu.el (imenu--truncate-items): Revert last change.
8031
8032 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8033
8034 * info.el (Info-setup-header-line): If the node header includes
8035 either Next: or Prev: links, don't show the File: and Node: parts
8036 in the header line.
8037
8038 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8039
8040 * comint.el (comint-goto-process-mark): Don't print a message
8041 when running in batch mode.
8042
8043 * isearch.el (isearch-search): In the condition-case handler for
8044 `error', set isearch-invalid-regexp to the whole error message.
8045
8046 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8047 ensure that eval-after-load works for files dumped with Emacs.
8048
8049 * help.el (load-symbol-file-load-history): New function extracted
8050 from function symbol-file.
8051 (symbol-file): Use it.
8052
8053 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8054
8055 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8056
8057 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8058 behave as if there were no prefix argument.
8059 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8060 argument were nil.
8061
8062 2001-01-11 Richard M. Stallman <rms@gnu.org>
8063
8064 * isearch.el (isearch-lazy-highlight-update):
8065 Don't look for more potential matches once maximum is exceeded.
8066 Use overlays-in to check correctly for overlap with current match.
8067 Ignore empty matches.
8068
8069 2001-01-11 Miles Bader <miles@gnu.org>
8070
8071 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8072 (ispell-overlay-window, ispell-help, ispell-show-choices)
8073 (ispell-command-loop): Use it instead of `window-height'.
8074
8075 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8076
8077 * files.el (confirm-kill-emacs): New user-option.
8078 (save-buffers-kill-emacs): Ask for final confirmation before
8079 killing Emacs.
8080
8081 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8082 to nil.
8083
8084 2001-01-10 Dave Love <fx@gnu.org>
8085
8086 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8087
8088 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8089
8090 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8091
8092 * calculator.el (calculator-number-digits): Fix :type.
8093
8094 * vc-cvs.el (vc-cvs-header): Fix :type.
8095 * vc-rcs.el (vc-rcs-header): Fix :type.
8096 * vc-sccs.el (vc-sccs-header): Fix :type.
8097
8098 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8099
8100 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8101
8102 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8103
8104 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8105
8106 * simple.el (set-variable): Force a thorough redisplay for the
8107 case that the variable has an effect on the display, like
8108 `tab-width' has.
8109
8110 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8111
8112 * vc.el: Add documentation for backend interface.
8113
8114 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8115
8116 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8117
8118 * international/mule-conf.el (latin-extra-code-table): Set to t
8119 for \223 and \224.
8120
8121 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8122
8123 * international/mule-cmds.el (locale-language-names): Map "es" to
8124 "Spanish" and "nl" to "Dutch".
8125
8126 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8127
8128 * bindings.el (global-map): Bind <home> to beginning-of-line,
8129 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8130 C-<end> to end-of-buffer.
8131
8132 * language/european.el: Add Dutch and Spanish language info
8133 to be able to use the appropriate tutorials.
8134
8135 2001-01-09 Alex Schroeder <alex@gnu.org>
8136
8137 * ansi-color.el (ansi-color-process-output): Use markers instead
8138 of positions for start and end of region.
8139 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8140 Previously, occasional mistakes happend when fontifying many
8141 chunks of output (eg. ls --color=yes /dev). This happened
8142 whenever an overlay was created up to the end of the region, which
8143 coincided with the process-mark. New text would then be added
8144 within that overlay instead of after it.
8145 (ansi-color-make-extent): Overlays are created with the property
8146 `modification-hooks' set to '(ansi-color-freeze-overlay).
8147 (ansi-color-freeze-overlay): New function. When inserting text at
8148 the end of the overlay, the overlay will resize.
8149
8150 2000-01-09 Alex Schroeder <alex@gnu.org>
8151
8152 * ansi-color.el (ansi-color-process-output): Doc change.
8153 (ansi-color-unfontify-region): Doc change. No longer installed
8154 automatically in font-lock-unfontify-region-function.
8155 (ansi-color-apply): Doc change.
8156 (ansi-color-apply-on-region): Use extents or overlays instead of
8157 text-properties.
8158 (ansi-color-make-extent): New function.
8159 (ansi-color-set-extent-face): New function.
8160
8161 2000-01-09 Alex Schroeder <alex@gnu.org>
8162
8163 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8164 both use ansi-color-process-output, now.
8165 (ansi-color-process-output): Doesn't return string anymore. It is
8166 installed in comint-output-filter-functions for both Emacs and
8167 XEmacs, now.
8168 (ansi-color-unfontify-region): Simplified code removing variables
8169 pos and start-ansi.
8170 (ansi-color-apply): Put text-property ansi-color before putting
8171 text-property face because ansi-color-unfontify-region is called
8172 immediately after the call to put-text-property.
8173 (ansi-color-context-region): Doc change.
8174 (ansi-color-filter-region): Simplified code.
8175 (ansi-color-apply-on-region): Changed start to start-marker, using
8176 a marker explicitly. Put text-property ansi-color before putting
8177 text-property face because ansi-color-unfontify-region is called
8178 immediately after the call to put-text-property.
8179
8180 2000-01-09 Alex Schroeder <alex@gnu.org>
8181
8182 * ansi-color.el (ansi-color-faces-vector): Doc change.
8183 (ansi-color-for-comint-mode): Changed :type property to choice.
8184 (ansi-color-last-context): Removed.
8185 (ansi-color-process-output): Don't use ansi-color-last-context, as
8186 the main functions will store their context now.
8187 (ansi-color-context): Doc change.
8188 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8189 Uses ansi-color-context such that repeated calls will strip
8190 partial escape sequences, too.
8191 (ansi-color-apply): Simplified code. Colorize end of string if
8192 face is not null. Store context in new (FACE STRING) format, such
8193 that repeated calls will strip partial escape sequences, too.
8194 Append faces to face property using ansi-color-apply-sequence such
8195 that cumulative mode actually works.
8196 (ansi-color-context-region): New variable.
8197 (ansi-color-filter-region): Rewrote it based on
8198 ansi-color-apply-on-region. Uses ansi-color-context-region such
8199 that repeated calls will strip partial escape sequences, too.
8200 (ansi-color-apply-on-region): Simplified code. Colorize end of
8201 region if face is not null. Store context in new (FACE POS)
8202 format, such that repeated calls will strip partial escape
8203 sequences, too. Append faces to face property using
8204 ansi-color-apply-sequence such that cumulative mode actually works.
8205 (ansi-color-apply-sequence): New function.
8206 (ansi-color-get-face): When the default face is added to the list
8207 of faces, all previous settings are discarded and the list of
8208 faces is set to '(default).
8209
8210 2000-01-09 Alex Schroeder <alex@gnu.org>
8211
8212 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8213 face, such that ansi-color-apply and ansi-color-apply-on-region
8214 will do the right thing.
8215 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8216 returns nil, set the list of faces back to nil instead of
8217 appending the result of ansi-color-get-face to the front of the list.
8218
8219 2000-01-09 Alex Schroeder <alex@gnu.org>
8220
8221 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8222 (ansi-color-process): Doc change.
8223 (ansi-color-last-context): New buffer-local variable.
8224 (ansi-color-process-output): New function. It is automatically
8225 added to comint-output-filter-functions if this is XEmacs.
8226 (ansi-color-unfontify-region): New optional parameter for XEmacs
8227 compatibility. Check wether font-lock-syntactic-keywords is
8228 boundp before removing the syntax table text property, as XEmacs
8229 doesn't have it.
8230 (ansi-color-filter-region): Doc change.
8231 (ansi-color-apply-on-region): Doc change.
8232 (ansi-color-make-face): New function. Compatibility layer for
8233 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8234 (ansi-color-make-color-map): Use ansi-color-make-face.
8235 (ansi-color-get-face): Avoid face text property '(nil) as results
8236 in an errow for XEmacs.
8237
8238 2000-01-09 Alex Schroeder <alex@gnu.org>
8239
8240 * ansi-color.el (ansi-color-unfontify-region): New function.
8241 Uses text-property ansi-color in order to preserve fontification by
8242 ansi-color. When the package is loaded, a lambda expression is
8243 put onto font-lock-mode-hook. This lambda expression will check
8244 font-lock-unfontify-region-function and replace
8245 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8246 (ansi-color-apply): Add text-property ansi-color in addition to
8247 text-property face.
8248 (ansi-color-apply-on-region): Add text-property ansi-color in
8249 addition to text-property face.
8250 (save-buffer-state): Copy of the macro that is also used by
8251 lazy-lock and font-lock.
8252
8253 (ansi-color-for-comint-mode): New option.
8254 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8255 (ansi-color-for-comint-mode-off): Ditto.
8256 (ansi-color-for-comint-mode-filter): Ditto.
8257 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8258 decide what to do. This function is added to
8259 comint-preoutput-filter-functions when the package is loaded.
8260
8261 (ansi-color-for-shell-mode-set): Removed.
8262 (ansi-color-for-shell-mode): Removed.
8263
8264 2000-01-09 Alex Schroeder <alex@gnu.org>
8265
8266 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8267 the lambda expression from the ansi-color-for-shell-mode :set
8268 property. Additionally, modify shell-mode-hook to enable or
8269 disable font-lock-mode for future shell buffers.
8270 (ansi-color-for-shell-mode): The :set property calls
8271 ansi-color-for-shell-mode-set instead of a lambda expression.
8272
8273 2000-01-09 Alex Schroeder <alex@gnu.org>
8274
8275 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8276 (ansi-color-context): New variable.
8277 (ansi-color-apply): Save context between calls.
8278
8279 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8280
8281 * isearch.el (isearch, isearch-lazy-highlight-face):
8282 New definitions for face colors and attributes.
8283
8284 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8285 of display-mouse-p.
8286
8287 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8288
8289 * international/mule.el (make-coding-system): If the coding system
8290 accepts extra latin codes, register such codes as safe for the
8291 coding system.
8292
8293 2001-01-08 Richard M. Stallman <rms@gnu.org>
8294
8295 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8296 don't mention the file name or the date here, because they are
8297 logged at the start of the file.
8298
8299 2001-01-08 Richard M. Stallman <rms@gnu.org>
8300
8301 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8302 Change screen-width to frame-width.
8303
8304 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8305
8306 * info.el (Info-search): Print the default as part of the prompt.
8307
8308 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8309
8310 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8311 constant implementations in backends.
8312
8313 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8314 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8315
8316 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8317 WRITABLE to EDITABLE.
8318
8319 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8320 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8321 to EDITABLE.
8322
8323 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8324
8325 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8326 (copyright, copyright-update): Compute the current year at run time.
8327
8328 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8329
8330 * isearch.el (isearch-old-signal-hook): Removed.
8331 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8332 instead of setting signal-hook-function.
8333 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8334
8335 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8336
8337 * emulation/edt.el: Update to version 4.0. Provide support for
8338 EDT scroll margins at top and bottom of the window. Provide an
8339 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8340 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8341 user when file-related buffer modifications exist.
8342 Provide support for running EDT Emulation in XEmacs.
8343 Provide customize access to some user updatable variables.
8344 Add Commentary section to file header.
8345 Fixed a few minor bugs and cleaned up some code.
8346
8347 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8348 for detecting a keypress that generates an ASCII key sequence.
8349 (Previously, only a keypress that generates a vector was
8350 recognized.) Embed Window Manager name into name of the generated
8351 EDT Emulation initialization file since the initialization file is
8352 Window Manager specific. Add Commentary section to file header.
8353
8354 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8355
8356 * mail/sendmail.el (mail-mode): Doc fix.
8357
8358 * info.el (Info-goto-emacs-command-node): Doc fix.
8359 (Info-goto-emacs-key-command-node): Doc fix.
8360
8361 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8362
8363 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8364 systems without long file-name support.
8365
8366 2001-01-06 Andrew Innes <andrewi@gnu.org>
8367
8368 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8369
8370 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8371
8372 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8373 (isearch-lazy-highlight-update): Doc fix.
8374
8375 * ffap.el (ffap-bindings): Doc fix.
8376
8377 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8378
8379 2001-01-05 Dave Love <fx@gnu.org>
8380
8381 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8382
8383 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8384
8385 * mouse-drag.el (mouse-drag-safe-scroll):
8386 Bind scroll-preserve-screen-position to nil.
8387
8388 * isearch.el (isearch-old-signal-hook): New variable.
8389 (isearch-mode): Set signal-hook-function to isearch-done.
8390 (isearch-done): Restore old signal-hook-function.
8391
8392 * info.el (Info-fontify-node): Mark one more char as intangible.
8393
8394 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8395
8396 * composite.el (compose-last-chars): New argument COMPONENTS.
8397 If it is non-nil, compose preceding characters by compose-region with
8398 COMPONENTS.
8399
8400 * international/quail.el (quail-input-string-to-events): New function.
8401 (quail-input-method): Convert input string to events here.
8402 (quail-start-translation): Return input string, not event list.
8403 (quail-start-conversion): Likewise.
8404
8405 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8406
8407 * tooltip.el (tooltip-cancel-delayed-tip)
8408 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8409 and tooltip-add-timeout.
8410 (tooltip-show): Set border color from faces's foreground.
8411 (tooltip-show-help-function): If called with the same help string
8412 as last time, do nothing.
8413 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8414
8415 * startup.el (fancy-splash-screens): Don't bind show-help-function
8416 to nil.
8417
8418 * tooltip.el (tooltip-frame-parameters): Remove colors.
8419 (tooltip): New face
8420 (tooltip-set-param): New function.
8421 (tooltip-show): Set up color frame parameters from face `tooltip'.
8422 Display the tooltip text in face `tooltip'.
8423
8424 2001-01-04 Dave Love <fx@gnu.org>
8425
8426 * whitespace.el (whitespace-global-mode): Fix typo.
8427
8428 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8429
8430 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8431
8432 * help.el (help-for-help): Fix a typo in a doc string.
8433 From kwzh@gnu.org (Karl Heuer).
8434
8435 2001-01-03 Dave Love <fx@gnu.org>
8436
8437 * dired-x.el: Doc fixes. Maintainer change.
8438 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8439 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8440 (dired-guess-shell-alist-user): Customize.
8441 (dired-x-help-address): Set to bug-gnu-emacs.
8442 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8443 (dired-default-directory): Renamed from default-directory.
8444
8445 * hl-line.el (hl-line): Doc fix.
8446
8447 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8448
8449 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8450
8451 2001-01-02 Richard M. Stallman <rms@gnu.org>
8452
8453 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8454 to remove all the current alternative-match highlighting.
8455 If nil, remove only what's outside the current window.
8456 (isearch-lazy-highlight-remove-overlays): Take optional
8457 region within which NOT to remove them.
8458 (isearch-lazy-highlight-new-loop): Greatly simplified.
8459 (isearch-lazy-highlight-update): Find all the other occurrences
8460 visible in the window, in just one call.
8461 (isearch-lazy-highlight-start): Now holds start of region to scan.
8462 (isearch-lazy-highlight-end): Now holds end of region to scan.
8463 (isearch-lazy-highlight-wrapped): Variable deleted.
8464 (isearch-lazy-highlight-search): Function deleted.
8465
8466 2000-01-02 Andrew Innes <andrewi@gnu.org>
8467
8468 * w32-fns.el (convert-standard-filename): Do length check on name
8469 before aref.
8470
8471 2001-01-02 Dave Love <fx@gnu.org>
8472
8473 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8474 value.
8475 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8476
8477 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8478
8479 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8480 read syntax.
8481
8482 * calendar/todo-mode.el (todo): Add :link, :version.
8483 (todo-save-top-priorities): Remove autoload cookie.
8484 (todo-add-category, todo-add-item-non-interactively)
8485 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8486
8487 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8488
8489 * comint.el (comint-input-history-ignore): New variable.
8490 (comint-read-input-ring): Ignore entries matching
8491 comint-input-history-ignore.
8492
8493 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8494
8495 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8496 (lm-copyright-mark): New function.
8497 (lm-crack-copyright): New function.
8498 (lm-verify): Check that the file has a copyright.
8499 Check that the file is copyright Free Software Foundation.
8500
8501 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8502
8503 * international/mule-diag.el (print-fontset): Indent font name by
8504 24 columns, not 25.
8505
8506 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8507
8508 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8509 in Subject line.
8510
8511 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8512 Use mail-mode-hook instead of mail-setup-hook.
8513 Otherwise continuing an interrupted message with C-u C-x m for
8514 instance, winds up in Mail mode without abbrevs.
8515
8516 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8517
8518 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8519 non-nil. Adding almost all customization variables on ps-setup.
8520 Doc fix.
8521 (ps-print-version): New version number (6.3.3).
8522 (ps-end-with-control-d): Initialization fix.
8523 (ps-lines-printed): New var.
8524 (ps-skip-newline): New fun.
8525 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8526 (ps-next-line, ps-continue-line, ps-plot-region)
8527 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8528
8529 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8530
8531 * international/fontset.el (x-complement-fontset-spec):
8532 Resolve ASCII font name so that the same family name is used for fonts
8533 registered in x-font-name-charset-alist.
8534 (create-fontset-from-fontset-spec): Adjusted for the above change.
8535 The name of fontset alias should be a unresolved ASCII font name.
8536
8537 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8538
8539 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8540 and delete in isearch-mode-map.
8541
8542 2000-12-28 Richard M. Stallman <rms@gnu.org>
8543
8544 * dired-x.el (dired-guess-shell-alist-default):
8545 Use xpdf instead of acroread.
8546
8547 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8548
8549 * textmodes/artist.el (artist-butlast): Deleted.
8550 (artist-ellipse-mirror-quadrant): Use butlast instead of
8551 artist-butlast.
8552
8553 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8554
8555 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8556
8557 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8558
8559 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8560
8561 * ls-lisp.el: Better support for the Mac and MS-Windows.
8562 (ls-lisp): New defgroup.
8563 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8564 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8565 (ls-lisp-support-shell-wildcards): New defcustoms.
8566 (ls-lisp-parse-symlink): New function.
8567 (insert-directory): Code to convert switches to a list and set up
8568 the wildcard argument copied from ls-lisp-insert-directory.
8569 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8570 for -C and -R switches.
8571 (ls-lisp-column-format): New function.
8572 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8573 (ls-lisp-format-time): Add doc strings.
8574 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8575 Support ls-lisp-dirs-first.
8576 (ls-lisp-classify, ls-lisp-extension): New functions.
8577 (ls-lisp-format): Optionally support emulation of symlinks.
8578 Support -i, -s, and -G switches.
8579
8580 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8581
8582 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8583
8584 * version.el (emacs-version): Print X scroll bar information.
8585
8586 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8587 instead of x-toolkit-scroll-bars-p.
8588
8589 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8590 of x-toolkit-scroll-bars-p.
8591
8592 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8593
8594 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8595 (ffap-bindings): Doc fix, to reflect the above change.
8596
8597 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8598
8599 * term.el (term-char-mode): Define all non-ascii self-inserting
8600 characters to 'term-send-raw in term-raw-map.
8601
8602 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8603
8604 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8605
8606 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8607 Changed initialization; use add-hook.
8608 (ediff-file-remote-p): Use file-local-copy.
8609
8610 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8611
8612 * ediff.el (ediff-patch-buffer): Bug fix.
8613 (ediff-revision): Allow selection of the file at the prompt.
8614
8615 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8616
8617 * subr.el (combine-run-hooks): Remove.
8618
8619 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8620 and remove the rogue second spec.
8621
8622 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8623
8624 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8625
8626 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8627
8628 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8629 Use minibuffer menu prompt for the `=' prefix.
8630 (smerge-command-prefix): Change default to C-^.
8631 (smerge-mode): Don't assume font-lock doesn't move point.
8632
8633 * skeleton.el (skeleton-internal-1): Make sure the first line of
8634 the region is also re-indented.
8635 (skeleton-end-newline): New var.
8636 (skeleton-end-hook): Use it.
8637
8638 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8639
8640 * comint.el (comint-password-prompt-regexp): Support CVS.
8641
8642 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8643
8644 * simple.el (delete-key-deletes-forward-mode): Simplify.
8645 Also backspace key combinations, depending on
8646 delete-key-deletes-forward.
8647
8648 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8649
8650 * simple.el (delete-key-deletes-forward): Doc fix.
8651
8652 2000-08-22 Emmanuel Briot <briot@gnat.com>
8653
8654 * xml.el (top level comment): Updated to reflect the fact that
8655 white spaces are relevant in the XML file.
8656 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8657 to parse was already edited. This allows for on-the-fly analysis
8658 of XML files.
8659 (xml-parse-tag): Check that the casing is the same in the start
8660 tag and end tag, since XML is case-sensitive. Allows for spaces
8661 in the end tag, after the name of the tag.
8662 (xml-parse-attlist): Allow for the character '-' in the name of
8663 attributes, as in the standard http-equiv attribute Do not save
8664 the properties in the XML tree, since they are not relevant.
8665
8666 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8667
8668 * generic.el (generic-read-type): Undo last change, inline into
8669 `generic-mode' and then remove.
8670 (generic-mode): Inline generic-read-type.
8671 (define-generic-mode): Push the symbol name rather than the symbol
8672 onto generic-mode-list.
8673
8674 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8675
8676 * generic.el (generic-read-type): Build an alist for
8677 completing-read as in 20.7.
8678
8679 * play/landmark.el (lm): Use interactive spec `P'.
8680 (toplevel): Don't set debug-on-error.
8681
8682 * server.el (server-switch-buffer): Choose a window on a visible frame.
8683
8684 2000-12-21 Dave Pearson <davep@davep.org>
8685
8686 * quickurl.el: Commentry change, I've moved my web site.
8687
8688 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8689
8690 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8691 ranges like \177-\237, but accepts the character sequence from \177 to
8692 \237. Doc fix.
8693 (ebnf-version): New version (3.4).
8694 (ebnf-setup): Code fix.
8695 (ebnf-range-regexp): New fun.
8696 (ebnf-8-bit-chars): Const fix.
8697
8698 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8699 entry. Doc fix.
8700 (ebnf-bnf-lex): Code fix.
8701 (ebnf-bnf-comment-chars): Const fix.
8702
8703 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8704 entry. Doc fix.
8705 (ebnf-iso-comment-chars): Const fix.
8706
8707 * ebnf-otz.el: Doc fix.
8708
8709 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8710 entry. Doc fix.
8711 (ebnf-yac-skip-code): Code fix.
8712 (ebnf-yac-comment-chars): Const fix.
8713
8714 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8715
8716 * files.el (insert-directory-safely): New function.
8717 (recover-file): Use it instead of insert-directory.
8718 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8719
8720 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8721
8722 * international/mule-cmds.el (select-safe-coding-system):
8723 Check coding-category-list more rigidly. Improve help message.
8724
8725 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8726
8727 2000-12-21 Miles Bader <miles@gnu.org>
8728
8729 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8730
8731 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8732
8733 * international/mule-diag.el (describe-char-after): Make *Help*
8734 buffer inherit multibyteness of the current buffer.
8735
8736 * international/mule.el (make-char): Docstring adjusted for the
8737 change of make-char-internal.
8738
8739 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8740
8741 * international/iso-cvt.el: Docstrings fix.
8742
8743 2000-12-20 Dave Love <fx@gnu.org>
8744
8745 * subr.el (eval-after-load): Doc fix.
8746
8747 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8748
8749 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8750 for numbers.
8751
8752 2000-12-20 Miles Bader <miles@gnu.org>
8753
8754 * international/quail.el (quail-help): Resize the help window
8755 again after it has all its contents. Remove unneeded progn.
8756
8757 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8758
8759 * pcmpl-linux.el: Fix copy/paste error.
8760
8761 2000-12-19 Andrew Innes <andrewi@gnu.org>
8762
8763 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8764
8765 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8766
8767 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8768
8769 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8770
8771 * progmodes/idlw-shell.el: Fixed copyright notice.
8772
8773 * progmodes/idlwave.el: Fixed copyright notice.
8774
8775 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8776 TAB as key separators.
8777
8778 2000-12-19 Alex Schroeder <alex@gnu.org>
8779
8780 * sql.el (sql-sybase-options): New option.
8781 (sql-sybase): Use it. Add sql-database to the list of parameters
8782 provided for login. The options -w 2048 -n are not used any more.
8783 (sql-postgres-options): Changed default from "--pset" to "-P".
8784 (sql-mysql-options): Doc change.
8785 (sql-stop): Doc change.
8786
8787 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8788
8789 * international/quail.el (quail-input-method): Always hide
8790 the guidance buffer on exiting.
8791
8792 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8793
8794 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8795 isn't fboundp.
8796
8797 * server.el (server-buffer-done): Bury the buffer before
8798 killing it.
8799
8800 * faces.el (face-spec-set): Interpret a nil in specs for
8801 foreground and background colors as `unspecified', for
8802 compatibility with 20.x.
8803
8804 2000-12-18 Dave Love <fx@gnu.org>
8805
8806 * simple.el (mail-user-agent): Doc fix.
8807 (input-mode-8-bit): Removed.
8808
8809 * international/mule.el (set-keyboard-coding-system): Doc fix.
8810 (keyboard-coding-system): New option.
8811
8812 * mail/sendmail.el (send-mail-function): Customize.
8813
8814 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8815
8816 * international/codepage.el (cp866-decode-table): New table.
8817
8818 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8819
8820 * version.el (emacs-version): Remove `%a' from the time format
8821 because the weekday doesn't fit well into each locale.
8822
8823 2000-12-18 Miles Bader <miles@gnu.org>
8824
8825 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8826
8827 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8828 Check that emacs-major-version is `=' to 20, not `>='.
8829 (artist-replace-chars): Use `make-string' instead of a loop.
8830
8831 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8832
8833 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8834 (cvs-execute-single-file): Don't change directory.
8835 Patch from Per Cederqvist.
8836
8837 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8838
8839 * textmodes/ispell.el (check-ispell-version):
8840 If `ispell-program-name' is "aspell", pass it the -v switch instead
8841 of -vv.
8842
8843 2000-12-16 Kenichi Handa <handa@etl.go.jp>
8844
8845 * international/mule-diag.el (mule-diag): Insert information about
8846 configure options, multibyte awareness, language env.
8847
8848 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8849 regexp to search for candidates.
8850
8851 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8852
8853 * info.el (Info-forward-node): If the node has an
8854 Info-header-line, widen the buffer before searching for "next:"
8855 and "up:" pointers, and set the search limit to stay in the
8856 current node.
8857
8858 2000-12-16 Miles Bader <miles@gnu.org>
8859
8860 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8861
8862 2000-12-15 Miles Bader <miles@gnu.org>
8863
8864 * comint.el (comint-send-string, comint-send-region): Also accept
8865 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8866 process-send-string/region.
8867
8868 2000-12-15 Gerd Moellmann <gerd@gnu.org>
8869
8870 * isearch.el (isearch-lazy-highlight-max): New user-option.
8871 (isearch-lazy-highlight-update): Don't highlight more than
8872 isearch-lazy-highlight-max matches.
8873
8874 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8875
8876 2000-12-15 Richard M. Stallman <rms@gnu.org>
8877
8878 * sort.el (sort-columns): Fix error message.
8879
8880 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8881 `upcase' or `downcase' or nil.
8882 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8883 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8884 (dabbrev--substitute-expansion): New arg record-case-pattern.
8885 If it is non-nil, set dabbrev--last-case-pattern.
8886 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8887
8888 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8889
8890 2000-12-15 Miles Bader <miles@gnu.org>
8891
8892 * paths.el (Info-default-directory-list): Don't delete
8893 configure-info-directory from the list of standard info
8894 directories when appending it to the end -- their order is important.
8895
8896 * faces.el (read-face-attribute): If there's no entry for the
8897 user's input in VALID, just use it as-is (this will often result
8898 in an error, but it may be OK for e.g. colors using hexadecimal
8899 notation, and at least will yield a better error message).
8900
8901 * window.el (mode-line-window-height-fudge): Function removed.
8902 (height-affecting-face-attributes, mode-line-window-height-fudge):
8903 Variables removed.
8904 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8905 window is really the right size. Use vertical-motion
8906 rather than forward-line.
8907 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8908 (ispell-command-loop, ispell-show-choices): Use the variable
8909 ispell-choices-win-default-height, rather than the function.
8910 (ispell-choices-win-default-height): Function removed.
8911 (ispell-mode-line-window-height-fudge): Function removed.
8912
8913 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
8914
8915 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
8916
8917 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8918
8919 * paths.el (Info-default-directory-list):
8920 If configure-info-directory is not one of the standard directories,
8921 put it first in the list; otherwise put it last. Doc string
8922 changed accordingly.
8923
8924 * info.el (Info-directory-list): Change doc string to reflect the
8925 change in Info-default-directory-list.
8926
8927 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
8928 windows-nt as windowed environments, even under -nw.
8929
8930 * startup.el (command-line): Don't call x-backspace-delete-keys-p
8931 if not fboundp. Switch delete-forward mode for the <delete> key
8932 on all PC platforms, even under -nw.
8933
8934 * term/internal.el ([M-delete]): Remap to M-d.
8935
8936 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8937
8938 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
8939
8940 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8941
8942 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8943
8944 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8945
8946 * startup.el (command-line): Call delete-key-deletes-forward-mode,
8947 if appropriate.
8948
8949 * simple.el (delete-key-deletes-forward): New user-option.
8950 (delete-key-deletes-forward-mode): New function.
8951
8952 * bindings.el: Bind `delete' to backward-delete-char.
8953
8954 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
8955 Test if symbol is bound before getting its value.
8956
8957 * tooltip.el (tooltip-show): If an error is signaled in
8958 x-show-tip, display that error, and display the help in the
8959 echo area.
8960
8961 2000-12-14 Kenichi Handa <handa@etl.go.jp>
8962
8963 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
8964 Show "... entries" messages for every 10000 entries, not 10.
8965
8966 2000-12-13 Karl Fogel <kfogel@red-bean.com>
8967
8968 * bookmark.el: Provide a generic exit hook, as suggested by
8969 Ovidiu Predescu <ovidiu@cup.hp.com>:
8970 (bookmark-exit-hook): New var.
8971 (bookmark-exit-hook-internal): New func, replaces
8972 old raw lambda form in `kill-emacs-hook', and runs new
8973 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
8974 as logically that feature must have been provided if this function
8975 is running.
8976 Removed ;;;###autoload before the `add-hook' call.
8977
8978 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
8979
8980 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
8981 (easy-menu-current-active-maps): New function.
8982 (easy-menu-get-map): Use it.
8983 Make a proper menu entry when creating a new keymap.
8984
8985 2000-12-13 Kenichi Handa <handa@etl.go.jp>
8986
8987 * international/characters.el: Fix cases and syntaxes for
8988 mule-unicode-0100-24ff.
8989
8990 * dired.el (dired-move-to-filename-regexp): Fixed for the case
8991 that a Japanese character is not appended after day and year.
8992
8993 * info.el (Info-suffix-list): Change format for a command that
8994 requires arguments.
8995 (info-insert-file-contents): Adjusted for the above change.
8996
8997 2000-12-12 Andreas Schwab <schwab@suse.de>
8998
8999 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9000 on the name of the tar buffer. Verify that the existing buffer is
9001 visiting the same subfile.
9002
9003 2000-12-12 Dave Love <fx@gnu.org>
9004
9005 * subdirs.el: Add obsolete.
9006
9007 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9008
9009 * mail/rmailsum.el (rmail-summary-expunge)
9010 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9011 instead of rmail-confirm-expunge.
9012
9013 * replace.el (perform-replace): Don't use an empty match adjacent
9014 to a non-empty match when computing the next match before the
9015 replacement is performed.
9016
9017 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9018
9019 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9020 definition (patch by Stefan Monnier).
9021 (glasses-mode): Use jit-lock instead of `after-change-functions'
9022 (patch by Stefan Monnier).
9023
9024 2000-12-12 Miles Bader <miles@gnu.org>
9025
9026 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9027 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9028
9029 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9030
9031 * term/mac-win.el: Remove load for ls-lisp.
9032
9033 * loadup.el: Load ls-lisp for system-type `macos'.
9034
9035 2000-12-12 Miles Bader <miles@gnu.org>
9036
9037 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9038 Respect field end too.
9039 (just-one-space): Respect fields as `delete-horizontal-space'.
9040 (newline-and-indent, reindent-then-newline-and-indent):
9041 Use `delete-horizontal-space'.
9042
9043 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9044
9045 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9046 (so as to obey the field property in the minibuffer).
9047
9048 * obsolete/c-mode.el: Moved from lisp/progmodes.
9049 * obsolete/auto-show.el: Moved from lisp.
9050 * obsolete/ooutline.el: Moved from lisp/textmodes.
9051
9052 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9053
9054 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9055 changes to list them here.
9056
9057 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9058 Too many changes to list them here.
9059
9060 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9061 Too many changes to list them here.
9062
9063 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9064
9065 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9066
9067 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9068
9069 * cus-edit.el (custom-save-variables, custom-save-faces):
9070 Comment fix.
9071
9072 * hscroll.el: Moved to `obsolete' subdir.
9073
9074 2000-12-11 Miles Bader <miles@gnu.org>
9075
9076 * window.el (window-text-height): Function removed (now in C).
9077
9078 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9079
9080 * log-edit.el (log-edit-parent-buffer): New var.
9081 (log-edit): Set it. Add BUFFER argument.
9082 (log-edit-done): Use char-before.
9083 Don't bother checking validity of vc-comment-ring.
9084 Only bury the buffer if log-edit popped it up.
9085
9086 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9087 (cvs-mode-diff-help): Remove.
9088 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9089 (cvs-mode-marked): Set up the default for CMD manually.
9090
9091 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9092 Remove binding for ? now made unnecessary.
9093
9094 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9095
9096 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9097 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9098
9099 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9100 when master file is not open.
9101
9102 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9103
9104 * progmodes/ada-stmt.el: Update `maintainer'.
9105
9106 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9107
9108 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9109 choices to match documentation string.
9110
9111 2000-12-09 Miles Bader <miles@gnu.org>
9112
9113 * minibuf-eldef.el: New file.
9114
9115 * window.el (fit-window-to-buffer): Don't pass last argument to
9116 pos-visible-in-window-p, now that its meaning is inverted.
9117
9118 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9119
9120 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9121 <ceder@lysator.liu.se>.
9122
9123 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9124
9125 * autoinsert.el (auto-insert-alist): Add missing final \n.
9126
9127 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9128 (cvs-menu-map): Remove.
9129 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9130 (cvs-mode-quit): Turn it back into a plain function.
9131
9132 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9133 (texinfo-filter): Remove (move to texinfo.el).
9134
9135 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9136 file where it's more visible.
9137 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9138 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9139 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9140 (texinfo-inside-macro-p): Only catch `scan-error's.
9141 (texinfo-inside-env-p): Make better use of the match info.
9142 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9143 (texinfo-insert-@end): Slight re-organization.
9144 Also remove useless `looking-at' call.
9145
9146 2000-12-08 Andrew Innes <andrewi@gnu.org>
9147
9148 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9149 accessible in -nw mode.
9150
9151 * term/w32-win.el: Remove stuff about selection timeout, which is
9152 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9153 it is accessible in -nw mode.
9154
9155 2000-12-08 Dave Love <fx@gnu.org>
9156
9157 * emacs-lisp/lisp-mode.el (lisp-mode):
9158 Set font-lock-keywords-case-fold-search.
9159
9160 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9161
9162 * textmodes/ispell.el (ispell): Doc fix.
9163
9164 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9165
9166 * international/quail.el (quail-insert-decode-map): Check the
9167 frame width of a window displaying the current buffer, not that of
9168 the selected frame.
9169 (quail-help): Make sure that the help buffer has window before
9170 inserting text in it.
9171
9172 2000-12-07 Sam Steingold <sds@gnu.org>
9173
9174 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9175 Backquote is used in isearch.el, so autoloading saves nothing.
9176
9177 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9178
9179 * startup.el (normal-top-level-add-subdirs-to-load-path):
9180 Ignore the CVS and RCS subdirectories case-insensitively.
9181
9182 * dired.el (dired-insert-directory): If file-system-info is
9183 fboundp, call it instead of invoking dired-free-space-program.
9184
9185 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9186
9187 * server.el (server-visit-files): Push files on file-name-history.
9188
9189 * progmodes/cc-langs.el: Update copyright.
9190
9191 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9192
9193 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9194
9195 * bindings.el (mode-line-mode-menu): Reverse the order
9196 of define-keys so that the menu appears in alphabetical order.
9197
9198 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9199
9200 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9201 of the function.
9202
9203 2000-12-07 Dave Love <fx@gnu.org>
9204
9205 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9206
9207 * facemenu.el (facemenu-unlisted-faces): Fix value.
9208
9209 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9210
9211 * font-lock.el (font-lock-default-fontify-region):
9212 Include the terminating \n (off-by-one error).
9213 (font-lock-set-defaults): Use dolist.
9214
9215 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9216
9217 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9218
9219 * international/mule-cmds.el (describe-language-environment):
9220 Fix for the case that an input method title is not string but a list.
9221
9222 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9223 of wrong SIZE record.
9224
9225 2000-12-06 Dave Love <fx@gnu.org>
9226
9227 * newcomment.el (comment-region, comment-dwim): Doc fix.
9228
9229 * textmodes/texinfo.el: Require tex-mode when compiling.
9230 (texinfo-update-node): Doc fix.
9231 (texinfo-imenu-generic-expression): Add @anchor.
9232 (texinfo-font-lock-keywords): Add @uref.
9233 (texinfo-inside-macro-p): Don't use ignore-errors.
9234 (texinfo-insert-quote): Match more contexts.
9235
9236 * international/mule.el (decode-char, encode-char): Doc fix.
9237 (auto-coding-alist): Customize.
9238
9239 * files.el (load-file): Fix change of 2000-03-12.
9240
9241 * wid-edit.el (widget-text-keymap): Doc fix.
9242
9243 2000-12-06 Andrew Innes <andrewi@gnu.org>
9244
9245 * makefile.w32-in (lisp): Set to an absolute directory, namely
9246 $(CURDIR).
9247
9248 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9249
9250 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9251 read generated-autoload-file, and set buffer-file-coding-system to
9252 raw-text-unix after reading the file.
9253
9254 * international/mule-conf.el (file-coding-system-alist):
9255 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9256
9257 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9258
9259 * replace.el (occur): Make line-number-width 1 smaller for the
9260 colon following the line number.
9261
9262 * startup.el (fancy-splash-text, command-line-1):
9263 Use `File' for the menu name instead of `Files'.
9264
9265 * tmm.el: Update copyright.
9266
9267 * cus-start.el: Add entry for even-window-heights.
9268
9269 2000-12-06 Miles Bader <miles@gnu.org>
9270
9271 * faces.el (frame-set-background-mode): Avoid stomping on
9272 locally modified faces.
9273
9274 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9275
9276 * international/fontset.el: Correct the font registries for
9277 japanese-jisx0213-1 and japanese-jisx0213-2.
9278
9279 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9280
9281 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9282
9283 * iswitchb.el: Update customization commentary.
9284
9285 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9286
9287 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9288 (tpu-search-highlight): Fixed comparison of overlay end positions.
9289 (tpu-trim-line-ends): Implemented trimming logic locally.
9290
9291 * emulation/tpu-extras.el (tpu-write-file-hook)
9292 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9293
9294 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9295
9296 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9297 to cn-gb.
9298 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9299
9300 2000-12-04 Dave Love <fx@gnu.org>
9301
9302 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9303
9304 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9305
9306 * mail/rmailsum.el (rmail-summary-expunge)
9307 (rmail-summary-expunge-and-save): Ask for confirmation with
9308 rmail-expunge-confirmed.
9309
9310 * mail/rmail.el (rmail-expunge-confirmed): New function.
9311 (rmail-expunge): Use it.
9312
9313 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9314
9315 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9316 (etags-recognize-tags-table, find-tag-in-order):
9317 New functionality: interpret file names as tags.
9318
9319 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9320
9321 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9322 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9323 the first subnode until the bottom of the current node is visible.
9324
9325 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9326
9327 * format.el (format-decode): Don't change buffer's undo list.
9328
9329 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9330
9331 * faces.el (face-font-registry-alternatives): Add entries for CJK
9332 fonts. Doc-string adjusted for the actual usage of this data.
9333
9334 * international/fontset.el: Change the font registries for CJK
9335 fonts in the default fontset. Don't append '*' to registries.
9336
9337 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9338
9339 * emacs-lisp/easy-mmode.el (define-derived-mode)
9340 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9341
9342 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9343 (derived-mode-p): New function.
9344 (derived-mode-make-docstring): Add `docstring' argument.
9345 Use it if available and complete it if necessary.
9346
9347 2000-12-03 Andreas Schwab <schwab@suse.de>
9348
9349 * type-break.el (type-break): Don't make parent of itself.
9350
9351 2000-12-03 Miles Bader <miles@gnu.org>
9352
9353 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9354
9355 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9356
9357 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9358 (tex-main-file, tex-file): Simplify.
9359 (tex-generate-zap-file-name): Use subst-char-in-string.
9360 (tex-strip-dots): Remove.
9361
9362 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9363
9364 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9365 to check if the match succeeded.
9366
9367 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9368
9369 * startup.el (use-fancy-splash-screens-p): New function.
9370 (command-line-1): Use it to determine whether or not to use
9371 a fancy splash screen.
9372
9373 2000-12-02 Andreas Schwab <schwab@suse.de>
9374
9375 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9376
9377 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9378
9379 * international/mule.el (make-char): Fix last change.
9380
9381 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9382 New defcustoms.
9383 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9384 autoloading tex-mode; instead, do the same manually.
9385 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9386 with numeric argument. Docstring fix.
9387 (toplevel): Require cl when compiling.
9388
9389 * international/mule.el (make-char): Doc fix.
9390
9391 2000-12-02 Jason Rumney <jasonr@gnu.org>
9392
9393 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9394 the Emacs Lisp manual)
9395
9396 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9397
9398 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9399
9400 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9401 the Emacs Lisp manual).
9402
9403 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9404
9405 * simple.el (next-line-add-newlines): Change default to nil.
9406
9407 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9408
9409 * files.el (revert-buffer, recover-file):
9410 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9411
9412 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9413
9414 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9415
9416 2000-12-01 Miles Bader <miles@gnu.org>
9417
9418 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9419
9420 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9421
9422 * international/mule-diag.el (describe-char-after): Fix typo.
9423 (describe-character-set, non-iso-charset-alist): Fix typo.
9424
9425 2000-12-01 Miles Bader <miles@gnu.org>
9426
9427 * image-file.el (image-file-name-regexp): Automatically add
9428 upper-case variants of each filename extension in
9429 `image-file-name-extensions', since they seem to be common.
9430
9431 * simple.el (minibuffer-contents)
9432 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9433 New functions.
9434 * filecache.el (file-cache-directory-name)
9435 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9436
9437 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9438
9439 * filecache.el (file-cache-minibuffer-complete): Don't try to
9440 delete the minibuffer prompt.
9441
9442 2000-11-30 Dave Love <fx@gnu.org>
9443
9444 * cus-start.el: Fix read-buffer-function type.
9445
9446 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9447
9448 * md5.el: Removed. There's a built-in function, now.
9449
9450 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9451
9452 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9453 as dummy 0-th char of rmail-deleted-vector.
9454
9455 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9456
9457 * ps-print.el (ps-end-job): Bind case-fold-search only after
9458 switching to ps-spool-buffer.
9459
9460 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9461
9462 * ps-print.el: Line number font customization. PostScript: Lines and
9463 PageCount are initialized on each page. Doc Fix.
9464 (ps-print-version): New version number (6.3.2).
9465 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9466 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9467 (ps-right-header): Customization fix.
9468 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9469 Fix code.
9470 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9471 New vars.
9472
9473 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9474
9475 * bs.el: Fix typos and spelling errors.
9476 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9477 (bs-configuration): Doc fix.
9478
9479 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9480
9481 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9482
9483 * emulation/tpu-edt.el (tpu-version): New version.
9484 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9485 (tpu-original-mode-line): Variable deleted.
9486 (tpu-mark-flag): New initial value.
9487 (tpu-set-mode-line): Don't redefine mode-line-format.
9488 Add tpu-mark-flag to minor-mode-alist.
9489 (tpu-update-mode-line): New mark flag logic.
9490 (tpu-get): Use find-file-wildcards.
9491 (tpu-search-highlight): Move overlay less, reset overlay properly.
9492 (tpu-unselect): Deactivate mark.
9493 (tpu-lm-replace): Reset overlay properly.
9494 (tpu-forward-line): Use forward-visible-line.
9495 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9496
9497 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9498
9499 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9500
9501 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9502
9503 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9504
9505 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9506 and skip whitespace and newlines.
9507
9508 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9509
9510 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9511
9512 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9513
9514 * help.el (describe-function-1): Regexp-quote function name
9515 when used as part of a regexp.
9516
9517 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9518 Use face-attribute instead of face-foreground and face-background.
9519 (tool-bar-add-item): Likewise, and handle unspecified colors.
9520
9521 * enriched.el (enriched-face-ans): Use face-attribute instead
9522 of face-foreground and face-background.
9523
9524 * faces.el (face-foreground, face-background, face-stipple):
9525 Return nil if attribute is unspecified, for backward compatibility.
9526
9527 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9528
9529 * play/5x5.el: Remove version info.
9530
9531 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9532
9533 * frame.el (blink-cursor-mode): Doc fix.
9534
9535 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9536
9537 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9538 to create Makefile rules.
9539 (antlr-tool-command): New user option.
9540 (antlr-ask-about-save): New user option.
9541 (antlr-makefile-specification): New user option.
9542 (antlr-file-formats-alist): New variable.
9543 (antlr-special-file-formats): New variable.
9544 (antlr-unknown-file-formats): New user option.
9545 (antlr-help-unknown-file-text): New variable.
9546 (antlr-help-rules-intro): New variable.
9547 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9548 (antlr-mode-menu): Add entries.
9549 (antlr-file-dependencies): New function.
9550 (antlr-directory-dependencies): New function.
9551 (antlr-superclasses-glibs): New function.
9552 (antlr-run-tool): New command.
9553 (antlr-makefile-insert-variable): New function.
9554 (antlr-insert-makefile-rules): New function.
9555 (antlr-show-makefile-rules): New command.
9556
9557 * antlr-mode.el: More Emacs/XEmacs stuff.
9558 (antlr-no-action-keywords): New constant with value nil.
9559 (antlr-font-lock-keywords-alist): Use it. Old value would break
9560 syntax highlighting in Emacs-21.0.
9561 (antlr-default-directory): Emacs/XEmacs dependend function.
9562 (antlr-read-shell-command): Ditto.
9563 (antlr-with-displaying-help-buffer): Ditto.
9564
9565 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9566
9567 * antlr-mode.el: imenu, parsing and highlighting changes.
9568 (antlr-imenu-create-index-function): Don't create extra submenus
9569 for definitions in different grammar classes. It is not necessary
9570 for the menu and would make command `imenu' awkward to use.
9571 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9572 header actions and more than one.
9573 (antlr-font-lock-tokendef-face): Changed color.
9574 (antlr-font-lock-tokenref-face): Changed color.
9575 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9576 (antlr-mode-syntax-table): New variable.
9577 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9578 (antlr-with-syntax-table): Don't copy syntax table.
9579
9580 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9581
9582 * antlr-mode.el: Minor changes: language setting.
9583 (antlr-language-alist): The value for file option "language" can
9584 be both an identifier and a string.
9585 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9586 (antlr-language-limit-n-regexp): Change accordingly.
9587
9588 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9589
9590 * antlr-mode.el: Minor changes: tabs, hiding.
9591 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9592 (antlr-action-visibility): Also allow value nil to also hide the
9593 braces. Renamed from `antlr-tiny-action-length'.
9594 Suggested by Jay@aol.com.
9595 (antlr-hide-actions): Change accordingly. Hide line if completely
9596 hidden action is on a line of its own.
9597
9598 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9599
9600 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9601
9602 * sort.el (sort-columns): Don't concat strings with numbers.
9603
9604 2000-11-29 Dave Love <fx@gnu.org>
9605
9606 * cus-edit.el (face): Fix :format.
9607
9608 * mail/feedmail.el: Require smtpmail when compiling.
9609 (mail-do-fcc): Autoload.
9610 (feedmail) <defgroup>: Fix :link.
9611 (feedmail-nuke-body-in-fcc): Fix :type.
9612 (feedmail-send-it): Add autoload cookie.
9613
9614 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9615
9616 * newcomment.el (comment-indent): Save excursion around call to
9617 comment-indent-function.
9618
9619 2000-11-29 Miles Bader <miles@gnu.org>
9620
9621 * subr.el (member-ignore-case): Return the tail of the list who's
9622 car matches, like `member', not the matching element itself.
9623
9624 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9625
9626 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9627 should not contain `\n'.
9628
9629 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9630
9631 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9632
9633 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9634
9635 * dired-aux.el (dired-do-create-files): Construct default file
9636 name for dired-mark-read-file-name so that when the user enters
9637 just RET, the target file will end up in the target directory.
9638
9639 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9640 local-abbrev-table before changing buffers because it might
9641 have a buffer-local binding.
9642
9643 2000-11-28 Miles Bader <miles@gnu.org>
9644
9645 * simple.el (delete-horizontal-space): Handle fields more generally.
9646
9647 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9648
9649 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9650
9651 2000-11-28 Dave Love <fx@gnu.org>
9652
9653 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9654 comment-start-skip locally.
9655
9656 * progmodes/fortran.el (fortran-mode): Don't set
9657 fortran-comment-line-start-skip. Set comment-start to
9658 fortran-comment-line-start.
9659 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9660 (fortran-comment-line-start-skip): Simplify slightly.
9661
9662 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9663
9664 * play/5x5.el: Remove RCS keyword.
9665
9666 * bs.el: Mistaken commit, undone 2000-11-30.
9667
9668 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9669
9670 * textmodes/tildify.el (tildify-string-alist):
9671 Add `plain-tex-mode' here.
9672
9673 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9674
9675 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9676 reference.
9677
9678 2000-11-28 Miles Bader <miles@gnu.org>
9679
9680 * cus-face.el (custom-face-attributes): Add post-filter function
9681 for :box. Make pre-filter function for :box handle all cases.
9682
9683 * wid-edit.el (widget-choose): Make sure pop-up window is large
9684 enough to display all the choices, as there's no way to scroll it.
9685
9686 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9687
9688 * international/mule-conf.el: Make the coding system no-conversion
9689 safe for all characters.
9690
9691 2000-11-27 Dave Love <fx@gnu.org>
9692
9693 * net/ldap.el (ldap) <defgroup>: Add :version.
9694
9695 * tooltip.el (tooltip-use-echo-area): Doc fix.
9696
9697 * cus-start.el <minibuffer-prompt-properties>: Add version.
9698 <read-buffer-function>: Add.
9699
9700 * apropos.el (apropos-print): Add help-echo to active text.
9701
9702 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9703
9704 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9705
9706 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9707 type, group and version.
9708
9709 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9710
9711 * select.el (x-get-selection): Docstring fix.
9712
9713 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9714
9715 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9716
9717 2000-11-27 Andrew Innes <andrewi@gnu.org>
9718
9719 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9720
9721 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9722
9723 2000-11-27 Miles Bader <miles@gnu.org>
9724
9725 * dired.el (dired-get-filename): Return filename verbatim if
9726 LOCALP is `verbatim'.
9727 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9728 `verbatim' so that we don't inadvertently delete a non-existant
9729 directory name.
9730
9731 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9732
9733 * international/characters.el: Specify cases and syntaxes for
9734 mule-unicode-0100-24ff.
9735
9736 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9737
9738 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9739 that foreground and/or background colors of the face `tool-bar'
9740 are unspecified.
9741
9742 2000-11-27 Miles Bader <miles@gnu.org>
9743
9744 * wid-edit.el (widget-field-buffer, widget-field-start)
9745 (widget-field-end): Handle widget field `pseudo-overlays'.
9746 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9747 if it's there instead of in `widget-field-list'.
9748
9749 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9750 (help-make-xrefs): Delete extraneous newlines at the end of the
9751 docstring.
9752
9753 2000-11-25 Jason Rumney <jasonr@gnu.org>
9754
9755 * startup.el (command-line): Call set-locale-environment after
9756 Window System init file is read, as it can result in a call to
9757 redraw-frame.
9758
9759 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9760
9761 * simple.el (shell-command): Mention the effect of the prefix
9762 argument in the doc string.
9763
9764 2000-11-25 Miles Bader <miles@gnu.org>
9765
9766 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9767
9768 * wid-edit.el (widget-field-value-delete): Don't try to delete
9769 overlay when it's the `pseudo-overlay' that exists at some points.
9770
9771 2000-11-24 Jason Rumney <jasonr@gnu.org>
9772
9773 * international/mule-cmds.el (locale-language-names): Add "jp" as
9774 a non-standard alternative for Japanese.
9775
9776 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9777
9778 * vc-hooks.el: Require 'cl during compilation.
9779
9780 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9781
9782 * faces.el (face-set-after-frame-default): Let face attributes
9783 specified for new frames override frame parameters.
9784
9785 * startup.el (command-line): Fix computation of the source file
9786 for user-init-file when user-init-file is a compiled file.
9787
9788 2000-11-24 Miles Bader <miles@gnu.org>
9789
9790 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9791 (custom-post-filter-face-spec): New functions.
9792 (custom-face-set, custom-face-value-create): Filter the face spec
9793 before and after customization.
9794 (custom-face-set): If VALUE specifies a null face, pass a
9795 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9796 * cus-face.el (custom-face-attributes): Remove SET and GET
9797 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9798 cases they're needed.
9799
9800 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9801 that it's distinguishable from the :off-glyph on dark-background
9802 displays. Set its background color too.
9803
9804 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9805 so that people can easily turn it off.
9806
9807 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9808
9809 * ediff-diff.el: Moved variables around to have it compile under NT.
9810
9811 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9812
9813 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9814
9815 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9816 redundant skip-small-frames test.
9817
9818 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9819 (viper-downgrade-to-insert): Protect against errors in hooks.
9820
9821 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9822 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9823 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9824 New functions.
9825
9826 * viper-util.el (viper-memq-char): Bug fixes.
9827
9828 * viper.el (viper-mode): Fix cursor handling.
9829
9830 2000-11-24 Kenichi Handa <handa@etl.go.jp>
9831
9832 * international/mule-diag.el (list-iso-charset-chars):
9833 For two-byte charset, fix the `while' condition.
9834 (list-non-iso-charset-chars): Fix the `while' condition.
9835
9836 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9837
9838 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9839 if the variable is make-variable-buffer-local.
9840
9841 * progmodes/ada-stmt.el (ada-template-map):
9842 Initialize and bind it to C-c t in ada-mode-map.
9843 (ada-stmt-mode-hook): New function extracted from old code.
9844 Only change the buffer-local side of skeleton-*.
9845 (ada-mode-hook): Use it.
9846
9847 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9848
9849 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9850 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9851 we expect to be returned by minibuffer-depth once we prompt the
9852 user in the minibuffer.
9853 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9854 as recorded in iswitchb-minibuf-depth, return non-nil.
9855
9856 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9857
9858 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9859 (hscroll-window-maybe): Docstring fix.
9860
9861 2000-11-23 Dave Love <fx@gnu.org>
9862
9863 * rect.el (string-rectangle): Don't test delete-selection-mode.
9864
9865 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9866
9867 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9868 is in the tool bar.
9869
9870 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9871 with `no-dir'; we want the directory part to be able to remove it.
9872
9873 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9874
9875 * textmodes/outline.el (outline-flag-region):
9876 Don't bind inhibit-read-only since we don't modify the buffer.
9877 (outline-isearch-open-invisible): Don't jump to overlay-start
9878 since we're trying to unhide text around point.
9879 (outline-discard-overlays): Use dolist.
9880
9881 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9882
9883 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9884
9885 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
9886
9887 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9888
9889 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9890 Fix ARG regexp to skip quoted braces.
9891 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9892 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9893 are (correctly) handled separately).
9894 Remove `caption' and `footnote' from `citations': they contain text.
9895 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9896 (latex-skeleton-end-hook): New function.
9897 (latex-mode): Use it.
9898 (tex-start-tex-marker): Remove.
9899 (tex-send-tex-command): Don't set tex-start-tex-marker.
9900 (tex-error-parse-syntax-table): New var.
9901 (tex-compilation-parse-errors): Use it.
9902 Ignore tex-start-tex-marker. Don't bother with marker-position.
9903 (tex-validate-buffer): Don't bother with marker-position.
9904
9905 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
9906 (flyspell-generic-progmode-verify): Use it.
9907
9908 2000-11-22 Sam Steingold <sds@gnu.org>
9909
9910 * simple.el (delete-trailing-whitespace): New interactive function.
9911
9912 * progmodes/ada-mode.el (ada-mode): Use it instead of
9913 `ada-remove-trailing-spaces'.
9914 (ada-remove-trailing-spaces): Removed.
9915
9916 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
9917
9918 * textmodes/picture.el (picture-clean): Removed.
9919 (picture-mode-exit): Call it instead of `picture-clean'.
9920
9921 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9922
9923 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9924
9925 * hi-lock.el (hi-lock-refontify): Don't call non-existent
9926 jit-lock-fontify-buffer; it should anyway be unneccessary to
9927 do anything special when jit-lock is active.
9928 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
9929
9930 2000-11-22 Dave Love <fx@gnu.org>
9931
9932 * calendar/todo-mode.el (todo-top-priorities): Use
9933 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
9934
9935 * language/chinese.el, language/cyrillic.el:
9936 * language/devanagari.el, language/ethiopic.el, language/greek.el:
9937 * language/hebrew.el, language/indian.el, language/japanese.el:
9938 * language/korean.el, language/lao.el, language/misc-lang.el:
9939 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9940 Use provide.
9941
9942 * cus-edit.el (custom-buffer-create-internal): Save some consing.
9943 (custom-variable-set): Improve validation error mesage.
9944
9945 * rect.el (string-rectangle): Revert last change.
9946 (string-rectangle-line): New arg DELETE.
9947 (string-rectangle): Check delete-selection-mode.
9948
9949 * emacs-lisp/edebug.el (edebug-version)
9950 (edebug-maintainer-address): Deleted.
9951 (edebug-submit-bug-report): Just alias to report-emacs-bug.
9952 (edebug-read-function): Account for other `'#' read forms.
9953 (edebug-mode-menus): Make some items toggles.
9954 (edebug-outside-unread-command-event, unread-command-event):
9955 Remove these to avoid warnings.
9956
9957 2000-11-22 David Ponce <david@dponce.com>
9958
9959 * recentf.el (recentf-menu-items-for-commands)
9960 (recentf-make-menu-items, recentf-make-menu-item)
9961 (recentf-filter-changer): Added :help and :active menu-item properties.
9962
9963 (recentf-build-dir-rules, recentf-dump-variable)
9964 (recentf-edit-list, recentf-open-files-item)
9965 (recentf-open-files): Replaced unnecessary `mapcar' with new
9966 built-in `mapc'.
9967
9968 2000-11-23 Miles Bader <miles@gnu.org>
9969
9970 * faces.el (menu): Make inverse-video on ttys too.
9971
9972 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9973
9974 * simple.el (comment-line-break-function): Use the new name
9975 indent-new-comment-line -> comment-indent-new-line.
9976 (clone-indirect-buffer): Don't ignore NORECORD.
9977 (next-completion): Properly handle the case where items are adjacent.
9978
9979 * mouse.el (popup-menu): Stupid typo.
9980
9981 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9982
9983 * emacs-lisp/authors.el: Remove autoload cookies, add author,
9984 maintainer, keywords tags.
9985
9986 * rect.el (replace-rectangle): Don't call string-rectangle-line
9987 with too many arguments.
9988
9989 2000-11-22 Andre Spiegel <spiegel@gnu.org>
9990
9991 * ediff-util.el (ediff-file-checked-out-p)
9992 (ediff-file-checked-in-p): Call vc-state instead of
9993 vc-locking-user, which no longer exists.
9994
9995 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
9996
9997 2000-11-22 Dave Love <fx@gnu.org>
9998
9999 * md5.el (md5): Provide.
10000 (md5): Fix error call.
10001
10002 2000-11-22 Miles Bader <miles@gnu.org>
10003
10004 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10005 (refill-fill-paragraph-at): Remove debugging code.
10006
10007 * calendar/calendar.el (generate-calendar-window): When we don't
10008 call `fit-window-to-buffer', make sure the top line is fully visible.
10009
10010 * image-file.el (insert-image-file): Don't make `read-only'
10011 property rear-nonsticky.
10012
10013 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10014 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10015 stashing away its original value.
10016 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10017 in the recursive edit.
10018 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10019 (isearch-done): Restore `minibuffer-message-timeout'.
10020
10021 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10022
10023 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10024
10025 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10026
10027 * find-lisp.el (find-lisp-find-files-internal):
10028 Use dolist, when and file-name-as-directory.
10029
10030 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10031 (define-derived-mode, define-minor-mode): Add specs.
10032
10033 * window.el: General comment and spacing fixes.
10034 (save-selected-window): Use backquotes.
10035 (window-safely-shrinkable-p): New function.
10036 (shrink-window-if-larger-than-buffer): Use it.
10037
10038 * subr.el (make-local-hook): Docstring fix.
10039
10040 * shell.el (shell-mode): Use define-derived-mode.
10041
10042 * newcomment.el (comment-indent): Insert comment before calling
10043 comment-indent-function. Don't insert in column 0.
10044 (comment-dwim): Indent before inserting comment.
10045
10046 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10047 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10048 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10049 Use mapc rather than map.
10050
10051 * files.el (find-buffer-visiting): Compare all attributes before
10052 declaring two files identical (rather than just their inode-no).
10053 (auto-mode-alist): Use \' rather than $.
10054
10055 * which-func.el: Update maintainer line.
10056
10057 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10058 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10059 (uniquify-buffer-file-name): Use it.
10060
10061 2000-11-22 Miles Bader <miles@gnu.org>
10062
10063 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10064 * simple.el (minibuffer-avoid-prompt): New function.
10065
10066 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10067
10068 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10069
10070 2000-11-21 Miles Bader <miles@gnu.org>
10071
10072 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10073 inclusion of `track-mouse'.
10074
10075 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10076 (refill-adjust-ignorable-overlay): New function.
10077 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10078 only the paragraph's tail if possible.
10079 Update `refill-ignorable-overlay'.
10080 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10081
10082 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10083 point inside the fill-prefix.
10084
10085 * textmodes/refill.el (refill-post-command-function): Don't reset
10086 refill-doit in the case where a self-insertion command doesn't
10087 case a refill. Use `refill-fill-paragraph-at', getting position
10088 from `refill-doit'.
10089 (refill-after-change-function): Set `refill-doit' to END.
10090 (refill-fill-paragraph-at): New function, mostly from old
10091 refill-fill-paragraph.
10092 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10093 (refill-pre-command-function): New function.
10094 (refill-mode): Add it to `pre-command-hook'.
10095
10096 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10097
10098 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10099
10100 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10101 javadoc tags.
10102
10103 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10104
10105 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10106 vc.el).
10107
10108 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10109 require vc.
10110
10111 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10112 checkouts.
10113
10114 2000-11-20 Dave Love <fx@gnu.org>
10115
10116 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10117
10118 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10119
10120 * calculator.el (calculator-paste): Use `if' instead of `and'
10121 and `or'.
10122 (calculator-help): Don't use electric-describe-mode for XEmacs.
10123
10124 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10125
10126 * info.el (info-menu-5): Doc fix.
10127
10128 * textmodes/artist.el: New file.
10129
10130 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10131
10132 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10133 and differentiate according to checkout model.
10134 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10135 since this function is only concerned with master state.
10136
10137 * vc-hooks.el (vc-workfile-unchanged-p)
10138 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10139
10140 * vc.el (vc-workfile-unchanged-p)
10141 (vc-default-workfile-unchanged-p): See above.
10142
10143 2000-11-19 Miles Bader <miles@gnu.org>
10144
10145 * image-file.el (insert-image-file): Make `intangible' and
10146 `read-only' properties rear-nonsticky too.
10147
10148 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10149
10150 * ps-print.el: Update copyright notice.
10151
10152 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10153 (tooltip-show): Use the offsets.
10154
10155 * bindings.el (mode-line-modified): Fix a typo.
10156 (mode-line-toggle-modified, mode-line-widen)
10157 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10158
10159 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10160
10161 * ps-print.el (toplevel): Test for find-coding-system being
10162 fboundp before calling ps-x-find-coding-system.
10163
10164 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10165
10166 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10167 (vc-version-backup-file): Docstring fix.
10168
10169 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10170
10171 * files.el (basic-save-buffer): Don't add a newline if
10172 find-file-literally is non-nil.
10173 (find-file-literally): Extend doc string.
10174
10175 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10176 sort(1) with the `-f' argument.
10177
10178 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10179
10180 * vc.el: Updated backend documentation.
10181 (vc-default-check-headers): New function.
10182
10183 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10184
10185 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10186 up-to-date.
10187 (vc-do-command): In the asynchronous case, output messages only if
10188 the minibuffer is not active.
10189
10190 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10191 `vc-cvs-use-edit' is on.
10192 (vc-cvs-checkout): When this is used for reverting the workfile,
10193 make a backup of the original contents and revert to that in case
10194 of error.
10195 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10196 remote repositories.
10197
10198 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10199 for both version and ratio in the minibuffer.
10200
10201 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10202 Use vc-do-command to perform the annotation, not call-process.
10203
10204 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10205
10206 * international/quail.el (quail-start-translation): Don't call
10207 `message' before reading key sequence.
10208
10209 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10210
10211 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10212
10213 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10214
10215 * window.el (fit-window-to-buffer): Be sure to acquire at least
10216 one text line even if the buffer is empty.
10217
10218 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10219
10220 * net/ange-ftp.el (ange-ftp-file-writable-p)
10221 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10222 Bind ange-ftp-process-verbose to nil.
10223
10224 2000-11-15 Dave Love <fx@gnu.org>
10225
10226 * wid-edit.el (widget-specify-field, widget-specify-button):
10227 If :help-echo is a function, set help-echo of overlay to
10228 widget-mouse-help.
10229 (widget-mouse-help): New function.
10230 (widget-echo-help): Rewritten for :help-echo functions only taking
10231 a widget arg.
10232
10233 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10234 Use display-graphic-p.
10235 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10236 and that JPEG is available.
10237 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10238
10239 * international/mule-cmds.el (locale-charset-language-names):
10240 Match @euro.
10241
10242 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10243
10244 * faces.el (face-set-after-frame-default):
10245 If `inhibit-default-face-x-resources' is bound, don't intialize the
10246 default face from X resources.
10247
10248 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10249
10250 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10251 Don't set EMACSLOADPATH.
10252
10253 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10254
10255 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10256 texinfo-insert-@url.
10257 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10258 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10259
10260 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10261
10262 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10263 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10264 (checkdoc-minor-keymap): Backward compatibility.
10265 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10266 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10267 (checkdoc-this-string-valid-engine): Be a bit more strict
10268 to avoid matching substrings of `...' quoted vars/funs.
10269 (checkdoc-defun-info): Only look for `interactive' if alone.
10270 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10271
10272 * progmodes/compile.el (grep): `tag-default' can be nil.
10273
10274 * newcomment.el (comment-indent): Paren typo.
10275
10276 2000-11-14 Dave Love <fx@gnu.org>
10277
10278 * calculator.el: New maintainer version.
10279
10280 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10281
10282 * cmuscheme.el: Doc fixes.
10283 (cmuscheme) <defgroup>: Use `scheme' as parent.
10284 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10285
10286 * xscheme.el (scheme-program-name): Don't define here.
10287
10288 * progmodes/scheme.el (scheme-program-name): New variable
10289 (originally in cmuscheme).
10290
10291 2000-11-14 Miles Bader <miles@gnu.org>
10292
10293 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10294 Handle header-lines. Don't loop forever if we can't enlarge the
10295 window anymore. Simplify a bit.
10296
10297 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10298
10299 * window.el (fit-window-to-buffer): Don't check
10300 window-text-height. Assure that the last line is fully visible.
10301
10302 * international/quail.el (quail-show-guidance-buf):
10303 Call fit-window-to-buffer to assure the enough height of the guidance
10304 buffer.
10305 (quail-update-guidance): Avoid making the guidance buffer shorter.
10306
10307 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10308
10309 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10310 rather than `prepend' and add an interesting comment.
10311 (tex-math-face, tex-font-lock-syntactic-face-function):
10312 New face and function to use it.
10313 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10314 than `menu-enable' symbol property.
10315 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10316 (tex-mode): Add some latex-mode commands for auto-selection.
10317 Use tex-font-lock-syntactic-face-function.
10318 (tex-insert-quote): Simplify.
10319 (tex-shell): New mode.
10320 (tex-start-shell): Use it.
10321 (tex-shell-proc, tex-shell-buf): New functions.
10322 (tex-send-command): Use it.
10323 (tex-main-file): Fix the meaning of the new arg REALFILE.
10324 (tex-send-tex-command): New function split from `tex-start-tex'.
10325 Set compilation-last-buffer and compilation-parsing-end.
10326
10327 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10328 when it follows non-comment text on the line.
10329
10330 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10331 Set font-lock-defaults.
10332 (lisp-mode-shared-map): Init inside the defvar.
10333 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10334 Use define-derived-mode.
10335
10336 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10337
10338 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10339
10340 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10341
10342 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10343 Don't recursively optimize body because that can lead to infinite
10344 recursion; see comment there.
10345
10346 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10347
10348 * faces.el (face-spec-set-match-display): Revert the change from
10349 2000-10-24. Add a FIXME for after v21.1.
10350
10351 2000-11-13 Miles Bader <miles@gnu.org>
10352
10353 * textmodes/fill.el (skip-line-prefix): New function.
10354 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10355 (fill-paragraph): Don't leave point inside the fill-prefix.
10356 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10357 point inside the fill-prefix.
10358
10359 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10360
10361 * calendar/calendar.el (generate-calendar-window):
10362 Use `fit-window-to-buffer'.
10363
10364 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10365
10366 * gud.el (gud-minor-mode): New var.
10367 (gud-symbol, gud-val): New functions.
10368 (gud-find-file): Copy gud-minor-mode to the new buffer.
10369 (gud-menu-map): Include entries for commands that are not always
10370 available, using :enable to (de)activate them.
10371 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10372 (gud-mode-map): New map.
10373 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10374 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10375 Don't set up gud's menu (it's done by the minor-mode).
10376 (gud-minibuffer-local-map): New.
10377 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10378 (gud-query-cmdline): New function.
10379 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10380 (gud-mode): Use define-derived-mode.
10381 Don't set up gud's menu (it's done by the minor-mode).
10382 (gud-chop-words): Remove.
10383 (gud-common-init): Use split-string instead.
10384 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10385
10386 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10387 Add keyword arg :name.
10388
10389 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10390 (diff-count-matches, diff-split-hunk): New functions.
10391 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10392
10393 * pcvs-info.el (cvs-fi-conflict-face): New var.
10394
10395 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10396 Make it into a simple syntax-table, shared among all submodes.
10397 (sh-heredoc-face): Re-introduce.
10398 (sh-font-lock-syntactic-face-function): New function.
10399 (sh-mode): Use it. Also use define-derived-mode.
10400 Remove old bogus setting of indent-region-function.
10401 (sh-set-shell): Don't set the syntax-table any more.
10402 (sh-mode-syntax-table) <defun>: Remove.
10403
10404 2000-11-12 Miles Bader <miles@gnu.org>
10405
10406 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10407 message if interactive.
10408
10409 2000-11-12 Dave Love <fx@gnu.org>
10410
10411 * mail/feedmail.el: Fix header,
10412 (feedmail) <defgroup>: Add :link.
10413
10414 * view.el: Use local-map property, not keymap on mode-line string.
10415
10416 * scroll-all.el (scroll-all-mode): Customize variable.
10417 Add autoload cookie to function.
10418
10419 * lazy-lock.el: Remove compatibility code.
10420
10421 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10422 (finder-help-echo): New variable.
10423 (finder-mouse-face-on-line): Add help-echo stuff.
10424 (finder-list-keywords, finder-list-matches): Use mapc.
10425
10426 * faces.el (face-font-registry-alternatives): Add :version.
10427
10428 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10429 tags-table-list.
10430
10431 * net/browse-url.el (browse-url-browser-function): Update :version.
10432
10433 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10434 (mail-mode): Use [:alnum:] in some regexps.
10435
10436 2000-11-10 Dave Love <fx@gnu.org>
10437
10438 * ediff.el (ediff-regions-internal, ediff-documentation):
10439 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10440 fundamental mode.
10441
10442 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10443 buffer into fundamental mode.
10444 (ediff-set-difference): Use copy-sequence if available.
10445
10446 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10447 Check ediff-patch-map non-nil.
10448 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10449 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10450 buffer into fundamental mode.
10451
10452 * ediff-merg.el (state-or-merge): Defvar when compiling.
10453
10454 2000-11-10 Jason Rumney <jasonr@gnu.org>
10455
10456 * w32-fns.el (w32-add-charset-info): New function.
10457 (w32-charset-info-alist): Use it.
10458
10459 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10460
10461 * faces.el (face-font-registry-alternatives): New user-option.
10462
10463 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10464
10465 * textmodes/texinfo.el (texinfo-block-default): New var.
10466 (texinfo-insert-block): Use it. Insert a newline if needed.
10467
10468 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10469 (fill-region-as-paragraph): Use it.
10470
10471 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10472 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10473 Tweak paragraph regexps to allow a leading [ \t]*.
10474 (tex-latex-block): Insert a newline if necessary.
10475 (latex-insert-item): Only insert a newline if necessary.
10476 (tex-guess-main-file): New function.
10477 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10478 Set tex-main-file if TeX-master is provided.
10479 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10480
10481 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10482
10483 * startup.el (command-line): Set the default tooltip-mode
10484 to t for graphical displays which implement x-show-tip.
10485
10486 * tooltip.el (tooltip-mode): Add a comment about startup.el
10487 setting the default value of this user-option.
10488
10489 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10490
10491 * font-lock.el (font-lock-*-face) <defvar>: Move.
10492 (font-lock-defaults-alist): Mark obsolete.
10493 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10494 (font-lock-mode): Use define-minor-mode.
10495 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10496 (font-lock-turn-off-thing-lock): Be more explicit.
10497 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10498 (font-lock-syntactic-face-function): New var.
10499 (font-lock-fontify-syntactically-region): Use it.
10500 (font-lock-doc-face): New.
10501
10502 * pcvs.el (cvs-enabledp): Ignore errors.
10503 (cvs-commit-filelist): Never query.
10504 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10505 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10506 (cvs-do-removal): Use cvs-partition rather than delete-if.
10507 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10508 cvs-bury-buffer.
10509
10510 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10511 Allow `next' to jump to after the end of the last match.
10512
10513 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10514
10515 * simple.el (byte-compiling-files-p): New function.
10516
10517 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10518 if it is there.
10519
10520 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10521 nil again.
10522
10523 * textmodes/ispell.el (ispell-library-path): Don't call
10524 check-ispell-version when byte-compiling because that starts
10525 an ispell process, and ispell might not be installed.
10526 (toplevel): Don't set up a menu when byte-compiling.
10527
10528 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10529 it, so that a boundp test can be used to determine if we're
10530 currently byte-compiling.
10531
10532 2000-11-09 Dave Love <fx@gnu.org>
10533
10534 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10535
10536 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10537
10538 * ps-print.el: Patch for variable initialization when spooling.
10539 Doc fix.
10540 (ps-output-list): Fun eliminated.
10541 (ps-begin-file, ps-begin-job): Code fix.
10542
10543 2000-11-08 Dave Love <fx@gnu.org>
10544
10545 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10546
10547 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10548
10549 * simple.el (shell-command, display-message-or-buffer)
10550 (shell-command-on-region): Mention resize-mini-windows in the doc
10551 string.
10552 (display-message-or-buffer): Take the value of resize-mini-windows
10553 into account.
10554
10555 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10556
10557 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10558
10559 * dired.el (dired-between-files): Add `^. find' as an alternative
10560 to the regular expression, for find-dired.
10561
10562 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10563
10564 * textmodes/texnfo-upd.el: Require texinfo.
10565 (defmacro, defgroup): Remove.
10566 (texinfo-section-to-generic-alist): Remove.
10567 Use texinfo-section-list instead (i.e. level is changed string->int).
10568 (texinfo-filter): New function.
10569 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10570 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10571 Use it. And use regexp-opt.
10572 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10573 (texinfo-update-menu-region-beginning)
10574 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10575 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10576 (texinfo-update-menu-same-level-regexps): Update.
10577 (texinfo-update-node, texinfo-every-node-update)
10578 (texinfo-sequential-node-update): Remove autoload cookie.
10579
10580 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10581 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10582 (texinfo-chapter-level-regexp): Remove.
10583 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10584
10585 2000-11-06 Dave Love <fx@gnu.org>
10586
10587 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10588
10589 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10590 Match defun*.
10591
10592 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10593
10594 * composite.el (composition-function-table): Variable declaration
10595 moved to src/composite.c.
10596 (compose-chars-after): New optional arg object.
10597
10598 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10599
10600 * bindings.el (mode-line-toggle-read-only)
10601 (mode-line-toggle-modified, mode-line-widen)
10602 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10603 (make-mode-line-mouse2-map): Rewritten.
10604 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10605 functions so that C-h k can show something with a doc string.
10606
10607 * startup.el (fancy-splash-delay): Set to 10 seconds.
10608 (fancy-splash-max-time): New user-option.
10609 (fancy-splash-stop-time): New variable.
10610 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10611 (fancy-splash-screens-1): Throw `stop-splashing' when current
10612 time is greater than fancy-splash-stop-time.
10613
10614 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10615
10616 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10617
10618 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10619 Prompt user for a file rather than raising an error.
10620 (cvs-enabledp): Fix call to cvs-mode-marked.
10621 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10622 (cvs-mode-insert): Use it. Change the init prompt' value.
10623 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10624
10625 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10626 Don't pass default arg to ewoc-locate.
10627 (ewoc-collect): Return result in the right order.
10628
10629 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10630
10631 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10632 (cvs-status-get-tags): Fix regexp.
10633 (cvs-status-trees, cvs-status-cvstrees):
10634 Combine after change hooks and don't sit-for.
10635 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10636 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10637 Use make-char rather than hard-coded cryptic data.
10638 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10639
10640 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10641
10642 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10643 (cvs-insert-strings): New function.
10644
10645 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10646
10647 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10648 `mwheel-scroll-amount'.
10649 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10650 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10651 string-matching against the version string.
10652
10653 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10654
10655 * language/thai.el ("Thai"): Set a lisp form that produces
10656 composed string in `sample-text' language info.
10657
10658 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10659 composed string in `sample-text' language info.
10660
10661 * international/mule-cmds.el (describe-language-environment):
10662 Eval `sample-text' data and insert the result.
10663
10664 * international/mule-conf.el (compound-text): Define this coding
10665 system here. Make x-ctext and ctext aliases of it.
10666
10667 * language/european.el (compound-text, ctext): Moved to
10668 international/mule-conf.el.
10669
10670 2000-11-05 Andrew Innes <andrewi@gnu.org>
10671
10672 * w32-fns.el (w32-version): New function.
10673
10674 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10675
10676 * progmodes/awk-mode.el: Update copyright.
10677 (awk-mode-abbrev-table): Remove.
10678 (awk-font-lock-keywords): Use regexp-opt.
10679 (awk-mode): Use define-derived-mode.
10680
10681 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10682 when extracting a suffix.
10683
10684 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10685
10686 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10687 auto-save-mode.
10688
10689 2000-11-04 Jason Rumney <jasonr@gnu.org>
10690
10691 * language/european.el (decode-mac-roman): Test against r1 not r0.
10692
10693 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10694
10695 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10696 (icon-mode): Define indent-line-function.
10697 (icon-comment-indent): Simplify.
10698 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10699
10700 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10701
10702 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10703 Bind change-log-default-mode to defeat the caching done on it.
10704 Don't bother saving excursion any more.
10705
10706 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10707
10708 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10709 (set-frame-font): Use the new name (and the old for compatibility).
10710
10711 * toolbar/tool-bar.el (tool-bar-mode):
10712 * time.el (display-time-mode):
10713 * recentf.el (recentf-mode):
10714 * paren.el (show-paren-mode):
10715 * mwheel.el (mouse-wheel-mode):
10716 * msb.el (msb-mode):
10717 * jka-compr.el (auto-compression-mode):
10718 * image-file.el (auto-image-file-mode):
10719 * hl-line.el (hl-line-mode):
10720 * delsel.el (delete-selection-mode):
10721 * autoinsert.el (auto-insert-mode):
10722 * complete.el (partial-completion-mode): Drop unneeded positional args.
10723
10724 * info.el (Info-mode):
10725 * comint.el (comint-mode): Don't bother with make-local-hook.
10726
10727 * log-edit.el (log-edit-menu): New menu.
10728
10729 2000-11-03 Miles Bader <miles@gnu.org>
10730
10731 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10732 definition, so that trailing spaces are handled properly.
10733 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10734
10735 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10736
10737 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10738 tab character.
10739 (fancy-splash-screens): Set tab-width to 20.
10740
10741 2000-11-03 Dave Love <fx@gnu.org>
10742
10743 * comint.el (comint-completion-addsuffix): Fix custom type.
10744
10745 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10746
10747 * font-lock.el (font-lock-buffers): Remove.
10748 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10749 (font-lock-change-major-mode): Remove.
10750 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10751 (font-lock-default-fontify-region): Extend the multiline
10752 fontification to whole lines.
10753 (font-lock-fontify-anchored-keywords)
10754 (font-lock-fontify-keywords-region): If matching just one
10755 line (with \n) only mark the \n as multiline.
10756
10757 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10758 Correctly handle the case where several :group args are supplied.
10759 Allow :extra-args.
10760 (easy-mmode-define-global-mode): Allow :extra-args.
10761 Correctly handle the case where several :group args are supplied.
10762
10763 2000-11-02 Miles Bader <miles@gnu.org>
10764
10765 * calendar/calendar.el (diary-face, calendar-today-face)
10766 (holiday-face): Remove dependency on `window-system'.
10767
10768 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10769
10770 * Makefile.in (emacs): Set EMACSLOADPATH always.
10771 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10772 (compile-files): Bomb out if compilation of a file fails.
10773
10774 2000-11-02 Dave Love <fx@gnu.org>
10775
10776 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10777
10778 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10779
10780 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10781 punctuation in the warning inserted into the *mail* buffer.
10782
10783 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10784
10785 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10786 (authors-public-domain-p): New function.
10787 (authors-print): Use it.
10788
10789 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10790
10791 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10792
10793 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10794
10795 * ps-print.el: Extension for even/odd printing. Doc fix.
10796 (ps-print-version): New version number (6.3.1).
10797 (ps-even-or-odd-pages): Customization fix.
10798 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10799 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10800 (ps-page-count): Var replaced by `ps-page-column'.
10801 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10802 (ps-print-sheet-p): New fun.
10803
10804 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10805
10806 * tooltip.el (tooltip-gud-tips-setup): New function.
10807 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10808 (tooltip-mode): Call tooltip-gud-tips-setup.
10809 (tooltip-gud-tips): Use `gud-basic-call' instead of
10810 process-send-string, so the prompt gets frobbed appropriately.
10811 Handle nil return value from `tooltip-gud-print-command'.
10812
10813 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10814
10815 * comint.el (comint-add-to-input-history): New function.
10816 (comint-send-input): Use `comint-add-to-input-history'.
10817
10818 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10819
10820 * info.el (info-menu-header): New face.
10821 (Info-fontify-menu-headers): New function.
10822 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10823
10824 * info.el (Info-insert-dir): Don't include blank lines at
10825 beginning of additional dir files (one is added automatically).
10826
10827 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10828
10829 * emacs-lisp/easy-mmode.el (define-minor-mode):
10830 Revert the latest changes.
10831 Allow the three positional arguments to be skipped and replaced
10832 by keyword arguments.
10833 Add a :toggle argument to determine whether a nil arg means toggle
10834 or means turn-on. The default is unchanged.
10835 Add a call to force-mode-line-update.
10836
10837 2000-11-01 Dave Love <fx@gnu.org>
10838
10839 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10840
10841 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10842
10843 * calendar/calendar.el (diary-face, holiday-face):
10844 Add dark-background variants.
10845
10846 2000-10-31 Sam Steingold <sds@gnu.org>
10847
10848 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10849 `tex-main-file' does not have directory in it.
10850
10851 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10852
10853 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10854
10855 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10856
10857 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10858 functional change.
10859
10860 2000-10-31 Gerd Moellmann <gerd@gnu.org>
10861
10862 * files.el (find-file-noselect): When we expand a wildcard, return
10863 a list of buffers, as we should do according to the doc string.
10864
10865 2000-10-31 Ken Raeburn <raeburn@gnu.org>
10866
10867 * loadup.el (top level): Adjust load path if program name is
10868 "../src/bootstrap-emacs", in case it's not dumped and thus the
10869 load path adjustment hasn't already been done.
10870
10871 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10872
10873 * ps-print.el: Fix bug on selected pages for printing.
10874 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
10875 is on. Try to avoid warning messages when compiling. Doc Fix.
10876 (ps-print-version): New version number (6.3).
10877 (ps-color-device): Use `color-values' to determine if device
10878 supports color.
10879 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10880 (ps-print-page-p): Changed from defsubst to defun.
10881 (ps-page-number): Changed from defmacro to defun.
10882 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10883 printing.
10884 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10885 (ps-end-file, ps-dummy-page): Funs eliminated.
10886 (ps-print-color-scale): Changed default value.
10887 (ps-page-n-up, ps-print-page-p): New internal vars.
10888 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10889 (ps-plot-region, ps-generate, ps-end-job): Code fix.
10890
10891 * delim-col.el: Little programming improvement.
10892 (delimit-columns-str): New macro.
10893 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10894
10895 2000-10-31 Kenichi Handa <handa@etl.go.jp>
10896
10897 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10898 Moved to european.el.
10899 (ccl-encode-mac-roman-font, fontset-mac): Modified for
10900 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10901 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10902 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
10903
10904 2000-10-30 Dave Love <fx@gnu.org>
10905
10906 * progmodes/cc-menus.el (imenu-generic-expression)
10907 (imenu-progress-message): Only defvar when compiling.
10908
10909 * emacs-lisp/elp.el (elp-unload-hook): New function.
10910
10911 * loadhist.el (unload-feature): Call elp-restore-function,
10912 checking for symbols; don't use elp-restore-all.
10913 (loadhist-hook-functions): Doc fix.
10914
10915 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
10916
10917 * log-edit.el (log-edit-confirm): Fix the default.
10918
10919 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10920
10921 * delim-col.el: Little fix: replace delimit-columns-align-columns by
10922 delimit-columns-format.
10923 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10924
10925 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
10926
10927 * comint.el (comint-replace-by-expanded-history): Don't use
10928 comint-get-old-input (we're not looking at *old* input).
10929 (comint-get-old-input-default): If using fields, signal an error
10930 when the point is not in an input field.
10931
10932 2000-10-30 Kenichi Handa <handa@etl.go.jp>
10933
10934 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
10935 and mule-unicode-e000-ffff.
10936
10937 * international/mule.el (decode-char, encode-char): New functions.
10938 (make-coding-system): Accept a symbol of translation table as a
10939 value of property `safe-chars'.
10940
10941 * international/mule-cmds.el (encode-coding-char): Check property
10942 safe-chars instead of safe-charsets.
10943
10944 * international/fontset.el (fontset-default): Modified for
10945 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10946 (x-font-name-charset-alist): Likewise.
10947 (ccl-encode-unicode-font): New CCL program. Record it in
10948 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
10949
10950 * language/european.el (mac-roman-decoder, mac-roman-encoder):
10951 New translation tables.
10952 (decode-mac-roman, encode-mac-roman): Definition of these CCL
10953 programs are modified and moved from mac-win.el.
10954 (mac-roman): Definition of this coding system is modified and
10955 moved from mac-win.el.
10956
10957 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
10958
10959 * ediff-wind.el (ediff-setup-control-frame): Enclose
10960 face-attribute in condition-case to avoid errors in older emacsen.
10961
10962 2000-10-29 Miles Bader <miles@gnu.org>
10963
10964 * custom.el (custom-add-to-group): Allow multiple entries for a
10965 given value OPTION, as long as their widget types are different.
10966 * cus-edit.el (custom-face-value-create): If face name doesn't end
10967 with "face", add such here (similar to custom group widgets).
10968
10969 * comint.el (comint-highlight-prompt): Add :type.
10970
10971 2000-10-28 John Wiegley <johnw@gnu.org>
10972
10973 * calendar/timeclock.el (timeclock-log): Doc fix.
10974 (timeclock-last-event): Doc fix.
10975 (timeclock-log): Kill the timelog buffer after appending a new event.
10976 (timeclock-find-discrep): Use a temp buffer to read in the
10977 timelog, instead of visiting the file.
10978 (timeclock-log-data): A new function, along with a host of helper
10979 functions, for the purpose of making timelog data accessible to
10980 programmers.
10981
10982 * eshell/esh-mode.el (window-height test): Make certain that
10983 `eshell-stringify-t' is non-nil.
10984 (eshell-password-prompt-regexp): Changed to a much simpler
10985 password regexp.
10986 (eshell-send-input): If `eshell-invoke-directly' returns t,
10987 directly invoke the parsed command using `eval'. This improves
10988 turn-around time on simple commands by a factor of three or
10989 greater, such as cd, ls, pwd, etc. -- which get used very often.
10990 It also conserves thousands of cons cells per call (since
10991 `eshell-do-eval' consumes memory like a Cookie Monster set loose
10992 in the Pacific Cookie Company).
10993
10994 * eshell/esh-test.el (eshell-test): Whitespace fix.
10995
10996 * eshell/em-ls.el (eshell-ls-insert-directory):
10997 Make `eshell-ls-initial-args' nil when inserting directory contents.
10998
10999 * eshell/em-script.el (eshell-script-initialize): Add names to
11000 `eshell-complex-commands, since `source' and `.' are complex.
11001
11002 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11003 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11004 `eshell-copy-handles'.
11005 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11006 bodies.
11007 (eshell-separate-commands): Whitespace fix.
11008 (eshell-complex-commands): Added a new list of names, for
11009 determining whether a given command is as simple as it looks.
11010 (eshell-invoke-directly): New function. Returns t if a command
11011 should be invoked directly (using `eval'), rather than indirectly
11012 using `eshell-do-eval'.
11013 (eshell-do-eval): Whitespace fix.
11014
11015 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11016 which provides an emulation of the DOS shell behavior of assuming
11017 that cp/mv/ln should copy/move/link to the current directory.
11018 (eshell-remove-entries): Added a doc string.
11019 (eshell-shuffle-files): Removed the check for `target' being null.
11020 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11021 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11022 it to do a smarter check of whether a destination was provided.
11023 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11024 (eshell/ln): Enable `:preserve-args', and use
11025 `eshell-mvcpln-template' to implement the body of the function.
11026 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11027 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11028 list after flattening it. This makes it possible to cat files
11029 with numerical names.
11030 (eshell-unix-initialize): Added several names to
11031 `eshell-complex-commands.
11032 (eshell-unix-command-complex-p): Return t if a given command name
11033 may result in external processes being invoked.
11034
11035 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11036 variable nil by default, since it slows down glob processing by a
11037 factor of two or more, and increases memory consumption.
11038
11039 * eshell/em-smart.el: Added a note about how memory consumptive
11040 smart display mode can be (at least this is true in Emacs 21).
11041 (eshell-smart-initialize): Whitespace fix.
11042 (eshell-refresh-windows): Use `if' instead of `when'.
11043 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11044 not necessary.
11045 (eshell-currently-handling-window): Added a missing global variable.
11046
11047 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11048 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11049 Whitespace fix.
11050 (eshell-ls-exclude-hidden): Added this variable in addition to
11051 `eshell-ls-exclude-regexp'. This one prevents files beginning
11052 with . from even being read, which can improve memory consumption
11053 quite a bit.
11054 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11055 read file entries beginning with a dot. In home directories with
11056 lots of hidden files, fully two-thirds of the time spent in ls is
11057 used to read directory entries that are immediately thrown away.
11058 (eshell-ls-initial-args): Added back this configuration variable,
11059 for specifying default initial arguments to every call to ls.
11060 Much faster than using an alias to do the same thing.
11061 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11062 (eshell-ls-dir): Whitespace change.
11063
11064 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11065
11066 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11067 (eshell-stringify-t): Added a customization variable, to indicate
11068 whether `t' should be rendered as a string at all. If not, one
11069 can still determine if the result of an expression is true using
11070 "file-exists-p FILE && echo true".
11071 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11072 stringify t!
11073
11074 * eshell/esh-module.el: Whitespace fix.
11075
11076 * eshell/em-alias.el (eshell-alias-initialize):
11077 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11078 (eshell-command-aliased-p): New function that returns t if a
11079 command name names an aliased.
11080
11081 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11082
11083 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11084 redrawing the screen when changing cursor color.
11085 (viper-insert-state-pre-command-sentinel)
11086 (viper-replace-state-pre-command-sentinel)
11087 (viper-replace-state-post-command-sentinel):
11088 Use viper-preserve-cursor-color.
11089 Many functions changed to use viper= instead of = when comparing
11090 characters.
11091 * viper-util.el (viper-memq-char,viper=): New functions for
11092 working with characters.
11093 (viper-change-cursor-color): Fixed buglet.
11094 Many functions changed to use viper= instead of = when comparing
11095 characters.
11096 * viper.el (viper-insert-state-mode-list): Added eshell.
11097
11098 * ediff-init.el (ediff-before-setup-hook): New hook.
11099 Several typos fixed in various docstrings.
11100 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11101 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11102 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11103 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11104 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11105 (ediff-get-selected-buffers): New function.
11106 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11107 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11108 Use save-window-excursion.
11109 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11110 termination check in while loop.
11111 * ediff.el (ediff-get-default-file-name): Better defaults when in
11112 dired buffer.
11113 (ediff-files,ediff-merge-files,ediff-files3)
11114 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11115
11116 2000-10-28 Dave Love <fx@gnu.org>
11117
11118 * info.el (Info-fontify-node): Add help-echo for menu items.
11119
11120 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11121
11122 * startup.el (normal-top-level): If the value of $TERM indicates
11123 we are running from xterm or one of its work-alikes, default to a
11124 light background mode.
11125
11126 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11127 * faces.el (tty-handle-reverse-video): New function.
11128 (tty-create-frame-with-faces): Call it.
11129
11130 * frame.el (frame-notice-user-settings): Don't apply
11131 default-frame-alist and initial-frame-alist to MS-DOS frames.
11132 Call tty-handle-reverse-video, frame-set-background-mode, and
11133 face-set-after-frame-default for non-MS-DOS frames.
11134
11135 * startup.el (tty-long-option-alist): New variable.
11136 (tty-handle-args): New function.
11137 (command-line): Call tty-handle-args.
11138
11139 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11140 startup.el now does that for all character-terminal frames.
11141
11142 2000-10-28 Miles Bader <miles@gnu.org>
11143
11144 * emacs-lisp/easy-mmode.el (define-minor-mode):
11145 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11146 is global. If :global is followed by a non-nil but non-t value,
11147 make the mode buffer-local, but also generate a `global-MODE'
11148 version using `easy-mmode-define-global-mode'.
11149 Add :conditional-turn-on keyword argument.
11150
11151 2000-10-28 Dave Love <fx@gnu.org>
11152
11153 * international/latin1-disp.el (latin1-char-displayable-p):
11154 Don't use window-system.
11155
11156 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11157
11158 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11159 Don't call find-buffer-file-type-coding-system. Instead, just
11160 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11161 if the file is on an untranslated filesystem.
11162 (add-untranslated-filesystem): Use "D" instead of "f" inside
11163 interactive.
11164
11165 2000-10-27 Dave Love <fx@gnu.org>
11166
11167 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11168 (refill-mode): Use it.
11169
11170 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11171
11172 * international/quail.el (quail-activate): Don't make-local-hook.
11173
11174 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11175
11176 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11177 manual backups and file.~<rev>.~ for automatic ones.
11178 (vc-make-version-backup): Don't do it on MS-DOS without long file
11179 names.
11180
11181 * vc.el (vc-version-other-window): If an automatic backup of the
11182 desired version exists, rename it instead of copying it.
11183
11184 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11185 after command. If there's an unexpected error, signal it instead
11186 of being silent.
11187 (vc-cvs-merge-news): Be prepared for no news at all.
11188
11189 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11190
11191 * shell.el (shell): Add BUFFER argument.
11192 * comint.el (make-comint-in-buffer): New function.
11193 (make-comint): Use it.
11194
11195 * faces.el (face-spec-choose): Change syntax so that the list of
11196 attribute-value pairs is now the cdr of each clause, not the cadr.
11197 Detect old-style entries, and handle them. Use pop.
11198
11199 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11200
11201 * cus-edit.el (custom-mode-map): Use a sparse map.
11202 (custom-mode): Don't bother with make-local-hook.
11203
11204 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11205
11206 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11207
11208 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11209
11210 * ps-print.el: Avoid compilation gripes.
11211 (ps-print-version): New version number (6.2.1).
11212
11213 2000-10-26 Dave Love <fx@gnu.org>
11214
11215 * menu-bar.el: Modify some menu item help strings.
11216 (menu-bar-help-menu): Add link to MORE.STUFF.
11217
11218 * cus-edit.el (custom-mode): Add `special' mode-class property.
11219
11220 * wid-browse.el (widget-browse-mode): Likewise.
11221
11222 * wid-edit.el (widget-specify-field): Revert to using local-map
11223 property, not keymap.
11224
11225 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11226
11227 * wid-edit.el (widget-field-end): When checking for a `boundary'
11228 field, do so in the correct buffer.
11229
11230 * simple.el (undo): Correctly distinguish between numeric and
11231 non-numeric prefix args in non-transient-mark-mode, as per the doc
11232 string. When in transient-mark-mode, treat all prefix-args as
11233 numeric.
11234
11235 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11236 Position point on match. Handle N == 0 correctly.
11237
11238 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11239 (comint-mode-map): Reverse order of `comint-write-output' and
11240 `comint-append-output-to-file'.
11241 (comint-append-output-to-file): Reinstate this function, for the
11242 benefit of the menu.
11243
11244 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11245
11246 * vc.el (vc-version-other-window): Bind `file'.
11247
11248 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11249
11250 * Makefile.in (update-authors): New target for maintenance purposes.
11251
11252 * emacs-lisp/authors.el (batch-update-authors): New function.
11253 (authors-fixed-entries): New defconst.
11254 (authors-add-fixed-entries): New function.
11255 (authors): Call it.: Don't process lispref/.
11256
11257 2000-10-25 Jason Rumney <jasonr@gnu.org>
11258
11259 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11260 Merge x w32 and mac definitions.
11261
11262 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11263
11264 * menu-bar.el (menu-bar-options-menu): Add a help string for
11265 `uniquify'.
11266
11267 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11268
11269 * time-stamp.el (time-stamp-string-preprocess):
11270 Fix a wrong type argument error.
11271
11272 2000-10-25 Miles Bader <miles@gnu.org>
11273
11274 * recentf.el (recentf-mode): Variable removed.
11275 (recentf-mode): Use `define-minor-mode'.
11276
11277 * mwheel.el (mouse-wheel-mode): New global minor mode.
11278 (mwheel-install): Use `mouse-wheel-mode'.
11279
11280 2000-10-25 Dave Love <fx@gnu.org>
11281
11282 * progmodes/cperl-mode.el (cperl-mode):
11283 Set normal-auto-fill-function correctly.
11284
11285 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11286 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11287 bindings.
11288
11289 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11290
11291 * wid-edit.el (widget-field-at): New function.
11292 (widget-at, widget-field-activate): Use it.
11293 (widget-tabable-at): Use `widget-at'.
11294 (widget-specify-field): If the terminating character of the widget
11295 field (which is read-only) is a newline, put it into a special
11296 `boundary' field so that C-n/C-p act more naturally.
11297 (widget-field-end): Also don't subtract one if a special
11298 `boundary' field has been added after the widget field.
11299
11300 * comint.el (comint-output-filter, comint-send-input):
11301 Don't bother adding stickiness fields to overlays to fool the field
11302 code, since it should notice the overlay insertion-types now.
11303
11304 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11305 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11306 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11307
11308 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11309
11310 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11311 (authors): Set file coding system to iso-2022-7bit.
11312 Add file-local variables to output buffer.
11313
11314 * files.el (after-find-file): Don't print any warnings if
11315 WARN is nil.
11316
11317 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11318
11319 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11320
11321 * delim-col.el: Now there is a column formatting mechanism.
11322 Modified to customization mechanisms convention. Doc fix.
11323 (columns): New group for delim-col.
11324 (delimit-columns-before, delimit-columns-after)
11325 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11326 (delimit-columns-end): New vars.
11327 (delimit-columns-customize, delimit-columns-format): New funs.
11328 (delimit-columns-region, delimit-columns-rectangle)
11329 (delimit-columns-rectangle-line): Modified to support column
11330 formatting.
11331
11332 2000-10-24 Dave Love <fx@gnu.org>
11333
11334 * log-edit.el (log-edit): Add :version and a :group for vc.
11335
11336 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11337
11338 * files.el (after-find-file): Don't print a message ``New file''
11339 if WARN is nil.
11340
11341 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11342 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11343 get duplicate tool-bar entries because we'll see the global ones
11344 on more than one path through keymaps.
11345
11346 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11347
11348 * progmodes/cmacexp.el: Change Francesco's email address.
11349
11350 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11351
11352 * window.el (fit-window-to-buffer): Adjust point of the window
11353 buffer, not that of the current buffer.
11354
11355 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11356
11357 * progmodes/cmacexp.el: Update the euthor's email address.
11358
11359 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11360
11361 * faces.el (face-spec-set-match-display): Add `graphic' display
11362 type (the inverse of `tty'). Use `display-graphic-p' instead of
11363 the window-system variable.
11364
11365 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11366
11367 * international/isearch-x.el (isearch-with-input-method):
11368 Call input-method-function with the first event in
11369 unread-command-events.
11370
11371 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11372
11373 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11374
11375 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11376
11377 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11378 New charsets.
11379
11380 * term/mac-win.el: Remove definitions of mac-roman-lower and
11381 mac-roman-upper, require dired, and define instead of set
11382 mac-ready-for-drag-n-drop to avoid compilation error.
11383
11384 2000-10-23 Andrew Innes <andrewi@gnu.org>
11385
11386 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11387 Remove superfluous calls to subst-char-in-string; instead apply
11388 expand-file-name after convert-standard-filename to ensure
11389 expected directory separators are used.
11390
11391 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11392
11393 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11394
11395 2000-10-23 Dave Love <fx@gnu.org>
11396
11397 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11398 (tool-bar-add-item): Set foreground and background for XBM icons.
11399
11400 * international/latin1-disp.el (latin1-char-displayable-p):
11401 New function (from Handa).
11402 (latin1-display-check-font): Use it.
11403
11404 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11405 using :key-sequence, making it much more usable.
11406 Use nconc, not append.
11407 (imenu--create-keymap-1): Avoid append.
11408
11409 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11410
11411 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11412
11413 [the following changes fix a bug where `define-minor-mode' didn't
11414 correctly generate :require clauses for defcustoms in compiled files]
11415 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11416 (byte-compile-log-file, byte-compile-log-1): Don't set
11417 `byte-compile-current-file' to nil. Instead set
11418 `byte-compile-last-logged-file' to it. Test whether
11419 byte-compile-current-file equals byte-compile-last-logged-file
11420 instead of whether its nil.
11421 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11422
11423 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11424
11425 * textmodes/refill.el: Fix var names in doc.
11426 (refill-mode): Don't bother with make-local-hook anymore.
11427
11428 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11429
11430 * faces.el (face-user-default-spec, face-default-spec): New functions.
11431 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11432 (frame-set-background-mode, face-set-after-frame-default):
11433 Use `face-user-default-spec'. Simplify code slightly.
11434
11435 * woman.el (woman-italic-face, woman-bold-face)
11436 (woman-unknown-face): Add dark-background variants.
11437 (woman-default-faces): Renamed from `woman-colour-faces'.
11438 Set using the stored defaults, rather than using hard-wired colors.
11439 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11440 Just make the foreground `unspecified' rather than "black".
11441 (woman-menu): Rename menu entries accordingly.
11442
11443 * faces.el (header-line): Make more reasonable on mono/grayscale
11444 displays.
11445
11446 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11447
11448 * cus-edit.el (custom-button-face): Use 3D look for mac.
11449 (custom-button-pressed-face): Likewise.
11450
11451 * faces.el (set-face-attributes-from-resources): Handle mac frames
11452 in the same way as x and w32 frames.
11453 (face-valid-attribute-values): Likewise.
11454 (read-face-attribute): Likewise.
11455 (defined-colors): Likewise.
11456 (color-defined-p): Likewise.
11457 (color-values): Likewise.
11458 (display-grayscale-p): Likewise.
11459 (face-set-after-frame-default): Likewise.
11460 (mode-line): Same default face as for x and w32.
11461 (tool-bar): Likewise.
11462
11463 * frame.el: Remove call to frame-notice-user-settings at end of
11464 the file.
11465
11466 * info.el (Info-fontify-node): Make underlines invisible for mac
11467 as for x, pc, and w32 frame types.
11468
11469 * term/mac-win.el: New file.
11470
11471 2000-10-22 Dave Love <fx@gnu.org>
11472
11473 * textmodes/refill.el: New file.
11474
11475 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11476
11477 * vc-hooks.el (vc-version-backup-file-name): New optional args
11478 MANUAL and REGEXP.
11479 (vc-delete-automatic-version-backups, vc-make-version-backup):
11480 New functions.
11481 (vc-before-save): Use the latter.
11482 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11483 confusion.
11484
11485 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11486 expected by vc[-hooks].el.
11487
11488 * vc.el (vc-checkout): Added `-p' suffix in call to
11489 vc-make-version-backups-p; use vc-make-version-backup to actually
11490 make the backup.
11491 (vc-version-other-window, vc-version-backup-file): Handle both
11492 automatic and manual backups.
11493 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11494 of all of them.
11495
11496 2000-10-22 Miles Bader <miles@gnu.org>
11497
11498 * comint.el (comint-highlight-input, comint-highlight-prompt):
11499 Renamed, `-face' at end removed.
11500 (comint-send-input, comint-output-filter): Use renamed faces.
11501
11502 * window.el (fit-window-to-buffer): Change defaulting of
11503 MAX-HEIGHT slightly.
11504
11505 * faces.el (color-values, color-defined-p): Use `member', not
11506 `memq', because it works correctly for strings.
11507 (frame-set-background-mode): Actually, "unspecified-fg" and
11508 "unspecified-bg" *are* strings. Use `member', not `memq', and
11509 `equal', not `eq', when a string value is possible.
11510
11511 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11512
11513 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11514
11515 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11516
11517 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11518 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11519 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11520 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11521 (sh-font-lock-syntactic-keywords): Use them.
11522 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11523 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11524 (sh-mode): Don't override font-lock-unfontify-region-function.
11525 Use a copy of sh-font-lock-syntactic-keywords.
11526 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11527 Don't call sh-scan-buffer since font-lock does it on the fly.
11528 (sh-get-indent-info): Use `face' rather than `syntax-table'
11529 text-property to detect here-documents.
11530 Replace sh-special-syntax with sh-st-punc.
11531 (sh-prev-line): Use `face' rather than `syntax-table'
11532 text-property to skip over here-documents.
11533 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11534 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11535 (sh-electric-less, sh-set-here-doc-region)
11536 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11537 (sh-scan-buffer, sh-rescan-buffer): Remove.
11538
11539 2000-10-21 Andrew Innes <andrewi@gnu.org>
11540
11541 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11542 remote (ange-ftp) file names.
11543
11544 2000-10-21 Miles Bader <miles@gnu.org>
11545
11546 * window.el (fit-window-to-buffer): New function.
11547 (shrink-window-if-larger-than-buffer): Use it.
11548 (window-text-height): Don't expect minibuffers to have mode-lines.
11549
11550 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11551 * international/quail.el (quail-update-guidance):
11552 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11553
11554 * international/quail.el (quail-show-guidance-buf): Make sure
11555 guidance window really has enough room.
11556 (quail-update-guidance): If quail-guidance-win is already shown,
11557 make sure its height is OK.
11558
11559 * window.el (window-text-height, set-window-text-height):
11560 New functions.
11561 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11562 instead of `window-height' & `mode-line-window-height-fudge'.
11563 (mode-line-window-height-fudge): Add FACE parameter.
11564 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11565 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11566
11567 2000-10-20 Miles Bader <miles@gnu.org>
11568
11569 * window.el (height-affecting-face-attributes): Use `defconst'.
11570
11571 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11572 New function, conditionally aliased to `mode-line-window-height-fudge'.
11573 (ispell-help): Use it.
11574 (ispell-choices-win-default-height): Don't include mode-line fudge.
11575 (ispell-choices-win-default-height): New function.
11576 (ispell-show-choices, ispell-command-loop): Use function
11577 `ispell-choices-win-default-height' instead of variable.
11578
11579 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11580
11581 * window.el (mode-line-window-height-fudge): New variable.
11582 (height-affecting-face-attributes): New variable.
11583 (mode-line-window-height-fudge): New function.
11584 (shrink-window-if-larger-than-buffer): Use it.
11585 * help.el (resize-temp-buffer-window): Likewise.
11586
11587 * info.el (Info-fontify-node): Add support for @subsubsection
11588 titles, which use `Info-title-4-face'.
11589 (Info-title-4-face): New face.
11590 (Info-title-3-face): Inherit from Info-title-4-face instead of
11591 variable-pitch.
11592
11593 2000-10-19 Jason Rumney <jasonr@gnu.org>
11594
11595 * dired.el (dired-insert-directory): Do not let errors signalled by
11596 attempt to run dired-free-space-program prevent dired from working.
11597
11598 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11599
11600 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11601
11602 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11603
11604 * dirtrack.el (dirtrack): Fix call to run-hooks.
11605
11606 * cmuscheme.el (cmuscheme-program-name): Renamed from
11607 scheme-program-name because xscheme.el contains a defcustom with
11608 the same name. As a consequence, customizing group `cmuscheme'
11609 loaded `xscheme' which redefined run-scheme.
11610 (run-scheme): Use cmuscheme-program-name.
11611
11612 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11613
11614 * play/doctor.el (doctor-death): Update the Samaritans'
11615 anonymous address, and add a website for Befrienders International.
11616
11617 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11618
11619 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11620 Avoid compilation gripes. Doc fix.
11621 (ps-print-version): New version number (6.2).
11622 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11623 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11624 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11625 (ps-x-extent-priority, ps-x-extent-start-position)
11626 (ps-x-face-font-instance, ps-x-find-coding-system)
11627 (ps-x-font-instance-properties, ps-x-make-color-instance)
11628 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11629 avoid compilation gripes without defining functions.
11630 (ps-e-find-composition): Alias for function find-composition, to have a
11631 suitable function depending on Emacs version.
11632 (ps-color-device, ps-color-values, ps-face-foreground-name)
11633 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11634 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11635 (ps-print-ensure-fontified): Function definitions surrounded by
11636 `eval-and-compile' to avoid compilation gripes.
11637 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11638 by symbol-value to avoid compilation gripes.
11639 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11640 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11641
11642 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11643
11644 * startup.el (normal-top-level): Call `frame-set-background-mode'
11645 after `frame-notice-user-settings' because the latter doesn't call
11646 the former on a tty.
11647
11648 * faces.el (frame-set-background-mode): `unspecified' &c are
11649 symbols, not strings.
11650
11651 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11652
11653 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11654 why some "light*" colors are deliberately absent from the alist.
11655
11656 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11657 Change colors for tty's, as suggested by Miles Bader.
11658
11659 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11660
11661 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11662 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11663 for ISO10646-1 fonts.
11664 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11665
11666 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11667
11668 * faces.el (frame-set-background-mode): If a tty frame defines a
11669 background color, use that to compute the background mode, instead
11670 of always defaulting to "dark".
11671
11672 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11673
11674 * comint.el (comint-write-output): New function.
11675 (comint-mode-map): Add it to the menu.
11676 Bind `C-c C-s' to comint-write-output.
11677
11678 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11679
11680 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11681 Use fancy-splash-delay.
11682
11683 2000-10-18 Alex Schroeder <alex@gnu.org>
11684
11685 * progmodes/sql.el (sql-sybase-options): New option.
11686 (sql-sybase): Use it. Add sql-database to the list of parameters
11687 provided for login. The options -w 2048 -n are not used any more.
11688
11689 * comint.el (comint-read-input-ring): Bugfix such that the first
11690 and the last entry of the input ring file are not lost.
11691
11692 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11693
11694 * ps-print.el: Internal variable changes to defcustom,
11695 make-local-hook changes to defvar. Doc fix.
11696 (ps-print-version): New version number (6.1).
11697 (ps-setup, ps-do-despool): Code fix.
11698 (ps-printer-name): Customization fix.
11699 (ps-printer-name-option): Now is a defcustom instead of an
11700 internal variable.
11701 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11702 (ps-print-begin-column-hook): Now are defvar instead of
11703 make-local-hook.
11704
11705 2000-10-18 Miles Bader <miles@gnu.org>
11706
11707 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11708 (comint-kill-output): Changed into an alias for `comint-delete-output',
11709 and made obsolete.
11710 (comint-mode-map): Rename references to comint-kill-output.
11711
11712 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11713
11714 * diff-mode.el (diff-header-face, diff-file-header-face)
11715 (diff-changed-face): Add bold and italic attributes to tty faces.
11716 (diff-function-face): New face.
11717 (diff-font-lock-keywords): Use it.
11718
11719 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11720
11721 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11722 Remove commented-out call to force-mode-line-update.
11723 (comint-kill-output): Use `forward-line 0' instead of
11724 beginning-of-line to make sure we get past the prompt.
11725
11726 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11727
11728 * diff-mode.el (diff-header-face, diff-file-header-face):
11729 Add specific setting for dark background.
11730 (diff-context-face): Renamed from diff-comment-face.
11731 Set explicitly rather than inheriting from font-lock-comment-face.
11732
11733 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11734
11735 * startup.el (command-line): Move the code which sets the default
11736 TTY colors to before before-init-hook.
11737
11738 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11739
11740 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11741
11742 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11743
11744 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11745 extensions, for MS-DOS.
11746
11747 * diff-mode.el (diff-header-face, diff-file-header-face)
11748 (diff-changed-face): Define tty-specific colors.
11749
11750 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11751
11752 * startup.el (fancy-splash-text): Realign the text.
11753
11754 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11755
11756 * font-lock.el (font-lock-comment-face): Define a separate default
11757 for dark-background tty's.
11758
11759 2000-10-17 Miles Bader <miles@gnu.org>
11760
11761 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11762 being obscured by whizzy mode-lines on graphics displays.
11763
11764 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11765
11766 * info.el (Info-title-1-face, Info-title-2-face)
11767 (Info-title-3-face): Define colors for tty's.
11768 (info-header-node): Remove unneeded tty-specific definition.
11769
11770 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11771
11772 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11773 reverse from the frame parameters, and don't invert foreground and
11774 background colors.
11775
11776 2000-10-16 Miles Bader <miles@gnu.org>
11777
11778 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11779 string "*Info*". Call propertized-buffer-identification to spruce
11780 up the result.
11781
11782 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11783
11784 * help.el: Provide `help' for the sake of define-minor-mode
11785 which generates defcustoms with requires.
11786
11787 * jit-lock.el (jit-lock-after-change): If we're in text that
11788 matches a multi-line font-lock pattern, make sure the whole text
11789 will be redisplayed.
11790
11791 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11792 author's name is unknown.
11793
11794 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11795 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11796 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11797 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11798 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11799 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11800 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11801 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11802 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11803 Add author information.
11804
11805 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11806
11807 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11808 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11809 full-color version (using the Gimp) to eliminate dithering artifacts.
11810
11811 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11812
11813 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11814
11815 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11816
11817 2000-10-15 Dave Love <fx@gnu.org>
11818
11819 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11820
11821 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11822
11823 * whitespace.el: Doc fixes.
11824 (top-level): Don't add hooks here.
11825 (whitespace-running-emacs): Deleted.
11826 (timer): Don't require.
11827 (whitespace): Add back :version conditional on xemacs test.
11828 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11829 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11830 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11831 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11832 Avoid specific xemacs test.
11833 (whitespace-global-mode): New option.
11834 (whitespace-global-mode): New command.
11835 (whitespace-unload-hook): New function.
11836
11837 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11838 (Info-fontify-node, Info-goto-node, Info-mode-menu)
11839 (Info-fontify-node): `Goto' goes to `Go to'.
11840 (Info-fontify-node): Add help-echo to xref links.
11841
11842 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11843
11844 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11845
11846 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11847
11848 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11849 Use plist-get and allow :inherit.
11850
11851 * emacs-lisp/cl-macs.el (cl-do-arglist):
11852 Use plist-get and plist-member instead of memq.
11853
11854 * emacs-lisp/ewoc.el (ewoc-location): New function.
11855 (ewoc-enter-after, ewoc-enter-before): Document return value.
11856 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11857 Don't need make-local-hook any more.
11858 (cvs-addto-collection): Return the new tin.
11859 (cvs-mode-insert): Jump to the new line.
11860
11861 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11862
11863 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11864
11865 * font-lock.el (font-lock-syntactically-fontified): New var.
11866 (font-lock-fontify-syntactic-keywords-region): Use it.
11867 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11868
11869 * diff-mode.el (diff-find-file-name): Fix regexp.
11870
11871 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11872 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11873
11874 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11875 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11876 (sh-mode): Don't make all vars local here.
11877 (sh-kw): Reformat.
11878 (sh-set-shell): Use dolist. Don't set indent-region-function.
11879 (sh-mode-syntax-table): Use pop.
11880 (sh-remember-variable): Use push.
11881 (sh-help-string-for-variable): Use memq.
11882 (sh-safe-backward-sexp): Remove.
11883 (sh-safe-forward-sexp): Add ARG.
11884 (sh-get-indent-info, sh-prev-stmt): Use it.
11885 (sh-prev-line): Simplify by using forward-comment.
11886 (sh-this-is-a-continuation): Simplify.
11887 (sh-learn-buffer-indent): Use dolist.
11888 (sh-do-nothing): Remove.
11889 (sh-set-char-syntax, sh-set-here-doc-region):
11890 Use inhibit-modification-hooks.
11891 (sh-name-style): Use mapcar and push.
11892 (sh-load-style): Use dolist.
11893 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11894 (sh-case, sh-while-getopts): Use propertize directly rather
11895 than sh-electric-rparen.
11896
11897 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
11898
11899 * textmodes/tex-mode.el: Require CL when compiling.
11900 (tex-mode-syntax-table): Init immediately.
11901 (tex-mode-map): Bind M-RET to latex-insert-item.
11902 (latex-mode): Set indent-line-function to latex-indent.
11903 (tex-common-initialization): Don't setup the syntax-table any more.
11904 (latex-insert-item): New skeleton.
11905 (tex-next-unmatched-end): Fix copy/paste braino.
11906 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
11907 (latex-indent, latex-find-indent): New functions.
11908 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
11909 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11910 (tex-compilation-parse-errors): Use with-syntax-table.
11911
11912 2000-10-15 Miles Bader <miles@gnu.org>
11913
11914 * font-lock.el (font-lock-comment-face): Change dark-background,
11915 color, non-tty, default to `chocolate1'.
11916
11917 2000-10-13 John Wiegley <johnw@gnu.org>
11918
11919 * eshell/esh-util.el (require): Added a missing `require' form,
11920 needed when compiling (for an ange-ftp macro definition).
11921
11922 2000-10-13 Dave Love <fx@gnu.org>
11923
11924 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
11925
11926 2000-10-13 Gerd Moellmann <gerd@gnu.org>
11927
11928 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
11929
11930 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
11931 transparent -colors 8).
11932
11933 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
11934
11935 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
11936 that breaks with old list format timestamps.
11937 (time-stamp-warn-inactive, time-stamp-old-format-warn)
11938 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
11939
11940 2000-10-13 John Wiegley <johnw@gnu.org>
11941
11942 * align.el, pcomplete.el, calendar/timeclock.el,
11943 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
11944
11945 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
11946 faulty math, where holiday hours were being computing as seconds.
11947
11948 2000-10-13 John Wiegley <johnw@gnu.org>
11949
11950 * desktop.el (desktop-buffer-modes-to-save): Added a global for
11951 specifying what "other" kinds of buffers should be saved.
11952 This used to be hard-coded.
11953 (desktop-buffer-misc-functions): A global for specifying how
11954 auxiliary data should be determined for special buffer types.
11955 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
11956 instead of hard-coding the special buffer types.
11957 (desktop-save): Run `desktop-buffer-misc-functions' to gather
11958 auxiliary data, instead of hard-coding for Info buffers and dired.
11959 (desktop-buffer-info-misc-data): Aux function for determining Info
11960 buffer auxiliary info.
11961 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
11962 (desktop-buffer-info): Changed this function to use the info
11963 gathered above.
11964 (desktop-create-buffer): Be a little more careful about what
11965 `minor-mode' means before calling it. This is important for some
11966 buffer types.
11967
11968 2000-10-13 John Wiegley <johnw@gnu.org>
11969
11970 * eshell/esh-util.el: Added a global form which declares an
11971 autoload for `parse-time-string', if that function is not already
11972 defined, and if parse-time.el is available on the user's system.
11973
11974 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
11975 to be aware of ange-ftp user info.
11976 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
11977 (eshell-ls-annotate): Use `eshell-file-attributes'.
11978 (eshell-ls-file): Made the user-id printing code a bit smarter.
11979
11980 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
11981 allow identification of alias user ids in remote directories.
11982 It's manual, but there's no other way to know when the current user
11983 on the local machine, is also the owning user on the remote machine.
11984 (fboundp): Bind `ange-cache'.
11985 (eshell-directory-files-and-attributes): Re-organized the logic a
11986 bit to use `eshell-file-attributes' instead of `file-attributes'.
11987 The former is more sensitive to directories that are read via FTP,
11988 and knows how to use ange-ftp to determine full attribute
11989 information, instead of just the name and last modtime.
11990 (eshell-current-ange-uids): Return the current user id when in a
11991 remote directory.
11992 (eshell-parse-ange-ls): Parse a full directory listing that has
11993 been returned by ange-ftp.
11994 (eshell-file-attributes): This beefed up version of
11995 `file-attributes' is only special if the user is currently in a
11996 remote directory, in which case it does a lot of work to find out
11997 what the real attributes of a file are, as they appear on the
11998 remote machine. This makes usage of remote directories (i.e.,
11999 ange-ftp pathnames) much more useful. You can now use Eshell as a
12000 full-fledged FTP client, with much more manipulation ability than
12001 most other clients.
12002
12003 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12004 variable, which means that Eshell's du should always be preferred
12005 in remote directories.
12006 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12007 just `file-attributes'.
12008 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12009 when reading remote directories. This is an Eshell-specific
12010 variable (not part of ange-ftp).
12011 (eshell/ln): Bind `ange-cache'.
12012 (eshell/du): Added some extra logic for determining when to use
12013 Eshell's du (which is slow), and when to use the external version
12014 (which may or may not exist).
12015
12016 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12017 Call `eshell-interactive-process', rather than using
12018 `get-buffer-process', since backgrounded processes don't count in
12019 the context of this function's logic.
12020
12021 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12022 `forward-char', so that null strings are parsed correctly.
12023
12024 2000-09-13 John Wiegley <johnw@gnu.org>
12025
12026 * eshell/em-pred.el (eshell-pred-file-type)
12027 (eshell-pred-file-links, eshell-pred-file-size):
12028 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12029
12030 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12031 that remote file globbing is more efficient.
12032
12033 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12034 gathering the files and attributes within a directory.
12035
12036 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12037 the command line is a special file (not a regular file, directory
12038 or symlink), always attempt to call the external version of cat.
12039
12040 2000-09-13 John Wiegley <johnw@gnu.org>
12041
12042 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12043 Eshell-friendly version of find-tag.
12044
12045 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12046
12047 * image-file.el (image-file-name-extensions)
12048 (image-file-name-regexps): Add autoload cookies.
12049
12050 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12051
12052 * international/mule-cmds.el (select-safe-coding-system): If FROM
12053 is string, show it in *Warning* buffer.
12054
12055 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12056
12057 * startup.el (normal-top-level): Use display-popup-menus-p instead
12058 of window-system.
12059 (command-line): Use display-graphic-p instead of window-system.
12060 (command-line-1): Use display-popup-menus-p and display-mouse-p
12061 instead of window-system.
12062
12063 2000-10-12 Sam Steingold <sds@gnu.org>
12064
12065 * tooltip.el (tooltip-use-echo-area): New user variable.
12066 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12067
12068 2000-10-12 Dave Love <fx@gnu.org>
12069
12070 * recentf.el: Maintainer's checkdoc fixes.
12071
12072 * startup.el (normal-top-level-add-subdirs-to-load-path):
12073 Use character class, not ASCII when matching file names.
12074 (fancy-splash-head): Add trailing slash to URL.
12075 (command-line): Don't require XPM support for toolbar.
12076
12077 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12078 (cperl-invalid-face): Revert last change.
12079 (cperl-init-faces): Quote cperl-invalid-face.
12080
12081 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12082
12083 * startup.el (fancy-splash-text): Remove superfluous quote.
12084
12085 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12086
12087 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12088 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12089 (command-line-1): Don't use fancy-splash-pending-command.
12090 (fancy-splash-screens-1): Goto point-min after inserting text.
12091
12092 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12093
12094 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12095 instead of shared-lisp-mode-map.
12096
12097 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12098
12099 * faces.el (header-line): Change tty-variant to use underlining.
12100
12101 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12102 (isearch-highlight): Restore lazy-isearch face properties at old
12103 position, and suppress them at new position.
12104 (isearch-dehighlight): Restore lazy-isearch face properties.
12105 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12106 over the real isearch overlay, but in that case, don't give it a
12107 face property. Use `push'.
12108
12109 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12110
12111 * man.el (Man-getpage-in-background): Fix previous change.
12112 Decode the process output only when we are in multibyte mode.
12113
12114 2000-10-11 Dave Love <fx@gnu.org>
12115
12116 * info.el (Info-mode-menu): Fix some help.
12117 (info-tool-bar-map): Add entry for Info-last.
12118
12119 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12120 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12121 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12122 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12123 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12124 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12125 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12126 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12127 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12128 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12129 Reduce colour requirements to 25 overall. (Probably wants
12130 revisiting from the originals to reduce further.)
12131
12132 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12133
12134 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12135 buffer-file-coding-system, instead of raw-text.
12136 (dehexlify-buffer): Bind coding-system-for-read to
12137 buffer-file-coding-system, instead of raw-text.
12138
12139 2000-10-11 Sam Steingold <sds@gnu.org>
12140
12141 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12142 `underline' - fixes the bug introduced on 2000-09-21.
12143
12144 2000-10-11 Dave Love <fx@gnu.org>
12145
12146 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12147 Avoid compiler warnings.
12148 (scheme-mode): Doc fix.
12149 (scheme-font-lock-keywords-1): Match `define-syntax'.
12150
12151 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12152
12153 * faces.el (frame-set-background-mode): Pay attention to saved
12154 face specs as well as default ones. Only do anything if the
12155 bg-mode or display-type has actually changed. Use `dolist'.
12156 (region): Make dark-background `region' face less in-your-face.
12157
12158 2000-10-10 Sam Steingold <sds@gnu.org>
12159
12160 * chistory.el, ielm.el, ledit.el:
12161 * progmodes/inf-lisp.el, progmodes/scheme.el:
12162 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12163
12164 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12165
12166 * textmodes/texinfo.el: Update copyright and fix typo.
12167
12168 * desktop.el (desktop-modes-not-to-save): New var.
12169 (desktop-save-buffer-p): Use it.
12170 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12171 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12172
12173 2000-10-10 Dave Love <fx@gnu.org>
12174
12175 * toolbar/tool-bar.el (tool-bar-add-item)
12176 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12177
12178 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12179 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12180 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12181 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12182 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12183 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12184 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12185 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12186 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12187 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12188 the .xpms; probably need retouching.
12189
12190 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12191
12192 * subr.el (add-to-list): Add optional argument APPEND.
12193 * battery.el (display-battery): Use `add-to-list'.
12194
12195 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12196
12197 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12198 properties.
12199 (zone, zone-when-idle, zone-leave-me-alone)
12200 (zone-pgm-whack-chars): Use new symbol properties.
12201
12202 * battery.el (display-battery): Doc spelling fix.
12203
12204 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12205 property.
12206
12207 2000-10-09 Dave Love <fx@gnu.org>
12208
12209 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12210 has been initialized before calling tool-bar-setup.
12211 (tool-bar-add-item-from-menu): Add autoload cookie.
12212
12213 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12214
12215 * menu-bar.el (send-mail-item-name): New function.
12216 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12217 of mail-user-agent in the menu. Don't display the "Send Mail"
12218 item if mail-user-agent is nil or its value is ignore.
12219 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12220 if read-mail-command is nil or its value is ignore.
12221
12222 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12223
12224 2000-10-09 Miles Bader <miles@gnu.org>
12225
12226 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12227 Correct image size.
12228 * toolbar/left_arrow.xpm: Correct image size.
12229
12230 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12231 will be done by the definition of `auto-compression-mode' if
12232 necessary. Move code to uninstall existing file-name handler
12233 before definition of `auto-compression-mode'.
12234
12235 * image-file.el (auto-image-file-mode): Move to the end of the
12236 file, because `define-minor-mode' actually calls the mode-function
12237 if the associated variable is non-nil, which requires that all
12238 needed functions be already defined.
12239
12240 * mouse.el (popup-menu): Balance parens.
12241
12242 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12243
12244 * mouse.el (popup-menu): Move the command call outside the loop
12245 so that popup-menu returns whatever the command returns.
12246
12247 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12248 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12249 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12250 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12251
12252 * vc.el (vc-version-diff): diff-switches can be a list.
12253 Use relative filenames for prettier output.
12254
12255 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12256 (vc-post-command-functions): Remove old-VC compatibility code.
12257
12258 * newcomment.el (comment-indent-default): Autoload.
12259
12260 * font-lock.el (font-lock-defaults): Make buffer-local.
12261 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12262 (font-lock-choose-keywords):
12263 Ignore LEVEL unless KEYWORDS is a list of syms.
12264 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12265 Don't wrap regexp-opt things in \(...\) unnecessarily.
12266
12267 * jit-lock.el: Don't require font-lock any more.
12268 (jit-lock-functions): Make buffer-local.
12269 (jit-lock-saved-fontify-buffer-function): Remove.
12270 (jit-lock-mode): Remove autoload cookie.
12271 Remove font-lock specific code.
12272 (jit-lock-unregister): Don't bother handling complex hooks any more.
12273 (jit-lock-refontify): New function.
12274 (jit-lock-fontify-buffer): Use it.
12275 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12276 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12277 Add optional args START and END.
12278 Never call font-lock-fontify-region directly.
12279 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12280
12281 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12282
12283 2000-10-08 Dave Love <fx@gnu.org>
12284
12285 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12286
12287 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12288
12289 * play/studly.el (studlify-region, studlify-word): Add autoload
12290 cookie.
12291
12292 * play/morse.el (morse-region, unmorse-region): Add autoload
12293 cookie.
12294
12295 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12296 concat.
12297
12298 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12299 insist on symbols starting with word syntax.
12300 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12301 (eval-defun-1): Doc fix.
12302 (indent-sexp): Use nconc to build up indent-stack.
12303
12304 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12305 Gnus with little use.
12306 (mail-setup-hook): Add mail-abbrevs-setup to options.
12307
12308 * recentf.el: Doc fixes.
12309
12310 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12311 Clean up remainder.
12312
12313 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12314 without timezone and (8) with timezone to enforce some whitespace.
12315 Simplify code somewhat.
12316
12317 * options.el (list-options): Doc that you should use customize.
12318
12319 * iswitchb.el (iswitchb-mode): Add :require.
12320
12321 * info.el (Info-goto-node, Info-menu): Doc fix.
12322 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12323 (info-tool-bar-map): New variable.
12324 (Info-mode): Use it.
12325 (Info-edit-map): Define all in defvar.
12326 (speedbar-attached-frame): Avoid compiler warning.
12327
12328 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12329 (global-map): Bind [tool-bar] to a filtered map.
12330 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12331 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12332 Allow PBM icons.
12333 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12334
12335 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12336 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12337 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12338 icons, except up_arrow, which is left-arrow rotated.
12339
12340 * imenu.el (imenu-add-to-menubar): Fix last change.
12341
12342 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12343
12344 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12345 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12346
12347 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12348
12349 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12350 typos in doc strings.
12351
12352 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12353 the doc strings how to customize Font Lock faces.
12354
12355 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12356 computing growth when dragging the header line.
12357
12358 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12359
12360 * simple.el (kill-line): Doc fix.
12361
12362 2000-10-08 Miles Bader <miles@gnu.org>
12363
12364 * faces.el (secondary-selection): Make foreground visible on tty.
12365
12366 * jka-compr.el (auto-compression-mode): Move to the end of the
12367 file, because `define-minor-mode' actually calls the mode-function
12368 if the associated variable is non-nil, which requires that all
12369 needed functions be already defined.
12370 (with-auto-compression-mode): Add autoload cookie.
12371
12372 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12373
12374 * files.el (find-backup-file-name) [ms-dos]: If support for long
12375 file names is not available, behave as if version-control were set
12376 to never.
12377
12378 2000-10-07 Dave Love <fx@gnu.org>
12379
12380 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12381 (browse-url-gnome-moz): New function.
12382 (browse-url-browser-function): Use it.
12383 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12384
12385 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12386
12387 * indent.el (tab-always-indent): New var.
12388 (indent-for-tab-command): Use it.
12389
12390 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12391 raise an error. This way it can still default to a sane value.
12392
12393 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12394
12395 * startup.el (fancy-splash-screens): Use local rather than global map.
12396 Don't use `update-menu-bindings' any more.
12397 Get rid of assumptions about keymap representation.
12398
12399 2000-10-06 Dave Love <fx@gnu.org>
12400
12401 * textmodes/fill.el (sentence-end-double-space)
12402 (sentence-end-without-period): Doc fix.
12403 (adaptive-fill-regexp): Purecopy.
12404 (unjustify-current-line): Use line-end-position.
12405 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12406
12407 * net/eudc-vars.el (eudc): Add :version, :link.
12408
12409 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12410
12411 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12412 Fix for define-minor-mode.
12413 (function-at-point): Alias to function-called-at-point.
12414
12415 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12416
12417 * simple.el (backward-word): Doc fix.
12418
12419 * image-file.el (image-file-name-regexp): image-file-regexps ->
12420 image-file-name-regexps.
12421 (image-file-name-extensions): Add pbm.
12422
12423 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12424
12425 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12426 and add filename to the names so that diff-mode can jump to source.
12427
12428 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12429 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12430 (tex-font-lock-keywords-1): Remove.
12431 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12432 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12433 (font-lock-default-fontify-region):
12434 Expand beg..end correctly when just following a multiline region.
12435 (font-lock-fontify-anchored-keywords):
12436 Include the anchor text as part of the multiline.
12437
12438 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12439
12440 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12441 latter needs the autoloaded define-minor-mode macro during the
12442 bootstrap.
12443
12444 * startup.el (command-line): For now, activate tool-bar-mode only
12445 if XPM images are supported.
12446
12447 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12448 window by dragging a header-line at the top of the frame; that's
12449 confusing because the header-line doesn't move.
12450 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12451 of treating the event as a list. Some cleanup.
12452
12453 2000-10-06 Miles Bader <miles@gnu.org>
12454
12455 * simple.el (display-message-or-buffer): New function.
12456 (shell-command-on-region): Use `display-message-or-buffer'.
12457
12458 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12459 docstring parts.
12460
12461 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12462 (smbclient-prompt-regexp): Add usage note to doc string.
12463 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12464 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12465 Use add-hook for adding the comint filter function, and only do so
12466 if it's not already in the global hook list.
12467 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12468 to `make-local-variable'.
12469 (nslookup-font-lock-keywords): Remove prompt entry.
12470 (nslookup): Don't set the process-filter.
12471 (finger): Exit the loop correctly when the regexps list runs out.
12472 (ftp, smbclient, smbclient-list-shares):
12473 Set the real major mode immediately, not after execing.
12474 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12475
12476 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12477
12478 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12479
12480 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12481
12482 * which-func.el (which-func-format): Remove spurious space.
12483 (which-func-mode): Don't make it permanent-local.
12484 (which-func-ff-hook): Allow which-func-maxout to be nil.
12485 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12486 (which-func-mode): Simplify.
12487 Use post-command-idle-hook rather than post-command-hook.
12488 Go through all buffers and update their state.
12489 (which-function): Also try add-log-current-defun-function.
12490
12491 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12492 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12493 Update call to with-vc-properties accordingly.
12494 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12495 (vc-revert-buffer): More careful about window selection and deletion.
12496 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12497
12498 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12499 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12500 (cvs-dired-action): Change the default to quickdir.
12501
12502 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12503 if comment-indent-function returns nil.
12504 (comment-indent-default): New function.
12505 (comment-indent-function): Use it and document the new semantics.
12506
12507 * image-file.el: Docstring fixes.
12508
12509 * help.el (help-xref-on-pp): Use match-string.
12510 (describe-variable): New arg BUFFER.
12511 Store the current buffer in the help-xref-stack.
12512 (temp-buffer-resize-mode): Use define-minor-mode.
12513
12514 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12515 consistently with its docstring.
12516 Set jit-lock-first-unfontify-pos in an idempotent way.
12517 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12518
12519 2000-10-05 Alex Schroeder <alex@gnu.org>
12520
12521 * sql.el (sql-mysql-options): New variable.
12522 (sql-mysql): Use it.
12523
12524 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12525
12526 * image.el (image): New group.
12527
12528 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12529 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12530
12531 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12532
12533 * net/net-utils.el (nslookup-font-lock-keywords)
12534 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12535 Ignore the value of wqindow-system; always define keywords
12536
12537 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12538
12539 * startup.el (fancy-splash-screens): Remove the code for
12540 debugging; `(trace-to-stderr "EXITTT\n")'.
12541
12542 2000-10-05 Miles Bader <miles@gnu.org>
12543
12544 * diff-mode.el (diff-goto-source): Update call to
12545 `diff-hunk-status-msg' to reflect new REV variable.
12546
12547 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12548
12549 * progmodes/icon.el (icon-mode):
12550 Don't gratuitously override the default for comment-column.
12551
12552 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12553
12554 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12555 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12556 (jit-lock-functions): New var.
12557 (jit-lock-function-1): Use it if non-nil.
12558 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12559 Set the `fontified' property before doing the fontification to avoid
12560 repeatedly going through the same error.
12561 Don't turn errors into messages.
12562 (jit-lock-register, jit-lock-unregister): New functions.
12563
12564 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12565 Use with-current-buffer.
12566
12567 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12568 Turn comment into docstring.
12569
12570 * apropos.el (apropos-mode): Use define-derived-mode.
12571
12572 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12573
12574 * startup.el (fancy-splash-pending-command): New variable.
12575 (fancy-splash-pre-command): New function.
12576 (fancy-splash-screens): Rewritten.
12577 (command-line-1): If fancy-splash-pending-command is set, call it
12578 interactively.
12579
12580 2000-10-04 Dave Love <fx@gnu.org>
12581
12582 * toolbar/tool-bar.el (tool-bar-setup): New function.
12583 (tool-bar-mode): Use it.
12584
12585 * subr.el (substitute-key-definition): Doc fix.
12586 (play-sound-file): New command.
12587
12588 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12589
12590 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12591 vc-version-backup-file-name): New functions.
12592
12593 * files.el (basic-save-buffer): Call vc-before-save before saving.
12594
12595 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12596 vc-cvs-stay-local-p.
12597
12598 * vc.el (vc-revert-buffer): Handle empty diff properly.
12599 (vc-version-backup-file): New function.
12600 (vc-checkout): Create a version backup if necessary.
12601 (vc-checkin): If a version backup file exists, delete it.
12602 (vc-version-diff): Diff locally using version backups, if available.
12603 (vc-revert-file): If there's a version backup, revert locally.
12604 (vc-transfer-file): Use version backup for base version, if
12605 available. If not, ask for confirmation whether to get it from the
12606 server. Update mode line before check-in.
12607
12608 2000-10-04 Dave Love <fx@gnu.org>
12609
12610 * toolbar/tool-bar.el (tool-bar-setup): New function.
12611 (tool-bar-mode): Use it.
12612
12613 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12614
12615 * net/net-utils.el (nslookup-font-lock-keywords)
12616 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12617 Only set if window-system is non-nil
12618 (net-utils-run-program): Returns buffer.
12619 (network-connection-reconnect): Added this function.
12620
12621 * generic.el:
12622 Incorporates extensive cleanup and docfixes by
12623 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12624 Uses cl compile-time macros.
12625 (generic-mode-name, generic-comment-list)
12626 (generic-keywords-list, generic-font-lock-expressions)
12627 (generic-mode-function-list, generic-mode-syntax-table):
12628 Removed variables.
12629 (generic-mode-alist): Renamed to generic-mode-list.
12630 (generic-find-file-regexp): Default changed to "^#".
12631 (generic-read-type): Uses completing read on generic-mode-list.
12632 (generic-mode-sanity-check): removed this function.
12633 (generic-add-to-auto-mode): Removed this function
12634 (generic-mode-internal): Bind mode-specific definitions
12635 into function instead of putting them in alist.
12636 (generic-mode-set-comments): Reworked extensively.
12637 (generic-mode-find-file-hook): Simplified regexp searching
12638 (generic-make-keywords-list): Omit extra pair of parens
12639
12640 * find-lisp.el (find-lisp-find-files-internal):
12641 Make sure directory name ends with "/".
12642
12643 * generic-x.el (apache-conf-generic-mode):
12644 Regexp now allows leading whitespace.
12645 (rc-generic-mode): Added eval-when-compile
12646 around generic-make-keywords-list.
12647 Deleted duplicate regexp
12648 (rul-generic-mode): Added eval-when-compile
12649 around generic-make-keywords-list.
12650 (etc-fstab-generic-mode): New generic mode.
12651 (rul-generic-mode): Removed one eval-when-compile
12652 which caused a max-specpdl-size exceeded error.
12653
12654 2000-10-04 Miles Bader <miles@gnu.org>
12655
12656 * simple.el (minibuffer-temporary-goal-position): New variable.
12657 (next-history-element): Try to keep the position of point in the
12658 input string constant.
12659
12660 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12661 (dired-do-create-files): If there's only one file, pass it in as
12662 the DEFAULT arg to dired-mark-read-file-name.
12663
12664 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12665
12666 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12667 (diff-goto-source): Be smarter when choosing REVERSE or not.
12668
12669 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12670 (texinfo-mode-menu): Add an explicit shortcut for update all.
12671
12672 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12673
12674 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12675 factorize backend-specific code cleanly (this was essentially
12676 conceived by Stefan Monnier).
12677 (vc-unregister): Function removed.
12678 (vc-revert-file): New function.
12679 (vc-revert-buffer): Delegate some of the work to it.
12680
12681 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12682 default branch unconditionally.
12683 (vc-rcs-set-default-branch): New function.
12684 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12685 (vc-rcs-checkin): If an appropriate default branch has been set,
12686 force creation of that branch.
12687 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12688 code (as suggested by Stefan Monnier).
12689
12690 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12691
12692 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12693 highlighting overlay with a different face over the overlay
12694 isearch uses to highlight the current match because that can lead
12695 to bad face combinations.
12696
12697 * loadup.el (toplevel): Load faces before isearch.
12698
12699 * isearch.el (isearch-faces): New custom group.
12700 (isearch): New defface; was already tested for in the code.
12701 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12702 (isearch-highlight): Always use face `isearch'.
12703
12704 2000-10-02 Dave Love <fx@gnu.org>
12705
12706 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12707 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12708 comparison of opcode with operand.
12709
12710 2000-10-03 Miles Bader <miles@gnu.org>
12711
12712 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12713 buffer, since the echo area will now grow to accommodate them.
12714
12715 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12716
12717 * vc-hooks.el (vc-registered): If FILE used to be registered under
12718 a certain backend, try that one first.
12719
12720 * vc.el (vc-responsible-backend): Undo the previous change in the
12721 argument list. Handle multiple backends correctly.
12722 (vc-find-new-backend): Function removed.
12723 (vc-register): Use vc-responsible-backend, as before.
12724 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12725
12726 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12727
12728 * startup.el (fancy-splash-head): Change message below the
12729 logo.
12730
12731 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12732
12733 * diff-mode.el (diff-goto-source): Emit a status message.
12734 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12735 (diff-test-hunk): Fix doc string.
12736 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12737 (diff-advance-after-apply-hunk): New variable.
12738 (diff-apply-hunk): Don't return a value.
12739
12740 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12741
12742 * vc.el (vc-editable-p): Minor optimization.
12743 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12744 (vc-find-new-backend): New function split from vc-responsible-backend.
12745 (vc-register): Use it.
12746 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12747 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12748 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12749 (vc-clear-headers): Don't use find-file.
12750 (vc-revert-buffer): Use `and' again (must have been a braino).
12751 (vc-switch-backend): Only prompt if requested.
12752 Short circuit if nothing is to be done.
12753 Don't use vc-resynch-buffer which could lose unsaved editing.
12754 (vc-default-receive-file): Update call to vc-unregister.
12755 (with-vc-file, vc-next-action-on-file):
12756 Use vc-backend rather than vc-registered.
12757 (vc-next-action-on-file): Use intern-soft.
12758 Deal with read-only *vc-diff* buffer.
12759 (vc-transfer-file): Docstring fix.
12760
12761 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12762 (vc-rcs-receive-file): Avoid with-vc-properties.
12763 Update call to vc-unregister.
12764 Use constant `RCS' rather than (dynamically bound) var `backend'.
12765
12766 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12767
12768 * vc.el (vc-next-action-on-file): Update mode line only if file
12769 is visited.
12770 (vc-start-entry): New argument initial-contents. Don't visit the file
12771 if it isn't already visited. Brought documentation up-to-date.
12772 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12773 (vc-checkin): New optional arg initial-contents, which is passed to
12774 vc-start-entry.
12775 (vc-finish-logentry): Make sure to bury log buffer only if there
12776 really is one. Call `vc-resynch-buffer' on log-file, not
12777 buffer-file-name.
12778 (vc-default-comment-history, vc-default-wash-log): New functions.
12779 (vc-index-of): Removed.
12780 (vc-transfer-file): Make do without the above.
12781 (vc-default-receive-file): Call comment-history unconditionally. Pass
12782 the resulting string to vc-checkin, instead of inserting it into the
12783 comment ring.
12784
12785 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12786 unconditionally. Use the comments as initial contents of the log
12787 entry buffer. Document the trick to force branch creation with no
12788 changes.
12789
12790 2000-10-01 Miles Bader <miles@gnu.org>
12791
12792 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12793 `recenter' with an arg to prevent redrawing the display.
12794
12795 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12796
12797 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12798
12799 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12800
12801 * progmodes/c-mode.el (c-mode):
12802 Don't gratuitously override the default for comment-column.
12803
12804 * textmodes/tex-mode.el (latex-metasection-list): New var.
12805 (latex-imenu-create-index): Use it.
12806 Move the regexp construction outside loops (and use push).
12807 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12808 (tex-font-lock-keywords): Moved from font-lock.el.
12809 (tex-comment-indent): Remove.
12810 (tex-common-initialization): Don't set comment-indent-function.
12811 (latex-block-default): New var.
12812 (tex-latex-block): Use it to provide a default choice.
12813 Add any unknown choice to latex-block-names.
12814 Insert [...] after {...}.
12815 (tex-last-unended-begin): Simplify regexp.
12816 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12817 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12818 (latex-mode): Set forward-sexp-function.
12819
12820 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12821 Add regexp for @ignore ... @end ignore.
12822 (texinfo-heading-face): New face.
12823 (texinfo-font-lock-keywords): Use it.
12824 (texinfo-mode-menu): New menu.
12825 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12826 New functions.
12827 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12828 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12829 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12830 Remove declaration.
12831 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12832
12833 * delsel.el (delete-selection-mode): Use define-minor-mode.
12834
12835 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12836
12837 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12838
12839 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12840
12841 2000-09-30 Gerd Moellmann <gerd@gnu.org>
12842
12843 * replace.el (keep-lines-read-args): New function.
12844 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12845 read arguments interactively. Add parameters RSTART and REND.
12846 Operate on the active region in Transient Mark mode.
12847
12848 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12849
12850 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12851 (authors-obsolete-files-regexps): New variable.
12852 (authors-add): Don't record changes in obsolete files.
12853
12854 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12855
12856 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12857
12858 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12859 (comment-indent): Make sure there's a space between code and comment.
12860 Shift comments left to avoid going past fill-column.
12861
12862 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12863
12864 * startup.el (startup-echo-area-message): New function.
12865 (display-startup-echo-area-message): Use it.
12866 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12867 (fancy-splash-default-action): New function.
12868 (fancy-splash-screens-1): New function.
12869 (fancy-splash-head): Put a help-echo and a keymap under the image.
12870
12871 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12872
12873 * diff-mode.el (diff-add-log-file-name): Remove.
12874 (diff-mode): Use add-log-buffer-file-name-function.
12875
12876 * add-log.el (find-change-log): New arg BUFFER-FILE.
12877 (add-log-file-name): Obey add-log-file-name-function.
12878 (add-log-buffer-file-name-function): New var.
12879 (add-change-log-entry): Use it.
12880
12881 2000-09-29 Miles Bader <miles@gnu.org>
12882
12883 * image-file.el (image-file-name-extensions): New variable.
12884 (image-file-name-regexps): Renamed from `image-file-regexps'.
12885 New default value is nil. Call `auto-image-file-mode'.
12886 (image-file-name-regexp): New function.
12887 (auto-image-file-mode): New minor mode.
12888 (insert-image-file): Don't make conditional on the image-file
12889 handler being enabled.
12890 (image-file-handler): Make the call here conditional instead.
12891 (set-image-file-handler-enabled, enable-image-file-handler)
12892 (disable-image-file-handler): Functions removed.
12893
12894 * emacs-lisp/authors.el (authors-print): Rephrase many-files
12895 string.
12896
12897 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12898
12899 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12900 it's a function from CL.
12901 (latex-imenu-create-index): Replace eval-when-compile with progn
12902 because latex-section-alist is not bound while compiling.
12903
12904 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12905
12906 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12907 (outline-mode): Use define-derived-mode.
12908
12909 * progmodes/perl-mode.el (perl-mode):
12910 * progmodes/awk-mode.el (awk-mode):
12911 * progmodes/asm-mode.el (asm-mode):
12912 Don't gratuitously override the default for comment-column.
12913
12914 * emacs-lisp/lisp.el (lisp-complete-symbol):
12915 Distinguish the let-binding case from the funcall case.
12916 (forward-sexp-function): New variable.
12917 (forward-sexp): Use it.
12918
12919 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
12920 (easy-mmode-defmap): Remove the now useless autoload.
12921
12922 * time.el (display-time-mode): Use define-minor-mode.
12923
12924 * subr.el (add-minor-mode): Don't eval NAME.
12925 Don't depend on the presence of TOGGLE-FUN for any special behavior.
12926 Use if rather than cond.
12927
12928 * simple.el (read-expression-map): Define more properly.
12929 (comment-indent-hook): Remove.
12930 (string-to-syntax): Bug fix.
12931
12932 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
12933 (cvs-ediff-diff): Fix typo.
12934 (cvs-revert-if-needed): Don't bother preserving read-only.
12935
12936 * paren.el (show-paren-mode): Use define-minor-mode.
12937
12938 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
12939 (toggle-auto-compression): Remove.
12940 (jka-compr-build-file-regexp): Remove useless grouping.
12941
12942 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
12943 Avoid user-reserved bindings.
12944 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
12945 (diff-header-face): Revert to grey85.
12946
12947 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
12948
12949 * complete.el (partial-completion-mode) <defcustom>: Remove.
12950 (partial-completion-mode): Use define-minor-mode.
12951 (PC-do-completion): Understand `completion-auto-help = delay'
12952 to mean to popup the completion buffer only the second time.
12953 (PC-include-file-all-completions, PC-include-file-all-completions)
12954 (PC-include-file-all-completions): Don't quote lambda.
12955
12956 * comint.el (comint-mode-hook): Docstring fix.
12957 (comint-mode): Use define-derived-mode.
12958 (comint-mode-map): Remove obsolete comment.
12959 (make-comint): Minor stylistic change.
12960 (comint-insert-clicked-input): Be more careful to find the overlay.
12961 Use this-command-keys rather than hardcoding mouse-2.
12962
12963 * font-lock.el: Replace confusing (,@ with ,
12964 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
12965 Don't use regexp-opt-depth. Spice up the regexp for args.
12966 Don't distinguish between cmds that can take an opt arg or not.
12967 Use `append' and `prepend' rather than `keep'.
12968
12969 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
12970 (latex-outline-regexp): New var.
12971 (latex-outline-level): New fun.
12972 (latex-section-alist): New var.
12973 (latex-imenu-create-index): Use it. Use `push' as well.
12974 (tex-shell-map): Initialize it properly.
12975 (tex-mode): Minor stylistic change.
12976 (plain-tex-mode): Use define-derived-mode.
12977 (latex-mode): Use define-derived-mode.
12978 Construct the paragraph regexps in a more readable way.
12979 Set the buffer-local outline-{level,regexp} vars.
12980 (slitex-mode): Derive from latex-mode.
12981 (tex-common-initialization): Don't kill-all-vars anymore.
12982 Add setting for comment-add and font-lock-defaults.
12983 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
12984 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
12985 (tex-start-tex): New arg DIR (and send a chdir command for it).
12986 Also display the shell buffer and save it in tex-last-buffer-texed.
12987 (tex-region): Use expand-file-name rather than concat.
12988 Remove code made useless by changes in tex-start-tex.
12989 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
12990
12991 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
12992
12993 2000-09-28 Dave Love <fx@gnu.org>
12994
12995 * eshell/eshell.el (eshell) <defgroup>: Add :version.
12996
12997 2000-09-28 Gerd Moellmann <gerd@gnu.org>
12998
12999 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13000 `append'.
13001
13002 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13003
13004 * info.el (Info-extract-pointer): Undo last change.
13005 Instead, fix the position of the `bound' arg to re-search-backward.
13006
13007 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13008
13009 * info.el (Info-extract-pointer):
13010 Widen more carefully, to avoid finding pointers in other nodes.
13011 (Info-index): Use push.
13012
13013 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13014
13015 * frame.el (set-frame-font): Remove call to obsolete function
13016 frame-update-faces.
13017 (set-foreground-color, set-background-color): Likewise for
13018 frame-update-face-colors.
13019
13020 2000-09-27 Miles Bader <miles@gnu.org>
13021
13022 * image-file.el: New file.
13023
13024 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13025
13026 * frame.el (frame-notice-user-settings): Don't call
13027 frame-update-faces, which is a no-op now.
13028
13029 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13030 tool-bar-lines.
13031
13032 2000-09-27 Dave Love <fx@gnu.org>
13033
13034 * mouse.el: Fix last change.
13035
13036 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13037
13038 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13039
13040 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13041
13042 * international/quail.el (quail-help): The output message is
13043 improved.
13044
13045 2000-09-26 Dave Love <fx@gnu.org>
13046
13047 * mouse.el (popup-menu): If POSITION is nil, set it using
13048 mouse-position.
13049
13050 2000-09-25 Sam Steingold <sds@gnu.org>
13051
13052 * net/browse-url.el (browse-url-file-url): Check for null maps.
13053
13054 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13055
13056 * frame.el (frame-notice-user-settings): Don't add a
13057 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13058
13059 * frame.el (frame-notice-user-settings):
13060 Make tool-bar-mode and default-frame-alist consistent.
13061
13062 * toolbar/tool-bar.el (tool-bar-help): New function.
13063
13064 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13065
13066 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13067 current-load-list in top-level forms. Else this leaks a cons cell
13068 every time a defun is called.
13069
13070 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13071
13072 2000-09-25 Dave Love <fx@gnu.org>
13073
13074 * startup.el (fancy-splash-head): Check XPM is available.
13075
13076 * autoinsert.el (auto-insert): Doc fix.
13077 (auto-insert-alist): Following GNU notices, don't say `copyright
13078 _by_'. Use line-beginning-position.
13079 (auto-insert): Check buffer-file-name is non-nil before use.
13080
13081 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13082
13083 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13084 starting with `@def' or `@multitable', in addition to ones
13085 specified by the user in auto-fill-inhibit-regexp.
13086
13087 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13088
13089 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13090 rmail-dont-reply-to-names matches the empty string.
13091
13092 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13093
13094 * startup.el (command-line-1, fancy-splash-text): Change the
13095 text to sound more friendly.
13096
13097 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13098
13099 * progmodes/hideshow.el: Update author email address.
13100 Generally, sync w/ maintainer version 5.22.
13101 (hs-hide-all-non-comment-function): New var.
13102 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13103 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13104 (hs-show-region): Delete this command.
13105 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13106
13107 2000-09-22 Dave Love <fx@gnu.org>
13108
13109 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13110 (hl-line-highlight): Specify buffer when moving overlay.
13111
13112 * progmodes/fortran.el (fortran-mode): Locally set
13113 normal-auto-fill-function.
13114 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13115 (fortran-mode-map): Adjust auto-fill menu entry.
13116
13117 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13118
13119 * vc-rcs.el (toplevel): Require `vc' when compiling.
13120
13121 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13122
13123 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13124
13125 * vc.el (vc-switch-backend): Signal an error if the file is not
13126 registered under the new backend.
13127
13128 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13129 without explicit revision number.
13130
13131 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13132
13133 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13134 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13135 (diff-xor): New function.
13136 (diff-find-source-location): Use it. Fix a stupid name clash.
13137 (diff-hunk-status-msg): New function.
13138 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13139 (diff-test-hunk): Use diff-find-source-location.
13140 (diff-goto-source): Favor the `reverse'.
13141 (diff-hunk-text): Properly handle one-sided context diffs.
13142 (diff-apply-hunk): When done, advance to the next hunk.
13143
13144 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13145
13146 * startup.el (command-line): If frame was created with a non-zero
13147 tool-bar-lines parameter, switch tool-bar-mode on.
13148
13149 * add-log.el (change-log-date-face, change-log-name-face)
13150 (change-log-email-face, change-log-file-face)
13151 (change-log-list-face, change-log-conditionals-face)
13152 (change-log-function-face, change-log-acknowledgement-face):
13153 New faces, inheriting from font-lock faces.
13154 (change-log-font-lock-keywords): Use them.
13155
13156 2000-09-21 Dave Love <fx@gnu.org>
13157
13158 * progmodes/cperl-mode.el (top-level): Clean up
13159 `eval-when-compile's and assorted defvars.
13160 (cperl-invalid-face): Don't double-quote value. Change custom
13161 type.
13162 (cperl-mode): Set normal-auto-fill-function and don't zap
13163 auto-fill-function.
13164 (cperl-imenu--function-name-regexp-perl): Renamed from
13165 imenu-example--function-name-regexp-perl.
13166 (cperl-imenu--create-perl-index): Renamed from
13167 imenu-example--create-perl-index.
13168 (cperl-xsub-scan): Don't require cl.
13169
13170 * msb.el (msb-mode-map): Use substitute-key-definition.
13171 (msb-mode): Use msb-mode-map.
13172
13173 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13174
13175 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13176 New functions.
13177 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13178 (vc-switch-backend): New function.
13179 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13180 (vc-register): Fix prompt.
13181 (vc-unregister, vc-default-unregister): New functions.
13182 (vc-version-diff): Handle empty buffer in sentinel.
13183
13184 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13185 (vc-rcs-state-heuristic): Use it to guess the state of files with
13186 non-strict locking.
13187 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13188 been set with -b, but not created yet.
13189 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13190 contents in order to find the state.
13191 (vc-rcs-checkin): Allow creation of branches with no changes.
13192 (vc-rcs-unregister, vc-rcs-receive-file)
13193 (vc-rcs-set-non-strict-locking): New functions.
13194
13195 * vc-hooks.el (vc-name): Force correct computation of the value
13196 in case it is missing.
13197
13198 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13199
13200 * startup.el (fancy-splash-tail): Use a different foreground
13201 color on a dark frame background.
13202
13203 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13204
13205 * info.el: Use the correct capitalization when making Info-mode
13206 and Info-edit-mode `special' modes.
13207
13208 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13209
13210 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13211 (diff-mode): Add support for add-log.el.
13212 (diff-hunk-text): Use char offsets rather than line offsets.
13213 (diff-find-source-location): Replace LINE with line-offset (nil
13214 if not found) and always set POS to a meaningful position.
13215 Adapt to the new char-offsets.
13216 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13217 Adapt to the new diff-find-source-location.
13218 (diff-goto-source): Adapt to the new diff-find-source-location.
13219
13220 * add-log.el (add-log-file-name): New function (split out of
13221 add-change-log-entry).
13222 (add-change-log-entry): Use it.
13223 Call add-log-file-name-function with the changelog file name if
13224 the current buffer is not associated with any file.
13225 Avoid find-file if the selected window is dedicated.
13226
13227 * diff-mode.el (diff-find-source-location):
13228 Move code from diff-apply-hunk. Return buffer rather than file.
13229 (diff-apply-hunk): Use the new result from diff-find-source-location.
13230 (diff-goto-source): Use the new diff-find-source-location.
13231
13232 2000-09-20 Dave Love <fx@gnu.org>
13233
13234 * iswitchb.el: Some doc fixes.
13235 (iswitchb-mode-map): Define completely initially. Inherit
13236 minibuffer-local-map.
13237 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13238 fundamental-mode.
13239 (iswitchb-global-map): New variable.
13240 (iswitchb-summaries-to-end): Amalgamate regexps.
13241 (iswitchb-mode): New.
13242 (iswitchb-mode-hook): New variable.
13243 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13244 `extensions'.
13245
13246 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13247
13248 * ehelp.el (electric-help): New defgroup.
13249 (electric-help-shrink-window): New user-option.
13250 (with-electric-help): Use it.
13251
13252 * window.el (shrink-window-if-larger-than-buffer): If face
13253 `mode-line' has a :box, and we're on a graphical frame, add 1
13254 to the needed window height.
13255
13256 * frame.el (frame-notice-user-settings): Add a last parameter nil
13257 to a call to `append', because the last list passed to `append' is
13258 not copied, and so subsequent calls to assq-delete-all will modify
13259 default-frame-alist.
13260
13261 * startup.el (fancy-splash-image): Change :type.
13262 (fancy-splash-head): Use an XBM image if appropriate.
13263 (command-line-1): Show splash screens in more cases.
13264
13265 * startup.el (fancy-splash-text): Don't quote faces.
13266
13267 * dired.el (dired-font-lock-keywords): Undo last change.
13268 (dired-readin): Bind indent-tabs-mode to nil.
13269
13270 * startup.el (fancy-splash-head): If frame's background mode
13271 is `dark', change the black background of the image to gray.
13272 (fancy-splash-screens): Display startup echo area message.
13273 (display-startup-echo-area-message): New function.
13274
13275 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13276
13277 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13278
13279 * info.el (info-header-node): Tweak for color ttys.
13280
13281 * faces.el (face-valid-attribute-values): Make sure directories we
13282 search for stipples both exist and are readable before trying to
13283 search them.
13284
13285 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13286 in the dry-run case.
13287
13288 * jka-compr.el (with-auto-compression-mode): New macro.
13289
13290 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13291 (custom-group-tag-face, custom-variable-tag-face): Use relative
13292 :height and inherit from `variable-pitch' face instead of
13293 hardwiring :family.
13294 * hi-lock.el (hi-black-hb): Likewise.
13295
13296 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13297 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13298 toolbar-add-item, if image doesn't have a mask add a `:mask
13299 heuristic'.
13300
13301 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13302
13303 * diff-mode.el: Docstring fixes.
13304 (diff-header-face, diff-comment-face): New faces.
13305 (diff-font-lock-keywords): Highlight a bit differently.
13306 (diff-find-source-location): Don't return SPAN any more.
13307 (diff-hunk-text): Don't bother erasing the temp buffer.
13308 (diff-find-text): Drop argument LINE.
13309 (diff-apply-hunk): Update calls to diff-find-text.
13310 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13311
13312 * calendar/calendar.el: Docstring fixes.
13313 (calendar-make-alist): Don't quote lambda.
13314 (calendar-star-date): Use make-local-variable.
13315
13316 2000-09-19 Dave Love <fx@gnu.org>
13317
13318 * toolbar/tool-bar.el: Renamed from toolbar.el.
13319 Change `toolbar' to `tool-bar' generally in symbols.
13320 Make some items invisible in `special' major modes.
13321 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13322 Add arg PROPS.
13323
13324 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13325 Add :version here.
13326 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13327
13328 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13329
13330 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13331
13332 * files.el (find-file-suppress-same-file-warnings): New user-option.
13333 (find-file-noselect): Use it.
13334
13335 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13336 (fancy-splash-screen): Defgroup.
13337
13338 * add-log.el (change-log-font-lock-keywords): Match names
13339 more exactly for the case that font-lock-constant-face is
13340 underlined.
13341
13342 2000-09-19 Richard M. Stallman <rms@gnu.org>
13343
13344 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13345
13346 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13347
13348 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13349
13350 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13351
13352 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13353 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13354 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13355 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13356 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13357 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13358 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13359 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13360 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13361 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13362 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13363 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13364
13365 * startup.el (fancy-splash-text): New variable.
13366 (fancy-splash-delay, fancy-splash-image): New user-options.
13367 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13368 (fancy-splash-screens): New functions.
13369 (command-line-1): If display has a `display' frame parameter, has
13370 colors, and we have XPM support, show more fancy splash screens.
13371
13372 2000-09-19 Dave Love <fx@gnu.org>
13373
13374 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13375 with null `help'. Use modern backquote syntax.
13376
13377 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13378
13379 * font-lock.el (font-lock-mode): Change message telling the user
13380 that ``the buffer is too big''.
13381
13382 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13383 for instance for the case that tab-width is 2.
13384
13385 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13386
13387 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13388 toolbar-add-item, if image doesn't have a mask add a `:mask
13389 heuristic'.
13390
13391 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13392
13393 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13394 and return a cons if it's non-nil.
13395 (diff-apply-hunk): Try to jump to the line in the source text
13396 corresponding to the position of point in the in the hunk.
13397
13398 * info.el (Info-title-3-face, Info-title-2-face)
13399 (Info-title-1-face): Use face inheritance and relative sizes
13400 instead of hard-wiring things.
13401
13402 * faces.el (secondary-selection): Make dark-background variant sane.
13403
13404 2000-09-16 Andrew Innes <andrewi@gnu.org>
13405
13406 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13407 read-only, since they aren't under VC now.
13408
13409 2000-09-17 Dave Love <fx@gnu.org>
13410
13411 * tmm.el: Replace mapcar with mapc in several places.
13412
13413 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13414 ad-unadvise.
13415
13416 * international/latin1-disp.el: New file.
13417
13418 * calendar/cal-move.el (scroll-calendar-left)
13419 (scroll-calendar-right): Make arg optional (for active mode line).
13420
13421 * calendar/calendar.el (calendar-mode-line-format): Make fields
13422 mouse-sensitive.
13423 (calendar-read-date, calendar-read-date, calendar-window-list):
13424 Unquote lambda.
13425 (calendar-month-name): Use aref, not sref.
13426
13427 * view.el (minor-mode-alist): Propertize the string.
13428
13429 * international/characters.el (standard-case-table): Add entries
13430 for Greek.
13431
13432 2000-09-18 Miles Bader <miles@gnu.org>
13433
13434 * info.el (info-node, info-xref): Add dark-background variants.
13435
13436 * faces.el (header-line): Change defaults to be less confusing
13437 when mixed with mode-lines.
13438
13439 * info.el (Info-fontify-node): Make a few cleanups.
13440 Add extra `help-echo' and `local-map' props to node xrefs.
13441 Use header-specific faces for node-names & xrefs.
13442 (Info-use-header-line): New variable.
13443 (info-header-xref, info-header-node): New faces.
13444 (Info-setup-header-line): New function.
13445 (Info-select-node): Call Info-setup-header-line when enabled.
13446 (Info-extract-pointer): Work even if the header line is hidden.
13447 (Info-header-line): New variable.
13448
13449 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13450
13451 * vms-patch.el (print-region-function): Don't quote lambda.
13452
13453 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13454
13455 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13456 (lm-get-header-re): Allow spaces between the header and the colon.
13457 (lm-header): Allow $ in non-RCS headers.
13458 (lm-header-multiline): Put the strings back into order.
13459 Stop at an empty line. Don't require two space chars if the
13460 line is clearly not another header line.
13461
13462 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13463 (popup-menu-popup): Remove.
13464
13465 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13466
13467 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13468 specification if or if not tool-bar item contains an `:enabled'
13469 property.
13470
13471 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13472 current buffer has no file name.
13473
13474 2000-09-15 Dave Love <fx@gnu.org>
13475
13476 * strokes.el: Sync with maintainer's current version with changes
13477 for Emacs, but avoid runtime cl and levents.
13478 (toplevel): Change autoloads and compilation requires.
13479 (strokes-version, strokes-bug-address, strokes-lift): Values
13480 changed.
13481 (strokes-xpm-header, strokes-insinuated): New variable.
13482 (strokes): Add :link.
13483 (strokes-mode): Customized.
13484 (strokes-while-inhibiting-garbage-collector): New macro.
13485 (strokes-remassoc): Avoid remove-if.
13486 (strokes-fix-button2-command): Don't use ad-do-it.
13487 (strokes-insinuate): New function.
13488 (strokes-button-press-event-p, strokes-button-release-event-p):
13489 New functions, used instead of non-`strokes-' versions..
13490 (strokes-mouse-event-p): Rewritten.
13491 (strokes-event-closest-point): Avoid event-point.
13492 (strokes-get-grid-position): Avoid cdadr, caadr
13493 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13494 functions.
13495 (strokes-help): Use with-output-to-temp-buffer.
13496 (strokes-window-configuration-changed-p): New function.
13497 (strokes-update-window-configuration): Use buffer-live-p,
13498 strokes-window-configuration-changed-p.
13499 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13500 (strokes-char-face): New face.
13501 (strokes-char-table, strokes-base64-chars): New variable.
13502 (strokes-xpm-for-stroke, strokes-list-strokes)
13503 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13504 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13505 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13506 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13507 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13508 functions.
13509
13510 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13511
13512 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13513
13514 * image.el (create-image): Doc fix.
13515
13516 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13517 instead of `:heuristic-mask t'.
13518
13519 2000-09-14 Andrew Innes <andrewi@gnu.org>
13520
13521 * makefile.w32-in: Revert to Unix line endings.
13522
13523 2000-09-14 Andrew Innes <andrewi@gnu.org>
13524
13525 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13526 when installing.
13527
13528 * makefile.nt (DONTCOMPILE): Fix typo.
13529
13530 * shell.el (shell-write-history-on-exit): New function.
13531 (shell-dumb-shell-regexp): New custom variable.
13532 (shell-mode): Make shell-write-history-on-exit the process
13533 sentinel if shell name matches shell-dumb-shell-regexp.
13534
13535 * w32-fns.el: Comment out before-init-hook function which resets
13536 source-directory based; this breaks bootstrap.
13537
13538 2000-09-14 Dave Love <fx@gnu.org>
13539
13540 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13541 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13542 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13543 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13544 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13545 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13546 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13547 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13548 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13549
13550 * toolbar/toolbar.el: New.
13551
13552 * subdirs.el: Add toolbar.
13553
13554 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13555
13556 * indent.el (indent-for-tab-command): Doc fix.
13557
13558 2000-09-14 Alex Schroeder <alex@gnu.org>
13559
13560 * ansi-color.el (ansi-colors): Doc change.
13561 (ansi-color-get-face): Simplified regexp.
13562 (ansi-color-faces-vector): Added more faces, doc change.
13563 (ansi-color-names-vector): Doc change.
13564 (ansi-color-regexp): Simplified regexp.
13565 (ansi-color-parameter-regexp): New regexp.
13566 (ansi-color-filter-apply): Doc change.
13567 (ansi-color-filter-region): Doc change.
13568 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13569 deal with zero length parameters.
13570 (ansi-color-apply-on-region): Doc change.
13571 (ansi-color-map): Doc change.
13572 (ansi-color-map-update): Removed debugging message.
13573 (ansi-color-get-face-1): Added condition-case to trap
13574 args-out-of-range errors.
13575 (ansi-color-get-face): Doc change.
13576 (ansi-color-make-face): Removed.
13577 (ansi-color-for-shell-mode): New option.
13578
13579 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13580
13581 * international/quail.el (quail-start-translation): Translate KEY
13582 if necessary even if it doesn't have any mapping in the current
13583 input method.
13584 (quail-start-conversion): Likewise.
13585 (quail-help): The output message is improved.
13586
13587 2000-09-13 Miles Bader <miles@gnu.org>
13588
13589 * comint.el (comint-output-filter): Revert to using
13590 `insert-before-markers'. Add bletcherous hack to undo damage
13591 caused by `insert-before-markers'. Put `front-sticky' property on
13592 overlays created here so that the field code understands how the
13593 overlay works. Use a let when making comint-last-prompt-overlay,
13594 so that the code is easier to read.
13595
13596 2000-09-13 Dave Love <fx@gnu.org>
13597
13598 * wid-edit.el (widget-default-format-handler): DTRT when
13599 doc-property is a function.
13600
13601 2000-09-12 Francesco Potorti` <pot@gnu.org>
13602
13603 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13604 filed name if it's not there.
13605
13606 2000-09-12 Dave Love <fx@gnu.org>
13607
13608 * simple.el (read-mail-command): Doc fix.
13609 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13610
13611 * vc.el (vc-dired-listing-switches): Fix :version.
13612
13613 * vc-hooks.el: Doc fixes.
13614
13615 * subr.el (add-minor-mode): Use toggle-fun arg.
13616
13617 * speedbar.el: Add :version to several defcustoms.
13618
13619 * imenu.el (imenu--truncate-items, imenu--cleanup)
13620 (imenu--generic-function): Avoid mapcar.
13621 (imenu--replace-spaces): Function removed.
13622 (imenu--completion-buffer): Use subst-char-in-string.
13623 (imenu-add-to-menubar): Use keymap inheritance.
13624
13625 2000-09-12 Miles Bader <miles@gnu.org>
13626
13627 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13628 (diff-mode-map): Bind `diff-test-hunk'.
13629 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13630
13631 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13632
13633 * bytecomp.el (byte-compile-defvar): Undo last change
13634 because it breaks '(make-variable-buffer-local (defvar ...)'
13635 which is used at least in dired.
13636
13637 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13638
13639 * international/quail.el (quail-define-package): Docstring
13640 modified.
13641
13642 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13643
13644 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13645 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13646 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13647 docstring of "chinese-py".
13648
13649 * international/quail.el (quail-translation-docstring): New
13650 variable.
13651 (quail-show-keyboard-layout): Docstring modified.
13652 (quail-select-current): Likewise.
13653 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13654 infinite recursive call.
13655 (quail-help): Check quail-translation-docstring. Format of the
13656 output changed.
13657 (quail-help-insert-keymap-description): Adjusted for the above
13658 change.
13659
13660 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13661
13662 * bytecomp.el (byte-compile-defvar): Only cons onto
13663 current-load-list in top-level forms. Else this leaks a cons cell
13664 every time a defun is called.
13665
13666 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13667
13668 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13669 Now understands non-unified diffs. Some functionality moved into
13670 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13671 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13672 modify anything. Only reposition point in the patched file if the
13673 patch succeeds. Only pop up another window if POPUP is true.
13674 Emit a message describing what happened if successful, and at what
13675 line-offset. Automatically detect reversed hunks and do something
13676 appropriate.
13677 (diff-hunk-text, diff-find-text): New functions.
13678 (diff-filter-lines): Function removed.
13679 (diff-test-hunk): New function.
13680 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13681
13682 2000-09-10 Dave Love <fx@gnu.org>
13683
13684 * textmodes/tildify.el: Minor doc/commentary fixes.
13685 (tildify) <defgroup>: Add :version.
13686
13687 * faces.el (face-x-resources): Make custom type more specific.
13688 (frame-background-mode): Use mapc.
13689 (region) <defcustom>: Add :version.
13690
13691 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13692
13693 * vc-sccs.el (vc-sccs-register):
13694 * vc-rcs.el (vc-rcs-register):
13695 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13696 * vc.el (vc-register): Clear file's properties.
13697
13698 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13699
13700 * faces.el (face-spec-set): Only face-spec-reset-face when
13701 ATTRS is non-nil.
13702
13703 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13704
13705 * help.el (help-insert-xref-button): Fix a typo in doc string.
13706
13707 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13708
13709 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13710 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13711 methods.
13712
13713 * menu-bar.el (read-mail-item-name): New function.
13714 (menu-bar-tools-menu): Use it to compute and display the package
13715 used to read email.
13716 (menu-bar-tools-menu): Fix typo in GUD's help string.
13717
13718 2000-09-07 Dave Love <fx@gnu.org>
13719
13720 * diff-mode.el (diff-mouse-goto-source): New function.
13721
13722 * vc-sccs.el: Doc fixes.
13723 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13724
13725 * vc-rcs.el: Doc fixes.
13726 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13727 (vc-rcs-checkout-switches, vc-rcs-header)
13728 (vc-rcs-master-templates): Add or change :version.
13729
13730 * vc-cvs.el: Doc fixes.
13731 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13732 (vc-cvs-stay-local): Add :version.
13733
13734 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13735
13736 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13737
13738 * international/quail.el (quail-help): Fix previous change.
13739
13740 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13741
13742 * faces.el (color-values): Doc fix.
13743
13744 * faces.el (frame-set-background-mode): Use frame-parameter
13745 instead of frame-parameters.
13746
13747 * frame.el (filtered-frame-list): Reduce consing.
13748 (frames-on-display-list): Call frame-parameter instead of
13749 frame-parameters.
13750
13751 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13752
13753 * language/devan-util.el (devanagari-to-indian-region): In the
13754 loop, change the following char, not preceding char.
13755
13756 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13757
13758 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13759 instead of frame-parameters.
13760
13761 * faces.el (set-face-attribute): Simplify by calling
13762 internal-set-lisp-face-attribute with FRAME being 0.
13763
13764 * vc.el: Remove `Id' version control keyword.
13765
13766 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13767
13768 * help.el (help-make-xrefs): Adjusted for the change of
13769 help-xref-mule-regexp.
13770 (help-insert-xref-button): New function.
13771
13772 * international/mule-cmds.el (help-xref-mule-regexp-template):
13773 Include the pattern for character set.
13774 (leim): New group.
13775
13776 * international/quail.el: Don't require face.
13777 (quail): New group.
13778 (quail-other-command): Dummy command to make quail-help work better.
13779 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13780 (quail-keyboard-layout-substitution): New variable.
13781 (quail-update-keyboard-layout): New function.
13782 (quail-keyboard-layout-type): New customizable variable.
13783 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13784 (quail-keyboard-translate): Pay attention to
13785 quail-keyboard-layout-substitution.
13786 (quail-insert-kbd-layout): New function.
13787 (quail-show-keyboard-layout): New function.
13788 (quail-get-translation): If the definition is a vector of length
13789 1, and the element is a string of length 1, return the character
13790 in that string.
13791 (quail-update-current-translations): Fix the case of
13792 relative-index out of range.
13793 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13794 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13795 Show key sequences for all available characters.
13796 (quail-help-insert-keymap-description): Don't show such verbose
13797 key bindings as quail-self-insert-command.
13798
13799 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13800 Format changed, and each element now have extra documentations.
13801 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13802 Adjusted for the change of quail-cxterm-package-ext-info.
13803
13804 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13805
13806 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13807 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13808 during bootstrap.
13809
13810 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13811
13812 * vc.el: (toplevel): Don't require `dired' at run-time.
13813 (vc-dired-resynch-file): Remove autoload cookie.
13814
13815 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13816
13817 * vc.el: Made several backend functions optional.
13818 (vc-default-responsible-p): New function.
13819 (vc-merge): Use RET for first version to trigger merge-news, not
13820 prefix arg.
13821 (vc-annotate): Handle backends that do not support annotation.
13822 (vc-default-merge-news): Removed. The existence of a merge-news
13823 implementation is now checked on caller sites.
13824
13825 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13826 case.
13827
13828 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13829 special case that has been removed from the default in vc-hooks.el.
13830
13831 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13832
13833 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13834
13835 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13836
13837 * vc-hooks.el: Require vc during compilation.
13838 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13839 macro `with-vc-properties' in vc.el.
13840 (vc-file-getprop): Doc fix.
13841 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13842
13843 * vc.el: Require dired-aux during compilation.
13844 (vc-name-assoc-file): Moved to vc-sccs.el.
13845 (with-vc-properties): New macro.
13846 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13847 vc-finish-steal): Use it.
13848 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13849 to the backend-specific function is now supposed to do the checkout,
13850 too.
13851 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13852
13853 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13854 set file properties; that gets done in the generic code now.
13855
13856 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13857 Changed parameter list, added code from vc.el that does the
13858 checkout, possibly with a double-take.
13859
13860 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13861 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13862 the above under the new name.
13863 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13864 parameter list, added checkout command.
13865 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13866 properties; that gets done in the generic code now.
13867
13868 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13869
13870 * vc.el: Docstring fixes (courtesy of checkdoc).
13871
13872 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13873
13874 * vc.el (vc-checkout-writable-buffer-hook)
13875 (vc-checkout-writable-buffer): Remove.
13876 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13877 (vc-log-mode): Make it into a clean derived major mode.
13878 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13879 vc-log-mode if log-edit is not available.
13880 (vc-dired-mode-map): Don't set-keymap-parent yet.
13881 (vc-dired-mode): Do set-keymap-parent here.
13882 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13883
13884 2000-09-05 Gerd Moellmann <gerd@gnu.org>
13885
13886 * faces.el (set-face-attribute, face-spec-reset-face)
13887 (face-spec-set): Avoid consing by removing calls to `apply'.
13888
13889 * frame.el (frame-parameter): Move to C code.
13890
13891 2000-09-05 Dave Love <fx@gnu.org>
13892
13893 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13894 insert-before-markers-and-inherit. Now checked systematically!
13895
13896 2000-09-05 Alex Schroeder <alex@gnu.org>
13897
13898 * sql.el (sql-postgres): Use sql-postgres-options.
13899 (sql-postgres-options): New variable.
13900
13901 2000-09-05 Alex Schroeder <alex@gnu.org>
13902
13903 * sql.el (sql-mode-menu): Work around missing variable mark-active
13904 in XEmacs.
13905 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13906 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13907 compatibility.
13908
13909 2000-09-04 Gerd Moellmann <gerd@gnu.org>
13910
13911 * vc.el (vc-dired-resynch-file): Add autoload cookie.
13912
13913 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
13914
13915 * Makefile.in (DONTCOMPILE): Fix typo in file name.
13916
13917 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13918
13919 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
13920 don't support anything else under SCCS yet.
13921
13922 * vc-hooks.el: Minor doc fixes.
13923
13924 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13925
13926 * vc.el (vc-next-action-on-file): Do not visit the file if it's
13927 not necessary. If verbose in state `needs-patch', do the same as
13928 under `up-to-date'. When NOT verbose and `needs-patch', check out
13929 latest version instead of `merge-news'.
13930 (vc-next-action-dired): Don't mess with default-directory here; it
13931 breaks other parts of dired. It is the job of the
13932 backend-specific functions to adjust it temporarily if they need it.
13933 (vc-next-action): Remove a special CVS case.
13934 (vc-clear-headers): New optional arg FILE.
13935 (vc-checkin, vc-checkout): Set properties vc-state and
13936 vc-checkout-time properly.
13937 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
13938 (vc-print-log): Use new backend function `show-log-entry'.
13939 (vc-cancel-version): Do the checks in a different order. Added a
13940 FIXME concerning RCS-only code.
13941
13942 * vc-rcs.el (vc-rcs-show-log-entry): New function.
13943 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
13944
13945 * vc-cvs.el (vc-cvs-show-log-entry): New function.
13946
13947 * vc-hooks.el (vc-default-mode-line-string): Show state
13948 `needs-patch' as a `-' too.
13949
13950 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13951
13952 * vc.el (vc-responsible-backend): New optional arg REGISTER.
13953 (vc-default-could-register): New function.
13954 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
13955 (vc-resynch-buffer): Call vc-dired-resynch-file.
13956 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
13957 vc-resynch-buffer instead of vc-resynch-window.
13958 (vc-next-action-dired): Don't redisplay here, that gets done as a
13959 result of the individual file operations.
13960 (vc-retrieve-snapshot): Corrected prompt order.
13961
13962 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
13963
13964 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
13965 as well.
13966 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
13967 hostname regexps. Updated all callers.
13968 (vc-cvs-responsible-p): Handle directories as well.
13969 (vc-cvs-could-register): New function.
13970 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
13971 properties up-to-date.
13972
13973 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
13974 user whether to create one.
13975
13976 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13977
13978 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
13979 check out a non-existing file.
13980
13981 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
13982 workfile does not exist.
13983
13984 * vc.el (vc-version-diff): Use `require' to check for existence of
13985 diff-mode.
13986
13987 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13988
13989 * vc-cvs.el (vc-cvs-registered): Use new function
13990 vc-cvs-parse-entry to do the actual work.
13991
13992 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13993
13994 * vc-hooks.el (vc-find-backend-function): If function doesn't
13995 exist, return nil instead of error.
13996 (vc-call-backend): Doc fix.
13997
13998 * vc.el (vc-do-command): Doc fix.
13999 (vc-finish-logentry): When checking in from vc-dired, choose the
14000 right backend for logentry check.
14001 (vc-dired-mode-map): Inherit from dired-mode-map.
14002 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14003 simplified.
14004 (vc-dired-state-info): Removed, updated caller.
14005 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14006 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14007 (vc-dired-listing-switches): New variable.
14008 (vc-directory): Use it, instead of dired-listing-switches.
14009
14010 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14011 (vc-cvs-dir-state): New function.
14012 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14013 (vc-cvs-parse-entry): New function, also to be used in
14014 vc-cvs-registered.
14015
14016 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14017
14018 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14019 *or* single-window-frames.
14020
14021 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14022
14023 * vc.el (vc-update-changelog): Split into generic part and default
14024 implementation. Doc string adapted.
14025 (vc-default-update-changelog): New function. Call the `rcs2log'
14026 script in exec-directory, to fix a long-standing nuisance.
14027
14028 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14029 simply signals an error.
14030
14031 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14032
14033 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14034 control-flow more clear and to avoid running `cvs' twice.
14035
14036 * vc.el (vc-next-action-on-file): Doc fix.
14037 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14038 (vc-print-log): Eval `file' before constructing the continuation.
14039
14040 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14041
14042 * vc.el (vc-next-action-on-file): Corrected several messages.
14043 (vc-merge): Add prefix arg `merge-news'; handle it.
14044
14045 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14046 is not reached. It is.
14047 (vc-cvs-merge): Set state to 'edited after merge.
14048 (vc-cvs-merge-news): Set workfile version to nil if not known.
14049 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14050
14051 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14052 via stdout. (Merge from main line.)
14053
14054 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14055
14056 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14057 detection.
14058
14059 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14060
14061 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14062 against kill-all-local-variables.
14063 (vc-log-edit): Don't save vc-parent-buffer any more.
14064 (vc-last-comment-match): Initialize to an empty string.
14065 (vc-post-command-functions): New hook.
14066 (vc-do-command): Run it.
14067 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14068 (vc-finish-logentry): Only add the comment to the ring if it's
14069 different from the last comment entered.
14070 (vc-new-comment-index): New function.
14071 (vc-previous-comment): Use it. Make the minibuffer message
14072 slightly less terse.
14073 (vc-comment-search-reverse): Make it work forward as well. Don't
14074 set vc-comment-ring-index if no match is found. Use
14075 vc-new-comment-index.
14076 (vc-comment-search-forward): Use vc-comment-search-reverse.
14077 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14078 define-derived-mode will do it for us. Bind `v' to a keymap that
14079 inherits from vc-prefix-map so that we can bind `vt' without
14080 binding C-x v t.
14081 (vc-retrieve-snapshot): Parenthesis typo.
14082
14083 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14084 to 1. Make sure to switch to *vc* before looking for an error
14085 message. Use vc-parse-buffer.
14086
14087 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14088
14089 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14090 and NAME.
14091 (vc-retrieve-snapshot): Split into two parts.
14092 (vc-default-retrieve-snapshot): New function.
14093
14094 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14095 (vc-cvs-retrieve-snapshot): New function (untested).
14096 (vc-cvs-stay-local): Default to t.
14097 (vc-cvs-remote-p): New function and property.
14098 (vc-cvs-state): Stay local only if the above is t.
14099 (vc-handle-cvs): Removed.
14100 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14101 done via vc-handled-backends now.
14102 (vc-cvs-header): Escape Id.
14103
14104 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14105
14106 * vc.el (vc-do-command): Remove unused commands.
14107 (vc-version-diff): Make sure default-directory ends with a slash.
14108 Move the window commands into a vc-exec-after.
14109 (vc-print-log): Move more of the code into the `vc-exec-after'.
14110
14111 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14112
14113 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14114 (vc-print-log): Search current revision from beginning of buffer.
14115 (vc-revert-buffer): Clear echo area after the diff is finished.
14116 (vc-prefix-map): Removed definition of "t" for terse display in vc
14117 dired.
14118 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14119 definition of "vt" for terse display.
14120 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14121
14122 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14123
14124 * vc.el (vc-exec-after): Avoid caddr.
14125
14126 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14127
14128 * vc.el (vc-exec-after): New function.
14129 (vc-do-command): Use it to add a termination message for async
14130 procs.
14131 (vc-checkout): Try to handle a missing-backend situation.
14132 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14133 of a directory with a backend using async diffs.
14134 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14135 present.
14136
14137 * vc-sccs.el (vc-sccs-state-heuristic): Use
14138 file-ownership-preserved-p.
14139
14140 * vc-rcs.el (vc-rcs-state-heuristic): Use
14141 file-ownership-preserved-p.
14142 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14143
14144 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14145
14146 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14147 vc-do-command.
14148
14149 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14150 when there are no changes.
14151
14152 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14153
14154 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14155
14156 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14157
14158 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14159
14160 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14161
14162 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14163 the `fset' outside of the defvar so that it works even if
14164 vc-prefix-map was already defined.
14165 (vc-setup-buffer): New function, split out of vc-do-command.
14166 (vc-do-command): Allow BUFFER to be t to mean `just use the
14167 current buffer without any fuss'.
14168 (vc-version-diff): Change the `diff' backend operation to just put
14169 the diff in the current buffer without erasing it. Always use
14170 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14171 shrink-window-if-larger-than-buffer.
14172 (vc-print-log): Change the `print-log' backend operation to just
14173 put the log in the current buffer without erasing it. Protect
14174 shrink-window-if-larger-than-buffer.
14175 (vc-update-change-log): Fix setd typo.
14176
14177 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14178 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14179
14180 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14181 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14182 CMP.
14183
14184 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14185 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14186 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14187
14188 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14189
14190 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14191 not possible, use vc-BACKEND-workfile-unchanged-p.
14192 (vc-default-workfile-unchanged-p): New function. Delegates to a
14193 full vc-BACKEND-diff.
14194
14195 * vc-hooks.el (vc-simple-command): Removed.
14196
14197 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14198 instead of vc-simple-command.
14199 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14200 avoid doing a diff when opening a file.
14201 (vc-rcs-state): Added check for unlocked-changes.
14202 (vc-rcs-header): Escape Id.
14203 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14204 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14205 version.
14206
14207 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14208 (vc-sccs-diff): Remove optional arg CMP.
14209 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14210 SCCS-specific function.
14211
14212 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14213 vc-simple-command.
14214
14215 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14216
14217 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14218 (with-vc-file, vc-merge): Use vc-editable-p.
14219 (vc-do-command): Remove unused var vc-file and fix the
14220 doubly-defined `status' var. Add a user message when starting an
14221 async command.
14222 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14223 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14224 Use with-current-buffer.
14225 (vc-buffer-sync): Use unless.
14226 (vc-next-action-on-file): If the file is 'edited by read-only,
14227 make it read-write instead of trying to commit.
14228 (vc-version-diff, vc-update-change-log): Use `setq
14229 default-directory' rather than `cd'.
14230 (vc-log-edit): Don't forget to set default-directory in the
14231 buffer.
14232
14233 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14234 (vc-sccs-state-heuristic): Use file-writable-p instead of
14235 comparing userids.
14236 (vc-sccs-checkout): Use `unless'.
14237
14238 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14239 of comparing userids.
14240 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14241 Simplify the logic by eliminating unreachable code.
14242 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14243 just do a recursive call if we need to retry.
14244 (vc-rcs-checkout): Handle the case where rcs is missing by making
14245 the buffer read-write if requested and re-signalling the error.
14246
14247 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14248
14249 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14250
14251 * vc-hooks.el (vc-handled-backends): Docstring change.
14252 (vc-ignore-vc-files): Mark obsolete.
14253 (vc-registered): Check vc-ignore-vc-files.
14254 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14255 vc-ignore-vc-files.
14256
14257 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14258
14259 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14260
14261 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14262 files since ange-ftp already has vc-registered return nil.
14263
14264 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14265 (vc-sccs-workfile-version): Use with-temp-buffer and new
14266 vc-parse-buffer and don't bother setting the property.
14267 (vc-sccs-add-triple): Use with-current-buffer and
14268 find-file-noselect.
14269 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14270
14271 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14272 derives from the old vc-parse-buffer but uses the revision number
14273 rather than the date (much easier to compare robustly).
14274 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14275 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14276 locking-user more directly. Check strict locking and set
14277 checkout-model appropriately.
14278 (vc-rcs-parse-locks): Remove.
14279 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14280 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14281 (vc-rcs-system-release): Use with-current-buffer and
14282 vc-parse-buffer.
14283 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14284
14285 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14286 (vc-simple-command): Docstring fix.
14287 (vc-registered): Align the way the file-handler is called with the
14288 way the function itself works.
14289 (vc-file-owner): Remove.
14290
14291 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14292 extraction of fields and call to file-attributes because of a
14293 temporary bug in rcp.el.
14294 (vc-cvs-fetch-status): Use with-current-buffer.
14295
14296 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14297
14298 * vc.el (vc-do-command): Use file-relative-name.
14299 (vc-responsible-backend): Use vc-backend if possible.
14300 (vc-create-snapshot): Improve the `interactive' spec. Add support
14301 for branches and dispatch to backend-specific `create-snapshot'.
14302 (vc-default-create-snapshot): New function, containing the bulk of
14303 the old vc-create-snapshot.
14304 (vc-retrieve-snapshot): Improve the interactive spec.
14305
14306 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14307 (vc-backend-hook-functions): Remove.
14308 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14309 (vc-backend): Reintroduce the test for `file = nil' now that I
14310 know why it was there (and added a comment to better remember).
14311
14312 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14313 code from vc-sccs-hooks.el.
14314 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14315 'vc anymore.
14316 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14317 and file-directory-p instead of file-exists-p.
14318 (vc-sccs-check-headers): Simplify the regexp.
14319
14320 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14321 from vc-rcs-hooks.el. Don't require 'vc anymore.
14322 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14323 file-directory-p instead of file-exists-p.
14324
14325 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14326 from vc-cvs-hooks.el.
14327 (proto vc-cvs-registered): Require 'vc-cvs instead of
14328 'vc-cvs-hooks. Don't require 'vc anymore.
14329 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14330 file-directory-p instead of file-exists-p.
14331 (vc-cvs-create-snapshot): New function, replacing
14332 vc-cvs-assign-name.
14333 (vc-cvs-assign-name): Remove.
14334
14335 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14336
14337 * vc-cvs.el (vc-cvs-header): New var.
14338
14339 * vc-rcs.el (vc-rcs-exists): Remove.
14340 (vc-rcs-header): New var.
14341
14342 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14343 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14344 (vc-sccs-header): New var.
14345
14346 * vc.el (vc-do-command): Get rid of the `last' argument.
14347 (vc-header-alist): Remove, replaced by vc-X-header.
14348 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14349 (vc-dired-hook): Use expand-file-name instead of concat.
14350 (vc-directory): Use file-name-as-directory.
14351 (vc-snapshot-precondition, vc-create-snapshot)
14352 (vc-retrieve-snapshot): Allow the command to operate on any
14353 directory.
14354
14355 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14356 just removing the 'WORKFILE argument or by removing the 'MASTER
14357 argument and replacing `file' with (vc-name file).
14358
14359 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14360
14361 * vc.el: Update Copyright and add a crude list of backend funs.
14362 (vc-writable-p): New function.
14363 (with-vc-file): Use vc-writable-p.
14364 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14365 (vc-register): Avoid vc-name.
14366 (vc-locking-user): Remove.
14367 (vc-steal-lock): Make the `owner' arg non-optional.
14368 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14369 vc-checkout-model.
14370 (vc-default-dired-state-info): Use vc-state instead of
14371 vc-locking-user and return special strings for special states.
14372 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14373 and get rid of one of the special CVS cases.
14374 (vc-cancel-version): prettify error message with \\[...].
14375 (vc-rename-master): New function.
14376 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14377 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14378 the CVS special case generic.
14379 (vc-default-record-rename): Remove.
14380 (vc-file-tree-walk-internal): Only call FUNC for files that are
14381 under control of some VC backend and replace `concat' with
14382 expand-file-name.
14383 (vc-file-tree-walk): Update docstring.
14384 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14385 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14386
14387 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14388 vc-sccs-record-rename. Use `find-file-noselect' rather than
14389 `find-file' and call `vc-rename-master' to do the actual move.
14390 (vc-sccs-diff): Remove unused `backend' variable.
14391
14392 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14393 to delay loading of vc-sccs until it is really used.
14394 (vc-sccs-master-templates): Preload.
14395 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14396 (vc-sccs-project-dir): Remove (merged into
14397 vc-sccs-search-project-dir).
14398 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14399 rather than `concat', make sure it is preloaded and don't bother
14400 to check that the file actually exists.
14401 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14402 `locks' argument (use buffer's content instead) and eliminate n^2
14403 behavior.
14404
14405 * vc-rcs.el: Update Copyright.
14406 (vc-rcs-rename-file): New function.
14407 (vc-rcs-diff): Remove unused `backend' variable.
14408
14409 * vc-hooks.el: Update Copyright.
14410 (vc-backend): Don't accept a nil argument any more.
14411 (vc-up-to-date-p): Turn into a defsubst.
14412 (vc-possible-master): New function.
14413 (vc-check-master-templates): Use `vc-possible-master' and allow
14414 funs in vc-X-master-templates to return a non-existent file.
14415
14416 * vc-cvs.el: Update Copyright.
14417 (vc-cvs-diff): Remove unused `backend' variable.
14418 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14419
14420 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14421
14422 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14423
14424 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14425 since it can be called from vc-rcs.el.
14426 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14427
14428 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14429
14430 * vc.el (vc-version-diff): Expand file name read from the
14431 minibuffer. Handle the case when a previous version number can't
14432 be guessed. Give suitable messages when there were no differences
14433 found.
14434 (vc-clear-headers): Call backend-specific implementation, if one
14435 exists.
14436 (vc-cancel-version): Made error checks generic. When done, clear
14437 headers generically, too.
14438
14439 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14440 from vc-clear-headers in vc.el.
14441
14442 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14443 correctly.
14444 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14445 optional. Handle the case when it's not there.
14446
14447 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14448
14449 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14450
14451 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14452
14453 * vc-hooks.el (vc-loadup): Remove.
14454 (vc-find-backend-function): Use `require'. Also, handle the case
14455 where vc-BACKEND-hooks.el doesn't exist.
14456 (vc-call-backend): Cleanup.
14457
14458 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14459
14460 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14461 vc-rcs-grab-templates)
14462 (vc-rcs-registered): Remove. The default function works as well.
14463 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14464 vc-sccs-grab-templates)
14465 (vc-sccs-registered): Remove. The default function works as well.
14466
14467 * vc.el (vc-version-diff): Left out a vc- in call to
14468 vc-call-backend.
14469 (vc-default-dired-state-info, vc-default-record-rename)
14470 (vc-default-merge-news): Update for the new backend argument.
14471
14472 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14473 using the default function.
14474 (vc-call-backend): If calling the default function, pass it the
14475 backend as first argument. Update the docstring accordingly.
14476 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14477 for the new backend argument.
14478 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14479 (vc-find-backend-function): Use the new name.
14480 (vc-default-registered): New function.
14481
14482 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14483
14484 * vc.el (vc-merge): Use vc-find-backend-function.
14485
14486 * vc-hooks.el (vc-backend-functions): Remove.
14487 (vc-loadup): Don't setup 'vc-functions.
14488 (vc-find-backend-function): New function.
14489 (vc-call-backend): Use above fun and populate 'vc-functions
14490 lazily.
14491 (vc-backend-defines): Remove.
14492
14493 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14494
14495 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14496 Call vc-call-backend without the leading vc-.
14497 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14498 (vc-check-headers): Call vc-call-backend without the leading vc-.
14499 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14500 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14501 Call vc-call-backend without the leading vc-.
14502
14503 * vc-cvs.el (tail): Provide vc-cvs.
14504 * vc-sccs.el (tail): Provide vc-sccs.
14505 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14506
14507 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14508 (vc-make-backend-function, vc-call): Pass names without leading
14509 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14510 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14511 (vc-call-backend): Always try to load vc-X-hooks.
14512 (vc-registered): Remove vc- in call to vc-call-backend.
14513
14514 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14515
14516 * vc.el (vc-process-filter): New function.
14517 (vc-do-command): Setup `vc-process-filter' for the async process.
14518 (vc-maybe-resolve-conflicts): New function to reduce
14519 code-duplication. Additionally, it puts the buffer in
14520 `smerge-mode' if applicable.
14521 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14522 calling `merge-news'.
14523 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14524 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14525 interfacing to log-edit.el.
14526 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14527 log-edit is available.
14528 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14529
14530 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14531
14532 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14533 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14534 defvar and the initialization.
14535 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14536
14537 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14538 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14539
14540 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14541
14542 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14543
14544 * vc.el (vc-file-clear-masterprops): Removed.
14545 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14546 (vc-version-diff): Use buffer-size without argument.
14547 (vc-register): Heed vc-initial-comment.
14548
14549 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14550 default branch.
14551
14552 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14553 file name and workfile version.
14554 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14555
14556 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14557 vc-file-clear-masterprops.
14558
14559 * vc-sccs.el (vc-sccs-checkout): Removed call to
14560 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14561 rather than user login name.
14562
14563
14564 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14565
14566 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14567 `want-differences-if-changed' and simplify.
14568 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14569 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14570 output (which is invalid for async vc-diff) to decide whether to
14571 do the revert silently or not.
14572
14573 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14574
14575 * vc-hooks.el (vc-loadup): Load files quietly.
14576 (vc-call-backend): Oops, brain fart.
14577
14578 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14579
14580 * vc-cvs.el (vc-cvs-state): Typo.
14581 (vc-cvs-merge-news): Return the status code rather than the error msg.
14582
14583 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14584
14585 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14586 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14587 vc-state or vc-up-to-date-p.
14588 (vc-merge): Use vc-backend-defines to check whether merging is
14589 possible. Set state to 'edited after successful merge.
14590
14591 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14592 return that name. Redocumented.
14593
14594 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14595
14596 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14597 new `vc-state' semantics.
14598 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14599 'vc-locking-user to the current user.
14600 (vc-merge): Inline vc-backend-merge. Comment out code that I
14601 don't understand and hence can't adapt to the new `vc-state' and
14602 `vc-locking-user' semantics.
14603 (vc-backend-merge): Remove.
14604
14605 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14606 rather than 'vc-locking-user.
14607
14608 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14609
14610 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14611 (vc-state): Don't use 'reserved any more. Just use the same
14612 convention as the one used for vc-<backend>-state where the
14613 locking user (as a string) is returned.
14614 (vc-locking-user): Update, based on the above convention. The
14615 'vc-locking-user property has disappeared.
14616 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14617
14618 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14619 with a heuristic one.
14620 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14621 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14622 error. That allows us to get to 'needs-merge even in the
14623 stay-local case. There's still no way to detect 'needs-patch in
14624 such a setup (or to force an update for that matter).
14625 (vc-cvs-logentry-check): Remove, the default works as well.
14626
14627 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14628
14629 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14630
14631 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14632 major-mode in which the buffer might have been put earlier. Use
14633 `remove' and `when'. Allow `okstatus' to be `async' and use
14634 `start-process' in this case.
14635 (vc-version-diff): Handle the case where the diff looks empty
14636 because of the use of an async process.
14637
14638 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14639
14640 * vc.el (vc-next-action-on-file): Removed optional parameter
14641 `simple'. Recompute state unconditionally.
14642 (vc-default-toggle-read-only): Removed.
14643
14644 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14645 (vc-toggle-read-only): Undid prev change.
14646
14647 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14648 vc-cvs-simple-toggle. Redocumented.
14649 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14650 (vc-cvs-toggle-read-only): Removed.
14651
14652 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14653
14654 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14655 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14656 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14657 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14658 still is. So maybe it should be removed.
14659 (vc-head-version, vc-find-binary): Remove.
14660 (vc-recompute-state): Move from vc-hooks.el.
14661 (vc-next-action-on-file): Add a `simple' argument to allow
14662 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14663 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14664 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14665 (vc-dired-mode-map): Properly defvar it.
14666 (vc-print-log): Call log-view-mode if available.
14667 (small-temporary-file-directory): defvar instead of use boundp.
14668 (vc-merge-news): Moved to vc-cvs.el.
14669 (vc-default-merge-news): New function.
14670
14671 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14672 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14673 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14674 unknown `vc-latest-version' function. It should probably refer to
14675 vc-workfile-version or somesuch, but it's very unclear to me and I
14676 don't have SCCS to test things.
14677
14678 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14679 (vc-sccs-state-heuristic): Fix typo.
14680 (vc-sccs-workfile-unchanged-p): Add missing argument.
14681
14682 * vc-rcs.el: Require vc and vc-rcs-hooks.
14683 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14684 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14685 (vc-release-greater-or-equal-p): Move from vc.
14686 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14687 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14688 (vc-rcs-checkout): Add a missing `new-version' argument in the
14689 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14690
14691 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14692 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14693 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14694 than the apparently unbound `workfile-version'.
14695
14696 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14697 (vc-file-prop-obarray): Use `make-vector'.
14698 (vc-backend-functions): Add new hookable functions
14699 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14700 (vc-loadup): If neither backend nor default functions exist, use
14701 the backend function rather than nil.
14702 (vc-call-backend): If the function if not bound yet, try to load
14703 the non-hook file to see if it provides it.
14704 (vc-call): New macro plus use it wherever possible.
14705 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14706 nor `vc-find-binary' since it's only called from
14707 vc-mistrust-permission which is only used once the backend is known.
14708 (vc-checkout-model): Fix parenthesis.
14709 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14710
14711 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14712 (vc-cvs-release, vc-cvs-system-release): Remove.
14713 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14714 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14715 status symbols.
14716 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14717 (vc-cvs-toggle-read-only): First cut at a function to allow a
14718 cvs-status-free vc-toggle-read-only.
14719 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14720 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14721 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14722 (vc-cvs-checkout): Modify access rights directly if the user
14723 requested not to use `cvs edit'. And refresh the mode line.
14724
14725 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14726 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14727
14728 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14729
14730 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14731 workfile' that got lost when the code was extracted from vc.el.
14732 And merged the tail with the rest of the code (not possible in the
14733 old vc.el where the tail was shared among all backends). And
14734 explicitly set the state to 'edited if `writable' is set.
14735
14736 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14737 (vc-cvs-state): Be careful to return the value from
14738 vc-cvs-parse-state.
14739 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14740 property but return it instead. Also be careful to handle a nil
14741 or "" `rev' when workfile is non-nil (it was handled properly when
14742 workfile was nil).
14743
14744 * vc.el: Removed those pesky unnecessary `(function' quotes.
14745 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14746 directly in the defvar.
14747 (vc-do-command): Bind inhibit-read-only so as to properly handle
14748 the case where the destination buffer has been made read-only.
14749 (vc-diff): Delegate to vc-version-diff in all cases.
14750 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14751 (vc-annotate-mode-variables): Removed (code moved partly to
14752 defvars and partly to vc-annotate-add-menu).
14753 (vc-annotate-mode): Turned into a derived-mode.
14754 (vc-annotate-add-menu): Moved in code in
14755 vc-annotate-mode-variables.
14756 (vc-update-change-log): Use make-temp-file if available.
14757
14758 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14759
14760 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14761 `vc-checkout-model' updated to `vc-cvs-update-model'.
14762
14763 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14764
14765 * vc.el (vc-next-action-on-file): Added handling of state
14766 `unlocked-changes'.
14767 (vc-checkout-carefully): Is now practically obsolete, unless the
14768 above is too slow to be enabled unconditionally.
14769 (vc-update-change-log): Fixed typo.
14770
14771 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14772
14773 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14774 Now handles state `unlocked-changes'.
14775 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14776
14777 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14778
14779 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14780 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14781 `unlocked-changes'.
14782 (vc-rcs-workfile-unchanged-p): Renamed from
14783 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14784 function yet, but supposed to become one soon.
14785
14786 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14787 `vc-steal-lock'.
14788 (vc-call-backend): Changed error message.
14789 (vc-state): Added description of state `unlocked-changes'.
14790
14791 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14792
14793 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14794 always return t in CVS-controlled directories.
14795
14796 * vc.el (vc-responsible-backend): New function.
14797 (vc-register): Largely rewritten.
14798 (vc-admin): Removed (implementation moved into vc-register).
14799 (vc-checkin): Redocumented.
14800 (vc-finish-logentry): If no backend defined yet (because we are in
14801 the process of registering), use the responsible backend.
14802
14803 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14804 Updated function lists.
14805 (vc-call-backend): Fixed typo.
14806
14807 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14808 New functions.
14809 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14810 Removed query option. Redocumented.
14811
14812 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14813
14814 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14815
14816 * vc.el: Updated callers of `vc-checkout-required' to use
14817 `vc-checkout-model'.
14818
14819 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14820
14821 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14822 stuff updated to reference this function instead of the old
14823 `vc-backend-release-p'.
14824
14825 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14826
14827 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14828 vc-checkout-model. Return appropriate values. Updated callers.
14829
14830 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14831
14832 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14833 (vc-backend-revert): Function moved into `vc-revert';
14834 `vc-next-action' must be updated to accomodate this change.
14835 (vc-backend-steal): Function moved into `vc-finish-steal'.
14836 (vc-backend-logentry-check): Function moved into
14837 `vc-finish-logentry'.
14838 (vc-backend-printlog): Function moved into `vc-print-log'.
14839 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14840 (vc-backend-assign-name): Function moved into
14841 `vc-create-snapshot'.
14842
14843 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14844
14845 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14846 Rename to vc-checkout-model. Return appropriate values.
14847 Update callers.
14848
14849 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14850 to vc-checkout-model.
14851 (vc-checkout-required): Rename to vc-checkout-model.
14852 Re-implement and re-comment.
14853 (vc-after-save): Use vc-checkout-model.
14854
14855 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14856
14857 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14858 Update to use the vc-BACKEND-diff functions instead.
14859 `vc-diff' is now working.
14860
14861 * vc-rcs.el (vc-rcs-logentry-check): New function.
14862
14863 * vc-cvs.el (vc-cvs-logentry-check): New function.
14864
14865 * vc-sccs.el (vc-sccs-diff): Function changed name from
14866 `vc-backend-diff'. This makes `vc-diff' work.
14867
14868 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14869 of functions possibly implemented in a vc-BACKEND library.
14870 (vc-checkout-required): Fix bug that caused an error to be
14871 signaled during `vc-after-save'.
14872
14873 * vc.el: Fix typo.
14874 This checkin is made with our new VC code base for the very first time.
14875 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14876
14877 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14878 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14879
14880 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14881 updated to `vc-uses-locking'.
14882 (vc-checkout-required): Call to backend function.
14883 `vc-checkout-required' updated to `vc-uses-locking' instead.
14884
14885 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14886 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14887
14888 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14889 to match the split into various backends.
14890 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
14891 (vc-retrieve-snapshot): Bug fix.
14892
14893 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14894
14895 * vc-sccs.el (vc-sccs-release): Doc fix.
14896
14897 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14898
14899 * vc.el (vc-next-action-on-file): Bug found and fixed.
14900 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14901 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14902
14903 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14904 (vc-rcs-checkout): Name space cleaned up. No more revision number
14905 crunching function names that are not prefixed with vc-rcs.
14906 (vc-rcs-checkout-model): Function added. References to
14907 `vc-checkout-model' replaced.
14908
14909 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14910
14911 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
14912 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
14913 still need to be split, and implemented for RCS).
14914
14915 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14916
14917 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
14918
14919 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
14920 required by the vc.el file.
14921
14922 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
14923 required by the vc.el file.
14924 (vc-rcs-exists): Function added.
14925
14926 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
14927 required by the vc.el file.
14928
14929 * vc.el (vc-admin): Updated to handle selection of appropriate
14930 backend. Current implementation is crufty and need re-thinking.
14931
14932 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
14933
14934 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14935
14936 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
14937 beginning of annotate buffers correctly.
14938
14939 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
14940 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
14941 functionality updated quite a lot to support multiple backends.
14942 Variables `vc-annotate-mode', `vc-annotate-buffers',
14943 `vc-annotate-backend' added.
14944
14945 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
14946 `vc-annotate-difference' added to supported backend functions.
14947
14948 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14949
14950 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
14951 Use with-temp-file instead of /bin/sh. Merged from mainline
14952
14953 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14954
14955 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
14956
14957 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
14958
14959 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
14960
14961 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14962
14963 * vc-hooks.el: vc-state-heuristic added to
14964 vc-backend-hook-functions.
14965
14966 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
14967
14968 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
14969
14970 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
14971 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
14972 state to `reserved'.
14973
14974 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
14975 `vc-checkout-required'. Rename the `locked' state to `reserved'.
14976
14977 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14978
14979 * vc-rcs-hooks.el: Implement new state model. Hardly anything
14980 untouched.
14981
14982 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
14983
14984 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
14985 if defined. (Merged from main line, slightly adapted.)
14986
14987 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
14988 millenium problem (merged from mainline).
14989
14990 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14991
14992 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
14993 part and moved the non-BACKEND stuff to vc.el.
14994
14995 * vc.el: Split the annotate feature into a BACKEND specific part
14996 and moved it from the vc-cvs.el file to this one.
14997
14998 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14999
15000 * vc-hooks.el: Implement new state model.
15001 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15002 (vc-locking-user): Simplify. Now only needed if the file is
15003 locked by somebody else.
15004 (vc-lock-from-permissions): Remove. Functionality is in
15005 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15006 (vc-mode-line-string): New name for former vc-status. Adapted.
15007 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15008
15009 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15010 Various simplifications and adaptations all over the place.
15011
15012 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15013 Simplify and adapt the rest.
15014
15015 * vc.el (vc-resynch-window): Add TODO comment: check for
15016 interaction with view mode according to recent RCS change.
15017 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15018
15019 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15020
15021 * vc.el: Convert the remaining function comments to docstrings.
15022
15023 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15024
15025 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15026 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15027 (vc-minor-part, vc-previous-version): Functions that operate and
15028 compare revision numbers got proper documentation. Comments added
15029 about their possible removal.
15030
15031 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15032
15033 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15034 the vc-backend.el files.
15035
15036 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15037
15038 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15039 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15040 (vc-rcs-previous-version): Functions added.
15041
15042 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15043
15044 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15045
15046 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15047
15048 * vc-hooks.el (vc-master-templates): Is really obsolete.
15049 Comment out the definition for now. What is the right procedure
15050 to get rid of it?
15051 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15052 rewritten.
15053 (vc-default-registered): Remove.
15054 (vc-check-master-templates): New function; does mostly what the
15055 above did before.
15056 (vc-locking-user): Don't rely on the backend to set the property.
15057
15058 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15059 Rewrite documentation.
15060 (vc-rcs-templates-grabbed): New variable.
15061 (vc-rcs-grab-templates): New function.
15062 (vc-rcs-registered): Rewrite to use above mechanism.
15063
15064 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15065 Rewrite documentation.
15066 (vc-sccs-templates-grabbed): New variable.
15067 (vc-sccs-grab-templates): New function.
15068 (vc-sccs-registered): Rewrite to use above mechanism.
15069 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15070 Don't throw the result, simply return it.
15071
15072 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15073 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15074 (vc-cvs-registered): Does the check itself now. Simplify.
15075
15076 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15077 from main line.
15078
15079 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15080
15081 * vc-cvs.el (vc-cvs-diff): New function.
15082
15083 * vc-sccs.el (vc-sccs-diff): New function.
15084
15085 * vc-rcs.el (vc-rcs-diff): New function.
15086 (vc-rcs-checkout): Bug (typo) found and fixed.
15087 (vc-rcs-register-switches): New variable.
15088
15089 * vc.el (vc-backend-diff): Function removed and placed in the
15090 backend files.
15091
15092 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15093
15094 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15095
15096 * vc.el (vc-backend-checkout): Function removed and replaced in
15097 the vc-backend.el files.
15098
15099 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15100
15101 * vc.el (vc-backend-admin): Removed and replaced in the
15102 vc-backend.el files.
15103
15104 * vc.el (Martin): Removed all the annotate functionality since it
15105 is CVS backend specific.
15106
15107 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15108
15109 * spec.txt: Added specification of vc-state.
15110
15111 * vc-sccs-hooks.el (vc-sccs-master-properties):
15112 Remove handling of vc-latest-version and
15113 vc-your-latest-version. What used to be vc-latest-version, is now
15114 returned as vc-workfile-version.
15115 (vc-sccs-workfile-version): Adapt.
15116
15117 2000-09-04 Dave Love <fx@gnu.org>
15118
15119 * vc.el: [Merged from mainline.]
15120 (vc-dired-mode): Make the dired-move-to-filename-regexp
15121 regexp match the date, to avoid treating date as file size.
15122 Add YYYY S option to WESTERN/
15123
15124 2000-09-04 Dave Love <fx@gnu.org>
15125
15126 * vc.el: Require `compile' when compiling.
15127 (vc-logentry-check-hook): New option.
15128 (vc-steal-lock): Use compose-mail.
15129 (vc-dired-mode-map): Defvar when compiling.
15130 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15131 vc-sccs.el and renamed. Callers changed.
15132 (vc-backend-checkout, vc-backend-logentry-check)
15133 (vc-backend-merge-news): Doc fix.
15134 (vc-default-logentry-check): New function.
15135 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15136 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15137 (vc-backend-merge): Doc fix. Use backend functions.
15138 (vc-check-headers): Use backend functions.
15139
15140 * vc-cvs.el: Require vc when compiling.
15141 (vc-cvs-register-switches): Doc fix.
15142 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15143 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15144 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15145 New functions (code from vc.el).
15146 (vc-annotate-display-default): Fix interactive spec.
15147 (vc-annotate-time-span): Doc fix.
15148
15149 * vc-rcs.el: Require vc when compiling.
15150 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15151 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15152 (vc-rcs-checkin): New functions (code from vc.el).
15153 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15154 Doc fix.
15155 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15156
15157 * vc-sccs.el: Require vc when compiling.
15158 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15159 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15160 (vc-sccs-revert)
15161 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15162 from vc.el).
15163 (vc-sccs-add-triple, vc-sccs-record-rename)
15164 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15165 (vc-sccs-admin): Doc fix.
15166
15167 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15168
15169 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15170 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15171 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15172 from vc.el.
15173
15174 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15175
15176 * vc-cvs.el: Moved the annotate functionality from vc.el.
15177 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15178
15179 2000-09-04 Dave Love <fx@gnu.org>
15180
15181 * vc.el (vc-backend-release): Call vc-system-release.
15182
15183 * vc-sccs.el (vc-sccs-system-release):
15184 Renamed from vc-sccs-backend-release.
15185
15186 * vc-rcs.el (vc-rcs-system-release):
15187 Renamed from vc-rcs-backend-release.
15188
15189 * vc-cvs.el (vc-cvs-system-release):
15190 Renamed from vc-cvs-backend-release.
15191
15192 2000-09-04 Dave Love <fx@gnu.org>
15193
15194 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15195 backend files.
15196 (vc-backend-release): Dispatch to backend functions.
15197 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15198 probably needs attention.]
15199
15200 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15201 (vc-sccs-backend-release): New function.
15202
15203 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15204 (vc-cvs-backend-release): New function.
15205
15206 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15207 Doc fix.
15208 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15209 (vc-default-dired-state-info): New function.
15210 (vc-dired-state-info): Dispatch to backends.
15211 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15212
15213 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15214 from vc.el and renamed.
15215
15216 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15217
15218 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15219 (vc-version-other-window, vc-backend-assign-name): Removed
15220 references to vc-latest-version; sometimes changed into
15221 vc-workfile-version.
15222
15223 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15224 vc-rcs-master-workfile-version.
15225 (vc-rcs-workfile-version): Use the above. Don't call
15226 vc-latest-version (that was unreachable code, anyway).
15227 (vc-rcs-fetch-master-properties): Doc fix.
15228
15229 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15230 (vc-backend-hook-functions): Removed them from this list, too.
15231 (vc-fetch-properties): Removed.
15232 (vc-workfile-version): Doc fix.
15233
15234 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15235 (vc-rcs-workfile-version, vc-rcs-locking-user)
15236 (vc-rcs-uses-locking): Use it.
15237
15238 * vc-hooks.el (vc-consult-rcs-headers):
15239 Moved into vc-rcs-hooks.el, under the name
15240 vc-rcs-consult-headers.
15241
15242 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15243 headers.
15244 (vc-cvs-find-master): Use this name only; correct different
15245 versions of the name.
15246
15247 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15248 New functions.
15249 (vc-sccs-locking-user): Use the latter.
15250
15251 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15252 New functions.
15253
15254 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15255 Moved into both
15256 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15257 functions are implementation details of those two backends.
15258
15259 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15260
15261 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15262 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15263
15264 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15265 (vc-sccs-parse-locks): SCCS-specific code moved here from
15266 vc-hooks.
15267
15268 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15269 code moved here from vc-hooks.
15270
15271 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15272 into back-end specific parts and removed. Callers not updated
15273 yet; because I guess these callers will disappear into back-end
15274 specific files anyway.
15275
15276 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15277
15278 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15279 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15280 `vc-uses-locking'.
15281
15282 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15283 Store yes/no in the property, and return t/nil. Updated all
15284 callers.
15285
15286 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15287 vc-sccs-uses-locking. Don't set property.
15288 (vc-sccs-locking-user): Don't set property.
15289
15290 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15291 vc-cvs-uses-locking. Don't set property here; leave that to
15292 vc-hooks.
15293 (vc-cvs-locking-user): Reflect above change. Streamlined.
15294
15295 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15296 vc-rcs-uses-locking.
15297 (vc-rcs-locking-user): Reflect above change.
15298
15299 2000-09-04 Dave Love <fx@gnu.org>
15300
15301 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15302
15303 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15304
15305 * vc-hooks.el (vc-checkout-model): Punt to backends.
15306
15307 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15308
15309 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15310
15311 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15312 New functions.
15313
15314 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15315 New functions.
15316
15317 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15318 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15319
15320 * vc-hooks.el (vc-default-locking-user): New function.
15321 (vc-locking-user, vc-workfile-version): Punt to backends.
15322
15323 2000-09-04 Dave Love <fx@gnu.org>
15324
15325 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15326 (vc-master-workfile-version): Moved from vc-hooks.
15327
15328 * vc-rcs-hooks.el: Fix duplicate code in last change.
15329
15330 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15331 (vc-rcs-master-templates): Improve :type.
15332 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15333 vc-master-workfile-version): Moved from vc-hooks.
15334
15335 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15336 (vc-sccs-master-templates): Improve :type.
15337 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15338
15339 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15340
15341 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15342 (vc-cvs-master-templates): Improve :type. Use
15343 vc-cvs-find-cvs-master.
15344 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15345 from vc-hooks.
15346 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15347
15348 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15349 Moved to vc-cvs-hooks.
15350
15351 * vc-hooks.el: Add doc strings in various places. Simplify the
15352 minor mode setup.
15353 (vc-handled-backends): New user variable.
15354 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15355 simplification.
15356
15357 2000-09-04 Dave Love <fx@gnu.org>
15358
15359 * vc.el: Some doc fixes for autoloaded and interactive functions.
15360 Fix compilation warnings from ediff stuff.
15361 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15362
15363 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15364
15365 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15366
15367 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15368
15369 2000-09-04 Dave Love <fx@gnu.org>
15370
15371 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15372 New variable.
15373 (vc-make-backend-function, vc-loadup, vc-call-backend)
15374 (vc-backend-defines): New functions.
15375
15376 * vc-hooks.el: Various doc fixes.
15377 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15378 (vc-match-substring): Function removed. Callers changed to use
15379 match-string.
15380 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15381 Simplify.
15382
15383 2000-09-04 Dave Love <fx@gnu.org>
15384
15385 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15386 type.
15387 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15388 (vc-sccs-registered): Doc fix.
15389
15390 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15391 (vc-cvs-registered): Doc fix.
15392
15393 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15394 (vc-rcs-registered): Doc fix.
15395
15396 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15397
15398 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15399
15400 * vc-hooks.el: vc-registered has been renamed
15401 vc-default-registered. Some functions have been moved to the
15402 backend specific files. they all support the
15403 vc-BACKEND-registered functions.
15404
15405 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15406
15407 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15408
15409 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15410
15411 2000-09-04 Dave Love <fx@gnu.org>
15412
15413 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15414 menu-bar-update-hook.
15415
15416 * help.el (help-manyarg-func-alist): Add
15417 find-operation-coding-system.
15418
15419 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15420
15421 * custom.el (custom-set-variables): Print message about errors in
15422 setting.
15423
15424 2000-09-03 Andrew Innes <andrewi@gnu.org>
15425
15426 * makefile.w32-in: Change to DOS line endings.
15427
15428 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15429
15430 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15431 minor-mode keymaps, if they don't have one.
15432
15433 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15434
15435 * eshell/esh-module.el (eval-when-compile): Don't lose if
15436 esh-module.el's file name is truncated to DOS 8+3 limits.
15437
15438 2000-09-01 John Wiegley <johnw@gnu.org>
15439
15440 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15441 predicate, which caused entries in the completion list to be
15442 doubled.
15443
15444 2000-08-30 John Wiegley <johnw@gnu.org>
15445
15446 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15447 sending to subprocesses. Also, hook pre-command-hook if
15448 `eshell-send-direct-to-subprocesses' is non-nil.
15449 (eshell-send-direct-to-subprocesses): New config variable. If t,
15450 subprocess input is send immediately.
15451 (eshell-toggle-direct-send): New function.
15452 (eshell-self-insert-command): New function.
15453 (eshell-intercept-commands): New function.
15454 (eshell-send-input): If direct subprocess sending is enabled,
15455 don't echo any input to the Eshell buffer. Let the subprocess
15456 handle that. This requires "stty echo" in bash, for example.
15457
15458 2000-08-28 John Wiegley <johnw@gnu.org>
15459
15460 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15461 completion function for Eshell's implementation of `unset'.
15462
15463 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15464
15465 * info.el (Info-directory-list): Doc fix.
15466
15467 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15468
15469 * filecache.el (file-cache-add-directory-using-find): Don't quote
15470 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15471
15472 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15473
15474 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15475 coding systems.
15476
15477 2000-08-30 Andrew Innes <andrewi@gnu.org>
15478
15479 * timer.el (run-with-idle-timer): Undo last change, so that timer
15480 is not activated immediately if Emacs is already idle. Some
15481 existing code relies on this behaviour.
15482
15483 2000-08-30 Miles Bader <miles@gnu.org>
15484
15485 * frame.el (set-frame-font): Do completion of font-name for
15486 interactive use.
15487
15488 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15489
15490 * international/quail.el (quail-start-translation): Bind locally
15491 last-command-event, last-command, and this-command.
15492 (quail-start-conversion): Likewise.
15493 (quail-self-insert-command): Fix docstring.
15494
15495 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15496
15497 * progmodes/executable.el
15498 (executable-make-buffer-file-executable-if-script-p): Check that
15499 buffer contains at least 2 characters.
15500
15501 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15502
15503 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15504
15505 2000-08-29 Dave Love <fx@gnu.org>
15506
15507 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15508 (diff-mode-shared-map): Bind mouse-2.
15509 (diff-imenu-generic-expression): New variable.
15510 (diff-mode): Use it.
15511
15512 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15513 (mouse-popup-menubar): Add minor mode menus.
15514 (popup-menu): Check for lookup-key returning number.
15515
15516 2000-08-29 Miles Bader <miles@gnu.org>
15517
15518 * comint.el (comint-send-input): Create overlays using the proper
15519 front/read-advance arguments.
15520
15521 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15522
15523 * ps-print.el: Even/odd pages printing. Doc fix.
15524 (ps-print-version): New version number (6.0).
15525 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15526 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15527 (ps-print-duplex-feature): Variable eliminated.
15528 (ps-even-or-odd-pages): New variable.
15529
15530 * progmodes/ebnf2ps.el: Doc fix.
15531 (ebnf-version): New version (3.3).
15532 (ebnf-user-arrow): Change variable customization to sexp.
15533 (ebnf-user-arrow): Function eliminated.
15534 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15535
15536 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15537
15538 * help.el (help-xref-mule-regexp): New variable.
15539 (help-make-xrefs): Handle help-xref-mule-regexp.
15540
15541 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15542 variable.
15543 (describe-input-method): Temporarily activate the specfied input
15544 method to display the information.
15545 (describe-language-environment): Hyperlinks to mule related items.
15546
15547 * international/mule-diag.el (charset-multibyte-form-string): New
15548 function.
15549 (list-character-sets-1): Use charset-multibyte-form-string.
15550 (describe-character-set): New function.
15551 (describe-coding-system): Hyperlinks to safe character sets.
15552
15553 * international/quail.el (quail-help): New arg PACKAGE.
15554 Hyperlinks to mule related items.
15555 (quail-help-insert-keymap-description): Use
15556 substitute-command-keys instead of describe-bindings.
15557 (quail-translation-help): Hyperlinks to mule related items.
15558
15559 2000-08-28 John Wiegley <johnw@gnu.org>
15560
15561 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15562 have a defsubst call itself. Made `eshell-flatten-list' back into
15563 a function again.
15564
15565 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15566 catch, in case re-centering point at bottom messes up the display.
15567 This happens frequently in Emacs 21, due I believe to variable
15568 line heights.
15569
15570 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15571 to call `find-tag-interactive'.
15572
15573 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15574 the list of remember directories.
15575
15576 2000-08-28 John Wiegley <johnw@gnu.org>
15577
15578 * align.el: Test align-region-separate to see if it's a symbol.
15579
15580 2000-08-28 John Wiegley <johnw@gnu.org>
15581
15582 * eshell/esh-util.el (eshell-flatten-list): Made this function
15583 into a defsubst form. It gets used very frequently, although
15584 calls don't occur all that often.
15585
15586 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15587 examining it.
15588
15589 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15590 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15591 `eshell-protect'.
15592 (eshell-copy-handles): Created a new macro for duplicating the
15593 current set of open handles. This is needed by the looping
15594 functions.
15595 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15596 is not incorrectly stomped on.
15597
15598 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15599 declaration for pcomplete-use-paring.
15600 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15601 value of eshell-cmpl-use-paring.
15602 * pcomplete.el (pcomplete-use-paring): New config variable, to
15603 indicate whether paring should be used.
15604 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15605 completion alternatives that have already been used.
15606
15607 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15608 bound to C-c C-y, which will repeat the previous N arguments
15609 (based on prefix argument).
15610 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15611
15612 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15613 if there is no *Help* buffer. This is for XEmacs, which renames
15614 its help buffers uniquely. TODO: Find out what the current buffer
15615 name to delete is.
15616
15617 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15618 first entry that correlates to a passwd/group number. Later
15619 entries (used for group/user name aliasing to multiple IDs) are
15620 ignored.
15621
15622 * eshell/em-xtra.el (eshell/expr):
15623 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15624 (eshell-grep, eshell/diff, eshell/locate):
15625 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15626 argument list, before passing it to the system command.
15627
15628 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15629 `find-tag' for use at final position in Eshell buffers (which
15630 otherwise triggers an error on Emacs 21).
15631 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15632 buffer, if it is currently bound to `find-tag'.
15633
15634 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15635 in the list of matched Makefile names.
15636 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15637 directory, prefer its contents to Makefile.
15638
15639 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15640 directory parts (like "cd old new", or "cd =regexp"), are now case
15641 sensitive on non-Windows/DOS platforms.
15642
15643 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15644 types RET after an open delimiter (like "), display a message
15645 indicating that Eshell is waiting for the closing delimiter.
15646
15647 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15648 environment variables.
15649
15650 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15651 gracefully if the user enters incorrect arguments.
15652
15653 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15654 Eshell buffers.
15655
15656 * eshell/esh-var.el (eshell-interpolate-variable):
15657 * eshell/esh-mode.el (eshell-move-argument):
15658 * eshell/em-unix.el (eshell-du-sum-directory):
15659 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15660 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15661 (not (= ...)).
15662
15663 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15664 to ensure the `preserve' flag gets propagated when doing recursive
15665 directory copies.
15666
15667 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15668
15669 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15670 Don't convert \n into \0177 in memory.
15671 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15672 and back again, when reading and writing.
15673
15674 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15675
15676 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15677 testing of `fboundp' on `processp'.
15678
15679 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15680 (eshell/jobs): Don't call process-list if it is not bound.
15681 (eshell-gather-process-output): Support systems where async
15682 subprocesses aren't supported.
15683 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15684 variables.
15685
15686 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15687 eshell-do-eval returns t.
15688 (eshell-do-pipelines-synchronously): New defmacro.
15689 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15690 when async subprocesses aren't supported.
15691 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15692 if async subprocesses aren't supported.
15693 (eshell-resume-command): Don't assume STATUS is a string.
15694
15695 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15696
15697 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15698 (eshell-close-target, eshell-get-target): Use eshell-processp.
15699 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15700 fix.
15701 (eshell-get-target, eshell-create-handles): Doc fix.
15702
15703 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15704
15705 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15706 criterion to include commands that output something, as long as it
15707 leaves both the command and the end-of-buffer visible when the
15708 command has exited.
15709 (eshell-review-quick-commands): Adjust the help doc string
15710 accordingly.
15711
15712 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15713
15714 * locate.el (locate): Cleaned up locate command's interactive prompting
15715 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15716
15717 * filecache.el (file-cache-case-fold-search): New variable
15718 (file-cache-assoc-function): New variable
15719 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15720 Use file-cache-case-fold-search variable
15721 (file-cache-add-file): Use file-cache-assoc-function
15722 (file-cache-delete-file): likewise
15723 (file-cache-directory-name): likewise
15724 (file-cache-debug-read-from-minibuffer): likewise
15725
15726 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15727
15728 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15729 (abbrev-table-name): New function.
15730 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15731 If non-nil list local abbrev, only.
15732
15733 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15734
15735 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15736 from Gnus support code, and use special article copy buffer
15737 `(gnus-original-article-buffer)' instead. This allows to get rid
15738 of article-hide-headers usage (which breaks in the latest Gnus
15739 version). Thanks to Detlev Zundel.
15740
15741 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15742
15743 * international/quail.el (quail-use-package): Hide "... loaded"
15744 message.
15745 (quail-start-translation, quail-start-conversion): Likewise.
15746
15747 * international/kkc.el (kkc-region): Hide "... loaded" message.
15748
15749 2000-08-27 Dave Love <fx@gnu.org>
15750
15751 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15752
15753 2000-08-27 Miles Bader <miles@gnu.org>
15754
15755 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15756
15757 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15758
15759 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15760 'ja-dic-cnv), not (require 'skkdic-cnv).
15761
15762 2000-08-26 Miles Bader <miles@gnu.org>
15763
15764 * faces.el (face-x-resources): Add entry for :inherit.
15765 * cus-face.el (custom-face-attributes): Add support for :inherit
15766 attribute. Add support for relative face heights.
15767 (custom-face-attributes-get): Treat `nil' as being a default value
15768 for :inherit (as well as `unspecified').
15769
15770 * faces.el (set-face-attribute): Update doc string.
15771 (face-attribute-name-alist): Add :inherit.
15772 (face-valid-attribute-values): Handle :inherit.
15773 (face-read-string): Rephrase prompt to be less confusing.
15774 Assume that DEFAULT is a string, since we must return a string.
15775 (face-read-integer): Use `format' to turn DEFAULT into an
15776 acceptable default for face-read-string. Match NEW-VALUE against
15777 the string "unspecified", not the symbol `unspecified', since
15778 that's what face-read-string returns.
15779 (read-face-attribute): Lookup a name for old-value in valid, and
15780 use it as a default if we find one. Treat all values from
15781 face-read-string as strings. If the default is used, don't do any
15782 more processing on the value, just use the old value directly.
15783 (read-face-and-attribute, modify-face): Tweak prompt.
15784 (read-face-name): Don't assume prompt ends with a space.
15785
15786 * faces.el (describe-face): Add support for :inherit attribute.
15787
15788 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15789
15790 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15791 concat doesn't accept interger.
15792
15793 * international/kkc.el: Remove SKK from Keywords. Require
15794 ja-dic-utl instead of skkdic-utl.
15795
15796 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15797 Provide ja-dic-cnv instead of skkdic-cnv.
15798 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15799 (iso-2022-7bit-short): Add safe-charsets property.
15800 (skkdic-convert-postfix): Search Japanese chou-on character in
15801 addition to Hiragana character.
15802 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15803 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15804 (batch-skkdic-convert): Likewise.
15805
15806 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15807 Provide ja-dic-utl instead of skkdic-utl.
15808 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15809
15810 2000-08-24 Dave Love <fx@gnu.org>
15811
15812 * disp-table.el (standard-display-default): Make the test of `l'
15813 useful.
15814
15815 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15816 mod sample text.
15817
15818 * international/iso-ascii.el: Make pilcrow convenient string
15819 consistent with section.
15820 (iso-ascii-display): Set up multibyte characters as well as
15821 unibyte.
15822
15823 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15824
15825 * international/mule-cmds.el (reset-language-environment): Set
15826 default-process-coding-system to '(undecided . iso-latin-1), which
15827 makes process I/O almost consistent with file I/O. Call this
15828 function when mule-cmds.el[c] is loaded.
15829
15830 2000-08-22 Andrew Innes <andrewi@gnu.org>
15831
15832 * makefile.w32-in: New file.
15833
15834 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15835
15836 * comint.el (comint-output-filter): Compare end of
15837 comint-last-output-overlay with the start of the newly inserted
15838 text, not the end, when deciding whether to extend it.
15839 Set saved-point's insertion type to advance after insertion.
15840
15841 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15842 since this is now done independently of font-lock mode.
15843
15844 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15845
15846 * server.el (server-kill-new-buffers): New user option.
15847 (server-existing-buffer): New buffer-local variable.
15848 (server-visit-files): When using an existing buffer, set
15849 server-existing-buffer to t.
15850 (server-buffer-done): If server-kill-new-buffers is t, kill the
15851 buffer, unless it was already present before visiting it with
15852 Emacs server.
15853
15854 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15855
15856 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15857 even if the display doesn't support colors: some displays will
15858 support bold/underline faces.
15859
15860 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15861
15862 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15863
15864 * startup.el (command-line): If user's init file had an error,
15865 add explanatory text to *Messages*.
15866
15867 2000-08-21 Kenichi Handa <handa@etl.go.jp>
15868
15869 * man.el (Man-getpage-in-background): Decode the process output by
15870 the system locale coding system.
15871
15872 2000-08-20 Dave Love <fx@gnu.org>
15873
15874 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15875 Don't test x-popup-menu.
15876 (function) <complete-function>: Complete only fbound symbols.
15877 <validate, value>: New.
15878 (variable) <complete-function>: Complete only bound symbols.
15879 (coding-system): Add :base-only, :complete-function, :validate,
15880 :value, :prompt-match.
15881 (widget-coding-system-prompt-value): Use read-coding-system and
15882 act on :base-only.
15883 (editable-field): Add :help-echo.
15884 (widget-push-button-gui, widget-push-button-cache)
15885 (widget-gui-action, widget-editable-list-gui): COmment out, along
15886 with uses.
15887 (widget-at): Make arg optional.
15888 (widget-echo-help): Adjust for current help-echo calling sequence.
15889 (widget-specify-field, widget-specify-button)
15890 (widget-specify-insert, widget-get-sibling, widget-image-find)
15891 (widget-convert, widget-insert, widget-leave-text)
15892 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15893 (widget-setup, widget-field-find, widget-before-change)
15894 (widget-after-change, widget-default-complete)
15895 (widget-default-create, widget-default-delete)
15896 (widget-push-button-value-create, editable-field)
15897 (widget-field-prompt-value, widget-field-validate)
15898 (widget-choice-value-create, widget-choice-action)
15899 (widget-choice-validate, widget-checklist-add-item)
15900 (widget-radio-add-item, widget-radio-chosen)
15901 (widget-radio-value-inline, widget-editable-list-value-create)
15902 (widget-editable-list-entry-create)
15903 (widget-documentation-link-add)
15904 (widget-documentation-string-value-create)
15905 (widget-regexp-validate, widget-file-complete)
15906 (widget-sexp-validate, widget-plist-convert-widget)
15907 (widget-plist-convert-widget, widget-alist-convert-widget)
15908 (widget-alist-convert-widget, widget-color-complete): Simplify,
15909 particularly to avoid bindings which aren't optimized out.
15910
15911 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
15912 Doc fix.
15913 (down-list, backward-up-list, up-list, kill-sexp)
15914 (backward-kill-sexp, mark-sexp): Make arg optional.
15915 (lisp-complete-symbol): Add optional arg PREDICATE.
15916
15917 * cus-start.el: Add display-buffer-reuse-frames,
15918 file-coding-system-alist.
15919
15920 2000-08-20 Gerd Moellmann <gerd@gnu.org>
15921
15922 * startup.el (command-line): Clear realized faces after
15923 modifying TTY color mappings.
15924
15925 2000-08-20 Miles Bader <miles@gnu.org>
15926
15927 * faces.el (face-attr-match-p): Don't return true if ATTRS are
15928 merely a subset of FACE's attributes.
15929
15930 2000-08-19 Miles Bader <miles@gnu.org>
15931
15932 * comint.el (comint-output-filter): Save the point with a marker,
15933 not just a buffer position.
15934
15935 * international/mule.el (set-buffer-process-coding-system): Make
15936 interactive prompt less confusing.
15937
15938 2000-08-19 Gerd Moellmann <gerd@gnu.org>
15939
15940 * hilit-chg.el: General cleanup of doc strings, comments and
15941 code formatting.
15942
15943 2000-08-19 Miles Bader <miles@gnu.org>
15944
15945 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
15946 Compiler macro removed; beginning-of-line is no longer always
15947 equivalent to forward-line, in the presence of fields.
15948
15949 * comint.el (comint-output-filter): Remove ad-hoc saving of
15950 restriction, and just use save-restriction, now that it works
15951 correctly. Don't adjust comint-last-input-start to account for
15952 our insertion; it shouldn't have moved because we don't use
15953 insert-before-markers anymore. Comment out call to
15954 `force-mode-line-update'; why is it here?
15955
15956 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
15957 while checking for prompt to delete. Use `forward-line 0'
15958 instead of beginning-of-line.
15959 (gud-filter): Temporarily widen gud comint buffer while
15960 examining output.
15961
15962 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
15963
15964 * progmodes/sh-script.el: Big bag of typos.
15965
15966 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
15967 check since ispell-process is not bound when ispell is not yet loaded.
15968
15969 2000-08-18 Dave Love <fx@gnu.org>
15970
15971 * image.el (find-image): Copy `spec' before using plist-put.
15972
15973 2000-08-18 Gerd Moellmann <gerd@gnu.org>
15974
15975 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
15976 `portugues'.
15977
15978 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
15979 backward-kill-sexp, analogous to kill-sexp.
15980
15981 * progmodes/icon.el (icon-indent-line)
15982 (icon-is-continuation-line): Handle comments specially.
15983
15984 2000-08-17 Ken Stevens <k.stevens@ieee.org>
15985
15986 * ispell.el: Set to standard author/maintainer/keyword fields.
15987 Fine tuning to menu map appearance and operation, and added help.
15988 Remove `start' and `end' error messages when compiling.
15989 (ispell-choices-win-default-height): Fixed comment string.
15990 (ispell-dictionary-alist-1): Fixed regexp in castellano and
15991 castellano8 dictionaries.
15992 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
15993 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
15994 dictionary, added italiano dictionary.
15995 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
15996 word character
15997 (ispell-tex-skip-alists): Added psfig support.
15998 (ispell-skip-html): Renamed from ispell-skip-sgml.
15999 (ispell-begin-skip-region-regexp, ispell-skip-region)
16000 (ispell-minor-check): Improved html skipping support to skip across
16001 code, and recognize `&' commands without propper `;' syntax;
16002 (ispell-process-line): Fix alignment error when manually
16003 correcting spelling.
16004 (ispell): Fix comment string.
16005 (ispell-add-per-file-word-list): Always put word list on new line.
16006
16007 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16008
16009 * format.el (format-encode-run-method): Fix error message to say
16010 `encode' instead of `decode'. Use save-window-excursion around
16011 shell-command-on-region as in format-decode-run-method because
16012 shell-command-on-region can display a buffer with error output.
16013 (format-decode): Don't record undo information for the decoding.
16014 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16015 that number part of the temporary buffer name so that more than
16016 one decoding using a temporary buffer can happen safely.
16017
16018 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16019 of `A-z' in the regexp.
16020
16021 * hilit-chg.el: Fix typos in commentary.
16022
16023 * help.el (view-emacs-news): Rewritten for new naming scheme
16024 for old NEWS files.
16025
16026 * startup.el (command-line): Pop to *Messages* in case an error
16027 is signaled while loading user-init-file.
16028
16029 2000-08-17 Andreas Schwab <schwab@suse.de>
16030
16031 * files.el (insert-directory): Don't lose original file name,
16032 undoing an undocumented change.
16033
16034 2000-08-17 Alex Schroeder <alex@gnu.org>
16035
16036 * sql.el (sql-magic-go): Use comint-bol.
16037 (sql-copy-column): Use comint-line-beginning-position.
16038 (comint-line-beginning-position): Define a replacement for
16039 comint-line-beginning-position if it is not fboundp.
16040
16041 2000-08-17 Alex Schroeder <alex@gnu.org>
16042
16043 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16044 it didn't have any effect anyway.
16045
16046 2000-08-17 Alex Schroeder <alex@gnu.org>
16047
16048 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16049 --pset and pager=off instead of sending \\o|cat at the beginning
16050 of the session.
16051
16052 2000-08-17 Miles Bader <miles@gnu.org>
16053
16054 * progmodes/octave-inf.el: Add compatibility definition of
16055 comint-line-beginning-position.
16056
16057 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16058
16059 * startup.el (normal-top-level): Look in each dir in load-path for
16060 a leim-list.el file too. This assures of loading leim-list.el
16061 that is created at Emacs installation time even if a user have his
16062 own leim-list.el.
16063
16064 2000-08-17 Miles Bader <miles@gnu.org>
16065
16066 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16067 foreground color to black if the background is dark.
16068
16069 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16070
16071 * loadhist.el (unload-feature): Typo.
16072
16073 * finder.el (finder-compile-keywords):
16074 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16075 to the generated file.
16076
16077 * mail/mh-e.el (mh-make-local-vars):
16078 Replace make-variable-buffer-local with make-local-variable.
16079
16080 * play/landmark.el:
16081 * options.el (Edit-options-{set,toggle,t,nil}):
16082 * mail/mailabbrev.el (mail-abbrevs-mode):
16083 * textmodes/tex-mode.el (tex-expand-files):
16084 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16085
16086 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16087
16088 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16089 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16090 Allow going past the last element.
16091 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16092 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16093 (cvs-mouse-toggle-mark): Don't move point.
16094 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16095
16096 * progmodes/compile.el (grep): Provide a default set of files.
16097 (next-error): Docstring fix.
16098 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16099
16100 * emacs-lisp/easy-mmode.el (define-minor-mode):
16101 Use `symbol-value' to keep the byte-compiler quiet.
16102
16103 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16104 (diff-find-source-location): New fun, extracted from diff-goto-source.
16105 (diff-goto-source): Use it.
16106 (diff-next-complex-hunk, diff-filter-lines): New function.
16107 (diff-apply-hunk): New command.
16108
16109 * smerge-mode.el (smerge-mode-menu): Doc fix.
16110
16111 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16112
16113 2000-08-16 Dave Love <fx@gnu.org>
16114
16115 * windmove.el (windmove) <defgroup>: Add :version.
16116
16117 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16118 (goto-address-fontify-p, goto-address-highlight-p)
16119 (goto-address-url-face, goto-address-url-mouse-face)
16120 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16121 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16122 (goto-address-fontify, goto-address-at-mouse): Simplify,
16123 (goto-address-at-point): browse-url-url-at-point,
16124 goto-address-find-address-at-point can return nil.
16125 (goto-address-find-address-at-point): Return nil on failure.
16126
16127 * align.el (align) <defgroup>: Add :version.
16128
16129 * calculator.el (calculator): Add :version.
16130 (calculator): Use two lines for calculator window if `modeline'
16131 face is boxed.
16132
16133 * play/5x5.el: Doc fixes.
16134 (5x5) <defgroup>: Add :version.
16135
16136 * play/fortune.el (fortune) <defgroup>: Add :version.
16137 (fortune-append): Fix error message.
16138 (fortune-from-region): Doc fix.
16139
16140 * play/pong.el (pong): Doc fix.
16141
16142 * play/morse.el: Keywords, commentary, autoloads.
16143
16144 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16145
16146 * desktop.el (desktop-save): Don't look at symbol-value of a
16147 member of minor-mode-alist, unless it is boundp.
16148
16149 2000-08-16 Sam Steingold <sds@gnu.org>
16150
16151 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16152 `while'; use `with-current-buffer' instead of `save-excursion'.
16153 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16154
16155 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16156
16157 * international/ccl.el (declare-ccl-program): Docstring modified.
16158 (ccl-execute-with-args): Likewise.
16159
16160 2000-08-16 Miles Bader <miles@gnu.org>
16161
16162 * progmodes/sql.el: Add compatibility definition of
16163 comint-line-beginning-position.
16164
16165 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16166
16167 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16168 'buffer-menu' property.
16169 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16170 fails.
16171 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16172 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16173 wasn't killed.
16174
16175 * buff-menu.el (list-buffers-noselect): Don't display the
16176 *Buffer List* buffer.
16177
16178 * font-lock.el: Require jit-lock to prevent a very late
16179 `Loading jit-lock' message.
16180
16181 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16182 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16183 mail address.
16184
16185 2000-08-15 Miles Bader <miles@gnu.org>
16186
16187 * textmodes/ispell.el (ispell-graphic-p): New constant.
16188 (ispell-choices-win-default-height, ispell-help): Use
16189 `ispell-graphic-p' instead of `xemacsp'.
16190
16191 2000-08-15 Dave Love <fx@gnu.org>
16192
16193 * simple.el: Autoload widget-convert when compiling.
16194 (mail-user-agent): Doc fix.
16195
16196 * help.el (function-called-at-point, variable-at-point): Use
16197 with-syntax-table.
16198 (help-manyarg-func-alist): Add insert-and-inherit.
16199
16200 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16201
16202 * delsel.el (delsel-unload-hook): New function.
16203
16204 * find-file.el: Doc fixes. Move provide to end.
16205 (ff) <defgroup>: Add :link.
16206 (ff-goto-click): Deleted.
16207 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16208 Use mouse-set-point.
16209
16210 * textmodes/tildify.el: Doc fixes.
16211 (tildify) <defgroup>: Add:version.
16212
16213 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16214 (glasses-custom-set): Use set-default, not set.
16215 (minor-mode-alist): Propertize the lighter.
16216 (glasses-mode): Provide optional arg.
16217
16218 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16219 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16220 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16221 option. Provide :type.
16222 (cwarn-configuration): Provide :type.
16223 (cwarn-mode): Doc fix.
16224
16225 * add-log.el (change-log-merge): Doc fix.
16226 (change-log-redate): New command.
16227
16228 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16229 Doze and Dog.
16230 (browse-url): Use dolist, not mapcar.
16231 (browse-url-at-point): Check for null url.
16232 (browse-url-event-buffer, browse-url-event-point): Functions
16233 deleted.
16234 (browse-url-at-mouse, browse-url-netscape): Simplify.
16235
16236 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16237 modes.
16238 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16239 Fix previous change to mapcan.
16240 (msb--init-file-alist, msb--add-separators)
16241 (msb--make-keymap-menu): Simplify.
16242 (msb--choose-file-menu): Use copy-sequence.
16243 (msb-mode-map): Add title to keymap.
16244 (msb-unload-hook): New function.
16245
16246 * bs.el: Fix indentation.
16247 (bs) <defgroup>: Add :links.
16248 (bs-show): Doc fix.
16249 (bs-apply-sort-faces): Don't use window-system.
16250 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16251
16252 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16253
16254 * calendar/timeclock.el (timeclock-file): Run .timelog through
16255 convert-standard-filename.
16256
16257 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16258
16259 * emacs-lisp/authors.el: New file.
16260
16261 * paren.el (show-paren-priority): New user option.
16262 (show-paren-function): Set overlay priorities to
16263 show-paren-priority.
16264
16265 2000-08-14 Miles Bader <miles@gnu.org>
16266
16267 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16268 beginning-of-line with inhibit-field-text-motion bound.
16269
16270 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16271
16272 * calendar/timeclock.el: New file.
16273
16274 2000-08-14 David Ponce <david@dponce.com>
16275
16276 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16277 `widget-button-click'. so that one can use left mouse button to
16278 click on dialog buttons.
16279
16280 2000-08-14 Emmanuel Briot <briot@gnat.com>
16281
16282 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16283 identifiers, since XML is case sensitive
16284
16285 2000-08-12 Miles Bader <miles@gnu.org>
16286
16287 * comint.el (comint-output-filter): Don't bother frobbing
16288 window-start, it doesn't seem to be necessary.
16289
16290 * comint.el (comint-send-string, comint-send-region): Make into
16291 real functions. Snapshot the prompt before sending.
16292
16293 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16294
16295 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16296 technique similar to Info-index, instead of relying on specific
16297 names of relevant Index nodes.
16298 (Info-goto-emacs-command-node): Bind Info-history to nil when
16299 going to the first node found by Info-find-emacs-command-nodes.
16300
16301 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16302
16303 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16304
16305 2000-08-10 Miles Bader <miles@gnu.org>
16306
16307 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16308
16309 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16310
16311 * info.el (Info-file-list-for-emacs): More elements for the
16312 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16313 and woman manuals.
16314
16315 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16316
16317 * comint.el (comint-send-input): Make the newline boundary overlay
16318 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16319 (comint-output-filter): Use `insert' instead of
16320 `insert-before-markers'. Extend comint-last-output-overlay when
16321 necessary since we can't rely on insert-before-markers to do it.
16322 * gud.el (gud-filter): Use `with-current-buffer' instead of
16323 save-excursion when inserting the output, so that point gets
16324 updated correctly; the old method relied on a rather dodgy
16325 side-effect of comint-output-filter to avoid the effect of
16326 save-excursion.
16327
16328 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16329
16330 * files.el (recover-file): Call insert-directory instead of
16331 invoking `ls' directly.
16332
16333 2000-08-10 Miles Bader <miles@gnu.org>
16334
16335 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16336 (comint-last-prompt-overlay): New variables.
16337 (comint-output-filter): Implement prompt highlighting.
16338 (comint-snapshot-last-prompt): New function.
16339 (comint-send-input): Snapshot the last prompt.
16340 Use comint-highlight-input-face.
16341 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16342 Use defface instead of defcustom.
16343 (send-invisible, comint-send-eof): Snapshot the last prompt.
16344 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16345 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16346
16347 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16348
16349 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16350 (regexp-opt-group): Use a list of chars for `letters'.
16351 (regexp-opt-charset): `chars' is now a list of chars.
16352 Use a char-table rather than a vector so it works for multibyte chars.
16353
16354 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16355 Set cvs-minor-current-files to the selected fileinfo.
16356 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16357 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16358
16359 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16360
16361 * files.el (insert-directory): Don't call access-file on
16362 directories on DOS and Windows.
16363
16364 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16365
16366 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16367 longer if necessary.
16368 (ccl-embed-code): Call ccl-embed-data to store CODE in
16369 ccl-program-vector.
16370
16371 2000-08-09 Miles Bader <miles@gnu.org>
16372
16373 * comint.el (comint-output-filter): Properly handle the case where
16374 the text surrounded by comint-last-output-overlay was deleted.
16375
16376 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16377
16378 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16379 non-nil.
16380 (Info-file-list-for-emacs): Remove "info" from the list because
16381 that leads to trying to use the documentation from file `info'
16382 in various situations where it isn't appropriate, for instance
16383 C-h C-k C-h i.
16384
16385 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16386 DIR and/or STRING are nil.
16387
16388 * progmodes/compile.el (compilation-setup): Make variable
16389 compilation-error-screen-columns buffer-local, as some comment
16390 in the code suggests it should be.
16391
16392 * files.el (auto-mode-interpreter-regexp): New variable.
16393 (set-auto-mode): Use it.
16394
16395 * indent.el (indent-for-tab-command): Doc fix.
16396
16397 * mouse-sel.el (mouse-sel-mode): Doc fix.
16398
16399 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16400 labels.
16401
16402 * help.el (print-help-return-message): When
16403 display-buffer-reuse-frames is set, let the help window been quit,
16404 instead of deleting it, which might delete a reused frame.
16405
16406 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16407
16408 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16409 rename a directory to a name that differs only by its letter case.
16410
16411 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16412
16413 * international/quail.el (quail-define-rules): Handle Quail decode
16414 map correctly. Add code for supporting annotations.
16415 (quail-install-decode-map): New function.
16416 (quail-defrule-internal): New optional arguments decode-map and
16417 props.
16418 (quail-advice): New function.
16419
16420 2000-08-07 Sam Steingold <sds@gnu.org>
16421
16422 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16423 `defconst', `define-condition', `with-slots'.
16424 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16425
16426 2000-08-03 Miles Bader <miles@gnu.org>
16427
16428 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16429 New variable.
16430 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16431 comint-use-prompt-regexp-instead-of-fields.
16432 (comint-send-input): Add `input' field property to stuff we send to
16433 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16434 (comint-output-filter): Add `output' field property to process
16435 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16436 (comint-replace-by-expanded-history)
16437 (comint-get-old-input-default, comint-show-output)
16438 (comint-backward-matching-input, comint-forward-matching-input)
16439 (comint-next-prompt, comint-previous-prompt): Use field
16440 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16441 (comint-line-beginning-position): New function.
16442 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16443 (comint-replace-by-expanded-history-before-point): Use
16444 comint-line-beginning-position and line-end-position.
16445 (comint-last-output-overlay): New variable.
16446 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16447
16448 * shell.el (shell-prompt-pattern): Doc change.
16449 (shell-backward-command): Use line-beginning-position.
16450
16451 * gud.el (gud-gdb-complete-command): Use
16452 comint-line-beginning-position.
16453
16454 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16455 comint-bol doesn't actually go to the beginning of the line.
16456
16457 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16458 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16459 (try-expand-line-all-buffers): Likewise.
16460
16461 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16462 explicitly matching comint-prompt-regexp.
16463 (sql-copy-column): Use comint-line-beginning-position instead of
16464 explicitly matching comint-prompt-regexp.
16465
16466 * progmodes/octave-inf.el (inferior-octave-complete): Use
16467 comint-line-beginning-position.
16468
16469 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16470
16471 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16472 looking for a prompt, use `forward-line 0' instead of
16473 `beginning-of-line', to avoid getting caught by an input field.
16474
16475 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16476
16477 * files.el (shell-quote-wildcard-pattern): Make sure to return
16478 PATTERN, in the Unix case.
16479
16480 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16481
16482 * play/zone.el (zone): Discard any pending input before running
16483 the randomly-chosen pgm.
16484
16485 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16486
16487 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16488 checking the existence of any multibyte characters.
16489
16490 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16491
16492 * help.el (describe-mode): Test minor-mode symbol for being
16493 bound before testing its value for being nil.
16494
16495 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16496 `first', `second', and `third'.
16497
16498 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16499 (second): Make it an alias for `cadr'.
16500
16501 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16502
16503 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16504 types of display support faces now.
16505
16506 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16507
16508 * pcvs.el (require): Require `cl' during compilation, only.
16509
16510 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16511 (toplevel): Remove `remq' and `remove' from autoloads.
16512 (cl-fake-autoloads): New variable. If set, arrange for an error
16513 when CL functions etc. are autoloaded.
16514
16515 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16516
16517 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16518
16519 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16520 popped up, but the user clicks outside the menu, return an empty
16521 regexp (that causes unhighlight-regexp to have no effect).
16522
16523 * menu-bar.el (menu-bar-games-menu): Add Zone.
16524
16525 * hi-lock.el (toplevel): Require font-lock.
16526
16527 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16528
16529 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16530 (ebnf-8-bit-chars): New var for bug fix.
16531 (ebnf-string): Bug fix.
16532
16533 2000-08-03 Sam Steingold <sds@gnu.org>
16534
16535 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16536 instead of `buffer-string'.
16537 (require 'cl): Always, not just when compiling.
16538 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16539 necessary.
16540
16541 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16542
16543 * international/mule-cmds.el (select-safe-coding-system): Make
16544 the message text about selecting a safe coding system more clear.
16545
16546 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16547
16548 * hi-lock.el: New file.
16549
16550 * play/zone.el: New file.
16551
16552 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16553 value of tab-width in the original buffer. Choose a line number
16554 format that's a multiple of the original buffer's tab width, so
16555 that lines appear right.
16556
16557 * textmodes/ispell.el (ispell): New function, replacing an alias.
16558 Spell-check active region if in transient-mark-mode and mark
16559 is active; otherwise spell-check buffer.
16560
16561 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16562
16563 * ps-mule.el: Fix a customization problem on
16564 ps-mule-font-info-database-default.
16565
16566 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16567
16568 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16569 display-mouse-p instead of window-system.
16570 (ebrowse-member-mode-map): Ditto.
16571
16572 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16573
16574 * progmodes/ebnf2ps.el: Update ps-print functions call.
16575 Indentation fix. Doc fix.
16576 (ebnf-version): New version number (3.2).
16577 (ebnf-format-color, ebnf-begin-job): Code fix.
16578
16579 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16580
16581 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16582 font lock support on window-system.
16583 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16584
16585 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16586 display-color-p, if fboundp, instead of window-system.
16587
16588 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16589
16590 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16591 instead of window-system.
16592
16593 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16594 window-system.
16595 (widget-choice-mouse-down-action): Use display-popup-menus-p
16596 instead of window-system.
16597
16598 * strokes.el (strokes-file): Run the file name through
16599 convert-standard-filename.
16600 (strokes-mode): Call display-mouse-p instead of looking at
16601 window-system. Change the error message accordingly.
16602
16603 * progmodes/cpp.el (toplevel): Support faces on tty's.
16604
16605 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16606 (lm-plot-square, lm-init-display): Don't use window-system.
16607
16608 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16609 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16610
16611 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16612 instead of looking at window-system.
16613
16614 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16615
16616 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16617 of testing if iswitchb-prepost-hooks is bound, because the
16618 latter will always be true when invoking a recursive minibuffer
16619 from an active Iswitchb buffer.
16620
16621 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16622
16623 * files.el (shell-quote-wildcard-pattern): New function.
16624 (insert-directory): Call it. Only prepend "\" to command on Unix
16625 and GNU/Linux systems.
16626
16627 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16628
16629 * eshell/esh-groups.el: Change custom :link file names
16630 from `eshell.info' to `eshell'.
16631
16632 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16633
16634 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16635 correctly in recursive ange-ftp listings.
16636
16637 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16638
16639 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16640 ps-header-font-size-internal and
16641 ps-header-title-font-size-internal variables are not set,
16642 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16643 face text property is (foreground-color . COLOR) or
16644 `(background-color . COLOR)', ps-print crashes. Doc fix.
16645 (ps-print-version): New version number (5.2.4).
16646 (ps-plot-region): Code fix.
16647 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16648 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16649 Bug fix 2.
16650
16651 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16652
16653 * glasses.el (glasses-make-readable): Fix uncapitalization of
16654 identifiers like `myXMLDocument'.
16655
16656 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16657
16658 * mail/mail-hist.el (mail-hist-previous-input)
16659 (mail-hist-next-input): Do the obvious code factorization.
16660 (mail-hist-retrieve-and-insert): New func, contains common
16661 code of above two.
16662 If inserting a message body, leave point at top.
16663
16664 2000-07-28 Sam Steingold <sds@gnu.org>
16665
16666 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16667 Use `<=', not `<' to compare times!
16668 (ange-ftp-ls): Remove.
16669
16670 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16671
16672 * play/cookie1.el: Add explanation of how to make cookie.el
16673 compatible with strfile(1) to comment.
16674
16675 * subr.el (remove, remq): New functions.
16676
16677 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16678 escape `*' in regexps.
16679 (midnight-find): Reverse order of arguments in the funcall of
16680 TEST.
16681
16682 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16683 and `.class'.
16684
16685 * play/meese.el: Add Commentary section.
16686
16687 2000-07-27 Alex Schroeder <alex@gnu.org>
16688
16689 * sql.el (sql-ms): Added autoload cookie.
16690 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16691 (sql-oracle): Ditto.
16692 (sql-help): Doc change.
16693
16694 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16695 types and exceptions.
16696
16697 2000-07-27 Alex Schroeder <alex@gnu.org>
16698
16699 * sql.el (sql-placeholder-history): New variable.
16700 (sql-query-placeholders-and-send): New function that will query
16701 the user and replace placeholders with user input.
16702 (sql-oracle): If running on NT, set comint-input-sender to
16703 sql-query-placeholders-and-send.
16704
16705 (sql-stop): If in the SQLi buffer, insert stop notification, else
16706 present it as a message.
16707
16708 2000-07-27 Alex Schroeder <alex@gnu.org>
16709
16710 * sql.el (sql-input-ring-separator): Doc change.
16711 (sql-input-ring-file-name): Doc change.
16712 (sql-interactive-mode): Use `sql-input-ring-separator' and
16713 `sql-input-ring-file-name' to set the comint-mode equivalents
16714 without making them local variables.
16715 (sql-stop): Don't bind `sql-input-ring-separator' and
16716 `sql-input-ring-file-name' dynamically to their comint-mode
16717 equivalents.
16718
16719 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16720
16721 * international/mule.el (register-char-codings): New function.
16722 (make-coding-system): Handle `safe-chars' specification in the arg
16723 PROPERTY.
16724
16725 * international/mule-cmds.el
16726 (find-coding-systems-region-subset-p): This function deleted.
16727 (sort-coding-systems-predicate): New variable.
16728 (sort-coding-systems): New function.
16729 (find-coding-systems-region): Use
16730 find-coding-systems-region-internal.
16731 (find-coding-systems-string): Use find-coding-systems-region.
16732 (find-coding-systems-for-charsets): Check
16733 char-coding-system-table.
16734 (select-safe-coding-system-accept-default-p): New variable.
16735 (select-safe-coding-system): Mostly rewritten. New argument
16736 ACCEPT-DEFAULT-P.
16737 (select-message-coding-system): Call select-safe-coding-system
16738 with ACCEPT-DEFAULT-P arg.
16739 (reset-language-environment): Reset default-sendmail-coding-system
16740 to the default value iso-latin-1.
16741 (set-language-environment): Don't set the obsolete variable
16742 charset-origin-alist.
16743
16744 * international/codepage.el (cp-coding-system-for-codepage-1):
16745 Give `safe-chars' property to make-coding-system.
16746
16747 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16748 calling select-message-coding-system twice.
16749
16750 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16751 instead of `safe-charsets'.
16752 (cyrillic-alternativnyj): Likewise.
16753 (ccl-encode-alternativnyj): Don't check the charset
16754 cyrillic-iso8859-5.
16755
16756 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16757
16758 * composite.el (compose-chars-after): Preserve match data.
16759
16760 2000-07-26 Sam Steingold <sds@gnu.org>
16761
16762 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16763 (ange-ftp-real-file-newer-than-file-p): New function.
16764 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16765 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16766
16767 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16768 * midnight.el (midnight-float-time): Ditto.
16769
16770 2000-07-26 Andreas Schwab <schwab@suse.de>
16771
16772 * files.el (normal-backup-enable-predicate): Correct
16773 interpretation of the return value of compare-strings.
16774
16775 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16776
16777 * isearch.el (isearch-resume): New function.
16778 (isearch-done): Add something to command-history to resume
16779 the search.
16780 (isearch-yank-line, isearch-yank-word): Use
16781 buffer-substring-no-properties instead of buffer-substring.
16782
16783 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16784 of flyspell-mouse-map.
16785
16786 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16787 duplicate definition.
16788 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16789
16790 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16791 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16792
16793 2000-07-25 Sam Steingold <sds@gnu.org>
16794
16795 * net/ange-ftp.el: Get modtime over the net.
16796 (ange-ftp-file-modtime): New function.
16797 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16798 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16799 Use it.
16800 (ange-ftp-dot-to-slash): New function.
16801 (ange-ftp-fix-name-for-vms): Use it.
16802
16803 * midnight.el (midnight-buffer-display-time): Use
16804 `with-current-buffer'.
16805
16806 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16807
16808 * find-dired.el: Update copyright notice.
16809 (find-dired): Offer to kill a running `find'.
16810
16811 * enriched.el (enriched-face-ans): For a `foreground-color'
16812 property, return '(("x-color" COLOR))' so that COLOR will be
16813 output as a parameter of the x-color annotation. Likewise for the
16814 `background-color' property. In the case of normal face
16815 properties, don't return annotations for unspecified foreground
16816 and background face attributes.
16817
16818 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16819
16820 * language/japan-util.el (japanese-katakana-region): Fix handling
16821 HANKAKU argument.
16822
16823 2000-07-25 Miles Bader <miles@gnu.org>
16824
16825 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16826 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16827 constrain-to-field.
16828
16829 2000-07-24 Andrew Innes <andrewi@gnu.org>
16830
16831 * timer.el (timer-activate-when-idle): Add optional parameter
16832 DONT-WAIT. Update docstring.
16833 (run-with-idle-timer): Specify extra parameter to
16834 timer-activate-when-idle, so that timer will be activated
16835 immediately if Emacs is already idle.
16836
16837 * w32-fns.el (w32-using-nt): Fix docstring.
16838
16839 2000-07-24 Dave Love <fx@gnu.org>
16840
16841 * mouse.el (popup-menu): Set last-command-event.
16842 (mouse-major-mode-menu-prefix): Declare.
16843
16844 2000-07-24 Gerd Moellmann <gerd@gnu.org>
16845
16846 * textmodes/flyspell.el: Update to author's version 1.5d.
16847
16848 * progmodes/hideshow.el: Update copyright notice.
16849
16850 * vcursor.el: Set maintainer to FSF, since author cannot
16851 be reached.
16852
16853 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16854
16855 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16856 the prompt.
16857
16858 * mouse.el (popup-menu): Run the keymap through indirect-function,
16859 in case it was defined with define-prefix-key. If the menu is a
16860 list of keymaps, look up the binding of user's choice in each one
16861 of the keymaps.
16862 (mouse-popup-menubar): If the global and local menu-bar keymaps
16863 don't have a prompt string, create one and insert it into the
16864 keymap. Don't barf if current-local-map returns nil.
16865
16866 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16867
16868 * dired.el (dired-sort-R-check): Added to allow recursive listing
16869 to be undone.
16870 (dired-sort-other): Use it.
16871
16872 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16873
16874 * Release of cc-mode 5.27
16875
16876 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16877
16878 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16879 c-beginning-of-statement-1 that caused a bad case of recursion
16880 which could consume a lot of CPU in large classes in languages
16881 that have in-expression classes (i.e. Java and Pike).
16882
16883 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16884 statements before top level constructs (i.e. case 6 is moved
16885 before case 5 and is now case 4) to catch in-expression
16886 classes in top level expressions correctly.
16887
16888 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16889
16890 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16891 objc-method-intro. Case 4 removed and case 5I added.
16892
16893 * cc-langs.el (c-append-paragraph-start): New variable used by
16894 c-common-init to get paragraph-start correct.
16895 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16896 initialize paragraph-start to make it correct both with and
16897 without the javadoc special case.
16898
16899 * cc-mode.el (java-mode): Use c-append-paragraph-start to
16900 initialize paragraph-start for javadoc markup.
16901
16902 * cc-vars.el (c-style-variables-are-local-p): Incompatible
16903 change by defaulting this to t. It's motivated by the
16904 confusing behavior that otherwise arise from the style system
16905 when editing both java and non-java files at the same time
16906 (see the comments about style setting in c-common-init).
16907
16908 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16909
16910 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16911 similar to the one in c-fill-paragraph to check the fill
16912 prefix from the adaptive fill function for sanity.
16913
16914 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16915
16916 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
16917 defun block.
16918
16919 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16920
16921 * cc-align.el (c-lineup-multi-inher): Handle lines with
16922 leading comma nicely. Extended to handle member initializers
16923 too.
16924
16925 * cc-engine.el: (c-beginning-of-inheritance-list,
16926 c-guess-basic-syntax): Fixed recognition of inheritance lists
16927 when the lines begins with a comma.
16928
16929 * cc-vars.el (c-offsets-alist): Changed default for
16930 member-init-cont to c-lineup-multi-inher since it now handles
16931 member initializers and indents better for leading commas.
16932
16933 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16934
16935 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
16936 handling that caused class open lines to be recognized as
16937 statement-conts in some cases.
16938
16939 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
16940 guessed by the adaptive fill function unless point is on the
16941 first line of a block comment.
16942
16943 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
16944 when the buffer ends with a macro continuation char.
16945
16946 * cc-engine.el (c-guess-basic-syntax): Added support for
16947 function definitions as statements in Pike. The first
16948 statement in a lambda block is now labeled defun-block-intro
16949 instead of statement-block-intro.
16950
16951 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
16952 so that the class surrounding point is selected, not the one
16953 innermost in the state.
16954
16955 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
16956 recognition of switch labels having hanging multiline
16957 statements.
16958
16959 * cc-engine.el (c-beginning-of-member-init-list): Broke out
16960 some code in c-guess-basic-syntax to a separate function.
16961 * cc-engine.el (c-just-after-func-arglist-p): Fixed
16962 recognition of member inits with multiple line arglists.
16963 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
16964 member-init-cont when the commas are in funny places.
16965
16966 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16967
16968 * cc-defs.el (c-auto-newline): Removed this macro since it's
16969 not used anymore.
16970
16971 * cc-engine.el (c-looking-at-bos): New helper function.
16972 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
16973 inexpr and toplevel classes apart in Pike.
16974
16975 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
16976 of case 9A.
16977
16978 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
16979 constant, since "class" can introduce an in-expression class
16980 in Pike nowadays.
16981
16982 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16983
16984 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
16985 indentation on cpp-macro lines.
16986
16987 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
16988 a syntax modifier like comment-intro, to make it possible to
16989 get syntactic indentation for preprocessor directives. It's
16990 incompatible wrt to lineup functions on cpp-macro, but it has
16991 no observable effect in the 99.9% common case where cpp-macro
16992 is set to -1000.
16993
16994 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16995
16996 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
16997 member-init-cont when the preceding arglist is several lines.
16998
16999 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17000
17001 * cc-styles.el (c-style-alist): The basic offset for the BSD
17002 style corrected to 8.
17003
17004 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17005
17006 * cc-styles.el (c-style-alist): Adjusted the indentation of
17007 brace list openers in the gnu style.
17008
17009 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17010
17011 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17012
17013 * cc-cmds.el (c-electric-brace, c-electric-slash,
17014 c-electric-star, c-electric-semi&comma, c-electric-colon,
17015 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17016 when c-syntactic-indentation is nil.
17017
17018 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17019 we were left at comments preceding the first statement when
17020 reaching the beginning of the buffer.
17021
17022 * cc-vars.el (c-syntactic-indentation): New variable to turn
17023 off all syntactic indentation.
17024
17025 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17026
17027 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17028 between the text and the block comment ender when it hangs,
17029 depending on how many there are before the fill.
17030
17031 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17032
17033 * cc-engine.el (c-beginning-of-closest-statement): New helper
17034 function to go back to the closest preceding statement start,
17035 which could be inside a conditional statement.
17036 * cc-engine.el (c-guess-basic-syntax): Use
17037 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17038
17039 * cc-engine.el (c-guess-basic-syntax): Better handling of
17040 arglist-intro, arglist-cont-nonempty and arglist-close when
17041 the arglist is nested inside parens. Cases 7A, 7C and 7F
17042 changed.
17043
17044 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17045 up-to-date with javadoc 1.2.
17046
17047 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17048
17049 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17050 multiline Pike type decls.
17051
17052 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17053
17054 * cc-cmds.el (c-indent-new-comment-line): Always break
17055 multiline comments in multiline mode, regardless of
17056 comment-multi-line.
17057
17058 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17059
17060 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17061 fully::qualified::names in C++ member init lists. Preamble in
17062 case 5D changed.
17063
17064 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17065
17066 * cc-langs.el (c-common-init): Handling of obsolete variables
17067 moved to c-initialize-cc-mode. More compatible style override
17068 when using global style variables.
17069 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17070 variables moved here.
17071
17072 * cc-styles.el (c-make-styles-buffer-local): Flag style
17073 variable localness in c-style-variables-are-local-p to make
17074 the compatibility measure in c-common-init work well.
17075
17076 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17077 longer contain set-from-style.
17078 * cc-styles.el (c-initialize-builtin-style): Don't check for
17079 set-from-style on c-special-indent-hook.
17080 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17081 copy-alist is sufficient now.
17082
17083 * cc-styles.el (c-set-style, c-set-style-1,
17084 c-get-style-variables): Fixes to variable initialization so
17085 that duplicate entries in styles have the same effect
17086 regardless of DONT-OVERRIDE.
17087
17088 * cc-styles.el (c-set-style-2): Fixed bug where the
17089 initialization of inheriting styles failed when the
17090 dont-override flag is set.
17091
17092 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17093 on this.
17094
17095 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17096
17097 * cc-defs.el (c-forward-comment): Removed the workaround
17098 introduced in 5.38 since it had worse side-effects. If a line
17099 contains the string "//\"", it regarded the // as a comment
17100 start since the \ temporarily doesn't have escape syntax.
17101
17102 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17103
17104 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17105 ada-xref.el before ada-prj.el, so that the Project menu is created
17106 when ada-prj tries to add to it.
17107 (ada-activate-keys-for-case): Suppress the characters that are not
17108 part of the Ada syntax. Better compatibility with else-mode
17109 (ada-adjust-case-interactive): When auto-casing is not active,
17110 correctly insert newlines (used to insert only ^M). Prevent the
17111 syntax table from being changed in case of an error
17112 (or '_' becomes part of a word and some commands are confused).
17113 Do nothing if ada-auto-case is nil.
17114 (ada-after-keyword-p): Ignore keywords that are also attributes
17115 (ada-batch-reformat): Update usage comment
17116 (ada-call-from-contextual-menu): New function
17117 (ada-case-read-exceptions): Reinitialize the casing exception list
17118 first to nil first, so that the casing exception file can be
17119 shared.
17120 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17121 files.
17122 (ada-compile-goto-error): Fix regexp used to detect a file:line
17123 anywhere in the error message
17124 (ada-contextual-menu-last-point): New variable
17125 (ada-create-keymap): If the variable delete-key-deletes-forward is
17126 t on XEmacs, it means that DEL should delete one character
17127 forward.
17128 (ada-create-menu): Use :included instead of :visible for XEmacs.
17129 New submenu "Options".
17130 (ada-end-stmt-re): Correctly indent "select ... then abort"
17131 statements.
17132 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17133 even if they don't match ada-fill-comment-prefix Fix handling of
17134 paragraphs on the first or last line of a file.
17135 (ada-format-paramlist): Fix handling of default parameter values.
17136 (ada-get-body-name): New function.
17137 (ada-get-current-indent): Optimized by searchling directly for an
17138 existing generic part or a statement outside of it. Handle
17139 ada-indent-align-comments when indenting comments Replaced some
17140 regexps by testing directly the next character. This results in a
17141 huge speedup on some files. New indentation scheme for renames
17142 statements. Stop looking for the 'while' or 'for' associated with
17143 a 'loop' at the first semicolon encountered. A "return" can also
17144 match an anonymous access subprogram declaration.
17145 (ada-get-indent-noindent): Ignore strings and comments when
17146 looking for the keywords "record" and "private".
17147 (ada-goto-matching-decl-start): When matching "if", make sure we
17148 are not in fact seeing "end if". Ignore "when" statements except
17149 when initial keyword was "begin". Fix handling of nested
17150 procedures. Add a recursive call to this function to skip over
17151 other 'end' statmts. Fix indentation for "when .. => begin"
17152 (ada-in-open-paren-p): Fix indentation for complex boolean
17153 expressions, where 'and then', 'or else' and parenthesis
17154 statements are mixed up.
17155 (ada-in-paramlist-p): Skip comments while searching for the
17156 beginning Fix handling of operator declarations.
17157 (ada-indent-align-comments): New variable
17158 (ada-indent-current): Change the syntax table only in the
17159 protected section, so that we are sure it is restored correctly.
17160 (ada-indent-on-previous-lines): Use ada-use-indent and
17161 ada-with-indent Correctly indent "select ... then"
17162 (ada-indent-region): Slight speedup.
17163 (ada-indent-renames): New variable.
17164 (ada-last-which-function-subprog, ada-last-which-function-line):
17165 New variables
17166 (ada-looking-at-semi-private): Correctly indent the 'private'
17167 keyword when it is the first word in a package declaration.
17168 (ada-loose-case-word): Stop searching if at the end of the buffer.
17169 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17170 even if point is not initially at the end of the word.
17171 (ada-matching-decl-start-re): Add "when".
17172 (ada-mode): Add support for abbrev-mode, outline-mode and
17173 which-func-mode Override the old find-file.el entry in
17174 ff-special-constructs since it is using the obsolete
17175 ada-spec-suffix variable
17176 (ada-no-auto-case): New function
17177 (ada-scan-paramlist): When parsing the argument type, accept
17178 spaces (as in "X 'Class", generated by Rational Rose).
17179 (ada-other-file-name): No longer loads the other file.
17180 (ada-popup-menu): Save and restore the current buffer and cursor
17181 position before and after displaying the menu.
17182 (ada-search-ignore-complex-boolean): New function.
17183 (ada-uncomment-region): Emacs21 already knows how to delete
17184 comments not starting in the first column.
17185 (ada-use-indent): New variable
17186 (ada-which-function): New function.
17187 (ada-with-indent): New variable
17188 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17189 can be batch-compiled from the command line.
17190
17191 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17192 Add to the menu when the file is loaded, not in ada-mode-hook.
17193 Add -toolbar to the default ddd command Switches moved from
17194 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17195 ada-prj-default-comp-opt
17196 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17197 Reference Manual to the menu
17198 (ada-check-current): rewritten as a call to ada-compile-current
17199 (ada-compile): Removed.
17200 (ada-compile-application, ada-compile-current, ada-check-current):
17201 Set the compilation-search-path so that compile.el automatically
17202 finds the sources in src_dir. Automatic scrollong of the
17203 compilation buffer. C-uC-cC-c asks for confirmation before
17204 compiling
17205 (ada-compile-current): New parameter, prj-field
17206 (ada-complete-identifier): Load the .ali file before doing
17207 processing
17208 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17209 conform to gnatmake's behavior.
17210 (ada-find-file-in-dir): New function
17211 (ada-find-references): Set the environment variables for gnatfind
17212 (ada-find-src-file-in-dir): New function.
17213 (ada-first-non-nil): Removed
17214 (ada-gdb-application): Add support for jdb, the java debugger.
17215 (ada-get-ada-file-name): Load the original-file first if not done
17216 yet.
17217 (ada-get-all-references): Handles the new ali syntax (parent types
17218 are found between <>).
17219 (ada-initialize-runtime-library): New function
17220 (ada-mode-hook): Always load a project file when a file is opened,
17221 so that the casing exceptions are correctly read.
17222 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17223 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17224 to open the project file, since the latter does not work with
17225 speedbar Get default values before loading the prj file, or the
17226 default executable file name is wrong. Use the absolute value of
17227 src_dir to initialize ada-search-directories and
17228 compilation-search-path,... Add the standard runtime library to
17229 the search path for find-file.
17230 (ada-prj-default-debugger): Was missing an opening '{'
17231 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17232 variables.
17233 (ada-prj-default-gnatmake-opt): New variable
17234 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17235 buffers, the project file is the default one Save the windows
17236 configuration before displaying the menu.
17237 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17238 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17239 ...) regexp-quote identifiers names to support operators +,
17240 -,... in regexps.
17241 (ada-remote): New function.
17242 (ada-run-application): Erase the output buffer before starting the
17243 run Support remote execution of the application. Use
17244 call-process, or the arguments are incorrectly parsed
17245 (ada-set-default-project-file): Reread the content of the active
17246 project file, not the one from the current buffer When a project
17247 file is set as the default project, all directories are
17248 automatically associated with it.
17249 (ada-set-environment): New function
17250 (ada-treat-cmd-string): New special variable ${current}
17251 (ada-treat-cmd-string): Revised. The substitution is now done for
17252 any ${...} substring
17253 (ada-xref-current): If no body was found, compiles the spec
17254 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17255 compiler to get rid of command line length limitations.
17256 (ada-xref-get-project-field): New function
17257 (ada-xref-project-files): New variable
17258 (ada-xref-runtime-library-specs-path)
17259 (ada-xref-runtime-library-ali-path): New variables
17260 (ada-xref-set-default-prj-values): Default run command now does a
17261 cd to the build directory. New field: main_unit Provide a default
17262 file name even if the current buffer has no prj file.
17263
17264 * ada-prj.el:
17265 Rewritten to show a tabbed-dialog.
17266 (ada-prj-add-ada-menu): Remove the map and name parameters.
17267 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17268 New function
17269 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17270 (ada-prj-load-from-file): New function
17271 (ada-prj-save): Always save fields that depend on the current buffer
17272 (ada-prj-show-value): New function
17273
17274 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17275 Ada mode. This will allow us to display the Ada menu in any buffer
17276 we want (for project items).
17277 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17278 number of spaces in the header.
17279
17280 2000-07-24 Dave Love <fx@gnu.org>
17281
17282 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17283
17284 2000-07-23 Noah Friedman <friedman@splode.com>
17285
17286 * type-break.el (type-break): perform autosave.
17287 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17288 (type-break-do-query): Cancel query schedule while performing
17289 actual query, to avoid possibility of a second query being made
17290 while first one is already in progress.
17291 (type-break-time-stamp-format): New variable.
17292 (type-break-time-stamp): New function.
17293 (type-break-time-warning): Use it.
17294 (type-break-keystroke-warning): Use it.
17295 (type-break-noninteractive-query): Use it.
17296
17297 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17298 cookie.
17299 Use add-minor-mode to set minor-mode-alist, if available.
17300 (eldoc-echo-area-use-multiline-p): New user option.
17301 (eldoc-echo-area-multiline-supported-p): New variable.
17302 (eldoc-docstring-format-sym-doc): Use them.
17303 (eldoc-mode): If not using idle timers, append to local post and
17304 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17305 (eldoc-display-message-no-interference-p): Don't interfere with
17306 edebug.
17307 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17308 (eldoc-function-arglist): New function.
17309 (eldoc-function-argstring): Use it.
17310
17311 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17312 auto save directory exists before calling directory-files.
17313
17314 2000-07-23 Dave Love <fx@gnu.org>
17315
17316 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17317 ^o, ^u.
17318
17319 2000-07-21 Dave Love <fx@gnu.org>
17320
17321 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17322 now passed to the function. It now works properly.
17323
17324 * smerge-mode.el (smerge-mode-menu): Fill it out.
17325
17326 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17327
17328 * info-look.el (info-lookup): If *info* is shown in another frame
17329 on the same display, select that frame, instead of switching to
17330 the Info buffer in another window of the selected frame.
17331
17332 * simple.el (universal-argument-map): Bind numeric keypad keys
17333 kp-0 to kp-9 and kp-subtract.
17334 (digit-argument): Handle these keys.
17335
17336 2000-07-20 Dave Love <fx@gnu.org>
17337
17338 * net/goto-addr.el (goto-address-fontify): Don't bother with
17339 buffer-modified and read-only stuff -- irrelevant with overlays.
17340 Put an extra property on the overlays and use it to clean up in
17341 case goto-address is re-run.
17342
17343 2000-07-19 Richard M. Stallman <rms@gnu.org>
17344
17345 * timer.el (run-with-idle-timer): Doc fix.
17346
17347 * mail/mail-utils.el (mail-strip-quoted-names):
17348 Handle case where <...> appears inside "...".
17349 Use replace-match to edit the string more simply.
17350 (rmail-dont-reply-to): Cope with an unmatched ".
17351
17352 2000-07-19 Dave Love <fx@gnu.org>
17353
17354 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17355 implementation.
17356
17357 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17358 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17359 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17360
17361 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17362
17363 * textmodes/refer.el: Correct maintainer's email address.
17364
17365 * progmodes/hideif.el: Correct author's email address.
17366 Fix typo in comment.
17367
17368 * xml.el: New file.
17369
17370 * mail/mailheader.el: Correct author's mail address.
17371
17372 * gnus/parse-time.el: Correct author's mail address.
17373
17374 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17375
17376 * comint.el (comint-highlight-input, comint-highlight-face):
17377 New user options.
17378 (comint-input-ring-file-name): Change custom type.
17379 (comint-mode-map): Bind mouse-2.
17380 (comint-insert-clicked-input): New function.
17381 (comint-send-input): Handle input highlighting.
17382
17383 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17384
17385 * mouse.el (popup-menu): New function.
17386 (mouse-major-mode-menu): Use it.
17387
17388 2000-07-18 Dave Love <fx@gnu.org>
17389
17390 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17391 improvements.
17392
17393 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17394
17395 * faces.el (face-font-selection-order)
17396 (face-font-family-alternatives): Add custom type.
17397
17398 2000-07-18 Dave Love <fx@gnu.org>
17399
17400 * cus-edit.el (custom-variable-reset-saved)
17401 (custom-variable-reset-standard): Remove unused bindings.
17402
17403 * rect.el (open-rectangle-line): Remove unused let.
17404
17405 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17406
17407 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17408
17409 * cdl.el: Fix `Maintainer' keyword.
17410
17411 * play/pong.el: Add author's email address.
17412
17413 2000-07-17 Sam Steingold <sds@gnu.org>
17414
17415 * files.el (insert-directory): Call `split-string' instead of
17416 re-implementing it.
17417
17418 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17419
17420 * mail/vms-pmail.el: Change maintainer to FSF.
17421
17422 * net/goto-addr.el: Change maintainer to FSF.
17423
17424 * info.el (Info-title-face-alist): Removed.
17425
17426 2000-07-18 David Ponce <david@dponce.com>
17427
17428 * recentf.el (recentf-open-files): New command that works like
17429 `recentf-open-more-files', but shows the whole list of files (not just
17430 those omitted from the menu). Useful if you don't use a menu-bar!
17431 (recentf-open-more-files) Modified to use `recentf-open-files'.
17432
17433 (recentf-open-files, recentf-open-more-files)
17434 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17435
17436 (recentf-dialog-mode): New mode for dialogs. You can now just type
17437 "q" to cancel the dialogs.
17438
17439 2000-07-18 David Ponce <david@dponce.com>
17440
17441 * recentf.el: This is a major update of recentf.el. It adds new
17442 features to better organize the recentf menu and "More..." buffer.
17443
17444 Using new provided menu filtering functions you can now organize the
17445 recent files list:
17446
17447 - by major modes
17448 - by directories
17449 - by user defined rules
17450
17451 Finally, with the new `recentf-filter-changer' customizable filter you
17452 can define a ring of filters and dynamically (via the menu) cycle on
17453 each menu organization in the ring (a la msb).
17454
17455 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17456
17457 * eshell/eshell.el (eshell): Replace links to eshell.info with
17458 links to eshell, to avoid problems on systems where the manual is
17459 installed as `eshell'.
17460 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17461 * eshell/em-smart.el (eshell-smart): Ditto.
17462 * eshell/em-banner.el (eshell-banner): Ditto.
17463 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17464
17465 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17466 same-file check in the MS-DOS version (it does support inodes).
17467
17468 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17469
17470 * eshell/eshell.el (eshell-directory-name):
17471 Run default directory name through convert-standard-filename.
17472
17473 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17474
17475 * international/mule-cmds.el (select-safe-coding-system):
17476 Fix typo in the comment.
17477
17478 * language/european.el (compound-text):
17479 Force katakana-jisx0201 to be designated to G1.
17480
17481 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17482 Don't translate some national variant characters of latin-jisx0201.
17483 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17484
17485 * international/kkc.el (kkc-after-update-conversion-functions):
17486 New variable.
17487 (kkc-update-conversion): Run functions in it at the tail.
17488
17489 2000-07-16 John Wiegley <johnw@gnu.org>
17490
17491 * lisp/align.el (align-newline-and-indent):
17492 Adding new function. for auto-aligning blocks of code on RET.
17493 (align-region): Fixed badly formatted minibuffer message.
17494
17495 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17496
17497 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17498 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17499 the conversion list at first if appropriate.
17500 (kkc-next): Don't update kkc-next-count here.
17501 (kkc-prev): Don't update kkc-prev-count here.
17502 (kkc-show-conversion-list-update): Fix setting up of conversion
17503 list message.
17504
17505 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17506
17507 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17508
17509 2000-07-16 Dave Love <fx@gnu.org>
17510
17511 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17512 function to be more specific.
17513
17514 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17515 non-string help-echo.
17516 (widget-types-convert-widget): Defsubst it.
17517 (widget-echo-help): Try to cope with a help-echo function of two
17518 possible sorts.
17519
17520 2000-07-15 Jason Rumney <jasonr@gnu.org>
17521
17522 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17523 Declare as obsolete.
17524
17525 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17526
17527 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17528
17529 * hilit-chg.el: Fix typo.
17530
17531 2000-07-14 Dave Love <fx@gnu.org>
17532
17533 * info.el (Info-mode-menu): Fix use of :help, :enable.
17534
17535 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17536
17537 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17538
17539 2000-07-13 Dave Love <fx@gnu.org>
17540
17541 * emacs-lisp/easymenu.el: Doc fixes.
17542 (easy-menu-remove): Defalias to ignore.
17543
17544 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17545 Call throw correctly.
17546
17547 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17548
17549 * faces.el (frame-background-mode): Doc fix.
17550
17551 * simple.el (eval-expression-print-length): Change custom type to
17552 allow entering nil as value.
17553
17554 2000-07-13 Dave Love <fx@gnu.org>
17555
17556 * progmodes/fortran.el (fortran-imenu-generic-expression):
17557 Change definition layout.
17558 (fortran-mode-menu): Reinstate customize entries.
17559
17560 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17561 Use :filter, per old XEmacs code.
17562
17563 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17564
17565 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17566 event when deciding what to send to the terminal.
17567
17568 2000-07-12 Dave Love <fx@gnu.org>
17569
17570 * cus-start.el: Add optional version as 4th element of specs and
17571 use it for several things new in v21. Remove load-path. Fix type
17572 of line-number-display-limit.
17573
17574 2000-07-11 Dave Love <fx@gnu.org>
17575
17576 * progmodes/fortran.el: Don't require easymenu.
17577 Use repeat counts in various regexps.
17578 (fortran-mode-syntax-table): Defvar directly.
17579 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17580 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17581 Use defvar, not defconst.
17582 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17583 (fortran-mode): Set fortran-comment-line-start-skip,
17584 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17585 (fortran-comment-indent): Use defsubst.
17586 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17587 Use fortran-comment-indent, not fortran-comment-indent-function.
17588 (fortran-comment-region, fortran-electric-line-number): Simplify.
17589 (fortran-auto-fill): New function.
17590 (fortran-do-auto-fill): Deleted.
17591 (fortran-find-comment-start-skip):
17592 Check for non-null comment-start-skip.
17593 (fortran-auto-fill-mode, fortran-fill-statement):
17594 Use fortran-auto-fill.
17595 (fortran-fill): Use fortran-auto-fill. Check for null
17596 comment-start-skip. Simplify final clause and use end-of-line finally.
17597
17598 * widget.el (widget-plist-member): New alias.
17599
17600 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17601
17602 * eshell/esh-module.el (toplevel): Reference
17603 byte-compile-current-file only if it is bound.
17604
17605 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17606
17607 * dired.el: Don't require `dired-aux'.
17608
17609 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17610
17611 * dired-aux.el (dired-show-file-type): New function.
17612 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17613 (dired-show-file-type): Add autoload.
17614
17615 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17616
17617 * international/mule-diag.el (describe-font): Adjusted for the
17618 change of fontset-info.
17619 (print-fontset): Likewise.
17620
17621 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17622
17623 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17624
17625 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17626
17627 * bindings.el: Bind `[delete]' to delete-char.
17628
17629 * dired.el (dired-find-alternate-file): New function.
17630 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17631 (toplevel): Require dired-aux when compiling.
17632 (dired-buffers): Move defvar within file to avoid compiler warning.
17633
17634 * info.el (Info-last-search): Variable removed.
17635 (Info-search-history): New variable.
17636 (Info-search): New Info-search-history.
17637
17638 * battery.el, info-look.el: Change author's mail address.
17639
17640 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17641
17642 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17643 if rmail-ignored-headers is nil.
17644 (rmail-retry-failure): Bind rmail-ignored-headers and
17645 rmail-displayed-headers to nil.
17646
17647 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17648
17649 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17650 (print-region-1): Don't hard code `-h' here.
17651
17652 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17653
17654 2000-07-01 Francesco Potorti` <pot@gnu.org>
17655
17656 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17657 exim can use "your message" instead of "the message".
17658
17659 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17660
17661 * facemenu.el: Docstrings fixes.
17662 (facemenu-get-face): Don't use internal-find-face.
17663 (facemenu-iterate): Rename arg to match the docstring.
17664
17665 * newcomment.el (uncomment-region): Be more careful when skipping
17666 backwards over `=' not to bump into BOBP.
17667
17668 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17669
17670 * ediff-diff.el (ediff-wordify): Use syntax table.
17671 * ediff-init.el (ediff-has-face-support-p): Use
17672 ediff-color-display-p.
17673 (ediff-color-display-p): Use display-color-p, changed to defun
17674 from defsubst.
17675 Got rid of special cases for NeXT and OS/2.
17676 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17677 face.
17678
17679 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17680
17681 * emacs-lisp/lucid.el: Require CL.
17682 (copy-tree, remprop): Remove, it's provided by CL.
17683 (map-keymap): Define in terms of cl-map-keymap.
17684 (extent-property, set-extent-end-glyph): New functions.
17685
17686 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17687
17688 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17689
17690 * Makefile.in (DONTCOMPILE): Add comment that the name may
17691 not be changed without changing the make-dist script.
17692
17693 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17694 (cl-mapc): Use mapc instead of cl-old-mapc.
17695
17696 2000-07-05 Andrew Innes <andrewi@gnu.org>
17697
17698 * makefile.nt: Add support for `bootstrap' and related targets.
17699
17700 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17701
17702 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17703 (easy-menu-do-define): Use `menu-item' format.
17704 Handle case where easy-menu-create-menu returns a symbol.
17705 Manually call the potential top-level filter in the function binding.
17706 (easy-menu-filter-return): New arg NAME.
17707 Convert to a keymap if MENU is an XEmacs menu.
17708 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17709 (easy-menu-converted-items-table, easy-menu-convert-item):
17710 New var and fun to memoize easy-menu-convert-item-1.
17711 (easy-menu-do-add-item): Use it.
17712 (easy-menu-create-menu): Use easy-menu-convert-item.
17713 Wrap easy-menu-filter-return around any :filter specification.
17714 Don't convert the menu if a filter was specified.
17715 Tell easy-menu-make-symbol not to check for MENU being an expression.
17716 (easy-menu-make-symbol): New arg NOEXP.
17717
17718 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17719
17720 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17721 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17722 (eval-defun): If called with prefix arg, instrument code for
17723 Edebug.
17724
17725 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17726 similar to that of eval-defun.
17727
17728 2000-07-04 Dave Love <fx@gnu.org>
17729
17730 * hl-line.el (hl-line-overlay): Make it permanent-local.
17731
17732 * calendar/todo-mode.el: Replaced with a working version, based on
17733 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17734
17735 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17736
17737 * paths.el (prune-directory-list): New function.
17738 (Info-default-directory-list): Rewritten to more methodically
17739 enumerate a big list of possible info directories (based on the
17740 list used by the standalone info reader).
17741
17742 * info.el (info-initialize): Use prune-directory-list to remove
17743 non-existent directories from Info-directory-list.
17744
17745 * paths.el (Info-default-directory-list): Try a list of possible
17746 info-directories instead of a single one. Add the possible
17747 info directory "/usr/share/info".
17748
17749 * woman.el (woman-man.conf-path): Explicitly include the debian
17750 man-db config file "/etc/manpath.config".
17751 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17752 are present in `manpath.config'.
17753 (woman-manpath): Include "/usr/share/man".
17754
17755 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17756
17757 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17758
17759 * startup.el (command-line): Initialize blink-cursor based
17760 on window-system.
17761
17762 * frame.el (blink-cursor): Default to nil if not running under
17763 a window-system.
17764
17765 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17766 (face-x-resources): Remove duplicate entry for :font.
17767
17768 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17769 instead of cycling through windows with next-window.
17770
17771 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17772 of cycling through windows with next-window.
17773
17774 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17775 of cycling through windows with next-window.
17776
17777 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17778 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17779 instead of cycling through windows with next-window.
17780
17781 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17782 instead of cycling through windows with next-window.
17783
17784 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17785 of cycling through windows with next-window.
17786
17787 * terminal.el (te-process-output): Use walk-windows instead of
17788 cycling through windows with next-window.
17789
17790 * server.el (server-switch-buffer): Use some-window instead of
17791 cycling through windows with next-window.
17792
17793 * window.el (some-window): New function.
17794 (walk-windows): Remove reference to walk-windows-start.
17795
17796 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17797
17798 2000-07-03 Richard Stallman <rms@gnu.org>
17799
17800 * window.el (walk-windows): Guarantee termination by keeping a list
17801 of all the windows already handled.
17802
17803 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17804
17805 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17806 window-system.
17807
17808 * man.el (Man-notify-when-ready): Don't use window-system. If
17809 Man-notify-method is newframe, and the display is not
17810 multi-frame, select the frame created for the man page.
17811 (Man-init-defvars): Doc fix.
17812
17813 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17814
17815 * faces.el (region): Change background color for light background.
17816
17817 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17818 attribute from mode-line face of Ediff control frame.
17819
17820 * replace.el (query-replace-map): Bind `e' like `E'.
17821
17822 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17823
17824 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17825 Change name to "Select All".
17826
17827 * dos-fns.el (convert-standard-filename): Fix last change.
17828
17829 2000-06-27 Gerd Moellmann <gerd@gnu.org>
17830
17831 * help.el (describe-variable): Don't insert a second `'s' in front
17832 of the string `value is shown below'. Since the syntax-table is
17833 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17834 an existing `'s', so that this won't be deleted.
17835
17836 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17837 * pcmpl-unix.el: New files.
17838
17839 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17840
17841 * wid-edit.el (widget-member): Use the new plist-member.
17842
17843 2000-06-26 Gerd Moellmann <gerd@gnu.org>
17844
17845 * replace.el (perform-replace): Undo change of 2000-04-04.
17846 Instead, move backward 1 character at the end of the loop when
17847 necessary.
17848
17849 * faces.el (fringe): Change face for different backgrounds.
17850
17851 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17852 patch from John.
17853
17854 * eshell/*.el: Change spelling of the Free Software Foundation.
17855
17856 * eshell/esh-toggle.el: Removed.
17857
17858 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17859
17860 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17861 interactively.
17862
17863 2000-06-26 Alex Schroeder <alex@gnu.org>
17864
17865 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17866 `define-key'; instead of checking `(emacs-version)' check for
17867 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17868 for `;' and `o' which might be electric.
17869
17870 (sql-electric-stuff): New user option.
17871 (sql-magic-go): New function which uses `sql-electric-stuff'.
17872 (sql-magic-semicolon): New function which uses
17873 `sql-electric-stuff'.
17874
17875 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17876 is not fboundp.
17877
17878 (sql-oracle-options): New variable.
17879 (sql-oracle): Use it.
17880
17881 (sql-imenu-generic-expression): Doc change.
17882 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17883 is used.
17884
17885 (sql-informix): Added command line parameter "-" to force
17886 sql-informix-program to use stdout.
17887
17888 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
17889
17890 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17891 (cp864-decode-table): Doc fix.
17892 (cp720-decode-table): New variable, supports the Arabic OEM
17893 codepage used by Windows.
17894 (cp737-decode-table): New, Greek OEM codepage used by Windows.
17895
17896 2000-06-23 Dave Love <fx@gnu.org>
17897
17898 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17899 (font-lock-fontify-anchored-keywords): Use
17900 line-beginning-position.
17901 (global-font-lock-mode): Use mapc.
17902
17903 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
17904
17905 * eshell/esh-module.el: Require CL when compiling.
17906
17907 2000-06-23 Gerd Moellmann <gerd@gnu.org>
17908
17909 * comint.el (comint-substitute-in-file-name): Call replace-match
17910 with second and third arg t.
17911
17912 * cus-edit.el (custom-button-face, custom-button-pressed-face):
17913 Specify foreground color.
17914
17915 * faces.el (tool-bar, mode-line, header-line): Specify foreground
17916 color.
17917
17918 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
17919
17920 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
17921 cddr instead of cdddr.
17922
17923 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
17924 instead of copy-list.
17925
17926 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
17927 of copy-list.
17928
17929 * subdirs.el: Add eshell subdirectory.
17930
17931 * eshell: New subdirectory containing the Eshell package.
17932
17933 * pcomplete.el: New file.
17934
17935 2000-06-23 Paul Eggert <eggert@twinsun.com>
17936
17937 * mail/mailpost.el (post-mail-send-it): Make sure file has
17938 proper permissions from birth.
17939
17940 * files.el (basic-save-buffer-2): When temporarily setting
17941 file modes, set them to current modes plus 0200, not to 0777.
17942
17943 * emerge.el (emerge-make-temp-file): Make sure file has proper
17944 permissions from birth.
17945
17946 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
17947
17948 * files.el (make-backup-file-name-1): On DOS/Windows, run the
17949 backup file name through convert-standard-filename.
17950
17951 * dos-fns.el (convert-standard-filename): Convert leading
17952 directories as well. When long file names are supported, convert
17953 characters that are invalid in Windows file names.
17954
17955 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17956
17957 * ps-print.el: Fix bug: if ^L is the very first buffer character,
17958 ps-print crashes. New feature: page selection for printing. Create
17959 raw-text-unix coding system for XEmacs. Doc fix.
17960 (ps-print-version): New version number (5.2.3).
17961 (ps-plot-region): Bug fix.
17962 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
17963 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
17964 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
17965 funs.
17966 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
17967 (ps-last-page): New vars.
17968
17969 2000-06-21 Gerd Moellmann <gerd@gnu.org>
17970
17971 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
17972 empty option string.
17973
17974 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
17975
17976 * man.el (man): Doc fix.
17977
17978 2000-06-21 Kenichi Handa <handa@etl.go.jp>
17979
17980 * international/mule-cmds.el (set-language-info-alist): Docstring
17981 fixed.
17982
17983 2000-06-20 Gerd Moellmann <gerd@gnu.org>
17984
17985 * version.el (emacs-version): Use ISO date format.
17986
17987 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
17988 instead of `M-backspace'.
17989
17990 * simple.el (turn-off-auto-fill): New function.
17991
17992 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
17993
17994 * jit-lock.el (with-buffer-prepared-for-jit-lock):
17995 Renamed from with-buffer-prepared-for-font-lock and use
17996 inhibit-modification-hooks rather than setting *-change-functions.
17997 Update all functions to use the new name.
17998 (jit-lock-first-unfontify-pos): New semantics (and doc).
17999 (jit-lock-mode): Make non-interactive.
18000 Don't automatically turn on font-lock.
18001 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18002 Always use jit-lock-after-change.
18003 Remove and restore font-lock-after-change-function.
18004 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18005 (jit-lock-after-unfontify-buffer): Remove.
18006 (jit-lock-stealth-fontify):
18007 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18008 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18009
18010 2000-06-20 Sam Steingold <sds@gnu.org>
18011
18012 * emacs-lisp/cl-indent.el (toplevel): Indent
18013 `print-unreadable-object' properly. Untabify.
18014
18015 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18016
18017 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18018 Support for bibentry.
18019 (reftex-compile-variables): Fixed problem with end of section-re.
18020
18021 * texmodes/reftex-dcr.el (reftex-view-crossref,
18022 reftex-view-crossref-from-bibtex):
18023 Deal with changed `reftex-find-citation-regexp-format'.
18024 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18025 Replaced `remprop' with `put'.
18026 (reftex-view-crossref, reftex-view-crossref-when-idle):
18027 Support for bibentry.
18028
18029 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18030 New entry for bibentry package.
18031
18032 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18033 Regexp also matches "\nobibliography".
18034
18035 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18036 Call `reftex-ensure-write-access' before doing anything.
18037 (reftex-ensure-write-access): New function.
18038
18039 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18040
18041 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18042
18043 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18044
18045 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18046
18047 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18048
18049
18050 2000-06-20 Dave Love <fx@gnu.org>
18051
18052 * faces.el (frame-background-mode): Use set-default, not set, in
18053 setter.
18054 (frame-update-faces, frame-update-face-colors): Define with
18055 defalias.
18056
18057 * enriched.el (enriched-decode-foreground)
18058 (enriched-decode-background): Don't use internal-find-face.
18059
18060 * apropos.el: Doc fixes.
18061
18062 * cus-edit.el (customize-changed-options): Check arg.
18063 (customize-version-lessp): Don't require decimal point.
18064
18065 * custom.el (defcustom, defgroup): Doc fix.
18066
18067 * newcomment.el (comment) <defgroup>: Add :version.
18068 (comment-multi-line): Doc fix.
18069
18070 * emulation/mlsupport.el (define-hooked-local-abbrev,
18071 define-hooked-global-abbrev): Fix, using define-abbrev.
18072
18073 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18074
18075 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18076 the whole buffer.
18077
18078 2000-06-19 Dave Love <fx@gnu.org>
18079
18080 * menu-bar.el (menu-bar-options-save): New function.
18081 (menu-bar-options-menu): Use it.
18082 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18083 Simplify.
18084
18085 2000-06-19 Andreas Schwab <schwab@suse.de>
18086
18087 * progmodes/etags.el (tags-query-replace): Put new parameters
18088 START and END at the end, for backward compatibility.
18089
18090 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18091
18092 * international/codepage.el:
18093 (cp-coding-system-for-codepage-1): Delete special codes for
18094 generating xxx-dos coding system because now a CCL based coding
18095 system can handle EOL conversion by default.
18096
18097 * international/mule.el (make-coding-system): Generate subsidiary
18098 coding systems for EOL handling variants even for a CCL based
18099 coding system.
18100
18101 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18102
18103 * international/isearch-x.el (isearch-minibuffer-input-method)
18104 (isearch-minibuffer-input-method-function): These variables
18105 deleted.
18106 (isearch-with-input-method): Don't use the above variables.
18107 (isearch-process-search-multibyte-characters): Likewise. Call
18108 read-string with the arg INHERIT-INPUT-METHOD t.
18109
18110 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18111
18112 * font-lock.el (font-lock-after-fontify-buffer)
18113 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18114
18115 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18116 Use consistent make-local-variable style for font-lock-fontified.
18117 (jit-lock-fontify-buffer):
18118 Don't bother checking for font-lock-mode and jit-lock-mode.
18119
18120 * time.el: Remove trailing ^M that prevent CVS-merging.
18121
18122 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18123
18124 * Makefile.in (distclean): New target.
18125
18126 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18127
18128 * Makefile.in (srcdir): Define for update-subdirs.
18129
18130 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18131
18132 * find-lisp.el: New file.
18133
18134 2000-06-16 Andrew Innes <andrewi@gnu.org>
18135
18136 * time.el (display-time-mail-function): New variable, to allow
18137 external packages to indicate when new mail is available.
18138 (display-time-update): Use it.
18139
18140 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18141
18142 * international/mule.el (mule-version): Change version name to
18143 SAKAKI. AOI has already been used by Meadow.
18144
18145 * international/quail.el (quail-show-guidance-buf): To find the
18146 bottom window (but minibuffer), pay attention to the height of
18147 minibuffer.
18148
18149 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18150
18151 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18152 menu-bar menus. Add help strings. Don't remove the Edit menu
18153 from the menu bar, as the menu bar has enough space now.
18154
18155 * Makefile.in (SHELL): Make sure /bin/sh is used.
18156
18157 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18158 characters, which use series of two ^H characters instead of one.
18159
18160 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18161
18162 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18163 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18164 functions.
18165 (Info-find-node-2): Try a case-sensitive search first, then
18166 do a case-insensitive search.
18167
18168 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18169 tutorials.
18170
18171 * complete.el (PC-env-vars-alist): New variable.
18172 (PC-complete-as-file-name): New function.
18173 (partial-completion-mode): Initialize PC-env-vars-alist from
18174 process-environment.
18175 (PC-do-completion): Handle completion of env vars.
18176
18177 * info.el (Info-set-mode-line): Show file name in mode line,
18178 use `*Info*' instead of `Info:'.
18179
18180 * startup.el (command-line-1): Change copyright messages to year
18181 2000.
18182
18183 2000-06-15 Dave Love <fx@gnu.org>
18184
18185 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18186 not local-map.
18187
18188 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18189
18190 * international/mule.el (set-buffer-file-coding-system): Almost
18191 rewritten to handle `undecided' as no-op.
18192
18193 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18194
18195 * Makefile.in: New file.
18196
18197 * Makefile: Removed.
18198
18199 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18200 (goto-address-highlight-keymap): Bind C-c RET.
18201
18202 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18203
18204 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18205 inherits buffer-file-coding-system of the current buffer.
18206
18207 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18208 0. Give correct argument to set-auto-coding-function.
18209 (tar-expunge): For goto-char, use (point-min), not 0.
18210 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18211 (tar-subfile-save-buffer): Likewize.
18212
18213 * international/mule.el
18214 (after-insert-file-set-buffer-file-coding-system): Call
18215 set-buffer-file-coding-system with the arg FORCE t.
18216
18217 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18218
18219 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18220 nil. Contemporary sendmails issue an X-Authentication-Warning if
18221 the sender is set with `-f'.
18222
18223 2000-06-13 Dave Love <fx@gnu.org>
18224
18225 * help.el (describe-function-1): Kluge around cases of functions
18226 fset to subrs whose doc doesn't match their symbol-name.
18227
18228 * image.el (insert-image): Default STRING to a space.
18229
18230 * info.el Doc fixes.
18231 (Info-build-node-completions): Match Ref tags.
18232
18233 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18234
18235 * frame.el (display-multi-frame-p, display-multi-font-p): New
18236 defaliases for display-graphic-p.
18237
18238 * hl-line.el: Fixed a typo in commentary.
18239
18240 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18241
18242 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18243 fixed.
18244
18245 2000-06-12 Dave Love <fx@gnu.org>
18246
18247 * image.el (insert-image): Save a little consing.
18248
18249 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18250
18251 * language/tibet-util.el: Convert all tibetan-1-column characters
18252 to the corresponding tibetan characters.
18253 (tibetan-add-components): Delete code for the special treatment of
18254 'a chung.
18255
18256 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18257 change.
18258 (tibetan-vowel-transcription-alist): More rules added.
18259 (tibetan-composite-vowel-alist): New variable.
18260 (tibetan-precomposition-rule-alist): More rules added.
18261
18262 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18263
18264 * startup.el (command-line): Only call menu-bar-mode if interactive.
18265
18266 * thingatpt.el (toplevel symbol-properties):
18267 * textmodes/makeinfo.el (makeinfo-compile):
18268 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18269 * progmodes/hideif.el (hif-compress-define-list)
18270 (hide-ifdef-use-define-alist):
18271 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18272 (ange-ftp-vms-add-file-entry):
18273 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18274 * man.el (Man-build-man-command):
18275 * mail/rnewspost.el (news-reply-header-hook):
18276 * info.el (Info-insert-dir):
18277 * emulation/mlconvert.el (backward-word, forward-word, setq):
18278 * emacs-lisp/gulp.el (gulp-send-requests):
18279 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18280 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18281 (byte-optimize-apply, end of file):
18282 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18283 (ad-make-freeze-definition):
18284 * startup.el (command-line, command-line-1): Don't quote lambdas.
18285
18286 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18287 (cvs-cleanup-removed): New function.
18288 (cvs-cleanup-functions): New var.
18289 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18290 some flexibility in specifying additional entries to auto-cleanup.
18291 (cvs-quickdir): New function.
18292 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18293 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18294 (cvs-mode-find-file): Check that we are on a filename or dirname
18295 when invoked through a mouse-click.
18296 (cvs-full-path): Remove.
18297 (cvs-dired-action): Re-introduced.
18298 (cvs-dired-noselect): Use it.
18299 (vc-post-command-functions): use this new hook if available.
18300
18301 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18302 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18303 (cvs-filename-map, cvs-dirname-map): Remove.
18304 (cvs-default-action): Remove.
18305 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18306 if the arg is really a keymap.
18307 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18308 Don't hardcode the mapping from state (aka type) to face, but check
18309 the var cvs-fi-<type>-face instead.
18310 (cvs-fileinfo-from-entries): New function.
18311
18312 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18313 Docstring fix.
18314 (cvs-find-file-and-jump): Change default to be safer.
18315 (cvs-mode-diff-map): Define it as a function as well.
18316 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18317 Bind mouse-2 in this global map rather than with text-properties.
18318
18319 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18320 file to resolve the ambiguity between C(conflict) and C(need-merge).
18321
18322 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18323
18324 * international/mule.el (set-buffer-file-coding-system): If
18325 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18326 unconditionally.
18327
18328 2000-06-12 Dave Love <fx@gnu.org>
18329
18330 * wid-edit.el (widget-specify-button): Really suppress the face if
18331 required.
18332
18333 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18334
18335 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18336
18337 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18338
18339 * imenu.el (imenu-generic-expression): Docstring fix.
18340
18341 * composite.el (composition-function-table): Move the `put'
18342 below the autoload cookie so we can load the file before loaddefs.
18343
18344 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18345
18346 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18347 Handle easy-mmode-define-global-mode.
18348 For complex macros like define-minor-mode that can generate
18349 several autoload entries, try to autoload entries in the
18350 macroexpanded code.
18351
18352 * emacs-lisp/easy-mmode.el (define-minor-mode):
18353 If KEYMAP is a symbol, just use it.
18354 Use byte-compile-current-file and load-file-name to infer the
18355 proper :require to pass to defcustom.
18356 Wrap the hook var into `progn' so as not to autoload it.
18357 Add a :autoload-end cookie.
18358 Be more careful about the evaluation of KEYMAP.
18359 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18360 (define-derived-mode): Move define-abbrev-table outside of defvar.
18361
18362 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18363
18364 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18365 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18366 (backup-compiled-files): Ignore errors during `tar'.
18367 (bootstrap): Make autoloads before elc files.
18368
18369 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18370
18371 * international/mule.el (set-buffer-file-coding-system): If one of
18372 undecided-XXX is specified, change only EOL conversion.
18373
18374 * international/mule-conf.el (unix): New alias for the coding
18375 system undecided-unix.
18376
18377 2000-06-09 Dave Love <fx@gnu.org>
18378
18379 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18380
18381 * progmodes/executable.el: Byte compile dynamic.
18382 (executable-insert): Change custom type.
18383 (executable-find): Add autoload cookie.
18384 (executable-make-buffer-file-executable-if-script-p): New
18385 function. After Noah Friedman.
18386
18387 * files.el (after-save-hook): Customize, with
18388 executable-make-buffer-file-executable-if-script-p as an option.
18389
18390 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18391
18392 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18393 "tib24p-mule.bdf" for Tibetan.
18394
18395 * composite.el (decompose-composite-char): Declare it as obsolete.
18396
18397 * man.el (Man-fontify-manpage): Pay attention to underline and
18398 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18399
18400 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18401
18402 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18403 Set maintainer to FSF since author isn't reachable.
18404
18405 2000-06-08 Dave Love <fx@gnu.org>
18406
18407 * international/mule-cmds.el (select-safe-coding-system): If
18408 DEFAULT-CODING-SYSTEM is not specified, also check the most
18409 preferred coding-system if buffer-file-coding-system is
18410 `undecided'. From Handa.
18411
18412 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18413
18414 * international/mule.el
18415 (after-insert-file-set-buffer-file-coding-system): If the buffer
18416 size is greater than INSERTED, judget that we are not visiting.
18417
18418 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18419
18420 * whitespace.el (defgroup whitespace): Comment out `:version'.
18421 XEmacs 20.4 has problems defining the group with this present.
18422 We'll have this commented out till get resolve the problem.
18423
18424 2000-06-07 John Wiegley <johnw@gnu.org>
18425
18426 * align.el (align-dq-string-modes, align-sq-string-modes)
18427 (align-open-comment-modes): Add pyhton-mode.
18428 (align-rules-list): Use get-text-property instead of
18429 text-properties-at.
18430 (align-rules-list): Add python-assignment.
18431 (align-rules-list): Change perl-comma-delimiter to
18432 basic-comma-delimiter. Use if for Perl modes and python-mode.
18433 (align-rules-list): Add python-chain-logic and
18434 basic-line-continuation.
18435
18436 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18437
18438 * apropos.el (apropos-mode-hook): New user variable.
18439 (apropos-mode): Run apropos-mode-hook.
18440
18441 2000-06-07 David Ponce <david@dponce.com>
18442
18443 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18444 commands. Require `wid-edit' at run-time.
18445
18446 2000-06-07 David Ponce <david@dponce.com>
18447
18448 * recentf.el: Added some "Commentary".
18449 (recentf-open-more-files, recentf-edit-list): Minor changes to
18450 move the point at the top of the file list. This behaviour is
18451 consistent with the menu one when the list contains a lot of
18452 files.
18453 (recentf-cleanup): Now displays the number of items removed from
18454 the list.
18455 (recentf-relative-filter) New menu filter to show filenames
18456 relative to `default-directory'.
18457
18458 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18459
18460 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18461 with/without giving an error if PostScript printer doesn't have this
18462 kind of page size. Zebra Stripe continues or restarts on next page.
18463 Manual/automatic paper feeding. Switch or not the header.
18464 (ps-print-version): New version number (5.2.2).
18465 (ps-windows-system): Include emx as a Windows system.
18466 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18467 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18468 (ps-background-text): Code fix.
18469 (ps-error-handler-message, ps-user-defined-prologue)
18470 (ps-print-prologue-header, ps-printer-name)
18471 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18472 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18473 (ps-use-face-background): Customization fix.
18474 (ps-n-up-database): Data fix.
18475 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18476 (ps-switch-header): New vars.
18477 (ps-xemacs-color-name, ps-face-foreground-name)
18478 (ps-face-background-name, ps-boolean-constant): New funs.
18479
18480 2000-06-07 Dave Love <fx@gnu.org>
18481
18482 * allout.el: New version from Manheimer.
18483
18484 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18485
18486 * textmodes/fill.el (fill-find-break-point): Check the validity of
18487 charset.
18488
18489 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18490
18491 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18492 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18493 Call display-color-p and display-mouse-p instead of looking at
18494 window-system.
18495
18496 2000-06-06 Dave Love <fx@gnu.org>
18497
18498 * image.el (find-image): Doc fix. Return nil if image not found.
18499 (put-image, insert-image): Make STRING arg optional.
18500
18501 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18502
18503 * language/vietnamese.el: Remove eval-when-compile.
18504 (viet-viscii-nonascii-translation-table): Define it as a
18505 translation table made from viet-viscii-decode-table.
18506 (viet-viscii-encode-table): Define it as a translation table made
18507 from the reverse map of above.
18508 (viet-vscii-nonascii-translation-table): Define it as a
18509 translation table made from viet-vscii-decode-table.
18510 (viet-vscii-encode-table): Define it as a translation table made
18511 from the reverse map of above.
18512 (ccl-decode-viscii): Use translate-character.
18513 (ccl-encode-viscii, ccl-encode-viscii-font)
18514 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18515 Likewize.
18516
18517 * language/cyrillic.el: Remove eval-when-compile.
18518 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18519 translation table made from cyrillic-koi8-r-decode-table.
18520 (cyrillic-koi8-r-encode-table): Define it as a translation table
18521 made from the reverse map of above.
18522 (ccl-decode-koi8): Use translate-character.
18523 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18524 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18525 a translation table made from cyrillic-alternativnyj-decode-table.
18526 (cyrillic-alternativnyj-encode-table): Define it as a translation
18527 table made from the reverse map of above.
18528 (ccl-decode-alternativnyj): Use translate-character.
18529 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18530 Likewize
18531
18532 * international/mule-diag.el (non-iso-charset-alist): Specify
18533 translation table symbol instead of translation table itself.
18534 (list-block-of-chars): CHARSET may be a translation table symbol.
18535
18536 * international/mule.el (make-coding-system): If CODING-SYSTEM
18537 already exists, override it.
18538
18539 * international/fontset.el: Use family `proportional' for Tibetan
18540 fonts.
18541
18542 * international/ccl.el (ccl-compile-translate-character): Don't
18543 check if Rrr has property translation-table.
18544 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18545
18546 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18547
18548 * info.el: Bind case-fold-search to t when searching in case
18549 a user sets it to nil in a hook.
18550
18551 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18552
18553 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18554 * hl-line.el (hl-line-mode): Use the new :global key argument.
18555
18556 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18557 (tar-clip-time-string): Prepend a space.
18558 (tar-grind-file-mode): Construct a string rather than modifying one.
18559 (tar-header-block-summarize): Fix docstring.
18560 Use `format' rather than an error-prone set of copy-loops.
18561
18562 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18563 (diff-goto-source, diff-unified->context, diff-context->unified)
18564 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18565 understand the format output by the `-p' argument to diff.
18566
18567 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18568 (sh-re-done): Use defconst.
18569 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18570 (sh-help-string-for-variable, sh-guess-basic-offset):
18571 Don't quote lambdas.
18572 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18573 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18574
18575 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18576 (mh-letter-mode): Derive from text-mode.
18577 This implicitly means that it now calls kill-all-local-variables.
18578 Also remove the Emacs-18 compatibility code.
18579
18580 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18581 Make use of symbol-property doc-string-elt.
18582 Use memq rather than a sequence of eq.
18583 (doc-string-elt): Fix the wrong or missing previously unused values.
18584 (autoload-print-form): New function extracted from
18585 generate-file-autoloads to allow recursion when handling progn
18586 so that defvar's and defun's docstrings are properly printed.
18587 (generate-file-autoloads): Use it.
18588
18589 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18590 Use find-file-hooks in the minor-mode function.
18591 Be careful not to loop indefinitely in the post-command-hook function.
18592
18593 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18594
18595 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18596 tty's.
18597 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18598 differences whenever appropriate.
18599 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18600 * viper.el (find-file, find-file-other-window): Get viper to do
18601 wildcards.
18602
18603 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18604
18605 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18606 (jit-lock-fontify-buffer): New function for JIT refontification.
18607 (jit-lock-mode): Fix docstring.
18608 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18609 Remove jit-lock-after-change from the _local_ hook.
18610 (jit-lock-function-1): Fix docstring.
18611
18612 * info.el (Info-on-current-buffer): Initialize info.
18613
18614 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18615
18616 * progmodes/tcl.el (tcl-indent-for-comment):
18617 Ignore comment-indent-hook.
18618
18619 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18620 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18621 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18622 and improve to use the lighter to guess the capitalization.
18623 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18624 Add keyword arguments to specify global-ness or the custom group.
18625 Add local-map and help-echo properties to the lighter.
18626 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18627 (easy-mmode-define-global-mode): New macro.
18628
18629 2000-06-02 Dave Love <fx@gnu.org>
18630
18631 * wid-edit.el: byte-compile-dynamic since we typically don't use
18632 all the widgets. Don't require cl or widget. Remove
18633 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18634 (widget-read-event): Removed. Callers changed to use read-event.
18635 (widget-button-release-event-p): Renamed from
18636 button-release-event-p.
18637 (widget-field-add-space, widget-field-use-before-change):
18638 Uncustomize.
18639 (widget-specify-field): Use keymap property, not local-map.
18640 (widget-specify-button): Obey :suppress-face.
18641 (widget-specify-insert): Use modern backquote syntax.
18642 (widget-image-directory): Renamed from widget-glyph-directory.
18643 (widget-image-enable): Renamed from widget-glyph-enable.
18644 (widget-image-find): Replaces widget-glyph-find.
18645 (widget-button-pressed-face): Move defvar.
18646 (widget-image-insert): Replaces widget-glyph-insert.
18647 (widget-convert): Use keywordp.
18648 (widget-leave-text, widget-children-value-delete): Use mapc.
18649 (widget-keymap): Remove XEmacs stuff.
18650 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18651 (widget-button-click): Don't set point at the click, but re-centre
18652 if we scroll out of window. Rewritten for images v. glyphs &c.
18653 (widget-tabable-at): Use POS arg, not point.
18654 (widget-beginning-of-line, widget-end-of-line)
18655 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18656 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18657 (widget-default-create): Use widget-image-insert; some rewriting.
18658 (widget-visibility-value-create)
18659 (widget-push-button-value-create, widget-toggle-value-create): Use
18660 widget-image-insert.
18661 (checkbox): Create on and off images dynamically.
18662 (documentation-link): Change :help-echo.
18663 (widget-documentation-link-echo-help): Remove.
18664
18665 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18666
18667 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18668
18669 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18670 (easy-mmode-define-toggle, define-minor-mode): Use it.
18671 (easy-mmode-define-keymap): Docstring fix.
18672 (define-derived-mode): Default PARENT to fundamental-mode.
18673 Add the derived-mode-parent symbol-property.
18674 (easy-mmode-derived-mode-p): New function.
18675
18676 2000-06-02 Dave Love <fx@gnu.org>
18677
18678 * files.el (convert-standard-filename): Doc fix.
18679 (normal-backup-enable-predicate): New function.
18680 (backup-enable-predicate): Use it to replace the lambda form.
18681
18682 * calendar/todo-mode.el: [This needs more work on the outline
18683 stuff.] Doc fixes.
18684 (todo) <defgroup>: Add :version.
18685 (todo-add-category): Don't use pushnew.
18686 (todo-cmd-raise): Fix typo.
18687 (todo-top-priorities): Change temp buffer name.
18688 (todo-category-alist): Avoid redundant lambda.
18689 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18690 Use outline-next-heading.
18691
18692 * autoarg.el: Rewritten to use define-minor-mode.
18693 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18694 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18695
18696 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18697
18698 * isearch.el (isearch-other-meta-char): Fix previous change.
18699
18700 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18701
18702 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18703 (log-edit-done): Only add the comment to the ring if it's different
18704 from the last comment entered.
18705
18706 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18707
18708 2000-06-01 Dave Love <fx@gnu.org>
18709
18710 * hl-line.el: Rewritten using define-minor-mode.
18711
18712 * help.el (describe-function-1): Distinguish special form from
18713 builtin function. Sanity-check presence of arglist for builtins.
18714
18715 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18716
18717 * international/characters.el: Fix syntax/category setting of
18718 Tibetan characters.
18719
18720 * language/tibet-util.el (tibetan-add-components): Fixes for new
18721 encoding of Tibetan characters.
18722 (tibetan-decompose-precomposition-alist): New variable.
18723 (tibetan-decompose-region): Convert precomposed characters to
18724 non-precomposed characters.
18725 (tibetan-decompose-string): Likewise.
18726 (tibetan-composition-function): Fix args to
18727 thibetan-compose-string.
18728
18729 * language/tibetan.el (tibetan-composable-pattern): More
18730 characters included.
18731 (tibetan-consonant-transcription-alist): Rule for "R" added.
18732 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18733 "+R" added.
18734 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18735
18736 * language/lao-util.el (lao-composition-function): Fix args to
18737 compose-string.
18738
18739 * language/thai-util.el (thai-composition-function): Fix args to
18740 compose-string.
18741
18742 * isearch.el (isearch-update): Set disable-point-adjustment to t
18743 to prevent the point moving to the end of a composition when a
18744 part of a composition is searched.
18745 (isearch-other-meta-char): If the key invoking this command can be
18746 mapped by function-key-map to a printing char, call
18747 isearch-process-search-char directly.
18748
18749 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18750
18751 * emacs-lisp/bytecomp.el:
18752 * frame.el:
18753 * international/mule-cmds.el:
18754 * international/mule-util.el:
18755 * international/mule.el:
18756 * mouse.el:
18757 * subr.el:
18758 * faces.el: Update calls to make-obsolete with a WHEN argument.
18759
18760 * byte-run.el (make-obsolete, make-obsolete-variable):
18761 Add an optional WHEN argument and change the format of the
18762 symbol-property information.
18763 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18764 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18765 new obsolete-symbol-property format and print WHEN if it is provided.
18766
18767 2000-05-31 Dave Love <fx@gnu.org>
18768
18769 * loadhist.el (loadhist-hook-functions): Remove
18770 before-change-function, after-change-function.
18771 (unload-feature): Deal with symbols which are both bound and
18772 fbound.
18773
18774 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18775 before-change-function, after-change-function.
18776
18777 * simple.el (newline): Don't bind before-change-function,
18778 after-change-function.
18779
18780 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18781
18782 * whitespace.el (whitespace-rescan-timer-time): Update interval
18783 set to 600 seconds (10 minutes) instead of 60 seconds since
18784 a large number of whitespace buffers causes emacs to `freeze'
18785 for a considerable amount of time.
18786
18787 * whitespace.el: Updated email address
18788
18789 2000-05-31 Dave Love <fx@gnu.org>
18790
18791 * add-log.el (change-log-font-lock-keywords) <function>: Add
18792 pattern for function of change.
18793 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18794 acknowledgements patterns.
18795
18796 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18797
18798 * isearch.el (isearch-printing-char): If keyboard coding system is
18799 being used, call isearch-process-search-multibyte-characters.
18800
18801 * international/isearch-x.el: Mostly rewritten.
18802
18803 * international/quail.el (quail-start-conversion): Don't include
18804 unhandled events in the returned events, but set them in
18805 unread-command-events. Exit if all inputs are deleted.
18806
18807 2000-05-30 Jason Rumney <jasonr@gnu.org>
18808
18809 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18810
18811 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18812 Reenable code to create initial fontsets.
18813 Use set-fontset-font in place of put-charset-property.
18814
18815 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18816
18817 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18818 label, ensure that the first colon isn't followed by another.
18819
18820 * paths.el (Info-default-directory-list): Doc fix.
18821
18822 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18823 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18824 send a query containing USER only, not USER@HOST.
18825
18826 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18827 and rmail-msgend to compute the restriction at the end, instead of
18828 computing it.
18829
18830 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18831
18832 * dabbrev.el (dabbrev-expand): Don't display messages in the
18833 echo area if the minibuffer window is active.
18834
18835 * jit-lock.el (jit-lock-mode): Add after change function to
18836 local hook.
18837
18838 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18839
18840 * antlr-mode.el: New commands: hide/unhide actions,
18841 upcase/downcase literals.
18842 (antlr-tiny-action-length): New user option.
18843 (antlr-hide-actions): New command. Suggested by
18844 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18845 (antlr-mode-map): New binding [C-c C-v].
18846 (antlr-mode-menu): New entries.
18847 (antlr-downcase-literals): New command.
18848 (antlr-upcase-literals): Ditto.
18849
18850 * antlr-mode.el: Minor changes: indendation, mode-name.
18851 (antlr-indent-line): Indent cpp directive at column 0.
18852 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18853
18854 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18855 (antlr-font-lock-additional-keywords): Workaround for intentional
18856 bug in XEmacs version of font-lock.
18857 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18858 be used by a smarter version of `buffers-menu-grouping-function'.
18859
18860 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18861
18862 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18863 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18864
18865 2000-05-29 Kenichi Handa <handa@etl.go.jp>
18866
18867 * international/encoded-kb.el
18868 (encoded-kbd-iso2022-designation-map): Pay attention to that
18869 charset-iso-final-char return -1 for eight-bit-control and
18870 eight-bit-graphic.
18871
18872 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18873
18874 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18875 (speedbar-easymenu-definition-base): Use display-graphic-p where
18876 available, instead of window-system.
18877
18878 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18879
18880 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18881 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18882 coding systems.
18883
18884 2000-05-26 Dave Love <fx@gnu.org>
18885
18886 * disp-table.el (standard-display-underline): Don't use
18887 internal-find-face.
18888
18889 * mail/reporter.el: Maintainer change. Doc fixes.
18890 (reporter-version): Deleted.
18891
18892 * emacs-lisp/elp.el: Maintainer change.
18893 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18894
18895 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
18896
18897 * add-log.el (add-change-log-entry): Merge the current entry with the
18898 previous one if the previous one is empty.
18899
18900 2000-05-26 Dave Love <fx@gnu.org>
18901
18902 * loadhist.el (unload-feature): Fix interactive spec [from
18903 lijnzaad@ebi.ac.uk].
18904
18905 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18906 subr-arity to check primitives.
18907 (byte-compile-flush-pending, byte-compile-file-form-progn)
18908 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18909 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18910 mapcar.
18911
18912 2000-05-26 Kenichi Handa <handa@etl.go.jp>
18913
18914 * international/fontset.el: Set family names of non-latin charsets
18915 in default fontset to "*".
18916
18917 * international/mule-diag.el (print-fontset): Combine family part
18918 and registry part of the fontname by "-*-" instead of "-".
18919
18920 * international/mule-cmds.el (encode-coding-char): Make strings
18921 multibyte before calling encode-coding-string.
18922
18923 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
18924
18925 * derived.el: Fix keywords.
18926 (define-derived-mode): Only define if needed.
18927
18928 * simple.el (fill-comment, comment-column, comment-start)
18929 (comment-start-skip, comment-end, comment-indent-function)
18930 (block-comment-start, block-comment-end, indent-for-comment)
18931 (set-comment-column, kill-comment, comment-padding, comment-region)
18932 (comment-multi-line, indent-new-comment-line): Remove.
18933
18934 * bindings.el (esc-map): Change ; to comment-dwim and use the new
18935 function names for comment operations.
18936
18937 * newcomment.el: Add abundant autoload cookies.
18938 (comment-style): Don't depend on runtime data at compile-time.
18939 (comment-indent-hook): Remove.
18940 (comment-indent): Check if comment-indent-hook is bound.
18941 (comment-region): Docstring fix.
18942
18943 2000-05-25 Dave Love <fx@gnu.org>
18944
18945 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
18946 byte-code-function-p.
18947
18948 * mail/rmailsum.el: Add provide.
18949
18950 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
18951
18952 * smerge-mode.el (smerge-diff-switches): Don't use list* in
18953 defcustom.
18954
18955 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
18956
18957 * ediff-diff.el (ediff-exec-process): delete --binary option from
18958 non-buffer ediff jobs.
18959
18960 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18961
18962 * hilit-chg.el (highlight-changes-mode): Ask about color or
18963 grayscale support, not about window-system.
18964
18965 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
18966 window-system.
18967 (ffap-highlight): Always default to t.
18968
18969 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
18970 display-popup-menus-p instead of looking at window-system.
18971
18972 * disp-table.el (standard-display-g1, standard-display-graphic):
18973 Only refuse to use string glyphs on X and MS-Windows.
18974
18975 * avoid.el: Remove window-system from commentary, suggest to use
18976 display-*-p instead.
18977
18978 * apropos.el (apropos-print): Use display-mouse-p instead of
18979 window-system.
18980
18981 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18982
18983 * international/codepage.el (cp-decoding-vector-for-codepage):
18984 Fill up unsupported characters with their own codes. From Kenichi
18985 Handa.
18986
18987 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18988
18989 * international/mule-diag.el (describe-char-after): Use
18990 display-graphic-p instead of window-system, so that this function
18991 works on MS-DOS.
18992
18993 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18994
18995 * international/codepage.el (cp-make-coding-systems-for-codepage):
18996 Remove the eight-bit-graphic and eight-bit-control charsets from
18997 the list of charsets which we convert into `?'.
18998
18999 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19000
19001 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19002 private charsets.
19003 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19004 japanese-jisx0213-2): New charsets.
19005
19006 * international/fontset.el: Setup default fontset for new charsets.
19007
19008 2000-05-24 Dave Love <fx@gnu.org>
19009
19010 * info.el (Info-find-node-2): Restructure [following "Vadim
19011 S. Solomin" <sovs@uic.nnov.ru>].
19012
19013 * icomplete.el: Fix header for Finder.
19014
19015 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19016
19017 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19018 STAY.
19019
19020 * rmail.el (rmail-automatic-folder-directives): New user variable.
19021 (rmail-show-message): Add call to `rmail-auto-file' during
19022 display.
19023 (rmail-auto-file): New function.
19024
19025 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19026
19027 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19028 account.
19029 (ediff-test-utility,ediff-diff-mandatory-option)
19030 (ediff-reset-diff-options): Utilities for proper initialization of
19031 ediff-diff-options and ediff-diff3-options on Windows.
19032
19033 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19034 variable.
19035
19036 * ediff-mult.el (ediff-filegroup-action): Use
19037 ediff-merge-filename-prefix.
19038
19039 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19040
19041 * viper-ex.el (ex-write): Set selective display to nil.
19042
19043 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19044
19045 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19046 aliases for hebrew-iso-8bit.
19047
19048 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19049
19050 * woman.el: New version from Francis J. Wright
19051 <F.J.Wright@Maths.QMW.ac.uk>.
19052 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19053 names in environment variables regardless of the path separator.
19054 (woman-topic-all-completions-1): Don't call file-name-directory-p
19055 on all files, since woman-file-regexp already filters out any
19056 directories.
19057
19058 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19059
19060 * international/quail.el (quail-start-translation): Don't change
19061 modified-p of the current buffer.
19062 (quail-start-conversion): Likewise.
19063
19064 * international/kkc.el (kkc-region): Don't change modified-p of
19065 the current buffer.
19066
19067 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19068 conform to RFC1468.
19069 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19070
19071 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19072
19073 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19074 (speedbar-insert-button): Invisible text property fix.
19075 (speedbar-directory-plus): Renamed from speedbar-directory-+
19076 (speedbar-directory-minus): Renamed from speedbar-directory--
19077 (speedbar-page-plus): Renamed from speedbar-file-+
19078 (speedbar-page-minus): Renamed from speedbar-file--
19079 (speedbar-page): Renamed from speedbar-file-
19080 (speedbar-tag): Renamed from speedbar-tag-
19081 (speedbar-tag-plus): Renamed from speedbar-tag-+
19082 (speedbar-tag-minus): Renamed from speedbar-tag--
19083 (speedbar-expand-image-button-alist): Use above renames.
19084
19085 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19086 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19087 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19088 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19089 * sb-pg.xpm: Renamed from sb-file.xpm
19090 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19091 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19092
19093 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19094
19095 * international/quail.el (quail-show-guidance-buf): Set
19096 current-input-method of the guidance buffer to the name of the
19097 curren input method.
19098
19099 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19100
19101 * progmodes/compile.el (compile-internal): Style typo.
19102
19103 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19104 quote vars and functions in the docstring.
19105
19106 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19107
19108 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19109 Don't quote lambdas.
19110
19111 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19112
19113 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19114
19115 * startup.el (command-line): Determine source file of compiled
19116 user init file differently. Warn if compiled user init file
19117 is older than its source file.
19118
19119 * ffap.el (ffap-url-regexp): Add `https'.
19120
19121 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19122
19123 * files.el (make-backup-file-name-1): Replace slashes with `!'
19124 rather than `|' (which is not allowed on Windows). Replace the
19125 drive letters with a string "drive_X".
19126
19127 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19128
19129 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19130
19131 * files.el (interpreter-mode-alist): Add `bash2'.
19132
19133 2000-05-22 Dave Love <fx@gnu.org>
19134
19135 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19136 mapc.
19137 (feature-file): Avoid calling symbol-name. Doc fix.
19138 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19139 (loadhist-hook-functions): Add mouse-position-function.
19140 (unload-feature): Change uses of mapcar.
19141
19142 * files.el (parse-colon-path): Doc fix.
19143 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19144 (set-auto-mode): Use mapc.
19145
19146 * complete.el (PC-look-for-include-file): Use :alnum: character
19147 class.
19148 (partial-completion-mode): Add autoload cookie.
19149
19150 2000-05-22 Sam Steingold <sds@gnu.org>
19151
19152 * info.el (Info-fontify-node): Fixed the call to
19153 `add-text-properties' (bug introduced on 2000-05-18).
19154
19155 2000-05-22 Dave Love <fx@gnu.org>
19156
19157 * bindings.el: Remove debug-ignored-errors set in other files.
19158
19159 * progmodes/etags.el: Add to debug-ignored-errors.
19160 (visit-tags-table-buffer): Clear out buffers holding old tables
19161 when making a new list.
19162 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19163 mapc.
19164
19165 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19166 quote keywords.
19167 (cmpl-string-case-type): Use character classes.
19168
19169 * comint.el:
19170 * textmodes/ispell.el:
19171 * imenu.el:
19172 * mail/mh-e.el:
19173 * progmodes/compile.el: Add to debug-ignored-errors.
19174
19175 * dabbrev.el: Add to debug-ignored-errors.
19176 (dabbrev-completion): Use mapc.
19177
19178 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19179
19180 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19181 (woman-mapcan, woman-parse-man.conf)
19182 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19183 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19184 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19185 path syntax better.
19186 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19187 (woman-manpath): Call woman-parse-man.conf.
19188 (woman-emulation): New defcustom, defaults to nroff.
19189 (woman-font-support): New defconst.
19190 (woman-use-symbol-font): New defcustom.
19191 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19192 "Emulation".
19193 Many functions: Doc fix.
19194
19195 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19196
19197 * international/quail.el (quail-simple-translation-keymap): Map
19198 128..255 to quail-self-insert-command.
19199 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19200
19201 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19202
19203 * help.el (help-manyarg-func-alist): Typo.
19204
19205 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19206 intervals which makes it heaps simpler.
19207
19208 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19209 the nested comment markers.
19210
19211 * subr.el (remove-hook): Don't turn the hook's value into a list.
19212
19213 2000-05-21 Dave Love <fx@gnu.org>
19214
19215 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19216 are invalid characters.
19217
19218 * international/mule-util.el (detect-coding-with-priority): Use
19219 mapc. Remove redundant lambda.
19220
19221 * international/mule-diag.el (list-non-iso-charset-chars)
19222 (describe-fontset): Remove redundant lambda.
19223
19224 * emulation/crisp.el (brief-mode): New alias.
19225
19226 * emacs-lisp/ring.el (ring-elements): New function.
19227
19228 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19229 (easy-menu-do-add-item): Use keywordp.
19230
19231 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19232
19233 * replace.el: Doc and error message fixes.
19234 (replace-highlight): Use facep, not internal-find-face.
19235
19236 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19237
19238 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19239
19240 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19241 (log-edit-insert-changelog): Drop `:' as well.
19242
19243 * log-view.el: Fix file description.
19244 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19245 available.
19246 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19247 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19248
19249 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19250 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19251 Print a status message if the toggle is called interactively.
19252 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19253 for global minor modes and use `defcustom' for them.
19254 Use add-minor-mode.
19255 (easy-mmode-define-derived-mode): Remove.
19256 (define-derived-mode): Fancier default docstring.
19257 (easy-mmode-define-navigation): Signal an error rather than (ding).
19258
19259 * newcomment.el (comment-styles): New `box-multi'.
19260 (comment-normalize-vars): Better default for comment-continue to
19261 avoid whitespace-only continuations.
19262 (comment-search-forward): Always move even in the no-syntax case.
19263 (comment-padright): Only obey N if it's only obeyed for padleft.
19264 (comment-make-extra-lines): Better handling of empty continuations.
19265 Use `=' for the filler if comment-start has only one character.
19266 (uncomment-region): Try handling the special `=' filler.
19267 (comment-region): Allow LINES even if MULTI is nil.
19268 (comment-box): Choose box style based on comment-style.
19269
19270 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19271
19272 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19273 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19274
19275 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19276
19277 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19278 and insert, not subst-char-in-region.
19279
19280 * international/mule-diag.el (list-character-sets-1): Handle
19281 charsets eight-bit-control and eight-bit-graphic.
19282 (list-iso-charset-chars): Likewise.
19283 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19284 charactes as is. Use indent-to to align characters.
19285
19286 * international/mule-cmds.el (find-multibyte-characters): Never
19287 exclude charsets eight-bit-control and eight-bit-graphic.
19288
19289 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19290
19291 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19292 Don't quote lambdas.
19293
19294 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19295
19296 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19297
19298 * gud.el (gud-jdb-directories): Doc fix.
19299
19300 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19301
19302 * newcomment.el: New file.
19303
19304 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19305
19306 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19307
19308 2000-05-18 Andreas Schwab <schwab@suse.de>
19309
19310 * dired.el (dired-between-files): Also skip lines beginning with
19311 `used'.
19312
19313 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19314
19315 * msb.el (msb-menu-cond): Add choice `user'.
19316
19317 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19318
19319 * ps-print.el: Compatibility, customization and doc fix.
19320 (ps-printer-name-option): Replace defconst by defvar.
19321 (ps-postscript-code-directory): XEmacs compatibility.
19322 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19323 fix.
19324 (ps-user-defined-prologue, ps-print-prologue-header)
19325 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19326 compatibility and code fix.
19327 (ps-print-background-image, ps-print-background-text):
19328 Customization fix.
19329 (ps-line-number-start, ps-n-up-on): New vars.
19330
19331 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19332
19333 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19334 the indent-comment function to just return the appropriate indent.
19335
19336 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19337
19338 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19339 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19340 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19341
19342 2000-05-18 Dave Love <fx@gnu.org>
19343
19344 * info.el (Info-fontify-node): Add intangible property as well as
19345 invisible.
19346
19347 * calendar/appt.el (appt-make-list): Match all lines of entry.
19348 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19349
19350 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19351
19352 * international/mule-diag.el (describe-char-after): Call
19353 internal-char-font, not char-font. If internal-char-font returns
19354 nil, display "-- none --".
19355
19356 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19357
19358 * image.el (image-type-available-p): Don't reference image-types
19359 if it isn't bound.
19360
19361 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19362
19363 * autoarg.el (autoarg-mode): Typo in the :set argument.
19364
19365 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19366
19367 * startup.el (command-line-1): Don't signal an error if the
19368 directory for auto-save-list files does not yet exist.
19369
19370 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19371
19372 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19373
19374 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19375
19376 * subr.el (remove-hook): `setq' hook-value, not `set'.
19377
19378 2000-05-16 Sam Steingold <sds@gnu.org>
19379
19380 * info.el (debug-ignored-errors): More errors to ignore.
19381
19382 2000-05-16 Dave Love <fx@gnu.org>
19383
19384 * cus-edit.el: Don't require cl or easymenu.
19385 (custom-variable-prompt): Test standard-value property, not
19386 user-variable-p.
19387
19388 2000-05-16 Sam Steingold <sds@gnu.org>
19389
19390 * subr.el (add-hook): `setq' hook-value, not `set'.
19391
19392 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19393
19394 * startup.el (command-line-1): Mention the FAQ in the startup
19395 message.
19396
19397 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19398
19399 * progmodes/compile.el (compilation-parse-errors): Collect
19400 `nomessage' regexps last.
19401
19402 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19403
19404 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19405 to the function name.
19406
19407 2000-05-15 Dave Love <fx@gnu.org>
19408
19409 * speedbar.el (speedbar-recenter): Typo.
19410 (speedbar-expand-line): Make arg optional.
19411 (speedbar-mode): Avoid a compiler warning.
19412
19413 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19414
19415 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19416 user-specified option string is empty.
19417
19418 * mouse.el (mouse-yank-at-click): Doc fix.
19419
19420 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19421
19422 * term/internal.el (IT-character-translations): More updates of
19423 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19424 documents.
19425
19426 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19427
19428 * env.el (getenv): New function, interactively callable.
19429 (setenv, getenv): Remove autoload cookies.
19430
19431 * loadup.el: Load `env'.
19432
19433 * progmodes/f90.el: Change author's mail address.
19434
19435 2000-05-14 Dave Love <fx@gnu.org>
19436
19437 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19438 goto-addr as an option.
19439
19440 * help.el (help-xref-stack): Doc fix.
19441 (help-xref-following): New variable.
19442 (help-make-xrefs): Use it.
19443 (help-xref-go-back): Use position information from stack element.
19444 (help-follow): Make position in stack element a pair. Use
19445 help-xref-following.
19446
19447 * autoarg.el: New file.
19448
19449 * faces.el: Declare more functions obsolete.
19450
19451 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19452 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19453 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19454 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19455 Remove all the setup-...-environment functions.
19456
19457 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19458
19459 * speedbar.el: Updated the commentary section. xemacs20p now uses
19460 >= when detecting. Require `defimage' safely.
19461 (speedbar-easymenu-definition-base): Add toggle for images.
19462 (speedbar-easymenu-definition-special): Add flush cache & expand.
19463 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19464 (speedbar-reconfigure-keymaps-hook): New variable.
19465 (speedbar-frame-parameters): Updated documentation.
19466 (speedbar-use-imenu-flag): Updated custom tag
19467 (speedbar-dynamic-tags-function-list): New variable.
19468 (speedbar-tag-hierarchy-method): Updated doc & custom.
19469 (speedbar-indentation-width, speedbar-indentation-width) New
19470 variables.
19471 (speedbar-hide-button-brackets-flag): Customizable.
19472 (speedbar-vc-indicator): Doc update.
19473 (speedbar-ignored-path-expressions): Updated default value.
19474 (speedbar-supported-extension-expressions): Updated default value.
19475 (speedbar-syntax-table): Remove {} paren status.
19476 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19477 as "+". Added overlay aliases.
19478 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19479 `force-mode-line-update'.
19480 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19481 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19482 `mouse-set-point'
19483 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19484 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19485 of arbitrary text, and new helper functions.
19486 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19487 filename finder.
19488 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19489 (speedbar-directory-buttons): Update path search/expansion.
19490 (speedbar-make-tag-line): Pay attention to
19491 `speedbar-indentation-width'. Use more care w/ invisible
19492 properties.
19493 (speedbar-change-expand-button-char): Call
19494 `speedbar-insert-image-button-maybe'.
19495 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19496 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19497 (speedbar-trim-words-tag-hierarchy)
19498 (speedbar-simple-group-tag-hierarchy): New functions
19499 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19500 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19501 functions.
19502 (speedbar-mouse-set-point): New function
19503 (speedbar-power-click): Updated documentation.
19504 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19505 of tag prefix text.
19506 (speedbar-expand-line, speedbar-contract-line): Make more robust
19507 to strange text.
19508 (speedbar-expand-line): Takes universal argument to flush the
19509 cache.
19510 (speedbar-flush-expand-line): New function.
19511 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19512 Use new generator insertion method.
19513 (speedbar-fetch-dynamic-tags): New function.
19514 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19515 `speedbar-fetch-dynamic-imenu'.
19516 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19517 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19518 "Revert Buffer" menu items.
19519 (speedbar-buffer-buttons-engine): Be smarter when creating a
19520 filename tag (for expansion purposes.).
19521 (speedbar-highlight-one-tag-line,
19522 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19523 (speedbar-recenter): New functions.
19524 (defimage-speedbar): Image loading abstraction.
19525 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19526 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19527 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19528 (speedbar-tag-type, speedbar-tag-mail): New images.
19529 (speedbar-expand-image-button-alist): New variable.
19530 (speedbar-insert-image-button-maybe): Insert an image over some
19531 buttons.
19532
19533 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19534
19535 * international/mule-cmds.el (encode-coding-char): An ASCII
19536 character is always encodable.
19537
19538 * international/mule-conf.el: Add more information in descriptions
19539 of character sets.
19540
19541 * international/mule-diag.el (describe-char-after): New function.
19542 (describe-font-internal): Adjusted for the change of font-info.
19543 (describe-font): Likewise.
19544 (print-fontset): Rewritten for the new fontset implementation.
19545 (describe-fontset): Include fontset alias names in completion.
19546 (list-fontsets): Adjusted for the change of print-fontset.
19547
19548 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19549 describe-char-after instead of displaying the detail in the echo
19550 area.
19551 (syntax-code-table): Format changed.
19552 (string-to-syntax): Adjusted for the above change.
19553
19554 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19555
19556 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19557
19558 2000-05-12 Dave Love <fx@gnu.org>
19559
19560 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19561 dependence. Use line-{beginning,end}-position, not
19562 point-at{b,e}ol. Some doc fixes.
19563 (todo-position): New function. Fix callers of position to use it.
19564 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19565
19566 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19567
19568 * time.el (display-time-mail-icon): Use `:ascent center'.
19569
19570 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19571 handling FTP security extensions.
19572
19573 2000-05-11 Dave Love <fx@gnu.org>
19574
19575 * calendar/todo-mode.el: New file.
19576
19577 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19578
19579 * comint.el (comint-read-input-ring): Move reference to
19580 comint-input-ring-size outside of the save-excursion. It was
19581 causing the default value to be the only one ever seen.
19582
19583 * font-lock.el: Update copyright. Remove Simon Marshall's email
19584 address on request from him.
19585
19586 * subr.el (substitute-key-definition): Add comment describing
19587 the meaning of PREFIX.
19588
19589 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19590
19591 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19592
19593 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19594 (add-minor-mode): Don't make the variable buffer-local and add a
19595 reference to define-minor-mode in the docstring.
19596
19597 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19598 HEADER/FOOTER and fix bug with trailing empty directory.
19599 (cvs-append-to-ignore): Use vc-editable-p if available.
19600 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19601 (vc-do-command): Tweak advice to handle the new VC.
19602
19603 * log-view.el (log-view-goto-rev): New function for the new VC.
19604 (log-view-minor-wrap): Use mark-active.
19605
19606 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19607 (log-edit-changelog-full-paragraphs): New var.
19608 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19609 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19610 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19611 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19612 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19613 Replace the `cvs' prefix with `log-edit'.
19614
19615 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19616
19617 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19618 (diff-font-lock-defaults): Explicitly turn off multiline.
19619 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19620 (diff-ediff-patch): Fix call to ediff-patch-file.
19621 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19622 Handle comments.
19623
19624 * frame.el (automatic-hscrolling): Typo.
19625
19626 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19627
19628 2000-05-09 Sam Steingold <sds@goems.com>
19629
19630 * apropos.el (apropos-print): use `describe-face' instead of
19631 `customize-face-other-window'.
19632
19633 2000-05-09 Dave Love <fx@gnu.org>
19634
19635 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19636
19637 * help.el (describe-variable): Have customize button pop the
19638 help-xref stack when invoked.
19639 (help-xref-symbol-regexp): Add `face'.
19640 (help-make-xrefs): Check for quoted face names and adapt regexp
19641 submatch numbers to cope.
19642 (help-xref-interned): Maybe insert face doc too. Separate
19643 sections with a line of hyphens.
19644
19645 * faces.el: Some doc fixes. Declare some functions obsolete.
19646 (describe-face): Add customize button. Return the help
19647 text. Fix prompt.
19648
19649 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19650
19651 * term/internal.el (IT-character-translations): Fix last change.
19652
19653 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19654
19655 * woman.el: New file
19656 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19657
19658 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19659
19660 * term/internal.el (IT-character-translations): Update ASCII
19661 simulations for greek-iso8859-7, add latin-iso8859-14 and
19662 latin-iso8859-15.
19663
19664 * international/mule-cmds.el (set-language-info-alist): Call
19665 define-prefix-command with 3 arguments, to make the map suitable
19666 for a menu.
19667
19668 2000-05-07 Dave Love <fx@gnu.org>
19669
19670 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19671
19672 2000-05-05 Dave Love <fx@gnu.org>
19673
19674 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19675 list in doc string. Don't quote keyword symbols.
19676 * emacs-lisp/cl.el: Likewise
19677 * emacs-lisp/cl-seq.el: Likewise
19678
19679 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19680
19681 * abbrev.el (abbrev-mode): Make ARG optional.
19682
19683 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19684
19685 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19686
19687 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19688
19689 * subr.el (substitute-key-definition): Clarify documentation.
19690
19691 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19692
19693 * glasses.el (glasses-convert-to-unreadable): Use
19694 `glasses-separator' instead of the hard-wired "_".
19695 (glasses-mode): Call `glasses-make-unreadable' only in a single
19696 place.
19697
19698 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19699
19700 * term/internal.el (cjk-codepages-alist): Add associations for
19701 Chinese and Korean codepages. Remove FIXME comment.
19702
19703 2000-05-03 Dave Love <fx@gnu.org>
19704
19705 * time.el (display-time-mail-face, display-time-use-mail-icon):
19706 New option.
19707 (display-time-mail-icon): New variable.
19708 (display-time-string-forms): Use the above. Fix the local-map.
19709
19710 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19711
19712 * replace.el (query-replace-map): Add binding for `E'.
19713 (query-replace-help): Extend help text.
19714 (perform-replace): Allow editing the replacement string.
19715
19716 * make-mode.el (makefile-mode-abbrev-table): New variable.
19717 (makefile-mode): Set local abbrev table to
19718 makefile-mode-abbrev-table.
19719 (makefile-font-lock-keywords): Fontify includes and conditionals.
19720
19721 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19722 set TOGGLE's value.
19723
19724 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19725 mail-interactive-insert-alias.
19726 (mail-abbrev-complete-alias): New command.
19727 (mail-mode-map): Bind it to `M-TAB'.
19728
19729 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19730
19731 * language/lao-util.el (lao-compose-region): New function.
19732
19733 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19734
19735 * files.el (recover-session): Make directories as necessary
19736 if they don't exist yet.
19737
19738 * calendar/cal-french.el
19739 (french-calendar-multibyte-special-days-array)
19740 (french-calendar-special-days-array): Change French text.
19741 (calendar-french-date-string): Change output.
19742 (calendar-goto-french-date): Likewise.
19743
19744 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19745
19746 * wid-edit.el (widget-default-active): Obey `:always-active'.
19747 (widget-documentation-string-value-create): Set `:always-active'.
19748
19749 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19750
19751 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19752 default prefix to `~/_emacs.d/auto-save.list/_s'.
19753 (normal-top-level): Create the directory for auto-save files, if
19754 it doesn't already exist (in the ms-dos case only).
19755
19756 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19757
19758 * international/mule-cmds.el (set-language-environment): Don't
19759 concat an integer (dos-codepage), use format instead.
19760
19761 2000-05-02 Dave Love <fx@gnu.org>
19762
19763 * help.el (help-xref-on-pp): Check for constant symbols.
19764
19765 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19766
19767 * startup.el (normal-top-level): Put a condition-case around
19768 the code loading subdirs.el.
19769
19770 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19771
19772 * ps-print.el: Upside-down and face background color printing,
19773 line number step, doc fix.
19774 (ps-print-version): New version number (5.2).
19775 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19776 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19777 (ps-spool-config): Var fix.
19778 (ps-printer-name-option): Const fix.
19779 (ps-print-upside-down, ps-use-face-background)
19780 (ps-line-number-step): New vars.
19781 (ps-window-system, ps-lp-system): New consts.
19782 (ps-face-background): New fun.
19783
19784 2000-04-28 Richard Stallman <rms@gnu.org>
19785
19786 * files.el (make-auto-save-file-name):
19787 Apply auto-save-file-name-transforms to visited file name
19788 before generating auto save file name.
19789 (auto-save-file-name-transforms): New variable.
19790
19791 * files.el (backup-enable-predicate):
19792 Correctly test for a file under a temporary directory.
19793
19794 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19795
19796 * subr.el (add-minor-mode): Rewritten.
19797
19798 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19799
19800 * mail/sendmail.el (sendmail-send-it): Set
19801 buffer-file-coding-system to the selected coding system for MIME
19802 header.
19803
19804 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19805
19806 * dired.el (dired-move-to-filename-regexp): Allow format where
19807 YYYY is followed by two spaces.
19808
19809 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19810 in the second character class of the regexp.
19811
19812 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19813 mh-etc, too.
19814
19815 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19816 nil.
19817
19818 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19819
19820 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19821 argument.
19822
19823 2000-04-27 Sen Nagata <sen@eccosys.com>
19824
19825 * emacs-lisp/crm.el (crm-completion-table): New variable.
19826 (crm-collection-fn, crm-test-completion)
19827 (completing-read-multiple): Use it.
19828
19829 2000-04-27 Dave Love <fx@gnu.org>
19830
19831 * help.el (locate-library): Use mapc.
19832 (help-manyarg-func-alist): Add call-process-region.
19833
19834 2000-04-26 Gerd Moellmann <gerd@gnu.org>
19835
19836 * subr.el (add-minor-mode): Make argument MAP optional.
19837
19838 * desktop.el (desktop-save): Save list of minor modes.
19839 (desktop-create-buffer): Restore minor modes.
19840 (desktop-minor-mode-table): New user-option.
19841
19842 * subr.el (add-minor-mode): New function.
19843
19844 * image.el (find-image): New function.
19845 (defimage): Rewritten to find image at load time.
19846
19847 * startup.el (normal-top-level-add-to-load-path): Handle
19848 case that the default directory is not in load-path.
19849
19850 * help.el: Old patch from Stefan Monnier.
19851 (help-xref-on-pp): New function.
19852 (describe-variable): Use it to display xrefs in a symbol's value.
19853
19854 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19855
19856 * cus-edit.el (custom-face): Fix parenthesis.
19857
19858 2000-04-26 Kenichi Handa <handa@etl.go.jp>
19859
19860 * mail/rmail.el (rmail-expunge): When there are no deleted
19861 messages, do nothing.
19862
19863 2000-04-26 Dave Love <fx@gnu.org>
19864
19865 * international/mule-cmds.el (locale-translation-file-name):
19866 Defvar to nil.
19867 (set-locale-environment): Set it here (at runtime).
19868
19869 2000-04-25 Gerd Moellmann <gerd@gnu.org>
19870
19871 * replace.el (perform-replace): Add parameters START and END. Use
19872 them instead of the check for a region in Transient Mark mode.
19873 (query-replace-read-args): Return two more list elements for the
19874 start and end of the region in Transient Mark mode.
19875 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19876 (map-query-replace-regexp, replace-string, replace-regexp): Add
19877 optional last arguments START and END and pass them to
19878 perform-replace.
19879
19880 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19881 form with additional arguments for perform-replace.
19882
19883 * progmodes/etags.el (tags-query-replace): Add parameters START
19884 and END. Construct a form with additional arguments for
19885 perform-replace.
19886
19887 * simple.el (shell-command): Set default directory for "*Shell
19888 Command Output" buffer.
19889
19890 * language/european.el (iso-latin-4): Fix typo.
19891
19892 * emacs-lisp/crm.el: New file.
19893
19894 2000-04-24 Dave Love <fx@gnu.org>
19895
19896 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19897 (Custom-reset-saved, Custom-reset-standard)
19898 (custom-group-value-create, custom-group-set, custom-group-save)
19899 (custom-group-reset-current, custom-group-reset-saved)
19900 (custom-group-reset-standard): Use mapc.
19901 (custom-buffer-create-internal): Disable undo when creating items.
19902 Use mapc.
19903 (custom-face): Avoid redundant lambda.
19904
19905 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19906
19907 * startup.el (auto-save-list-file-prefix): Set default to
19908 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19909
19910 2000-04-24 Sam Steingold <sds@gnu.org>
19911
19912 * time-stamp.el (time-stamp-string-preprocess): Always convert
19913 `field-result' to a string.
19914
19915 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19916
19917 * frame.el (scrolling): New group.
19918 (automatic-hscrolling): New user-option.
19919
19920 * startup.el (command-line-x-option-alist): Add `-lsp' and
19921 `--line-spacing'.
19922
19923 2000-04-19 Dave Love <fx@gnu.org>
19924
19925 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
19926 (cl-mapc): Rename from mapc. Fix the funcall.
19927
19928 2000-04-19 Gerd Moellmann <gerd@gnu.org>
19929
19930 * simple.el (clone-indirect-buffer-other-window): New command.
19931 (clone-indirect-buffer): Add optional arg NORECROD.
19932 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
19933
19934 * help.el (resize-temp-buffer-window): Use count-screen-lines.
19935
19936 * window.el (count-screen-lines): New function.
19937 (shrink-window-if-larger-than-buffer): Use count-screen-lines
19938 instead of window-buffer-height.
19939
19940 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
19941 non-existing variable comint-input-sentinel.
19942 (inferior-lisp-args-to-list): Removed.
19943 (inferior-lisp): Use split-string instead of
19944 inferior-lisp-args-to-list.
19945
19946 * hexl.el (hexl-insert-hex-string): New command.
19947
19948 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
19949 instead of concat.
19950
19951 2000-04-18 Gerd Moellmann <gerd@gnu.org>
19952
19953 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
19954 at the start of an existing but empty folder.
19955
19956 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19957
19958 * ps-mule.el: Customization fix, doc fix.
19959 (ps-multibyte-buffer): Customization fix.
19960
19961 2000-04-17 Richard M. Stallman <rms@gnu.org>
19962
19963 * subr.el (read-passwd): Use read-char-exclusive.
19964
19965 2000-04-17 Gerd Moellmann <gerd@gnu.org>
19966
19967 * textmodes/texinfo.el (texinfo-insert-@email)
19968 (texinfo-insert-@emph, texinfo-insert-@quotation)
19969 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
19970 (texinfo-mode-map): Add key bindings for them.
19971
19972 * files.el (basic-save-buffer-2): Use a template with `$'
19973 instead of `#' for VMS.
19974
19975 * simple.el (clone-indirect-buffer): New function.
19976
19977 2000-04-16 Stephen Eglen <stephen@gnu.org>
19978
19979 * iswitchb.el (iswitchb-case): New function. If the user input
19980 contains any upper-case characters, the search is made
19981 case-sensitive.
19982
19983 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
19984
19985 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
19986 comment-end.
19987 (texinfo-font-lock-syntactic-keywords): New var.
19988 (texinfo-font-lock-keywords): Remove comment regexp.
19989 (texinfo-insert-block): New function.
19990 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
19991 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
19992 and font-lock-defaults. Use regexp-opt for outline-regexp.
19993 (texinfo-environments): New var.
19994 (texinfo-environment-regexp): Use regexp-opt and
19995 texinfo-environments.
19996
19997 * textmodes/ispell.el (ispell-menu-map-needed): Check that
19998 ispell-process is bound since this might be eval'd before ispell
19999 is loaded.
20000 (ispell-message): Use a tiny bit less magic and a bit more hard
20001 data to figure out what kind of sc-cite-regexp to use.
20002
20003 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20004
20005 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20006 (insert-cyclic-diary-entry): Unquote the lambda.
20007
20008 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20009
20010 * files.el (backup-enable-predicate): Unquote the lambda.
20011
20012 * cus-edit.el (custom-face, face): Unquote the lambda.
20013
20014 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20015
20016 * ps-print.el: Check for line-beginning-position definition.
20017
20018 * ps-print.el: Fix counting lines in a region.
20019 (ps-print-version): New version number (5.1.5).
20020 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20021 (ps-printing-region): Fun code fix.
20022
20023 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20024
20025 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20026 to file-directory-p.
20027
20028 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20029
20030 * gud.el (gud-jdb-build-source-files-list): Check that directory
20031 exists before calling directory-files.
20032
20033 2000-04-13 Dave Love <fx@gnu.org>
20034
20035 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20036 syntax.
20037
20038 * emacs-lisp/cl-specs.el: Remove when, unless.
20039
20040 * emacs-lisp/cl-extra.el: Don't quote keywords.
20041 (cl-old-mapc): New variable.
20042 (mapc): Use it.
20043 (cl-map-intervals): Use with-current-buffer. Don't check for
20044 next-property-change.
20045 (cl-map-overlays): Use with-current-buffer.
20046 (cl-expt): Remove.
20047 (copy-tree, remprop): Define unconditionally.
20048
20049 * emacs-lisp/cl-compat.el (keywordp): Remove.
20050
20051 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20052 to use keywordp.
20053 (edebug-spec): Enable keywordp.
20054
20055 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20056 string-lessp.
20057
20058 * cus-start.el: Use keywordp.
20059
20060 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20061
20062 * diary-lib.el (include-other-diary-files): Fix the fix of
20063 2000-02-18 by doing a save-excursion.
20064
20065 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20066
20067 * ps-print.el: Customization fix, doc fix.
20068 (ps-print-version): New version number (5.1.4).
20069 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20070 (ps-print-preprint): Adjust code.
20071 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20072 (ps-print-prologue-header, ps-print-control-characters)
20073 (ps-spool-config): Customization fix.
20074
20075 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20076
20077 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20078 converted to the new menu-item format, names silightly changed,
20079 help strings added.
20080
20081 Support for spelling without async subprocesses:
20082
20083 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20084 (ispell-session-buffer): New variables.
20085 (ispell-start-process, ispell-process-status,
20086 ispell-accept-output, ispell-send-string): New functions, for
20087 Ispell invocation when async subprocesses aren't supported.
20088 (ispell-word, ispell-pdict-save, ispell-command-loop,
20089 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20090 to process-send-string with calls to ispell-send-string, and
20091 accept-process-output with ispell-accept-output.
20092 (ispell-init-process): Call ispell-process-status instead of
20093 process-status with.
20094 (ispell-init-process): Call ispell-start-process. Call
20095 ispell-accept-output and ispell-send-string. Don't call
20096 process-kill-without-query and kill-process if they are unbound.
20097 (ispell-async-processp): New function.
20098
20099 2000-04-12 Dave Love <fx@gnu.org>
20100
20101 * info.el: Add debug-ignored-errors.
20102 (Info-mode-menu): Add some items.
20103 (Info-directory): Add autoload cookie.
20104
20105 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20106 Modify `truncate-lines'. Make `describe-language-environment'
20107 always visible and add help. Modify `describe-key' help. Invoke
20108 Info-directory from `info'. New entry `emacs-manual'.
20109
20110 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20111
20112 * progmodes/ebrowse.el (ebrowse-tree-mode):
20113 Use propertized-buffer-identification.
20114 (ebrowse-update-member-buffer-mode-line): Likewise.
20115 (ebrowse--mode-strings): Removed.
20116 (ebrowse--mode-line-props): Removed.
20117
20118 * files.el (auto-mode-alist): Add `EBROWSE'.
20119
20120 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20121 space before testing for end of buffer.
20122 (ebrowse-load): Removed.
20123 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20124 (ebrowse-create-tree-buffer): Rewritten.
20125 (ebrowse-tree-mode): Read tree from buffer.
20126
20127 * progmodes/ebrowse-ffh.el: Removed.
20128
20129 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20130
20131 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20132
20133 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20134
20135 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20136 at the wrong place.
20137
20138 2000-04-09 Dave Love <fx@gnu.org>
20139
20140 * files.el (backup-enable-predicate):
20141 Use temporary-file-directory, small-temporary-file-directory.
20142 (make-backup-file-name-function, backup-directory-alist): New vars.
20143 (make-backup-file-name-1): New function.
20144 (make-backup-file-name): Use it.
20145 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20146 (file-newest-backup): Use make-backup-file-name.
20147
20148 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20149
20150 * progmodes/ebrowse-ffh.el: New file.
20151
20152 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20153 Moved to ebrowse-ffh.el.
20154 (ebrowse-load): Add autoload.
20155
20156 * finder.el (finder-commentary): Add autoload cookie.
20157
20158 * mail/rfc2368.el: Correct author's email address.
20159
20160 * progmodes/ebrowse.el: New file.
20161
20162 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20163 item help string.
20164 (easy-menu-do-add-item): Ditto.
20165 (easy-menu-define): Extend doc string.
20166
20167 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20168 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20169 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20170 with-buffer-unmodified.
20171
20172 2000-04-08 Dave Love <fx@gnu.org>
20173
20174 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20175 unless, when.
20176
20177 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20178
20179 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20180 (viper-flash-search-pattern): No operation when using Emacs
20181 doesn't support face.
20182 Use `viper-put-on-search-overlay'.
20183
20184 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20185
20186 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20187 like C-r.
20188
20189 * progmodes/make-mode.el: Some doc fixes.
20190 (makefile-mode-abbrev-table): New variable.
20191 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20192 (makefile-font-lock-keywords): Fontify includes and conditionals.
20193 (toplevel): Require `dabbrev' and `add-log' when compiling.
20194
20195 * replace.el (perform-replace): Don't move forward one char
20196 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20197 to do that because it leaves point 1 position after the last
20198 replacement, after everything has been replaced.
20199
20200 * jit-lock.el (with-buffer-unmodified): New macro.
20201 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20202 modified state.
20203 (jit-lock-function-1): Extracted from jit-lock-function; not
20204 preserving buffer's modified state.
20205 (jit-lock-function, jit-lock-stealth-fontify):
20206 Call jit-lock-function-1.
20207
20208 * mail/rfc2368.el: Remove supernumerary copyright line.
20209
20210 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20211
20212 * glasses.el: Provide facilities for inserting space before left
20213 parentheses and uncapitalization of identifiers.
20214 (glasses-mode): Try to remove old overlays in all cases.
20215
20216 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20217
20218 * progmodes/compile.el (compile-internal): Display the compilation
20219 buffer in a different frame, if it's already displayed there.
20220
20221 * mail/rfc2368.el: New file.
20222
20223 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20224 header and insert its value as mail body.
20225
20226 * subr.el (member-ignore-case): New function.
20227
20228 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20229 (dabbrev--find-expansion): Ignore buffers matching a regexp
20230 from dabbrev-ignored-regexps.
20231
20232 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20233 to extensions handled by gzip.
20234
20235 2000-04-03 Richard M. Stallman <rms@gnu.org>
20236
20237 * files.el (insert-directory): List the total free space
20238 along with the used space.
20239
20240 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20241 line is followed by one that matches CITATION-REGEXP, end the
20242 paragraph.
20243
20244 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20245
20246 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20247 (rmail-make-basic-summary-line): Use that option.
20248
20249 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20250
20251 * international/mule-cmds.el (encoded-string-description):
20252 Rewritten. Try pretty description for ISO 2022 escape sequences
20253 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20254 for hexadecimal format.
20255
20256 2000-04-01 Dave Love <fx@gnu.org>
20257
20258 * cpp.el: Change customization group to `c' from `C'.
20259
20260 * vcursor.el (vcursor-move): Use display-color-p.
20261
20262 * international/mule-util.el: Provide mule-utils.
20263 (string-to-sequence): Simplify and speed up.
20264
20265 * international/mule.el (make-coding-system): Purecopy doc-string.
20266
20267 * international/mule-cmds.el: Various menu changes.
20268 (describe-specified-language-support): Handle `Default'.
20269 (set-language-info): Purecopy `info'.
20270
20271 2000-03-31 Andrew Innes <andrewi@gnu.org>
20272
20273 * vc.el (vc-backend-diff): Return the correct status if we had to
20274 retry the rcsdiff command without the --brief option.
20275
20276 2000-03-31 Dave Love <fx@gnu.org>
20277
20278 * help.el (help-manyarg-func-alist): Correct several omissions.
20279
20280 * add-log.el: Don't require cl, fortran.
20281 (add-log-current-defun-function): Doc fix.
20282 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20283 (change-log-version-rcs): Function deleted.
20284 (change-log-version-number-search): Doc fix.
20285 Use vc-workfile-version. Avoid CL dolist.
20286 (add-change-log-entry): Just call add-log-current-defun to get
20287 defun. Simplify somewhat.
20288 (change-log-get-method-definition-1): Likewise.
20289 (add-log-current-defun): Return nil if calling
20290 add-log-current-defun-function does so. Move Fortran stuff to
20291 fortran.el. Return string without properties.
20292
20293 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20294 and :alpha: char classes.
20295
20296 * mail/supercite.el: Defvar curline when compiling.
20297 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20298 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20299 rather than a-zA-Z0-9 to allow non-ASCII characters.
20300
20301 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20302
20303 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20304
20305 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20306 Re-enable new code.
20307
20308 * lpr.el (print-region-1): Use -d to specify printer name for
20309 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20310
20311 2000-03-31 Dave Love <fx@gnu.org>
20312
20313 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20314 Look for function definition in symbol's function value slot first
20315 instead of first consulting byte-compile-function-environment.
20316
20317 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20318
20319 * language/european.el ("Polish"): New language environment.
20320 (setup-polish-environment): New function.
20321
20322 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20323
20324 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20325 Disable new code.
20326
20327 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20328 trying to `load' the symbol of an autoload instead of the file
20329 recorded in the autoload. Fix error messages.
20330
20331 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20332
20333 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20334 (ps-print-version): New version number (5.1.3).
20335 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20336 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20337 (ps-generate-postscript-with-faces): Code fix.
20338 (ps-color-values): XEmacs compatibility.
20339 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20340 (ps-default-fg, ps-default-bg): Adjust customization.
20341 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20342 (ps-color-scale): Renaming old ps-color-value fun.
20343 (ps-print-headers): Replace ps-print-header group to avoid conflict
20344 with ps-print-header variable.
20345 (ps-print-miscellany): New group.
20346 (ps-format-color, ps-rgb-color): New funs.
20347 (ps-default-foreground): New var.
20348 (ps-printer-name-option): New const.
20349
20350 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20351
20352 * net/net-utils.el:
20353 (network-connection-host, network-connection-service): New variables
20354 (network-connection-mode): New mode, derived from comint-mode
20355 (network-connection-mode-setup): New function, saves host and
20356 service information in local variables.
20357
20358 * lisp/locate.el:
20359 (locate-word-at-point): Added this function
20360 (locate): Default to using locate-word-at-point as input
20361 Run dired-mode-hook
20362
20363 2000-03-29 Dave Love <fx@gnu.org>
20364
20365 * calendar/appt.el: Doc fixes.
20366 (appt-check): Convert min-to-app to a string before passing to
20367 appt-disp-window-function or concat.
20368 (appt-delete-window): Remove test for frame-root-window.
20369 (appt-select-lowest-window, appt-convert-time): Simplify.
20370
20371 * emacs-lisp/bytecomp.el: Doc fixes.
20372 (byte-compile-file-form-autoload):
20373 Update byte-compile-function-environment.
20374
20375 2000-03-29 Andreas Schwab <schwab@suse.de>
20376
20377 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20378
20379 * dired.el (dired-insert-directory): If dired-free-space-program
20380 failed just delete its output.
20381
20382 2000-03-29 Dave Love <fx@gnu.org>
20383
20384 * international/iso-cvt.el: Move provide to end. Doc fixes.
20385 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20386 (iso-iso2sgml, iso-sgml2iso): New functions.
20387 (iso-cvt-define-menu): Fix some entries and use backquote for
20388 clarity.
20389
20390 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20391
20392 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20393
20394 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20395 ISO-DATE. If non-nil, return date in ISO 8601 format.
20396
20397 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20398
20399 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20400 if it ever becomes used.
20401 (log-edit-mode-hook): Default to vc-log-mode-hook.
20402 (log-edit-mode): Fix the docstring.
20403
20404 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20405 the code.
20406
20407 2000-03-26 Dave Love <fx@gnu.org>
20408
20409 * net/browse-url.el (browse-url): Re-fix case of
20410 browse-url-browser-function being an alist.
20411 (browse-url): Add :link to defgroup.
20412
20413 * files.el: Doc fixes.
20414 (file-truename): Include `[' in wildcard characters.
20415 (automount-dir-prefix): Customize.
20416 (find-file-wildcards): Add :version.
20417 (find-file-noselect): Simplify a mapcar call.
20418
20419 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20420 compatible with inf-lisp version.
20421 (eval-defun-1): Fix custom-declare-variable case.
20422
20423 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20424
20425 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20426
20427 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20428
20429 * Makefile (COMPILE_FIRST): New macro.
20430 (compile-files): Compile files from COMPILE_FIRST first.
20431
20432 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20433
20434 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20435 matching open parenthesis in column 0 to defun-prompt-regexp
20436 only if open-paren-in-column-0-is-defun-start is set.
20437
20438 * sun-curs.el: Require CL at compile-time only.
20439
20440 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20441 instead of copy-list which is a function from CL.
20442 (msb--choose-menu, msb--mode-menu-cond)
20443 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20444 (msb--init-file-alist): Use mapcar instead of mapcan.
20445 (msb--aggregate-alist): Use mapcar instead of mapcan.
20446 Fix `(' in column 0 in doc string.
20447 (msb--add-separators): Use mapcar instead of mapcan.
20448
20449 * cus-dep.el: Require CL at compile-time only.
20450
20451 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20452
20453 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20454 (byte-compile-warnings): New warning `noruntime'.
20455 (byte-compile-constants, byte-compile-variables): Fix docstring.
20456 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20457 execute `eval-whenc-compile's body.
20458 (byte-compile-unresolved-functions): Fix docstring.
20459 (byte-compile-eval): New function.
20460 (byte-compile-callargs-warn): Check if the function will be available
20461 at runtime (via property `byte-compile-noruntime').
20462 (byte-compile-print-syms): New function.
20463 (byte-compile-warn-about-unresolved-functions): Also warn about
20464 `noruntime' functions (and use `byte-compile-print-syms').
20465 (byte-compile-file): Capitalize the message.
20466
20467 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20468
20469 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20470 (rmail-expunge): Ask for confirmation depending on the setting
20471 of rmail-confirm-expunge.
20472
20473 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20474
20475 * Makefile (bootstrap-clean): If $(emacs) exists, build
20476 loaddefs.el first. A loaddefs.el that's not up-to-date might
20477 cause a bootstrap failure because things don't autoload as expected.
20478
20479 2000-03-23 Dave Love <fx@gnu.org>
20480
20481 * net/browse-url.el: Restore previous use of
20482 browse-url-maybe-new-window.
20483
20484 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20485
20486 * ps-print.el: Skip banner page fix.
20487 (ps-print-version): New version number (5.1.2).
20488 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20489
20490 2000-03-23 Dave Pearson <davep@davep.org>
20491
20492 * net/quickurl.el Changed the type of parameter passed to the
20493 function defined by `quickurl-format-function'. Before only the
20494 text of the URL was passed. Now the whole URL structure is passed
20495 and the function is responsible for extracting the parts it requires.
20496 Changed the default of `quickurl-format-function' accordingly.
20497 (quickurl-insert): Changed the `funcall' of
20498 `quickurl-format-function' to match the above change.
20499 (quickurl-list-insert): Changed the `url' case so that it makes
20500 use of `quickurl-format-function', previous to this the format was
20501 hard wired.
20502
20503 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20504
20505 * startup.el: Change some spellings for the X Window System.
20506
20507 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20508
20509 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20510 Clean up the code and the regexp and make sure the cursor is
20511 temporarily moved to the suspicious line while querying the user.
20512
20513 2000-03-22 Jason Rumney <jasonr@gnu.org>
20514
20515 * w32-fns.el (w32-charset-info-alist): Initialize.
20516
20517 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20518
20519 * ps-print.el: N-up last page fix.
20520 (ps-print-version): New version number (5.1.1).
20521 (ps-end-file, ps-end-job, ps-generate): Code fix.
20522
20523 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20524
20525 * files.el (find-file-run-dired): Update docstring.
20526 (find-directory-functions): New hook.
20527 (find-file-noselect): Run find-directory-functions rather than
20528 calling dired directly.
20529
20530 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20531
20532 * pcvs.el: Add a minimal leading commentary.
20533 (cvs-make-cvs-buffer): Change the header part by removing the startup
20534 message and adding a `Module' entry. Also replace the FOOTER and
20535 HEADER special fileinfos with the new support in ewoc for updating
20536 its own footer and header.
20537 (cvs-update-header): Update to use the header/footer of the ewoc.
20538 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20539 (cvs-is-within-p): New function.
20540 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20541 to only examine some subset of the buffers.
20542
20543 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20544 `format' instead of our own ad-hoc functions.
20545 Remove HEADER and FOOTER cases, now handled in the EWOC.
20546 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20547
20548 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20549 output to avoid scaring the user.
20550 (cvs-parse-table): Catch message for non-up-to-date commits.
20551
20552 * pcvs-defs.el (cvs-startup-message): Remove.
20553 (cvs-global-menu): New autoloaded menu.
20554
20555 * pcvs-util.el (cvs-string-fill): Remove.
20556
20557 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20558 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20559 PP part of it and also make it work for footers and headers.
20560 (ewoc-create): Drop POS and BUFFER arguments.
20561 Use the DLL's dummy node to store the end-of-footer position.
20562 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20563 (ewoc-refresh): Remove unused `header' variable.
20564 (ewoc-(get|set)-hf): New functions.
20565
20566 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20567 log-view-*-(message|file) and use easy-mmode-define-navigation.
20568 (log-view-message-re): Match SCCS format as well.
20569 And match the revision line rather than the dashed separator line.
20570 (log-view-mode): Use the new define-derived-mode.
20571 (log-view-current-tag): Fill in with an actual implementation.
20572
20573 * cvs-status.el (cvs-status-(prev|next)): Rename from
20574 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20575 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20576 to let the output "breathe" a little more (more readable).
20577 (cvs-status-mode): Use the new define-derived-mode.
20578
20579 * smerge-mode.el (smerge-auto-leave): New function and variable.
20580 (smerge-basic-map): Rename from smerge-basic-keymap.
20581 Change the bindings for smerge-diff-*.
20582 (smerge-*-map): Use easy-mmode-defmap.
20583 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20584 (smerge-keep-*): Use smerge-auto-leave.
20585
20586 2000-03-21 Jason Rumney <jasonr@gnu.org>
20587
20588 * cus-edit.el (custom-button-face): Use 3D look for w32.
20589 (custom-button-pressed-face): Likewise.
20590
20591 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20592
20593 * progmodes/etags.el (tags-case-fold-search): New user-option.
20594 (tags-loop-eval): New function. Bind case-fold-search around eval
20595 depending on the value of tags-case-fold-search.
20596 (tags-loop-continue): Use tags-loop-eval.
20597 (find-tag-in-order): Bind case-fold-search depending on the value
20598 of tags-case-fold-search.
20599
20600 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20601
20602 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20603 (diff-end-of-hunk): Return the end position for use in
20604 `easy-mmode-define-navigation'.
20605 (diff-recenter): Remove.
20606 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20607 of `easy-mmode-define-navigation'.
20608 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20609 previous renaming) and fix to use new names.
20610 (diff-merge-strings): Use \n as separator: simpler, faster.
20611 (diff-mode): Use `define-derived-mode'.
20612
20613 * derived.el (define-derived-mode): Don't autoload anymore.
20614 Prefer the macro-only version provided by easy-mmode.el.
20615
20616 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20617 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20618 (easy-mmode-define-navigation): New macro.
20619
20620 * subr.el (combine-run-hooks): New function.
20621
20622 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20623
20624 * term/x-win.el: Fontsets related initialization is simplified.
20625
20626 * international/mule-diag.el (describe-font): Don't refer to
20627 global-fontset-alist, instead call font-list.
20628 (describe-fontset, list-fontsets, mule-diag): Likewise.
20629 (print-fontset): Adjusted for the change of fontset implementation.
20630
20631 * international/fontset.el (x-charset-registries): Variable removed,
20632 instead the corresponding data is stored in the default fontset.
20633 (register-alternate-fontnames): Function removed.
20634 (resolved-ascii-font): Variable removed.
20635 (x-compose-font-name): Ignore the second argument REDOCE.
20636 (x-complement-fontset-spec): Complement only an ASCII font and
20637 element for those charsets than can use that ASCII font.
20638 (generate-fontset-menu): Don't refer to global-fontset-alist,
20639 instead call fontset-list.
20640 (uninstantiated-fontset-alist): Variable removed.
20641 (x-style-funcs-alist): Likewise.
20642 (fontset-default-styles): Likewise.
20643 (x-modify-font-name): Function removed.
20644 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20645 (create-fontset-from-ascii-font): Docsting adjusted for the above
20646 change.
20647 (instantiate-fontset, resolve-fontset-name): Functions removed.
20648 (fontset-list): Now implemented by C code.
20649
20650 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20651 (describe-face): Include `font' attribute in the description.
20652
20653 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20654
20655 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20656
20657 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20658
20659 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20660 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20661 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20662
20663 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20664 about behavior of set-buffer-modified-p wrt redisplay.
20665
20666 2000-03-19 Richard M. Stallman <rms@gnu.org>
20667
20668 * view.el (view-mode-disable): Kill local binding of view-read-only.
20669
20670 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20671
20672 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20673 is a string, convert it to a syntax cell using string-to-syntax.
20674
20675 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20676 (string-to-syntax): New function.
20677
20678 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20679 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20680 try to use passive ftp mode.
20681
20682 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20683
20684 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20685
20686 * simple.el (append-to-buffer): Update point of windows after
20687 insertion.
20688
20689 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20690 forward then moving backward. Reindent.
20691
20692 * frame.el (other-frame): Call x-focus-frame only if
20693 focus-follows-mouse is off.
20694
20695 2000-03-17 Dave Love <fx@gnu.org>
20696
20697 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20698
20699 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20700
20701 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20702 regexp for labels cannot span several lines.
20703
20704 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20705 `(setq :<key> ':<key>)' to the macro expansion.
20706
20707 2000-03-16 Dave Love <fx@gnu.org>
20708
20709 * progmodes/f90.el (f90): Put custom group under `languages', not
20710 `fortran'.
20711 (f90-mode-hook): Customize.
20712 (f90-mode): Set add-log-current-defun-function.
20713 (f90-current-defun): New function.
20714
20715 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20716
20717 * cus-edit.el (custom-variable-tag-face): Handle case that
20718 default face's height is not a number.
20719 (custom-face-tag-face, custom-group-tag-face-1)
20720 (custom-group-tag-face): Ditto.
20721 (custom-group-tag-face-1): Add :group.
20722
20723 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20724
20725 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20726
20727 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20728 requiring easymenu.
20729
20730 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20731
20732 * ps-print.el: PostScript user-defined prologue, PostScript error
20733 handler, doc fix.
20734 (ps-print-version): New version number (5.1).
20735 (ps-user-defined-prologue, ps-error-handler-message)
20736 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20737 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20738 (ps-insert-string): New function.
20739
20740 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20741
20742 * international/ccl.el (ccl-compile-expression): Don't generate
20743 invalid self-assignment code.
20744
20745 2000-03-14 Dave Love <fx@gnu.org>
20746
20747 * subr.el (replace-regexp-in-string): Renamed from
20748 replace-regexps-in-string. Doc fix.
20749
20750 2000-03-12 Dave Love <fx@gnu.org>
20751
20752 * cus-edit.el: Doc fixes.
20753 (customize-set-variable, customize-save-variable): Rename args for doc.
20754 (custom-variable-tag-face, custom-face-tag-face)
20755 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20756 style which user identify as hyperlink.
20757 (hook): Don't add undefined functions to the hook.
20758 (debug-ignored-errors): Transfer message from bindings.el.
20759
20760 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20761
20762 * recentf.el (recentf-keep-non-readable-files-p):
20763 Remove double/nested definition.
20764
20765 2000-03-12 Dave Love <fx@gnu.org>
20766
20767 * facemenu.el (facemenu-get-face): Use display-color-p.
20768 * enriched.el (enriched-decode-foreground): Likewise.
20769 (enriched-decode-background): Likewise.
20770 * isearch.el (isearch-highlight): Likewise.
20771 * info-look.el (info-lookup): Likewise.
20772 * simple.el (completion-setup-function): Likewise.
20773
20774 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20775 :options.
20776
20777 * bindings.el (mode-line-format): Fix line-number and
20778 column-number items. Add help-echo for the background.
20779 (mode-line-mule-info): Modify help-echo.
20780
20781 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20782
20783 * files.el (load-file): Allow completion to .elc.
20784
20785 * man.el: Doc fixes.
20786 (Man-init-defvars): Use display-color-p to set fontification.
20787
20788 * play/hanoi.el (hanoi-internal): Don't use oddp.
20789
20790 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20791
20792 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20793
20794 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20795
20796 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20797
20798 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20799 Fix comment.
20800
20801 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20802
20803 * font-lock.el (font-lock-keywords): Fix the doc now that
20804 regexp-opt-depth is unnecessary.
20805 (save-buffer-state): Set an edebug spec.
20806 (font-lock-fontify-anchored-keywords): Properly handle the case when
20807 the matcher goes past the limit.
20808
20809 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20810 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20811
20812 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20813 dll.el and cookie.el (from Elib) with heavy renaming and other
20814 massaging.
20815
20816 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20817 Autoload the functions used.
20818 (easy-mmode-define-syntax): Fix CL typo.
20819 (easy-mmode-define-derived-mode): Improve the docstring generation.
20820
20821 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20822
20823 * textmodes/texinfo.el (texinfo-version): Variable and function
20824 removed.
20825
20826 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20827
20828 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20829 allow more flexibility.
20830 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20831 (easy-mmode-defmap, easy-mmode-defsyntax)
20832 (easy-mmode-define-derived-mode): New macros.
20833
20834 2000-03-09 Didier Verna <didier@xemacs.org>
20835
20836 * rect.el (replace-rectangle): New function.
20837
20838 2000-03-09 Dave Love <fx@gnu.org>
20839
20840 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20841 (fortran-comment-line-start-skip): Don't match cpp stuff.
20842 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20843 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20844 (fortran-mode): Don't set fortran-comment-line-start-skip,
20845 fortran-comment-line-start here. Set comment-start,
20846 add-log-current-defun.
20847 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20848 (fortran-current-defun): New function.
20849
20850 2000-03-09 Gerd Moellmann <gerd@gnu.org>
20851
20852 * emacs-lisp/re-builder.el: New file.
20853
20854 * mouse.el (mouse-drag-region): Don't run up-event handler
20855 if hscroll has changed.
20856
20857 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20858 builtin operators, use `font-lock-builtin-face' for Emacs and
20859 `font-lock-preprocessor-face' otherwise.
20860
20861 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20862 `(defun (setf foo)' differently.
20863
20864 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20865
20866 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20867 (regexp-opt): Update comment and adapt the code the new meaning of
20868 the `paren' argument of regex-opt-group for shy-groups.
20869 (regexp-opt-depth): Handle shy groups as well as backslashed
20870 backslashes.
20871 (regexp-opt-group): Turn the leading comment into a docstring.
20872 Allow `paren' to be a string (the string to use to open a group).
20873 Remove open-presuf and close-presuf. Instead of checking for `all
20874 one-char' and then later on check for `several one-char', handle
20875 both cases close together. Also apply a more generic algorithm
20876 for suffixes (the mirror image of the algorithm used for
20877 prefixes). Use shy-groups. Use nreverse rather than reverse.
20878 (regexp-opt-try-suffix): Removed.
20879
20880 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20881 from comint-mode-map, so we can just inherit from it. Also, move
20882 the initialization into the `defvar' since there's no docstring
20883 anyway and it's fairly short.
20884 (inferior-scheme-mode): Define it as derived-mode: the code is
20885 shorter and this way we inherit from comint-mode-map rather than
20886 copying it.
20887
20888 * subr.el (replace-regexps-in-string): Properly handle the case
20889 where we match an empty string.
20890
20891 * comint.el (comint-exec-1): Add the current-dir to the exec-path
20892 when the command has a directory component (such as "./testml").
20893 Also fix a typo in the comment.
20894
20895 2000-03-08 Gerd Moellmann <gerd@gnu.org>
20896
20897 * Makefile (compile-files): Compile files one by one because
20898 that's the only way to ensure a clean compilation environment for
20899 each individual file.
20900
20901 * frame.el (other-frame): Call x-focus-frame.
20902
20903 2000-03-07 Dave Love <fx@gnu.org>
20904
20905 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20906 :require to defcustom.
20907
20908 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
20909
20910 * files.el (auto-mode-alist): Add configure.in.
20911
20912 * progmodes/autoconf.el: New file.
20913
20914 2000-03-07 Gerd Moellmann <gerd@gnu.org>
20915
20916 * mail/mh-e.el: Change maintainer to `none'.
20917
20918 * recentf.el (recentf-keep-non-readable-files-p): Quote args
20919 to remove-hook and add-hook.
20920
20921 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20922
20923 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
20924 it as the default.
20925 (mail-send): Test mail-send-nonascii also for the new `mime' value.
20926 (sendmail-send-it): Conditionally add MIME headers specifying the
20927 used character set.
20928
20929 2000-03-07 Dave Love <fx@gnu.org>
20930
20931 * winner.el: Fix keywords, autoload cookies.
20932 Split eval-when-compile form to avoid compilation failure.
20933
20934 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
20935
20936 * international/mule.el: Modify comment about coding system
20937 property `coding-category'.
20938 (make-coding-system): New argument EOL-TYPE. Pay attention to
20939 coding-category property of PROPERTIES.
20940
20941 * international/mule-conf.el (coding-category-utf-8)
20942 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
20943 categories. Include them in the argument for set-coding-priority.
20944
20945 * international/mule-cmds.el (reset-language-environment):
20946 Include coding-category-utf-8, coding-category-utf-16-be, and
20947 coding-category-utf-16-le in the argument for set-coding-priority.
20948 (reset-language-environment): Initialize coding-category-utf-8,
20949 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
20950
20951 2000-03-06 Karl Fogel <kfogel@red-bean.com>
20952
20953 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
20954 code abstracted out of `bookmark-jump-noselect'. Now tries info
20955 extensions as well as compression extensions.
20956 (bookmark-jump-noselect): Use above new func.
20957
20958 2000-03-03 Gerd Moellmann <gerd@gnu.org>
20959
20960 * strokes.el: Change maintainer's mail address.
20961
20962 2000-03-03 Kenichi Handa <handa@etl.go.jp>
20963
20964 * international/mule-diag.el (list-character-sets): Make help-echo
20965 string by substitute-command-keys.
20966 (list-character-sets): Likewise.
20967 (sort-listed-character-sets): Call help-setup-xref.
20968
20969 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20970
20971 * time.el (display-time-mail-file): Add `none' to the list of choices.
20972
20973 2000-03-01 Dave Love <fx@gnu.org>
20974
20975 * help.el (help-xref-go-back): Don't try to set position.
20976
20977 * international/mule-diag.el (list-character-sets):
20978 Call help-setup-xref. Add help-echo to xrefs.
20979 (list-character-sets-1): Add help-echo to xrefs.
20980
20981 2000-03-02 Gerd Moellmann <gerd@gnu.org>
20982
20983 * frame.el (blink-cursor-mode): Switch cursor on when turning
20984 the mode off.
20985
20986 * add-log.el (add-log-current-defun): Add support for
20987 Autoconf mode.
20988
20989 * mail/rmail.el (rmail-quit-hook): New variable.
20990
20991 2000-03-01 Dave Love <fx@gnu.org>
20992
20993 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
20994
20995 * help.el (help-xref-button): Add help-echo arg.
20996 (describe-function-1, describe-variable, help-make-xrefs): Use it.
20997
20998 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
20999
21000 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21001
21002 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21003
21004 * image.el (defimage): Look for image files in load-path.
21005
21006 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21007
21008 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21009
21010 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21011
21012 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21013
21014 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21015 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21016 action to select/unselect a file.
21017 (recentf-edit-list): Code cleanup and improvement.
21018 (recentf-open-more-files-action): `recentf-open-more-files' button
21019 widget action to open a file.
21020 (recentf-open-more-files): No more use standard completion but widgets.
21021 (recentf-more-collection): Deleted.
21022 (recentf-more-history): Deleted.
21023 (recentf-setup-more-completion): Deleted.
21024
21025 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21026
21027 * recentf.el (recentf-mode): No more needs that Emacs is running
21028 under a window-system.
21029
21030 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21031
21032 * recentf.el (recentf-edit-list): New command to edit the recent
21033 list which allow the user to remove files.
21034 (recentf-edit-selected-items): New global variable, used by
21035 `recentf-edit-list' to hold the list of files to be removed from
21036 the recent list.
21037 (recentf-make-menu-items): Updated to display a "Edit list..."
21038 menu item. Minor code cleanup.
21039
21040 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21041
21042 * recentf.el (recentf-open-more-files): New command to open files
21043 that are not displayed in the menu.
21044 (recentf-more-collection): New global variable holding the set of
21045 permissible completions used by `recentf-open-more-files'.
21046 (recentf-more-history): New global variable holding the history list
21047 used by `recentf-open-more-files' completion.
21048 (recentf-setup-more-completion): New function to setup completion for
21049 `recentf-open-more-files'.
21050 (recentf-make-menu-items): Updated to display a "More..." menu item.
21051
21052 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21053
21054 * recentf.el (recentf-menu-action): Doc fixed.
21055
21056 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21057
21058 * recentf.el (recentf-menu-filter): Doc updated.
21059 (recentf-update-menu-hook): Allow menu filters to force menu update.
21060 (recentf-make-menu-items): New menu filter handling.
21061 (recentf-make-menu-item): New helper function.
21062 (recentf-menu-elements): New menu handling function.
21063 (recentf-sort-ascending): Updated to new menu filter handling.
21064 (recentf-sort-descending): Updated to new menu filter handling.
21065 (recentf-sort-basenames-ascending): New menu filter function.
21066 (recentf-sort-basenames-descending): New menu filter function.
21067 (recentf-show-basenames): New menu filter function.
21068 (recentf-show-basenames-ascending): New menu filter function.
21069 (recentf-show-basenames-descending): New menu filter function.
21070
21071 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21072
21073 * diary-lib.el (list-diary-entries): Don't try to go forward at
21074 the end of the buffer.
21075
21076 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21077
21078 * international/mule-diag.el (list-character-sets):
21079 Completely rewritten.
21080 (sort-listed-character-sets): New function.
21081 (list-character-sets-1): Completely rewritten.
21082 (list-character-sets-2): New function.
21083 (non-iso-charset-alist): New variable.
21084 (decode-codepage-char): New function.
21085 (charset-history): New variable.
21086 (read-charset) (list-block-of-chars)
21087 (list-iso-charset-chars)
21088 (list-non-iso-charset-chars)
21089 (list-charset-chars): New functions.
21090 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21091 (dump-charsets): Likewise.
21092
21093 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21094
21095 * dired-x.el (dired-filename-at-point): Add `@' to valid
21096 file name characters.
21097 (dired-filename-at-point): Handle ange-ftp file names.
21098
21099 * frame.el (frame-notice-user-settings): Use assq-delete-all
21100 instead of assoc-delete-all.
21101 (frame-notice-user-settings): Ditto.
21102
21103 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21104 Don't copy alist.
21105
21106 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21107
21108 * calculator.el (calculator-use-menu): New option.
21109 (calculator-initial-bindings): Changed some bindings to work as macros.
21110 (calculator-forced-input): Removed.
21111 (calculator-restart-other-mode): New variable.
21112 (calculator-mode-map): Set up menu.
21113
21114 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21115
21116 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21117
21118 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21119
21120 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21121 translate all ESC key sequences.
21122 (viper-goto-mark-subr): Restore markers for files for which
21123 they were saved.
21124 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21125 * viper-util.el (viper-set-replace-overlay-glyphs)
21126 (viper-set-replace-overlay): Always check if the replacement
21127 overlay is live.
21128 * viper.el (viper-vi-state-mode-list): Add major modes.
21129 * ediff-wind.el: Minor comment changes.
21130 * ediff.el: Copyright notice date fix.
21131
21132 2000-02-27 Jason Rumney <jasonr@gnu.org>
21133
21134 * faces.el (face-font-family-alternatives): Add arial to helv.
21135 (mode-line, header-line, tool-bar): Same default as x for w32.
21136 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21137 face-font-family-alternatives from working.
21138 * term/w32-win.el (mouse-set-font): Do not build fontset from
21139 chosen font.
21140
21141 2000-02-25 Sam Steingold <sds@goems.com>
21142
21143 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21144 properly.
21145
21146 2000-02-25 Richard M. Stallman <rms@gnu.org>
21147
21148 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21149
21150 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21151
21152 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21153
21154 * frame.el (busy-cursor-delay-seconds): New option.
21155
21156 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21157
21158 * frame.el (show-cursor-in-non-selected-windows): New option.
21159
21160 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21161
21162 * diary-lib.el (include-other-diary-files): Undo the selective
21163 display in any included file and don't kill it.
21164
21165 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21166
21167 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21168 Menu items converted to (menu-item format, help strings added.
21169 [downcase, upcase]: Don't enable on MS-DOS.
21170 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21171 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21172
21173 2000-02-23 Dave Love <fx@gnu.org>
21174
21175 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21176 (backward-kill-word): Revert addition of * to interactive spec --
21177 it's a feature.
21178
21179 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21180 (backward-kill-sentence, kill-sentence): Likewise.
21181
21182 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21183 scratch buffer name.
21184 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21185
21186 * term/w32-win.el (internal-face-interactive): Update prompt for
21187 new read-face-name.
21188
21189 * mail/footnote.el (footnote): Add :version to defgroup.
21190 (footnote-section-tag-regexp): Customize.
21191 (footnote-start-tag, footnote-end-tag): New option.
21192 (footnote-latin-regexp): New variable.
21193 (Footnote-latin): New function.
21194 (footnote-style-alist): Add element for latin style.
21195 (footnote-style): Moved.
21196 (Footnote-goto-footnote): Use eq to test arg.
21197
21198 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21199
21200 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21201 (byte-compile-trueconstp): Include keywords.
21202 (byte-optimize-quote, byte-optimize-lapcode):
21203 Use byte-compile-const-symbol-p.
21204 (byte-optimize-char-before): New optimization.
21205
21206 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21207 (byte-compile-const-symbol-p): New function.
21208 (byte-compile-constp, byte-compile-out-toplevel)
21209 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21210 Use it.
21211
21212 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21213
21214 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21215
21216 * international/encoded-kb.el: Be sure to update minor-mode-alist
21217 and minor-mode-map-alist.
21218 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21219 codes SS2 and SS3 correctly.
21220 (encoded-kbd-self-insert-ccl): New function.
21221 (encoded-kbd-setup-keymap): New function.
21222 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21223 by calling encoded-kbd-setup-keymap.
21224
21225 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21226 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21227
21228 2000-02-22 Dave Love <fx@gnu.org>
21229
21230 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21231 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21232 (lisp-mode-syntax-table): Set up for #|...|# comments.
21233 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21234 classes. Match `defface'.
21235 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21236 (eval-defun-1): Fix for defcustom.
21237 (lisp-indent-region): Doc fix.
21238
21239 * subr.el (when, unless, split-string): Doc fix.
21240 (read-passwd): Move call of clear-this-command-keys to the right place.
21241 (replace-regexps-in-string): New function.
21242
21243 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21244
21245 * help.el (describe-variable): Set syntax table to
21246 emacs-lisp-mode-syntax-table when moving forward over the
21247 symbol's name.
21248
21249 2000-02-22 Dave Love <fx@gnu.org>
21250
21251 * xt-mouse.el: Doc fixes.
21252 (xterm-mouse-position-function): New function, replacing advice of
21253 mouse-position.
21254 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21255
21256 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21257
21258 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21259
21260 * format.el (format-annotate-single-property-change):
21261 Handle properties.with dotted-list values.
21262 (format-proper-list-p): New function.
21263
21264 * enriched.el (enriched-face-ans): Handle '(foreground-color
21265 . COLOR) and (background-color . COLOR).
21266
21267 2000-02-20 Dave Love <fx@gnu.org>
21268
21269 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21270 and assignments to it.
21271 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21272 current local map.
21273 (make-flyspell-overlay): Use it.
21274 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21275
21276 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21277 (lm-get-header-re): Defun, not defsubst.
21278 (lm-get-package-name): Defun, not defsubst. Simplify.
21279 (lm-version): Doc fix. Simplify.
21280 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21281 (lm-crack-address, lm-last-modified-date, lm-commentary)
21282 (lm-verify, lm-synopsis): Simplify.
21283 (lm-report-bug): Require emacsbug. Use compose-mail.
21284
21285 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21286
21287 * dired.el (dired-mode): Call propertized-buffer-identification
21288 to set mode-line-buffer-identification to something having
21289 the right text properties.
21290
21291 * bindings.el (propertized-buffer-identification): New function.
21292
21293 2000-02-20 Dave Love <fx@gnu.org>
21294
21295 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21296 check for t-mouse too.
21297
21298 * cus-start.el: Make echo-keystrokes `number'.
21299
21300 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21301
21302 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21303 Don't call ring-empty-p unless tags-location-ring is bound.
21304 From Noah Friedman <friedman@splode.com>.
21305
21306 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21307
21308 * progmodes/hideshow.el (hs-flag-region): No longer use
21309 `intangible' overlay property.
21310
21311 (hs-toggle-hiding): New command.
21312 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21313
21314 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21315 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21316 and deactivation.
21317
21318 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21319
21320 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21321
21322 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21323
21324 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21325
21326 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21327 of `*' to handle `(* ... *)' comments.
21328
21329 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21330
21331 * faces.el (list-faces-display): Use display-mouse-p instead of
21332 window-system.
21333
21334 * menu-bar.el (global-map): Menu-bar items converted to the new
21335 format (menu-item..., rearranged for better CUA compliance, and
21336 their names changed for better clarity. Help strings added.
21337
21338 * international/mule-cmds.el (mule-menu-keymap)
21339 (describe-language-environment-map, set-coding-system-map)
21340 (setup-language-environment-map): Convert to new (menu-item...
21341 form, add help strings. Change names of menu items for better clarity.
21342 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21343
21344 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21345
21346 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21347 within the code.
21348
21349 2000-02-16 Dave Love <fx@gnu.org>
21350
21351 * faces.el: Don't require custom. Add more specific :groups to
21352 various deffaces.
21353 (set-face-attribute): Purecopy args.
21354 (read-face-name): Default to name at point and use it in prompt.
21355 Remove colon from arg in all callers.
21356 (list-faces-display): Hyperlink to face descriptions and customize
21357 buffers.
21358
21359 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21360
21361 * wid-edit.el (widget-match-inline): An atom never matches a list.
21362
21363 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21364
21365 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21366 at ':' characters by call to split-string.
21367
21368 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21369
21370 * textmodes/bibtex.el: Added RCS version identification.
21371
21372 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21373
21374 * textmodes/bibtex.el: Some temporary comments removed.
21375 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21376 (bibtex-field-const): Allow capital letters.
21377 (bibtex-start-of-string): Deleted because unused.
21378
21379 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21380 use the term 'reference' to describe a bibtex entry as a whole.
21381 Further, reference keys are no longer called 'labels'.
21382 (bibtex-keys): Renamed to bibtex-reference-keys.
21383 (bibtex-reformat-previous-labels): Renamed to
21384 bibtex-reformat-previous-reference-keys.
21385 (bibtex-reference-type): Renamed to bibtex-entry-type.
21386 (bibtex-reference-head): Renamed to bibtex-entry-head.
21387 (bibtex-reference-maybe-empty-head): Renamed to
21388 bibtex-entry-maybe-empty-head.
21389 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21390 (bibtex-search-reference): Renamed to bibtex-search-entry.
21391 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21392 bibtex-enclosing-entry-maybe-empty-head.
21393 (bibtex-entry-field-alist, bibtex-entry-head)
21394 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21395 (bibtex-map-entries, bibtex-search-entry)
21396 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21397 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21398 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21399 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21400 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21401 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21402 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21403
21404 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21405
21406 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21407 comment.
21408 (bibtex-format-field-delimiters): New function, functionality
21409 extracted from bibtex-format-entry.
21410 (bibtex-autokey-get-yearfield-digits): New function, functionality
21411 extracted from bibtex-autokey-get-yearfield.
21412
21413 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21414 entries in order to avoid stack overflow in the regexp matcher if
21415 field contents become large.
21416 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21417 (bibtex-field-string-part-not-braced)
21418 (bibtex-field-string-part-no-inner-braces)
21419 (bibtex-field-string-part-1-inner-brace)
21420 (bibtex-field-string-part-2-inner-braces)
21421 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21422 (bibtex-field-string-quoted, bibtex-field-string)
21423 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21424 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21425 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21426 Deleted as parsing is now performed by the following functions.
21427 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21428 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21429 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21430 (bibtex-parse-association, bibtex-field-name-for-parsing)
21431 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21432 (bibtex-search-forward-field, bibtex-search-backward-field)
21433 (bibtex-start-of-field, bibtex-end-of-field)
21434 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21435 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21436 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21437 (bibtex-parse-string, bibtex-search-forward-string)
21438 (bibtex-search-backward-string, bibtex-start-of-string)
21439 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21440 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21441 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21442 entries. Instead of reporting the results of the parsing by
21443 match-beginning or match-end, these functions return data structures
21444 that hold the corresponding positions.
21445 (bibtex-enclosing-field): Changed to also report field boundaries by
21446 return values rather than by match-beginning or match-end.
21447 The following functions have been adapted to use the new
21448 parsing functions.
21449 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21450 (bibtex-enclosing-field, bibtex-format-entry)
21451 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21452 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21453 (bibtex-print-help-message, bibtex-end-of-entry)
21454 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21455 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21456 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21457 Use the new method for parsing.
21458 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21459 (bibtex-map-entries, bibtex-flash-head)
21460 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21461 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21462 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21463 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21464 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21465 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21466 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21467 order to make the new binding of case-fold-search immediately visible.
21468
21469 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21470
21471 * textmodes/bibtex.el: Copyright notice is up to date.
21472 Added constant 'bibtex-maintainer-salutation.
21473
21474 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21475 than make-temp-name, use match-string-no-properties and eliminate
21476 a quadratic behavior when building bibtex-strings.
21477
21478 * bibtex.el (bibtex-reference-key): Accept string entries whose
21479 reference key contains upper case letters.
21480
21481 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21482
21483 * bibtex.el (bibtex-reference-head): Allow entries to start with
21484 a new line.
21485
21486 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21487
21488 * bibtex.el: Hiding of entry bodies is not longer provided by
21489 bibtex.el directly. Instead the hideshow package can be used.
21490 Added a special bibtex entry to hs-special-modes-alist.
21491 (bibtex-hs-forward-sexp): Added for hideshow.el.
21492
21493 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21494
21495 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21496 proceedings entry type (for cross referencing). Thanks to Wagner
21497 Toledo Correa for the suggestion.
21498
21499 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21500
21501 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21502
21503 * international/characters.el: Setup case table for Vietnamese.
21504
21505 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21506
21507 * uniquify.el (toplevel): Require CL at compile time.
21508 (uniquify-push): Removed.
21509
21510 * shadowfile.el (shadow-when): Removed.
21511
21512 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21513 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21514
21515 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21516 regexp for paragraph-start.
21517
21518 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21519 commas as well.
21520
21521 2000-02-10 Dave Love <fx@gnu.org>
21522
21523 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21524 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21525 Deleted.
21526 (widget-specify-field, widget-specify-button): Don't use
21527 widget-mouse-help as help-echo property.
21528 (default): Use #'ignore for :validate and :mouse-down-action.
21529 (checkbox): Add help-echo.
21530 (widget-sexp-validate): Rewritten to clarify error messages.
21531 (character): Use char-valid-p in :match function.
21532 (widget-color-complete): Use facemenu-color-alist.
21533 (widget-color-action): Use facemenu-read-color.
21534
21535 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21536 set up `caar' &c that we now have.
21537
21538 2000-02-09 Ray Blaak <blaak@gnu.org>
21539
21540 * delphi.el: Make resourcestring a declaration region, like const
21541 and var.
21542
21543 2000-02-09 Dave Love <fx@gnu.org>
21544
21545 * bindings.el (mode-line-input-method-map): New variable.
21546 (mode-line-mule-info): Use it; fix last change.
21547 (mode-line-mode-menu): Move definition.
21548 (mode-line-mouse-sensitive-p): Deleted.
21549 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21550 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21551
21552 * startup.el (command-line-1): Don't call
21553 make-mode-line-mouse-sensitive.
21554
21555 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21556
21557 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21558 before rmail-toggle-header, because the former toggles headers.
21559
21560 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21561
21562 * diff-mode.el (diff-kill-junk): New interactive function.
21563 (diff-reverse-direction): Use delete-and-extract-region.
21564 (diff-post-command-hook): Restrict the area so that the hook also works
21565 outside of any diff hunk. This is necessary for the minor-mode.
21566 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21567 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21568
21569 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21570 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21571 so that it can be used more easily in <foo>-mode-hook. Also make sure
21572 to avoid duplicate entries.
21573 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21574 (font-lock-remove-keywords): Just as was done for `add', allow it to
21575 work even if font-lock-mode is nil. Also make sure we don't modify
21576 any pre-existing list by forcing a copy-sequence. Finally rename
21577 `major-mode' to `mode'.
21578 (font-lock-fontify-syntactic-anchored-keywords)
21579 (font-lock-fontify-anchored-keywords)
21580 (font-lock-fontify-keywords-region): Use line-end-position.
21581 Don't make `font-lock-multiline' local (it's now done in
21582 font-lock-set-defaults).
21583 (font-lock-set-defaults): Make `font-lock-multiline' local.
21584 Move the `font-lock-fontified' creation to inside the `unless'.
21585
21586 2000-02-06 Andrew Innes <andrewi@gnu.org>
21587
21588 * term/w32-win.el (x-handle-args): Comment out call to message,
21589 which occurs before window system is initialized.
21590
21591 * makefile.nt: Add support for recompiling lisp code.
21592
21593 2000-02-04 Dave Love <fx@gnu.org>
21594
21595 * bindings.el (mode-line-mule-info): Fix/extend last change.
21596
21597 * completion.el: Replace completion-dolist with dolist.
21598
21599 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21600
21601 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21602
21603 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21604 environment names before they go into the section regexp.
21605
21606 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21607 char class in regexp.
21608
21609 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21610 Bind `case-fold-search' to nil.
21611
21612 * progmodes/idlwave.el (idlwave-template):
21613 Respect `idlwave-abbrev-change-case'.
21614 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21615 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21616 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21617 (idlwave-rw-case): New function.
21618 (idlwave-statement-match): Fixed problem with assignment regexp.
21619 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21620 (idlwave-surround): New argument LENGTH to support padding of
21621 operators longer than 1 char.
21622
21623 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21624 idlwave-shell-expression-overlay. Implemented printing of
21625 expressions on higher levels of the calling stack.
21626 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21627 (idlwave-retrieve-expression-from-level): New function.
21628 (idlwave-shell-last-calling-stack): Variable removed.
21629 (idlwave-shell-reset): Argument action reversed (`visible' to
21630 `hidden'). Also remove stop-line overlay.
21631 (idlwave-shell-calling-stack-routine): New variable.
21632 (idlwave-shell-parse-stack-and-display): Messages now display
21633 negative level numbers.
21634 (idlwave-shell-mode): Set `modeline-format'.
21635 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21636 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21637 (idlwave-shell-print-expression-function): New option.
21638
21639 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21640 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21641 `tool-bar' instead of `toolbar'.
21642
21643 2000-02-02 Dave Love <fx@gnu.org>
21644
21645 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21646 emacs-lisp-mode-hook. Don't check for defalias being defined.
21647
21648 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21649 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21650 Use the new builtins directly.
21651
21652 * whitespace.el (whitespace): Add :version to defgroup.
21653
21654 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21655 Doc fix.
21656
21657 * thingatpt.el (sexp-at-point, symbol-at-point)
21658 (number-at-point, list-at-point): Add autoload cookie.
21659
21660 * recentf.el (recentf): Add :version to defgroup.
21661
21662 * quickurl.el (quickurl): Add :version to defgroup.
21663
21664 * elide-head.el (elide-head): Use point-marker more.
21665
21666 * bs.el (bs): Add :version to defgroup.
21667
21668 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21669
21670 * progmodes/delphi.el (delphi): Add :version to defgroup.
21671
21672 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21673
21674 * ange-ftp.el (ange-ftp-write-region): Handle case that
21675 succeeding process operation sets a different coding system.
21676
21677 * calculator.el: New file.
21678
21679 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21680
21681 * frame.el (frames-on-display-list, framep-on-display): New functions.
21682 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21683 (display-selections-p, display-screens, display-pixel-width)
21684 (display-pixel-height, display-mm-width, display-mm-height)
21685 (display-backing-store, display-save-under, display-planes)
21686 (display-color-cells, display-visual-class): New functions.
21687
21688 * term/tty-colors.el (tty-color-gray-shades): New function.
21689
21690 * faces.el (display-color-p): Use framep-on-display.
21691 (display-grayscale-p): New function.
21692
21693 2000-01-31 Dave Love <fx@gnu.org>
21694
21695 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21696 (create-fontset-from-x-resource): Don't concat integers.
21697
21698 2000-01-31 Inge Frick <inge@nada.kth.se>
21699
21700 * view.el: Some changes in documentation. Removed some trailing
21701 whitespace. Changed some parameter names to agree with documentation.
21702 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21703 window is not deleted. Modifies change 1998-04-26.
21704
21705 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21706
21707 * windmove.el: New file.
21708
21709 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21710 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21711 progmodes/ebnf-yac.el: Update copyright and license info.
21712
21713 * jit-lock.el (jit-lock-function): Widen before calculating
21714 end position.
21715 (jit-lock-stealth-chunk-start): Rewritten.
21716
21717 * info.el (Info-title-face-alist): Removed.
21718 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21719 (Info-fontify-node): Use these faces.
21720
21721 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21722
21723 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21724 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21725 `&allow-other-keywords'.
21726
21727 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21728 the list of directories scanned heuristically.
21729
21730 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21731
21732 2000-01-30 Jason Rumney <jasonr@gnu.org>
21733
21734 * w32-fns.el: Define w32-tty-standard-colors.
21735
21736 * startup.el (command-line): Use w32-tty-standard-colors when in
21737 w32 console mode.
21738
21739 2000-01-30 Dave Love <fx@gnu.org>
21740
21741 * jka-compr.el (jka-compr-load): Fix up load-history.
21742
21743 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21744
21745 * emacs-lisp/cl-macs.el: Revert previous change.
21746
21747 2000-01-29 Dave Love <fx@gnu.org>
21748
21749 * facemenu.el: Purecopy various strings.
21750
21751 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21752 years. Deal with three-digit years.
21753
21754 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21755 Use defconst, purecopy.
21756 (help-back-label): Purecopy it.
21757
21758 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21759
21760 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21761 variable. If non-nil, order the buffer list according to the
21762 currently selected frame.
21763 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21764 non-nil, pass the selected frame to function buffer-list.
21765
21766 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21767
21768 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21769
21770 2000-01-28 Dave Love <fx@gnu.org>
21771
21772 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21773
21774 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21775 Don't use lisp-indent-hook property.
21776 (cl-abs): Remove.
21777
21778 * subr.el: Move out indent and edebug specs for when and unless.
21779
21780 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21781 when, unless.
21782
21783 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21784 unless, when.
21785
21786 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21787
21788 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21789 `collecting' as synonym for `collect'.
21790
21791 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21792 for the case it contains spaces.
21793
21794 * simple.el (what-cursor-position): Change formatting of messages.
21795
21796 * frame.el (delete-other-frames): New function.
21797 (toplevel): Bind it to C-x 5 1.
21798
21799 * sort.el (sort-numeric-base): New option.
21800 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21801 interpret it as octal or hexadecimal. Use sort-numeric-base
21802 as default base.
21803
21804 * progmodes/glasses.el: New file.
21805
21806 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21807
21808 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21809 userids differently.
21810
21811 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21812 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21813 progmodes/ebnf-yac.el: New files.
21814
21815 2000-01-26 Dave Love <fx@gnu.org>
21816
21817 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21818 on a function with an empty body. [From Eric Ludlam.]
21819
21820 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21821
21822 * vc.el (vc-version-diff): Make sure file name is expanded.
21823
21824 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21825
21826 * scroll-bar.el (scroll-bar-timer): Variable removed.
21827 (scroll-bar-toolkit-scroll): Don't use a timer.
21828
21829 2000-01-25 Kenichi Handa <handa@etl.go.jp>
21830
21831 * language/thai-util.el (thai-composition-function):
21832 Delete superfluous `a'.
21833
21834 2000-01-24 Dave Love <fx@gnu.org>
21835
21836 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21837 end-of-defun-function.
21838
21839 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21840
21841 2000-01-22 Jason Rumney <jasonr@gnu.org>
21842
21843 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21844 conflicts with new face support.
21845
21846 2000-01-22 Richard M. Stallman <rms@gnu.org>
21847
21848 * replace.el (query-replace): Rename last arg to DELIMITED.
21849 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21850 (query-replace-regexp): Likewise.
21851
21852 2000-01-20 Richard M. Stallman <rms@gnu.org>
21853
21854 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21855
21856 * emacs-lisp/lisp.el (beginning-of-defun-function):
21857 Variable renamed from beginning-of-defun.
21858 Do not call make-variable-buffer-local.
21859 (beginning-of-defun-raw): Use new variable name; doc fix.
21860 (beginning-of-defun): Doc fix.
21861 (end-of-defun-function): Variable renamed from end-of-defun.
21862 Do not call make-variable-buffer-local.
21863 (end-of-defun): Use new variable name; doc fix.
21864
21865 * subr.el (dolist, dotimes): Copied from cl-macs.el
21866 and made to work.
21867
21868 * mail/undigest.el (rmail-digest-end-regexps):
21869 Variable replaces rmail-digest-end-regexp.
21870 Allows multiple regexps for detecting the end line.
21871 (undigestify-rmail-message): Corresponding changes.
21872
21873 2000-01-19 Dave Love <fx@gnu.org>
21874
21875 * files.el (user-init-file): Don't declare here -- is primitive.
21876
21877 * startup.el (command-line): Check for compiled user-init-file and
21878 set to uncompiled version if necessary.
21879
21880 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21881
21882 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21883 (undigestify-rmail-message): Use it.
21884
21885 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21886
21887 2000-01-17 Gerd Moellmann <gerd@gnu.org>
21888
21889 * tmm.el (tmm-goto-completions): Adapt to prompt being part
21890 of mini-buffer.
21891
21892 2000-01-14 Gerd Moellmann <gerd@gnu.org>
21893
21894 * emacs-lisp/copyright.el (copyright-update): Removed the
21895 requirement for a trailing space from `copyright-regexp', to
21896 support copyrights with owner specified on a separate line..
21897
21898 * align.el: New file.
21899
21900 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21901
21902 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21903
21904 2000-01-13 Dave Love <fx@gnu.org>
21905
21906 * ph.el: Removed. (Obsoleted by EUDC.)
21907
21908 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21909
21910 * net/eudc.el (toplevel): Remove autoloaded code installing
21911 menu with easymenu, because that causes build problems.
21912
21913 * frame.el (frame-notice-user-settings): New variable.
21914 (frame-notice-user-settings): Don't modify frame parameters
21915 if called a second time.
21916
21917 2000-01-13 Richard M. Stallman <rms@gnu.org>
21918
21919 * frame.el (frame-notice-user-settings):
21920 Notice default-frame-parameters even for non-window frames.
21921
21922 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21923
21924 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
21925 for Emacs.
21926 (eudc-bob-can-display-inline-images): Extend for Emacs.
21927 (eudc-bob-toggle-inline-display): Ditto.
21928 (eudc-bob-display-jpeg): Ditto.
21929
21930 2000-01-12 Gerd Moellmann <gerd@gnu.org>
21931
21932 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
21933 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
21934 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
21935
21936 * add-log.el (add-change-log-entry): Fix error trying an
21937 `(insert nil)'.
21938
21939 * subdirs.el: Add `net' directory.
21940
21941 * net: New directory.
21942
21943 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
21944 eval-last-sexp. Don't bind debug-on-error here.
21945 (eval-last-sexp): New function. Bind debug-on-error if
21946 eval-expression-debug-on-error is non-nil.
21947 (eval-defun-2, eval-defun): Likewise.
21948
21949 * simple.el (eval-expression): Don't bind debug-on-error if
21950 eval-expression-debug-on-error is nil. Detect changed
21951 debug-on-error, and propagate new value to global binding, if
21952 eval-expression-debug-on-error is non-nil,
21953 (eval-expression-debug-on-error): Change doc string.
21954
21955 2000-01-11 Richard M. Stallman <rms@gnu.org>
21956
21957 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
21958
21959 * emacs-lisp/lisp-mode.el (with-syntax-table):
21960 Set up lisp-indent-function property.
21961
21962 * subr.el (with-syntax-table): Moved from simple.el.
21963
21964 * simple.el (with-syntax-table): Moved to subr.el.
21965
21966 2000-01-11 Gerd Moellmann <gerd@gnu.org>
21967
21968 * tmm.el (tmm-shortcut): Delete region after prompt instead
21969 of erasing buffer.
21970
21971 * textmodes/fill.el (fill-common-string-prefix): New function.
21972 (fill-context-prefix): Use the longest common prefix of first
21973 and second line fill prefix, if there is one.
21974
21975 2000-01-11 Richard M. Stallman <rms@gnu.org>
21976
21977 * array.el (array-mode): Don't use make-variable-buffer-local.
21978 Use make-local-variable for `truncate-lines'.
21979
21980 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
21981
21982 * add-log.el (add-log-current-defun): Handle user-defined
21983 add-log-current-function returning nil,
21984
21985 * add-log.el (add-change-log-entry): Insert version number
21986 if having found a current function
21987
21988 * add-log.el (add-log-current-defun):
21989 Call `add-log-current-defun-function'. Try matches at level 0 and
21990 level 1. Strip whitespace from defun found.
21991
21992 2000-01-10 John Wiegley <johnw@gnu.org>
21993
21994 * allout.el (isearch-done/outline-provisions): Added `edit'
21995 argument to correspond with the current definition of `isearch-done'.
21996
21997 2000-01-10 Dave Love <fx@gnu.org>
21998
21999 * elide-head.el (elide-head): Use point-marker, not point.
22000
22001 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22002
22003 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22004 before and after the year 2000.
22005
22006 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22007 Add ispell- prefix.
22008
22009 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22010
22011 * ispell.el: Only define dictionaries in menus when they exist.
22012 (version18p): New variable.
22013 (version20p): New variable.
22014 (xemacsp): New variable.
22015 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22016 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22017 (ispell-dictionary-alist6): Russian command lines no longer accept
22018 run-together words.
22019 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22020 (ispell-dictionary-alist): Add koi8-r to customize definition.
22021 (check-ispell-version): Added documentation string. Return library
22022 path when called non-interactively.
22023 (ispell-menu-map-needed): Uses new variables.
22024 (ispell-library-path): New variable.
22025 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22026 (ispell-word): Improved documentation string. Test for valid
22027 character mappings. Correctly check typed in word changes that can
22028 result in single words split into multiple words.
22029 Return replacement word.
22030 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22031 replace in recursive query replace mode. Help message for
22032 recursive edit mode.
22033 (ispell-show-choices): Protect against bad framepop bindings.
22034 (ispell-help): Fix to work with XEmacs.
22035 (ispell-highlight-spelling-error): Use new variables.
22036 (ispell-overlay-window): Fix to work with XEmacs.
22037 (ispell-parse-output): Passed and returns location information
22038 tracking spelling corrections. Doesn't recheck same word on
22039 current line.
22040 (ispell-init-process): Protect against bogus XEmacs variable binding.
22041 Fix call to single argument in sleep-for. Use new variables.
22042 (ispell-region): Passed and returns location information tracking
22043 spelling corrections. Doesn't check same word on current line.
22044 Improved documentation string. Doesn't resend a line already
22045 checked to the ispell process - fixes bug in LaTeX parsing.
22046 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22047 (ispell-skip-region): No longer skips <TT> in SGML.
22048 (ispell-process-line): Tracks location information with spelling
22049 corrections. Added documentation string. Accounts for words
22050 already accepted on this line. Don't allow query-replace on line
22051 starting with math characters. Doesn't resend a line already sent
22052 to ispell process. Fixes alignment error bug.
22053
22054 2000-01-10 Richard M. Stallman <rms@gnu.org>
22055
22056 * dired-x.el (dired-guess-shell-alist-default):
22057 Suggest xloadimage, which is free, not xv, which isn't.
22058
22059 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22060 Don't ever include the host name or user name in the value.
22061
22062 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22063
22064 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22065 of a real newline.
22066
22067 2000-01-09 Stephen Eglen <stephen@gnu.org>
22068
22069 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22070 for .png files.
22071
22072 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22073
22074 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22075
22076 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22077
22078 * progmodes/cperl-mode.el: Replace ^F with ^L.
22079
22080 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22081 `require'ing rmail and mailalias to prevent infinite recursion.
22082
22083 2000-01-08 Dave Love <fx@gnu.org>
22084
22085 * emacs-lisp/backquote.el: Remove inappropriate customization
22086 (allowing custom.el to use backquote).
22087
22088 2000-01-07 Dave Love <fx@gnu.org>
22089
22090 * add-log.el (add-log-debugging): Deleted.
22091 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22092 file. Remove debugging code.
22093 (change-log-get-method-definition, change-log-name): Add doc.
22094 (change-log-sortable-date-at): New function.
22095 (change-log-merge): New command.
22096
22097 * time.el (display-time-string-forms): Make the Mail string active.
22098 (display-time-update): Provide help-echo for load average.
22099
22100 * bindings.el (make-mode-line-mouse2-map): New function.
22101 (mode-line-modified): Use it and simplify.
22102 (mode-line-mule-info): Provide help-echo info.
22103 (minor-mode-alist): Activate the strings.
22104 (make-mode-line-mouse-sensitive): Simplify for
22105 mode-line-buffer-identification.
22106
22107 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22108
22109 * play/pong.el: New file.
22110
22111 2000-01-06 Dave Love <fx@gnu.org>
22112
22113 * array.el: Assorted cleanups for compiler warnings, doc strings,
22114 `array-' prefix for symbols.
22115
22116 2000-01-05 Dave Love <fx@gnu.org>
22117
22118 * textmodes/outline.el (outline-mode-menu-bar-map):
22119 Add outline-headers-as-kill.
22120 (outline-mode): Define imenu-generic-expression.
22121 (outline-headers-as-kill): New command.
22122
22123 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22124 from paragraph-start.
22125 (paragraph-indent-minor-mode): New command.
22126
22127 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22128 M-C-e, M-C-h, C-j, C-xnd, TAB.
22129 (fortran-mode): Set beginning-of-defun, end-of-defun.
22130 (fortran-column-ruler): Simplify.
22131 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22132 (fortran-with-subprogram-narrowing): Likewise.
22133 (fortran-indent-subprogram): Call mark-defun.
22134 (fortran-check-for-matching-do): Change narrowing.
22135
22136 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22137 (cl-lucid-hash-tag): Delete.
22138 (cl-hash-table-p): Correct test for native table.
22139 (cl-hash-table-count): Use hash-table-count.
22140
22141 * browse-url.el (browse-url): Fix case of
22142 browse-url-browser-function being an alist.
22143
22144 2000-01-05 Carsten Dominik <cd@gnu.org>
22145
22146 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22147 (reftex-index-phrase-file-extension): New options.
22148
22149 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22150 Use new option `reftex-index-phrase-file-extension'.
22151
22152 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22153 `reftex-parse-file-extension'.
22154
22155 2000-01-05 Dave Love <fx@gnu.org>
22156
22157 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22158 (beginning-of-defun-raw): Use it.
22159 (end-of-defun): New variable.
22160 (end-of-defun): Use it.
22161 (check-parens): New command.
22162
22163 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22164
22165 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22166 (hs-show-block): Don't use `mapcar' when not accumulating.
22167
22168 Fix buglet in local variables initialization.
22169
22170 2000-01-05 Andreas Schwab <schwab@suse.de>
22171
22172 * hscroll.el (hscroll): Doc fix.
22173
22174 2000-01-05 Carsten Dominik <cd@gnu.org>
22175
22176 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22177 Require idlw-toolbar.
22178
22179 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22180 file idlw-rinfo.el.
22181 (idlwave-customize): Load must read file idlw-shell.el.
22182 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22183
22184 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22185
22186 * progmodes/idlw-shell.el: Also provide idlwave-shell
22187 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22188 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22189
22190 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22191 both reftex-dcr and reftex-vcr.
22192
22193 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22194
22195 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22196
22197 * ps-print.el: PostScript code now is in separate files, doc fix.
22198 (ps-print-version): New version number (5.0.3).
22199 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22200 local.
22201 (ps-spool-config): Initialization fix.
22202 (ps-print-prologue-1, ps-print-prologue-2)
22203 (ps-print-duplex-feature): PostScript code moved to separated file.
22204 (ps-background-image): Little code reformating.
22205 (ps-begin-file, ps-begin-job): Fix code.
22206 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22207 (ps-prologue-file): New fun.
22208
22209 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22210
22211 * ps-vars.el: Eliminated.
22212
22213 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22214 `;;;###autoload'.
22215
22216 * ps-print.el: ps-vars eliminated, doc fix.
22217 (ps-print-version): New version number (5.0.2).
22218 (ps-spool-config): Initialization fix.
22219 (ps-print-customize): New fun.
22220
22221 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22222
22223 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22224
22225 2000-01-04 Dave Love <fx@gnu.org>
22226
22227 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22228 menu items.
22229
22230 2000-01-03 Dave Love <fx@gnu.org>
22231
22232 * elide-head.el (elide-head) [defgroup]: Add :version.
22233
22234 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22235 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22236 Use `cl-hash-table-p', not `hash-table-p'.
22237 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22238
22239 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22240
22241 * faces.el (face-read-integer, read-face-attribute)
22242 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22243
22244 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22245
22246 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22247 at comment end, and re-insert them after filling.
22248
22249 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22250
22251 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22252 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22253 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22254
22255 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22256
22257 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22258 the new name of face-color-supported-p.
22259
22260 * term/w32-win.el (xw-defined-colors): Likewise.
22261
22262 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22263
22264 * simple.el (completion-setup-function): Count completion-size
22265 from minibuffer-prompt-end, not from point-min.
22266
22267 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22268
22269 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22270 Pass the frame to tty-color-* functions.
22271 (display-color-p, frame-set-background-mode): Pass the frame to
22272 tty-display-color-p.
22273
22274 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22275 tty-color-alist.
22276 (tty-color-alist, tty-modify-color-alist): New functions.
22277 (tty-color-define, tty-color-clear, tty-color-approximate)
22278 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22279 optional parameter FRAME.
22280
22281 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22282
22283 * image.el (create-image, defimage): Don't assume image data is
22284 a string.
22285
22286 * image.el (defimage): Handle specifications containing :data
22287 instead of :file.
22288 (image-type-from-data): New function.
22289 (image-type-from-file-header): Use it.
22290 (create-image): Add parameter DATA-P.
22291
22292 See ChangeLog.8 for earlier changes.
22293
22294 ;; Local Variables:
22295 ;; coding: iso-2022-7bit
22296 ;; End:
22297
22298 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22299 Copying and distribution of this file, with or without modification,
22300 are permitted provided the copyright notice and this notice are preserved.