]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
c7c9c2f07c6b8e34024942b6ae984ef79b86813e
[gnu-emacs] / lisp / ChangeLog
1 2001-12-27 Richard M. Stallman <rms@gnu.org>
2
3 * international/mule-diag.el (describe-char-after):
4 Describe the text properties of the char after point.
5
6 * help.el (describe-key): Doc fix.
7
8 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
9
10 * find-dired.el (find-dired-sentinel): Precede exit message by
11 two spaces, to match the regexp in dired-between-files.
12
13 2001-12-28 Miles Bader <miles@gnu.org>
14
15 * wid-edit.el (widget-toggle-value-create): Don't eval actual
16 images (which are lists too).
17
18 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
19
20 * language/european.el: Fix the doc string of "Latin-5" language
21 environment.
22
23 2001-12-26 Richard M. Stallman <rms@gnu.org>
24
25 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
26 defined as before 2001-11-09.
27 (add-minor-mode call): Specify the keymap.
28
29 * progmodes/compile.el (compile-internal):
30 Set TERM variable in process-environment.
31
32 2001-12-25 Richard M. Stallman <rms@gnu.org>
33
34 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
35 the buffer.
36
37 * startup.el (command-line): Convert command line args
38 to Emacs internal representation using locale-coding-system.
39
40 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
41
42 * international/fontset.el: Don't require ind-util when compiling.
43
44 2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
45
46 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
47 set-frame-height and set-frame-width instead of set-screen-height
48 and set-screen-width.
49
50 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
51 of obsolete set-screen-width.
52
53 * locate.el (locate): Remove dot at the end of error argument.
54
55 * emerge.el (emerge-show-file-name): Use frame-height instead of
56 obsolete screen-height.
57
58 * mail/mh-utils.el (mh-show-msg): Likewise.
59 (mh-handle-process-error): Use frame-width instead of obsolete
60 screen-width.
61
62 2001-12-25 Richard M. Stallman <rms@gnu.org>
63
64 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
65 to enlarge-window. Use save-selected-window. Don't try
66 to resize windows that end at the bottom "level".
67 Retry changing the sizes until the windows get the desired sizes.
68 Discount the minibuffer when computing total height available.
69
70 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
71 (debugger-make-xrefs): Only make a button for the first symbol
72 on any line.
73
74 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
75
76 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
77 Call IT-setup-unicode-display here instead of adding it to
78 dos-codepage-setup-hook, so that Unicode display tables are set
79 before dos-codepage-setup-hook runs.
80
81 2001-12-24 Richard M. Stallman <rms@gnu.org>
82
83 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
84 (nslookup-mode-abbrev-table): Don't define it.
85 (smbclient-mode-abbrev-table): Don't define it.
86 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
87 (nslookup-mode, smbclient-mode): Likewise.
88 (network-connection-service-abbrev-alist): Variable deleted.
89 (network-connection-mode-setup): Don't set up abbrev table.
90
91 * faces.el (minibuffer-prompt): New face.
92 (minibuffer-prompt-properties): Add `face' property.
93
94 * replace.el (occur-mode-display-occurrence): New function.
95 (occur-mode-map): Bind C-o to it.
96
97 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
98
99 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
100 (viper-special-read-and-insert-char): Make C-m work right in the r
101 comand.
102 (viper-buffer-search-enable): Fixed format string.
103
104 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
105 instead of viper-info-on-file.
106 (ex-set-visited-file-name): New function.
107
108 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
109
110 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
111 action argument.
112
113 * ediff-init.el: Fixed some doc strings.
114
115 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
116 Got rid of make-local-hook.
117
118 * ediff-wind.el (ediff-setup-control-frame): Got rid of
119 make-local-hook.
120
121 2001-12-23 Richard M. Stallman <rms@gnu.org>
122
123 * term/x-win.el (x-handle-geometry): Put height and width
124 on default-frame-alist, left and top on initial-frame-alist.
125 * term/w32-win.el (x-handle-geometry): Likewise.
126
127 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
128
129 * play/yow.el (yow): Use an arg to distinguish interactive calls,
130 not interactive-p.
131
132 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
133
134 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
135 mocklisp entries.
136
137 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
138 Lisp. Obsoleted.
139
140 * emulation/mlconvert.el: File removed.
141
142 * emulation/mlsupport.el: Moved to obsolete.
143
144 * obsolete/mlsupport.el: Moved there from lisp/emulation.
145
146 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
147
148 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
149 mocklisp case.
150
151 * help-fns.el (describe-function-1): Remove mocklisp function
152 case.
153
154 2001-12-22 Miles Bader <miles@gnu.org>
155
156 * textmodes/refill.el (refill-mode): Don't barf when redundantly
157 turning refill-mode off.
158
159 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
160
161 * time.el (display-time-load-average-threshold): New variable.
162 (display-time-update): Use it.
163
164 These changes allow cycling through past 1, 5 and 15 minutes
165 load-average displayed in the mode-line.
166
167 * time.el (display-time-default-load-average): New customizable option.
168 (display-time-load-average): New variable.
169 (display-time-cycle-load-average): New function.
170 (display-time-update): Use them.
171
172 2001-12-21 Richard M. Stallman <rms@gnu.org>
173
174 * apropos.el (apropos-print): SPACING is now nil or a separator string.
175 (apropos-documentation, apropos-value): Pass a suitable string.
176
177 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
178
179 * dired.el (dired-free-space-program, dired-free-space-args):
180 Aliases for back-compatibility.
181
182 * info.el (Info-select-node): If Info-use-header-line is nil, set
183 header-line-format to nil.
184 (Info-fontify-node): Don't put a keymap text property on the
185 heading if we are not going to display the header line. Remove
186 any such text properties left over from past visits to this node.
187
188 * ls-lisp.el (insert-directory): Insert the amount of free disk
189 space, like files.el's insert-directory does.
190
191 * files.el (directory-free-space-program): Mention
192 file-system-info in the doc string.
193 (get-free-disk-space): New function; code moved from
194 insert-directory.
195 (insert-directory): Call get-free-disk-space to get the amount of
196 free space.
197
198 2001-12-21 Richard M. Stallman <rms@gnu.org>
199
200 * help.el (view-order-manuals, view-emacs-news, describe-copying)
201 (describe-distribution, describe-project): Use view-file.
202
203 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
204
205 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
206
207 * emacs-lisp/easy-mmode.el (define-minor-mode):
208 Make no arg by default in an interactive call,
209 so that repeating the command toggles again.
210
211 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
212
213 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
214
215 * antlr-mode.el: More sophisticated indentation of cpp directive.
216 (antlr-indent-at-bol-alist): New user option.
217 (antlr-indent-line): Use it.
218 (antlr-indent-style): New user option.
219 (antlr-mode): Use it.
220 (antlr-indent-item-regexp): Customize.
221
222 * antlr-mode.el: Syntax highlighting changes.
223 (antlr-font-lock-literal-regexp): New user option.
224 (antlr-font-lock-syntax-face): New face used for :, |, ....
225 (antlr-font-lock-default-face): New face.
226 (antlr-font-lock-additional-keywords): Use them.
227
228 * antlr-mode.el: New command to insert options -- variables.
229 (antlr-mode-map): New binding [C-c C-o].
230 (antlr-mode-menu): New submenus.
231 (antlr-options-use-submenus): New user option.
232 (antlr-tool-version): New user option.
233 (antlr-options-auto-colon): New user option.
234 (antlr-options-style): New user option.
235 (antlr-options-push-mark): New user option.
236 (antlr-options-assign-string): New user option.
237 (antlr-options-headings): New variable.
238
239 * antlr-mode.el: New command to insert options -- specific.
240 (antlr-options-alists): New variable.
241 (antlr-read-value): New function.
242 (antlr-read-boolean): New function.
243 (antlr-language-option-extra): New function.
244 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
245 (antlr-c++-mode-extra): New function.
246 (antlr-grammar-tokens): New function.
247 (antlr-imenu-create-index-function): New optional argument.
248
249 * antlr-mode.el: New command to insert options -- functions.
250 (antlr-insert-option): New command.
251 (antlr-insert-option-interactive): New function.
252 (antlr-options-menu-filter): New function.
253 (antlr-option-kind): New function.
254 (antlr-scan-lists): New alias.
255 (antlr-scan-lists-internal): New function.
256 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
257 (antlr-option-level): New function.
258 (antlr-syntactic-grammar-depth): New function.
259 (antlr-option-location): New function.
260 (antlr-insert-option-do): New function.
261 (antlr-option-spec): New function.
262 (antlr-version-string): New function.
263 (antlr-insert-option-existing): New function.
264 (antlr-insert-option-space): New function.
265 (antlr-insert-option-area): New function.
266
267 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
268 with narrowing. Menu change. Miscellaneous.
269 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
270 (antlr-mode-map): New bindings for characters in ":;|&(){}".
271 (antlr-electric-character): New command.
272 (antlr-class-header-regexp): New variable.
273 (antlr-font-lock-additional-keywords): Use it.
274 (antlr-imenu-create-index-function): Use it.
275 (antlr-file-dependencies): Use it.
276 (antlr-indent-line): Also works with restrictions.
277 (antlr-indent-command): Interactive spec - changes the buffer.
278 (antlr-language-for-option): Deletia.
279 (antlr-language-option): New function, defined instead.
280 (antlr-mode): Use it.
281 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
282
283 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
284 instead of a literal /dev/null.
285
286 * Makefile.in (distclean): Remove Makefile in the build
287 directory, not in the source directory.
288
289 2001-12-21 Simon Josefsson <jas@extundo.com>.
290
291 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
292 with-temp-buffer instead of find-file-noselect, and bind
293 coding-system-for-read to no-conversion when reading the queued
294 messages. (Simon's code modified slightly by Eli Zaretskii.)
295
296 2001-12-20 Werner Lemberg <wl@gnu.org>
297
298 * international/mule-diag.el (describe-coding-system,
299 print-coding-system-briefly): Make printed output have a similar
300 format as describe-character-set.
301
302 2001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
303
304 * play/blackbox.el (bb-member): Remove, use member instead.
305 (bb-delete): Remove, use delete instead.
306 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
307 bb-score, bb-detour-count and bb-balls-placed.
308 Propertize results of rays.
309
310 2001-12-19 Karl Fogel <kfogel@red-bean.com>
311
312 * isearch.el (isearch-forward, isearch-edit-string): Make doc
313 strings mention keybinding for `isearch-yank-word-or-char',
314 rather than `isearch-yank-word', since the former is bound now
315 and the latter is not.
316 (isearch-yank-word-or-char): Fix formatting.
317
318 2001-12-19 Werner Lemberg <wl@gnu.org>
319
320 * language/czech.el, language/european.el, language/slovak.el: More
321 fixes for language info doc strings.
322
323 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
324
325 * loadup.el: Add "language" to the load-path.
326
327 2001-12-19 Richard M. Stallman <rms@gnu.org>
328
329 * international/mule-cmds.el (describe-language-environment):
330 Fix calls to help-xref-button.
331
332 2001-12-19 Miles Bader <miles@gnu.org>
333
334 * international/fontset.el: Require `ind-util' when compiling.
335
336 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
337
338 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
339 instead of decompose-composite-char.
340
341 2001-12-18 Richard M. Stallman <rms@gnu.org>
342
343 * simple.el (eval-expression-print-level)
344 (eval-expression-print-length): Doc fixes.
345
346 * international/mule-diag.el (describe-character-set):
347 Fix the arg to help-xref-button.
348
349 * files.el (directory-free-space-program): New variable.
350 (directory-free-space-args): New variable.
351 (insert-directory): Use those two variables for getting free space.
352 Use file-system-info instead, if that is defined.
353
354 * dired.el (dired-free-space-program): Variable deleted.
355 (dired-free-space-args): Variable deleted.
356 (dired-insert-directory): Don't try to determine free space.
357
358 * files.el (font-lock-defaults): Add risky-local-variables prop.
359 (hack-one-local-variable): Treat various font-lock variables as risky.
360
361 2001-12-18 Werner Lemberg <wl@gnu.org>
362
363 * language/chinese.el, language/cyrillic.el:
364 * language/czech.el, language/european.el, language/greek.el:
365 * language/hebrew.el, language/indian.el, language/japanese.el:
366 * language/korean.el, language/lao.el, language/slovak.el:
367 * language/thai.el, language/tibetan.el, language/vietnamese.el:
368 Improve documentation strings of coding systems and language infos.
369
370 2001-12-18 Werner LEMBERG <wl@gnu.org>
371
372 Add support for EUC-TW decoding/encoding.
373
374 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
375 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
376 New auxiliary functions to build `big5-to-cns'.
377 (big5-to-cns): New translation alist.
378
379 * language/chinese.el: Added new coding system `euc-tw' and its
380 alias `euc-taiwan'.
381 Updated language `Chinese-CNS' to include euc-tw encoding also.
382 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
383 euc-tw.
384
385 2001-12-18 Dave Love <fx@gnu.org>
386
387 * loadup.el: Add language/utf-8-lang, language/georgian.
388
389 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
390 (image-file-name-regexps): Doc fix.
391
392 * server.el (server-unload-hook): New function.
393
394 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
395 (lm-crack-copyright): Cope with multi-line copyright `lines'.
396
397 * simple.el (newline): Doc fix.
398 (eval-expression-print-level, eval-expression-print-length): Doc
399 fix. Amend :type.
400 (next-line, previous-line): Make arg optional.
401 (newline): Doc fix.
402
403 * Makefile.in (DONTCOMPILE): Add various language files.
404
405 * international/quail.el (quail-input-string-to-events): Don't use
406 string-to-list.
407
408 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
409 calling `newline'.
410
411 2001-12-17 Richard M. Stallman <rms@gnu.org>
412
413 * comint.el (comint-dynamic-list-input-ring-select): New function.
414 Switches back to the old window configuration.
415 (comint-dynamic-list-input-ring): Bind RET to that function.
416 (comint-dynamic-list-input-ring-window-conf): New variable.
417
418 2001-12-17 Werner Lemberg <wl@gnu.org>
419
420 * international/mule-conf.el: Improve documentation strings of
421 character sets.
422
423 2001-12-16 Richard M. Stallman <rms@gnu.org>
424
425 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
426 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
427
428 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
429
430 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
431 Add a DESCRIPTION for the makefile item.
432
433 * find-file.el (ff-other-file-name): New function.
434
435 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
436
437 * international/quail.el (quail-input-string-to-events): Fix last
438 change.
439
440 2001-12-16 Richard M. Stallman <rms@gnu.org>
441
442 * isearch.el (isearch-edit-string): When we set isearch-string
443 to the default, also set isearch-message.
444
445 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
446
447 * startup.el (command-line-1): Display startup screen
448 even if there are command line args.
449 Add a note about how to go to editing your files.
450 (fancy-splash-head): Add a note about how to go to your files.
451 (fancy-splash-outer-buffer): New variable.
452 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
453
454 * subr.el (with-temp-message): At the end, always discard
455 the temp message, even by clearing the echo area.
456
457 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
458
459 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
460
461 * log-view.el (log-view-message-re, log-view-current-tag):
462 Recognize Subversion's log output format.
463
464 * international/fontset.el: Build the list L at compile time.
465
466 * language/ind-util.el (mapthread): Make a closure.
467
468 2001-12-15 Richard M. Stallman <rms@gnu.org>
469
470 * isearch.el (isearch-start-hscroll): New variable.
471 (isearch-mode): Set isearch-start-hscroll.
472 (isearch-update): Restore original hscrolling if possible.
473
474 * isearch.el (isearch-edit-string):
475 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
476
477 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
478 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
479 rather than regexp search and (2) copying text properties
480 already set up on text unchanged from the previous backtrace.
481
482 * case-table.el (set-case-syntax-pair):
483 Detect invalid calls and signal an error.
484
485 2001-12-15 Richard M. Stallman <rms@gnu.org>
486
487 * language/ind-util.el (range): Function deleted.
488 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
489 All calls changed.
490
491 * language/devan-util.el (devanagari-range): Renamed from `range'.
492 All calls changed.
493 (devanagari-regexp-of-hashtbl-keys):
494 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
495
496 2001-12-15 Dave Love <fx@gnu.org>
497
498 * language/ind-util.el: Don't require cl.
499 (indian-glyph-char, indian-glyph-max-char)
500 (indian-char-glyph): Moved from indian.el
501 (indian--puthash-char, mapthread): Don't quote lambda.
502 (indian--map): New function.
503 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
504 (indian--puthash-cv): Use it.
505
506 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
507 (indian-char-glyph): Moved to ind-util.el
508
509 * language/devan-util.el (devanagari-post-read-conversion):
510 New function.
511
512 * language/georgian.el: New file.
513
514 * international/mule-cmds.el (locale-language-names): Add various
515 entries. Remove utf-8 special case.
516 (locale-charset-language-names, locale-preferred-coding-systems):
517 Add utf-8 case.
518 (set-language-environment): Process required-features earlier.
519
520 * international/quail.el (quail-keyboard-layout-alist):
521 Add pc105-uk.
522 (quail-keyboard-layout-type): Fix :type.
523 (quail-choose-completion-string): Simplify.
524 (quail-update-leim-list-file): Don't get fooled by commented-out code.
525 (quail-input-string-to-events): Run events through
526 translation-table-for-input.
527
528 * international/mule-conf.el (translation-table-for-input):
529 New variable.
530 (latin-iso8859-14): Amend description.
531 (file-coding-system-alist): Add entry for utf-8.
532
533 * language/utf-8-lang.el: New file.
534
535 * international/code-pages.el: New file.
536
537 * language/hebrew.el ("Windows-1255"): New language.
538
539 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
540 ("Latvian"): New languages.
541
542 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
543
544 * xml.el: Use setq rather than (set 'foo bar).
545 Use push+nreverse rather than append.
546 (xml-node-name, xml-node-attributes, xml-node-children):
547 Use defsubst rather than macros.
548 (xml-parse-region): Handle a nil return value from xml-parse-tag.
549 (xml-parse-tag): Don't skip white space. Return nil for a comment.
550 Concat the two strings surrounding a comment into a single string.
551
552 * newcomment.el (comment-indent): Jump to the middle of empty comments.
553
554 2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
555
556 * select.el (xselect-convert-to-class, xselect-convert-to-name):
557 Document.
558
559 2001-12-14 Andre Spiegel <spiegel@gnu.org>
560
561 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
562 Return nil if FILE is not registered.
563 (vc-check-master-templates, vc-default-make-version-backups-p):
564 Doc fix.
565
566 2001-12-13 David Ponce <david@dponce.com>
567
568 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
569 (ruler-mode-left-fringe-cols): New macro.
570 (ruler-mode-right-fringe-cols): New macro.
571 (ruler-mode-left-scroll-bar-cols): New macro.
572 (ruler-mode-right-scroll-bar-cols): New macro.
573 (ruler-mode-ruler): Use above new macros.
574
575 2001-12-13 Richard M. Stallman <rms@gnu.org>
576
577 * files.el (set-auto-mode): Fix previous change.
578
579 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
580
581 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
582 (easy-menu-do-define, easy-menu-convert-item-1)
583 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
584 (easy-menu-return-item): Only return nil if there is no binding.
585
586 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
587
588 * whitespace.el (whitespace-version): 3.2
589 * whitespace.el (whitespace-force-mode-line-update): Replace with
590 `whitespace-mode-line-update', which is an alias to the correct
591 function in various emacsen.
592 * whitespace.el (whitespace-{un,}highlight-the-space):
593 Add colorized highlighting of the bogus whitespaces in a buffer/file,
594 using the `whitespace-highlight-face' if
595 `whitespace-display-spaces-in-color' is set.
596
597 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
598
599 * international/mule.el (set-auto-coding): Don't search for
600 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
601
602 2001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
603
604 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
605
606 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
607
608 * mail/rmailsum.el (rmail-summary-mode): Likewise.
609
610 2001-12-13 Richard M. Stallman <rms@gnu.org>
611
612 * simple.el (undo): Always set this-command to `undo',
613 so that the next undo after an error will not begin redoing.
614
615 * simple.el (shell-command): Doc fix.
616 (shell-command-on-region): If there is output an an error,
617 add "...Shell command failed" to the output.
618
619 2001-12-13 David Ponce <david@dponce.com>
620
621 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
622 (ruler-mode-left-fringe-cols): Function replaced by more efficient
623 implementation `ruler-mode-extra-left-cols'.
624 (ruler-mode-ruler): Use above new function. Take into account
625 that the fringe areas can now be resized.
626
627 2001-12-12 Richard M. Stallman <rms@gnu.org>
628
629 * international/characters.el (Unicode): Comment out
630 the specifications for kelvin and angstrom signs.
631
632 * international/mule.el (make-translation-table-from-vector):
633 Allow null elements in VEC.
634
635 * international/ucs-tables.el (unify-8859-on-encoding-mode)
636 (unify-8859-on-decoding-mode): Swap the code in their bodies.
637 Add :version.
638
639 2001-12-11 Richard M. Stallman <rms@gnu.org>
640
641 * derived.el (derived-mode-p): Function moved to subr.el.
642
643 * subr.el (derived-mode-p): Moved here from derived.el.
644
645 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
646
647 * files.el (set-auto-mode-1): New subroutine, broken out of
648 set-auto-mode.
649 (set-auto-mode, hack-local-variables-prop-line): Use that.
650
651 2001-12-11 Dave Love <fx@gnu.org>
652
653 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
654
655 * language/european.el: Remove autoload cookies. Fix registration
656 of diacritic composition function.
657
658 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
659
660 * calendar/todo-mode.el: Require time-stamp.
661
662 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
663
664 2001-12-11 Richard M. Stallman <rms@gnu.org>
665
666 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
667
668 * textmodes/ispell.el (ispell-buffer-local-parsing):
669 Match xml like sgml.
670
671 * emacs-lisp/advice.el (ad-compile-function):
672 Byte compile the function under another (uninterned) name.
673
674 * gud.el (gdb): Define and bind gud-jump.
675
676 * font-lock.el (font-lock-mode):
677 Put our function at the end of after-change-functions.
678
679 * ediff-diff.el (ediff-cmp-options): Doc fix.
680
681 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
682
683 2001-12-10 Richard M. Stallman <rms@gnu.org>
684
685 * isearch.el (isearch-yank-word-or-char): New function.
686 (isearch-mode-map): Bind C-w to that.
687
688 * menu-bar.el (menu-bar-mode): Make arg optional.
689
690 * simple.el (line-move): Cope if next-single-property-change
691 or previous-single-property-change returns nil.
692
693 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
694 Don't use interactive-p; instead, pass the proper args
695 in (interactive...). Clean up most of the trouble-report strings.
696
697 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
698
699 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
700 enqueued messages literally.
701
702 2001-12-10 Noah Friedman <friedman@splode.com>
703
704 * battery.el (battery-insert-file-contents): Obsolete function
705 removed.
706 (battery-read-function): Obsolete function removed.
707 (battery-linux-proc-apm): Use insert-file-contents.
708
709 2001-12-07 Stephen Eglen <stephen@gnu.org>
710
711 * iswitchb.el (iswitchb-visit-buffer):
712 Use `select-frame-set-input-focus'--needed when window manager
713 uses "click to focus" policy.
714
715 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
716
717 * COPYING: Moved back.
718
719 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
720
721 * term/internal.el (IT-character-translations): Add entries for
722 more points.
723
724 * international/characters.el: Resurrect the Hebrew category
725 settings for all Hebrew characters removed by the last change.
726 Add code for setting the Hebrew category of the Unicode Hebrew
727 characters. Set syntax entries for Hebrew punctuation characters.
728
729 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
730 points and directional formatting control characters.
731
732 2001-12-07 Dave Love <fx@gnu.org>
733
734 * language/lao-util.el: Add Unicode equivalents for rules.
735 (lao-post-read-conversion): New function.
736
737 * language/lao.el: Add Unicode equivalents.
738 (lao): Add post-read conversion.
739
740 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
741 Use iso2022 encoding.
742 (latin1-char-displayable-p): Doc fix.
743 (latin1-display-ucs-per-lynx): New option.
744 (latin1-display-ucs-per-lynx): New command.
745 (latin1-display-reset): Special-case arabic.
746 (ucs-tables): Require.
747 (latin1-display-sets, latin1-display-setup): Add arabic.
748 (latin1-display) <variable>: Use function latin1-display.
749 (latin1-display) <function>: Add mule-unicode stuff.
750 (latin1-display-check-font): Don't lose if `info' is nil.
751
752 * international/iso-transl.el: Insert Latin-1 characters, not
753 unibyte codes.
754
755 * language/european.el (diacritic-composition-pattern): New constant.
756 (diacritic-compose-region, diacritic-compose-string)
757 (diacritic-compose-buffer, diacritic-post-read-conversion)
758 (diacritic-composition-function): New functions.
759
760 * international/utf-8.el (ucs-mule-to-mule-unicode):
761 New translation table.
762 (ccl-encode-mule-utf-8): Use it.
763 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
764 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
765 (utf-8-subst-table): New variable.
766 (utf-8-compose-scripts): New option.
767 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
768
769 * international/ucs-tables.el, international/utf-8-subst.el:
770 New files.
771
772 * international/characters.el: Don't set word syntax (the default)
773 explicitly. Add a diacritic category. Add info for Unicode
774 equivalents of characters in various Mule charsets and for extra
775 Unicode characters. Don't define specific categories for
776 Indian/Devanagari, since they aren't used.
777
778 2001-12-06 Richard M. Stallman <rms@gnu.org>
779
780 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
781 (set-justification-left, set-justification-right): Doc fix.
782
783 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
784 (bug-f90-mode): Variable deleted.
785
786 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
787
788 * indent.el (indent-line-function): Default is indent-relative again.
789
790 2001-12-07 Miles Bader <miles@gnu.org>
791
792 * progmodes/compile.el (compilation-error-regexp-alist):
793 Added regexps for RXP.
794
795 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
796
797 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
798 Add shift-assignment operators to those highlighted, and highlight
799 the whole operator rather than just the "=".
800
801 2001-12-04 Juanma Barranquero <lektu@terra.es>
802
803 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
804 before saving abbrevs if `save-abbrevs' has the value `silently'.
805
806 2001-12-04 Andreas Schwab <schwab@suse.de>
807
808 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
809
810 2001-12-04 Colin Walters <walters@debian.org>
811
812 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
813 for `defmacro*' forms.
814
815 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
816 `defmacro*'.
817
818 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
819
820 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
821
822 2001-12-02 Richard M. Stallman <rms@gnu.org>
823
824 * files.el (insert-directory): If the df output does not look right,
825 don't try to use it. Other cleanups in overall code structure.
826
827 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
828
829 * textmodes/outline.el (outline-mode-prefix-map):
830 Add bindings for outline-promote and outline-demote.
831 (outline-minor-mode-menu-bar-map): New var.
832 (outline-minor-mode): Use it.
833 (outline-heading-alist): New var (renamed from outline-level-heading).
834 (outline-level): Use it.
835 (outline-insert-heading, outline-promote, outline-demote):
836 Update to use outline-heading-alist.
837
838 * disp-table.el (standard-display-european):
839 Simplify since the function is not interactive any more.
840 Don't set the existing buffers to unibyte.
841
842 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
843
844 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
845
846 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
847
848 * shell.el (shell): Use shell-file-name.
849 Pop to buffer before calling comint to set COLUMNS properly.
850
851 * emacs-lisp/cl.el (svref): New alias.
852
853 * progmodes/antlr-mode.el (antlr-c-common-init):
854 Don't inhibit adaptive-fill-mode any more.
855
856 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
857
858 * progmodes/etags.el (tags-with-face): Use make-symbol.
859 (tags-search, tags-query-replace): Use backquotes.
860
861 * textmodes/picture.el (picture-mode-map): Don't use defconst
862 for a variable.
863
864 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
865
866 * textmodes/reftex-index.el (reftex-index-mode):
867 Remove make-local-hook.
868
869 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
870
871 2001-12-02 Kim F. Storm <storm@cua.dk>
872
873 * isearch.el (isearch-resume-enabled): New variable.
874 (isearch-done): Use that variable.
875
876 2001-12-01 Richard M. Stallman <rms@gnu.org>
877
878 * wid-edit.el (widget-button-click): Don't move point permanently:
879 Avoid mouse-set-point--instead select the window,
880 then do save-excursion, then move point.
881 Specify the buffer for get-char-property.
882 Don't use `@' in interactive.
883
884 * indent.el (indent-line-function):
885 Default is indent-to-left-margin again.
886
887 * replace.el (query-replace-read-args): Display message
888 if FROM contains `\n' or `\t'.
889
890 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
891
892 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
893
894 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
895
896 * emacs-lisp/regexp-opt.el (regexp-opt):
897 Bind completion-regexp-list to nil.
898
899 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
900
901 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
902
903 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
904 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
905 Update maintainer.
906
907 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
908
909 * mail/smtpmail.el: Use with-current-buffer.
910 (message-make-date, message-make-message-id): Autoload when needed.
911 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
912 headers when missing.
913
914 * international/encoded-kb.el (encoded-kbd-mode):
915 Use define-minor-mode.
916
917 * enriched.el (enriched-mode): Use define-minor-mode.
918 Use dolist and pop and push.
919
920 * info.el (Info-find-node-2): Don't call info-insert-file-contents
921 with the `visit' argument.
922 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
923
924 * progmodes/hideif.el (hide-ifdef-mode): Only modify
925 `change-major-mode-hook' locally. Reset invisibility spec.
926
927 * man.el (Man-build-section-alist): Remove last Man-match-substring.
928
929 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
930
931 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
932 Clarify error message.
933
934 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
935
936 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
937
938 2001-11-30 Andre Spiegel <spiegel@gnu.org>
939
940 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
941 don't just return it.
942
943 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
944
945 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
946 (menu-bar-read-emacs-man, search-emacs-glossary)
947 (emacs-index-search, elisp-index-search): New functions.
948 (apropso-documentation, apropos, apropos-value, apropos-variable)
949 (apropos-commands): Modify menu item names and help text.
950 (elisp-index-search, emacs-index-search, emacs-glossary):
951 New menu items.
952 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
953 submenu.
954 (info-elisp, info-elintro): New menu items.
955 (apropos): Modify the menu item name.
956
957 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
958
959 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
960
961 * textmodes/outline.el (outline-promote, outline-demote): Typo.
962
963 * man.el (man-follow-mouse): New function.
964 (Man-mode-map): Bind mouse-2 to it.
965 (Man-match-substring): Remove. Replace with `match-string'.
966 (man): Use the `default-value' argument to `read-string'.
967 (Man-fontify-manpage): Add mouse-face to cross references.
968
969 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
970
971 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
972
973 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
974 the value of require-match in minibuffer-completion-confirm.
975 Use crm-local-completion-map.
976
977 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
978 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
979 (cl-make-type-test): Use char-valid-p for `character'.
980
981 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
982 (Info-complete-menu-item): Rewrite. Add the ability to search
983 several sequential nodes. Add a simple caching mechanism.
984 (Info-goto-index): New function extracted from Info-index.
985 (Info-index): Use it. Add completion to the interactive spec.
986 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
987
988 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
989
990 * COPYING: Removed.
991
992 2001-11-29 Dave Love <fx@gnu.org>
993
994 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
995 (fortran-window-create, fortran-window-create-momentarily):
996 Rewrite, moving error condition.
997 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
998 (fortran-mode-syntax-table): Revert last change.
999
1000 * international/mule.el: Doc fixes.
1001 (map-charset-chars): New function.
1002 (register-char-codings): Use it to cope with generic chars in
1003 safe-chars.
1004
1005 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1006
1007 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
1008
1009 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
1010
1011 * play/studly.el (studlify-word, studlify-region)
1012 (studlify-buffer): Fix doc-string.
1013 (studlify-buffer): Add autoload cookie.
1014
1015 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
1016
1017 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
1018 (outline-up-heading-all): Remove.
1019 (hide-sublevels): Move to end-of-heading before calling flag-region.
1020 (outline-copy-overlay, outline-discard-overlays): Remove.
1021 (outline-flag-region): Use `remove-overlays'.
1022 Don't move to end-of-heading.
1023 (outline-next-visible-heading, outline-back-to-heading)
1024 (outline-on-heading-p): Use outline-invisible-p.
1025 (outline-font-lock-level): Use outline-up-heading's new arg.
1026 (outline-minor-mode): Simplify.
1027 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
1028 (outline): Put a `reveal-toggle-invisible' property.
1029 (outline-level-heading): New var.
1030 (outline-insert-heading, outline-promote, outline-demote)
1031 (outline-toggle-children): New commands.
1032
1033 * progmodes/hideif.el (hif-end-of-line): New function.
1034 (hide-ifdef-mode): Set line-move-ignore-invisible.
1035 (hide-ifdef-region-internal): New function.
1036 (hide-ifdef-region): Use it.
1037 (hif-defined): Return an integer.
1038 (hif-infix-to-prefix): Remove.
1039 (hif-tokenize): Parse from the buffer rather than from a string.
1040 Correctly tokenize integers. Use forward-comment.
1041 (hif-expr): Use hif-or.
1042 (hif-term): Use hif-and.
1043 (hif-factor): Use hif-not. Handle numbers properly.
1044 Don't require parenthesis around `defined's argument.
1045 (hif-and, hif-or, hif-not): New funs.
1046 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
1047 (hif-hide-line): Don't hide the \n before the line.
1048 (hif-possibly-hide): Correctly handle numeric evaluation results.
1049
1050 * progmodes/make-mode.el: Use line-(end|beginning)-position.
1051 (makefile-mode): Set indent-line-function.
1052 (makefile-browser-insert-continuation): Use with-current-buffer.
1053 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
1054
1055 2001-11-28 Karl Fogel <kfogel@red-bean.com>
1056
1057 * isearch.el (isearch-yank-internal): New helper function.
1058 (isearch-yank-char): New function.
1059 (isearch-yank-word, isearch-yank-line): Rewrite to use
1060 isearch-yank-internal.
1061
1062 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
1063
1064 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
1065 aren't supported. Print a message to that effect if invoked.
1066
1067 2001-11-27 Stephen Eglen <stephen@gnu.org>
1068
1069 * locate.el (locate): Put point at first matching file rather
1070 than top of buffer.
1071
1072 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
1073
1074 * reveal.el: New file.
1075
1076 * progmodes/hideif.el: Misc cleanup.
1077 (hide-ifdef-mode-submap): Put the def in the defvar.
1078 Use substitute-key-definition.
1079 (hide-ifdef-mode): Use define-minor-mode.
1080 (hif-outline-flag-region): Remove.
1081 (hif-show-all): Define in terms of hif-show-ifdef-region.
1082 (hif-after-revert-function): Rename from hif-before-revert-function.
1083 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
1084 (hif-tokenize): Use with-syntax-table.
1085 (hif-make-range): Use `else' also for `else-p'.
1086 (hif-range-else-p): Remove.
1087 (hif-find-range): Simplify.
1088 (hif-hide-line): Don't bother preserving buffer-modified-p.
1089 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
1090 Don't use selective-display and inhibit-read-only.
1091
1092 * subr.el (copy-overlay, remove-overlays): New funs.
1093
1094 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
1095
1096 2001-11-27 Sam Steingold <sds@gnu.org>
1097
1098 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
1099 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
1100 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
1101 * obsolete/c-mode.el, obsolete/cplus-md.el
1102 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
1103 * term/sun-mouse.el, textmodes/artist.el:
1104 Converted backquote to the new style.
1105 * mouse.el, reposition.el: Likewise (in comments).
1106 * expand.el: Likewise (in a string).
1107
1108 2001-11-27 Richard M. Stallman <rms@gnu.org>
1109
1110 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
1111
1112 2001-11-26 Richard M. Stallman <rms@gnu.org>
1113
1114 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
1115 if :on-glyph or :off-glyph is a list, eval it and store it back.
1116 (checkbox): Quote the values for :on-glyph and :off-glyph.
1117
1118 * cus-start.el (recursive-load-depth-limit): Delete item.
1119
1120 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
1121
1122 * help-fns.el (describe-categories, help-describe-category-set): New.
1123 describe-categories moved here from src/category.c.
1124
1125 2001-11-26 Sam Steingold <sds@gnu.org>
1126
1127 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
1128 arguments to `insert' are strings.
1129
1130 2001-11-26 Richard M. Stallman <rms@gnu.org>
1131
1132 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
1133
1134 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
1135
1136 * loaddefs.el: Regenerated.
1137
1138 * international/mule-diag.el: Require help-fns instead of
1139 help-funs.
1140
1141 * help-fns.el: Renamed from help-funs.el.
1142
1143 * startup.el (command-line-1): Don't try to call process-list if
1144 it is not fboundp.
1145
1146 2001-11-26 Sam Steingold <sds@gnu.org>
1147
1148 * frame.el (show-trailing-whitespace): Remove :set argument (the
1149 value was essentially identical to the defalt).
1150
1151 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1152
1153 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
1154
1155 * icomplete.el (icomplete-minibuffer-setup): Likewise.
1156
1157 * hilit-chg.el (hilit-chg-set): Likewise.
1158
1159 * speedbar.el (speedbar-mode): Likewise.
1160
1161 * calendar/calendar.el (calendar-mode): Likewise.
1162
1163 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
1164 insert-string.
1165
1166 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
1167
1168 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
1169
1170 * term/sun-mouse.el (sun-yank-selection): Likewise.
1171
1172 * textmodes/bib-mode.el (return-key-bib): Likewise.
1173
1174 * calendar/appt.el (appt-disp-window): Likewise.
1175
1176 * calendar/diary-lib.el (list-diary-entries): Likewise.
1177
1178 * array.el (array-reconfigure-rows): Likewise.
1179
1180 * filecache.el (file-cache-minibuffer-complete): Likewise.
1181
1182 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
1183
1184 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
1185
1186 * allout.el (outline-version, outline-open-topic)
1187 (outline-rebullet-heading, outline-insert-listified)
1188 (outline-latex-verbatim-quote-curr-line)
1189 (outline-latexify-one-item, outlineify-sticky): Likewise.
1190
1191 * vc.el (vc-next-action-on-file): Likewise.
1192 (vc-dired-mode): Remove make-local-hook.
1193
1194 2001-11-26 Andre Spiegel <spiegel@gnu.org>
1195
1196 * vc.el (vc-find-version): New function.
1197 (vc-version-other-window): Redefined in terms of the above.
1198
1199 * log-view.el (log-view-find-version): New function.
1200 (log-view-mode-map): Bind it to `f'.
1201
1202 2001-11-26 Gerd Moellmann <gerd@gnu.org>
1203
1204 * language/devan-util.el (dev-char-glyph): Escape `"' in
1205 string literals.
1206 (dev-glyph-glyph, dev-glyph-glyph-2)
1207 (devanagari-compose-syllable-region): Likewise.
1208
1209 2001-11-26 Richard M. Stallman <rms@gnu.org>
1210
1211 * window.el (save-selected-window): No error if saved window is dead.
1212
1213 * help-funs.el (describe-syntax): Put (interactive) after doc string.
1214
1215 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1216
1217 * international/quail.el (quail-help): Require help-mode in
1218 top-level instead.
1219
1220 * iswitchb.el (iswitchb-exhibit): Use insert instead of
1221 insert-string.
1222
1223 * icomplete.el (icomplete-exhibit): Likewise.
1224
1225 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
1226
1227 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
1228 (diff-hunk-kill): Simplify.
1229 (diff-post-command-hook): Only apply to a single hunk.
1230 (diff-hunk-text): Make `char-offset' non-optional.
1231 (diff-find-text): Return a cons cell.
1232 (diff-find-approx-text): New fun.
1233 (diff-find-source-location): Use it.
1234 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
1235 Adapt to new retval of diff-find-text.
1236
1237 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
1238 rather than integer- representation of dates.
1239
1240 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
1241
1242 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
1243 (syntax-after): New fun.
1244
1245 * help-funs.el (describe-syntax): New fun.
1246
1247 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
1248 (font-lock-ppss-stats, font-lock-ppss): Remove.
1249 (font-lock-fontify-syntactically-region): Remove tuning code.
1250 (font-lock-compile-keywords): Fix off-by-one bug.
1251 (font-lock-set-defaults): Don't set removed vars.
1252 (c-keywords): Add `inline'.
1253 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
1254
1255 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1256 Set syntax-begin-function.
1257 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
1258 (lisp-interaction-mode): Don't set local-abbrev-table any more.
1259 (lisp-mode-auto-fill): Use syntax-ppss and obey
1260 comment-auto-fill-only-comments.
1261 (lisp-fill-paragraph): Use syntax-ppss.
1262
1263 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
1264
1265 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
1266 version of rmail-enable-mime.
1267 (rmail-forward): Use it.
1268
1269 2001-11-25 Richard M. Stallman <rms@gnu.org>
1270
1271 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
1272
1273 * international/quail.el (quail-keyboard-layout-button):
1274 Define button type.
1275 (quail-keyboard-customize-button): Likewise.
1276 (quail-help): Use those button types. Require `help-mode'.
1277 Avoid altering the argument `package'.
1278
1279 * help-mode.el (help-function, help-variable, help-face)
1280 (help-coding-system, help-input-method, help-character-set):
1281 Define each button type with its own explicit define-button-type.
1282
1283 * language/devan-util.el: Comment out parts of the file
1284 which apparently are garbled.
1285
1286 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1287
1288 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
1289 insert-string.
1290
1291 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1292
1293 * play/snake.el (snake-mode): Remove make-local-hook.
1294
1295 * play/tetris.el (tetris-mode): Likewise.
1296
1297 * play/decipher.el (decipher-mode): Likewise.
1298
1299 * tmm.el (tmm-add-prompt): Likewise.
1300
1301 2001-11-25 Sam Steingold <sds@gnu.org>
1302
1303 * menu-bar.el (menu-bar-apropos-menu): New variable.
1304 Moved all `apropos' bindings to this menu.
1305 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
1306
1307 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
1308
1309 The following changes are for new indian languages support based
1310 on Unicode charset and CDAC fonts.
1311
1312 * international/mule-conf.el: Change indian-1-column charset to
1313 indian-glyph charset.
1314
1315 * international/characters.el: Adjusted for the change of
1316 indian-1-column -> indian-glyph.
1317
1318 * international/fontset.el: Delete the setting for indian-1-column
1319 and add the setting for indian-glyph in the default fontset.
1320
1321 * language/indian.el: Completely re-written.
1322
1323 * language/devanagari.el: Completely re-written.
1324
1325 * language/devan-util.el: Completely re-written.
1326
1327 * language/ind-util.el: New file.
1328
1329 2001-11-24 Richard M. Stallman <rms@gnu.org>
1330
1331 * startup.el (command-line-1): Don't do startup screen
1332 if a subprocess is running. Call the startup screen buffer
1333 "GNU Emacs". Make a special mode-line-format for it.
1334
1335 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
1336 (browse-url-galeon): Use that variable.
1337
1338 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
1339 eval-expression. Eval and set the variable simply.
1340
1341 * files.el (temporary-file-directory): Use defcustom.
1342 (small-temporary-file-directory): Likewise.
1343 (normal-backup-enable-predicate): Move down in file
1344 after definition of temporary-file-directory.
1345
1346 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
1347
1348 2001-11-24 Colin Walters <walters@debian.org>
1349
1350 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
1351 autoload names to match files renamed on initial calc import.
1352
1353 * calc/calc.el (Commentary): Cleanup, and add logistic curve
1354 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
1355
1356 2001-11-23 Colin Walters <walters@debian.org>
1357
1358 * Makefile.in (finder_setwins, setwins): Include Calc again.
1359
1360 * calc/calc-rules.el: Add header comment.
1361
1362 2001-11-23 Andre Spiegel <spiegel@gnu.org>
1363
1364 * vc.el (with-vc-properties): Don't bind `filename' locally.
1365 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
1366 to avoid name clashes. Fix `lisp-indent-function' property for
1367 both.
1368
1369 2001-11-23 Francesco Potorti` <pot@gnu.org>
1370
1371 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
1372
1373 2001-11-22 Colin Walters <walters@debian.org>
1374
1375 * calc/calc-misc.el (report-calc-bug):
1376 Use `reporter-prompt-for-summary-p'.
1377
1378 * calc/INSTALL, calc/Makefile: Remove.
1379
1380 2001-11-22 Miles Bader <miles@gnu.org>
1381
1382 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
1383 (reb-match-2, reb-match-3): Add dark-background variants.
1384
1385 2001-11-22 Colin Walters <walters@debian.org>
1386
1387 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
1388 (info "Calc").
1389 (report-calc-bug): Use reporter.el.
1390
1391 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
1392
1393 2001-11-21 Richard M. Stallman <rms@gnu.org>
1394
1395 * which-func.el (which-function): Call imenu--make-index-alist
1396 if necessary to get a list of functions.
1397 (which-function-imenu-failed): New variable.
1398 (which-func-update): Handle all visible windows.
1399 (which-func-update-1): New subroutine broken out of which-func-update.
1400
1401 * files.el (temporary-file-directory, null-device)
1402 (small-temporary-file-directory): Definitions moved up.
1403
1404 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
1405 (cperl-non-problems, cperl-praise): Doc fixes.
1406
1407 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
1408 (sh-mode-syntax-table): Function restored.
1409 Variable set up for use by function sh-mode-syntax-table.
1410 (sh-set-shell): Set the syntax table.
1411
1412 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
1413
1414 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
1415
1416 * international/encoded-kb.el: Don't alter minor-map-alist.
1417
1418 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1419
1420 * files.el (auto-save-file-name-transforms): Put remote files in
1421 temporary-file-directory rather than /tmp.
1422
1423 2001-11-21 Colin Walters <walters@debian.org>
1424
1425 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
1426 of (function ...) wrapper.
1427
1428 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
1429
1430 * derived.el (define-derived-mode): Create the abbrev-table
1431 from inside the `defvar'.
1432
1433 * jit-lock.el (jit-lock-defer-time): New var.
1434 (jit-lock-defer-timer, jit-lock-buffers): New vars.
1435 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
1436 (jit-lock-function): Defer fontification if requested.
1437 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
1438 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
1439 text property.
1440 (jit-lock-deferred-fontify): New fun.
1441
1442 2001-11-20 Richard M. Stallman <rms@gnu.org>
1443
1444 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
1445 Set local-abbrev-table to lisp-mode-abbrev-table.
1446
1447 * emacs-lisp/re-builder.el (reb-mode):
1448 Don't use define-derived-mode. Call kill-all-local-variables.
1449
1450 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
1451 Don't use define-derived-mode.
1452
1453 * help-mode.el (help-mode): Undo 2001-10-07 change.
1454
1455 * replace.el (occur-mode): Undo 2001-5-20 change.
1456
1457 2001-11-20 Jason Rumney <jasonr@gnu.org>
1458
1459 * w32-fns.el (w32-system-coding-system): Change to an alias for
1460 locale-coding-system.
1461 (set-w32-system-coding-system): Document the above change.
1462 Set locale-coding-system instead.
1463
1464 2001-11-20 Richard M. Stallman <rms@gnu.org>
1465
1466 * ruler-mode.el: Add pagination.
1467 (ruler-mode-toggle-show-tab-stops): No need to
1468 test `ruler-mode' variable.
1469
1470 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
1471
1472 * play/landmark.el: Mark lm-mode as special.
1473
1474 * play/gomoku.el: Mark gomoku-mode as special.
1475
1476 2001-11-20 Juanma Barranquero <lektu@terra.es>
1477
1478 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
1479 (top-level): Bind it to C-c C-b.
1480 (re-builder): Don't re-enter RE Builder Mode.
1481
1482 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
1483
1484 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
1485
1486 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
1487 `manual-program'.
1488
1489 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
1490 to a line without a comment.
1491
1492 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
1493
1494 * dired.el (dired-listing-switches): Mention in the doc string
1495 that some switches are not supported by ls-lisp.el
1496
1497 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
1498
1499 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
1500 (imenu--create-keymap-2): Remove.
1501 (imenu--create-keymap-1): Simplify, remove third argument.
1502 (imenu--generic-function): Use dolist.
1503 (imenu-find-default): New function.
1504 (imenu--completion-buffer): Use it.
1505 (imenu--mouse-menu): Use popup-menu.
1506 (imenu--menubar-select): Return t rather than calling imenu.
1507
1508 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
1509 New functions, extracted from fill-region-as-paragraph.
1510 (fill-region-as-paragraph): Use them.
1511 Use an end marker instead of eob.
1512 Ignore whitespace-only fill-prefixes when indenting according to mode.
1513 Simplify the loop that searches for spaces backwards.
1514
1515 * textmodes/picture.el (picture-vertical-step)
1516 (picture-horizontal-step): Don't use defconst for variables.
1517
1518 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
1519 (mail-extract-address-components): Downcase domain names.
1520 (mail-extr-delete-char): Remove. Use delete-char instead.
1521
1522 * emulation/pc-select.el: Doc string fixes.
1523 (pc-selection-mode): Don't treat macos as a tty.
1524
1525 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
1526
1527 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
1528
1529 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
1530 (mouse-wheel-progessive-speed): New var.
1531 (mwheel-scroll): Use it and handle float values.
1532
1533 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
1534
1535 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
1536 (iswitchb): Fix the case where the result was selected with the mouse.
1537 (iswitchb-completion-help): Use the normal *Completions* now that
1538 mouse selection works.
1539 (iswitchb-minibuffer-setup): Simplify.
1540
1541 * newcomment.el (comment-column, comment-style, comment-multi-line)
1542 (comment-auto-fill-only-comments): Remove :group arg.
1543 (comment-padding): Add :type.
1544 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
1545 if called interactively.
1546
1547 2001-11-19 Colin Walters <walters@verbum.org>
1548
1549 * calc/calc.el (toplevel): Add comment and version header.
1550 (calc-init-base): Bump version to 2.02f, update date.
1551
1552 2001-11-19 Richard M. Stallman <rms@gnu.org>
1553
1554 * net/browse-url.el: Support Mozilla and Galeon.
1555 By default, find the installed browser whichever it is.
1556 (browse-url-mozilla): New function.
1557 (browse-url-mozilla-sentinel): New function.
1558 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
1559 (browse-url-default-browser): New function.
1560 (browse-url-process-environment): Use browse-url-browser-display.
1561 (browse-url-browser-display): Renamed from browse-url-netscape-display.
1562 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
1563 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
1564 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
1565 (browse-url-browser-function): New default, new options.
1566
1567 2001-11-19 Sam Steingold <sds@gnu.org>
1568
1569 * bindings.el (last-buffer, unbury-buffer): New function.
1570 (mode-line-unbury-buffer): Use `unbury-buffer'.
1571
1572 2001-11-18 Stephen Eglen <stephen@gnu.org>
1573
1574 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
1575 control behaviour when no further completion is possible.
1576
1577 2001-11-19 Colin Walters <walters@verbum.org>
1578
1579 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
1580 (math-showing-full-precision, math-with-extra-prec, math-working)
1581 (calc-with-default-simplification)
1582 (calc-with-trail-buffer): Use backtick.
1583 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
1584 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
1585 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
1586 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
1587 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
1588 (Math-num-integerp, Math-bignum-test, Math-equal-int)
1589 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
1590 (calc-record-compilation-date-macro): Deleted. Callers updated.
1591 (math-format-radix-digit): Move to calc-bin.el.
1592
1593 * calc/calc.el (calc-record-compilation-date): Remove.
1594 (calc-bug-address): Update.
1595 (calc-settings-file): Use `user-init-file'.
1596
1597 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
1598 Handle null `calc-settings-file'.
1599
1600 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
1601 * calc/calc-keypd.el (calc-keypad-mode): New.
1602 (calc-do-keypad): Use it.
1603 (calc-keypad-map): Move into `calc-keypad-mode'.
1604
1605 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
1606 to defalias argument.
1607
1608 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
1609 (calcFunc-floor): Ditto.
1610
1611 * calc-units.el (calcFunc-usimplify): Ditto.
1612
1613 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
1614 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
1615 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
1616 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
1617 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
1618 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
1619 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
1620 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
1621 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
1622 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
1623 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
1624 and move them before their first use. Use `when', `unless'.
1625 Remove trailing periods from error forms. Add description and
1626 headers suggested by Emacs Lisp coding conventions.
1627
1628 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
1629
1630 * newcomment.el (comment-indent):
1631 Fix misindentation for comment-only lines.
1632 (comment-indent-new-line): Only obey comment-multi-line if the
1633 comment-ender is not the end-of-line.
1634
1635 2001-11-19 Richard M. Stallman <rms@gnu.org>
1636
1637 * net/net-utils.el (network-connection-service-abbrev-alist):
1638 New variable.
1639
1640 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
1641 Advance to start of 3rd sexp by moving fwd and backing over it.
1642 At first three elements, act like defun.
1643
1644 * delsel.el (delete-selection-pre-hook): Handle and resignal
1645 file-supersession errors to interact properly with userlock.el.
1646
1647 2001-11-18 Richard M. Stallman <rms@gnu.org>
1648
1649 * progmodes/fortran.el (fortran-mode-syntax-table):
1650 Specify punctuation syntax for backslash.
1651
1652 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
1653 All calls deleted.
1654
1655 * international/mule-util.el (string-to-sequence): Make it obsolete.
1656 (string-to-list, string-to-vector): Implement them directly
1657 using append and vconcat, not with string-to-sequence.
1658
1659 * startup.el (command-line): Set abbrevs-changed to nil after
1660 reading the init file and the abbrevs file.
1661
1662 * isearch.el (isearch): Use magenta2 as bg for (background light)
1663
1664 2001-11-17 Richard M. Stallman <rms@gnu.org>
1665
1666 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
1667
1668 * simple.el (minibuffer-history-sexp-flag): Doc fix.
1669
1670 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
1671
1672 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
1673 If set and if applicable, add a regexp to highlight defun-like
1674 text inside comments and strings.
1675 (font-lock-fontify-keywords-region): Pass that new arg.
1676 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
1677 to the end and pass that new arg.
1678 (c-font-lock-keywords-2): Fix regex for labels.
1679 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
1680 Make it work when LIMIT is several lines further.
1681 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
1682 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
1683 Use backquote and make the regexes for `int a, b, c;' work on
1684 multiple lines.
1685
1686 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
1687 (font-lock-defaults-alist): Don't change it any more.
1688 (reb-subexp-mode-map): Cleanup.
1689
1690 * custom.el (custom-current-group-alist): New var.
1691 (custom-declare-group): Set it.
1692 (custom-current-group): New fun.
1693 (custom-declare-variable, custom-handle-all-keywords):
1694 Use it as a default if no :group argument is specified.
1695
1696 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
1697 (standard-keyboard-coding-systems): New var.
1698 (set-locale-environment): Use it to decide whether or not to call
1699 set-keyboard-coding-system.
1700 (locale-language-names): Use \"French\" for "fr".
1701
1702 2001-11-17 Richard M. Stallman <rms@gnu.org>
1703
1704 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
1705 (add-to-list): Delete compatibility code.
1706 (checkdoc-next-message-error): Doc fix.
1707
1708 2001-11-17 Stephen Eglen <stephen@gnu.org>
1709
1710 * locate.el (locate): Show default locate pattern within the
1711 prompt, but don't insert it into the minibuffer contents.
1712 Catch the case when pattern is the empty string.
1713
1714 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
1715
1716 * language/european.el ("French"): New language environment.
1717
1718 2001-11-16 Richard M. Stallman <rms@gnu.org>
1719
1720 * calendar/todo-mode.el (todo-save): Fix previous change.
1721
1722 * subr.el (functionp): Do use cdr-safe on object.
1723
1724 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
1725
1726 * bindings.el (mode-line-mode-name): Only put the help-echo property
1727 if the local-map property was put as well.
1728 (global-map): Bind switch-frame, delete-frame, iconify-frame
1729 and make-frame-visible events.
1730
1731 * emacs-lisp/elp.el (elp-not-profilable): New var.
1732 (elp-not-profilable-p): New function.
1733 (elp-instrument-function): Use it. Use backquotes and push.
1734
1735 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
1736 (byte-stack+-info, byte-compile-last-warned-form)
1737 (byte-compile-last-logged-file): Don't defconst a variable.
1738 (no-byte-compile): Declare.
1739 (byte-compile-file): Don't boundp-check no-byte-compile any more.
1740 (byte-compile-defvar): Leave defconst as is.
1741
1742 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
1743 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
1744 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
1745 (edebug-best-error): Don't defconst a variable.
1746 (edebug-read-syntax-table): Use a char-table.
1747 (edebug-lemacs-specific): Remove.
1748 Toplevel: Eliminate check for Lucid Emacs.
1749
1750 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
1751
1752 * rect.el (move-to-column-force): Mark obsolete.
1753 (operate-on-rectangle, delete-extract-rectangle-line)
1754 (insert-rectangle, delete-whitespace-rectangle-line)
1755 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
1756 (string-rectangle-history): New var.
1757 (string-rectangle, string-insert-rectangle): Use it.
1758 (delete-rectangle-line): Fix pos/column mixup and simplify.
1759
1760 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
1761 (normal-top-level, command-line, command-line-1): Simplify.
1762
1763 * tar-mode.el (tar-mode): Use define-derived-mode.
1764
1765 * view.el (view-mode-enable): Don't use make-local-hook.
1766
1767 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
1768
1769 2001-11-16 Richard M. Stallman <rms@gnu.org>
1770
1771 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
1772 if it doesn't make sense as anything else.
1773 Don't recognize a "telephone number" at the beginning of the name.
1774 (mail-extr-leading-garbage): Match non-word characters only.
1775
1776 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1777
1778 * startup.el (command-line-processed): Doc fix.
1779
1780 * apropos.el (apropos-next-label-button): Doc fix.
1781
1782 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
1783
1784 * comint.el (comint-mode): Simplify.
1785 (make-comint-in-buffer): Run `comint-mode' only if necessary.
1786
1787 * subr.el (eval-after-load): Make it work with features as well.
1788
1789 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
1790
1791 * international/mule-cmds.el (describe-input-method): Setup xref.
1792 (set-language-environment): Use functionp.
1793 (locale-language-names, locale-charset-language-names)
1794 (locale-preferred-coding-systems): Defconst and purecopy.
1795
1796 * language/european.el (mac-roman): Add mime-charset property.
1797
1798 2001-11-15 Richard M. Stallman <rms@gnu.org>
1799
1800 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
1801 (multiple-value-apply, nth-value): Use defsubst rather than defalias
1802 to get better doc strings.
1803
1804 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1805
1806 * derived.el: Fix autoload cookie.
1807
1808 2001-11-15 Richard M. Stallman <rms@gnu.org>
1809
1810 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
1811
1812 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1813
1814 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
1815
1816 2001-11-15 Richard M. Stallman <rms@gnu.org>
1817
1818 * dired.el (dired-undo): Display a message to explain
1819 that this does not undo file system changes.
1820
1821 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
1822
1823 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
1824 into `unread-command-events' instead of trying keymap
1825 lookups ourselves. This makes mouse-clicks do the right
1826 thing even when keymaps of overlays are involved.
1827 (mouse-drag-drag): Likewise.
1828
1829 2001-11-15 Andreas Schwab <schwab@suse.de>
1830
1831 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
1832 characters and append anchor to pattern added to auto-mode-alist.
1833
1834 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1835
1836 * server.el (server-process-filter): Run pore/post-comment-hook
1837 before/after visiting the file.
1838
1839 * info-look.el (makefile-mode): Add info for automake.
1840 (autoconf-mode): Fix the name of the index for automake.
1841
1842 * international/latin-9.el: Give pilcrow punctuation syntax.
1843
1844 2001-11-15 Andre Spiegel <spiegel@gnu.org>
1845
1846 * vc.el: Documentation fixes.
1847
1848 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
1849
1850 * smerge-mode.el (smerge-match-conflict): Fix typo.
1851 (smerge-diff): Be careful to read match-data early enough.
1852
1853 2001-11-14 Colin Walters <walters@verbum.org>
1854
1855 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
1856 (calcFunc-subst): Use `defalias' instead of `fset' and
1857 `symbol-function'.
1858
1859 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
1860 (calcFunc-ceil, calcFunc-round): Ditto.
1861
1862 * calc/calc-bin.el (calcFunc-clip): Ditto.
1863
1864 * calc/calc-ext.el (calcFunc-evalv): Ditto.
1865
1866 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
1867
1868 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
1869 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
1870
1871 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
1872
1873 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
1874 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
1875 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
1876 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
1877 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
1878 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
1879 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
1880 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
1881 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
1882 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
1883 * calcsel2.el: Style cleanup; don't put closing parens on their
1884 own line, add "foo.el ends here" to each file, and update
1885 copyright date.
1886
1887 * README: Update maintainer.
1888
1889 2001-11-13 Richard M. Stallman <rms@gnu.org>
1890
1891 * progmodes/compile.el (recompile): Use compilation-arguments if
1892 set, so as to be able to M-x recompile the exact command which
1893 created a compilation-mode buffer.
1894
1895 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
1896
1897 2001-11-13 Gerd Moellmann <gerd@gnu.org>
1898
1899 * mouse.el (mouse-drag-region): Don't run the up-event
1900 handler if window start changed due to the down-mouse event.
1901
1902 2001-11-13 Richard M. Stallman <rms@gnu.org>
1903
1904 * mouse.el (mouse-show-mark): Either move point to the mark
1905 or use highlighting, never both.
1906 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
1907
1908 2001-11-13 Simon Josefsson <jas@extundo.com>
1909
1910 * mail/smtpmail.el (top-level): Change maintainer to Simon
1911 Josefsson, cleanup the smtpmail.el header.
1912
1913 * mail/smtpmail.el (top-level): Don't require cl or base64.
1914 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1915 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
1916 Defsubst instead of defmacro.
1917 (smtpmail-intersection): Return value in reverse order.
1918 (smtpmail-open-stream): Use stringp instead of string-to-list.
1919 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
1920 separated from smtpmail-via-smtp.
1921
1922 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
1923 rfc2104. Require base64 and cl.
1924 (smtpmail-smtp-service): Doc fix. :type fix.
1925 (smtpmail-debug-info): Doc fix.
1926 (smtpmail-debug-verb, smtpmail-auth-credentials)
1927 (smtpmail-starttls-credentials, smtpmail-auth-supported):
1928 New variables.
1929 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
1930 mail-utils (it is autoloaded).
1931 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1932 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
1933 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
1934 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
1935 (smtpmail-via-smtp): Support AUTH.
1936 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
1937
1938 2001-11-13 Richard M. Stallman <rms@gnu.org>
1939
1940 * ebuff-menu.el (electric-buffer-update-highlight): New function.
1941 (electric-buffer-overlay): New variable.
1942 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
1943 (electric-buffer-list): Likewise.
1944
1945 * isearch.el (isearch-whitespace-chars): Doc fix.
1946 (isearch-mode): Handle negative search-slow-window-lines correctly.
1947
1948 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
1949
1950 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
1951
1952 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
1953 From Emmanuel Briot <briot@act-europe.fr>.
1954
1955 2001-11-13 Colin Walters <walters@debian.org>
1956
1957 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
1958
1959 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
1960 "~/.emacs"; use `read-file-name'.
1961
1962 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
1963 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
1964 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
1965 * calc/calc.el: Use `frame-width' instead of `screen-width',
1966 `frame-height' instead of `screen-height', and,
1967 `executing-kbd-macro' instead of `executing-macro'.
1968
1969 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
1970 correct number of arguments.
1971
1972 * calc/calc-aent.el (calc-do-alg-entry):
1973 Use `blink-paren-function' instead of `blink-paren-hook'.
1974
1975 2001-11-12 Richard M. Stallman <rms@gnu.org>
1976
1977 * calendar/todo-mode.el (todo-save): Add save-excursion
1978 and save-restriction.
1979
1980 * server.el (server-edit, server-done): Doc fix.
1981
1982 * simple.el (clone-indirect-buffer): Error if major mode symbol
1983 has a no-clone-indirect property.
1984 (clone-buffer): Check for obvious errors before reading clone name.
1985
1986 * info.el (Info-mode): Add a no-clone-indirect property.
1987
1988 2001-11-12 Sam Steingold <sds@gnu.org>
1989
1990 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
1991 set-buffer-modified-p to nil after `vc-exec-after'.
1992 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
1993 (log-view-mode): Make read-only.
1994 (log-view-current-file): Do final `expand-file-name' in the
1995 current `default-directory'.
1996 (log-view-current-tag): Take an optional `where' arg.
1997 (log-view-diff): New user command.
1998
1999 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2000
2001 * progmodes/cpp.el (cpp-choose-face): Fix typo.
2002
2003 2001-11-12 Sam Steingold <sds@gnu.org>
2004
2005 * emacs-lisp/cl-indent.el (toplevel): Indent properly
2006 `generic-flet', `generic-labels', `with-accessors',
2007 `with-condition-restarts'.
2008
2009 2001-11-12 Richard M. Stallman <rms@gnu.org>
2010
2011 * dired.el: Many trivial doc fixes.
2012 (dired-get-file-for-visit): New function.
2013 (dired-find-alternate-file, dired-mouse-find-file-other-window):
2014 (dired-view-file, dired-find-file-other-window, dired-display-file):
2015 (dired-find-file): Use dired-get-file-for-visit.
2016
2017 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
2018
2019 * sql.el (sql-mode): Doc change.
2020
2021 * sql.el (sql-mode-syntax-table): The backslash is no longer an
2022 escape character.
2023
2024 2001-11-12 Colin Walters <walters@debian.org>
2025
2026 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
2027 (calc-do-keypad): Don't attempt to use nonexistent global
2028 mouse-map, use calc-keypad-map.
2029 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
2030 (calc-keypad-left-click): Don't use mouse-map; update to new event
2031 interface.
2032 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
2033 (calc-keypad-press): Use `unread-command-events' instead of
2034 `unread-command-char'.
2035
2036 * calc/calc-ext.el (calc-init-extensions): Update autoload names
2037 to match files renamed on initial calc import.
2038
2039 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2040
2041 * textmodes/flyspell.el (flyspell-default-dictionary):
2042 Fix previous change.
2043
2044 2001-11-12 Richard M. Stallman <rms@gnu.org>
2045
2046 * textmodes/flyspell.el (flyspell-default-dictionary):
2047 Fix custom type.
2048
2049 2001-11-11 Richard M. Stallman <rms@gnu.org>
2050
2051 * calendar/solar.el (solar-sunrise-and-sunset):
2052 Exchange the two extreme values of day-length.
2053
2054 * progmodes/sh-script.el (sh-must-be-shell-mode):
2055 Allow modes derived from sh-mode.
2056
2057 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2058 Turn off error in some re-search-forward calls.
2059
2060 * replace.el (query-replace-skip-read-only): New variable.
2061 (perform-replace): If that variable is non-nil, ignore matches
2062 that have a read-only property.
2063
2064 * derived.el (define-derived-mode): Doc fix.
2065
2066 * server.el (server-buffer-done): Test of server-existing-buffer
2067 was backwards.
2068 (server-existing-buffer): Doc fix.
2069
2070 * textmodes/flyspell.el (flyspell-default-dictionary):
2071 Allow nil as value, and make nil the default.
2072
2073 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
2074
2075 * subdirs.el: Regenerated.
2076
2077 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
2078 it is not fboundp.
2079 (clipboard-yank): Ditto.
2080
2081 2001-11-11 Colin Walters <walters@verbum.org>
2082
2083 The following changes are based on patches from
2084 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
2085 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
2086
2087 * calc/calc.el (toplevel): Require calc-macs.
2088 (calc-minibuffer-size): New.
2089 (calcDigit-nondigit): Use it instead of `buffer-size'.
2090 (calcDigit-backspace): Likewise.
2091 (calcDigit-nondigit): Use `minibuffer-contents' instead of
2092 `buffer-string'.
2093 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
2094 `point-min'.
2095 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
2096 `save-excursion'.
2097
2098 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
2099 simple `setq' form.
2100
2101 * calc/calc-ext.el: (toplevel): Require calc.
2102 (calc-fancy-prefix-map): New.
2103 (calc-fancy-prefix): Use it.
2104 (calc-fancy-prefix-other-key): New.
2105
2106 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
2107 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
2108 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
2109 (calcAlg-enter): Likewise.
2110 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
2111
2112 2001-11-10 Richard M. Stallman <rms@gnu.org>
2113
2114 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
2115 (quietly-read-abbrev-file): Doc fix.
2116
2117 * startup.el (command-line): Read standard abbrev
2118 file (abbrev-file-name), if it exists.
2119
2120 * files.el (save-abbrevs): Default value is t.
2121
2122 * progmodes/compile.el (compile-goto-error): Fix previous change
2123 in the case where subsequent errors have not been parsed yet
2124 because they are in a different source file.
2125
2126 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
2127
2128 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2129 Merge two regular expressions into one.
2130 (ps-mode): Make local bindings for `comment-start' and
2131 `comment-start-skip'.
2132 (ps-mode-looking-at-nested): Simplify an if-else construct;
2133 use `set-match-data' to set the result.
2134
2135 2001-11-10 Richard M. Stallman <rms@gnu.org>
2136
2137 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
2138 Function deleted.
2139 (flyspell-correct-word): Old definition deleted.
2140 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
2141 All references renamed too.
2142
2143 2001-11-10 Gerd Moellmann <gerd@gnu.org>
2144
2145 * Makefile.in (finder_setwins, setwins): Exclude Calc.
2146
2147 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
2148
2149 * wid-edit.el (checklist): Removed `:menu-tag'.
2150 (radio-button-choice): Ditto.
2151 (editable-list): Ditto.
2152
2153 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2154
2155 * play/gomoku.el: Move definitions of constants to the beginning
2156 of file, before their use.
2157
2158 2001-11-09 Richard M. Stallman <rms@gnu.org>
2159
2160 * textmodes/flyspell.el: Use the keymap property
2161 instead of local-map, and don't use a minor-mode map.
2162 (flyspell-mode-map): Variable deleted.
2163 Don't mess with minor-mode-map-alist.
2164 (calling add-minor-mode): Specify nil for keymap.
2165 And always use add-minor-mode, now that it exists.
2166 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
2167 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
2168 or flyspell-local-mouse-map.
2169 (make-flyspell-overlay): Use flyspell-mouse-map directly.
2170 (flyspell-mode): Doc fix.
2171 (flyspell-mode-on): Don't call make-local-hook.
2172
2173 2001-11-09 Sam Steingold <sds@gnu.org>
2174
2175 * emacs-lisp/debug.el (debugger-make-xrefs):
2176 Add buttons to all symbols.
2177
2178 2001-11-09 Andre Spiegel <spiegel@gnu.org>
2179
2180 * vc.el: Add John David Smith to credits.
2181
2182 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
2183
2184 * vc-hooks.el (vc-error-occured): Backquotified.
2185 (vc-file-prop-obarray): Use prime length for better efficiency.
2186
2187 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
2188
2189 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
2190
2191 * info.el (Info-file-list-for-emacs): Add entries for Calc.
2192
2193 2001-11-09 Miles Bader <miles@gnu.org>
2194
2195 * subr.el (functionp): Don't consider macros as functions.
2196
2197 2001-11-08 Miles Bader <miles@gnu.org>
2198
2199 * subr.el (functionp): Make work correctly for macros and unbound
2200 symbols.
2201
2202 * comint.el (comint-send-input): Fix description of
2203 `comint-process-echoes' in the doc-string.
2204
2205 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
2206
2207 * international/mule.el (make-translation-table): Doc fix.
2208 Suggested by Alex Schroeder <alex@gnu.org>.
2209
2210 2001-11-07 Richard M. Stallman <rms@gnu.org>
2211
2212 * info.el (Info-fontify-node): Highlight every third menu item.
2213
2214 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
2215
2216 * cus-edit.el (custom-face-value-create): Don't ignore the
2217 `customized-face' attribute when finding the current face spec.
2218
2219 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
2220
2221 * subr.el (with-local-quit): New macro.
2222 (make-syntax-table): Always inherit.
2223 (functionp): Be more careful when `object' is a symbol.
2224
2225 * dabbrev.el (dabbrev-completion): Use "*Completions*".
2226
2227 2001-11-07 Paul Eggert <eggert@twinsun.com>
2228
2229 * dired.el (dired-move-to-filename-regexp):
2230 Do not distinguish between ASCII letters and non-ASCII characters.
2231 Don't allow comma except in the form "month day, year".
2232 Don't allow space between month name and comma.
2233 Clean up the code that checks for trailing period, comma, and space.
2234 Remove now-obsolete comments, and add more commentary about
2235 Japanese dates.
2236 Always gobble up trailing spaces, instead of doing it only sometimes.
2237
2238 2001-11-07 Miles Bader <miles@gnu.org>
2239
2240 * paren.el (show-paren-match-face): Add dark-background variant.
2241
2242 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
2243
2244 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
2245 (lisp-mode-variables): Don't set paragraph-{start,separate}.
2246 Don't disable adaptive-fill-mode.
2247 (lisp-fill-paragraph): Use tab-width rather than 8.
2248 Prevent filling the first line of docstrings.
2249
2250 2001-11-06 Richard M. Stallman <rms@gnu.org>
2251
2252 * play/gomoku.el (gomoku): Doc fix.
2253
2254 * jka-compr.el (jka-compr-partial-uncompress):
2255 Support an alternative of not using dd.
2256 (jka-compr-dd-program): Use defcustom to define this.
2257 (jka-compr-load-suffixes): Use defcustom.
2258 (jka-compr-mode-alist-additions): Use defcustom.
2259
2260 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
2261
2262 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
2263 Also work when LIMIT is further than the end of line.
2264
2265 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
2266
2267 * international/quail.el (quail-update-leim-list-file): Print the
2268 offending file name if some of its quail-define-package forms is broken.
2269
2270 2001-11-05 Richard M. Stallman <rms@gnu.org>
2271
2272 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
2273 of the evaluated form.
2274
2275 2001-11-05 Paul Eggert <eggert@twinsun.com>
2276
2277 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
2278 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
2279 stamps always line up by default. Also, it uses a slightly
2280 different window to determine whether files are "recent".
2281
2282 2001-11-05 Andrew Innes <andrewi@gnu.org>
2283
2284 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2285 Don't attempt to remake autoloads before nuking .elc files.
2286
2287 2001-11-04 Richard M. Stallman <rms@gnu.org>
2288
2289 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
2290 previous-single-property-change or next-single-char-property-change
2291 returns nil.
2292
2293 * international/mule-cmds.el (set-locale-environment):
2294 Make it interactive; make arg optional.
2295
2296 * international/mule-diag.el (help-funs): Require help-funs.
2297
2298 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
2299
2300 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
2301
2302 2001-11-04 Miles Bader <miles@gnu.org>
2303
2304 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
2305 shadow of the splash image grey on a dark background instead of black.
2306
2307 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
2308
2309 * term.el (all faces): Don't (copy-face 'default <foo>).
2310
2311 * term/xterm.el (function-key-map):
2312 Add entry for `ESC [ 3 ~' -> <delete>
2313 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
2314 Use inheritance so that .emacs and terminfo take precedence.
2315
2316 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
2317
2318 * tooltip.el (tooltip-delay): Decrease to 0.7.
2319 (tooltip-hide-delay): Enlarge to 10.
2320
2321 2001-11-03 Richard M. Stallman <rms@gnu.org>
2322
2323 * startup.el (fancy-splash-tail): Explain how to recover
2324 from a crash, if there was a crash.
2325 (command-line-1): Reorganize display of startup screen,
2326 to simplify the logic. Use a temp buffer for it.
2327
2328 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
2329
2330 * frame.el (set-background-color, set-foreground-color):
2331 Call face-set-after-frame-default, to propagate the new colors to
2332 the frame's parameters alist.
2333
2334 * calendar/timeclock.el (timeclock-out): Signal an error if
2335 timeclock-last-event is nil.
2336
2337 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
2338
2339 * textmodes/fill.el (fill-context-prefix): Fix braino.
2340
2341 * international/quail.el (quail-help):
2342 Use `help-buffer' and move `help-setup-xref' to beginning.
2343
2344 * international/mule-cmds.el (describe-language-environment):
2345 Use `help-buffer' and move `help-setup-xref' to beginning.
2346
2347 * international/mule-diag.el (list-character-sets)
2348 (sort-listed-character-sets, describe-character-set)
2349 (describe-coding-system, describe-fontset, list-fontsets):
2350 Use `help-buffer' and move `help-setup-xref' to beginning.
2351 (describe-char-after): Use `internal-describe-syntax-value'.
2352
2353 2001-11-02 Richard M. Stallman <rms@gnu.org>
2354
2355 * mouse.el (popup-menu): If the user refuses to select
2356 from a menu, don't try to invoke the menu.
2357
2358 2001-11-02 Miles Bader <miles@gnu.org>
2359
2360 * help-mode.el (help-xref): New button type.
2361 (help-function, help-variable, help-face, help-coding-system)
2362 (help-input-method, help-character-set, help-type, help-symbol)
2363 (help-back, help-info, help-customize-variable, help-customize-face)
2364 (help-function-def, help-variable-def): Use it as a supertype.
2365 Remove `action' property.
2366
2367 * international/mule-diag.el (describe-character-set)
2368 (describe-coding-system): Pass correct args to `help-xref-button'.
2369 (sort-listed-character-sets): New button type.
2370 (list-character-sets): Use it.
2371 (list-charset-chars): New button type.
2372 (list-character-sets-1): Use it.
2373
2374 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
2375
2376 * indent.el (tab-always-indent, indent-for-tab-command):
2377 Remove redundant `never' setting.
2378
2379 * fill.el (fill-region-as-paragraph): Don't forget to skip
2380 over current whitespace before looking for a preceding space.
2381
2382 2001-11-01 Richard M. Stallman <rms@gnu.org>
2383
2384 * files.el (file-newest-backup): Don't pass backup file name
2385 thru file-name-sans-versions, because it never has version numbers.
2386
2387 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
2388 to avoid ambiguous nested loops.
2389
2390 * files.el (find-file-noselect): Offer to change buffer-read-only
2391 only when the file's read-only status has changed from before
2392 as well as disagreeing with the buffer's current status.
2393 (buffer-file-read-only): New var, local in all buffers.
2394
2395 * buff-menu.el (buffer-menu): Doc fix.
2396 (buffer-menu-other-window): Doc fix.
2397 (list-buffers, list-buffers-noselect): Doc fix.
2398
2399 2001-11-01 Gerd Moellmann <gerd@gnu.org>
2400
2401 * startup.el (command-line): If the terminal Emacs is running on
2402 has erase char set to ^H, use the Backspace key for deleting
2403 backward, and the Delete key for deleting forward.
2404
2405 2001-11-01 Miles Bader <miles@gnu.org>
2406
2407 * button.el (define-button-type): Make sure every user-defined
2408 button type has a supertype.
2409
2410 2001-10-31 Jason Rumney <jasonr@gnu.org>
2411
2412 * international/mule-cmds.el (locale-language-names): Add chs and
2413 cht as aliases for Chinese-GB and Chinese-BIG5.
2414
2415 2001-10-31 Richard M. Stallman <rms@gnu.org>
2416
2417 * bindings.el (mode-line-frame-identification): Add doc string.
2418 (mode-line-position, mode-line-modes): New variables.
2419 (mode-line-format): Use mode-line-position for the part
2420 that displays the position-in-buffer info.
2421 Use mode-line-modes for the part that displays major and minor modes.
2422
2423 2001-10-31 Sam Steingold <sds@gnu.org>
2424
2425 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
2426 (debugger-setup-buffer): Call it.
2427 (debugger-mode-map): Bind RET and mouse-2.
2428
2429 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2430
2431 * startup.el: Document command line option --no-window-system
2432 instead of --no-windows.
2433
2434 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
2435
2436 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
2437
2438 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
2439 (font-lock-defaults-alist): Use it.
2440 From David Ponce <david.ponce@wanadoo.fr>
2441
2442 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
2443 output of `char-after'.
2444
2445 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
2446
2447 * simple.el (reindent-then-newline-and-indent): Insert the newline
2448 before indenting the first line.
2449 (undo-get-state, undo-revert-to-state): New funs.
2450 (shell-command): Don't kill the buffer even if empty.
2451 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
2452 (transpose-subr-end2): Remove.
2453 (transpose-subr): Add `special' arg and simplify.
2454 (transpose-subr-1): Rewrite.
2455 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
2456 (rfc822-goto-eoh): Simplify.
2457
2458 2001-10-30 Richard M. Stallman <rms@gnu.org>
2459
2460 * enriched.el (enriched-face-ans): FIx previous change.
2461
2462 2001-10-30 Gerd Moellmann <gerd@gnu.org>
2463
2464 * international/iso-acc.el (iso-accents-compose): Remove a
2465 superfluous setq.
2466
2467 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
2468
2469 * buff-menu.el (list-buffers-noselect): If the buffer's name
2470 starts with a blank, but it visits a file, do show it (for files
2471 whose names start with a blank).
2472
2473 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
2474
2475 * textmodes/fill.el (sentence-end-double-space)
2476 (sentence-end-without-period): Move to paragraphs.el.
2477 (fill-indent-according-to-mode): Change default to t.
2478 (fill-context-prefix): Simplify control-flow and use a more
2479 sophisticated merge that unifies both previous checks.
2480 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
2481 (fill-nobreak-predicate): Make it into a defcustom'd hook.
2482 (fill-nobreak-p): New fun.
2483 (fill-region-as-paragraph): Use it.
2484 Handle `fill-indent-according-to-mode' slightly differently.
2485 (fill-individual-paragraphs-prefix): Simplify the control-flow.
2486 (fill-individual-paragraphs-citation): Fix.
2487
2488 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
2489 (paragraph-start): Change default to the `text-mode' value.
2490 (sentence-end-double-space, sentence-end-without-period):
2491 Move from fill.el.
2492 (forward-paragraph): Use `parstart' and `parsep' for temp variables
2493 rather than rebinding `paragraph-start' and `paragraph-separate'.
2494
2495 * indent.el (indent-line-function): Change default to indent-relative.
2496 (tab-always-indent): Add an `never' setting.
2497 (indent-according-to-mode): Handle `indent-relative' and
2498 `indent-relative-maybe' specially.
2499 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
2500 Handle the `never' case for `tab-always-indent'.
2501 Don't call indent-according-to-mode for indent-relative' and
2502 `indent-relative-maybe'.
2503 (insert-tab): Rename `prefix-arg' to `arg'.
2504 (indent-region): Indent the first line as well.
2505 (indent-relative): Don't mark the buffer modified if the indentation
2506 is unchanged.
2507
2508 * textmodes/text-mode.el (paragraph-indent-minor-mode):
2509 Don't set paragraph-separate. Set paragraph-start more carefully.
2510 Set indent-line-function.
2511 (paragraph-indent-text-mode): Use it and define-derived-mode.
2512 (text-mode-map): Remove the \t binding.
2513 (text-mode): Simplify now that the default is more favorable.
2514
2515 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
2516
2517 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2518 If the regexp doesn't match, use a looser one.
2519 (find-variable-noselect): Add `file' argument.
2520
2521 * pcvs.el (cvs-mode-commit-hook): New hook.
2522 (cvs-mode-commit): Run it.
2523
2524 * log-edit.el (log-edit): Run hook after `log-edit-files'.
2525
2526 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
2527 (edebug-instrument-function): Use `find-function-noselect'.
2528
2529 2001-10-29 Richard M. Stallman <rms@gnu.org>
2530
2531 * term.el (term-if-emacs19): Macro deleted.
2532 Callers changed to use progn instead.
2533
2534 * frame.el (blink-cursor-mode): Doc fix.
2535
2536 * files.el (find-backup-file-name): Use make-backup-file-name.
2537
2538 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
2539 window-live-p.
2540 (edebug-set-conditional-breakpoint): Unconditionally use
2541 the former Emacs >=19 definition.
2542 (edebug-mark): Define unconditionally.
2543 (edebug-eval-expression): Always call read-from-minibuffer
2544 and specify history list.
2545 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
2546 edebug-set-conditional-breakpoint.
2547 (edebug-emacs-version-specific): Function deleted;
2548 do the job at top level.
2549 (edebug-emacs-19-specific): Function deleted, this is the default.
2550
2551 2001-10-29 Sam Steingold <sds@gnu.org>
2552
2553 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
2554 "/cygdrive/LETTER/" pathnames.
2555
2556 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
2557
2558 * faces.el (invert-face): Check for 'unspecified, not for nil,
2559 when testing whether face colors are not specified.
2560 From David.Kastrup@t-online.de (David Kastrup).
2561 (read-face-name): Doc fix.
2562 (make-face-bold, make-face-unbold, make-face-italic)
2563 (make-face-unitalic, make-face-bold-italic, invert-face):
2564 Remove trailing blank from the prompt passed to read-face-name.
2565
2566 2001-10-29 Sam Steingold <sds@gnu.org>
2567
2568 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2569 Report numbers of files skipped and failed too.
2570 (byte-compile-file): Return 'no-byte-compile for skipped files.
2571
2572 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2573
2574 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
2575 and `M p'.
2576
2577 2001-10-29 Gerd Moellmann <gerd@gnu.org>
2578
2579 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
2580 as is on unread-command-events instead of `(SECOND-CHAR)'.
2581
2582 2001-10-29 Andre Spiegel <spiegel@gnu.org>
2583
2584 * vc.el: Mention vc-*-switches in backend API documentation.
2585 (vc-annotate): Adapt doc string to recent change.
2586
2587 2001-10-29 Gerd Moellmann <gerd@gnu.org>
2588
2589 * enriched.el (enriched-face-ans): Handle face attributes
2590 of the form `(FACE1 FACE2 ...)'.
2591
2592 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
2593
2594 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
2595
2596 * progmodes/sql.el (sql-mysql): Doc change by RMS.
2597
2598 * progmodes/sql.el (sql-db2): Doc change.
2599 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
2600 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
2601
2602 2001-10-29 Gerd Moellmann <gerd@gnu.org>
2603
2604 * env.el (substitute-env-vars): Don't quote argument to `rx';
2605 it's a macro.
2606
2607 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
2608
2609 * cus-start.el (recursive-load-depth-limit): Added.
2610
2611 2001-10-28 Richard M. Stallman <rms@gnu.org>
2612
2613 * textmodes/ispell.el (version18p, version20p): Vars deleted.
2614 All uses removed--assume Emacs version is >= 20.
2615
2616 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
2617 by really checking that it is not version 18.
2618
2619 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
2620
2621 2001-10-28 Miles Bader <miles@gnu.org>
2622
2623 * faces.el (face-attribute): Add INHERIT argument, consider face
2624 inheritance if it's non-nil.
2625 (face-attribute-merged-with): New function.
2626 (face-attribute-specified-or): New macro.
2627 (face-foreground, face-background, face-stipple): Add INHERIT
2628 argument. Use `face-attribute-specified-or'.
2629
2630 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
2631
2632 * font-lock.el: Require `syntax'.
2633 (font-lock-defaults-alist): Don't define keywords for lisp languages.
2634 Use `c-font-lock-syntactic-face-function' for c languages.
2635 (font-lock-mode): Don't unset vars when turning the mode off.
2636 (font-lock-default-fontify-buffer): Don't unset vars at the end.
2637 (font-lock-extra-managed-props): New var.
2638 (font-lock-default-unfontify-region): Use it.
2639 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
2640 Don't eval the value when there's no match.
2641 (font-lock-ppss-stats): New var.
2642 (font-lock-ppss): New fun.
2643 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
2644 (font-lock-apply-highlight): Allow `highlight' to set several props.
2645 (font-lock-set-defaults): Use dolist.
2646 (font-lock-unset-defaults): Remove.
2647 (font-lock-match-c-style-declaration-item-and-skip-to-next):
2648 Try to recognize prototypes using `foo P_ ((args))'.
2649 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
2650 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
2651 (c-font-lock-syntactic-face-function): New function.
2652 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
2653 (c++-keywords): Use a more sophisticated regexp to handle
2654 shallowly nested templates.
2655
2656 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
2657
2658 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
2659 (sgml-tag): Use it. Cleanup with `cond'.
2660 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
2661 Mark the overlays and only delete those that are marked.
2662 (sgml-skip-close-p): Remove.
2663 (sgml-value): Replace sgml-skip-close-p with its definition.
2664 (html-tag-alist): Use sgml-xml a bit more.
2665 (html-mode): Set sgml-empty-tags.
2666
2667 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
2668 (texinfo-update-node, texinfo-sequential-node-update):
2669 Don't bind the obsolete `auto-fill-hook'.
2670 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
2671 Use `set-buffer' rather than `switch-to-buffer'.
2672 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
2673 Use `set-buffer' rather than `switch-to-buffer'.
2674
2675 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
2676 text-mode-syntax-table.
2677 (mail-mode): Use define-derived-mode.
2678 Fix ordering of alternatives in adaptive-fill-regexp.
2679 (mail-mode-map): Don't rely on keymap's internal representation.
2680
2681 2001-10-27 Sam Steingold <sds@gnu.org>
2682
2683 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
2684 (sgml-xml-guess): Extracted from `html-mode' and generalized.
2685 (sgml-mode-common): Call it.
2686 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
2687 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
2688 (html-horizontal-rule, html-image, html-ordered-list):
2689 (html-unordered-list, html-list-item, html-paragraph):
2690 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
2691 `html-xhtml'.
2692
2693 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
2694
2695 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
2696 (ifnothtml): New alias.
2697
2698 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
2699
2700 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
2701 (toggle-text-mode-auto-fill): Use derived-mode-p.
2702
2703 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
2704
2705 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
2706 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
2707
2708 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
2709
2710 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
2711 Add make-obsolete cookies, to follow faces.el.
2712
2713 These changes avoid warnings from the byte compiler in faces.el:
2714
2715 * faces.el (internal-get-face): Use facep instead of the obsolete
2716 internal-find-face.
2717 (internal-frob-font-weight, internal-frob-font-slant):
2718 New defaliases for obsolete functions.
2719 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
2720 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
2721 (x-make-font-bold-italic): Use internal-frob-font-weight and
2722 internal-frob-font-slant aliases instead of the obsolete
2723 x-frob-... functions.
2724
2725 2001-10-26 Sam Steingold <sds@gnu.org>
2726
2727 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
2728 DOCTYPE; set `mode-name' based on it.
2729 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
2730 (sgml-tag): Close empty tags in XHTML.
2731
2732 2001-10-26 Jason Rumney <jasonr@gnu.org>
2733
2734 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
2735 when UNICODE is not defined.
2736
2737 2001-10-26 Sam Steingold <sds@gnu.org>
2738
2739 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
2740 be alone on the line.
2741
2742 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
2743
2744 * button.el (button): Special face definition for MS-DOS terminals.
2745
2746 2001-10-26 Sam Steingold <sds@gnu.org>
2747
2748 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2749 Protect the /= test by checking that the args are non-nil.
2750 (sh-font-lock-close-heredoc): Check eof for being non-nil.
2751
2752 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
2753
2754 * textmodes/artist.el (artist-version): 1.2.4.
2755 (artist-butlast-fn): New variable.
2756 (artist-butlast): New function.
2757 (artist-ellipse-mirror-quadrant): Use it.
2758 (artist-mouse-draw-poly): Use nil for `point-list'.
2759 (artist-mouse-draw-poly): Check for point-list being nil.
2760
2761 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
2762
2763 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
2764 lambda expression.
2765 (ps-mode-menu-main): Submenu with options on/off was replaced with
2766 a toggle button.
2767 (ps-mode, ps-run-mode): Define with `define-derived-mode'
2768 (ps-mode): Autoload cookie added on same line as comment
2769 (ps-mode-tabkey, ps-mode-backward-delete-char):
2770 (ps-mode-r-balance): Replace `delete-horizontal-space' and
2771 `indent-to' with `indent-line-to'
2772 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
2773 instead of `eval'.
2774 (ps-mode-print-region): Use `with-temp-buffer'.
2775 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
2776 (numerous places): Add back-tick and tick around names in
2777 docstrings, fix punctuation in docstrings, remove trailing spaces.
2778
2779 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
2780
2781 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
2782 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
2783 (sgml-font-lock-syntactic-keywords): New var.
2784 (sgml-mode-common): Drop the two args.
2785 Don't make buffer-local variables that aren't used.
2786 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
2787 Don't set `before-string' props from sgml-display-text.
2788 (sgml-mode): Use define-derived-mode.
2789 (sgml-tags-invisible): Use sgml-display-text.
2790 (sgml-quote): New command.
2791 (html-tag-alist): Add args for `span'.
2792 (html-mode): Use define-derived-mode.
2793 Set sgml-display-text and sgml-tag-face-alist.
2794
2795 2001-10-25 Sam Steingold <sds@gnu.org>
2796
2797 * add-log.el (add-log-always-start-new-record): New user option.
2798 (add-change-log-entry): Use it.
2799
2800 2001-10-25 Richard M. Stallman <rms@gnu.org>
2801
2802 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
2803 bind case-fold-search if FROM is not all lower case.
2804
2805 2001-10-25 Gerd Moellmann <gerd@gnu.org>
2806
2807 * startup.el (normal-top-level): Check for frame-initial-frame
2808 only if it's really used.
2809
2810 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
2811
2812 * progmodes/compile.el (compilation-parse-errors-filename-function):
2813 New variable.
2814 (compilation-parse-errors): Use it.
2815
2816 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
2817
2818 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
2819 interactively so that C-u M-C-x still does edebug.
2820 (checkdoc-sentencespace-region-engine): Don't force a double-space
2821 after `.' if it doesn't look like an end-of-sentence.
2822 (debug-ignored-errors): Add `disambiguate ...'.
2823
2824 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
2825
2826 * textmodes/texinfo.el (texinfo-environments)
2827 (texinfo-environment-regexp): Hoist.
2828 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
2829 Only highlight the menu name in menu items.
2830 Setup `@foo ... @end foo' as text clones.
2831 (texinfo-clone-environment): New function.
2832 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
2833 (texinfo-insert-block): Simplify.
2834 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
2835 the command is repeated.
2836 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
2837 (texinfo-insert-@end): Simplify.
2838
2839 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
2840 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
2841 (texinfo-subsubsection-level-regexp)
2842 (texinfo-update-menu-same-level-regexps)
2843 (texinfo-update-menu-higher-regexps)
2844 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
2845
2846 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
2847 (derived-mode-p): Autoload.
2848
2849 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
2850 New vars and functions.
2851 (text-clone-maintain, text-clone-create): New functions.
2852
2853 2001-10-25 Miles Bader <miles@gnu.org>
2854
2855 * facemenu.el (facemenu-add-new-face): Fix variable names.
2856
2857 2001-10-24 Richard M. Stallman <rms@gnu.org>
2858
2859 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
2860 of t and nil values.
2861 (facemenu-set-face): Handle START and END interactively.
2862 (facemenu-set-foreground): Don't use a face; specify color directly.
2863 (facemenu-set-background): Likewise.
2864 (facemenu-set-face-from-menu): Doc fix.
2865 (facemenu-active-faces): Use face-attribute-vector
2866 to handle bare attributes not in faces.
2867 (facemenu-get-face): Don't handle face names fg:... and bg:...
2868 specially.
2869 (facemenu-add-new-face): New argument MENU.
2870 New way to handle adding colors to the color menus.
2871
2872 * env.el (substitute-env-vars): Quote the arg to rx.
2873
2874 2001-10-24 Sam Steingold <sds@gnu.org>
2875
2876 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
2877 Control" and "SGML" groups.
2878
2879 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2880
2881 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2882 Better handling of C++ template args to avoid confusion with `<'
2883 and `>' used as operators in member init expressions.
2884
2885 2001-10-24 Gerd Moellmann <gerd@gnu.org>
2886
2887 * replace.el (perform-replace): Move START and END parameters
2888 to the end of the argument list and make them optional.
2889
2890 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
2891 perform-replace.
2892
2893 * international/fontset.el (x-must-resolve-font-name): New function.
2894 (x-complement-fontset-spec): Use it.
2895
2896 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
2897
2898 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
2899
2900 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2901 Turn caadr into caar of cdr.
2902
2903 2001-10-23 Gerd Moellmann <gerd@gnu.org>
2904
2905 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
2906 of mouse-{1,2} since dragging is on the down event.
2907
2908 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
2909
2910 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
2911 if ARG is nil.
2912
2913 * desktop.el (desktop-last-buffer): New variable.
2914 (desktop-create-buffer): Set it.
2915 (desktop-read): Bind it and switch to that buffer.
2916
2917 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2918
2919 * progmodes/compile.el (compilation-set-window-height):
2920 Select old window only if it's still live.
2921
2922 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2923
2924 * help-mode.el (help-buffer): Remove debugging code.
2925 From Stefan Monnier <monnier@cs.yale.edu>.
2926
2927 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2928
2929 * files.el (file-name-sans-extension, file-name-extension):
2930 Don't count the leading dots in file names as signaling an extension.
2931
2932 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2933
2934 * vc.el (vc-diff-switches): Doc rewritten.
2935
2936 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2937
2938 * tooltip.el (tooltip-set-param): Doc fix.
2939
2940 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
2941 127 to sgml-maybe-name-self.
2942 (sgml-name-8bit-mode): Doc fix.
2943 (sgml-char-names-table): New variable.
2944 (sgml-name-char): Support non-ASCII and mule-unicode-*
2945 characters. Doc fix.
2946 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
2947
2948 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
2949 doc string the effect of `left' and `top' parameters in
2950 tooltip-frame-parameters, the default values, and the units.
2951 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
2952 (tooltip-show): Mention in the doc string the `top' and `left'
2953 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
2954
2955 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2956
2957 Add autoscaling support for vc-annotate.
2958 From J.D. Smith <jdsmith@alum.mit.edu>.
2959
2960 * vc.el (vc-annotate-display-default): Accept colormap scaling
2961 ratio (now deprecated).
2962 (vc-annotate-display-autoscale): Added.
2963 (vc-annotate-add-menu): New autoscaling menu options "Span to
2964 Oldest" and "Span Oldest->Newest". Easymenu support added for
2965 toggle menus driven by customize variable `vc-annotate-display-mode'.
2966 (vc-annotate-display-select): Added.
2967 (vc-annotate): Changed temp-buffer-show-function to
2968 `vc-annotate-display-select'.
2969 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
2970 Added argument OFFSET. Instead of backend function, calls now
2971 generic `vc-annotate-difference'.
2972 (vc-annotate-difference): Added as generic function instead of
2973 backend-specific function. No longer takes argument POINT, but
2974 instead accepts a time OFFSET.
2975 (vc-default-annotate-current-time): Added.
2976
2977 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
2978 version in vc.el, with
2979 (vc-cvs-annotate-current-time): Added, as override of default.
2980 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
2981 `vc-cvs-annotate-difference'.
2982
2983 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2984
2985 * saveplace.el (save-place): Require `saveplace'.
2986
2987 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
2988 Use `sexp' for :value-type instead of `face'.
2989
2990 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2991
2992 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
2993 regexps due to 5-digit message IDs.
2994
2995 2001-10-21 Jason Rumney <jasonr@gnu.org>
2996
2997 * term/w32-win.el (redisplay-dont-pause): Don't set.
2998
2999 2001-10-21 Miles Bader <miles@gnu.org>
3000
3001 * help-funs.el (help-manyarg-func-alist): Variable removed.
3002
3003 2001-10-21 Miles Bader <miles@gnu.org>
3004
3005 * help-funs.el (help-manyarg-func-alist): Remove entries for
3006 `insert', `insert-and-inherit', `insert-before-markers',
3007 `insert-before-markers-and-inherit', `message', `message-box',
3008 `message-or-box', `propertize', `format', `encode-time', `append',
3009 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
3010 `insert-string', `ml-if', `ml-provide-prefix-argument', and
3011 `ml-prefix-argument-loop'.
3012
3013 2001-10-21 Andre Spiegel <spiegel@gnu.org>
3014
3015 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
3016 (vc-default-diff-tree): New functions.
3017 (vc-version-diff): Use them. As a result, coding systems are now
3018 set up properly for all sorts of diffs, and tree diffs can now
3019 also be done locally.
3020 (vc-diff): With a prefix argument, don't require that it's called
3021 from a buffer under version control.
3022 (diff-switches): Remove duplicate definition.
3023
3024 * vc-cvs.el (vc-cvs-diff-tree): New function.
3025
3026 2001-10-21 Miles Bader <miles@gnu.org>
3027
3028 * help-funs.el (help-manyarg-func-alist): Remove entries for
3029 `list', `vector', `make-byte-code', `call-process',
3030 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
3031 `logand', `logior', and `logxor'.
3032
3033 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
3034 image bits to compensate. Use `make-string' instead of
3035 `make-bool-vector' (XBM apparently wants byte-aligned rows).
3036
3037 2001-10-20 Kim F. Storm <storm@cua.dk>
3038
3039 * simple.el (kill-ring-save): Don't show extent of copied region
3040 if using transient-mark-mode and region is fully visible.
3041
3042 2001-10-20 Gerd Moellmann <gerd@gnu.org>
3043
3044 * (Version 21.1 released.)
3045
3046 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3047
3048 * files.el (auto-mode-alist): Associate .indent.pro with
3049 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
3050
3051 2001-10-18 Sam Steingold <sds@gnu.org>
3052
3053 Put the *Compile-Log* buffer in `compilation-mode'.
3054 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
3055 (byte-compile-log-1, byte-compile-log-file)
3056 (displaying-byte-compile-warnings): Use it
3057
3058 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
3059
3060 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
3061
3062 * xml.el (xml-parse-tag): Use eq on char-after's return value.
3063
3064 2001-10-18 Gerd Moellmann <gerd@gnu.org>
3065
3066 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
3067
3068 * obsolete/hilit19.el (hilit-lookup-face-create):
3069 Call set-face-font only if display-graphic-p.
3070 (toplevel): Remove references to window-system.
3071
3072 2001-10-18 Miles Bader <miles@gnu.org>
3073
3074 * simple.el (what-line): Avoid problems with field properties.
3075
3076 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3077
3078 * wid-edit.el (widget-field-face, widget-single-line-field-face):
3079 Define special colors for a tty.
3080
3081 2001-10-17 Francesco Potorti` <pot@gnu.org>
3082
3083 * comint.el (comint-password-prompt-regexp): Make it less
3084 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
3085
3086 2001-10-17 John Wiegley <johnw@gnu.org>
3087
3088 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
3089 a regular file, before checking if it is a directory or symlink.
3090 This avoids a call to eshell-file-attributes, which can be
3091 expensive in some situations.
3092
3093 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
3094 customization variable, to differentiate ls-in-dired from regular
3095 uses of ls.
3096
3097 2001-10-17 Miles Bader <miles@gnu.org>
3098
3099 * custom.el (defface): Mention `:inherit' in doc-string.
3100
3101 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3102
3103 * paren.el: Update the Commentary with installation instructions.
3104
3105 2001-10-15 Dave Love <fx@gnu.org>
3106
3107 * international/mule.el (set-auto-coding): Fix regexps for local
3108 variables section not to eat newlines.
3109
3110 2001-10-15 Miles Bader <miles@gnu.org>
3111
3112 * simple.el (display-message-or-buffer): Pass the correct buffer
3113 to `display-buffer'.
3114
3115 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
3116
3117 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
3118 (executable-find): Use exec-suffixes.
3119 (executable-set-magic): Don't use make-local-hook.
3120
3121 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
3122
3123 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
3124
3125 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
3126 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
3127 Add .so to the Unix and GNU branch.
3128
3129 * international/latin-1.el:
3130 * international/latin-2.el:
3131 * international/latin-3.el:
3132 * international/latin-4.el:
3133 * international/latin-5.el:
3134 * international/latin-8.el:
3135 * international/latin-9.el: Add no-byte-compile: t, since
3136 Makefile.in instructs make-docfile to look at .el files.
3137
3138 2001-10-14 Miles Bader <miles@gnu.org>
3139
3140 * button.el (define-button-type): Allow supertype property to be
3141 specified with a keyword `:supertype' too.
3142 (button-put, make-text-button): Allow button type property to be
3143 specified using the keyword `:type' too.
3144 (button-type): New function.
3145 (button): Add `button-category-symbol' property.
3146
3147 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
3148
3149 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
3150 indent-new-comment-line from comment-indent-new-line.
3151
3152 * textmodes/refill.el (refill-mode):
3153 Bind DEL to backward-delete-char-untabify.
3154 Set backward-delete-char-untabify-method to `hungry'.
3155
3156 * textmodes/bib-mode.el (bib-mode):
3157 * play/gomoku.el (gomoku-mode):
3158 * textmodes/page-ext.el (pages-directory-mode):
3159 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
3160
3161 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
3162
3163 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
3164
3165 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
3166 Handle here-docs differently.
3167 (sh-font-lock-heredoc): Remove.
3168 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
3169 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
3170 (sh-font-lock-open-heredoc): New functions.
3171 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
3172 (sh-font-lock-keywords-1): Use regexp-opt.
3173 (sh-in-comment-or-string): Use syntax-ppss.
3174 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
3175 (sh-select, sh-tmp-file): Add explicit terminating \n.
3176
3177 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
3178 Use with-current-buffer.
3179 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
3180 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
3181 filename), catch any error that occurs in `ange-ftp-cd'.
3182 If an error happened, don't bother sending `cmd' at all.
3183 Fix a parenthesis typo.
3184 (ange-ftp-write-region): Don't blindly use binary if the remote host
3185 is unix-like.
3186
3187 * play/pong.el (pong-init): Don't use make-local-hook.
3188
3189 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
3190
3191 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
3192 (viper-get-ex-address-subr): More precise addr for the $ marker
3193
3194 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3195
3196 * version.el (emacs-version): Bump to 21.1.50.
3197
3198 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3199
3200 * mail/mailalias.el (mail-directory-stream): Do not double
3201 variables in the lambda-list.
3202
3203 * play/gomoku.el (gomoku-init-display): Ditto.
3204
3205 * play/landmark.el (lm-init-display): Ditto.
3206
3207 * delim-col.el (delimit-columns-rectangle-max): Ditto.
3208 (delimit-columns-rectangle-line): Ditto.
3209
3210 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
3211
3212 * newcomment.el (comment-region-internal): Don't rebind
3213 invisibility_spec now that the C routines handle it correctly.
3214
3215 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
3216
3217 * frame.el (special-display-popup-frame): Obey new specs `same-window'
3218 and `same-frame'.
3219
3220 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
3221
3222 * simple.el (minibuffer-local*-map): Remove redundant bindings.
3223
3224 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
3225 C-p and C-r. Remove redundant bindings from inheriting maps.
3226
3227 * progmodes/cperl-mode.el: Merged in changes from v4.32.
3228 After 4.23 and: After 4.24:
3229 (cperl-contract-levels): Restore position.
3230 (cperl-beautify-level): Likewise.
3231 (cperl-beautify-regexp): Likewise.
3232 (cperl-commentify): Rudimental support for length=1 runs
3233 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
3234 After 4.25:
3235 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
3236 (imenu-example--create-perl-index): Was not enforcing
3237 syntaxification-to-the-end.
3238 (cperl-invert-if-unless): Allow `for', `foreach'.
3239 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
3240 Mark qw(), m()x as indentable.
3241 (cperl-init-faces): Highlight `sysopen' too.
3242 Highlight $var in `for my $var' too.
3243 (cperl-invert-if-unless): Was leaving whitespace at end.
3244 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
3245 (cperl-calculate-indent): Remove old commented out code.
3246 Support (primitive) indentation of qw(), m()x.
3247 After 4.26:
3248 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
3249 q [] with intervening newlines.
3250 (cperl-autoindent-on-semi): New customization variable.
3251 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
3252 (cperl-tips): Mention how to make CPerl the default mode.
3253 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
3254 (cperl-outline-level): New function.
3255 (cperl-highlight-variables-indiscriminately): New customization var.
3256 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
3257 From Sean Kamath <kamath@pogo.wv.tek.com>.
3258 (cperl-after-block-p): Support CHECK and INIT.
3259 (cperl-init-faces, cperl-short-docs): Likewise and "our".
3260 From Doug MacEachern <dougm@covalent.net>.
3261 After 4.27:
3262 (cperl-find-pods-heres): Recognize \"" as a string.
3263 Mark whitespace between q and [] as `syntax-type' => `prestring'.
3264 Allow whitespace between << and "FOO".
3265 (cperl-problems): Remove \"" and q [] with intervening newlines.
3266 Mention multiple <<EOF as unsupported.
3267 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
3268 (cperl-indent-parens-as-block): New configuration variable.
3269 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
3270 Use `cperl-indent-parens-as-block'.
3271 (cperl-find-pods-heres): Test for =cut without empty line instead of
3272 complaining about no =cut.
3273 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
3274 (cperl-find-pods-heres): Likewise.
3275 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
3276 POD could've been marked as comment already.
3277 (cperl-unwind-to-safe): Unwind before start of POD too.
3278 After 4.28:
3279 (cperl-forward-re): Throw an error at proper moment REx unfinished.
3280 After 4.29:
3281 (x-color-defined-p): Make an extra case to peacify the warning.
3282 Toplevel: `defvar' to peacify the warnings.
3283 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
3284 No -nw-compile time warnings now.
3285 (cperl-find-tags): TAGS file had too short substring-to-search.
3286 Be less verbose in non-interactive mode
3287 (imenu-example--create-perl-index): Set index-marker after name
3288 (cperl-outline-regexp): New variable.
3289 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
3290 (cperl-mode): Made use `cperl-outline-regexp'.
3291 After 4.30:
3292 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
3293 (cperl-outline-level): Make start-of-file same level as `package'.
3294 After 4.31:
3295 (cperl-electric-pod): `head1' and `over' electric only if empty.
3296 (cperl-unreadable-ok): New variable.
3297 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
3298 on an unreadable file.
3299 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
3300 on an unreadable directory.
3301
3302 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
3303 Consider the text between two errors as belonging to the first error.
3304 (compilation-goto-locus): Use pop-to-buffer rather than
3305 switch-to-buffer-other-frame.
3306
3307 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
3308 (awk-font-lock-syntactic-keywords): New var.
3309 (awk-mode): Use it.
3310
3311 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
3312
3313 * faces.el (describe-face): Call help-setup-xref earlier.
3314
3315 * jka-compr.el (jka-compr-load-suffixes): New var.
3316 (jka-compr-install): Add its content to load-suffixes.
3317 (jka-compr-uninstall): Remove its content from load-suffixes.
3318
3319 2001-10-12 Sam Steingold <sds@gnu.org>
3320
3321 * bindings.el (completion-ignored-extensions): CL-related
3322 extensions are platform-independent.
3323
3324 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
3325 asynchronous multiple file copying.
3326
3327 2001-10-12 Gerd Moellmann <gerd@gnu.org>
3328
3329 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
3330 Turn error for repeated variables into warning.
3331
3332 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
3333 New function checking that lambda-list consists of non-constant
3334 symbols, that &rest and &optional are followed by variable names,
3335 that &rest VAR is the last element, and that variables aren't doubled.
3336 (byte-compile-lambda): Use it.
3337
3338 2001-10-12 Eli Barzilay <eli@barzilay.org>
3339
3340 * calculator.el (calculator-eng-display): Don't call concat
3341 with an integer argument.
3342
3343 2001-10-12 Miles Bader <miles@gnu.org>
3344
3345 * help-mode.el (help-customize-face): New button-type.
3346
3347 * faces.el (list-faces-display): Fix args to `help-xref-button'.
3348 (describe-face): Fix args to `help-xref-button'.
3349 Don't switch to help-buffer around call to `help-setup-xref'.
3350 Use `help-buffer' instead of hard-wired "*Help*".
3351 Require `help-mode'.
3352
3353 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
3354
3355 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
3356
3357 * help-mode.el (help-buffer): New function.
3358 Returns the buffer-name to use for help output.
3359 Change all the code to use it instead of hard-coding *Help*.
3360 (help-mode-map): Put back the mouse-2 binding.
3361 (help-xref-stack): Change the format and make buffer-local.
3362 (help-xref-stack-item): Make buffer-local.
3363 (help-setup-xref): Do the `push' here rather than in help-do-xref.
3364 (help-xref-interned): Display the face doc as well.
3365 (help-follow-mouse): Re-introduce.
3366 (help-xref-go-back): Adapt to the new use of help-xref-stack.
3367 (help-do-xref): Don't `push' any more.
3368 (help-follow): Also follow face names.
3369
3370 * help-funs.el (describe-function-1): Remove unused `parens' arg.
3371 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
3372 Autoload and cleanup.
3373 (describe-function): Call help-setup-xref.
3374 (describe-variable): Call help-setup-xref earlier.
3375
3376 * help.el (describe-bindings-internal): New fun moved from keymap.c.
3377 (view-lossage): Call help-setup-xref correctly and earlier.
3378 (describe-bindings): Call help-setup-xref earlier.
3379 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
3380 (describe-mode): Don't autoload. Call help-setup-xref earlier.
3381
3382 2001-10-11 Gerd Moellmann <gerd@gnu.org>
3383
3384 * master.el (master-mode): Use define-minor-mode instead of
3385 easy-mmode-define-minor-mode. Add autload cookie.
3386 (Commentary): Remove the line showing how to autoload master-mode,
3387 since it's always autoloaded.
3388
3389 * master.el: New file.
3390
3391 2001-10-11 Dave Love <fx@gnu.org>
3392
3393 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
3394 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
3395 <const-C varset-X const-C>: Fix car/cdr typo.
3396
3397 2001-10-11 Gerd Moellmann <gerd@gnu.org>
3398
3399 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
3400 New function extracted from byte-compile-log-1.
3401 (byte-compile-log-1): Change output to be more in line with
3402 the output of other GNU tools.
3403 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
3404 (byte-compile-report-error): Downcase error message.
3405 Use `error' instead of `!!' for error messages.
3406 (byte-compile-print-syms): Treat non-interactive case specially.
3407 (displaying-byte-compile-warnings): Use backquote.
3408 (byte-compile-from-buffer): Bind byte-compile-last-line.
3409 (batch-byte-compile): Remove `Done' message.
3410
3411 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
3412
3413 * emacs-lisp/copyright.el (copyright): Add final \n.
3414
3415 2001-10-11 Miles Bader <miles@gnu.org>
3416
3417 * diff.el (diff): Display default values in prompts as
3418 `(default ...)', not `(...)'.
3419
3420 * info.el (Info-follow-reference): Likewise.
3421
3422 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
3423
3424 * emacs-lisp/autoload.el (doc-string-elt): Remove.
3425
3426 * newcomment.el (comment-indent): Be a little more robust in case
3427 comment-indent-function does funny things.
3428 (comment-normalize-vars): Autoload.
3429 (comment-region-internal): Fiddle with the visibility spec.
3430 (comment-valid-prefix): New function.
3431 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
3432 that would turn comment-text into non-comment-text.
3433
3434 * emacs-lisp/syntax.el: New file.
3435
3436 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
3437 compatibility cruft.
3438 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
3439 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
3440 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
3441 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
3442 tcl-submit-bug-report.
3443 (tcl-mode-syntax-table): Leave \f alone.
3444 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
3445 tcl-end-of-defun, tcl-submit-bug-report.
3446 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
3447 (tcl-add-emacs-menu): Remove.
3448 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
3449 (tcl-keyword-list): Add `chain'.
3450 (tcl-font-lock-syntactic-keywords): New variable.
3451 (tcl-pps-has-arg-6): Remove.
3452 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
3453 (tcl-internal-mark-defun): Remove.
3454 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
3455 (tcl-mode): Use define-derived-mode. Simplify.
3456 Set comment-indent-function.
3457 (tcl-indent-command): Use line-beginning-position and comment-indent.
3458 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3459 (tcl-indent-line): Use tcl-calculate-indent.
3460 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
3461 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
3462 (tcl-filter): Use with-current-buffer, simplify.
3463 (inferior-tcl-mode): Use define-derived-mode.
3464 (tcl-hairy-in-comment): Renamed tcl-in-comment.
3465 (tcl-simple-in-comment, tcl-in-comment): Removed.
3466 (tcl-files-alist): New function.
3467 (tcl-help-snarf-commands): Use it and return the result directly
3468 rather than through a global variable.
3469 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
3470 (tcl-help-on-word): Provide the default value to completing-read.
3471 (tcl-hilit): Remove.
3472 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
3473 (tcl-comment-indent): New function.
3474 (tcl-submit-bug-report): Remove.
3475 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
3476 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
3477 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
3478
3479 2001-10-10 Miles Bader <miles@gnu.org>
3480
3481 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
3482 (Info-fontify-node): Don't fontify the node if it's already been done.
3483
3484 2001-10-10 Gerd Moellmann <gerd@gnu.org>
3485
3486 * international/iso-transl.el (iso-transl-e-caret)
3487 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
3488 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
3489
3490 * simple.el (end-of-buffer): Fix code scrolling specially
3491 for the buffer end.
3492
3493 * startup.el (command-line-1): Bind tab-width to 8.
3494
3495 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3496
3497 * emulation/tpu-edt.el: Use defalias instead of fset for
3498 user-visible commands. From Rob Riepel
3499 <riepel@Networking.Stanford.EDU>.
3500
3501 2001-10-09 Gerd Moellmann <gerd@gnu.org>
3502
3503 * ruler-mode.el: New file.
3504
3505 2001-10-09 Miles Bader <miles@gnu.org>
3506
3507 * apropos.el (button): New require.
3508
3509 * help-funs.el: New file, contents mostly from `help.el'.
3510 (describe-variable): Use `condition-case' instead of `ignore-errors'.
3511
3512 * help-mode.el: New file, contents mostly from `help.el'.
3513
3514 * help.el: Don't require `view' when compiling.
3515 (help-with-tutorial, describe-function, describe-function-1)
3516 (variable-at-point, describe-variable, locate-library):
3517 Functions moved into `help-funs.el'.
3518 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
3519 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
3520 (help-setup-xref, help-xref-following, help-make-xrefs)
3521 (help-xref-button, help-insert-xref-button, help-xref-interned)
3522 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
3523 (help-xref-on-pp): Functions moved into `help-mode.el'
3524 (help-mode-map, help-xref-stack, help-xref-stack-item)
3525 (help-highlight-p, help-highlight-face, help-back-label)
3526 (help-xref-symbol-regexp, help-xref-mule-regexp)
3527 (help-xref-info-regexp): Variables moved into `help-mode.el'.
3528 (help-symbol, help-back, help-info, help-customize-variable)
3529 (help-function-def, help-variable-def):
3530 Button-types moved into `help-mode.el'.
3531 (load-symbol-file-load-history, symbol-file):
3532 Functions moved into `subr.el'.
3533 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
3534 (view-lossage): Call `help-setup-xref' instead of doing it manually.
3535
3536 * subr.el (symbol-file-load-history-loaded)
3537 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
3538
3539 * loadup.el ("button"): Load removed.
3540
3541 * button.el (define-button-type): Respect any `supertype' property.
3542 (button-type-subtype-p, button-has-type-p): New functions.
3543
3544 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
3545 dollar-signs.
3546
3547 * comint.el (comint-insert-previous-argument): New function.
3548 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
3549 (comint-insert-previous-argument-last-start-pos)
3550 (comint-insert-previous-argument-last-index): New variables.
3551
3552 * apropos.el (apropos-next-label-button): Use the presence of a
3553 `apropos-label' property to detect label buttons.
3554
3555 2001-10-08 Miles Bader <miles@gnu.org>
3556
3557 * button.el (next-button, previous-button): Remove N and WRAP
3558 parameters. Don't pay attention to `skip' properties.
3559 (forward-button): Implement wrapping, iterating, and skipping here
3560 instead.
3561 (button-activate): USE-MOUSE-ACTION is optional.
3562 (button-nop): Function removed.
3563 (default-button): Use `ignore' as default button action.
3564
3565 * apropos.el (apropos-next-label-button): Update arguments to
3566 `next-button'.
3567 (apropos-symbol): Add `skip' property.
3568 (apropos-function, apropos-macro, apropos-command)
3569 (apropos-variable, apropos-face, apropos-group, apropos-widget)
3570 (apropos-plist): New button types.
3571 (apropos-label-properties): Variable removed.
3572 (apropos-print): Pass button-type to apropos-print-doc, rather
3573 than help function and label text.
3574 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
3575 Get button label from TYPE.
3576
3577 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
3578
3579 * help.el (help-mode): Use define-derived-mode.
3580 (describe-mode): Add optional `buffer' arg.
3581 Use it instead of going through help-xref-mode.
3582 Avoid doubling the word `minor' when prettifying.
3583 (describe-function-1): List the corresponding key bindings.
3584 (describe-variable): Say if the var is automatically buffer-local.
3585 If the source is `loaddefs.el', look for the real source.
3586 (help-xref-mode): Remove.
3587
3588 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
3589 the file says no-byte-compile.
3590
3591 2001-10-08 Miles Bader <miles@gnu.org>
3592
3593 * button.el (next-button, previous-button): Respect `skip' property.
3594
3595 2001-10-07 Miles Bader <miles@gnu.org>
3596
3597 * woman.el (woman-mode-map): Copy button-buffer-map instead of
3598 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
3599 `woman-follow-word' instead of `woman-mouse-2'.
3600 (woman-follow-word): Renamed from `woman-mouse-2'.
3601 Follow current unconditionally, since this function is now only
3602 bound to M-mouse-2. Use accessor functions.
3603 (WoMan-highlight-references): Use `make-text-button'.
3604 (woman-xref): New button type.
3605
3606 * loadup.el ("faces"): Move load before loading "loaddefs.el".
3607 ("button"): New load, just before "help" (which uses it).
3608
3609 * help.el (help-mode-map): Make button-buffer-map our parent.
3610 Don't bind mouse events or tab/backtab.
3611 (help-function, help-variable, help-face, help-coding-system)
3612 (help-input-method, help-character-set, help-back, help-info)
3613 (help-customize-variable, help-function-def, help-variable-def):
3614 New button types.
3615 (help-button-action): New function.
3616 (describe-function-1): Pass help button-types to
3617 `help-xref-button' rather than help function and help-echo string.
3618 Don't put multiple help-function args in a list to pass them to
3619 help-xref-button, just pass them as multiple arguments.
3620 Use `help-insert-xref-button' to make [back]-button, rather than
3621 `help-xref-button'.
3622 (help-xref-button): Take a button-type TYPE as a parameter rather
3623 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
3624 and add a &rest parameter ARGS to serve the same purpose.
3625 Use `make-text-button' to add the button.
3626 (help-insert-xref-button): Use `insert-text-button' to add the button.
3627 (help-follow-mouse, help-next-ref, help-previous-ref):
3628 Functions removed.
3629 (help-do-xref): New function.
3630 (help-follow): Use `push-button' and `help-do-xref' to do most of
3631 the work.
3632
3633 * apropos.el (apropos-symbol, apropos-label): New button types.
3634 (apropos-symbol-button-display-help)
3635 (apropos-label-button-display-help, apropos-next-label-button):
3636 New functions.
3637 (apropos-mode-map): Make button-buffer-map our parent.
3638 Don't bind mouse events.
3639 (apropos-print, apropos-print-doc): Create buttons instead of text
3640 properties.
3641 (apropos-mouse-follow): Function removed.
3642 (apropos-follow): Use buttons.
3643
3644 * button.el: New file.
3645
3646 2001-10-07 Gerd Moellmann <gerd@gnu.org>
3647
3648 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
3649 Remove.
3650
3651 2001-10-05 Richard M. Stallman <rms@gnu.org>
3652
3653 * add-log.el (add-change-log-entry): Skip copyright notice
3654 and copying permission notice at start of file, if any.
3655 Make use of terms "entry" and "item" accord with Emacs manual.
3656 Simplify the logic for moving point while entering or creating
3657 an entry and then an item.
3658 (add-change-log-entry-other-window): Doc fix.
3659
3660 2001-10-06 Miles Bader <miles@gnu.org>
3661
3662 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
3663 removed; they apparently don't work with faces.
3664
3665 2001-10-05 Sam Steingold <sds@gnu.org>
3666
3667 * textmodes/sgml-mode.el (html-xhtml): New user option.
3668 (html-tag-alist, html-horizontal-rule, html-image, html-line)
3669 (html-ordered-list, html-unordered-list, html-list-item)
3670 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
3671 (sgml-skip-close-p): New function.
3672 (sgml-value): Use it.
3673
3674 2001-10-05 Sam Steingold <sds@gnu.org>
3675
3676 * calendar/diary-lib.el (diary-entry-compare): When times are
3677 identical, compare the entries lexicographically.
3678
3679 2001-10-06 Miles Bader <miles@gnu.org>
3680
3681 * rfn-eshadow.el (rfn-eshadow-update-overlay):
3682 Use `minibuffer-prompt-end'.
3683
3684 * simple.el (previous-matching-history-element): Fix misplaced
3685 parentheses.
3686
3687 2001-10-05 Miles Bader <miles@gnu.org>
3688
3689 * rfn-eshadow.el: New file.
3690
3691 2001-10-05 Miles Bader <miles@gnu.org>
3692
3693 * cus-face.el (custom-face-attributes): Make sure each attribute
3694 has a valid default value. Remove hacks that mapped `nil' to
3695 `off' and used nil to mean `unspecified'. Remove `unspecified'
3696 choices from all attributes (unspecified is handled by the parent
3697 checklist).
3698 * cus-edit.el (custom-face-edit-convert-widget)
3699 (custom-face-edit-deactivate, custom-face-edit-activate)
3700 (custom-face-edit-delete, custom-face-edit-attribute-tag):
3701 New functions.
3702 (custom-face-edit): Specify a custom :convert-widget.
3703 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
3704 Don't pass in default filters that map between `nil' and `off' and
3705 `unspecified' and `nil'.
3706
3707 2001-10-05 Gerd Moellmann <gerd@gnu.org>
3708
3709 * progmodes/compile.el (compilation-buffer-name): New function.
3710 (compile-internal): Use it to determine the name of the
3711 compilation buffer.
3712
3713 2001-10-05 Miles Bader <miles@gnu.org>
3714
3715 * progmodes/compile.el (grep-use-null-device): New variable.
3716 (grep-command): Mention `grep-use-null-device'.
3717 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
3718 Make computation of `grep-command' respect `grep-use-null-device'.
3719 (grep): Respect `grep-use-null-device'.
3720 Call `grep-compute-defaults' even if grep-command is set, if
3721 grep-use-null-device is still tentative.
3722
3723 * subr.el (call-process-shell-command): New function.
3724
3725 2001-10-05 Miles Bader <miles@gnu.org>
3726
3727 * simple.el (previous-matching-history-element)
3728 (next-history-element, next-complete-history-element): Use
3729 `minibuffer-' functions instead of calling `field-' functions directly.
3730 (minibuffer-prompt-end, minibuffer-contents):
3731 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3732 Functions removed (now subrs).
3733 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
3734
3735 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
3736 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
3737 instead of calling `field-' functions directly.
3738 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
3739
3740 2001-10-05 Gerd Moellmann <gerd@gnu.org>
3741
3742 * files.el (find-file-noselect): If file's read-only status has
3743 changed on disk, ask if buffer's read-only status should be
3744 changed, unless NOWARN is set.
3745
3746 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
3747 alias for define-setf-method.
3748
3749 * bindings.el: Remove no-byte-compile from file local variables
3750 to enable bootstrapping.
3751
3752 2001-10-04 Andrew Innes <andrewi@gnu.org>
3753
3754 * faces.el (face-font-registry-alternatives) [windows-nt]:
3755 Make gb2312 an alias for gb2312.1980.
3756
3757 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
3758
3759 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
3760 (uniquify-reverse-components): Remove.
3761
3762 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3763 Make sure the file is readable.
3764 (byte-compile-file): Don't compile if `no-byte-compile' is set.
3765 (byte-compile-defvar): Update to reflect the change in Fdefvar.
3766 (batch-byte-recompile-directory): Pass arg=0.
3767
3768 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
3769 (perl-calculate-indent): Use it.
3770 (perl-backward-to-noncomment): Use forward-comment.
3771
3772 * derived.el (define-derived-mode, derived-mode-make-docstring):
3773 Allow `parent' to be nil.
3774
3775 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
3776 Use define-derived-mode.
3777 (nroff-mode-map, nroff-mode-syntax-table): Massage.
3778
3779 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
3780
3781 * emacs-lisp/lselect.el: Use facep iso find-face.
3782
3783 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3784 Use regexp-opt.
3785 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
3786 (lisp-font-lock-syntactic-face-function): New function.
3787 (lisp-mode-variables): Use it. Make arg optional.
3788 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
3789 (lisp-mode): Don't pass an arg to lisp-mode-variables.
3790 Set comment-start-skip.
3791
3792 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
3793
3794 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
3795 (ignore-errors): Don't bother using a `err' symbol.
3796
3797 * emacs-lisp/autoload.el (autoload-ensure-default-file)
3798 (autoload-insert-section-header, autoload-before-p)
3799 (autoload-remove-section): New functions.
3800 (generate-file-autoloads): Use them.
3801 (update-file-autoloads): Use them. Return FILE if there's no cookie.
3802 Make sure the autoload file is properly formatted when creating it.
3803 (update-autoloads-from-directories): Use them as well.
3804 Only update autoloads for files whose timestamp has changed.
3805 Add a dummy entry to remember the files which had no autoload cookies.
3806
3807 * timer.el (timer-relative-time): Fix computation for negative `micro'.
3808
3809 * subr.el (define-key-after): Allow `key' to be longer than 1.
3810 (make-local-hook): Make obsolete.
3811 (add-hook, remove-hook): Don't use make-local-hook any more.
3812 (make-syntax-table): Inherit all chars from s-s-t.
3813
3814 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3815
3816 This is a fix for a report saying that resuming a search with C-s
3817 C-s doesn't use the case-fold-search setting of the previous
3818 search (C-s ... M-c ... then C-s C-s).
3819
3820 * isearch.el (isearch-last-case-fold-search): New variable.
3821 (isearch-mode): Remember value of isearch-case-fold-search
3822 in isearch-last-case-fold-search.
3823 (isearch-done): Quote value of isearch-case-fold-search.
3824 (isearch-repeat): When resuming a search, restore
3825 isearch-case-fold-search from isearch-last-case-fold-search.
3826
3827 Added to NEWS.
3828
3829 * startup.el (inhibit-startup-buffer-menu): New user-option.
3830 (command-line-1): If inhibit-startup-buffer-menu is set, don't
3831 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
3832
3833 This allows upto 99999 messages in the summary without screwing up
3834 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
3835
3836 * mail/rmailsum.el (rmail-make-summary-line)
3837 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
3838 (rmail-summary-goto-msg, rmail-summary-goto-msg):
3839 Allow 5-digit message ids instead of 4.
3840
3841 This adds expansion of environment variables in the value
3842 specified with M-x setenv. Added to NEWS.
3843
3844 * env.el (substitute-env-vars): New function.
3845 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
3846 environment variables in VALUE. Return VALUE.
3847
3848 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3849
3850 * Branch for 21.1.
3851
3852 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
3853
3854 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
3855
3856 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3857
3858 * emulation/tpu-edt.el: Make messages match original TPU/edt
3859 editor. From riepel@Stanford.EDU (Rob Riepel).
3860
3861 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
3862
3863 * rect.el: Update maintainer's email address.
3864
3865 2001-10-02 Andreas Schwab <schwab@suse.de>
3866
3867 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
3868 and Extended Passive Mode, resp.
3869
3870 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3871
3872 These changes add support for Calendar-related items in the
3873 menu bar on tty's as well:
3874
3875 * calendar/calendar.el (calendar-mode-map): Require cal-menu
3876 unconditionally.
3877 (calendar-mode): Set up activate-menubar-hook unconditionally.
3878
3879 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
3880 calls x-popup-menu only if popup menus are supported.
3881 (calendar-mouse-insert-hebrew-diary-entry)
3882 (calendar-mouse-insert-islamic-diary-entry)
3883 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3884 (calendar-mouse-view-other-diary-entries)
3885 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
3886 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3887 Call cal-menu-x-popup-menu instead of x-popup-menu.
3888
3889 2001-10-01 Gerd Moellmann <gerd@gnu.org>
3890
3891 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
3892
3893 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
3894
3895 * emacs-lisp/rx.el: New file.
3896
3897 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3898
3899 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
3900
3901 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3902
3903 * frame.el (select-frame-by-name, other-frame): Doc fix.
3904
3905 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
3906
3907 * play/snake.el (snake-score-file): Use temporary-file-directory
3908 instead of a literal "/tmp". Suggested by Robert
3909 <robert@chezmarshall.freeserve.co.uk>.
3910
3911 * play/tetris.el (tetris-score-file): Ditto.
3912
3913 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
3914
3915 * apropos.el (apropos-print): Make the directions inserted at the
3916 beginning of the *Apropos* buffer more clear.
3917
3918 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
3919
3920 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
3921 Added comments.
3922
3923 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
3924
3925 * newcomment.el (comment-normalize-vars): Use " \t" rather than
3926 "\\s-" when defining comment-end-skip.
3927
3928 2001-09-27 Gerd Moellmann <gerd@gnu.org>
3929
3930 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
3931 Call get-buffer-window first second arg `visible'.
3932
3933 * international/mule-diag.el (list-input-methods-1):
3934 Output something that's independent of Emacs' version.
3935
3936 * tar-mode.el (tar-mode-write-file): Don't signal an error by
3937 calling byte-to-position with a nil tar-header-offset.
3938
3939 2001-09-27 Simon Josefsson <jas@extundo.com>
3940
3941 * mail/sendmail.el (send-mail-function): Doc fix.
3942 (mail-do-fcc): Error if header-end is not a marker.
3943 (mail-do-fcc): Add a comment.
3944 (mail-reply-to): Doc fix.
3945 (mail-signature): Make ATPOINT optional.
3946 (mail-yank-original): Use cond instead of nestled if.
3947
3948 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
3949
3950 * info.el (Info-on-current-buffer): Default arg to "Top".
3951
3952 2001-09-25 Eli Barzilay <eli@barzilay.org>
3953
3954 * calculator.el (calculator-copy-displayer): New user-option.
3955 (calculator-displayer-prev, calculator-displayer-next):
3956 Renamed from calculator-displayed-{left,right}.
3957 (calculator, calculator-standard-displayer)
3958 (calculator-num-to-string, calculator-update-display)
3959 (calculator-copy, calculator-put-value): Bug and display fixes.
3960
3961 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3962
3963 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
3964 (ebnf-version): New version (3.6.1).
3965
3966 * ebnf-bnf.el: Fix character range regexp. Doc fix.
3967 (ebnf-bnf-non-terminal-chars): New internal const.
3968 (ebnf-bnf-lex): Fix code.
3969
3970 * ebnf-iso.el: Fix character range regexp. Doc fix.
3971 (ebnf-iso-non-terminal-chars): New internal const.
3972 (ebnf-iso-lex): Fix code.
3973
3974 * ebnf-yac.el: Fix character range regexp. Doc fix.
3975 (ebnf-yac-skip-chars): New internal const.
3976 (ebnf-yac-skip-code): Fix code.
3977
3978 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
3979
3980 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
3981
3982 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
3983 passing it to VC.
3984
3985 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
3986 case where the file is relative.
3987
3988 2001-09-24 Gerd Moellmann <gerd@gnu.org>
3989
3990 * xml.el (xml-parse-attlist): Quotes around attributes must be the
3991 same on each side. Make sure we properly handle simple quotes.
3992 From Daiki Ueno <ueno@unixuser.org>.
3993
3994 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3995
3996 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
3997 <jas@extundo.com>.
3998
3999 * menu-bar.el (top-level): Minor fixes for text of help-echo in
4000 some items of the Options menu.
4001
4002 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
4003
4004 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
4005
4006 * vc-hooks.el (vc-delete-automatic-version-backups):
4007 Don't fail if the directory doesn't exist.
4008
4009 * diff-mode.el (diff-default-read-only): New var.
4010 (diff-mode): Use it.
4011
4012 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
4013
4014 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
4015 Use make-keymap instead of copy-keymap, since copying the global
4016 keymap messes up the menu bar.
4017
4018 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
4019 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
4020
4021 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
4022
4023 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
4024
4025 * dired-aux.el (dired-insert-subdir): Pass switches to
4026 dired-build-subdir-alist.
4027
4028 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
4029
4030 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
4031 caused %#a and %#b to be mis-formatted.
4032
4033 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
4034
4035 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
4036 ccmode, emacs-mime, and eudc manuals.
4037
4038 2001-09-19 Sam Steingold <sds@gnu.org>
4039
4040 w32 find cannot be used with `grep-find'.
4041 * progmodes/compile.el (find-program): New variable.
4042 (grep-compute-defaults): Use it to set `grep-find-command'.
4043
4044 2001-09-19 Gerd Moellmann <gerd@gnu.org>
4045
4046 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
4047
4048 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4049
4050 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
4051 programming. Doc fix.
4052 (ebnf-version): New version (3.6).
4053 (ebnf-eps-begin): Data fix.
4054 (ebnf-begin-file): Code fix.
4055
4056 * ebnf-bnf.el: Doc fix.
4057 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
4058
4059 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
4060
4061 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4062
4063 * ps-print.el: Better face mapping for black/white PostScript printers.
4064 Check if mark is active when printing a region. Doc fix.
4065 (ps-print-version): New version number (6.5.5).
4066 (ps-print-color-p): Customization fix.
4067 (ps-black-white-faces): New option.
4068 (ps-black-white-faces-alist): New internal var.
4069 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
4070 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
4071 (ps-nb-pages-region): Interactive fix.
4072 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
4073 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
4074
4075 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
4076
4077 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
4078 numeric month value, and allow the Kanji character after the it to
4079 be missing (happens with ls-lisp's output on Japanese versions of
4080 MS-Windows).
4081
4082 2001-09-18 Miles Bader <miles@gnu.org>
4083
4084 * diff-mode.el (diff-mode): Don't make the buffer read-only if
4085 it's empty (and thus probably a new patch file about to be edited).
4086
4087 2001-09-17 Gerd Moellmann <gerd@gnu.org>
4088
4089 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4090 Check for '(' in column 0 of doc string.
4091
4092 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
4093 of `nth' so that using a vector as bounding-box works.
4094 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
4095
4096 2001-09-17 Andre Spiegel <spiegel@gnu.org>
4097
4098 * vc.el (vc-annotate): Use current workfile version explicitly as
4099 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
4100
4101 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
4102
4103 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
4104 convert-standard-filename doesn't guarantee that the .el extension
4105 is preserved.
4106
4107 * dos-fns.el (convert-standard-filename): Replace invalid
4108 characters only after converting dash/underscore to a period.
4109 (original-make-auto-save-file-name): New.
4110 (make-auto-save-file-name): New function, overrides the definition
4111 on files.el and calls the original function via
4112 original-make-auto-save-file-name.
4113
4114 * mail/rmail.el (top-level): Require mule-utils when compiling.
4115 (rmail-decode-babyl-format): Use detect-coding-with-priority
4116 instead of detect-coding-region, to favor detection of emacs-mule
4117 encoded Babyl files written by rmailout.el etc. Suggested by
4118 Kenichi Handa <handa@etl.go.jp>.
4119
4120 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
4121
4122 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
4123 Use `equal', not `=', since the device number can be a cons cell.
4124
4125 2001-09-14 Gerd Moellmann <gerd@gnu.org>
4126
4127 * simple.el: Comment out change of 2001-09-13.
4128
4129 2001-09-13 Milan Zamazal <pdm@zamazal.org>
4130
4131 * progmodes/compile.el (grep-compute-defaults): Don't set
4132 grep-command/grep-find-command when it is already non-nil.
4133 (grep-command): Make it a user option.
4134 (grep-find-command): Likewise.
4135
4136 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
4137
4138 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
4139 inhibit quit.
4140
4141 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
4142
4143 * files.el (make-auto-save-file-name): If long file names are not
4144 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
4145 generating an auto-save file name from it.
4146
4147 2001-09-13 Gerd Moellmann <gerd@gnu.org>
4148
4149 * ps-print.el (ps-print-region, ps-print-region-with-faces)
4150 (ps-nb-pages-region): Signal an error if called interactively
4151 and the mark is not active.
4152
4153 * simple.el (minibuffer-prompt-modification)
4154 (minibuffer-prompt-insertion): New functions.
4155 (minibuffer-prompt-properties): Use `modification-hooks' and
4156 `insert-in-front-hooks'.
4157
4158 2001-09-12 Richard M. Stallman <rms@gnu.org>
4159
4160 * textmodes/outline.el (outline-regexp): Doc fix.
4161 Initialize it in the defcustom, the usual way.
4162
4163 2001-09-12 Gerd Moellmann <gerd@gnu.org>
4164
4165 * ediff-mult.el (ediff-get-meta-info): Take into account that data
4166 from `ediff-meta-info' properties need not be an overlay.
4167 From David Ponce <dponce@voila.fr>.
4168
4169 * isearch.el (isearch-intersects-p): Fix end checks.
4170
4171 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
4172
4173 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
4174 `t' branch of `cond', since Irix 6.1 and up is a special case of
4175 the standard dbx interface.
4176
4177 2001-09-11 Miles Bader <miles@gnu.org>
4178
4179 * comint.el (comint-send-input): When waiting for echoed input,
4180 don't save the expected end position in `echo-end', so that things
4181 work properly even if the buffer is modified elsewhere at the same
4182 time [this happens if `comint-truncate-buffer' is used].
4183
4184 2001-09-11 Gerd Moellmann <gerd@gnu.org>
4185
4186 * textmodes/outline.el (outline-mode): Use `^' and a shy group
4187 when constructing imenu-generic-expression from outline-regexp.
4188
4189 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
4190
4191 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
4192 `equal' instead of `=', since they can be cons cells. From Nils
4193 Goesche <cartan@cartan.de>.
4194
4195 2001-09-10 Andre Spiegel <spiegel@gnu.org>
4196
4197 * vc.el (vc-annotate): Rewrote doc string.
4198
4199 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
4200
4201 * time-stamp.el: Update Stephen Gildea's email address.
4202
4203 2001-09-10 Gerd Moellmann <gerd@gnu.org>
4204
4205 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
4206 enable-multibyte-characters = nil. From Hallvard B Furuseth
4207 <h.b.furuseth@usit.uio.no>.
4208
4209 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
4210
4211 * ediff-init.el (ediff-highest-priority): Bug fix.
4212
4213 * viper-cmd.el (viper-special-read-and-insert-char): New function
4214 that reads a character and uses the current input method or
4215 iso-accents when appropriate.
4216
4217 * viper.el and all others: Corrections to the comment blocks at
4218 the top.
4219
4220 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
4221
4222 * info.el (Info-goto-node): Doc fix.
4223
4224 2001-09-07 Gerd Moellmann <gerd@gnu.org>
4225
4226 * isearch.el (isearch-intersects-p): New function.
4227 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
4228 use isearch-intersects-p, and clean up.
4229
4230 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4231
4232 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
4233 and "german8", for the new German orthography dictionaries,
4234 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
4235 the entries, to keep the line length balanced for loaddefs.el.
4236
4237 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
4238
4239 * comint.el (comint-send-input): Handle comint-process-echoes
4240 differently.
4241
4242 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4243
4244 * locate.el (locate-insert-header): Remove unnecessary whitespace.
4245
4246 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4247
4248 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
4249
4250 2001-09-07 Gerd Moellmann <gerd@gnu.org>
4251
4252 * server.el (server-switch-buffer):
4253 * textmodes/refer.el (refer-find-entry-internal):
4254 * term/sup-mouse.el (sup-pos-to-window):
4255 * term/bg-mouse.el (bg-window-from-x-y):
4256 * emacs-lisp/edebug.el (edebug-window-live-p):
4257 Use get-window-with-predicate.
4258
4259 * window.el (get-window-with-predicate): Renamed from some-window.
4260 (some-window): Make it an alias.
4261
4262 2001-09-06 Gerd Moellmann <gerd@gnu.org>
4263
4264 * simple.el (undo): Remove positions from buffer-undo-list up to
4265 the next undo boundary only.
4266
4267 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
4268
4269 * makefile.nt (install): Don't copy sc.el. Reported by Richard
4270 Kim <ryk@dspwiz.com>
4271
4272 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
4273 the message "Creating customization items...done".
4274
4275 2001-09-05 Gerd Moellmann <gerd@gnu.org>
4276
4277 * font-lock.el (toplevel): Require `jit-lock' only if
4278 font-lock-support-mode is set to jit-lock-mode.
4279
4280 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
4281
4282 * international/quail.el (quail-use-package, quail-inactivate)
4283 (quail-activate): Mention the hooks these functions run in their
4284 doc strings.
4285
4286 2001-09-05 Edward M. Reingold <reingold@iit.edu>
4287
4288 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
4289 of file in header of menu.
4290
4291 2001-09-04 Gerd Moellmann <gerd@gnu.org>
4292
4293 * env.el (setenv): Interactively, if VARIABLE has a current value,
4294 add that to the front of the history, as the doc string says.
4295
4296 * comint.el (comint-send-input): Change help-echo.
4297 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
4298
4299 * bookmark.el (bookmark-write-file): Bind print-length and
4300 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
4301
4302 * obsolete/uncompress.el: Moved there from lisp/.
4303
4304 * comint.el (comint-insert-clicked-input): Goto point-max before
4305 deleting previous input. From "Dr Francis J. Wright"
4306 <F.J.Wright@qmw.ac.uk>.
4307
4308 * simple.el (backward-word): Doc fix.
4309
4310 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4311
4312 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
4313 * uncompress.el, uniquify.el, vc.el, view.el, window.el
4314 * w32-fns.el: Add Keywords header.
4315
4316 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
4317
4318 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
4319 "Text Properties". Suggested by Simon Marshall
4320 <Simon.Marshall@midas-kapiti.com>.
4321
4322 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
4323
4324 * term/mac-win.el (mac-drag-n-drop): Decode file name by
4325 consulting the value of file-name-coding-system.
4326
4327 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
4328
4329 * help.el (describe-function-1): Save precomputed `file-name' rather
4330 than recomputing it (incorrectly) with `symbol-file'.
4331
4332 2001-09-03 Gerd Moellmann <gerd@gnu.org>
4333
4334 * international/isearch-x.el (isearch-exit-recursive-edit):
4335 Take three parameters, since it's used as an after-change-function.
4336
4337 * emacs-lisp/backquote.el (backquote-backquote-symbol)
4338 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
4339 from doc strings.
4340
4341 2001-09-02 Milan Zamazal <pdm@zamazal.org>
4342
4343 * progmodes/glasses.el (glasses-convert-to-unreadable):
4344 Consider underscores as in `glasses-make-readable'.
4345
4346 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4347
4348 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
4349 MS-DOS, since cpp might not be available.
4350
4351 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
4352 Mention "yank" in the help-echo text.
4353 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4354
4355 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
4356
4357 * newcomment.el (comment-indent): Insert spaces more carefully.
4358
4359 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
4360
4361 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
4362 exists. From Andy Petrusenco <andy@int.spb.ru>.
4363
4364 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
4365 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
4366 <andy@int.spb.ru>.
4367
4368 2001-08-31 Gerd Moellmann <gerd@gnu.org>
4369
4370 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
4371 Instead of running mouse-yank-at-click, see what the event is
4372 bound to outside Isearch and run that.
4373
4374 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
4375
4376 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
4377 Fix the menu entry to mention transient-mark-mode.
4378
4379 2001-08-30 Gerd Moellmann <gerd@gnu.org>
4380
4381 * simple.el (eval-expression-print-level): Fix last change.
4382
4383 * bindings.el (mode-line-coding-system-map): New variable.
4384 (mode-line-mule-info): Give the "%Z" a local-map keymap.
4385
4386 * simple.el (eval-expression-print-level): Change the type
4387 of the defcustom to allow nil.
4388
4389 * emacs-lisp/find-gc.el: Moved here from lisp/.
4390
4391 * international/quail.el (quail-completion-1):
4392 Reverse the ((CHAR . DEFN) ...) list before processing it.
4393 From Kenichi Handa <handa@etl.go.jp>.
4394
4395 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
4396 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
4397
4398 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
4399
4400 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
4401 aren't supported. This avoids the annoying gray strip drawn by
4402 the Windows version instead of the missing tool bar.
4403
4404 2001-08-29 Gerd Moellmann <gerd@gnu.org>
4405
4406 * menu-bar.el (menu-bar-options-menu): Make option text, messages
4407 and tooltips more consistent. From "Marshall, Simon"
4408 <Simon.Marshall@midas-kapiti.com>.
4409
4410 * startup.el (fancy-splash-screens): Temporarily set
4411 minor-mode-map-alist to nil while displaying splash screens.
4412
4413 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4414
4415 * buff-menu.el: Add Keywords header.
4416 Doc fix (C-x C-b is bound to list-buffers).
4417
4418 * dired-x.el: Add keyword files to get listed in finder.
4419 Remove confusing notes about GNU Emacs 19.
4420
4421 * dired.el, dired-aux.el: Add Keywords header.
4422
4423 2001-08-28 Andre Spiegel <spiegel@gnu.org>
4424
4425 * vc.el (vc-revert-file): Call the backend even if the FILE's
4426 contents can be reverted locally; pass new arg CONTENTS-DONE
4427 down to the backend.
4428
4429 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
4430 optional arg CONTENTS-DONE.
4431
4432 2001-08-28 Andrew Innes <andrewi@gnu.org>
4433
4434 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
4435
4436 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
4437
4438 * makefile.nt (install): Copy more *.el files.
4439
4440 2001-08-28 Gerd Moellmann <gerd@gnu.org>
4441
4442 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
4443 instead of `w' which is already in use.
4444
4445 * gs.el (gs-load-image): Use sleep-for.
4446 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
4447
4448 2001-08-28 Miles Bader <miles@gnu.org>
4449
4450 * replace.el (query-replace-regexp-eval): Return args from
4451 `interactive' form in correct order.
4452
4453 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
4454
4455 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
4456 major modes, don't create panes for modes for which
4457 mouse-buffer-menu-alist returns an empty alist.
4458
4459 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
4460
4461 * progmodes/hideshow.el: Update first-line description.
4462 Sync comments w/ maintainer version 5.31.
4463
4464 (hs-isearch-open): Default value now `code'.
4465 Fix docstring to use "code blocks" vs "comment blocks",
4466 as opposed to "block" vs "comment".
4467 (hs-flag-region): Accept `hs-isearch-open' value
4468 of `block' as synonymous w/ `code'.
4469 (hs-hide-block-at-point): For code blocks, pass `code'
4470 to `hs-flag-region' instead of `block'.
4471
4472 2001-08-28 Miles Bader <miles@gnu.org>
4473
4474 * comint.el (comint-next-prompt): Don't loop infinitely if
4475 {next,previous}-single-char-property-change returns its input
4476 position when the search fails.
4477
4478 2001-08-27 Miles Bader <miles@gnu.org>
4479
4480 * comint.el (comint-get-old-input-default): Don't signal an error
4481 if point is not on an input field; instead, return the current
4482 line (using `comint-bol' to skip any prompt, in case we're not
4483 using fields at all).
4484
4485 * man.el (Man-mode-line-format): Variable removed.
4486 (Man-mode): Change `mode-line-buffer-identification' instead of
4487 `mode-line-format'.
4488
4489 2001-08-27 Gerd Moellmann <gerd@gnu.org>
4490
4491 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
4492 From Simon Josefsson <jas@extundo.com>.
4493
4494 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
4495
4496 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
4497 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4498
4499 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
4500 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4501
4502 * emacs-lisp/lselect.el: Ditto.
4503
4504 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
4505 Remove periods from the end of error message strings.
4506 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4507
4508 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
4509 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4510
4511 * net/telnet.el: Ditto.
4512
4513 2001-08-26 Gerd Moellmann <gerd@gnu.org>
4514
4515 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
4516 KEYMAP to the call to define-minor-mode.
4517
4518 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
4519
4520 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
4521 Replace some of the undefined characters with emulations of bidi
4522 formatting characters and Niqud as per SI 1311-1.
4523 (IT-unicode-translations): Ditto.
4524 (IT-display-table-setup, IT-setup-unicode-display):
4525 Fill characters without translations with dos-unsupported-char-glyph.
4526
4527 2001-08-24 Simon Josefsson <jas@extundo.com>
4528
4529 * hl-line.el (hl-line-mode): Don't be a global mode.
4530 (global-hl-line-mode): New function.
4531
4532 2001-08-24 Gerd Moellmann <gerd@gnu.org>
4533
4534 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
4535 being reset by Ghostscript. Don't kill the gs process.
4536 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
4537
4538 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
4539
4540 * term/mac-win.el: Require scroll-bar.
4541
4542 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
4543
4544 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
4545
4546 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
4547
4548 * hexl.el (hexl-insert-multibyte-char) New function.
4549 (hexl-quoted-insert, hexl-self-insert-command)
4550 (hexl-insert-hex-char, hexl-insert-decimal-char)
4551 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
4552 Fix the doc strings accordingly.
4553 (hexl-insert-char): Reject characters whose code is above 255.
4554 Doc fix.
4555 (hexl-mode-map): Copy the global keymap instead of creating a
4556 sparse keymap, and bind all self-inserting characters to
4557 hexl-self-insert-command.
4558
4559 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
4560
4561 * wid-edit.el (text): Re-order docstring correctly.
4562
4563 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
4564
4565 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
4566
4567 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
4568
4569 * simple.el (line-number-mode): Mention the variable
4570 line-number-display-limit-width in the doc string.
4571
4572 2001-08-22 Gerd Moellmann <gerd@gnu.org>
4573
4574 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
4575 Temporarily select EVENT's window for switching buffers.
4576 (mode-line-bury-buffer): New function.
4577 (mode-line-buffer-identification-keymap): Use it instead of
4578 bury-buffer. Bind down-mouse events to prevent global down-mouse
4579 events from shining through.
4580
4581 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
4582
4583 * newcomment.el (comment-beginning): Make sure the comment-start
4584 we found isn't a comment-end (in cases where confusion is possible).
4585
4586 2001-08-22 Miles Bader <miles@gnu.org>
4587
4588 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
4589 before writing it, so that hard-links don't see new version.
4590
4591 2001-08-21 Gerd Moellmann <gerd@gnu.org>
4592
4593 * gs.el (gs-set-ghostview-colors-window-prop):
4594 Call x-change-window-property with 3rd arg FRAME.
4595 (gs-load-image): Wait for a previous Ghostscript process
4596 to complete before starting a new one.
4597
4598 * image.el (image-type-regexps): Make sure that the TIFF
4599 pattern is only matched at the beginning of a string.
4600 From Markus Rost <rost@math.ohio-state.edu>.
4601
4602 * international/swedish.el: Pre-Mule file removed. From Jonas
4603 Oberg <jonas@gnu.org>.
4604
4605 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
4606
4607 * whitespace.el (whitespace-abort-on-error): Add custom variable
4608 to whitespace to abort a write-file if whitespace is detected in file.
4609
4610 * whitespace.el (whitespace-write-file-hook): Hook to be called
4611 when writing a file. If `whitespace-abort-on-error' is set, the
4612 write will abort on detecting whitespaces.
4613 If `whitespace-auto-cleanup' is set, the file will be cleaned
4614 automatically prior to writing.
4615
4616 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
4617 whitespaces in the error output!
4618
4619 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
4620 `indent-tabs-mode', since the latter notes user preferences on
4621 TABs anyway.
4622
4623 * whitespace.el (whitespace-version): 3.1. All of the above issues
4624 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
4625
4626 2001-08-20 Gerd Moellmann <gerd@gnu.org>
4627
4628 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
4629 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4630
4631 * whitespace.el (whitespace-global-mode): Add autoload cookie.
4632
4633 2001-08-20 Alex Schroeder <alex@gnu.org>
4634
4635 * sql.el (sql-db2): Doc change.
4636
4637 2001-08-20 Alex Schroeder <alex@gnu.org>
4638
4639 * sql.el (sql-postgres): Add the database at the end of the
4640 parameters instead of at the beginning.
4641 (sql-postgres-options): Doc change.
4642
4643 2001-08-17 Gerd Moellmann <gerd@gnu.org>
4644
4645 * custom.el (defcustom): Doc fix.
4646
4647 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4648
4649 * ps-mule.el (find-composition): Check if (char-after POS)
4650 returns a valid character.
4651
4652 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4653
4654 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
4655 original-point for extra CR characters that are added/removed when
4656 the buffer is written/read whose EOL type is -dos.
4657
4658 2001-08-16 Miles Bader <miles@gnu.org>
4659
4660 * simple.el (line-move): Undo previous change.
4661
4662 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
4663 property to input-terminating `boundary' overlays to avoid
4664 line-move wierdness.
4665
4666 2001-08-16 Gerd Moellmann <gerd@gnu.org>
4667
4668 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
4669 buffer in a save-restriction. Under one test case with Ediff,
4670 window-scroll-functions are run with a window start that's
4671 temporarily outside of the restriction.
4672
4673 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
4674
4675 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
4676 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
4677 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
4678 (texinfo-update-menu-region-beginning)
4679 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
4680 command, @ifnottex, to regexps, so it is found.
4681
4682 2001-08-16 Andrew Innes <andrewi@gnu.org>
4683
4684 * makefile.nt (DONTCOMPILE): Omit bindings.el.
4685 (DONTCOMPILE): Omit sc.el.
4686
4687 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
4688 (DONTCOMPILE): Omit sc.el.
4689
4690 2001-08-16 Gerd Moellmann <gerd@gnu.org>
4691
4692 * replace.el (occur): Bind inhibit-read-only to t.
4693
4694 2001-08-16 Miles Bader <miles@gnu.org>
4695
4696 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
4697 calling `constrain-to-field', to avoid problems with comint prompts.
4698
4699 2001-08-15 Gerd Moellmann <gerd@gnu.org>
4700
4701 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
4702 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
4703
4704 * ediff-mult.el (ediff-get-meta-info): Fix the condition
4705 of a while-loop.
4706
4707 * Makefile.in (DONTCOMPILE): Remove sc.el.
4708
4709 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
4710 Don't include term/.
4711
4712 * mail/sc.el: Moved to obsolete/.
4713
4714 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4715
4716 * ps-print.el: Change error function arguments to follow Emacs
4717 message convention. Doc fix.
4718 (ps-print-version): New version number (6.5.4).
4719 (coding-system-for-write): Change declaration position to avoid
4720 XEmacs compilation gripes.
4721 (coding-system-for-read, buffer-file-coding-system):
4722 Declarations to avoid XEmacs compilation gripes.
4723
4724 * ps-mule.el: Doc fix.
4725 (ps-mule-encode-header-string): If STRING is not a string, replace
4726 STRING by empty string.
4727
4728 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
4729
4730 * frame.el (show-trailing-whitespace): Doc fix.
4731
4732 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
4733
4734 * desktop.el (desktop-save): Insert the coding: tag before
4735 desktop-header.
4736
4737 2001-08-13 Gerd Moellmann <gerd@gnu.org>
4738
4739 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
4740 its path from $els.
4741
4742 * image.el (image-jpeg-p): Fix call of substring.
4743
4744 2001-08-10 Gerd Moellmann <gerd@gnu.org>
4745
4746 * play/animate.el (animate-string): Doc fix. Use a buffer
4747 name with stars in it.
4748 (animate-sequence): New function.
4749 From Richard Stallman <rms@gnu.org>.
4750
4751 * frame.el (select-frame-set-input-focus): New function
4752 extracted from other-frame.
4753 (other-frame): Use it.
4754 (next-multiframe-window, previous-multiframe-window): Use it.
4755
4756 * isearch.el (isearch-other-meta-char): Don't switch to the
4757 buffer of a window clicked on, when the current buffer is
4758 in Isearch mode.
4759
4760 * image.el (image-jpeg-p): Test for APPn markers in the range
4761 #xe0..#xef.
4762
4763 2001-08-09 Gerd Moellmann <gerd@gnu.org>
4764
4765 * desktop.el (desktop-save): Don't use concat to form a file
4766 name, use expand-file-name.
4767
4768 * mouse.el (mouse-delete-window): Do nothing if frame has just
4769 one window.
4770
4771 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
4772 for the minor mode name.
4773
4774 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
4775 minor mode name.
4776
4777 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
4778 instead of make-mode-line-mouse2-map.
4779
4780 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
4781 the minor mode name.
4782
4783 * emacs-lisp/easy-mmode.el (define-minor-mode):
4784 Use mode-line-minor-mode-keymap for the minor mode name.
4785
4786 * calendar/calendar.el (calendar-mode-line-format):
4787 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
4788
4789 * bindings.el (make-mode-line-mouse-map): Renamed from
4790 make-mode-line-mouse2-map. Take additional arg MOUSE.
4791 (mode-line-modified): Use mouse-3 instead of mouse-2.
4792 (mode-line-buffer-identification-keymap): Bind keys differently.
4793 (propertized-buffer-identification): Adapt help-echo to new bindings.
4794
4795 * bindings.el (mode-line-format): Specify help-echo for line
4796 number, column number and buffer-percent part of the mode-line.
4797
4798 * image.el (image-type-regexps): Allow whitespace at the start
4799 of the image data for XPM, XBM and Postscript, which are
4800 text files.
4801 (image-jpeg-p): Correct calculation of next field offset.
4802
4803 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4804
4805 * battery.el: Fix typo.
4806
4807 2001-08-08 Gerd Moellmann <gerd@gnu.org>
4808
4809 * image.el (image-type-regexps): Allow predicates. Change the way
4810 JPEG images are recognized.
4811 (image-jpeg-p): New function.
4812 (image-type-from-data): Handle predicates in image-type-regexps.
4813
4814 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
4815 #:, #x, #o, and similar constructs.
4816
4817 2001-08-07 Gerd Moellmann <gerd@gnu.org>
4818
4819 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
4820
4821 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
4822 instead of `progn'.
4823
4824 * tar-mode.el (tar-extract): Avoid generating a new buffer
4825 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
4826
4827 * textmodes/paragraphs.el (forward-sentence): Avoid building
4828 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
4829
4830 * progmodes/executable.el (executable-set-magic):
4831 If executable-find returns a quoted file name, unquote it before
4832 inserting it.
4833
4834 * image.el (image-type-regexps): For JPEG files, use a regexp
4835 derived from the JFIF spec.
4836
4837 * image.el (image-type-regexps): Use `\`' instead of `^' in
4838 most regular expressions.
4839
4840 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4841
4842 * play/animate.el: Re-insert a reference to re-inserted function.
4843
4844 2001-08-06 Gerd Moellmann <gerd@gnu.org>
4845
4846 * help.el (describe-function-1): Use find-function-search-for-symbol
4847 instead of find-function-noselect because the latter follows aliases.
4848
4849 * play/animate.el (animate-birthday-present): Re-insert.
4850
4851 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4852 Handle old-style menu definitions.
4853
4854 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4855
4856 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
4857 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
4858
4859 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
4860 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
4861 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
4862
4863 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4864
4865 * textmodes/tildify.el: Milan Zamazal has new address.
4866
4867 2001-08-03 Gerd Moellmann <gerd@gnu.org>
4868
4869 * custom.el (custom-set-variables): Don't test `custom-requests'
4870 properties, check the third element of the options passed to
4871 custom-set-variables instead.
4872
4873 * info.el (info-insert-file-contents): Use info-file-exists-p
4874 instead of file-exists-p.
4875
4876 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
4877 the mode-line face is restored. Fix several bugs.
4878
4879 * replace.el (perform-replace): Doc fix.
4880
4881 2001-08-02 Francesco Potorti` <pot@gnu.org>
4882
4883 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
4884 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
4885 (uniquify-fix-item-base, uniquify-fix-item-filename)
4886 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
4887 Callers changed.
4888 (uniquify-set-proposed): Changed to work with a vector item.
4889 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
4890 the fix list, and a list of strings for the non-file buffer
4891 names. Both changes reduce consing.
4892 (uniquify-rationalize-a-list): Local variable renaming.
4893 (uniquify-rationalize-conflicting-sublist): Use member instead of
4894 assoc.
4895 (uniquify-rename-buffer): Use unless instead of if not.
4896
4897 2001-08-02 Gerd Moellmann <gerd@gnu.org>
4898
4899 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
4900
4901 * custom.el (custom-set-variables): Set options with :require
4902 clauses last.
4903
4904 * custom.el (defcustom): Doc fix.
4905
4906 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
4907
4908 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4909
4910 * man.el (man): Mention Man-switches in the doc string.
4911 (Man-switches): Mention -a in the doc string.
4912
4913 * textmodes/ispell.el (ispell-alternate-dictionary):
4914 Add /usr/share/lib/dict/words, for Irix.
4915
4916 * bindings.el: Bind shifted and control-shifted kp-* keys to the
4917 corresponding non-kp keys. Suggested by Stephen Gildea
4918 <gildea@stop.mail-abuse.org>.
4919
4920 2001-08-01 Francesco Potorti` <pot@gnu.org>
4921
4922 * uniquify.el: These changes correct a corner case that the old
4923 code managed correctly.
4924 (uniquify-fix-item-proposed): Renamed from
4925 uniquify-fix-item-min-proposed.
4926 (uniquify-set-proposed): New function.
4927 (uniquify-rationalize-file-buffer-names): Code reshuffled for
4928 clarity and speed.
4929 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
4930 This is equivalent to what the old code did.
4931 (uniquify-rationalize-a-list): Never recompute the proposed
4932 name. Sort the conflicting sublist before rationalising it: this
4933 is equivalent to what the old code did, but one directory element
4934 at a time, and only when necessary.
4935 (uniquify-rationalize-conflicting-sublist): Recompute here the
4936 proposed name.
4937
4938 2001-08-01 Gerd Moellmann <gerd@gnu.org>
4939
4940 * play/animate.el: Add Keywords and Maintainer. Remove a
4941 reference to a removed function.
4942
4943 * play/animate.el (animate-string): Handle case that the string is
4944 longer than the window is wide.
4945
4946 2001-07-31 Gerd Moellmann <gerd@gnu.org>
4947
4948 * desktop.el (desktop-save): Bind coding-system-for-write to
4949 `emacs-mule' for write-region.
4950
4951 * delsel.el (delete-selection-pre-hook): Don't set this-command
4952 to `ignore' if the region is empty.
4953
4954 * international/mule.el (set-keyboard-coding-system):
4955 Set keyboard-coding-system.
4956
4957 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
4958 before accessing it.
4959
4960 2001-07-30 Andreas Schwab <schwab@suse.de>
4961
4962 * menu-bar.el (toggle-highlight-paren-mode):
4963 Use `(show-paren-mode)' as body.
4964
4965 2001-07-30 Andre Spiegel <spiegel@gnu.org>
4966
4967 * vc.el (vc-checkout-hook): New hook.
4968 (vc-checkout): Run it.
4969
4970 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4971
4972 * progmodes/make-mode.el (makefile-macroassign-regex):
4973 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
4974
4975 2001-07-30 Gerd Moellmann <gerd@gnu.org>
4976
4977 * vc.el (vc-switch-backend): Fix autoload cookie.
4978
4979 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
4980 the desktop file.
4981
4982 2001-07-30 Simon Josefsson <jas@extundo.com>
4983
4984 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
4985 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
4986
4987 2001-07-27 Gerd Moellmann <gerd@gnu.org>
4988
4989 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
4990 (last-sexp-toggle-display): Renamed from last-sexp-print.
4991 (last-sexp-toggle-display, eval-last-sexp-1):
4992 Use last-sexp-setup-props.
4993
4994 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4995 New user-options.
4996 (mouse-wheel-change-button): New function.
4997 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
4998 (mwheel-scroll): Ditto.
4999
5000 2001-07-26 Gerd Moellmann <gerd@gnu.org>
5001
5002 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
5003 `...', compare with unabbreviated printed representation instead.
5004 (last-sexp-print): Bind print-length and print-level to nil.
5005
5006 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
5007 before assigning text properties. Make properties rear-nonsticky.
5008
5009 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
5010 (eval-last-sexp-1): Give printed text a `keymap' property and bind
5011 <mouse-2> and <RET> in that map to a function printing the
5012 unabbreviated value.
5013
5014 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
5015 is a buffer, put a text property `printed-value' on the printed
5016 representation, with the Lisp object printed as value.
5017
5018 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
5019
5020 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
5021 Mention the effect of eval-expression-print-length and
5022 eval-expression-print-level in the doc strings. Suggested by
5023 Kevin Gallagher <kevingal@onramp.net>.
5024
5025 2001-07-25 Gerd Moellmann <gerd@gnu.org>
5026
5027 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
5028 for buttons > 3.
5029 (xterm-mouse-translate): Handle the case that we don't get a
5030 down-event.
5031
5032 * emacs-lisp/find-func.el (find-function-regexp):
5033 Add easy-mmode-define-global-mode to the regexp. Allow newlines
5034 in front of the function name.
5035
5036 * isearch.el (isearch-other-meta-char): Fix last change.
5037
5038 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
5039 similar events for which fake prefix keys are generated. It's no
5040 longer necessary since read_key_sequence doesn't modify these
5041 events for internal purposes anymore.
5042
5043 * files.el (auto-mode-alist): Use nroff-mode for files ending
5044 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
5045
5046 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
5047
5048 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
5049 tool-bar-lines parameter, behave as if its value were zero.
5050 (mouse-avoidance-set-pointer-shape): Don't do anything if
5051 x-pointer-shape is not boundp.
5052
5053 2001-07-23 Francesco Potorti` <pot@gnu.org>
5054
5055 * uniquify.el: Overall speedup changes when using many buffers.
5056 (uniquify-fix-item-base, uniquify-fix-item-filename)
5057 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
5058 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
5059 place in the item, but was never used.
5060 (uniquify-fix-item-min-proposed): New defalias: the fourth place
5061 in the item is now used as cache for the proposed name.
5062 (uniquify-rationalize-file-buffer-names): Move computation made on
5063 newbuffile out of the loop, in the newbuffile-nd local var.
5064 Use dolist (cosmetic change). Compute the proposed name for the most
5065 common case and cache it in the fourth place in the item.
5066 (uniquify-rationalize-file-buffer-names): Used to return a a list
5067 of buffer whose name was changed, but that return value was never used.
5068 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
5069 the cached proposed name, does much less consing and is quicker.
5070 (uniquify-filename-lessp): Deleted.
5071 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
5072 Do not bind locally the uniquify-possibly-resolvable flag. Use the
5073 cached proposed name is possible.
5074 (uniquify-get-proposed-name): Arguments changed, callers changed.
5075 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
5076 uniquify-possibly-resolvable flag, which is no more bound locally.
5077 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
5078 flag, which does not exist any more.
5079
5080 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
5081
5082 * term/internal.el (IT-unicode-translations): Fix the appearance of
5083 "6`".
5084
5085 * progmodes/compile.el (compile-internal): If EMACS is already
5086 defined in the environment, don't override its value.
5087
5088 2001-07-23 Gerd Moellmann <gerd@gnu.org>
5089
5090 * play/fortune.el: Undo change of 2001-07-13.
5091 Fix autoload cookies. Add types to defcustoms.
5092 (fortune) <defgroup>: Add :link.
5093 (fortune-from-region): Use eq, not eql.
5094 From Dave Love <fx@gnu.org>.
5095
5096 * play/animate.el (animate-birthday-present): Function removed.
5097
5098 * play/animate.el: New file.
5099
5100 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
5101
5102 * startup.el (normal-top-level-add-subdirs-to-load-path):
5103 On Windows, put into normal-top-level-add-subdirs-inode-list the
5104 canonicalized names of the directories instead of inode numbers.
5105
5106 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
5107
5108 * ediff-util.el: Copyright years.
5109 (ediff-choose-syntax-table): New function.
5110 (ediff-setup): Use ediff-choose-syntax-table.
5111 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
5112 vc-state is available.
5113 (ediff-make-temp-file): Use ediff-coding-system-for-write.
5114
5115 * ediff-init.el (ediff-with-syntax-table): New macro, uses
5116 with-syntax-table.
5117 (ediff-coding-system-for-read): From ediff-diff.el
5118 (ediff-coding-system-for-write): New variable.
5119 (ediff-highest-priority): Fixed the bug having to do with disappearing
5120 overlays.
5121 (ediff-file-remote-p): Use file-remote-p, if available.
5122 (ediff-listable-file): New function.
5123 (ediff-file-attributes): Use ediff-listable-file.
5124
5125 * ediff-mult.el (ediff-meta-insert-file-info1):
5126 Use ediff-listable-file.
5127
5128 * ediff-ptch.el (ediff-prompt-for-patch-file):
5129 Use ediff-coding-system-for-read.
5130 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
5131
5132 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
5133 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
5134
5135 * ediff.el: Date of last update, copyright years.
5136
5137 * ediff-wind (ediff-setup-control-frame): Nill->nil.
5138
5139 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
5140 of Scott Bronson.
5141 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
5142 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
5143 Deleted functions.
5144 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
5145 ex-token-list.
5146 (viper-get-ex-address-subr): Convert registers to char data type.
5147
5148 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
5149 (viper-memq-char): Use viper-int-to-char.
5150 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
5151 vc-locking-state.
5152 (viper-read-key): Use viper-read-key-sequence.
5153
5154 * viper.el (viper-major-mode-modifier-list):
5155 Added inferior-emacs-lisp-mode.
5156 (this-major-mode-requires-vi-state): New function that uses simple
5157 heuristics to decide if vi state is appropriate.
5158 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
5159 (viper-non-hook-settings): Don't advise read-key-sequence.
5160 (viper-read-key-sequence): New function that replaces the
5161 previously used advice to read-key-sequence.
5162
5163 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
5164 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
5165 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
5166 (viper-open-line-at-point,viper-substitute,viper-overwrite)
5167 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
5168 Got rid of the negative character hack.
5169 (viper-escape-to-state,viper-replace-state-exit-cmd):
5170 Use viper-read-key-sequence.
5171 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
5172 (viper-minibuffer-standard-hook,viper-read-string-with-history):
5173 Don't override existing minibuffer-setup-hook.
5174 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
5175 Convert registers to char data type.
5176 (viper-autoindent): Use viper-indent-line.
5177
5178 * viper-keym.el: Use viper-exec-key-in-emacs.
5179
5180 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
5181
5182 * server.el (server-visit-files): Fix variable name typo.
5183
5184 2001-07-20 Gerd Moellmann <gerd@gnu.org>
5185
5186 * simple.el (delete-trailing-whitespace): Save match data
5187 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
5188
5189 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
5190
5191 * progmodes/compile.el (compilation-parse-errors): `linenum' might
5192 return a this-error using the alternative format (a pair of markers).
5193
5194 2001-07-19 Gerd Moellmann <gerd@gnu.org>
5195
5196 * font-lock.el (c++-keywords): Add Standard C++ operator names.
5197
5198 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
5199 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5200
5201 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5202
5203 * international/iso-transl.el: Fix typo in the header of the file.
5204
5205 * textmodes/picture.el (picture): Doc fix.
5206
5207 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
5208 follow coding conventions in generated files.
5209
5210 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
5211
5212 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5213 (tool-bar-add-item): Don't call image-related primitives if the
5214 display doesn't support images.
5215
5216 * frame.el (display-images-p): New function.
5217
5218 2001-07-17 Gerd Moellmann <gerd@gnu.org>
5219
5220 * server.el (server-visit-files): Handle the case the specified
5221 column number is <= 0.
5222
5223 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
5224
5225 * startup.el (command-line-1): Add support for +LINE:COLUMN
5226 command line argument.
5227
5228 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5229
5230 * server.el (server-process-filter, server-visit-files):
5231 Add support for +LINE:COLUMN style emacsclient calls.
5232
5233 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5234
5235 * emacs-lisp/easy-mmode.el: Add Keywords header.
5236
5237 * play/pong.el: Author has new address.
5238
5239 * play/landmark.el: Author is no more reachable.
5240
5241 * play/handwrite.el: Author is no more reachable.
5242
5243 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
5244
5245 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
5246 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
5247 Complete bindings for F<1..12> keys.
5248 (global-map): Remove `undo' binding (already in the default).
5249 Replace `t<n>' bindings with `f<n>' bindings.
5250
5251 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
5252
5253 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
5254 (tcl-mode): Use tcl-add-log-defun.
5255 (tcl-indent-line): Use tcl-calculate-indent.
5256 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5257 (tcl-indent-exp): Renamed from indent-tcl-exp.
5258 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
5259 (tcl-indent-for-comment): Call comment-indent-function properly
5260 and handle the case where it returns nil.
5261
5262 2001-07-16 Gerd Moellmann <gerd@gnu.org>
5263
5264 * calendar/cal-islam.el (calendar-goto-islamic-date):
5265 Remove autoload cookie.
5266
5267 * calendar/calendar.el (calendar-goto-islamic-date):
5268 Add call to autoload.
5269
5270 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
5271
5272 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
5273 Don't change compile-auto-highlight globally.
5274 Don't bother with `font-lock-defaults' property since XEmacs
5275 also understands the `font-lock-defaults' variable.
5276 Use make-local-variable rather than make-variable-buffer-local.
5277 Don't `defconst' comment-indent-function: keep the default.
5278 Call easy-menu-add unconditionally.
5279 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
5280 (ada-create-menu): Use :included for Emacs as well.
5281
5282 * vc.el (vc-do-command): Autoload.
5283
5284 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
5285
5286 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5287
5288 * ps-print.el: Fix Author: header.
5289
5290 2001-07-16 Gerd Moellmann <gerd@gnu.org>
5291
5292 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
5293 mouse-1 etc., bind them to `ignore'.
5294
5295 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
5296 send-invisible, which is already defined in Comint.
5297 (eshell-watch-for-password-prompt): Use it.
5298
5299 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5300
5301 * which-func.el (which-func-mode): Doc fix.
5302
5303 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
5304 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
5305 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
5306 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
5307 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
5308 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
5309 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
5310 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
5311 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
5312 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
5313 * emulation/edt-mapper.el, emulation/edt-pc.el,
5314 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
5315 * emulation/tpu-edt.el, emulation/tpu-extras.el,
5316 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
5317 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
5318 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
5319 * international/isearch-x.el, international/iso-cvt.el,
5320 * international/ogonek.el, international/quail.el,
5321 * international/utf-8.el, jit-lock.el, language/devan-util.el,
5322 * language/devanagari.el, language/ethio-util.el,
5323 * language/ethiopic.el, language/european.el, language/indian.el,
5324 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
5325 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
5326 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
5327 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
5328 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
5329 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
5330 * progmodes/autoconf.el, progmodes/cmacexp.el,
5331 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
5332 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
5333 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
5334 * progmodes/ebnf2ps.el, progmodes/executable.el,
5335 * progmodes/fortran.el, progmodes/idlw-shell.el,
5336 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
5337 * progmodes/m4-mode.el, progmodes/mantemp.el,
5338 * progmodes/meta-mode.el, progmodes/octave-inf.el,
5339 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
5340 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
5341 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
5342 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
5343 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
5344 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
5345 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
5346 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
5347 * textmodes/two-column.el, time-stamp.el, timezone.el,
5348 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
5349 * which-func.el, whitespace.el, wid-browse.el, widget.el,
5350 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
5351 conventions.
5352
5353 2001-07-16 Gerd Moellmann <gerd@gnu.org>
5354
5355 * simple.el (set-variable): Require 'cus-edit' instead of
5356 `wid-edit', so that the Custom widgets get defined.
5357
5358 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5359
5360 * allout.el: A fix to follow coding conventions.
5361
5362 * find-lisp.el: A fix to follow coding conventions.
5363
5364 * term/w32-win.el: A fix to follow coding conventions.
5365
5366 * textmodes/sgml-mode.el: A fix to follow coding conventions.
5367
5368 * term/xterm.el: A fix to follow coding conventions.
5369
5370 * term/news.el: A fix to follow coding conventions.
5371
5372 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
5373 header line fixed.
5374
5375 * sun-curs.el: Fix Maintainer: header line.
5376
5377 * emacs-lisp/easymenu.el: Address of the author added.
5378
5379 2001-07-16 Gerd Moellmann <gerd@gnu.org>
5380
5381 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
5382 property.
5383
5384 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5385
5386 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
5387 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
5388 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
5389 Some fixes to follow coding conventions.
5390
5391 2001-07-16 Gerd Moellmann <gerd@gnu.org>
5392
5393 * which-func.el (which-func-mode): Doc fix.
5394
5395 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
5396
5397 * net/rcompile.el (remote-compile): Use make-local-variable.
5398
5399 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
5400
5401 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
5402
5403 * mail/reporter.el (reporter-submit-bug-report):
5404 Don't abuse make-variable-buffer-local. Fix call to add-hook.
5405
5406 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5407
5408 * calendar/cal-china.el, calendar/cal-coptic.el,
5409 * calendar/cal-dst.el, calendar/cal-french.el,
5410 * calendar/cal-hebrew.el, calendar/cal-islam.el,
5411 * calendar/cal-iso.el, calendar/cal-julian.el,
5412 * calendar/cal-mayan.el, calendar/cal-persia.el,
5413 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
5414 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
5415 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
5416 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
5417 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
5418 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
5419 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
5420 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
5421 * progmodes/ada-xref.el, progmodes/cc-align.el,
5422 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
5423 * progmodes/cc-defs.el, progmodes/cc-engine.el,
5424 * progmodes/cc-langs.el, progmodes/cc-menus.el,
5425 * progmodes/cc-styles.el, progmodes/cc-vars.el,
5426 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
5427 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
5428 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
5429 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
5430 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
5431 * textmodes/reftex.el: Some fixes to follow coding
5432 conventions in Eshell files with known maintainers.
5433
5434 * emulation/viper.el: A fix to follow coding conventions.
5435
5436 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
5437 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
5438 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
5439 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
5440 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
5441 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
5442 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
5443 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
5444 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
5445 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
5446 conventions in Eshell files.
5447
5448 * composite.el, diff.el, emacs-lisp/levents.el,
5449 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
5450 * emulation/pc-mode.el, emulation/viper-cmd.el,
5451 * emulation/viper-ex.el, emulation/viper-init.el,
5452 * emulation/viper-keym.el, emulation/viper-macs.el,
5453 * emulation/viper-mous.el, emulation/viper-util.el,
5454 * emulation/viper.el, forms-pass.el, international/ccl.el,
5455 * international/characters.el, international/encoded-kb.el,
5456 * international/fontset.el, international/ja-dic-cnv.el,
5457 * international/ja-dic-utl.el, international/kinsoku.el,
5458 * international/kkc.el, international/mule-cmds.el,
5459 * international/mule-diag.el, international/mule-util.el,
5460 * international/mule.el, international/titdic-cnv.el,
5461 * language/china-util.el, language/chinese.el,
5462 * language/cyril-util.el, language/cyrillic.el, language/english.el,
5463 * language/greek.el, language/hebrew.el, language/japan-util.el,
5464 * language/japanese.el, language/korea-util.el, language/korean.el,
5465 * language/lao-util.el, language/lao.el, language/misc-lang.el,
5466 * language/slovak.el, language/thai-util.el, language/thai.el,
5467 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
5468 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
5469 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
5470 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
5471 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
5472 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
5473 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
5474 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
5475 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
5476 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
5477 to follow coding conventions in files without maintainer or in files
5478 with clear maintainer (but without Maintainer header stating so).
5479
5480 * emacs-lisp/elp.el: A fix to follow coding conventions.
5481
5482 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
5483 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
5484 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
5485 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
5486 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
5487 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
5488 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
5489 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
5490 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
5491 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
5492 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
5493 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
5494 conventions in files from Gnus.
5495
5496 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
5497 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
5498 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
5499 * echistory.el, electric.el, emacs-lisp/authors.el,
5500 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
5501 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
5502 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
5503 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
5504 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
5505 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
5506 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
5507 * international/codepage.el, international/iso-ascii.el,
5508 * international/iso-insert.el, international/iso-transl.el,
5509 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
5510 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
5511 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
5512 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
5513 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
5514 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
5515 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
5516 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
5517 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
5518 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
5519 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
5520 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
5521 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
5522 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
5523 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
5524 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
5525 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
5526 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
5527 * textmodes/tex-mode.el, textmodes/text-mode.el,
5528 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
5529 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
5530 * vt100-led.el, window.el: Some fixes to follow coding conventions in
5531 files maintained by FSF.
5532
5533 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5534
5535 * arc-mode.el: A fix to follow coding conventions.
5536
5537 * bindings.el: Ditto.
5538
5539 * cdl.el: Ditto.
5540
5541 * comint.el: Ditto.
5542
5543 * cus-start.el: Ditto.
5544
5545 * shell.el: Ditto.
5546
5547 * skeleton.el: Ditto.
5548
5549 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
5550
5551 * info.el (Info-build-node-completions):
5552 Make Info-current-file-completions buffer local.
5553
5554 2001-07-13 Gerd Moellmann <gerd@gnu.org>
5555
5556 * which-func.el (which-func-mode, which-func-ff-hook)
5557 (which-function-mode): Remove references to which-func-mode-global.
5558
5559 * calendar/cal-islam.el (calendar-goto-islamic-date):
5560 Add autoload cookie.
5561
5562 * play/fortune.el: Add types to defcustoms.
5563
5564 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5565
5566 * language/czech.el: A fix to follow coding conventions.
5567
5568 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
5569
5570 * speedbar.el (speedbar-supported-extension-expressions): Add .g
5571 to the extension list, for antlr-mode. From Christoph Wedler
5572 <Christoph.Wedler@sap.com>.
5573
5574 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
5575
5576 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
5577 (vc-dired-mode-map): Fix the madness.
5578
5579 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
5580 (vc-prefix-map): Moved back from vc.el.
5581
5582 2001-07-11 Gerd Moellmann <gerd@gnu.org>
5583
5584 * mail/mail-extr.el (mail-extr-all-top-level-domains):
5585 Increase the size of the obarray.
5586 (mail-extr-all-top-level-domains): Add more toplevel domains,
5587 add more long names.
5588 From: Per Starback <starback@ling.uu.se>.
5589
5590 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
5591
5592 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
5593 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5594
5595 * progmodes/ada-mode.el: Ditto.
5596
5597 * progmodes/ada-xref.el: Ditto.
5598
5599 2001-07-11 Miles Bader <miles@gnu.org>
5600
5601 * finder.el (finder-insert-at-column): Also move to the next line
5602 if exactly at COLUMN.
5603
5604 2001-07-10 Gerd Moellmann <gerd@gnu.org>
5605
5606 * help.el (describe-function-1): When printing FUNCTION's
5607 documentation, don't assume FUNCTION is a symbol.
5608
5609 * startup.el (normal-top-level): Don't operate on the initial
5610 frame if we failed to create one.
5611
5612 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
5613
5614 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
5615 itself, i.e. only indent the contents in it.
5616
5617 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
5618
5619 * mail/rmail.el (rmail-show-message): Show beginning of message in
5620 all windows containing it.
5621
5622 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
5623
5624 * term/tty-colors.el: Fix the header line and copyright years.
5625
5626 2001-07-09 Gerd Moellmann <gerd@gnu.org>
5627
5628 * emacs-lisp/advice.el (ad-make-advised-definition): If the
5629 original definition has an interactive form, but is Elp
5630 instrumented, use the interactive form of the function called by
5631 elp-wrapper.
5632
5633 * winner.el (winner-equal): Make it a defun. Don't compare Winner
5634 configurations with compare-window-configuration; they aren't
5635 window configurations.
5636
5637 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
5638 from the server for the format we expect. Don't use it if it
5639 doesn't look like what the Internet draft for FTP extensions specifies.
5640
5641 * toolbar/*.pbm: Cleaned up.
5642 From Luis Fernandes <elf@ee.ryerson.ca>.
5643
5644 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5645
5646 * cc-cmds.el: Extended the kludge to interoperate with the
5647 delsel and pending-del packages wrt to the new function
5648 `c-electric-delete-forward'.
5649
5650 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
5651
5652 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
5653 to delay the call to <mode> for global minor modes.
5654 (easy-mmode-define-navigation): Only recenter if interactive.
5655
5656 2001-07-06 Gerd Moellmann <gerd@gnu.org>
5657
5658 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
5659 to lisp-indent-line.
5660
5661 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
5662 from the server. Call encode-time only when we are sure that we
5663 got a 213 response.
5664
5665 2001-07-06 Simon Josefsson <jas@extundo.com>
5666
5667 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
5668 (mail-envelope-from): New user option.
5669 (sendmail-send-it): Use it.
5670
5671 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5672
5673 * ps-print.el: Use locale dependant date to print date in header.
5674 Doc fix.
5675 (ps-print-version): New version number (6.5.3).
5676 (ps-right-header, ps-right-footer): Initialization and doc fix.
5677 (ps-time-stamp-locale-default): New fun.
5678
5679 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5680
5681 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
5682 field problem with MIME-mode.
5683
5684 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
5685
5686 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5687
5688 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
5689 MIME-mode.
5690
5691 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
5692
5693 * bindings.el (mode-line-mule-info): Don't show the tip with
5694 buffer-file-coding-system if that is nil.
5695
5696 2001-07-05 Gerd Moellmann <gerd@gnu.org>
5697
5698 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
5699 instead of kill-line.
5700
5701 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
5702 <Pavel@Janik.cz>.
5703
5704 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
5705 <Pavel@Janik.cz>.
5706
5707 2001-07-04 Gerd Moellmann <gerd@gnu.org>
5708
5709 * font-lock.el (c-font-lock-keywords-3): When matching something
5710 like `struct X Y', finish with point after Y.
5711
5712 2001-07-04 Simon Josefsson <jas@extundo.com>
5713
5714 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
5715 in caller buffer.
5716
5717 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
5718
5719 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
5720 instead of string-match to find the basename of the file.
5721 From Pascal Obry <p.obry@wanadoo.fr>.
5722
5723 * net/browse-url.el (browse-url-default-windows-browser):
5724 Support the MS-DOS port when it runs on Windows.
5725 (browse-url-browser-function) [ms-dos]: Default to
5726 browse-url-default-windows-browser.
5727
5728 * help.el (locate-library): Enable code that looks for compressed
5729 libraries if auto-compression-mode is on.
5730
5731 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
5732
5733 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
5734
5735 2001-07-02 Gerd Moellmann <gerd@gnu.org>
5736
5737 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
5738
5739 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
5740
5741 * allout.el: Fix the header line, so that finder.el recognizes it.
5742 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5743
5744 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
5745 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5746
5747 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
5748
5749 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
5750
5751 * ps-bdf.el (bdf-directory-list): Use the value relative to
5752 installation-directory for MS-Windows as well.
5753
5754 2001-06-29 Richard M. Stallman <rms@gnu.org>
5755
5756 * wid-edit.el (widget-color-sample-face-get):
5757 Return ((foreground-color . COLOR)) instead of constructing a face.
5758
5759 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
5760
5761 * faces.el (region): Change the background color for the
5762 light-background color display to lightgoldenrod2, to make it
5763 visible on some laptops.
5764
5765 2001-06-28 Richard M. Stallman <rms@gnu.org>
5766
5767 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
5768 (rmail-msg-restore-non-pruned-header): Likewise.
5769 If point was in the old pruned header, put it at the top.
5770 (rmail-msg-prune-header): If point was at the top, keep it there.
5771
5772 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
5773 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
5774
5775 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
5776
5777 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
5778
5779 2001-06-28 Karl Fogel <kfogel@red-bean.com>
5780
5781 * saveplace.el: Update maintainer email address.
5782
5783 2001-06-27 Francesco Potorti` <pot@gnu.org>
5784
5785 * uniquify.el: (uniquify-rationalize-file-buffer-names):
5786 Undo previous change.
5787
5788 2001-06-27 Francesco Potorti` <pot@gnu.org>
5789
5790 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
5791 preliminary quick reordering. Can speed things up dramatically.
5792
5793 2001-06-26 Richard M. Stallman <rms@gnu.org>
5794
5795 * dired.el (dired-get-filename): A file name starting with ~
5796 is not absolute in this context.
5797
5798 * which-func.el (which-func-maxout): Increase default to 500000.
5799 (which-function-mode): This is now the "real" name of the function.
5800 (which-func-mode): Now an alias.
5801 (which-func-mode-global): Name deleted.
5802
5803 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
5804 button-2, when binding hs-mouse-toggle-hiding.
5805
5806 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5807
5808 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
5809 (rmail-msg-prune-header): Likewise.
5810 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
5811 and `rmail-msg-prune-header'.
5812
5813 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
5814
5815 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
5816 back than LINEBEG.
5817
5818 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
5819
5820 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
5821 window where they clicked the mouse has a header line, adjust
5822 vertical movement by one.
5823
5824 2001-06-25 Milan Zamazal <pdm@zamazal.org>
5825
5826 * progmodes/glasses.el (glasses-make-readable): Consider underscores
5827 too when separating a parenthesis.
5828
5829 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
5830
5831 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5832 (bookmark-bmenu-hide-filenames): Add help-echo to
5833 mouse-highlighted text.
5834 (bookmark-bmenu-show-filenames): Remove help-echo property from
5835 the whitespace.
5836
5837 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
5838
5839 * files.el (auto-mode-alist): Add configure.ac (autoconf).
5840 From Karl Eichwalder <ke@suse.de>.
5841
5842 2001-06-23 Richard M. Stallman <rms@gnu.org>
5843
5844 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
5845
5846 * progmodes/cc-styles.el (c-set-style): Don't specify initial
5847 contents for completing-read.
5848
5849 2001-06-22 Richard M. Stallman <rms@gnu.org>
5850
5851 * menu-bar.el (menu-bar-make-toggle): Construct the
5852 function's doc string from HELP, not DOC, and make it accurate by
5853 adding "Toggle whether to " at the front and downcasing the initial.
5854 Change the HELP arg in some calls to make it fit this usage.
5855
5856 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
5857 Undo previous change.
5858
5859 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
5860
5861 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
5862
5863 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5864
5865 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
5866
5867 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
5868
5869 * dabbrev.el (dabbrev--select-buffers): Fix last change.
5870
5871 2001-06-20 Richard M. Stallman <rms@gnu.org>
5872
5873 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
5874 broken out from dabbrev--find-expansion. Handle minibuffer
5875 specially here.
5876 (dabbrev--find-expansion): Simplify code in various ways.
5877 Don't treat minibuffers specially.
5878 Call dabbrev--make-friend-buffer-list.
5879 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
5880 (dabbrev--scanning-message): Do nothing when minibuffer is current.
5881
5882 2001-06-19 John Wiegley <johnw@gnu.org>
5883
5884 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
5885 Also, added a comment describing how to greatly speedup Eshell
5886 loadup time, by concatenating together all of Eshell's .elc files.
5887
5888 2001-06-19 John Wiegley <johnw@gnu.org>
5889
5890 * eshell/esh-mode.el: Disabled a test that often yields false failures.
5891
5892 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
5893
5894 * woman.el (WoMan-highlight-references): Add help-echo to
5895 mouse-highlighted text.
5896
5897 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
5898
5899 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
5900
5901 2001-06-18 Gerd Moellmann <gerd@gnu.org>
5902
5903 * international/quail.el (quail-start-conversion):
5904 Reset quail-translating to nil.
5905
5906 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
5907 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
5908
5909 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
5910
5911 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
5912 mouse-highlighted text.
5913
5914 * dired.el (dired-mark-pop-up): Fix last change.
5915
5916 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5917
5918 * calendar/calendar.el (generate-calendar-month): Add help-echo to
5919 mouse-highlighted text.
5920
5921 * net/quickurl.el (quickurl-url-file): Run through
5922 convert-standard-filename.
5923 (quickurl-list-populate-buffer): Add help-echo to
5924 mouse-highlighted text.
5925 (top-level): Update Dave's URL.
5926
5927 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
5928 mouse-highlighted text.
5929
5930 * textmodes/page-ext.el (pages-copy-header-and-position):
5931 Add help-echo to mouse-highlighted text.
5932
5933 * tar-mode.el (tar-header-block-summarize): Add help-echo to
5934 mouse-highlighted text.
5935
5936 * replace.el (occur): Add help-echo to mouse-highlighted text.
5937
5938 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
5939 mouse-highlighted text.
5940
5941 * progmodes/cpp.el (cpp-make-button): Add help-echo to
5942 mouse-highlighted text.
5943
5944 * progmodes/compile.el (compile-reinitialize-errors):
5945 Add help-echo to mouse-highlighted messages.
5946 (compilation-forget-errors): Remove help-echo property as well.
5947
5948 * play/landmark.el (lm-plot-square, lm-init-display):
5949 Add help-echo to mouse-highlighted text.
5950
5951 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
5952 Add help-echo to mouse-highlighted text.
5953
5954 * dired.el (dired-insert-set-properties): Add help-echo to
5955 mouse-highlighted text.
5956 (dired-mark-pop-up): Remove help-echo property from the file name.
5957
5958 * comint.el (comint-send-input): Add help-echo to
5959 mouse-highlighted text.
5960
5961 * buff-menu.el (list-buffers-noselect): Add help-echo to
5962 mouse-highlighted text.
5963
5964 * arc-mode.el (archive-summarize-files): Add help-echo to
5965 mouse-highlighted text.
5966
5967 * ffap.el (ffap-machine-p): Always return nil if
5968 open-network-stream is not fboundp.
5969
5970 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
5971
5972 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
5973 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
5974 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
5975 incorrectly binding chars between 128 and 256 to it.
5976 (sgml-maybe-name-self): Handle latin-1 chars properly.
5977 (sgml-tags-invisible): Bind buffer-file-name to nil.
5978 Use unwind-protect and restore-buffer-modified-p.
5979 (sgml-point-entered): Use buffer-substring-no-properties.
5980 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
5981 (html-mode): Don't force `imenu-sort-function'.
5982
5983 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5984
5985 * tar-mode.el: Fix the copyright notice.
5986
5987 * font-lock.el (font-lock-comment-face): For tty's with dark
5988 background, use "red1", since "lightred" is not one of the colors
5989 recognized by tty-colors.el.
5990
5991 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
5992 create a buffer for extracted file, in case there's more than one
5993 file by that name in an archive, possibly in different
5994 directories. From Kevin Rodgers <kevinr@ihs.com>.
5995
5996 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
5997 <alex@gnu.org>.
5998
5999 2001-06-15 Miles Bader <miles@gnu.org>
6000
6001 * textmodes/texinfmt.el (texinfo-format-syntax-table):
6002 Revert previous change.
6003
6004 2001-06-14 Richard M. Stallman <rms@gnu.org>
6005
6006 * replace.el (keep-lines-read-args): Return just a regexp.
6007 Provide nil for the region args.
6008 (keep-lines, flush-lines, how-many):
6009 Calculate the defaults for the region here, when args are nil.
6010
6011 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
6012
6013 * rot13.el (rot13-other-window): Some more doc fix.
6014
6015 2001-06-14 Per Starback <starback@ling.uu.se>
6016
6017 * replace.el (case-replace, query-replace-from-history-variable)
6018 (query-replace-to-history-variable, keep-lines-read-args)
6019 (occur-revert-function, query-replace-help): Dox fix.
6020
6021 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
6022
6023 * rot13.el (rot13-other-window): Doc fix.
6024
6025 2001-06-14 Miles Bader <miles@gnu.org>
6026
6027 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
6028 of " and \ to "." (punctuation).
6029 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
6030
6031 2001-06-13 Richard M. Stallman <rms@gnu.org>
6032
6033 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
6034
6035 * simple.el (shell-command-on-region): Never kill the
6036 *Shell Command Output* buffer.
6037
6038 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
6039
6040 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
6041
6042 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
6043
6044 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6045 New var, to recognize ${ $' and PODs.
6046 (perl-font-lock-syntactic-face-function): New function.
6047 (perl-mode): Use them.
6048 (perl-continuation-line-p): New function, from perl-calculate-indent.
6049 (perl-calculate-indent): Use it, to properly handle continuation
6050 lines of continuation lines.
6051
6052 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
6053
6054 * server.el (server-process, server-buffer-clients): Doc fix.
6055 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6056
6057 2001-06-09 John Wiegley <johnw@gnu.org>
6058
6059 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
6060 test if the last command was Lisp or not.
6061 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
6062 B x C".
6063
6064 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
6065
6066 * dos-w32.el (grep-regexp-alist): Remove definition, since the
6067 general one on compile.el supports drive letters.
6068
6069 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
6070
6071 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
6072 key description.
6073
6074 * textmodes/reftex-sel.el (reftex-select-jump): New command.
6075
6076 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
6077 (reftex-toc-jump): New command.
6078
6079 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
6080 to parse international characters as well.
6081
6082 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
6083 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
6084
6085 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
6086
6087 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
6088 TAB to the key separators.
6089
6090 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
6091
6092 * international/mule.el (auto-coding-alist): Remove redundant
6093 up-cased versions of the extensions (auto-coding-alist-lookup is
6094 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
6095 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
6096
6097 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
6098
6099 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
6100
6101 2001-06-01 Richard M. Stallman <rms@gnu.org>
6102
6103 * help.el (describe-variable): Put value on same line
6104 with preceding text, if it is short enough to look good that way.
6105
6106 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
6107
6108 * term/internal.el (IT-unicode-translations): New variable.
6109 (IT-setup-unicode-display): New function.
6110
6111 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6112
6113 * ps-print.el: Handle before-string and after-string overlay properties
6114 in ps-print-*-with-faces commands. Doc fix.
6115 (ps-print-version): New version number (6.5.2).
6116 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
6117 for XEmacs.
6118 (ps-prefix-quote): Doc fix.
6119 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
6120 (ps-basic-plot-str, ps-plot-string): New funs.
6121
6122 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
6123
6124 * progmodes/etags.el (tags-compression-info-list): Fix docstring
6125 and :type spec.
6126
6127 2001-05-31 Gerd Moellmann <gerd@gnu.org>
6128
6129 * international/mule-cmds.el (inactivate-input-method):
6130 Set input-method-function to nil.
6131
6132 * xml.el (xml-parse-tag): The document may contain invalid characters.
6133 From ShengHuo ZHU <zsh@cs.rochester.edu>
6134
6135 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
6136
6137 * mail/rmailsum.el (rmail-message-subject-p): Don't call
6138 `rmail-summary-line-decoder' if the message does not have
6139 a Subject: field.
6140
6141 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
6142
6143 * mail/rmail.el (rmail-insert-mime-resent-message-function):
6144 New variable.
6145 (rmail-resend): Modify to work in `rmail-view-buffer'; call
6146 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
6147 is non-nil.
6148
6149 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
6150
6151 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
6152
6153 2001-05-29 Sam Steingold <sds@gnu.org>
6154
6155 * faces.el (face-valid-attribute-values): Bind `valid' directly
6156 instead of using `setq'.
6157
6158 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
6159 Use `tex-shell-buf'.
6160 (tex-shell-proc): Use `tex-shell-running'.
6161 (tex-shell-buf-no-error): New function.
6162 (tex-send-tex-command): Use it.
6163 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
6164 (tex-kill-job): Check the process before calling `quit-process'.
6165
6166 2001-05-29 Gerd Moellmann <gerd@gnu.org>
6167
6168 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
6169 UTF-8 sequences.
6170
6171 2001-05-28 Miles Bader <miles@gnu.org>
6172
6173 * comint.el (comint-carriage-motion): Renamed from
6174 `comint-cr-magic'. Operate on the buffer instead of the string
6175 (for use as a comint post-output filter, instead of as a
6176 pre-output filter). Handle backspaces too. Add to the
6177 `comint-output-filter-functions' hook instead of
6178 `comint-preoutput-filter-functions'.
6179
6180 2001-05-28 Gerd Moellmann <gerd@gnu.org>
6181
6182 * language/japan-util.el (japanese-hankaku): Prefer the charset
6183 `jisx0201' when the optional argument `ascii-only' is not specified.
6184 (japanese-hankaku-region): Ditto.
6185 From Katsumi Yamaoka <yamaoka@jpl.org>
6186
6187 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
6188
6189 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
6190 (outline-invisible-p): New function.
6191 (hide-leaves): Save excursion.
6192 (hide-other): Stop looping when reaching bobp.
6193
6194 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
6195
6196 * cus-edit.el (custom-file): Fix last change.
6197
6198 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
6199
6200 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
6201 same definition in byte-compile-function-environment as `autoload'
6202 would put in `symbol-function'.
6203
6204 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
6205 patch to correct the error message as well.
6206
6207 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
6208
6209 * cus-edit.el (custom-file): Don't assume we were invoked with -q
6210 unless ~/.emacs exists.
6211
6212 * novice.el (enable-command): If user-init-file is nil or does not
6213 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
6214
6215 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
6216
6217 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
6218 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6219 Allow spaces around macro arguments.
6220 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
6221 indent-for-tab-command.
6222 (latex-mode-map, plain-tex-mode-map): New keymaps.
6223 Inherit from tex-mode-map.
6224 (tex-common-initialization): Don't setup the keymap any more
6225 since it's now done right by define-derived-mode.
6226 (latex-mode): Set skeleton-end-hook to nil.
6227 (latex-skeleton-end-hook): Remove.
6228 (tex-latex-block, latex-insert-item): Simplify.
6229 (latex-syntax-after): Use following-char rather than char-after.
6230 (tex-discount-args-cmds, tex-count-words): New functions.
6231
6232 * textmodes/tildify.el (tildify-ignored-environments-alist):
6233 Recognize \verb* as well.
6234
6235 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
6236 (perl-comment-indent): Simplify to let newcomment.el do its job.
6237 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
6238 (perl-mark-function): Cleanup the namespace.
6239 (perl-calculate-indent): Don't be fooled by nested functions.
6240
6241 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
6242
6243 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
6244 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
6245
6246 2001-05-25 Andrew Choi <akochoi@i-cable.com>
6247
6248 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
6249 actually be `\\'.
6250 (ctlau-b5-converter): Likewise.
6251
6252 2001-05-24 Andrew Choi <akochoi@i-cable.com>
6253
6254 * international/titdic-cnv.el (quail-misc-package-ext-info):
6255 Change CTLauB.el to CTLau-b5.el.
6256
6257 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
6258
6259 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
6260 rather than beginning-of-line to avoid problems with fields.
6261 (gud-perldb-massage-args): Use unless and push.
6262 (gud-chdir-before-run): New var.
6263 (gud-common-init): Use it.
6264
6265 2001-05-24 Andrew Choi <akochoi@i-cable.com>
6266
6267 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6268 delete entries for chinese-ctlau and chinese-ctlaub.
6269 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
6270 chinese-ctlaub.
6271 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
6272 New functions.
6273
6274 2001-05-22 Gerd Moellmann <gerd@gnu.org>
6275
6276 * cus-edit.el (custom-comment-show): Remove debug code.
6277
6278 * language/japan-util.el (japanese-symbol-table): Fix handling of
6279 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
6280
6281 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
6282
6283 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
6284 Renamed by removing the silly `-flag' suffix.
6285 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
6286
6287 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
6288
6289 * replace.el (keep-lines-read-args): Use `copy-marker'.
6290 (how-many): Save excursion properly.
6291 (occur-mode): Use define-derived-mode.
6292 (perform-replace): Use with-current-buffer.
6293
6294 2001-05-20 Richard M. Stallman <rms@gnu.org>
6295
6296 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
6297
6298 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
6299
6300 * info.el (Info-read-subfile): Widen before finding the
6301 desired node in the subfile.
6302
6303 * startup.el (command-line-1): When >2 files visited,
6304 leave the last one visible, and make that the selected window.
6305
6306 2001-05-20 Gerd Moellmann <gerd@gnu.org>
6307
6308 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
6309
6310 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
6311
6312 * international/ccl.el (define-ccl-program): Fix a typo.
6313 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6314
6315 * international/mule.el (decode-char): Fix a typo. From Pavel
6316 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6317
6318 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
6319 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6320
6321 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
6322 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6323
6324 2001-05-18 Sam Steingold <sds@gnu.org>
6325
6326 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
6327 and [RET] to `cvs-mode-find-file'.
6328
6329 2001-05-18 John Wiegley <johnw@gnu.org>
6330
6331 * eshell/esh-ext.el (eshell-explicit-command-char): A new
6332 configuration variable, which determines the initial character
6333 that forces use of an external version of a command. The default
6334 is *, but may be set to \, for example.
6335
6336 * eshell/esh-ext.el (eshell-explicit-command):
6337 Use `eshell-explicit-command-char' instead of ?*.
6338
6339 * eshell/esh-cmd.el (eshell/which):
6340 Use `eshell-explicit-command-char' instead of ?*.
6341
6342 * eshell/em-cmpl.el (eshell-completion-command-name)
6343 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
6344 instead of ?*.
6345
6346 2001-05-18 Gerd Moellmann <gerd@gnu.org>
6347
6348 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
6349 subst-char-in-string.
6350 (ange-ftp-after-parse-ls-hook): New variable.
6351 (ange-ftp-ls): Run that hook.
6352 From Peter Milliken <Peter.Milliken@GTECH.COM>.
6353
6354 * tmm.el (tmm-get-keymap): Fix handling of :filter.
6355 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
6356 text into *Completions*.
6357
6358 * net/goto-addr.el (goto-address-at-point): Deal with URLs
6359 part of which look like email addresses.
6360
6361 2001-05-18 Andrew Innes <andrewi@gnu.org>
6362
6363 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
6364 Use . instead of absolute path for lisp dir, to avoid bug in W2K
6365 cmd.exe's handling of FOR loops.
6366 (autoloads): Set find-file-suppress-same-file-warnings to t to
6367 avoid slew of spurious messages.
6368
6369 2001-05-18 Simon Josefsson <simon@josefsson.org>
6370
6371 * mail/smtpmail.el (maybe-append-domain): Renamed to
6372 `smtpmail-maybe-append-domain'.
6373 (smtpmail-via-smtp): Use the new name.
6374
6375 * net/browse-url.el (browse-url-browser-function): Add kde.
6376 (browse-url-kde-program, browse-url-kde-args): New variables.
6377 (browse-url-kde): New function.
6378
6379 2001-05-18 Miles Bader <miles@gnu.org>
6380
6381 * simple.el (delete-horizontal-space, just-one-space):
6382 Use `constrain-to-field' instead of `field-end'/`field-beginning',
6383 because it's more efficient for large files.
6384
6385 2001-05-17 Gerd Moellmann <gerd@gnu.org>
6386
6387 * mail/rmail.el (rmail-require-mime-maybe): New function.
6388 (rmail): Use it.
6389 (rmail-mode): Handle the case of finding Rmail files.
6390
6391 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
6392 functions.
6393
6394 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
6395
6396 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
6397 text-property after moving to the beginning of line and regardless
6398 of the value of font-lock-multiline.
6399
6400 2001-05-17 Gerd Moellmann <gerd@gnu.org>
6401
6402 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
6403
6404 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
6405 last coding system used before calling set-buffer-modified-p
6406 because that function changes last-coding-system.
6407
6408 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
6409
6410 * files.el (switch-to-buffer-other-window)
6411 (switch-to-buffer-other-frame): Add an xref to display-buffer in
6412 the doc string.
6413
6414 2001-05-17 Gerd Moellmann <gerd@gnu.org>
6415
6416 * language/slovak.el, language/czech.el: New maintainer.
6417
6418 2001-05-16 Sam Steingold <sds@gnu.org>
6419
6420 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
6421 sub-form of `defgeneric' correctly.
6422
6423 2001-05-16 Gerd Moellmann <gerd@gnu.org>
6424
6425 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
6426 of `c'.
6427
6428 * textmodes/outline.el (outline-font-lock-level): Remove the
6429 condition-case, test what outline-level returns instead, to
6430 ease debugging.
6431
6432 * international/mule.el (auto-coding-regexp-alist): New user-option.
6433 (auto-coding-from-file-contents): New function.
6434 (set-auto-coding): Use it to determine a coding system.
6435
6436 2001-05-15 Gerd Moellmann <gerd@gnu.org>
6437
6438 * mouse.el (mouse-delete-other-windows): Doc fix.
6439
6440 * emacs-lisp/lisp-mode.el (lisp-mode):
6441 Make font-lock-keywords-case-fold-search a buffer-local variable with
6442 make-local-variable before setting it.
6443
6444 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
6445
6446 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
6447 prefixes.
6448
6449 2001-05-14 Gerd Moellmann <gerd@gnu.org>
6450
6451 * hexl.el (hexl-current-address): Print a message when called
6452 interactively.
6453
6454 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
6455
6456 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
6457
6458 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
6459
6460 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
6461
6462 2001-05-11 Gerd Moellmann <gerd@gnu.org>
6463
6464 * startup.el (command-line): If parameters have been changed in
6465 the init files which influence font selection, clear the face
6466 cache so that faces get realized with the new parameters.
6467
6468 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
6469
6470 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
6471
6472 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
6473
6474 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
6475
6476 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
6477 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
6478
6479 2001-05-10 Gerd Moellmann <gerd@gnu.org>
6480
6481 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
6482 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
6483
6484 2001-05-09 John Wiegley <johnw@gnu.org>
6485
6486 * eshell/esh-util.el (eshell-convert-numeric-arguments):
6487 Annotated the documentation string to tell users about
6488 `eshell-no-numeric-conversions'.
6489
6490 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
6491 conversions if a Lisp function has the property
6492 `eshell-no-numeric-conversions' set to a non-nil value.
6493
6494 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
6495 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
6496 property `eshell-no-numeric-conversions' on the following
6497 functions (which all deal with filesystem entities, and never Lisp
6498 numerical values): eshell/cd, eshell/pushd, eshell/popd,
6499 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
6500 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
6501 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
6502 eshell/which, eshell/addpath.
6503
6504 2001-05-09 John Wiegley <johnw@gnu.org>
6505
6506 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
6507 encountered as an argument, don't convert it right away, but tag
6508 the first character of the string with the text properties
6509 `number', which signifies to `eshell-lisp-command' that the
6510 argument should be passed through `string-to-number' if it is
6511 actually used in the call to a Lisp function.
6512
6513 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
6514 function, convert any string arguments that have been tagged as
6515 "numbers", by calling string-to-number.
6516
6517 * eshell/esh-util.el (eshell-number-regexp): Now that number
6518 conversions only happen for Lisp function calls, the number regexp
6519 should now match all integer and floating point forms.
6520
6521 * eshell/esh-proc.el: Disable `eshell-stop-process' and
6522 `eshell-continue-process', since they are both nonfunctional at
6523 the moment.
6524 (eshell-proc-initialize): Don't bind keys for
6525 `eshell-stop-process' or `eshell-continue-process'.
6526
6527 * eshell/em-unix.el (eshell-shuffle-files):
6528 Apply `directory-file-name' before calling `file-name-directory'.
6529
6530 * eshell/em-hist.el (eshell-add-to-history): Reference to
6531 `eshell-history-ring' needed to be `eshell-history-index'.
6532
6533 * calendar/timeclock.el (timeclock-find-discrep):
6534 Initialize `elapsed' to 0.
6535 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
6536 it's still nil.
6537
6538 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
6539
6540 * arc-mode.el (archive-int-to-mode): Construct the string directly.
6541 (archive-mode): Use capitalize.
6542 (archive-unique-fname): Use make-temp-file.
6543
6544 2001-05-09 Gerd Moellmann <gerd@gnu.org>
6545
6546 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
6547
6548 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
6549
6550 * tar-mode.el (tar-extract): Pay attention to the value of
6551 coding-system-for-read, if it is non-nil.
6552
6553 * calendar/holidays.el (holidays): Add an autoload cookie.
6554 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6555
6556 2001-05-08 John Wiegley <johnw@gnu.org>
6557
6558 * calendar/timeclock.el (timeclock-workday-remaining):
6559 Changed logic for determining how much time is remaining.
6560 (timeclock-workday-elapsed): Don't accept a "relative" argument
6561 for the current day's elapsed time. What could that have meant?
6562 (timeclock-workday-elapsed-string): No "relative" argument anymore.
6563 (timeclock-when-to-leave): Changed logic, similarly to what was
6564 done for `timeclock-workday-remaining'.
6565 (timeclock-find-discrep): Removed "today-only" argument, which had
6566 no meaning. Fixed some more math problems. The function now
6567 returns a three member list: (TOTAL-TIME-DISCREPANCY
6568 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
6569
6570 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
6571
6572 * w32-fns.el (convert-standard-filename): Start replacing slashes
6573 from the beginning of the file name, not from where the last
6574 invalid character was. From "Andrew Maguire (SWW)"
6575 <Andrew.Maguire@Smallworld.co.uk>
6576
6577 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
6578
6579 The following changes are to provide infrastructure for handling
6580 MIME messages to rmail. They don't affect the original behaviour
6581 if rmail-enable-mime is nil.
6582
6583 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
6584 (rmail-search-mime-message-function)
6585 (rmail-search-mime-header-function): New variables.
6586 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
6587 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
6588 `rmail-view-buffer' is hidden.
6589 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
6590 call rmai-show-mime-function.
6591 (rmail-display-labels): If rmail-enable-mime is non-nil, update
6592 mode-line-process of rmail-view-buffer.
6593 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
6594 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
6595 buffer.
6596 (rmail-next-message, rmail-next-undeleted-message): Be sure to
6597 set-buffer to the Rmail buffer.
6598 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
6599 rmail-search-mime-header-function.
6600 (rmail-search-message): New function.
6601 (rmail-search): Call rmail-search-message to check if a message
6602 matches REGEXP, lastly update point after calling
6603 rmail-show-message.
6604 (rmail-undelete-previous-message, rmail-expunge-confirmed)
6605 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6606 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
6607 header region, refer to rmail-msgref-vector while setting the
6608 current buffer to rmail-buffer temporarily.
6609 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
6610 If rmail-enable-mime is non-nil, call
6611 rmail-insert-mime-forwarded-message-function instead of inserting
6612 forwarded message by itself.
6613
6614 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
6615 Rmail buffer.
6616 (rmail-set-label, rmail-next-labeled-message): Likewise.
6617
6618 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
6619 set-buffer to the Rmail buffer.
6620 (rmail-output-to-rmail-file): Likewise.
6621 (rmail-output): Likewise.
6622
6623 * mail/rmailsum.el (rmail-message-subject-p): Process the result
6624 of mail-fetch-field by rmail-summary-line-decoder.
6625 (rmail-new-summary): Be sure to go to the Rmail buffer.
6626 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6627 rmail-view-buffer to nil.
6628 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
6629 rmail-view-buffer.
6630 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
6631 rmail-buffer.
6632 (rmail-summary-scroll-msg-down): Likewise.
6633 (rmail-summary-beginning-of-message): Likewise.
6634 (rmail-summary-wipe): Likewise.
6635 (rmail-summary-toggle-header): Use save-window-excursion, not
6636 save-excursion. Update point in rmail-view-buffer, not in
6637 rmail-buffer.
6638 (rmail-summary-reply): Before calling rmail-reply, set buffer to
6639 rmail-view-buffer, not rmail-buffer.
6640
6641 2001-05-07 Gerd Moellmann <gerd@gnu.org>
6642
6643 * cus-edit.el (custom-file): Signal an error if user-init-file is
6644 nil (running -q).
6645
6646 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
6647
6648 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
6649 Add :version.
6650
6651 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
6652 New option.
6653 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
6654 only if smtpmail-warn-about-unknown-extensions is set.
6655
6656 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
6657 instead of rmail-sort-by-keywords.
6658
6659 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
6660 rmail-sort-by-keywords.
6661
6662 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
6663 rmail-summary-sort-by-keywords. Doc fix.
6664 (rmail-summary-mode): Doc fix.
6665
6666 * mail/rmail.el (rmail-edit): New Custom group.
6667
6668 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
6669 (rmail-edit-mode-hook): New user-option.
6670
6671 2001-05-05 Richard M. Stallman <rms@gnu.org>
6672
6673 * help.el (help-xref-symbol-regexp): Recognize "source of"
6674 and friends, meaning make a link to the source file.
6675 (help-make-xrefs): Handle "source of" and friends
6676 by constructing a link that visits the source file.
6677
6678 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
6679
6680 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
6681
6682 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
6683 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
6684 Renamed from perl-font-lock-keywords to avoid clashes.
6685 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
6686 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
6687 Updated correspondingly.
6688
6689 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
6690 Typo `nonexistant' -> `nonexistent'.
6691
6692 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
6693
6694 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
6695 Split `c-electric-delete' into two functions where
6696 `c-electric-delete-forward' always deletes forward and
6697 `c-electric-delete' only contains the code necessary for XEmacs to
6698 choose between backward and forward deletion.
6699
6700 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
6701 get the electric behavior on that key too.
6702 (c-fill-paragraph): Fixed bogus direct use of
6703 c-comment-prefix-regexp, which caused an error when it's a list.
6704
6705 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
6706
6707 * dired-aux.el (dired-diff): Doc fix.
6708
6709 * dired.el (dired-diff): Likewise.
6710
6711 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
6712
6713 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6714
6715 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
6716
6717 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
6718 if both the buffer and the file are read-only.
6719
6720 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
6721 rather than font-lock-string-face.
6722 (sh-get-indent-info): Treat heredocs like strings.
6723
6724 2001-05-02 Gerd Moellmann <gerd@gnu.org>
6725
6726 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
6727 a newline following `}'.
6728 (texinfo-format-email): New function.
6729 (toplevel): Use texinfo-format-email for @email.
6730 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
6731 Add `display'.
6732 (texinfo-sort-region): Goto point-min before sorting.
6733 (texinfo-set): Remove leading white space from value.
6734 From yagi@is.titech.ac.jp.
6735
6736 * replace.el (query-replace-regexp-eval): Doc fix.
6737
6738 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
6739
6740 * diff-mode.el (diff-nonexistant-face): New face.
6741 (diff-font-lock-keywords): Use it.
6742
6743 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
6744
6745 * font-lock.el (font-lock-mode): Doc fix.
6746
6747 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
6748 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
6749
6750 2001-04-30 Gerd Moellmann <gerd@gnu.org>
6751
6752 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
6753 backslash at the start of the here-document delimiter.
6754 (sh-font-lock-syntactic-keywords): Likewise.
6755
6756 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
6757
6758 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
6759
6760 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
6761 (tty-color-translate, tty-color-by-index, tty-color-values)
6762 (tty-color-desc): Doc fix.
6763
6764 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
6765
6766 * dired-aux.el (dired-do-create-files, dired-do-copy)
6767 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
6768 Mention dired-dwim-target in the doc string.
6769
6770 2001-04-28 Miles Bader <miles@gnu.org>
6771
6772 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
6773 (dabbrev--find-expansion): Use it.
6774 (dabbrev--select-buffers): Don't select ignored buffers.
6775
6776 2001-04-27 Gerd Moellmann <gerd@gnu.org>
6777
6778 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
6779
6780 2001-04-26 Richard M. Stallman <rms@gnu.org>
6781
6782 * dabbrev.el: Add doc strings for some functions.
6783 (dabbrev--eliminate-newlines): New variable.
6784 (dabbrev--substitute-expansion): Convert newlines to spaces
6785 if dabbrev--eliminate-newlines is set.
6786 If abbrev and expansion are both all-lower-case,
6787 leave dabbrev--last-case-pattern nil.
6788
6789 2001-04-26 Gerd Moellmann <gerd@gnu.org>
6790
6791 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
6792 if necessary, like in rmail-show-message.
6793
6794 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6795
6796 * ps-print.el: Color specified by number is forced to be float number.
6797 (ps-print-version): New version number (6.5.1.1).
6798 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
6799 initialization.
6800 (ps-prefix-quote): New internal var.
6801 (ps-print-quote): New fun.
6802 (ps-setup, ps-output-frame-properties, ps-float-format)
6803 (ps-format-color): Code fix.
6804 (ps-plot-region): Eliminate redundant foreground color text setting.
6805
6806 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
6807
6808 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
6809
6810 2001-04-25 Gerd Moellmann <gerd@gnu.org>
6811
6812 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
6813
6814 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6815
6816 * info.el (Info-additional-directory-list): Doc fix.
6817
6818 * find-lisp.el (find-lisp-find-dired-filter)
6819 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
6820 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
6821
6822 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
6823
6824 * progmodes/make-mode.el (makefile-font-lock-keywords):
6825 Rationalize the rules for includes and conditionals and use the
6826 keyword face for them.
6827
6828 * faces.el (modify-face): Add compatibility for non-interactive use.
6829
6830 2001-04-24 John Wiegley <johnw@gnu.org>
6831
6832 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
6833 fix from last night, since it wasn't finding eshell/cd.
6834
6835 2001-04-24 Gerd Moellmann <gerd@gnu.org>
6836
6837 * rect.el (string-rectangle): Revert to 20.x behaviour.
6838 (replace-rectangle): Make it an alias for string-rectangle.
6839 (string-insert-rectangle): New function.
6840
6841 2001-04-23 John Wiegley <johnw@gnu.org>
6842
6843 * eshell/em-unix.el (eshell/diff): Fixed problems that were
6844 occurring with Emacs 21's diff.el/compile.el interaction layer.
6845
6846 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
6847
6848 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
6849 case where the function was defined in a file, but not part of an
6850 eshell module.
6851
6852 2001-04-23 John Wiegley <johnw@gnu.org>
6853
6854 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
6855 code to work around a redisplay problem I've been having.
6856
6857 2001-04-23 John Wiegley <johnw@gnu.org>
6858
6859 * calendar/timeclock.el (timeclock-day-required): If the time
6860 required for a particular day is not set, use `timeclock-workday'.
6861 (timeclock-find-discrep): Added some sample code in a comment.
6862
6863 * eshell/eshell.el (eshell-command): Made a few changes so that
6864 `eshell-command' could be called programmatically.
6865
6866 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
6867
6868 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
6869
6870 2001-04-23 John Wiegley <johnw@gnu.org>
6871
6872 * calendar/timeclock.el: Updated copyright.
6873 (timeclock-generate-report): Don't report the daily or two-week
6874 total, if no time has been worked in that period.
6875 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
6876 final computational form, which was unnecessary; corrected a
6877 parsing problem when timeclock-relative was nil.
6878
6879 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
6880
6881 * calendar/timeclock.el (timeclock-modeline-display): Check if
6882 `list-entry' is null.
6883 (timeclock-use-display-time): The first argument to `set-variable'
6884 must be a symbol.
6885
6886 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
6887
6888 * calendar/calendar.el (diary-entry-marker)
6889 (calendar-today-marker, calendar-holiday-marker):
6890 Use display-color-p instead of window-system.
6891 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
6892 instead of window-system.
6893 (calendar-hide-window): Use display-multi-frame-p instead of
6894 window-system.
6895
6896 * calendar/cal-x.el (calendar-two-frame-setup)
6897 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6898 Use display-multi-frame-p instead of window-system.
6899
6900 2001-04-23 Gerd Moellmann <gerd@gnu.org>
6901
6902 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
6903
6904 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
6905 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
6906
6907 2001-04-23 Alex Schroeder <alex@gnu.org>
6908
6909 * goto-addr.el: Instead of defining line-beginning-position and
6910 line-end-position a defalias is used for point-at-bol and point-at-eol.
6911
6912 2001-04-23 Alex Schroeder <alex@gnu.org>
6913
6914 * goto-addr.el: Added XEmacs compatibility code.
6915 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
6916
6917 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
6918
6919 * textmodes/paragraphs.el (sentence-end): Doc fix.
6920
6921 2001-04-20 Alex Schroeder <alex@gnu.org>
6922
6923 * sql.el (sql-escape-newlines-and-send): New function.
6924 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
6925
6926 2001-04-20 Alex Schroeder <alex@gnu.org>
6927
6928 * sql.el (sql-db2-program): New option.
6929 (sql-db2-options): New option.
6930 (sql-db2): New function.
6931
6932 2001-04-20 Alex Schroeder <alex@gnu.org>
6933
6934 * sql.el (sql-mode-menu): Added highlighting entries.
6935 (sql-highlight-oracle-keywords): New function.
6936 (sql-highlight-postgres-keywords): New function.
6937 (sql-highlight-ansi-keywords): New function.
6938
6939 2001-04-20 Alex Schroeder <alex@gnu.org>
6940
6941 * sql.el (sql-help): Doc change.
6942
6943 2001-04-19 Karl Fogel <kfogel@collab.net>
6944
6945 * saveplace.el (save-place-alist-to-file): Removed no-effect code
6946 that inserted file content only to delete it immediately.
6947 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
6948 <lektu@uol.com.br> for the patch.
6949
6950 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
6951
6952 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
6953
6954 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6955
6956 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
6957 for defmethod.
6958
6959 * comint.el (comint-cr-magic): New function.
6960 (toplevel): Add it to comint-preoutput-filter-functions.
6961
6962 2001-04-18 Andrew Innes <andrewi@gnu.org>
6963
6964 * makefile.w32-in (EMACSLOADPATH): Define.
6965 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
6966 (recompile): Remove stuff to set EMACSLOADPATH.
6967
6968 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6969
6970 * language/slovak.el ("Slovak"): Add tutorial entry.
6971
6972 * net/browse-url.el (browse-url-new-window-flag): Renamed from
6973 browse-url-new-window-p.
6974
6975 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6976
6977 * info.el (Info-menu-update): When there are no menus and/or no
6978 cross references in the node, make the respective items of the
6979 Info menu-bar menu inactive.
6980
6981 2001-04-17 Gerd Moellmann <gerd@gnu.org>
6982
6983 * indent.el (indent-for-tab-command): Call indent-line-function
6984 with no argument if PREFIX-ARG is non-nil.
6985
6986 * frame.el (delete-other-frames): Handle minibuffer-only frames.
6987
6988 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6989
6990 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
6991 an async subprocess if start-process is unavailable. Suggested by
6992 Tim Van Holder <tim.van.holder@pandora.be>.
6993
6994 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6995
6996 * info.el (Info-additional-directory-list): Doc fix. Suggested by
6997 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6998
6999 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7000
7001 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
7002 manual.
7003
7004 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
7005
7006 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
7007 (cvs-menu): Add a few entries.
7008
7009 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
7010 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
7011 lock file appears to be reachable from Emacs.
7012 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
7013 (cvs-mode-find-file): Look for cvs-header-face rather than
7014 cvs-dirname-face (which doesn't exist).
7015 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
7016
7017 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
7018
7019 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
7020
7021 * emulation/pc-select.el (pc-selection-mode): Don't turn on
7022 normal-erase-is-backspace on a tty. Instead, bind some keys such
7023 as [delete] directly, like pc-select.el did before
7024 normal-erase-is-backspace was invented.
7025
7026 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
7027
7028 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
7029
7030 2001-04-11 John Wiegley <johnw@gnu.org>
7031
7032 * eshell/em-ls.el (eshell-ls-insert-directory):
7033 Set font-lock-defaults to nil, to prevent fontification in dired
7034 buffers, if Eshell's ls is being used.
7035
7036 2001-04-11 John Wiegley <johnw@gnu.org>
7037
7038 * calendar/timeclock.el (timeclock-completing-read): New function.
7039 (timeclock-ask-for-project, timeclock-ask-for-reason):
7040 Call `timeclock-completing-read'.
7041
7042 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
7043 required where `member' was being used.
7044
7045 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
7046
7047 * eshell/em-hist.el (eshell-previous-matching-input):
7048 Don't display "History item" if the the minibuffer is active.
7049
7050 2001-04-11 Gerd Moellmann <gerd@gnu.org>
7051
7052 * startup.el (command-line): Output a newline after printing
7053 an error from loading the window system's init file.
7054
7055 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
7056
7057 * textmodes/texinfo.el (texinfo-font-lock-keywords):
7058 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
7059 @inforef. Add an OVERRIDE of `keep' to highlight specs of
7060 keywords whose arguments routinely include @@.
7061
7062 2001-04-10 Gerd Moellmann <gerd@gnu.org>
7063
7064 * emacs-lisp/advice.el (ad-make-advised-definition):
7065 Construct advice for subrs differently.
7066
7067 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
7068 regexp in parentheses when building the regexp for searching backwards.
7069
7070 * simple.el (completion-list-mode-finish): New function.
7071 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
7072
7073 * language/european.el ("Polish"): Change sample text.
7074 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
7075
7076 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
7077 parameter.
7078
7079 * faces.el (menu): Doc fix.
7080
7081 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7082
7083 * ps-print.el: Footer implementation. Doc fix.
7084 (ps-print-version): New version number (6.5.1).
7085 (ps-header-frame-alist): New customization var for header frame
7086 properties.
7087 (ps-line-number-color): New customization var for line number color.
7088 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
7089 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
7090 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
7091 (ps-right-footer): New customization vars for footers.
7092 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
7093 footers.
7094 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
7095 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
7096 Code fix.
7097 (ps-prologue-file): Indentation fix.
7098 (ps-print-quote): Fun eliminated.
7099 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
7100 (ps-output-frame-properties): New fun.
7101 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
7102 (ps-skip-newline): Replace defun by defsubst.
7103
7104 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
7105
7106 * eshell/eshell.el (eshell-command): Needed a "%s" format
7107 specifier, in case the buffer contains percent characters.
7108
7109 2001-04-10 John Wiegley <johnw@gnu.org>
7110
7111 * calendar/timeclock.el (timeclock-generate-report): Added a
7112 missing insert of the project name.
7113
7114 2001-04-09 Gerd Moellmann <gerd@gnu.org>
7115
7116 * obsolete/profile.el: Moved from emacs-lisp/.
7117
7118 * Makefile.in (nonobsolete_setwins): New macro.
7119 (finder-data): Use it instead of `setwins'.
7120 From: Dave Love <fx@gnu.org>.
7121
7122 * server.el (server-visit-files): Set server-existing-buffer correctly.
7123 (server-visit-files): Run server-visit-hook after going to
7124 line 1 so that the hook can set point as it sees fit.
7125
7126 * bindings.el (mode-line-modified): Unify help messages.
7127
7128 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
7129
7130 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
7131 All callers changed.
7132
7133 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
7134
7135 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
7136 long file names aren't supported, truncate the file names in
7137 quail-misc-package-ext-info to 8+3 before matching them against
7138 FILENAME.
7139
7140 * dos-fns.el (dos-truncate-to-8+3): New function.
7141
7142 * progmodes/compile.el (grep-compute-defaults): Use null-device
7143 instead of literal /dev/null. Reported by Jens Schmidt
7144 <schmidt@mathematik.uni-kl.de>.
7145
7146 * simple.el (normal-erase-is-backspace-mode): Doc fix.
7147
7148 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
7149
7150 * textmodes/sgml-mode.el: Add unknown maintainer.
7151 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
7152 (html-mode-map): Use set-keymap-parent.
7153
7154 2001-04-06 Dave Love <fx@gnu.org>
7155
7156 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
7157 Remove redundant string-to-list.
7158
7159 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
7160
7161 * composite.el (reference-point-alist): Doc fix.
7162
7163 2001-04-05 Sam Steingold <sds@gnu.org>
7164
7165 * font-lock.el (font-lock-keywords-case-fold-search):
7166 Make buffer-local. This fixes a very annoying bug when loading a Lisp
7167 file made font-lock case-insensitive.
7168
7169 2001-04-05 Gerd Moellmann <gerd@gnu.org>
7170
7171 * faces.el (defface menu): Doc fix.
7172
7173 * wid-edit.el (widget-color-sample-face-get): Don't make
7174 faces for undefined colors.
7175
7176 * version.el (emacs-version): Include LessTif/Motif version info.
7177
7178 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7179
7180 * ps-mule.el: Eliminate cl package dependence.
7181 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
7182 if they aren't defined yet.
7183 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
7184 Eliminate cl package dependence.
7185
7186 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
7187
7188 * progmodes/cc-cmds.el (c-outline-level):
7189 Bind buffer-invisibility-spec. Originally from Dave Love, but
7190 got lost when incorporating version 5.26.
7191
7192 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
7193
7194 * emulation/pc-select.el (pc-selection-mode):
7195 Call normal-erase-is-backspace-mode instead of binding
7196 keys individually.
7197
7198 * cus-load.el (normal-erase-is-backspace): Use it instead of
7199 delete-key-deletes-forward.
7200
7201 * startup.el (command-line): Use normal-erase-is-backspace and
7202 normal-erase-is-backspace-mode.
7203
7204 * simple.el (normal-erase-is-backspace): Rename from
7205 delete-key-deletes-forward. Doc fix.
7206 (normal-erase-is-backspace-mode): Rename from
7207 delete-key-deletes-forward-mode. Doc fix.
7208 Run normal-erase-is-backspace-hook.
7209
7210 * dired.el (dired-move-to-filename-regexp): Support file sizes in
7211 ``human-readable'' format produced by GNU `ls'.
7212 (dired-move-to-filename-regexp): Recognize ISO format dates.
7213 From Paul Eggert <eggert@twinsun.com>.
7214
7215 2001-04-04 Gerd Moellmann <gerd@gnu.org>
7216
7217 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
7218 New functions.
7219 (lm-verify): Check keywords.
7220 From Eric M. Ludlam <eric@siege-engine.com>.
7221
7222 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
7223
7224 * speedbar.el (speedbar-insert-image-button-maybe): Check for
7225 `xemacs' feature instead of for the function `set-extent-property'.
7226
7227 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
7228
7229 * mail/mh-utils.el (mh-folder-hist): New var.
7230 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
7231
7232 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
7233
7234 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
7235 region, position point on the first or last 16-byte group.
7236 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
7237 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
7238 hexl-beginning-of-line.
7239
7240 2001-04-03 Gerd Moellmann <gerd@gnu.org>
7241
7242 * icomplete.el (icomplete-mode): Treat an argument like other
7243 modes do.
7244
7245 * startup.el (fancy-splash-head): Use splash8.xpm for color
7246 depth 8.
7247
7248 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
7249 Add an antry for ``converts''.
7250
7251 * language/slovak.el ("Slovak"): Add documentation string.
7252 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
7253
7254 * language/czech.el ("Czech"): Add documentation string.
7255 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
7256
7257 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
7258 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
7259
7260 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
7261
7262 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
7263 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
7264 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
7265 Use `defsubst' rather than a macro to ease debugging.
7266 (mail-extr-last): Remove (use `last' instead).
7267 (mail-extract-address-components): Properly reset the syntax-table
7268 after parsing an address. Use `last' rather than mail-extr-last.
7269 Make sure the end marker stays at the very end.
7270
7271 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
7272
7273 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
7274 last change.
7275
7276 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7277
7278 * ps-print.el: Line and paragraph spacing feature. Region to cut
7279 out when printing. Doc fix.
7280 (ps-print-version): New version number (6.5).
7281 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
7282 New vars. Line and paragraph spacing feature.
7283 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
7284 out when printing.
7285 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
7286 (ps-get-font-size, ps-begin-job, ps-continue-line)
7287 (ps-plot-region): Code fix.
7288 (ps-print-prologue-2): Var eliminated.
7289 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
7290 New internal vars.
7291 (ps-get-size): New fun.
7292 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
7293 (ps-next-line): Replace defun by defsubst.
7294 (ps-mule-plot-string): Autoload doc fix.
7295
7296 * ps-bdf.el: XEmacs compatibility. Doc fix.
7297 (installation-directory, coding-system-for-read): Declare vars if
7298 it's not declared yet.
7299 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
7300
7301 * ps-mule.el: XEmacs compatibility. Doc fix.
7302 (leading-code-private-22): Declare var if it's not declared yet.
7303 (charset-bytes, charset-dimension, charset-id, charset-width)
7304 (find-charset-region, split-char, char-width, chars-in-region)
7305 (forward-point, decompose-composite-char, encode-coding-string)
7306 (coding-system-p, ccl-execute-on-string, define-ccl-program):
7307 Define funs if not defined yet.
7308 (encode-composition-rule, find-composition): Define funs if not
7309 loaded yet.
7310 (ps-mule-prologue): PostScript code fix.
7311
7312 2001-04-02 Kenichi Handa <handa@etl.go.jp>
7313
7314 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
7315 non-nil, generate font for the header strings.
7316 (ps-mule-prepare-font): Likewise.
7317 (ps-mule-generate-glyphs): Likewise.
7318 (ps-mule-string-encoding): Likewise.
7319 (ps-mule-header-charsets): New variable.
7320 (ps-mule-encode-header-string): New function.
7321 (ps-mule-header-string-charsets): New function.
7322 (ps-mule-begin-job): Check charsets in the header strings. If there
7323 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
7324
7325 * ps-print.el (ps-generate-header-line): Encode the header string by
7326 ps-mule-encode-header-string.
7327 (ps-mule-encode-header-string): Declare autoload.
7328
7329 2001-04-02 Gerd Moellmann <gerd@gnu.org>
7330
7331 * frame.el (cursor-in-non-selected-windows):
7332 Replaces show-cursor-in-non-selected-windows.
7333
7334 2001-03-31 Kenichi Handa <handa@etl.go.jp>
7335
7336 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7337 Delete entries for "chinese-py" and "chinese-ziranma".
7338 (quail-misc-package-ext-info): New variable.
7339 (tsang-quick-converter): New function.
7340 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
7341 (quick-cns-converter, py-converter, ziranma-converter)
7342 (miscdic-convert, batch-miscdic-convert): New functions.
7343
7344 2001-03-30 Kenichi Handa <handa@etl.go.jp>
7345
7346 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
7347 eight-bit-control chars.
7348
7349 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
7350 Reduce making temporary vector (suggested by Dave Love).
7351
7352 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
7353
7354 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
7355 string as well.
7356
7357 2001-03-30 Andreas Schwab <schwab@suse.de>
7358
7359 * files.el (backup-directory-alist): Fix typo.
7360
7361 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
7362
7363 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
7364 <eggert@twinsun.com>.
7365
7366 2001-03-30 Dave Love <fx@gnu.org>
7367
7368 * progmodes/fortran.el (fortran-comment-region): Fix typo.
7369
7370 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
7371
7372 * simple.el (transient-mark-mode): Mention C-g in the doc string.
7373
7374 2001-03-30 Miles Bader <miles@gnu.org>
7375
7376 * subr.el (interactive-form): Fix paren typo.
7377
7378 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
7379
7380 * emacs-lisp/profile.el: Say that it's obsolete in the header
7381 line, so that finder.el puts that into its data-base.
7382 Suggested by Alex Schroeder <alex@gnu.org>.
7383
7384 2001-03-29 Paul Eggert <eggert@twinsun.com>
7385
7386 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
7387 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
7388
7389 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
7390
7391 * generic.el (generic-mode-set-comments): Use "" rather than nil
7392 for comment-end.
7393
7394 2001-03-29 Gerd Moellmann <gerd@gnu.org>
7395
7396 * emacs-lisp/advice.el (ad-make-advised-definition):
7397 Call interactive-form to obtain the interactive spec of subrs.
7398
7399 * subr.el (interactive-form): New function.
7400
7401 2001-03-29 Andre Spiegel <spiegel@gnu.org>
7402
7403 * vc-sccs.el (vc-sccs-register): Use relative file names.
7404
7405 2001-03-28 Gerd Moellmann <gerd@gnu.org>
7406
7407 * bookmark.el (bookmark-get-bookmark): Handle case that
7408 BOOKMARK is not a string.
7409
7410 * image.el (image-type-regexps): Change type for PS files
7411 to `postscript'.
7412
7413 * subr.el (read-passwd): Clear command history after each
7414 character entered. From: Stephen Gildea
7415 <gildea@stop.mail-abuse.org>.
7416
7417 2001-03-27 Kenichi Handa <handa@etl.go.jp>
7418
7419 * international/kkc.el (kkc-save-init-file): Locally bind
7420 print-length to nil.
7421
7422 2001-03-26 Gerd Moellmann <gerd@gnu.org>
7423
7424 * textmodes/flyspell.el: Some doc fixes.
7425 (flyspell-maybe-correct-transposition)
7426 (flyspell-maybe-correct-doubling): Use a temporary buffer
7427
7428 * textmodes/ispell.el (ispell-parse-output): Doc fix.
7429
7430 * emacs-lisp/byte-opt.el (byte-optimize-while)
7431 (byte-optimize-form-code-walker): Diagnose too few arguments
7432 for `if' and `while'.
7433
7434 2001-03-26 Kenichi Handa <handa@etl.go.jp>
7435
7436 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7437 Prepend `\' to "\<quail-translation-docstring>".
7438
7439 2001-03-26 Gerd Moellmann <gerd@gnu.org>
7440
7441 * autorevert.el (global-auto-revert-non-file-buffers):
7442 Remove duplicate defcustom.
7443
7444 2001-03-26 Miles Bader <miles@gnu.org>
7445
7446 * international/latin1-disp.el (latin1-char-displayable-p):
7447 Add leading "-" for X font pattern.
7448
7449 2001-03-26 Kenichi Handa <handa@etl.go.jp>
7450
7451 * international/mule-diag.el (describe-coding-system):
7452 For raw-text and emacs-mule, don't add anymore text about what
7453 charsets they can encode.
7454
7455 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
7456
7457 * help.el (view-lossage): Mention open-dribble-file in the doc
7458 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
7459
7460 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
7461
7462 * skeleton.el (skeleton-internal-list): Fix bogus logic.
7463 (skeleton-pair-insert-maybe): Don't pair after a backslash.
7464
7465 2001-03-23 Kenichi Handa <handa@etl.go.jp>
7466
7467 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
7468 Call ccl-execute-on-string directly so that CCL program handling
7469 multibyte sequence can work correctly.
7470 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
7471 property of the coding system.
7472
7473 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
7474
7475 * textmodes/fill.el (fill-individual-paragraphs-prefix):
7476 Fix transcription typo.
7477
7478 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
7479
7480 * whitespace.el: Add buffer local variables to toggle testing of
7481 whitespaces in buffers without affecting the default values.
7482 Bump version to 3.0 to account for a few other changes.
7483 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
7484 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
7485 (whitespace-toggle-spacetab-check): New functions.
7486
7487 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
7488
7489 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
7490
7491 2001-03-21 Gerd Moellmann <gerd@gnu.org>
7492
7493 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
7494 bs-cycle-configuration-name. From Juanma Barranquero
7495 <lektu@uol.com.br>.
7496
7497 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
7498 and cc-vars.el.
7499
7500 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
7501 headers. Always invoke sendmail with option -t.
7502
7503 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7504
7505 * Release of cc-mode 5.28.
7506
7507 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7508
7509 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
7510 Removed the hardcoded switch to "java" style in Java mode.
7511 It's instead taken care of by the default value for c-default-style.
7512
7513 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7514
7515 * cc-align.el (c-lineup-math): Fix bug where lineup was
7516 triggered by equal signs in string literals.
7517
7518 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7519
7520 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
7521 limit detection when at the ends of the buffer.
7522
7523 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
7524 "for" statement clause in case 7F; a better one is done
7525 earlier in case 7D anyway.
7526
7527 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7528
7529 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
7530 somewhat more and did a small optimization.
7531
7532 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7533
7534 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
7535 Use the limit argument only to limit the syntactic context
7536 search, not to limit the actual movement.
7537
7538 * cc-cmds.el (c-beginning-of-statement): Move by sentence
7539 inside multiline strings, just like in comments. Also various
7540 fixes to the paragraph and comment prefix recognition, block
7541 comment ender handling etc.
7542
7543 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7544
7545 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
7546 the relative position of the point.
7547
7548 * cc-cmds.el (c-electric-continued-statement): New function to
7549 use as abbrev hook to reindent for keywords such as "else"
7550 that continues an earlier statement.
7551
7552 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
7553 like classes.
7554
7555 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
7556 (pike-mode): Populate the default abbrev tables to reindent for
7557 keywords such as "else" that can continue earlier statements.
7558 Abbrev mode is therefore turned on by default now. (Note that
7559 this doesn't apply to idl-mode, since IDL afaik doesn't have
7560 statements at all.)
7561
7562 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7563
7564 * cc-engine.el (c-inside-bracelist-p): Fix for handling
7565 bracelists where the declaration contains template arguments.
7566
7567 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7568
7569 * cc-cmds.el (c-comment-indent):
7570 Use `c-get-syntactic-indentation' to correctly calculate the
7571 syntactic indentation. Fixes bug with lineup functions that
7572 return vectors.
7573
7574 * cc-engine.el (c-get-syntactic-indentation): Split the
7575 indentation sum calculation from `c-indent-line' to a separate
7576 function.
7577
7578 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7579
7580 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
7581 Fixed places where it was assumed that preprocessor directives
7582 have to start in column zero.
7583
7584 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
7585 template arguments after a class identifier properly.
7586
7587 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
7588 lists for `new Foo[]' constructs in Java as expressions and
7589 not top level definition brace lists on the top level, so that
7590 they'll get indented consistently with the same type of
7591 expression in a normal block.
7592
7593 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7594
7595 * cc-cmds.el (c-fill-paragraph): The kludge that checks
7596 whether the adaptive filling package fails to keep the comment
7597 prefix is now kludged further to check for filladapt-mode
7598 which doesn't have that problem. This is really icky, but it's
7599 the only way that works with the current misfeatures/bugs in
7600 both adaptive-fill-mode and filladapt-mode.
7601
7602 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
7603 around point is recognized more robust.
7604
7605 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7606
7607 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
7608 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
7609 (c-lit-type): Fixed all internal variables used dynamically so
7610 that they are always bound.
7611
7612 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
7613 errors:
7614
7615 (c-indent-region): Fixed reporting of syntactic errors so that
7616 the region is fully reindented even when an error occurs.
7617 The last syntactic error is printed afterwards. Also cleanup up a
7618 whole lot of code that tried to optimize indentation of whole
7619 sexps but in reality accomplishes nothing.
7620
7621 (c-indent-sexp): Use c-indent-region.
7622
7623 (c-parsing-error): Changed this variable to hold the message
7624 for any syntactic error that is discovered.
7625
7626 (c-parse-state): Search backward from point instead of the bod
7627 position when the latter is invalid. This makes CC Mode
7628 recover faster when there are unbalanced close braces.
7629
7630 (c-backward-to-start-of-if): Use c-parsing-error to report
7631 dangling "else" clauses instead of throwing an error, and fall
7632 back to a reasonable position.
7633
7634 (c-indent-line): Added argument to avoid reporting syntactic errors.
7635
7636 (c-show-syntactic-information): Don't report any syntactic errors.
7637
7638 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7639
7640 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
7641 paragraph recognition when moving by sentence in literals.
7642
7643 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
7644 start regexp for javadoc to recognize javadoc markup in general instead
7645 of a specific set of keywords, to be more future-safe.
7646
7647 (c-Pike-pikedoc-paragraph-start)
7648 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
7649 pikedoc markup.
7650
7651 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
7652
7653 (pike-mode): Initialize paragraph settings pikedoc recognition.
7654
7655 * cc-vars.el (c-default-style): Made a nicer Customize widget.
7656
7657 (c-comment-prefix-regexp): Made it possible to use an
7658 association list on this to specify mode specific regexps.
7659 The default value now use a special regexp in Pike mode to
7660 recognize pikedoc markup.
7661
7662 (c-current-comment-prefix): New variable containing the actual
7663 regexp from c-comment-prefix-regexp for the current buffer.
7664
7665 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7666
7667 * cc-cmds.el (c-electric-brace): Fixed check for special brace
7668 lists: We can't look at the syntax, since a brace list can get
7669 recognized as a plain statement-cont.
7670
7671 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
7672 special brace list opener broken over two lines got recognized
7673 as a statement on the second line. Case 9A changed.
7674
7675 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7676
7677 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
7678 adjustment after line is reindented.
7679
7680 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7681
7682 * cc-defs.el (c-point): Added optional argument for position
7683 to use instead of the current point.
7684
7685 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
7686 the in-expression block symbols when the construct starts at
7687 boi, to avoid the extra level of indentation in that case.
7688 Cases 4, 16A and 17E affected.
7689
7690 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7691
7692 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
7693 calls to `c-indent-line', to adhere better to Emacs conventions.
7694
7695 * cc-engine.el (c-indent-line): Use the syntax already bound
7696 to `c-syntactic-context', if there is any.
7697
7698 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7699
7700 * cc-engine.el (c-get-offset): Fixed bug where the indentation
7701 wasn't added up correctly when a lineup function returned nil.
7702
7703 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7704
7705 * cc-engine.el (c-collect-line-comments): Fixed bug where
7706 empty lines were ignored when collecting line comments backwards.
7707
7708 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7709
7710 * cc-align.el (c-lineup-dont-change): Return an absolute
7711 indentation column to work correctly in the case when several
7712 syntactic elements are processed for the same line.
7713
7714 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
7715 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
7716 (c-set-offset): Added absolute indentation column settings by
7717 using the vector type.
7718
7719 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7720
7721 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
7722 Implemented two new cleanups `space-before-funcall' and
7723 `compact-empty-funcall'.
7724
7725 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7726
7727 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
7728 helping building regexps.
7729
7730 * cc-engine.el (c-on-identifier): New function for detecting
7731 identifiers. It takes keywords into account.
7732
7733 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
7734 lists. `c-keywords' is set to a regexp matching all keywords
7735 in the current language.
7736
7737 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7738
7739 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
7740 list of characters to skip backwards over at the beginning of
7741 a statement, since it can precede string literals in Pike.
7742
7743 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7744
7745 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
7746 recognition when standing on the last line in a C++ comment
7747 with nothing but whitespace after the prefix.
7748
7749 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
7750 given no limit argument.
7751
7752 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7753
7754 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
7755 recognition for the `[]= operator symbol in Pike.
7756
7757 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7758
7759 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
7760 around a bug in `eval-when-compile' in the byte compiler.
7761
7762 * cc-engine.el (c-forward-token-1): Fixed bug with return
7763 value when count is zero and there's no token start within the limit.
7764
7765 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
7766 "prefix comments", i.e. comments which are followed by code on
7767 the same line.
7768
7769 * cc-mode-19.el: Fixes so that checks that must be done at
7770 compile time also are done then.
7771
7772 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7773
7774 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
7775 time and at runtime, and only when it's needed.
7776
7777 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7778
7779 Major cleanup for less error prone and more warning free
7780 compilation, including some fixes for bugs due to different
7781 compilation orders. Thanks to Martin Buchholz for providing
7782 the basis for all this.
7783
7784 * cc-bytecomp.el: New file that provides some byte compilation
7785 features: It ensures that files always are loaded from the
7786 current source directory during compilation, and it provides a
7787 set of macros to turn off specific compiler warnings for
7788 specific symbols. (It's not CC Mode specific in any way.)
7789
7790 Fixed a nearly acyclic dependency tree (both runtime and
7791 compile-time) between all files.
7792
7793 * cc-defs.el: Separated all macros before the inline functions,
7794 to ensure correct compilation.
7795
7796 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
7797 cc-defs.el to cc-engine.el and made it a function instead.
7798
7799 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
7800 about char-after.
7801
7802 * cc-vars.el: Cope even when there isn't a custom package
7803 containing defcustom available.
7804
7805 * cc-make.el: Removed since it's no longer necessary.
7806
7807 README: Updated installation instructions.
7808
7809 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7810
7811 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
7812 improve the modularity: Moved all mode init stuff from
7813 cc-langs.el to cc-mode.el, including the keymap
7814 initialization; cc-langs now only contains the various
7815 variables for configuring the language syntax.
7816
7817 * cc-engine.el, cc-styles.el (c-evaluate-offset)
7818 (c-get-offset): Moved from cc-styles to cc-engine since file
7819 dependency analysis suggests they belong there (which also
7820 makes more sense). Thanks to Martin Buchholz for doing the analysis.
7821
7822 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7823
7824 * cc-cmds.el (c-fn-region-is-active-p): New function that
7825 wraps the corresponding macro, for use in places that aren't
7826 compiled. Thanks to Martin Buchholz for pointing out this.
7827
7828 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
7829
7830 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
7831 add things to the bug report.
7832
7833 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7834
7835 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
7836 returned prefix could contain a newline when the search for a
7837 good prefix line failed.
7838
7839 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7840
7841 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
7842 (c-toggle-auto-hungry-state): Made the argument optional, as
7843 the documentation says it is.
7844
7845 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7846
7847 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
7848 multiline string syntax, #"...", as a cpp macro.
7849
7850 2001-03-21 Paul Eggert <eggert@twinsun.com>
7851
7852 * international/mule-cmds.el (set-locale-environment):
7853 Set system-messages-locale and system-time-locale, but only if the
7854 caller specifies a non-nil locale name.
7855
7856 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7857
7858 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
7859 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
7860
7861 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7862
7863 * follow.el (follow-avoid-tail-recenter): Doc fix.
7864
7865 * custom.el (custom-set-variables): Avoid reversing the list
7866 of args needlessly.
7867
7868 * startup.el (fancy-splash-head): Don't change the colors of the
7869 XPM image on a dark background.
7870
7871 * comint.el (comint-exec-1): Set columns of the terminal to
7872 window-width instead of frame-width.
7873
7874 * info.el (Info-scroll-down): Add missing WINDOW arg for
7875 pos-visible-in-window-p.
7876
7877 * ehelp.el (electric-help-mode-hook): Add defcustom.
7878
7879 * mail/sendmail.el (mail-mode): Activate case-folding in
7880 font-lock-defaults.
7881
7882 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
7883
7884 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
7885 (completion-ignored-extensions): Remove duplicate ".class".
7886
7887 2001-03-19 Andreas Schwab <schwab@suse.de>
7888
7889 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
7890 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
7891
7892 2001-03-19 Gerd Moellmann <gerd@gnu.org>
7893
7894 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
7895 methods since there are not prefix input methods.
7896
7897 2001-03-19 Kenichi Handa <handa@etl.go.jp>
7898
7899 * international/mule-cmds.el (read-input-method-name):
7900 Locally bind enable-recursive-minibuffers to t.
7901
7902 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
7903
7904 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
7905
7906 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
7907
7908 * ediff-util.el: Copyright years.
7909 (ediff-choose-syntax-table): New function.
7910 (ediff-setup): Use ediff-choose-syntax-table.
7911
7912 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7913 with-syntax-table.
7914
7915 * ediff.el: Date of last update, copyright years.
7916
7917 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7918
7919 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7920 of Scott Bronson.
7921 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
7922 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7923 Deleted functions.
7924 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7925 ex-token-list.
7926
7927 * viper-util.el: Spaces, indentation.
7928
7929 * viper.el: Changed version, modification time.
7930
7931 2001-03-16 John Wiegley <johnw@gnu.org>
7932
7933 * calendar/timeclock.el (timeclock-workday-remaining):
7934 Check whether `discrep' is non-null before using it.
7935
7936 2001-03-16 John Wiegley <johnw@gnu.org>
7937
7938 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
7939 first-time checkins.
7940 (timeclock-log-data): Fixed problem with reading timelog log file.
7941 Resulting data in the "day list" was incorrect.
7942 (timeclock-find-discrep): Check if `timeclock-file' is readable
7943 before opening it.
7944 (timeclock-time-less-p): New function.
7945 (timeclock-day-base): New function.
7946 (timeclock-geometric-mean): New function.
7947 (timeclock-generate-report): Generate a summary report based on
7948 the contents of the log file. This uses `timeclock-log-data', and
7949 is an example of writing a timelog manipulation function.
7950 (timeclock-visit-timelog): A quick command for opening the timelog
7951 file.
7952 (timeclock-log-data): Bound the variable event.
7953
7954 2001-03-16 Kenichi Handa <handa@etl.go.jp>
7955
7956 * international/mule-cmds.el (select-safe-coding-system):
7957 Fix typo: symbol-name -> symbol-value.
7958
7959 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
7960 before substitute-in-file-name to handle double slashes in FILE
7961 correctly.
7962
7963 2001-03-15 Gerd Moellmann <gerd@gnu.org>
7964
7965 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
7966 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
7967
7968 2001-03-14 Gerd Moellmann <gerd@gnu.org>
7969
7970 * bindings.el (features): Add `md5' and `overlay' to the list.
7971
7972 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
7973 bound before using it. It's not bound when configured without X,
7974 for instance.
7975
7976 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
7977
7978 * progmodes/hideshow.el: Update copyright.
7979 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
7980 (hs-minor-mode-hook): Include `:version' in defcustom form.
7981
7982 2001-03-13 Gerd Moellmann <gerd@gnu.org>
7983
7984 * help.el (string-key-binding): Don't call event-start on
7985 a non-list.
7986
7987 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
7988
7989 * startup.el (fancy-splash-tail, command-line-1): Fix the
7990 copyright year.
7991
7992 2001-03-13 Kenichi Handa <handa@etl.go.jp>
7993
7994 * term.el: These changes are based on a patch sent from Yong Lu
7995 <lyongu@yahoo.com>.
7996 (term-set-escape-char): Bind M-x to execute-extended-command in
7997 term-raw-escape-map.
7998 (term-move-columns): Don't try to move to negagive column.
7999 (term-emulate-terminal): Insert a string before deleting a text to
8000 overwrite.
8001
8002 2001-03-12 Gerd Moellmann <gerd@gnu.org>
8003
8004 * play/life.el (life): Rearrange code so that all calls to
8005 life-display-generation are in a catch-form.
8006
8007 * progmodes/etags.el (tags-loop-continue): Don't change point in a
8008 file that isn't interesting. In an interesting file, push the old
8009 value of point on the mark ring.
8010
8011 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
8012 New function.
8013 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
8014 Use it.
8015
8016 * emacs-lisp/autoload.el (generate-file-autoloads):
8017 Remove warning about line lengths.
8018
8019 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
8020
8021 * progmodes/etags.el (tags-compression-info-list): New variable.
8022 (find-tag-in-order): Use it to deal with compressed source files.
8023 (tag-file-name-match-p): New function.
8024 (etags-recognize-tags-table): Use it for better match of file names.
8025
8026 2001-03-12 Kenichi Handa <handa@etl.go.jp>
8027
8028 * international/mule-cmds.el (register-input-method): Doc fix.
8029
8030 * international/quail.el (quail-translate-key): Fix condition to
8031 check if there's another breaking point in the current key.
8032
8033 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
8034
8035 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
8036 Babyl header to the newly-created output file, bind
8037 coding-system-for-write to either rmail-file-coding-system or
8038 emacs-mule-unix.
8039
8040 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
8041
8042 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
8043 Fix the name and regexp used for subsubsections.
8044
8045 2001-03-10 Dave Love <fx@gnu.org>
8046
8047 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
8048 and save-buffer if buffer-file-name non-nil. From rms.
8049
8050 2001-03-10 Andre Spiegel <spiegel@gnu.org>
8051
8052 * vc.el (vc-do-command): If the destination buffer is already
8053 current, don't set it up and don't erase it. Updated doc string
8054 to reflect that.
8055 (vc-version-diff): When doing a single file diff, don't switch to the
8056 *vc-diff* buffer before the command. This is to preserve local
8057 variable bindings that might affect the diff command.
8058 (vc-print-log): Don't switch to the *vc* buffer before the
8059 command, so that local variable bindings are preserved.
8060
8061 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
8062 not the current buffer.
8063 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
8064
8065 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
8066 make output go to buffer *vc*, not the current buffer.
8067
8068 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
8069
8070 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
8071 so ^, $, *, ? and + are interpreted correctly.
8072
8073 2001-03-09 Gerd Moellmann <gerd@gnu.org>
8074
8075 * help.el (string-key-binding): Renamed from
8076 mode-line-key-binding. Handle any event on a string.
8077 Check for `keymap' properties as well as `local-map' properties.
8078
8079 * comint.el (comint-insert-clicked-input): Use the last key
8080 from this-command-keys to lookup the global key definition.
8081
8082 2001-03-09 Kenichi Handa <handa@etl.go.jp>
8083
8084 * international/characters.el: Add category `j' for
8085 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
8086
8087 * international/mule-conf.el (no-conversion): Fix docstring.
8088 (raw-text): Fix docstring.
8089
8090 2001-03-08 Gerd Moellmann <gerd@gnu.org>
8091
8092 * simple.el (choose-completion-string): When not leaving the
8093 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
8094 is set.
8095
8096 * window.el (shrink-window-if-larger-than-buffer): Handle frame
8097 parameter `(minibuffer . t)'.
8098
8099 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
8100
8101 * progmodes/sh-script.el (sh-st-symbol): New symbol.
8102 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
8103 (sh-mode): Remove `make-local-variable' for unused var
8104 `font-lock-unfontify-region-function'.
8105
8106 2001-03-07 Richard M. Stallman <rms@gnu.org>
8107
8108 * info.el (Info-scroll-down): Fix previous change.
8109
8110 * mail/rmail.el (rmail-toggle-header): Use a window which
8111 is showing the Rmail buffer, rather than the selected window.
8112
8113 2001-03-07 Dave Love <fx@gnu.org>
8114
8115 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
8116 now, to avoid problems with binding imenu directly to a mouse event.
8117
8118 2001-03-07 Gerd Moellmann <gerd@gnu.org>
8119
8120 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
8121 second arg t.
8122
8123 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
8124
8125 * log-edit.el (log-edit-common-indent): New var.
8126 (log-edit-set-common-indentation): Renamed from
8127 log-edit-delete-common-indentation. Use the new var.
8128 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
8129
8130 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
8131 (cvs-mode-add-change-log-entry-other-window):
8132 Don't presume change-log-default-name is defined.
8133
8134 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
8135
8136 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
8137 the "tree" operation as well.
8138
8139 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
8140
8141 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
8142 to match paragraph-start.
8143
8144 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
8145 comment-start-skip and set comment-end-skip as well.
8146 (sgml-comment-indent): Fix for new value of comment-start-skip.
8147 (html-autoview-mode): Don't bother using make-local-hook.
8148
8149 2001-03-07 Gerd Moellmann <gerd@gnu.org>
8150
8151 * cus-edit.el (custom-save-delete): Move in front of local
8152 variables, otherwise long Custom entries would make them ineffective.
8153
8154 * uniquify.el: Set maintainer to FSF.
8155
8156 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
8157
8158 * dired-aux.el (dired-do-shell-command): Doc fix.
8159
8160 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
8161
8162 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
8163
8164 * which-func.el (which-func-modes): Add cperl-mode.
8165 (which-func-mode-global): Use define-minor-mode.
8166
8167 * info-look.el: Docstring fixes and dead code eliminated.
8168 (cperl-mode): Add support.
8169 (emacs-lisp-mode): List all entries from elisp manual, whether
8170 or not they are currently (f)bound or not. Update regexp.
8171
8172 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
8173
8174 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
8175 so that C-h m shows the correct information.
8176 Use make-local-variable rather than make-variable-buffer-local.
8177 (cperl-info-buffer, cperl-setup-tmp-buf):
8178 Use make-local-variable rather than make-variable-buffer-local.
8179 (cperl-msb-fix, cperl-get-help-defer):
8180 Check major-mode for `cperl-mode' as well.
8181
8182 * progmodes/cperl-mode.el: Updated to author version 4.23.
8183 (cperl-electric-pod): SYNOPSIS was misspelled.
8184 (cperl-find-pods-heres): @if ? a : b was considered a REx.
8185 (cperl-after-expr-p): Make true after __END__.
8186
8187 2001-03-06 Gerd Moellmann <gerd@gnu.org>
8188
8189 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
8190 bookmark-completion-ignore-case is t.
8191
8192 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
8193 switch, like xterm, and concat resource strings, with a newline
8194 between them.
8195
8196 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
8197
8198 * international/codepage.el (cp770-decode-table)
8199 (cp773-decode-table, cp774-decode-table): New variables.
8200
8201 * man.el (Man-hyphenated-reference-regexp): New variable.
8202 (Man-build-references-alist): Use it to search for referenced
8203 manpages. If hyphenated is non-nil, record a concatenated word in
8204 Man-refpages-alist only if it matches Man-reference-regexp.
8205 Update word's length when it is concatenated. Reverse the list,
8206 to get the first manpage at the head.
8207 (Man-possibly-hyphenated-word): New function.
8208 (Man-follow-manual-reference): Use it instead of current-word to
8209 find a manpage at point, in a way that accounts for hyphenated
8210 references.
8211
8212 2001-03-06 Alex Schroeder <alex@gnu.org>
8213
8214 * sql.el (sql-interbase): New function.
8215 (sql-interbase-program): New option.
8216 (sql-interbase-options): New option.
8217 And some typos fixed: "customise" to "customize".
8218
8219 2001-03-06 Dave Love <fx@gnu.org>
8220
8221 * textmodes/flyspell.el (flyspell-region):
8222 Set up flyspell-local-mouse-map.
8223
8224 2001-03-05 Richard M. Stallman <rms@gnu.org>
8225
8226 * mail/rmail.el (rmail-retry-failure):
8227 Don't call rmail-beginning-of-message.
8228 Don't discard From: field. Do discard Received: field.
8229 Use unwind-protect to re-prune.
8230 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
8231
8232 2001-03-06 Kenichi Handa <handa@etl.go.jp>
8233
8234 * international/quail.el (quail-title): Add autoload cookie.
8235
8236 2001-03-05 Dave Love <fx@gnu.org>
8237
8238 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
8239 new defs.
8240
8241 2001-03-05 Kenichi Handa <handa@etl.go.jp>
8242
8243 * language/ethio-util.el (ethio-toggle-space):
8244 Update current-input-method-title if necessary.
8245 (ethio-toggle-punctuation): Likewise.
8246
8247 * international/quail.el (quail-title): Fix for the case that a
8248 title of an input method is specified by a list of the same form
8249 as used in mode-line-format.
8250
8251 * international/mule-cmds.el (activate-input-method):
8252 If current-input-method-title is set by activating INPUT-METHOD,
8253 respect that value.
8254
8255 2001-03-05 Gerd Moellmann <gerd@gnu.org>
8256
8257 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
8258
8259 2001-03-05 Alex Schroeder <alex@gnu.org>
8260
8261 * sql.el (sql-sybase): Fix typo (was: query user about server two
8262 times instead of server and database).
8263
8264 * sql.el (sql-sybase): Doc change.
8265 (sql-mysql): Doc change.
8266 (sql-postgres): Doc change.
8267
8268 2001-03-05 Kenichi Handa <handa@etl.go.jp>
8269
8270 * international/mule-conf.el (emacs-mule, raw-text):
8271 Docstring modified.
8272
8273 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
8274
8275 * term/internal.el: Update copyright notice.
8276
8277 * term/pc-win.el: Update copyright notice.
8278
8279 2001-03-02 Dave Love <fx@gnu.org>
8280
8281 * files.el (insert-file-contents-literally):
8282 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
8283 not jka-compr-compression-info-list.
8284
8285 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
8286
8287 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
8288 spaces in default comment-start-skip settings rather than \s-.
8289
8290 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
8291
8292 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
8293 default-frame-alist as well.
8294
8295 2001-03-01 Dave Love <fx@gnu.org>
8296
8297 * textmodes/reftex.el (defvar): Wrap some defvars in
8298 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
8299
8300 * subr.el (event-basic-type): Doc fix.
8301
8302 * international/quail.el: Doc fixes.
8303
8304 * international/utf-8.el: Doc fixes.
8305
8306 * international/mule-cmds.el: Doc fixes.
8307 (leim-list-header): Fix header text.
8308
8309 * international/mule.el (coding-system-category): Doc fix.
8310
8311 * international/ccl.el (ccl-compile): Doc fix.
8312
8313 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
8314
8315 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
8316 rather than (before|after)-change-functions.
8317
8318 2001-03-01 Gerd Moellmann <gerd@gnu.org>
8319
8320 * ediff-util.el (ediff-scroll-horizontally): Arrange for
8321 scroll-left and scroll-right being called interactively so that
8322 they set the window's min_hscroll.
8323
8324 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
8325
8326 * info.el (info-insert-file-contents-1): Accept an additional
8327 argument `lfn': if it is non-nil, concatenate `filename' and
8328 `suffix'; otherwise use the complicated MS-DOS code.
8329 All callers changed.
8330 (info-insert-file-contents, Info-find-node): If the MS-DOS port
8331 can access long file names, try the long file-name version of
8332 `info-insert-file-contents-1', then the short file-name version.
8333
8334 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
8335
8336 * language/ethio-util.el (setup-ethiopic-environment-internal):
8337 Change bindings of functions keys to conform to "Emacs Lisp Coding
8338 Convention".
8339
8340 * language/ethiopic.el ("Ethiopic"): Add documentation.
8341
8342 2001-02-28 Kenichi Handa <handa@etl.go.jp>
8343
8344 * international/utf-8.el (mule-utf-8): Set coding-category
8345 property to coding-category-utf-8.
8346
8347 2001-02-27 Richard M. Stallman <rms@gnu.org>
8348
8349 * lpr.el (lpr-page-header-switches, print-region-1):
8350 Undo 2000-07-06 change.
8351 (lpr-add-switches): Default to t on gnu/linux.
8352
8353 2001-02-27 Gerd Moellmann <gerd@gnu.org>
8354
8355 * bs.el (bs-attributes-list): Doc fix.
8356
8357 2001-02-26 Gerd Moellmann <gerd@gnu.org>
8358
8359 * help.el (describe-project): Display the file THE-GNU-PROJECT.
8360
8361 * help.el (view-order-manuals): Use goto-address.
8362
8363 * startup.el (command-line-1): Add info about ordering manuals
8364 to the not so fancy splash screens.
8365
8366 2001-02-26 Andre Spiegel <spiegel@gnu.org>
8367
8368 * vc.el (vc-default-workfile-unchanged-p)
8369 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
8370
8371 2001-02-26 Gerd Moellmann <gerd@gnu.org>
8372
8373 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
8374 fontify in the right buffer.
8375
8376 * allout.el (outline-flag-region): Move macro in front of first
8377 use to avoid a run-time error.
8378
8379 2001-02-24 Andrew Innes <andrewi@gnu.org>
8380
8381 * makefile.w32-in: Fix copyright notice.
8382
8383 2001-02-24 Kenichi Handa <handa@etl.go.jp>
8384
8385 * international/utf-8.el (mule-utf-8): Set correct value for
8386 valid-codes property.
8387
8388 * international/fontset.el (x-complement-fontset-spec): In the
8389 case that we use ASCII font for the other charsets, use only
8390 family and registry part of it.
8391
8392 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
8393
8394 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
8395 (shrink-window-if-larger-than-buffer): Doc fix.
8396
8397 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
8398
8399 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
8400 predicate passed to completing-read.
8401
8402 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
8403
8404 * startup.el (command-line): Fix last change.
8405
8406 2001-02-23 Jason Rumney <jasonr@gnu.org>
8407
8408 * startup.el (tool-bar-originally-present): New variable.
8409 (command-line): Set it if the tool-bar is switched on at startup.
8410
8411 * frame.el (frame-notice-user-settings): Only adjust frame height
8412 for no tool-bar case if tool-bar was originally switched on.
8413 From E. Jay Berkenbilt.
8414
8415 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
8416
8417 * server.el (server-switch-buffer): Only switch window if the
8418 current one is dedicated.
8419
8420 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
8421 rather than using (match-beginning 0) when searching for break point.
8422
8423 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
8424
8425 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
8426 @ follows an accent command such as @'. Support optional braces
8427 in commands that insert accents, like makeinfo does.
8428
8429 2001-02-22 Gerd Moellmann <gerd@gnu.org>
8430
8431 * startup.el (fancy-splash-text): Add a line for ordering
8432 manuals. Reverse order of splash screens shown.
8433 (use-fancy-splash-screens-p): Adapt to the text line added.
8434
8435 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
8436 manuals from the FSF.
8437
8438 * help.el (view-order-manuals): New function.
8439 (toplevel): Bind C-h C-m to this function.
8440
8441 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
8442
8443 * newcomment.el (comment-forward): Skip the comment-start before
8444 searching for the comment-end.
8445
8446 2001-02-21 Dave Love <fx@gnu.org>
8447
8448 * custom.el (custom-initialize-changed, defcustom): Doc fix.
8449
8450 * international/mule-cmds.el, international/mule.el: Doc fixes.
8451
8452 2001-02-21 Gerd Moellmann <gerd@gnu.org>
8453
8454 * startup.el (fancy-splash-screens): Use display-hourglass
8455 instead of display-busy-cursor.
8456
8457 * frame.el (display-hourglass): Renamed from busy-cursor.
8458 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
8459 (show-cursor-in-non-selected-windows): Doc fix.
8460
8461 2001-02-20 Dave Love <fx@gnu.org>
8462
8463 * international/utf-8.el: Doc and commentary fixes.
8464
8465 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
8466
8467 * ehelp.el (with-electric-help): Doc fix.
8468
8469 2001-02-20 Gerd Moellmann <gerd@gnu.org>
8470
8471 * msb.el (msb-mode): Call the update-buffers function explicitly
8472 with a FORCE argument.
8473
8474 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
8475 FORCE. If set, update the menu even if frame-or-buffer-changed-p
8476 returns nil.
8477
8478 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8479
8480 * ps-print.el: Timestamp package replacement. Some enhancements.
8481 Some XEmacs compatibility. Doc fix.
8482 (ps-print-version): New version number (6.4).
8483 (ps-printer-name): Initialization fix.
8484 (ps-zebra-stripe-follow): Funcionality enhancement.
8485 (ps-prologue-file): Code enhancement.
8486 (ps-right-header): Timestamp package replacement.
8487 (ps-setup, ps-face-bold-p, ps-face-italic-p)
8488 (ps-get-page-dimensions)
8489 (ps-generate-header, ps-begin-file, ps-begin-job)
8490 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
8491 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
8492 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
8493 (coding-system-for-write): Var declaration (XEmacs compatibility).
8494
8495 2001-02-20 Miles Bader <miles@gnu.org>
8496
8497 * image-file.el (image-file-name-extensions): Add "tif".
8498
8499 2001-02-19 Gerd Moellmann <gerd@gnu.org>
8500
8501 * wid-edit.el (widget-button-click): Save the selected window
8502 around the code handling clicks on buttons.
8503
8504 2001-02-18 Dave Love <fx@gnu.org>
8505
8506 * imenu.el (imenu--generic-function): Use mapc to iterate over
8507 syntax characters.
8508
8509 2001-02-17 Richard M. Stallman <rms@gnu.org>
8510
8511 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
8512
8513 * uniquify.el (uniquify-buffer-name-style): Doc fix.
8514
8515 2001-02-16 Gerd Moellmann <gerd@gnu.org>
8516
8517 * mouse.el (mouse-save-then-kill): If the distance from the new
8518 point to the mark is equal to the distance of point from the new
8519 point, move point instead of the mark.
8520
8521 2001-02-16 Dave Love <fx@gnu.org>
8522
8523 * textmodes/flyspell.el (flyspell-get-word): Return string without
8524 properties.
8525
8526 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
8527
8528 * generic.el (generic-find-file-regexp): Doc fix.
8529 (generic-ignore-files-regexp): New defcustom.
8530 (generic-mode-find-file-hook): If the file's name matches the
8531 regexp in `generic-ignore-files-regexp', don't enter
8532 default-generic-mode. Doc fix.
8533
8534 2001-02-16 Gerd Moellmann <gerd@gnu.org>
8535
8536 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
8537 Add autoload cookies.
8538
8539 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
8540 of cal-tex-24.
8541
8542 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
8543
8544 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
8545
8546 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
8547 the character class after the (optional) drive, to support file
8548 names with embedded blanks.
8549
8550 2001-02-15 Sam Steingold <sds@gnu.org>
8551
8552 * textmodes/tex-mode.el (tex-shell-running):
8553 Check the process buffer too.
8554
8555 2001-02-15 Dave Love <fx@gnu.org>
8556
8557 * battery.el (battery-status-function): Fix doc, :type.
8558
8559 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
8560
8561 2001-02-15 Gerd Moellmann <gerd@gnu.org>
8562
8563 * subr.el (read-passwd): Clear Lisp memory holding password.
8564
8565 2001-02-15 Miles Bader <miles@gnu.org>
8566
8567 * info.el (Info-copy-current-node-name): New function.
8568 (Info-mode-menu): Add it to the menu.
8569
8570 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
8571
8572 * international/mule-cmds.el (toggle-input-method): Doc fix.
8573
8574 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
8575
8576 * replace.el (occur): Stop at end of buffer.
8577
8578 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
8579
8580 * international/mule-cmds.el (set-input-method): Another doc fix.
8581
8582 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
8583
8584 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
8585
8586 2001-02-13 Miles Bader <miles@gnu.org>
8587
8588 * faces.el (set-face-background, set-face-foreground)
8589 (set-face-stipple): Treat a value of nil as being `unspecified'.
8590
8591 2001-02-12 Dave Love <d.love@dl.ac.uk>
8592
8593 * international/latin1-disp.el: Doc fixes.
8594 (latin1-display) <defgroup>: Add :link.
8595 (latin1-display) <function>: Set variable latin1-display.
8596
8597 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
8598
8599 * international/mule-cmds.el (set-input-method): Doc fix.
8600
8601 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
8602
8603 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
8604 (speedbar-line-file): Return nil if not a file.
8605 (speedbar-buffers-line-path): Return file for tags, and dir for files.
8606
8607 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
8608
8609 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
8610 for remote files.
8611 (ediff-coding-system-for-read): Replaced the no-conversion default
8612 with raw-text.
8613
8614 * ediff-init.el: Removed :version from defcustom vars.
8615
8616 * ediff-util.el (ediff-compute-custom-diffs-maybe):
8617 Better handling of the diff mode.
8618
8619 * ediff.texi: Added ediff-coding-system-for-read.
8620
8621 * viper.texi: Fix typos.
8622
8623 2001-02-11 Dave Love <fx@gnu.org>
8624
8625 * shadowfile.el: Doc fixes.
8626 (shadow) <defgroup>: Add :link.
8627 (shadowfile-unload-hook): New function.
8628 (shadow-initialize): Use defalias, not fset.
8629 (shadow-define-cluster, shadow-define-literal-group)
8630 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
8631
8632 * international/mule.el: Doc and message fixes.
8633
8634 * international/ccl.el (define-ccl-program): Doc fix.
8635
8636 2001-02-11 Kenichi Handa <handa@etl.go.jp>
8637
8638 * faces.el (mode-line): Set :line-width property to -1.
8639
8640 2001-02-10 Richard M. Stallman <rms@gnu.org>
8641
8642 * complete.el (partial-completion-mode): Doc fix.
8643
8644 * simple.el (delete-key-deletes-forward-mode):
8645 Change `let' to `let*' to fix gross bug in last change.
8646
8647 * repeat.el (repeat): Don't let execute-kbd-macro alter
8648 real-last-command.
8649
8650 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
8651
8652 * simple.el (eval-expression): Doc fix.
8653
8654 2001-02-09 Dave Love <fx@gnu.org>
8655
8656 * imenu.el (imenu-generic-expression): Doc fix.
8657
8658 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
8659 From Juanma Barranquero.
8660
8661 * emacs-lisp/authors.el (authors): Expand `root' before running find.
8662
8663 2001-02-09 Kenichi Handa <handa@etl.go.jp>
8664
8665 * faces.el (set-face-attribute): Describe the case of a negative
8666 value specified for :line-width.
8667
8668 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
8669
8670 * which-func.el (which-func-mode): Invert which-func-mode-global.
8671 From Juanma Barranquero <lektu@uol.com.br>.
8672
8673 2001-02-08 Dave Love <fx@gnu.org>
8674
8675 * wid-edit.el (widget-plist-convert-widget): Replace binding of
8676 widget-plist-value-type.
8677 (widget-alist-convert-widget): Replace binding of
8678 widget-alist-value-type.
8679
8680 * textmodes/paragraphs.el (sentence-end): Doc fix.
8681
8682 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
8683 Remove `backward-line'.
8684
8685 * play/pong.el (pong-blank-color, pong-bat-color)
8686 (pong-ball-color, pong-border-color, pong-left-key)
8687 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
8688 (pong-pause-key, pong-resume-key, pong-timer-delay):
8689 * mail/mh-comp.el (mh-compose-letter-function):
8690 * eshell/esh-mode.el (eshell-skip-prompt-function):
8691 * emulation/viper-ex.el (ex-unix-type-shell-options):
8692 * recentf.el (recentf-menu-filter):
8693 * ps-print.el (ps-print-region-function):
8694 * lpr.el (print-region-function):
8695 * forms.el (forms-mode-hooks):
8696 * dirtrack.el (dirtrack-directory-change-hook):
8697 * cus-start.el (temp-buffer-show-function, display-buffer-function):
8698 * textmodes/spell.el (spell-filter):
8699 * textmodes/fill.el (adaptive-fill-function):
8700 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
8701 * progmodes/etags.el (find-tag-default-function):
8702 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
8703 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8704
8705 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
8706
8707 * emulation/viper-init.el (viper-fast-keyseq-timeout)
8708 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
8709 Meyering <jim@meyering.net>.
8710
8711 * loadup.el: Revert last change.
8712
8713 2001-02-07 Kenichi Handa <handa@etl.go.jp>
8714
8715 * international/mule.el (transform-make-coding-system-args):
8716 Make it work also for coding systems not using CCL.
8717
8718 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8719
8720 * simple.el (previous-matching-history-element)
8721 (next-matching-history-element): Doc fix.
8722
8723 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
8724 specific part.
8725
8726 2001-02-06 Dave Love <fx@gnu.org>
8727
8728 * add-log.el (add-log-current-defun-function)
8729 (add-log-buffer-file-name-function, add-log-file-name-function):
8730 Fix :type.
8731 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
8732
8733 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8734
8735 * info.el (info-initialize): Remove the test for system-type when
8736 invocation-directory is non-nil.
8737
8738 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
8739 of `font-lock-defaults' to `backward-paragraph' rather than nil.
8740
8741 2001-02-06 Andrew Innes <andrewi@gnu.org>
8742
8743 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
8744 absolute.
8745
8746 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
8747
8748 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
8749 buffers. When hi-lock turned on rather than only checking current
8750 buffer for regexps, all buffers are checked. Moved activation of
8751 font-lock to hi-lock-refontify. When font-lock turned off rather
8752 than removing added highlighting just in current buffer, remove it
8753 in all buffers. Changed edit menu text from "Automatic
8754 Highlighting" to "Regexp Highlighting" Documentation for
8755 highlighting phrases, minor documentation changes.
8756 (hi-lock-set-file-patterns): Execute only if there are new or
8757 existing file patterns.
8758 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
8759 unfontify and, if a support mode is active, will not refontify the
8760 whole buffer. If necessary, turn on font lock. (Removed
8761 font-lock-unfontify and font-lock support-mode-specific calls,
8762 such as lazy-lock-fontify-window.)
8763 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
8764 patterns are found. Not useful now since find-file-hook is removed
8765 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
8766 (hi-lock-face-phrase-buffer): New function. Also added related
8767 menu item and keybinding.
8768 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
8769 (hi-lock-process-phrase): New function.
8770 (hi-lock-line-face-buffer): Doc fixes.
8771 (hi-lock-face-buffer): Doc fixes.
8772 (hi-lock-unface-buffer): Doc fixes.
8773
8774 2001-02-06 Gerd Moellmann <gerd@gnu.org>
8775
8776 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
8777 dabbrev-ignored-regexps.
8778
8779 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8780
8781 * simple.el (kill-line): Doc fix.
8782
8783 2001-02-05 Dave Love <fx@gnu.org>
8784
8785 * loadup.el: Revert last two changes -- bootstrapping works with
8786 regenerated loaddefs.
8787
8788 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
8789
8790 * isearch.el (isearch-forward): Doc fix.
8791
8792 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
8793 of font-lock-defaults to backward-paragraph.
8794
8795 2001-02-05 Gerd Moellmann <gerd@gnu.org>
8796
8797 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
8798 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
8799
8800 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8801
8802 * ebnf2ps.el: Eliminate time-stamp functions.
8803 (ebnf-version): New version (3.5).
8804 (ebnf-eps-finish-and-write): Replace time-stamp functions by
8805 format-time-string.
8806
8807 2001-02-05 Gerd Moellmann <gerd@gnu.org>
8808
8809 * simple.el (next-line): Goto end-of-line before inserting a newline.
8810
8811 2001-02-05 Miles Bader <miles@gnu.org>
8812
8813 * image-file.el (insert-image-file): When visiting an image, also
8814 set `truncate-lines' to t so that any fringe arrow looks correct.
8815
8816 2001-02-05 Kenichi Handa <handa@etl.go.jp>
8817
8818 * isearch.el (isearch-forward): Add description about input method
8819 in the docsting.
8820
8821 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
8822
8823 * skeleton.el (skeleton-internal-1): Always push the mark for @.
8824
8825 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
8826
8827 * info.el (info-initialize): If installation-directory is nil, for
8828 DOS/Windows systems try looking in a sibling of invocation-directory.
8829
8830 2001-02-02 Gerd Moellmann <gerd@gnu.org>
8831
8832 * wid-edit.el (widget-button-click): Fix last change.
8833
8834 * frame.el (frame-notice-user-settings): When resizing the initial
8835 frame because the tool bar is off, also change the frame's top
8836 position if a negative top position was specified.
8837
8838 2001-02-02 Miles Bader <miles@gnu.org>
8839
8840 * image-file.el (insert-image-file): When visiting an image,
8841 suppress the cursor in the image buffer.
8842
8843 2001-02-01 Dave Love <fx@gnu.org>
8844
8845 * progmodes/f90.el (f90-mode): Remove startup message.
8846
8847 * vc-cvs.el: Remove autoloads. Require vc when compiling.
8848
8849 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8850
8851 * startup.el (command-line): Fix code determining whether or not
8852 to use delete-key-deletes-forward-mode.
8853
8854 2001-02-01 Andre Spiegel <spiegel@gnu.org>
8855
8856 * vc.el (vc-diff-switches): New user option.
8857 (vc-version-diff): Use it.
8858 (vc-diff-switches-list): New macro.
8859
8860 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
8861 New customization options.
8862 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
8863
8864 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
8865
8866 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8867
8868 * msb.el (toplevel): Quote hook symbols.
8869
8870 2001-02-01 Kenichi Handa <handa@etl.go.jp>
8871
8872 * international/mule.el (make-coding-system): Add description
8873 about recognized properties in the docstring.
8874
8875 * international/mule-conf.el: Remove unused charsets
8876 mac-roman-lower and mac-roman-upper.
8877
8878 2001-01-31 Gerd Moellmann <gerd@gnu.org>
8879
8880 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
8881 is in front of the left-margin, if any.
8882
8883 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
8884 like `delete'.
8885
8886 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
8887
8888 * term/w32-win.el (mouse-set-font): Doc fix.
8889
8890 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
8891
8892 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
8893 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
8894 on already.
8895
8896 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
8897
8898 * files.el (save-buffer): Don't give message if (buffer-file-name)
8899 returns nil.
8900
8901 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
8902
8903 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
8904
8905 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
8906 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
8907
8908 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
8909 display problems.
8910
8911 2001-01-31 Kenichi Handa <handa@etl.go.jp>
8912
8913 * international/mule.el (charset-info): Fix docstring.
8914
8915 * international/mule-diag.el (describe-character-set): Check final
8916 char valid before printing it.
8917
8918 2001-01-30 Gerd Moellmann <gerd@gnu.org>
8919
8920 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
8921
8922 * frame.el (frame-notice-user-settings): Do the tool-bar
8923 stuff only for graphical displays. Fix a braino.
8924
8925 * frame.el (frame-initialize): Create initial frame visible.
8926 (frame-notice-user-settings): When tool-bar has been switched off,
8927 correct the frame size and sync tool-bar-mode.
8928
8929 * startup.el (command-line): Remove manipulation of frame
8930 height for tool bars.
8931
8932 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8933
8934 * lpr.el: Compatibility with XEmacs and doc fixes.
8935 (lpr-windows-system, lpr-lp-system): New vars.
8936 (lpr-printer-switch): New defcustom.
8937 (printer-name, lpr-command): Customization fix.
8938 (print-region-1): Code fix.
8939 (print-region-new-buffer, printify-region): Indentation fix.
8940 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
8941 New functions.
8942
8943 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8944
8945 * msb.el (toplevel): Fix the eval-after-load.
8946
8947 2001-01-29 Dave Love <fx@gnu.org>
8948
8949 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
8950
8951 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
8952
8953 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
8954 (tcl-using-emacs-19-23): Consider Emacs 21+.
8955 (tcl-help-directory-list, tcl-command-switches): Fix :type.
8956 (tcl-add-emacs-menu): Supply menu name.
8957 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
8958
8959 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8960
8961 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
8962
8963 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
8964
8965 * pcvs.el (cvs-mark-fis-dead): New function.
8966 (cvs-mode-add): Use it.
8967 (cvs-mode-add-change-log-entry-other-window):
8968 Rebind change-log-default-name to itself rather than to nil.
8969
8970 2001-01-29 Sam Steingold <sds@gnu.org>
8971
8972 * vc-cvs.el: Replaced (require 'vc) with a bunch of
8973 `autoload' statements.
8974
8975 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
8976
8977 * files.el (confirm-kill-emacs): Doc fix.
8978
8979 * frame.el (frame-initialize): Doc fix.
8980
8981 * time-stamp.el (time-stamp-string): Doc fix.
8982
8983 * woman.el (WoMan-log-1): Make the log buffer writable.
8984 From Markus Rost <rost@math.ohio-state.edu>.
8985
8986 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8987
8988 * imenu.el (imenu-syntax-alist): Add autoload cookie for
8989 the `make-variable-buffer-local'.
8990
8991 2001-01-29 Dave Love <fx@gnu.org>
8992
8993 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
8994 (ansi-color-for-comint-mode-on, ansi-color-process-output):
8995 Add autoload cookie.
8996 (ansi-color-apply-sequence): Fix typo.
8997
8998 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8999
9000 * menu-bar.el (menu-bar-files-menu): Add menu items for
9001 Postscript printing in black and white.
9002
9003 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
9004 X-Mailman-Version, Precedence, List-Help, List-Post,
9005 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
9006 Content-Type, Content-Length.
9007
9008 2001-01-29 Dave Love <fx@gnu.org>
9009
9010 * elide-head.el (elide-head): Make overlay evaporate.
9011
9012 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
9013
9014 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
9015
9016 * isearch.el (isearch-highlight): Don't punt if the display
9017 doesn't support colors, since isearch faces are defined for
9018 monochrome displays as well.
9019
9020 2001-01-27 Sam Steingold <sds@gnu.org>
9021
9022 * shell.el (shell-write-history-on-exit): Make sure that we are in
9023 the shell buffer (M-x tex-file RET inserted the error message into
9024 the TeX buffer).
9025
9026 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
9027
9028 * simple.el (transient-mark-mode): Doc fix.
9029
9030 2001-01-27 Gerd Moellmann <gerd@gnu.org>
9031
9032 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
9033
9034 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
9035
9036 * shell.el (shell-unquote-argument): If the shell is one of the
9037 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
9038 quote character.
9039 (shell-dumb-shell-regexp): Document that the shells which match
9040 this regexp are supposed to not treat a backslash as a quote character.
9041
9042 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
9043 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
9044
9045 2001-01-27 Richard M. Stallman <rms@gnu.org>
9046
9047 * dabbrev.el (dabbrev--substitute-expansion):
9048 Treat a one-capital-letter abbrev as "not all upper case",
9049 so as to force preservation of the expansion's pattern
9050 if the expansion starts with a capital letter.
9051
9052 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
9053
9054 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
9055 Doc fix.
9056
9057 * simple.el (transient-mark-mode): Document the fact that many
9058 commands act on the region when mark is active.
9059
9060 2001-01-27 Kenichi Handa <handa@etl.go.jp>
9061
9062 * international/quail.el (quail-setup-completion-buf): Make the
9063 multibyteness of current buffer inherited to Quail completion buffer.
9064 (quail-show-guidance-buf): Make the multibyteness of current
9065 buffer inherited to Quail guidance buffer.
9066 (quail-help): Make the multibyteness of current buffer inherited
9067 to Quail help buffer.
9068
9069 2001-01-26 Dave Love <fx@gnu.org>
9070
9071 * time-stamp.el: Doc fixes.
9072
9073 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
9074 (delphi-keyword-face, delphi-other-face): Fix :type.
9075
9076 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
9077
9078 * mail/feedmail.el (feedmail): Add :link.
9079 (feedmail-send-it): Doc fix.
9080
9081 * mail/sendmail.el: Doc fixes.
9082 (sendmail-send-it): Fix the non-ASCII regexp and use
9083 rfc2047-encode-string.
9084
9085 * dired.el, dired-aux.el: Revert last change.
9086
9087 2001-01-26 Gerd Moellmann <gerd@gnu.org>
9088
9089 * makefile.w32-in (DONTCOMPILE): Add various term files.
9090
9091 2001-01-26 Dave Love <fx@gnu.org>
9092
9093 * Makefile.in (DONTCOMPILE): Add various term files.
9094
9095 2001-01-26 Gerd Moellmann <gerd@gnu.org>
9096
9097 * man.el (Man-default-man-entry, Man-mode): Doc fix.
9098
9099 * startup.el (display-startup-echo-area-message): Make sure
9100 the echo area is resized to fit the size of the startup message.
9101
9102 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
9103 part of which is a constant.
9104
9105 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
9106
9107 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9108
9109 2001-01-26 Richard M. Stallman <rms@gnu.org>
9110
9111 * simple.el (next-line): Don't let `newline' expand abbrevs.
9112 Simplify slightly.
9113 (open-line): Don't let `newline' expand abbrevs.
9114
9115 2001-01-25 John Wiegley <johnw@gnu.org>
9116
9117 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
9118 to `repeat' in the :type field.
9119
9120 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
9121 allow a choice of regexp or nil.
9122 (pcomplete-dir-ignore): Same.
9123
9124 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
9125 a command) to always fail.
9126
9127 2001-01-25 Gerd Moellmann <gerd@gnu.org>
9128
9129 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
9130 discard the result.
9131 (iswitchb-to-end): Likewise.
9132
9133 2001-01-25 Sam Steingold <sds@gnu.org>
9134
9135 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
9136 Require vc.
9137
9138 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
9139
9140 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
9141
9142 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
9143
9144 2001-01-25 Dave Love <fx@gnu.org>
9145
9146 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
9147 (describe-coding-system): Tweak the English text.
9148
9149 * loadup.el: Preload international/ccl for utf-8.
9150
9151 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
9152
9153 * mail/rmail.el (rmail-redecode-body): Doc fix.
9154
9155 2001-01-25 Kenichi Handa <handa@etl.go.jp>
9156
9157 * international/mule-cmds.el (reset-language-environment):
9158 Reset coding-category-utf-8 to mule-utf-8.
9159
9160 * international/mule-conf.el (coding-category-utf-8):
9161 Initialize to mule-utf-8.
9162
9163 * loadup.el: Preload international/utf-8.
9164
9165 * international/utf-8.el: New file.
9166
9167 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
9168
9169 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
9170
9171 2001-01-24 Sam Steingold <sds@gnu.org>
9172
9173 * dired.el (dired-replace-in-string): Removed.
9174 (dired-sort-toggle): Use `replace-regexps-in-string'
9175 instead of `dired-replace-in-string'.
9176
9177 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
9178 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9179
9180 * gs.el (gs-replace-in-string): Removed.
9181 (gs-options): Use `replace-regexps-in-string'
9182 instead of `gs-replace-in-string'.
9183
9184 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
9185
9186 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
9187 bug report is mailed to an email list and posted to a news group.
9188
9189 2001-01-24 Gerd Moellmann <gerd@gnu.org>
9190
9191 * comint.el (comint-replace-by-expanded-history-before-point):
9192 Fix change of 2000-08-03 to move point to the start of the line again.
9193
9194 * startup.el (tool-bar-images-pixel-height): New variable.
9195 (command-line): After loading the user's init file, when
9196 tool-bar-mode is on, increase the frame's size by some lines for
9197 the tool-bar.
9198
9199 * frame.el (frame-initialize): Create the initial frame invisible.
9200
9201 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
9202
9203 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
9204 (chinese-big5): MIME:Big5.
9205
9206 2001-01-24 Gerd Moellmann <gerd@gnu.org>
9207
9208 * international/mule-cmds.el (universal-coding-system-argument):
9209 Handle commands with prefix args.
9210
9211 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9212
9213 * calendar/diary-lib.el (diary-float): Fix case of MONTH
9214 being a list of numbers.
9215 (diary-mail-entries): Rewritten.
9216
9217 2001-01-23 Dave Love <fx@gnu.org>
9218
9219 * international/mule.el (make-coding-system): Fix typo.
9220
9221 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
9222 Add backward-paragraph as font-lock-beginning-of-syntax-function.
9223
9224 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
9225
9226 * font-lock.el (font-lock-mode): Doc fix.
9227
9228 2001-01-23 Kenichi Handa <handa@etl.go.jp>
9229
9230 * international/mule.el (make-translation-table): Fix docstring.
9231
9232 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
9233
9234 * mail/rmail.el (rmail-redecode-body): New function.
9235
9236 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
9237
9238 2001-01-22 Gerd Moellmann <gerd@gnu.org>
9239
9240 * isearch.el (isearch-lazy-highlight-case-fold-search)
9241 (isearch-lazy-highlight-regexp): New variables.
9242 (isearch-lazy-highlight-cleanup): Update lazy highlight if
9243 case-fold search or regexp search has been toggled.
9244
9245 * wid-edit.el (widget-button-click): Avoid a save-excursion
9246 around running a global binding.
9247
9248 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
9249 to 0.25.
9250
9251 2001-01-20 Miles Bader <miles@gnu.org>
9252
9253 * cus-edit.el (custom-face-save): Do post-processing on the face's
9254 new value like `custom-face-set' does.
9255
9256 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
9257
9258 * mail/emacsbug.el (report-emacs-bug): Report the value of
9259 LC_CTYPE, not LC_TYPE.
9260
9261 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
9262 isearch-toggle-regexp and isearch-edit-string to doc string.
9263
9264 2001-01-19 Gerd Moellmann <gerd@gnu.org>
9265
9266 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
9267 as font-lock-beginning-of-syntax-function in font-lock-defaults.
9268
9269 * jit-lock.el (jit-lock-fontify-now): Don't bind
9270 font-lock-beginning-of-syntax-function to nil.
9271
9272 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
9273
9274 * mail/emacsbug.el (report-emacs-bug): Report values of
9275 locale-coding-system, default-enable-multibyte-characters, and the
9276 environment variables LC_ALL, LC_TYPE, and LANG.
9277
9278 2001-01-19 Gerd Moellmann <gerd@gnu.org>
9279
9280 * font-lock.el (font-lock-default-fontify-region): Fix last change.
9281
9282 * font-lock.el (font-lock-multiline): Default to nil.
9283 (font-lock-default-fontify-region): If font-lock-multiline is
9284 nil, don't check the property `font-lock-multiline'.
9285
9286 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
9287 is nil, don't check the `font-lock-multiline' text property.
9288
9289 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
9290
9291 * viper.el: Call initial-major-mode on startup.
9292
9293 * ediff.el (ediff-patch-file): Use better defaults.
9294
9295 * ediff-vers.el: Fix for 8+3 DOS file systems.
9296
9297 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
9298
9299 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
9300 diff mode, if available.
9301
9302 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
9303
9304 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
9305
9306 * ediff-init.el (subst-char-in-string): Define and use it, unless
9307 it's already defined.
9308
9309 2001-01-18 Gerd Moellmann <gerd@gnu.org>
9310
9311 * tooltip.el (tooltip-hide-delay): New user-option.
9312 (tooltip-show): Use tooltip-hide-delay instead of the default.
9313
9314 2001-01-18 Kenichi Handa <handa@etl.go.jp>
9315
9316 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
9317 kill-local-variable doesn't work for enable-multibyte-characters.
9318
9319 2001-01-17 Dave Love <fx@gnu.org>
9320
9321 * ediff-init.el (ediff-before-setup-hook)
9322 (ediff-merge-filename-prefix): Add :version.
9323
9324 * international/latin1-disp.el: Require disp-table.
9325 (latin1-display): Fix :set.
9326
9327 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
9328
9329 2001-01-17 Gerd Moellmann <gerd@gnu.org>
9330
9331 * isearch.el (isearch-lazy-highlight-initial-delay)
9332 (isearch-lazy-highlight-interval): Default to 0.
9333
9334 2001-01-17 Bob Glickstein <bobg@zanshin.com>
9335
9336 * isearch.el (isearch-highlight): Set isearch-overlay priority to
9337 1 here rather than each time through
9338 isearch-lazy-highlight-new-loop.
9339 (isearch-lazy-highlight-max): Variable deleted.
9340 (isearch-lazy-highlight-max-at-a-time): New user variable, like
9341 isearch-lazy-highlight-max but controls a single invocation of
9342 isearch-lazy-highlight-update.
9343 (isearch-lazy-highlight-wrapped): Variable recreated.
9344 (isearch-lazy-highlight-window-start): New variable.
9345 (isearch-lazy-highlight-cleanup): Restored to behavior of
9346 before 2-Jan.
9347 (isearch-lazy-highlight-remove-overlays): Function deleted;
9348 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
9349 behavior removed.
9350 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
9351 isearch-lazy-highlight-update in a loop rather than just once.
9352 Test isearch-invalid-regexp here and decide not to start a new
9353 loop, rather than testing it each time through
9354 isearch-lazy-highlight-update.
9355 (isearch-lazy-highlight-search): Function restored.
9356 (isearch-lazy-highlight-update): Get called in a timer loop again,
9357 but this time highlight more than one match each time through.
9358 Only highlight matches in the visible part of the window.
9359 Start at point, move in the direction of the search, and wrap around at
9360 the edge of the window. Use sit-for to force redisplay and ensure
9361 window-start is credible. "Face suppressing" behavior removed;
9362 overlay priorities should make it unnecessary, right?
9363 (isearch-highlight): Face suppressing behavior removed.
9364 (isearch-dehighlight): Face suppressing behavior removed.
9365 (isearch-set-lazy-highlight-faces-at): Removed.
9366
9367 2001-01-17 Kenichi Handa <handa@etl.go.jp>
9368
9369 * language/european.el ("Latin-1"): Make the format of description
9370 about additional language environments same as that of Latin-2.
9371
9372 2001-01-16 Dave Love <fx@gnu.org>
9373
9374 * isearch.el (isearch-lazy-highlight): Add :version.
9375
9376 * simple.el (backward-delete-char-untabify-method)
9377 (next-line-add-newlines): Add :version.
9378
9379 2001-01-16 Gerd Moellmann <gerd@gnu.org>
9380
9381 * bindings.el: Bind <backspace> and <delete> via function-key-map.
9382 Don't bind <delete> otherwise.
9383
9384 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
9385 and <delete> via function-key-map.
9386
9387 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
9388 Subject line only if point is after the `Subject:'.
9389
9390 2001-01-16 Kenichi Handa <handa@etl.go.jp>
9391
9392 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
9393 japanese-jisx0213-2 in `charset' property of this lang. env.
9394
9395 * language/european.el ("Latin-1"): Add description for Dutch and
9396 Spanish lang. env.
9397
9398 * international/mule.el (decode-char): Fix conditions.
9399 (encode-char): Handle eight-bit-control too.
9400 (transform-make-coding-system-args): New function.
9401 (make-coding-system): Accept XEmacs style arguments for CCL base
9402 coding system.
9403
9404 2001-01-15 Gerd Moellmann <gerd@gnu.org>
9405
9406 * progmodes/etags.el (find-tag-noselect): Save the value of
9407 tags-file-name before switching buffers, for the case it has a
9408 buffer-local value.
9409
9410 2001-01-15 Alex Schroeder <alex@gnu.org>
9411
9412 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
9413 From Dave Love <fx@gnu.org>.
9414 (ansi-color-for-comint-mode): Fix :version.
9415
9416 2001-01-15 Alex Schroeder <alex@gnu.org>
9417
9418 * ansi-color.el (ansi-color-unfontify-region): Doc change.
9419
9420 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
9421
9422 * dired.el (dired-insert-directory): If file-system-info fails,
9423 remove the " free " part, but don't signal an error.
9424
9425 2001-01-12 Sam Steingold <sds@gnu.org>
9426
9427 * bookmark.el (bookmark-maybe-historicize-string):
9428 Use new backquote syntax.
9429
9430 2001-01-12 Richard M. Stallman <rms@gnu.org>
9431
9432 * subr.el (last): Handle a list that doesn't end in nil.
9433
9434 2001-01-12 Sam Steingold <sds@gnu.org>
9435
9436 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
9437 to `backward-delete-char-untabify'.
9438
9439 2001-01-12 Dave Love <fx@gnu.org>
9440
9441 * cus-edit.el (customize-menu-create): Fix the :filter following
9442 easymenu change.
9443
9444 * wid-edit.el (function): Add :match-alternatives.
9445 (widget-color-action): Doc fix.
9446
9447 2001-01-12 Gerd Moellmann <gerd@gnu.org>
9448
9449 * calendar/calendar.el (calendar-basic-setup): Doc fix.
9450
9451 2001-01-12 Kenichi Handa <handa@etl.go.jp>
9452
9453 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
9454
9455 * international/ccl.el (define-ccl-program): Fix docstring.
9456
9457 2001-01-11 Dave Love <fx@gnu.org>
9458
9459 * international/mule-cmds.el (standard-display-european-internal):
9460 Set display table for 2208 as for 160.
9461
9462 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
9463
9464 * progmodes/fortran.el (fortran-mode-map): Modify Customization
9465 entry for custom-menu-create change.
9466 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
9467 don't cons it in the search loop.
9468
9469 * imenu.el (imenu--truncate-items): Revert last change.
9470
9471 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
9472
9473 * info.el (Info-setup-header-line): If the node header includes
9474 either Next: or Prev: links, don't show the File: and Node: parts
9475 in the header line.
9476
9477 2001-01-11 Gerd Moellmann <gerd@gnu.org>
9478
9479 * comint.el (comint-goto-process-mark): Don't print a message
9480 when running in batch mode.
9481
9482 * isearch.el (isearch-search): In the condition-case handler for
9483 `error', set isearch-invalid-regexp to the whole error message.
9484
9485 * subr.el (eval-after-load): Call load-symbol-file-load-history to
9486 ensure that eval-after-load works for files dumped with Emacs.
9487
9488 * help.el (load-symbol-file-load-history): New function extracted
9489 from function symbol-file.
9490 (symbol-file): Use it.
9491
9492 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
9493
9494 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
9495
9496 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
9497 behave as if there were no prefix argument.
9498 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
9499 argument were nil.
9500
9501 2001-01-11 Richard M. Stallman <rms@gnu.org>
9502
9503 * isearch.el (isearch-lazy-highlight-update):
9504 Don't look for more potential matches once maximum is exceeded.
9505 Use overlays-in to check correctly for overlap with current match.
9506 Ignore empty matches.
9507
9508 2001-01-11 Miles Bader <miles@gnu.org>
9509
9510 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
9511 (ispell-overlay-window, ispell-help, ispell-show-choices)
9512 (ispell-command-loop): Use it instead of `window-height'.
9513
9514 2001-01-10 Gerd Moellmann <gerd@gnu.org>
9515
9516 * files.el (confirm-kill-emacs): New user-option.
9517 (save-buffers-kill-emacs): Ask for final confirmation before
9518 killing Emacs.
9519
9520 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
9521 to nil.
9522
9523 2001-01-10 Dave Love <fx@gnu.org>
9524
9525 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
9526
9527 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
9528
9529 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
9530
9531 * calculator.el (calculator-number-digits): Fix :type.
9532
9533 * vc-cvs.el (vc-cvs-header): Fix :type.
9534 * vc-rcs.el (vc-rcs-header): Fix :type.
9535 * vc-sccs.el (vc-sccs-header): Fix :type.
9536
9537 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
9538
9539 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
9540
9541 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
9542
9543 2001-01-10 Gerd Moellmann <gerd@gnu.org>
9544
9545 * simple.el (set-variable): Force a thorough redisplay for the
9546 case that the variable has an effect on the display, like
9547 `tab-width' has.
9548
9549 2001-01-10 Andre Spiegel <spiegel@gnu.org>
9550
9551 * vc.el: Add documentation for backend interface.
9552
9553 2001-01-10 Kenichi Handa <handa@etl.go.jp>
9554
9555 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
9556
9557 * international/mule-conf.el (latin-extra-code-table): Set to t
9558 for \223 and \224.
9559
9560 2001-01-09 Kenichi Handa <handa@etl.go.jp>
9561
9562 * international/mule-cmds.el (locale-language-names): Map "es" to
9563 "Spanish" and "nl" to "Dutch".
9564
9565 2001-01-09 Gerd Moellmann <gerd@gnu.org>
9566
9567 * bindings.el (global-map): Bind <home> to beginning-of-line,
9568 <end> to end-of-line, C-<home> to beginning-of-buffer, and
9569 C-<end> to end-of-buffer.
9570
9571 * language/european.el: Add Dutch and Spanish language info
9572 to be able to use the appropriate tutorials.
9573
9574 2001-01-09 Alex Schroeder <alex@gnu.org>
9575
9576 * ansi-color.el (ansi-color-process-output): Use markers instead
9577 of positions for start and end of region.
9578 (ansi-color-apply-on-region): Rewrote code to make it more robust.
9579 Previously, occasional mistakes happend when fontifying many
9580 chunks of output (eg. ls --color=yes /dev). This happened
9581 whenever an overlay was created up to the end of the region, which
9582 coincided with the process-mark. New text would then be added
9583 within that overlay instead of after it.
9584 (ansi-color-make-extent): Overlays are created with the property
9585 `modification-hooks' set to '(ansi-color-freeze-overlay).
9586 (ansi-color-freeze-overlay): New function. When inserting text at
9587 the end of the overlay, the overlay will resize.
9588
9589 2000-01-09 Alex Schroeder <alex@gnu.org>
9590
9591 * ansi-color.el (ansi-color-process-output): Doc change.
9592 (ansi-color-unfontify-region): Doc change. No longer installed
9593 automatically in font-lock-unfontify-region-function.
9594 (ansi-color-apply): Doc change.
9595 (ansi-color-apply-on-region): Use extents or overlays instead of
9596 text-properties.
9597 (ansi-color-make-extent): New function.
9598 (ansi-color-set-extent-face): New function.
9599
9600 2000-01-09 Alex Schroeder <alex@gnu.org>
9601
9602 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
9603 both use ansi-color-process-output, now.
9604 (ansi-color-process-output): Doesn't return string anymore. It is
9605 installed in comint-output-filter-functions for both Emacs and
9606 XEmacs, now.
9607 (ansi-color-unfontify-region): Simplified code removing variables
9608 pos and start-ansi.
9609 (ansi-color-apply): Put text-property ansi-color before putting
9610 text-property face because ansi-color-unfontify-region is called
9611 immediately after the call to put-text-property.
9612 (ansi-color-context-region): Doc change.
9613 (ansi-color-filter-region): Simplified code.
9614 (ansi-color-apply-on-region): Changed start to start-marker, using
9615 a marker explicitly. Put text-property ansi-color before putting
9616 text-property face because ansi-color-unfontify-region is called
9617 immediately after the call to put-text-property.
9618
9619 2000-01-09 Alex Schroeder <alex@gnu.org>
9620
9621 * ansi-color.el (ansi-color-faces-vector): Doc change.
9622 (ansi-color-for-comint-mode): Changed :type property to choice.
9623 (ansi-color-last-context): Removed.
9624 (ansi-color-process-output): Don't use ansi-color-last-context, as
9625 the main functions will store their context now.
9626 (ansi-color-context): Doc change.
9627 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
9628 Uses ansi-color-context such that repeated calls will strip
9629 partial escape sequences, too.
9630 (ansi-color-apply): Simplified code. Colorize end of string if
9631 face is not null. Store context in new (FACE STRING) format, such
9632 that repeated calls will strip partial escape sequences, too.
9633 Append faces to face property using ansi-color-apply-sequence such
9634 that cumulative mode actually works.
9635 (ansi-color-context-region): New variable.
9636 (ansi-color-filter-region): Rewrote it based on
9637 ansi-color-apply-on-region. Uses ansi-color-context-region such
9638 that repeated calls will strip partial escape sequences, too.
9639 (ansi-color-apply-on-region): Simplified code. Colorize end of
9640 region if face is not null. Store context in new (FACE POS)
9641 format, such that repeated calls will strip partial escape
9642 sequences, too. Append faces to face property using
9643 ansi-color-apply-sequence such that cumulative mode actually works.
9644 (ansi-color-apply-sequence): New function.
9645 (ansi-color-get-face): When the default face is added to the list
9646 of faces, all previous settings are discarded and the list of
9647 faces is set to '(default).
9648
9649 2000-01-09 Alex Schroeder <alex@gnu.org>
9650
9651 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
9652 face, such that ansi-color-apply and ansi-color-apply-on-region
9653 will do the right thing.
9654 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
9655 returns nil, set the list of faces back to nil instead of
9656 appending the result of ansi-color-get-face to the front of the list.
9657
9658 2000-01-09 Alex Schroeder <alex@gnu.org>
9659
9660 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
9661 (ansi-color-process): Doc change.
9662 (ansi-color-last-context): New buffer-local variable.
9663 (ansi-color-process-output): New function. It is automatically
9664 added to comint-output-filter-functions if this is XEmacs.
9665 (ansi-color-unfontify-region): New optional parameter for XEmacs
9666 compatibility. Check wether font-lock-syntactic-keywords is
9667 boundp before removing the syntax table text property, as XEmacs
9668 doesn't have it.
9669 (ansi-color-filter-region): Doc change.
9670 (ansi-color-apply-on-region): Doc change.
9671 (ansi-color-make-face): New function. Compatibility layer for
9672 XEmacs. Return temporary faces instead of cons cells for XEmacs.
9673 (ansi-color-make-color-map): Use ansi-color-make-face.
9674 (ansi-color-get-face): Avoid face text property '(nil) as results
9675 in an errow for XEmacs.
9676
9677 2000-01-09 Alex Schroeder <alex@gnu.org>
9678
9679 * ansi-color.el (ansi-color-unfontify-region): New function.
9680 Uses text-property ansi-color in order to preserve fontification by
9681 ansi-color. When the package is loaded, a lambda expression is
9682 put onto font-lock-mode-hook. This lambda expression will check
9683 font-lock-unfontify-region-function and replace
9684 font-lock-default-unfontify-region with ansi-color-unfontify-region.
9685 (ansi-color-apply): Add text-property ansi-color in addition to
9686 text-property face.
9687 (ansi-color-apply-on-region): Add text-property ansi-color in
9688 addition to text-property face.
9689 (save-buffer-state): Copy of the macro that is also used by
9690 lazy-lock and font-lock.
9691
9692 (ansi-color-for-comint-mode): New option.
9693 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
9694 (ansi-color-for-comint-mode-off): Ditto.
9695 (ansi-color-for-comint-mode-filter): Ditto.
9696 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
9697 decide what to do. This function is added to
9698 comint-preoutput-filter-functions when the package is loaded.
9699
9700 (ansi-color-for-shell-mode-set): Removed.
9701 (ansi-color-for-shell-mode): Removed.
9702
9703 2000-01-09 Alex Schroeder <alex@gnu.org>
9704
9705 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
9706 the lambda expression from the ansi-color-for-shell-mode :set
9707 property. Additionally, modify shell-mode-hook to enable or
9708 disable font-lock-mode for future shell buffers.
9709 (ansi-color-for-shell-mode): The :set property calls
9710 ansi-color-for-shell-mode-set instead of a lambda expression.
9711
9712 2000-01-09 Alex Schroeder <alex@gnu.org>
9713
9714 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
9715 (ansi-color-context): New variable.
9716 (ansi-color-apply): Save context between calls.
9717
9718 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
9719
9720 * isearch.el (isearch, isearch-lazy-highlight-face):
9721 New definitions for face colors and attributes.
9722
9723 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
9724 of display-mouse-p.
9725
9726 2001-01-09 Kenichi Handa <handa@etl.go.jp>
9727
9728 * international/mule.el (make-coding-system): If the coding system
9729 accepts extra latin codes, register such codes as safe for the
9730 coding system.
9731
9732 2001-01-08 Richard M. Stallman <rms@gnu.org>
9733
9734 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
9735 don't mention the file name or the date here, because they are
9736 logged at the start of the file.
9737
9738 2001-01-08 Richard M. Stallman <rms@gnu.org>
9739
9740 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9741 Change screen-width to frame-width.
9742
9743 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
9744
9745 * info.el (Info-search): Print the default as part of the prompt.
9746
9747 2001-01-08 Andre Spiegel <spiegel@gnu.org>
9748
9749 * vc.el (vc-default-latest-on-branch-p): New function, replaces
9750 constant implementations in backends.
9751
9752 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
9753 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
9754
9755 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
9756 WRITABLE to EDITABLE.
9757
9758 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
9759 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
9760 to EDITABLE.
9761
9762 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
9763
9764 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
9765 (copyright, copyright-update): Compute the current year at run time.
9766
9767 2001-01-08 Gerd Moellmann <gerd@gnu.org>
9768
9769 * isearch.el (isearch-old-signal-hook): Removed.
9770 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
9771 instead of setting signal-hook-function.
9772 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
9773
9774 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
9775
9776 * emulation/edt.el: Update to version 4.0. Provide support for
9777 EDT scroll margins at top and bottom of the window. Provide an
9778 emulation of the EDT SUBS command (bound to GOLD-Enter, by
9779 default). Enhance edt-quit, bound to GOLD-q by default, to warn
9780 user when file-related buffer modifications exist.
9781 Provide support for running EDT Emulation in XEmacs.
9782 Provide customize access to some user updatable variables.
9783 Add Commentary section to file header.
9784 Fixed a few minor bugs and cleaned up some code.
9785
9786 * emulation/edt-mapper.el: Update to version 4.0. Provide support
9787 for detecting a keypress that generates an ASCII key sequence.
9788 (Previously, only a keypress that generates a vector was
9789 recognized.) Embed Window Manager name into name of the generated
9790 EDT Emulation initialization file since the initialization file is
9791 Window Manager specific. Add Commentary section to file header.
9792
9793 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
9794
9795 * mail/sendmail.el (mail-mode): Doc fix.
9796
9797 * info.el (Info-goto-emacs-command-node): Doc fix.
9798 (Info-goto-emacs-key-command-node): Doc fix.
9799
9800 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
9801
9802 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
9803 systems without long file-name support.
9804
9805 2001-01-06 Andrew Innes <andrewi@gnu.org>
9806
9807 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
9808
9809 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
9810
9811 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
9812 (isearch-lazy-highlight-update): Doc fix.
9813
9814 * ffap.el (ffap-bindings): Doc fix.
9815
9816 * dired-x.el (dired-virtual-guess-dir): Doc fix.
9817
9818 2001-01-05 Dave Love <fx@gnu.org>
9819
9820 * emacs-lisp/cl-seq.el (remove, remq): Remove.
9821
9822 2001-01-05 Gerd Moellmann <gerd@gnu.org>
9823
9824 * mouse-drag.el (mouse-drag-safe-scroll):
9825 Bind scroll-preserve-screen-position to nil.
9826
9827 * isearch.el (isearch-old-signal-hook): New variable.
9828 (isearch-mode): Set signal-hook-function to isearch-done.
9829 (isearch-done): Restore old signal-hook-function.
9830
9831 * info.el (Info-fontify-node): Mark one more char as intangible.
9832
9833 2000-01-05 Kenichi Handa <handa@etl.go.jp>
9834
9835 * composite.el (compose-last-chars): New argument COMPONENTS.
9836 If it is non-nil, compose preceding characters by compose-region with
9837 COMPONENTS.
9838
9839 * international/quail.el (quail-input-string-to-events): New function.
9840 (quail-input-method): Convert input string to events here.
9841 (quail-start-translation): Return input string, not event list.
9842 (quail-start-conversion): Likewise.
9843
9844 2001-01-04 Gerd Moellmann <gerd@gnu.org>
9845
9846 * tooltip.el (tooltip-cancel-delayed-tip)
9847 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
9848 and tooltip-add-timeout.
9849 (tooltip-show): Set border color from faces's foreground.
9850 (tooltip-show-help-function): If called with the same help string
9851 as last time, do nothing.
9852 (tooltip-help-tips): Don't set tooltip-help-message to nil.
9853
9854 * startup.el (fancy-splash-screens): Don't bind show-help-function
9855 to nil.
9856
9857 * tooltip.el (tooltip-frame-parameters): Remove colors.
9858 (tooltip): New face
9859 (tooltip-set-param): New function.
9860 (tooltip-show): Set up color frame parameters from face `tooltip'.
9861 Display the tooltip text in face `tooltip'.
9862
9863 2001-01-04 Dave Love <fx@gnu.org>
9864
9865 * whitespace.el (whitespace-global-mode): Fix typo.
9866
9867 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
9868
9869 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9870
9871 * help.el (help-for-help): Fix a typo in a doc string.
9872 From kwzh@gnu.org (Karl Heuer).
9873
9874 2001-01-03 Dave Love <fx@gnu.org>
9875
9876 * dired-x.el: Doc fixes. Maintainer change.
9877 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
9878 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
9879 (dired-guess-shell-alist-user): Customize.
9880 (dired-x-help-address): Set to bug-gnu-emacs.
9881 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
9882 (dired-default-directory): Renamed from default-directory.
9883
9884 * hl-line.el (hl-line): Doc fix.
9885
9886 2001-01-03 Karl Fogel <kfogel@red-bean.com>
9887
9888 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
9889
9890 2001-01-02 Richard M. Stallman <rms@gnu.org>
9891
9892 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
9893 to remove all the current alternative-match highlighting.
9894 If nil, remove only what's outside the current window.
9895 (isearch-lazy-highlight-remove-overlays): Take optional
9896 region within which NOT to remove them.
9897 (isearch-lazy-highlight-new-loop): Greatly simplified.
9898 (isearch-lazy-highlight-update): Find all the other occurrences
9899 visible in the window, in just one call.
9900 (isearch-lazy-highlight-start): Now holds start of region to scan.
9901 (isearch-lazy-highlight-end): Now holds end of region to scan.
9902 (isearch-lazy-highlight-wrapped): Variable deleted.
9903 (isearch-lazy-highlight-search): Function deleted.
9904
9905 2000-01-02 Andrew Innes <andrewi@gnu.org>
9906
9907 * w32-fns.el (convert-standard-filename): Do length check on name
9908 before aref.
9909
9910 2001-01-02 Dave Love <fx@gnu.org>
9911
9912 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
9913 value.
9914 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
9915
9916 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
9917
9918 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
9919 read syntax.
9920
9921 * calendar/todo-mode.el (todo): Add :link, :version.
9922 (todo-save-top-priorities): Remove autoload cookie.
9923 (todo-add-category, todo-add-item-non-interactively)
9924 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
9925
9926 2001-01-02 Gerd Moellmann <gerd@gnu.org>
9927
9928 * comint.el (comint-input-history-ignore): New variable.
9929 (comint-read-input-ring): Ignore entries matching
9930 comint-input-history-ignore.
9931
9932 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
9933
9934 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
9935 (lm-copyright-mark): New function.
9936 (lm-crack-copyright): New function.
9937 (lm-verify): Check that the file has a copyright.
9938 Check that the file is copyright Free Software Foundation.
9939
9940 2000-12-30 Kenichi Handa <handa@etl.go.jp>
9941
9942 * international/mule-diag.el (print-fontset): Indent font name by
9943 24 columns, not 25.
9944
9945 2000-12-29 Gerd Moellmann <gerd@gnu.org>
9946
9947 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
9948 in Subject line.
9949
9950 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
9951 Use mail-mode-hook instead of mail-setup-hook.
9952 Otherwise continuing an interrupted message with C-u C-x m for
9953 instance, winds up in Mail mode without abbrevs.
9954
9955 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9956
9957 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
9958 non-nil. Adding almost all customization variables on ps-setup.
9959 Doc fix.
9960 (ps-print-version): New version number (6.3.3).
9961 (ps-end-with-control-d): Initialization fix.
9962 (ps-lines-printed): New var.
9963 (ps-skip-newline): New fun.
9964 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
9965 (ps-next-line, ps-continue-line, ps-plot-region)
9966 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
9967
9968 2000-12-29 Kenichi Handa <handa@etl.go.jp>
9969
9970 * international/fontset.el (x-complement-fontset-spec):
9971 Resolve ASCII font name so that the same family name is used for fonts
9972 registered in x-font-name-charset-alist.
9973 (create-fontset-from-fontset-spec): Adjusted for the above change.
9974 The name of fontset alias should be a unresolved ASCII font name.
9975
9976 2000-12-28 Gerd Moellmann <gerd@gnu.org>
9977
9978 * simple.el (delete-key-deletes-forward-mode): Bind backspace
9979 and delete in isearch-mode-map.
9980
9981 2000-12-28 Richard M. Stallman <rms@gnu.org>
9982
9983 * dired-x.el (dired-guess-shell-alist-default):
9984 Use xpdf instead of acroread.
9985
9986 2000-12-28 Kenichi Handa <handa@etl.go.jp>
9987
9988 * textmodes/artist.el (artist-butlast): Deleted.
9989 (artist-ellipse-mirror-quadrant): Use butlast instead of
9990 artist-butlast.
9991
9992 * subr.el (butlast, nbutlast): Moved from cl.el to here.
9993
9994 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
9995
9996 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9997
9998 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
9999
10000 * ls-lisp.el: Better support for the Mac and MS-Windows.
10001 (ls-lisp): New defgroup.
10002 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
10003 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
10004 (ls-lisp-support-shell-wildcards): New defcustoms.
10005 (ls-lisp-parse-symlink): New function.
10006 (insert-directory): Code to convert switches to a list and set up
10007 the wildcard argument copied from ls-lisp-insert-directory.
10008 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
10009 for -C and -R switches.
10010 (ls-lisp-column-format): New function.
10011 (ls-lisp-delete-matching, ls-lisp-handle-switches)
10012 (ls-lisp-format-time): Add doc strings.
10013 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
10014 Support ls-lisp-dirs-first.
10015 (ls-lisp-classify, ls-lisp-extension): New functions.
10016 (ls-lisp-format): Optionally support emulation of symlinks.
10017 Support -i, -s, and -G switches.
10018
10019 2000-12-27 Gerd Moellmann <gerd@gnu.org>
10020
10021 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
10022
10023 * version.el (emacs-version): Print X scroll bar information.
10024
10025 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
10026 instead of x-toolkit-scroll-bars-p.
10027
10028 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
10029 of x-toolkit-scroll-bars-p.
10030
10031 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
10032
10033 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
10034 (ffap-bindings): Doc fix, to reflect the above change.
10035
10036 2000-12-27 Kenichi Handa <handa@etl.go.jp>
10037
10038 * term.el (term-char-mode): Define all non-ascii self-inserting
10039 characters to 'term-send-raw in term-raw-map.
10040
10041 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
10042
10043 * viper-init (viper-restore-cursor-type): Added condition-case guard.
10044
10045 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
10046 Changed initialization; use add-hook.
10047 (ediff-file-remote-p): Use file-local-copy.
10048
10049 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
10050
10051 * ediff.el (ediff-patch-buffer): Bug fix.
10052 (ediff-revision): Allow selection of the file at the prompt.
10053
10054 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
10055
10056 * subr.el (combine-run-hooks): Remove.
10057
10058 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
10059 and remove the rogue second spec.
10060
10061 2000-12-23 Gerd Moellmann <gerd@gnu.org>
10062
10063 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
10064
10065 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
10066
10067 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
10068 Use minibuffer menu prompt for the `=' prefix.
10069 (smerge-command-prefix): Change default to C-^.
10070 (smerge-mode): Don't assume font-lock doesn't move point.
10071
10072 * skeleton.el (skeleton-internal-1): Make sure the first line of
10073 the region is also re-indented.
10074 (skeleton-end-newline): New var.
10075 (skeleton-end-hook): Use it.
10076
10077 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10078
10079 * comint.el (comint-password-prompt-regexp): Support CVS.
10080
10081 2000-12-22 Gerd Moellmann <gerd@gnu.org>
10082
10083 * simple.el (delete-key-deletes-forward-mode): Simplify.
10084 Also backspace key combinations, depending on
10085 delete-key-deletes-forward.
10086
10087 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
10088
10089 * simple.el (delete-key-deletes-forward): Doc fix.
10090
10091 2000-08-22 Emmanuel Briot <briot@gnat.com>
10092
10093 * xml.el (top level comment): Updated to reflect the fact that
10094 white spaces are relevant in the XML file.
10095 (xml-parse-file): Do not kill an existing Emacs buffer if the file
10096 to parse was already edited. This allows for on-the-fly analysis
10097 of XML files.
10098 (xml-parse-tag): Check that the casing is the same in the start
10099 tag and end tag, since XML is case-sensitive. Allows for spaces
10100 in the end tag, after the name of the tag.
10101 (xml-parse-attlist): Allow for the character '-' in the name of
10102 attributes, as in the standard http-equiv attribute Do not save
10103 the properties in the XML tree, since they are not relevant.
10104
10105 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
10106
10107 * generic.el (generic-read-type): Undo last change, inline into
10108 `generic-mode' and then remove.
10109 (generic-mode): Inline generic-read-type.
10110 (define-generic-mode): Push the symbol name rather than the symbol
10111 onto generic-mode-list.
10112
10113 2000-12-21 Gerd Moellmann <gerd@gnu.org>
10114
10115 * generic.el (generic-read-type): Build an alist for
10116 completing-read as in 20.7.
10117
10118 * play/landmark.el (lm): Use interactive spec `P'.
10119 (toplevel): Don't set debug-on-error.
10120
10121 * server.el (server-switch-buffer): Choose a window on a visible frame.
10122
10123 2000-12-21 Dave Pearson <davep@davep.org>
10124
10125 * quickurl.el: Commentry change, I've moved my web site.
10126
10127 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10128
10129 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
10130 ranges like \177-\237, but accepts the character sequence from \177 to
10131 \237. Doc fix.
10132 (ebnf-version): New version (3.4).
10133 (ebnf-setup): Code fix.
10134 (ebnf-range-regexp): New fun.
10135 (ebnf-8-bit-chars): Const fix.
10136
10137 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
10138 entry. Doc fix.
10139 (ebnf-bnf-lex): Code fix.
10140 (ebnf-bnf-comment-chars): Const fix.
10141
10142 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
10143 entry. Doc fix.
10144 (ebnf-iso-comment-chars): Const fix.
10145
10146 * ebnf-otz.el: Doc fix.
10147
10148 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
10149 entry. Doc fix.
10150 (ebnf-yac-skip-code): Code fix.
10151 (ebnf-yac-comment-chars): Const fix.
10152
10153 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
10154
10155 * files.el (insert-directory-safely): New function.
10156 (recover-file): Use it instead of insert-directory.
10157 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10158
10159 2000-12-21 Kenichi Handa <handa@etl.go.jp>
10160
10161 * international/mule-cmds.el (select-safe-coding-system):
10162 Check coding-category-list more rigidly. Improve help message.
10163
10164 * dired.el (dired-move-to-filename-regexp): Fix previous change.
10165
10166 2000-12-21 Miles Bader <miles@gnu.org>
10167
10168 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
10169
10170 2000-12-21 Kenichi Handa <handa@etl.go.jp>
10171
10172 * international/mule-diag.el (describe-char-after): Make *Help*
10173 buffer inherit multibyteness of the current buffer.
10174
10175 * international/mule.el (make-char): Docstring adjusted for the
10176 change of make-char-internal.
10177
10178 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
10179
10180 * international/iso-cvt.el: Docstrings fix.
10181
10182 2000-12-20 Dave Love <fx@gnu.org>
10183
10184 * subr.el (eval-after-load): Doc fix.
10185
10186 2000-12-20 Kenichi Handa <handa@etl.go.jp>
10187
10188 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
10189 for numbers.
10190
10191 2000-12-20 Miles Bader <miles@gnu.org>
10192
10193 * international/quail.el (quail-help): Resize the help window
10194 again after it has all its contents. Remove unneeded progn.
10195
10196 2000-12-19 Gerd Moellmann <gerd@gnu.org>
10197
10198 * pcmpl-linux.el: Fix copy/paste error.
10199
10200 2000-12-19 Andrew Innes <andrewi@gnu.org>
10201
10202 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
10203
10204 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
10205
10206 * progmodes/idlw-rinfo.el: Fixed copyright notice.
10207
10208 * progmodes/idlw-toolbar.el: Fixed copyright notice.
10209
10210 * progmodes/idlw-shell.el: Fixed copyright notice.
10211
10212 * progmodes/idlwave.el: Fixed copyright notice.
10213
10214 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
10215 TAB as key separators.
10216
10217 2000-12-19 Alex Schroeder <alex@gnu.org>
10218
10219 * sql.el (sql-sybase-options): New option.
10220 (sql-sybase): Use it. Add sql-database to the list of parameters
10221 provided for login. The options -w 2048 -n are not used any more.
10222 (sql-postgres-options): Changed default from "--pset" to "-P".
10223 (sql-mysql-options): Doc change.
10224 (sql-stop): Doc change.
10225
10226 2000-12-19 Kenichi Handa <handa@etl.go.jp>
10227
10228 * international/quail.el (quail-input-method): Always hide
10229 the guidance buffer on exiting.
10230
10231 2000-12-18 Gerd Moellmann <gerd@gnu.org>
10232
10233 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
10234 isn't fboundp.
10235
10236 * server.el (server-buffer-done): Bury the buffer before
10237 killing it.
10238
10239 * faces.el (face-spec-set): Interpret a nil in specs for
10240 foreground and background colors as `unspecified', for
10241 compatibility with 20.x.
10242
10243 2000-12-18 Dave Love <fx@gnu.org>
10244
10245 * simple.el (mail-user-agent): Doc fix.
10246 (input-mode-8-bit): Removed.
10247
10248 * international/mule.el (set-keyboard-coding-system): Doc fix.
10249 (keyboard-coding-system): New option.
10250
10251 * mail/sendmail.el (send-mail-function): Customize.
10252
10253 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
10254
10255 * international/codepage.el (cp866-decode-table): New table.
10256
10257 2000-12-18 Gerd Moellmann <gerd@gnu.org>
10258
10259 * version.el (emacs-version): Remove `%a' from the time format
10260 because the weekday doesn't fit well into each locale.
10261
10262 2000-12-18 Miles Bader <miles@gnu.org>
10263
10264 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
10265
10266 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
10267 Check that emacs-major-version is `=' to 20, not `>='.
10268 (artist-replace-chars): Use `make-string' instead of a loop.
10269
10270 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
10271
10272 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
10273 (cvs-execute-single-file): Don't change directory.
10274 Patch from Per Cederqvist.
10275
10276 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
10277
10278 * textmodes/ispell.el (check-ispell-version):
10279 If `ispell-program-name' is "aspell", pass it the -v switch instead
10280 of -vv.
10281
10282 2000-12-16 Kenichi Handa <handa@etl.go.jp>
10283
10284 * international/mule-diag.el (mule-diag): Insert information about
10285 configure options, multibyte awareness, language env.
10286
10287 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
10288 regexp to search for candidates.
10289
10290 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
10291
10292 * info.el (Info-forward-node): If the node has an
10293 Info-header-line, widen the buffer before searching for "next:"
10294 and "up:" pointers, and set the search limit to stay in the
10295 current node.
10296
10297 2000-12-16 Miles Bader <miles@gnu.org>
10298
10299 * simple.el (delete-trailing-whitespace): Remove extraneous let.
10300
10301 2000-12-15 Miles Bader <miles@gnu.org>
10302
10303 * comint.el (comint-send-string, comint-send-region): Also accept
10304 a buffer, buffer-name, or nil for PROCESS, for compatibility with
10305 process-send-string/region.
10306
10307 2000-12-15 Gerd Moellmann <gerd@gnu.org>
10308
10309 * isearch.el (isearch-lazy-highlight-max): New user-option.
10310 (isearch-lazy-highlight-update): Don't highlight more than
10311 isearch-lazy-highlight-max matches.
10312
10313 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
10314
10315 2000-12-15 Richard M. Stallman <rms@gnu.org>
10316
10317 * sort.el (sort-columns): Fix error message.
10318
10319 * dabbrev.el (dabbrev--last-case-pattern): Value is now
10320 `upcase' or `downcase' or nil.
10321 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
10322 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
10323 (dabbrev--substitute-expansion): New arg record-case-pattern.
10324 If it is non-nil, set dabbrev--last-case-pattern.
10325 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
10326
10327 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
10328
10329 2000-12-15 Miles Bader <miles@gnu.org>
10330
10331 * paths.el (Info-default-directory-list): Don't delete
10332 configure-info-directory from the list of standard info
10333 directories when appending it to the end -- their order is important.
10334
10335 * faces.el (read-face-attribute): If there's no entry for the
10336 user's input in VALID, just use it as-is (this will often result
10337 in an error, but it may be OK for e.g. colors using hexadecimal
10338 notation, and at least will yield a better error message).
10339
10340 * window.el (mode-line-window-height-fudge): Function removed.
10341 (height-affecting-face-attributes, mode-line-window-height-fudge):
10342 Variables removed.
10343 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
10344 window is really the right size. Use vertical-motion
10345 rather than forward-line.
10346 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
10347 (ispell-command-loop, ispell-show-choices): Use the variable
10348 ispell-choices-win-default-height, rather than the function.
10349 (ispell-choices-win-default-height): Function removed.
10350 (ispell-mode-line-window-height-fudge): Function removed.
10351
10352 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
10353
10354 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
10355
10356 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
10357
10358 * paths.el (Info-default-directory-list):
10359 If configure-info-directory is not one of the standard directories,
10360 put it first in the list; otherwise put it last. Doc string
10361 changed accordingly.
10362
10363 * info.el (Info-directory-list): Change doc string to reflect the
10364 change in Info-default-directory-list.
10365
10366 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
10367 windows-nt as windowed environments, even under -nw.
10368
10369 * startup.el (command-line): Don't call x-backspace-delete-keys-p
10370 if not fboundp. Switch delete-forward mode for the <delete> key
10371 on all PC platforms, even under -nw.
10372
10373 * term/internal.el ([M-delete]): Remap to M-d.
10374
10375 2000-12-14 Gerd Moellmann <gerd@gnu.org>
10376
10377 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
10378
10379 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
10380
10381 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10382
10383 2000-12-14 Gerd Moellmann <gerd@gnu.org>
10384
10385 * startup.el (command-line): Call delete-key-deletes-forward-mode,
10386 if appropriate.
10387
10388 * simple.el (delete-key-deletes-forward): New user-option.
10389 (delete-key-deletes-forward-mode): New function.
10390
10391 * bindings.el: Bind `delete' to backward-delete-char.
10392
10393 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
10394 Test if symbol is bound before getting its value.
10395
10396 * tooltip.el (tooltip-show): If an error is signaled in
10397 x-show-tip, display that error, and display the help in the
10398 echo area.
10399
10400 2000-12-14 Kenichi Handa <handa@etl.go.jp>
10401
10402 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
10403 Show "... entries" messages for every 10000 entries, not 10.
10404
10405 2000-12-13 Karl Fogel <kfogel@red-bean.com>
10406
10407 * bookmark.el: Provide a generic exit hook, as suggested by
10408 Ovidiu Predescu <ovidiu@cup.hp.com>:
10409 (bookmark-exit-hook): New var.
10410 (bookmark-exit-hook-internal): New func, replaces
10411 old raw lambda form in `kill-emacs-hook', and runs new
10412 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
10413 as logically that feature must have been provided if this function
10414 is running.
10415 Removed ;;;###autoload before the `add-hook' call.
10416
10417 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
10418
10419 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
10420 (easy-menu-current-active-maps): New function.
10421 (easy-menu-get-map): Use it.
10422 Make a proper menu entry when creating a new keymap.
10423
10424 2000-12-13 Kenichi Handa <handa@etl.go.jp>
10425
10426 * international/characters.el: Fix cases and syntaxes for
10427 mule-unicode-0100-24ff.
10428
10429 * dired.el (dired-move-to-filename-regexp): Fixed for the case
10430 that a Japanese character is not appended after day and year.
10431
10432 * info.el (Info-suffix-list): Change format for a command that
10433 requires arguments.
10434 (info-insert-file-contents): Adjusted for the above change.
10435
10436 2000-12-12 Andreas Schwab <schwab@suse.de>
10437
10438 * tar-mode.el (tar-extract): Base the name of the subfile buffer
10439 on the name of the tar buffer. Verify that the existing buffer is
10440 visiting the same subfile.
10441
10442 2000-12-12 Dave Love <fx@gnu.org>
10443
10444 * subdirs.el: Add obsolete.
10445
10446 2000-12-12 Gerd Moellmann <gerd@gnu.org>
10447
10448 * mail/rmailsum.el (rmail-summary-expunge)
10449 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
10450 instead of rmail-confirm-expunge.
10451
10452 * replace.el (perform-replace): Don't use an empty match adjacent
10453 to a non-empty match when computing the next match before the
10454 replacement is performed.
10455
10456 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
10457
10458 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
10459 definition (patch by Stefan Monnier).
10460 (glasses-mode): Use jit-lock instead of `after-change-functions'
10461 (patch by Stefan Monnier).
10462
10463 2000-12-12 Miles Bader <miles@gnu.org>
10464
10465 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
10466 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
10467
10468 2000-12-12 Andrew Choi <akochoi@i-cable.com>
10469
10470 * term/mac-win.el: Remove load for ls-lisp.
10471
10472 * loadup.el: Load ls-lisp for system-type `macos'.
10473
10474 2000-12-12 Miles Bader <miles@gnu.org>
10475
10476 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
10477 Respect field end too.
10478 (just-one-space): Respect fields as `delete-horizontal-space'.
10479 (newline-and-indent, reindent-then-newline-and-indent):
10480 Use `delete-horizontal-space'.
10481
10482 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
10483
10484 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
10485 (so as to obey the field property in the minibuffer).
10486
10487 * obsolete/c-mode.el: Moved from lisp/progmodes.
10488 * obsolete/auto-show.el: Moved from lisp.
10489 * obsolete/ooutline.el: Moved from lisp/textmodes.
10490
10491 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
10492
10493 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
10494 changes to list them here.
10495
10496 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
10497 Too many changes to list them here.
10498
10499 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
10500 Too many changes to list them here.
10501
10502 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
10503
10504 2000-12-11 Gerd Moellmann <gerd@gnu.org>
10505
10506 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
10507
10508 * cus-edit.el (custom-save-variables, custom-save-faces):
10509 Comment fix.
10510
10511 * hscroll.el: Moved to `obsolete' subdir.
10512
10513 2000-12-11 Miles Bader <miles@gnu.org>
10514
10515 * window.el (window-text-height): Function removed (now in C).
10516
10517 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
10518
10519 * log-edit.el (log-edit-parent-buffer): New var.
10520 (log-edit): Set it. Add BUFFER argument.
10521 (log-edit-done): Use char-before.
10522 Don't bother checking validity of vc-comment-ring.
10523 Only bury the buffer if log-edit popped it up.
10524
10525 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
10526 (cvs-mode-diff-help): Remove.
10527 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
10528 (cvs-mode-marked): Set up the default for CMD manually.
10529
10530 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
10531 Remove binding for ? now made unnecessary.
10532
10533 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
10534
10535 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
10536 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
10537
10538 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
10539 when master file is not open.
10540
10541 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
10542
10543 * progmodes/ada-stmt.el: Update `maintainer'.
10544
10545 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
10546
10547 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
10548 choices to match documentation string.
10549
10550 2000-12-09 Miles Bader <miles@gnu.org>
10551
10552 * minibuf-eldef.el: New file.
10553
10554 * window.el (fit-window-to-buffer): Don't pass last argument to
10555 pos-visible-in-window-p, now that its meaning is inverted.
10556
10557 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
10558
10559 * image.el (create-image): Doc fix; spotted by Per Cederqvist
10560 <ceder@lysator.liu.se>.
10561
10562 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
10563
10564 * autoinsert.el (auto-insert-alist): Add missing final \n.
10565
10566 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
10567 (cvs-menu-map): Remove.
10568 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
10569 (cvs-mode-quit): Turn it back into a plain function.
10570
10571 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
10572 (texinfo-filter): Remove (move to texinfo.el).
10573
10574 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
10575 file where it's more visible.
10576 (texinfo-filter, texinfo-chapter-level-regexp): New variables
10577 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
10578 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
10579 (texinfo-inside-macro-p): Only catch `scan-error's.
10580 (texinfo-inside-env-p): Make better use of the match info.
10581 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
10582 (texinfo-insert-@end): Slight re-organization.
10583 Also remove useless `looking-at' call.
10584
10585 2000-12-08 Andrew Innes <andrewi@gnu.org>
10586
10587 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
10588 accessible in -nw mode.
10589
10590 * term/w32-win.el: Remove stuff about selection timeout, which is
10591 irrelevant on Windows. Move clipboard support to w32-fns.el, so
10592 it is accessible in -nw mode.
10593
10594 2000-12-08 Dave Love <fx@gnu.org>
10595
10596 * emacs-lisp/lisp-mode.el (lisp-mode):
10597 Set font-lock-keywords-case-fold-search.
10598
10599 2000-12-08 Gerd Moellmann <gerd@gnu.org>
10600
10601 * textmodes/ispell.el (ispell): Doc fix.
10602
10603 2000-12-08 Kenichi Handa <handa@etl.go.jp>
10604
10605 * international/quail.el (quail-insert-decode-map): Check the
10606 frame width of a window displaying the current buffer, not that of
10607 the selected frame.
10608 (quail-help): Make sure that the help buffer has window before
10609 inserting text in it.
10610
10611 2000-12-07 Sam Steingold <sds@gnu.org>
10612
10613 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
10614 Backquote is used in isearch.el, so autoloading saves nothing.
10615
10616 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
10617
10618 * startup.el (normal-top-level-add-subdirs-to-load-path):
10619 Ignore the CVS and RCS subdirectories case-insensitively.
10620
10621 * dired.el (dired-insert-directory): If file-system-info is
10622 fboundp, call it instead of invoking dired-free-space-program.
10623
10624 2000-12-07 Gerd Moellmann <gerd@gnu.org>
10625
10626 * server.el (server-visit-files): Push files on file-name-history.
10627
10628 * progmodes/cc-langs.el: Update copyright.
10629
10630 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
10631
10632 * bindings.el (mode-line-mode-menu): Add glasses-mode.
10633
10634 * bindings.el (mode-line-mode-menu): Reverse the order
10635 of define-keys so that the menu appears in alphabetical order.
10636
10637 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
10638
10639 * progmodes/glasses.el (glasses-mode): Update mode line at the end
10640 of the function.
10641
10642 2000-12-07 Dave Love <fx@gnu.org>
10643
10644 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
10645
10646 * facemenu.el (facemenu-unlisted-faces): Fix value.
10647
10648 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
10649
10650 * font-lock.el (font-lock-default-fontify-region):
10651 Include the terminating \n (off-by-one error).
10652 (font-lock-set-defaults): Use dolist.
10653
10654 * derived.el (define-derived-mode): Don't use combine-run-hooks.
10655
10656 2000-12-07 Kenichi Handa <handa@etl.go.jp>
10657
10658 * international/mule-cmds.el (describe-language-environment):
10659 Fix for the case that an input method title is not string but a list.
10660
10661 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
10662 of wrong SIZE record.
10663
10664 2000-12-06 Dave Love <fx@gnu.org>
10665
10666 * newcomment.el (comment-region, comment-dwim): Doc fix.
10667
10668 * textmodes/texinfo.el: Require tex-mode when compiling.
10669 (texinfo-update-node): Doc fix.
10670 (texinfo-imenu-generic-expression): Add @anchor.
10671 (texinfo-font-lock-keywords): Add @uref.
10672 (texinfo-inside-macro-p): Don't use ignore-errors.
10673 (texinfo-insert-quote): Match more contexts.
10674
10675 * international/mule.el (decode-char, encode-char): Doc fix.
10676 (auto-coding-alist): Customize.
10677
10678 * files.el (load-file): Fix change of 2000-03-12.
10679
10680 * wid-edit.el (widget-text-keymap): Doc fix.
10681
10682 2000-12-06 Andrew Innes <andrewi@gnu.org>
10683
10684 * makefile.w32-in (lisp): Set to an absolute directory, namely
10685 $(CURDIR).
10686
10687 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
10688
10689 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
10690 read generated-autoload-file, and set buffer-file-coding-system to
10691 raw-text-unix after reading the file.
10692
10693 * international/mule-conf.el (file-coding-system-alist):
10694 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
10695
10696 2000-12-06 Gerd Moellmann <gerd@gnu.org>
10697
10698 * replace.el (occur): Make line-number-width 1 smaller for the
10699 colon following the line number.
10700
10701 * startup.el (fancy-splash-text, command-line-1):
10702 Use `File' for the menu name instead of `Files'.
10703
10704 * tmm.el: Update copyright.
10705
10706 * cus-start.el: Add entry for even-window-heights.
10707
10708 2000-12-06 Miles Bader <miles@gnu.org>
10709
10710 * faces.el (frame-set-background-mode): Avoid stomping on
10711 locally modified faces.
10712
10713 2000-12-06 Kenichi Handa <handa@etl.go.jp>
10714
10715 * international/fontset.el: Correct the font registries for
10716 japanese-jisx0213-1 and japanese-jisx0213-2.
10717
10718 2000-12-05 Gerd Moellmann <gerd@gnu.org>
10719
10720 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
10721
10722 * iswitchb.el: Update customization commentary.
10723
10724 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
10725
10726 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
10727 (tpu-search-highlight): Fixed comparison of overlay end positions.
10728 (tpu-trim-line-ends): Implemented trimming logic locally.
10729
10730 * emulation/tpu-extras.el (tpu-write-file-hook)
10731 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
10732
10733 2000-12-05 Kenichi Handa <handa@etl.go.jp>
10734
10735 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
10736 to cn-gb.
10737 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
10738
10739 2000-12-04 Dave Love <fx@gnu.org>
10740
10741 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
10742
10743 2000-12-04 Gerd Moellmann <gerd@gnu.org>
10744
10745 * mail/rmailsum.el (rmail-summary-expunge)
10746 (rmail-summary-expunge-and-save): Ask for confirmation with
10747 rmail-expunge-confirmed.
10748
10749 * mail/rmail.el (rmail-expunge-confirmed): New function.
10750 (rmail-expunge): Use it.
10751
10752 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
10753
10754 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
10755 (etags-recognize-tags-table, find-tag-in-order):
10756 New functionality: interpret file names as tags.
10757
10758 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
10759
10760 * info.el (Info-scroll-prefer-subnodes): New defcustom.
10761 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
10762 the first subnode until the bottom of the current node is visible.
10763
10764 2000-12-04 Gerd Moellmann <gerd@gnu.org>
10765
10766 * format.el (format-decode): Don't change buffer's undo list.
10767
10768 2000-12-04 Kenichi Handa <handa@etl.go.jp>
10769
10770 * faces.el (face-font-registry-alternatives): Add entries for CJK
10771 fonts. Doc-string adjusted for the actual usage of this data.
10772
10773 * international/fontset.el: Change the font registries for CJK
10774 fonts in the default fontset. Don't append '*' to registries.
10775
10776 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
10777
10778 * emacs-lisp/easy-mmode.el (define-derived-mode)
10779 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
10780
10781 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
10782 (derived-mode-p): New function.
10783 (derived-mode-make-docstring): Add `docstring' argument.
10784 Use it if available and complete it if necessary.
10785
10786 2000-12-03 Andreas Schwab <schwab@suse.de>
10787
10788 * type-break.el (type-break): Don't make parent of itself.
10789
10790 2000-12-03 Miles Bader <miles@gnu.org>
10791
10792 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
10793
10794 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
10795
10796 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
10797 (tex-main-file, tex-file): Simplify.
10798 (tex-generate-zap-file-name): Use subst-char-in-string.
10799 (tex-strip-dots): Remove.
10800
10801 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
10802
10803 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
10804 to check if the match succeeded.
10805
10806 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10807
10808 * startup.el (use-fancy-splash-screens-p): New function.
10809 (command-line-1): Use it to determine whether or not to use
10810 a fancy splash screen.
10811
10812 2000-12-02 Andreas Schwab <schwab@suse.de>
10813
10814 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
10815
10816 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10817
10818 * international/mule.el (make-char): Fix last change.
10819
10820 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10821 New defcustoms.
10822 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
10823 autoloading tex-mode; instead, do the same manually.
10824 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
10825 with numeric argument. Docstring fix.
10826 (toplevel): Require cl when compiling.
10827
10828 * international/mule.el (make-char): Doc fix.
10829
10830 2000-12-02 Jason Rumney <jasonr@gnu.org>
10831
10832 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
10833 the Emacs Lisp manual)
10834
10835 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10836
10837 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10838
10839 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
10840 the Emacs Lisp manual).
10841
10842 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10843
10844 * simple.el (next-line-add-newlines): Change default to nil.
10845
10846 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
10847
10848 * files.el (revert-buffer, recover-file):
10849 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
10850
10851 2000-12-01 Gerd Moellmann <gerd@gnu.org>
10852
10853 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10854
10855 2000-12-01 Miles Bader <miles@gnu.org>
10856
10857 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
10858
10859 2000-12-01 Kenichi Handa <handa@etl.go.jp>
10860
10861 * international/mule-diag.el (describe-char-after): Fix typo.
10862 (describe-character-set, non-iso-charset-alist): Fix typo.
10863
10864 2000-12-01 Miles Bader <miles@gnu.org>
10865
10866 * image-file.el (image-file-name-regexp): Automatically add
10867 upper-case variants of each filename extension in
10868 `image-file-name-extensions', since they seem to be common.
10869
10870 * simple.el (minibuffer-contents)
10871 (minibuffer-contents-no-properties, delete-minibuffer-contents):
10872 New functions.
10873 * filecache.el (file-cache-directory-name)
10874 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
10875
10876 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
10877
10878 * filecache.el (file-cache-minibuffer-complete): Don't try to
10879 delete the minibuffer prompt.
10880
10881 2000-11-30 Dave Love <fx@gnu.org>
10882
10883 * cus-start.el: Fix read-buffer-function type.
10884
10885 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10886
10887 * md5.el: Removed. There's a built-in function, now.
10888
10889 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
10890
10891 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
10892 as dummy 0-th char of rmail-deleted-vector.
10893
10894 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
10895
10896 * ps-print.el (ps-end-job): Bind case-fold-search only after
10897 switching to ps-spool-buffer.
10898
10899 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10900
10901 * ps-print.el: Line number font customization. PostScript: Lines and
10902 PageCount are initialized on each page. Doc Fix.
10903 (ps-print-version): New version number (6.3.2).
10904 (ps-lpr-switches, ps-font-info-database, ps-font-size)
10905 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
10906 (ps-right-header): Customization fix.
10907 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
10908 Fix code.
10909 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
10910 New vars.
10911
10912 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10913
10914 * bs.el: Fix typos and spelling errors.
10915 (bs-appearance) <defgroup>: Renamed from bs-appearence.
10916 (bs-configuration): Doc fix.
10917
10918 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
10919
10920 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
10921
10922 * emulation/tpu-edt.el (tpu-version): New version.
10923 (tpu-search-overlay, tpu-replace-overlay): New initial range.
10924 (tpu-original-mode-line): Variable deleted.
10925 (tpu-mark-flag): New initial value.
10926 (tpu-set-mode-line): Don't redefine mode-line-format.
10927 Add tpu-mark-flag to minor-mode-alist.
10928 (tpu-update-mode-line): New mark flag logic.
10929 (tpu-get): Use find-file-wildcards.
10930 (tpu-search-highlight): Move overlay less, reset overlay properly.
10931 (tpu-unselect): Deactivate mark.
10932 (tpu-lm-replace): Reset overlay properly.
10933 (tpu-forward-line): Use forward-visible-line.
10934 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
10935
10936 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
10937
10938 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10939
10940 * cus-edit.el (custom-face-value-create): Always emphasize tag.
10941
10942 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10943
10944 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
10945 and skip whitespace and newlines.
10946
10947 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
10948
10949 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
10950
10951 2000-11-29 Gerd Moellmann <gerd@gnu.org>
10952
10953 * help.el (describe-function-1): Regexp-quote function name
10954 when used as part of a regexp.
10955
10956 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10957 Use face-attribute instead of face-foreground and face-background.
10958 (tool-bar-add-item): Likewise, and handle unspecified colors.
10959
10960 * enriched.el (enriched-face-ans): Use face-attribute instead
10961 of face-foreground and face-background.
10962
10963 * faces.el (face-foreground, face-background, face-stipple):
10964 Return nil if attribute is unspecified, for backward compatibility.
10965
10966 * files.el (auto-mode-alist): Add an entry for antlr-mode.
10967
10968 * play/5x5.el: Remove version info.
10969
10970 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
10971
10972 * frame.el (blink-cursor-mode): Doc fix.
10973
10974 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10975
10976 * antlr-mode.el: New commands to run ANTLR from within Emacs and
10977 to create Makefile rules.
10978 (antlr-tool-command): New user option.
10979 (antlr-ask-about-save): New user option.
10980 (antlr-makefile-specification): New user option.
10981 (antlr-file-formats-alist): New variable.
10982 (antlr-special-file-formats): New variable.
10983 (antlr-unknown-file-formats): New user option.
10984 (antlr-help-unknown-file-text): New variable.
10985 (antlr-help-rules-intro): New variable.
10986 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
10987 (antlr-mode-menu): Add entries.
10988 (antlr-file-dependencies): New function.
10989 (antlr-directory-dependencies): New function.
10990 (antlr-superclasses-glibs): New function.
10991 (antlr-run-tool): New command.
10992 (antlr-makefile-insert-variable): New function.
10993 (antlr-insert-makefile-rules): New function.
10994 (antlr-show-makefile-rules): New command.
10995
10996 * antlr-mode.el: More Emacs/XEmacs stuff.
10997 (antlr-no-action-keywords): New constant with value nil.
10998 (antlr-font-lock-keywords-alist): Use it. Old value would break
10999 syntax highlighting in Emacs-21.0.
11000 (antlr-default-directory): Emacs/XEmacs dependend function.
11001 (antlr-read-shell-command): Ditto.
11002 (antlr-with-displaying-help-buffer): Ditto.
11003
11004 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
11005
11006 * antlr-mode.el: imenu, parsing and highlighting changes.
11007 (antlr-imenu-create-index-function): Don't create extra submenus
11008 for definitions in different grammar classes. It is not necessary
11009 for the menu and would make command `imenu' awkward to use.
11010 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
11011 header actions and more than one.
11012 (antlr-font-lock-tokendef-face): Changed color.
11013 (antlr-font-lock-tokenref-face): Changed color.
11014 (antlr-font-lock-additional-keywords): Also highlight lowercase.
11015 (antlr-mode-syntax-table): New variable.
11016 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
11017 (antlr-with-syntax-table): Don't copy syntax table.
11018
11019 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
11020
11021 * antlr-mode.el: Minor changes: language setting.
11022 (antlr-language-alist): The value for file option "language" can
11023 be both an identifier and a string.
11024 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
11025 (antlr-language-limit-n-regexp): Change accordingly.
11026
11027 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
11028
11029 * antlr-mode.el: Minor changes: tabs, hiding.
11030 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
11031 (antlr-action-visibility): Also allow value nil to also hide the
11032 braces. Renamed from `antlr-tiny-action-length'.
11033 Suggested by Jay@aol.com.
11034 (antlr-hide-actions): Change accordingly. Hide line if completely
11035 hidden action is on a line of its own.
11036
11037 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
11038
11039 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
11040
11041 * sort.el (sort-columns): Don't concat strings with numbers.
11042
11043 2000-11-29 Dave Love <fx@gnu.org>
11044
11045 * cus-edit.el (face): Fix :format.
11046
11047 * mail/feedmail.el: Require smtpmail when compiling.
11048 (mail-do-fcc): Autoload.
11049 (feedmail) <defgroup>: Fix :link.
11050 (feedmail-nuke-body-in-fcc): Fix :type.
11051 (feedmail-send-it): Add autoload cookie.
11052
11053 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
11054
11055 * newcomment.el (comment-indent): Save excursion around call to
11056 comment-indent-function.
11057
11058 2000-11-29 Miles Bader <miles@gnu.org>
11059
11060 * subr.el (member-ignore-case): Return the tail of the list who's
11061 car matches, like `member', not the matching element itself.
11062
11063 2000-11-29 Kenichi Handa <handa@etl.go.jp>
11064
11065 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
11066 should not contain `\n'.
11067
11068 2000-11-28 Gerd Moellmann <gerd@gnu.org>
11069
11070 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
11071
11072 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
11073
11074 * dired-aux.el (dired-do-create-files): Construct default file
11075 name for dired-mark-read-file-name so that when the user enters
11076 just RET, the target file will end up in the target directory.
11077
11078 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
11079 local-abbrev-table before changing buffers because it might
11080 have a buffer-local binding.
11081
11082 2000-11-28 Miles Bader <miles@gnu.org>
11083
11084 * simple.el (delete-horizontal-space): Handle fields more generally.
11085
11086 2000-11-28 Gerd Moellmann <gerd@gnu.org>
11087
11088 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
11089
11090 2000-11-28 Dave Love <fx@gnu.org>
11091
11092 * progmodes/ps-mode.el (ps-mode): Set comment-start and
11093 comment-start-skip locally.
11094
11095 * progmodes/fortran.el (fortran-mode): Don't set
11096 fortran-comment-line-start-skip. Set comment-start to
11097 fortran-comment-line-start.
11098 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
11099 (fortran-comment-line-start-skip): Simplify slightly.
11100
11101 2000-11-28 Gerd Moellmann <gerd@gnu.org>
11102
11103 * play/5x5.el: Remove RCS keyword.
11104
11105 * bs.el: Mistaken commit, undone 2000-11-30.
11106
11107 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
11108
11109 * textmodes/tildify.el (tildify-string-alist):
11110 Add `plain-tex-mode' here.
11111
11112 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
11113
11114 * chistory.el (Command-history-setup): Remove extraneous `keymap'
11115 reference.
11116
11117 2000-11-28 Miles Bader <miles@gnu.org>
11118
11119 * cus-face.el (custom-face-attributes): Add post-filter function
11120 for :box. Make pre-filter function for :box handle all cases.
11121
11122 * wid-edit.el (widget-choose): Make sure pop-up window is large
11123 enough to display all the choices, as there's no way to scroll it.
11124
11125 2000-11-28 Kenichi Handa <handa@etl.go.jp>
11126
11127 * international/mule-conf.el: Make the coding system no-conversion
11128 safe for all characters.
11129
11130 2000-11-27 Dave Love <fx@gnu.org>
11131
11132 * net/ldap.el (ldap) <defgroup>: Add :version.
11133
11134 * tooltip.el (tooltip-use-echo-area): Doc fix.
11135
11136 * cus-start.el <minibuffer-prompt-properties>: Add version.
11137 <read-buffer-function>: Add.
11138
11139 * apropos.el (apropos-print): Add help-echo to active text.
11140
11141 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
11142
11143 2000-11-27 Gerd Moellmann <gerd@gnu.org>
11144
11145 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
11146 type, group and version.
11147
11148 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
11149
11150 * select.el (x-get-selection): Docstring fix.
11151
11152 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
11153
11154 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
11155
11156 2000-11-27 Andrew Innes <andrewi@gnu.org>
11157
11158 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
11159
11160 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
11161
11162 2000-11-27 Miles Bader <miles@gnu.org>
11163
11164 * dired.el (dired-get-filename): Return filename verbatim if
11165 LOCALP is `verbatim'.
11166 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
11167 `verbatim' so that we don't inadvertently delete a non-existant
11168 directory name.
11169
11170 2000-11-27 Kenichi Handa <handa@etl.go.jp>
11171
11172 * international/characters.el: Specify cases and syntaxes for
11173 mule-unicode-0100-24ff.
11174
11175 2000-11-27 Gerd Moellmann <gerd@gnu.org>
11176
11177 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
11178 that foreground and/or background colors of the face `tool-bar'
11179 are unspecified.
11180
11181 2000-11-27 Miles Bader <miles@gnu.org>
11182
11183 * wid-edit.el (widget-field-buffer, widget-field-start)
11184 (widget-field-end): Handle widget field `pseudo-overlays'.
11185 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
11186 if it's there instead of in `widget-field-list'.
11187
11188 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
11189 (help-make-xrefs): Delete extraneous newlines at the end of the
11190 docstring.
11191
11192 2000-11-25 Jason Rumney <jasonr@gnu.org>
11193
11194 * startup.el (command-line): Call set-locale-environment after
11195 Window System init file is read, as it can result in a call to
11196 redraw-frame.
11197
11198 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
11199
11200 * simple.el (shell-command): Mention the effect of the prefix
11201 argument in the doc string.
11202
11203 2000-11-25 Miles Bader <miles@gnu.org>
11204
11205 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
11206
11207 * wid-edit.el (widget-field-value-delete): Don't try to delete
11208 overlay when it's the `pseudo-overlay' that exists at some points.
11209
11210 2000-11-24 Jason Rumney <jasonr@gnu.org>
11211
11212 * international/mule-cmds.el (locale-language-names): Add "jp" as
11213 a non-standard alternative for Japanese.
11214
11215 2000-11-24 Andre Spiegel <spiegel@gnu.org>
11216
11217 * vc-hooks.el: Require 'cl during compilation.
11218
11219 2000-11-24 Gerd Moellmann <gerd@gnu.org>
11220
11221 * faces.el (face-set-after-frame-default): Let face attributes
11222 specified for new frames override frame parameters.
11223
11224 * startup.el (command-line): Fix computation of the source file
11225 for user-init-file when user-init-file is a compiled file.
11226
11227 2000-11-24 Miles Bader <miles@gnu.org>
11228
11229 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
11230 (custom-post-filter-face-spec): New functions.
11231 (custom-face-set, custom-face-value-create): Filter the face spec
11232 before and after customization.
11233 (custom-face-set): If VALUE specifies a null face, pass a
11234 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
11235 * cus-face.el (custom-face-attributes): Remove SET and GET
11236 functions. Add some IN-FILTER and OUT-FILTER functions in the few
11237 cases they're needed.
11238
11239 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
11240 that it's distinguishable from the :off-glyph on dark-background
11241 displays. Set its background color too.
11242
11243 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
11244 so that people can easily turn it off.
11245
11246 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
11247
11248 * ediff-diff.el: Moved variables around to have it compile under NT.
11249
11250 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
11251
11252 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
11253
11254 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
11255 redundant skip-small-frames test.
11256
11257 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
11258 (viper-downgrade-to-insert): Protect against errors in hooks.
11259
11260 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
11261 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
11262 (viper-restore-cursor-type,viper-set-insert-cursor-type):
11263 New functions.
11264
11265 * viper-util.el (viper-memq-char): Bug fixes.
11266
11267 * viper.el (viper-mode): Fix cursor handling.
11268
11269 2000-11-24 Kenichi Handa <handa@etl.go.jp>
11270
11271 * international/mule-diag.el (list-iso-charset-chars):
11272 For two-byte charset, fix the `while' condition.
11273 (list-non-iso-charset-chars): Fix the `while' condition.
11274
11275 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
11276
11277 * subr.el (add-hook, remove-hook): Don't call make-local-hook
11278 if the variable is make-variable-buffer-local.
11279
11280 * progmodes/ada-stmt.el (ada-template-map):
11281 Initialize and bind it to C-c t in ada-mode-map.
11282 (ada-stmt-mode-hook): New function extracted from old code.
11283 Only change the buffer-local side of skeleton-*.
11284 (ada-mode-hook): Use it.
11285
11286 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
11287
11288 * iswitchb.el (iswitchb-minibuf-depth): New variable.
11289 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
11290 we expect to be returned by minibuffer-depth once we prompt the
11291 user in the minibuffer.
11292 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
11293 as recorded in iswitchb-minibuf-depth, return non-nil.
11294
11295 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
11296
11297 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
11298 (hscroll-window-maybe): Docstring fix.
11299
11300 2000-11-23 Dave Love <fx@gnu.org>
11301
11302 * rect.el (string-rectangle): Don't test delete-selection-mode.
11303
11304 2000-11-23 Gerd Moellmann <gerd@gnu.org>
11305
11306 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
11307 is in the tool bar.
11308
11309 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
11310 with `no-dir'; we want the directory part to be able to remove it.
11311
11312 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
11313
11314 * textmodes/outline.el (outline-flag-region):
11315 Don't bind inhibit-read-only since we don't modify the buffer.
11316 (outline-isearch-open-invisible): Don't jump to overlay-start
11317 since we're trying to unhide text around point.
11318 (outline-discard-overlays): Use dolist.
11319
11320 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
11321
11322 2000-11-22 Gerd Moellmann <gerd@gnu.org>
11323
11324 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
11325
11326 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
11327
11328 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
11329 Fix ARG regexp to skip quoted braces.
11330 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
11331 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
11332 are (correctly) handled separately).
11333 Remove `caption' and `footnote' from `citations': they contain text.
11334 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
11335 (latex-skeleton-end-hook): New function.
11336 (latex-mode): Use it.
11337 (tex-start-tex-marker): Remove.
11338 (tex-send-tex-command): Don't set tex-start-tex-marker.
11339 (tex-error-parse-syntax-table): New var.
11340 (tex-compilation-parse-errors): Use it.
11341 Ignore tex-start-tex-marker. Don't bother with marker-position.
11342 (tex-validate-buffer): Don't bother with marker-position.
11343
11344 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
11345 (flyspell-generic-progmode-verify): Use it.
11346
11347 2000-11-22 Sam Steingold <sds@gnu.org>
11348
11349 * simple.el (delete-trailing-whitespace): New interactive function.
11350
11351 * progmodes/ada-mode.el (ada-mode): Use it instead of
11352 `ada-remove-trailing-spaces'.
11353 (ada-remove-trailing-spaces): Removed.
11354
11355 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
11356
11357 * textmodes/picture.el (picture-clean): Removed.
11358 (picture-mode-exit): Call it instead of `picture-clean'.
11359
11360 2000-11-22 Gerd Moellmann <gerd@gnu.org>
11361
11362 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
11363
11364 * hi-lock.el (hi-lock-refontify): Don't call non-existent
11365 jit-lock-fontify-buffer; it should anyway be unneccessary to
11366 do anything special when jit-lock is active.
11367 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
11368
11369 2000-11-22 Dave Love <fx@gnu.org>
11370
11371 * calendar/todo-mode.el (todo-top-priorities): Use
11372 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
11373
11374 * language/chinese.el, language/cyrillic.el:
11375 * language/devanagari.el, language/ethiopic.el, language/greek.el:
11376 * language/hebrew.el, language/indian.el, language/japanese.el:
11377 * language/korean.el, language/lao.el, language/misc-lang.el:
11378 * language/thai.el, language/tibetan.el, language/vietnamese.el:
11379 Use provide.
11380
11381 * cus-edit.el (custom-buffer-create-internal): Save some consing.
11382 (custom-variable-set): Improve validation error mesage.
11383
11384 * rect.el (string-rectangle): Revert last change.
11385 (string-rectangle-line): New arg DELETE.
11386 (string-rectangle): Check delete-selection-mode.
11387
11388 * emacs-lisp/edebug.el (edebug-version)
11389 (edebug-maintainer-address): Deleted.
11390 (edebug-submit-bug-report): Just alias to report-emacs-bug.
11391 (edebug-read-function): Account for other `'#' read forms.
11392 (edebug-mode-menus): Make some items toggles.
11393 (edebug-outside-unread-command-event, unread-command-event):
11394 Remove these to avoid warnings.
11395
11396 2000-11-22 David Ponce <david@dponce.com>
11397
11398 * recentf.el (recentf-menu-items-for-commands)
11399 (recentf-make-menu-items, recentf-make-menu-item)
11400 (recentf-filter-changer): Added :help and :active menu-item properties.
11401
11402 (recentf-build-dir-rules, recentf-dump-variable)
11403 (recentf-edit-list, recentf-open-files-item)
11404 (recentf-open-files): Replaced unnecessary `mapcar' with new
11405 built-in `mapc'.
11406
11407 2000-11-23 Miles Bader <miles@gnu.org>
11408
11409 * faces.el (menu): Make inverse-video on ttys too.
11410
11411 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
11412
11413 * simple.el (comment-line-break-function): Use the new name
11414 indent-new-comment-line -> comment-indent-new-line.
11415 (clone-indirect-buffer): Don't ignore NORECORD.
11416 (next-completion): Properly handle the case where items are adjacent.
11417
11418 * mouse.el (popup-menu): Stupid typo.
11419
11420 2000-11-22 Gerd Moellmann <gerd@gnu.org>
11421
11422 * emacs-lisp/authors.el: Remove autoload cookies, add author,
11423 maintainer, keywords tags.
11424
11425 * rect.el (replace-rectangle): Don't call string-rectangle-line
11426 with too many arguments.
11427
11428 2000-11-22 Andre Spiegel <spiegel@gnu.org>
11429
11430 * ediff-util.el (ediff-file-checked-out-p)
11431 (ediff-file-checked-in-p): Call vc-state instead of
11432 vc-locking-user, which no longer exists.
11433
11434 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
11435
11436 2000-11-22 Dave Love <fx@gnu.org>
11437
11438 * md5.el (md5): Provide.
11439 (md5): Fix error call.
11440
11441 2000-11-22 Miles Bader <miles@gnu.org>
11442
11443 * textmodes/refill.el (refill-adjust-ignorable-overlay)
11444 (refill-fill-paragraph-at): Remove debugging code.
11445
11446 * calendar/calendar.el (generate-calendar-window): When we don't
11447 call `fit-window-to-buffer', make sure the top line is fully visible.
11448
11449 * image-file.el (insert-image-file): Don't make `read-only'
11450 property rear-nonsticky.
11451
11452 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
11453 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
11454 stashing away its original value.
11455 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
11456 in the recursive edit.
11457 Bind `isearch-original-minibuffer-message-timeout' to protect it.
11458 (isearch-done): Restore `minibuffer-message-timeout'.
11459
11460 * cus-start.el: Remove entry for `mode-line-inverse-video'.
11461
11462 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
11463
11464 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
11465
11466 * find-lisp.el (find-lisp-find-files-internal):
11467 Use dolist, when and file-name-as-directory.
11468
11469 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
11470 (define-derived-mode, define-minor-mode): Add specs.
11471
11472 * window.el: General comment and spacing fixes.
11473 (save-selected-window): Use backquotes.
11474 (window-safely-shrinkable-p): New function.
11475 (shrink-window-if-larger-than-buffer): Use it.
11476
11477 * subr.el (make-local-hook): Docstring fix.
11478
11479 * shell.el (shell-mode): Use define-derived-mode.
11480
11481 * newcomment.el (comment-indent): Insert comment before calling
11482 comment-indent-function. Don't insert in column 0.
11483 (comment-dwim): Indent before inserting comment.
11484
11485 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
11486 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
11487 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
11488 Use mapc rather than map.
11489
11490 * files.el (find-buffer-visiting): Compare all attributes before
11491 declaring two files identical (rather than just their inode-no).
11492 (auto-mode-alist): Use \' rather than $.
11493
11494 * which-func.el: Update maintainer line.
11495
11496 * pcvs.el (uniquify-buffer-file-name): Remove advice.
11497 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
11498 (uniquify-buffer-file-name): Use it.
11499
11500 2000-11-22 Miles Bader <miles@gnu.org>
11501
11502 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
11503 * simple.el (minibuffer-avoid-prompt): New function.
11504
11505 2000-11-21 Gerd Moellmann <gerd@gnu.org>
11506
11507 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
11508
11509 2000-11-21 Miles Bader <miles@gnu.org>
11510
11511 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
11512 inclusion of `track-mouse'.
11513
11514 * textmodes/refill.el (refill-ignorable-overlay): New variable.
11515 (refill-adjust-ignorable-overlay): New function.
11516 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
11517 only the paragraph's tail if possible.
11518 Update `refill-ignorable-overlay'.
11519 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
11520
11521 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
11522 point inside the fill-prefix.
11523
11524 * textmodes/refill.el (refill-post-command-function): Don't reset
11525 refill-doit in the case where a self-insertion command doesn't
11526 case a refill. Use `refill-fill-paragraph-at', getting position
11527 from `refill-doit'.
11528 (refill-after-change-function): Set `refill-doit' to END.
11529 (refill-fill-paragraph-at): New function, mostly from old
11530 refill-fill-paragraph.
11531 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
11532 (refill-pre-command-function): New function.
11533 (refill-mode): Add it to `pre-command-hook'.
11534
11535 2000-11-20 Gerd Moellmann <gerd@gnu.org>
11536
11537 * textmodes/artist.el (artist-mode): Fix autoload cookie.
11538
11539 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
11540 javadoc tags.
11541
11542 2000-11-20 Andre Spiegel <spiegel@gnu.org>
11543
11544 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
11545 vc.el).
11546
11547 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
11548 require vc.
11549
11550 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
11551 checkouts.
11552
11553 2000-11-20 Dave Love <fx@gnu.org>
11554
11555 * Makefile.in (DONTCOMPILE): Omit bindings.el.
11556
11557 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
11558
11559 * calculator.el (calculator-paste): Use `if' instead of `and'
11560 and `or'.
11561 (calculator-help): Don't use electric-describe-mode for XEmacs.
11562
11563 2000-11-19 Gerd Moellmann <gerd@gnu.org>
11564
11565 * info.el (info-menu-5): Doc fix.
11566
11567 * textmodes/artist.el: New file.
11568
11569 2000-11-19 Andre Spiegel <spiegel@gnu.org>
11570
11571 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
11572 and differentiate according to checkout model.
11573 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
11574 since this function is only concerned with master state.
11575
11576 * vc-hooks.el (vc-workfile-unchanged-p)
11577 (vc-default-workfile-unchanged-p): Moved here from vc.el.
11578
11579 * vc.el (vc-workfile-unchanged-p)
11580 (vc-default-workfile-unchanged-p): See above.
11581
11582 2000-11-19 Miles Bader <miles@gnu.org>
11583
11584 * image-file.el (insert-image-file): Make `intangible' and
11585 `read-only' properties rear-nonsticky too.
11586
11587 2000-11-18 Gerd Moellmann <gerd@gnu.org>
11588
11589 * ps-print.el: Update copyright notice.
11590
11591 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
11592 (tooltip-show): Use the offsets.
11593
11594 * bindings.el (mode-line-modified): Fix a typo.
11595 (mode-line-toggle-modified, mode-line-widen)
11596 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
11597
11598 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11599
11600 * ps-print.el (toplevel): Test for find-coding-system being
11601 fboundp before calling ps-x-find-coding-system.
11602
11603 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
11604
11605 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
11606 (vc-version-backup-file): Docstring fix.
11607
11608 2000-11-16 Gerd Moellmann <gerd@gnu.org>
11609
11610 * files.el (basic-save-buffer): Don't add a newline if
11611 find-file-literally is non-nil.
11612 (find-file-literally): Extend doc string.
11613
11614 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
11615 sort(1) with the `-f' argument.
11616
11617 2000-11-16 Andre Spiegel <spiegel@gnu.org>
11618
11619 * vc.el: Updated backend documentation.
11620 (vc-default-check-headers): New function.
11621
11622 * vc-{cvs,rcs,sccs}.el: Functions reordered.
11623
11624 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
11625 up-to-date.
11626 (vc-do-command): In the asynchronous case, output messages only if
11627 the minibuffer is not active.
11628
11629 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
11630 `vc-cvs-use-edit' is on.
11631 (vc-cvs-checkout): When this is used for reverting the workfile,
11632 make a backup of the original contents and revert to that in case
11633 of error.
11634 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
11635 remote repositories.
11636
11637 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
11638 for both version and ratio in the minibuffer.
11639
11640 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
11641 Use vc-do-command to perform the annotation, not call-process.
11642
11643 2000-11-16 Kenichi Handa <handa@etl.go.jp>
11644
11645 * international/quail.el (quail-start-translation): Don't call
11646 `message' before reading key sequence.
11647
11648 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
11649
11650 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
11651
11652 2000-11-16 Kenichi Handa <handa@etl.go.jp>
11653
11654 * window.el (fit-window-to-buffer): Be sure to acquire at least
11655 one text line even if the buffer is empty.
11656
11657 2000-11-16 Gerd Moellmann <gerd@gnu.org>
11658
11659 * net/ange-ftp.el (ange-ftp-file-writable-p)
11660 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
11661 Bind ange-ftp-process-verbose to nil.
11662
11663 2000-11-15 Dave Love <fx@gnu.org>
11664
11665 * wid-edit.el (widget-specify-field, widget-specify-button):
11666 If :help-echo is a function, set help-echo of overlay to
11667 widget-mouse-help.
11668 (widget-mouse-help): New function.
11669 (widget-echo-help): Rewritten for :help-echo functions only taking
11670 a widget arg.
11671
11672 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
11673 Use display-graphic-p.
11674 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
11675 and that JPEG is available.
11676 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
11677
11678 * international/mule-cmds.el (locale-charset-language-names):
11679 Match @euro.
11680
11681 2000-11-15 Gerd Moellmann <gerd@gnu.org>
11682
11683 * faces.el (face-set-after-frame-default):
11684 If `inhibit-default-face-x-resources' is bound, don't intialize the
11685 default face from X resources.
11686
11687 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
11688
11689 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
11690 Don't set EMACSLOADPATH.
11691
11692 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
11693
11694 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
11695 texinfo-insert-@url.
11696 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
11697 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
11698
11699 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
11700
11701 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
11702 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
11703 (checkdoc-minor-keymap): Backward compatibility.
11704 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
11705 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
11706 (checkdoc-this-string-valid-engine): Be a bit more strict
11707 to avoid matching substrings of `...' quoted vars/funs.
11708 (checkdoc-defun-info): Only look for `interactive' if alone.
11709 (debug-ignored-errors): Add "arg doesn't appear in docstring".
11710
11711 * progmodes/compile.el (grep): `tag-default' can be nil.
11712
11713 * newcomment.el (comment-indent): Paren typo.
11714
11715 2000-11-14 Dave Love <fx@gnu.org>
11716
11717 * calculator.el: New maintainer version.
11718
11719 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
11720
11721 * cmuscheme.el: Doc fixes.
11722 (cmuscheme) <defgroup>: Use `scheme' as parent.
11723 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
11724
11725 * xscheme.el (scheme-program-name): Don't define here.
11726
11727 * progmodes/scheme.el (scheme-program-name): New variable
11728 (originally in cmuscheme).
11729
11730 2000-11-14 Miles Bader <miles@gnu.org>
11731
11732 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
11733 Handle header-lines. Don't loop forever if we can't enlarge the
11734 window anymore. Simplify a bit.
11735
11736 2000-11-14 Kenichi Handa <handa@etl.go.jp>
11737
11738 * window.el (fit-window-to-buffer): Don't check
11739 window-text-height. Assure that the last line is fully visible.
11740
11741 * international/quail.el (quail-show-guidance-buf):
11742 Call fit-window-to-buffer to assure the enough height of the guidance
11743 buffer.
11744 (quail-update-guidance): Avoid making the guidance buffer shorter.
11745
11746 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
11747
11748 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
11749 rather than `prepend' and add an interesting comment.
11750 (tex-math-face, tex-font-lock-syntactic-face-function):
11751 New face and function to use it.
11752 (tex-define-common-keys, tex-mode-map): Use menu-item rather
11753 than `menu-enable' symbol property.
11754 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
11755 (tex-mode): Add some latex-mode commands for auto-selection.
11756 Use tex-font-lock-syntactic-face-function.
11757 (tex-insert-quote): Simplify.
11758 (tex-shell): New mode.
11759 (tex-start-shell): Use it.
11760 (tex-shell-proc, tex-shell-buf): New functions.
11761 (tex-send-command): Use it.
11762 (tex-main-file): Fix the meaning of the new arg REALFILE.
11763 (tex-send-tex-command): New function split from `tex-start-tex'.
11764 Set compilation-last-buffer and compilation-parsing-end.
11765
11766 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
11767 when it follows non-comment text on the line.
11768
11769 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11770 Set font-lock-defaults.
11771 (lisp-mode-shared-map): Init inside the defvar.
11772 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
11773 Use define-derived-mode.
11774
11775 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
11776
11777 * faces.el (header-line): Use `:box nil' for color/gs displays too.
11778
11779 2000-11-14 Gerd Moellmann <gerd@gnu.org>
11780
11781 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
11782 Don't recursively optimize body because that can lead to infinite
11783 recursion; see comment there.
11784
11785 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
11786
11787 * faces.el (face-spec-set-match-display): Revert the change from
11788 2000-10-24. Add a FIXME for after v21.1.
11789
11790 2000-11-13 Miles Bader <miles@gnu.org>
11791
11792 * textmodes/fill.el (skip-line-prefix): New function.
11793 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
11794 (fill-paragraph): Don't leave point inside the fill-prefix.
11795 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
11796 point inside the fill-prefix.
11797
11798 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
11799
11800 * calendar/calendar.el (generate-calendar-window):
11801 Use `fit-window-to-buffer'.
11802
11803 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11804
11805 * gud.el (gud-minor-mode): New var.
11806 (gud-symbol, gud-val): New functions.
11807 (gud-find-file): Copy gud-minor-mode to the new buffer.
11808 (gud-menu-map): Include entries for commands that are not always
11809 available, using :enable to (de)activate them.
11810 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
11811 (gud-mode-map): New map.
11812 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
11813 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
11814 Don't set up gud's menu (it's done by the minor-mode).
11815 (gud-minibuffer-local-map): New.
11816 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
11817 (gud-query-cmdline): New function.
11818 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
11819 (gud-mode): Use define-derived-mode.
11820 Don't set up gud's menu (it's done by the minor-mode).
11821 (gud-chop-words): Remove.
11822 (gud-common-init): Use split-string instead.
11823 (gud-new-keymap, gud-make-debug-menu): Eradicate.
11824
11825 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
11826 Add keyword arg :name.
11827
11828 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
11829 (diff-count-matches, diff-split-hunk): New functions.
11830 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
11831
11832 * pcvs-info.el (cvs-fi-conflict-face): New var.
11833
11834 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
11835 Make it into a simple syntax-table, shared among all submodes.
11836 (sh-heredoc-face): Re-introduce.
11837 (sh-font-lock-syntactic-face-function): New function.
11838 (sh-mode): Use it. Also use define-derived-mode.
11839 Remove old bogus setting of indent-region-function.
11840 (sh-set-shell): Don't set the syntax-table any more.
11841 (sh-mode-syntax-table) <defun>: Remove.
11842
11843 2000-11-12 Miles Bader <miles@gnu.org>
11844
11845 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
11846 message if interactive.
11847
11848 2000-11-12 Dave Love <fx@gnu.org>
11849
11850 * mail/feedmail.el: Fix header,
11851 (feedmail) <defgroup>: Add :link.
11852
11853 * view.el: Use local-map property, not keymap on mode-line string.
11854
11855 * scroll-all.el (scroll-all-mode): Customize variable.
11856 Add autoload cookie to function.
11857
11858 * lazy-lock.el: Remove compatibility code.
11859
11860 * finder.el (finder-known-keywords): Add `files', remove `vms'.
11861 (finder-help-echo): New variable.
11862 (finder-mouse-face-on-line): Add help-echo stuff.
11863 (finder-list-keywords, finder-list-matches): Use mapc.
11864
11865 * faces.el (face-font-registry-alternatives): Add :version.
11866
11867 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
11868 tags-table-list.
11869
11870 * net/browse-url.el (browse-url-browser-function): Update :version.
11871
11872 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
11873 (mail-mode): Use [:alnum:] in some regexps.
11874
11875 2000-11-10 Dave Love <fx@gnu.org>
11876
11877 * ediff.el (ediff-regions-internal, ediff-documentation):
11878 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
11879 fundamental mode.
11880
11881 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
11882 buffer into fundamental mode.
11883 (ediff-set-difference): Use copy-sequence if available.
11884
11885 * ediff-ptch.el (ediff-dispatch-file-patching-job):
11886 Check ediff-patch-map non-nil.
11887 (ediff-fixup-patch-map, ediff-fixup-patch-map)
11888 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
11889 buffer into fundamental mode.
11890
11891 * ediff-merg.el (state-or-merge): Defvar when compiling.
11892
11893 2000-11-10 Jason Rumney <jasonr@gnu.org>
11894
11895 * w32-fns.el (w32-add-charset-info): New function.
11896 (w32-charset-info-alist): Use it.
11897
11898 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11899
11900 * faces.el (face-font-registry-alternatives): New user-option.
11901
11902 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
11903
11904 * textmodes/texinfo.el (texinfo-block-default): New var.
11905 (texinfo-insert-block): Use it. Insert a newline if needed.
11906
11907 * textmodes/fill.el (fill-indent-according-to-mode): New var.
11908 (fill-region-as-paragraph): Use it.
11909
11910 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
11911 (latex-mode): Tweak tex-*-(head|trail)er regexps.
11912 Tweak paragraph regexps to allow a leading [ \t]*.
11913 (tex-latex-block): Insert a newline if necessary.
11914 (latex-insert-item): Only insert a newline if necessary.
11915 (tex-guess-main-file): New function.
11916 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
11917 Set tex-main-file if TeX-master is provided.
11918 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
11919
11920 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11921
11922 * startup.el (command-line): Set the default tooltip-mode
11923 to t for graphical displays which implement x-show-tip.
11924
11925 * tooltip.el (tooltip-mode): Add a comment about startup.el
11926 setting the default value of this user-option.
11927
11928 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
11929
11930 * font-lock.el (font-lock-*-face) <defvar>: Move.
11931 (font-lock-defaults-alist): Mark obsolete.
11932 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
11933 (font-lock-mode): Use define-minor-mode.
11934 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
11935 (font-lock-turn-off-thing-lock): Be more explicit.
11936 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
11937 (font-lock-syntactic-face-function): New var.
11938 (font-lock-fontify-syntactically-region): Use it.
11939 (font-lock-doc-face): New.
11940
11941 * pcvs.el (cvs-enabledp): Ignore errors.
11942 (cvs-commit-filelist): Never query.
11943 (cvs-mode-insert): Always add a terminating / in the initial prompt.
11944 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
11945 (cvs-do-removal): Use cvs-partition rather than delete-if.
11946 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
11947 cvs-bury-buffer.
11948
11949 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11950 Allow `next' to jump to after the end of the last match.
11951
11952 2000-11-09 Gerd Moellmann <gerd@gnu.org>
11953
11954 * simple.el (byte-compiling-files-p): New function.
11955
11956 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
11957 if it is there.
11958
11959 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
11960 nil again.
11961
11962 * textmodes/ispell.el (ispell-library-path): Don't call
11963 check-ispell-version when byte-compiling because that starts
11964 an ispell process, and ispell might not be installed.
11965 (toplevel): Don't set up a menu when byte-compiling.
11966
11967 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
11968 it, so that a boundp test can be used to determine if we're
11969 currently byte-compiling.
11970
11971 2000-11-09 Dave Love <fx@gnu.org>
11972
11973 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
11974
11975 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11976
11977 * ps-print.el: Patch for variable initialization when spooling.
11978 Doc fix.
11979 (ps-output-list): Fun eliminated.
11980 (ps-begin-file, ps-begin-job): Code fix.
11981
11982 2000-11-08 Dave Love <fx@gnu.org>
11983
11984 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
11985
11986 2000-11-08 Gerd Moellmann <gerd@gnu.org>
11987
11988 * simple.el (shell-command, display-message-or-buffer)
11989 (shell-command-on-region): Mention resize-mini-windows in the doc
11990 string.
11991 (display-message-or-buffer): Take the value of resize-mini-windows
11992 into account.
11993
11994 2000-11-07 Gerd Moellmann <gerd@gnu.org>
11995
11996 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
11997
11998 * dired.el (dired-between-files): Add `^. find' as an alternative
11999 to the regular expression, for find-dired.
12000
12001 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
12002
12003 * textmodes/texnfo-upd.el: Require texinfo.
12004 (defmacro, defgroup): Remove.
12005 (texinfo-section-to-generic-alist): Remove.
12006 Use texinfo-section-list instead (i.e. level is changed string->int).
12007 (texinfo-filter): New function.
12008 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
12009 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
12010 Use it. And use regexp-opt.
12011 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
12012 (texinfo-update-menu-region-beginning)
12013 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
12014 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
12015 (texinfo-update-menu-same-level-regexps): Update.
12016 (texinfo-update-node, texinfo-every-node-update)
12017 (texinfo-sequential-node-update): Remove autoload cookie.
12018
12019 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
12020 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
12021 (texinfo-chapter-level-regexp): Remove.
12022 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
12023
12024 2000-11-06 Dave Love <fx@gnu.org>
12025
12026 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
12027
12028 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12029 Match defun*.
12030
12031 2000-11-06 Kenichi Handa <handa@etl.go.jp>
12032
12033 * composite.el (composition-function-table): Variable declaration
12034 moved to src/composite.c.
12035 (compose-chars-after): New optional arg object.
12036
12037 2000-11-06 Gerd Moellmann <gerd@gnu.org>
12038
12039 * bindings.el (mode-line-toggle-read-only)
12040 (mode-line-toggle-modified, mode-line-widen)
12041 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
12042 (make-mode-line-mouse2-map): Rewritten.
12043 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
12044 functions so that C-h k can show something with a doc string.
12045
12046 * startup.el (fancy-splash-delay): Set to 10 seconds.
12047 (fancy-splash-max-time): New user-option.
12048 (fancy-splash-stop-time): New variable.
12049 (fancy-splash-screens): Set it. Catch `stop-splashing'.
12050 (fancy-splash-screens-1): Throw `stop-splashing' when current
12051 time is greater than fancy-splash-stop-time.
12052
12053 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
12054
12055 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
12056
12057 * pcvs.el (cvs-mode-marked): New arg `noquery'.
12058 Prompt user for a file rather than raising an error.
12059 (cvs-enabledp): Fix call to cvs-mode-marked.
12060 (cvs-insert-file): New function (extracted from cvs-mode-insert).
12061 (cvs-mode-insert): Use it. Change the init prompt' value.
12062 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
12063
12064 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
12065 Don't pass default arg to ewoc-locate.
12066 (ewoc-collect): Return result in the right order.
12067
12068 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
12069
12070 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
12071 (cvs-status-get-tags): Fix regexp.
12072 (cvs-status-trees, cvs-status-cvstrees):
12073 Combine after change hooks and don't sit-for.
12074 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
12075 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
12076 Use make-char rather than hard-coded cryptic data.
12077 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
12078
12079 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
12080
12081 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
12082 (cvs-insert-strings): New function.
12083
12084 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
12085
12086 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
12087 `mwheel-scroll-amount'.
12088 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
12089 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
12090 string-matching against the version string.
12091
12092 2000-11-06 Kenichi Handa <handa@etl.go.jp>
12093
12094 * language/thai.el ("Thai"): Set a lisp form that produces
12095 composed string in `sample-text' language info.
12096
12097 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
12098 composed string in `sample-text' language info.
12099
12100 * international/mule-cmds.el (describe-language-environment):
12101 Eval `sample-text' data and insert the result.
12102
12103 * international/mule-conf.el (compound-text): Define this coding
12104 system here. Make x-ctext and ctext aliases of it.
12105
12106 * language/european.el (compound-text, ctext): Moved to
12107 international/mule-conf.el.
12108
12109 2000-11-05 Andrew Innes <andrewi@gnu.org>
12110
12111 * w32-fns.el (w32-version): New function.
12112
12113 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
12114
12115 * progmodes/awk-mode.el: Update copyright.
12116 (awk-mode-abbrev-table): Remove.
12117 (awk-font-lock-keywords): Use regexp-opt.
12118 (awk-mode): Use define-derived-mode.
12119
12120 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
12121 when extracting a suffix.
12122
12123 2000-11-04 Andre Spiegel <spiegel@gnu.org>
12124
12125 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
12126 auto-save-mode.
12127
12128 2000-11-04 Jason Rumney <jasonr@gnu.org>
12129
12130 * language/european.el (decode-mac-roman): Test against r1 not r0.
12131
12132 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
12133
12134 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
12135 (icon-mode): Define indent-line-function.
12136 (icon-comment-indent): Simplify.
12137 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
12138
12139 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
12140
12141 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
12142 Bind change-log-default-mode to defeat the caching done on it.
12143 Don't bother saving excursion any more.
12144
12145 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
12146
12147 * frame.el (after-setting-font-hook): Rename hooks -> hook.
12148 (set-frame-font): Use the new name (and the old for compatibility).
12149
12150 * toolbar/tool-bar.el (tool-bar-mode):
12151 * time.el (display-time-mode):
12152 * recentf.el (recentf-mode):
12153 * paren.el (show-paren-mode):
12154 * mwheel.el (mouse-wheel-mode):
12155 * msb.el (msb-mode):
12156 * jka-compr.el (auto-compression-mode):
12157 * image-file.el (auto-image-file-mode):
12158 * hl-line.el (hl-line-mode):
12159 * delsel.el (delete-selection-mode):
12160 * autoinsert.el (auto-insert-mode):
12161 * complete.el (partial-completion-mode): Drop unneeded positional args.
12162
12163 * info.el (Info-mode):
12164 * comint.el (comint-mode): Don't bother with make-local-hook.
12165
12166 * log-edit.el (log-edit-menu): New menu.
12167
12168 2000-11-03 Miles Bader <miles@gnu.org>
12169
12170 * wid-edit.el (widget-end-of-line): Reinstate, with a new
12171 definition, so that trailing spaces are handled properly.
12172 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
12173
12174 2000-11-03 Gerd Moellmann <gerd@gnu.org>
12175
12176 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
12177 tab character.
12178 (fancy-splash-screens): Set tab-width to 20.
12179
12180 2000-11-03 Dave Love <fx@gnu.org>
12181
12182 * comint.el (comint-completion-addsuffix): Fix custom type.
12183
12184 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
12185
12186 * font-lock.el (font-lock-buffers): Remove.
12187 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
12188 (font-lock-change-major-mode): Remove.
12189 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
12190 (font-lock-default-fontify-region): Extend the multiline
12191 fontification to whole lines.
12192 (font-lock-fontify-anchored-keywords)
12193 (font-lock-fontify-keywords-region): If matching just one
12194 line (with \n) only mark the \n as multiline.
12195
12196 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
12197 Correctly handle the case where several :group args are supplied.
12198 Allow :extra-args.
12199 (easy-mmode-define-global-mode): Allow :extra-args.
12200 Correctly handle the case where several :group args are supplied.
12201
12202 2000-11-02 Miles Bader <miles@gnu.org>
12203
12204 * calendar/calendar.el (diary-face, calendar-today-face)
12205 (holiday-face): Remove dependency on `window-system'.
12206
12207 2000-11-02 Ken Raeburn <raeburn@gnu.org>
12208
12209 * Makefile.in (emacs): Set EMACSLOADPATH always.
12210 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
12211 (compile-files): Bomb out if compilation of a file fails.
12212
12213 2000-11-02 Dave Love <fx@gnu.org>
12214
12215 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
12216
12217 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
12218
12219 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
12220 punctuation in the warning inserted into the *mail* buffer.
12221
12222 2000-11-02 Gerd Moellmann <gerd@gnu.org>
12223
12224 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
12225 (authors-public-domain-p): New function.
12226 (authors-print): Use it.
12227
12228 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
12229
12230 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
12231
12232 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12233
12234 * ps-print.el: Extension for even/odd printing. Doc fix.
12235 (ps-print-version): New version number (6.3.1).
12236 (ps-even-or-odd-pages): Customization fix.
12237 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
12238 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
12239 (ps-page-count): Var replaced by `ps-page-column'.
12240 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
12241 (ps-print-sheet-p): New fun.
12242
12243 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
12244
12245 * tooltip.el (tooltip-gud-tips-setup): New function.
12246 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
12247 (tooltip-mode): Call tooltip-gud-tips-setup.
12248 (tooltip-gud-tips): Use `gud-basic-call' instead of
12249 process-send-string, so the prompt gets frobbed appropriately.
12250 Handle nil return value from `tooltip-gud-print-command'.
12251
12252 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
12253
12254 * comint.el (comint-add-to-input-history): New function.
12255 (comint-send-input): Use `comint-add-to-input-history'.
12256
12257 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
12258
12259 * info.el (info-menu-header): New face.
12260 (Info-fontify-menu-headers): New function.
12261 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
12262
12263 * info.el (Info-insert-dir): Don't include blank lines at
12264 beginning of additional dir files (one is added automatically).
12265
12266 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
12267
12268 * emacs-lisp/easy-mmode.el (define-minor-mode):
12269 Revert the latest changes.
12270 Allow the three positional arguments to be skipped and replaced
12271 by keyword arguments.
12272 Add a :toggle argument to determine whether a nil arg means toggle
12273 or means turn-on. The default is unchanged.
12274 Add a call to force-mode-line-update.
12275
12276 2000-11-01 Dave Love <fx@gnu.org>
12277
12278 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
12279
12280 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
12281
12282 * calendar/calendar.el (diary-face, holiday-face):
12283 Add dark-background variants.
12284
12285 2000-10-31 Sam Steingold <sds@gnu.org>
12286
12287 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
12288 `tex-main-file' does not have directory in it.
12289
12290 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
12291
12292 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
12293
12294 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
12295
12296 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
12297 functional change.
12298
12299 2000-10-31 Gerd Moellmann <gerd@gnu.org>
12300
12301 * files.el (find-file-noselect): When we expand a wildcard, return
12302 a list of buffers, as we should do according to the doc string.
12303
12304 2000-10-31 Ken Raeburn <raeburn@gnu.org>
12305
12306 * loadup.el (top level): Adjust load path if program name is
12307 "../src/bootstrap-emacs", in case it's not dumped and thus the
12308 load path adjustment hasn't already been done.
12309
12310 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12311
12312 * ps-print.el: Fix bug on selected pages for printing.
12313 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
12314 is on. Try to avoid warning messages when compiling. Doc Fix.
12315 (ps-print-version): New version number (6.3).
12316 (ps-color-device): Use `color-values' to determine if device
12317 supports color.
12318 (ps-color-values): Try to use `x-color-values' when using XEmacs.
12319 (ps-print-page-p): Changed from defsubst to defun.
12320 (ps-page-number): Changed from defmacro to defun.
12321 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
12322 printing.
12323 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
12324 (ps-end-file, ps-dummy-page): Funs eliminated.
12325 (ps-print-color-scale): Changed default value.
12326 (ps-page-n-up, ps-print-page-p): New internal vars.
12327 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
12328 (ps-plot-region, ps-generate, ps-end-job): Code fix.
12329
12330 * delim-col.el: Little programming improvement.
12331 (delimit-columns-str): New macro.
12332 (delimit-columns-region, delimit-columns-rectangle): Code fix.
12333
12334 2000-10-31 Kenichi Handa <handa@etl.go.jp>
12335
12336 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
12337 Moved to european.el.
12338 (ccl-encode-mac-roman-font, fontset-mac): Modified for
12339 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
12340 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
12341 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
12342
12343 2000-10-30 Dave Love <fx@gnu.org>
12344
12345 * progmodes/cc-menus.el (imenu-generic-expression)
12346 (imenu-progress-message): Only defvar when compiling.
12347
12348 * emacs-lisp/elp.el (elp-unload-hook): New function.
12349
12350 * loadhist.el (unload-feature): Call elp-restore-function,
12351 checking for symbols; don't use elp-restore-all.
12352 (loadhist-hook-functions): Doc fix.
12353
12354 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
12355
12356 * log-edit.el (log-edit-confirm): Fix the default.
12357
12358 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12359
12360 * delim-col.el: Little fix: replace delimit-columns-align-columns by
12361 delimit-columns-format.
12362 (delimit-columns-region, delimit-columns-rectangle): Code fix.
12363
12364 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
12365
12366 * comint.el (comint-replace-by-expanded-history): Don't use
12367 comint-get-old-input (we're not looking at *old* input).
12368 (comint-get-old-input-default): If using fields, signal an error
12369 when the point is not in an input field.
12370
12371 2000-10-30 Kenichi Handa <handa@etl.go.jp>
12372
12373 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
12374 and mule-unicode-e000-ffff.
12375
12376 * international/mule.el (decode-char, encode-char): New functions.
12377 (make-coding-system): Accept a symbol of translation table as a
12378 value of property `safe-chars'.
12379
12380 * international/mule-cmds.el (encode-coding-char): Check property
12381 safe-chars instead of safe-charsets.
12382
12383 * international/fontset.el (fontset-default): Modified for
12384 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
12385 (x-font-name-charset-alist): Likewise.
12386 (ccl-encode-unicode-font): New CCL program. Record it in
12387 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
12388
12389 * language/european.el (mac-roman-decoder, mac-roman-encoder):
12390 New translation tables.
12391 (decode-mac-roman, encode-mac-roman): Definition of these CCL
12392 programs are modified and moved from mac-win.el.
12393 (mac-roman): Definition of this coding system is modified and
12394 moved from mac-win.el.
12395
12396 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
12397
12398 * ediff-wind.el (ediff-setup-control-frame): Enclose
12399 face-attribute in condition-case to avoid errors in older emacsen.
12400
12401 2000-10-29 Miles Bader <miles@gnu.org>
12402
12403 * custom.el (custom-add-to-group): Allow multiple entries for a
12404 given value OPTION, as long as their widget types are different.
12405 * cus-edit.el (custom-face-value-create): If face name doesn't end
12406 with "face", add such here (similar to custom group widgets).
12407
12408 * comint.el (comint-highlight-prompt): Add :type.
12409
12410 2000-10-28 John Wiegley <johnw@gnu.org>
12411
12412 * calendar/timeclock.el (timeclock-log): Doc fix.
12413 (timeclock-last-event): Doc fix.
12414 (timeclock-log): Kill the timelog buffer after appending a new event.
12415 (timeclock-find-discrep): Use a temp buffer to read in the
12416 timelog, instead of visiting the file.
12417 (timeclock-log-data): A new function, along with a host of helper
12418 functions, for the purpose of making timelog data accessible to
12419 programmers.
12420
12421 * eshell/esh-mode.el (window-height test): Make certain that
12422 `eshell-stringify-t' is non-nil.
12423 (eshell-password-prompt-regexp): Changed to a much simpler
12424 password regexp.
12425 (eshell-send-input): If `eshell-invoke-directly' returns t,
12426 directly invoke the parsed command using `eval'. This improves
12427 turn-around time on simple commands by a factor of three or
12428 greater, such as cd, ls, pwd, etc. -- which get used very often.
12429 It also conserves thousands of cons cells per call (since
12430 `eshell-do-eval' consumes memory like a Cookie Monster set loose
12431 in the Pacific Cookie Company).
12432
12433 * eshell/esh-test.el (eshell-test): Whitespace fix.
12434
12435 * eshell/em-ls.el (eshell-ls-insert-directory):
12436 Make `eshell-ls-initial-args' nil when inserting directory contents.
12437
12438 * eshell/em-script.el (eshell-script-initialize): Add names to
12439 `eshell-complex-commands, since `source' and `.' are complex.
12440
12441 * eshell/esh-cmd.el (eshell-rewrite-for-command)
12442 (eshell-rewrite-while-command): Use `eshell-protect' instead of
12443 `eshell-copy-handles'.
12444 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
12445 bodies.
12446 (eshell-separate-commands): Whitespace fix.
12447 (eshell-complex-commands): Added a new list of names, for
12448 determining whether a given command is as simple as it looks.
12449 (eshell-invoke-directly): New function. Returns t if a command
12450 should be invoked directly (using `eval'), rather than indirectly
12451 using `eshell-do-eval'.
12452 (eshell-do-eval): Whitespace fix.
12453
12454 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
12455 which provides an emulation of the DOS shell behavior of assuming
12456 that cp/mv/ln should copy/move/link to the current directory.
12457 (eshell-remove-entries): Added a doc string.
12458 (eshell-shuffle-files): Removed the check for `target' being null.
12459 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
12460 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
12461 it to do a smarter check of whether a destination was provided.
12462 (eshell/mv, eshell/cp): Enable `:preserve-args'.
12463 (eshell/ln): Enable `:preserve-args', and use
12464 `eshell-mvcpln-template' to implement the body of the function.
12465 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
12466 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
12467 list after flattening it. This makes it possible to cat files
12468 with numerical names.
12469 (eshell-unix-initialize): Added several names to
12470 `eshell-complex-commands.
12471 (eshell-unix-command-complex-p): Return t if a given command name
12472 may result in external processes being invoked.
12473
12474 * eshell/em-glob.el (eshell-glob-show-progress): Make this
12475 variable nil by default, since it slows down glob processing by a
12476 factor of two or more, and increases memory consumption.
12477
12478 * eshell/em-smart.el: Added a note about how memory consumptive
12479 smart display mode can be (at least this is true in Emacs 21).
12480 (eshell-smart-initialize): Whitespace fix.
12481 (eshell-refresh-windows): Use `if' instead of `when'.
12482 (eshell-smart-scroll-window): Calling `save-current-buffer' was
12483 not necessary.
12484 (eshell-currently-handling-window): Added a missing global variable.
12485
12486 * eshell/em-ls.el (eshell-do-ls): Code simplification.
12487 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
12488 Whitespace fix.
12489 (eshell-ls-exclude-hidden): Added this variable in addition to
12490 `eshell-ls-exclude-regexp'. This one prevents files beginning
12491 with . from even being read, which can improve memory consumption
12492 quite a bit.
12493 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
12494 read file entries beginning with a dot. In home directories with
12495 lots of hidden files, fully two-thirds of the time spent in ls is
12496 used to read directory entries that are immediately thrown away.
12497 (eshell-ls-initial-args): Added back this configuration variable,
12498 for specifying default initial arguments to every call to ls.
12499 Much faster than using an alias to do the same thing.
12500 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
12501 (eshell-ls-dir): Whitespace change.
12502
12503 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
12504
12505 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
12506 (eshell-stringify-t): Added a customization variable, to indicate
12507 whether `t' should be rendered as a string at all. If not, one
12508 can still determine if the result of an expression is true using
12509 "file-exists-p FILE && echo true".
12510 (eshell-stringify): If `eshell-stringify-t' is nil, don't
12511 stringify t!
12512
12513 * eshell/esh-module.el: Whitespace fix.
12514
12515 * eshell/em-alias.el (eshell-alias-initialize):
12516 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
12517 (eshell-command-aliased-p): New function that returns t if a
12518 command name names an aliased.
12519
12520 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
12521
12522 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
12523 redrawing the screen when changing cursor color.
12524 (viper-insert-state-pre-command-sentinel)
12525 (viper-replace-state-pre-command-sentinel)
12526 (viper-replace-state-post-command-sentinel):
12527 Use viper-preserve-cursor-color.
12528 Many functions changed to use viper= instead of = when comparing
12529 characters.
12530 * viper-util.el (viper-memq-char,viper=): New functions for
12531 working with characters.
12532 (viper-change-cursor-color): Fixed buglet.
12533 Many functions changed to use viper= instead of = when comparing
12534 characters.
12535 * viper.el (viper-insert-state-mode-list): Added eshell.
12536
12537 * ediff-init.el (ediff-before-setup-hook): New hook.
12538 Several typos fixed in various docstrings.
12539 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
12540 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
12541 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
12542 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
12543 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
12544 (ediff-get-selected-buffers): New function.
12545 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
12546 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
12547 Use save-window-excursion.
12548 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
12549 termination check in while loop.
12550 * ediff.el (ediff-get-default-file-name): Better defaults when in
12551 dired buffer.
12552 (ediff-files,ediff-merge-files,ediff-files3)
12553 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
12554
12555 2000-10-28 Dave Love <fx@gnu.org>
12556
12557 * info.el (Info-fontify-node): Add help-echo for menu items.
12558
12559 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
12560
12561 * startup.el (normal-top-level): If the value of $TERM indicates
12562 we are running from xterm or one of its work-alikes, default to a
12563 light background mode.
12564
12565 Support for -fg, -bg, and -rv command-line arguments for TTYs:
12566 * faces.el (tty-handle-reverse-video): New function.
12567 (tty-create-frame-with-faces): Call it.
12568
12569 * frame.el (frame-notice-user-settings): Don't apply
12570 default-frame-alist and initial-frame-alist to MS-DOS frames.
12571 Call tty-handle-reverse-video, frame-set-background-mode, and
12572 face-set-after-frame-default for non-MS-DOS frames.
12573
12574 * startup.el (tty-long-option-alist): New variable.
12575 (tty-handle-args): New function.
12576 (command-line): Call tty-handle-args.
12577
12578 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
12579 startup.el now does that for all character-terminal frames.
12580
12581 2000-10-28 Miles Bader <miles@gnu.org>
12582
12583 * emacs-lisp/easy-mmode.el (define-minor-mode):
12584 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
12585 is global. If :global is followed by a non-nil but non-t value,
12586 make the mode buffer-local, but also generate a `global-MODE'
12587 version using `easy-mmode-define-global-mode'.
12588 Add :conditional-turn-on keyword argument.
12589
12590 2000-10-28 Dave Love <fx@gnu.org>
12591
12592 * international/latin1-disp.el (latin1-char-displayable-p):
12593 Don't use window-system.
12594
12595 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
12596
12597 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
12598 Don't call find-buffer-file-type-coding-system. Instead, just
12599 set eol-type to -unix if inhibit-eol-conversion is in effect, or
12600 if the file is on an untranslated filesystem.
12601 (add-untranslated-filesystem): Use "D" instead of "f" inside
12602 interactive.
12603
12604 2000-10-27 Dave Love <fx@gnu.org>
12605
12606 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
12607 (refill-mode): Use it.
12608
12609 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
12610
12611 * international/quail.el (quail-activate): Don't make-local-hook.
12612
12613 2000-10-27 Andre Spiegel <spiegel@gnu.org>
12614
12615 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
12616 manual backups and file.~<rev>.~ for automatic ones.
12617 (vc-make-version-backup): Don't do it on MS-DOS without long file
12618 names.
12619
12620 * vc.el (vc-version-other-window): If an automatic backup of the
12621 desired version exists, rename it instead of copying it.
12622
12623 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
12624 after command. If there's an unexpected error, signal it instead
12625 of being silent.
12626 (vc-cvs-merge-news): Be prepared for no news at all.
12627
12628 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
12629
12630 * shell.el (shell): Add BUFFER argument.
12631 * comint.el (make-comint-in-buffer): New function.
12632 (make-comint): Use it.
12633
12634 * faces.el (face-spec-choose): Change syntax so that the list of
12635 attribute-value pairs is now the cdr of each clause, not the cadr.
12636 Detect old-style entries, and handle them. Use pop.
12637
12638 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
12639
12640 * cus-edit.el (custom-mode-map): Use a sparse map.
12641 (custom-mode): Don't bother with make-local-hook.
12642
12643 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
12644
12645 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
12646
12647 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12648
12649 * ps-print.el: Avoid compilation gripes.
12650 (ps-print-version): New version number (6.2.1).
12651
12652 2000-10-26 Dave Love <fx@gnu.org>
12653
12654 * menu-bar.el: Modify some menu item help strings.
12655 (menu-bar-help-menu): Add link to MORE.STUFF.
12656
12657 * cus-edit.el (custom-mode): Add `special' mode-class property.
12658
12659 * wid-browse.el (widget-browse-mode): Likewise.
12660
12661 * wid-edit.el (widget-specify-field): Revert to using local-map
12662 property, not keymap.
12663
12664 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
12665
12666 * wid-edit.el (widget-field-end): When checking for a `boundary'
12667 field, do so in the correct buffer.
12668
12669 * simple.el (undo): Correctly distinguish between numeric and
12670 non-numeric prefix args in non-transient-mark-mode, as per the doc
12671 string. When in transient-mark-mode, treat all prefix-args as
12672 numeric.
12673
12674 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
12675 Position point on match. Handle N == 0 correctly.
12676
12677 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
12678 (comint-mode-map): Reverse order of `comint-write-output' and
12679 `comint-append-output-to-file'.
12680 (comint-append-output-to-file): Reinstate this function, for the
12681 benefit of the menu.
12682
12683 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
12684
12685 * vc.el (vc-version-other-window): Bind `file'.
12686
12687 2000-10-25 Gerd Moellmann <gerd@gnu.org>
12688
12689 * Makefile.in (update-authors): New target for maintenance purposes.
12690
12691 * emacs-lisp/authors.el (batch-update-authors): New function.
12692 (authors-fixed-entries): New defconst.
12693 (authors-add-fixed-entries): New function.
12694 (authors): Call it.: Don't process lispref/.
12695
12696 2000-10-25 Jason Rumney <jasonr@gnu.org>
12697
12698 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12699 Merge x w32 and mac definitions.
12700
12701 2000-10-25 Gerd Moellmann <gerd@gnu.org>
12702
12703 * menu-bar.el (menu-bar-options-menu): Add a help string for
12704 `uniquify'.
12705
12706 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
12707
12708 * time-stamp.el (time-stamp-string-preprocess):
12709 Fix a wrong type argument error.
12710
12711 2000-10-25 Miles Bader <miles@gnu.org>
12712
12713 * recentf.el (recentf-mode): Variable removed.
12714 (recentf-mode): Use `define-minor-mode'.
12715
12716 * mwheel.el (mouse-wheel-mode): New global minor mode.
12717 (mwheel-install): Use `mouse-wheel-mode'.
12718
12719 2000-10-25 Dave Love <fx@gnu.org>
12720
12721 * progmodes/cperl-mode.el (cperl-mode):
12722 Set normal-auto-fill-function correctly.
12723
12724 * wid-edit.el (widget-field-keymap, widget-text-keymap):
12725 Don't inherit from global-map and don't nullify menu-bar and tool-bar
12726 bindings.
12727
12728 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
12729
12730 * wid-edit.el (widget-field-at): New function.
12731 (widget-at, widget-field-activate): Use it.
12732 (widget-tabable-at): Use `widget-at'.
12733 (widget-specify-field): If the terminating character of the widget
12734 field (which is read-only) is a newline, put it into a special
12735 `boundary' field so that C-n/C-p act more naturally.
12736 (widget-field-end): Also don't subtract one if a special
12737 `boundary' field has been added after the widget field.
12738
12739 * comint.el (comint-output-filter, comint-send-input):
12740 Don't bother adding stickiness fields to overlays to fool the field
12741 code, since it should notice the overlay insertion-types now.
12742
12743 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
12744 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
12745 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
12746
12747 2000-10-24 Gerd Moellmann <gerd@gnu.org>
12748
12749 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
12750 (authors): Set file coding system to iso-2022-7bit.
12751 Add file-local variables to output buffer.
12752
12753 * files.el (after-find-file): Don't print any warnings if
12754 WARN is nil.
12755
12756 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12757
12758 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
12759
12760 * delim-col.el: Now there is a column formatting mechanism.
12761 Modified to customization mechanisms convention. Doc fix.
12762 (columns): New group for delim-col.
12763 (delimit-columns-before, delimit-columns-after)
12764 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
12765 (delimit-columns-end): New vars.
12766 (delimit-columns-customize, delimit-columns-format): New funs.
12767 (delimit-columns-region, delimit-columns-rectangle)
12768 (delimit-columns-rectangle-line): Modified to support column
12769 formatting.
12770
12771 2000-10-24 Dave Love <fx@gnu.org>
12772
12773 * log-edit.el (log-edit): Add :version and a :group for vc.
12774
12775 2000-10-24 Gerd Moellmann <gerd@gnu.org>
12776
12777 * files.el (after-find-file): Don't print a message ``New file''
12778 if WARN is nil.
12779
12780 * wid-edit.el (widget-field-keymap, widget-text-keymap):
12781 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
12782 get duplicate tool-bar entries because we'll see the global ones
12783 on more than one path through keymaps.
12784
12785 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
12786
12787 * progmodes/cmacexp.el: Change Francesco's email address.
12788
12789 2000-10-24 Kenichi Handa <handa@etl.go.jp>
12790
12791 * window.el (fit-window-to-buffer): Adjust point of the window
12792 buffer, not that of the current buffer.
12793
12794 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
12795
12796 * progmodes/cmacexp.el: Update the euthor's email address.
12797
12798 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12799
12800 * faces.el (face-spec-set-match-display): Add `graphic' display
12801 type (the inverse of `tty'). Use `display-graphic-p' instead of
12802 the window-system variable.
12803
12804 2000-10-24 Kenichi Handa <handa@etl.go.jp>
12805
12806 * international/isearch-x.el (isearch-with-input-method):
12807 Call input-method-function with the first event in
12808 unread-command-events.
12809
12810 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12811
12812 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
12813
12814 2000-10-24 Andrew Choi <akochoi@i-cable.com>
12815
12816 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
12817 New charsets.
12818
12819 * term/mac-win.el: Remove definitions of mac-roman-lower and
12820 mac-roman-upper, require dired, and define instead of set
12821 mac-ready-for-drag-n-drop to avoid compilation error.
12822
12823 2000-10-23 Andrew Innes <andrewi@gnu.org>
12824
12825 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
12826 Remove superfluous calls to subst-char-in-string; instead apply
12827 expand-file-name after convert-standard-filename to ensure
12828 expected directory separators are used.
12829
12830 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
12831
12832 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
12833
12834 2000-10-23 Dave Love <fx@gnu.org>
12835
12836 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
12837 (tool-bar-add-item): Set foreground and background for XBM icons.
12838
12839 * international/latin1-disp.el (latin1-char-displayable-p):
12840 New function (from Handa).
12841 (latin1-display-check-font): Use it.
12842
12843 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
12844 using :key-sequence, making it much more usable.
12845 Use nconc, not append.
12846 (imenu--create-keymap-1): Avoid append.
12847
12848 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
12849
12850 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12851
12852 [the following changes fix a bug where `define-minor-mode' didn't
12853 correctly generate :require clauses for defcustoms in compiled files]
12854 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
12855 (byte-compile-log-file, byte-compile-log-1): Don't set
12856 `byte-compile-current-file' to nil. Instead set
12857 `byte-compile-last-logged-file' to it. Test whether
12858 byte-compile-current-file equals byte-compile-last-logged-file
12859 instead of whether its nil.
12860 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
12861
12862 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
12863
12864 * textmodes/refill.el: Fix var names in doc.
12865 (refill-mode): Don't bother with make-local-hook anymore.
12866
12867 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12868
12869 * faces.el (face-user-default-spec, face-default-spec): New functions.
12870 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
12871 (frame-set-background-mode, face-set-after-frame-default):
12872 Use `face-user-default-spec'. Simplify code slightly.
12873
12874 * woman.el (woman-italic-face, woman-bold-face)
12875 (woman-unknown-face): Add dark-background variants.
12876 (woman-default-faces): Renamed from `woman-colour-faces'.
12877 Set using the stored defaults, rather than using hard-wired colors.
12878 (woman-monochrome-faces): Renamed from `woman-black-faces'.
12879 Just make the foreground `unspecified' rather than "black".
12880 (woman-menu): Rename menu entries accordingly.
12881
12882 * faces.el (header-line): Make more reasonable on mono/grayscale
12883 displays.
12884
12885 2000-10-23 Andrew Choi <akochoi@i-cable.com>
12886
12887 * cus-edit.el (custom-button-face): Use 3D look for mac.
12888 (custom-button-pressed-face): Likewise.
12889
12890 * faces.el (set-face-attributes-from-resources): Handle mac frames
12891 in the same way as x and w32 frames.
12892 (face-valid-attribute-values): Likewise.
12893 (read-face-attribute): Likewise.
12894 (defined-colors): Likewise.
12895 (color-defined-p): Likewise.
12896 (color-values): Likewise.
12897 (display-grayscale-p): Likewise.
12898 (face-set-after-frame-default): Likewise.
12899 (mode-line): Same default face as for x and w32.
12900 (tool-bar): Likewise.
12901
12902 * frame.el: Remove call to frame-notice-user-settings at end of
12903 the file.
12904
12905 * info.el (Info-fontify-node): Make underlines invisible for mac
12906 as for x, pc, and w32 frame types.
12907
12908 * term/mac-win.el: New file.
12909
12910 2000-10-22 Dave Love <fx@gnu.org>
12911
12912 * textmodes/refill.el: New file.
12913
12914 2000-10-22 Andre Spiegel <spiegel@gnu.org>
12915
12916 * vc-hooks.el (vc-version-backup-file-name): New optional args
12917 MANUAL and REGEXP.
12918 (vc-delete-automatic-version-backups, vc-make-version-backup):
12919 New functions.
12920 (vc-before-save): Use the latter.
12921 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
12922 confusion.
12923
12924 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
12925 expected by vc[-hooks].el.
12926
12927 * vc.el (vc-checkout): Added `-p' suffix in call to
12928 vc-make-version-backups-p; use vc-make-version-backup to actually
12929 make the backup.
12930 (vc-version-other-window, vc-version-backup-file): Handle both
12931 automatic and manual backups.
12932 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
12933 of all of them.
12934
12935 2000-10-22 Miles Bader <miles@gnu.org>
12936
12937 * comint.el (comint-highlight-input, comint-highlight-prompt):
12938 Renamed, `-face' at end removed.
12939 (comint-send-input, comint-output-filter): Use renamed faces.
12940
12941 * window.el (fit-window-to-buffer): Change defaulting of
12942 MAX-HEIGHT slightly.
12943
12944 * faces.el (color-values, color-defined-p): Use `member', not
12945 `memq', because it works correctly for strings.
12946 (frame-set-background-mode): Actually, "unspecified-fg" and
12947 "unspecified-bg" *are* strings. Use `member', not `memq', and
12948 `equal', not `eq', when a string value is possible.
12949
12950 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
12951
12952 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
12953
12954 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
12955
12956 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
12957 sh-electric-rparen, sh-electric-less and sh-electric-hash.
12958 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
12959 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
12960 (sh-font-lock-syntactic-keywords): Use them.
12961 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
12962 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
12963 (sh-mode): Don't override font-lock-unfontify-region-function.
12964 Use a copy of sh-font-lock-syntactic-keywords.
12965 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
12966 Don't call sh-scan-buffer since font-lock does it on the fly.
12967 (sh-get-indent-info): Use `face' rather than `syntax-table'
12968 text-property to detect here-documents.
12969 Replace sh-special-syntax with sh-st-punc.
12970 (sh-prev-line): Use `face' rather than `syntax-table'
12971 text-property to skip over here-documents.
12972 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
12973 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
12974 (sh-electric-less, sh-set-here-doc-region)
12975 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
12976 (sh-scan-buffer, sh-rescan-buffer): Remove.
12977
12978 2000-10-21 Andrew Innes <andrewi@gnu.org>
12979
12980 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
12981 remote (ange-ftp) file names.
12982
12983 2000-10-21 Miles Bader <miles@gnu.org>
12984
12985 * window.el (fit-window-to-buffer): New function.
12986 (shrink-window-if-larger-than-buffer): Use it.
12987 (window-text-height): Don't expect minibuffers to have mode-lines.
12988
12989 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
12990 * international/quail.el (quail-update-guidance):
12991 Use `fit-window-to-buffer' instead of `set-window-text-height'.
12992
12993 * international/quail.el (quail-show-guidance-buf): Make sure
12994 guidance window really has enough room.
12995 (quail-update-guidance): If quail-guidance-win is already shown,
12996 make sure its height is OK.
12997
12998 * window.el (window-text-height, set-window-text-height):
12999 New functions.
13000 (shrink-window-if-larger-than-buffer): Use `window-text-height'
13001 instead of `window-height' & `mode-line-window-height-fudge'.
13002 (mode-line-window-height-fudge): Add FACE parameter.
13003 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
13004 instead of `enlarge-window' & `mode-line-window-height-fudge'.
13005
13006 2000-10-20 Miles Bader <miles@gnu.org>
13007
13008 * window.el (height-affecting-face-attributes): Use `defconst'.
13009
13010 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
13011 New function, conditionally aliased to `mode-line-window-height-fudge'.
13012 (ispell-help): Use it.
13013 (ispell-choices-win-default-height): Don't include mode-line fudge.
13014 (ispell-choices-win-default-height): New function.
13015 (ispell-show-choices, ispell-command-loop): Use function
13016 `ispell-choices-win-default-height' instead of variable.
13017
13018 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
13019
13020 * window.el (mode-line-window-height-fudge): New variable.
13021 (height-affecting-face-attributes): New variable.
13022 (mode-line-window-height-fudge): New function.
13023 (shrink-window-if-larger-than-buffer): Use it.
13024 * help.el (resize-temp-buffer-window): Likewise.
13025
13026 * info.el (Info-fontify-node): Add support for @subsubsection
13027 titles, which use `Info-title-4-face'.
13028 (Info-title-4-face): New face.
13029 (Info-title-3-face): Inherit from Info-title-4-face instead of
13030 variable-pitch.
13031
13032 2000-10-19 Jason Rumney <jasonr@gnu.org>
13033
13034 * dired.el (dired-insert-directory): Do not let errors signalled by
13035 attempt to run dired-free-space-program prevent dired from working.
13036
13037 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
13038
13039 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
13040
13041 2000-10-19 Gerd Moellmann <gerd@gnu.org>
13042
13043 * dirtrack.el (dirtrack): Fix call to run-hooks.
13044
13045 * cmuscheme.el (cmuscheme-program-name): Renamed from
13046 scheme-program-name because xscheme.el contains a defcustom with
13047 the same name. As a consequence, customizing group `cmuscheme'
13048 loaded `xscheme' which redefined run-scheme.
13049 (run-scheme): Use cmuscheme-program-name.
13050
13051 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
13052
13053 * play/doctor.el (doctor-death): Update the Samaritans'
13054 anonymous address, and add a website for Befrienders International.
13055
13056 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13057
13058 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
13059 Avoid compilation gripes. Doc fix.
13060 (ps-print-version): New version number (6.2).
13061 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
13062 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
13063 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
13064 (ps-x-extent-priority, ps-x-extent-start-position)
13065 (ps-x-face-font-instance, ps-x-find-coding-system)
13066 (ps-x-font-instance-properties, ps-x-make-color-instance)
13067 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
13068 avoid compilation gripes without defining functions.
13069 (ps-e-find-composition): Alias for function find-composition, to have a
13070 suitable function depending on Emacs version.
13071 (ps-color-device, ps-color-values, ps-face-foreground-name)
13072 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
13073 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
13074 (ps-print-ensure-fontified): Function definitions surrounded by
13075 `eval-and-compile' to avoid compilation gripes.
13076 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
13077 by symbol-value to avoid compilation gripes.
13078 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
13079 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
13080
13081 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
13082
13083 * startup.el (normal-top-level): Call `frame-set-background-mode'
13084 after `frame-notice-user-settings' because the latter doesn't call
13085 the former on a tty.
13086
13087 * faces.el (frame-set-background-mode): `unspecified' &c are
13088 symbols, not strings.
13089
13090 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
13091
13092 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
13093 why some "light*" colors are deliberately absent from the alist.
13094
13095 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
13096 Change colors for tty's, as suggested by Miles Bader.
13097
13098 2000-10-19 Kenichi Handa <handa@etl.go.jp>
13099
13100 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
13101 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
13102 for ISO10646-1 fonts.
13103 (x-font-name-charset-alist): Add an entry for "iso10646-1".
13104
13105 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
13106
13107 * faces.el (frame-set-background-mode): If a tty frame defines a
13108 background color, use that to compute the background mode, instead
13109 of always defaulting to "dark".
13110
13111 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
13112
13113 * comint.el (comint-write-output): New function.
13114 (comint-mode-map): Add it to the menu.
13115 Bind `C-c C-s' to comint-write-output.
13116
13117 2000-10-18 Gerd Moellmann <gerd@gnu.org>
13118
13119 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
13120 Use fancy-splash-delay.
13121
13122 2000-10-18 Alex Schroeder <alex@gnu.org>
13123
13124 * progmodes/sql.el (sql-sybase-options): New option.
13125 (sql-sybase): Use it. Add sql-database to the list of parameters
13126 provided for login. The options -w 2048 -n are not used any more.
13127
13128 * comint.el (comint-read-input-ring): Bugfix such that the first
13129 and the last entry of the input ring file are not lost.
13130
13131 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13132
13133 * ps-print.el: Internal variable changes to defcustom,
13134 make-local-hook changes to defvar. Doc fix.
13135 (ps-print-version): New version number (6.1).
13136 (ps-setup, ps-do-despool): Code fix.
13137 (ps-printer-name): Customization fix.
13138 (ps-printer-name-option): Now is a defcustom instead of an
13139 internal variable.
13140 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
13141 (ps-print-begin-column-hook): Now are defvar instead of
13142 make-local-hook.
13143
13144 2000-10-18 Miles Bader <miles@gnu.org>
13145
13146 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
13147 (comint-kill-output): Changed into an alias for `comint-delete-output',
13148 and made obsolete.
13149 (comint-mode-map): Rename references to comint-kill-output.
13150
13151 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
13152
13153 * diff-mode.el (diff-header-face, diff-file-header-face)
13154 (diff-changed-face): Add bold and italic attributes to tty faces.
13155 (diff-function-face): New face.
13156 (diff-font-lock-keywords): Use it.
13157
13158 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
13159
13160 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
13161 Remove commented-out call to force-mode-line-update.
13162 (comint-kill-output): Use `forward-line 0' instead of
13163 beginning-of-line to make sure we get past the prompt.
13164
13165 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
13166
13167 * diff-mode.el (diff-header-face, diff-file-header-face):
13168 Add specific setting for dark background.
13169 (diff-context-face): Renamed from diff-comment-face.
13170 Set explicitly rather than inheriting from font-lock-comment-face.
13171
13172 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
13173
13174 * startup.el (command-line): Move the code which sets the default
13175 TTY colors to before before-init-hook.
13176
13177 2000-10-17 Gerd Moellmann <gerd@gnu.org>
13178
13179 * jit-lock.el (jit-lock-stealth-time): Doc fix.
13180
13181 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
13182
13183 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
13184 extensions, for MS-DOS.
13185
13186 * diff-mode.el (diff-header-face, diff-file-header-face)
13187 (diff-changed-face): Define tty-specific colors.
13188
13189 2000-10-17 Gerd Moellmann <gerd@gnu.org>
13190
13191 * startup.el (fancy-splash-text): Realign the text.
13192
13193 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
13194
13195 * font-lock.el (font-lock-comment-face): Define a separate default
13196 for dark-background tty's.
13197
13198 2000-10-17 Miles Bader <miles@gnu.org>
13199
13200 * help.el (resize-temp-buffer-window): Add hack to avoid last line
13201 being obscured by whizzy mode-lines on graphics displays.
13202
13203 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
13204
13205 * info.el (Info-title-1-face, Info-title-2-face)
13206 (Info-title-3-face): Define colors for tty's.
13207 (info-header-node): Remove unneeded tty-specific definition.
13208
13209 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
13210
13211 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
13212 reverse from the frame parameters, and don't invert foreground and
13213 background colors.
13214
13215 2000-10-16 Miles Bader <miles@gnu.org>
13216
13217 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
13218 string "*Info*". Call propertized-buffer-identification to spruce
13219 up the result.
13220
13221 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13222
13223 * help.el: Provide `help' for the sake of define-minor-mode
13224 which generates defcustoms with requires.
13225
13226 * jit-lock.el (jit-lock-after-change): If we're in text that
13227 matches a multi-line font-lock pattern, make sure the whole text
13228 will be redisplayed.
13229
13230 * emacs-lisp/authors.el (authors-add): Don't add an entry if
13231 author's name is unknown.
13232
13233 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
13234 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
13235 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
13236 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
13237 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
13238 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
13239 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
13240 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
13241 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
13242 Add author information.
13243
13244 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
13245
13246 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
13247 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
13248 full-color version (using the Gimp) to eliminate dithering artifacts.
13249
13250 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
13251
13252 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
13253
13254 * simple.el (syntax-flag-table, string-to-syntax): Remove.
13255
13256 2000-10-15 Dave Love <fx@gnu.org>
13257
13258 * progmodes/sh-script.el: Require skeleton and comint when compiling.
13259
13260 * pcomplete.el (pcomplete) <defgroup>: Add :version.
13261
13262 * whitespace.el: Doc fixes.
13263 (top-level): Don't add hooks here.
13264 (whitespace-running-emacs): Deleted.
13265 (timer): Don't require.
13266 (whitespace): Add back :version conditional on xemacs test.
13267 (whitespace-spacetab-regexp, whitespace-indent-regexp)
13268 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
13269 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
13270 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
13271 Avoid specific xemacs test.
13272 (whitespace-global-mode): New option.
13273 (whitespace-global-mode): New command.
13274 (whitespace-unload-hook): New function.
13275
13276 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
13277 (Info-fontify-node, Info-goto-node, Info-mode-menu)
13278 (Info-fontify-node): `Goto' goes to `Go to'.
13279 (Info-fontify-node): Add help-echo to xref links.
13280
13281 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
13282
13283 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
13284
13285 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
13286
13287 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
13288 Use plist-get and allow :inherit.
13289
13290 * emacs-lisp/cl-macs.el (cl-do-arglist):
13291 Use plist-get and plist-member instead of memq.
13292
13293 * emacs-lisp/ewoc.el (ewoc-location): New function.
13294 (ewoc-enter-after, ewoc-enter-before): Document return value.
13295 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
13296 Don't need make-local-hook any more.
13297 (cvs-addto-collection): Return the new tin.
13298 (cvs-mode-insert): Jump to the new line.
13299
13300 * jit-lock.el (jit-lock-fontify-buffer): Remove.
13301
13302 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
13303
13304 * font-lock.el (font-lock-syntactically-fontified): New var.
13305 (font-lock-fontify-syntactic-keywords-region): Use it.
13306 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
13307
13308 * diff-mode.el (diff-find-file-name): Fix regexp.
13309
13310 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13311 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
13312
13313 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
13314 (sh-mode-syntax-table): Add punctuation syntax for < and >.
13315 (sh-mode): Don't make all vars local here.
13316 (sh-kw): Reformat.
13317 (sh-set-shell): Use dolist. Don't set indent-region-function.
13318 (sh-mode-syntax-table): Use pop.
13319 (sh-remember-variable): Use push.
13320 (sh-help-string-for-variable): Use memq.
13321 (sh-safe-backward-sexp): Remove.
13322 (sh-safe-forward-sexp): Add ARG.
13323 (sh-get-indent-info, sh-prev-stmt): Use it.
13324 (sh-prev-line): Simplify by using forward-comment.
13325 (sh-this-is-a-continuation): Simplify.
13326 (sh-learn-buffer-indent): Use dolist.
13327 (sh-do-nothing): Remove.
13328 (sh-set-char-syntax, sh-set-here-doc-region):
13329 Use inhibit-modification-hooks.
13330 (sh-name-style): Use mapcar and push.
13331 (sh-load-style): Use dolist.
13332 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
13333 (sh-case, sh-while-getopts): Use propertize directly rather
13334 than sh-electric-rparen.
13335
13336 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
13337
13338 * textmodes/tex-mode.el: Require CL when compiling.
13339 (tex-mode-syntax-table): Init immediately.
13340 (tex-mode-map): Bind M-RET to latex-insert-item.
13341 (latex-mode): Set indent-line-function to latex-indent.
13342 (tex-common-initialization): Don't setup the syntax-table any more.
13343 (latex-insert-item): New skeleton.
13344 (tex-next-unmatched-end): Fix copy/paste braino.
13345 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
13346 (latex-indent, latex-find-indent): New functions.
13347 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
13348 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
13349 (tex-compilation-parse-errors): Use with-syntax-table.
13350
13351 2000-10-15 Miles Bader <miles@gnu.org>
13352
13353 * font-lock.el (font-lock-comment-face): Change dark-background,
13354 color, non-tty, default to `chocolate1'.
13355
13356 2000-10-13 John Wiegley <johnw@gnu.org>
13357
13358 * eshell/esh-util.el (require): Added a missing `require' form,
13359 needed when compiling (for an ange-ftp macro definition).
13360
13361 2000-10-13 Dave Love <fx@gnu.org>
13362
13363 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
13364
13365 2000-10-13 Gerd Moellmann <gerd@gnu.org>
13366
13367 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
13368
13369 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
13370 transparent -colors 8).
13371
13372 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
13373
13374 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
13375 that breaks with old list format timestamps.
13376 (time-stamp-warn-inactive, time-stamp-old-format-warn)
13377 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
13378
13379 2000-10-13 John Wiegley <johnw@gnu.org>
13380
13381 * align.el, pcomplete.el, calendar/timeclock.el,
13382 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
13383
13384 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
13385 faulty math, where holiday hours were being computing as seconds.
13386
13387 2000-10-13 John Wiegley <johnw@gnu.org>
13388
13389 * desktop.el (desktop-buffer-modes-to-save): Added a global for
13390 specifying what "other" kinds of buffers should be saved.
13391 This used to be hard-coded.
13392 (desktop-buffer-misc-functions): A global for specifying how
13393 auxiliary data should be determined for special buffer types.
13394 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
13395 instead of hard-coding the special buffer types.
13396 (desktop-save): Run `desktop-buffer-misc-functions' to gather
13397 auxiliary data, instead of hard-coding for Info buffers and dired.
13398 (desktop-buffer-info-misc-data): Aux function for determining Info
13399 buffer auxiliary info.
13400 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
13401 (desktop-buffer-info): Changed this function to use the info
13402 gathered above.
13403 (desktop-create-buffer): Be a little more careful about what
13404 `minor-mode' means before calling it. This is important for some
13405 buffer types.
13406
13407 2000-10-13 John Wiegley <johnw@gnu.org>
13408
13409 * eshell/esh-util.el: Added a global form which declares an
13410 autoload for `parse-time-string', if that function is not already
13411 defined, and if parse-time.el is available on the user's system.
13412
13413 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
13414 to be aware of ange-ftp user info.
13415 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
13416 (eshell-ls-annotate): Use `eshell-file-attributes'.
13417 (eshell-ls-file): Made the user-id printing code a bit smarter.
13418
13419 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
13420 allow identification of alias user ids in remote directories.
13421 It's manual, but there's no other way to know when the current user
13422 on the local machine, is also the owning user on the remote machine.
13423 (fboundp): Bind `ange-cache'.
13424 (eshell-directory-files-and-attributes): Re-organized the logic a
13425 bit to use `eshell-file-attributes' instead of `file-attributes'.
13426 The former is more sensitive to directories that are read via FTP,
13427 and knows how to use ange-ftp to determine full attribute
13428 information, instead of just the name and last modtime.
13429 (eshell-current-ange-uids): Return the current user id when in a
13430 remote directory.
13431 (eshell-parse-ange-ls): Parse a full directory listing that has
13432 been returned by ange-ftp.
13433 (eshell-file-attributes): This beefed up version of
13434 `file-attributes' is only special if the user is currently in a
13435 remote directory, in which case it does a lot of work to find out
13436 what the real attributes of a file are, as they appear on the
13437 remote machine. This makes usage of remote directories (i.e.,
13438 ange-ftp pathnames) much more useful. You can now use Eshell as a
13439 full-fledged FTP client, with much more manipulation ability than
13440 most other clients.
13441
13442 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
13443 variable, which means that Eshell's du should always be preferred
13444 in remote directories.
13445 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
13446 just `file-attributes'.
13447 (eshell-mvcp-template): Bind `ange-cache', to improve performance
13448 when reading remote directories. This is an Eshell-specific
13449 variable (not part of ange-ftp).
13450 (eshell/ln): Bind `ange-cache'.
13451 (eshell/du): Added some extra logic for determining when to use
13452 Eshell's du (which is slow), and when to use the external version
13453 (which may or may not exist).
13454
13455 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13456 Call `eshell-interactive-process', rather than using
13457 `get-buffer-process', since backgrounded processes don't count in
13458 the context of this function's logic.
13459
13460 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
13461 `forward-char', so that null strings are parsed correctly.
13462
13463 2000-09-13 John Wiegley <johnw@gnu.org>
13464
13465 * eshell/em-pred.el (eshell-pred-file-type)
13466 (eshell-pred-file-links, eshell-pred-file-size):
13467 Use `eshell-file-attributes'. This is more correct over ange-ftp.
13468
13469 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
13470 that remote file globbing is more efficient.
13471
13472 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
13473 gathering the files and attributes within a directory.
13474
13475 * eshell/em-unix.el (eshell/cat): If any of the files passed on
13476 the command line is a special file (not a regular file, directory
13477 or symlink), always attempt to call the external version of cat.
13478
13479 2000-09-13 John Wiegley <johnw@gnu.org>
13480
13481 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
13482 Eshell-friendly version of find-tag.
13483
13484 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
13485
13486 * image-file.el (image-file-name-extensions)
13487 (image-file-name-regexps): Add autoload cookies.
13488
13489 2000-10-13 Kenichi Handa <handa@etl.go.jp>
13490
13491 * international/mule-cmds.el (select-safe-coding-system): If FROM
13492 is string, show it in *Warning* buffer.
13493
13494 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
13495
13496 * startup.el (normal-top-level): Use display-popup-menus-p instead
13497 of window-system.
13498 (command-line): Use display-graphic-p instead of window-system.
13499 (command-line-1): Use display-popup-menus-p and display-mouse-p
13500 instead of window-system.
13501
13502 2000-10-12 Sam Steingold <sds@gnu.org>
13503
13504 * tooltip.el (tooltip-use-echo-area): New user variable.
13505 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
13506
13507 2000-10-12 Dave Love <fx@gnu.org>
13508
13509 * recentf.el: Maintainer's checkdoc fixes.
13510
13511 * startup.el (normal-top-level-add-subdirs-to-load-path):
13512 Use character class, not ASCII when matching file names.
13513 (fancy-splash-head): Add trailing slash to URL.
13514 (command-line): Don't require XPM support for toolbar.
13515
13516 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
13517 (cperl-invalid-face): Revert last change.
13518 (cperl-init-faces): Quote cperl-invalid-face.
13519
13520 2000-10-12 Kenichi Handa <handa@etl.go.jp>
13521
13522 * startup.el (fancy-splash-text): Remove superfluous quote.
13523
13524 2000-10-12 Gerd Moellmann <gerd@gnu.org>
13525
13526 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
13527 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
13528 (command-line-1): Don't use fancy-splash-pending-command.
13529 (fancy-splash-screens-1): Goto point-min after inserting text.
13530
13531 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
13532
13533 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
13534 instead of shared-lisp-mode-map.
13535
13536 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
13537
13538 * faces.el (header-line): Change tty-variant to use underlining.
13539
13540 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
13541 (isearch-highlight): Restore lazy-isearch face properties at old
13542 position, and suppress them at new position.
13543 (isearch-dehighlight): Restore lazy-isearch face properties.
13544 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
13545 over the real isearch overlay, but in that case, don't give it a
13546 face property. Use `push'.
13547
13548 2000-10-12 Kenichi Handa <handa@etl.go.jp>
13549
13550 * man.el (Man-getpage-in-background): Fix previous change.
13551 Decode the process output only when we are in multibyte mode.
13552
13553 2000-10-11 Dave Love <fx@gnu.org>
13554
13555 * info.el (Info-mode-menu): Fix some help.
13556 (info-tool-bar-map): Add entry for Info-last.
13557
13558 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
13559 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
13560 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
13561 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
13562 * toolbar/search-replace.xpm, toolbar/exit.xpm:
13563 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
13564 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
13565 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
13566 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
13567 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
13568 Reduce colour requirements to 25 overall. (Probably wants
13569 revisiting from the originals to reduce further.)
13570
13571 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
13572
13573 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
13574 buffer-file-coding-system, instead of raw-text.
13575 (dehexlify-buffer): Bind coding-system-for-read to
13576 buffer-file-coding-system, instead of raw-text.
13577
13578 2000-10-11 Sam Steingold <sds@gnu.org>
13579
13580 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
13581 `underline' - fixes the bug introduced on 2000-09-21.
13582
13583 2000-10-11 Dave Love <fx@gnu.org>
13584
13585 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
13586 Avoid compiler warnings.
13587 (scheme-mode): Doc fix.
13588 (scheme-font-lock-keywords-1): Match `define-syntax'.
13589
13590 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
13591
13592 * faces.el (frame-set-background-mode): Pay attention to saved
13593 face specs as well as default ones. Only do anything if the
13594 bg-mode or display-type has actually changed. Use `dolist'.
13595 (region): Make dark-background `region' face less in-your-face.
13596
13597 2000-10-10 Sam Steingold <sds@gnu.org>
13598
13599 * chistory.el, ielm.el, ledit.el:
13600 * progmodes/inf-lisp.el, progmodes/scheme.el:
13601 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
13602
13603 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
13604
13605 * textmodes/texinfo.el: Update copyright and fix typo.
13606
13607 * desktop.el (desktop-modes-not-to-save): New var.
13608 (desktop-save-buffer-p): Use it.
13609 Also, obey desktop-buffers-not-to-save even for non-file buffers.
13610 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
13611
13612 2000-10-10 Dave Love <fx@gnu.org>
13613
13614 * toolbar/tool-bar.el (tool-bar-add-item)
13615 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
13616
13617 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
13618 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
13619 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
13620 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
13621 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
13622 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
13623 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
13624 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
13625 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
13626 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
13627 the .xpms; probably need retouching.
13628
13629 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
13630
13631 * subr.el (add-to-list): Add optional argument APPEND.
13632 * battery.el (display-battery): Use `add-to-list'.
13633
13634 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
13635
13636 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
13637 properties.
13638 (zone, zone-when-idle, zone-leave-me-alone)
13639 (zone-pgm-whack-chars): Use new symbol properties.
13640
13641 * battery.el (display-battery): Doc spelling fix.
13642
13643 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
13644 property.
13645
13646 2000-10-09 Dave Love <fx@gnu.org>
13647
13648 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
13649 has been initialized before calling tool-bar-setup.
13650 (tool-bar-add-item-from-menu): Add autoload cookie.
13651
13652 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
13653
13654 * menu-bar.el (send-mail-item-name): New function.
13655 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
13656 of mail-user-agent in the menu. Don't display the "Send Mail"
13657 item if mail-user-agent is nil or its value is ignore.
13658 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
13659 if read-mail-command is nil or its value is ignore.
13660
13661 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
13662
13663 2000-10-09 Miles Bader <miles@gnu.org>
13664
13665 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
13666 Correct image size.
13667 * toolbar/left_arrow.xpm: Correct image size.
13668
13669 * jka-compr.el: Don't call `jka-compr-install' when loading (it
13670 will be done by the definition of `auto-compression-mode' if
13671 necessary. Move code to uninstall existing file-name handler
13672 before definition of `auto-compression-mode'.
13673
13674 * image-file.el (auto-image-file-mode): Move to the end of the
13675 file, because `define-minor-mode' actually calls the mode-function
13676 if the associated variable is non-nil, which requires that all
13677 needed functions be already defined.
13678
13679 * mouse.el (popup-menu): Balance parens.
13680
13681 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
13682
13683 * mouse.el (popup-menu): Move the command call outside the loop
13684 so that popup-menu returns whatever the command returns.
13685
13686 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
13687 (initialize-new-tags-table): Use run-hook-with-args-until-success.
13688 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
13689 (tags-table-format-functions): Renamed from tags-table-format-hooks.
13690
13691 * vc.el (vc-version-diff): diff-switches can be a list.
13692 Use relative filenames for prettier output.
13693
13694 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
13695 (vc-post-command-functions): Remove old-VC compatibility code.
13696
13697 * newcomment.el (comment-indent-default): Autoload.
13698
13699 * font-lock.el (font-lock-defaults): Make buffer-local.
13700 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
13701 (font-lock-choose-keywords):
13702 Ignore LEVEL unless KEYWORDS is a list of syms.
13703 (c-keywords, c++-keywords, objc-keywords, java-keywords):
13704 Don't wrap regexp-opt things in \(...\) unnecessarily.
13705
13706 * jit-lock.el: Don't require font-lock any more.
13707 (jit-lock-functions): Make buffer-local.
13708 (jit-lock-saved-fontify-buffer-function): Remove.
13709 (jit-lock-mode): Remove autoload cookie.
13710 Remove font-lock specific code.
13711 (jit-lock-unregister): Don't bother handling complex hooks any more.
13712 (jit-lock-refontify): New function.
13713 (jit-lock-fontify-buffer): Use it.
13714 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
13715 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
13716 Add optional args START and END.
13717 Never call font-lock-fontify-region directly.
13718 (jit-lock-function, jit-lock-stealth-fontify): Use it.
13719
13720 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
13721
13722 2000-10-08 Dave Love <fx@gnu.org>
13723
13724 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
13725
13726 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
13727
13728 * play/studly.el (studlify-region, studlify-word): Add autoload
13729 cookie.
13730
13731 * play/morse.el (morse-region, unmorse-region): Add autoload
13732 cookie.
13733
13734 * play/spook.el (spook-phrases-file): Use expand-file-name, not
13735 concat.
13736
13737 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
13738 insist on symbols starting with word syntax.
13739 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
13740 (eval-defun-1): Doc fix.
13741 (indent-sexp): Use nconc to build up indent-stack.
13742
13743 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
13744 Gnus with little use.
13745 (mail-setup-hook): Add mail-abbrevs-setup to options.
13746
13747 * recentf.el: Doc fixes.
13748
13749 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
13750 Clean up remainder.
13751
13752 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
13753 without timezone and (8) with timezone to enforce some whitespace.
13754 Simplify code somewhat.
13755
13756 * options.el (list-options): Doc that you should use customize.
13757
13758 * iswitchb.el (iswitchb-mode): Add :require.
13759
13760 * info.el (Info-goto-node, Info-menu): Doc fix.
13761 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
13762 (info-tool-bar-map): New variable.
13763 (Info-mode): Use it.
13764 (Info-edit-map): Define all in defvar.
13765 (speedbar-attached-frame): Avoid compiler warning.
13766
13767 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
13768 (global-map): Bind [tool-bar] to a filtered map.
13769 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
13770 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
13771 Allow PBM icons.
13772 (tool-bar-setup): Adjust calls of tool-bar-add-item.
13773
13774 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
13775 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
13776 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
13777 icons, except up_arrow, which is left-arrow rotated.
13778
13779 * imenu.el (imenu-add-to-menubar): Fix last change.
13780
13781 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
13782
13783 * generic-x.el (rul-generic-mode): Remove eval-when-compile
13784 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
13785
13786 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
13787
13788 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
13789 typos in doc strings.
13790
13791 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
13792 the doc strings how to customize Font Lock faces.
13793
13794 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
13795 computing growth when dragging the header line.
13796
13797 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
13798
13799 * simple.el (kill-line): Doc fix.
13800
13801 2000-10-08 Miles Bader <miles@gnu.org>
13802
13803 * faces.el (secondary-selection): Make foreground visible on tty.
13804
13805 * jka-compr.el (auto-compression-mode): Move to the end of the
13806 file, because `define-minor-mode' actually calls the mode-function
13807 if the associated variable is non-nil, which requires that all
13808 needed functions be already defined.
13809 (with-auto-compression-mode): Add autoload cookie.
13810
13811 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
13812
13813 * files.el (find-backup-file-name) [ms-dos]: If support for long
13814 file names is not available, behave as if version-control were set
13815 to never.
13816
13817 2000-10-07 Dave Love <fx@gnu.org>
13818
13819 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
13820 (browse-url-gnome-moz): New function.
13821 (browse-url-browser-function): Use it.
13822 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
13823
13824 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
13825
13826 * indent.el (tab-always-indent): New var.
13827 (indent-for-tab-command): Use it.
13828
13829 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
13830 raise an error. This way it can still default to a sane value.
13831
13832 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13833
13834 * startup.el (fancy-splash-screens): Use local rather than global map.
13835 Don't use `update-menu-bindings' any more.
13836 Get rid of assumptions about keymap representation.
13837
13838 2000-10-06 Dave Love <fx@gnu.org>
13839
13840 * textmodes/fill.el (sentence-end-double-space)
13841 (sentence-end-without-period): Doc fix.
13842 (adaptive-fill-regexp): Purecopy.
13843 (unjustify-current-line): Use line-end-position.
13844 (fill-individual-paragraphs-prefix): Use line-beginning-position.
13845
13846 * net/eudc-vars.el (eudc): Add :version, :link.
13847
13848 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
13849
13850 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
13851 Fix for define-minor-mode.
13852 (function-at-point): Alias to function-called-at-point.
13853
13854 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
13855
13856 * simple.el (backward-word): Doc fix.
13857
13858 * image-file.el (image-file-name-regexp): image-file-regexps ->
13859 image-file-name-regexps.
13860 (image-file-name-extensions): Add pbm.
13861
13862 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13863
13864 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
13865 and add filename to the names so that diff-mode can jump to source.
13866
13867 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
13868 (tex-font-lock-keywords, tex-font-lock-keywords-2)
13869 (tex-font-lock-keywords-1): Remove.
13870 (font-lock-turn-on-thing-lock): Use jit-lock-register.
13871 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
13872 (font-lock-default-fontify-region):
13873 Expand beg..end correctly when just following a multiline region.
13874 (font-lock-fontify-anchored-keywords):
13875 Include the anchor text as part of the multiline.
13876
13877 2000-10-06 Gerd Moellmann <gerd@gnu.org>
13878
13879 * loadup.el (toplevel): Load `loaddefs' before `help' because the
13880 latter needs the autoloaded define-minor-mode macro during the
13881 bootstrap.
13882
13883 * startup.el (command-line): For now, activate tool-bar-mode only
13884 if XPM images are supported.
13885
13886 * mouse.el (mouse-drag-header-line): Don't allow resizing a
13887 window by dragging a header-line at the top of the frame; that's
13888 confusing because the header-line doesn't move.
13889 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
13890 of treating the event as a list. Some cleanup.
13891
13892 2000-10-06 Miles Bader <miles@gnu.org>
13893
13894 * simple.el (display-message-or-buffer): New function.
13895 (shell-command-on-region): Use `display-message-or-buffer'.
13896
13897 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
13898 docstring parts.
13899
13900 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13901 (smbclient-prompt-regexp): Add usage note to doc string.
13902 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
13903 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
13904 Use add-hook for adding the comint filter function, and only do so
13905 if it's not already in the global hook list.
13906 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
13907 to `make-local-variable'.
13908 (nslookup-font-lock-keywords): Remove prompt entry.
13909 (nslookup): Don't set the process-filter.
13910 (finger): Exit the loop correctly when the regexps list runs out.
13911 (ftp, smbclient, smbclient-list-shares):
13912 Set the real major mode immediately, not after execing.
13913 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
13914
13915 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
13916
13917 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
13918
13919 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
13920
13921 * which-func.el (which-func-format): Remove spurious space.
13922 (which-func-mode): Don't make it permanent-local.
13923 (which-func-ff-hook): Allow which-func-maxout to be nil.
13924 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
13925 (which-func-mode): Simplify.
13926 Use post-command-idle-hook rather than post-command-hook.
13927 Go through all buffers and update their state.
13928 (which-function): Also try add-log-current-defun-function.
13929
13930 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
13931 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
13932 Update call to with-vc-properties accordingly.
13933 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
13934 (vc-revert-buffer): More careful about window selection and deletion.
13935 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
13936
13937 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
13938 (cvs-retrieve-revision): Reuse a pre-existing buffer.
13939 (cvs-dired-action): Change the default to quickdir.
13940
13941 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
13942 if comment-indent-function returns nil.
13943 (comment-indent-default): New function.
13944 (comment-indent-function): Use it and document the new semantics.
13945
13946 * image-file.el: Docstring fixes.
13947
13948 * help.el (help-xref-on-pp): Use match-string.
13949 (describe-variable): New arg BUFFER.
13950 Store the current buffer in the help-xref-stack.
13951 (temp-buffer-resize-mode): Use define-minor-mode.
13952
13953 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
13954 consistently with its docstring.
13955 Set jit-lock-first-unfontify-pos in an idempotent way.
13956 (jit-lock-register): Autoload and add arg CONTEXTUAL.
13957
13958 2000-10-05 Alex Schroeder <alex@gnu.org>
13959
13960 * sql.el (sql-mysql-options): New variable.
13961 (sql-mysql): Use it.
13962
13963 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
13964
13965 * image.el (image): New group.
13966
13967 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13968 (smerge-base-face, smerge-markers-face): Add dark-background variants.
13969
13970 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13971
13972 * net/net-utils.el (nslookup-font-lock-keywords)
13973 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13974 Ignore the value of wqindow-system; always define keywords
13975
13976 2000-10-05 Kenichi Handa <handa@etl.go.jp>
13977
13978 * startup.el (fancy-splash-screens): Remove the code for
13979 debugging; `(trace-to-stderr "EXITTT\n")'.
13980
13981 2000-10-05 Miles Bader <miles@gnu.org>
13982
13983 * diff-mode.el (diff-goto-source): Update call to
13984 `diff-hunk-status-msg' to reflect new REV variable.
13985
13986 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
13987
13988 * progmodes/icon.el (icon-mode):
13989 Don't gratuitously override the default for comment-column.
13990
13991 * vc-hooks.el (vc-mode-line): Fix interactive spec.
13992
13993 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
13994 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
13995 (jit-lock-functions): New var.
13996 (jit-lock-function-1): Use it if non-nil.
13997 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
13998 Set the `fontified' property before doing the fontification to avoid
13999 repeatedly going through the same error.
14000 Don't turn errors into messages.
14001 (jit-lock-register, jit-lock-unregister): New functions.
14002
14003 * dired.el (dired-mark-pop-up): Turn comment into docstring.
14004 Use with-current-buffer.
14005
14006 * dired-aux.el (dired-do-create-files, dired-kill-tree):
14007 Turn comment into docstring.
14008
14009 * apropos.el (apropos-mode): Use define-derived-mode.
14010
14011 2000-10-04 Gerd Moellmann <gerd@gnu.org>
14012
14013 * startup.el (fancy-splash-pending-command): New variable.
14014 (fancy-splash-pre-command): New function.
14015 (fancy-splash-screens): Rewritten.
14016 (command-line-1): If fancy-splash-pending-command is set, call it
14017 interactively.
14018
14019 2000-10-04 Dave Love <fx@gnu.org>
14020
14021 * toolbar/tool-bar.el (tool-bar-setup): New function.
14022 (tool-bar-mode): Use it.
14023
14024 * subr.el (substitute-key-definition): Doc fix.
14025 (play-sound-file): New command.
14026
14027 2000-10-04 Andre Spiegel <spiegel@gnu.org>
14028
14029 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
14030 vc-version-backup-file-name): New functions.
14031
14032 * files.el (basic-save-buffer): Call vc-before-save before saving.
14033
14034 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
14035 vc-cvs-stay-local-p.
14036
14037 * vc.el (vc-revert-buffer): Handle empty diff properly.
14038 (vc-version-backup-file): New function.
14039 (vc-checkout): Create a version backup if necessary.
14040 (vc-checkin): If a version backup file exists, delete it.
14041 (vc-version-diff): Diff locally using version backups, if available.
14042 (vc-revert-file): If there's a version backup, revert locally.
14043 (vc-transfer-file): Use version backup for base version, if
14044 available. If not, ask for confirmation whether to get it from the
14045 server. Update mode line before check-in.
14046
14047 2000-10-04 Dave Love <fx@gnu.org>
14048
14049 * toolbar/tool-bar.el (tool-bar-setup): New function.
14050 (tool-bar-mode): Use it.
14051
14052 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
14053
14054 * net/net-utils.el (nslookup-font-lock-keywords)
14055 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
14056 Only set if window-system is non-nil
14057 (net-utils-run-program): Returns buffer.
14058 (network-connection-reconnect): Added this function.
14059
14060 * generic.el:
14061 Incorporates extensive cleanup and docfixes by
14062 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
14063 Uses cl compile-time macros.
14064 (generic-mode-name, generic-comment-list)
14065 (generic-keywords-list, generic-font-lock-expressions)
14066 (generic-mode-function-list, generic-mode-syntax-table):
14067 Removed variables.
14068 (generic-mode-alist): Renamed to generic-mode-list.
14069 (generic-find-file-regexp): Default changed to "^#".
14070 (generic-read-type): Uses completing read on generic-mode-list.
14071 (generic-mode-sanity-check): removed this function.
14072 (generic-add-to-auto-mode): Removed this function
14073 (generic-mode-internal): Bind mode-specific definitions
14074 into function instead of putting them in alist.
14075 (generic-mode-set-comments): Reworked extensively.
14076 (generic-mode-find-file-hook): Simplified regexp searching
14077 (generic-make-keywords-list): Omit extra pair of parens
14078
14079 * find-lisp.el (find-lisp-find-files-internal):
14080 Make sure directory name ends with "/".
14081
14082 * generic-x.el (apache-conf-generic-mode):
14083 Regexp now allows leading whitespace.
14084 (rc-generic-mode): Added eval-when-compile
14085 around generic-make-keywords-list.
14086 Deleted duplicate regexp
14087 (rul-generic-mode): Added eval-when-compile
14088 around generic-make-keywords-list.
14089 (etc-fstab-generic-mode): New generic mode.
14090 (rul-generic-mode): Removed one eval-when-compile
14091 which caused a max-specpdl-size exceeded error.
14092
14093 2000-10-04 Miles Bader <miles@gnu.org>
14094
14095 * simple.el (minibuffer-temporary-goal-position): New variable.
14096 (next-history-element): Try to keep the position of point in the
14097 input string constant.
14098
14099 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
14100 (dired-do-create-files): If there's only one file, pass it in as
14101 the DEFAULT arg to dired-mark-read-file-name.
14102
14103 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
14104
14105 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
14106 (diff-goto-source): Be smarter when choosing REVERSE or not.
14107
14108 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
14109 (texinfo-mode-menu): Add an explicit shortcut for update all.
14110
14111 2000-10-03 Andre Spiegel <spiegel@gnu.org>
14112
14113 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
14114 factorize backend-specific code cleanly (this was essentially
14115 conceived by Stefan Monnier).
14116 (vc-unregister): Function removed.
14117 (vc-revert-file): New function.
14118 (vc-revert-buffer): Delegate some of the work to it.
14119
14120 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
14121 default branch unconditionally.
14122 (vc-rcs-set-default-branch): New function.
14123 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
14124 (vc-rcs-checkin): If an appropriate default branch has been set,
14125 force creation of that branch.
14126 (vc-rcs-receive-file): Rewritten to contain only backend-specific
14127 code (as suggested by Stefan Monnier).
14128
14129 2000-10-02 Gerd Moellmann <gerd@gnu.org>
14130
14131 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
14132 highlighting overlay with a different face over the overlay
14133 isearch uses to highlight the current match because that can lead
14134 to bad face combinations.
14135
14136 * loadup.el (toplevel): Load faces before isearch.
14137
14138 * isearch.el (isearch-faces): New custom group.
14139 (isearch): New defface; was already tested for in the code.
14140 (isearch-lazy-highlight-face): Changed to defface from defcustom.
14141 (isearch-highlight): Always use face `isearch'.
14142
14143 2000-10-02 Dave Love <fx@gnu.org>
14144
14145 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
14146 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
14147 comparison of opcode with operand.
14148
14149 2000-10-03 Miles Bader <miles@gnu.org>
14150
14151 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
14152 buffer, since the echo area will now grow to accommodate them.
14153
14154 2000-10-02 Andre Spiegel <spiegel@gnu.org>
14155
14156 * vc-hooks.el (vc-registered): If FILE used to be registered under
14157 a certain backend, try that one first.
14158
14159 * vc.el (vc-responsible-backend): Undo the previous change in the
14160 argument list. Handle multiple backends correctly.
14161 (vc-find-new-backend): Function removed.
14162 (vc-register): Use vc-responsible-backend, as before.
14163 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
14164
14165 2000-10-02 Gerd Moellmann <gerd@gnu.org>
14166
14167 * startup.el (fancy-splash-head): Change message below the
14168 logo.
14169
14170 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
14171
14172 * diff-mode.el (diff-goto-source): Emit a status message.
14173 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
14174 (diff-test-hunk): Fix doc string.
14175 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
14176 (diff-advance-after-apply-hunk): New variable.
14177 (diff-apply-hunk): Don't return a value.
14178
14179 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
14180
14181 * vc.el (vc-editable-p): Minor optimization.
14182 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
14183 (vc-find-new-backend): New function split from vc-responsible-backend.
14184 (vc-register): Use it.
14185 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
14186 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
14187 (vc-default-unregister, vc-revert-buffer): Docstring fix.
14188 (vc-clear-headers): Don't use find-file.
14189 (vc-revert-buffer): Use `and' again (must have been a braino).
14190 (vc-switch-backend): Only prompt if requested.
14191 Short circuit if nothing is to be done.
14192 Don't use vc-resynch-buffer which could lose unsaved editing.
14193 (vc-default-receive-file): Update call to vc-unregister.
14194 (with-vc-file, vc-next-action-on-file):
14195 Use vc-backend rather than vc-registered.
14196 (vc-next-action-on-file): Use intern-soft.
14197 Deal with read-only *vc-diff* buffer.
14198 (vc-transfer-file): Docstring fix.
14199
14200 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
14201 (vc-rcs-receive-file): Avoid with-vc-properties.
14202 Update call to vc-unregister.
14203 Use constant `RCS' rather than (dynamically bound) var `backend'.
14204
14205 2000-10-01 Andre Spiegel <spiegel@gnu.org>
14206
14207 * vc.el (vc-next-action-on-file): Update mode line only if file
14208 is visited.
14209 (vc-start-entry): New argument initial-contents. Don't visit the file
14210 if it isn't already visited. Brought documentation up-to-date.
14211 (vc-next-action, vc-register): Updated calls to vc-start-entry.
14212 (vc-checkin): New optional arg initial-contents, which is passed to
14213 vc-start-entry.
14214 (vc-finish-logentry): Make sure to bury log buffer only if there
14215 really is one. Call `vc-resynch-buffer' on log-file, not
14216 buffer-file-name.
14217 (vc-default-comment-history, vc-default-wash-log): New functions.
14218 (vc-index-of): Removed.
14219 (vc-transfer-file): Make do without the above.
14220 (vc-default-receive-file): Call comment-history unconditionally. Pass
14221 the resulting string to vc-checkin, instead of inserting it into the
14222 comment ring.
14223
14224 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
14225 unconditionally. Use the comments as initial contents of the log
14226 entry buffer. Document the trick to force branch creation with no
14227 changes.
14228
14229 2000-10-01 Miles Bader <miles@gnu.org>
14230
14231 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
14232 `recenter' with an arg to prevent redrawing the display.
14233
14234 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
14235
14236 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
14237
14238 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
14239
14240 * progmodes/c-mode.el (c-mode):
14241 Don't gratuitously override the default for comment-column.
14242
14243 * textmodes/tex-mode.el (latex-metasection-list): New var.
14244 (latex-imenu-create-index): Use it.
14245 Move the regexp construction outside loops (and use push).
14246 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
14247 (tex-font-lock-keywords): Moved from font-lock.el.
14248 (tex-comment-indent): Remove.
14249 (tex-common-initialization): Don't set comment-indent-function.
14250 (latex-block-default): New var.
14251 (tex-latex-block): Use it to provide a default choice.
14252 Add any unknown choice to latex-block-names.
14253 Insert [...] after {...}.
14254 (tex-last-unended-begin): Simplify regexp.
14255 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
14256 (latex-forward-sexp-1, latex-forward-sexp): New functions.
14257 (latex-mode): Set forward-sexp-function.
14258
14259 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
14260 Add regexp for @ignore ... @end ignore.
14261 (texinfo-heading-face): New face.
14262 (texinfo-font-lock-keywords): Use it.
14263 (texinfo-mode-menu): New menu.
14264 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
14265 New functions.
14266 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
14267 (texinfo-section-types-regexp, texinfo-section-level-regexp)
14268 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
14269 Remove declaration.
14270 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
14271
14272 * delsel.el (delete-selection-mode): Use define-minor-mode.
14273
14274 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
14275
14276 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
14277
14278 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
14279
14280 2000-09-30 Gerd Moellmann <gerd@gnu.org>
14281
14282 * replace.el (keep-lines-read-args): New function.
14283 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
14284 read arguments interactively. Add parameters RSTART and REND.
14285 Operate on the active region in Transient Mark mode.
14286
14287 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
14288
14289 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
14290 (authors-obsolete-files-regexps): New variable.
14291 (authors-add): Don't record changes in obsolete files.
14292
14293 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
14294
14295 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
14296
14297 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
14298 (comment-indent): Make sure there's a space between code and comment.
14299 Shift comments left to avoid going past fill-column.
14300
14301 2000-09-29 Gerd Moellmann <gerd@gnu.org>
14302
14303 * startup.el (startup-echo-area-message): New function.
14304 (display-startup-echo-area-message): Use it.
14305 (fancy-splash-screens): Rewritten to use keymaps and a timer.
14306 (fancy-splash-default-action): New function.
14307 (fancy-splash-screens-1): New function.
14308 (fancy-splash-head): Put a help-echo and a keymap under the image.
14309
14310 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
14311
14312 * diff-mode.el (diff-add-log-file-name): Remove.
14313 (diff-mode): Use add-log-buffer-file-name-function.
14314
14315 * add-log.el (find-change-log): New arg BUFFER-FILE.
14316 (add-log-file-name): Obey add-log-file-name-function.
14317 (add-log-buffer-file-name-function): New var.
14318 (add-change-log-entry): Use it.
14319
14320 2000-09-29 Miles Bader <miles@gnu.org>
14321
14322 * image-file.el (image-file-name-extensions): New variable.
14323 (image-file-name-regexps): Renamed from `image-file-regexps'.
14324 New default value is nil. Call `auto-image-file-mode'.
14325 (image-file-name-regexp): New function.
14326 (auto-image-file-mode): New minor mode.
14327 (insert-image-file): Don't make conditional on the image-file
14328 handler being enabled.
14329 (image-file-handler): Make the call here conditional instead.
14330 (set-image-file-handler-enabled, enable-image-file-handler)
14331 (disable-image-file-handler): Functions removed.
14332
14333 * emacs-lisp/authors.el (authors-print): Rephrase many-files
14334 string.
14335
14336 2000-09-29 Gerd Moellmann <gerd@gnu.org>
14337
14338 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
14339 it's a function from CL.
14340 (latex-imenu-create-index): Replace eval-when-compile with progn
14341 because latex-section-alist is not bound while compiling.
14342
14343 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
14344
14345 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
14346 (outline-mode): Use define-derived-mode.
14347
14348 * progmodes/perl-mode.el (perl-mode):
14349 * progmodes/awk-mode.el (awk-mode):
14350 * progmodes/asm-mode.el (asm-mode):
14351 Don't gratuitously override the default for comment-column.
14352
14353 * emacs-lisp/lisp.el (lisp-complete-symbol):
14354 Distinguish the let-binding case from the funcall case.
14355 (forward-sexp-function): New variable.
14356 (forward-sexp): Use it.
14357
14358 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
14359 (easy-mmode-defmap): Remove the now useless autoload.
14360
14361 * time.el (display-time-mode): Use define-minor-mode.
14362
14363 * subr.el (add-minor-mode): Don't eval NAME.
14364 Don't depend on the presence of TOGGLE-FUN for any special behavior.
14365 Use if rather than cond.
14366
14367 * simple.el (read-expression-map): Define more properly.
14368 (comment-indent-hook): Remove.
14369 (string-to-syntax): Bug fix.
14370
14371 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
14372 (cvs-ediff-diff): Fix typo.
14373 (cvs-revert-if-needed): Don't bother preserving read-only.
14374
14375 * paren.el (show-paren-mode): Use define-minor-mode.
14376
14377 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
14378 (toggle-auto-compression): Remove.
14379 (jka-compr-build-file-regexp): Remove useless grouping.
14380
14381 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
14382 Avoid user-reserved bindings.
14383 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
14384 (diff-header-face): Revert to grey85.
14385
14386 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
14387
14388 * complete.el (partial-completion-mode) <defcustom>: Remove.
14389 (partial-completion-mode): Use define-minor-mode.
14390 (PC-do-completion): Understand `completion-auto-help = delay'
14391 to mean to popup the completion buffer only the second time.
14392 (PC-include-file-all-completions, PC-include-file-all-completions)
14393 (PC-include-file-all-completions): Don't quote lambda.
14394
14395 * comint.el (comint-mode-hook): Docstring fix.
14396 (comint-mode): Use define-derived-mode.
14397 (comint-mode-map): Remove obsolete comment.
14398 (make-comint): Minor stylistic change.
14399 (comint-insert-clicked-input): Be more careful to find the overlay.
14400 Use this-command-keys rather than hardcoding mouse-2.
14401
14402 * font-lock.el: Replace confusing (,@ with ,
14403 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
14404 Don't use regexp-opt-depth. Spice up the regexp for args.
14405 Don't distinguish between cmds that can take an opt arg or not.
14406 Use `append' and `prepend' rather than `keep'.
14407
14408 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
14409 (latex-outline-regexp): New var.
14410 (latex-outline-level): New fun.
14411 (latex-section-alist): New var.
14412 (latex-imenu-create-index): Use it. Use `push' as well.
14413 (tex-shell-map): Initialize it properly.
14414 (tex-mode): Minor stylistic change.
14415 (plain-tex-mode): Use define-derived-mode.
14416 (latex-mode): Use define-derived-mode.
14417 Construct the paragraph regexps in a more readable way.
14418 Set the buffer-local outline-{level,regexp} vars.
14419 (slitex-mode): Derive from latex-mode.
14420 (tex-common-initialization): Don't kill-all-vars anymore.
14421 Add setting for comment-add and font-lock-defaults.
14422 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
14423 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
14424 (tex-start-tex): New arg DIR (and send a chdir command for it).
14425 Also display the shell buffer and save it in tex-last-buffer-texed.
14426 (tex-region): Use expand-file-name rather than concat.
14427 Remove code made useless by changes in tex-start-tex.
14428 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
14429
14430 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
14431
14432 2000-09-28 Dave Love <fx@gnu.org>
14433
14434 * eshell/eshell.el (eshell) <defgroup>: Add :version.
14435
14436 2000-09-28 Gerd Moellmann <gerd@gnu.org>
14437
14438 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
14439 `append'.
14440
14441 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
14442
14443 * info.el (Info-extract-pointer): Undo last change.
14444 Instead, fix the position of the `bound' arg to re-search-backward.
14445
14446 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
14447
14448 * info.el (Info-extract-pointer):
14449 Widen more carefully, to avoid finding pointers in other nodes.
14450 (Info-index): Use push.
14451
14452 2000-09-27 Gerd Moellmann <gerd@gnu.org>
14453
14454 * frame.el (set-frame-font): Remove call to obsolete function
14455 frame-update-faces.
14456 (set-foreground-color, set-background-color): Likewise for
14457 frame-update-face-colors.
14458
14459 2000-09-27 Miles Bader <miles@gnu.org>
14460
14461 * image-file.el: New file.
14462
14463 2000-09-27 Gerd Moellmann <gerd@gnu.org>
14464
14465 * frame.el (frame-notice-user-settings): Don't call
14466 frame-update-faces, which is a no-op now.
14467
14468 * ediff-wind.el (ediff-control-frame-parameters): Add zero
14469 tool-bar-lines.
14470
14471 2000-09-27 Dave Love <fx@gnu.org>
14472
14473 * mouse.el: Fix last change.
14474
14475 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
14476
14477 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
14478
14479 2000-09-22 Kenichi Handa <handa@etl.go.jp>
14480
14481 * international/quail.el (quail-help): The output message is
14482 improved.
14483
14484 2000-09-26 Dave Love <fx@gnu.org>
14485
14486 * mouse.el (popup-menu): If POSITION is nil, set it using
14487 mouse-position.
14488
14489 2000-09-25 Sam Steingold <sds@gnu.org>
14490
14491 * net/browse-url.el (browse-url-file-url): Check for null maps.
14492
14493 2000-09-26 Gerd Moellmann <gerd@gnu.org>
14494
14495 * frame.el (frame-notice-user-settings): Don't add a
14496 tool-bar-lines frame parameter to default-frame-alist in batch mode.
14497
14498 * frame.el (frame-notice-user-settings):
14499 Make tool-bar-mode and default-frame-alist consistent.
14500
14501 * toolbar/tool-bar.el (tool-bar-help): New function.
14502
14503 2000-09-25 Gerd Moellmann <gerd@gnu.org>
14504
14505 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
14506 current-load-list in top-level forms. Else this leaks a cons cell
14507 every time a defun is called.
14508
14509 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
14510
14511 2000-09-25 Dave Love <fx@gnu.org>
14512
14513 * startup.el (fancy-splash-head): Check XPM is available.
14514
14515 * autoinsert.el (auto-insert): Doc fix.
14516 (auto-insert-alist): Following GNU notices, don't say `copyright
14517 _by_'. Use line-beginning-position.
14518 (auto-insert): Check buffer-file-name is non-nil before use.
14519
14520 2000-09-25 Gerd Moellmann <gerd@gnu.org>
14521
14522 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
14523 starting with `@def' or `@multitable', in addition to ones
14524 specified by the user in auto-fill-inhibit-regexp.
14525
14526 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
14527
14528 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
14529 rmail-dont-reply-to-names matches the empty string.
14530
14531 2000-09-25 Gerd Moellmann <gerd@gnu.org>
14532
14533 * startup.el (command-line-1, fancy-splash-text): Change the
14534 text to sound more friendly.
14535
14536 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
14537
14538 * progmodes/hideshow.el: Update author email address.
14539 Generally, sync w/ maintainer version 5.22.
14540 (hs-hide-all-non-comment-function): New var.
14541 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
14542 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
14543 (hs-show-region): Delete this command.
14544 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
14545
14546 2000-09-22 Dave Love <fx@gnu.org>
14547
14548 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
14549 (hl-line-highlight): Specify buffer when moving overlay.
14550
14551 * progmodes/fortran.el (fortran-mode): Locally set
14552 normal-auto-fill-function.
14553 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
14554 (fortran-mode-map): Adjust auto-fill menu entry.
14555
14556 2000-09-22 Gerd Moellmann <gerd@gnu.org>
14557
14558 * vc-rcs.el (toplevel): Require `vc' when compiling.
14559
14560 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
14561
14562 2000-09-22 Andre Spiegel <spiegel@gnu.org>
14563
14564 * vc.el (vc-switch-backend): Signal an error if the file is not
14565 registered under the new backend.
14566
14567 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
14568 without explicit revision number.
14569
14570 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
14571
14572 * diff-mode.el (diff-file-header-face): Reset to its previous value.
14573 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
14574 (diff-xor): New function.
14575 (diff-find-source-location): Use it. Fix a stupid name clash.
14576 (diff-hunk-status-msg): New function.
14577 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
14578 (diff-test-hunk): Use diff-find-source-location.
14579 (diff-goto-source): Favor the `reverse'.
14580 (diff-hunk-text): Properly handle one-sided context diffs.
14581 (diff-apply-hunk): When done, advance to the next hunk.
14582
14583 2000-09-21 Gerd Moellmann <gerd@gnu.org>
14584
14585 * startup.el (command-line): If frame was created with a non-zero
14586 tool-bar-lines parameter, switch tool-bar-mode on.
14587
14588 * add-log.el (change-log-date-face, change-log-name-face)
14589 (change-log-email-face, change-log-file-face)
14590 (change-log-list-face, change-log-conditionals-face)
14591 (change-log-function-face, change-log-acknowledgement-face):
14592 New faces, inheriting from font-lock faces.
14593 (change-log-font-lock-keywords): Use them.
14594
14595 2000-09-21 Dave Love <fx@gnu.org>
14596
14597 * progmodes/cperl-mode.el (top-level): Clean up
14598 `eval-when-compile's and assorted defvars.
14599 (cperl-invalid-face): Don't double-quote value. Change custom
14600 type.
14601 (cperl-mode): Set normal-auto-fill-function and don't zap
14602 auto-fill-function.
14603 (cperl-imenu--function-name-regexp-perl): Renamed from
14604 imenu-example--function-name-regexp-perl.
14605 (cperl-imenu--create-perl-index): Renamed from
14606 imenu-example--create-perl-index.
14607 (cperl-xsub-scan): Don't require cl.
14608
14609 * msb.el (msb-mode-map): Use substitute-key-definition.
14610 (msb-mode): Use msb-mode-map.
14611
14612 2000-09-21 Andre Spiegel <spiegel@gnu.org>
14613
14614 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
14615 New functions.
14616 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
14617 (vc-switch-backend): New function.
14618 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
14619 (vc-register): Fix prompt.
14620 (vc-unregister, vc-default-unregister): New functions.
14621 (vc-version-diff): Handle empty buffer in sentinel.
14622
14623 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
14624 (vc-rcs-state-heuristic): Use it to guess the state of files with
14625 non-strict locking.
14626 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
14627 been set with -b, but not created yet.
14628 (vc-rcs-fetch-master-state): With non-strict locking, compare file
14629 contents in order to find the state.
14630 (vc-rcs-checkin): Allow creation of branches with no changes.
14631 (vc-rcs-unregister, vc-rcs-receive-file)
14632 (vc-rcs-set-non-strict-locking): New functions.
14633
14634 * vc-hooks.el (vc-name): Force correct computation of the value
14635 in case it is missing.
14636
14637 2000-09-21 Gerd Moellmann <gerd@gnu.org>
14638
14639 * startup.el (fancy-splash-tail): Use a different foreground
14640 color on a dark frame background.
14641
14642 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
14643
14644 * info.el: Use the correct capitalization when making Info-mode
14645 and Info-edit-mode `special' modes.
14646
14647 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
14648
14649 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
14650 (diff-mode): Add support for add-log.el.
14651 (diff-hunk-text): Use char offsets rather than line offsets.
14652 (diff-find-source-location): Replace LINE with line-offset (nil
14653 if not found) and always set POS to a meaningful position.
14654 Adapt to the new char-offsets.
14655 (diff-apply-hunk): Drop support for the unused `select' POPUP.
14656 Adapt to the new diff-find-source-location.
14657 (diff-goto-source): Adapt to the new diff-find-source-location.
14658
14659 * add-log.el (add-log-file-name): New function (split out of
14660 add-change-log-entry).
14661 (add-change-log-entry): Use it.
14662 Call add-log-file-name-function with the changelog file name if
14663 the current buffer is not associated with any file.
14664 Avoid find-file if the selected window is dedicated.
14665
14666 * diff-mode.el (diff-find-source-location):
14667 Move code from diff-apply-hunk. Return buffer rather than file.
14668 (diff-apply-hunk): Use the new result from diff-find-source-location.
14669 (diff-goto-source): Use the new diff-find-source-location.
14670
14671 2000-09-20 Dave Love <fx@gnu.org>
14672
14673 * iswitchb.el: Some doc fixes.
14674 (iswitchb-mode-map): Define completely initially. Inherit
14675 minibuffer-local-map.
14676 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
14677 fundamental-mode.
14678 (iswitchb-global-map): New variable.
14679 (iswitchb-summaries-to-end): Amalgamate regexps.
14680 (iswitchb-mode): New.
14681 (iswitchb-mode-hook): New variable.
14682 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
14683 `extensions'.
14684
14685 2000-09-20 Gerd Moellmann <gerd@gnu.org>
14686
14687 * ehelp.el (electric-help): New defgroup.
14688 (electric-help-shrink-window): New user-option.
14689 (with-electric-help): Use it.
14690
14691 * window.el (shrink-window-if-larger-than-buffer): If face
14692 `mode-line' has a :box, and we're on a graphical frame, add 1
14693 to the needed window height.
14694
14695 * frame.el (frame-notice-user-settings): Add a last parameter nil
14696 to a call to `append', because the last list passed to `append' is
14697 not copied, and so subsequent calls to assq-delete-all will modify
14698 default-frame-alist.
14699
14700 * startup.el (fancy-splash-image): Change :type.
14701 (fancy-splash-head): Use an XBM image if appropriate.
14702 (command-line-1): Show splash screens in more cases.
14703
14704 * startup.el (fancy-splash-text): Don't quote faces.
14705
14706 * dired.el (dired-font-lock-keywords): Undo last change.
14707 (dired-readin): Bind indent-tabs-mode to nil.
14708
14709 * startup.el (fancy-splash-head): If frame's background mode
14710 is `dark', change the black background of the image to gray.
14711 (fancy-splash-screens): Display startup echo area message.
14712 (display-startup-echo-area-message): New function.
14713
14714 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
14715
14716 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
14717
14718 * info.el (info-header-node): Tweak for color ttys.
14719
14720 * faces.el (face-valid-attribute-values): Make sure directories we
14721 search for stipples both exist and are readable before trying to
14722 search them.
14723
14724 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
14725 in the dry-run case.
14726
14727 * jka-compr.el (with-auto-compression-mode): New macro.
14728
14729 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
14730 (custom-group-tag-face, custom-variable-tag-face): Use relative
14731 :height and inherit from `variable-pitch' face instead of
14732 hardwiring :family.
14733 * hi-lock.el (hi-black-hb): Likewise.
14734
14735 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
14736 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
14737 toolbar-add-item, if image doesn't have a mask add a `:mask
14738 heuristic'.
14739
14740 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
14741
14742 * diff-mode.el: Docstring fixes.
14743 (diff-header-face, diff-comment-face): New faces.
14744 (diff-font-lock-keywords): Highlight a bit differently.
14745 (diff-find-source-location): Don't return SPAN any more.
14746 (diff-hunk-text): Don't bother erasing the temp buffer.
14747 (diff-find-text): Drop argument LINE.
14748 (diff-apply-hunk): Update calls to diff-find-text.
14749 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
14750
14751 * calendar/calendar.el: Docstring fixes.
14752 (calendar-make-alist): Don't quote lambda.
14753 (calendar-star-date): Use make-local-variable.
14754
14755 2000-09-19 Dave Love <fx@gnu.org>
14756
14757 * toolbar/tool-bar.el: Renamed from toolbar.el.
14758 Change `toolbar' to `tool-bar' generally in symbols.
14759 Make some items invisible in `special' major modes.
14760 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
14761 Add arg PROPS.
14762
14763 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
14764 Add :version here.
14765 (fancy-splash-delay, fancy-splash-image): Remove :version here.
14766
14767 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14768
14769 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
14770
14771 * files.el (find-file-suppress-same-file-warnings): New user-option.
14772 (find-file-noselect): Use it.
14773
14774 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
14775 (fancy-splash-screen): Defgroup.
14776
14777 * add-log.el (change-log-font-lock-keywords): Match names
14778 more exactly for the case that font-lock-constant-face is
14779 underlined.
14780
14781 2000-09-19 Richard M. Stallman <rms@gnu.org>
14782
14783 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
14784
14785 2000-09-19 Andre Spiegel <spiegel@gnu.org>
14786
14787 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
14788
14789 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14790
14791 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
14792 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
14793 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
14794 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
14795 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
14796 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
14797 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
14798 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
14799 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
14800 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
14801 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
14802 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
14803
14804 * startup.el (fancy-splash-text): New variable.
14805 (fancy-splash-delay, fancy-splash-image): New user-options.
14806 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
14807 (fancy-splash-screens): New functions.
14808 (command-line-1): If display has a `display' frame parameter, has
14809 colors, and we have XPM support, show more fancy splash screens.
14810
14811 2000-09-19 Dave Love <fx@gnu.org>
14812
14813 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
14814 with null `help'. Use modern backquote syntax.
14815
14816 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14817
14818 * font-lock.el (font-lock-mode): Change message telling the user
14819 that ``the buffer is too big''.
14820
14821 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
14822 for instance for the case that tab-width is 2.
14823
14824 2000-09-18 Gerd Moellmann <gerd@gnu.org>
14825
14826 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
14827 toolbar-add-item, if image doesn't have a mask add a `:mask
14828 heuristic'.
14829
14830 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
14831
14832 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
14833 and return a cons if it's non-nil.
14834 (diff-apply-hunk): Try to jump to the line in the source text
14835 corresponding to the position of point in the in the hunk.
14836
14837 * info.el (Info-title-3-face, Info-title-2-face)
14838 (Info-title-1-face): Use face inheritance and relative sizes
14839 instead of hard-wiring things.
14840
14841 * faces.el (secondary-selection): Make dark-background variant sane.
14842
14843 2000-09-16 Andrew Innes <andrewi@gnu.org>
14844
14845 * makefile.w32-in (compile-files-CMD): No need to make .elc files
14846 read-only, since they aren't under VC now.
14847
14848 2000-09-17 Dave Love <fx@gnu.org>
14849
14850 * tmm.el: Replace mapcar with mapc in several places.
14851
14852 * loadhist.el (unload-feature): Maybe call elp-restore-list and
14853 ad-unadvise.
14854
14855 * international/latin1-disp.el: New file.
14856
14857 * calendar/cal-move.el (scroll-calendar-left)
14858 (scroll-calendar-right): Make arg optional (for active mode line).
14859
14860 * calendar/calendar.el (calendar-mode-line-format): Make fields
14861 mouse-sensitive.
14862 (calendar-read-date, calendar-read-date, calendar-window-list):
14863 Unquote lambda.
14864 (calendar-month-name): Use aref, not sref.
14865
14866 * view.el (minor-mode-alist): Propertize the string.
14867
14868 * international/characters.el (standard-case-table): Add entries
14869 for Greek.
14870
14871 2000-09-18 Miles Bader <miles@gnu.org>
14872
14873 * info.el (info-node, info-xref): Add dark-background variants.
14874
14875 * faces.el (header-line): Change defaults to be less confusing
14876 when mixed with mode-lines.
14877
14878 * info.el (Info-fontify-node): Make a few cleanups.
14879 Add extra `help-echo' and `local-map' props to node xrefs.
14880 Use header-specific faces for node-names & xrefs.
14881 (Info-use-header-line): New variable.
14882 (info-header-xref, info-header-node): New faces.
14883 (Info-setup-header-line): New function.
14884 (Info-select-node): Call Info-setup-header-line when enabled.
14885 (Info-extract-pointer): Work even if the header line is hidden.
14886 (Info-header-line): New variable.
14887
14888 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
14889
14890 * vms-patch.el (print-region-function): Don't quote lambda.
14891
14892 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
14893
14894 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
14895 (lm-get-header-re): Allow spaces between the header and the colon.
14896 (lm-header): Allow $ in non-RCS headers.
14897 (lm-header-multiline): Put the strings back into order.
14898 Stop at an empty line. Don't require two space chars if the
14899 line is clearly not another header line.
14900
14901 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
14902 (popup-menu-popup): Remove.
14903
14904 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14905
14906 * toolbar/toolbar.el (toolbar-add-item): Use the same image
14907 specification if or if not tool-bar item contains an `:enabled'
14908 property.
14909
14910 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
14911 current buffer has no file name.
14912
14913 2000-09-15 Dave Love <fx@gnu.org>
14914
14915 * strokes.el: Sync with maintainer's current version with changes
14916 for Emacs, but avoid runtime cl and levents.
14917 (toplevel): Change autoloads and compilation requires.
14918 (strokes-version, strokes-bug-address, strokes-lift): Values
14919 changed.
14920 (strokes-xpm-header, strokes-insinuated): New variable.
14921 (strokes): Add :link.
14922 (strokes-mode): Customized.
14923 (strokes-while-inhibiting-garbage-collector): New macro.
14924 (strokes-remassoc): Avoid remove-if.
14925 (strokes-fix-button2-command): Don't use ad-do-it.
14926 (strokes-insinuate): New function.
14927 (strokes-button-press-event-p, strokes-button-release-event-p):
14928 New functions, used instead of non-`strokes-' versions..
14929 (strokes-mouse-event-p): Rewritten.
14930 (strokes-event-closest-point): Avoid event-point.
14931 (strokes-get-grid-position): Avoid cdadr, caadr
14932 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
14933 functions.
14934 (strokes-help): Use with-output-to-temp-buffer.
14935 (strokes-window-configuration-changed-p): New function.
14936 (strokes-update-window-configuration): Use buffer-live-p,
14937 strokes-window-configuration-changed-p.
14938 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
14939 (strokes-char-face): New face.
14940 (strokes-char-table, strokes-base64-chars): New variable.
14941 (strokes-xpm-for-stroke, strokes-list-strokes)
14942 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
14943 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
14944 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14945 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
14946 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
14947 functions.
14948
14949 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14950
14951 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
14952
14953 * image.el (create-image): Doc fix.
14954
14955 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
14956 instead of `:heuristic-mask t'.
14957
14958 2000-09-14 Andrew Innes <andrewi@gnu.org>
14959
14960 * makefile.w32-in: Revert to Unix line endings.
14961
14962 2000-09-14 Andrew Innes <andrewi@gnu.org>
14963
14964 * makefile.w32-in: Add bootstrap support. Also copy lisp source
14965 when installing.
14966
14967 * makefile.nt (DONTCOMPILE): Fix typo.
14968
14969 * shell.el (shell-write-history-on-exit): New function.
14970 (shell-dumb-shell-regexp): New custom variable.
14971 (shell-mode): Make shell-write-history-on-exit the process
14972 sentinel if shell name matches shell-dumb-shell-regexp.
14973
14974 * w32-fns.el: Comment out before-init-hook function which resets
14975 source-directory based; this breaks bootstrap.
14976
14977 2000-09-14 Dave Love <fx@gnu.org>
14978
14979 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
14980 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
14981 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
14982 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
14983 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
14984 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
14985 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
14986 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
14987 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
14988
14989 * toolbar/toolbar.el: New.
14990
14991 * subdirs.el: Add toolbar.
14992
14993 2000-09-14 Gerd Moellmann <gerd@gnu.org>
14994
14995 * indent.el (indent-for-tab-command): Doc fix.
14996
14997 2000-09-14 Alex Schroeder <alex@gnu.org>
14998
14999 * ansi-color.el (ansi-colors): Doc change.
15000 (ansi-color-get-face): Simplified regexp.
15001 (ansi-color-faces-vector): Added more faces, doc change.
15002 (ansi-color-names-vector): Doc change.
15003 (ansi-color-regexp): Simplified regexp.
15004 (ansi-color-parameter-regexp): New regexp.
15005 (ansi-color-filter-apply): Doc change.
15006 (ansi-color-filter-region): Doc change.
15007 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
15008 deal with zero length parameters.
15009 (ansi-color-apply-on-region): Doc change.
15010 (ansi-color-map): Doc change.
15011 (ansi-color-map-update): Removed debugging message.
15012 (ansi-color-get-face-1): Added condition-case to trap
15013 args-out-of-range errors.
15014 (ansi-color-get-face): Doc change.
15015 (ansi-color-make-face): Removed.
15016 (ansi-color-for-shell-mode): New option.
15017
15018 2000-09-13 Kenichi Handa <handa@etl.go.jp>
15019
15020 * international/quail.el (quail-start-translation): Translate KEY
15021 if necessary even if it doesn't have any mapping in the current
15022 input method.
15023 (quail-start-conversion): Likewise.
15024 (quail-help): The output message is improved.
15025
15026 2000-09-13 Miles Bader <miles@gnu.org>
15027
15028 * comint.el (comint-output-filter): Revert to using
15029 `insert-before-markers'. Add bletcherous hack to undo damage
15030 caused by `insert-before-markers'. Put `front-sticky' property on
15031 overlays created here so that the field code understands how the
15032 overlay works. Use a let when making comint-last-prompt-overlay,
15033 so that the code is easier to read.
15034
15035 2000-09-13 Dave Love <fx@gnu.org>
15036
15037 * wid-edit.el (widget-default-format-handler): DTRT when
15038 doc-property is a function.
15039
15040 2000-09-12 Francesco Potorti` <pot@gnu.org>
15041
15042 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
15043 filed name if it's not there.
15044
15045 2000-09-12 Dave Love <fx@gnu.org>
15046
15047 * simple.el (read-mail-command): Doc fix.
15048 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
15049
15050 * vc.el (vc-dired-listing-switches): Fix :version.
15051
15052 * vc-hooks.el: Doc fixes.
15053
15054 * subr.el (add-minor-mode): Use toggle-fun arg.
15055
15056 * speedbar.el: Add :version to several defcustoms.
15057
15058 * imenu.el (imenu--truncate-items, imenu--cleanup)
15059 (imenu--generic-function): Avoid mapcar.
15060 (imenu--replace-spaces): Function removed.
15061 (imenu--completion-buffer): Use subst-char-in-string.
15062 (imenu-add-to-menubar): Use keymap inheritance.
15063
15064 2000-09-12 Miles Bader <miles@gnu.org>
15065
15066 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
15067 (diff-mode-map): Bind `diff-test-hunk'.
15068 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
15069
15070 2000-09-11 Gerd Moellmann <gerd@gnu.org>
15071
15072 * bytecomp.el (byte-compile-defvar): Undo last change
15073 because it breaks '(make-variable-buffer-local (defvar ...)'
15074 which is used at least in dired.
15075
15076 2000-09-12 Kenichi Handa <handa@etl.go.jp>
15077
15078 * international/quail.el (quail-define-package): Docstring
15079 modified.
15080
15081 2000-09-12 Kenichi Handa <handa@etl.go.jp>
15082
15083 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
15084 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
15085 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
15086 docstring of "chinese-py".
15087
15088 * international/quail.el (quail-translation-docstring): New
15089 variable.
15090 (quail-show-keyboard-layout): Docstring modified.
15091 (quail-select-current): Likewise.
15092 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
15093 infinite recursive call.
15094 (quail-help): Check quail-translation-docstring. Format of the
15095 output changed.
15096 (quail-help-insert-keymap-description): Adjusted for the above
15097 change.
15098
15099 2000-09-11 Gerd Moellmann <gerd@gnu.org>
15100
15101 * bytecomp.el (byte-compile-defvar): Only cons onto
15102 current-load-list in top-level forms. Else this leaks a cons cell
15103 every time a defun is called.
15104
15105 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
15106
15107 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
15108 Now understands non-unified diffs. Some functionality moved into
15109 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
15110 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
15111 modify anything. Only reposition point in the patched file if the
15112 patch succeeds. Only pop up another window if POPUP is true.
15113 Emit a message describing what happened if successful, and at what
15114 line-offset. Automatically detect reversed hunks and do something
15115 appropriate.
15116 (diff-hunk-text, diff-find-text): New functions.
15117 (diff-filter-lines): Function removed.
15118 (diff-test-hunk): New function.
15119 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
15120
15121 2000-09-10 Dave Love <fx@gnu.org>
15122
15123 * textmodes/tildify.el: Minor doc/commentary fixes.
15124 (tildify) <defgroup>: Add :version.
15125
15126 * faces.el (face-x-resources): Make custom type more specific.
15127 (frame-background-mode): Use mapc.
15128 (region) <defcustom>: Add :version.
15129
15130 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
15131
15132 * vc-sccs.el (vc-sccs-register):
15133 * vc-rcs.el (vc-rcs-register):
15134 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
15135 * vc.el (vc-register): Clear file's properties.
15136
15137 2000-09-08 Gerd Moellmann <gerd@gnu.org>
15138
15139 * faces.el (face-spec-set): Only face-spec-reset-face when
15140 ATTRS is non-nil.
15141
15142 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
15143
15144 * help.el (help-insert-xref-button): Fix a typo in doc string.
15145
15146 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
15147
15148 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
15149 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
15150 methods.
15151
15152 * menu-bar.el (read-mail-item-name): New function.
15153 (menu-bar-tools-menu): Use it to compute and display the package
15154 used to read email.
15155 (menu-bar-tools-menu): Fix typo in GUD's help string.
15156
15157 2000-09-07 Dave Love <fx@gnu.org>
15158
15159 * diff-mode.el (diff-mouse-goto-source): New function.
15160
15161 * vc-sccs.el: Doc fixes.
15162 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
15163
15164 * vc-rcs.el: Doc fixes.
15165 (vc-rcs-register-switches, vc-rcs-checkin-switches)
15166 (vc-rcs-checkout-switches, vc-rcs-header)
15167 (vc-rcs-master-templates): Add or change :version.
15168
15169 * vc-cvs.el: Doc fixes.
15170 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
15171 (vc-cvs-stay-local): Add :version.
15172
15173 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
15174
15175 2000-09-07 Kenichi Handa <handa@etl.go.jp>
15176
15177 * international/quail.el (quail-help): Fix previous change.
15178
15179 2000-09-07 Gerd Moellmann <gerd@gnu.org>
15180
15181 * faces.el (color-values): Doc fix.
15182
15183 * faces.el (frame-set-background-mode): Use frame-parameter
15184 instead of frame-parameters.
15185
15186 * frame.el (filtered-frame-list): Reduce consing.
15187 (frames-on-display-list): Call frame-parameter instead of
15188 frame-parameters.
15189
15190 2000-09-07 Kenichi Handa <handa@etl.go.jp>
15191
15192 * language/devan-util.el (devanagari-to-indian-region): In the
15193 loop, change the following char, not preceding char.
15194
15195 2000-09-07 Gerd Moellmann <gerd@gnu.org>
15196
15197 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
15198 instead of frame-parameters.
15199
15200 * faces.el (set-face-attribute): Simplify by calling
15201 internal-set-lisp-face-attribute with FRAME being 0.
15202
15203 * vc.el: Remove `Id' version control keyword.
15204
15205 2000-09-07 Kenichi Handa <handa@etl.go.jp>
15206
15207 * help.el (help-make-xrefs): Adjusted for the change of
15208 help-xref-mule-regexp.
15209 (help-insert-xref-button): New function.
15210
15211 * international/mule-cmds.el (help-xref-mule-regexp-template):
15212 Include the pattern for character set.
15213 (leim): New group.
15214
15215 * international/quail.el: Don't require face.
15216 (quail): New group.
15217 (quail-other-command): Dummy command to make quail-help work better.
15218 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
15219 (quail-keyboard-layout-substitution): New variable.
15220 (quail-update-keyboard-layout): New function.
15221 (quail-keyboard-layout-type): New customizable variable.
15222 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
15223 (quail-keyboard-translate): Pay attention to
15224 quail-keyboard-layout-substitution.
15225 (quail-insert-kbd-layout): New function.
15226 (quail-show-keyboard-layout): New function.
15227 (quail-get-translation): If the definition is a vector of length
15228 1, and the element is a string of length 1, return the character
15229 in that string.
15230 (quail-update-current-translations): Fix the case of
15231 relative-index out of range.
15232 (quail-build-decode-map, quail-insert-decode-map): New Functions.
15233 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
15234 Show key sequences for all available characters.
15235 (quail-help-insert-keymap-description): Don't show such verbose
15236 key bindings as quail-self-insert-command.
15237
15238 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
15239 Format changed, and each element now have extra documentations.
15240 (tit-process-header): Delete invalid characters from TIT-PROMPT.
15241 Adjusted for the change of quail-cxterm-package-ext-info.
15242
15243 2000-09-06 Gerd Moellmann <gerd@gnu.org>
15244
15245 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
15246 requiring it leads to a recursive loading of vc.el and vc-hooks.el
15247 during bootstrap.
15248
15249 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
15250
15251 * vc.el: (toplevel): Don't require `dired' at run-time.
15252 (vc-dired-resynch-file): Remove autoload cookie.
15253
15254 2000-09-05 Andre Spiegel <spiegel@gnu.org>
15255
15256 * vc.el: Made several backend functions optional.
15257 (vc-default-responsible-p): New function.
15258 (vc-merge): Use RET for first version to trigger merge-news, not
15259 prefix arg.
15260 (vc-annotate): Handle backends that do not support annotation.
15261 (vc-default-merge-news): Removed. The existence of a merge-news
15262 implementation is now checked on caller sites.
15263
15264 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
15265 case.
15266
15267 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
15268 special case that has been removed from the default in vc-hooks.el.
15269
15270 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
15271
15272 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
15273
15274 2000-09-05 Andre Spiegel <spiegel@gnu.org>
15275
15276 * vc-hooks.el: Require vc during compilation.
15277 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
15278 macro `with-vc-properties' in vc.el.
15279 (vc-file-getprop): Doc fix.
15280 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
15281
15282 * vc.el: Require dired-aux during compilation.
15283 (vc-name-assoc-file): Moved to vc-sccs.el.
15284 (with-vc-properties): New macro.
15285 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
15286 vc-finish-steal): Use it.
15287 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
15288 to the backend-specific function is now supposed to do the checkout,
15289 too.
15290 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
15291
15292 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
15293 set file properties; that gets done in the generic code now.
15294
15295 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
15296 Changed parameter list, added code from vc.el that does the
15297 checkout, possibly with a double-take.
15298
15299 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
15300 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
15301 the above under the new name.
15302 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
15303 parameter list, added checkout command.
15304 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
15305 properties; that gets done in the generic code now.
15306
15307 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
15308
15309 * vc.el: Docstring fixes (courtesy of checkdoc).
15310
15311 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
15312
15313 * vc.el (vc-checkout-writable-buffer-hook)
15314 (vc-checkout-writable-buffer): Remove.
15315 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
15316 (vc-log-mode): Make it into a clean derived major mode.
15317 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
15318 vc-log-mode if log-edit is not available.
15319 (vc-dired-mode-map): Don't set-keymap-parent yet.
15320 (vc-dired-mode): Do set-keymap-parent here.
15321 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
15322
15323 2000-09-05 Gerd Moellmann <gerd@gnu.org>
15324
15325 * faces.el (set-face-attribute, face-spec-reset-face)
15326 (face-spec-set): Avoid consing by removing calls to `apply'.
15327
15328 * frame.el (frame-parameter): Move to C code.
15329
15330 2000-09-05 Dave Love <fx@gnu.org>
15331
15332 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
15333 insert-before-markers-and-inherit. Now checked systematically!
15334
15335 2000-09-05 Alex Schroeder <alex@gnu.org>
15336
15337 * sql.el (sql-postgres): Use sql-postgres-options.
15338 (sql-postgres-options): New variable.
15339
15340 2000-09-05 Alex Schroeder <alex@gnu.org>
15341
15342 * sql.el (sql-mode-menu): Work around missing variable mark-active
15343 in XEmacs.
15344 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
15345 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
15346 compatibility.
15347
15348 2000-09-04 Gerd Moellmann <gerd@gnu.org>
15349
15350 * vc.el (vc-dired-resynch-file): Add autoload cookie.
15351
15352 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
15353
15354 * Makefile.in (DONTCOMPILE): Fix typo in file name.
15355
15356 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15357
15358 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
15359 don't support anything else under SCCS yet.
15360
15361 * vc-hooks.el: Minor doc fixes.
15362
15363 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15364
15365 * vc.el (vc-next-action-on-file): Do not visit the file if it's
15366 not necessary. If verbose in state `needs-patch', do the same as
15367 under `up-to-date'. When NOT verbose and `needs-patch', check out
15368 latest version instead of `merge-news'.
15369 (vc-next-action-dired): Don't mess with default-directory here; it
15370 breaks other parts of dired. It is the job of the
15371 backend-specific functions to adjust it temporarily if they need it.
15372 (vc-next-action): Remove a special CVS case.
15373 (vc-clear-headers): New optional arg FILE.
15374 (vc-checkin, vc-checkout): Set properties vc-state and
15375 vc-checkout-time properly.
15376 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
15377 (vc-print-log): Use new backend function `show-log-entry'.
15378 (vc-cancel-version): Do the checks in a different order. Added a
15379 FIXME concerning RCS-only code.
15380
15381 * vc-rcs.el (vc-rcs-show-log-entry): New function.
15382 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
15383
15384 * vc-cvs.el (vc-cvs-show-log-entry): New function.
15385
15386 * vc-hooks.el (vc-default-mode-line-string): Show state
15387 `needs-patch' as a `-' too.
15388
15389 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15390
15391 * vc.el (vc-responsible-backend): New optional arg REGISTER.
15392 (vc-default-could-register): New function.
15393 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
15394 (vc-resynch-buffer): Call vc-dired-resynch-file.
15395 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
15396 vc-resynch-buffer instead of vc-resynch-window.
15397 (vc-next-action-dired): Don't redisplay here, that gets done as a
15398 result of the individual file operations.
15399 (vc-retrieve-snapshot): Corrected prompt order.
15400
15401 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
15402
15403 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
15404 as well.
15405 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
15406 hostname regexps. Updated all callers.
15407 (vc-cvs-responsible-p): Handle directories as well.
15408 (vc-cvs-could-register): New function.
15409 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
15410 properties up-to-date.
15411
15412 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
15413 user whether to create one.
15414
15415 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15416
15417 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
15418 check out a non-existing file.
15419
15420 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
15421 workfile does not exist.
15422
15423 * vc.el (vc-version-diff): Use `require' to check for existence of
15424 diff-mode.
15425
15426 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15427
15428 * vc-cvs.el (vc-cvs-registered): Use new function
15429 vc-cvs-parse-entry to do the actual work.
15430
15431 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15432
15433 * vc-hooks.el (vc-find-backend-function): If function doesn't
15434 exist, return nil instead of error.
15435 (vc-call-backend): Doc fix.
15436
15437 * vc.el (vc-do-command): Doc fix.
15438 (vc-finish-logentry): When checking in from vc-dired, choose the
15439 right backend for logentry check.
15440 (vc-dired-mode-map): Inherit from dired-mode-map.
15441 (vc-dired-mode): Local value of dired-move-to-filename-regexp
15442 simplified.
15443 (vc-dired-state-info): Removed, updated caller.
15444 (vc-default-dired-state-info): Use parentheses instead of hyphens.
15445 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
15446 (vc-dired-listing-switches): New variable.
15447 (vc-directory): Use it, instead of dired-listing-switches.
15448
15449 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
15450 (vc-cvs-dir-state): New function.
15451 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
15452 (vc-cvs-parse-entry): New function, also to be used in
15453 vc-cvs-registered.
15454
15455 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15456
15457 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
15458 *or* single-window-frames.
15459
15460 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15461
15462 * vc.el (vc-update-changelog): Split into generic part and default
15463 implementation. Doc string adapted.
15464 (vc-default-update-changelog): New function. Call the `rcs2log'
15465 script in exec-directory, to fix a long-standing nuisance.
15466
15467 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
15468 simply signals an error.
15469
15470 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15471
15472 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
15473 control-flow more clear and to avoid running `cvs' twice.
15474
15475 * vc.el (vc-next-action-on-file): Doc fix.
15476 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
15477 (vc-print-log): Eval `file' before constructing the continuation.
15478
15479 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15480
15481 * vc.el (vc-next-action-on-file): Corrected several messages.
15482 (vc-merge): Add prefix arg `merge-news'; handle it.
15483
15484 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
15485 is not reached. It is.
15486 (vc-cvs-merge): Set state to 'edited after merge.
15487 (vc-cvs-merge-news): Set workfile version to nil if not known.
15488 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
15489
15490 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
15491 via stdout. (Merge from main line.)
15492
15493 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15494
15495 * vc.el (vc-finish-logentry): Thinko in the "same comment"
15496 detection.
15497
15498 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15499
15500 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
15501 against kill-all-local-variables.
15502 (vc-log-edit): Don't save vc-parent-buffer any more.
15503 (vc-last-comment-match): Initialize to an empty string.
15504 (vc-post-command-functions): New hook.
15505 (vc-do-command): Run it.
15506 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
15507 (vc-finish-logentry): Only add the comment to the ring if it's
15508 different from the last comment entered.
15509 (vc-new-comment-index): New function.
15510 (vc-previous-comment): Use it. Make the minibuffer message
15511 slightly less terse.
15512 (vc-comment-search-reverse): Make it work forward as well. Don't
15513 set vc-comment-ring-index if no match is found. Use
15514 vc-new-comment-index.
15515 (vc-comment-search-forward): Use vc-comment-search-reverse.
15516 (vc-dired-mode-map): Don't inherit from dired-mode-map since
15517 define-derived-mode will do it for us. Bind `v' to a keymap that
15518 inherits from vc-prefix-map so that we can bind `vt' without
15519 binding C-x v t.
15520 (vc-retrieve-snapshot): Parenthesis typo.
15521
15522 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
15523 to 1. Make sure to switch to *vc* before looking for an error
15524 message. Use vc-parse-buffer.
15525
15526 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15527
15528 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
15529 and NAME.
15530 (vc-retrieve-snapshot): Split into two parts.
15531 (vc-default-retrieve-snapshot): New function.
15532
15533 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
15534 (vc-cvs-retrieve-snapshot): New function (untested).
15535 (vc-cvs-stay-local): Default to t.
15536 (vc-cvs-remote-p): New function and property.
15537 (vc-cvs-state): Stay local only if the above is t.
15538 (vc-handle-cvs): Removed.
15539 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
15540 done via vc-handled-backends now.
15541 (vc-cvs-header): Escape Id.
15542
15543 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15544
15545 * vc.el (vc-do-command): Remove unused commands.
15546 (vc-version-diff): Make sure default-directory ends with a slash.
15547 Move the window commands into a vc-exec-after.
15548 (vc-print-log): Move more of the code into the `vc-exec-after'.
15549
15550 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15551
15552 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
15553 (vc-print-log): Search current revision from beginning of buffer.
15554 (vc-revert-buffer): Clear echo area after the diff is finished.
15555 (vc-prefix-map): Removed definition of "t" for terse display in vc
15556 dired.
15557 (vc-dired-mode-map): Inherit from dired-mode-map. Added
15558 definition of "vt" for terse display.
15559 (vc-dired-mode): Fix dired-move-to-filename-regexp.
15560
15561 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15562
15563 * vc.el (vc-exec-after): Avoid caddr.
15564
15565 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15566
15567 * vc.el (vc-exec-after): New function.
15568 (vc-do-command): Use it to add a termination message for async
15569 procs.
15570 (vc-checkout): Try to handle a missing-backend situation.
15571 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
15572 of a directory with a backend using async diffs.
15573 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
15574 present.
15575
15576 * vc-sccs.el (vc-sccs-state-heuristic): Use
15577 file-ownership-preserved-p.
15578
15579 * vc-rcs.el (vc-rcs-state-heuristic): Use
15580 file-ownership-preserved-p.
15581 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
15582
15583 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15584
15585 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
15586 vc-do-command.
15587
15588 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
15589 when there are no changes.
15590
15591 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15592
15593 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
15594
15595 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
15596
15597 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15598
15599 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
15600
15601 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
15602 the `fset' outside of the defvar so that it works even if
15603 vc-prefix-map was already defined.
15604 (vc-setup-buffer): New function, split out of vc-do-command.
15605 (vc-do-command): Allow BUFFER to be t to mean `just use the
15606 current buffer without any fuss'.
15607 (vc-version-diff): Change the `diff' backend operation to just put
15608 the diff in the current buffer without erasing it. Always use
15609 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
15610 shrink-window-if-larger-than-buffer.
15611 (vc-print-log): Change the `print-log' backend operation to just
15612 put the log in the current buffer without erasing it. Protect
15613 shrink-window-if-larger-than-buffer.
15614 (vc-update-change-log): Fix setd typo.
15615
15616 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
15617 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
15618
15619 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
15620 (vc-rcs-diff): Insert in the current buffer and remove unused arg
15621 CMP.
15622
15623 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
15624 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
15625 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
15626
15627 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15628
15629 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
15630 not possible, use vc-BACKEND-workfile-unchanged-p.
15631 (vc-default-workfile-unchanged-p): New function. Delegates to a
15632 full vc-BACKEND-diff.
15633
15634 * vc-hooks.el (vc-simple-command): Removed.
15635
15636 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
15637 instead of vc-simple-command.
15638 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
15639 avoid doing a diff when opening a file.
15640 (vc-rcs-state): Added check for unlocked-changes.
15641 (vc-rcs-header): Escape Id.
15642 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
15643 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
15644 version.
15645
15646 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
15647 (vc-sccs-diff): Remove optional arg CMP.
15648 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
15649 SCCS-specific function.
15650
15651 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
15652 vc-simple-command.
15653
15654 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15655
15656 * vc.el (vc-editable-p): Renamed from vc-writable-p.
15657 (with-vc-file, vc-merge): Use vc-editable-p.
15658 (vc-do-command): Remove unused var vc-file and fix the
15659 doubly-defined `status' var. Add a user message when starting an
15660 async command.
15661 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
15662 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
15663 Use with-current-buffer.
15664 (vc-buffer-sync): Use unless.
15665 (vc-next-action-on-file): If the file is 'edited by read-only,
15666 make it read-write instead of trying to commit.
15667 (vc-version-diff, vc-update-change-log): Use `setq
15668 default-directory' rather than `cd'.
15669 (vc-log-edit): Don't forget to set default-directory in the
15670 buffer.
15671
15672 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
15673 (vc-sccs-state-heuristic): Use file-writable-p instead of
15674 comparing userids.
15675 (vc-sccs-checkout): Use `unless'.
15676
15677 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
15678 of comparing userids.
15679 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
15680 Simplify the logic by eliminating unreachable code.
15681 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
15682 just do a recursive call if we need to retry.
15683 (vc-rcs-checkout): Handle the case where rcs is missing by making
15684 the buffer read-write if requested and re-signalling the error.
15685
15686 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
15687
15688 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15689
15690 * vc-hooks.el (vc-handled-backends): Docstring change.
15691 (vc-ignore-vc-files): Mark obsolete.
15692 (vc-registered): Check vc-ignore-vc-files.
15693 (vc-find-file-hook, vc-file-not-found-hook): Don't check
15694 vc-ignore-vc-files.
15695
15696 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
15697
15698 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15699
15700 * vc.el (vc-checkout): Don't do anything special for ange-ftp
15701 files since ange-ftp already has vc-registered return nil.
15702
15703 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
15704 (vc-sccs-workfile-version): Use with-temp-buffer and new
15705 vc-parse-buffer and don't bother setting the property.
15706 (vc-sccs-add-triple): Use with-current-buffer and
15707 find-file-noselect.
15708 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
15709
15710 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
15711 derives from the old vc-parse-buffer but uses the revision number
15712 rather than the date (much easier to compare robustly).
15713 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
15714 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
15715 locking-user more directly. Check strict locking and set
15716 checkout-model appropriately.
15717 (vc-rcs-parse-locks): Remove.
15718 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
15719 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
15720 (vc-rcs-system-release): Use with-current-buffer and
15721 vc-parse-buffer.
15722 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
15723
15724 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
15725 (vc-simple-command): Docstring fix.
15726 (vc-registered): Align the way the file-handler is called with the
15727 way the function itself works.
15728 (vc-file-owner): Remove.
15729
15730 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
15731 extraction of fields and call to file-attributes because of a
15732 temporary bug in rcp.el.
15733 (vc-cvs-fetch-status): Use with-current-buffer.
15734
15735 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15736
15737 * vc.el (vc-do-command): Use file-relative-name.
15738 (vc-responsible-backend): Use vc-backend if possible.
15739 (vc-create-snapshot): Improve the `interactive' spec. Add support
15740 for branches and dispatch to backend-specific `create-snapshot'.
15741 (vc-default-create-snapshot): New function, containing the bulk of
15742 the old vc-create-snapshot.
15743 (vc-retrieve-snapshot): Improve the interactive spec.
15744
15745 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
15746 (vc-backend-hook-functions): Remove.
15747 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
15748 (vc-backend): Reintroduce the test for `file = nil' now that I
15749 know why it was there (and added a comment to better remember).
15750
15751 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
15752 code from vc-sccs-hooks.el.
15753 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
15754 'vc anymore.
15755 (vc-sccs-responsible-p): Use expand-file-name instead of concat
15756 and file-directory-p instead of file-exists-p.
15757 (vc-sccs-check-headers): Simplify the regexp.
15758
15759 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
15760 from vc-rcs-hooks.el. Don't require 'vc anymore.
15761 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
15762 file-directory-p instead of file-exists-p.
15763
15764 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
15765 from vc-cvs-hooks.el.
15766 (proto vc-cvs-registered): Require 'vc-cvs instead of
15767 'vc-cvs-hooks. Don't require 'vc anymore.
15768 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
15769 file-directory-p instead of file-exists-p.
15770 (vc-cvs-create-snapshot): New function, replacing
15771 vc-cvs-assign-name.
15772 (vc-cvs-assign-name): Remove.
15773
15774 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15775
15776 * vc-cvs.el (vc-cvs-header): New var.
15777
15778 * vc-rcs.el (vc-rcs-exists): Remove.
15779 (vc-rcs-header): New var.
15780
15781 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
15782 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
15783 (vc-sccs-header): New var.
15784
15785 * vc.el (vc-do-command): Get rid of the `last' argument.
15786 (vc-header-alist): Remove, replaced by vc-X-header.
15787 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
15788 (vc-dired-hook): Use expand-file-name instead of concat.
15789 (vc-directory): Use file-name-as-directory.
15790 (vc-snapshot-precondition, vc-create-snapshot)
15791 (vc-retrieve-snapshot): Allow the command to operate on any
15792 directory.
15793
15794 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
15795 just removing the 'WORKFILE argument or by removing the 'MASTER
15796 argument and replacing `file' with (vc-name file).
15797
15798 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15799
15800 * vc.el: Update Copyright and add a crude list of backend funs.
15801 (vc-writable-p): New function.
15802 (with-vc-file): Use vc-writable-p.
15803 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
15804 (vc-register): Avoid vc-name.
15805 (vc-locking-user): Remove.
15806 (vc-steal-lock): Make the `owner' arg non-optional.
15807 (vc-merge): Use vc-writable-p instead of vc-locking-user and
15808 vc-checkout-model.
15809 (vc-default-dired-state-info): Use vc-state instead of
15810 vc-locking-user and return special strings for special states.
15811 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
15812 and get rid of one of the special CVS cases.
15813 (vc-cancel-version): prettify error message with \\[...].
15814 (vc-rename-master): New function.
15815 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
15816 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
15817 the CVS special case generic.
15818 (vc-default-record-rename): Remove.
15819 (vc-file-tree-walk-internal): Only call FUNC for files that are
15820 under control of some VC backend and replace `concat' with
15821 expand-file-name.
15822 (vc-file-tree-walk): Update docstring.
15823 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
15824 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
15825
15826 * vc-sccs.el (vc-sccs-rename-file): Renamed from
15827 vc-sccs-record-rename. Use `find-file-noselect' rather than
15828 `find-file' and call `vc-rename-master' to do the actual move.
15829 (vc-sccs-diff): Remove unused `backend' variable.
15830
15831 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
15832 to delay loading of vc-sccs until it is really used.
15833 (vc-sccs-master-templates): Preload.
15834 (vc-sccs-state): Update call to vc-sccs-parse-locks.
15835 (vc-sccs-project-dir): Remove (merged into
15836 vc-sccs-search-project-dir).
15837 (vc-sccs-search-project-dir): Rewrite using file name handling ops
15838 rather than `concat', make sure it is preloaded and don't bother
15839 to check that the file actually exists.
15840 (vc-sccs-parse-locks): Remove unused `file' argument, remove
15841 `locks' argument (use buffer's content instead) and eliminate n^2
15842 behavior.
15843
15844 * vc-rcs.el: Update Copyright.
15845 (vc-rcs-rename-file): New function.
15846 (vc-rcs-diff): Remove unused `backend' variable.
15847
15848 * vc-hooks.el: Update Copyright.
15849 (vc-backend): Don't accept a nil argument any more.
15850 (vc-up-to-date-p): Turn into a defsubst.
15851 (vc-possible-master): New function.
15852 (vc-check-master-templates): Use `vc-possible-master' and allow
15853 funs in vc-X-master-templates to return a non-existent file.
15854
15855 * vc-cvs.el: Update Copyright.
15856 (vc-cvs-diff): Remove unused `backend' variable.
15857 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
15858
15859 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
15860
15861 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15862
15863 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
15864 since it can be called from vc-rcs.el.
15865 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
15866
15867 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15868
15869 * vc.el (vc-version-diff): Expand file name read from the
15870 minibuffer. Handle the case when a previous version number can't
15871 be guessed. Give suitable messages when there were no differences
15872 found.
15873 (vc-clear-headers): Call backend-specific implementation, if one
15874 exists.
15875 (vc-cancel-version): Made error checks generic. When done, clear
15876 headers generically, too.
15877
15878 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
15879 from vc-clear-headers in vc.el.
15880
15881 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
15882 correctly.
15883 (vc-rcs-latest-on-branch-p): Made second argument VERSION
15884 optional. Handle the case when it's not there.
15885
15886 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15887
15888 * vc.el (vc-locking-user): Moved from vc-hooks.el.
15889
15890 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15891
15892 * vc-hooks.el (vc-loadup): Remove.
15893 (vc-find-backend-function): Use `require'. Also, handle the case
15894 where vc-BACKEND-hooks.el doesn't exist.
15895 (vc-call-backend): Cleanup.
15896
15897 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15898
15899 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
15900 vc-rcs-grab-templates)
15901 (vc-rcs-registered): Remove. The default function works as well.
15902 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
15903 vc-sccs-grab-templates)
15904 (vc-sccs-registered): Remove. The default function works as well.
15905
15906 * vc.el (vc-version-diff): Left out a vc- in call to
15907 vc-call-backend.
15908 (vc-default-dired-state-info, vc-default-record-rename)
15909 (vc-default-merge-news): Update for the new backend argument.
15910
15911 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
15912 using the default function.
15913 (vc-call-backend): If calling the default function, pass it the
15914 backend as first argument. Update the docstring accordingly.
15915 (vc-default-state-heuristic, vc-default-mode-line-string): Update
15916 for the new backend argument.
15917 (vc-make-backend-sym): Renamed from vc-make-backend-function.
15918 (vc-find-backend-function): Use the new name.
15919 (vc-default-registered): New function.
15920
15921 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15922
15923 * vc.el (vc-merge): Use vc-find-backend-function.
15924
15925 * vc-hooks.el (vc-backend-functions): Remove.
15926 (vc-loadup): Don't setup 'vc-functions.
15927 (vc-find-backend-function): New function.
15928 (vc-call-backend): Use above fun and populate 'vc-functions
15929 lazily.
15930 (vc-backend-defines): Remove.
15931
15932 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15933
15934 * vc.el (vc-register): Put a FIXME note for a newly found bug.
15935 Call vc-call-backend without the leading vc-.
15936 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
15937 (vc-check-headers): Call vc-call-backend without the leading vc-.
15938 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
15939 (vc-annotate-display): Replace confusing use of `cond' with `or'.
15940 Call vc-call-backend without the leading vc-.
15941
15942 * vc-cvs.el (tail): Provide vc-cvs.
15943 * vc-sccs.el (tail): Provide vc-sccs.
15944 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
15945
15946 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
15947 (vc-make-backend-function, vc-call): Pass names without leading
15948 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
15949 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
15950 (vc-call-backend): Always try to load vc-X-hooks.
15951 (vc-registered): Remove vc- in call to vc-call-backend.
15952
15953 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15954
15955 * vc.el (vc-process-filter): New function.
15956 (vc-do-command): Setup `vc-process-filter' for the async process.
15957 (vc-maybe-resolve-conflicts): New function to reduce
15958 code-duplication. Additionally, it puts the buffer in
15959 `smerge-mode' if applicable.
15960 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
15961 calling `merge-news'.
15962 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
15963 (vc-log-edit): New function. Replacement for `vc-log-mode' by
15964 interfacing to log-edit.el.
15965 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
15966 log-edit is available.
15967 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
15968
15969 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15970
15971 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
15972 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
15973 defvar and the initialization.
15974 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
15975
15976 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
15977 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
15978
15979 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
15980
15981 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15982
15983 * vc.el (vc-file-clear-masterprops): Removed.
15984 (vc-checkin, vc-revert-buffer): Removed calls to the above.
15985 (vc-version-diff): Use buffer-size without argument.
15986 (vc-register): Heed vc-initial-comment.
15987
15988 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
15989 default branch.
15990
15991 * vc-rcs.el (vc-rcs-register): Parse command output to find master
15992 file name and workfile version.
15993 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
15994
15995 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
15996 vc-file-clear-masterprops.
15997
15998 * vc-sccs.el (vc-sccs-checkout): Removed call to
15999 vc-file-clear-masterprops. If writable, set vc-state to 'edited
16000 rather than user login name.
16001
16002
16003 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16004
16005 * vc.el (vc-workfile-unchanged-p): Remove unused argument
16006 `want-differences-if-changed' and simplify.
16007 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
16008 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
16009 output (which is invalid for async vc-diff) to decide whether to
16010 do the revert silently or not.
16011
16012 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16013
16014 * vc-hooks.el (vc-loadup): Load files quietly.
16015 (vc-call-backend): Oops, brain fart.
16016
16017 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16018
16019 * vc-cvs.el (vc-cvs-state): Typo.
16020 (vc-cvs-merge-news): Return the status code rather than the error msg.
16021
16022 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16023
16024 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
16025 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
16026 vc-state or vc-up-to-date-p.
16027 (vc-merge): Use vc-backend-defines to check whether merging is
16028 possible. Set state to 'edited after successful merge.
16029
16030 * vc-hooks.el (vc-locking-user): If locked by the calling user,
16031 return that name. Redocumented.
16032
16033 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16034
16035 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
16036 new `vc-state' semantics.
16037 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
16038 'vc-locking-user to the current user.
16039 (vc-merge): Inline vc-backend-merge. Comment out code that I
16040 don't understand and hence can't adapt to the new `vc-state' and
16041 `vc-locking-user' semantics.
16042 (vc-backend-merge): Remove.
16043
16044 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
16045 rather than 'vc-locking-user.
16046
16047 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
16048
16049 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
16050 (vc-state): Don't use 'reserved any more. Just use the same
16051 convention as the one used for vc-<backend>-state where the
16052 locking user (as a string) is returned.
16053 (vc-locking-user): Update, based on the above convention. The
16054 'vc-locking-user property has disappeared.
16055 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
16056
16057 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
16058 with a heuristic one.
16059 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
16060 (vc-cvs-checkin): Do a trivial parse to set the state in case of
16061 error. That allows us to get to 'needs-merge even in the
16062 stay-local case. There's still no way to detect 'needs-patch in
16063 such a setup (or to force an update for that matter).
16064 (vc-cvs-logentry-check): Remove, the default works as well.
16065
16066 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16067
16068 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
16069
16070 * vc.el (vc-do-command): kill-all-local-variables, to reset any
16071 major-mode in which the buffer might have been put earlier. Use
16072 `remove' and `when'. Allow `okstatus' to be `async' and use
16073 `start-process' in this case.
16074 (vc-version-diff): Handle the case where the diff looks empty
16075 because of the use of an async process.
16076
16077 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16078
16079 * vc.el (vc-next-action-on-file): Removed optional parameter
16080 `simple'. Recompute state unconditionally.
16081 (vc-default-toggle-read-only): Removed.
16082
16083 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
16084 (vc-toggle-read-only): Undid prev change.
16085
16086 * vc-cvs.el (vc-cvs-stay-local): Renamed from
16087 vc-cvs-simple-toggle. Redocumented.
16088 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
16089 (vc-cvs-toggle-read-only): Removed.
16090
16091 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16092
16093 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
16094 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
16095 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
16096 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
16097 still is. So maybe it should be removed.
16098 (vc-head-version, vc-find-binary): Remove.
16099 (vc-recompute-state): Move from vc-hooks.el.
16100 (vc-next-action-on-file): Add a `simple' argument to allow
16101 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
16102 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
16103 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
16104 (vc-dired-mode-map): Properly defvar it.
16105 (vc-print-log): Call log-view-mode if available.
16106 (small-temporary-file-directory): defvar instead of use boundp.
16107 (vc-merge-news): Moved to vc-cvs.el.
16108 (vc-default-merge-news): New function.
16109
16110 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
16111 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
16112 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
16113 unknown `vc-latest-version' function. It should probably refer to
16114 vc-workfile-version or somesuch, but it's very unclear to me and I
16115 don't have SCCS to test things.
16116
16117 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
16118 (vc-sccs-state-heuristic): Fix typo.
16119 (vc-sccs-workfile-unchanged-p): Add missing argument.
16120
16121 * vc-rcs.el: Require vc and vc-rcs-hooks.
16122 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
16123 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
16124 (vc-release-greater-or-equal-p): Move from vc.
16125 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
16126 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
16127 (vc-rcs-checkout): Add a missing `new-version' argument in the
16128 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
16129
16130 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
16131 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
16132 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
16133 than the apparently unbound `workfile-version'.
16134
16135 * vc-hooks.el (vc-master-templates): Def the obsolete var.
16136 (vc-file-prop-obarray): Use `make-vector'.
16137 (vc-backend-functions): Add new hookable functions
16138 vc-toggle-read-only, vc-record-rename and vc-merge-news.
16139 (vc-loadup): If neither backend nor default functions exist, use
16140 the backend function rather than nil.
16141 (vc-call-backend): If the function if not bound yet, try to load
16142 the non-hook file to see if it provides it.
16143 (vc-call): New macro plus use it wherever possible.
16144 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
16145 nor `vc-find-binary' since it's only called from
16146 vc-mistrust-permission which is only used once the backend is known.
16147 (vc-checkout-model): Fix parenthesis.
16148 (vc-recompute-state, vc-prefix-map): Move to vc.el.
16149
16150 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
16151 (vc-cvs-release, vc-cvs-system-release): Remove.
16152 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
16153 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
16154 status symbols.
16155 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
16156 (vc-cvs-toggle-read-only): First cut at a function to allow a
16157 cvs-status-free vc-toggle-read-only.
16158 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
16159 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
16160 vc-cvs-status. Also set vc-state rather than vc-locking-user.
16161 (vc-cvs-checkout): Modify access rights directly if the user
16162 requested not to use `cvs edit'. And refresh the mode line.
16163
16164 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
16165 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
16166
16167 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16168
16169 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
16170 workfile' that got lost when the code was extracted from vc.el.
16171 And merged the tail with the rest of the code (not possible in the
16172 old vc.el where the tail was shared among all backends). And
16173 explicitly set the state to 'edited if `writable' is set.
16174
16175 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
16176 (vc-cvs-state): Be careful to return the value from
16177 vc-cvs-parse-state.
16178 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
16179 property but return it instead. Also be careful to handle a nil
16180 or "" `rev' when workfile is non-nil (it was handled properly when
16181 workfile was nil).
16182
16183 * vc.el: Removed those pesky unnecessary `(function' quotes.
16184 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
16185 directly in the defvar.
16186 (vc-do-command): Bind inhibit-read-only so as to properly handle
16187 the case where the destination buffer has been made read-only.
16188 (vc-diff): Delegate to vc-version-diff in all cases.
16189 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
16190 (vc-annotate-mode-variables): Removed (code moved partly to
16191 defvars and partly to vc-annotate-add-menu).
16192 (vc-annotate-mode): Turned into a derived-mode.
16193 (vc-annotate-add-menu): Moved in code in
16194 vc-annotate-mode-variables.
16195 (vc-update-change-log): Use make-temp-file if available.
16196
16197 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
16198
16199 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
16200 `vc-checkout-model' updated to `vc-cvs-update-model'.
16201
16202 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16203
16204 * vc.el (vc-next-action-on-file): Added handling of state
16205 `unlocked-changes'.
16206 (vc-checkout-carefully): Is now practically obsolete, unless the
16207 above is too slow to be enabled unconditionally.
16208 (vc-update-change-log): Fixed typo.
16209
16210 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
16211
16212 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
16213 Now handles state `unlocked-changes'.
16214 (vc-sccs-workfile-unchanged-p): New function, to support the above.
16215
16216 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
16217
16218 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
16219 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
16220 `unlocked-changes'.
16221 (vc-rcs-workfile-unchanged-p): Renamed from
16222 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
16223 function yet, but supposed to become one soon.
16224
16225 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
16226 `vc-steal-lock'.
16227 (vc-call-backend): Changed error message.
16228 (vc-state): Added description of state `unlocked-changes'.
16229
16230 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16231
16232 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
16233 always return t in CVS-controlled directories.
16234
16235 * vc.el (vc-responsible-backend): New function.
16236 (vc-register): Largely rewritten.
16237 (vc-admin): Removed (implementation moved into vc-register).
16238 (vc-checkin): Redocumented.
16239 (vc-finish-logentry): If no backend defined yet (because we are in
16240 the process of registering), use the responsible backend.
16241
16242 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
16243 Updated function lists.
16244 (vc-call-backend): Fixed typo.
16245
16246 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
16247 New functions.
16248 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
16249 Removed query option. Redocumented.
16250
16251 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16252
16253 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
16254
16255 * vc.el: Updated callers of `vc-checkout-required' to use
16256 `vc-checkout-model'.
16257
16258 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16259
16260 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
16261 stuff updated to reference this function instead of the old
16262 `vc-backend-release-p'.
16263
16264 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16265
16266 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
16267 vc-checkout-model. Return appropriate values. Updated callers.
16268
16269 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16270
16271 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
16272 (vc-backend-revert): Function moved into `vc-revert';
16273 `vc-next-action' must be updated to accomodate this change.
16274 (vc-backend-steal): Function moved into `vc-finish-steal'.
16275 (vc-backend-logentry-check): Function moved into
16276 `vc-finish-logentry'.
16277 (vc-backend-printlog): Function moved into `vc-print-log'.
16278 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
16279 (vc-backend-assign-name): Function moved into
16280 `vc-create-snapshot'.
16281
16282 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16283
16284 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
16285 Rename to vc-checkout-model. Return appropriate values.
16286 Update callers.
16287
16288 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
16289 to vc-checkout-model.
16290 (vc-checkout-required): Rename to vc-checkout-model.
16291 Re-implement and re-comment.
16292 (vc-after-save): Use vc-checkout-model.
16293
16294 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16295
16296 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
16297 Update to use the vc-BACKEND-diff functions instead.
16298 `vc-diff' is now working.
16299
16300 * vc-rcs.el (vc-rcs-logentry-check): New function.
16301
16302 * vc-cvs.el (vc-cvs-logentry-check): New function.
16303
16304 * vc-sccs.el (vc-sccs-diff): Function changed name from
16305 `vc-backend-diff'. This makes `vc-diff' work.
16306
16307 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
16308 of functions possibly implemented in a vc-BACKEND library.
16309 (vc-checkout-required): Fix bug that caused an error to be
16310 signaled during `vc-after-save'.
16311
16312 * vc.el: Fix typo.
16313 This checkin is made with our new VC code base for the very first time.
16314 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
16315
16316 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
16317 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
16318
16319 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
16320 updated to `vc-uses-locking'.
16321 (vc-checkout-required): Call to backend function.
16322 `vc-checkout-required' updated to `vc-uses-locking' instead.
16323
16324 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
16325 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
16326
16327 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
16328 to match the split into various backends.
16329 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
16330 (vc-retrieve-snapshot): Bug fix.
16331
16332 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16333
16334 * vc-sccs.el (vc-sccs-release): Doc fix.
16335
16336 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16337
16338 * vc.el (vc-next-action-on-file): Bug found and fixed.
16339 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
16340 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
16341
16342 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
16343 (vc-rcs-checkout): Name space cleaned up. No more revision number
16344 crunching function names that are not prefixed with vc-rcs.
16345 (vc-rcs-checkout-model): Function added. References to
16346 `vc-checkout-model' replaced.
16347
16348 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16349
16350 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
16351 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
16352 still need to be split, and implemented for RCS).
16353
16354 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16355
16356 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
16357
16358 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
16359 required by the vc.el file.
16360
16361 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
16362 required by the vc.el file.
16363 (vc-rcs-exists): Function added.
16364
16365 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
16366 required by the vc.el file.
16367
16368 * vc.el (vc-admin): Updated to handle selection of appropriate
16369 backend. Current implementation is crufty and need re-thinking.
16370
16371 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
16372
16373 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16374
16375 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
16376 beginning of annotate buffers correctly.
16377
16378 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
16379 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
16380 functionality updated quite a lot to support multiple backends.
16381 Variables `vc-annotate-mode', `vc-annotate-buffers',
16382 `vc-annotate-backend' added.
16383
16384 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
16385 `vc-annotate-difference' added to supported backend functions.
16386
16387 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16388
16389 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
16390 Use with-temp-file instead of /bin/sh. Merged from mainline
16391
16392 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16393
16394 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
16395
16396 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
16397
16398 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
16399
16400 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16401
16402 * vc-hooks.el: vc-state-heuristic added to
16403 vc-backend-hook-functions.
16404
16405 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
16406
16407 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
16408
16409 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
16410 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
16411 state to `reserved'.
16412
16413 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
16414 `vc-checkout-required'. Rename the `locked' state to `reserved'.
16415
16416 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16417
16418 * vc-rcs-hooks.el: Implement new state model. Hardly anything
16419 untouched.
16420
16421 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
16422
16423 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
16424 if defined. (Merged from main line, slightly adapted.)
16425
16426 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
16427 millenium problem (merged from mainline).
16428
16429 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16430
16431 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
16432 part and moved the non-BACKEND stuff to vc.el.
16433
16434 * vc.el: Split the annotate feature into a BACKEND specific part
16435 and moved it from the vc-cvs.el file to this one.
16436
16437 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16438
16439 * vc-hooks.el: Implement new state model.
16440 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
16441 (vc-locking-user): Simplify. Now only needed if the file is
16442 locked by somebody else.
16443 (vc-lock-from-permissions): Remove. Functionality is in
16444 vc-sccs-hooks.el and vc-rcs-hooks.el now.
16445 (vc-mode-line-string): New name for former vc-status. Adapted.
16446 (vc-mode-line): Adapt to use the above. Remove optional parameter.
16447
16448 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
16449 Various simplifications and adaptations all over the place.
16450
16451 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
16452 Simplify and adapt the rest.
16453
16454 * vc.el (vc-resynch-window): Add TODO comment: check for
16455 interaction with view mode according to recent RCS change.
16456 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
16457
16458 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16459
16460 * vc.el: Convert the remaining function comments to docstrings.
16461
16462 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16463
16464 * vc.el (vc-backend-release, vc-release-greater-or-equal)
16465 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
16466 (vc-minor-part, vc-previous-version): Functions that operate and
16467 compare revision numbers got proper documentation. Comments added
16468 about their possible removal.
16469
16470 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16471
16472 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
16473 the vc-backend.el files.
16474
16475 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
16476
16477 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
16478 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
16479 (vc-rcs-previous-version): Functions added.
16480
16481 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
16482
16483 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
16484
16485 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16486
16487 * vc-hooks.el (vc-master-templates): Is really obsolete.
16488 Comment out the definition for now. What is the right procedure
16489 to get rid of it?
16490 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
16491 rewritten.
16492 (vc-default-registered): Remove.
16493 (vc-check-master-templates): New function; does mostly what the
16494 above did before.
16495 (vc-locking-user): Don't rely on the backend to set the property.
16496
16497 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
16498 Rewrite documentation.
16499 (vc-rcs-templates-grabbed): New variable.
16500 (vc-rcs-grab-templates): New function.
16501 (vc-rcs-registered): Rewrite to use above mechanism.
16502
16503 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
16504 Rewrite documentation.
16505 (vc-sccs-templates-grabbed): New variable.
16506 (vc-sccs-grab-templates): New function.
16507 (vc-sccs-registered): Rewrite to use above mechanism.
16508 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
16509 Don't throw the result, simply return it.
16510
16511 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
16512 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
16513 (vc-cvs-registered): Does the check itself now. Simplify.
16514
16515 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
16516 from main line.
16517
16518 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16519
16520 * vc-cvs.el (vc-cvs-diff): New function.
16521
16522 * vc-sccs.el (vc-sccs-diff): New function.
16523
16524 * vc-rcs.el (vc-rcs-diff): New function.
16525 (vc-rcs-checkout): Bug (typo) found and fixed.
16526 (vc-rcs-register-switches): New variable.
16527
16528 * vc.el (vc-backend-diff): Function removed and placed in the
16529 backend files.
16530
16531 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16532
16533 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
16534
16535 * vc.el (vc-backend-checkout): Function removed and replaced in
16536 the vc-backend.el files.
16537
16538 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
16539
16540 * vc.el (vc-backend-admin): Removed and replaced in the
16541 vc-backend.el files.
16542
16543 * vc.el (Martin): Removed all the annotate functionality since it
16544 is CVS backend specific.
16545
16546 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16547
16548 * spec.txt: Added specification of vc-state.
16549
16550 * vc-sccs-hooks.el (vc-sccs-master-properties):
16551 Remove handling of vc-latest-version and
16552 vc-your-latest-version. What used to be vc-latest-version, is now
16553 returned as vc-workfile-version.
16554 (vc-sccs-workfile-version): Adapt.
16555
16556 2000-09-04 Dave Love <fx@gnu.org>
16557
16558 * vc.el: [Merged from mainline.]
16559 (vc-dired-mode): Make the dired-move-to-filename-regexp
16560 regexp match the date, to avoid treating date as file size.
16561 Add YYYY S option to WESTERN/
16562
16563 2000-09-04 Dave Love <fx@gnu.org>
16564
16565 * vc.el: Require `compile' when compiling.
16566 (vc-logentry-check-hook): New option.
16567 (vc-steal-lock): Use compose-mail.
16568 (vc-dired-mode-map): Defvar when compiling.
16569 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
16570 vc-sccs.el and renamed. Callers changed.
16571 (vc-backend-checkout, vc-backend-logentry-check)
16572 (vc-backend-merge-news): Doc fix.
16573 (vc-default-logentry-check): New function.
16574 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
16575 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
16576 (vc-backend-merge): Doc fix. Use backend functions.
16577 (vc-check-headers): Use backend functions.
16578
16579 * vc-cvs.el: Require vc when compiling.
16580 (vc-cvs-register-switches): Doc fix.
16581 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
16582 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
16583 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
16584 New functions (code from vc.el).
16585 (vc-annotate-display-default): Fix interactive spec.
16586 (vc-annotate-time-span): Doc fix.
16587
16588 * vc-rcs.el: Require vc when compiling.
16589 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
16590 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
16591 (vc-rcs-checkin): New functions (code from vc.el).
16592 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
16593 Doc fix.
16594 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
16595
16596 * vc-sccs.el: Require vc when compiling.
16597 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
16598 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
16599 (vc-sccs-revert)
16600 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
16601 from vc.el).
16602 (vc-sccs-add-triple, vc-sccs-record-rename)
16603 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
16604 (vc-sccs-admin): Doc fix.
16605
16606 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16607
16608 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
16609 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
16610 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
16611 from vc.el.
16612
16613 * vc-sccs.el (vc-admin-sccs): Added from vc.el
16614
16615 * vc-cvs.el: Moved the annotate functionality from vc.el.
16616 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
16617
16618 2000-09-04 Dave Love <fx@gnu.org>
16619
16620 * vc.el (vc-backend-release): Call vc-system-release.
16621
16622 * vc-sccs.el (vc-sccs-system-release):
16623 Renamed from vc-sccs-backend-release.
16624
16625 * vc-rcs.el (vc-rcs-system-release):
16626 Renamed from vc-rcs-backend-release.
16627
16628 * vc-cvs.el (vc-cvs-system-release):
16629 Renamed from vc-cvs-backend-release.
16630
16631 2000-09-04 Dave Love <fx@gnu.org>
16632
16633 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
16634 backend files.
16635 (vc-backend-release): Dispatch to backend functions.
16636 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
16637 probably needs attention.]
16638
16639 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
16640 (vc-sccs-backend-release): New function.
16641
16642 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
16643 (vc-cvs-backend-release): New function.
16644
16645 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
16646 Doc fix.
16647 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
16648 (vc-default-dired-state-info): New function.
16649 (vc-dired-state-info): Dispatch to backends.
16650 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
16651
16652 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
16653 from vc.el and renamed.
16654
16655 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16656
16657 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
16658 (vc-version-other-window, vc-backend-assign-name): Removed
16659 references to vc-latest-version; sometimes changed into
16660 vc-workfile-version.
16661
16662 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
16663 vc-rcs-master-workfile-version.
16664 (vc-rcs-workfile-version): Use the above. Don't call
16665 vc-latest-version (that was unreachable code, anyway).
16666 (vc-rcs-fetch-master-properties): Doc fix.
16667
16668 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
16669 (vc-backend-hook-functions): Removed them from this list, too.
16670 (vc-fetch-properties): Removed.
16671 (vc-workfile-version): Doc fix.
16672
16673 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
16674 (vc-rcs-workfile-version, vc-rcs-locking-user)
16675 (vc-rcs-uses-locking): Use it.
16676
16677 * vc-hooks.el (vc-consult-rcs-headers):
16678 Moved into vc-rcs-hooks.el, under the name
16679 vc-rcs-consult-headers.
16680
16681 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
16682 headers.
16683 (vc-cvs-find-master): Use this name only; correct different
16684 versions of the name.
16685
16686 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
16687 New functions.
16688 (vc-sccs-locking-user): Use the latter.
16689
16690 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
16691 New functions.
16692
16693 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
16694 Moved into both
16695 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
16696 functions are implementation details of those two backends.
16697
16698 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16699
16700 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
16701 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
16702
16703 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
16704 (vc-sccs-parse-locks): SCCS-specific code moved here from
16705 vc-hooks.
16706
16707 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
16708 code moved here from vc-hooks.
16709
16710 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
16711 into back-end specific parts and removed. Callers not updated
16712 yet; because I guess these callers will disappear into back-end
16713 specific files anyway.
16714
16715 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16716
16717 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
16718 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
16719 `vc-uses-locking'.
16720
16721 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
16722 Store yes/no in the property, and return t/nil. Updated all
16723 callers.
16724
16725 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
16726 vc-sccs-uses-locking. Don't set property.
16727 (vc-sccs-locking-user): Don't set property.
16728
16729 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
16730 vc-cvs-uses-locking. Don't set property here; leave that to
16731 vc-hooks.
16732 (vc-cvs-locking-user): Reflect above change. Streamlined.
16733
16734 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
16735 vc-rcs-uses-locking.
16736 (vc-rcs-locking-user): Reflect above change.
16737
16738 2000-09-04 Dave Love <fx@gnu.org>
16739
16740 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
16741
16742 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
16743
16744 * vc-hooks.el (vc-checkout-model): Punt to backends.
16745
16746 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
16747
16748 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
16749
16750 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
16751 New functions.
16752
16753 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
16754 New functions.
16755
16756 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
16757 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
16758
16759 * vc-hooks.el (vc-default-locking-user): New function.
16760 (vc-locking-user, vc-workfile-version): Punt to backends.
16761
16762 2000-09-04 Dave Love <fx@gnu.org>
16763
16764 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
16765 (vc-master-workfile-version): Moved from vc-hooks.
16766
16767 * vc-rcs-hooks.el: Fix duplicate code in last change.
16768
16769 * vc-rcs-hooks.el: Require vc-hooks when compiling.
16770 (vc-rcs-master-templates): Improve :type.
16771 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
16772 vc-master-workfile-version): Moved from vc-hooks.
16773
16774 * vc-sccs-hooks.el: Require vc-hooks when compiling.
16775 (vc-sccs-master-templates): Improve :type.
16776 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
16777
16778 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
16779
16780 * vc-cvs-hooks.el: Require vc-hooks when compiling.
16781 (vc-cvs-master-templates): Improve :type. Use
16782 vc-cvs-find-cvs-master.
16783 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
16784 from vc-hooks.
16785 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
16786
16787 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
16788 Moved to vc-cvs-hooks.
16789
16790 * vc-hooks.el: Add doc strings in various places. Simplify the
16791 minor mode setup.
16792 (vc-handled-backends): New user variable.
16793 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
16794 simplification.
16795
16796 2000-09-04 Dave Love <fx@gnu.org>
16797
16798 * vc.el: Some doc fixes for autoloaded and interactive functions.
16799 Fix compilation warnings from ediff stuff.
16800 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
16801
16802 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
16803
16804 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
16805
16806 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
16807
16808 2000-09-04 Dave Love <fx@gnu.org>
16809
16810 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
16811 New variable.
16812 (vc-make-backend-function, vc-loadup, vc-call-backend)
16813 (vc-backend-defines): New functions.
16814
16815 * vc-hooks.el: Various doc fixes.
16816 (vc-default-back-end, vc-follow-symlinks): Custom fix.
16817 (vc-match-substring): Function removed. Callers changed to use
16818 match-string.
16819 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
16820 Simplify.
16821
16822 2000-09-04 Dave Love <fx@gnu.org>
16823
16824 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
16825 type.
16826 (vc-sccs-project-dir, vc-search-sccs-project-dir)
16827 (vc-sccs-registered): Doc fix.
16828
16829 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
16830 (vc-cvs-registered): Doc fix.
16831
16832 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
16833 (vc-rcs-registered): Doc fix.
16834
16835 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16836
16837 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
16838
16839 * vc-hooks.el: vc-registered has been renamed
16840 vc-default-registered. Some functions have been moved to the
16841 backend specific files. they all support the
16842 vc-BACKEND-registered functions.
16843
16844 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16845
16846 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
16847
16848 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
16849
16850 2000-09-04 Dave Love <fx@gnu.org>
16851
16852 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
16853 menu-bar-update-hook.
16854
16855 * help.el (help-manyarg-func-alist): Add
16856 find-operation-coding-system.
16857
16858 * wid-edit.el (widget-sexp-validate): Fix garbled code.
16859
16860 * custom.el (custom-set-variables): Print message about errors in
16861 setting.
16862
16863 2000-09-03 Andrew Innes <andrewi@gnu.org>
16864
16865 * makefile.w32-in: Change to DOS line endings.
16866
16867 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16868
16869 * mouse.el (mouse-popup-menubar): Supply the prompt string for
16870 minor-mode keymaps, if they don't have one.
16871
16872 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16873
16874 * eshell/esh-module.el (eval-when-compile): Don't lose if
16875 esh-module.el's file name is truncated to DOS 8+3 limits.
16876
16877 2000-09-01 John Wiegley <johnw@gnu.org>
16878
16879 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
16880 predicate, which caused entries in the completion list to be
16881 doubled.
16882
16883 2000-08-30 John Wiegley <johnw@gnu.org>
16884
16885 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
16886 sending to subprocesses. Also, hook pre-command-hook if
16887 `eshell-send-direct-to-subprocesses' is non-nil.
16888 (eshell-send-direct-to-subprocesses): New config variable. If t,
16889 subprocess input is send immediately.
16890 (eshell-toggle-direct-send): New function.
16891 (eshell-self-insert-command): New function.
16892 (eshell-intercept-commands): New function.
16893 (eshell-send-input): If direct subprocess sending is enabled,
16894 don't echo any input to the Eshell buffer. Let the subprocess
16895 handle that. This requires "stty echo" in bash, for example.
16896
16897 2000-08-28 John Wiegley <johnw@gnu.org>
16898
16899 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
16900 completion function for Eshell's implementation of `unset'.
16901
16902 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16903
16904 * info.el (Info-directory-list): Doc fix.
16905
16906 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
16907
16908 * filecache.el (file-cache-add-directory-using-find): Don't quote
16909 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
16910
16911 2000-08-31 Kenichi Handa <handa@etl.go.jp>
16912
16913 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
16914 coding systems.
16915
16916 2000-08-30 Andrew Innes <andrewi@gnu.org>
16917
16918 * timer.el (run-with-idle-timer): Undo last change, so that timer
16919 is not activated immediately if Emacs is already idle. Some
16920 existing code relies on this behaviour.
16921
16922 2000-08-30 Miles Bader <miles@gnu.org>
16923
16924 * frame.el (set-frame-font): Do completion of font-name for
16925 interactive use.
16926
16927 2000-08-30 Kenichi Handa <handa@etl.go.jp>
16928
16929 * international/quail.el (quail-start-translation): Bind locally
16930 last-command-event, last-command, and this-command.
16931 (quail-start-conversion): Likewise.
16932 (quail-self-insert-command): Fix docstring.
16933
16934 2000-08-29 Gerd Moellmann <gerd@gnu.org>
16935
16936 * progmodes/executable.el
16937 (executable-make-buffer-file-executable-if-script-p): Check that
16938 buffer contains at least 2 characters.
16939
16940 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
16941
16942 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
16943
16944 2000-08-29 Dave Love <fx@gnu.org>
16945
16946 * diff-mode.el (diff-mode) <defgroup>: Add :version.
16947 (diff-mode-shared-map): Bind mouse-2.
16948 (diff-imenu-generic-expression): New variable.
16949 (diff-mode): Use it.
16950
16951 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
16952 (mouse-popup-menubar): Add minor mode menus.
16953 (popup-menu): Check for lookup-key returning number.
16954
16955 2000-08-29 Miles Bader <miles@gnu.org>
16956
16957 * comint.el (comint-send-input): Create overlays using the proper
16958 front/read-advance arguments.
16959
16960 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16961
16962 * ps-print.el: Even/odd pages printing. Doc fix.
16963 (ps-print-version): New version number (6.0).
16964 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
16965 (ps-background, ps-begin-file, ps-begin-job): Code fix.
16966 (ps-print-duplex-feature): Variable eliminated.
16967 (ps-even-or-odd-pages): New variable.
16968
16969 * progmodes/ebnf2ps.el: Doc fix.
16970 (ebnf-version): New version (3.3).
16971 (ebnf-user-arrow): Change variable customization to sexp.
16972 (ebnf-user-arrow): Function eliminated.
16973 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
16974
16975 2000-08-29 Kenichi Handa <handa@etl.go.jp>
16976
16977 * help.el (help-xref-mule-regexp): New variable.
16978 (help-make-xrefs): Handle help-xref-mule-regexp.
16979
16980 * international/mule-cmds.el (help-xref-mule-regexp-template): New
16981 variable.
16982 (describe-input-method): Temporarily activate the specfied input
16983 method to display the information.
16984 (describe-language-environment): Hyperlinks to mule related items.
16985
16986 * international/mule-diag.el (charset-multibyte-form-string): New
16987 function.
16988 (list-character-sets-1): Use charset-multibyte-form-string.
16989 (describe-character-set): New function.
16990 (describe-coding-system): Hyperlinks to safe character sets.
16991
16992 * international/quail.el (quail-help): New arg PACKAGE.
16993 Hyperlinks to mule related items.
16994 (quail-help-insert-keymap-description): Use
16995 substitute-command-keys instead of describe-bindings.
16996 (quail-translation-help): Hyperlinks to mule related items.
16997
16998 2000-08-28 John Wiegley <johnw@gnu.org>
16999
17000 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
17001 have a defsubst call itself. Made `eshell-flatten-list' back into
17002 a function again.
17003
17004 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
17005 catch, in case re-centering point at bottom messes up the display.
17006 This happens frequently in Emacs 21, due I believe to variable
17007 line heights.
17008
17009 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
17010 to call `find-tag-interactive'.
17011
17012 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
17013 the list of remember directories.
17014
17015 2000-08-28 John Wiegley <johnw@gnu.org>
17016
17017 * align.el: Test align-region-separate to see if it's a symbol.
17018
17019 2000-08-28 John Wiegley <johnw@gnu.org>
17020
17021 * eshell/esh-util.el (eshell-flatten-list): Made this function
17022 into a defsubst form. It gets used very frequently, although
17023 calls don't occur all that often.
17024
17025 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
17026 examining it.
17027
17028 * eshell/esh-cmd.el (eshell-rewrite-while-command):
17029 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
17030 `eshell-protect'.
17031 (eshell-copy-handles): Created a new macro for duplicating the
17032 current set of open handles. This is needed by the looping
17033 functions.
17034 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
17035 is not incorrectly stomped on.
17036
17037 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
17038 declaration for pcomplete-use-paring.
17039 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
17040 value of eshell-cmpl-use-paring.
17041 * pcomplete.el (pcomplete-use-paring): New config variable, to
17042 indicate whether paring should be used.
17043 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
17044 completion alternatives that have already been used.
17045
17046 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
17047 bound to C-c C-y, which will repeat the previous N arguments
17048 (based on prefix argument).
17049 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
17050
17051 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
17052 if there is no *Help* buffer. This is for XEmacs, which renames
17053 its help buffers uniquely. TODO: Find out what the current buffer
17054 name to delete is.
17055
17056 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
17057 first entry that correlates to a passwd/group number. Later
17058 entries (used for group/user name aliasing to multiple IDs) are
17059 ignored.
17060
17061 * eshell/em-xtra.el (eshell/expr):
17062 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
17063 (eshell-grep, eshell/diff, eshell/locate):
17064 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
17065 argument list, before passing it to the system command.
17066
17067 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
17068 `find-tag' for use at final position in Eshell buffers (which
17069 otherwise triggers an error on Emacs 21).
17070 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
17071 buffer, if it is currently bound to `find-tag'.
17072
17073 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
17074 in the list of matched Makefile names.
17075 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
17076 directory, prefer its contents to Makefile.
17077
17078 * eshell/em-dirs.el (eshell/cd): cd commands that look up
17079 directory parts (like "cd old new", or "cd =regexp"), are now case
17080 sensitive on non-Windows/DOS platforms.
17081
17082 * eshell/esh-mode.el (eshell-parse-command-input): When a user
17083 types RET after an open delimiter (like "), display a message
17084 indicating that Eshell is waiting for the closing delimiter.
17085
17086 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
17087 environment variables.
17088
17089 * eshell/em-unix.el (eshell/diff): Added logic to fail more
17090 gracefully if the user enters incorrect arguments.
17091
17092 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
17093 Eshell buffers.
17094
17095 * eshell/esh-var.el (eshell-interpolate-variable):
17096 * eshell/esh-mode.el (eshell-move-argument):
17097 * eshell/em-unix.el (eshell-du-sum-directory):
17098 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
17099 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
17100 (not (= ...)).
17101
17102 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
17103 to ensure the `preserve' flag gets propagated when doing recursive
17104 directory copies.
17105
17106 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
17107
17108 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
17109 Don't convert \n into \0177 in memory.
17110 (eshell-read-history, eshell-write-history): Convert \n to \0177,
17111 and back again, when reading and writing.
17112
17113 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
17114
17115 * eshell/esh-util.el (eshell-processp): Added to relieve constant
17116 testing of `fboundp' on `processp'.
17117
17118 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
17119 (eshell/jobs): Don't call process-list if it is not bound.
17120 (eshell-gather-process-output): Support systems where async
17121 subprocesses aren't supported.
17122 (eshell-scratch-buffer, eshell-last-sync-output-start): New
17123 variables.
17124
17125 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
17126 eshell-do-eval returns t.
17127 (eshell-do-pipelines-synchronously): New defmacro.
17128 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
17129 when async subprocesses aren't supported.
17130 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
17131 if async subprocesses aren't supported.
17132 (eshell-resume-command): Don't assume STATUS is a string.
17133
17134 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
17135
17136 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
17137 (eshell-close-target, eshell-get-target): Use eshell-processp.
17138 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
17139 fix.
17140 (eshell-get-target, eshell-create-handles): Doc fix.
17141
17142 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
17143
17144 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
17145 criterion to include commands that output something, as long as it
17146 leaves both the command and the end-of-buffer visible when the
17147 command has exited.
17148 (eshell-review-quick-commands): Adjust the help doc string
17149 accordingly.
17150
17151 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
17152
17153 * locate.el (locate): Cleaned up locate command's interactive prompting
17154 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
17155
17156 * filecache.el (file-cache-case-fold-search): New variable
17157 (file-cache-assoc-function): New variable
17158 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
17159 Use file-cache-case-fold-search variable
17160 (file-cache-add-file): Use file-cache-assoc-function
17161 (file-cache-delete-file): likewise
17162 (file-cache-directory-name): likewise
17163 (file-cache-debug-read-from-minibuffer): likewise
17164
17165 2000-08-28 Gerd Moellmann <gerd@gnu.org>
17166
17167 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
17168 (abbrev-table-name): New function.
17169 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
17170 If non-nil list local abbrev, only.
17171
17172 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
17173
17174 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
17175 from Gnus support code, and use special article copy buffer
17176 `(gnus-original-article-buffer)' instead. This allows to get rid
17177 of article-hide-headers usage (which breaks in the latest Gnus
17178 version). Thanks to Detlev Zundel.
17179
17180 2000-08-28 Kenichi Handa <handa@etl.go.jp>
17181
17182 * international/quail.el (quail-use-package): Hide "... loaded"
17183 message.
17184 (quail-start-translation, quail-start-conversion): Likewise.
17185
17186 * international/kkc.el (kkc-region): Hide "... loaded" message.
17187
17188 2000-08-27 Dave Love <fx@gnu.org>
17189
17190 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
17191
17192 2000-08-27 Miles Bader <miles@gnu.org>
17193
17194 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
17195
17196 2000-08-27 Kenichi Handa <handa@etl.go.jp>
17197
17198 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
17199 'ja-dic-cnv), not (require 'skkdic-cnv).
17200
17201 2000-08-26 Miles Bader <miles@gnu.org>
17202
17203 * faces.el (face-x-resources): Add entry for :inherit.
17204 * cus-face.el (custom-face-attributes): Add support for :inherit
17205 attribute. Add support for relative face heights.
17206 (custom-face-attributes-get): Treat `nil' as being a default value
17207 for :inherit (as well as `unspecified').
17208
17209 * faces.el (set-face-attribute): Update doc string.
17210 (face-attribute-name-alist): Add :inherit.
17211 (face-valid-attribute-values): Handle :inherit.
17212 (face-read-string): Rephrase prompt to be less confusing.
17213 Assume that DEFAULT is a string, since we must return a string.
17214 (face-read-integer): Use `format' to turn DEFAULT into an
17215 acceptable default for face-read-string. Match NEW-VALUE against
17216 the string "unspecified", not the symbol `unspecified', since
17217 that's what face-read-string returns.
17218 (read-face-attribute): Lookup a name for old-value in valid, and
17219 use it as a default if we find one. Treat all values from
17220 face-read-string as strings. If the default is used, don't do any
17221 more processing on the value, just use the old value directly.
17222 (read-face-and-attribute, modify-face): Tweak prompt.
17223 (read-face-name): Don't assume prompt ends with a space.
17224
17225 * faces.el (describe-face): Add support for :inherit attribute.
17226
17227 2000-08-25 Kenichi Handa <handa@etl.go.jp>
17228
17229 * terminal.el (terminal-emulator): Fix args to `concat'. Now
17230 concat doesn't accept interger.
17231
17232 * international/kkc.el: Remove SKK from Keywords. Require
17233 ja-dic-utl instead of skkdic-utl.
17234
17235 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
17236 Provide ja-dic-cnv instead of skkdic-cnv.
17237 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
17238 (iso-2022-7bit-short): Add safe-charsets property.
17239 (skkdic-convert-postfix): Search Japanese chou-on character in
17240 addition to Hiragana character.
17241 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
17242 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
17243 (batch-skkdic-convert): Likewise.
17244
17245 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
17246 Provide ja-dic-utl instead of skkdic-utl.
17247 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
17248
17249 2000-08-24 Dave Love <fx@gnu.org>
17250
17251 * disp-table.el (standard-display-default): Make the test of `l'
17252 useful.
17253
17254 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
17255 mod sample text.
17256
17257 * international/iso-ascii.el: Make pilcrow convenient string
17258 consistent with section.
17259 (iso-ascii-display): Set up multibyte characters as well as
17260 unibyte.
17261
17262 2000-08-24 Kenichi Handa <handa@etl.go.jp>
17263
17264 * international/mule-cmds.el (reset-language-environment): Set
17265 default-process-coding-system to '(undecided . iso-latin-1), which
17266 makes process I/O almost consistent with file I/O. Call this
17267 function when mule-cmds.el[c] is loaded.
17268
17269 2000-08-22 Andrew Innes <andrewi@gnu.org>
17270
17271 * makefile.w32-in: New file.
17272
17273 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
17274
17275 * comint.el (comint-output-filter): Compare end of
17276 comint-last-output-overlay with the start of the newly inserted
17277 text, not the end, when deciding whether to extend it.
17278 Set saved-point's insertion type to advance after insertion.
17279
17280 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
17281 since this is now done independently of font-lock mode.
17282
17283 2000-08-21 Gerd Moellmann <gerd@gnu.org>
17284
17285 * server.el (server-kill-new-buffers): New user option.
17286 (server-existing-buffer): New buffer-local variable.
17287 (server-visit-files): When using an existing buffer, set
17288 server-existing-buffer to t.
17289 (server-buffer-done): If server-kill-new-buffers is t, kill the
17290 buffer, unless it was already present before visiting it with
17291 Emacs server.
17292
17293 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
17294
17295 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
17296 even if the display doesn't support colors: some displays will
17297 support bold/underline faces.
17298
17299 2000-08-21 Gerd Moellmann <gerd@gnu.org>
17300
17301 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
17302
17303 * startup.el (command-line): If user's init file had an error,
17304 add explanatory text to *Messages*.
17305
17306 2000-08-21 Kenichi Handa <handa@etl.go.jp>
17307
17308 * man.el (Man-getpage-in-background): Decode the process output by
17309 the system locale coding system.
17310
17311 2000-08-20 Dave Love <fx@gnu.org>
17312
17313 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
17314 Don't test x-popup-menu.
17315 (function) <complete-function>: Complete only fbound symbols.
17316 <validate, value>: New.
17317 (variable) <complete-function>: Complete only bound symbols.
17318 (coding-system): Add :base-only, :complete-function, :validate,
17319 :value, :prompt-match.
17320 (widget-coding-system-prompt-value): Use read-coding-system and
17321 act on :base-only.
17322 (editable-field): Add :help-echo.
17323 (widget-push-button-gui, widget-push-button-cache)
17324 (widget-gui-action, widget-editable-list-gui): COmment out, along
17325 with uses.
17326 (widget-at): Make arg optional.
17327 (widget-echo-help): Adjust for current help-echo calling sequence.
17328 (widget-specify-field, widget-specify-button)
17329 (widget-specify-insert, widget-get-sibling, widget-image-find)
17330 (widget-convert, widget-insert, widget-leave-text)
17331 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
17332 (widget-setup, widget-field-find, widget-before-change)
17333 (widget-after-change, widget-default-complete)
17334 (widget-default-create, widget-default-delete)
17335 (widget-push-button-value-create, editable-field)
17336 (widget-field-prompt-value, widget-field-validate)
17337 (widget-choice-value-create, widget-choice-action)
17338 (widget-choice-validate, widget-checklist-add-item)
17339 (widget-radio-add-item, widget-radio-chosen)
17340 (widget-radio-value-inline, widget-editable-list-value-create)
17341 (widget-editable-list-entry-create)
17342 (widget-documentation-link-add)
17343 (widget-documentation-string-value-create)
17344 (widget-regexp-validate, widget-file-complete)
17345 (widget-sexp-validate, widget-plist-convert-widget)
17346 (widget-plist-convert-widget, widget-alist-convert-widget)
17347 (widget-alist-convert-widget, widget-color-complete): Simplify,
17348 particularly to avoid bindings which aren't optimized out.
17349
17350 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
17351 Doc fix.
17352 (down-list, backward-up-list, up-list, kill-sexp)
17353 (backward-kill-sexp, mark-sexp): Make arg optional.
17354 (lisp-complete-symbol): Add optional arg PREDICATE.
17355
17356 * cus-start.el: Add display-buffer-reuse-frames,
17357 file-coding-system-alist.
17358
17359 2000-08-20 Gerd Moellmann <gerd@gnu.org>
17360
17361 * startup.el (command-line): Clear realized faces after
17362 modifying TTY color mappings.
17363
17364 2000-08-20 Miles Bader <miles@gnu.org>
17365
17366 * faces.el (face-attr-match-p): Don't return true if ATTRS are
17367 merely a subset of FACE's attributes.
17368
17369 2000-08-19 Miles Bader <miles@gnu.org>
17370
17371 * comint.el (comint-output-filter): Save the point with a marker,
17372 not just a buffer position.
17373
17374 * international/mule.el (set-buffer-process-coding-system): Make
17375 interactive prompt less confusing.
17376
17377 2000-08-19 Gerd Moellmann <gerd@gnu.org>
17378
17379 * hilit-chg.el: General cleanup of doc strings, comments and
17380 code formatting.
17381
17382 2000-08-19 Miles Bader <miles@gnu.org>
17383
17384 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
17385 Compiler macro removed; beginning-of-line is no longer always
17386 equivalent to forward-line, in the presence of fields.
17387
17388 * comint.el (comint-output-filter): Remove ad-hoc saving of
17389 restriction, and just use save-restriction, now that it works
17390 correctly. Don't adjust comint-last-input-start to account for
17391 our insertion; it shouldn't have moved because we don't use
17392 insert-before-markers anymore. Comment out call to
17393 `force-mode-line-update'; why is it here?
17394
17395 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
17396 while checking for prompt to delete. Use `forward-line 0'
17397 instead of beginning-of-line.
17398 (gud-filter): Temporarily widen gud comint buffer while
17399 examining output.
17400
17401 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
17402
17403 * progmodes/sh-script.el: Big bag of typos.
17404
17405 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
17406 check since ispell-process is not bound when ispell is not yet loaded.
17407
17408 2000-08-18 Dave Love <fx@gnu.org>
17409
17410 * image.el (find-image): Copy `spec' before using plist-put.
17411
17412 2000-08-18 Gerd Moellmann <gerd@gnu.org>
17413
17414 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
17415 `portugues'.
17416
17417 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
17418 backward-kill-sexp, analogous to kill-sexp.
17419
17420 * progmodes/icon.el (icon-indent-line)
17421 (icon-is-continuation-line): Handle comments specially.
17422
17423 2000-08-17 Ken Stevens <k.stevens@ieee.org>
17424
17425 * ispell.el: Set to standard author/maintainer/keyword fields.
17426 Fine tuning to menu map appearance and operation, and added help.
17427 Remove `start' and `end' error messages when compiling.
17428 (ispell-choices-win-default-height): Fixed comment string.
17429 (ispell-dictionary-alist-1): Fixed regexp in castellano and
17430 castellano8 dictionaries.
17431 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
17432 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
17433 dictionary, added italiano dictionary.
17434 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
17435 word character
17436 (ispell-tex-skip-alists): Added psfig support.
17437 (ispell-skip-html): Renamed from ispell-skip-sgml.
17438 (ispell-begin-skip-region-regexp, ispell-skip-region)
17439 (ispell-minor-check): Improved html skipping support to skip across
17440 code, and recognize `&' commands without propper `;' syntax;
17441 (ispell-process-line): Fix alignment error when manually
17442 correcting spelling.
17443 (ispell): Fix comment string.
17444 (ispell-add-per-file-word-list): Always put word list on new line.
17445
17446 2000-08-17 Gerd Moellmann <gerd@gnu.org>
17447
17448 * format.el (format-encode-run-method): Fix error message to say
17449 `encode' instead of `decode'. Use save-window-excursion around
17450 shell-command-on-region as in format-decode-run-method because
17451 shell-command-on-region can display a buffer with error output.
17452 (format-decode): Don't record undo information for the decoding.
17453 (format-annotate-function): Add parameter FORMAT-COUNT. Make
17454 that number part of the temporary buffer name so that more than
17455 one decoding using a temporary buffer can happen safely.
17456
17457 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
17458 of `A-z' in the regexp.
17459
17460 * hilit-chg.el: Fix typos in commentary.
17461
17462 * help.el (view-emacs-news): Rewritten for new naming scheme
17463 for old NEWS files.
17464
17465 * startup.el (command-line): Pop to *Messages* in case an error
17466 is signaled while loading user-init-file.
17467
17468 2000-08-17 Andreas Schwab <schwab@suse.de>
17469
17470 * files.el (insert-directory): Don't lose original file name,
17471 undoing an undocumented change.
17472
17473 2000-08-17 Alex Schroeder <alex@gnu.org>
17474
17475 * sql.el (sql-magic-go): Use comint-bol.
17476 (sql-copy-column): Use comint-line-beginning-position.
17477 (comint-line-beginning-position): Define a replacement for
17478 comint-line-beginning-position if it is not fboundp.
17479
17480 2000-08-17 Alex Schroeder <alex@gnu.org>
17481
17482 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
17483 it didn't have any effect anyway.
17484
17485 2000-08-17 Alex Schroeder <alex@gnu.org>
17486
17487 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
17488 --pset and pager=off instead of sending \\o|cat at the beginning
17489 of the session.
17490
17491 2000-08-17 Miles Bader <miles@gnu.org>
17492
17493 * progmodes/octave-inf.el: Add compatibility definition of
17494 comint-line-beginning-position.
17495
17496 2000-08-17 Kenichi Handa <handa@etl.go.jp>
17497
17498 * startup.el (normal-top-level): Look in each dir in load-path for
17499 a leim-list.el file too. This assures of loading leim-list.el
17500 that is created at Emacs installation time even if a user have his
17501 own leim-list.el.
17502
17503 2000-08-17 Miles Bader <miles@gnu.org>
17504
17505 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
17506 foreground color to black if the background is dark.
17507
17508 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
17509
17510 * loadhist.el (unload-feature): Typo.
17511
17512 * finder.el (finder-compile-keywords):
17513 * cus-dep.el (custom-make-dependencies): Add local-variable settings
17514 to the generated file.
17515
17516 * mail/mh-e.el (mh-make-local-vars):
17517 Replace make-variable-buffer-local with make-local-variable.
17518
17519 * play/landmark.el:
17520 * options.el (Edit-options-{set,toggle,t,nil}):
17521 * mail/mailabbrev.el (mail-abbrevs-mode):
17522 * textmodes/tex-mode.el (tex-expand-files):
17523 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
17524
17525 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
17526
17527 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
17528 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
17529 Allow going past the last element.
17530 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
17531 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
17532 (cvs-mouse-toggle-mark): Don't move point.
17533 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
17534
17535 * progmodes/compile.el (grep): Provide a default set of files.
17536 (next-error): Docstring fix.
17537 (compilation-find-file): Avoid find-file (fails in a dedicated window).
17538
17539 * emacs-lisp/easy-mmode.el (define-minor-mode):
17540 Use `symbol-value' to keep the byte-compiler quiet.
17541
17542 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
17543 (diff-find-source-location): New fun, extracted from diff-goto-source.
17544 (diff-goto-source): Use it.
17545 (diff-next-complex-hunk, diff-filter-lines): New function.
17546 (diff-apply-hunk): New command.
17547
17548 * smerge-mode.el (smerge-mode-menu): Doc fix.
17549
17550 * msb.el (msb-mode): Define it in terms of define-minor-mode.
17551
17552 2000-08-16 Dave Love <fx@gnu.org>
17553
17554 * windmove.el (windmove) <defgroup>: Add :version.
17555
17556 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
17557 (goto-address-fontify-p, goto-address-highlight-p)
17558 (goto-address-url-face, goto-address-url-mouse-face)
17559 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
17560 (goto-address-url-regexp): Use thing-at-point-url-regexp.
17561 (goto-address-fontify, goto-address-at-mouse): Simplify,
17562 (goto-address-at-point): browse-url-url-at-point,
17563 goto-address-find-address-at-point can return nil.
17564 (goto-address-find-address-at-point): Return nil on failure.
17565
17566 * align.el (align) <defgroup>: Add :version.
17567
17568 * calculator.el (calculator): Add :version.
17569 (calculator): Use two lines for calculator window if `modeline'
17570 face is boxed.
17571
17572 * play/5x5.el: Doc fixes.
17573 (5x5) <defgroup>: Add :version.
17574
17575 * play/fortune.el (fortune) <defgroup>: Add :version.
17576 (fortune-append): Fix error message.
17577 (fortune-from-region): Doc fix.
17578
17579 * play/pong.el (pong): Doc fix.
17580
17581 * play/morse.el: Keywords, commentary, autoloads.
17582
17583 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
17584
17585 * desktop.el (desktop-save): Don't look at symbol-value of a
17586 member of minor-mode-alist, unless it is boundp.
17587
17588 2000-08-16 Sam Steingold <sds@gnu.org>
17589
17590 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
17591 `while'; use `with-current-buffer' instead of `save-excursion'.
17592 Removed unnecessary kludges now that "*Buffer List*" is excluded.
17593
17594 2000-08-16 Kenichi Handa <handa@etl.go.jp>
17595
17596 * international/ccl.el (declare-ccl-program): Docstring modified.
17597 (ccl-execute-with-args): Likewise.
17598
17599 2000-08-16 Miles Bader <miles@gnu.org>
17600
17601 * progmodes/sql.el: Add compatibility definition of
17602 comint-line-beginning-position.
17603
17604 2000-08-15 Gerd Moellmann <gerd@gnu.org>
17605
17606 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
17607 'buffer-menu' property.
17608 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
17609 fails.
17610 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
17611 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
17612 wasn't killed.
17613
17614 * buff-menu.el (list-buffers-noselect): Don't display the
17615 *Buffer List* buffer.
17616
17617 * font-lock.el: Require jit-lock to prevent a very late
17618 `Loading jit-lock' message.
17619
17620 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
17621 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
17622 mail address.
17623
17624 2000-08-15 Miles Bader <miles@gnu.org>
17625
17626 * textmodes/ispell.el (ispell-graphic-p): New constant.
17627 (ispell-choices-win-default-height, ispell-help): Use
17628 `ispell-graphic-p' instead of `xemacsp'.
17629
17630 2000-08-15 Dave Love <fx@gnu.org>
17631
17632 * simple.el: Autoload widget-convert when compiling.
17633 (mail-user-agent): Doc fix.
17634
17635 * help.el (function-called-at-point, variable-at-point): Use
17636 with-syntax-table.
17637 (help-manyarg-func-alist): Add insert-and-inherit.
17638
17639 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
17640
17641 * delsel.el (delsel-unload-hook): New function.
17642
17643 * find-file.el: Doc fixes. Move provide to end.
17644 (ff) <defgroup>: Add :link.
17645 (ff-goto-click): Deleted.
17646 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
17647 Use mouse-set-point.
17648
17649 * textmodes/tildify.el: Doc fixes.
17650 (tildify) <defgroup>: Add:version.
17651
17652 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
17653 (glasses-custom-set): Use set-default, not set.
17654 (minor-mode-alist): Propertize the lighter.
17655 (glasses-mode): Provide optional arg.
17656
17657 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
17658 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
17659 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
17660 option. Provide :type.
17661 (cwarn-configuration): Provide :type.
17662 (cwarn-mode): Doc fix.
17663
17664 * add-log.el (change-log-merge): Doc fix.
17665 (change-log-redate): New command.
17666
17667 * net/browse-url.el (browse-url-filename-alist): Add a clause for
17668 Doze and Dog.
17669 (browse-url): Use dolist, not mapcar.
17670 (browse-url-at-point): Check for null url.
17671 (browse-url-event-buffer, browse-url-event-point): Functions
17672 deleted.
17673 (browse-url-at-mouse, browse-url-netscape): Simplify.
17674
17675 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
17676 modes.
17677 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
17678 Fix previous change to mapcan.
17679 (msb--init-file-alist, msb--add-separators)
17680 (msb--make-keymap-menu): Simplify.
17681 (msb--choose-file-menu): Use copy-sequence.
17682 (msb-mode-map): Add title to keymap.
17683 (msb-unload-hook): New function.
17684
17685 * bs.el: Fix indentation.
17686 (bs) <defgroup>: Add :links.
17687 (bs-show): Doc fix.
17688 (bs-apply-sort-faces): Don't use window-system.
17689 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
17690
17691 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
17692
17693 * calendar/timeclock.el (timeclock-file): Run .timelog through
17694 convert-standard-filename.
17695
17696 2000-08-14 Gerd Moellmann <gerd@gnu.org>
17697
17698 * emacs-lisp/authors.el: New file.
17699
17700 * paren.el (show-paren-priority): New user option.
17701 (show-paren-function): Set overlay priorities to
17702 show-paren-priority.
17703
17704 2000-08-14 Miles Bader <miles@gnu.org>
17705
17706 * comint.el (comint-bol): Use `forward-line 0' instead of calling
17707 beginning-of-line with inhibit-field-text-motion bound.
17708
17709 2000-08-14 Gerd Moellmann <gerd@gnu.org>
17710
17711 * calendar/timeclock.el: New file.
17712
17713 2000-08-14 David Ponce <david@dponce.com>
17714
17715 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
17716 `widget-button-click'. so that one can use left mouse button to
17717 click on dialog buttons.
17718
17719 2000-08-14 Emmanuel Briot <briot@gnat.com>
17720
17721 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
17722 identifiers, since XML is case sensitive
17723
17724 2000-08-12 Miles Bader <miles@gnu.org>
17725
17726 * comint.el (comint-output-filter): Don't bother frobbing
17727 window-start, it doesn't seem to be necessary.
17728
17729 * comint.el (comint-send-string, comint-send-region): Make into
17730 real functions. Snapshot the prompt before sending.
17731
17732 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
17733
17734 * info.el (Info-find-emacs-command-nodes): Rewrite to use
17735 technique similar to Info-index, instead of relying on specific
17736 names of relevant Index nodes.
17737 (Info-goto-emacs-command-node): Bind Info-history to nil when
17738 going to the first node found by Info-find-emacs-command-nodes.
17739
17740 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
17741
17742 * menu-bar.el (menu-bar-help-menu): Add a :help string.
17743
17744 2000-08-10 Miles Bader <miles@gnu.org>
17745
17746 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
17747
17748 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
17749
17750 * info.el (Info-file-list-for-emacs): More elements for the
17751 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
17752 and woman manuals.
17753
17754 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
17755
17756 * comint.el (comint-send-input): Make the newline boundary overlay
17757 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
17758 (comint-output-filter): Use `insert' instead of
17759 `insert-before-markers'. Extend comint-last-output-overlay when
17760 necessary since we can't rely on insert-before-markers to do it.
17761 * gud.el (gud-filter): Use `with-current-buffer' instead of
17762 save-excursion when inserting the output, so that point gets
17763 updated correctly; the old method relied on a rather dodgy
17764 side-effect of comint-output-filter to avoid the effect of
17765 save-excursion.
17766
17767 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
17768
17769 * files.el (recover-file): Call insert-directory instead of
17770 invoking `ls' directly.
17771
17772 2000-08-10 Miles Bader <miles@gnu.org>
17773
17774 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
17775 (comint-last-prompt-overlay): New variables.
17776 (comint-output-filter): Implement prompt highlighting.
17777 (comint-snapshot-last-prompt): New function.
17778 (comint-send-input): Snapshot the last prompt.
17779 Use comint-highlight-input-face.
17780 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
17781 Use defface instead of defcustom.
17782 (send-invisible, comint-send-eof): Snapshot the last prompt.
17783 (comint-delchar-or-maybe-eof): Use comint-send-eof.
17784 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
17785
17786 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
17787
17788 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
17789 (regexp-opt-group): Use a list of chars for `letters'.
17790 (regexp-opt-charset): `chars' is now a list of chars.
17791 Use a char-table rather than a vector so it works for multibyte chars.
17792
17793 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
17794 Set cvs-minor-current-files to the selected fileinfo.
17795 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
17796 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
17797
17798 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
17799
17800 * files.el (insert-directory): Don't call access-file on
17801 directories on DOS and Windows.
17802
17803 2000-08-09 Kenichi Handa <handa@etl.go.jp>
17804
17805 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
17806 longer if necessary.
17807 (ccl-embed-code): Call ccl-embed-data to store CODE in
17808 ccl-program-vector.
17809
17810 2000-08-09 Miles Bader <miles@gnu.org>
17811
17812 * comint.el (comint-output-filter): Properly handle the case where
17813 the text surrounded by comint-last-output-overlay was deleted.
17814
17815 2000-08-08 Gerd Moellmann <gerd@gnu.org>
17816
17817 * info.el (Info-insert-dir): Use Info-additional-directory-list if
17818 non-nil.
17819 (Info-file-list-for-emacs): Remove "info" from the list because
17820 that leads to trying to use the documentation from file `info'
17821 in various situations where it isn't appropriate, for instance
17822 C-h C-k C-h i.
17823
17824 * ffap.el (ffap-read-file-or-url-internal): Handle case that
17825 DIR and/or STRING are nil.
17826
17827 * progmodes/compile.el (compilation-setup): Make variable
17828 compilation-error-screen-columns buffer-local, as some comment
17829 in the code suggests it should be.
17830
17831 * files.el (auto-mode-interpreter-regexp): New variable.
17832 (set-auto-mode): Use it.
17833
17834 * indent.el (indent-for-tab-command): Doc fix.
17835
17836 * mouse-sel.el (mouse-sel-mode): Doc fix.
17837
17838 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
17839 labels.
17840
17841 * help.el (print-help-return-message): When
17842 display-buffer-reuse-frames is set, let the help window been quit,
17843 instead of deleting it, which might delete a reused frame.
17844
17845 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
17846
17847 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
17848 rename a directory to a name that differs only by its letter case.
17849
17850 2000-08-08 Kenichi Handa <handa@etl.go.jp>
17851
17852 * international/quail.el (quail-define-rules): Handle Quail decode
17853 map correctly. Add code for supporting annotations.
17854 (quail-install-decode-map): New function.
17855 (quail-defrule-internal): New optional arguments decode-map and
17856 props.
17857 (quail-advice): New function.
17858
17859 2000-08-07 Sam Steingold <sds@gnu.org>
17860
17861 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
17862 `defconst', `define-condition', `with-slots'.
17863 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
17864
17865 2000-08-03 Miles Bader <miles@gnu.org>
17866
17867 * comint.el (comint-use-prompt-regexp-instead-of-fields):
17868 New variable.
17869 (comint-prompt-regexp, comint-get-old-input): Document dependence on
17870 comint-use-prompt-regexp-instead-of-fields.
17871 (comint-send-input): Add `input' field property to stuff we send to
17872 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
17873 (comint-output-filter): Add `output' field property to process
17874 output, if comint-use-prompt-regexp-instead-of-fields is nil.
17875 (comint-replace-by-expanded-history)
17876 (comint-get-old-input-default, comint-show-output)
17877 (comint-backward-matching-input, comint-forward-matching-input)
17878 (comint-next-prompt, comint-previous-prompt): Use field
17879 properties if comint-use-prompt-regexp-instead-of-fields is nil.
17880 (comint-line-beginning-position): New function.
17881 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
17882 (comint-replace-by-expanded-history-before-point): Use
17883 comint-line-beginning-position and line-end-position.
17884 (comint-last-output-overlay): New variable.
17885 (comint-mode): Make `comint-last-output-overlay' buffer-local.
17886
17887 * shell.el (shell-prompt-pattern): Doc change.
17888 (shell-backward-command): Use line-beginning-position.
17889
17890 * gud.el (gud-gdb-complete-command): Use
17891 comint-line-beginning-position.
17892
17893 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
17894 comint-bol doesn't actually go to the beginning of the line.
17895
17896 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
17897 if comint-use-prompt-regexp-instead-of-fields is non-nil.
17898 (try-expand-line-all-buffers): Likewise.
17899
17900 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
17901 explicitly matching comint-prompt-regexp.
17902 (sql-copy-column): Use comint-line-beginning-position instead of
17903 explicitly matching comint-prompt-regexp.
17904
17905 * progmodes/octave-inf.el (inferior-octave-complete): Use
17906 comint-line-beginning-position.
17907
17908 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
17909
17910 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
17911 looking for a prompt, use `forward-line 0' instead of
17912 `beginning-of-line', to avoid getting caught by an input field.
17913
17914 2000-08-07 Gerd Moellmann <gerd@gnu.org>
17915
17916 * files.el (shell-quote-wildcard-pattern): Make sure to return
17917 PATTERN, in the Unix case.
17918
17919 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
17920
17921 * play/zone.el (zone): Discard any pending input before running
17922 the randomly-chosen pgm.
17923
17924 2000-08-07 Kenichi Handa <handa@etl.go.jp>
17925
17926 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
17927 checking the existence of any multibyte characters.
17928
17929 2000-08-06 Gerd Moellmann <gerd@gnu.org>
17930
17931 * help.el (describe-mode): Test minor-mode symbol for being
17932 bound before testing its value for being nil.
17933
17934 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
17935 `first', `second', and `third'.
17936
17937 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
17938 (second): Make it an alias for `cadr'.
17939
17940 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
17941
17942 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
17943 types of display support faces now.
17944
17945 2000-08-05 Gerd Moellmann <gerd@gnu.org>
17946
17947 * pcvs.el (require): Require `cl' during compilation, only.
17948
17949 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
17950 (toplevel): Remove `remq' and `remove' from autoloads.
17951 (cl-fake-autoloads): New variable. If set, arrange for an error
17952 when CL functions etc. are autoloaded.
17953
17954 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
17955
17956 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
17957
17958 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
17959 popped up, but the user clicks outside the menu, return an empty
17960 regexp (that causes unhighlight-regexp to have no effect).
17961
17962 * menu-bar.el (menu-bar-games-menu): Add Zone.
17963
17964 * hi-lock.el (toplevel): Require font-lock.
17965
17966 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17967
17968 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
17969 (ebnf-8-bit-chars): New var for bug fix.
17970 (ebnf-string): Bug fix.
17971
17972 2000-08-03 Sam Steingold <sds@gnu.org>
17973
17974 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
17975 instead of `buffer-string'.
17976 (require 'cl): Always, not just when compiling.
17977 `ignore-errors' in `interactive', `list*', `defun*' &c make this
17978 necessary.
17979
17980 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
17981
17982 * international/mule-cmds.el (select-safe-coding-system): Make
17983 the message text about selecting a safe coding system more clear.
17984
17985 2000-08-02 Gerd Moellmann <gerd@gnu.org>
17986
17987 * hi-lock.el: New file.
17988
17989 * play/zone.el: New file.
17990
17991 * replace.el (occur): Set tab-width in the *Occur* buffer to the
17992 value of tab-width in the original buffer. Choose a line number
17993 format that's a multiple of the original buffer's tab width, so
17994 that lines appear right.
17995
17996 * textmodes/ispell.el (ispell): New function, replacing an alias.
17997 Spell-check active region if in transient-mark-mode and mark
17998 is active; otherwise spell-check buffer.
17999
18000 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18001
18002 * ps-mule.el: Fix a customization problem on
18003 ps-mule-font-info-database-default.
18004
18005 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
18006
18007 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
18008 display-mouse-p instead of window-system.
18009 (ebrowse-member-mode-map): Ditto.
18010
18011 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18012
18013 * progmodes/ebnf2ps.el: Update ps-print functions call.
18014 Indentation fix. Doc fix.
18015 (ebnf-version): New version number (3.2).
18016 (ebnf-format-color, ebnf-begin-job): Code fix.
18017
18018 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
18019
18020 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
18021 font lock support on window-system.
18022 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
18023
18024 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
18025 display-color-p, if fboundp, instead of window-system.
18026
18027 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
18028
18029 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
18030 instead of window-system.
18031
18032 * wid-edit.el (widget-choose): Use display-mouse-p instead of
18033 window-system.
18034 (widget-choice-mouse-down-action): Use display-popup-menus-p
18035 instead of window-system.
18036
18037 * strokes.el (strokes-file): Run the file name through
18038 convert-standard-filename.
18039 (strokes-mode): Call display-mouse-p instead of looking at
18040 window-system. Change the error message accordingly.
18041
18042 * progmodes/cpp.el (toplevel): Support faces on tty's.
18043
18044 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
18045 (lm-plot-square, lm-init-display): Don't use window-system.
18046
18047 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
18048 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
18049
18050 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
18051 instead of looking at window-system.
18052
18053 2000-07-30 Gerd Moellmann <gerd@gnu.org>
18054
18055 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
18056 of testing if iswitchb-prepost-hooks is bound, because the
18057 latter will always be true when invoking a recursive minibuffer
18058 from an active Iswitchb buffer.
18059
18060 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
18061
18062 * files.el (shell-quote-wildcard-pattern): New function.
18063 (insert-directory): Call it. Only prepend "\" to command on Unix
18064 and GNU/Linux systems.
18065
18066 2000-07-30 Gerd Moellmann <gerd@gnu.org>
18067
18068 * eshell/esh-groups.el: Change custom :link file names
18069 from `eshell.info' to `eshell'.
18070
18071 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
18072
18073 * dired.el (dired-build-subdir-alist): Expand subdirectory names
18074 correctly in recursive ange-ftp listings.
18075
18076 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18077
18078 * ps-print.el: Fix bug 1: if ps-font-size-internal,
18079 ps-header-font-size-internal and
18080 ps-header-title-font-size-internal variables are not set,
18081 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
18082 face text property is (foreground-color . COLOR) or
18083 `(background-color . COLOR)', ps-print crashes. Doc fix.
18084 (ps-print-version): New version number (5.2.4).
18085 (ps-plot-region): Code fix.
18086 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
18087 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
18088 Bug fix 2.
18089
18090 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
18091
18092 * glasses.el (glasses-make-readable): Fix uncapitalization of
18093 identifiers like `myXMLDocument'.
18094
18095 2000-07-28 Karl Fogel <kfogel@red-bean.com>
18096
18097 * mail/mail-hist.el (mail-hist-previous-input)
18098 (mail-hist-next-input): Do the obvious code factorization.
18099 (mail-hist-retrieve-and-insert): New func, contains common
18100 code of above two.
18101 If inserting a message body, leave point at top.
18102
18103 2000-07-28 Sam Steingold <sds@gnu.org>
18104
18105 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18106 Use `<=', not `<' to compare times!
18107 (ange-ftp-ls): Remove.
18108
18109 2000-07-27 Gerd Moellmann <gerd@gnu.org>
18110
18111 * play/cookie1.el: Add explanation of how to make cookie.el
18112 compatible with strfile(1) to comment.
18113
18114 * subr.el (remove, remq): New functions.
18115
18116 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
18117 escape `*' in regexps.
18118 (midnight-find): Reverse order of arguments in the funcall of
18119 TEST.
18120
18121 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
18122 and `.class'.
18123
18124 * play/meese.el: Add Commentary section.
18125
18126 2000-07-27 Alex Schroeder <alex@gnu.org>
18127
18128 * sql.el (sql-ms): Added autoload cookie.
18129 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
18130 (sql-oracle): Ditto.
18131 (sql-help): Doc change.
18132
18133 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
18134 types and exceptions.
18135
18136 2000-07-27 Alex Schroeder <alex@gnu.org>
18137
18138 * sql.el (sql-placeholder-history): New variable.
18139 (sql-query-placeholders-and-send): New function that will query
18140 the user and replace placeholders with user input.
18141 (sql-oracle): If running on NT, set comint-input-sender to
18142 sql-query-placeholders-and-send.
18143
18144 (sql-stop): If in the SQLi buffer, insert stop notification, else
18145 present it as a message.
18146
18147 2000-07-27 Alex Schroeder <alex@gnu.org>
18148
18149 * sql.el (sql-input-ring-separator): Doc change.
18150 (sql-input-ring-file-name): Doc change.
18151 (sql-interactive-mode): Use `sql-input-ring-separator' and
18152 `sql-input-ring-file-name' to set the comint-mode equivalents
18153 without making them local variables.
18154 (sql-stop): Don't bind `sql-input-ring-separator' and
18155 `sql-input-ring-file-name' dynamically to their comint-mode
18156 equivalents.
18157
18158 2000-07-27 Kenichi Handa <handa@etl.go.jp>
18159
18160 * international/mule.el (register-char-codings): New function.
18161 (make-coding-system): Handle `safe-chars' specification in the arg
18162 PROPERTY.
18163
18164 * international/mule-cmds.el
18165 (find-coding-systems-region-subset-p): This function deleted.
18166 (sort-coding-systems-predicate): New variable.
18167 (sort-coding-systems): New function.
18168 (find-coding-systems-region): Use
18169 find-coding-systems-region-internal.
18170 (find-coding-systems-string): Use find-coding-systems-region.
18171 (find-coding-systems-for-charsets): Check
18172 char-coding-system-table.
18173 (select-safe-coding-system-accept-default-p): New variable.
18174 (select-safe-coding-system): Mostly rewritten. New argument
18175 ACCEPT-DEFAULT-P.
18176 (select-message-coding-system): Call select-safe-coding-system
18177 with ACCEPT-DEFAULT-P arg.
18178 (reset-language-environment): Reset default-sendmail-coding-system
18179 to the default value iso-latin-1.
18180 (set-language-environment): Don't set the obsolete variable
18181 charset-origin-alist.
18182
18183 * international/codepage.el (cp-coding-system-for-codepage-1):
18184 Give `safe-chars' property to make-coding-system.
18185
18186 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
18187 calling select-message-coding-system twice.
18188
18189 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
18190 instead of `safe-charsets'.
18191 (cyrillic-alternativnyj): Likewise.
18192 (ccl-encode-alternativnyj): Don't check the charset
18193 cyrillic-iso8859-5.
18194
18195 2000-07-27 Kenichi Handa <handa@etl.go.jp>
18196
18197 * composite.el (compose-chars-after): Preserve match data.
18198
18199 2000-07-26 Sam Steingold <sds@gnu.org>
18200
18201 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
18202 (ange-ftp-real-file-newer-than-file-p): New function.
18203 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
18204 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
18205
18206 * tooltip.el (tooltip-float-time): Removed (use `float-time').
18207 * midnight.el (midnight-float-time): Ditto.
18208
18209 2000-07-26 Andreas Schwab <schwab@suse.de>
18210
18211 * files.el (normal-backup-enable-predicate): Correct
18212 interpretation of the return value of compare-strings.
18213
18214 2000-07-26 Gerd Moellmann <gerd@gnu.org>
18215
18216 * isearch.el (isearch-resume): New function.
18217 (isearch-done): Add something to command-history to resume
18218 the search.
18219 (isearch-yank-line, isearch-yank-word): Use
18220 buffer-substring-no-properties instead of buffer-substring.
18221
18222 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
18223 of flyspell-mouse-map.
18224
18225 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
18226 duplicate definition.
18227 (makefile-mode): Remove duplicate setting of local-abbrev-table.
18228
18229 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
18230 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
18231
18232 2000-07-25 Sam Steingold <sds@gnu.org>
18233
18234 * net/ange-ftp.el: Get modtime over the net.
18235 (ange-ftp-file-modtime): New function.
18236 (ange-ftp-write-region, ange-ftp-insert-file-contents)
18237 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
18238 Use it.
18239 (ange-ftp-dot-to-slash): New function.
18240 (ange-ftp-fix-name-for-vms): Use it.
18241
18242 * midnight.el (midnight-buffer-display-time): Use
18243 `with-current-buffer'.
18244
18245 2000-07-25 Gerd Moellmann <gerd@gnu.org>
18246
18247 * find-dired.el: Update copyright notice.
18248 (find-dired): Offer to kill a running `find'.
18249
18250 * enriched.el (enriched-face-ans): For a `foreground-color'
18251 property, return '(("x-color" COLOR))' so that COLOR will be
18252 output as a parameter of the x-color annotation. Likewise for the
18253 `background-color' property. In the case of normal face
18254 properties, don't return annotations for unspecified foreground
18255 and background face attributes.
18256
18257 2000-07-25 Kenichi Handa <handa@etl.go.jp>
18258
18259 * language/japan-util.el (japanese-katakana-region): Fix handling
18260 HANKAKU argument.
18261
18262 2000-07-25 Miles Bader <miles@gnu.org>
18263
18264 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
18265 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
18266 constrain-to-field.
18267
18268 2000-07-24 Andrew Innes <andrewi@gnu.org>
18269
18270 * timer.el (timer-activate-when-idle): Add optional parameter
18271 DONT-WAIT. Update docstring.
18272 (run-with-idle-timer): Specify extra parameter to
18273 timer-activate-when-idle, so that timer will be activated
18274 immediately if Emacs is already idle.
18275
18276 * w32-fns.el (w32-using-nt): Fix docstring.
18277
18278 2000-07-24 Dave Love <fx@gnu.org>
18279
18280 * mouse.el (popup-menu): Set last-command-event.
18281 (mouse-major-mode-menu-prefix): Declare.
18282
18283 2000-07-24 Gerd Moellmann <gerd@gnu.org>
18284
18285 * textmodes/flyspell.el: Update to author's version 1.5d.
18286
18287 * progmodes/hideshow.el: Update copyright notice.
18288
18289 * vcursor.el: Set maintainer to FSF, since author cannot
18290 be reached.
18291
18292 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
18293
18294 * info.el (Info-goto-emacs-key-command-node): Leave a space after
18295 the prompt.
18296
18297 * mouse.el (popup-menu): Run the keymap through indirect-function,
18298 in case it was defined with define-prefix-key. If the menu is a
18299 list of keymaps, look up the binding of user's choice in each one
18300 of the keymaps.
18301 (mouse-popup-menubar): If the global and local menu-bar keymaps
18302 don't have a prompt string, create one and insert it into the
18303 keymap. Don't barf if current-local-map returns nil.
18304
18305 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
18306
18307 * dired.el (dired-sort-R-check): Added to allow recursive listing
18308 to be undone.
18309 (dired-sort-other): Use it.
18310
18311 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18312
18313 * Release of cc-mode 5.27
18314
18315 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18316
18317 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
18318 c-beginning-of-statement-1 that caused a bad case of recursion
18319 which could consume a lot of CPU in large classes in languages
18320 that have in-expression classes (i.e. Java and Pike).
18321
18322 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
18323 statements before top level constructs (i.e. case 6 is moved
18324 before case 5 and is now case 4) to catch in-expression
18325 classes in top level expressions correctly.
18326
18327 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18328
18329 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
18330 objc-method-intro. Case 4 removed and case 5I added.
18331
18332 * cc-langs.el (c-append-paragraph-start): New variable used by
18333 c-common-init to get paragraph-start correct.
18334 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
18335 initialize paragraph-start to make it correct both with and
18336 without the javadoc special case.
18337
18338 * cc-mode.el (java-mode): Use c-append-paragraph-start to
18339 initialize paragraph-start for javadoc markup.
18340
18341 * cc-vars.el (c-style-variables-are-local-p): Incompatible
18342 change by defaulting this to t. It's motivated by the
18343 confusing behavior that otherwise arise from the style system
18344 when editing both java and non-java files at the same time
18345 (see the comments about style setting in c-common-init).
18346
18347 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18348
18349 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
18350 similar to the one in c-fill-paragraph to check the fill
18351 prefix from the adaptive fill function for sanity.
18352
18353 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18354
18355 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
18356 defun block.
18357
18358 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18359
18360 * cc-align.el (c-lineup-multi-inher): Handle lines with
18361 leading comma nicely. Extended to handle member initializers
18362 too.
18363
18364 * cc-engine.el: (c-beginning-of-inheritance-list,
18365 c-guess-basic-syntax): Fixed recognition of inheritance lists
18366 when the lines begins with a comma.
18367
18368 * cc-vars.el (c-offsets-alist): Changed default for
18369 member-init-cont to c-lineup-multi-inher since it now handles
18370 member initializers and indents better for leading commas.
18371
18372 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18373
18374 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
18375 handling that caused class open lines to be recognized as
18376 statement-conts in some cases.
18377
18378 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
18379 guessed by the adaptive fill function unless point is on the
18380 first line of a block comment.
18381
18382 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
18383 when the buffer ends with a macro continuation char.
18384
18385 * cc-engine.el (c-guess-basic-syntax): Added support for
18386 function definitions as statements in Pike. The first
18387 statement in a lambda block is now labeled defun-block-intro
18388 instead of statement-block-intro.
18389
18390 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
18391 so that the class surrounding point is selected, not the one
18392 innermost in the state.
18393
18394 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
18395 recognition of switch labels having hanging multiline
18396 statements.
18397
18398 * cc-engine.el (c-beginning-of-member-init-list): Broke out
18399 some code in c-guess-basic-syntax to a separate function.
18400 * cc-engine.el (c-just-after-func-arglist-p): Fixed
18401 recognition of member inits with multiple line arglists.
18402 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
18403 member-init-cont when the commas are in funny places.
18404
18405 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18406
18407 * cc-defs.el (c-auto-newline): Removed this macro since it's
18408 not used anymore.
18409
18410 * cc-engine.el (c-looking-at-bos): New helper function.
18411 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
18412 inexpr and toplevel classes apart in Pike.
18413
18414 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
18415 of case 9A.
18416
18417 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
18418 constant, since "class" can introduce an in-expression class
18419 in Pike nowadays.
18420
18421 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18422
18423 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
18424 indentation on cpp-macro lines.
18425
18426 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
18427 a syntax modifier like comment-intro, to make it possible to
18428 get syntactic indentation for preprocessor directives. It's
18429 incompatible wrt to lineup functions on cpp-macro, but it has
18430 no observable effect in the 99.9% common case where cpp-macro
18431 is set to -1000.
18432
18433 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18434
18435 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
18436 member-init-cont when the preceding arglist is several lines.
18437
18438 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18439
18440 * cc-styles.el (c-style-alist): The basic offset for the BSD
18441 style corrected to 8.
18442
18443 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18444
18445 * cc-styles.el (c-style-alist): Adjusted the indentation of
18446 brace list openers in the gnu style.
18447
18448 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18449
18450 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
18451
18452 * cc-cmds.el (c-electric-brace, c-electric-slash,
18453 c-electric-star, c-electric-semi&comma, c-electric-colon,
18454 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
18455 when c-syntactic-indentation is nil.
18456
18457 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
18458 we were left at comments preceding the first statement when
18459 reaching the beginning of the buffer.
18460
18461 * cc-vars.el (c-syntactic-indentation): New variable to turn
18462 off all syntactic indentation.
18463
18464 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18465
18466 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
18467 between the text and the block comment ender when it hangs,
18468 depending on how many there are before the fill.
18469
18470 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18471
18472 * cc-engine.el (c-beginning-of-closest-statement): New helper
18473 function to go back to the closest preceding statement start,
18474 which could be inside a conditional statement.
18475 * cc-engine.el (c-guess-basic-syntax): Use
18476 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
18477
18478 * cc-engine.el (c-guess-basic-syntax): Better handling of
18479 arglist-intro, arglist-cont-nonempty and arglist-close when
18480 the arglist is nested inside parens. Cases 7A, 7C and 7F
18481 changed.
18482
18483 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
18484 up-to-date with javadoc 1.2.
18485
18486 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18487
18488 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
18489 multiline Pike type decls.
18490
18491 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18492
18493 * cc-cmds.el (c-indent-new-comment-line): Always break
18494 multiline comments in multiline mode, regardless of
18495 comment-multi-line.
18496
18497 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18498
18499 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
18500 fully::qualified::names in C++ member init lists. Preamble in
18501 case 5D changed.
18502
18503 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18504
18505 * cc-langs.el (c-common-init): Handling of obsolete variables
18506 moved to c-initialize-cc-mode. More compatible style override
18507 when using global style variables.
18508 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
18509 variables moved here.
18510
18511 * cc-styles.el (c-make-styles-buffer-local): Flag style
18512 variable localness in c-style-variables-are-local-p to make
18513 the compatibility measure in c-common-init work well.
18514
18515 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
18516 longer contain set-from-style.
18517 * cc-styles.el (c-initialize-builtin-style): Don't check for
18518 set-from-style on c-special-indent-hook.
18519 * cc-styles.el (c-copy-tree): Obsolete. The standard function
18520 copy-alist is sufficient now.
18521
18522 * cc-styles.el (c-set-style, c-set-style-1,
18523 c-get-style-variables): Fixes to variable initialization so
18524 that duplicate entries in styles have the same effect
18525 regardless of DONT-OVERRIDE.
18526
18527 * cc-styles.el (c-set-style-2): Fixed bug where the
18528 initialization of inheriting styles failed when the
18529 dont-override flag is set.
18530
18531 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
18532 on this.
18533
18534 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18535
18536 * cc-defs.el (c-forward-comment): Removed the workaround
18537 introduced in 5.38 since it had worse side-effects. If a line
18538 contains the string "//\"", it regarded the // as a comment
18539 start since the \ temporarily doesn't have escape syntax.
18540
18541 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
18542
18543 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
18544 ada-xref.el before ada-prj.el, so that the Project menu is created
18545 when ada-prj tries to add to it.
18546 (ada-activate-keys-for-case): Suppress the characters that are not
18547 part of the Ada syntax. Better compatibility with else-mode
18548 (ada-adjust-case-interactive): When auto-casing is not active,
18549 correctly insert newlines (used to insert only ^M). Prevent the
18550 syntax table from being changed in case of an error
18551 (or '_' becomes part of a word and some commands are confused).
18552 Do nothing if ada-auto-case is nil.
18553 (ada-after-keyword-p): Ignore keywords that are also attributes
18554 (ada-batch-reformat): Update usage comment
18555 (ada-call-from-contextual-menu): New function
18556 (ada-case-read-exceptions): Reinitialize the casing exception list
18557 first to nil first, so that the casing exception file can be
18558 shared.
18559 (ada-check-defun-name): Handles "configure" keyword for gnatdist
18560 files.
18561 (ada-compile-goto-error): Fix regexp used to detect a file:line
18562 anywhere in the error message
18563 (ada-contextual-menu-last-point): New variable
18564 (ada-create-keymap): If the variable delete-key-deletes-forward is
18565 t on XEmacs, it means that DEL should delete one character
18566 forward.
18567 (ada-create-menu): Use :included instead of :visible for XEmacs.
18568 New submenu "Options".
18569 (ada-end-stmt-re): Correctly indent "select ... then abort"
18570 statements.
18571 (ada-fill-comment-paragraph): Correctly delete all leading '--'
18572 even if they don't match ada-fill-comment-prefix Fix handling of
18573 paragraphs on the first or last line of a file.
18574 (ada-format-paramlist): Fix handling of default parameter values.
18575 (ada-get-body-name): New function.
18576 (ada-get-current-indent): Optimized by searchling directly for an
18577 existing generic part or a statement outside of it. Handle
18578 ada-indent-align-comments when indenting comments Replaced some
18579 regexps by testing directly the next character. This results in a
18580 huge speedup on some files. New indentation scheme for renames
18581 statements. Stop looking for the 'while' or 'for' associated with
18582 a 'loop' at the first semicolon encountered. A "return" can also
18583 match an anonymous access subprogram declaration.
18584 (ada-get-indent-noindent): Ignore strings and comments when
18585 looking for the keywords "record" and "private".
18586 (ada-goto-matching-decl-start): When matching "if", make sure we
18587 are not in fact seeing "end if". Ignore "when" statements except
18588 when initial keyword was "begin". Fix handling of nested
18589 procedures. Add a recursive call to this function to skip over
18590 other 'end' statmts. Fix indentation for "when .. => begin"
18591 (ada-in-open-paren-p): Fix indentation for complex boolean
18592 expressions, where 'and then', 'or else' and parenthesis
18593 statements are mixed up.
18594 (ada-in-paramlist-p): Skip comments while searching for the
18595 beginning Fix handling of operator declarations.
18596 (ada-indent-align-comments): New variable
18597 (ada-indent-current): Change the syntax table only in the
18598 protected section, so that we are sure it is restored correctly.
18599 (ada-indent-on-previous-lines): Use ada-use-indent and
18600 ada-with-indent Correctly indent "select ... then"
18601 (ada-indent-region): Slight speedup.
18602 (ada-indent-renames): New variable.
18603 (ada-last-which-function-subprog, ada-last-which-function-line):
18604 New variables
18605 (ada-looking-at-semi-private): Correctly indent the 'private'
18606 keyword when it is the first word in a package declaration.
18607 (ada-loose-case-word): Stop searching if at the end of the buffer.
18608 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
18609 even if point is not initially at the end of the word.
18610 (ada-matching-decl-start-re): Add "when".
18611 (ada-mode): Add support for abbrev-mode, outline-mode and
18612 which-func-mode Override the old find-file.el entry in
18613 ff-special-constructs since it is using the obsolete
18614 ada-spec-suffix variable
18615 (ada-no-auto-case): New function
18616 (ada-scan-paramlist): When parsing the argument type, accept
18617 spaces (as in "X 'Class", generated by Rational Rose).
18618 (ada-other-file-name): No longer loads the other file.
18619 (ada-popup-menu): Save and restore the current buffer and cursor
18620 position before and after displaying the menu.
18621 (ada-search-ignore-complex-boolean): New function.
18622 (ada-uncomment-region): Emacs21 already knows how to delete
18623 comments not starting in the first column.
18624 (ada-use-indent): New variable
18625 (ada-which-function): New function.
18626 (ada-with-indent): New variable
18627 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
18628 can be batch-compiled from the command line.
18629
18630 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
18631 Add to the menu when the file is loaded, not in ada-mode-hook.
18632 Add -toolbar to the default ddd command Switches moved from
18633 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
18634 ada-prj-default-comp-opt
18635 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
18636 Reference Manual to the menu
18637 (ada-check-current): rewritten as a call to ada-compile-current
18638 (ada-compile): Removed.
18639 (ada-compile-application, ada-compile-current, ada-check-current):
18640 Set the compilation-search-path so that compile.el automatically
18641 finds the sources in src_dir. Automatic scrollong of the
18642 compilation buffer. C-uC-cC-c asks for confirmation before
18643 compiling
18644 (ada-compile-current): New parameter, prj-field
18645 (ada-complete-identifier): Load the .ali file before doing
18646 processing
18647 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
18648 conform to gnatmake's behavior.
18649 (ada-find-file-in-dir): New function
18650 (ada-find-references): Set the environment variables for gnatfind
18651 (ada-find-src-file-in-dir): New function.
18652 (ada-first-non-nil): Removed
18653 (ada-gdb-application): Add support for jdb, the java debugger.
18654 (ada-get-ada-file-name): Load the original-file first if not done
18655 yet.
18656 (ada-get-all-references): Handles the new ali syntax (parent types
18657 are found between <>).
18658 (ada-initialize-runtime-library): New function
18659 (ada-mode-hook): Always load a project file when a file is opened,
18660 so that the casing exceptions are correctly read.
18661 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
18662 (ada-parse-prj-file): Use find-file-noselect instead of find-file
18663 to open the project file, since the latter does not work with
18664 speedbar Get default values before loading the prj file, or the
18665 default executable file name is wrong. Use the absolute value of
18666 src_dir to initialize ada-search-directories and
18667 compilation-search-path,... Add the standard runtime library to
18668 the search path for find-file.
18669 (ada-prj-default-debugger): Was missing an opening '{'
18670 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
18671 variables.
18672 (ada-prj-default-gnatmake-opt): New variable
18673 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
18674 buffers, the project file is the default one Save the windows
18675 configuration before displaying the menu.
18676 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
18677 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
18678 ...) regexp-quote identifiers names to support operators +,
18679 -,... in regexps.
18680 (ada-remote): New function.
18681 (ada-run-application): Erase the output buffer before starting the
18682 run Support remote execution of the application. Use
18683 call-process, or the arguments are incorrectly parsed
18684 (ada-set-default-project-file): Reread the content of the active
18685 project file, not the one from the current buffer When a project
18686 file is set as the default project, all directories are
18687 automatically associated with it.
18688 (ada-set-environment): New function
18689 (ada-treat-cmd-string): New special variable ${current}
18690 (ada-treat-cmd-string): Revised. The substitution is now done for
18691 any ${...} substring
18692 (ada-xref-current): If no body was found, compiles the spec
18693 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
18694 compiler to get rid of command line length limitations.
18695 (ada-xref-get-project-field): New function
18696 (ada-xref-project-files): New variable
18697 (ada-xref-runtime-library-specs-path)
18698 (ada-xref-runtime-library-ali-path): New variables
18699 (ada-xref-set-default-prj-values): Default run command now does a
18700 cd to the build directory. New field: main_unit Provide a default
18701 file name even if the current buffer has no prj file.
18702
18703 * ada-prj.el:
18704 Rewritten to show a tabbed-dialog.
18705 (ada-prj-add-ada-menu): Remove the map and name parameters.
18706 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
18707 New function
18708 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
18709 (ada-prj-load-from-file): New function
18710 (ada-prj-save): Always save fields that depend on the current buffer
18711 (ada-prj-show-value): New function
18712
18713 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
18714 Ada mode. This will allow us to display the Ada menu in any buffer
18715 we want (for project items).
18716 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
18717 number of spaces in the header.
18718
18719 2000-07-24 Dave Love <fx@gnu.org>
18720
18721 * ediff-init.el (ediff-region-help-echo): Bind face-help.
18722
18723 2000-07-23 Noah Friedman <friedman@splode.com>
18724
18725 * type-break.el (type-break): perform autosave.
18726 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
18727 (type-break-do-query): Cancel query schedule while performing
18728 actual query, to avoid possibility of a second query being made
18729 while first one is already in progress.
18730 (type-break-time-stamp-format): New variable.
18731 (type-break-time-stamp): New function.
18732 (type-break-time-warning): Use it.
18733 (type-break-keystroke-warning): Use it.
18734 (type-break-noninteractive-query): Use it.
18735
18736 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
18737 cookie.
18738 Use add-minor-mode to set minor-mode-alist, if available.
18739 (eldoc-echo-area-use-multiline-p): New user option.
18740 (eldoc-echo-area-multiline-supported-p): New variable.
18741 (eldoc-docstring-format-sym-doc): Use them.
18742 (eldoc-mode): If not using idle timers, append to local post and
18743 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
18744 (eldoc-display-message-no-interference-p): Don't interfere with
18745 edebug.
18746 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
18747 (eldoc-function-arglist): New function.
18748 (eldoc-function-argstring): Use it.
18749
18750 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
18751 auto save directory exists before calling directory-files.
18752
18753 2000-07-23 Dave Love <fx@gnu.org>
18754
18755 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
18756 ^o, ^u.
18757
18758 2000-07-21 Dave Love <fx@gnu.org>
18759
18760 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
18761 now passed to the function. It now works properly.
18762
18763 * smerge-mode.el (smerge-mode-menu): Fill it out.
18764
18765 2000-07-20 Gerd Moellmann <gerd@gnu.org>
18766
18767 * info-look.el (info-lookup): If *info* is shown in another frame
18768 on the same display, select that frame, instead of switching to
18769 the Info buffer in another window of the selected frame.
18770
18771 * simple.el (universal-argument-map): Bind numeric keypad keys
18772 kp-0 to kp-9 and kp-subtract.
18773 (digit-argument): Handle these keys.
18774
18775 2000-07-20 Dave Love <fx@gnu.org>
18776
18777 * net/goto-addr.el (goto-address-fontify): Don't bother with
18778 buffer-modified and read-only stuff -- irrelevant with overlays.
18779 Put an extra property on the overlays and use it to clean up in
18780 case goto-address is re-run.
18781
18782 2000-07-19 Richard M. Stallman <rms@gnu.org>
18783
18784 * timer.el (run-with-idle-timer): Doc fix.
18785
18786 * mail/mail-utils.el (mail-strip-quoted-names):
18787 Handle case where <...> appears inside "...".
18788 Use replace-match to edit the string more simply.
18789 (rmail-dont-reply-to): Cope with an unmatched ".
18790
18791 2000-07-19 Dave Love <fx@gnu.org>
18792
18793 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
18794 implementation.
18795
18796 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
18797 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
18798 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
18799
18800 2000-07-19 Gerd Moellmann <gerd@gnu.org>
18801
18802 * textmodes/refer.el: Correct maintainer's email address.
18803
18804 * progmodes/hideif.el: Correct author's email address.
18805 Fix typo in comment.
18806
18807 * xml.el: New file.
18808
18809 * mail/mailheader.el: Correct author's mail address.
18810
18811 * gnus/parse-time.el: Correct author's mail address.
18812
18813 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
18814
18815 * comint.el (comint-highlight-input, comint-highlight-face):
18816 New user options.
18817 (comint-input-ring-file-name): Change custom type.
18818 (comint-mode-map): Bind mouse-2.
18819 (comint-insert-clicked-input): New function.
18820 (comint-send-input): Handle input highlighting.
18821
18822 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
18823
18824 * mouse.el (popup-menu): New function.
18825 (mouse-major-mode-menu): Use it.
18826
18827 2000-07-18 Dave Love <fx@gnu.org>
18828
18829 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
18830 improvements.
18831
18832 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18833
18834 * faces.el (face-font-selection-order)
18835 (face-font-family-alternatives): Add custom type.
18836
18837 2000-07-18 Dave Love <fx@gnu.org>
18838
18839 * cus-edit.el (custom-variable-reset-saved)
18840 (custom-variable-reset-standard): Remove unused bindings.
18841
18842 * rect.el (open-rectangle-line): Remove unused let.
18843
18844 * hl-line.el (hl-line-highlight): Check hl-line-mode.
18845
18846 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18847
18848 * cdl.el: Fix `Maintainer' keyword.
18849
18850 * play/pong.el: Add author's email address.
18851
18852 2000-07-17 Sam Steingold <sds@gnu.org>
18853
18854 * files.el (insert-directory): Call `split-string' instead of
18855 re-implementing it.
18856
18857 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18858
18859 * mail/vms-pmail.el: Change maintainer to FSF.
18860
18861 * net/goto-addr.el: Change maintainer to FSF.
18862
18863 * info.el (Info-title-face-alist): Removed.
18864
18865 2000-07-18 David Ponce <david@dponce.com>
18866
18867 * recentf.el (recentf-open-files): New command that works like
18868 `recentf-open-more-files', but shows the whole list of files (not just
18869 those omitted from the menu). Useful if you don't use a menu-bar!
18870 (recentf-open-more-files) Modified to use `recentf-open-files'.
18871
18872 (recentf-open-files, recentf-open-more-files)
18873 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
18874
18875 (recentf-dialog-mode): New mode for dialogs. You can now just type
18876 "q" to cancel the dialogs.
18877
18878 2000-07-18 David Ponce <david@dponce.com>
18879
18880 * recentf.el: This is a major update of recentf.el. It adds new
18881 features to better organize the recentf menu and "More..." buffer.
18882
18883 Using new provided menu filtering functions you can now organize the
18884 recent files list:
18885
18886 - by major modes
18887 - by directories
18888 - by user defined rules
18889
18890 Finally, with the new `recentf-filter-changer' customizable filter you
18891 can define a ring of filters and dynamically (via the menu) cycle on
18892 each menu organization in the ring (a la msb).
18893
18894 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
18895
18896 * eshell/eshell.el (eshell): Replace links to eshell.info with
18897 links to eshell, to avoid problems on systems where the manual is
18898 installed as `eshell'.
18899 * eshell/esh-cmd.el (eshell-cmd): Ditto.
18900 * eshell/em-smart.el (eshell-smart): Ditto.
18901 * eshell/em-banner.el (eshell-banner): Ditto.
18902 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
18903
18904 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
18905 same-file check in the MS-DOS version (it does support inodes).
18906
18907 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
18908
18909 * eshell/eshell.el (eshell-directory-name):
18910 Run default directory name through convert-standard-filename.
18911
18912 2000-07-18 Kenichi Handa <handa@etl.go.jp>
18913
18914 * international/mule-cmds.el (select-safe-coding-system):
18915 Fix typo in the comment.
18916
18917 * language/european.el (compound-text):
18918 Force katakana-jisx0201 to be designated to G1.
18919
18920 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
18921 Don't translate some national variant characters of latin-jisx0201.
18922 (x-ctext): Force katakana-jisx0201 to be designated to G1.
18923
18924 * international/kkc.el (kkc-after-update-conversion-functions):
18925 New variable.
18926 (kkc-update-conversion): Run functions in it at the tail.
18927
18928 2000-07-16 John Wiegley <johnw@gnu.org>
18929
18930 * lisp/align.el (align-newline-and-indent):
18931 Adding new function. for auto-aligning blocks of code on RET.
18932 (align-region): Fixed badly formatted minibuffer message.
18933
18934 2000-07-17 Kenichi Handa <handa@etl.go.jp>
18935
18936 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
18937 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
18938 the conversion list at first if appropriate.
18939 (kkc-next): Don't update kkc-next-count here.
18940 (kkc-prev): Don't update kkc-prev-count here.
18941 (kkc-show-conversion-list-update): Fix setting up of conversion
18942 list message.
18943
18944 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
18945
18946 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
18947
18948 2000-07-16 Dave Love <fx@gnu.org>
18949
18950 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
18951 function to be more specific.
18952
18953 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
18954 non-string help-echo.
18955 (widget-types-convert-widget): Defsubst it.
18956 (widget-echo-help): Try to cope with a help-echo function of two
18957 possible sorts.
18958
18959 2000-07-15 Jason Rumney <jasonr@gnu.org>
18960
18961 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
18962 Declare as obsolete.
18963
18964 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
18965
18966 2000-07-14 Gerd Moellmann <gerd@gnu.org>
18967
18968 * hilit-chg.el: Fix typo.
18969
18970 2000-07-14 Dave Love <fx@gnu.org>
18971
18972 * info.el (Info-mode-menu): Fix use of :help, :enable.
18973
18974 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
18975
18976 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
18977
18978 2000-07-13 Dave Love <fx@gnu.org>
18979
18980 * emacs-lisp/easymenu.el: Doc fixes.
18981 (easy-menu-remove): Defalias to ignore.
18982
18983 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
18984 Call throw correctly.
18985
18986 2000-07-13 Gerd Moellmann <gerd@gnu.org>
18987
18988 * faces.el (frame-background-mode): Doc fix.
18989
18990 * simple.el (eval-expression-print-length): Change custom type to
18991 allow entering nil as value.
18992
18993 2000-07-13 Dave Love <fx@gnu.org>
18994
18995 * progmodes/fortran.el (fortran-imenu-generic-expression):
18996 Change definition layout.
18997 (fortran-mode-menu): Reinstate customize entries.
18998
18999 * cus-edit.el (custom-group-menu-create, customize-menu-create):
19000 Use :filter, per old XEmacs code.
19001
19002 2000-07-12 Gerd Moellmann <gerd@gnu.org>
19003
19004 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
19005 event when deciding what to send to the terminal.
19006
19007 2000-07-12 Dave Love <fx@gnu.org>
19008
19009 * cus-start.el: Add optional version as 4th element of specs and
19010 use it for several things new in v21. Remove load-path. Fix type
19011 of line-number-display-limit.
19012
19013 2000-07-11 Dave Love <fx@gnu.org>
19014
19015 * progmodes/fortran.el: Don't require easymenu.
19016 Use repeat counts in various regexps.
19017 (fortran-mode-syntax-table): Defvar directly.
19018 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
19019 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
19020 Use defvar, not defconst.
19021 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
19022 (fortran-mode): Set fortran-comment-line-start-skip,
19023 fortran-comment-line-start-skip, dabbrev-case-fold-search.
19024 (fortran-comment-indent): Use defsubst.
19025 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
19026 Use fortran-comment-indent, not fortran-comment-indent-function.
19027 (fortran-comment-region, fortran-electric-line-number): Simplify.
19028 (fortran-auto-fill): New function.
19029 (fortran-do-auto-fill): Deleted.
19030 (fortran-find-comment-start-skip):
19031 Check for non-null comment-start-skip.
19032 (fortran-auto-fill-mode, fortran-fill-statement):
19033 Use fortran-auto-fill.
19034 (fortran-fill): Use fortran-auto-fill. Check for null
19035 comment-start-skip. Simplify final clause and use end-of-line finally.
19036
19037 * widget.el (widget-plist-member): New alias.
19038
19039 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
19040
19041 * eshell/esh-module.el (toplevel): Reference
19042 byte-compile-current-file only if it is bound.
19043
19044 2000-07-10 Gerd Moellmann <gerd@gnu.org>
19045
19046 * dired.el: Don't require `dired-aux'.
19047
19048 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
19049
19050 * dired-aux.el (dired-show-file-type): New function.
19051 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
19052 (dired-show-file-type): Add autoload.
19053
19054 2000-07-10 Kenichi Handa <handa@etl.go.jp>
19055
19056 * international/mule-diag.el (describe-font): Adjusted for the
19057 change of fontset-info.
19058 (print-fontset): Likewise.
19059
19060 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
19061
19062 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
19063
19064 2000-07-07 Gerd Moellmann <gerd@gnu.org>
19065
19066 * bindings.el: Bind `[delete]' to delete-char.
19067
19068 * dired.el (dired-find-alternate-file): New function.
19069 (dired-mode-map): Bind `a' to dired-find-alternate-file.
19070 (toplevel): Require dired-aux when compiling.
19071 (dired-buffers): Move defvar within file to avoid compiler warning.
19072
19073 * info.el (Info-last-search): Variable removed.
19074 (Info-search-history): New variable.
19075 (Info-search): New Info-search-history.
19076
19077 * battery.el, info-look.el: Change author's mail address.
19078
19079 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
19080
19081 * mail/rmail.el (rmail-clear-headers): Don't throw an error
19082 if rmail-ignored-headers is nil.
19083 (rmail-retry-failure): Bind rmail-ignored-headers and
19084 rmail-displayed-headers to nil.
19085
19086 2000-07-06 Gerd Moellmann <gerd@gnu.org>
19087
19088 * lpr.el (lpr-page-header-switches): Add `-h' switch.
19089 (print-region-1): Don't hard code `-h' here.
19090
19091 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
19092
19093 2000-07-01 Francesco Potorti` <pot@gnu.org>
19094
19095 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
19096 exim can use "your message" instead of "the message".
19097
19098 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
19099
19100 * facemenu.el: Docstrings fixes.
19101 (facemenu-get-face): Don't use internal-find-face.
19102 (facemenu-iterate): Rename arg to match the docstring.
19103
19104 * newcomment.el (uncomment-region): Be more careful when skipping
19105 backwards over `=' not to bump into BOBP.
19106
19107 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
19108
19109 * ediff-diff.el (ediff-wordify): Use syntax table.
19110 * ediff-init.el (ediff-has-face-support-p): Use
19111 ediff-color-display-p.
19112 (ediff-color-display-p): Use display-color-p, changed to defun
19113 from defsubst.
19114 Got rid of special cases for NeXT and OS/2.
19115 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
19116 face.
19117
19118 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
19119
19120 * emacs-lisp/lucid.el: Require CL.
19121 (copy-tree, remprop): Remove, it's provided by CL.
19122 (map-keymap): Define in terms of cl-map-keymap.
19123 (extent-property, set-extent-end-glyph): New functions.
19124
19125 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
19126
19127 2000-07-05 Gerd Moellmann <gerd@gnu.org>
19128
19129 * Makefile.in (DONTCOMPILE): Add comment that the name may
19130 not be changed without changing the make-dist script.
19131
19132 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
19133 (cl-mapc): Use mapc instead of cl-old-mapc.
19134
19135 2000-07-05 Andrew Innes <andrewi@gnu.org>
19136
19137 * makefile.nt: Add support for `bootstrap' and related targets.
19138
19139 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
19140
19141 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
19142 (easy-menu-do-define): Use `menu-item' format.
19143 Handle case where easy-menu-create-menu returns a symbol.
19144 Manually call the potential top-level filter in the function binding.
19145 (easy-menu-filter-return): New arg NAME.
19146 Convert to a keymap if MENU is an XEmacs menu.
19147 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
19148 (easy-menu-converted-items-table, easy-menu-convert-item):
19149 New var and fun to memoize easy-menu-convert-item-1.
19150 (easy-menu-do-add-item): Use it.
19151 (easy-menu-create-menu): Use easy-menu-convert-item.
19152 Wrap easy-menu-filter-return around any :filter specification.
19153 Don't convert the menu if a filter was specified.
19154 Tell easy-menu-make-symbol not to check for MENU being an expression.
19155 (easy-menu-make-symbol): New arg NOEXP.
19156
19157 2000-07-05 Gerd Moellmann <gerd@gnu.org>
19158
19159 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
19160 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
19161 (eval-defun): If called with prefix arg, instrument code for
19162 Edebug.
19163
19164 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
19165 similar to that of eval-defun.
19166
19167 2000-07-04 Dave Love <fx@gnu.org>
19168
19169 * hl-line.el (hl-line-overlay): Make it permanent-local.
19170
19171 * calendar/todo-mode.el: Replaced with a working version, based on
19172 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
19173
19174 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
19175
19176 * paths.el (prune-directory-list): New function.
19177 (Info-default-directory-list): Rewritten to more methodically
19178 enumerate a big list of possible info directories (based on the
19179 list used by the standalone info reader).
19180
19181 * info.el (info-initialize): Use prune-directory-list to remove
19182 non-existent directories from Info-directory-list.
19183
19184 * paths.el (Info-default-directory-list): Try a list of possible
19185 info-directories instead of a single one. Add the possible
19186 info directory "/usr/share/info".
19187
19188 * woman.el (woman-man.conf-path): Explicitly include the debian
19189 man-db config file "/etc/manpath.config".
19190 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
19191 are present in `manpath.config'.
19192 (woman-manpath): Include "/usr/share/man".
19193
19194 2000-07-03 Gerd Moellmann <gerd@gnu.org>
19195
19196 * frame.el (blink-cursor-mode): Don't hide cursor initially.
19197
19198 * startup.el (command-line): Initialize blink-cursor based
19199 on window-system.
19200
19201 * frame.el (blink-cursor): Default to nil if not running under
19202 a window-system.
19203
19204 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
19205 (face-x-resources): Remove duplicate entry for :font.
19206
19207 * textmodes/refer.el (refer-find-entry-internal): Use some-window
19208 instead of cycling through windows with next-window.
19209
19210 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
19211 of cycling through windows with next-window.
19212
19213 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
19214 of cycling through windows with next-window.
19215
19216 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
19217 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
19218 instead of cycling through windows with next-window.
19219
19220 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
19221 instead of cycling through windows with next-window.
19222
19223 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
19224 of cycling through windows with next-window.
19225
19226 * terminal.el (te-process-output): Use walk-windows instead of
19227 cycling through windows with next-window.
19228
19229 * server.el (server-switch-buffer): Use some-window instead of
19230 cycling through windows with next-window.
19231
19232 * window.el (some-window): New function.
19233 (walk-windows): Remove reference to walk-windows-start.
19234
19235 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
19236
19237 2000-07-03 Richard Stallman <rms@gnu.org>
19238
19239 * window.el (walk-windows): Guarantee termination by keeping a list
19240 of all the windows already handled.
19241
19242 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
19243
19244 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
19245 window-system.
19246
19247 * man.el (Man-notify-when-ready): Don't use window-system. If
19248 Man-notify-method is newframe, and the display is not
19249 multi-frame, select the frame created for the man page.
19250 (Man-init-defvars): Doc fix.
19251
19252 2000-06-28 Gerd Moellmann <gerd@gnu.org>
19253
19254 * faces.el (region): Change background color for light background.
19255
19256 * ediff-wind.el (ediff-setup-control-frame): Remove :box
19257 attribute from mode-line face of Ediff control frame.
19258
19259 * replace.el (query-replace-map): Bind `e' like `E'.
19260
19261 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
19262
19263 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
19264 Change name to "Select All".
19265
19266 * dos-fns.el (convert-standard-filename): Fix last change.
19267
19268 2000-06-27 Gerd Moellmann <gerd@gnu.org>
19269
19270 * help.el (describe-variable): Don't insert a second `'s' in front
19271 of the string `value is shown below'. Since the syntax-table is
19272 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
19273 an existing `'s', so that this won't be deleted.
19274
19275 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
19276 * pcmpl-unix.el: New files.
19277
19278 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
19279
19280 * wid-edit.el (widget-member): Use the new plist-member.
19281
19282 2000-06-26 Gerd Moellmann <gerd@gnu.org>
19283
19284 * replace.el (perform-replace): Undo change of 2000-04-04.
19285 Instead, move backward 1 character at the end of the loop when
19286 necessary.
19287
19288 * faces.el (fringe): Change face for different backgrounds.
19289
19290 * eshell/esh-module.el (toplevel): Load defgroup's differently;
19291 patch from John.
19292
19293 * eshell/*.el: Change spelling of the Free Software Foundation.
19294
19295 * eshell/esh-toggle.el: Removed.
19296
19297 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
19298
19299 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
19300 interactively.
19301
19302 2000-06-26 Alex Schroeder <alex@gnu.org>
19303
19304 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
19305 `define-key'; instead of checking `(emacs-version)' check for
19306 `set-keymap-parent' and `set-keymap-name' directly. Add entries
19307 for `;' and `o' which might be electric.
19308
19309 (sql-electric-stuff): New user option.
19310 (sql-magic-go): New function which uses `sql-electric-stuff'.
19311 (sql-magic-semicolon): New function which uses
19312 `sql-electric-stuff'.
19313
19314 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
19315 is not fboundp.
19316
19317 (sql-oracle-options): New variable.
19318 (sql-oracle): Use it.
19319
19320 (sql-imenu-generic-expression): Doc change.
19321 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
19322 is used.
19323
19324 (sql-informix): Added command line parameter "-" to force
19325 sql-informix-program to use stdout.
19326
19327 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
19328
19329 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
19330 (cp864-decode-table): Doc fix.
19331 (cp720-decode-table): New variable, supports the Arabic OEM
19332 codepage used by Windows.
19333 (cp737-decode-table): New, Greek OEM codepage used by Windows.
19334
19335 2000-06-23 Dave Love <fx@gnu.org>
19336
19337 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
19338 (font-lock-fontify-anchored-keywords): Use
19339 line-beginning-position.
19340 (global-font-lock-mode): Use mapc.
19341
19342 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
19343
19344 * eshell/esh-module.el: Require CL when compiling.
19345
19346 2000-06-23 Gerd Moellmann <gerd@gnu.org>
19347
19348 * comint.el (comint-substitute-in-file-name): Call replace-match
19349 with second and third arg t.
19350
19351 * cus-edit.el (custom-button-face, custom-button-pressed-face):
19352 Specify foreground color.
19353
19354 * faces.el (tool-bar, mode-line, header-line): Specify foreground
19355 color.
19356
19357 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
19358
19359 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
19360 cddr instead of cdddr.
19361
19362 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
19363 instead of copy-list.
19364
19365 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
19366 of copy-list.
19367
19368 * subdirs.el: Add eshell subdirectory.
19369
19370 * eshell: New subdirectory containing the Eshell package.
19371
19372 * pcomplete.el: New file.
19373
19374 2000-06-23 Paul Eggert <eggert@twinsun.com>
19375
19376 * mail/mailpost.el (post-mail-send-it): Make sure file has
19377 proper permissions from birth.
19378
19379 * files.el (basic-save-buffer-2): When temporarily setting
19380 file modes, set them to current modes plus 0200, not to 0777.
19381
19382 * emerge.el (emerge-make-temp-file): Make sure file has proper
19383 permissions from birth.
19384
19385 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
19386
19387 * files.el (make-backup-file-name-1): On DOS/Windows, run the
19388 backup file name through convert-standard-filename.
19389
19390 * dos-fns.el (convert-standard-filename): Convert leading
19391 directories as well. When long file names are supported, convert
19392 characters that are invalid in Windows file names.
19393
19394 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19395
19396 * ps-print.el: Fix bug: if ^L is the very first buffer character,
19397 ps-print crashes. New feature: page selection for printing. Create
19398 raw-text-unix coding system for XEmacs. Doc fix.
19399 (ps-print-version): New version number (5.2.3).
19400 (ps-plot-region): Bug fix.
19401 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
19402 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
19403 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
19404 funs.
19405 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
19406 (ps-last-page): New vars.
19407
19408 2000-06-21 Gerd Moellmann <gerd@gnu.org>
19409
19410 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
19411 empty option string.
19412
19413 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
19414
19415 * man.el (man): Doc fix.
19416
19417 2000-06-21 Kenichi Handa <handa@etl.go.jp>
19418
19419 * international/mule-cmds.el (set-language-info-alist): Docstring
19420 fixed.
19421
19422 2000-06-20 Gerd Moellmann <gerd@gnu.org>
19423
19424 * version.el (emacs-version): Use ISO date format.
19425
19426 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
19427 instead of `M-backspace'.
19428
19429 * simple.el (turn-off-auto-fill): New function.
19430
19431 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
19432
19433 * jit-lock.el (with-buffer-prepared-for-jit-lock):
19434 Renamed from with-buffer-prepared-for-font-lock and use
19435 inhibit-modification-hooks rather than setting *-change-functions.
19436 Update all functions to use the new name.
19437 (jit-lock-first-unfontify-pos): New semantics (and doc).
19438 (jit-lock-mode): Make non-interactive.
19439 Don't automatically turn on font-lock.
19440 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
19441 Always use jit-lock-after-change.
19442 Remove and restore font-lock-after-change-function.
19443 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
19444 (jit-lock-after-unfontify-buffer): Remove.
19445 (jit-lock-stealth-fontify):
19446 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
19447 (jit-lock-after-change): Set the `fontified' text-prop to nil.
19448
19449 2000-06-20 Sam Steingold <sds@gnu.org>
19450
19451 * emacs-lisp/cl-indent.el (toplevel): Indent
19452 `print-unreadable-object' properly. Untabify.
19453
19454 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
19455
19456 * textmodes/reftex.el (reftex-find-citation-regexp-format):
19457 Support for bibentry.
19458 (reftex-compile-variables): Fixed problem with end of section-re.
19459
19460 * texmodes/reftex-dcr.el (reftex-view-crossref,
19461 reftex-view-crossref-from-bibtex):
19462 Deal with changed `reftex-find-citation-regexp-format'.
19463 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
19464 Replaced `remprop' with `put'.
19465 (reftex-view-crossref, reftex-view-crossref-when-idle):
19466 Support for bibentry.
19467
19468 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19469 New entry for bibentry package.
19470
19471 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
19472 Regexp also matches "\nobibliography".
19473
19474 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
19475 Call `reftex-ensure-write-access' before doing anything.
19476 (reftex-ensure-write-access): New function.
19477
19478 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
19479
19480 * progmodes/idlwave.el: File re-installed (update to version 4.2)
19481
19482 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
19483
19484 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
19485
19486 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
19487
19488
19489 2000-06-20 Dave Love <fx@gnu.org>
19490
19491 * faces.el (frame-background-mode): Use set-default, not set, in
19492 setter.
19493 (frame-update-faces, frame-update-face-colors): Define with
19494 defalias.
19495
19496 * enriched.el (enriched-decode-foreground)
19497 (enriched-decode-background): Don't use internal-find-face.
19498
19499 * apropos.el: Doc fixes.
19500
19501 * cus-edit.el (customize-changed-options): Check arg.
19502 (customize-version-lessp): Don't require decimal point.
19503
19504 * custom.el (defcustom, defgroup): Doc fix.
19505
19506 * newcomment.el (comment) <defgroup>: Add :version.
19507 (comment-multi-line): Doc fix.
19508
19509 * emulation/mlsupport.el (define-hooked-local-abbrev,
19510 define-hooked-global-abbrev): Fix, using define-abbrev.
19511
19512 2000-06-19 Gerd Moellmann <gerd@gnu.org>
19513
19514 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
19515 the whole buffer.
19516
19517 2000-06-19 Dave Love <fx@gnu.org>
19518
19519 * menu-bar.el (menu-bar-options-save): New function.
19520 (menu-bar-options-menu): Use it.
19521 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
19522 Simplify.
19523
19524 2000-06-19 Andreas Schwab <schwab@suse.de>
19525
19526 * progmodes/etags.el (tags-query-replace): Put new parameters
19527 START and END at the end, for backward compatibility.
19528
19529 2000-06-19 Kenichi Handa <handa@etl.go.jp>
19530
19531 * international/codepage.el:
19532 (cp-coding-system-for-codepage-1): Delete special codes for
19533 generating xxx-dos coding system because now a CCL based coding
19534 system can handle EOL conversion by default.
19535
19536 * international/mule.el (make-coding-system): Generate subsidiary
19537 coding systems for EOL handling variants even for a CCL based
19538 coding system.
19539
19540 2000-06-19 Kenichi Handa <handa@etl.go.jp>
19541
19542 * international/isearch-x.el (isearch-minibuffer-input-method)
19543 (isearch-minibuffer-input-method-function): These variables
19544 deleted.
19545 (isearch-with-input-method): Don't use the above variables.
19546 (isearch-process-search-multibyte-characters): Likewise. Call
19547 read-string with the arg INHERIT-INPUT-METHOD t.
19548
19549 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
19550
19551 * font-lock.el (font-lock-after-fontify-buffer)
19552 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
19553
19554 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
19555 Use consistent make-local-variable style for font-lock-fontified.
19556 (jit-lock-fontify-buffer):
19557 Don't bother checking for font-lock-mode and jit-lock-mode.
19558
19559 * time.el: Remove trailing ^M that prevent CVS-merging.
19560
19561 2000-06-16 Gerd Moellmann <gerd@gnu.org>
19562
19563 * Makefile.in (distclean): New target.
19564
19565 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
19566
19567 * Makefile.in (srcdir): Define for update-subdirs.
19568
19569 2000-06-16 Gerd Moellmann <gerd@gnu.org>
19570
19571 * find-lisp.el: New file.
19572
19573 2000-06-16 Andrew Innes <andrewi@gnu.org>
19574
19575 * time.el (display-time-mail-function): New variable, to allow
19576 external packages to indicate when new mail is available.
19577 (display-time-update): Use it.
19578
19579 2000-06-16 Kenichi Handa <handa@etl.go.jp>
19580
19581 * international/mule.el (mule-version): Change version name to
19582 SAKAKI. AOI has already been used by Meadow.
19583
19584 * international/quail.el (quail-show-guidance-buf): To find the
19585 bottom window (but minibuffer), pay attention to the height of
19586 minibuffer.
19587
19588 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
19589
19590 * arc-mode.el (archive-mode-map): Use the new menu-item format for
19591 menu-bar menus. Add help strings. Don't remove the Edit menu
19592 from the menu bar, as the menu bar has enough space now.
19593
19594 * Makefile.in (SHELL): Make sure /bin/sh is used.
19595
19596 * woman.el (woman-man-buffer): Fix bold and underlined CJK
19597 characters, which use series of two ^H characters instead of one.
19598
19599 2000-06-15 Gerd Moellmann <gerd@gnu.org>
19600
19601 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
19602 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
19603 functions.
19604 (Info-find-node-2): Try a case-sensitive search first, then
19605 do a case-insensitive search.
19606
19607 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
19608 tutorials.
19609
19610 * complete.el (PC-env-vars-alist): New variable.
19611 (PC-complete-as-file-name): New function.
19612 (partial-completion-mode): Initialize PC-env-vars-alist from
19613 process-environment.
19614 (PC-do-completion): Handle completion of env vars.
19615
19616 * info.el (Info-set-mode-line): Show file name in mode line,
19617 use `*Info*' instead of `Info:'.
19618
19619 * startup.el (command-line-1): Change copyright messages to year
19620 2000.
19621
19622 2000-06-15 Dave Love <fx@gnu.org>
19623
19624 * net/goto-addr.el (goto-address-fontify): Use keymap property,
19625 not local-map.
19626
19627 2000-06-15 Kenichi Handa <handa@etl.go.jp>
19628
19629 * international/mule.el (set-buffer-file-coding-system): Almost
19630 rewritten to handle `undecided' as no-op.
19631
19632 2000-06-14 Gerd Moellmann <gerd@gnu.org>
19633
19634 * Makefile.in: New file.
19635
19636 * Makefile: Removed.
19637
19638 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
19639 (goto-address-highlight-keymap): Bind C-c RET.
19640
19641 2000-06-14 Kenichi Handa <handa@etl.go.jp>
19642
19643 * mail/sendmail.el (sendmail-send-it): The temporary buffer
19644 inherits buffer-file-coding-system of the current buffer.
19645
19646 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
19647 0. Give correct argument to set-auto-coding-function.
19648 (tar-expunge): For goto-char, use (point-min), not 0.
19649 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
19650 (tar-subfile-save-buffer): Likewize.
19651
19652 * international/mule.el
19653 (after-insert-file-set-buffer-file-coding-system): Call
19654 set-buffer-file-coding-system with the arg FORCE t.
19655
19656 2000-06-13 Gerd Moellmann <gerd@gnu.org>
19657
19658 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
19659 nil. Contemporary sendmails issue an X-Authentication-Warning if
19660 the sender is set with `-f'.
19661
19662 2000-06-13 Dave Love <fx@gnu.org>
19663
19664 * help.el (describe-function-1): Kluge around cases of functions
19665 fset to subrs whose doc doesn't match their symbol-name.
19666
19667 * image.el (insert-image): Default STRING to a space.
19668
19669 * info.el Doc fixes.
19670 (Info-build-node-completions): Match Ref tags.
19671
19672 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
19673
19674 * frame.el (display-multi-frame-p, display-multi-font-p): New
19675 defaliases for display-graphic-p.
19676
19677 * hl-line.el: Fixed a typo in commentary.
19678
19679 2000-06-13 Kenichi Handa <handa@etl.go.jp>
19680
19681 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
19682 fixed.
19683
19684 2000-06-12 Dave Love <fx@gnu.org>
19685
19686 * image.el (insert-image): Save a little consing.
19687
19688 2000-06-12 Kenichi Handa <handa@etl.go.jp>
19689
19690 * language/tibet-util.el: Convert all tibetan-1-column characters
19691 to the corresponding tibetan characters.
19692 (tibetan-add-components): Delete code for the special treatment of
19693 'a chung.
19694
19695 * language/tibetan.el (tibetan-composable-pattern): Fix previous
19696 change.
19697 (tibetan-vowel-transcription-alist): More rules added.
19698 (tibetan-composite-vowel-alist): New variable.
19699 (tibetan-precomposition-rule-alist): More rules added.
19700
19701 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
19702
19703 * startup.el (command-line): Only call menu-bar-mode if interactive.
19704
19705 * thingatpt.el (toplevel symbol-properties):
19706 * textmodes/makeinfo.el (makeinfo-compile):
19707 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
19708 * progmodes/hideif.el (hif-compress-define-list)
19709 (hide-ifdef-use-define-alist):
19710 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
19711 (ange-ftp-vms-add-file-entry):
19712 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
19713 * man.el (Man-build-man-command):
19714 * mail/rnewspost.el (news-reply-header-hook):
19715 * info.el (Info-insert-dir):
19716 * emulation/mlconvert.el (backward-word, forward-word, setq):
19717 * emacs-lisp/gulp.el (gulp-send-requests):
19718 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
19719 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
19720 (byte-optimize-apply, end of file):
19721 * emacs-lisp/advice.el (ad-advice-class-completion-table)
19722 (ad-make-freeze-definition):
19723 * startup.el (command-line, command-line-1): Don't quote lambdas.
19724
19725 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
19726 (cvs-cleanup-removed): New function.
19727 (cvs-cleanup-functions): New var.
19728 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
19729 some flexibility in specifying additional entries to auto-cleanup.
19730 (cvs-quickdir): New function.
19731 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
19732 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
19733 (cvs-mode-find-file): Check that we are on a filename or dirname
19734 when invoked through a mouse-click.
19735 (cvs-full-path): Remove.
19736 (cvs-dired-action): Re-introduced.
19737 (cvs-dired-noselect): Use it.
19738 (vc-post-command-functions): use this new hook if available.
19739
19740 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
19741 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
19742 (cvs-filename-map, cvs-dirname-map): Remove.
19743 (cvs-default-action): Remove.
19744 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
19745 if the arg is really a keymap.
19746 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
19747 Don't hardcode the mapping from state (aka type) to face, but check
19748 the var cvs-fi-<type>-face instead.
19749 (cvs-fileinfo-from-entries): New function.
19750
19751 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
19752 Docstring fix.
19753 (cvs-find-file-and-jump): Change default to be safer.
19754 (cvs-mode-diff-map): Define it as a function as well.
19755 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
19756 Bind mouse-2 in this global map rather than with text-properties.
19757
19758 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
19759 file to resolve the ambiguity between C(conflict) and C(need-merge).
19760
19761 2000-06-12 Kenichi Handa <handa@etl.go.jp>
19762
19763 * international/mule.el (set-buffer-file-coding-system): If
19764 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
19765 unconditionally.
19766
19767 2000-06-12 Dave Love <fx@gnu.org>
19768
19769 * wid-edit.el (widget-specify-button): Really suppress the face if
19770 required.
19771
19772 2000-06-11 Gerd Moellmann <gerd@gnu.org>
19773
19774 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
19775
19776 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
19777
19778 * imenu.el (imenu-generic-expression): Docstring fix.
19779
19780 * composite.el (composition-function-table): Move the `put'
19781 below the autoload cookie so we can load the file before loaddefs.
19782
19783 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
19784
19785 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
19786 Handle easy-mmode-define-global-mode.
19787 For complex macros like define-minor-mode that can generate
19788 several autoload entries, try to autoload entries in the
19789 macroexpanded code.
19790
19791 * emacs-lisp/easy-mmode.el (define-minor-mode):
19792 If KEYMAP is a symbol, just use it.
19793 Use byte-compile-current-file and load-file-name to infer the
19794 proper :require to pass to defcustom.
19795 Wrap the hook var into `progn' so as not to autoload it.
19796 Add a :autoload-end cookie.
19797 Be more careful about the evaluation of KEYMAP.
19798 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
19799 (define-derived-mode): Move define-abbrev-table outside of defvar.
19800
19801 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
19802
19803 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
19804 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
19805 (backup-compiled-files): Ignore errors during `tar'.
19806 (bootstrap): Make autoloads before elc files.
19807
19808 2000-06-10 Kenichi Handa <handa@etl.go.jp>
19809
19810 * international/mule.el (set-buffer-file-coding-system): If one of
19811 undecided-XXX is specified, change only EOL conversion.
19812
19813 * international/mule-conf.el (unix): New alias for the coding
19814 system undecided-unix.
19815
19816 2000-06-09 Dave Love <fx@gnu.org>
19817
19818 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
19819
19820 * progmodes/executable.el: Byte compile dynamic.
19821 (executable-insert): Change custom type.
19822 (executable-find): Add autoload cookie.
19823 (executable-make-buffer-file-executable-if-script-p): New
19824 function. After Noah Friedman.
19825
19826 * files.el (after-save-hook): Customize, with
19827 executable-make-buffer-file-executable-if-script-p as an option.
19828
19829 2000-06-09 Kenichi Handa <handa@etl.go.jp>
19830
19831 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
19832 "tib24p-mule.bdf" for Tibetan.
19833
19834 * composite.el (decompose-composite-char): Declare it as obsolete.
19835
19836 * man.el (Man-fontify-manpage): Pay attention to underline and
19837 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
19838
19839 2000-06-08 Gerd Moellmann <gerd@gnu.org>
19840
19841 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
19842 Set maintainer to FSF since author isn't reachable.
19843
19844 2000-06-08 Dave Love <fx@gnu.org>
19845
19846 * international/mule-cmds.el (select-safe-coding-system): If
19847 DEFAULT-CODING-SYSTEM is not specified, also check the most
19848 preferred coding-system if buffer-file-coding-system is
19849 `undecided'. From Handa.
19850
19851 2000-06-08 Kenichi Handa <handa@etl.go.jp>
19852
19853 * international/mule.el
19854 (after-insert-file-set-buffer-file-coding-system): If the buffer
19855 size is greater than INSERTED, judget that we are not visiting.
19856
19857 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
19858
19859 * whitespace.el (defgroup whitespace): Comment out `:version'.
19860 XEmacs 20.4 has problems defining the group with this present.
19861 We'll have this commented out till get resolve the problem.
19862
19863 2000-06-07 John Wiegley <johnw@gnu.org>
19864
19865 * align.el (align-dq-string-modes, align-sq-string-modes)
19866 (align-open-comment-modes): Add pyhton-mode.
19867 (align-rules-list): Use get-text-property instead of
19868 text-properties-at.
19869 (align-rules-list): Add python-assignment.
19870 (align-rules-list): Change perl-comma-delimiter to
19871 basic-comma-delimiter. Use if for Perl modes and python-mode.
19872 (align-rules-list): Add python-chain-logic and
19873 basic-line-continuation.
19874
19875 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
19876
19877 * apropos.el (apropos-mode-hook): New user variable.
19878 (apropos-mode): Run apropos-mode-hook.
19879
19880 2000-06-07 David Ponce <david@dponce.com>
19881
19882 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
19883 commands. Require `wid-edit' at run-time.
19884
19885 2000-06-07 David Ponce <david@dponce.com>
19886
19887 * recentf.el: Added some "Commentary".
19888 (recentf-open-more-files, recentf-edit-list): Minor changes to
19889 move the point at the top of the file list. This behaviour is
19890 consistent with the menu one when the list contains a lot of
19891 files.
19892 (recentf-cleanup): Now displays the number of items removed from
19893 the list.
19894 (recentf-relative-filter) New menu filter to show filenames
19895 relative to `default-directory'.
19896
19897 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19898
19899 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
19900 with/without giving an error if PostScript printer doesn't have this
19901 kind of page size. Zebra Stripe continues or restarts on next page.
19902 Manual/automatic paper feeding. Switch or not the header.
19903 (ps-print-version): New version number (5.2.2).
19904 (ps-windows-system): Include emx as a Windows system.
19905 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
19906 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
19907 (ps-background-text): Code fix.
19908 (ps-error-handler-message, ps-user-defined-prologue)
19909 (ps-print-prologue-header, ps-printer-name)
19910 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
19911 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
19912 (ps-use-face-background): Customization fix.
19913 (ps-n-up-database): Data fix.
19914 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
19915 (ps-switch-header): New vars.
19916 (ps-xemacs-color-name, ps-face-foreground-name)
19917 (ps-face-background-name, ps-boolean-constant): New funs.
19918
19919 2000-06-07 Dave Love <fx@gnu.org>
19920
19921 * allout.el: New version from Manheimer.
19922
19923 2000-06-07 Kenichi Handa <handa@etl.go.jp>
19924
19925 * textmodes/fill.el (fill-find-break-point): Check the validity of
19926 charset.
19927
19928 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19929
19930 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19931 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
19932 Call display-color-p and display-mouse-p instead of looking at
19933 window-system.
19934
19935 2000-06-06 Dave Love <fx@gnu.org>
19936
19937 * image.el (find-image): Doc fix. Return nil if image not found.
19938 (put-image, insert-image): Make STRING arg optional.
19939
19940 2000-06-06 Kenichi Handa <handa@etl.go.jp>
19941
19942 * language/vietnamese.el: Remove eval-when-compile.
19943 (viet-viscii-nonascii-translation-table): Define it as a
19944 translation table made from viet-viscii-decode-table.
19945 (viet-viscii-encode-table): Define it as a translation table made
19946 from the reverse map of above.
19947 (viet-vscii-nonascii-translation-table): Define it as a
19948 translation table made from viet-vscii-decode-table.
19949 (viet-vscii-encode-table): Define it as a translation table made
19950 from the reverse map of above.
19951 (ccl-decode-viscii): Use translate-character.
19952 (ccl-encode-viscii, ccl-encode-viscii-font)
19953 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
19954 Likewize.
19955
19956 * language/cyrillic.el: Remove eval-when-compile.
19957 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
19958 translation table made from cyrillic-koi8-r-decode-table.
19959 (cyrillic-koi8-r-encode-table): Define it as a translation table
19960 made from the reverse map of above.
19961 (ccl-decode-koi8): Use translate-character.
19962 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
19963 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
19964 a translation table made from cyrillic-alternativnyj-decode-table.
19965 (cyrillic-alternativnyj-encode-table): Define it as a translation
19966 table made from the reverse map of above.
19967 (ccl-decode-alternativnyj): Use translate-character.
19968 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
19969 Likewize
19970
19971 * international/mule-diag.el (non-iso-charset-alist): Specify
19972 translation table symbol instead of translation table itself.
19973 (list-block-of-chars): CHARSET may be a translation table symbol.
19974
19975 * international/mule.el (make-coding-system): If CODING-SYSTEM
19976 already exists, override it.
19977
19978 * international/fontset.el: Use family `proportional' for Tibetan
19979 fonts.
19980
19981 * international/ccl.el (ccl-compile-translate-character): Don't
19982 check if Rrr has property translation-table.
19983 (ccl-compile-map-multiple): Modified to avoid compiler warning.
19984
19985 2000-06-05 Gerd Moellmann <gerd@gnu.org>
19986
19987 * info.el: Bind case-fold-search to t when searching in case
19988 a user sets it to nil in a hook.
19989
19990 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
19991
19992 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19993 * hl-line.el (hl-line-mode): Use the new :global key argument.
19994
19995 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
19996 (tar-clip-time-string): Prepend a space.
19997 (tar-grind-file-mode): Construct a string rather than modifying one.
19998 (tar-header-block-summarize): Fix docstring.
19999 Use `format' rather than an error-prone set of copy-loops.
20000
20001 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
20002 (diff-goto-source, diff-unified->context, diff-context->unified)
20003 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
20004 understand the format output by the `-p' argument to diff.
20005
20006 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
20007 (sh-re-done): Use defconst.
20008 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
20009 (sh-help-string-for-variable, sh-guess-basic-offset):
20010 Don't quote lambdas.
20011 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
20012 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
20013
20014 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
20015 (mh-letter-mode): Derive from text-mode.
20016 This implicitly means that it now calls kill-all-local-variables.
20017 Also remove the Emacs-18 compatibility code.
20018
20019 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
20020 Make use of symbol-property doc-string-elt.
20021 Use memq rather than a sequence of eq.
20022 (doc-string-elt): Fix the wrong or missing previously unused values.
20023 (autoload-print-form): New function extracted from
20024 generate-file-autoloads to allow recursion when handling progn
20025 so that defvar's and defun's docstrings are properly printed.
20026 (generate-file-autoloads): Use it.
20027
20028 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
20029 Use find-file-hooks in the minor-mode function.
20030 Be careful not to loop indefinitely in the post-command-hook function.
20031
20032 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
20033
20034 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
20035 tty's.
20036 * ediff-diff.el (ediff-exec-process): Use --binary for fine
20037 differences whenever appropriate.
20038 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
20039 * viper.el (find-file, find-file-other-window): Get viper to do
20040 wildcards.
20041
20042 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
20043
20044 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
20045 (jit-lock-fontify-buffer): New function for JIT refontification.
20046 (jit-lock-mode): Fix docstring.
20047 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
20048 Remove jit-lock-after-change from the _local_ hook.
20049 (jit-lock-function-1): Fix docstring.
20050
20051 * info.el (Info-on-current-buffer): Initialize info.
20052
20053 * newcomment.el (comment-indent): Ignore comment-indent-hook.
20054
20055 * progmodes/tcl.el (tcl-indent-for-comment):
20056 Ignore comment-indent-hook.
20057
20058 * emacs-lisp/easy-mmode.el: Require CL during compilation.
20059 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
20060 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
20061 and improve to use the lighter to guess the capitalization.
20062 (define-minor-mode): Inline code from easy-mmode-define-toggle.
20063 Add keyword arguments to specify global-ness or the custom group.
20064 Add local-map and help-echo properties to the lighter.
20065 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
20066 (easy-mmode-define-global-mode): New macro.
20067
20068 2000-06-02 Dave Love <fx@gnu.org>
20069
20070 * wid-edit.el: byte-compile-dynamic since we typically don't use
20071 all the widgets. Don't require cl or widget. Remove
20072 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
20073 (widget-read-event): Removed. Callers changed to use read-event.
20074 (widget-button-release-event-p): Renamed from
20075 button-release-event-p.
20076 (widget-field-add-space, widget-field-use-before-change):
20077 Uncustomize.
20078 (widget-specify-field): Use keymap property, not local-map.
20079 (widget-specify-button): Obey :suppress-face.
20080 (widget-specify-insert): Use modern backquote syntax.
20081 (widget-image-directory): Renamed from widget-glyph-directory.
20082 (widget-image-enable): Renamed from widget-glyph-enable.
20083 (widget-image-find): Replaces widget-glyph-find.
20084 (widget-button-pressed-face): Move defvar.
20085 (widget-image-insert): Replaces widget-glyph-insert.
20086 (widget-convert): Use keywordp.
20087 (widget-leave-text, widget-children-value-delete): Use mapc.
20088 (widget-keymap): Remove XEmacs stuff.
20089 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
20090 (widget-button-click): Don't set point at the click, but re-centre
20091 if we scroll out of window. Rewritten for images v. glyphs &c.
20092 (widget-tabable-at): Use POS arg, not point.
20093 (widget-beginning-of-line, widget-end-of-line)
20094 (widget-item-value-create, widget-sublist, widget-princ-to-string)
20095 (widget-sexp-prompt-value, widget-echo-help): Simplify.
20096 (widget-default-create): Use widget-image-insert; some rewriting.
20097 (widget-visibility-value-create)
20098 (widget-push-button-value-create, widget-toggle-value-create): Use
20099 widget-image-insert.
20100 (checkbox): Create on and off images dynamically.
20101 (documentation-link): Change :help-echo.
20102 (widget-documentation-link-echo-help): Remove.
20103
20104 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
20105
20106 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
20107
20108 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
20109 (easy-mmode-define-toggle, define-minor-mode): Use it.
20110 (easy-mmode-define-keymap): Docstring fix.
20111 (define-derived-mode): Default PARENT to fundamental-mode.
20112 Add the derived-mode-parent symbol-property.
20113 (easy-mmode-derived-mode-p): New function.
20114
20115 2000-06-02 Dave Love <fx@gnu.org>
20116
20117 * files.el (convert-standard-filename): Doc fix.
20118 (normal-backup-enable-predicate): New function.
20119 (backup-enable-predicate): Use it to replace the lambda form.
20120
20121 * calendar/todo-mode.el: [This needs more work on the outline
20122 stuff.] Doc fixes.
20123 (todo) <defgroup>: Add :version.
20124 (todo-add-category): Don't use pushnew.
20125 (todo-cmd-raise): Fix typo.
20126 (todo-top-priorities): Change temp buffer name.
20127 (todo-category-alist): Avoid redundant lambda.
20128 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
20129 Use outline-next-heading.
20130
20131 * autoarg.el: Rewritten to use define-minor-mode.
20132 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
20133 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
20134
20135 2000-06-02 Kenichi Handa <handa@etl.go.jp>
20136
20137 * isearch.el (isearch-other-meta-char): Fix previous change.
20138
20139 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
20140
20141 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
20142 (log-edit-done): Only add the comment to the ring if it's different
20143 from the last comment entered.
20144
20145 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
20146
20147 2000-06-01 Dave Love <fx@gnu.org>
20148
20149 * hl-line.el: Rewritten using define-minor-mode.
20150
20151 * help.el (describe-function-1): Distinguish special form from
20152 builtin function. Sanity-check presence of arglist for builtins.
20153
20154 2000-06-01 Kenichi Handa <handa@etl.go.jp>
20155
20156 * international/characters.el: Fix syntax/category setting of
20157 Tibetan characters.
20158
20159 * language/tibet-util.el (tibetan-add-components): Fixes for new
20160 encoding of Tibetan characters.
20161 (tibetan-decompose-precomposition-alist): New variable.
20162 (tibetan-decompose-region): Convert precomposed characters to
20163 non-precomposed characters.
20164 (tibetan-decompose-string): Likewise.
20165 (tibetan-composition-function): Fix args to
20166 thibetan-compose-string.
20167
20168 * language/tibetan.el (tibetan-composable-pattern): More
20169 characters included.
20170 (tibetan-consonant-transcription-alist): Rule for "R" added.
20171 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
20172 "+R" added.
20173 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
20174
20175 * language/lao-util.el (lao-composition-function): Fix args to
20176 compose-string.
20177
20178 * language/thai-util.el (thai-composition-function): Fix args to
20179 compose-string.
20180
20181 * isearch.el (isearch-update): Set disable-point-adjustment to t
20182 to prevent the point moving to the end of a composition when a
20183 part of a composition is searched.
20184 (isearch-other-meta-char): If the key invoking this command can be
20185 mapped by function-key-map to a printing char, call
20186 isearch-process-search-char directly.
20187
20188 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
20189
20190 * emacs-lisp/bytecomp.el:
20191 * frame.el:
20192 * international/mule-cmds.el:
20193 * international/mule-util.el:
20194 * international/mule.el:
20195 * mouse.el:
20196 * subr.el:
20197 * faces.el: Update calls to make-obsolete with a WHEN argument.
20198
20199 * byte-run.el (make-obsolete, make-obsolete-variable):
20200 Add an optional WHEN argument and change the format of the
20201 symbol-property information.
20202 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
20203 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
20204 new obsolete-symbol-property format and print WHEN if it is provided.
20205
20206 2000-05-31 Dave Love <fx@gnu.org>
20207
20208 * loadhist.el (loadhist-hook-functions): Remove
20209 before-change-function, after-change-function.
20210 (unload-feature): Deal with symbols which are both bound and
20211 fbound.
20212
20213 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
20214 before-change-function, after-change-function.
20215
20216 * simple.el (newline): Don't bind before-change-function,
20217 after-change-function.
20218
20219 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
20220
20221 * whitespace.el (whitespace-rescan-timer-time): Update interval
20222 set to 600 seconds (10 minutes) instead of 60 seconds since
20223 a large number of whitespace buffers causes emacs to `freeze'
20224 for a considerable amount of time.
20225
20226 * whitespace.el: Updated email address
20227
20228 2000-05-31 Dave Love <fx@gnu.org>
20229
20230 * add-log.el (change-log-font-lock-keywords) <function>: Add
20231 pattern for function of change.
20232 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
20233 acknowledgements patterns.
20234
20235 2000-05-31 Kenichi Handa <handa@etl.go.jp>
20236
20237 * isearch.el (isearch-printing-char): If keyboard coding system is
20238 being used, call isearch-process-search-multibyte-characters.
20239
20240 * international/isearch-x.el: Mostly rewritten.
20241
20242 * international/quail.el (quail-start-conversion): Don't include
20243 unhandled events in the returned events, but set them in
20244 unread-command-events. Exit if all inputs are deleted.
20245
20246 2000-05-30 Jason Rumney <jasonr@gnu.org>
20247
20248 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
20249
20250 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
20251 Reenable code to create initial fontsets.
20252 Use set-fontset-font in place of put-charset-property.
20253
20254 2000-05-30 Gerd Moellmann <gerd@gnu.org>
20255
20256 * progmodes/perl-mode.el (perl-indent-line): When looking for a
20257 label, ensure that the first colon isn't followed by another.
20258
20259 * paths.el (Info-default-directory-list): Doc fix.
20260
20261 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
20262 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
20263 send a query containing USER only, not USER@HOST.
20264
20265 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
20266 and rmail-msgend to compute the restriction at the end, instead of
20267 computing it.
20268
20269 2000-05-29 Gerd Moellmann <gerd@gnu.org>
20270
20271 * dabbrev.el (dabbrev-expand): Don't display messages in the
20272 echo area if the minibuffer window is active.
20273
20274 * jit-lock.el (jit-lock-mode): Add after change function to
20275 local hook.
20276
20277 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
20278
20279 * antlr-mode.el: New commands: hide/unhide actions,
20280 upcase/downcase literals.
20281 (antlr-tiny-action-length): New user option.
20282 (antlr-hide-actions): New command. Suggested by
20283 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
20284 (antlr-mode-map): New binding [C-c C-v].
20285 (antlr-mode-menu): New entries.
20286 (antlr-downcase-literals): New command.
20287 (antlr-upcase-literals): Ditto.
20288
20289 * antlr-mode.el: Minor changes: indendation, mode-name.
20290 (antlr-indent-line): Indent cpp directive at column 0.
20291 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
20292
20293 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
20294 (antlr-font-lock-additional-keywords): Workaround for intentional
20295 bug in XEmacs version of font-lock.
20296 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
20297 be used by a smarter version of `buffers-menu-grouping-function'.
20298
20299 2000-05-29 Gerd Moellmann <gerd@gnu.org>
20300
20301 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
20302 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
20303
20304 2000-05-29 Kenichi Handa <handa@etl.go.jp>
20305
20306 * international/encoded-kb.el
20307 (encoded-kbd-iso2022-designation-map): Pay attention to that
20308 charset-iso-final-char return -1 for eight-bit-control and
20309 eight-bit-graphic.
20310
20311 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
20312
20313 * speedbar.el (speedbar-use-images, speedbar-update-flag)
20314 (speedbar-easymenu-definition-base): Use display-graphic-p where
20315 available, instead of window-system.
20316
20317 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
20318
20319 * international/codepage.el (cp-coding-system-for-codepage-1): Add
20320 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
20321 coding systems.
20322
20323 2000-05-26 Dave Love <fx@gnu.org>
20324
20325 * disp-table.el (standard-display-underline): Don't use
20326 internal-find-face.
20327
20328 * mail/reporter.el: Maintainer change. Doc fixes.
20329 (reporter-version): Deleted.
20330
20331 * emacs-lisp/elp.el: Maintainer change.
20332 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
20333
20334 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
20335
20336 * add-log.el (add-change-log-entry): Merge the current entry with the
20337 previous one if the previous one is empty.
20338
20339 2000-05-26 Dave Love <fx@gnu.org>
20340
20341 * loadhist.el (unload-feature): Fix interactive spec [from
20342 lijnzaad@ebi.ac.uk].
20343
20344 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
20345 subr-arity to check primitives.
20346 (byte-compile-flush-pending, byte-compile-file-form-progn)
20347 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
20348 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
20349 mapcar.
20350
20351 2000-05-26 Kenichi Handa <handa@etl.go.jp>
20352
20353 * international/fontset.el: Set family names of non-latin charsets
20354 in default fontset to "*".
20355
20356 * international/mule-diag.el (print-fontset): Combine family part
20357 and registry part of the fontname by "-*-" instead of "-".
20358
20359 * international/mule-cmds.el (encode-coding-char): Make strings
20360 multibyte before calling encode-coding-string.
20361
20362 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
20363
20364 * derived.el: Fix keywords.
20365 (define-derived-mode): Only define if needed.
20366
20367 * simple.el (fill-comment, comment-column, comment-start)
20368 (comment-start-skip, comment-end, comment-indent-function)
20369 (block-comment-start, block-comment-end, indent-for-comment)
20370 (set-comment-column, kill-comment, comment-padding, comment-region)
20371 (comment-multi-line, indent-new-comment-line): Remove.
20372
20373 * bindings.el (esc-map): Change ; to comment-dwim and use the new
20374 function names for comment operations.
20375
20376 * newcomment.el: Add abundant autoload cookies.
20377 (comment-style): Don't depend on runtime data at compile-time.
20378 (comment-indent-hook): Remove.
20379 (comment-indent): Check if comment-indent-hook is bound.
20380 (comment-region): Docstring fix.
20381
20382 2000-05-25 Dave Love <fx@gnu.org>
20383
20384 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
20385 byte-code-function-p.
20386
20387 * mail/rmailsum.el: Add provide.
20388
20389 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
20390
20391 * smerge-mode.el (smerge-diff-switches): Don't use list* in
20392 defcustom.
20393
20394 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
20395
20396 * ediff-diff.el (ediff-exec-process): delete --binary option from
20397 non-buffer ediff jobs.
20398
20399 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
20400
20401 * hilit-chg.el (highlight-changes-mode): Ask about color or
20402 grayscale support, not about window-system.
20403
20404 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
20405 window-system.
20406 (ffap-highlight): Always default to t.
20407
20408 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
20409 display-popup-menus-p instead of looking at window-system.
20410
20411 * disp-table.el (standard-display-g1, standard-display-graphic):
20412 Only refuse to use string glyphs on X and MS-Windows.
20413
20414 * avoid.el: Remove window-system from commentary, suggest to use
20415 display-*-p instead.
20416
20417 * apropos.el (apropos-print): Use display-mouse-p instead of
20418 window-system.
20419
20420 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
20421
20422 * international/codepage.el (cp-decoding-vector-for-codepage):
20423 Fill up unsupported characters with their own codes. From Kenichi
20424 Handa.
20425
20426 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
20427
20428 * international/mule-diag.el (describe-char-after): Use
20429 display-graphic-p instead of window-system, so that this function
20430 works on MS-DOS.
20431
20432 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
20433
20434 * international/codepage.el (cp-make-coding-systems-for-codepage):
20435 Remove the eight-bit-graphic and eight-bit-control charsets from
20436 the list of charsets which we convert into `?'.
20437
20438 2000-05-25 Kenichi Handa <handa@etl.go.jp>
20439
20440 * international/mule-conf.el: Specify CHARSET-ID explicitely for
20441 private charsets.
20442 (mule-unicode-0100-24ff, japanese-jisx0213-1,
20443 japanese-jisx0213-2): New charsets.
20444
20445 * international/fontset.el: Setup default fontset for new charsets.
20446
20447 2000-05-24 Dave Love <fx@gnu.org>
20448
20449 * info.el (Info-find-node-2): Restructure [following "Vadim
20450 S. Solomin" <sovs@uic.nnov.ru>].
20451
20452 * icomplete.el: Fix header for Finder.
20453
20454 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
20455
20456 * rmailout.el (rmail-output-to-rmail-file): Added optional param
20457 STAY.
20458
20459 * rmail.el (rmail-automatic-folder-directives): New user variable.
20460 (rmail-show-message): Add call to `rmail-auto-file' during
20461 display.
20462 (rmail-auto-file): New function.
20463
20464 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
20465
20466 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
20467 account.
20468 (ediff-test-utility,ediff-diff-mandatory-option)
20469 (ediff-reset-diff-options): Utilities for proper initialization of
20470 ediff-diff-options and ediff-diff3-options on Windows.
20471
20472 * ediff-init.el (ediff-merge-filename-prefix): New customizable
20473 variable.
20474
20475 * ediff-mult.el (ediff-filegroup-action): Use
20476 ediff-merge-filename-prefix.
20477
20478 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
20479
20480 * viper-ex.el (ex-write): Set selective display to nil.
20481
20482 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
20483
20484 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
20485 aliases for hebrew-iso-8bit.
20486
20487 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
20488
20489 * woman.el: New version from Francis J. Wright
20490 <F.J.Wright@Maths.QMW.ac.uk>.
20491 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
20492 names in environment variables regardless of the path separator.
20493 (woman-topic-all-completions-1): Don't call file-name-directory-p
20494 on all files, since woman-file-regexp already filters out any
20495 directories.
20496
20497 2000-05-24 Kenichi Handa <handa@etl.go.jp>
20498
20499 * international/quail.el (quail-start-translation): Don't change
20500 modified-p of the current buffer.
20501 (quail-start-conversion): Likewise.
20502
20503 * international/kkc.el (kkc-region): Don't change modified-p of
20504 the current buffer.
20505
20506 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
20507 conform to RFC1468.
20508 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
20509
20510 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
20511
20512 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
20513 (speedbar-insert-button): Invisible text property fix.
20514 (speedbar-directory-plus): Renamed from speedbar-directory-+
20515 (speedbar-directory-minus): Renamed from speedbar-directory--
20516 (speedbar-page-plus): Renamed from speedbar-file-+
20517 (speedbar-page-minus): Renamed from speedbar-file--
20518 (speedbar-page): Renamed from speedbar-file-
20519 (speedbar-tag): Renamed from speedbar-tag-
20520 (speedbar-tag-plus): Renamed from speedbar-tag-+
20521 (speedbar-tag-minus): Renamed from speedbar-tag--
20522 (speedbar-expand-image-button-alist): Use above renames.
20523
20524 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
20525 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
20526 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
20527 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
20528 * sb-pg.xpm: Renamed from sb-file.xpm
20529 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
20530 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
20531
20532 2000-05-24 Kenichi Handa <handa@etl.go.jp>
20533
20534 * international/quail.el (quail-show-guidance-buf): Set
20535 current-input-method of the guidance buffer to the name of the
20536 curren input method.
20537
20538 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
20539
20540 * progmodes/compile.el (compile-internal): Style typo.
20541
20542 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
20543 quote vars and functions in the docstring.
20544
20545 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
20546
20547 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
20548 Don't quote lambdas.
20549
20550 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
20551
20552 2000-05-23 Gerd Moellmann <gerd@gnu.org>
20553
20554 * startup.el (command-line): Determine source file of compiled
20555 user init file differently. Warn if compiled user init file
20556 is older than its source file.
20557
20558 * ffap.el (ffap-url-regexp): Add `https'.
20559
20560 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
20561
20562 * files.el (make-backup-file-name-1): Replace slashes with `!'
20563 rather than `|' (which is not allowed on Windows). Replace the
20564 drive letters with a string "drive_X".
20565
20566 2000-05-23 Gerd Moellmann <gerd@gnu.org>
20567
20568 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
20569
20570 * files.el (interpreter-mode-alist): Add `bash2'.
20571
20572 2000-05-22 Dave Love <fx@gnu.org>
20573
20574 * loadhist.el (feature-symbols, file-provides, file-requires): Use
20575 mapc.
20576 (feature-file): Avoid calling symbol-name. Doc fix.
20577 (file-set-intersect, file-dependents): Use dolist, not mapcar.
20578 (loadhist-hook-functions): Add mouse-position-function.
20579 (unload-feature): Change uses of mapcar.
20580
20581 * files.el (parse-colon-path): Doc fix.
20582 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
20583 (set-auto-mode): Use mapc.
20584
20585 * complete.el (PC-look-for-include-file): Use :alnum: character
20586 class.
20587 (partial-completion-mode): Add autoload cookie.
20588
20589 2000-05-22 Sam Steingold <sds@gnu.org>
20590
20591 * info.el (Info-fontify-node): Fixed the call to
20592 `add-text-properties' (bug introduced on 2000-05-18).
20593
20594 2000-05-22 Dave Love <fx@gnu.org>
20595
20596 * bindings.el: Remove debug-ignored-errors set in other files.
20597
20598 * progmodes/etags.el: Add to debug-ignored-errors.
20599 (visit-tags-table-buffer): Clear out buffers holding old tables
20600 when making a new list.
20601 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
20602 mapc.
20603
20604 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
20605 quote keywords.
20606 (cmpl-string-case-type): Use character classes.
20607
20608 * comint.el:
20609 * textmodes/ispell.el:
20610 * imenu.el:
20611 * mail/mh-e.el:
20612 * progmodes/compile.el: Add to debug-ignored-errors.
20613
20614 * dabbrev.el: Add to debug-ignored-errors.
20615 (dabbrev-completion): Use mapc.
20616
20617 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
20618
20619 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
20620 (woman-mapcan, woman-parse-man.conf)
20621 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
20622 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
20623 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
20624 path syntax better.
20625 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
20626 (woman-manpath): Call woman-parse-man.conf.
20627 (woman-emulation): New defcustom, defaults to nroff.
20628 (woman-font-support): New defconst.
20629 (woman-use-symbol-font): New defcustom.
20630 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
20631 "Emulation".
20632 Many functions: Doc fix.
20633
20634 2000-05-22 Kenichi Handa <handa@etl.go.jp>
20635
20636 * international/quail.el (quail-simple-translation-keymap): Map
20637 128..255 to quail-self-insert-command.
20638 (quail-keyboard-layout-alist): Add definition for "pc102-de".
20639
20640 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
20641
20642 * help.el (help-manyarg-func-alist): Typo.
20643
20644 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
20645 intervals which makes it heaps simpler.
20646
20647 * newcomment.el (comment-region-internal): Go back to BEG after quoting
20648 the nested comment markers.
20649
20650 * subr.el (remove-hook): Don't turn the hook's value into a list.
20651
20652 2000-05-21 Dave Love <fx@gnu.org>
20653
20654 * edmacro.el (edmacro-parse-keys): Return vector if any elements
20655 are invalid characters.
20656
20657 * international/mule-util.el (detect-coding-with-priority): Use
20658 mapc. Remove redundant lambda.
20659
20660 * international/mule-diag.el (list-non-iso-charset-chars)
20661 (describe-fontset): Remove redundant lambda.
20662
20663 * emulation/crisp.el (brief-mode): New alias.
20664
20665 * emacs-lisp/ring.el (ring-elements): New function.
20666
20667 * emacs-lisp/easymenu.el (easy-menu-create-menu)
20668 (easy-menu-do-add-item): Use keywordp.
20669
20670 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
20671
20672 * replace.el: Doc and error message fixes.
20673 (replace-highlight): Use facep, not internal-find-face.
20674
20675 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
20676
20677 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
20678
20679 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
20680 (log-edit-insert-changelog): Drop `:' as well.
20681
20682 * log-view.el: Fix file description.
20683 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
20684 available.
20685 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
20686 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
20687
20688 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
20689 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
20690 Print a status message if the toggle is called interactively.
20691 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
20692 for global minor modes and use `defcustom' for them.
20693 Use add-minor-mode.
20694 (easy-mmode-define-derived-mode): Remove.
20695 (define-derived-mode): Fancier default docstring.
20696 (easy-mmode-define-navigation): Signal an error rather than (ding).
20697
20698 * newcomment.el (comment-styles): New `box-multi'.
20699 (comment-normalize-vars): Better default for comment-continue to
20700 avoid whitespace-only continuations.
20701 (comment-search-forward): Always move even in the no-syntax case.
20702 (comment-padright): Only obey N if it's only obeyed for padleft.
20703 (comment-make-extra-lines): Better handling of empty continuations.
20704 Use `=' for the filler if comment-start has only one character.
20705 (uncomment-region): Try handling the special `=' filler.
20706 (comment-region): Allow LINES even if MULTI is nil.
20707 (comment-box): Choose box style based on comment-style.
20708
20709 2000-05-20 Kenichi Handa <handa@etl.go.jp>
20710
20711 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
20712 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
20713
20714 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
20715
20716 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
20717 and insert, not subst-char-in-region.
20718
20719 * international/mule-diag.el (list-character-sets-1): Handle
20720 charsets eight-bit-control and eight-bit-graphic.
20721 (list-iso-charset-chars): Likewise.
20722 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
20723 charactes as is. Use indent-to to align characters.
20724
20725 * international/mule-cmds.el (find-multibyte-characters): Never
20726 exclude charsets eight-bit-control and eight-bit-graphic.
20727
20728 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
20729
20730 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
20731 Don't quote lambdas.
20732
20733 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
20734
20735 2000-05-19 Gerd Moellmann <gerd@gnu.org>
20736
20737 * gud.el (gud-jdb-directories): Doc fix.
20738
20739 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
20740
20741 * newcomment.el: New file.
20742
20743 2000-05-19 Gerd Moellmann <gerd@gnu.org>
20744
20745 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
20746
20747 2000-05-18 Andreas Schwab <schwab@suse.de>
20748
20749 * dired.el (dired-between-files): Also skip lines beginning with
20750 `used'.
20751
20752 2000-05-18 Gerd Moellmann <gerd@gnu.org>
20753
20754 * msb.el (msb-menu-cond): Add choice `user'.
20755
20756 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20757
20758 * ps-print.el: Compatibility, customization and doc fix.
20759 (ps-printer-name-option): Replace defconst by defvar.
20760 (ps-postscript-code-directory): XEmacs compatibility.
20761 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
20762 fix.
20763 (ps-user-defined-prologue, ps-print-prologue-header)
20764 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
20765 compatibility and code fix.
20766 (ps-print-background-image, ps-print-background-text):
20767 Customization fix.
20768 (ps-line-number-start, ps-n-up-on): New vars.
20769
20770 2000-05-18 Espen Skoglund <esk@ira.uka.de>
20771
20772 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
20773 the indent-comment function to just return the appropriate indent.
20774
20775 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
20776
20777 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
20778 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
20779 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
20780
20781 2000-05-18 Dave Love <fx@gnu.org>
20782
20783 * info.el (Info-fontify-node): Add intangible property as well as
20784 invisible.
20785
20786 * calendar/appt.el (appt-make-list): Match all lines of entry.
20787 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
20788
20789 2000-05-18 Kenichi Handa <handa@etl.go.jp>
20790
20791 * international/mule-diag.el (describe-char-after): Call
20792 internal-char-font, not char-font. If internal-char-font returns
20793 nil, display "-- none --".
20794
20795 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
20796
20797 * image.el (image-type-available-p): Don't reference image-types
20798 if it isn't bound.
20799
20800 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
20801
20802 * autoarg.el (autoarg-mode): Typo in the :set argument.
20803
20804 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
20805
20806 * startup.el (command-line-1): Don't signal an error if the
20807 directory for auto-save-list files does not yet exist.
20808
20809 2000-05-17 Kenichi Handa <handa@etl.go.jp>
20810
20811 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
20812
20813 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
20814
20815 * subr.el (remove-hook): `setq' hook-value, not `set'.
20816
20817 2000-05-16 Sam Steingold <sds@gnu.org>
20818
20819 * info.el (debug-ignored-errors): More errors to ignore.
20820
20821 2000-05-16 Dave Love <fx@gnu.org>
20822
20823 * cus-edit.el: Don't require cl or easymenu.
20824 (custom-variable-prompt): Test standard-value property, not
20825 user-variable-p.
20826
20827 2000-05-16 Sam Steingold <sds@gnu.org>
20828
20829 * subr.el (add-hook): `setq' hook-value, not `set'.
20830
20831 2000-05-16 Gerd Moellmann <gerd@gnu.org>
20832
20833 * startup.el (command-line-1): Mention the FAQ in the startup
20834 message.
20835
20836 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
20837
20838 * progmodes/compile.el (compilation-parse-errors): Collect
20839 `nomessage' regexps last.
20840
20841 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
20842
20843 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
20844 to the function name.
20845
20846 2000-05-15 Dave Love <fx@gnu.org>
20847
20848 * speedbar.el (speedbar-recenter): Typo.
20849 (speedbar-expand-line): Make arg optional.
20850 (speedbar-mode): Avoid a compiler warning.
20851
20852 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20853
20854 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
20855 user-specified option string is empty.
20856
20857 * mouse.el (mouse-yank-at-click): Doc fix.
20858
20859 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
20860
20861 * term/internal.el (IT-character-translations): More updates of
20862 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
20863 documents.
20864
20865 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20866
20867 * env.el (getenv): New function, interactively callable.
20868 (setenv, getenv): Remove autoload cookies.
20869
20870 * loadup.el: Load `env'.
20871
20872 * progmodes/f90.el: Change author's mail address.
20873
20874 2000-05-14 Dave Love <fx@gnu.org>
20875
20876 * mail/rmail.el (rmail-show-message-hook): Customize and offer
20877 goto-addr as an option.
20878
20879 * help.el (help-xref-stack): Doc fix.
20880 (help-xref-following): New variable.
20881 (help-make-xrefs): Use it.
20882 (help-xref-go-back): Use position information from stack element.
20883 (help-follow): Make position in stack element a pair. Use
20884 help-xref-following.
20885
20886 * autoarg.el: New file.
20887
20888 * faces.el: Declare more functions obsolete.
20889
20890 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
20891 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
20892 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
20893 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
20894 Remove all the setup-...-environment functions.
20895
20896 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
20897
20898 * speedbar.el: Updated the commentary section. xemacs20p now uses
20899 >= when detecting. Require `defimage' safely.
20900 (speedbar-easymenu-definition-base): Add toggle for images.
20901 (speedbar-easymenu-definition-special): Add flush cache & expand.
20902 (speedbar-visiting-tag-hook): Set new defaults. Added options.
20903 (speedbar-reconfigure-keymaps-hook): New variable.
20904 (speedbar-frame-parameters): Updated documentation.
20905 (speedbar-use-imenu-flag): Updated custom tag
20906 (speedbar-dynamic-tags-function-list): New variable.
20907 (speedbar-tag-hierarchy-method): Updated doc & custom.
20908 (speedbar-indentation-width, speedbar-indentation-width) New
20909 variables.
20910 (speedbar-hide-button-brackets-flag): Customizable.
20911 (speedbar-vc-indicator): Doc update.
20912 (speedbar-ignored-path-expressions): Updated default value.
20913 (speedbar-supported-extension-expressions): Updated default value.
20914 (speedbar-syntax-table): Remove {} paren status.
20915 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
20916 as "+". Added overlay aliases.
20917 (speedbar-mode): Use `speedbar-mode-line-update' instead of
20918 `force-mode-line-update'.
20919 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
20920 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
20921 `mouse-set-point'
20922 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
20923 (speedbar-item-info-tag-helper): Revamped to handle a wider range
20924 of arbitrary text, and new helper functions.
20925 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
20926 filename finder.
20927 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
20928 (speedbar-directory-buttons): Update path search/expansion.
20929 (speedbar-make-tag-line): Pay attention to
20930 `speedbar-indentation-width'. Use more care w/ invisible
20931 properties.
20932 (speedbar-change-expand-button-char): Call
20933 `speedbar-insert-image-button-maybe'.
20934 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
20935 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
20936 (speedbar-trim-words-tag-hierarchy)
20937 (speedbar-simple-group-tag-hierarchy): New functions
20938 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
20939 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
20940 functions.
20941 (speedbar-mouse-set-point): New function
20942 (speedbar-power-click): Updated documentation.
20943 (speedbar-line-token, speedbar-goto-this-file): Handle more types
20944 of tag prefix text.
20945 (speedbar-expand-line, speedbar-contract-line): Make more robust
20946 to strange text.
20947 (speedbar-expand-line): Takes universal argument to flush the
20948 cache.
20949 (speedbar-flush-expand-line): New function.
20950 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
20951 Use new generator insertion method.
20952 (speedbar-fetch-dynamic-tags): New function.
20953 (speedbar-fetch-dynamic-imenu): Removed code now handled in
20954 `speedbar-fetch-dynamic-imenu'.
20955 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
20956 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
20957 "Revert Buffer" menu items.
20958 (speedbar-buffer-buttons-engine): Be smarter when creating a
20959 filename tag (for expansion purposes.).
20960 (speedbar-highlight-one-tag-line,
20961 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
20962 (speedbar-recenter): New functions.
20963 (defimage-speedbar): Image loading abstraction.
20964 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
20965 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
20966 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
20967 (speedbar-tag-type, speedbar-tag-mail): New images.
20968 (speedbar-expand-image-button-alist): New variable.
20969 (speedbar-insert-image-button-maybe): Insert an image over some
20970 buttons.
20971
20972 2000-05-13 Kenichi Handa <handa@etl.go.jp>
20973
20974 * international/mule-cmds.el (encode-coding-char): An ASCII
20975 character is always encodable.
20976
20977 * international/mule-conf.el: Add more information in descriptions
20978 of character sets.
20979
20980 * international/mule-diag.el (describe-char-after): New function.
20981 (describe-font-internal): Adjusted for the change of font-info.
20982 (describe-font): Likewise.
20983 (print-fontset): Rewritten for the new fontset implementation.
20984 (describe-fontset): Include fontset alias names in completion.
20985 (list-fontsets): Adjusted for the change of print-fontset.
20986
20987 * simple.el (what-cursor-position): If DETAIL is non-nil, call
20988 describe-char-after instead of displaying the detail in the echo
20989 area.
20990 (syntax-code-table): Format changed.
20991 (string-to-syntax): Adjusted for the above change.
20992
20993 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
20994
20995 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
20996
20997 2000-05-12 Dave Love <fx@gnu.org>
20998
20999 * calendar/todo-mode.el: Remove some compatibility stuff and CL
21000 dependence. Use line-{beginning,end}-position, not
21001 point-at{b,e}ol. Some doc fixes.
21002 (todo-position): New function. Fix callers of position to use it.
21003 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
21004
21005 2000-05-12 Gerd Moellmann <gerd@gnu.org>
21006
21007 * time.el (display-time-mail-icon): Use `:ascent center'.
21008
21009 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
21010 handling FTP security extensions.
21011
21012 2000-05-11 Dave Love <fx@gnu.org>
21013
21014 * calendar/todo-mode.el: New file.
21015
21016 2000-05-11 Gerd Moellmann <gerd@gnu.org>
21017
21018 * comint.el (comint-read-input-ring): Move reference to
21019 comint-input-ring-size outside of the save-excursion. It was
21020 causing the default value to be the only one ever seen.
21021
21022 * font-lock.el: Update copyright. Remove Simon Marshall's email
21023 address on request from him.
21024
21025 * subr.el (substitute-key-definition): Add comment describing
21026 the meaning of PREFIX.
21027
21028 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
21029
21030 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
21031
21032 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
21033 (add-minor-mode): Don't make the variable buffer-local and add a
21034 reference to define-minor-mode in the docstring.
21035
21036 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
21037 HEADER/FOOTER and fix bug with trailing empty directory.
21038 (cvs-append-to-ignore): Use vc-editable-p if available.
21039 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
21040 (vc-do-command): Tweak advice to handle the new VC.
21041
21042 * log-view.el (log-view-goto-rev): New function for the new VC.
21043 (log-view-minor-wrap): Use mark-active.
21044
21045 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
21046 (log-edit-changelog-full-paragraphs): New var.
21047 (log-edit-insert-changelog): Remove a lonely leading `* file'.
21048 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
21049 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
21050 (log-edit-changelog-ours-p, log-edit-changelog-entries)
21051 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
21052 Replace the `cvs' prefix with `log-edit'.
21053
21054 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
21055
21056 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
21057 (diff-font-lock-defaults): Explicitly turn off multiline.
21058 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
21059 (diff-ediff-patch): Fix call to ediff-patch-file.
21060 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
21061 Handle comments.
21062
21063 * frame.el (automatic-hscrolling): Typo.
21064
21065 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
21066
21067 2000-05-09 Sam Steingold <sds@goems.com>
21068
21069 * apropos.el (apropos-print): use `describe-face' instead of
21070 `customize-face-other-window'.
21071
21072 2000-05-09 Dave Love <fx@gnu.org>
21073
21074 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
21075
21076 * help.el (describe-variable): Have customize button pop the
21077 help-xref stack when invoked.
21078 (help-xref-symbol-regexp): Add `face'.
21079 (help-make-xrefs): Check for quoted face names and adapt regexp
21080 submatch numbers to cope.
21081 (help-xref-interned): Maybe insert face doc too. Separate
21082 sections with a line of hyphens.
21083
21084 * faces.el: Some doc fixes. Declare some functions obsolete.
21085 (describe-face): Add customize button. Return the help
21086 text. Fix prompt.
21087
21088 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
21089
21090 * term/internal.el (IT-character-translations): Fix last change.
21091
21092 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
21093
21094 * woman.el: New file
21095 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
21096
21097 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
21098
21099 * term/internal.el (IT-character-translations): Update ASCII
21100 simulations for greek-iso8859-7, add latin-iso8859-14 and
21101 latin-iso8859-15.
21102
21103 * international/mule-cmds.el (set-language-info-alist): Call
21104 define-prefix-command with 3 arguments, to make the map suitable
21105 for a menu.
21106
21107 2000-05-07 Dave Love <fx@gnu.org>
21108
21109 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
21110
21111 2000-05-05 Dave Love <fx@gnu.org>
21112
21113 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
21114 list in doc string. Don't quote keyword symbols.
21115 * emacs-lisp/cl.el: Likewise
21116 * emacs-lisp/cl-seq.el: Likewise
21117
21118 2000-05-05 Gerd Moellmann <gerd@gnu.org>
21119
21120 * abbrev.el (abbrev-mode): Make ARG optional.
21121
21122 2000-05-04 Gerd Moellmann <gerd@gnu.org>
21123
21124 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
21125
21126 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
21127
21128 * subr.el (substitute-key-definition): Clarify documentation.
21129
21130 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
21131
21132 * glasses.el (glasses-convert-to-unreadable): Use
21133 `glasses-separator' instead of the hard-wired "_".
21134 (glasses-mode): Call `glasses-make-unreadable' only in a single
21135 place.
21136
21137 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
21138
21139 * term/internal.el (cjk-codepages-alist): Add associations for
21140 Chinese and Korean codepages. Remove FIXME comment.
21141
21142 2000-05-03 Dave Love <fx@gnu.org>
21143
21144 * time.el (display-time-mail-face, display-time-use-mail-icon):
21145 New option.
21146 (display-time-mail-icon): New variable.
21147 (display-time-string-forms): Use the above. Fix the local-map.
21148
21149 2000-05-03 Gerd Moellmann <gerd@gnu.org>
21150
21151 * replace.el (query-replace-map): Add binding for `E'.
21152 (query-replace-help): Extend help text.
21153 (perform-replace): Allow editing the replacement string.
21154
21155 * make-mode.el (makefile-mode-abbrev-table): New variable.
21156 (makefile-mode): Set local abbrev table to
21157 makefile-mode-abbrev-table.
21158 (makefile-font-lock-keywords): Fontify includes and conditionals.
21159
21160 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
21161 set TOGGLE's value.
21162
21163 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
21164 mail-interactive-insert-alias.
21165 (mail-abbrev-complete-alias): New command.
21166 (mail-mode-map): Bind it to `M-TAB'.
21167
21168 2000-05-03 Kenichi Handa <handa@etl.go.jp>
21169
21170 * language/lao-util.el (lao-compose-region): New function.
21171
21172 2000-05-02 Gerd Moellmann <gerd@gnu.org>
21173
21174 * files.el (recover-session): Make directories as necessary
21175 if they don't exist yet.
21176
21177 * calendar/cal-french.el
21178 (french-calendar-multibyte-special-days-array)
21179 (french-calendar-special-days-array): Change French text.
21180 (calendar-french-date-string): Change output.
21181 (calendar-goto-french-date): Likewise.
21182
21183 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
21184
21185 * wid-edit.el (widget-default-active): Obey `:always-active'.
21186 (widget-documentation-string-value-create): Set `:always-active'.
21187
21188 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
21189
21190 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
21191 default prefix to `~/_emacs.d/auto-save.list/_s'.
21192 (normal-top-level): Create the directory for auto-save files, if
21193 it doesn't already exist (in the ms-dos case only).
21194
21195 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
21196
21197 * international/mule-cmds.el (set-language-environment): Don't
21198 concat an integer (dos-codepage), use format instead.
21199
21200 2000-05-02 Dave Love <fx@gnu.org>
21201
21202 * help.el (help-xref-on-pp): Check for constant symbols.
21203
21204 2000-04-29 Gerd Moellmann <gerd@gnu.org>
21205
21206 * startup.el (normal-top-level): Put a condition-case around
21207 the code loading subdirs.el.
21208
21209 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21210
21211 * ps-print.el: Upside-down and face background color printing,
21212 line number step, doc fix.
21213 (ps-print-version): New version number (5.2).
21214 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
21215 (ps-face-attribute-list, ps-plot-with-face): Code fix.
21216 (ps-spool-config): Var fix.
21217 (ps-printer-name-option): Const fix.
21218 (ps-print-upside-down, ps-use-face-background)
21219 (ps-line-number-step): New vars.
21220 (ps-window-system, ps-lp-system): New consts.
21221 (ps-face-background): New fun.
21222
21223 2000-04-28 Richard Stallman <rms@gnu.org>
21224
21225 * files.el (make-auto-save-file-name):
21226 Apply auto-save-file-name-transforms to visited file name
21227 before generating auto save file name.
21228 (auto-save-file-name-transforms): New variable.
21229
21230 * files.el (backup-enable-predicate):
21231 Correctly test for a file under a temporary directory.
21232
21233 2000-04-28 Gerd Moellmann <gerd@gnu.org>
21234
21235 * subr.el (add-minor-mode): Rewritten.
21236
21237 2000-04-28 Kenichi Handa <handa@etl.go.jp>
21238
21239 * mail/sendmail.el (sendmail-send-it): Set
21240 buffer-file-coding-system to the selected coding system for MIME
21241 header.
21242
21243 2000-04-27 Gerd Moellmann <gerd@gnu.org>
21244
21245 * dired.el (dired-move-to-filename-regexp): Allow format where
21246 YYYY is followed by two spaces.
21247
21248 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
21249 in the second character class of the regexp.
21250
21251 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
21252 mh-etc, too.
21253
21254 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
21255 nil.
21256
21257 * subr.el (add-minor-mode): Use `set' instead of `setq'.
21258
21259 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
21260 argument.
21261
21262 2000-04-27 Sen Nagata <sen@eccosys.com>
21263
21264 * emacs-lisp/crm.el (crm-completion-table): New variable.
21265 (crm-collection-fn, crm-test-completion)
21266 (completing-read-multiple): Use it.
21267
21268 2000-04-27 Dave Love <fx@gnu.org>
21269
21270 * help.el (locate-library): Use mapc.
21271 (help-manyarg-func-alist): Add call-process-region.
21272
21273 2000-04-26 Gerd Moellmann <gerd@gnu.org>
21274
21275 * subr.el (add-minor-mode): Make argument MAP optional.
21276
21277 * desktop.el (desktop-save): Save list of minor modes.
21278 (desktop-create-buffer): Restore minor modes.
21279 (desktop-minor-mode-table): New user-option.
21280
21281 * subr.el (add-minor-mode): New function.
21282
21283 * image.el (find-image): New function.
21284 (defimage): Rewritten to find image at load time.
21285
21286 * startup.el (normal-top-level-add-to-load-path): Handle
21287 case that the default directory is not in load-path.
21288
21289 * help.el: Old patch from Stefan Monnier.
21290 (help-xref-on-pp): New function.
21291 (describe-variable): Use it to display xrefs in a symbol's value.
21292
21293 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
21294
21295 * cus-edit.el (custom-face): Fix parenthesis.
21296
21297 2000-04-26 Kenichi Handa <handa@etl.go.jp>
21298
21299 * mail/rmail.el (rmail-expunge): When there are no deleted
21300 messages, do nothing.
21301
21302 2000-04-26 Dave Love <fx@gnu.org>
21303
21304 * international/mule-cmds.el (locale-translation-file-name):
21305 Defvar to nil.
21306 (set-locale-environment): Set it here (at runtime).
21307
21308 2000-04-25 Gerd Moellmann <gerd@gnu.org>
21309
21310 * replace.el (perform-replace): Add parameters START and END. Use
21311 them instead of the check for a region in Transient Mark mode.
21312 (query-replace-read-args): Return two more list elements for the
21313 start and end of the region in Transient Mark mode.
21314 (query-replace, query-replace-regexp, query-replace-regexp-eval)
21315 (map-query-replace-regexp, replace-string, replace-regexp): Add
21316 optional last arguments START and END and pass them to
21317 perform-replace.
21318
21319 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
21320 form with additional arguments for perform-replace.
21321
21322 * progmodes/etags.el (tags-query-replace): Add parameters START
21323 and END. Construct a form with additional arguments for
21324 perform-replace.
21325
21326 * simple.el (shell-command): Set default directory for "*Shell
21327 Command Output" buffer.
21328
21329 * language/european.el (iso-latin-4): Fix typo.
21330
21331 * emacs-lisp/crm.el: New file.
21332
21333 2000-04-24 Dave Love <fx@gnu.org>
21334
21335 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
21336 (Custom-reset-saved, Custom-reset-standard)
21337 (custom-group-value-create, custom-group-set, custom-group-save)
21338 (custom-group-reset-current, custom-group-reset-saved)
21339 (custom-group-reset-standard): Use mapc.
21340 (custom-buffer-create-internal): Disable undo when creating items.
21341 Use mapc.
21342 (custom-face): Avoid redundant lambda.
21343
21344 2000-04-24 Gerd Moellmann <gerd@gnu.org>
21345
21346 * startup.el (auto-save-list-file-prefix): Set default to
21347 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
21348
21349 2000-04-24 Sam Steingold <sds@gnu.org>
21350
21351 * time-stamp.el (time-stamp-string-preprocess): Always convert
21352 `field-result' to a string.
21353
21354 2000-04-24 Gerd Moellmann <gerd@gnu.org>
21355
21356 * frame.el (scrolling): New group.
21357 (automatic-hscrolling): New user-option.
21358
21359 * startup.el (command-line-x-option-alist): Add `-lsp' and
21360 `--line-spacing'.
21361
21362 2000-04-19 Dave Love <fx@gnu.org>
21363
21364 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
21365 (cl-mapc): Rename from mapc. Fix the funcall.
21366
21367 2000-04-19 Gerd Moellmann <gerd@gnu.org>
21368
21369 * simple.el (clone-indirect-buffer-other-window): New command.
21370 (clone-indirect-buffer): Add optional arg NORECROD.
21371 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
21372
21373 * help.el (resize-temp-buffer-window): Use count-screen-lines.
21374
21375 * window.el (count-screen-lines): New function.
21376 (shrink-window-if-larger-than-buffer): Use count-screen-lines
21377 instead of window-buffer-height.
21378
21379 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
21380 non-existing variable comint-input-sentinel.
21381 (inferior-lisp-args-to-list): Removed.
21382 (inferior-lisp): Use split-string instead of
21383 inferior-lisp-args-to-list.
21384
21385 * hexl.el (hexl-insert-hex-string): New command.
21386
21387 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
21388 instead of concat.
21389
21390 2000-04-18 Gerd Moellmann <gerd@gnu.org>
21391
21392 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
21393 at the start of an existing but empty folder.
21394
21395 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21396
21397 * ps-mule.el: Customization fix, doc fix.
21398 (ps-multibyte-buffer): Customization fix.
21399
21400 2000-04-17 Richard M. Stallman <rms@gnu.org>
21401
21402 * subr.el (read-passwd): Use read-char-exclusive.
21403
21404 2000-04-17 Gerd Moellmann <gerd@gnu.org>
21405
21406 * textmodes/texinfo.el (texinfo-insert-@email)
21407 (texinfo-insert-@emph, texinfo-insert-@quotation)
21408 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
21409 (texinfo-mode-map): Add key bindings for them.
21410
21411 * files.el (basic-save-buffer-2): Use a template with `$'
21412 instead of `#' for VMS.
21413
21414 * simple.el (clone-indirect-buffer): New function.
21415
21416 2000-04-16 Stephen Eglen <stephen@gnu.org>
21417
21418 * iswitchb.el (iswitchb-case): New function. If the user input
21419 contains any upper-case characters, the search is made
21420 case-sensitive.
21421
21422 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
21423
21424 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
21425 comment-end.
21426 (texinfo-font-lock-syntactic-keywords): New var.
21427 (texinfo-font-lock-keywords): Remove comment regexp.
21428 (texinfo-insert-block): New function.
21429 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
21430 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
21431 and font-lock-defaults. Use regexp-opt for outline-regexp.
21432 (texinfo-environments): New var.
21433 (texinfo-environment-regexp): Use regexp-opt and
21434 texinfo-environments.
21435
21436 * textmodes/ispell.el (ispell-menu-map-needed): Check that
21437 ispell-process is bound since this might be eval'd before ispell
21438 is loaded.
21439 (ispell-message): Use a tiny bit less magic and a bit more hard
21440 data to figure out what kind of sc-cite-regexp to use.
21441
21442 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
21443
21444 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
21445 (insert-cyclic-diary-entry): Unquote the lambda.
21446
21447 * gud.el (gud-jdb-build-source-files-list): Fix typo.
21448
21449 * files.el (backup-enable-predicate): Unquote the lambda.
21450
21451 * cus-edit.el (custom-face, face): Unquote the lambda.
21452
21453 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21454
21455 * ps-print.el: Check for line-beginning-position definition.
21456
21457 * ps-print.el: Fix counting lines in a region.
21458 (ps-print-version): New version number (5.1.5).
21459 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
21460 (ps-printing-region): Fun code fix.
21461
21462 2000-04-15 Gerd Moellmann <gerd@gnu.org>
21463
21464 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
21465 to file-directory-p.
21466
21467 2000-04-14 Gerd Moellmann <gerd@gnu.org>
21468
21469 * gud.el (gud-jdb-build-source-files-list): Check that directory
21470 exists before calling directory-files.
21471
21472 2000-04-13 Dave Love <fx@gnu.org>
21473
21474 * emacs-lisp/trace.el: Change maintainer. Use new backquote
21475 syntax.
21476
21477 * emacs-lisp/cl-specs.el: Remove when, unless.
21478
21479 * emacs-lisp/cl-extra.el: Don't quote keywords.
21480 (cl-old-mapc): New variable.
21481 (mapc): Use it.
21482 (cl-map-intervals): Use with-current-buffer. Don't check for
21483 next-property-change.
21484 (cl-map-overlays): Use with-current-buffer.
21485 (cl-expt): Remove.
21486 (copy-tree, remprop): Define unconditionally.
21487
21488 * emacs-lisp/cl-compat.el (keywordp): Remove.
21489
21490 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
21491 to use keywordp.
21492 (edebug-spec): Enable keywordp.
21493
21494 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
21495 string-lessp.
21496
21497 * cus-start.el: Use keywordp.
21498
21499 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21500
21501 * diary-lib.el (include-other-diary-files): Fix the fix of
21502 2000-02-18 by doing a save-excursion.
21503
21504 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21505
21506 * ps-print.el: Customization fix, doc fix.
21507 (ps-print-version): New version number (5.1.4).
21508 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
21509 (ps-print-preprint): Adjust code.
21510 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
21511 (ps-print-prologue-header, ps-print-control-characters)
21512 (ps-spool-config): Customization fix.
21513
21514 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
21515
21516 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
21517 converted to the new menu-item format, names silightly changed,
21518 help strings added.
21519
21520 Support for spelling without async subprocesses:
21521
21522 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
21523 (ispell-session-buffer): New variables.
21524 (ispell-start-process, ispell-process-status,
21525 ispell-accept-output, ispell-send-string): New functions, for
21526 Ispell invocation when async subprocesses aren't supported.
21527 (ispell-word, ispell-pdict-save, ispell-command-loop,
21528 ispell-process-line, ispell-buffer-local-parsing): Replace calls
21529 to process-send-string with calls to ispell-send-string, and
21530 accept-process-output with ispell-accept-output.
21531 (ispell-init-process): Call ispell-process-status instead of
21532 process-status with.
21533 (ispell-init-process): Call ispell-start-process. Call
21534 ispell-accept-output and ispell-send-string. Don't call
21535 process-kill-without-query and kill-process if they are unbound.
21536 (ispell-async-processp): New function.
21537
21538 2000-04-12 Dave Love <fx@gnu.org>
21539
21540 * info.el: Add debug-ignored-errors.
21541 (Info-mode-menu): Add some items.
21542 (Info-directory): Add autoload cookie.
21543
21544 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
21545 Modify `truncate-lines'. Make `describe-language-environment'
21546 always visible and add help. Modify `describe-key' help. Invoke
21547 Info-directory from `info'. New entry `emacs-manual'.
21548
21549 2000-04-10 Gerd Moellmann <gerd@gnu.org>
21550
21551 * progmodes/ebrowse.el (ebrowse-tree-mode):
21552 Use propertized-buffer-identification.
21553 (ebrowse-update-member-buffer-mode-line): Likewise.
21554 (ebrowse--mode-strings): Removed.
21555 (ebrowse--mode-line-props): Removed.
21556
21557 * files.el (auto-mode-alist): Add `EBROWSE'.
21558
21559 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
21560 space before testing for end of buffer.
21561 (ebrowse-load): Removed.
21562 (ebrowse-revert-tree-buffer-from-file): Rewritten.
21563 (ebrowse-create-tree-buffer): Rewritten.
21564 (ebrowse-tree-mode): Read tree from buffer.
21565
21566 * progmodes/ebrowse-ffh.el: Removed.
21567
21568 2000-04-10 Kenichi Handa <handa@etl.go.jp>
21569
21570 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
21571
21572 2000-04-10 Gerd Moellmann <gerd@gnu.org>
21573
21574 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
21575 at the wrong place.
21576
21577 2000-04-09 Dave Love <fx@gnu.org>
21578
21579 * files.el (backup-enable-predicate):
21580 Use temporary-file-directory, small-temporary-file-directory.
21581 (make-backup-file-name-function, backup-directory-alist): New vars.
21582 (make-backup-file-name-1): New function.
21583 (make-backup-file-name): Use it.
21584 (find-backup-file-name): Likewise. Use format for clarity, not concat.
21585 (file-newest-backup): Use make-backup-file-name.
21586
21587 2000-04-09 Gerd Moellmann <gerd@gnu.org>
21588
21589 * progmodes/ebrowse-ffh.el: New file.
21590
21591 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
21592 Moved to ebrowse-ffh.el.
21593 (ebrowse-load): Add autoload.
21594
21595 * finder.el (finder-commentary): Add autoload cookie.
21596
21597 * mail/rfc2368.el: Correct author's email address.
21598
21599 * progmodes/ebrowse.el: New file.
21600
21601 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
21602 item help string.
21603 (easy-menu-do-add-item): Ditto.
21604 (easy-menu-define): Extend doc string.
21605
21606 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
21607 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
21608 (jit-lock-function, jit-lock-stealth-fontify): Don't use
21609 with-buffer-unmodified.
21610
21611 2000-04-08 Dave Love <fx@gnu.org>
21612
21613 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
21614 unless, when.
21615
21616 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
21617
21618 * viper-util.el (viper-put-on-search-overlay): New subroutine.
21619 (viper-flash-search-pattern): No operation when using Emacs
21620 doesn't support face.
21621 Use `viper-put-on-search-overlay'.
21622
21623 2000-04-04 Gerd Moellmann <gerd@gnu.org>
21624
21625 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
21626 like C-r.
21627
21628 * progmodes/make-mode.el: Some doc fixes.
21629 (makefile-mode-abbrev-table): New variable.
21630 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
21631 (makefile-font-lock-keywords): Fontify includes and conditionals.
21632 (toplevel): Require `dabbrev' and `add-log' when compiling.
21633
21634 * replace.el (perform-replace): Don't move forward one char
21635 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
21636 to do that because it leaves point 1 position after the last
21637 replacement, after everything has been replaced.
21638
21639 * jit-lock.el (with-buffer-unmodified): New macro.
21640 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
21641 modified state.
21642 (jit-lock-function-1): Extracted from jit-lock-function; not
21643 preserving buffer's modified state.
21644 (jit-lock-function, jit-lock-stealth-fontify):
21645 Call jit-lock-function-1.
21646
21647 * mail/rfc2368.el: Remove supernumerary copyright line.
21648
21649 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
21650
21651 * glasses.el: Provide facilities for inserting space before left
21652 parentheses and uncapitalization of identifiers.
21653 (glasses-mode): Try to remove old overlays in all cases.
21654
21655 2000-04-03 Gerd Moellmann <gerd@gnu.org>
21656
21657 * progmodes/compile.el (compile-internal): Display the compilation
21658 buffer in a different frame, if it's already displayed there.
21659
21660 * mail/rfc2368.el: New file.
21661
21662 * simple.el (sendmail-user-agent-compose): Recognize a `body'
21663 header and insert its value as mail body.
21664
21665 * subr.el (member-ignore-case): New function.
21666
21667 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
21668 (dabbrev--find-expansion): Ignore buffers matching a regexp
21669 from dabbrev-ignored-regexps.
21670
21671 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
21672 to extensions handled by gzip.
21673
21674 2000-04-03 Richard M. Stallman <rms@gnu.org>
21675
21676 * files.el (insert-directory): List the total free space
21677 along with the used space.
21678
21679 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
21680 line is followed by one that matches CITATION-REGEXP, end the
21681 paragraph.
21682
21683 2000-04-03 Markus Rost <rost@delysid.gnu.org>
21684
21685 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
21686 (rmail-make-basic-summary-line): Use that option.
21687
21688 2000-04-03 Kenichi Handa <handa@etl.go.jp>
21689
21690 * international/mule-cmds.el (encoded-string-description):
21691 Rewritten. Try pretty description for ISO 2022 escape sequences
21692 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
21693 for hexadecimal format.
21694
21695 2000-04-01 Dave Love <fx@gnu.org>
21696
21697 * cpp.el: Change customization group to `c' from `C'.
21698
21699 * vcursor.el (vcursor-move): Use display-color-p.
21700
21701 * international/mule-util.el: Provide mule-utils.
21702 (string-to-sequence): Simplify and speed up.
21703
21704 * international/mule.el (make-coding-system): Purecopy doc-string.
21705
21706 * international/mule-cmds.el: Various menu changes.
21707 (describe-specified-language-support): Handle `Default'.
21708 (set-language-info): Purecopy `info'.
21709
21710 2000-03-31 Andrew Innes <andrewi@gnu.org>
21711
21712 * vc.el (vc-backend-diff): Return the correct status if we had to
21713 retry the rcsdiff command without the --brief option.
21714
21715 2000-03-31 Dave Love <fx@gnu.org>
21716
21717 * help.el (help-manyarg-func-alist): Correct several omissions.
21718
21719 * add-log.el: Don't require cl, fortran.
21720 (add-log-current-defun-function): Doc fix.
21721 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
21722 (change-log-version-rcs): Function deleted.
21723 (change-log-version-number-search): Doc fix.
21724 Use vc-workfile-version. Avoid CL dolist.
21725 (add-change-log-entry): Just call add-log-current-defun to get
21726 defun. Simplify somewhat.
21727 (change-log-get-method-definition-1): Likewise.
21728 (add-log-current-defun): Return nil if calling
21729 add-log-current-defun-function does so. Move Fortran stuff to
21730 fortran.el. Return string without properties.
21731
21732 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
21733 and :alpha: char classes.
21734
21735 * mail/supercite.el: Defvar curline when compiling.
21736 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
21737 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
21738 rather than a-zA-Z0-9 to allow non-ASCII characters.
21739
21740 2000-03-31 Gerd Moellmann <gerd@gnu.org>
21741
21742 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
21743
21744 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
21745 Re-enable new code.
21746
21747 * lpr.el (print-region-1): Use -d to specify printer name for
21748 systems `usg-unix-v*, `dgux', `hpux', `irix'.
21749
21750 2000-03-31 Dave Love <fx@gnu.org>
21751
21752 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
21753 Look for function definition in symbol's function value slot first
21754 instead of first consulting byte-compile-function-environment.
21755
21756 2000-03-31 Kenichi Handa <handa@etl.go.jp>
21757
21758 * language/european.el ("Polish"): New language environment.
21759 (setup-polish-environment): New function.
21760
21761 2000-03-30 Gerd Moellmann <gerd@gnu.org>
21762
21763 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
21764 Disable new code.
21765
21766 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
21767 trying to `load' the symbol of an autoload instead of the file
21768 recorded in the autoload. Fix error messages.
21769
21770 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21771
21772 * ps-print.el: PostScript programming fix for ghostview, doc fix.
21773 (ps-print-version): New version number (5.1.3).
21774 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
21775 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
21776 (ps-generate-postscript-with-faces): Code fix.
21777 (ps-color-values): XEmacs compatibility.
21778 (ps-print-background-image, ps-print-background-text, ps-printer-name)
21779 (ps-default-fg, ps-default-bg): Adjust customization.
21780 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
21781 (ps-color-scale): Renaming old ps-color-value fun.
21782 (ps-print-headers): Replace ps-print-header group to avoid conflict
21783 with ps-print-header variable.
21784 (ps-print-miscellany): New group.
21785 (ps-format-color, ps-rgb-color): New funs.
21786 (ps-default-foreground): New var.
21787 (ps-printer-name-option): New const.
21788
21789 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
21790
21791 * net/net-utils.el:
21792 (network-connection-host, network-connection-service): New variables
21793 (network-connection-mode): New mode, derived from comint-mode
21794 (network-connection-mode-setup): New function, saves host and
21795 service information in local variables.
21796
21797 * lisp/locate.el:
21798 (locate-word-at-point): Added this function
21799 (locate): Default to using locate-word-at-point as input
21800 Run dired-mode-hook
21801
21802 2000-03-29 Dave Love <fx@gnu.org>
21803
21804 * calendar/appt.el: Doc fixes.
21805 (appt-check): Convert min-to-app to a string before passing to
21806 appt-disp-window-function or concat.
21807 (appt-delete-window): Remove test for frame-root-window.
21808 (appt-select-lowest-window, appt-convert-time): Simplify.
21809
21810 * emacs-lisp/bytecomp.el: Doc fixes.
21811 (byte-compile-file-form-autoload):
21812 Update byte-compile-function-environment.
21813
21814 2000-03-29 Andreas Schwab <schwab@suse.de>
21815
21816 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
21817
21818 * dired.el (dired-insert-directory): If dired-free-space-program
21819 failed just delete its output.
21820
21821 2000-03-29 Dave Love <fx@gnu.org>
21822
21823 * international/iso-cvt.el: Move provide to end. Doc fixes.
21824 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
21825 (iso-iso2sgml, iso-sgml2iso): New functions.
21826 (iso-cvt-define-menu): Fix some entries and use backquote for
21827 clarity.
21828
21829 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
21830
21831 2000-03-28 Gerd Moellmann <gerd@gnu.org>
21832
21833 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
21834 ISO-DATE. If non-nil, return date in ISO 8601 format.
21835
21836 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
21837
21838 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
21839 if it ever becomes used.
21840 (log-edit-mode-hook): Default to vc-log-mode-hook.
21841 (log-edit-mode): Fix the docstring.
21842
21843 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
21844 the code.
21845
21846 2000-03-26 Dave Love <fx@gnu.org>
21847
21848 * net/browse-url.el (browse-url): Re-fix case of
21849 browse-url-browser-function being an alist.
21850 (browse-url): Add :link to defgroup.
21851
21852 * files.el: Doc fixes.
21853 (file-truename): Include `[' in wildcard characters.
21854 (automount-dir-prefix): Customize.
21855 (find-file-wildcards): Add :version.
21856 (find-file-noselect): Simplify a mapcar call.
21857
21858 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
21859 compatible with inf-lisp version.
21860 (eval-defun-1): Fix custom-declare-variable case.
21861
21862 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
21863
21864 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
21865
21866 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21867
21868 * Makefile (COMPILE_FIRST): New macro.
21869 (compile-files): Compile files from COMPILE_FIRST first.
21870
21871 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
21872
21873 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
21874 matching open parenthesis in column 0 to defun-prompt-regexp
21875 only if open-paren-in-column-0-is-defun-start is set.
21876
21877 * sun-curs.el: Require CL at compile-time only.
21878
21879 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
21880 instead of copy-list which is a function from CL.
21881 (msb--choose-menu, msb--mode-menu-cond)
21882 (msb--create-buffer-menu-2): Use dolist instead of mapc.
21883 (msb--init-file-alist): Use mapcar instead of mapcan.
21884 (msb--aggregate-alist): Use mapcar instead of mapcan.
21885 Fix `(' in column 0 in doc string.
21886 (msb--add-separators): Use mapcar instead of mapcan.
21887
21888 * cus-dep.el: Require CL at compile-time only.
21889
21890 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
21891
21892 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
21893 (byte-compile-warnings): New warning `noruntime'.
21894 (byte-compile-constants, byte-compile-variables): Fix docstring.
21895 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
21896 execute `eval-whenc-compile's body.
21897 (byte-compile-unresolved-functions): Fix docstring.
21898 (byte-compile-eval): New function.
21899 (byte-compile-callargs-warn): Check if the function will be available
21900 at runtime (via property `byte-compile-noruntime').
21901 (byte-compile-print-syms): New function.
21902 (byte-compile-warn-about-unresolved-functions): Also warn about
21903 `noruntime' functions (and use `byte-compile-print-syms').
21904 (byte-compile-file): Capitalize the message.
21905
21906 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21907
21908 * mail/rmail.el (rmail-confirm-expunge): New user-option.
21909 (rmail-expunge): Ask for confirmation depending on the setting
21910 of rmail-confirm-expunge.
21911
21912 2000-03-23 Gerd Moellmann <gerd@gnu.org>
21913
21914 * Makefile (bootstrap-clean): If $(emacs) exists, build
21915 loaddefs.el first. A loaddefs.el that's not up-to-date might
21916 cause a bootstrap failure because things don't autoload as expected.
21917
21918 2000-03-23 Dave Love <fx@gnu.org>
21919
21920 * net/browse-url.el: Restore previous use of
21921 browse-url-maybe-new-window.
21922
21923 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21924
21925 * ps-print.el: Skip banner page fix.
21926 (ps-print-version): New version number (5.1.2).
21927 (ps-begin-file, ps-end-file, ps-generate): Code fix.
21928
21929 2000-03-23 Dave Pearson <davep@davep.org>
21930
21931 * net/quickurl.el Changed the type of parameter passed to the
21932 function defined by `quickurl-format-function'. Before only the
21933 text of the URL was passed. Now the whole URL structure is passed
21934 and the function is responsible for extracting the parts it requires.
21935 Changed the default of `quickurl-format-function' accordingly.
21936 (quickurl-insert): Changed the `funcall' of
21937 `quickurl-format-function' to match the above change.
21938 (quickurl-list-insert): Changed the `url' case so that it makes
21939 use of `quickurl-format-function', previous to this the format was
21940 hard wired.
21941
21942 2000-03-22 Gerd Moellmann <gerd@gnu.org>
21943
21944 * startup.el: Change some spellings for the X Window System.
21945
21946 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
21947
21948 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
21949 Clean up the code and the regexp and make sure the cursor is
21950 temporarily moved to the suspicious line while querying the user.
21951
21952 2000-03-22 Jason Rumney <jasonr@gnu.org>
21953
21954 * w32-fns.el (w32-charset-info-alist): Initialize.
21955
21956 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21957
21958 * ps-print.el: N-up last page fix.
21959 (ps-print-version): New version number (5.1.1).
21960 (ps-end-file, ps-end-job, ps-generate): Code fix.
21961
21962 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21963
21964 * files.el (find-file-run-dired): Update docstring.
21965 (find-directory-functions): New hook.
21966 (find-file-noselect): Run find-directory-functions rather than
21967 calling dired directly.
21968
21969 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
21970
21971 * pcvs.el: Add a minimal leading commentary.
21972 (cvs-make-cvs-buffer): Change the header part by removing the startup
21973 message and adding a `Module' entry. Also replace the FOOTER and
21974 HEADER special fileinfos with the new support in ewoc for updating
21975 its own footer and header.
21976 (cvs-update-header): Update to use the header/footer of the ewoc.
21977 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
21978 (cvs-is-within-p): New function.
21979 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
21980 to only examine some subset of the buffers.
21981
21982 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
21983 `format' instead of our own ad-hoc functions.
21984 Remove HEADER and FOOTER cases, now handled in the EWOC.
21985 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
21986
21987 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
21988 output to avoid scaring the user.
21989 (cvs-parse-table): Catch message for non-up-to-date commits.
21990
21991 * pcvs-defs.el (cvs-startup-message): Remove.
21992 (cvs-global-menu): New autoloaded menu.
21993
21994 * pcvs-util.el (cvs-string-fill): Remove.
21995
21996 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
21997 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
21998 PP part of it and also make it work for footers and headers.
21999 (ewoc-create): Drop POS and BUFFER arguments.
22000 Use the DLL's dummy node to store the end-of-footer position.
22001 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
22002 (ewoc-refresh): Remove unused `header' variable.
22003 (ewoc-(get|set)-hf): New functions.
22004
22005 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
22006 log-view-*-(message|file) and use easy-mmode-define-navigation.
22007 (log-view-message-re): Match SCCS format as well.
22008 And match the revision line rather than the dashed separator line.
22009 (log-view-mode): Use the new define-derived-mode.
22010 (log-view-current-tag): Fill in with an actual implementation.
22011
22012 * cvs-status.el (cvs-status-(prev|next)): Rename from
22013 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
22014 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
22015 to let the output "breathe" a little more (more readable).
22016 (cvs-status-mode): Use the new define-derived-mode.
22017
22018 * smerge-mode.el (smerge-auto-leave): New function and variable.
22019 (smerge-basic-map): Rename from smerge-basic-keymap.
22020 Change the bindings for smerge-diff-*.
22021 (smerge-*-map): Use easy-mmode-defmap.
22022 (smerge-(next|prev)): Use easy-mmode-define-navigation.
22023 (smerge-keep-*): Use smerge-auto-leave.
22024
22025 2000-03-21 Jason Rumney <jasonr@gnu.org>
22026
22027 * cus-edit.el (custom-button-face): Use 3D look for w32.
22028 (custom-button-pressed-face): Likewise.
22029
22030 2000-03-21 Gerd Moellmann <gerd@gnu.org>
22031
22032 * progmodes/etags.el (tags-case-fold-search): New user-option.
22033 (tags-loop-eval): New function. Bind case-fold-search around eval
22034 depending on the value of tags-case-fold-search.
22035 (tags-loop-continue): Use tags-loop-eval.
22036 (find-tag-in-order): Bind case-fold-search depending on the value
22037 of tags-case-fold-search.
22038
22039 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
22040
22041 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
22042 (diff-end-of-hunk): Return the end position for use in
22043 `easy-mmode-define-navigation'.
22044 (diff-recenter): Remove.
22045 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
22046 of `easy-mmode-define-navigation'.
22047 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
22048 previous renaming) and fix to use new names.
22049 (diff-merge-strings): Use \n as separator: simpler, faster.
22050 (diff-mode): Use `define-derived-mode'.
22051
22052 * derived.el (define-derived-mode): Don't autoload anymore.
22053 Prefer the macro-only version provided by easy-mmode.el.
22054
22055 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
22056 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
22057 (easy-mmode-define-navigation): New macro.
22058
22059 * subr.el (combine-run-hooks): New function.
22060
22061 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
22062
22063 * term/x-win.el: Fontsets related initialization is simplified.
22064
22065 * international/mule-diag.el (describe-font): Don't refer to
22066 global-fontset-alist, instead call font-list.
22067 (describe-fontset, list-fontsets, mule-diag): Likewise.
22068 (print-fontset): Adjusted for the change of fontset implementation.
22069
22070 * international/fontset.el (x-charset-registries): Variable removed,
22071 instead the corresponding data is stored in the default fontset.
22072 (register-alternate-fontnames): Function removed.
22073 (resolved-ascii-font): Variable removed.
22074 (x-compose-font-name): Ignore the second argument REDOCE.
22075 (x-complement-fontset-spec): Complement only an ASCII font and
22076 element for those charsets than can use that ASCII font.
22077 (generate-fontset-menu): Don't refer to global-fontset-alist,
22078 instead call fontset-list.
22079 (uninstantiated-fontset-alist): Variable removed.
22080 (x-style-funcs-alist): Likewise.
22081 (fontset-default-styles): Likewise.
22082 (x-modify-font-name): Function removed.
22083 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
22084 (create-fontset-from-ascii-font): Docsting adjusted for the above
22085 change.
22086 (instantiate-fontset, resolve-fontset-name): Functions removed.
22087 (fontset-list): Now implemented by C code.
22088
22089 * faces.el (read-face-font): Fix TABLE arg to completing-read.
22090 (describe-face): Include `font' attribute in the description.
22091
22092 2000-03-21 Kenichi Handa <handa@etl.go.jp>
22093
22094 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
22095
22096 2000-03-20 Gerd Moellmann <gerd@gnu.org>
22097
22098 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
22099 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
22100 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
22101
22102 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
22103 about behavior of set-buffer-modified-p wrt redisplay.
22104
22105 2000-03-19 Richard M. Stallman <rms@gnu.org>
22106
22107 * view.el (view-mode-disable): Kill local binding of view-read-only.
22108
22109 2000-03-18 Gerd Moellmann <gerd@gnu.org>
22110
22111 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
22112 is a string, convert it to a syntax cell using string-to-syntax.
22113
22114 * simple.el (syntax-code-table, syntax-flag-table): New variables.
22115 (string-to-syntax): New function.
22116
22117 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
22118 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
22119 try to use passive ftp mode.
22120
22121 2000-03-17 Gerd Moellmann <gerd@gnu.org>
22122
22123 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
22124
22125 * simple.el (append-to-buffer): Update point of windows after
22126 insertion.
22127
22128 * abbrev.el (inverse-add-abbrev): Identify word by first moving
22129 forward then moving backward. Reindent.
22130
22131 * frame.el (other-frame): Call x-focus-frame only if
22132 focus-follows-mouse is off.
22133
22134 2000-03-17 Dave Love <fx@gnu.org>
22135
22136 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
22137
22138 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
22139
22140 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
22141 regexp for labels cannot span several lines.
22142
22143 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
22144 `(setq :<key> ':<key>)' to the macro expansion.
22145
22146 2000-03-16 Dave Love <fx@gnu.org>
22147
22148 * progmodes/f90.el (f90): Put custom group under `languages', not
22149 `fortran'.
22150 (f90-mode-hook): Customize.
22151 (f90-mode): Set add-log-current-defun-function.
22152 (f90-current-defun): New function.
22153
22154 2000-03-16 Gerd Moellmann <gerd@gnu.org>
22155
22156 * cus-edit.el (custom-variable-tag-face): Handle case that
22157 default face's height is not a number.
22158 (custom-face-tag-face, custom-group-tag-face-1)
22159 (custom-group-tag-face): Ditto.
22160 (custom-group-tag-face-1): Add :group.
22161
22162 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
22163
22164 2000-03-15 Gerd Moellmann <gerd@gnu.org>
22165
22166 * pcvs-defs.el (toplevel): Remove autoload cookie for form
22167 requiring easymenu.
22168
22169 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22170
22171 * ps-print.el: PostScript user-defined prologue, PostScript error
22172 handler, doc fix.
22173 (ps-print-version): New version number (5.1).
22174 (ps-user-defined-prologue, ps-error-handler-message)
22175 (ps-print-prologue-0, ps-error-handler-alist): New vars.
22176 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
22177 (ps-insert-string): New function.
22178
22179 2000-03-15 Kenichi Handa <handa@etl.go.jp>
22180
22181 * international/ccl.el (ccl-compile-expression): Don't generate
22182 invalid self-assignment code.
22183
22184 2000-03-14 Dave Love <fx@gnu.org>
22185
22186 * subr.el (replace-regexp-in-string): Renamed from
22187 replace-regexps-in-string. Doc fix.
22188
22189 2000-03-12 Dave Love <fx@gnu.org>
22190
22191 * cus-edit.el: Doc fixes.
22192 (customize-set-variable, customize-save-variable): Rename args for doc.
22193 (custom-variable-tag-face, custom-face-tag-face)
22194 (custom-group-tag-face-1, custom-group-tag-face): Modify from
22195 style which user identify as hyperlink.
22196 (hook): Don't add undefined functions to the hook.
22197 (debug-ignored-errors): Transfer message from bindings.el.
22198
22199 2000-03-12 Gerd Moellmann <gerd@gnu.org>
22200
22201 * recentf.el (recentf-keep-non-readable-files-p):
22202 Remove double/nested definition.
22203
22204 2000-03-12 Dave Love <fx@gnu.org>
22205
22206 * facemenu.el (facemenu-get-face): Use display-color-p.
22207 * enriched.el (enriched-decode-foreground): Likewise.
22208 (enriched-decode-background): Likewise.
22209 * isearch.el (isearch-highlight): Likewise.
22210 * info-look.el (info-lookup): Likewise.
22211 * simple.el (completion-setup-function): Likewise.
22212
22213 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
22214 :options.
22215
22216 * bindings.el (mode-line-format): Fix line-number and
22217 column-number items. Add help-echo for the background.
22218 (mode-line-mule-info): Modify help-echo.
22219
22220 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
22221
22222 * files.el (load-file): Allow completion to .elc.
22223
22224 * man.el: Doc fixes.
22225 (Man-init-defvars): Use display-color-p to set fontification.
22226
22227 * play/hanoi.el (hanoi-internal): Don't use oddp.
22228
22229 2000-03-12 Gerd Moellmann <gerd@gnu.org>
22230
22231 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
22232
22233 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
22234
22235 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
22236
22237 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
22238 Fix comment.
22239
22240 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
22241
22242 * font-lock.el (font-lock-keywords): Fix the doc now that
22243 regexp-opt-depth is unnecessary.
22244 (save-buffer-state): Set an edebug spec.
22245 (font-lock-fontify-anchored-keywords): Properly handle the case when
22246 the matcher goes past the limit.
22247
22248 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
22249 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
22250
22251 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
22252 dll.el and cookie.el (from Elib) with heavy renaming and other
22253 massaging.
22254
22255 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
22256 Autoload the functions used.
22257 (easy-mmode-define-syntax): Fix CL typo.
22258 (easy-mmode-define-derived-mode): Improve the docstring generation.
22259
22260 2000-03-10 Gerd Moellmann <gerd@gnu.org>
22261
22262 * textmodes/texinfo.el (texinfo-version): Variable and function
22263 removed.
22264
22265 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
22266
22267 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
22268 allow more flexibility.
22269 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
22270 (easy-mmode-defmap, easy-mmode-defsyntax)
22271 (easy-mmode-define-derived-mode): New macros.
22272
22273 2000-03-09 Didier Verna <didier@xemacs.org>
22274
22275 * rect.el (replace-rectangle): New function.
22276
22277 2000-03-09 Dave Love <fx@gnu.org>
22278
22279 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
22280 (fortran-comment-line-start-skip): Don't match cpp stuff.
22281 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
22282 (fortran-mode-map): Remove over-eager custom-menu-create for now.
22283 (fortran-mode): Don't set fortran-comment-line-start-skip,
22284 fortran-comment-line-start here. Set comment-start,
22285 add-log-current-defun.
22286 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
22287 (fortran-current-defun): New function.
22288
22289 2000-03-09 Gerd Moellmann <gerd@gnu.org>
22290
22291 * emacs-lisp/re-builder.el: New file.
22292
22293 * mouse.el (mouse-drag-region): Don't run up-event handler
22294 if hscroll has changed.
22295
22296 * octave-mod.el (octave-font-lock-keywords): To font-lock the
22297 builtin operators, use `font-lock-builtin-face' for Emacs and
22298 `font-lock-preprocessor-face' otherwise.
22299
22300 * font-lock.el (lisp-font-lock-keywords-1): Highlight
22301 `(defun (setf foo)' differently.
22302
22303 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
22304
22305 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
22306 (regexp-opt): Update comment and adapt the code the new meaning of
22307 the `paren' argument of regex-opt-group for shy-groups.
22308 (regexp-opt-depth): Handle shy groups as well as backslashed
22309 backslashes.
22310 (regexp-opt-group): Turn the leading comment into a docstring.
22311 Allow `paren' to be a string (the string to use to open a group).
22312 Remove open-presuf and close-presuf. Instead of checking for `all
22313 one-char' and then later on check for `several one-char', handle
22314 both cases close together. Also apply a more generic algorithm
22315 for suffixes (the mirror image of the algorithm used for
22316 prefixes). Use shy-groups. Use nreverse rather than reverse.
22317 (regexp-opt-try-suffix): Removed.
22318
22319 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
22320 from comint-mode-map, so we can just inherit from it. Also, move
22321 the initialization into the `defvar' since there's no docstring
22322 anyway and it's fairly short.
22323 (inferior-scheme-mode): Define it as derived-mode: the code is
22324 shorter and this way we inherit from comint-mode-map rather than
22325 copying it.
22326
22327 * subr.el (replace-regexps-in-string): Properly handle the case
22328 where we match an empty string.
22329
22330 * comint.el (comint-exec-1): Add the current-dir to the exec-path
22331 when the command has a directory component (such as "./testml").
22332 Also fix a typo in the comment.
22333
22334 2000-03-08 Gerd Moellmann <gerd@gnu.org>
22335
22336 * Makefile (compile-files): Compile files one by one because
22337 that's the only way to ensure a clean compilation environment for
22338 each individual file.
22339
22340 * frame.el (other-frame): Call x-focus-frame.
22341
22342 2000-03-07 Dave Love <fx@gnu.org>
22343
22344 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
22345 :require to defcustom.
22346
22347 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
22348
22349 * files.el (auto-mode-alist): Add configure.in.
22350
22351 * progmodes/autoconf.el: New file.
22352
22353 2000-03-07 Gerd Moellmann <gerd@gnu.org>
22354
22355 * mail/mh-e.el: Change maintainer to `none'.
22356
22357 * recentf.el (recentf-keep-non-readable-files-p): Quote args
22358 to remove-hook and add-hook.
22359
22360 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22361
22362 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
22363 it as the default.
22364 (mail-send): Test mail-send-nonascii also for the new `mime' value.
22365 (sendmail-send-it): Conditionally add MIME headers specifying the
22366 used character set.
22367
22368 2000-03-07 Dave Love <fx@gnu.org>
22369
22370 * winner.el: Fix keywords, autoload cookies.
22371 Split eval-when-compile form to avoid compilation failure.
22372
22373 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
22374
22375 * international/mule.el: Modify comment about coding system
22376 property `coding-category'.
22377 (make-coding-system): New argument EOL-TYPE. Pay attention to
22378 coding-category property of PROPERTIES.
22379
22380 * international/mule-conf.el (coding-category-utf-8)
22381 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
22382 categories. Include them in the argument for set-coding-priority.
22383
22384 * international/mule-cmds.el (reset-language-environment):
22385 Include coding-category-utf-8, coding-category-utf-16-be, and
22386 coding-category-utf-16-le in the argument for set-coding-priority.
22387 (reset-language-environment): Initialize coding-category-utf-8,
22388 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
22389
22390 2000-03-06 Karl Fogel <kfogel@red-bean.com>
22391
22392 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
22393 code abstracted out of `bookmark-jump-noselect'. Now tries info
22394 extensions as well as compression extensions.
22395 (bookmark-jump-noselect): Use above new func.
22396
22397 2000-03-03 Gerd Moellmann <gerd@gnu.org>
22398
22399 * strokes.el: Change maintainer's mail address.
22400
22401 2000-03-03 Kenichi Handa <handa@etl.go.jp>
22402
22403 * international/mule-diag.el (list-character-sets): Make help-echo
22404 string by substitute-command-keys.
22405 (list-character-sets): Likewise.
22406 (sort-listed-character-sets): Call help-setup-xref.
22407
22408 2000-03-02 Gerd Moellmann <gerd@gnu.org>
22409
22410 * time.el (display-time-mail-file): Add `none' to the list of choices.
22411
22412 2000-03-01 Dave Love <fx@gnu.org>
22413
22414 * help.el (help-xref-go-back): Don't try to set position.
22415
22416 * international/mule-diag.el (list-character-sets):
22417 Call help-setup-xref. Add help-echo to xrefs.
22418 (list-character-sets-1): Add help-echo to xrefs.
22419
22420 2000-03-02 Gerd Moellmann <gerd@gnu.org>
22421
22422 * frame.el (blink-cursor-mode): Switch cursor on when turning
22423 the mode off.
22424
22425 * add-log.el (add-log-current-defun): Add support for
22426 Autoconf mode.
22427
22428 * mail/rmail.el (rmail-quit-hook): New variable.
22429
22430 2000-03-01 Dave Love <fx@gnu.org>
22431
22432 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
22433
22434 * help.el (help-xref-button): Add help-echo arg.
22435 (describe-function-1, describe-variable, help-make-xrefs): Use it.
22436
22437 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
22438
22439 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
22440
22441 2000-03-01 Gerd Moellmann <gerd@gnu.org>
22442
22443 * image.el (defimage): Look for image files in load-path.
22444
22445 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
22446
22447 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
22448
22449 * recentf.el (recentf): Added version tag to the defgroup of recentf.
22450
22451 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
22452
22453 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
22454 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
22455 action to select/unselect a file.
22456 (recentf-edit-list): Code cleanup and improvement.
22457 (recentf-open-more-files-action): `recentf-open-more-files' button
22458 widget action to open a file.
22459 (recentf-open-more-files): No more use standard completion but widgets.
22460 (recentf-more-collection): Deleted.
22461 (recentf-more-history): Deleted.
22462 (recentf-setup-more-completion): Deleted.
22463
22464 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
22465
22466 * recentf.el (recentf-mode): No more needs that Emacs is running
22467 under a window-system.
22468
22469 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
22470
22471 * recentf.el (recentf-edit-list): New command to edit the recent
22472 list which allow the user to remove files.
22473 (recentf-edit-selected-items): New global variable, used by
22474 `recentf-edit-list' to hold the list of files to be removed from
22475 the recent list.
22476 (recentf-make-menu-items): Updated to display a "Edit list..."
22477 menu item. Minor code cleanup.
22478
22479 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
22480
22481 * recentf.el (recentf-open-more-files): New command to open files
22482 that are not displayed in the menu.
22483 (recentf-more-collection): New global variable holding the set of
22484 permissible completions used by `recentf-open-more-files'.
22485 (recentf-more-history): New global variable holding the history list
22486 used by `recentf-open-more-files' completion.
22487 (recentf-setup-more-completion): New function to setup completion for
22488 `recentf-open-more-files'.
22489 (recentf-make-menu-items): Updated to display a "More..." menu item.
22490
22491 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
22492
22493 * recentf.el (recentf-menu-action): Doc fixed.
22494
22495 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
22496
22497 * recentf.el (recentf-menu-filter): Doc updated.
22498 (recentf-update-menu-hook): Allow menu filters to force menu update.
22499 (recentf-make-menu-items): New menu filter handling.
22500 (recentf-make-menu-item): New helper function.
22501 (recentf-menu-elements): New menu handling function.
22502 (recentf-sort-ascending): Updated to new menu filter handling.
22503 (recentf-sort-descending): Updated to new menu filter handling.
22504 (recentf-sort-basenames-ascending): New menu filter function.
22505 (recentf-sort-basenames-descending): New menu filter function.
22506 (recentf-show-basenames): New menu filter function.
22507 (recentf-show-basenames-ascending): New menu filter function.
22508 (recentf-show-basenames-descending): New menu filter function.
22509
22510 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
22511
22512 * diary-lib.el (list-diary-entries): Don't try to go forward at
22513 the end of the buffer.
22514
22515 2000-02-29 Kenichi Handa <handa@etl.go.jp>
22516
22517 * international/mule-diag.el (list-character-sets):
22518 Completely rewritten.
22519 (sort-listed-character-sets): New function.
22520 (list-character-sets-1): Completely rewritten.
22521 (list-character-sets-2): New function.
22522 (non-iso-charset-alist): New variable.
22523 (decode-codepage-char): New function.
22524 (charset-history): New variable.
22525 (read-charset) (list-block-of-chars)
22526 (list-iso-charset-chars)
22527 (list-non-iso-charset-chars)
22528 (list-charset-chars): New functions.
22529 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
22530 (dump-charsets): Likewise.
22531
22532 2000-02-29 Gerd Moellmann <gerd@gnu.org>
22533
22534 * dired-x.el (dired-filename-at-point): Add `@' to valid
22535 file name characters.
22536 (dired-filename-at-point): Handle ange-ftp file names.
22537
22538 * frame.el (frame-notice-user-settings): Use assq-delete-all
22539 instead of assoc-delete-all.
22540 (frame-notice-user-settings): Ditto.
22541
22542 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
22543 Don't copy alist.
22544
22545 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
22546
22547 * calculator.el (calculator-use-menu): New option.
22548 (calculator-initial-bindings): Changed some bindings to work as macros.
22549 (calculator-forced-input): Removed.
22550 (calculator-restart-other-mode): New variable.
22551 (calculator-mode-map): Set up menu.
22552
22553 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
22554
22555 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
22556
22557 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
22558
22559 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
22560 translate all ESC key sequences.
22561 (viper-goto-mark-subr): Restore markers for files for which
22562 they were saved.
22563 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
22564 * viper-util.el (viper-set-replace-overlay-glyphs)
22565 (viper-set-replace-overlay): Always check if the replacement
22566 overlay is live.
22567 * viper.el (viper-vi-state-mode-list): Add major modes.
22568 * ediff-wind.el: Minor comment changes.
22569 * ediff.el: Copyright notice date fix.
22570
22571 2000-02-27 Jason Rumney <jasonr@gnu.org>
22572
22573 * faces.el (face-font-family-alternatives): Add arial to helv.
22574 (mode-line, header-line, tool-bar): Same default as x for w32.
22575 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
22576 face-font-family-alternatives from working.
22577 * term/w32-win.el (mouse-set-font): Do not build fontset from
22578 chosen font.
22579
22580 2000-02-25 Sam Steingold <sds@goems.com>
22581
22582 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
22583 properly.
22584
22585 2000-02-25 Richard M. Stallman <rms@gnu.org>
22586
22587 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
22588
22589 2000-02-25 Gerd Moellmann <gerd@gnu.org>
22590
22591 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
22592
22593 * frame.el (busy-cursor-delay-seconds): New option.
22594
22595 2000-02-24 Gerd Moellmann <gerd@gnu.org>
22596
22597 * frame.el (show-cursor-in-non-selected-windows): New option.
22598
22599 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
22600
22601 * diary-lib.el (include-other-diary-files): Undo the selective
22602 display in any included file and don't kill it.
22603
22604 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
22605
22606 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
22607 Menu items converted to (menu-item format, help strings added.
22608 [downcase, upcase]: Don't enable on MS-DOS.
22609 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
22610 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
22611
22612 2000-02-23 Dave Love <fx@gnu.org>
22613
22614 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
22615 (backward-kill-word): Revert addition of * to interactive spec --
22616 it's a feature.
22617
22618 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
22619 (backward-kill-sentence, kill-sentence): Likewise.
22620
22621 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
22622 scratch buffer name.
22623 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
22624
22625 * term/w32-win.el (internal-face-interactive): Update prompt for
22626 new read-face-name.
22627
22628 * mail/footnote.el (footnote): Add :version to defgroup.
22629 (footnote-section-tag-regexp): Customize.
22630 (footnote-start-tag, footnote-end-tag): New option.
22631 (footnote-latin-regexp): New variable.
22632 (Footnote-latin): New function.
22633 (footnote-style-alist): Add element for latin style.
22634 (footnote-style): Moved.
22635 (Footnote-goto-footnote): Use eq to test arg.
22636
22637 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
22638
22639 * emacs-lisp/byte-opt.el: Change old backquote syntax.
22640 (byte-compile-trueconstp): Include keywords.
22641 (byte-optimize-quote, byte-optimize-lapcode):
22642 Use byte-compile-const-symbol-p.
22643 (byte-optimize-char-before): New optimization.
22644
22645 * emacs-lisp/bytecomp.el: Change old backquote syntax.
22646 (byte-compile-const-symbol-p): New function.
22647 (byte-compile-constp, byte-compile-out-toplevel)
22648 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
22649 Use it.
22650
22651 * subr.el (define-key-after): Default AFTER to t. Doc fix.
22652
22653 2000-02-23 Kenichi Handa <handa@etl.go.jp>
22654
22655 * international/encoded-kb.el: Be sure to update minor-mode-alist
22656 and minor-mode-map-alist.
22657 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
22658 codes SS2 and SS3 correctly.
22659 (encoded-kbd-self-insert-ccl): New function.
22660 (encoded-kbd-setup-keymap): New function.
22661 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
22662 by calling encoded-kbd-setup-keymap.
22663
22664 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
22665 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
22666
22667 2000-02-22 Dave Love <fx@gnu.org>
22668
22669 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
22670 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
22671 (lisp-mode-syntax-table): Set up for #|...|# comments.
22672 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
22673 classes. Match `defface'.
22674 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
22675 (eval-defun-1): Fix for defcustom.
22676 (lisp-indent-region): Doc fix.
22677
22678 * subr.el (when, unless, split-string): Doc fix.
22679 (read-passwd): Move call of clear-this-command-keys to the right place.
22680 (replace-regexps-in-string): New function.
22681
22682 2000-02-22 Gerd Moellmann <gerd@gnu.org>
22683
22684 * help.el (describe-variable): Set syntax table to
22685 emacs-lisp-mode-syntax-table when moving forward over the
22686 symbol's name.
22687
22688 2000-02-22 Dave Love <fx@gnu.org>
22689
22690 * xt-mouse.el: Doc fixes.
22691 (xterm-mouse-position-function): New function, replacing advice of
22692 mouse-position.
22693 (xterm-mouse-mode): Use it. Don't turn on under a window system.
22694
22695 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
22696
22697 2000-02-21 Gerd Moellmann <gerd@gnu.org>
22698
22699 * format.el (format-annotate-single-property-change):
22700 Handle properties.with dotted-list values.
22701 (format-proper-list-p): New function.
22702
22703 * enriched.el (enriched-face-ans): Handle '(foreground-color
22704 . COLOR) and (background-color . COLOR).
22705
22706 2000-02-20 Dave Love <fx@gnu.org>
22707
22708 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
22709 and assignments to it.
22710 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
22711 current local map.
22712 (make-flyspell-overlay): Use it.
22713 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
22714
22715 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
22716 (lm-get-header-re): Defun, not defsubst.
22717 (lm-get-package-name): Defun, not defsubst. Simplify.
22718 (lm-version): Doc fix. Simplify.
22719 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
22720 (lm-crack-address, lm-last-modified-date, lm-commentary)
22721 (lm-verify, lm-synopsis): Simplify.
22722 (lm-report-bug): Require emacsbug. Use compose-mail.
22723
22724 2000-02-20 Gerd Moellmann <gerd@gnu.org>
22725
22726 * dired.el (dired-mode): Call propertized-buffer-identification
22727 to set mode-line-buffer-identification to something having
22728 the right text properties.
22729
22730 * bindings.el (propertized-buffer-identification): New function.
22731
22732 2000-02-20 Dave Love <fx@gnu.org>
22733
22734 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
22735 check for t-mouse too.
22736
22737 * cus-start.el: Make echo-keystrokes `number'.
22738
22739 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
22740
22741 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
22742 Don't call ring-empty-p unless tags-location-ring is bound.
22743 From Noah Friedman <friedman@splode.com>.
22744
22745 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
22746
22747 * progmodes/hideshow.el (hs-flag-region): No longer use
22748 `intangible' overlay property.
22749
22750 (hs-toggle-hiding): New command.
22751 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
22752
22753 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
22754 Fix omission bug: Run `hs-minor-mode-hook' for both activation
22755 and deactivation.
22756
22757 2000-02-18 Gerd Moellmann <gerd@gnu.org>
22758
22759 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
22760
22761 2000-02-17 Gerd Moellmann <gerd@gnu.org>
22762
22763 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
22764
22765 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
22766 of `*' to handle `(* ... *)' comments.
22767
22768 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
22769
22770 * faces.el (list-faces-display): Use display-mouse-p instead of
22771 window-system.
22772
22773 * menu-bar.el (global-map): Menu-bar items converted to the new
22774 format (menu-item..., rearranged for better CUA compliance, and
22775 their names changed for better clarity. Help strings added.
22776
22777 * international/mule-cmds.el (mule-menu-keymap)
22778 (describe-language-environment-map, set-coding-system-map)
22779 (setup-language-environment-map): Convert to new (menu-item...
22780 form, add help strings. Change names of menu items for better clarity.
22781 "Mule" menu-bar item removed (it's now in the "Options" submenu).
22782
22783 2000-02-17 Gerd Moellmann <gerd@gnu.org>
22784
22785 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
22786 within the code.
22787
22788 2000-02-16 Dave Love <fx@gnu.org>
22789
22790 * faces.el: Don't require custom. Add more specific :groups to
22791 various deffaces.
22792 (set-face-attribute): Purecopy args.
22793 (read-face-name): Default to name at point and use it in prompt.
22794 Remove colon from arg in all callers.
22795 (list-faces-display): Hyperlink to face descriptions and customize
22796 buffers.
22797
22798 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
22799
22800 * wid-edit.el (widget-match-inline): An atom never matches a list.
22801
22802 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22803
22804 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
22805 at ':' characters by call to split-string.
22806
22807 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22808
22809 * textmodes/bibtex.el: Added RCS version identification.
22810
22811 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22812
22813 * textmodes/bibtex.el: Some temporary comments removed.
22814 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
22815 (bibtex-field-const): Allow capital letters.
22816 (bibtex-start-of-string): Deleted because unused.
22817
22818 * textmodes/bibtex.el: Unified some nomenclature. We no longer
22819 use the term 'reference' to describe a bibtex entry as a whole.
22820 Further, reference keys are no longer called 'labels'.
22821 (bibtex-keys): Renamed to bibtex-reference-keys.
22822 (bibtex-reformat-previous-labels): Renamed to
22823 bibtex-reformat-previous-reference-keys.
22824 (bibtex-reference-type): Renamed to bibtex-entry-type.
22825 (bibtex-reference-head): Renamed to bibtex-entry-head.
22826 (bibtex-reference-maybe-empty-head): Renamed to
22827 bibtex-entry-maybe-empty-head.
22828 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
22829 (bibtex-search-reference): Renamed to bibtex-search-entry.
22830 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
22831 bibtex-enclosing-entry-maybe-empty-head.
22832 (bibtex-entry-field-alist, bibtex-entry-head)
22833 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
22834 (bibtex-map-entries, bibtex-search-entry)
22835 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
22836 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22837 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
22838 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
22839 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
22840 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
22841 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
22842
22843 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22844
22845 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
22846 comment.
22847 (bibtex-format-field-delimiters): New function, functionality
22848 extracted from bibtex-format-entry.
22849 (bibtex-autokey-get-yearfield-digits): New function, functionality
22850 extracted from bibtex-autokey-get-yearfield.
22851
22852 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
22853 entries in order to avoid stack overflow in the regexp matcher if
22854 field contents become large.
22855 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
22856 (bibtex-field-string-part-not-braced)
22857 (bibtex-field-string-part-no-inner-braces)
22858 (bibtex-field-string-part-1-inner-brace)
22859 (bibtex-field-string-part-2-inner-braces)
22860 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
22861 (bibtex-field-string-quoted, bibtex-field-string)
22862 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
22863 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
22864 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
22865 Deleted as parsing is now performed by the following functions.
22866 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
22867 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
22868 (bibtex-parse-field-string, bibtex-search-forward-field-string)
22869 (bibtex-parse-association, bibtex-field-name-for-parsing)
22870 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
22871 (bibtex-search-forward-field, bibtex-search-backward-field)
22872 (bibtex-start-of-field, bibtex-end-of-field)
22873 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
22874 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22875 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
22876 (bibtex-parse-string, bibtex-search-forward-string)
22877 (bibtex-search-backward-string, bibtex-start-of-string)
22878 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
22879 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
22880 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
22881 entries. Instead of reporting the results of the parsing by
22882 match-beginning or match-end, these functions return data structures
22883 that hold the corresponding positions.
22884 (bibtex-enclosing-field): Changed to also report field boundaries by
22885 return values rather than by match-beginning or match-end.
22886 The following functions have been adapted to use the new
22887 parsing functions.
22888 (bibtex-skip-to-valid-entry, bibtex-search-reference)
22889 (bibtex-enclosing-field, bibtex-format-entry)
22890 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
22891 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
22892 (bibtex-print-help-message, bibtex-end-of-entry)
22893 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
22894 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22895 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
22896 Use the new method for parsing.
22897 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
22898 (bibtex-map-entries, bibtex-flash-head)
22899 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
22900 (bibtex-autokey-change, bibtex-autokey-get-namefield)
22901 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
22902 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22903 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
22904 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22905 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
22906 order to make the new binding of case-fold-search immediately visible.
22907
22908 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22909
22910 * textmodes/bibtex.el: Copyright notice is up to date.
22911 Added constant 'bibtex-maintainer-salutation.
22912
22913 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
22914 than make-temp-name, use match-string-no-properties and eliminate
22915 a quadratic behavior when building bibtex-strings.
22916
22917 * bibtex.el (bibtex-reference-key): Accept string entries whose
22918 reference key contains upper case letters.
22919
22920 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22921
22922 * bibtex.el (bibtex-reference-head): Allow entries to start with
22923 a new line.
22924
22925 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22926
22927 * bibtex.el: Hiding of entry bodies is not longer provided by
22928 bibtex.el directly. Instead the hideshow package can be used.
22929 Added a special bibtex entry to hs-special-modes-alist.
22930 (bibtex-hs-forward-sexp): Added for hideshow.el.
22931
22932 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22933
22934 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
22935 proceedings entry type (for cross referencing). Thanks to Wagner
22936 Toledo Correa for the suggestion.
22937
22938 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
22939
22940 2000-02-14 Kenichi Handa <handa@etl.go.jp>
22941
22942 * international/characters.el: Setup case table for Vietnamese.
22943
22944 2000-02-12 Gerd Moellmann <gerd@gnu.org>
22945
22946 * uniquify.el (toplevel): Require CL at compile time.
22947 (uniquify-push): Removed.
22948
22949 * shadowfile.el (shadow-when): Removed.
22950
22951 * tempo.el (tempo-dolist, tempo-mapc): Removed.
22952 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
22953
22954 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
22955 regexp for paragraph-start.
22956
22957 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
22958 commas as well.
22959
22960 2000-02-10 Dave Love <fx@gnu.org>
22961
22962 * wid-edit.el: (widgets) [defgroup]: Remove url link.
22963 (widget-color-choice-list, widget-color-history, widget-mouse-help):
22964 Deleted.
22965 (widget-specify-field, widget-specify-button): Don't use
22966 widget-mouse-help as help-echo property.
22967 (default): Use #'ignore for :validate and :mouse-down-action.
22968 (checkbox): Add help-echo.
22969 (widget-sexp-validate): Rewritten to clarify error messages.
22970 (character): Use char-valid-p in :match function.
22971 (widget-color-complete): Use facemenu-color-alist.
22972 (widget-color-action): Use facemenu-read-color.
22973
22974 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
22975 set up `caar' &c that we now have.
22976
22977 2000-02-09 Ray Blaak <blaak@gnu.org>
22978
22979 * delphi.el: Make resourcestring a declaration region, like const
22980 and var.
22981
22982 2000-02-09 Dave Love <fx@gnu.org>
22983
22984 * bindings.el (mode-line-input-method-map): New variable.
22985 (mode-line-mule-info): Use it; fix last change.
22986 (mode-line-mode-menu): Move definition.
22987 (mode-line-mouse-sensitive-p): Deleted.
22988 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
22989 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
22990
22991 * startup.el (command-line-1): Don't call
22992 make-mode-line-mouse-sensitive.
22993
22994 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22995
22996 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
22997 before rmail-toggle-header, because the former toggles headers.
22998
22999 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
23000
23001 * diff-mode.el (diff-kill-junk): New interactive function.
23002 (diff-reverse-direction): Use delete-and-extract-region.
23003 (diff-post-command-hook): Restrict the area so that the hook also works
23004 outside of any diff hunk. This is necessary for the minor-mode.
23005 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
23006 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
23007
23008 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
23009 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
23010 so that it can be used more easily in <foo>-mode-hook. Also make sure
23011 to avoid duplicate entries.
23012 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
23013 (font-lock-remove-keywords): Just as was done for `add', allow it to
23014 work even if font-lock-mode is nil. Also make sure we don't modify
23015 any pre-existing list by forcing a copy-sequence. Finally rename
23016 `major-mode' to `mode'.
23017 (font-lock-fontify-syntactic-anchored-keywords)
23018 (font-lock-fontify-anchored-keywords)
23019 (font-lock-fontify-keywords-region): Use line-end-position.
23020 Don't make `font-lock-multiline' local (it's now done in
23021 font-lock-set-defaults).
23022 (font-lock-set-defaults): Make `font-lock-multiline' local.
23023 Move the `font-lock-fontified' creation to inside the `unless'.
23024
23025 2000-02-06 Andrew Innes <andrewi@gnu.org>
23026
23027 * term/w32-win.el (x-handle-args): Comment out call to message,
23028 which occurs before window system is initialized.
23029
23030 * makefile.nt: Add support for recompiling lisp code.
23031
23032 2000-02-04 Dave Love <fx@gnu.org>
23033
23034 * bindings.el (mode-line-mule-info): Fix/extend last change.
23035
23036 * completion.el: Replace completion-dolist with dolist.
23037
23038 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
23039
23040 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
23041
23042 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
23043 environment names before they go into the section regexp.
23044
23045 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
23046 char class in regexp.
23047
23048 * textmodes/reftex-parse.el (reftex-with-special-syntax):
23049 Bind `case-fold-search' to nil.
23050
23051 * progmodes/idlwave.el (idlwave-template):
23052 Respect `idlwave-abbrev-change-case'.
23053 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
23054 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
23055 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
23056 (idlwave-rw-case): New function.
23057 (idlwave-statement-match): Fixed problem with assignment regexp.
23058 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
23059 (idlwave-surround): New argument LENGTH to support padding of
23060 operators longer than 1 char.
23061
23062 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
23063 idlwave-shell-expression-overlay. Implemented printing of
23064 expressions on higher levels of the calling stack.
23065 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
23066 (idlwave-retrieve-expression-from-level): New function.
23067 (idlwave-shell-last-calling-stack): Variable removed.
23068 (idlwave-shell-reset): Argument action reversed (`visible' to
23069 `hidden'). Also remove stop-line overlay.
23070 (idlwave-shell-calling-stack-routine): New variable.
23071 (idlwave-shell-parse-stack-and-display): Messages now display
23072 negative level numbers.
23073 (idlwave-shell-mode): Set `modeline-format'.
23074 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
23075 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
23076 (idlwave-shell-print-expression-function): New option.
23077
23078 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
23079 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
23080 `tool-bar' instead of `toolbar'.
23081
23082 2000-02-02 Dave Love <fx@gnu.org>
23083
23084 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
23085 emacs-lisp-mode-hook. Don't check for defalias being defined.
23086
23087 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
23088 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
23089 Use the new builtins directly.
23090
23091 * whitespace.el (whitespace): Add :version to defgroup.
23092
23093 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
23094 Doc fix.
23095
23096 * thingatpt.el (sexp-at-point, symbol-at-point)
23097 (number-at-point, list-at-point): Add autoload cookie.
23098
23099 * recentf.el (recentf): Add :version to defgroup.
23100
23101 * quickurl.el (quickurl): Add :version to defgroup.
23102
23103 * elide-head.el (elide-head): Use point-marker more.
23104
23105 * bs.el (bs): Add :version to defgroup.
23106
23107 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
23108
23109 * progmodes/delphi.el (delphi): Add :version to defgroup.
23110
23111 2000-02-02 Gerd Moellmann <gerd@gnu.org>
23112
23113 * ange-ftp.el (ange-ftp-write-region): Handle case that
23114 succeeding process operation sets a different coding system.
23115
23116 * calculator.el: New file.
23117
23118 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
23119
23120 * frame.el (frames-on-display-list, framep-on-display): New functions.
23121 (display-mouse-p, display-popup-menus-p, display-graphic-p)
23122 (display-selections-p, display-screens, display-pixel-width)
23123 (display-pixel-height, display-mm-width, display-mm-height)
23124 (display-backing-store, display-save-under, display-planes)
23125 (display-color-cells, display-visual-class): New functions.
23126
23127 * term/tty-colors.el (tty-color-gray-shades): New function.
23128
23129 * faces.el (display-color-p): Use framep-on-display.
23130 (display-grayscale-p): New function.
23131
23132 2000-01-31 Dave Love <fx@gnu.org>
23133
23134 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
23135 (create-fontset-from-x-resource): Don't concat integers.
23136
23137 2000-01-31 Inge Frick <inge@nada.kth.se>
23138
23139 * view.el: Some changes in documentation. Removed some trailing
23140 whitespace. Changed some parameter names to agree with documentation.
23141 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
23142 window is not deleted. Modifies change 1998-04-26.
23143
23144 2000-01-31 Gerd Moellmann <gerd@gnu.org>
23145
23146 * windmove.el: New file.
23147
23148 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
23149 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
23150 progmodes/ebnf-yac.el: Update copyright and license info.
23151
23152 * jit-lock.el (jit-lock-function): Widen before calculating
23153 end position.
23154 (jit-lock-stealth-chunk-start): Rewritten.
23155
23156 * info.el (Info-title-face-alist): Removed.
23157 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
23158 (Info-fontify-node): Use these faces.
23159
23160 2000-01-30 Gerd Moellmann <gerd@gnu.org>
23161
23162 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
23163 (cl-macro-list1): Recognize `&allow-other-keys' instead of
23164 `&allow-other-keywords'.
23165
23166 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
23167 the list of directories scanned heuristically.
23168
23169 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
23170
23171 2000-01-30 Jason Rumney <jasonr@gnu.org>
23172
23173 * w32-fns.el: Define w32-tty-standard-colors.
23174
23175 * startup.el (command-line): Use w32-tty-standard-colors when in
23176 w32 console mode.
23177
23178 2000-01-30 Dave Love <fx@gnu.org>
23179
23180 * jka-compr.el (jka-compr-load): Fix up load-history.
23181
23182 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
23183
23184 * emacs-lisp/cl-macs.el: Revert previous change.
23185
23186 2000-01-29 Dave Love <fx@gnu.org>
23187
23188 * facemenu.el: Purecopy various strings.
23189
23190 * timezone.el (timezone-fix-time): Window against 69 for two-digit
23191 years. Deal with three-digit years.
23192
23193 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
23194 Use defconst, purecopy.
23195 (help-back-label): Purecopy it.
23196
23197 2000-01-18 Gerd Moellmann <gerd@gnu.org>
23198
23199 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
23200 variable. If non-nil, order the buffer list according to the
23201 currently selected frame.
23202 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
23203 non-nil, pass the selected frame to function buffer-list.
23204
23205 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23206
23207 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
23208
23209 2000-01-28 Dave Love <fx@gnu.org>
23210
23211 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
23212
23213 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
23214 Don't use lisp-indent-hook property.
23215 (cl-abs): Remove.
23216
23217 * subr.el: Move out indent and edebug specs for when and unless.
23218
23219 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
23220 when, unless.
23221
23222 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
23223 unless, when.
23224
23225 2000-01-28 Gerd Moellmann <gerd@gnu.org>
23226
23227 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
23228 `collecting' as synonym for `collect'.
23229
23230 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
23231 for the case it contains spaces.
23232
23233 * simple.el (what-cursor-position): Change formatting of messages.
23234
23235 * frame.el (delete-other-frames): New function.
23236 (toplevel): Bind it to C-x 5 1.
23237
23238 * sort.el (sort-numeric-base): New option.
23239 (sort-numeric-fields): If number starts with `0' or `0[xX[',
23240 interpret it as octal or hexadecimal. Use sort-numeric-base
23241 as default base.
23242
23243 * progmodes/glasses.el: New file.
23244
23245 2000-01-27 Gerd Moellmann <gerd@gnu.org>
23246
23247 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
23248 userids differently.
23249
23250 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
23251 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
23252 progmodes/ebnf-yac.el: New files.
23253
23254 2000-01-26 Dave Love <fx@gnu.org>
23255
23256 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
23257 on a function with an empty body. [From Eric Ludlam.]
23258
23259 2000-01-25 Andre Spiegel <spiegel@gnu.org>
23260
23261 * vc.el (vc-version-diff): Make sure file name is expanded.
23262
23263 2000-01-25 Gerd Moellmann <gerd@gnu.org>
23264
23265 * scroll-bar.el (scroll-bar-timer): Variable removed.
23266 (scroll-bar-toolkit-scroll): Don't use a timer.
23267
23268 2000-01-25 Kenichi Handa <handa@etl.go.jp>
23269
23270 * language/thai-util.el (thai-composition-function):
23271 Delete superfluous `a'.
23272
23273 2000-01-24 Dave Love <fx@gnu.org>
23274
23275 * fortran.el (fortran-mode): Use beginning-of-defun-function,
23276 end-of-defun-function.
23277
23278 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
23279
23280 2000-01-22 Jason Rumney <jasonr@gnu.org>
23281
23282 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
23283 conflicts with new face support.
23284
23285 2000-01-22 Richard M. Stallman <rms@gnu.org>
23286
23287 * replace.el (query-replace): Rename last arg to DELIMITED.
23288 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
23289 (query-replace-regexp): Likewise.
23290
23291 2000-01-20 Richard M. Stallman <rms@gnu.org>
23292
23293 * subr.el (with-syntax-table): Use make-symbol, not gensym.
23294
23295 * emacs-lisp/lisp.el (beginning-of-defun-function):
23296 Variable renamed from beginning-of-defun.
23297 Do not call make-variable-buffer-local.
23298 (beginning-of-defun-raw): Use new variable name; doc fix.
23299 (beginning-of-defun): Doc fix.
23300 (end-of-defun-function): Variable renamed from end-of-defun.
23301 Do not call make-variable-buffer-local.
23302 (end-of-defun): Use new variable name; doc fix.
23303
23304 * subr.el (dolist, dotimes): Copied from cl-macs.el
23305 and made to work.
23306
23307 * mail/undigest.el (rmail-digest-end-regexps):
23308 Variable replaces rmail-digest-end-regexp.
23309 Allows multiple regexps for detecting the end line.
23310 (undigestify-rmail-message): Corresponding changes.
23311
23312 2000-01-19 Dave Love <fx@gnu.org>
23313
23314 * files.el (user-init-file): Don't declare here -- is primitive.
23315
23316 * startup.el (command-line): Check for compiled user-init-file and
23317 set to uncompiled version if necessary.
23318
23319 2000-01-18 Gerd Moellmann <gerd@gnu.org>
23320
23321 * mail/undigest.el (rmail-digest-end-regexp): New user option.
23322 (undigestify-rmail-message): Use it.
23323
23324 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
23325
23326 2000-01-17 Gerd Moellmann <gerd@gnu.org>
23327
23328 * tmm.el (tmm-goto-completions): Adapt to prompt being part
23329 of mini-buffer.
23330
23331 2000-01-14 Gerd Moellmann <gerd@gnu.org>
23332
23333 * emacs-lisp/copyright.el (copyright-update): Removed the
23334 requirement for a trailing space from `copyright-regexp', to
23335 support copyrights with owner specified on a separate line..
23336
23337 * align.el: New file.
23338
23339 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
23340
23341 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
23342
23343 2000-01-13 Dave Love <fx@gnu.org>
23344
23345 * ph.el: Removed. (Obsoleted by EUDC.)
23346
23347 2000-01-13 Gerd Moellmann <gerd@gnu.org>
23348
23349 * net/eudc.el (toplevel): Remove autoloaded code installing
23350 menu with easymenu, because that causes build problems.
23351
23352 * frame.el (frame-notice-user-settings): New variable.
23353 (frame-notice-user-settings): Don't modify frame parameters
23354 if called a second time.
23355
23356 2000-01-13 Richard M. Stallman <rms@gnu.org>
23357
23358 * frame.el (frame-notice-user-settings):
23359 Notice default-frame-parameters even for non-window frames.
23360
23361 2000-01-13 Gerd Moellmann <gerd@gnu.org>
23362
23363 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
23364 for Emacs.
23365 (eudc-bob-can-display-inline-images): Extend for Emacs.
23366 (eudc-bob-toggle-inline-display): Ditto.
23367 (eudc-bob-display-jpeg): Ditto.
23368
23369 2000-01-12 Gerd Moellmann <gerd@gnu.org>
23370
23371 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
23372 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
23373 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
23374
23375 * add-log.el (add-change-log-entry): Fix error trying an
23376 `(insert nil)'.
23377
23378 * subdirs.el: Add `net' directory.
23379
23380 * net: New directory.
23381
23382 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
23383 eval-last-sexp. Don't bind debug-on-error here.
23384 (eval-last-sexp): New function. Bind debug-on-error if
23385 eval-expression-debug-on-error is non-nil.
23386 (eval-defun-2, eval-defun): Likewise.
23387
23388 * simple.el (eval-expression): Don't bind debug-on-error if
23389 eval-expression-debug-on-error is nil. Detect changed
23390 debug-on-error, and propagate new value to global binding, if
23391 eval-expression-debug-on-error is non-nil,
23392 (eval-expression-debug-on-error): Change doc string.
23393
23394 2000-01-11 Richard M. Stallman <rms@gnu.org>
23395
23396 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
23397
23398 * emacs-lisp/lisp-mode.el (with-syntax-table):
23399 Set up lisp-indent-function property.
23400
23401 * subr.el (with-syntax-table): Moved from simple.el.
23402
23403 * simple.el (with-syntax-table): Moved to subr.el.
23404
23405 2000-01-11 Gerd Moellmann <gerd@gnu.org>
23406
23407 * tmm.el (tmm-shortcut): Delete region after prompt instead
23408 of erasing buffer.
23409
23410 * textmodes/fill.el (fill-common-string-prefix): New function.
23411 (fill-context-prefix): Use the longest common prefix of first
23412 and second line fill prefix, if there is one.
23413
23414 2000-01-11 Richard M. Stallman <rms@gnu.org>
23415
23416 * array.el (array-mode): Don't use make-variable-buffer-local.
23417 Use make-local-variable for `truncate-lines'.
23418
23419 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
23420
23421 * add-log.el (add-log-current-defun): Handle user-defined
23422 add-log-current-function returning nil,
23423
23424 * add-log.el (add-change-log-entry): Insert version number
23425 if having found a current function
23426
23427 * add-log.el (add-log-current-defun):
23428 Call `add-log-current-defun-function'. Try matches at level 0 and
23429 level 1. Strip whitespace from defun found.
23430
23431 2000-01-10 John Wiegley <johnw@gnu.org>
23432
23433 * allout.el (isearch-done/outline-provisions): Added `edit'
23434 argument to correspond with the current definition of `isearch-done'.
23435
23436 2000-01-10 Dave Love <fx@gnu.org>
23437
23438 * elide-head.el (elide-head): Use point-marker, not point.
23439
23440 2000-01-10 Gerd Moellmann <gerd@gnu.org>
23441
23442 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
23443 before and after the year 2000.
23444
23445 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
23446 Add ispell- prefix.
23447
23448 2000-01-10 Ken Stevens <k.stevens@ieee.org>
23449
23450 * ispell.el: Only define dictionaries in menus when they exist.
23451 (version18p): New variable.
23452 (version20p): New variable.
23453 (xemacsp): New variable.
23454 (ispell-choices-win-default-height): Fix for XEmacs visibility.
23455 (ispell-dictionary-alist1): Added Brasileiro dictionary.
23456 (ispell-dictionary-alist6): Russian command lines no longer accept
23457 run-together words.
23458 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
23459 (ispell-dictionary-alist): Add koi8-r to customize definition.
23460 (check-ispell-version): Added documentation string. Return library
23461 path when called non-interactively.
23462 (ispell-menu-map-needed): Uses new variables.
23463 (ispell-library-path): New variable.
23464 (ispell-decode-string): XEmacs fix for bogus variable bindings.
23465 (ispell-word): Improved documentation string. Test for valid
23466 character mappings. Correctly check typed in word changes that can
23467 result in single words split into multiple words.
23468 Return replacement word.
23469 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
23470 replace in recursive query replace mode. Help message for
23471 recursive edit mode.
23472 (ispell-show-choices): Protect against bad framepop bindings.
23473 (ispell-help): Fix to work with XEmacs.
23474 (ispell-highlight-spelling-error): Use new variables.
23475 (ispell-overlay-window): Fix to work with XEmacs.
23476 (ispell-parse-output): Passed and returns location information
23477 tracking spelling corrections. Doesn't recheck same word on
23478 current line.
23479 (ispell-init-process): Protect against bogus XEmacs variable binding.
23480 Fix call to single argument in sleep-for. Use new variables.
23481 (ispell-region): Passed and returns location information tracking
23482 spelling corrections. Doesn't check same word on current line.
23483 Improved documentation string. Doesn't resend a line already
23484 checked to the ispell process - fixes bug in LaTeX parsing.
23485 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
23486 (ispell-skip-region): No longer skips <TT> in SGML.
23487 (ispell-process-line): Tracks location information with spelling
23488 corrections. Added documentation string. Accounts for words
23489 already accepted on this line. Don't allow query-replace on line
23490 starting with math characters. Doesn't resend a line already sent
23491 to ispell process. Fixes alignment error bug.
23492
23493 2000-01-10 Richard M. Stallman <rms@gnu.org>
23494
23495 * dired-x.el (dired-guess-shell-alist-default):
23496 Suggest xloadimage, which is free, not xv, which isn't.
23497
23498 * ange-ftp.el (ange-ftp-file-name-nondirectory):
23499 Don't ever include the host name or user name in the value.
23500
23501 2000-01-09 Gerd Moellmann <gerd@gnu.org>
23502
23503 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
23504 of a real newline.
23505
23506 2000-01-09 Stephen Eglen <stephen@gnu.org>
23507
23508 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
23509 for .png files.
23510
23511 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
23512
23513 * cus-edit.el (custom-hook-convert-widget): Fix comment.
23514
23515 2000-01-09 Gerd Moellmann <gerd@gnu.org>
23516
23517 * progmodes/cperl-mode.el: Replace ^F with ^L.
23518
23519 * sendmail.el (toplevel): Provide `sendmail' when compiling before
23520 `require'ing rmail and mailalias to prevent infinite recursion.
23521
23522 2000-01-08 Dave Love <fx@gnu.org>
23523
23524 * emacs-lisp/backquote.el: Remove inappropriate customization
23525 (allowing custom.el to use backquote).
23526
23527 2000-01-07 Dave Love <fx@gnu.org>
23528
23529 * add-log.el (add-log-debugging): Deleted.
23530 (add-change-log-entry): Treat a backup FILE-NAME as its parent
23531 file. Remove debugging code.
23532 (change-log-get-method-definition, change-log-name): Add doc.
23533 (change-log-sortable-date-at): New function.
23534 (change-log-merge): New command.
23535
23536 * time.el (display-time-string-forms): Make the Mail string active.
23537 (display-time-update): Provide help-echo for load average.
23538
23539 * bindings.el (make-mode-line-mouse2-map): New function.
23540 (mode-line-modified): Use it and simplify.
23541 (mode-line-mule-info): Provide help-echo info.
23542 (minor-mode-alist): Activate the strings.
23543 (make-mode-line-mouse-sensitive): Simplify for
23544 mode-line-buffer-identification.
23545
23546 2000-01-07 Gerd Moellmann <gerd@gnu.org>
23547
23548 * play/pong.el: New file.
23549
23550 2000-01-06 Dave Love <fx@gnu.org>
23551
23552 * array.el: Assorted cleanups for compiler warnings, doc strings,
23553 `array-' prefix for symbols.
23554
23555 2000-01-05 Dave Love <fx@gnu.org>
23556
23557 * textmodes/outline.el (outline-mode-menu-bar-map):
23558 Add outline-headers-as-kill.
23559 (outline-mode): Define imenu-generic-expression.
23560 (outline-headers-as-kill): New command.
23561
23562 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
23563 from paragraph-start.
23564 (paragraph-indent-minor-mode): New command.
23565
23566 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
23567 M-C-e, M-C-h, C-j, C-xnd, TAB.
23568 (fortran-mode): Set beginning-of-defun, end-of-defun.
23569 (fortran-column-ruler): Simplify.
23570 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
23571 (fortran-with-subprogram-narrowing): Likewise.
23572 (fortran-indent-subprogram): Call mark-defun.
23573 (fortran-check-for-matching-do): Change narrowing.
23574
23575 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
23576 (cl-lucid-hash-tag): Delete.
23577 (cl-hash-table-p): Correct test for native table.
23578 (cl-hash-table-count): Use hash-table-count.
23579
23580 * browse-url.el (browse-url): Fix case of
23581 browse-url-browser-function being an alist.
23582
23583 2000-01-05 Carsten Dominik <cd@gnu.org>
23584
23585 * textmodes/reftex-vars.el (reftex-parse-file-extension)
23586 (reftex-index-phrase-file-extension): New options.
23587
23588 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
23589 Use new option `reftex-index-phrase-file-extension'.
23590
23591 * textmodes/reftex.el (reftex-access-parse-file): Use new option
23592 `reftex-parse-file-extension'.
23593
23594 2000-01-05 Dave Love <fx@gnu.org>
23595
23596 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
23597 (beginning-of-defun-raw): Use it.
23598 (end-of-defun): New variable.
23599 (end-of-defun): Use it.
23600 (check-parens): New command.
23601
23602 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
23603
23604 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
23605 (hs-show-block): Don't use `mapcar' when not accumulating.
23606
23607 Fix buglet in local variables initialization.
23608
23609 2000-01-05 Andreas Schwab <schwab@suse.de>
23610
23611 * hscroll.el (hscroll): Doc fix.
23612
23613 2000-01-05 Carsten Dominik <cd@gnu.org>
23614
23615 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
23616 Require idlw-toolbar.
23617
23618 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
23619 file idlw-rinfo.el.
23620 (idlwave-customize): Load must read file idlw-shell.el.
23621 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
23622
23623 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
23624
23625 * progmodes/idlw-shell.el: Also provide idlwave-shell
23626 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
23627 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
23628
23629 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
23630 both reftex-dcr and reftex-vcr.
23631
23632 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
23633
23634 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23635
23636 * ps-print.el: PostScript code now is in separate files, doc fix.
23637 (ps-print-version): New version number (5.0.3).
23638 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
23639 local.
23640 (ps-spool-config): Initialization fix.
23641 (ps-print-prologue-1, ps-print-prologue-2)
23642 (ps-print-duplex-feature): PostScript code moved to separated file.
23643 (ps-background-image): Little code reformating.
23644 (ps-begin-file, ps-begin-job): Fix code.
23645 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
23646 (ps-prologue-file): New fun.
23647
23648 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23649
23650 * ps-vars.el: Eliminated.
23651
23652 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
23653 `;;;###autoload'.
23654
23655 * ps-print.el: ps-vars eliminated, doc fix.
23656 (ps-print-version): New version number (5.0.2).
23657 (ps-spool-config): Initialization fix.
23658 (ps-print-customize): New fun.
23659
23660 2000-01-04 Gerd Moellmann <gerd@gnu.org>
23661
23662 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
23663
23664 2000-01-04 Dave Love <fx@gnu.org>
23665
23666 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
23667 menu items.
23668
23669 2000-01-03 Dave Love <fx@gnu.org>
23670
23671 * elide-head.el (elide-head) [defgroup]: Add :version.
23672
23673 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
23674 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
23675 Use `cl-hash-table-p', not `hash-table-p'.
23676 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
23677
23678 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
23679
23680 * faces.el (face-read-integer, read-face-attribute)
23681 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
23682
23683 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23684
23685 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
23686 at comment end, and re-insert them after filling.
23687
23688 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
23689
23690 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
23691 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
23692 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
23693
23694 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
23695
23696 * term/x-win.el (xw-defined-colors): Call color-supported-p,
23697 the new name of face-color-supported-p.
23698
23699 * term/w32-win.el (xw-defined-colors): Likewise.
23700
23701 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
23702
23703 * simple.el (completion-setup-function): Count completion-size
23704 from minibuffer-prompt-end, not from point-min.
23705
23706 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
23707
23708 * faces.el (read-face-attribute, defined-colors, color-defined-p):
23709 Pass the frame to tty-color-* functions.
23710 (display-color-p, frame-set-background-mode): Pass the frame to
23711 tty-display-color-p.
23712
23713 * term/tty-colors.el (tty-defined-color-alist): Renamed from
23714 tty-color-alist.
23715 (tty-color-alist, tty-modify-color-alist): New functions.
23716 (tty-color-define, tty-color-clear, tty-color-approximate)
23717 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
23718 optional parameter FRAME.
23719
23720 2000-01-01 Gerd Moellmann <gerd@gnu.org>
23721
23722 * image.el (create-image, defimage): Don't assume image data is
23723 a string.
23724
23725 * image.el (defimage): Handle specifications containing :data
23726 instead of :file.
23727 (image-type-from-data): New function.
23728 (image-type-from-file-header): Use it.
23729 (create-image): Add parameter DATA-P.
23730
23731 See ChangeLog.8 for earlier changes.
23732
23733 ;; Local Variables:
23734 ;; coding: iso-2022-7bit
23735 ;; End:
23736
23737 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
23738 Copying and distribution of this file, with or without modification,
23739 are permitted provided the copyright notice and this notice are preserved.