*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2000-12-29 Gerd Moellmann <gerd@gnu.org>
2
3 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
4 Use mail-mode-hook instead of mail-setup-hook. Otherwise
5 continuing an interrupted message with C-u C-x m for instence,
6 winds up in Mail mode without abbrevs.
7
8 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9
10 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
11 non-nil. Adding almost all customization variables on ps-setup. Doc
12 Fix.
13 (ps-print-version): New version number (6.3.3).
14 (ps-end-with-control-d): Initialization fix.
15 (ps-lines-printed): New var.
16 (ps-skip-newline): New fun.
17 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
18 (ps-next-line, ps-continue-line, ps-plot-region)
19 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
20
21 2000-12-29 Kenichi Handa <handa@etl.go.jp>
22
23 * international/fontset.el (x-complement-fontset-spec): Resolve
24 ASCII font name so that the same family name is used for fonts
25 registered in x-font-name-charset-alist.
26 (create-fontset-from-fontset-spec): Adjusted for the above change.
27 The name of fontset alias should be a unresolved ASCII font name.
28
29 2000-12-28 Gerd Moellmann <gerd@gnu.org>
30
31 * simple.el (delete-key-deletes-forward-mode): Bind backspace
32 and delete in isearch-mode-map.
33
34 2000-12-28 Richard M. Stallman <rms@gnu.org>
35
36 * dired-x.el (dired-guess-shell-alist-default):
37 Use xpdf instead of acroread.
38
39 2000-12-28 Kenichi Handa <handa@etl.go.jp>
40
41 * textmodes/artist.el (artist-butlast): Deleted.
42 (artist-ellipse-mirror-quadrant): Use butlast instead of
43 artist-butlast.
44
45 * subr.el (butlast, nbutlast): Moved from cl.el to here.
46
47 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
48
49 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
50
51 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
52
53 * ls-lisp.el: Better support for the Mac and MS-Windows.
54 (ls-lisp): New defgroup.
55 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
56 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
57 (ls-lisp-support-shell-wildcards): New defcustoms.
58 (ls-lisp-parse-symlink): New function.
59 (insert-directory): Code to convert switches to a list and set up
60 the wildcard argument copied from ls-lisp-insert-directory.
61 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
62 for -C and -R switches.
63 (ls-lisp-column-format): New function.
64 (ls-lisp-delete-matching, ls-lisp-handle-switches)
65 (ls-lisp-format-time): Add doc strings.
66 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
67 Support ls-lisp-dirs-first.
68 (ls-lisp-classify, ls-lisp-extension): New functions.
69 (ls-lisp-format): Optionally support emulation of symlinks.
70 Support -i, -s, and -G switches.
71
72 2000-12-27 Gerd Moellmann <gerd@gnu.org>
73
74 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
75
76 * version.el (emacs-version): Print X scroll bar information.
77
78 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
79 instead of x-toolkit-scroll-bars-p.
80
81 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
82 of x-toolkit-scroll-bars-p.
83
84 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
85
86 * ffap.el (ffap-bindings): Make interactive and add an autoload
87 cookie.
88 (ffap-bindings): Doc fix, to reflect the above change.
89 ======= end
90
91 2000-12-27 Kenichi Handa <handa@etl.go.jp>
92
93 * term.el (term-char-mode): Define all non-ascii self-inserting
94 characters to 'term-send-raw in term-raw-map.
95
96 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
97
98 * viper-init (viper-restore-cursor-type): Added condition-case
99 guard.
100
101 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
102 initialization; use add-hook.
103 (ediff-file-remote-p): Use file-local-copy.
104
105 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
106
107 * ediff.el (ediff-patch-buffer): Bug fix.
108 (ediff-revision): Allow selection of the file at the prompt.
109
110 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
111
112 * subr.el (combine-run-hooks): Remove.
113
114 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
115 and remove the rogue second spec.
116
117 2000-12-23 Gerd Moellmann <gerd@gnu.org>
118
119 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
120
121 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
122
123 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
124 Use minibuffer menu prompt for the `=' prefix.
125 (smerge-command-prefix): Change default to C-^.
126 (smerge-mode): Don't assume font-lock doesn't move point.
127
128 * skeleton.el (skeleton-internal-1): Make sure the first line of
129 the region is also re-indented.
130 (skeleton-end-newline): New var.
131 (skeleton-end-hook): Use it.
132
133 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
134
135 * comint.el (comint-password-prompt-regexp): Support CVS.
136
137 2000-12-22 Gerd Moellmann <gerd@gnu.org>
138
139 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
140 backspace key combinations, depending on
141 delete-key-deletes-forward.
142
143 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
144
145 * simple.el (delete-key-deletes-forward): Doc fix.
146
147 2000-08-22 Emmanuel Briot <briot@gnat.com>
148
149 * xml.el (top level comment): Updated to reflect the fact that
150 white spaces are relevant in the XML file.
151 (xml-parse-file): Do not kill an existing Emacs buffer if the file
152 to parse was already edited. This allows for on-the-fly analysis
153 of XML files.
154 (xml-parse-tag): Check that the casing is the same in the start
155 tag and end tag, since XML is case-sensitive. Allows for spaces
156 in the end tag, after the name of the tag.
157 (xml-parse-attlist): Allow for the character '-' in the name of
158 attributes, as in the standard http-equiv attribute Do not save
159 the properties in the XML tree, since they are not relevant.
160
161 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
162
163 * generic.el (generic-read-type): Undo last change, inline into
164 `generic-mode' and then remove.
165 (generic-mode): Inline generic-read-type.
166 (define-generic-mode): Push the symbol name rather than the symbol
167 onto generic-mode-list.
168
169 2000-12-21 Gerd Moellmann <gerd@gnu.org>
170
171 * generic.el (generic-read-type): Build an alist for
172 completing-read as in 20.7.
173
174 * play/landmark.el (lm): Use interactive spec `P'.
175 (toplevel): Don't set debug-on-error.
176
177 * server.el (server-switch-buffer): Choose a window on a visible
178 frame.
179
180 2000-12-21 Dave Pearson <davep@davep.org>
181
182 * quickurl.el: Commentry change, I've moved my web site.
183
184 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
185
186 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
187 ranges like \177-\237, but accepts the character sequence from \177 to
188 \237. Doc fix.
189 (ebnf-version): New version (3.4).
190 (ebnf-setup): Code fix.
191 (ebnf-range-regexp): New fun.
192 (ebnf-8-bit-chars): Const fix.
193
194 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
195 entry. Doc fix.
196 (ebnf-bnf-lex): Code fix.
197 (ebnf-bnf-comment-chars): Const fix.
198
199 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
200 entry. Doc fix.
201 (ebnf-iso-comment-chars): Const fix.
202
203 * ebnf-otz.el: Doc fix.
204
205 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
206 entry. Doc fix.
207 (ebnf-yac-skip-code): Code fix.
208 (ebnf-yac-comment-chars): Const fix.
209
210 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
211
212 * files.el (insert-directory-safely): New function.
213 (recover-file): Use it instead of insert-directory. From Markus
214 Rost <markus.rost@mathematik.uni-regensburg.de>
215
216 2000-12-21 Kenichi Handa <handa@etl.go.jp>
217
218 * international/mule-cmds.el (select-safe-coding-system): Check
219 coding-category-list more rigidly. Improve help message.
220
221 * dired.el (dired-move-to-filename-regexp): Fix previous change.
222
223 2000-12-21 Miles Bader <miles@gnu.org>
224
225 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
226 prefix.
227
228 2000-12-21 Kenichi Handa <handa@etl.go.jp>
229
230 * international/mule-diag.el (describe-char-after): Make *Help*
231 buffer inherit multibyteness of the current buffer.
232
233 * international/mule.el (make-char): Docstring adjusted for the
234 change of make-char-internal.
235
236 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
237
238 * international/iso-cvt.el: Docstrings fix.
239
240 2000-12-20 Dave Love <fx@gnu.org>
241
242 * subr.el (eval-after-load): Doc fix.
243
244 2000-12-20 Kenichi Handa <handa@etl.go.jp>
245
246 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
247 for numbers.
248
249 2000-12-20 Miles Bader <miles@gnu.org>
250
251 * international/quail.el (quail-help): Resize the help window
252 again after it has all its contents. Remove unneeded progn.
253
254 2000-12-19 Gerd Moellmann <gerd@gnu.org>
255
256 * pcmpl-linux.el: Fix copy/paste error.
257
258 2000-12-19 Andrew Innes <andrewi@gnu.org>
259
260 * simple.el (delete-key-deletes-forward-mode): Fix typo in
261 docstring.
262
263 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
264
265 * progmodes/idlw-rinfo.el: Fixed copyright notice.
266
267 * progmodes/idlw-toolbar.el: Fixed copyright notice.
268
269 * progmodes/idlw-shell.el: Fixed copyright notice.
270
271 * progmodes/idlwave.el: Fixed copyright notice.
272
273 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
274 TAB as key separators.
275
276 2000-12-19 Alex Schroeder <alex@gnu.org>
277
278 * sql.el (sql-sybase-options): New option.
279 (sql-sybase): Use it. Add sql-database to the list of parameters
280 provided for login. The options -w 2048 -n are not used any more.
281 (sql-postgres-options): Changed default from "--pset" to "-P".
282 (sql-mysql-options): Doc change.
283 (sql-stop): Doc change.
284
285 2000-12-19 Kenichi Handa <handa@etl.go.jp>
286
287 * international/quail.el (quail-input-method): Always hide
288 the guidance buffer on exiting.
289
290 2000-12-18 Gerd Moellmann <gerd@gnu.org>
291
292 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
293 isn't fboundp.
294
295 * server.el (server-buffer-done): Bury the buffer before
296 killing it.
297
298 * faces.el (face-spec-set): Interpret a nil in specs for
299 foreground and background colors as `unspecified', for
300 compatibility with 20.x.
301
302 2000-12-18 Dave Love <fx@gnu.org>
303
304 * simple.el (mail-user-agent): Doc fix.
305 (input-mode-8-bit): Removed.
306
307 * international/mule.el (set-keyboard-coding-system): Doc fix.
308 (keyboard-coding-system): New option.
309
310 * mail/sendmail.el (send-mail-function): Customize.
311
312 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
313
314 * international/codepage.el (cp866-decode-table): New table.
315
316 2000-12-18 Gerd Moellmann <gerd@gnu.org>
317
318 * version.el (emacs-version): Remove `%a' from the time format
319 because the weekday doesn't fit well into each locale.
320
321 2000-12-18 Miles Bader <miles@gnu.org>
322
323 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
324
325 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
326 Check that emacs-major-version is `=' to 20, not `>='.
327 (artist-replace-chars): Use `make-string' instead of a loop.
328
329 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
330
331 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
332 (cvs-execute-single-file): Don't change directory.
333 Patch from Per Cederqvist.
334
335 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
336
337 * textmodes/ispell.el (check-ispell-version): If
338 `ispell-program-name' is "aspell", pass it the -v switch instead
339 of -vv.
340
341 2000-12-16 Kenichi Handa <handa@etl.go.jp>
342
343 * international/mule-diag.el (mule-diag): Insert information about
344 configure options, multibyte awareness, language env.
345
346 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
347 regexp to search for candidates.
348
349 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
350
351 * info.el (Info-forward-node): If the node has an
352 Info-header-line, widen the buffer before searching for "next:"
353 and "up:" pointers, and set the search limit to stay in the
354 current node.
355
356 2000-12-16 Miles Bader <miles@gnu.org>
357
358 * simple.el (delete-trailing-whitespace): Remove extraneous let.
359
360 2000-12-15 Miles Bader <miles@gnu.org>
361
362 * comint.el (comint-send-string, comint-send-region): Also accept
363 a buffer, buffer-name, or nil for PROCESS, for compatibility with
364 process-send-string/region.
365
366 2000-12-15 Gerd Moellmann <gerd@gnu.org>
367
368 * isearch.el (isearch-lazy-highlight-max): New user-option.
369 (isearch-lazy-highlight-update): Don't highlight more than
370 isearch-lazy-highlight-max matches.
371
372 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
373
374 2000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu>
375
376 * sort.el (sort-columns): Fix error message.
377
378 * dabbrev.el (dabbrev--last-case-pattern): Value is now
379 `upcase' or `downcase' or nil.
380 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
381 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
382 (dabbrev--substitute-expansion): New arg record-case-pattern.
383 If it is non-nil, set dabbrev--last-case-pattern.
384 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
385
386 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
387
388 2000-12-15 Miles Bader <miles@gnu.org>
389
390 * paths.el (Info-default-directory-list): Don't delete
391 configure-info-directory from the list of standard info
392 directories when appending it to the end -- their order is
393 important.
394
395 * faces.el (read-face-attribute): If there's no entry for the
396 user's input in VALID, just use it as-is (this will often result
397 in an error, but it may be OK for e.g. colors using hexadecimal
398 notation, and at least will yield a better error message).
399
400 * window.el (mode-line-window-height-fudge): Function removed.
401 (height-affecting-face-attributes, mode-line-window-height-fudge):
402 Variables removed.
403 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
404 window is really the right size. Use vertical-motion
405 rather than forward-line.
406 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
407 (ispell-command-loop, ispell-show-choices): Use the variable
408 ispell-choices-win-default-height, rather than the function.
409 (ispell-choices-win-default-height): Function removed.
410 (ispell-mode-line-window-height-fudge): Function removed.
411
412 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
413
414 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
415
416 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
417
418 * paths.el (Info-default-directory-list): If
419 configure-info-directory is not one of the standard directories,
420 put it first in the list; otherwise put it last. Doc string
421 changed accordingly.
422
423 * info.el (Info-directory-list): Change doc string to reflect the
424 change in Info-default-directory-list.
425
426 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
427 windows-nt as windowed environments, even under -nw.
428
429 * startup.el (command-line): Don't call x-backspace-delete-keys-p
430 if not fboundp. Switch delete-forward mode for the <delete> key
431 on all PC platforms, even under -nw.
432
433 * term/internal.el ([M-delete]): Remap to M-d.
434
435 2000-12-14 Gerd Moellmann <gerd@gnu.org>
436
437 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
438
439 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
440
441 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
442
443 2000-12-14 Gerd Moellmann <gerd@gnu.org>
444
445 * startup.el (command-line): Call delete-key-deletes-forward-mode,
446 if appropriate.
447
448 * simple.el (delete-key-deletes-forward): New user-option.
449 (delete-key-deletes-forward-mode): New function.
450
451 * bindings.el: Bind `delete' to backward-delete-char.
452
453 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
454 if symbol is bound before getting its value.
455
456 * tooltip.el (tooltip-show): If an error is signaled in
457 x-show-tip, display that error, and display the help in the
458 echo area.
459
460 2000-12-14 Kenichi Handa <handa@etl.go.jp>
461
462 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
463 "... entries" messages for every 10000 entries, not 10.
464
465 2000-12-13 Karl Fogel <kfogel@red-bean.com>
466
467 * bookmark.el: Provide a generic exit hook, as suggested by
468 Ovidiu Predescu <ovidiu@cup.hp.com>:
469 (bookmark-exit-hook): New var.
470 (bookmark-exit-hook-internal): New func, replaces
471 old raw lambda form in `kill-emacs-hook', and runs new
472 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
473 as logically that feature must have been provided if this function
474 is running.
475 Removed ;;;###autoload before the `add-hook' call.
476
477 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
478
479 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
480 (easy-menu-current-active-maps): New function.
481 (easy-menu-get-map): Use it.
482 Make a proper menu entry when creating a new keymap.
483
484 2000-12-13 Kenichi Handa <handa@etl.go.jp>
485
486 * international/characters.el: Fix cases and syntaxes for
487 mule-unicode-0100-24ff.
488
489 * dired.el (dired-move-to-filename-regexp): Fixed for the case
490 that a Japanese character is not appended after day and year.
491
492 * info.el (Info-suffix-list): Change format for a command that
493 requires arguments.
494 (info-insert-file-contents): Adjusted for the above change.
495
496 2000-12-12 Andreas Schwab <schwab@suse.de>
497
498 * tar-mode.el (tar-extract): Base the name of the subfile buffer
499 on the name of the tar buffer. Verify that the existing buffer is
500 visiting the same subfile.
501
502 2000-12-12 Dave Love <fx@gnu.org>
503
504 * subdirs.el: Add obsolete.
505
506 2000-12-12 Gerd Moellmann <gerd@gnu.org>
507
508 * mail/rmailsum.el (rmail-summary-expunge)
509 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
510 instead of rmail-confirm-expunge.
511
512 * replace.el (perform-replace): Don't use an empty match adjacent
513 to a non-empty match when computing the next match before the
514 replacement is performed.
515
516 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
517
518 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
519 definition (patch by Stefan Monnier).
520 (glasses-mode): Use jit-lock instead of `after-change-functions'
521 (patch by Stefan Monnier).
522
523 2000-12-12 Miles Bader <miles@gnu.org>
524
525 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
526 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
527
528 2000-12-12 Andrew Choi <akochoi@i-cable.com>
529
530 * term/mac-win.el: Remove load for ls-lisp.
531
532 * loadup.el: Load ls-lisp for system-type `macos'.
533
534 2000-12-12 Miles Bader <miles@gnu.org>
535
536 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
537 Respect field end too.
538 (just-one-space): Respect fields as `delete-horizontal-space'.
539 (newline-and-indent, reindent-then-newline-and-indent): Use
540 `delete-horizontal-space'.
541
542 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
543
544 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
545 (so as to obey the field property in the minibuffer).
546
547 * obsolete/c-mode.el: Moved from lisp/progmodes.
548 * obsolete/auto-show.el: Moved from lisp.
549 * obsolete/ooutline.el: Moved from lisp/textmodes.
550
551 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
552
553 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
554 changes to list them here.
555
556 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
557 many changes to list them here.
558
559 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
560 many changes to list them here.
561
562 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
563
564 2000-12-11 Gerd Moellmann <gerd@gnu.org>
565
566 * simple.el (kill-new): Don't try to setcar kill-ring if it is
567 nil.
568
569 * cus-edit.el (custom-save-variables, custom-save-faces):
570 Comment fix.
571
572 * hscroll.el: Moved to `obsolete' subdir.
573
574 2000-12-11 Miles Bader <miles@gnu.org>
575
576 * window.el (window-text-height): Function removed (now in C).
577
578 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
579
580 * log-edit.el (log-edit-parent-buffer): New var.
581 (log-edit): Set it. Add BUFFER argument.
582 (log-edit-done): Use char-before.
583 Don't bother checking validity of vc-comment-ring.
584 Only bury the buffer if log-edit popped it up.
585
586 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
587 (cvs-mode-diff-help): Remove.
588 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
589 (cvs-mode-marked): Set up the default for CMD manually.
590
591 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
592 Remove binding for ? now made unnecessary.
593
594 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
595
596 * textmodes/reftex.el (reftex-scanning-info-available-p): New
597 function
598 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
599
600 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
601 when master file is not open.
602
603 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
604
605 * progmodes/ada-stmt.el: Update `maintainer'.
606
607 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
608
609 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
610 choices to match documentation string.
611
612 2000-12-09 Miles Bader <miles@gnu.org>
613
614 * minibuf-eldef.el: New file.
615
616 * window.el (fit-window-to-buffer): Don't pass last argument to
617 pos-visible-in-window-p, now that its meaning is inverted.
618
619 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
620
621 * image.el (create-image): Doc fix; spotted by Per Cederqvist
622 <ceder@lysator.liu.se>.
623
624 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
625
626 * autoinsert.el (auto-insert-alist): Add missing final \n.
627
628 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
629 (cvs-menu-map): Remove.
630 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
631 (cvs-mode-quit): Turn it back into a plain function.
632
633 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
634 (texinfo-filter): Remove (move to texinfo.el).
635
636 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
637 file where it's more visible.
638 (texinfo-filter, texinfo-chapter-level-regexp): New variables
639 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
640 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
641 (texinfo-inside-macro-p): Only catch `scan-error's.
642 (texinfo-inside-env-p): Make better use of the match info.
643 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
644 (texinfo-insert-@end): Slight re-organization.
645 Also remove useless `looking-at' call.
646
647 2000-12-08 Andrew Innes <andrewi@gnu.org>
648
649 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
650 accessible in -nw mode.
651
652 * term/w32-win.el: Remove stuff about selection timeout, which is
653 irrelevant on Windows. Move clipboard support to w32-fns.el, so
654 it is accessible in -nw mode.
655
656 2000-12-08 Dave Love <fx@gnu.org>
657
658 * emacs-lisp/lisp-mode.el (lisp-mode): Set
659 font-lock-keywords-case-fold-search.
660
661 2000-12-08 Gerd Moellmann <gerd@gnu.org>
662
663 * textmodes/ispell.el (ispell): Doc fix.
664
665 2000-12-08 Kenichi Handa <handa@etl.go.jp>
666
667 * international/quail.el (quail-insert-decode-map): Check the
668 frame width of a window displaying the current buffer, not that of
669 the selected frame.
670 (quail-help): Make sure that the help buffer has window before
671 inserting text in it.
672
673 2000-12-07 Sam Steingold <sds@gnu.org>
674
675 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
676 Backquote is used in isearch.el, so autoloading saves nothing.
677
678 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
679
680 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
681 the CVS and RCS subdirectories case-insensitively.
682
683 * dired.el (dired-insert-directory): If file-system-info is
684 fboundp, call it instead of invoking dired-free-space-program.
685
686 2000-12-07 Gerd Moellmann <gerd@gnu.org>
687
688 * server.el (server-visit-files): Push files on file-name-history.
689
690 * progmodes/cc-langs.el: Update copyright.
691
692 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
693
694 * bindings.el (mode-line-mode-menu): Add glasses-mode.
695
696 * bindings.el (mode-line-mode-menu): Reverse the order
697 of define-keys so that the menu appears in alphabetical order.
698
699 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
700
701 * progmodes/glasses.el (glasses-mode): Update mode line at the end
702 of the function.
703
704 2000-12-07 Dave Love <fx@gnu.org>
705
706 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
707
708 * facemenu.el (facemenu-unlisted-faces): Fix value.
709
710 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
711
712 * font-lock.el (font-lock-default-fontify-region):
713 Include the terminating \n (off-by-one error).
714 (font-lock-set-defaults): Use dolist.
715
716 * derived.el (define-derived-mode): Don't use combine-run-hooks.
717
718 2000-12-07 Kenichi Handa <handa@etl.go.jp>
719
720 * international/mule-cmds.el (describe-language-environment): Fix
721 for the case that an input method title is not string but a list.
722
723 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
724 of wrong SIZE record.
725
726 2000-12-06 Dave Love <fx@gnu.org>
727
728 * newcomment.el (comment-region, comment-dwim): Doc fix.
729
730 * textmodes/texinfo.el: Require tex-mode when compiling.
731 (texinfo-update-node): Doc fix.
732 (texinfo-imenu-generic-expression): Add @anchor.
733 (texinfo-font-lock-keywords): Add @uref.
734 (texinfo-inside-macro-p): Don't use ignore-errors.
735 (texinfo-insert-quote): Match more contexts.
736
737 * international/mule.el (decode-char, encode-char): Doc fix.
738 (auto-coding-alist): Customize.
739
740 * files.el (load-file): Fix change of 2000-03-12.
741
742 * wid-edit.el (widget-text-keymap): Doc fix.
743
744 2000-12-06 Andrew Innes <andrewi@gnu.org>
745
746 * makefile.w32-in (lisp): Set to an absolute directory, namely
747 $(CURDIR).
748
749 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
750
751 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
752 read generated-autoload-file, and set buffer-file-coding-system to
753 raw-text-unix after reading the file.
754
755 * international/mule-conf.el (file-coding-system-alist): Use
756 raw-text for reading loaddefs.el and raw-text-unix for writing
757 it.
758
759 2000-12-06 Gerd Moellmann <gerd@gnu.org>
760
761 * replace.el (occur): Make line-number-width 1 smaller for the
762 colon following the line number.
763
764 * startup.el (fancy-splash-text, command-line-1): Use
765 `File' for the menu name instead of `Files'.
766
767 * tmm.el: Update copyright.
768
769 * cus-start.el: Add entry for even-window-heights.
770
771 2000-12-06 Miles Bader <miles@gnu.org>
772
773 * faces.el (frame-set-background-mode): Avoid stomping on
774 locally modified faces.
775
776 2000-12-06 Kenichi Handa <handa@etl.go.jp>
777
778 * international/fontset.el: Correct the font registries for
779 japanese-jisx0213-1 and japanese-jisx0213-2.
780
781 2000-12-05 Gerd Moellmann <gerd@gnu.org>
782
783 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
784
785 * iswitchb.el: Update customization commentary.
786
787 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
788
789 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
790 (tpu-search-highlight): Fixed comparison of overlay end positions.
791 (tpu-trim-line-ends): Implemented trimming logic locally.
792
793 * emulation/tpu-extras.el (tpu-write-file-hook)
794 (tpu-set-cursor-bound): Replaced picture-clean with
795 tpu-trim-line-ends.
796
797 2000-12-05 Kenichi Handa <handa@etl.go.jp>
798
799 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
800 to cn-gb.
801 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
802
803 2000-12-04 Dave Love <fx@gnu.org>
804
805 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
806
807 2000-12-04 Gerd Moellmann <gerd@gnu.org>
808
809 * mail/rmailsum.el (rmail-summary-expunge)
810 (rmail-summary-expunge-and-save): Ask for confirmation with
811 rmail-expunge-confirmed.
812
813 * mail/rmail.el (rmail-expunge-confirmed): New function.
814 (rmail-expunge): Use it.
815
816 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
817 (etags-recognize-tags-table, find-tag-in-order): New
818 functionality: interpret file names as tags.
819
820 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
821
822 * info.el (Info-scroll-prefer-subnodes): New defcustom.
823 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
824 visit the first subnode until the bottom of the current node is
825 visible.
826
827 2000-12-04 Gerd Moellmann <gerd@gnu.org>
828
829 * format.el (format-decode): Don't change buffer's undo list.
830
831 2000-12-04 Kenichi Handa <handa@etl.go.jp>
832
833 * faces.el (face-font-registry-alternatives): Add entries for CJK
834 fonts. Doc-string adjusted for the actual usage of this data.
835
836 * international/fontset.el: Change the font registries for CJK
837 fonts in the default fontset. Don't append '*' to registries.
838
839 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
840
841 * emacs-lisp/easy-mmode.el (define-derived-mode)
842 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
843
844 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
845 (derived-mode-p): New function.
846 (derived-mode-make-docstring): Add `docstring' argument.
847 Use it if available and complete it if necessary.
848
849 2000-12-03 Andreas Schwab <schwab@suse.de>
850
851 * type-break.el (type-break): Don't make parent of itself.
852
853 2000-12-03 Miles Bader <miles@gnu.org>
854
855 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
856
857 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
858
859 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
860 (tex-main-file, tex-file): Simplify.
861 (tex-generate-zap-file-name): Use subst-char-in-string.
862 (tex-strip-dots): Remove.
863
864 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
865
866 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
867 to check if the match succeeded.
868
869 2000-12-02 Gerd Moellmann <gerd@gnu.org>
870
871 * startup.el (use-fancy-splash-screens-p): New function.
872 (command-line-1): Use it to determine whether or not to use
873 a fancy splash screen.
874
875 2000-12-02 Andreas Schwab <schwab@suse.de>
876
877 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
878
879 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
880
881 * international/mule.el (make-char): Fix last change.
882
883 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
884 New defcustoms.
885 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
886 autoloading tex-mode; instead, do the same manually. Use
887 texinfo-open-quote and texinfo-close-quote. Insert literal quote
888 with numeric argument. Docstring fix.
889 (toplevel): Require cl when compiling.
890
891 * international/mule.el (make-char): Doc fix.
892
893 2000-12-02 Jason Rumney <jasonr@gnu.org>
894
895 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
896 the Emacs Lisp manual)
897
898 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
899
900 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
901
902 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
903 the Emacs Lisp manual).
904
905 2000-12-02 Gerd Moellmann <gerd@gnu.org>
906
907 * simple.el (next-line-add-newlines): Change default to nil.
908
909 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
910
911 * files.el (revert-buffer, recover-file): Bind
912 coding-system-for-read to emacs-mule-unix, not to no-conversion.
913
914 2000-12-01 Gerd Moellmann <gerd@gnu.org>
915
916 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
917
918 2000-12-01 Miles Bader <miles@gnu.org>
919
920 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
921
922 2000-12-01 Kenichi Handa <handa@etl.go.jp>
923
924 * international/mule-diag.el (describe-char-after): Fix typo.
925 (describe-character-set, non-iso-charset-alist): Fix typo.
926
927 2000-12-01 Miles Bader <miles@gnu.org>
928
929 * image-file.el (image-file-name-regexp): Automatically add
930 upper-case variants of each filename extension in
931 `image-file-name-extensions', since they seem to be common.
932
933 * simple.el (minibuffer-contents)
934 (minibuffer-contents-no-properties, delete-minibuffer-contents):
935 New functions.
936 * filecache.el (file-cache-directory-name)
937 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
938
939 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
940
941 * filecache.el (file-cache-minibuffer-complete): Don't try to
942 delete the minibuffer prompt.
943
944 2000-11-30 Dave Love <fx@gnu.org>
945
946 * cus-start.el: Fix read-buffer-function type.
947
948 2000-11-30 Gerd Moellmann <gerd@gnu.org>
949
950 * md5.el: Removed. There's a built-in function, now.
951
952 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
953
954 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
955 as dummy 0-th char of rmail-deleted-vector.
956
957 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
958
959 * ps-print.el (ps-end-job): Bind case-fold-search only after
960 switching to ps-spool-buffer.
961
962 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
963
964 * ps-print.el: Line number font customization. PostScript: Lines and
965 PageCount are initialized on each page. Doc Fix.
966 (ps-print-version): New version number (6.3.2).
967 (ps-lpr-switches, ps-font-info-database, ps-font-size)
968 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
969 (ps-right-header): Customization fix.
970 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
971 Fix code.
972 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
973 New vars.
974
975 2000-11-30 Gerd Moellmann <gerd@gnu.org>
976
977 * bs.el: Fix typos and spelling errors.
978 (bs-appearance) <defgroup>: Renamed from bs-appearence.
979 (bs-configuration): Doc fix.
980
981 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
982
983 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
984
985 * emulation/tpu-edt.el (tpu-version): New version.
986 (tpu-search-overlay, tpu-replace-overlay): New initial range.
987 (tpu-original-mode-line): Variable deleted.
988 (tpu-mark-flag): New initial value.
989 (tpu-set-mode-line): Don't redefine mode-line-format. Add
990 tpu-mark-flag to minor-mode-alist.
991 (tpu-update-mode-line): New mark flag logic.
992 (tpu-get): Use find-file-wildcards.
993 (tpu-search-highlight): Move overlay less, reset overlay properly.
994 (tpu-unselect): Deactivate mark.
995 (tpu-lm-replace): Reset overlay properly.
996 (tpu-forward-line): Use forward-visible-line.
997 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
998
999 * emulation/tpu-extras.el (tpu-forward-line): Use
1000 forward-visible-line.
1001
1002 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
1003
1004 * cus-edit.el (custom-face-value-create): Always emphasize tag.
1005
1006 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1007
1008 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1009 and skip whitespace and newlines.
1010
1011 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
1012
1013 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1014
1015 2000-11-29 Gerd Moellmann <gerd@gnu.org>
1016
1017 * help.el (describe-function-1): Regexp-quote function name
1018 when used as part of a regexp.
1019
1020 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1021 face-attribute instead of face-foreground and face-background.
1022 (tool-bar-add-item): Likewise, and handle unspecified colors.
1023
1024 * enriched.el (enriched-face-ans): Use face-attribute instead
1025 of face-foreground and face-background.
1026
1027 * faces.el (face-foreground, face-background, face-stipple):
1028 Return nil if attribute is unspecified, for backward
1029 compatibility.
1030
1031 * files.el (auto-mode-alist): Add an entry for antlr-mode.
1032
1033 * play/5x5.el: Remove version info.
1034
1035 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1036
1037 * frame.el (blink-cursor-mode): Doc fix.
1038
1039 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1040
1041 * antlr-mode.el: New commands to run ANTLR from within Emacs and
1042 to create Makefile rules.
1043 (antlr-tool-command): New user option.
1044 (antlr-ask-about-save): New user option.
1045 (antlr-makefile-specification): New user option.
1046 (antlr-file-formats-alist): New variable.
1047 (antlr-special-file-formats): New variable.
1048 (antlr-unknown-file-formats): New user option.
1049 (antlr-help-unknown-file-text): New variable.
1050 (antlr-help-rules-intro): New variable.
1051 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1052 (antlr-mode-menu): Add entries.
1053 (antlr-file-dependencies): New function.
1054 (antlr-directory-dependencies): New function.
1055 (antlr-superclasses-glibs): New function.
1056 (antlr-run-tool): New command.
1057 (antlr-makefile-insert-variable): New function.
1058 (antlr-insert-makefile-rules): New function.
1059 (antlr-show-makefile-rules): New command.
1060
1061 * antlr-mode.el: More Emacs/XEmacs stuff.
1062 (antlr-no-action-keywords): New constant with value nil.
1063 (antlr-font-lock-keywords-alist): Use it. Old value would break
1064 syntax highlighting in Emacs-21.0.
1065 (antlr-default-directory): Emacs/XEmacs dependend function.
1066 (antlr-read-shell-command): Ditto.
1067 (antlr-with-displaying-help-buffer): Ditto.
1068
1069 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1070
1071 * antlr-mode.el: imenu, parsing and highlighting changes.
1072 (antlr-imenu-create-index-function): Don't create extra submenus
1073 for definitions in different grammar classes. It is not necessary
1074 for the menu and would make command `imenu' awkward to use.
1075 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1076 header actions and more than one.
1077 (antlr-font-lock-tokendef-face): Changed color.
1078 (antlr-font-lock-tokenref-face): Changed color.
1079 (antlr-font-lock-additional-keywords): Also highlight lowercase.
1080 (antlr-mode-syntax-table): New variable.
1081 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1082 (antlr-with-syntax-table): Don't copy syntax table.
1083
1084 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1085
1086 * antlr-mode.el: Minor changes: language setting.
1087 (antlr-language-alist): The value for file option "language" can
1088 be both an identifier and a string.
1089 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1090 (antlr-language-limit-n-regexp): Change accordingly.
1091
1092 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1093
1094 * antlr-mode.el: Minor changes: tabs, hiding.
1095 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1096 (antlr-action-visibility): Also allow value nil to also hide the
1097 braces. Renamed from `antlr-tiny-action-length'.
1098 Suggested by Jay@aol.com.
1099 (antlr-hide-actions): Change accordingly. Hide line if completely
1100 hidden action is on a line of its own.
1101
1102 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1103
1104 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1105
1106 * sort.el (sort-columns): Don't concat strings with numbers.
1107
1108 2000-11-29 Dave Love <fx@gnu.org>
1109
1110 * cus-edit.el (face): Fix :format.
1111
1112 * mail/feedmail.el: Require smtpmail when compiling.
1113 (mail-do-fcc): Autoload.
1114 (feedmail) <defgroup>: Fix :link.
1115 (feedmail-nuke-body-in-fcc): Fix :type.
1116 (feedmail-send-it): Add autoload cookie.
1117
1118 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1119
1120 * newcomment.el (comment-indent): Save excursion around call to
1121 comment-indent-function.
1122
1123 2000-11-29 Miles Bader <miles@gnu.org>
1124
1125 * subr.el (member-ignore-case): Return the tail of the list who's
1126 car matches, like `member', not the matching element itself.
1127
1128 2000-11-29 Kenichi Handa <handa@etl.go.jp>
1129
1130 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
1131 should not contain `\n'.
1132
1133 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1134
1135 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1136
1137 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1138
1139 * dired-aux.el (dired-do-create-files): Construct default file
1140 name for dired-mark-read-file-name so that when the user enters
1141 just RET, the target file will end up in the target directory.
1142
1143 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1144 local-abbrev-table before changing buffers because it might
1145 have a buffer-local binding.
1146
1147 2000-11-28 Miles Bader <miles@gnu.org>
1148
1149 * simple.el (delete-horizontal-space): Handle fields more generally.
1150
1151 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1152
1153 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1154
1155 2000-11-28 Dave Love <fx@gnu.org>
1156
1157 * progmodes/ps-mode.el (ps-mode): Set comment-start and
1158 comment-start-skip locally.
1159
1160 * progmodes/fortran.el (fortran-mode): Don't set
1161 fortran-comment-line-start-skip. Set comment-start to
1162 fortran-comment-line-start.
1163 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1164 (fortran-comment-line-start-skip): Simplify slightly.
1165
1166 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1167
1168 * play/5x5.el: Remove RCS keyword.
1169
1170 * bs.el: Mistaken commit, undone 2000-11-30.
1171
1172 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
1173
1174 * textmodes/tildify.el (tildify-string-alist): Add
1175 `plain-tex-mode' here.
1176
1177 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
1178
1179 * chistory.el (Command-history-setup): Remove extraneous `keymap'
1180 reference.
1181
1182 2000-11-28 Miles Bader <miles@gnu.org>
1183
1184 * cus-face.el (custom-face-attributes): Add post-filter function
1185 for :box. Make pre-filter function for :box handle all cases.
1186
1187 * wid-edit.el (widget-choose): Make sure pop-up window is large
1188 enough to display all the choices, as there's no way to scroll it.
1189
1190 2000-11-28 Kenichi Handa <handa@etl.go.jp>
1191
1192 * international/mule-conf.el: Make the coding system no-conversion
1193 safe for all characters.
1194
1195 2000-11-27 Dave Love <fx@gnu.org>
1196
1197 * net/ldap.el (ldap) <defgroup>: Add :version.
1198
1199 * tooltip.el (tooltip-use-echo-area): Doc fix.
1200
1201 * cus-start.el <minibuffer-prompt-properties>: Add version.
1202 <read-buffer-function>: Add.
1203
1204 * apropos.el (apropos-print): Add help-echo to active text.
1205
1206 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1207
1208 2000-11-27 Gerd Moellmann <gerd@gnu.org>
1209
1210 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1211 type, group and version.
1212
1213 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
1214
1215 * select.el (x-get-selection): Docstring fix.
1216
1217 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
1218
1219 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
1220
1221 2000-11-27 Andrew Innes <andrewi@gnu.org>
1222
1223 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1224
1225 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1226
1227 2000-11-27 Miles Bader <miles@gnu.org>
1228
1229 * dired.el (dired-get-filename): Return filename verbatim if
1230 LOCALP is `verbatim'.
1231 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1232 `verbatim' so that we don't inadvertently delete a non-existant
1233 directory name.
1234
1235 >>>>>>> 1.1768
1236 2000-11-27 Kenichi Handa <handa@etl.go.jp>
1237
1238 * international/characters.el: Specify cases and syntaxes for
1239 mule-unicode-0100-24ff.
1240
1241 2000-11-27 Gerd Moellmann <gerd@gnu.org>
1242
1243 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1244 that foreground and/or background colors of the face `tool-bar'
1245 are unspecified.
1246
1247 2000-11-27 Miles Bader <miles@gnu.org>
1248
1249 * wid-edit.el (widget-field-buffer, widget-field-start)
1250 (widget-field-end): Handle widget field `pseudo-overlays'.
1251 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1252 if it's there instead of in `widget-field-list'.
1253
1254 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
1255 (help-make-xrefs): Delete extraneous newlines at the end of the
1256 docstring.
1257
1258 2000-11-25 Jason Rumney <jasonr@gnu.org>
1259
1260 * startup.el (command-line): Call set-locale-environment after
1261 Window System init file is read, as it can result in a call to
1262 redraw-frame.
1263
1264 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
1265
1266 * simple.el (shell-command): Mention the effect of the prefix
1267 argument in the doc string.
1268
1269 2000-11-25 Miles Bader <miles@gnu.org>
1270
1271 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1272
1273 * wid-edit.el (widget-field-value-delete): Don't try to delete
1274 overlay when it's the `pseudo-overlay' that exists at some points.
1275
1276 2000-11-24 Jason Rumney <jasonr@gnu.org>
1277
1278 * international/mule-cmds.el (locale-language-names): Add "jp" as
1279 a non-standard alternative for Japanese.
1280
1281 2000-11-24 Andre Spiegel <spiegel@gnu.org>
1282
1283 * vc-hooks.el: Require 'cl during compilation.
1284
1285 2000-11-24 Gerd Moellmann <gerd@gnu.org>
1286
1287 * faces.el (face-set-after-frame-default): Let face attributes
1288 specified for new frames override frame parameters.
1289
1290 * startup.el (command-line): Fix computation of the source file
1291 for user-init-file when user-init-file is a compiled file.
1292
1293 2000-11-24 Miles Bader <miles@gnu.org>
1294
1295 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
1296 (custom-post-filter-face-spec): New functions.
1297 (custom-face-set, custom-face-value-create): Filter the face spec
1298 before and after customization.
1299 (custom-face-set): If VALUE specifies a null face, pass a
1300 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1301 * cus-face.el (custom-face-attributes): Remove SET and GET
1302 functions. Add some IN-FILTER and OUT-FILTER functions in the few
1303 cases they're needed.
1304
1305 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1306 that it's distinguishable from the :off-glyph on dark-background
1307 displays. Set its background color too.
1308
1309 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1310 so that people can easily turn it off.
1311
1312 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
1313
1314 * ediff-diff.el: Moved variables around to have it compile under NT.
1315
1316 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
1317
1318 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
1319
1320 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
1321 redundant skip-small-frames test.
1322
1323 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
1324 (viper-downgrade-to-insert): protect against errors in hooks.
1325
1326 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1327 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1328 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
1329 functions.
1330
1331 * viper-util.el (viper-memq-char): Bug fixes.
1332
1333 * viper.el (viper-mode): Fix cursor handling.
1334
1335 2000-11-24 Kenichi Handa <handa@etl.go.jp>
1336
1337 * international/mule-diag.el (list-iso-charset-chars): For
1338 two-byte charset, fix the `while' condition.
1339 (list-non-iso-charset-chars): Fix the `while' condition.
1340
1341 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1342
1343 * subr.el (add-hook, remove-hook): Don't call make-local-hook
1344 if the variable is make-variable-buffer-local.
1345
1346 * progmodes/ada-stmt.el (ada-template-map): Initialize
1347 and bind it to C-c t in ada-mode-map.
1348 (ada-stmt-mode-hook): New function extracted from old code.
1349 Only change the buffer-local side of skeleton-*.
1350 (ada-mode-hook): Use it.
1351
1352 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1353
1354 * iswitchb.el (iswitchb-minibuf-depth): New variable.
1355 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1356 we expect to be returned by minibuffer-depth once we prompt the
1357 user in the minibuffer.
1358 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1359 as recorded in iswitchb-minibuf-depth, return non-nil.
1360
1361 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1362
1363 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1364 (hscroll-window-maybe): Docstring fix.
1365
1366 2000-11-23 Dave Love <fx@gnu.org>
1367
1368 * rect.el (string-rectangle): Don't test delete-selection-mode.
1369
1370 2000-11-23 Gerd Moellmann <gerd@gnu.org>
1371
1372 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1373 is in the tool bar.
1374
1375 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1376 with `no-dir'; we want the directory part to be able to remove
1377 it.
1378
1379 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1380
1381 * textmodes/outline.el (outline-flag-region):
1382 Don't bind inhibit-read-only since we don't modify the buffer.
1383 (outline-isearch-open-invisible): Don't jump to overlay-start
1384 since we're trying to unhide text around point.
1385 (outline-discard-overlays): Use dolist.
1386
1387 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1388
1389 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1390
1391 * mail/rmail.el (rmail-confirm-expunge): Default to
1392 y-or-n-p.
1393
1394 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1395
1396 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1397 Fix ARG regexp to skip quoted braces.
1398 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1399 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1400 are (correctly) handled separately).
1401 Remove `caption' and `footnote' from `citations': they contain text.
1402 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1403 (latex-skeleton-end-hook): New function.
1404 (latex-mode): Use it.
1405 (tex-start-tex-marker): Remove.
1406 (tex-send-tex-command): Don't set tex-start-tex-marker.
1407 (tex-error-parse-syntax-table): New var.
1408 (tex-compilation-parse-errors): Use it.
1409 Ignore tex-start-tex-marker. Don't bother with marker-position.
1410 (tex-validate-buffer): Don't bother with marker-position.
1411
1412 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
1413 (flyspell-generic-progmode-verify): Use it.
1414
1415 2000-11-22 Sam Steingold <sds@gnu.org>
1416
1417 * simple.el (delete-trailing-whitespace): New interactive
1418 function.
1419
1420 * progmodes/ada-mode.el (ada-mode): Use it instead of
1421 `ada-remove-trailing-spaces'.
1422 (ada-remove-trailing-spaces): Removed.
1423
1424 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
1425
1426 * textmodes/picture.el (picture-clean): Removed.
1427 (picture-mode-exit): Call it instead of `picture-clean'.
1428
1429 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1430
1431 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1432
1433 * hi-lock.el (hi-lock-refontify): Don't call non-existent
1434 jit-lock-fontify-buffer; it should anyway be unneccessary to
1435 do anything special when jit-lock is active.
1436 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1437
1438 2000-11-22 Dave Love <fx@gnu.org>
1439
1440 * calendar/todo-mode.el (todo-top-priorities): Use
1441 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1442
1443 * language/chinese.el, language/cyrillic.el:
1444 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1445 * language/hebrew.el, language/indian.el, language/japanese.el:
1446 * language/korean.el, language/lao.el, language/misc-lang.el:
1447 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1448 Use provide.
1449
1450 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1451 (custom-variable-set): Improve validation error mesage.
1452
1453 * rect.el (string-rectangle): Revert last change.
1454 (string-rectangle-line): New arg DELETE.
1455 (string-rectangle): Check delete-selection-mode.
1456
1457 * emacs-lisp/edebug.el (edebug-version)
1458 (edebug-maintainer-address): Deleted.
1459 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1460 (edebug-read-function): Account for other `'#' read forms.
1461 (edebug-mode-menus): Make some items toggles.
1462 (edebug-outside-unread-command-event, unread-command-event):
1463 Remove these to avoid warnings.
1464
1465 2000-11-22 David Ponce <david@dponce.com>
1466
1467 * recentf.el (recentf-menu-items-for-commands)
1468 (recentf-make-menu-items, recentf-make-menu-item)
1469 (recentf-filter-changer): Added :help and :active menu-item properties.
1470
1471 (recentf-build-dir-rules, recentf-dump-variable)
1472 (recentf-edit-list, recentf-open-files-item)
1473 (recentf-open-files): Replaced unnecessary `mapcar' with new
1474 built-in `mapc'.
1475
1476 2000-11-23 Miles Bader <miles@gnu.org>
1477
1478 * faces.el (menu): Make inverse-video on ttys too.
1479
1480 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1481
1482 * simple.el (comment-line-break-function): Use the new name
1483 indent-new-comment-line -> comment-indent-new-line.
1484 (clone-indirect-buffer): Don't ignore NORECORD.
1485 (next-completion): Properly handle the case where items are adjacent.
1486
1487 * mouse.el (popup-menu): Stupid typo.
1488
1489 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1490
1491 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1492 maintainer, keywords tags.
1493
1494 * rect.el (replace-rectangle): Don't call string-rectangle-line
1495 with too many arguments.
1496
1497 2000-11-22 Andre Spiegel <spiegel@gnu.org>
1498
1499 * ediff-util.el (ediff-file-checked-out-p)
1500 (ediff-file-checked-in-p): Call vc-state instead of
1501 vc-locking-user, which no longer exists.
1502
1503 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1504
1505 2000-11-22 Dave Love <fx@gnu.org>
1506
1507 * md5.el (md5): Provide.
1508 (md5): Fix error call.
1509
1510 2000-11-22 Miles Bader <miles@gnu.org>
1511
1512 * textmodes/refill.el (refill-adjust-ignorable-overlay)
1513 (refill-fill-paragraph-at): Remove debugging code.
1514
1515 * calendar/calendar.el (generate-calendar-window): When we don't
1516 call `fit-window-to-buffer', make sure the top line is fully visible.
1517
1518 * image-file.el (insert-image-file): Don't make `read-only'
1519 property rear-nonsticky.
1520
1521 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1522 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1523 stashing away its original value.
1524 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1525 in the recursive edit.
1526 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1527 (isearch-done): Restore `minibuffer-message-timeout'.
1528
1529 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1530
1531 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1532
1533 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1534
1535 * find-lisp.el (find-lisp-find-files-internal):
1536 Use dolist, when and file-name-as-directory.
1537
1538 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
1539 (define-derived-mode, define-minor-mode): Add specs.
1540
1541 * window.el: General comment and spacing fixes.
1542 (save-selected-window): Use backquotes.
1543 (window-safely-shrinkable-p): New function.
1544 (shrink-window-if-larger-than-buffer): Use it.
1545
1546 * subr.el (make-local-hook): Docstring fix.
1547
1548 * shell.el (shell-mode): Use define-derived-mode.
1549
1550 * newcomment.el (comment-indent): Insert comment before calling
1551 comment-indent-function. Don't insert in column 0.
1552 (comment-dwim): Indent before inserting comment.
1553
1554 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1555 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1556 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1557 Use mapc rather than map.
1558
1559 * files.el (find-buffer-visiting): Compare all attributes before
1560 declaring two files identical (rather than just their inode-no).
1561 (auto-mode-alist): Use \' rather than $.
1562
1563 * which-func.el: Update maintainer line.
1564
1565 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1566 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1567 (uniquify-buffer-file-name): Use it.
1568
1569 2000-11-22 Miles Bader <miles@gnu.org>
1570
1571 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1572 * simple.el (minibuffer-avoid-prompt): New function.
1573
1574 2000-11-21 Gerd Moellmann <gerd@gnu.org>
1575
1576 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1577
1578 2000-11-21 Miles Bader <miles@gnu.org>
1579
1580 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1581 inclusion of `track-mouse'.
1582
1583 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1584 (refill-adjust-ignorable-overlay): New function.
1585 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1586 only the paragraph's tail if possible.
1587 Update `refill-ignorable-overlay'.
1588 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1589
1590 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1591 point inside the fill-prefix.
1592
1593 * textmodes/refill.el (refill-post-command-function): Don't reset
1594 refill-doit in the case where a self-insertion command doesn't
1595 case a refill. Use `refill-fill-paragraph-at', getting position
1596 from `refill-doit'.
1597 (refill-after-change-function): Set `refill-doit' to END.
1598 (refill-fill-paragraph-at): New function, mostly from old
1599 refill-fill-paragraph.
1600 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1601 (refill-pre-command-function): New function.
1602 (refill-mode): Add it to `pre-command-hook'.
1603
1604 2000-11-20 Gerd Moellmann <gerd@gnu.org>
1605
1606 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1607
1608 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1609 javadoc tags.
1610
1611 2000-11-20 Andre Spiegel <spiegel@gnu.org>
1612
1613 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1614 vc.el).
1615
1616 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
1617 require vc.
1618
1619 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
1620 checkouts.
1621
1622 2000-11-20 Dave Love <fx@gnu.org>
1623
1624 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1625
1626 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
1627
1628 * calculator.el (calculator-paste): Use `if' instead of `and'
1629 and `or'.
1630 (calculator-help): Don't use electric-describe-mode for XEmacs.
1631
1632 2000-11-19 Gerd Moellmann <gerd@gnu.org>
1633
1634 * info.el (info-menu-5): Doc fix.
1635
1636 * textmodes/artist.el: New file.
1637
1638 2000-11-19 Andre Spiegel <spiegel@gnu.org>
1639
1640 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
1641 and differentiate according to checkout model.
1642 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1643 since this function is only concerned with master state.
1644
1645 * vc-hooks.el (vc-workfile-unchanged-p,
1646 vc-default-workfile-unchanged-p): Moved here from vc.el.
1647
1648 * vc.el (vc-workfile-unchanged-p,
1649 vc-default-workfile-unchanged-p): See above.
1650
1651 2000-11-19 Miles Bader <miles@gnu.org>
1652
1653 * image-file.el (insert-image-file): Make `intangible' and
1654 `read-only' properties rear-nonsticky too.
1655
1656 2000-11-18 Gerd Moellmann <gerd@gnu.org>
1657
1658 * ps-print.el: Update copyright notice.
1659
1660 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1661 (tooltip-show): Use the offsets.
1662
1663 * bindings.el (mode-line-modified): Fix a typo.
1664 (mode-line-toggle-modified, mode-line-widen)
1665 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1666
1667 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1668
1669 * ps-print.el (toplevel): Test for find-coding-system being
1670 fboundp before calling ps-x-find-coding-system.
1671
1672 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1673
1674 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1675 (vc-version-backup-file): Docstring fix.
1676
1677 2000-11-16 Gerd Moellmann <gerd@gnu.org>
1678
1679 * files.el (basic-save-buffer): Don't add a newline if
1680 find-file-literally is non-nil.
1681 (find-file-literally): Extend doc string.
1682
1683 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1684 sort(1) with the `-f' argument.
1685
1686 2000-11-16 Andre Spiegel <spiegel@gnu.org>
1687
1688 * vc.el: Updated backend documentation.
1689 (vc-default-check-headers): New function.
1690
1691 * vc-{cvs,rcs,sccs}.el: Functions reordered.
1692
1693 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
1694 up-to-date.
1695 (vc-do-command): In the asynchronous case, output messages only if
1696 the minibuffer is not active.
1697
1698 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
1699 `vc-cvs-use-edit' is on.
1700 (vc-cvs-checkout): When this is used for reverting the workfile,
1701 make a backup of the original contents and revert to that in case
1702 of error.
1703 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
1704 remote repositories.
1705
1706 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1707 for both version and ratio in the minibuffer.
1708
1709 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
1710 Use vc-do-command to perform the annotation, not call-process.
1711
1712 2000-11-16 Kenichi Handa <handa@etl.go.jp>
1713
1714 * international/quail.el (quail-start-translation): Don't call
1715 `message' before reading key sequence.
1716
1717 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1718
1719 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1720
1721 2000-11-16 Kenichi Handa <handa@etl.go.jp>
1722
1723 * window.el (fit-window-to-buffer): Be sure to acquire at least
1724 one text line even if the buffer is empty.
1725
1726 2000-11-16 Gerd Moellmann <gerd@gnu.org>
1727
1728 * net/ange-ftp.el (ange-ftp-file-writable-p)
1729 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1730 ange-ftp-process-verbose to nil.
1731
1732 2000-11-15 Dave Love <fx@gnu.org>
1733
1734 * wid-edit.el (widget-specify-field, widget-specify-button): If
1735 :help-echo is a function, set help-echo of overlay to
1736 widget-mouse-help.
1737 (widget-mouse-help): New function.
1738 (widget-echo-help): Rewritten for :help-echo functions only taking
1739 a widget arg.
1740
1741 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1742 display-graphic-p.
1743 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1744 and that JPEG is available.
1745 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1746
1747 * international/mule-cmds.el (locale-charset-language-names):
1748 Match @euro.
1749
1750 2000-11-15 Gerd Moellmann <gerd@gnu.org>
1751
1752 * faces.el (face-set-after-frame-default): If
1753 `inhibit-default-face-x-resources' is bound, don't intialize the
1754 default face from X resources.
1755
1756 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1757
1758 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1759 Don't set EMACSLOADPATH.
1760
1761 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1762
1763 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1764 texinfo-insert-@url.
1765 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1766 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1767
1768 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1769
1770 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1771 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1772 (checkdoc-minor-keymap): Backward compatibility.
1773 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1774 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1775 (checkdoc-this-string-valid-engine): Be a bit more strict
1776 to avoid matching substrings of `...' quoted vars/funs.
1777 (checkdoc-defun-info): Only look for `interactive' if alone.
1778 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1779
1780 * progmodes/compile.el (grep): `tag-default' can be nil.
1781
1782 * newcomment.el (comment-indent): Paren typo.
1783
1784 2000-11-14 Dave Love <fx@gnu.org>
1785
1786 * calculator.el: New maintainer version.
1787
1788 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
1789
1790 * cmuscheme.el: Doc fixes.
1791 (cmuscheme) <defgroup>: Use `scheme' as parent.
1792 (cmuscheme-program-name): Remove. Change uses to
1793 scheme-program-name.
1794
1795 * xscheme.el (scheme-program-name): Don't define here.
1796
1797 * progmodes/scheme.el (scheme-program-name): New variable
1798 (originally in cmuscheme).
1799
1800 2000-11-14 Miles Bader <miles@gnu.org>
1801
1802 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1803 Handle header-lines. Don't loop forever if we can't enlarge the
1804 window anymore. Simplify a bit.
1805
1806 2000-11-14 Kenichi Handa <handa@etl.go.jp>
1807
1808 * window.el (fit-window-to-buffer): Don't check
1809 window-text-height. Assure that the last line is fully visible.
1810
1811 * international/quail.el (quail-show-guidance-buf): Call
1812 fit-window-to-buffer to assure the enough height of the guidance
1813 buffer.
1814 (quail-update-guidance): Avoid making the guidance buffer shorter.
1815
1816 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1817
1818 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1819 rather than `prepend' and add an interesting comment.
1820 (tex-math-face, tex-font-lock-syntactic-face-function):
1821 New face and function to use it.
1822 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1823 than `menu-enable' symbol property.
1824 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1825 (tex-mode): Add some latex-mode commands for auto-selection.
1826 Use tex-font-lock-syntactic-face-function.
1827 (tex-insert-quote): Simplify.
1828 (tex-shell): New mode.
1829 (tex-start-shell): Use it.
1830 (tex-shell-proc, tex-shell-buf): New functions.
1831 (tex-send-command): Use it.
1832 (tex-main-file): Fix the meaning of the new arg REALFILE.
1833 (tex-send-tex-command): New function split from `tex-start-tex'.
1834 Set compilation-last-buffer and compilation-parsing-end.
1835
1836 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1837 when it follows non-comment text on the line.
1838
1839 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1840 Set font-lock-defaults.
1841 (lisp-mode-shared-map): Init inside the defvar.
1842 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1843 Use define-derived-mode.
1844
1845 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1846
1847 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1848
1849 2000-11-14 Gerd Moellmann <gerd@gnu.org>
1850
1851 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1852 recursively optimize body because that can lead to infinite
1853 recursion; see comment there.
1854
1855 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1856
1857 * faces.el (face-spec-set-match-display): Revert the change from
1858 2000-10-24. Add a FIXME for after v21.1.
1859
1860 2000-11-13 Miles Bader <miles@gnu.org>
1861
1862 * textmodes/fill.el (skip-line-prefix): New function.
1863 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1864 (fill-paragraph): Don't leave point inside the fill-prefix.
1865 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1866 point inside the fill-prefix.
1867
1868 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1869
1870 * calendar/calendar.el (generate-calendar-window): Use
1871 `fit-window-to-buffer'.
1872
1873 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1874
1875 * gud.el (gud-minor-mode): New var.
1876 (gud-symbol, gud-val): New functions.
1877 (gud-find-file): Copy gud-minor-mode to the new buffer.
1878 (gud-menu-map): Include entries for commands that are not always
1879 available, using :enable to (de)activate them.
1880 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1881 (gud-mode-map): New map.
1882 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
1883 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1884 Don't set up gud's menu (it's done by the minor-mode).
1885 (gud-minibuffer-local-map): New.
1886 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1887 (gud-query-cmdline): New function.
1888 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1889 (gud-mode): Use define-derived-mode.
1890 Don't set up gud's menu (it's done by the minor-mode).
1891 (gud-chop-words): Remove.
1892 (gud-common-init): Use split-string instead.
1893 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1894
1895 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1896 Add keyword arg :name.
1897
1898 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1899 (diff-count-matches, diff-split-hunk): New functions.
1900 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1901
1902 * pcvs-info.el (cvs-fi-conflict-face): New var.
1903
1904 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1905 Make it into a simple syntax-table, shared among all submodes.
1906 (sh-heredoc-face): Re-introduce.
1907 (sh-font-lock-syntactic-face-function): New function.
1908 (sh-mode): Use it. Also use define-derived-mode.
1909 Remove old bogus setting of indent-region-function.
1910 (sh-set-shell): Don't set the syntax-table any more.
1911 (sh-mode-syntax-table) <defun>: Remove.
1912
1913 2000-11-12 Miles Bader <miles@gnu.org>
1914
1915 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1916 message if interactive.
1917
1918 2000-11-12 Dave Love <fx@gnu.org>
1919
1920 * mail/feedmail.el: Fix header,
1921 (feedmail) <defgroup>: Add :link.
1922
1923 * view.el: Use local-map property, not keymap on mode-line string.
1924
1925 * scroll-all.el (scroll-all-mode): Customize variable. Add
1926 autoload cookie to function.
1927
1928 * lazy-lock.el: Remove compatibility code.
1929
1930 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1931 (finder-help-echo): New variable.
1932 (finder-mouse-face-on-line): Add help-echo stuff.
1933 (finder-list-keywords, finder-list-matches): Use mapc.
1934
1935 * faces.el (face-font-registry-alternatives): Add :version.
1936
1937 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1938 tags-table-list.
1939
1940 * net/browse-url.el (browse-url-browser-function): Update :version.
1941
1942 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
1943 (mail-mode): Use [:alnum:] in some regexps.
1944
1945 2000-11-10 Dave Love <fx@gnu.org>
1946
1947 * ediff.el (ediff-regions-internal, ediff-documentation):
1948 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1949 fundamental mode.
1950
1951 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1952 buffer into fundamental mode.
1953 (ediff-set-difference): Use copy-sequence if available.
1954
1955 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1956 ediff-patch-map non-nil.
1957 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1958 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1959 buffer into fundamental mode.
1960
1961 * ediff-merg.el (state-or-merge): Defvar when compiling.
1962
1963 2000-11-10 Jason Rumney <jasonr@gnu.org>
1964
1965 * w32-fns.el (w32-add-charset-info): New function.
1966 (w32-charset-info-alist): Use it.
1967
1968 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1969
1970 * faces.el (face-font-registry-alternatives): New user-option.
1971
1972 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1973
1974 * textmodes/texinfo.el (texinfo-block-default): New var.
1975 (texinfo-insert-block): Use it. Insert a newline if needed.
1976
1977 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1978 (fill-region-as-paragraph): Use it.
1979
1980 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1981 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1982 Tweak paragraph regexps to allow a leading [ \t]*.
1983 (tex-latex-block): Insert a newline if necessary.
1984 (latex-insert-item): Only insert a newline if necessary.
1985 (tex-guess-main-file): New function.
1986 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1987 Set tex-main-file if TeX-master is provided.
1988 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1989
1990 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1991
1992 * startup.el (command-line): Set the default tooltip-mode
1993 to t for graphical displays which implement x-show-tip.
1994
1995 * tooltip.el (tooltip-mode): Add a comment about startup.el
1996 setting the default value of this user-option.
1997
1998 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1999
2000 * font-lock.el (font-lock-*-face) <defvar>: Move.
2001 (font-lock-defaults-alist): Mark obsolete.
2002 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2003 (font-lock-mode): Use define-minor-mode.
2004 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2005 (font-lock-turn-off-thing-lock): Be more explicit.
2006 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2007 (font-lock-syntactic-face-function): New var.
2008 (font-lock-fontify-syntactically-region): Use it.
2009 (font-lock-doc-face): New.
2010
2011 * pcvs.el (cvs-enabledp): Ignore errors.
2012 (cvs-commit-filelist): Never query.
2013 (cvs-mode-insert): Always add a terminating / in the initial prompt.
2014 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2015 (cvs-do-removal): Use cvs-partition rather than delete-if.
2016 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2017 cvs-bury-buffer.
2018
2019 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2020 Allow `next' to jump to after the end of the last match.
2021
2022 2000-11-09 Gerd Moellmann <gerd@gnu.org>
2023
2024 * simple.el (byte-compiling-files-p): New function.
2025
2026 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2027 if it is there.
2028
2029 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2030 nil again.
2031
2032 * textmodes/ispell.el (ispell-library-path): Don't call
2033 check-ispell-version when byte-compiling because that starts
2034 an ispell process, and ispell might not be installed.
2035 (toplevel): Don't set up a menu when byte-compiling.
2036
2037 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2038 it, so that a boundp test can be used to determine if we're
2039 currently byte-compiling.
2040
2041 2000-11-09 Dave Love <fx@gnu.org>
2042
2043 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2044 eval-after-load.
2045
2046 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2047
2048 * ps-print.el: Patch for variable initialization when spooling. Doc
2049 fix.
2050 (ps-output-list): Fun eliminated.
2051 (ps-begin-file, ps-begin-job): Code fix.
2052
2053 2000-11-08 Dave Love <fx@gnu.org>
2054
2055 * ediff-wind.el (ediff-control-frame-parameters): Zero
2056 tool-bar-lines.
2057
2058 2000-11-08 Gerd Moellmann <gerd@gnu.org>
2059
2060 * simple.el (shell-command, display-message-or-buffer)
2061 (shell-command-on-region): Mention resize-mini-windows in the doc
2062 string.
2063 (display-message-or-buffer): Take the value of resize-mini-windows
2064 into account.
2065
2066 2000-11-07 Gerd Moellmann <gerd@gnu.org>
2067
2068 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2069
2070 * dired.el (dired-between-files): Add `^. find' as an alternative
2071 to the regular expression, for find-dired.
2072
2073 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2074
2075 * textmodes/texnfo-upd.el: Require texinfo.
2076 (defmacro, defgroup): Remove.
2077 (texinfo-section-to-generic-alist): Remove.
2078 Use texinfo-section-list instead (i.e. level is changed string->int).
2079 (texinfo-filter): New function.
2080 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2081 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2082 Use it. And use regexp-opt.
2083 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2084 (texinfo-update-menu-region-beginning)
2085 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2086 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2087 (texinfo-update-menu-same-level-regexps): Update.
2088 (texinfo-update-node, texinfo-every-node-update)
2089 (texinfo-sequential-node-update): Remove autoload cookie.
2090
2091 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2092 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2093 (texinfo-chapter-level-regexp): Remove.
2094 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2095
2096 2000-11-06 Dave Love <fx@gnu.org>
2097
2098 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
2099
2100 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2101 Match defun*.
2102
2103 2000-11-06 Kenichi Handa <handa@etl.go.jp>
2104
2105 * composite.el (composition-function-table): Variable declaration
2106 moved to src/composite.c.
2107 (compose-chars-after): New optional arg object.
2108
2109 2000-11-06 Gerd Moellmann <gerd@gnu.org>
2110
2111 * bindings.el (mode-line-toggle-read-only)
2112 (mode-line-toggle-modified, mode-line-widen)
2113 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2114 (make-mode-line-mouse2-map): Rewritten.
2115 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2116 functions so that C-h k can show something with a doc string.
2117
2118 * startup.el (fancy-splash-delay): Set to 10 seconds.
2119 (fancy-splash-max-time): New user-option.
2120 (fancy-splash-stop-time): New variable.
2121 (fancy-splash-screens): Set it. Catch `stop-splashing'.
2122 (fancy-splash-screens-1): Throw `stop-splashing' when current
2123 time is greater than fancy-splash-stop-time.
2124
2125 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2126
2127 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2128
2129 * pcvs.el (cvs-mode-marked): New arg `noquery'.
2130 Prompt user for a file rather than raising an error.
2131 (cvs-enabledp): Fix call to cvs-mode-marked.
2132 (cvs-insert-file): New function (extracted from cvs-mode-insert).
2133 (cvs-mode-insert): Use it. Change the init prompt' value.
2134 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2135
2136 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2137 Don't pass default arg to ewoc-locate.
2138 (ewoc-collect): Return result in the right order.
2139
2140 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2141
2142 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2143 (cvs-status-get-tags): Fix regexp.
2144 (cvs-status-trees, cvs-status-cvstrees):
2145 Combine after change hooks and don't sit-for.
2146 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2147 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
2148 Use make-char rather than hard-coded cryptic data.
2149 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2150
2151 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2152
2153 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2154 (cvs-insert-strings): New function.
2155
2156 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
2157
2158 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2159 `mwheel-scroll-amount'.
2160 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2161 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2162 string-matching against the version string.
2163
2164 2000-11-06 Kenichi Handa <handa@etl.go.jp>
2165
2166 * language/thai.el ("Thai"): Set a lisp form that produces
2167 composed string in `sample-text' language info.
2168
2169 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2170 composed string in `sample-text' language info.
2171
2172 * international/mule-cmds.el (describe-language-environment): Eval
2173 `sample-text' data and insert the result.
2174
2175 * international/mule-conf.el (compound-text): Define this coding
2176 system here. Make x-ctext and ctext aliases of it.
2177
2178 * language/european.el (compound-text, ctext): Moved to
2179 international/mule-conf.el.
2180
2181 2000-11-05 Andrew Innes <andrewi@gnu.org>
2182
2183 * w32-fns.el (w32-version): New function.
2184
2185 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
2186
2187 * progmodes/awk-mode.el: Update copyright.
2188 (awk-mode-abbrev-table): Remove.
2189 (awk-font-lock-keywords): Use regexp-opt.
2190 (awk-mode): Use define-derived-mode.
2191
2192 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2193 when extracting a suffix.
2194
2195 2000-11-04 Andre Spiegel <spiegel@gnu.org>
2196
2197 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
2198 auto-save-mode.
2199
2200 2000-11-04 Jason Rumney <jasonr@gnu.org>
2201
2202 * language/european.el (decode-mac-roman): Test against r1 not r0.
2203
2204 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
2205
2206 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2207 (icon-mode): Define indent-line-function.
2208 (icon-comment-indent): Simplify.
2209 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2210
2211 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2212
2213 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2214 Bind change-log-default-mode to defeat the caching done on it.
2215 Don't bother saving excursion any more.
2216
2217 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2218
2219 * frame.el (after-setting-font-hook): Rename hooks -> hook.
2220 (set-frame-font): Use the new name (and the old for compatibility).
2221
2222 * toolbar/tool-bar.el (tool-bar-mode):
2223 * time.el (display-time-mode):
2224 * recentf.el (recentf-mode):
2225 * paren.el (show-paren-mode):
2226 * mwheel.el (mouse-wheel-mode):
2227 * msb.el (msb-mode):
2228 * jka-compr.el (auto-compression-mode):
2229 * image-file.el (auto-image-file-mode):
2230 * hl-line.el (hl-line-mode):
2231 * delsel.el (delete-selection-mode):
2232 * autoinsert.el (auto-insert-mode):
2233 * complete.el (partial-completion-mode): Drop unneeded positional args.
2234
2235 * info.el (Info-mode):
2236 * comint.el (comint-mode): Don't bother with make-local-hook.
2237
2238 * log-edit.el (log-edit-menu): New menu.
2239
2240 2000-11-03 Miles Bader <miles@gnu.org>
2241
2242 * wid-edit.el (widget-end-of-line): Reinstate, with a new
2243 definition, so that trailing spaces are handled properly.
2244 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2245
2246 2000-11-03 Gerd Moellmann <gerd@gnu.org>
2247
2248 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2249 tab character.
2250 (fancy-splash-screens): Set tab-width to 20.
2251
2252 2000-11-03 Dave Love <fx@gnu.org>
2253
2254 * comint.el (comint-completion-addsuffix): Fix custom type.
2255
2256 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
2257
2258 * font-lock.el (font-lock-buffers): Remove.
2259 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2260 (font-lock-change-major-mode): Remove.
2261 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2262 (font-lock-default-fontify-region): Extend the multiline
2263 fontification to whole lines.
2264 (font-lock-fontify-anchored-keywords)
2265 (font-lock-fontify-keywords-region): If matching just one
2266 line (with \n) only mark the \n as multiline.
2267
2268 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
2269 Correctly handle the case where several :group args are supplied.
2270 Allow :extra-args.
2271 (easy-mmode-define-global-mode): Allow :extra-args.
2272 Correctly handle the case where several :group args are supplied.
2273
2274 2000-11-02 Miles Bader <miles@gnu.org>
2275
2276 * calendar/calendar.el (diary-face, calendar-today-face)
2277 (holiday-face): Remove dependency on `window-system'.
2278
2279 2000-11-02 Ken Raeburn <raeburn@gnu.org>
2280
2281 * Makefile.in (emacs): Set EMACSLOADPATH always.
2282 (update-authors, .el.elc, compile-files): Don't do it explicitly
2283 here.
2284 (compile-files): Bomb out if compilation of a file fails.
2285
2286 2000-11-02 Dave Love <fx@gnu.org>
2287
2288 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2289
2290 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
2291
2292 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2293 punctuation in the warning inserted into the *mail* buffer.
2294
2295 2000-11-02 Gerd Moellmann <gerd@gnu.org>
2296
2297 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2298 (authors-public-domain-p): New function.
2299 (authors-print): Use it.
2300
2301 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2302
2303 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2304
2305 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2306
2307 * ps-print.el: Extension for even/odd printing. Doc fix.
2308 (ps-print-version): New version number (6.3.1).
2309 (ps-even-or-odd-pages): Customization fix.
2310 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2311 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2312 (ps-page-count): Var replaced by `ps-page-column'.
2313 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2314 (ps-print-sheet-p): New fun.
2315
2316 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2317
2318 * tooltip.el (tooltip-gud-tips-setup): New function.
2319 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2320 (tooltip-mode): Call tooltip-gud-tips-setup.
2321 (tooltip-gud-tips): Use `gud-basic-call' instead of
2322 process-send-string, so the prompt gets frobbed appropriately.
2323 Handle nil return value from `tooltip-gud-print-command'.
2324
2325 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2326
2327 * comint.el (comint-add-to-input-history): New function.
2328 (comint-send-input): Use `comint-add-to-input-history'.
2329
2330 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2331
2332 * info.el (info-menu-header): New face.
2333 (Info-fontify-menu-headers): New function.
2334 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2335
2336 * info.el (Info-insert-dir): Don't include blank lines at
2337 beginning of additional dir files (one is added automatically).
2338
2339 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2340
2341 * emacs-lisp/easy-mmode.el (define-minor-mode):
2342 Revert the latest changes.
2343 Allow the three positional arguments to be skipped and replaced
2344 by keyword arguments.
2345 Add a :toggle argument to determine whether a nil arg means toggle
2346 or means turn-on. The default is unchanged.
2347 Add a call to force-mode-line-update.
2348
2349 2000-11-01 Dave Love <fx@gnu.org>
2350
2351 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2352 cookie.
2353
2354 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
2355
2356 * calendar/calendar.el (diary-face, holiday-face): Add
2357 dark-background variants.
2358
2359 2000-10-31 Sam Steingold <sds@gnu.org>
2360
2361 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2362 `tex-main-file' does not have directory in it.
2363
2364 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2365
2366 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2367
2368 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2369
2370 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2371 functional change.
2372
2373 2000-10-31 Gerd Moellmann <gerd@gnu.org>
2374
2375 * files.el (find-file-noselect): When we expand a wildcard, return
2376 a list of buffers, as we should do according to the doc string.
2377
2378 2000-10-31 Ken Raeburn <raeburn@gnu.org>
2379
2380 * loadup.el (top level): Adjust load path if program name is
2381 "../src/bootstrap-emacs", in case it's not dumped and thus the
2382 load path adjustment hasn't already been done.
2383
2384 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2385
2386 * ps-print.el: Fix bug on selected pages for printing. Use
2387 `color-values' for Emacs 21. Ensure fontification when jit-lock
2388 is on. Try to avoid warning messages when compiling. Doc Fix.
2389 (ps-print-version): New version number (6.3).
2390 (ps-color-device): Use `color-values' to determine if device
2391 supports color.
2392 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2393 (ps-print-page-p): Changed from defsubst to defun.
2394 (ps-page-number): Changed from defmacro to defun.
2395 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2396 printing.
2397 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
2398 (ps-end-file, ps-dummy-page): Funs eliminated.
2399 (ps-print-color-scale): Changed default value.
2400 (ps-page-n-up, ps-print-page-p): New internal vars.
2401 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2402 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2403
2404 * delim-col.el: Little programming improvement.
2405 (delimit-columns-str): New macro.
2406 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2407
2408 2000-10-31 Kenichi Handa <handa@etl.go.jp>
2409
2410 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2411 Moved to european.el.
2412 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2413 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2414 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2415 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
2416
2417 2000-10-30 Dave Love <fx@gnu.org>
2418
2419 * progmodes/cc-menus.el (imenu-generic-expression)
2420 (imenu-progress-message): Only defvar when compiling.
2421
2422 * emacs-lisp/elp.el (elp-unload-hook): New function.
2423
2424 * loadhist.el (unload-feature): Call elp-restore-function,
2425 checking for symbols; don't use elp-restore-all.
2426 (loadhist-hook-functions): Doc fix.
2427
2428 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2429
2430 * log-edit.el (log-edit-confirm): Fix the default.
2431
2432 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2433
2434 * delim-col.el: Little fix: replace delimit-columns-align-columns by
2435 delimit-columns-format.
2436 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2437
2438 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2439
2440 * comint.el (comint-replace-by-expanded-history): Don't use
2441 comint-get-old-input (we're not looking at *old* input).
2442 (comint-get-old-input-default): If using fields, signal an error
2443 when the point is not in an input field.
2444
2445 2000-10-30 Kenichi Handa <handa@etl.go.jp>
2446
2447 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2448 and mule-unicode-e000-ffff.
2449
2450 * international/mule.el (decode-char, encode-char): New functions.
2451 (make-coding-system): Accept a symbol of translation table as a
2452 value of property `safe-chars'.
2453
2454 * international/mule-cmds.el (encode-coding-char): Check property
2455 safe-chars instead of safe-charsets.
2456
2457 * international/fontset.el (fontset-default): Modified for
2458 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2459 (x-font-name-charset-alist): Likewise.
2460 (ccl-encode-unicode-font): New CCL program. Record it in
2461 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2462
2463 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2464 New translation tables.
2465 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2466 programs are modified and moved from mac-win.el.
2467 (mac-roman): Definition of this coding system is modified and
2468 moved from mac-win.el.
2469
2470 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
2471
2472 * ediff-wind.el (ediff-setup-control-frame): Enclose
2473 face-attribute in condition-case to avoid errors in older emacsen.
2474
2475 2000-10-29 Miles Bader <miles@gnu.org>
2476
2477 * custom.el (custom-add-to-group): Allow multiple entries for a
2478 given value OPTION, as long as their widget types are different.
2479 * cus-edit.el (custom-face-value-create): If face name doesn't end
2480 with "face", add such here (similar to custom group widgets).
2481
2482 * comint.el (comint-highlight-prompt): Add :type.
2483
2484 2000-10-28 John Wiegley <johnw@gnu.org>
2485
2486 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2487 Changed this function to operate on a temporary buffer instead of
2488 the main buffer. This not only keeps flyspell from marking a
2489 buffer as changed that wasn't, but it solves the jumpy cursor
2490 problem when attempts are made to edit incorrect words.
2491 (flyspell-maybe-correct-doubling): Same change as for
2492 `flyspell-maybe-correct-transposition'.
2493
2494 * calendar/timeclock.el (timeclock-log): Doc fix.
2495 (timeclock-last-event): Doc fix.
2496 (timeclock-log): Kill the timelog buffer after appending a new
2497 event.
2498 (timeclock-find-discrep): Use a temp buffer to read in the
2499 timelog, instead of visiting the file.
2500 (timeclock-log-data): A new function, along with a host of helper
2501 functions, for the purpose of making timelog data accessible to
2502 programmers.
2503
2504 * eshell/esh-mode.el (window-height test): Make certain that
2505 `eshell-stringify-t' is non-nil.
2506 (eshell-password-prompt-regexp): Changed to a much simpler
2507 password regexp.
2508 (eshell-send-input): If `eshell-invoke-directly' returns t,
2509 directly invoke the parsed command using `eval'. This improves
2510 turn-around time on simple commands by a factor of three or
2511 greater, such as cd, ls, pwd, etc. -- which get used very often.
2512 It also conserves thousands of cons cells per call (since
2513 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2514 in the Pacific Cookie Company).
2515
2516 * eshell/esh-test.el (eshell-test): Whitespace fix.
2517
2518 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2519 `eshell-ls-initial-args' nil when inserting directory contents.
2520
2521 * eshell/em-script.el (eshell-script-initialize): Add names to
2522 `eshell-complex-commands, since `source' and `.' are complex.
2523
2524 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2525 (eshell-rewrite-while-command): Use `eshell-protect' instead of
2526 `eshell-copy-handles'.
2527 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2528 bodies.
2529 (eshell-separate-commands): Whitespace fix.
2530 (eshell-complex-commands): Added a new list of names, for
2531 determining whether a given command is as simple as it looks.
2532 (eshell-invoke-directly): New function. Returns t if a command
2533 should be invoked directly (using `eval'), rather than indirectly
2534 using `eshell-do-eval'.
2535 (eshell-do-eval): Whitespace fix.
2536
2537 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2538 which provides an emulation of the DOS shell behavior of assuming
2539 that cp/mv/ln should copy/move/link to the current directory.
2540 (eshell-remove-entries): Added a doc string.
2541 (eshell-shuffle-files): Removed the check for `target' being null.
2542 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2543 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2544 it to do a smarter check of whether a destination was provided.
2545 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2546 (eshell/ln): Enable `:preserve-args', and use
2547 `eshell-mvcpln-template' to implement the body of the function.
2548 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2549 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
2550 list after flattening it. This makes it possible to cat files
2551 with numerical names.
2552 (eshell-unix-initialize): Added several names to
2553 `eshell-complex-commands.
2554 (eshell-unix-command-complex-p): Return t if a given command name
2555 may result in external processes being invoked.
2556
2557 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2558 variable nil by default, since it slows down glob processing by a
2559 factor of two or more, and increases memory consumption.
2560
2561 * eshell/em-smart.el: Added a note about how memory consumptive
2562 smart display mode can be (at least this is true in Emacs 21).
2563 (eshell-smart-initialize): Whitespace fix.
2564 (eshell-refresh-windows): Use `if' instead of `when'.
2565 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2566 not necessary.
2567 (eshell-currently-handling-window): Added a missing global
2568 variable.
2569
2570 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2571 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2572 Whitespace fix.
2573 (eshell-ls-exclude-hidden): Added this variable in addition to
2574 `eshell-ls-exclude-regexp'. This one prevents files beginning
2575 with . from even being read, which can improve memory consumption
2576 quite a bit.
2577 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2578 read file entries beginning with a dot. In home directories with
2579 lots of hidden files, fully two-thirds of the time spent in ls is
2580 used to read directory entries that are immediately thrown away.
2581 (eshell-ls-initial-args): Added back this configuration variable,
2582 for specifying default initial arguments to every call to ls.
2583 Much faster than using an alias to do the same thing.
2584 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2585 (eshell-ls-dir): Whitespace change.
2586
2587 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2588
2589 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2590 available.
2591 (eshell-stringify-t): Added a customization variable, to indicate
2592 whether `t' should be rendered as a string at all. If not, one
2593 can still determine if the result of an expression is true using
2594 "file-exists-p FILE && echo true".
2595 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2596 stringify t!
2597
2598 * eshell/esh-module.el: Whitespace fix.
2599
2600 * eshell/em-alias.el (eshell-alias-initialize): Added
2601 `eshell-command-aliased-p' to `eshell-complex-commands'.
2602 (eshell-command-aliased-p): New function that returns t if a
2603 command name names an aliased.
2604
2605 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
2606
2607 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
2608 redrawing the screen when changing cursor color.
2609 (viper-insert-state-pre-command-sentinel)
2610 (viper-replace-state-pre-command-sentinel)
2611 (viper-replace-state-post-command-sentinel):
2612 Use viper-preserve-cursor-color.
2613 Many functions changed to use viper= instead of = when comparing
2614 characters.
2615 * viper-util.el (viper-memq-char,viper=): New functions for
2616 working with characters.
2617 (viper-change-cursor-color): Fixed buglet.
2618 Many functions changed to use viper= instead of = when comparing
2619 characters.
2620 * viper.el (viper-insert-state-mode-list): Added eshell.
2621
2622 * ediff-init.el (ediff-before-setup-hook): New hook.
2623 Several typos fixed in various docstrings.
2624 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2625 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
2626 hook.
2627 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2628 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2629 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2630 (ediff-get-selected-buffers): New function.
2631 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2632 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
2633 save-window-excursion.
2634 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
2635 termination check in while loop.
2636 * ediff.el (ediff-get-default-file-name): Better defaults when in
2637 dired buffer.
2638 (ediff-files,ediff-merge-files,ediff-files3)
2639 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
2640
2641 2000-10-28 Dave Love <fx@gnu.org>
2642
2643 * info.el (Info-fontify-node): Add help-echo for menu items.
2644
2645 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2646
2647 * startup.el (normal-top-level): If the value of $TERM indicates
2648 we are running from xterm or one of its work-alikes, default to a
2649 light background mode.
2650
2651 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2652 * faces.el (tty-handle-reverse-video): New function.
2653 (tty-create-frame-with-faces): Call it.
2654
2655 * frame.el (frame-notice-user-settings): Don't apply
2656 default-frame-alist and initial-frame-alist to MS-DOS frames.
2657 Call tty-handle-reverse-video, frame-set-background-mode, and
2658 face-set-after-frame-default for non-MS-DOS frames.
2659
2660 * startup.el (tty-long-option-alist): New variable.
2661 (tty-handle-args): New function.
2662 (command-line): Call tty-handle-args.
2663
2664 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2665 startup.el now does that for all character-terminal frames.
2666
2667 2000-10-28 Miles Bader <miles@gnu.org>
2668
2669 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2670 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2671 global. If :global is followed by a non-nil but non-t value,
2672 make the mode buffer-local, but also generate a `global-MODE'
2673 version using `easy-mmode-define-global-mode'. Add
2674 :conditional-turn-on keyword argument.
2675
2676 2000-10-28 Dave Love <fx@gnu.org>
2677
2678 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2679 use window-system.
2680
2681 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2682
2683 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2684 Don't call find-buffer-file-type-coding-system. Instead, just
2685 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2686 if the file is on an untranslated filesystem.
2687 (add-untranslated-filesystem): Use "D" instead of "f" inside
2688 interactive.
2689
2690 2000-10-27 Dave Love <fx@gnu.org>
2691
2692 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
2693 (refill-mode): Use it.
2694
2695 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2696
2697 * international/quail.el (quail-activate): Don't make-local-hook.
2698
2699 2000-10-27 Andre Spiegel <spiegel@gnu.org>
2700
2701 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
2702 manual backups and file.~<rev>.~ for automatic ones.
2703 (vc-make-version-backup): Don't do it on MS-DOS without long file
2704 names.
2705
2706 * vc.el (vc-version-other-window): If an automatic backup of the
2707 desired version exists, rename it instead of copying it.
2708
2709 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2710 after command. If there's an unexpected error, signal it instead
2711 of being silent.
2712 (vc-cvs-merge-news): Be prepared for no news at all.
2713
2714 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2715
2716 * shell.el (shell): Add BUFFER argument.
2717 * comint.el (make-comint-in-buffer): New function.
2718 (make-comint): Use it.
2719
2720 * faces.el (face-spec-choose): Change syntax so that the list of
2721 attribute-value pairs is now the cdr of each clause, not the cadr.
2722 Detect old-style entries, and handle them. Use pop.
2723
2724 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2725
2726 * cus-edit.el (custom-mode-map): Use a sparse map.
2727 (custom-mode): Don't bother with make-local-hook.
2728
2729 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2730
2731 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2732
2733 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2734
2735 * ps-print.el: Avoid compilation gripes.
2736 (ps-print-version): New version number (6.2.1).
2737
2738 2000-10-26 Dave Love <fx@gnu.org>
2739
2740 * menu-bar.el: Modify some menu item help strings.
2741 (menu-bar-help-menu): Add link to MORE.STUFF.
2742
2743 * cus-edit.el (custom-mode): Add `special' mode-class property.
2744
2745 * wid-browse.el (widget-browse-mode): Likewise.
2746
2747 * wid-edit.el (widget-specify-field): Revert to using local-map
2748 property, not keymap.
2749
2750 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2751
2752 * wid-edit.el (widget-field-end): When checking for a `boundary'
2753 field, do so in the correct buffer.
2754
2755 * simple.el (undo): Correctly distinguish between numeric and
2756 non-numeric prefix args in non-transient-mark-mode, as per the doc
2757 string. When in transient-mark-mode, treat all prefix-args as
2758 numeric.
2759
2760 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2761 Position point on match. Handle N == 0 correctly.
2762
2763 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2764 (comint-mode-map): Reverse order of `comint-write-output' and
2765 `comint-append-output-to-file'.
2766 (comint-append-output-to-file): Reinstate this function, for the
2767 benefit of the menu.
2768
2769 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2770
2771 * vc.el (vc-version-other-window): Bind `file'.
2772
2773 2000-10-25 Gerd Moellmann <gerd@gnu.org>
2774
2775 * Makefile.in (update-authors): New target for maintenance purposes.
2776
2777 * emacs-lisp/authors.el (batch-update-authors): New function.
2778 (authors-fixed-entries): New defconst.
2779 (authors-add-fixed-entries): New function.
2780 (authors): Call it.: Don't process lispref/.
2781
2782 2000-10-25 Jason Rumney <jasonr@gnu.org>
2783
2784 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2785 Merge x w32 and mac definitions.
2786
2787 2000-10-25 Gerd Moellmann <gerd@gnu.org>
2788
2789 * menu-bar.el (menu-bar-options-menu): Add a help string for
2790 `uniquify'.
2791
2792 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2793
2794 * time-stamp.el (time-stamp-string-preprocess):
2795 Fix a wrong type argument error.
2796
2797 2000-10-25 Miles Bader <miles@gnu.org>
2798
2799 * recentf.el (recentf-mode): Variable removed.
2800 (recentf-mode): Use `define-minor-mode'.
2801
2802 * mwheel.el (mouse-wheel-mode): New global minor mode.
2803 (mwheel-install): Use `mouse-wheel-mode'.
2804
2805 2000-10-25 Dave Love <fx@gnu.org>
2806
2807 * progmodes/cperl-mode.el (cperl-mode):
2808 Set normal-auto-fill-function correctly.
2809
2810 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2811 inherit from global-map and don't nullify menu-bar and tool-bar
2812 bindings.
2813
2814 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2815
2816 * wid-edit.el (widget-field-at): New function.
2817 (widget-at, widget-field-activate): Use it.
2818 (widget-tabable-at): Use `widget-at'.
2819 (widget-specify-field): If the terminating character of the widget
2820 field (which is read-only) is a newline, put it into a special
2821 `boundary' field so that C-n/C-p act more naturally.
2822 (widget-field-end): Also don't subtract one if a special
2823 `boundary' field has been added after the widget field.
2824
2825 * comint.el (comint-output-filter, comint-send-input): Don't
2826 bother adding stickiness fields to overlays to fool the field
2827 code, since it should notice the overlay insertion-types now.
2828
2829 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2830 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2831 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2832
2833 2000-10-24 Gerd Moellmann <gerd@gnu.org>
2834
2835 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2836 (authors): Set file coding system to iso-2022-7bit. Add
2837 file-local variables to output buffer.
2838
2839 * files.el (after-find-file): Don't print any warnings if
2840 WARN is nil.
2841
2842 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2843
2844 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2845
2846 * delim-col.el: Now there is a column formatting mechanism.
2847 Modified to customization mechanisms convention. Doc fix.
2848 (columns): New group for delim-col.
2849 (delimit-columns-before, delimit-columns-after)
2850 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2851 (delimit-columns-end): New vars.
2852 (delimit-columns-customize, delimit-columns-format): New funs.
2853 (delimit-columns-region, delimit-columns-rectangle)
2854 (delimit-columns-rectangle-line): Modified to support column
2855 formatting.
2856
2857 2000-10-24 Dave Love <fx@gnu.org>
2858
2859 * log-edit.el (log-edit): Add :version and a :group for vc.
2860
2861 2000-10-24 Gerd Moellmann <gerd@gnu.org>
2862
2863 * files.el (after-find-file): Don't print a message ``New file''
2864 if WARN is nil.
2865
2866 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2867 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2868 get duplicate tool-bar entries because we'll see the global ones
2869 on more than one path through keymaps.
2870
2871 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2872
2873 * progmodes/cmacexp.el: Change Francesco's email address.
2874
2875 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2876
2877 * window.el (fit-window-to-buffer): Adjust point of the window
2878 buffer, not that of the current buffer.
2879
2880 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2881
2882 * progmodes/cmacexp.el: Update the euthor's email address.
2883
2884 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2885
2886 * faces.el (face-spec-set-match-display): Add `graphic' display
2887 type (the inverse of `tty'). Use `display-graphic-p' instead of
2888 the window-system variable.
2889
2890 2000-10-24 Kenichi Handa <handa@etl.go.jp>
2891
2892 * international/isearch-x.el (isearch-with-input-method): Call
2893 input-method-function with the first event in
2894 unread-command-events.
2895
2896 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2897
2898 * faces.el (face-default-spec, face-user-default-spec): Make
2899 defsubsts.
2900
2901 2000-10-24 Andrew Choi <akochoi@i-cable.com>
2902
2903 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2904 New charsets.
2905
2906 * term/mac-win.el: Remove definitions of mac-roman-lower and
2907 mac-roman-upper, require dired, and define instead of set
2908 mac-ready-for-drag-n-drop to avoid compilation error.
2909
2910 2000-10-23 Andrew Innes <andrewi@gnu.org>
2911
2912 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2913 superfluous calls to subst-char-in-string; instead apply
2914 expand-file-name after convert-standard-filename to ensure
2915 expected directory separators are used.
2916
2917 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2918
2919 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2920
2921 2000-10-23 Dave Love <fx@gnu.org>
2922
2923 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2924 (tool-bar-add-item): Set foreground and background for XBM icons.
2925
2926 * international/latin1-disp.el (latin1-char-displayable-p): New
2927 function (from Handa).
2928 (latin1-display-check-font): Use it.
2929
2930 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2931 using :key-sequence, making it much more usable. Use nconc, not
2932 append.
2933 (imenu--create-keymap-1): Avoid append.
2934
2935 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
2936
2937 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2938
2939 [the following changes fix a bug where `define-minor-mode' didn't
2940 correctly generate :require clauses for defcustoms in compiled files]
2941 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2942 (byte-compile-log-file, byte-compile-log-1): Don't set
2943 `byte-compile-current-file' to nil. Instead set
2944 `byte-compile-last-logged-file' to it. Test whether
2945 byte-compile-current-file equals byte-compile-last-logged-file
2946 instead of whether its nil.
2947 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
2948
2949 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2950
2951 * textmodes/refill.el: Fix var names in doc.
2952 (refill-mode): Don't bother with make-local-hook anymore.
2953
2954 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2955
2956 * faces.el (face-user-default-spec, face-default-spec): New functions.
2957 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
2958 (frame-set-background-mode, face-set-after-frame-default):
2959 Use `face-user-default-spec'. Simplify code slightly.
2960
2961 * woman.el (woman-italic-face, woman-bold-face)
2962 (woman-unknown-face): Add dark-background variants.
2963 (woman-default-faces): Renamed from `woman-colour-faces'.
2964 Set using the stored defaults, rather than using hard-wired colors.
2965 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2966 Just make the foreground `unspecified' rather than "black".
2967 (woman-menu): Rename menu entries accordingly.
2968
2969 * faces.el (header-line): Make more reasonable on mono/grayscale
2970 displays.
2971
2972 2000-10-23 Andrew Choi <akochoi@i-cable.com>
2973
2974 * cus-edit.el (custom-button-face): Use 3D look for mac.
2975 (custom-button-pressed-face): Likewise.
2976
2977 * faces.el (set-face-attributes-from-resources): Handle mac frames
2978 in the same way as x and w32 frames.
2979 (face-valid-attribute-values): Likewise.
2980 (read-face-attribute): Likewise.
2981 (defined-colors): Likewise.
2982 (color-defined-p): Likewise.
2983 (color-values): Likewise.
2984 (display-grayscale-p): Likewise.
2985 (face-set-after-frame-default): Likewise.
2986 (mode-line): Same default face as for x and w32.
2987 (tool-bar): Likewise.
2988
2989 * frame.el: Remove call to frame-notice-user-settings at end of
2990 the file.
2991
2992 * info.el (Info-fontify-node): make underlines invisible for mac
2993 as for x, pc, and w32 frame types.
2994
2995 * term/mac-win.el: New file.
2996
2997 2000-10-22 Dave Love <fx@gnu.org>
2998
2999 * textmodes/refill.el: New file.
3000
3001 2000-10-22 Andre Spiegel <spiegel@gnu.org>
3002
3003 * vc-hooks.el (vc-version-backup-file-name): New optional args
3004 MANUAL and REGEXP.
3005 (vc-delete-automatic-version-backups, vc-make-version-backup):
3006 New functions.
3007 (vc-before-save): Use the latter.
3008 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3009 confusion.
3010
3011 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
3012 expected by vc[-hooks].el.
3013
3014 * vc.el (vc-checkout): Added `-p' suffix in call to
3015 vc-make-version-backups-p; use vc-make-version-backup to actually
3016 make the backup.
3017 (vc-version-other-window, vc-version-backup-file): Handle both
3018 automatic and manual backups.
3019 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3020 of all of them.
3021
3022 2000-10-22 Miles Bader <miles@gnu.org>
3023
3024 * comint.el (comint-highlight-input, comint-highlight-prompt):
3025 Renamed, `-face' at end removed.
3026 (comint-send-input, comint-output-filter): Use renamed faces.
3027
3028 * window.el (fit-window-to-buffer): Change defaulting of
3029 MAX-HEIGHT slightly.
3030
3031 * faces.el (color-values, color-defined-p): Use `member', not
3032 `memq', because it works correctly for strings.
3033 (frame-set-background-mode): Actually, "unspecified-fg" and
3034 "unspecified-bg" *are* strings. Use `member', not `memq', and
3035 `equal', not `eq', when a string value is possible.
3036
3037 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3038
3039 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3040
3041 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
3042
3043 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3044 sh-electric-rparen, sh-electric-less and sh-electric-hash.
3045 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3046 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3047 (sh-font-lock-syntactic-keywords): Use them.
3048 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3049 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3050 (sh-mode): Don't override font-lock-unfontify-region-function.
3051 Use a copy of sh-font-lock-syntactic-keywords.
3052 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3053 Don't call sh-scan-buffer since font-lock does it on the fly.
3054 (sh-get-indent-info): Use `face' rather than `syntax-table'
3055 text-property to detect here-documents.
3056 Replace sh-special-syntax with sh-st-punc.
3057 (sh-prev-line): Use `face' rather than `syntax-table'
3058 text-property to skip over here-documents.
3059 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3060 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3061 (sh-electric-less, sh-set-here-doc-region)
3062 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
3063 (sh-scan-buffer, sh-rescan-buffer): Remove.
3064
3065 2000-10-21 Andrew Innes <andrewi@gnu.org>
3066
3067 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3068 remote (ange-ftp) file names.
3069
3070 2000-10-21 Miles Bader <miles@gnu.org>
3071
3072 * window.el (fit-window-to-buffer): New function.
3073 (shrink-window-if-larger-than-buffer): Use it.
3074 (window-text-height): Don't expect minibuffers to have mode-lines.
3075
3076 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
3077 * international/quail.el (quail-update-guidance): Use
3078 `fit-window-to-buffer' instead of `set-window-text-height'.
3079
3080 * international/quail.el (quail-show-guidance-buf): Make sure
3081 guidance window really has enough room.
3082 (quail-update-guidance): If quail-guidance-win is already shown,
3083 make sure its height is OK.
3084
3085 * window.el (window-text-height, set-window-text-height):
3086 New functions.
3087 (shrink-window-if-larger-than-buffer): Use `window-text-height'
3088 instead of `window-height' & `mode-line-window-height-fudge'.
3089 (mode-line-window-height-fudge): Add FACE parameter.
3090 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3091 instead of `enlarge-window' & `mode-line-window-height-fudge'.
3092
3093 2000-10-20 Miles Bader <miles@gnu.org>
3094
3095 * window.el (height-affecting-face-attributes): Use `defconst'.
3096
3097 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3098 New function, conditionally aliased to `mode-line-window-height-fudge'.
3099 (ispell-help): Use it.
3100 (ispell-choices-win-default-height): Don't include mode-line fudge.
3101 (ispell-choices-win-default-height): New function.
3102 (ispell-show-choices, ispell-command-loop): Use function
3103 `ispell-choices-win-default-height' instead of variable.
3104
3105 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
3106
3107 * window.el (mode-line-window-height-fudge): New variable.
3108 (height-affecting-face-attributes): New variable.
3109 (mode-line-window-height-fudge): New function.
3110 (shrink-window-if-larger-than-buffer): Use it.
3111 * help.el (resize-temp-buffer-window): Likewise.
3112
3113 * info.el (Info-fontify-node): Add support for @subsubsection
3114 titles, which use `Info-title-4-face'.
3115 (Info-title-4-face): New face.
3116 (Info-title-3-face): Inherit from Info-title-4-face instead of
3117 variable-pitch.
3118
3119 2000-10-19 Jason Rumney <jasonr@gnu.org>
3120
3121 * dired.el (dired-insert-directory): Do not let errors signalled by
3122 attempt to run dired-free-space-program prevent dired from working.
3123
3124 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
3125
3126 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3127
3128 2000-10-19 Gerd Moellmann <gerd@gnu.org>
3129
3130 * dirtrack.el (dirtrack): Fix call to run-hooks.
3131
3132 * cmuscheme.el (cmuscheme-program-name): Renamed from
3133 scheme-program-name because xscheme.el contains a defcustom with
3134 the same name. As a consequence, customizing group `cmuscheme'
3135 loaded `xscheme' which redefined run-scheme.
3136 (run-scheme): Use cmuscheme-program-name.
3137
3138 * ps-print.el (ps-print-emacs-type): Move into the
3139 eval-and-compile.
3140
3141 * play/doctor.el (doctor-death): Update the Samaritans'
3142 anonymous address, and add a website for Befrienders International.
3143
3144 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3145
3146 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
3147 Avoid compilation gripes. Doc fix.
3148 (ps-print-version): New version number (6.2).
3149 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3150 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3151 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3152 (ps-x-extent-priority, ps-x-extent-start-position)
3153 (ps-x-face-font-instance, ps-x-find-coding-system)
3154 (ps-x-font-instance-properties, ps-x-make-color-instance)
3155 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3156 avoid compilation gripes without defining functions.
3157 (ps-e-find-composition): Alias for function find-composition, to have a
3158 suitable function depending on Emacs version.
3159 (ps-color-device, ps-color-values, ps-face-foreground-name)
3160 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3161 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3162 (ps-print-ensure-fontified): Function definitions surrounded by
3163 `eval-and-compile' to avoid compilation gripes.
3164 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3165 by symbol-value to avoid compilation gripes.
3166 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3167 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3168
3169 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3170
3171 * startup.el (normal-top-level): Call `frame-set-background-mode'
3172 after `frame-notice-user-settings' because the latter doesn't call
3173 the former on a tty.
3174
3175 * faces.el (frame-set-background-mode): `unspecified' &c are
3176 symbols, not strings.
3177
3178 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3179
3180 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3181 why some "light*" colors are deliberately absent from the alist.
3182
3183 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3184 Change colors for tty's, as suggested by Miles Bader.
3185
3186 2000-10-19 Kenichi Handa <handa@etl.go.jp>
3187
3188 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
3189 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
3190 for ISO10646-1 fonts.
3191 (x-font-name-charset-alist): Add an entry for "iso10646-1".
3192
3193 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3194
3195 * faces.el (frame-set-background-mode): If a tty frame defines a
3196 background color, use that to compute the background mode, instead
3197 of always defaulting to "dark".
3198
3199 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3200
3201 * comint.el (comint-write-output): New function.
3202 (comint-mode-map): Add it to the menu.
3203 Bind `C-c C-s' to comint-write-output.
3204
3205 2000-10-18 Gerd Moellmann <gerd@gnu.org>
3206
3207 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3208 Use fancy-splash-delay.
3209
3210 2000-10-18 Alex Schroeder <alex@gnu.org>
3211
3212 * progmodes/sql.el (sql-sybase-options): New option.
3213 (sql-sybase): Use it. Add sql-database to the list of parameters
3214 provided for login. The options -w 2048 -n are not used any more.
3215
3216 * comint.el (comint-read-input-ring): Bugfix such that the first
3217 and the last entry of the input ring file are not lost.
3218
3219 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3220
3221 * ps-print.el: Internal variable changes to defcustom,
3222 make-local-hook changes to defvar. Doc fix.
3223 (ps-print-version): New version number (6.1).
3224 (ps-setup, ps-do-despool): Code fix.
3225 (ps-printer-name): Customization fix.
3226 (ps-printer-name-option): Now is a defcustom instead of an
3227 internal variable.
3228 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3229 (ps-print-begin-column-hook): Now are defvar instead of
3230 make-local-hook.
3231
3232 2000-10-18 Miles Bader <miles@gnu.org>
3233
3234 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3235 (comint-kill-output): Changed into an alias for `comint-delete-output',
3236 and made obsolete.
3237 (comint-mode-map): Rename references to comint-kill-output.
3238
3239 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
3240
3241 * diff-mode.el (diff-header-face, diff-file-header-face)
3242 (diff-changed-face): Add bold and italic attributes to tty faces.
3243 (diff-function-face): New face.
3244 (diff-font-lock-keywords): Use it.
3245
3246 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
3247
3248 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3249 Remove commented-out call to force-mode-line-update.
3250 (comint-kill-output): Use `forward-line 0' instead of
3251 beginning-of-line to make sure we get past the prompt.
3252
3253 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
3254
3255 * diff-mode.el (diff-header-face, diff-file-header-face):
3256 Add specific setting for dark background.
3257 (diff-context-face): Renamed from diff-comment-face.
3258 Set explicitly rather than inheriting from font-lock-comment-face.
3259
3260 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3261
3262 * startup.el (command-line): Move the code which sets the default
3263 TTY colors to before before-init-hook.
3264
3265 2000-10-17 Gerd Moellmann <gerd@gnu.org>
3266
3267 * jit-lock.el (jit-lock-stealth-time): Doc fix.
3268
3269 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3270
3271 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3272 extensions, for MS-DOS.
3273
3274 * diff-mode.el (diff-header-face, diff-file-header-face)
3275 (diff-changed-face): Define tty-specific colors.
3276
3277 2000-10-17 Gerd Moellmann <gerd@gnu.org>
3278
3279 * startup.el (fancy-splash-text): Realign the text.
3280
3281 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3282
3283 * font-lock.el (font-lock-comment-face): Define a separate default
3284 for dark-background tty's.
3285
3286 2000-10-17 Miles Bader <miles@gnu.org>
3287
3288 * help.el (resize-temp-buffer-window): Add hack to avoid last line
3289 being obscured by whizzy mode-lines on graphics displays.
3290
3291 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3292
3293 * info.el (Info-title-1-face, Info-title-2-face)
3294 (Info-title-3-face): Define colors for tty's.
3295 (info-header-node): Remove unneeded tty-specific definition.
3296
3297 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3298
3299 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3300 reverse from the frame parameters, and don't invert foreground and
3301 background colors.
3302
3303 2000-10-16 Miles Bader <miles@gnu.org>
3304
3305 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3306 string "*Info*". Call propertized-buffer-identification to spruce
3307 up the result.
3308
3309 2000-10-16 Gerd Moellmann <gerd@gnu.org>
3310
3311 * help.el: Provide `help' for the sake of define-minor-mode
3312 which generates defcustoms with requires.
3313
3314 * jit-lock.el (jit-lock-after-change): If we're in text that
3315 matches a multi-line font-lock pattern, make sure the whole text
3316 will be redisplayed.
3317
3318 * emacs-lisp/authors.el (authors-add): Don't add an entry if
3319 author's name is unknown.
3320
3321 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3322 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3323 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3324 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3325 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3326 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3327 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3328 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3329 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3330 Add author information.
3331
3332 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
3333
3334 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3335 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3336 full-color version (using the Gimp) to eliminate dithering artifacts.
3337
3338 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3339
3340 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3341
3342 * simple.el (syntax-flag-table, string-to-syntax): Remove.
3343
3344 2000-10-15 Dave Love <fx@gnu.org>
3345
3346 * progmodes/sh-script.el: Require skeleton and comint when
3347 compiling.
3348
3349 * pcomplete.el (pcomplete) <defgroup>: Add :version.
3350
3351 * whitespace.el: Doc fixes.
3352 (top-level): Don't add hooks here.
3353 (whitespace-running-emacs): Deleted.
3354 (timer): Don't require.
3355 (whitespace): Add back :version conditional on xemacs test.
3356 (whitespace-spacetab-regexp, whitespace-indent-regexp)
3357 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3358 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3359 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3360 Avoid specific xemacs test.
3361 (whitespace-global-mode): New option.
3362 (whitespace-global-mode): New command.
3363 (whitespace-unload-hook): New function.
3364
3365 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
3366 (Info-fontify-node, Info-goto-node, Info-mode-menu)
3367 (Info-fontify-node): `Goto' goes to `Go to'.
3368 (Info-fontify-node): Add help-echo to xref links.
3369
3370 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3371
3372 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3373
3374 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3375
3376 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3377 Use plist-get and allow :inherit.
3378
3379 * emacs-lisp/cl-macs.el (cl-do-arglist):
3380 Use plist-get and plist-member instead of memq.
3381
3382 * emacs-lisp/ewoc.el (ewoc-location): New function.
3383 (ewoc-enter-after, ewoc-enter-before): Document return value.
3384 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3385 Don't need make-local-hook any more.
3386 (cvs-addto-collection): Return the new tin.
3387 (cvs-mode-insert): Jump to the new line.
3388
3389 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3390
3391 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3392
3393 * font-lock.el (font-lock-syntactically-fontified): New var.
3394 (font-lock-fontify-syntactic-keywords-region): Use it.
3395 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3396
3397 * diff-mode.el (diff-find-file-name): Fix regexp.
3398
3399 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3400 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3401
3402 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3403 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3404 (sh-mode): Don't make all vars local here.
3405 (sh-kw): Reformat.
3406 (sh-set-shell): Use dolist. Don't set indent-region-function.
3407 (sh-mode-syntax-table): Use pop.
3408 (sh-remember-variable): Use push.
3409 (sh-help-string-for-variable): Use memq.
3410 (sh-safe-backward-sexp): Remove.
3411 (sh-safe-forward-sexp): Add ARG.
3412 (sh-get-indent-info, sh-prev-stmt): Use it.
3413 (sh-prev-line): Simplify by using forward-comment.
3414 (sh-this-is-a-continuation): Simplify.
3415 (sh-learn-buffer-indent): Use dolist.
3416 (sh-do-nothing): Remove.
3417 (sh-set-char-syntax, sh-set-here-doc-region):
3418 Use inhibit-modification-hooks.
3419 (sh-name-style): Use mapcar and push.
3420 (sh-load-style): Use dolist.
3421 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3422 (sh-case, sh-while-getopts): Use propertize directly rather
3423 than sh-electric-rparen.
3424
3425 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3426
3427 * textmodes/tex-mode.el: Require CL when compiling.
3428 (tex-mode-syntax-table): Init immediately.
3429 (tex-mode-map): Bind M-RET to latex-insert-item.
3430 (latex-mode): Set indent-line-function to latex-indent.
3431 (tex-common-initialization): Don't setup the syntax-table any more.
3432 (latex-insert-item): New skeleton.
3433 (tex-next-unmatched-end): Fix copy/paste braino.
3434 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
3435 (latex-indent, latex-find-indent): New functions.
3436 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
3437 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3438 (tex-compilation-parse-errors): Use with-syntax-table.
3439
3440 2000-10-15 Miles Bader <miles@gnu.org>
3441
3442 * font-lock.el (font-lock-comment-face): Change dark-background,
3443 color, non-tty, default to `chocolate1'.
3444
3445 2000-10-13 John Wiegley <johnw@gnu.org>
3446
3447 * eshell/esh-util.el (require): Added a missing `require' form,
3448 needed when compiling (for an ange-ftp macro definition).
3449
3450 2000-10-13 Dave Love <fx@gnu.org>
3451
3452 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3453
3454 2000-10-13 Gerd Moellmann <gerd@gnu.org>
3455
3456 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3457 fix.
3458
3459 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
3460 transparent -colors 8).
3461
3462 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3463
3464 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3465 that breaks with old list format timestamps.
3466 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3467 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3468 strings.
3469
3470 2000-10-13 John Wiegley <johnw@gnu.org>
3471
3472 * align.el, pcomplete.el, calendar/timeclock.el,
3473 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3474
3475 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
3476 faulty math, where holiday hours were being computing as seconds.
3477
3478 2000-10-13 John Wiegley <johnw@gnu.org>
3479
3480 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3481 specifying what "other" kinds of buffers should be saved. This
3482 used to be hard-coded.
3483 (desktop-buffer-misc-functions): A global for specifying how
3484 auxiliary data should be determined for special buffer types.
3485 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3486 instead of hard-coding the special buffer types.
3487 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3488 auxiliary data, instead of hard-coding for Info buffers and dired.
3489 (desktop-buffer-info-misc-data): Aux function for determining Info
3490 buffer auxiliary info.
3491 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3492 (desktop-buffer-info): Changed this function to use the info
3493 gathered above.
3494 (desktop-create-buffer): Be a little more careful about what
3495 `minor-mode' means before calling it. This is important for some
3496 buffer types.
3497
3498 2000-10-13 John Wiegley <johnw@gnu.org>
3499
3500 * eshell/esh-util.el: Added a global form which declares an
3501 autoload for `parse-time-string', if that function is not already
3502 defined, and if parse-time.el is available on the user's system.
3503
3504 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3505 to be aware of ange-ftp user info.
3506 (eshell-do-ls): Bind `ange-cache'. Also, use
3507 `eshell-file-attributes'.
3508 (eshell-ls-annotate): Use `eshell-file-attributes'.
3509 (eshell-ls-file): Made the user-id printing code a bit smarter.
3510
3511 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3512 allow identification of alias user ids in remote directories.
3513 It's manual, but there's no other way to know when the current
3514 user on the local machine, is also the owning user on the remote
3515 machine.
3516 (fboundp): Bind `ange-cache'.
3517 (eshell-directory-files-and-attributes): Re-organized the logic a
3518 bit to use `eshell-file-attributes' instead of `file-attributes'.
3519 The former is more sensitive to directories that are read via FTP,
3520 and knows how to use ange-ftp to determine full attribute
3521 information, instead of just the name and last modtime.
3522 (eshell-current-ange-uids): Return the current user id when in a
3523 remote directory.
3524 (eshell-parse-ange-ls): Parse a full directory listing that has
3525 been returned by ange-ftp.
3526 (eshell-file-attributes): This beefed up version of
3527 `file-attributes' is only special if the user is currently in a
3528 remote directory, in which case it does a lot of work to find out
3529 what the real attributes of a file are, as they appear on the
3530 remote machine. This makes usage of remote directories (i.e.,
3531 ange-ftp pathnames) much more useful. You can now use Eshell as a
3532 full-fledged FTP client, with much more manipulation ability than
3533 most other clients.
3534
3535 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3536 variable, which means that Eshell's du should always be preferred
3537 in remote directories.
3538 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3539 just `file-attributes'.
3540 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3541 when reading remote directories. This is an Eshell-specific
3542 variable (not part of ange-ftp).
3543 (eshell/ln): Bind `ange-cache'.
3544 (eshell/du): Added some extra logic for determining when to use
3545 Eshell's du (which is slow), and when to use the external version
3546 (which may or may not exist).
3547
3548 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3549 `eshell-interactive-process', rather than using
3550 `get-buffer-process', since backgrounded processes don't count in
3551 the context of this function's logic.
3552
3553 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3554 `forward-char', so that null strings are parsed correctly.
3555
3556 2000-09-13 John Wiegley <johnw@gnu.org>
3557
3558 * eshell/em-pred.el (eshell-pred-file-type,
3559 eshell-pred-file-links, eshell-pred-file-size): Use
3560 `eshell-file-attributes'. This is more correct over ange-ftp.
3561
3562 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3563 that remote file globbing is more efficient.
3564
3565 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3566 gathering the files and attributes within a directory.
3567
3568 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3569 the command line is a special file (not a regular file, directory
3570 or symlink), always attempt to call the external version of cat.
3571
3572 2000-09-13 John Wiegley <johnw@gnu.org>
3573
3574 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3575 Eshell-friendly version of find-tag.
3576
3577 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3578
3579 * image-file.el (image-file-name-extensions)
3580 (image-file-name-regexps): Add autoload cookies.
3581
3582 2000-10-13 Kenichi Handa <handa@etl.go.jp>
3583
3584 * international/mule-cmds.el (select-safe-coding-system): If FROM
3585 is string, show it in *Warning* buffer.
3586
3587 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3588
3589 * startup.el (normal-top-level): Use display-popup-menus-p instead
3590 of window-system.
3591 (command-line): Use display-graphic-p instead of window-system.
3592 (command-line-1): Use display-popup-menus-p and display-mouse-p
3593 instead of window-system.
3594
3595 2000-10-12 Sam Steingold <sds@gnu.org>
3596
3597 * tooltip.el (tooltip-use-echo-area): New user variable.
3598 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3599
3600 2000-10-12 Dave Love <fx@gnu.org>
3601
3602 * recentf.el: Maintainer's checkdoc fixes.
3603
3604 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3605 character class, not ASCII when matching file names.
3606 (fancy-splash-head): Add trailing slash to URL.
3607 (command-line): Don't require XPM support for toolbar.
3608
3609 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3610 (cperl-invalid-face): Revert last change.
3611 (cperl-init-faces): Quote cperl-invalid-face.
3612
3613 2000-10-12 Kenichi Handa <handa@etl.go.jp>
3614
3615 * startup.el (fancy-splash-text): Remove superfluous quote.
3616
3617 2000-10-12 Gerd Moellmann <gerd@gnu.org>
3618
3619 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3620 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3621 (command-line-1): Don't use fancy-splash-pending-command.
3622 (fancy-splash-screens-1): Goto point-min after inserting text.
3623
3624 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3625
3626 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3627 instead of shared-lisp-mode-map.
3628
3629 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3630
3631 * faces.el (header-line): Change tty-variant to use underlining.
3632
3633 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3634 (isearch-highlight): Restore lazy-isearch face properties at old
3635 position, and suppress them at new position.
3636 (isearch-dehighlight): Restore lazy-isearch face properties.
3637 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3638 over the real isearch overlay, but in that case, don't give it a
3639 face property. Use `push'.
3640
3641 2000-10-12 Kenichi Handa <handa@etl.go.jp>
3642
3643 * man.el (Man-getpage-in-background): Fix previous change.
3644 Decode the process output only when we are in multibyte mode.
3645
3646 2000-10-11 Dave Love <fx@gnu.org>
3647
3648 * info.el (Info-mode-menu): Fix some help.
3649 (info-tool-bar-map): Add entry for Info-last.
3650
3651 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3652 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3653 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3654 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3655 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3656 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3657 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3658 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3659 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3660 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3661 Reduce colour requirements to 25 overall. (Probably wants
3662 revisiting from the originals to reduce further.)
3663
3664 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3665
3666 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3667 buffer-file-coding-system, instead of raw-text.
3668 (dehexlify-buffer): Bind coding-system-for-read to
3669 buffer-file-coding-system, instead of raw-text.
3670
3671 2000-10-11 Sam Steingold <sds@gnu.org>
3672
3673 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3674 `underline' - fixes the bug introduced on 2000-09-21.
3675
3676 2000-10-11 Dave Love <fx@gnu.org>
3677
3678 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3679 compiler warnings.
3680 (scheme-mode): Doc fix.
3681 (scheme-font-lock-keywords-1): Match `define-syntax'.
3682
3683 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
3684
3685 * faces.el (frame-set-background-mode): Pay attention to saved
3686 face specs as well as default ones. Only do anything if the
3687 bg-mode or display-type has actually changed. Use `dolist'.
3688 (region): Make dark-background `region' face less in-your-face.
3689
3690 2000-10-10 Sam Steingold <sds@gnu.org>
3691
3692 * chistory.el, ielm.el, ledit.el:
3693 * progmodes/inf-lisp.el, progmodes/scheme.el:
3694 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3695
3696 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3697
3698 * textmodes/texinfo.el: Update copyright and fix typo.
3699
3700 * desktop.el (desktop-modes-not-to-save): New var.
3701 (desktop-save-buffer-p): Use it.
3702 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3703 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3704
3705 2000-10-10 Dave Love <fx@gnu.org>
3706
3707 * toolbar/tool-bar.el (tool-bar-add-item)
3708 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3709 display.
3710
3711 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3712 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3713 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3714 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3715 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3716 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3717 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3718 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3719 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3720 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3721 the .xpms; probably need retouching.
3722
3723 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3724
3725 * subr.el (add-to-list): Add optional argument APPEND.
3726 * battery.el (display-battery): Use `add-to-list'.
3727
3728 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3729
3730 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3731 these vars as symbol properties.
3732 (zone, zone-when-idle, zone-leave-me-alone)
3733 (zone-pgm-whack-chars): Use new symbol properties.
3734
3735 * battery.el (display-battery): Doc spelling fix.
3736
3737 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3738 property.
3739
3740 2000-10-09 Dave Love <fx@gnu.org>
3741
3742 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3743 has been initialized before calling tool-bar-setup.
3744 (tool-bar-add-item-from-menu): Add autoload cookie.
3745
3746 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3747
3748 * menu-bar.el (send-mail-item-name): New function.
3749 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3750 of mail-user-agent in the menu. Don't display the "Send Mail"
3751 item if mail-user-agent is nil or its value is ignore.
3752 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3753 if read-mail-command is nil or its value is ignore.
3754
3755 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3756
3757 2000-10-09 Miles Bader <miles@gnu.org>
3758
3759 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3760 Correct image size.
3761 * toolbar/left_arrow.xpm: Correct image size.
3762
3763 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3764 will be done by the definition of `auto-compression-mode' if
3765 necessary. Move code to uninstall existing file-name handler
3766 before definition of `auto-compression-mode'.
3767
3768 * image-file.el (auto-image-file-mode): Move to the end of the
3769 file, because `define-minor-mode' actually calls the mode-function
3770 if the associated variable is non-nil, which requires that all
3771 needed functions be already defined.
3772
3773 * mouse.el (popup-menu): Balance parens.
3774
3775 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3776
3777 * mouse.el (popup-menu): Move the command call outside the loop
3778 so that popup-menu returns whatever the command returns.
3779
3780 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3781 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3782 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3783 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3784
3785 * vc.el (vc-version-diff): diff-switches can be a list.
3786 Use relative filenames for prettier output.
3787
3788 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
3789 (vc-post-command-functions): Remove old-VC compatibility code.
3790
3791 * newcomment.el (comment-indent-default): Autoload.
3792
3793 * font-lock.el (font-lock-defaults): Make buffer-local.
3794 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3795 (font-lock-choose-keywords):
3796 Ignore LEVEL unless KEYWORDS is a list of syms.
3797 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3798 Don't wrap regexp-opt things in \(...\) unnecessarily.
3799
3800 * jit-lock.el: Don't require font-lock any more.
3801 (jit-lock-functions): Make buffer-local.
3802 (jit-lock-saved-fontify-buffer-function): Remove.
3803 (jit-lock-mode): Remove autoload cookie.
3804 Remove font-lock specific code.
3805 (jit-lock-unregister): Don't bother handling complex hooks any more.
3806 (jit-lock-refontify): New function.
3807 (jit-lock-fontify-buffer): Use it.
3808 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3809 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3810 Add optional args START and END.
3811 Never call font-lock-fontify-region directly.
3812 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3813
3814 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3815
3816 2000-10-08 Dave Love <fx@gnu.org>
3817
3818 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3819
3820 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3821
3822 * play/studly.el (studlify-region, studlify-word): Add autoload
3823 cookie.
3824
3825 * play/morse.el (morse-region, unmorse-region): Add autoload
3826 cookie.
3827
3828 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3829 concat.
3830
3831 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3832 insist on symbols starting with word syntax.
3833 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3834 (eval-defun-1): Doc fix.
3835 (indent-sexp): Use nconc to build up indent-stack.
3836
3837 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3838 Gnus with little use.
3839 (mail-setup-hook): Add mail-abbrevs-setup to options.
3840
3841 * recentf.el: Doc fixes.
3842
3843 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3844 Clean up remainder.
3845
3846 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3847 without timezone and (8) with timezone to enforce some whitespace.
3848 Simplify code somewhat.
3849
3850 * options.el (list-options): Doc that you should use customize.
3851
3852 * iswitchb.el (iswitchb-mode): Add :require.
3853
3854 * info.el (Info-goto-node, Info-menu): Doc fix.
3855 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3856 (info-tool-bar-map): New variable.
3857 (Info-mode): Use it.
3858 (Info-edit-map): Define all in defvar.
3859 (speedbar-attached-frame): Avoid compiler warning.
3860
3861 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3862 (global-map): Bind [tool-bar] to a filtered map.
3863 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3864 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3865 Allow PBM icons.
3866 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3867
3868 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3869 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3870 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3871 icons, except up_arrow, which is left-arrow rotated.
3872
3873 * imenu.el (imenu-add-to-menubar): Fix last change.
3874
3875 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3876
3877 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3878 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3879
3880 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3881
3882 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3883 typos in doc strings.
3884
3885 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3886 the doc strings how to customize Font Lock faces.
3887
3888 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3889 computing growth when dragging the header line.
3890
3891 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3892
3893 * simple.el (kill-line): Doc fix.
3894
3895 2000-10-08 Miles Bader <miles@gnu.org>
3896
3897 * faces.el (secondary-selection): Make foreground visible on tty.
3898
3899 * jka-compr.el (auto-compression-mode): Move to the end of the
3900 file, because `define-minor-mode' actually calls the mode-function
3901 if the associated variable is non-nil, which requires that all
3902 needed functions be already defined.
3903 (with-auto-compression-mode): Add autoload cookie.
3904
3905 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3906
3907 * files.el (find-backup-file-name) [ms-dos]: If support for long
3908 file names is not available, behave as if version-control were set
3909 to never.
3910
3911 2000-10-07 Dave Love <fx@gnu.org>
3912
3913 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3914 (browse-url-gnome-moz): New function.
3915 (browse-url-browser-function): Use it.
3916 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3917
3918 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3919
3920 * indent.el (tab-always-indent): New var.
3921 (indent-for-tab-command): Use it.
3922
3923 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
3924 raise an error. This way it can still default to a sane value.
3925
3926 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3927
3928 * startup.el (fancy-splash-screens): Use local rather than global map.
3929 Don't use `update-menu-bindings' any more.
3930 Get rid of assumptions about keymap representation.
3931
3932 2000-10-06 Dave Love <fx@gnu.org>
3933
3934 * textmodes/fill.el (sentence-end-double-space)
3935 (sentence-end-without-period): Doc fix.
3936 (adaptive-fill-regexp): Purecopy.
3937 (unjustify-current-line): Use line-end-position.
3938 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3939
3940 * net/eudc-vars.el (eudc): Add :version, :link.
3941
3942 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
3943
3944 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3945 Fix for define-minor-mode.
3946 (function-at-point): Alias to function-called-at-point.
3947
3948 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3949
3950 * simple.el (backward-word): Doc fix.
3951
3952 * image-file.el (image-file-name-regexp): image-file-regexps ->
3953 image-file-name-regexps.
3954 (image-file-name-extensions): Add pbm.
3955
3956 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3957
3958 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3959 and add filename to the names so that diff-mode can jump to source.
3960
3961 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
3962 (tex-font-lock-keywords, tex-font-lock-keywords-2)
3963 (tex-font-lock-keywords-1): Remove.
3964 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3965 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
3966 (font-lock-default-fontify-region):
3967 Expand beg..end correctly when just following a multiline region.
3968 (font-lock-fontify-anchored-keywords):
3969 Include the anchor text as part of the multiline.
3970
3971 2000-10-06 Gerd Moellmann <gerd@gnu.org>
3972
3973 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3974 latter needs the autoloaded define-minor-mode macro during the
3975 bootstrap.
3976
3977 * startup.el (command-line): For now, activate tool-bar-mode only
3978 if XPM images are supported.
3979
3980 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3981 window by dragging a header-line at the top of the frame; that's
3982 confusing because the header-line doesn't move.
3983 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3984 of treating the event as a list. Some cleanup.
3985
3986 2000-10-06 Miles Bader <miles@gnu.org>
3987
3988 * simple.el (display-message-or-buffer): New function.
3989 (shell-command-on-region): Use `display-message-or-buffer'.
3990
3991 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3992 docstring parts.
3993
3994 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3995 (smbclient-prompt-regexp): Add usage note to doc string.
3996 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3997 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3998 Use add-hook for adding the comint filter function, and only do so
3999 if it's not already in the global hook list.
4000 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4001 to `make-local-variable'.
4002 (nslookup-font-lock-keywords): Remove prompt entry.
4003 (nslookup): Don't set the process-filter.
4004 (finger): Exit the loop correctly when the regexps list runs out.
4005 (ftp, smbclient, smbclient-list-shares):
4006 Set the real major mode immediately, not after execing.
4007 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4008
4009 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4010
4011 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
4012
4013 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4014
4015 * which-func.el (which-func-format): Remove spurious space.
4016 (which-func-mode): Don't make it permanent-local.
4017 (which-func-ff-hook): Allow which-func-maxout to be nil.
4018 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
4019 (which-func-mode): Simplify.
4020 Use post-command-idle-hook rather than post-command-hook.
4021 Go through all buffers and update their state.
4022 (which-function): Also try add-log-current-defun-function.
4023
4024 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4025 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4026 Update call to with-vc-properties accordingly.
4027 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4028 (vc-revert-buffer): More careful about window selection and deletion.
4029 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4030
4031 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4032 (cvs-retrieve-revision): Reuse a pre-existing buffer.
4033 (cvs-dired-action): Change the default to quickdir.
4034
4035 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4036 if comment-indent-function returns nil.
4037 (comment-indent-default): New function.
4038 (comment-indent-function): Use it and document the new semantics.
4039
4040 * image-file.el: Docstring fixes.
4041
4042 * help.el (help-xref-on-pp): Use match-string.
4043 (describe-variable): New arg BUFFER.
4044 Store the current buffer in the help-xref-stack.
4045 (temp-buffer-resize-mode): Use define-minor-mode.
4046
4047 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4048 consistently with its docstring.
4049 Set jit-lock-first-unfontify-pos in an idempotent way.
4050 (jit-lock-register): Autoload and add arg CONTEXTUAL.
4051
4052 2000-10-05 Alex Schroeder <alex@gnu.org>
4053
4054 * sql.el (sql-mysql-options): New variable.
4055 (sql-mysql): Use it.
4056
4057 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4058
4059 * image.el (image): New group.
4060
4061 * smerge-mode.el (smerge-mine-face, smerge-other-face)
4062 (smerge-base-face, smerge-markers-face): Add dark-background variants.
4063
4064 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4065
4066 * net/net-utils.el (nslookup-font-lock-keywords)
4067 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4068 Ignore the value of wqindow-system; always define keywords
4069
4070 2000-10-05 Kenichi Handa <handa@etl.go.jp>
4071
4072 * startup.el (fancy-splash-screens): Remove the code for
4073 debugging; `(trace-to-stderr "EXITTT\n")'.
4074
4075 2000-10-05 Miles Bader <miles@gnu.org>
4076
4077 * diff-mode.el (diff-goto-source): Update call to
4078 `diff-hunk-status-msg' to reflect new REV variable.
4079
4080 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4081
4082 * progmodes/icon.el (icon-mode):
4083 Don't gratuitously override the default for comment-column.
4084
4085 * vc-hooks.el (vc-mode-line): Fix interactive spec.
4086
4087 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4088 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4089 (jit-lock-functions): New var.
4090 (jit-lock-function-1): Use it if non-nil.
4091 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
4092 Set the `fontified' property before doing the fontification to avoid
4093 repeatedly going through the same error.
4094 Don't turn errors into messages.
4095 (jit-lock-register, jit-lock-unregister): New functions.
4096
4097 * dired.el (dired-mark-pop-up): Turn comment into docstring.
4098 Use with-current-buffer.
4099
4100 * dired-aux.el (dired-do-create-files, dired-kill-tree):
4101 Turn comment into docstring.
4102
4103 * apropos.el (apropos-mode): Use define-derived-mode.
4104
4105 2000-10-04 Gerd Moellmann <gerd@gnu.org>
4106
4107 * startup.el (fancy-splash-pending-command): New variable.
4108 (fancy-splash-pre-command): New function.
4109 (fancy-splash-screens): Rewritten.
4110 (command-line-1): If fancy-splash-pending-command is set, call it
4111 interactively.
4112
4113 2000-10-04 Dave Love <fx@gnu.org>
4114
4115 * toolbar/tool-bar.el (tool-bar-setup): New function.
4116 (tool-bar-mode): Use it.
4117
4118 * subr.el (substitute-key-definition): Doc fix.
4119 (play-sound-file): New command.
4120
4121 2000-10-04 Andre Spiegel <spiegel@gnu.org>
4122
4123 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
4124 vc-version-backup-file-name): New functions.
4125
4126 * files.el (basic-save-buffer): Call vc-before-save before saving.
4127
4128 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
4129 vc-cvs-stay-local-p.
4130
4131 * vc.el (vc-revert-buffer): Handle empty diff properly.
4132 (vc-version-backup-file): New function.
4133 (vc-checkout): Create a version backup if necessary.
4134 (vc-checkin): If a version backup file exists, delete it.
4135 (vc-version-diff): Diff locally using version backups, if available.
4136 (vc-revert-file): If there's a version backup, revert locally.
4137 (vc-transfer-file): Use version backup for base version, if
4138 available. If not, ask for confirmation whether to get it from the
4139 server. Update mode line before check-in.
4140
4141 2000-10-04 Dave Love <fx@gnu.org>
4142
4143 * toolbar/tool-bar.el (tool-bar-setup): New function.
4144 (tool-bar-mode): Use it.
4145
4146 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4147
4148 * net/net-utils.el (nslookup-font-lock-keywords)
4149 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4150 Only set if window-system is non-nil
4151 (net-utils-run-program): Returns buffer.
4152 (network-connection-reconnect): Added this function.
4153
4154 * generic.el:
4155 Incorporates extensive cleanup and docfixes by
4156 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4157 Uses cl compile-time macros.
4158 (generic-mode-name, generic-comment-list)
4159 (generic-keywords-list, generic-font-lock-expressions)
4160 (generic-mode-function-list, generic-mode-syntax-table):
4161 Removed variables.
4162 (generic-mode-alist): Renamed to generic-mode-list.
4163 (generic-find-file-regexp): Default changed to "^#".
4164 (generic-read-type): Uses completing read on generic-mode-list.
4165 (generic-mode-sanity-check): removed this function.
4166 (generic-add-to-auto-mode): Removed this function
4167 (generic-mode-internal): Bind mode-specific definitions
4168 into function instead of putting them in alist.
4169 (generic-mode-set-comments): Reworked extensively.
4170 (generic-mode-find-file-hook): Simplified regexp searching
4171 (generic-make-keywords-list): Omit extra pair of parens
4172
4173 * find-lisp.el (find-lisp-find-files-internal):
4174 Make sure directory name ends with "/".
4175
4176 * generic-x.el (apache-conf-generic-mode):
4177 Regexp now allows leading whitespace.
4178 (rc-generic-mode): Added eval-when-compile
4179 around generic-make-keywords-list.
4180 Deleted duplicate regexp
4181 (rul-generic-mode): Added eval-when-compile
4182 around generic-make-keywords-list.
4183 (etc-fstab-generic-mode): New generic mode.
4184 (rul-generic-mode): Removed one eval-when-compile
4185 which caused a max-specpdl-size exceeded error.
4186
4187 2000-10-04 Miles Bader <miles@gnu.org>
4188
4189 * simple.el (minibuffer-temporary-goal-position): New variable.
4190 (next-history-element): Try to keep the position of point in the
4191 input string constant.
4192
4193 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4194 (dired-do-create-files): If there's only one file, pass it in as
4195 the DEFAULT arg to dired-mark-read-file-name.
4196
4197 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
4198
4199 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4200 (diff-goto-source): Be smarter when choosing REVERSE or not.
4201
4202 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4203 (texinfo-mode-menu): Add an explicit shortcut for update all.
4204
4205 2000-10-03 Andre Spiegel <spiegel@gnu.org>
4206
4207 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
4208 factorize backend-specific code cleanly (this was essentially
4209 conceived by Stefan Monnier).
4210 (vc-unregister): Function removed.
4211 (vc-revert-file): New function.
4212 (vc-revert-buffer): Delegate some of the work to it.
4213
4214 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4215 default branch unconditionally.
4216 (vc-rcs-set-default-branch): New function.
4217 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4218 (vc-rcs-checkin): If an appropriate default branch has been set,
4219 force creation of that branch.
4220 (vc-rcs-receive-file): Rewritten to contain only backend-specific
4221 code (as suggested by Stefan Monnier).
4222
4223 2000-10-02 Gerd Moellmann <gerd@gnu.org>
4224
4225 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4226 highlighting overlay with a different face over the overlay
4227 isearch uses to highlight the current match because that can lead
4228 to bad face combinations.
4229
4230 * loadup.el (toplevel): Load faces before isearch.
4231
4232 * isearch.el (isearch-faces): New custom group.
4233 (isearch): New defface; was already tested for in the code.
4234 (isearch-lazy-highlight-face): Changed to defface from defcustom.
4235 (isearch-highlight): Always use face `isearch'.
4236
4237 2000-10-02 Dave Love <fx@gnu.org>
4238
4239 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4240 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
4241 comparison of opcode with operand.
4242
4243 2000-10-03 Miles Bader <miles@gnu.org>
4244
4245 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4246 buffer, since the echo area will now grow to accommodate them.
4247
4248 2000-10-02 Andre Spiegel <spiegel@gnu.org>
4249
4250 * vc-hooks.el (vc-registered): If FILE used to be registered under
4251 a certain backend, try that one first.
4252
4253 * vc.el (vc-responsible-backend): Undo the previous change in the
4254 argument list. Handle multiple backends correctly.
4255 (vc-find-new-backend): Function removed.
4256 (vc-register): Use vc-responsible-backend, as before.
4257 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4258
4259 2000-10-02 Gerd Moellmann <gerd@gnu.org>
4260
4261 * startup.el (fancy-splash-head): Change message below the
4262 logo.
4263
4264 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
4265
4266 * diff-mode.el (diff-goto-source): Emit a status message.
4267 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4268 (diff-test-hunk): Fix doc string.
4269 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
4270 (diff-advance-after-apply-hunk): New variable.
4271 (diff-apply-hunk): Don't return a value.
4272
4273 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
4274
4275 * vc.el (vc-editable-p): Minor optimization.
4276 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4277 (vc-find-new-backend): New function split from vc-responsible-backend.
4278 (vc-register): Use it.
4279 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4280 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4281 (vc-default-unregister, vc-revert-buffer): Docstring fix.
4282 (vc-clear-headers): Don't use find-file.
4283 (vc-revert-buffer): Use `and' again (must have been a braino).
4284 (vc-switch-backend): Only prompt if requested.
4285 Short circuit if nothing is to be done.
4286 Don't use vc-resynch-buffer which could lose unsaved editing.
4287 (vc-default-receive-file): Update call to vc-unregister.
4288 (with-vc-file, vc-next-action-on-file):
4289 Use vc-backend rather than vc-registered.
4290 (vc-next-action-on-file): Use intern-soft.
4291 Deal with read-only *vc-diff* buffer.
4292 (vc-transfer-file): Docstring fix.
4293
4294 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4295 (vc-rcs-receive-file): Avoid with-vc-properties.
4296 Update call to vc-unregister.
4297 Use constant `RCS' rather than (dynamically bound) var `backend'.
4298
4299 2000-10-01 Andre Spiegel <spiegel@gnu.org>
4300
4301 * vc.el (vc-next-action-on-file): Update mode line only if file
4302 is visited.
4303 (vc-start-entry): New argument initial-contents. Don't visit the file
4304 if it isn't already visited. Brought documentation up-to-date.
4305 (vc-next-action, vc-register): Updated calls to vc-start-entry.
4306 (vc-checkin): New optional arg initial-contents, which is passed to
4307 vc-start-entry.
4308 (vc-finish-logentry): Make sure to bury log buffer only if there
4309 really is one. Call `vc-resynch-buffer' on log-file, not
4310 buffer-file-name.
4311 (vc-default-comment-history, vc-default-wash-log): New functions.
4312 (vc-index-of): Removed.
4313 (vc-transfer-file): Make do without the above.
4314 (vc-default-receive-file): Call comment-history unconditionally. Pass
4315 the resulting string to vc-checkin, instead of inserting it into the
4316 comment ring.
4317
4318 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4319 unconditionally. Use the comments as initial contents of the log
4320 entry buffer. Document the trick to force branch creation with no
4321 changes.
4322
4323 2000-10-01 Miles Bader <miles@gnu.org>
4324
4325 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4326 `recenter' with an arg to prevent redrawing the display.
4327
4328 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4329
4330 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4331
4332 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4333
4334 * progmodes/c-mode.el (c-mode):
4335 Don't gratuitously override the default for comment-column.
4336
4337 * textmodes/tex-mode.el (latex-metasection-list): New var.
4338 (latex-imenu-create-index): Use it.
4339 Move the regexp construction outside loops (and use push).
4340 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
4341 (tex-font-lock-keywords): Moved from font-lock.el.
4342 (tex-comment-indent): Remove.
4343 (tex-common-initialization): Don't set comment-indent-function.
4344 (latex-block-default): New var.
4345 (tex-latex-block): Use it to provide a default choice.
4346 Add any unknown choice to latex-block-names.
4347 Insert [...] after {...}.
4348 (tex-last-unended-begin): Simplify regexp.
4349 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4350 (latex-forward-sexp-1, latex-forward-sexp): New functions.
4351 (latex-mode): Set forward-sexp-function.
4352
4353 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4354 Add regexp for @ignore ... @end ignore.
4355 (texinfo-heading-face): New face.
4356 (texinfo-font-lock-keywords): Use it.
4357 (texinfo-mode-menu): New menu.
4358 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4359 New functions.
4360 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
4361 (texinfo-section-types-regexp, texinfo-section-level-regexp)
4362 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4363 Remove declaration.
4364 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4365
4366 * delsel.el (delete-selection-mode): Use define-minor-mode.
4367
4368 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4369
4370 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4371
4372 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4373
4374 2000-09-30 Gerd Moellmann <gerd@gnu.org>
4375
4376 * replace.el (keep-lines-read-args): New function.
4377 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4378 read arguments interactively. Add parameters RSTART and REND.
4379 Operate on the active region in Transient Mark mode.
4380
4381 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4382
4383 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4384 (authors-obsolete-files-regexps): New variable.
4385 (authors-add): Don't record changes in obsolete files.
4386
4387 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4388
4389 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4390
4391 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4392 (comment-indent): Make sure there's a space between code and comment.
4393 Shift comments left to avoid going past fill-column.
4394
4395 2000-09-29 Gerd Moellmann <gerd@gnu.org>
4396
4397 * startup.el (startup-echo-area-message): New function.
4398 (display-startup-echo-area-message): Use it.
4399 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4400 (fancy-splash-default-action): New function.
4401 (fancy-splash-screens-1): New function.
4402 (fancy-splash-head): Put a help-echo and a keymap under the image.
4403
4404 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4405
4406 * diff-mode.el (diff-add-log-file-name): Remove.
4407 (diff-mode): Use add-log-buffer-file-name-function.
4408
4409 * add-log.el (find-change-log): New arg BUFFER-FILE.
4410 (add-log-file-name): Obey add-log-file-name-function.
4411 (add-log-buffer-file-name-function): New var.
4412 (add-change-log-entry): Use it.
4413
4414 2000-09-29 Miles Bader <miles@gnu.org>
4415
4416 * image-file.el (image-file-name-extensions): New variable.
4417 (image-file-name-regexps): Renamed from `image-file-regexps'.
4418 New default value is nil. Call `auto-image-file-mode'.
4419 (image-file-name-regexp): New function.
4420 (auto-image-file-mode): New minor mode.
4421 (insert-image-file): Don't make conditional on the image-file
4422 handler being enabled.
4423 (image-file-handler): Make the call here conditional instead.
4424 (set-image-file-handler-enabled, enable-image-file-handler)
4425 (disable-image-file-handler): Functions removed.
4426
4427 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4428 string.
4429
4430 2000-09-29 Gerd Moellmann <gerd@gnu.org>
4431
4432 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4433 it's a function from CL.
4434 (latex-imenu-create-index): Replace eval-when-compile with progn
4435 because latex-section-alist is not bound while compiling.
4436
4437 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4438
4439 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4440 (outline-mode): Use define-derived-mode.
4441
4442 * progmodes/perl-mode.el (perl-mode):
4443 * progmodes/awk-mode.el (awk-mode):
4444 * progmodes/asm-mode.el (asm-mode):
4445 Don't gratuitously override the default for comment-column.
4446
4447 * emacs-lisp/lisp.el (lisp-complete-symbol):
4448 Distinguish the let-binding case from the funcall case.
4449 (forward-sexp-function): New variable.
4450 (forward-sexp): Use it.
4451
4452 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4453 (easy-mmode-defmap): Remove the now useless autoload.
4454
4455 * time.el (display-time-mode): Use define-minor-mode.
4456
4457 * subr.el (add-minor-mode): Don't eval NAME.
4458 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4459 Use if rather than cond.
4460
4461 * simple.el (read-expression-map): Define more properly.
4462 (comment-indent-hook): Remove.
4463 (string-to-syntax): Bug fix.
4464
4465 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4466 (cvs-ediff-diff): Fix typo.
4467 (cvs-revert-if-needed): Don't bother preserving read-only.
4468
4469 * paren.el (show-paren-mode): Use define-minor-mode.
4470
4471 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4472 (toggle-auto-compression): Remove.
4473 (jka-compr-build-file-regexp): Remove useless grouping.
4474
4475 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4476 Avoid user-reserved bindings.
4477 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4478 (diff-header-face): Revert to grey85.
4479
4480 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4481
4482 * complete.el (partial-completion-mode) <defcustom>: Remove.
4483 (partial-completion-mode): Use define-minor-mode.
4484 (PC-do-completion): Understand `completion-auto-help = delay'
4485 to mean to popup the completion buffer only the second time.
4486 (PC-include-file-all-completions, PC-include-file-all-completions)
4487 (PC-include-file-all-completions): Don't quote lambda.
4488
4489 * comint.el (comint-mode-hook): Docstring fix.
4490 (comint-mode): Use define-derived-mode.
4491 (comint-mode-map): Remove obsolete comment.
4492 (make-comint): Minor stylistic change.
4493 (comint-insert-clicked-input): Be more careful to find the overlay.
4494 Use this-command-keys rather than hardcoding mouse-2.
4495
4496 * font-lock.el: Replace confusing (,@ with ,
4497 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4498 Don't use regexp-opt-depth. Spice up the regexp for args.
4499 Don't distinguish between cmds that can take an opt arg or not.
4500 Use `append' and `prepend' rather than `keep'.
4501
4502 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4503 (latex-outline-regexp): New var.
4504 (latex-outline-level): New fun.
4505 (latex-section-alist): New var.
4506 (latex-imenu-create-index): Use it. Use `push' as well.
4507 (tex-shell-map): Initialize it properly.
4508 (tex-mode): Minor stylistic change.
4509 (plain-tex-mode): Use define-derived-mode.
4510 (latex-mode): Use define-derived-mode.
4511 Construct the paragraph regexps in a more readable way.
4512 Set the buffer-local outline-{level,regexp} vars.
4513 (slitex-mode): Derive from latex-mode.
4514 (tex-common-initialization): Don't kill-all-vars anymore.
4515 Add setting for comment-add and font-lock-defaults.
4516 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4517 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4518 (tex-start-tex): New arg DIR (and send a chdir command for it).
4519 Also display the shell buffer and save it in tex-last-buffer-texed.
4520 (tex-region): Use expand-file-name rather than concat.
4521 Remove code made useless by changes in tex-start-tex.
4522 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4523
4524 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4525
4526 2000-09-28 Dave Love <fx@gnu.org>
4527
4528 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4529
4530 2000-09-28 Gerd Moellmann <gerd@gnu.org>
4531
4532 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4533 `append'.
4534
4535 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4536
4537 * info.el (Info-extract-pointer): Undo last change.
4538 Instead, fix the position of the `bound' arg to re-search-backward.
4539
4540 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4541
4542 * info.el (Info-extract-pointer):
4543 Widen more carefully, to avoid finding pointers in other nodes.
4544 (Info-index): Use push.
4545
4546 2000-09-27 Gerd Moellmann <gerd@gnu.org>
4547
4548 * frame.el (set-frame-font): Remove call to obsolete function
4549 frame-update-faces.
4550 (set-foreground-color, set-background-color): Likewise for
4551 frame-update-face-colors.
4552
4553 2000-09-27 Miles Bader <miles@gnu.org>
4554
4555 * image-file.el: New file.
4556
4557 2000-09-27 Gerd Moellmann <gerd@gnu.org>
4558
4559 * frame.el (frame-notice-user-settings): Don't call
4560 frame-update-faces, which is a no-op now.
4561
4562 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4563 tool-bar-lines.
4564
4565 2000-09-27 Dave Love <fx@gnu.org>
4566
4567 * mouse.el: Fix last change.
4568
4569 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4570
4571 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4572
4573 2000-09-22 Kenichi Handa <handa@etl.go.jp>
4574
4575 * international/quail.el (quail-help): The output message is
4576 improved.
4577
4578 2000-09-26 Dave Love <fx@gnu.org>
4579
4580 * mouse.el (popup-menu): If POSITION is nil, set it using
4581 mouse-position.
4582
4583 2000-09-25 Sam Steingold <sds@gnu.org>
4584
4585 * net/browse-url.el (browse-url-file-url): Check for null maps.
4586
4587 2000-09-26 Gerd Moellmann <gerd@gnu.org>
4588
4589 * frame.el (frame-notice-user-settings): Don't add a
4590 tool-bar-lines frame parameter to default-frame-alist in batch mode.
4591
4592 * frame.el (frame-notice-user-settings):
4593 Make tool-bar-mode and default-frame-alist consistent.
4594
4595 * toolbar/tool-bar.el (tool-bar-help): New function.
4596
4597 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4598
4599 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4600 current-load-list in top-level forms. Else this leaks a cons cell
4601 every time a defun is called.
4602
4603 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
4604
4605 2000-09-25 Dave Love <fx@gnu.org>
4606
4607 * startup.el (fancy-splash-head): Check XPM is available.
4608
4609 * autoinsert.el (auto-insert): Doc fix.
4610 (auto-insert-alist): Following GNU notices, don't say `copyright
4611 _by_'. Use line-beginning-position.
4612 (auto-insert): Check buffer-file-name is non-nil before use.
4613
4614 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4615
4616 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4617 starting with `@def' or `@multitable', in addition to ones
4618 specified by the user in auto-fill-inhibit-regexp.
4619
4620 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
4621
4622 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4623 rmail-dont-reply-to-names matches the empty string.
4624
4625 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4626
4627 * startup.el (command-line-1, fancy-splash-text): Change the
4628 text to sound more friendly.
4629
4630 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4631
4632 * progmodes/hideshow.el: Update author email address.
4633 Generally, sync w/ maintainer version 5.22.
4634 (hs-hide-all-non-comment-function): New var.
4635 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4636 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4637 (hs-show-region): Delete this command.
4638 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4639
4640 2000-09-22 Dave Love <fx@gnu.org>
4641
4642 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4643 (hl-line-highlight): Specify buffer when moving overlay.
4644
4645 * progmodes/fortran.el (fortran-mode): Locally set
4646 normal-auto-fill-function.
4647 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4648 (fortran-mode-map): Adjust auto-fill menu entry.
4649
4650 2000-09-22 Gerd Moellmann <gerd@gnu.org>
4651
4652 * vc-rcs.el (toplevel): Require `vc' when compiling.
4653
4654 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
4655
4656 2000-09-22 Andre Spiegel <spiegel@gnu.org>
4657
4658 * vc.el (vc-switch-backend): Signal an error if the file is not
4659 registered under the new backend.
4660
4661 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
4662 without explicit revision number.
4663
4664 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4665
4666 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4667 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4668 (diff-xor): New function.
4669 (diff-find-source-location): Use it. Fix a stupid name clash.
4670 (diff-hunk-status-msg): New function.
4671 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4672 (diff-test-hunk): Use diff-find-source-location.
4673 (diff-goto-source): Favor the `reverse'.
4674 (diff-hunk-text): Properly handle one-sided context diffs.
4675 (diff-apply-hunk): When done, advance to the next hunk.
4676
4677 2000-09-21 Gerd Moellmann <gerd@gnu.org>
4678
4679 * startup.el (command-line): If frame was created with a non-zero
4680 tool-bar-lines parameter, switch tool-bar-mode on.
4681
4682 * add-log.el (change-log-date-face, change-log-name-face)
4683 (change-log-email-face, change-log-file-face)
4684 (change-log-list-face, change-log-conditionals-face)
4685 (change-log-function-face, change-log-acknowledgement-face):
4686 New faces, inheriting from font-lock faces.
4687 (change-log-font-lock-keywords): Use them.
4688
4689 2000-09-21 Dave Love <fx@gnu.org>
4690
4691 * progmodes/cperl-mode.el (top-level): Clean up
4692 `eval-when-compile's and assorted defvars.
4693 (cperl-invalid-face): Don't double-quote value. Change custom
4694 type.
4695 (cperl-mode): Set normal-auto-fill-function and don't zap
4696 auto-fill-function.
4697 (cperl-imenu--function-name-regexp-perl): Renamed from
4698 imenu-example--function-name-regexp-perl.
4699 (cperl-imenu--create-perl-index): Renamed from
4700 imenu-example--create-perl-index.
4701 (cperl-xsub-scan): Don't require cl.
4702
4703 * msb.el (msb-mode-map): Use substitute-key-definition.
4704 (msb-mode): Use msb-mode-map.
4705
4706 2000-09-21 Andre Spiegel <spiegel@gnu.org>
4707
4708 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4709 New functions.
4710 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
4711 (vc-switch-backend): New function.
4712 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4713 (vc-register): Fix prompt.
4714 (vc-unregister, vc-default-unregister): New functions.
4715 (vc-version-diff): Handle empty buffer in sentinel.
4716
4717 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4718 (vc-rcs-state-heuristic): Use it to guess the state of files with
4719 non-strict locking.
4720 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4721 been set with -b, but not created yet.
4722 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4723 contents in order to find the state.
4724 (vc-rcs-checkin): Allow creation of branches with no changes.
4725 (vc-rcs-unregister, vc-rcs-receive-file)
4726 (vc-rcs-set-non-strict-locking): New functions.
4727
4728 * vc-hooks.el (vc-name): Force correct computation of the value
4729 in case it is missing.
4730
4731 2000-09-21 Gerd Moellmann <gerd@gnu.org>
4732
4733 * startup.el (fancy-splash-tail): Use a different foreground
4734 color on a dark frame background.
4735
4736 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4737
4738 * info.el: Use the correct capitalization when making Info-mode
4739 and Info-edit-mode `special' modes.
4740
4741 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4742
4743 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4744 (diff-mode): Add support for add-log.el.
4745 (diff-hunk-text): Use char offsets rather than line offsets.
4746 (diff-find-source-location): Replace LINE with line-offset (nil
4747 if not found) and always set POS to a meaningful position.
4748 Adapt to the new char-offsets.
4749 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4750 Adapt to the new diff-find-source-location.
4751 (diff-goto-source): Adapt to the new diff-find-source-location.
4752
4753 * add-log.el (add-log-file-name): New function (split out of
4754 add-change-log-entry).
4755 (add-change-log-entry): Use it.
4756 Call add-log-file-name-function with the changelog file name if
4757 the current buffer is not associated with any file.
4758 Avoid find-file if the selected window is dedicated.
4759
4760 * diff-mode.el (diff-find-source-location):
4761 Move code from diff-apply-hunk. Return buffer rather than file.
4762 (diff-apply-hunk): Use the new result from diff-find-source-location.
4763 (diff-goto-source): Use the new diff-find-source-location.
4764
4765 2000-09-20 Dave Love <fx@gnu.org>
4766
4767 * iswitchb.el: Some doc fixes.
4768 (iswitchb-mode-map): Define completely initially. Inherit
4769 minibuffer-local-map.
4770 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4771 fundamental-mode.
4772 (iswitchb-global-map): New variable.
4773 (iswitchb-summaries-to-end): Amalgamate regexps.
4774 (iswitchb-mode): New.
4775 (iswitchb-mode-hook): New variable.
4776 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4777 `extensions'.
4778
4779 2000-09-20 Gerd Moellmann <gerd@gnu.org>
4780
4781 * ehelp.el (electric-help): New defgroup.
4782 (electric-help-shrink-window): New user-option.
4783 (with-electric-help): Use it.
4784
4785 * window.el (shrink-window-if-larger-than-buffer): If face
4786 `mode-line' has a :box, and we're on a graphical frame, add 1
4787 to the needed window height.
4788
4789 * frame.el (frame-notice-user-settings): Add a last parameter nil
4790 to a call to `append', because the last list passed to `append' is
4791 not copied, and so subsequent calls to assq-delete-all will modify
4792 default-frame-alist.
4793
4794 * startup.el (fancy-splash-image): Change :type.
4795 (fancy-splash-head): Use an XBM image if appropriate.
4796 (command-line-1): Show splash screens in more cases.
4797
4798 * startup.el (fancy-splash-text): Don't quote faces.
4799
4800 * dired.el (dired-font-lock-keywords): Undo last change.
4801 (dired-readin): Bind indent-tabs-mode to nil.
4802
4803 * startup.el (fancy-splash-head): If frame's background mode
4804 is `dark', change the black background of the image to gray.
4805 (fancy-splash-screens): Display startup echo area message.
4806 (display-startup-echo-area-message): New function.
4807
4808 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4809
4810 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4811
4812 * info.el (info-header-node): Tweak for color ttys.
4813
4814 * faces.el (face-valid-attribute-values): Make sure directories we
4815 search for stipples both exist and are readable before trying to
4816 search them.
4817
4818 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4819 in the dry-run case.
4820
4821 * jka-compr.el (with-auto-compression-mode): New macro.
4822
4823 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4824 (custom-group-tag-face, custom-variable-tag-face): Use relative
4825 :height and inherit from `variable-pitch' face instead of
4826 hardwiring :family.
4827 * hi-lock.el (hi-black-hb): Likewise.
4828
4829 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4830 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4831 toolbar-add-item, if image doesn't have a mask add a `:mask
4832 heuristic'.
4833
4834 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4835
4836 * diff-mode.el: Docstring fixes.
4837 (diff-header-face, diff-comment-face): New faces.
4838 (diff-font-lock-keywords): Highlight a bit differently.
4839 (diff-find-source-location): Don't return SPAN any more.
4840 (diff-hunk-text): Don't bother erasing the temp buffer.
4841 (diff-find-text): Drop argument LINE.
4842 (diff-apply-hunk): Update calls to diff-find-text.
4843 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4844
4845 * calendar/calendar.el: Docstring fixes.
4846 (calendar-make-alist): Don't quote lambda.
4847 (calendar-star-date): Use make-local-variable.
4848
4849 2000-09-19 Dave Love <fx@gnu.org>
4850
4851 * toolbar/tool-bar.el: Renamed from toolbar.el.
4852 Change `toolbar' to `tool-bar' generally in symbols.
4853 Make some items invisible in `special' major modes.
4854 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4855 Add arg PROPS.
4856
4857 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4858 Add :version here.
4859 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4860
4861 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4862
4863 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
4864
4865 * files.el (find-file-suppress-same-file-warnings): New user-option.
4866 (find-file-noselect): Use it.
4867
4868 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
4869 (fancy-splash-screen): Defgroup.
4870
4871 * add-log.el (change-log-font-lock-keywords): Match names
4872 more exactly for the case that font-lock-constant-face is
4873 underlined.
4874
4875 2000-09-19 Richard M. Stallman <rms@gnu.org>
4876
4877 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
4878
4879 2000-09-19 Andre Spiegel <spiegel@gnu.org>
4880
4881 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4882
4883 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4884
4885 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4886 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4887 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4888 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4889 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4890 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4891 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4892 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4893 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4894 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4895 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
4896 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
4897
4898 * startup.el (fancy-splash-text): New variable.
4899 (fancy-splash-delay, fancy-splash-image): New user-options.
4900 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4901 (fancy-splash-screens): New functions.
4902 (command-line-1): If display has a `display' frame parameter, has
4903 colors, and we have XPM support, show more fancy splash screens.
4904
4905 2000-09-19 Dave Love <fx@gnu.org>
4906
4907 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4908 with null `help'. Use modern backquote syntax.
4909
4910 2000-09-19 Gerd Moellmann <gerd@gnu.org>
4911
4912 * font-lock.el (font-lock-mode): Change message telling the user
4913 that ``the buffer is too big''.
4914
4915 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4916 for instance for the case that tab-width is 2.
4917
4918 2000-09-18 Gerd Moellmann <gerd@gnu.org>
4919
4920 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4921 toolbar-add-item, if image doesn't have a mask add a `:mask
4922 heuristic'.
4923
4924 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4925
4926 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4927 and return a cons if it's non-nil.
4928 (diff-apply-hunk): Try to jump to the line in the source text
4929 corresponding to the position of point in the in the hunk.
4930
4931 * info.el (Info-title-3-face, Info-title-2-face)
4932 (Info-title-1-face): Use face inheritance and relative sizes
4933 instead of hard-wiring things.
4934
4935 * faces.el (secondary-selection): Make dark-background variant sane.
4936
4937 2000-09-16 Andrew Innes <andrewi@gnu.org>
4938
4939 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4940 read-only, since they aren't under VC now.
4941
4942 2000-09-17 Dave Love <fx@gnu.org>
4943
4944 * tmm.el: Replace mapcar with mapc in several places.
4945
4946 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4947 ad-unadvise.
4948
4949 * international/latin1-disp.el: New file.
4950
4951 * calendar/cal-move.el (scroll-calendar-left)
4952 (scroll-calendar-right): Make arg optional (for active mode line).
4953
4954 * calendar/calendar.el (calendar-mode-line-format): Make fields
4955 mouse-sensitive.
4956 (calendar-read-date, calendar-read-date, calendar-window-list):
4957 Unquote lambda.
4958 (calendar-month-name): Use aref, not sref.
4959
4960 * view.el (minor-mode-alist): Propertize the string.
4961
4962 * international/characters.el (standard-case-table): Add entries
4963 for Greek.
4964
4965 2000-09-18 Miles Bader <miles@gnu.org>
4966
4967 * info.el (info-node, info-xref): Add dark-background variants.
4968
4969 * faces.el (header-line): Change defaults to be less confusing
4970 when mixed with mode-lines.
4971
4972 * info.el (Info-fontify-node): Make a few cleanups.
4973 Add extra `help-echo' and `local-map' props to node xrefs.
4974 Use header-specific faces for node-names & xrefs.
4975 (Info-use-header-line): New variable.
4976 (info-header-xref, info-header-node): New faces.
4977 (Info-setup-header-line): New function.
4978 (Info-select-node): Call Info-setup-header-line when enabled.
4979 (Info-extract-pointer): Work even if the header line is hidden.
4980 (Info-header-line): New variable.
4981
4982 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4983
4984 * vms-patch.el (print-region-function): Don't quote lambda.
4985
4986 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4987
4988 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4989 (lm-get-header-re): Allow spaces between the header and the colon.
4990 (lm-header): Allow $ in non-RCS headers.
4991 (lm-header-multiline): Put the strings back into order.
4992 Stop at an empty line. Don't require two space chars if the
4993 line is clearly not another header line.
4994
4995 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4996 (popup-menu-popup): Remove.
4997
4998 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4999
5000 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5001 specification if or if not tool-bar item contains an `:enabled'
5002 property.
5003
5004 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5005 current buffer has no file name.
5006
5007 2000-09-15 Dave Love <fx@gnu.org>
5008
5009 * strokes.el: Sync with maintainer's current version with changes
5010 for Emacs, but avoid runtime cl and levents.
5011 (toplevel): Change autoloads and compilation requires.
5012 (strokes-version, strokes-bug-address, strokes-lift): Values
5013 changed.
5014 (strokes-xpm-header, strokes-insinuated): New variable.
5015 (strokes): Add :link.
5016 (strokes-mode): Customized.
5017 (strokes-while-inhibiting-garbage-collector): New macro.
5018 (strokes-remassoc): Avoid remove-if.
5019 (strokes-fix-button2-command): Don't use ad-do-it.
5020 (strokes-insinuate): New function.
5021 (strokes-button-press-event-p, strokes-button-release-event-p):
5022 New functions, used instead of non-`strokes-' versions..
5023 (strokes-mouse-event-p): Rewritten.
5024 (strokes-event-closest-point): Avoid event-point.
5025 (strokes-get-grid-position): Avoid cdadr, caadr
5026 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5027 functions.
5028 (strokes-help): Use with-output-to-temp-buffer.
5029 (strokes-window-configuration-changed-p): New function.
5030 (strokes-update-window-configuration): Use buffer-live-p,
5031 strokes-window-configuration-changed-p.
5032 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
5033 (strokes-char-face): New face.
5034 (strokes-char-table, strokes-base64-chars): New variable.
5035 (strokes-xpm-for-stroke, strokes-list-strokes)
5036 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5037 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5038 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5039 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5040 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5041 functions.
5042
5043 2000-09-15 Gerd Moellmann <gerd@gnu.org>
5044
5045 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5046
5047 * image.el (create-image): Doc fix.
5048
5049 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5050 instead of `:heuristic-mask t'.
5051
5052 2000-09-14 Andrew Innes <andrewi@gnu.org>
5053
5054 * makefile.w32-in: Revert to Unix line endings.
5055
5056 2000-09-14 Andrew Innes <andrewi@gnu.org>
5057
5058 * makefile.w32-in: Add bootstrap support. Also copy lisp source
5059 when installing.
5060
5061 * makefile.nt (DONTCOMPILE): Fix typo.
5062
5063 * shell.el (shell-write-history-on-exit): New function.
5064 (shell-dumb-shell-regexp): New custom variable.
5065 (shell-mode): Make shell-write-history-on-exit the process
5066 sentinel if shell name matches shell-dumb-shell-regexp.
5067
5068 * w32-fns.el: Comment out before-init-hook function which resets
5069 source-directory based; this breaks bootstrap.
5070
5071 2000-09-14 Dave Love <fx@gnu.org>
5072
5073 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5074 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5075 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5076 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5077 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5078 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5079 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
5080 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
5081 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5082
5083 * toolbar/toolbar.el: New.
5084
5085 * subdirs.el: Add toolbar.
5086
5087 2000-09-14 Gerd Moellmann <gerd@gnu.org>
5088
5089 * indent.el (indent-for-tab-command): Doc fix.
5090
5091 2000-09-14 Alex Schroeder <alex@gnu.org>
5092
5093 * ansi-color.el (ansi-colors): Doc change.
5094 (ansi-color-get-face): Simplified regexp.
5095 (ansi-color-faces-vector): Added more faces, doc change.
5096 (ansi-color-names-vector): Doc change.
5097 (ansi-color-regexp): Simplified regexp.
5098 (ansi-color-parameter-regexp): New regexp.
5099 (ansi-color-filter-apply): Doc change.
5100 (ansi-color-filter-region): Doc change.
5101 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5102 deal with zero length parameters.
5103 (ansi-color-apply-on-region): Doc change.
5104 (ansi-color-map): Doc change.
5105 (ansi-color-map-update): Removed debugging message.
5106 (ansi-color-get-face-1): Added condition-case to trap
5107 args-out-of-range errors.
5108 (ansi-color-get-face): Doc change.
5109 (ansi-color-make-face): Removed.
5110 (ansi-color-for-shell-mode): New option.
5111
5112 2000-09-13 Kenichi Handa <handa@etl.go.jp>
5113
5114 * international/quail.el (quail-start-translation): Translate KEY
5115 if necessary even if it doesn't have any mapping in the current
5116 input method.
5117 (quail-start-conversion): Likewise.
5118 (quail-help): The output message is improved.
5119
5120 2000-09-13 Miles Bader <miles@gnu.org>
5121
5122 * comint.el (comint-output-filter): Revert to using
5123 `insert-before-markers'. Add bletcherous hack to undo damage
5124 caused by `insert-before-markers'. Put `front-sticky' property on
5125 overlays created here so that the field code understands how the
5126 overlay works. Use a let when making comint-last-prompt-overlay,
5127 so that the code is easier to read.
5128
5129 2000-09-13 Dave Love <fx@gnu.org>
5130
5131 * wid-edit.el (widget-default-format-handler): DTRT when
5132 doc-property is a function.
5133
5134 2000-09-12 Francesco Potorti` <pot@gnu.org>
5135
5136 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5137 filed name if it's not there.
5138
5139 2000-09-12 Dave Love <fx@gnu.org>
5140
5141 * simple.el (read-mail-command): Doc fix.
5142 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5143
5144 * vc.el (vc-dired-listing-switches): Fix :version.
5145
5146 * vc-hooks.el: Doc fixes.
5147
5148 * subr.el (add-minor-mode): Use toggle-fun arg.
5149
5150 * speedbar.el: Add :version to several defcustoms.
5151
5152 * imenu.el (imenu--truncate-items, imenu--cleanup)
5153 (imenu--generic-function): Avoid mapcar.
5154 (imenu--replace-spaces): Function removed.
5155 (imenu--completion-buffer): Use subst-char-in-string.
5156 (imenu-add-to-menubar): Use keymap inheritance.
5157
5158 2000-09-12 Miles Bader <miles@gnu.org>
5159
5160 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5161 (diff-mode-map): Bind `diff-test-hunk'.
5162 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5163
5164 2000-09-11 Gerd Moellmann <gerd@gnu.org>
5165
5166 * bytecomp.el (byte-compile-defvar): Undo last change
5167 because it breaks '(make-variable-buffer-local (defvar ...)'
5168 which is used at least in dired.
5169
5170 2000-09-12 Kenichi Handa <handa@etl.go.jp>
5171
5172 * international/quail.el (quail-define-package): Docstring
5173 modified.
5174
5175 2000-09-12 Kenichi Handa <handa@etl.go.jp>
5176
5177 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5178 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5179 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
5180 docstring of "chinese-py".
5181
5182 * international/quail.el (quail-translation-docstring): New
5183 variable.
5184 (quail-show-keyboard-layout): Docstring modified.
5185 (quail-select-current): Likewise.
5186 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5187 infinite recursive call.
5188 (quail-help): Check quail-translation-docstring. Format of the
5189 output changed.
5190 (quail-help-insert-keymap-description): Adjusted for the above
5191 change.
5192
5193 2000-09-11 Gerd Moellmann <gerd@gnu.org>
5194
5195 * bytecomp.el (byte-compile-defvar): Only cons onto
5196 current-load-list in top-level forms. Else this leaks a cons cell
5197 every time a defun is called.
5198
5199 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
5200
5201 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5202 Now understands non-unified diffs. Some functionality moved into
5203 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
5204 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
5205 modify anything. Only reposition point in the patched file if the
5206 patch succeeds. Only pop up another window if POPUP is true.
5207 Emit a message describing what happened if successful, and at what
5208 line-offset. Automatically detect reversed hunks and do something
5209 appropriate.
5210 (diff-hunk-text, diff-find-text): New functions.
5211 (diff-filter-lines): Function removed.
5212 (diff-test-hunk): New function.
5213 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5214
5215 2000-09-10 Dave Love <fx@gnu.org>
5216
5217 * textmodes/tildify.el: Minor doc/commentary fixes.
5218 (tildify) <defgroup>: Add :version.
5219
5220 * faces.el (face-x-resources): Make custom type more specific.
5221 (frame-background-mode): Use mapc.
5222 (region) <defcustom>: Add :version.
5223
5224 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5225
5226 * vc-sccs.el (vc-sccs-register):
5227 * vc-rcs.el (vc-rcs-register):
5228 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5229 * vc.el (vc-register): Clear file's properties.
5230
5231 2000-09-08 Gerd Moellmann <gerd@gnu.org>
5232
5233 * faces.el (face-spec-set): Only face-spec-reset-face when
5234 ATTRS is non-nil.
5235
5236 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5237
5238 * help.el (help-insert-xref-button): Fix a typo in doc string.
5239
5240 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5241
5242 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5243 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
5244 methods.
5245
5246 * menu-bar.el (read-mail-item-name): New function.
5247 (menu-bar-tools-menu): Use it to compute and display the package
5248 used to read email.
5249 (menu-bar-tools-menu): Fix typo in GUD's help string.
5250
5251 2000-09-07 Dave Love <fx@gnu.org>
5252
5253 * diff-mode.el (diff-mouse-goto-source): New function.
5254
5255 * vc-sccs.el: Doc fixes.
5256 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
5257
5258 * vc-rcs.el: Doc fixes.
5259 (vc-rcs-register-switches, vc-rcs-checkin-switches)
5260 (vc-rcs-checkout-switches, vc-rcs-header)
5261 (vc-rcs-master-templates): Add or change :version.
5262
5263 * vc-cvs.el: Doc fixes.
5264 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
5265 (vc-cvs-stay-local): Add :version.
5266
5267 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
5268
5269 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5270
5271 * international/quail.el (quail-help): Fix previous change.
5272
5273 2000-09-07 Gerd Moellmann <gerd@gnu.org>
5274
5275 * faces.el (color-values): Doc fix.
5276
5277 * faces.el (frame-set-background-mode): Use frame-parameter
5278 instead of frame-parameters.
5279
5280 * frame.el (filtered-frame-list): Reduce consing.
5281 (frames-on-display-list): Call frame-parameter instead of
5282 frame-parameters.
5283
5284 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5285
5286 * language/devan-util.el (devanagari-to-indian-region): In the
5287 loop, change the following char, not preceding char.
5288
5289 2000-09-07 Gerd Moellmann <gerd@gnu.org>
5290
5291 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5292 instead of frame-parameters.
5293
5294 * faces.el (set-face-attribute): Simplify by calling
5295 internal-set-lisp-face-attribute with FRAME being 0.
5296
5297 * vc.el: Remove `Id' version control keyword.
5298
5299 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5300
5301 * help.el (help-make-xrefs): Adjusted for the change of
5302 help-xref-mule-regexp.
5303 (help-insert-xref-button): New function.
5304
5305 * international/mule-cmds.el (help-xref-mule-regexp-template):
5306 Include the pattern for character set.
5307 (leim): New group.
5308
5309 * international/quail.el: Don't require face.
5310 (quail): New group.
5311 (quail-other-command): Dummy command to make quail-help work better.
5312 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5313 (quail-keyboard-layout-substitution): New variable.
5314 (quail-update-keyboard-layout): New function.
5315 (quail-keyboard-layout-type): New customizable variable.
5316 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5317 (quail-keyboard-translate): Pay attention to
5318 quail-keyboard-layout-substitution.
5319 (quail-insert-kbd-layout): New function.
5320 (quail-show-keyboard-layout): New function.
5321 (quail-get-translation): If the definition is a vector of length
5322 1, and the element is a string of length 1, return the character
5323 in that string.
5324 (quail-update-current-translations): Fix the case of
5325 relative-index out of range.
5326 (quail-build-decode-map, quail-insert-decode-map): New Functions.
5327 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
5328 Show key sequences for all available characters.
5329 (quail-help-insert-keymap-description): Don't show such verbose
5330 key bindings as quail-self-insert-command.
5331
5332 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5333 Format changed, and each element now have extra documentations.
5334 (tit-process-header): Delete invalid characters from TIT-PROMPT.
5335 Adjusted for the change of quail-cxterm-package-ext-info.
5336
5337 2000-09-06 Gerd Moellmann <gerd@gnu.org>
5338
5339 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5340 requiring it leads to a recursive loading of vc.el and vc-hooks.el
5341 during bootstrap.
5342
5343 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5344
5345 * vc.el: (toplevel): Don't require `dired' at run-time.
5346 (vc-dired-resynch-file): Remove autoload cookie.
5347
5348 2000-09-05 Andre Spiegel <spiegel@gnu.org>
5349
5350 * vc.el: Made several backend functions optional.
5351 (vc-default-responsible-p): New function.
5352 (vc-merge): Use RET for first version to trigger merge-news, not
5353 prefix arg.
5354 (vc-annotate): Handle backends that do not support annotation.
5355 (vc-default-merge-news): Removed. The existence of a merge-news
5356 implementation is now checked on caller sites.
5357
5358 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
5359 case.
5360
5361 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
5362 special case that has been removed from the default in vc-hooks.el.
5363
5364 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5365
5366 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5367
5368 2000-09-05 Andre Spiegel <spiegel@gnu.org>
5369
5370 * vc-hooks.el: Require vc during compilation.
5371 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5372 macro `with-vc-properties' in vc.el.
5373 (vc-file-getprop): Doc fix.
5374 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
5375
5376 * vc.el: Require dired-aux during compilation.
5377 (vc-name-assoc-file): Moved to vc-sccs.el.
5378 (with-vc-properties): New macro.
5379 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
5380 vc-finish-steal): Use it.
5381 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5382 to the backend-specific function is now supposed to do the checkout,
5383 too.
5384 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5385
5386 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
5387 set file properties; that gets done in the generic code now.
5388
5389 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5390 Changed parameter list, added code from vc.el that does the
5391 checkout, possibly with a double-take.
5392
5393 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5394 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5395 the above under the new name.
5396 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5397 parameter list, added checkout command.
5398 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5399 properties; that gets done in the generic code now.
5400
5401 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5402
5403 * vc.el: Docstring fixes (courtesy of checkdoc).
5404
5405 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5406
5407 * vc.el (vc-checkout-writable-buffer-hook)
5408 (vc-checkout-writable-buffer): Remove.
5409 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5410 (vc-log-mode): Make it into a clean derived major mode.
5411 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5412 vc-log-mode if log-edit is not available.
5413 (vc-dired-mode-map): Don't set-keymap-parent yet.
5414 (vc-dired-mode): Do set-keymap-parent here.
5415 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5416
5417 2000-09-05 Gerd Moellmann <gerd@gnu.org>
5418
5419 * faces.el (set-face-attribute, face-spec-reset-face)
5420 (face-spec-set): Avoid consing by removing calls to `apply'.
5421
5422 * frame.el (frame-parameter): Move to C code.
5423
5424 2000-09-05 Dave Love <fx@gnu.org>
5425
5426 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5427 insert-before-markers-and-inherit. Now checked systematically!
5428
5429 2000-09-05 Alex Schroeder <alex@gnu.org>
5430
5431 * sql.el (sql-postgres): Use sql-postgres-options.
5432 (sql-postgres-options): New variable.
5433
5434 2000-09-05 Alex Schroeder <alex@gnu.org>
5435
5436 * sql.el (sql-mode-menu): Work around missing variable mark-active
5437 in XEmacs.
5438 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5439 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5440 compatibility.
5441
5442 2000-09-04 Gerd Moellmann <gerd@gnu.org>
5443
5444 * vc.el (vc-dired-resynch-file): Add autoload cookie.
5445
5446 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5447
5448 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5449
5450 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5451
5452 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5453 don't support anything else under SCCS yet.
5454
5455 * vc-hooks.el: Minor doc fixes.
5456
5457 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5458
5459 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5460 not necessary. If verbose in state `needs-patch', do the same as
5461 under `up-to-date'. When NOT verbose and `needs-patch', check out
5462 latest version instead of `merge-news'.
5463 (vc-next-action-dired): Don't mess with default-directory here; it
5464 breaks other parts of dired. It is the job of the
5465 backend-specific functions to adjust it temporarily if they need it.
5466 (vc-next-action): Remove a special CVS case.
5467 (vc-clear-headers): New optional arg FILE.
5468 (vc-checkin, vc-checkout): Set properties vc-state and
5469 vc-checkout-time properly.
5470 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
5471 (vc-print-log): Use new backend function `show-log-entry'.
5472 (vc-cancel-version): Do the checks in a different order. Added a
5473 FIXME concerning RCS-only code.
5474
5475 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5476 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5477
5478 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5479
5480 * vc-hooks.el (vc-default-mode-line-string): Show state
5481 `needs-patch' as a `-' too.
5482
5483 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5484
5485 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5486 (vc-default-could-register): New function.
5487 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5488 (vc-resynch-buffer): Call vc-dired-resynch-file.
5489 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5490 vc-resynch-buffer instead of vc-resynch-window.
5491 (vc-next-action-dired): Don't redisplay here, that gets done as a
5492 result of the individual file operations.
5493 (vc-retrieve-snapshot): Corrected prompt order.
5494
5495 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
5496
5497 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5498 as well.
5499 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5500 hostname regexps. Updated all callers.
5501 (vc-cvs-responsible-p): Handle directories as well.
5502 (vc-cvs-could-register): New function.
5503 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5504 properties up-to-date.
5505
5506 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5507 user whether to create one.
5508
5509 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5510
5511 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5512 check out a non-existing file.
5513
5514 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5515 workfile does not exist.
5516
5517 * vc.el (vc-version-diff): Use `require' to check for existence of
5518 diff-mode.
5519
5520 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5521
5522 * vc-cvs.el (vc-cvs-registered): Use new function
5523 vc-cvs-parse-entry to do the actual work.
5524
5525 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5526
5527 * vc-hooks.el (vc-find-backend-function): If function doesn't
5528 exist, return nil instead of error.
5529 (vc-call-backend): Doc fix.
5530
5531 * vc.el (vc-do-command): Doc fix.
5532 (vc-finish-logentry): When checking in from vc-dired, choose the
5533 right backend for logentry check.
5534 (vc-dired-mode-map): Inherit from dired-mode-map.
5535 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5536 simplified.
5537 (vc-dired-state-info): Removed, updated caller.
5538 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5539 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5540 (vc-dired-listing-switches): New variable.
5541 (vc-directory): Use it, instead of dired-listing-switches.
5542
5543 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5544 (vc-cvs-dir-state): New function.
5545 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
5546 (vc-cvs-parse-entry): New function, also to be used in
5547 vc-cvs-registered.
5548
5549 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5550
5551 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5552 *or* single-window-frames.
5553
5554 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5555
5556 * vc.el (vc-update-changelog): Split into generic part and default
5557 implementation. Doc string adapted.
5558 (vc-default-update-changelog): New function. Call the `rcs2log'
5559 script in exec-directory, to fix a long-standing nuisance.
5560
5561 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5562 simply signals an error.
5563
5564 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5565
5566 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5567 control-flow more clear and to avoid running `cvs' twice.
5568
5569 * vc.el (vc-next-action-on-file): Doc fix.
5570 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5571 (vc-print-log): Eval `file' before constructing the continuation.
5572
5573 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5574
5575 * vc.el (vc-next-action-on-file): Corrected several messages.
5576 (vc-merge): Add prefix arg `merge-news'; handle it.
5577
5578 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5579 is not reached. It is.
5580 (vc-cvs-merge): Set state to 'edited after merge.
5581 (vc-cvs-merge-news): Set workfile version to nil if not known.
5582 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5583
5584 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5585 via stdout. (Merge from main line.)
5586
5587 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5588
5589 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5590 detection.
5591
5592 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5593
5594 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5595 against kill-all-local-variables.
5596 (vc-log-edit): Don't save vc-parent-buffer any more.
5597 (vc-last-comment-match): Initialize to an empty string.
5598 (vc-post-command-functions): New hook.
5599 (vc-do-command): Run it.
5600 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5601 (vc-finish-logentry): Only add the comment to the ring if it's
5602 different from the last comment entered.
5603 (vc-new-comment-index): New function.
5604 (vc-previous-comment): Use it. Make the minibuffer message
5605 slightly less terse.
5606 (vc-comment-search-reverse): Make it work forward as well. Don't
5607 set vc-comment-ring-index if no match is found. Use
5608 vc-new-comment-index.
5609 (vc-comment-search-forward): Use vc-comment-search-reverse.
5610 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5611 define-derived-mode will do it for us. Bind `v' to a keymap that
5612 inherits from vc-prefix-map so that we can bind `vt' without
5613 binding C-x v t.
5614 (vc-retrieve-snapshot): Parenthesis typo.
5615
5616 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5617 to 1. Make sure to switch to *vc* before looking for an error
5618 message. Use vc-parse-buffer.
5619
5620 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5621
5622 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5623 and NAME.
5624 (vc-retrieve-snapshot): Split into two parts.
5625 (vc-default-retrieve-snapshot): New function.
5626
5627 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5628 (vc-cvs-retrieve-snapshot): New function (untested).
5629 (vc-cvs-stay-local): Default to t.
5630 (vc-cvs-remote-p): New function and property.
5631 (vc-cvs-state): Stay local only if the above is t.
5632 (vc-handle-cvs): Removed.
5633 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5634 done via vc-handled-backends now.
5635 (vc-cvs-header): Escape Id.
5636
5637 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5638
5639 * vc.el (vc-do-command): Remove unused commands.
5640 (vc-version-diff): Make sure default-directory ends with a slash.
5641 Move the window commands into a vc-exec-after.
5642 (vc-print-log): Move more of the code into the `vc-exec-after'.
5643
5644 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5645
5646 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5647 (vc-print-log): Search current revision from beginning of buffer.
5648 (vc-revert-buffer): Clear echo area after the diff is finished.
5649 (vc-prefix-map): Removed definition of "t" for terse display in vc
5650 dired.
5651 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5652 definition of "vt" for terse display.
5653 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5654
5655 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5656
5657 * vc.el (vc-exec-after): Avoid caddr.
5658
5659 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5660
5661 * vc.el (vc-exec-after): New function.
5662 (vc-do-command): Use it to add a termination message for async
5663 procs.
5664 (vc-checkout): Try to handle a missing-backend situation.
5665 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5666 of a directory with a backend using async diffs.
5667 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5668 present.
5669
5670 * vc-sccs.el (vc-sccs-state-heuristic): Use
5671 file-ownership-preserved-p.
5672
5673 * vc-rcs.el (vc-rcs-state-heuristic): Use
5674 file-ownership-preserved-p.
5675 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5676
5677 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5678
5679 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5680 vc-do-command.
5681
5682 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5683 when there are no changes.
5684
5685 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5686
5687 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5688
5689 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5690
5691 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5692
5693 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5694
5695 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5696 the `fset' outside of the defvar so that it works even if
5697 vc-prefix-map was already defined.
5698 (vc-setup-buffer): New function, split out of vc-do-command.
5699 (vc-do-command): Allow BUFFER to be t to mean `just use the
5700 current buffer without any fuss'.
5701 (vc-version-diff): Change the `diff' backend operation to just put
5702 the diff in the current buffer without erasing it. Always use
5703 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5704 shrink-window-if-larger-than-buffer.
5705 (vc-print-log): Change the `print-log' backend operation to just
5706 put the log in the current buffer without erasing it. Protect
5707 shrink-window-if-larger-than-buffer.
5708 (vc-update-change-log): Fix setd typo.
5709
5710 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5711 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5712
5713 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5714 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5715 CMP.
5716
5717 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5718 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5719 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5720
5721 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5722
5723 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5724 not possible, use vc-BACKEND-workfile-unchanged-p.
5725 (vc-default-workfile-unchanged-p): New function. Delegates to a
5726 full vc-BACKEND-diff.
5727
5728 * vc-hooks.el (vc-simple-command): Removed.
5729
5730 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5731 instead of vc-simple-command.
5732 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5733 avoid doing a diff when opening a file.
5734 (vc-rcs-state): Added check for unlocked-changes.
5735 (vc-rcs-header): Escape Id.
5736 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5737 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5738 version.
5739
5740 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5741 (vc-sccs-diff): Remove optional arg CMP.
5742 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5743 SCCS-specific function.
5744
5745 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5746 vc-simple-command.
5747
5748 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5749
5750 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5751 (with-vc-file, vc-merge): Use vc-editable-p.
5752 (vc-do-command): Remove unused var vc-file and fix the
5753 doubly-defined `status' var. Add a user message when starting an
5754 async command.
5755 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5756 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5757 Use with-current-buffer.
5758 (vc-buffer-sync): Use unless.
5759 (vc-next-action-on-file): If the file is 'edited by read-only,
5760 make it read-write instead of trying to commit.
5761 (vc-version-diff, vc-update-change-log): Use `setq
5762 default-directory' rather than `cd'.
5763 (vc-log-edit): Don't forget to set default-directory in the
5764 buffer.
5765
5766 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5767 (vc-sccs-state-heuristic): Use file-writable-p instead of
5768 comparing userids.
5769 (vc-sccs-checkout): Use `unless'.
5770
5771 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5772 of comparing userids.
5773 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5774 Simplify the logic by eliminating unreachable code.
5775 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5776 just do a recursive call if we need to retry.
5777 (vc-rcs-checkout): Handle the case where rcs is missing by making
5778 the buffer read-write if requested and re-signalling the error.
5779
5780 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5781
5782 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5783
5784 * vc-hooks.el (vc-handled-backends): Docstring change.
5785 (vc-ignore-vc-files): Mark obsolete.
5786 (vc-registered): Check vc-ignore-vc-files.
5787 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5788 vc-ignore-vc-files.
5789
5790 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5791
5792 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5793
5794 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5795 files since ange-ftp already has vc-registered return nil.
5796
5797 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5798 (vc-sccs-workfile-version): Use with-temp-buffer and new
5799 vc-parse-buffer and don't bother setting the property.
5800 (vc-sccs-add-triple): Use with-current-buffer and
5801 find-file-noselect.
5802 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5803
5804 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5805 derives from the old vc-parse-buffer but uses the revision number
5806 rather than the date (much easier to compare robustly).
5807 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5808 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5809 locking-user more directly. Check strict locking and set
5810 checkout-model appropriately.
5811 (vc-rcs-parse-locks): Remove.
5812 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5813 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5814 (vc-rcs-system-release): Use with-current-buffer and
5815 vc-parse-buffer.
5816 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5817
5818 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5819 (vc-simple-command): Docstring fix.
5820 (vc-registered): Align the way the file-handler is called with the
5821 way the function itself works.
5822 (vc-file-owner): Remove.
5823
5824 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5825 extraction of fields and call to file-attributes because of a
5826 temporary bug in rcp.el.
5827 (vc-cvs-fetch-status): Use with-current-buffer.
5828
5829 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5830
5831 * vc.el (vc-do-command): Use file-relative-name.
5832 (vc-responsible-backend): Use vc-backend if possible.
5833 (vc-create-snapshot): Improve the `interactive' spec. Add support
5834 for branches and dispatch to backend-specific `create-snapshot'.
5835 (vc-default-create-snapshot): New function, containing the bulk of
5836 the old vc-create-snapshot.
5837 (vc-retrieve-snapshot): Improve the interactive spec.
5838
5839 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5840 (vc-backend-hook-functions): Remove.
5841 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5842 (vc-backend): Reintroduce the test for `file = nil' now that I
5843 know why it was there (and added a comment to better remember).
5844
5845 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5846 code from vc-sccs-hooks.el.
5847 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5848 'vc anymore.
5849 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5850 and file-directory-p instead of file-exists-p.
5851 (vc-sccs-check-headers): Simplify the regexp.
5852
5853 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5854 from vc-rcs-hooks.el. Don't require 'vc anymore.
5855 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5856 file-directory-p instead of file-exists-p.
5857
5858 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5859 from vc-cvs-hooks.el.
5860 (proto vc-cvs-registered): Require 'vc-cvs instead of
5861 'vc-cvs-hooks. Don't require 'vc anymore.
5862 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5863 file-directory-p instead of file-exists-p.
5864 (vc-cvs-create-snapshot): New function, replacing
5865 vc-cvs-assign-name.
5866 (vc-cvs-assign-name): Remove.
5867
5868 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5869
5870 * vc-cvs.el (vc-cvs-header): New var.
5871
5872 * vc-rcs.el (vc-rcs-exists): Remove.
5873 (vc-rcs-header): New var.
5874
5875 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5876 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5877 (vc-sccs-header): New var.
5878
5879 * vc.el (vc-do-command): Get rid of the `last' argument.
5880 (vc-header-alist): Remove, replaced by vc-X-header.
5881 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5882 (vc-dired-hook): Use expand-file-name instead of concat.
5883 (vc-directory): Use file-name-as-directory.
5884 (vc-snapshot-precondition, vc-create-snapshot)
5885 (vc-retrieve-snapshot): Allow the command to operate on any
5886 directory.
5887
5888 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5889 just removing the 'WORKFILE argument or by removing the 'MASTER
5890 argument and replacing `file' with (vc-name file).
5891
5892 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5893
5894 * vc.el: Update Copyright and add a crude list of backend funs.
5895 (vc-writable-p): New function.
5896 (with-vc-file): Use vc-writable-p.
5897 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
5898 (vc-register): Avoid vc-name.
5899 (vc-locking-user): Remove.
5900 (vc-steal-lock): Make the `owner' arg non-optional.
5901 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5902 vc-checkout-model.
5903 (vc-default-dired-state-info): Use vc-state instead of
5904 vc-locking-user and return special strings for special states.
5905 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5906 and get rid of one of the special CVS cases.
5907 (vc-cancel-version): prettify error message with \\[...].
5908 (vc-rename-master): New function.
5909 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5910 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5911 the CVS special case generic.
5912 (vc-default-record-rename): Remove.
5913 (vc-file-tree-walk-internal): Only call FUNC for files that are
5914 under control of some VC backend and replace `concat' with
5915 expand-file-name.
5916 (vc-file-tree-walk): Update docstring.
5917 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5918 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5919
5920 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5921 vc-sccs-record-rename. Use `find-file-noselect' rather than
5922 `find-file' and call `vc-rename-master' to do the actual move.
5923 (vc-sccs-diff): Remove unused `backend' variable.
5924
5925 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5926 to delay loading of vc-sccs until it is really used.
5927 (vc-sccs-master-templates): Preload.
5928 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5929 (vc-sccs-project-dir): Remove (merged into
5930 vc-sccs-search-project-dir).
5931 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5932 rather than `concat', make sure it is preloaded and don't bother
5933 to check that the file actually exists.
5934 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5935 `locks' argument (use buffer's content instead) and eliminate n^2
5936 behavior.
5937
5938 * vc-rcs.el: Update Copyright.
5939 (vc-rcs-rename-file): New function.
5940 (vc-rcs-diff): Remove unused `backend' variable.
5941
5942 * vc-hooks.el: Update Copyright.
5943 (vc-backend): Don't accept a nil argument any more.
5944 (vc-up-to-date-p): Turn into a defsubst.
5945 (vc-possible-master): New function.
5946 (vc-check-master-templates): Use `vc-possible-master' and allow
5947 funs in vc-X-master-templates to return a non-existent file.
5948
5949 * vc-cvs.el: Update Copyright.
5950 (vc-cvs-diff): Remove unused `backend' variable.
5951 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
5952
5953 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5954
5955 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5956
5957 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5958 since it can be called from vc-rcs.el.
5959 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5960
5961 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5962
5963 * vc.el (vc-version-diff): Expand file name read from the
5964 minibuffer. Handle the case when a previous version number can't
5965 be guessed. Give suitable messages when there were no differences
5966 found.
5967 (vc-clear-headers): Call backend-specific implementation, if one
5968 exists.
5969 (vc-cancel-version): Made error checks generic. When done, clear
5970 headers generically, too.
5971
5972 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5973 from vc-clear-headers in vc.el.
5974
5975 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5976 correctly.
5977 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5978 optional. Handle the case when it's not there.
5979
5980 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5981
5982 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5983
5984 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5985
5986 * vc-hooks.el (vc-loadup): Remove.
5987 (vc-find-backend-function): Use `require'. Also, handle the case
5988 where vc-BACKEND-hooks.el doesn't exist.
5989 (vc-call-backend): Cleanup.
5990
5991 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5992
5993 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5994 vc-rcs-grab-templates)
5995 (vc-rcs-registered): Remove. The default function works as well.
5996 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5997 vc-sccs-grab-templates)
5998 (vc-sccs-registered): Remove. The default function works as well.
5999
6000 * vc.el (vc-version-diff): Left out a vc- in call to
6001 vc-call-backend.
6002 (vc-default-dired-state-info, vc-default-record-rename)
6003 (vc-default-merge-news): Update for the new backend argument.
6004
6005 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6006 using the default function.
6007 (vc-call-backend): If calling the default function, pass it the
6008 backend as first argument. Update the docstring accordingly.
6009 (vc-default-state-heuristic, vc-default-mode-line-string): Update
6010 for the new backend argument.
6011 (vc-make-backend-sym): Renamed from vc-make-backend-function.
6012 (vc-find-backend-function): Use the new name.
6013 (vc-default-registered): New function.
6014
6015 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6016
6017 * vc.el (vc-merge): Use vc-find-backend-function.
6018
6019 * vc-hooks.el (vc-backend-functions): Remove.
6020 (vc-loadup): Don't setup 'vc-functions.
6021 (vc-find-backend-function): New function.
6022 (vc-call-backend): Use above fun and populate 'vc-functions
6023 lazily.
6024 (vc-backend-defines): Remove.
6025
6026 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6027
6028 * vc.el (vc-register): Put a FIXME note for a newly found bug.
6029 Call vc-call-backend without the leading vc-.
6030 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6031 (vc-check-headers): Call vc-call-backend without the leading vc-.
6032 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
6033 (vc-annotate-display): Replace confusing use of `cond' with `or'.
6034 Call vc-call-backend without the leading vc-.
6035
6036 * vc-cvs.el (tail): Provide vc-cvs.
6037 * vc-sccs.el (tail): Provide vc-sccs.
6038 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6039
6040 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6041 (vc-make-backend-function, vc-call): Pass names without leading
6042 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
6043 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6044 (vc-call-backend): Always try to load vc-X-hooks.
6045 (vc-registered): Remove vc- in call to vc-call-backend.
6046
6047 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6048
6049 * vc.el (vc-process-filter): New function.
6050 (vc-do-command): Setup `vc-process-filter' for the async process.
6051 (vc-maybe-resolve-conflicts): New function to reduce
6052 code-duplication. Additionally, it puts the buffer in
6053 `smerge-mode' if applicable.
6054 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6055 calling `merge-news'.
6056 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
6057 (vc-log-edit): New function. Replacement for `vc-log-mode' by
6058 interfacing to log-edit.el.
6059 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6060 log-edit is available.
6061 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6062
6063 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6064
6065 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6066 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6067 defvar and the initialization.
6068 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6069
6070 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6071 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6072
6073 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
6074
6075 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6076
6077 * vc.el (vc-file-clear-masterprops): Removed.
6078 (vc-checkin, vc-revert-buffer): Removed calls to the above.
6079 (vc-version-diff): Use buffer-size without argument.
6080 (vc-register): Heed vc-initial-comment.
6081
6082 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6083 default branch.
6084
6085 * vc-rcs.el (vc-rcs-register): Parse command output to find master
6086 file name and workfile version.
6087 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6088
6089 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6090 vc-file-clear-masterprops.
6091
6092 * vc-sccs.el (vc-sccs-checkout): Removed call to
6093 vc-file-clear-masterprops. If writable, set vc-state to 'edited
6094 rather than user login name.
6095
6096
6097 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6098
6099 * vc.el (vc-workfile-unchanged-p): Remove unused argument
6100 `want-differences-if-changed' and simplify.
6101 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6102 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6103 output (which is invalid for async vc-diff) to decide whether to
6104 do the revert silently or not.
6105
6106 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6107
6108 * vc-hooks.el (vc-loadup): Load files quietly.
6109 (vc-call-backend): Oops, brain fart.
6110
6111 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6112
6113 * vc-cvs.el (vc-cvs-state): Typo.
6114 (vc-cvs-merge-news): Return the status code rather than the error msg.
6115
6116 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6117
6118 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6119 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6120 vc-state or vc-up-to-date-p.
6121 (vc-merge): Use vc-backend-defines to check whether merging is
6122 possible. Set state to 'edited after successful merge.
6123
6124 * vc-hooks.el (vc-locking-user): If locked by the calling user,
6125 return that name. Redocumented.
6126
6127 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6128
6129 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6130 new `vc-state' semantics.
6131 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6132 'vc-locking-user to the current user.
6133 (vc-merge): Inline vc-backend-merge. Comment out code that I
6134 don't understand and hence can't adapt to the new `vc-state' and
6135 `vc-locking-user' semantics.
6136 (vc-backend-merge): Remove.
6137
6138 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6139 rather than 'vc-locking-user.
6140
6141 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6142
6143 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6144 (vc-state): Don't use 'reserved any more. Just use the same
6145 convention as the one used for vc-<backend>-state where the
6146 locking user (as a string) is returned.
6147 (vc-locking-user): Update, based on the above convention. The
6148 'vc-locking-user property has disappeared.
6149 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
6150
6151 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6152 with a heuristic one.
6153 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6154 (vc-cvs-checkin): Do a trivial parse to set the state in case of
6155 error. That allows us to get to 'needs-merge even in the
6156 stay-local case. There's still no way to detect 'needs-patch in
6157 such a setup (or to force an update for that matter).
6158 (vc-cvs-logentry-check): Remove, the default works as well.
6159
6160 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6161
6162 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
6163
6164 * vc.el (vc-do-command): kill-all-local-variables, to reset any
6165 major-mode in which the buffer might have been put earlier. Use
6166 `remove' and `when'. Allow `okstatus' to be `async' and use
6167 `start-process' in this case.
6168 (vc-version-diff): Handle the case where the diff looks empty
6169 because of the use of an async process.
6170
6171 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6172
6173 * vc.el (vc-next-action-on-file): Removed optional parameter
6174 `simple'. Recompute state unconditionally.
6175 (vc-default-toggle-read-only): Removed.
6176
6177 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6178 (vc-toggle-read-only): Undid prev change.
6179
6180 * vc-cvs.el (vc-cvs-stay-local): Renamed from
6181 vc-cvs-simple-toggle. Redocumented.
6182 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6183 (vc-cvs-toggle-read-only): Removed.
6184
6185 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6186
6187 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
6188 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6189 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6190 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
6191 still is. So maybe it should be removed.
6192 (vc-head-version, vc-find-binary): Remove.
6193 (vc-recompute-state): Move from vc-hooks.el.
6194 (vc-next-action-on-file): Add a `simple' argument to allow
6195 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
6196 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6197 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
6198 (vc-dired-mode-map): Properly defvar it.
6199 (vc-print-log): Call log-view-mode if available.
6200 (small-temporary-file-directory): defvar instead of use boundp.
6201 (vc-merge-news): Moved to vc-cvs.el.
6202 (vc-default-merge-news): New function.
6203
6204 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6205 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6206 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6207 unknown `vc-latest-version' function. It should probably refer to
6208 vc-workfile-version or somesuch, but it's very unclear to me and I
6209 don't have SCCS to test things.
6210
6211 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6212 (vc-sccs-state-heuristic): Fix typo.
6213 (vc-sccs-workfile-unchanged-p): Add missing argument.
6214
6215 * vc-rcs.el: Require vc and vc-rcs-hooks.
6216 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6217 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6218 (vc-release-greater-or-equal-p): Move from vc.
6219 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6220 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6221 (vc-rcs-checkout): Add a missing `new-version' argument in the
6222 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
6223
6224 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6225 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6226 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6227 than the apparently unbound `workfile-version'.
6228
6229 * vc-hooks.el (vc-master-templates): Def the obsolete var.
6230 (vc-file-prop-obarray): Use `make-vector'.
6231 (vc-backend-functions): Add new hookable functions
6232 vc-toggle-read-only, vc-record-rename and vc-merge-news.
6233 (vc-loadup): If neither backend nor default functions exist, use
6234 the backend function rather than nil.
6235 (vc-call-backend): If the function if not bound yet, try to load
6236 the non-hook file to see if it provides it.
6237 (vc-call): New macro plus use it wherever possible.
6238 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6239 nor `vc-find-binary' since it's only called from
6240 vc-mistrust-permission which is only used once the backend is known.
6241 (vc-checkout-model): Fix parenthesis.
6242 (vc-recompute-state, vc-prefix-map): Move to vc.el.
6243
6244 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
6245 (vc-cvs-release, vc-cvs-system-release): Remove.
6246 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6247 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6248 status symbols.
6249 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6250 (vc-cvs-toggle-read-only): First cut at a function to allow a
6251 cvs-status-free vc-toggle-read-only.
6252 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6253 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6254 vc-cvs-status. Also set vc-state rather than vc-locking-user.
6255 (vc-cvs-checkout): Modify access rights directly if the user
6256 requested not to use `cvs edit'. And refresh the mode line.
6257
6258 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6259 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6260
6261 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6262
6263 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
6264 workfile' that got lost when the code was extracted from vc.el.
6265 And merged the tail with the rest of the code (not possible in the
6266 old vc.el where the tail was shared among all backends). And
6267 explicitly set the state to 'edited if `writable' is set.
6268
6269 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
6270 (vc-cvs-state): Be careful to return the value from
6271 vc-cvs-parse-state.
6272 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
6273 property but return it instead. Also be careful to handle a nil
6274 or "" `rev' when workfile is non-nil (it was handled properly when
6275 workfile was nil).
6276
6277 * vc.el: Removed those pesky unnecessary `(function' quotes.
6278 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6279 directly in the defvar.
6280 (vc-do-command): Bind inhibit-read-only so as to properly handle
6281 the case where the destination buffer has been made read-only.
6282 (vc-diff): Delegate to vc-version-diff in all cases.
6283 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
6284 (vc-annotate-mode-variables): Removed (code moved partly to
6285 defvars and partly to vc-annotate-add-menu).
6286 (vc-annotate-mode): Turned into a derived-mode.
6287 (vc-annotate-add-menu): Moved in code in
6288 vc-annotate-mode-variables.
6289 (vc-update-change-log): Use make-temp-file if available.
6290
6291 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
6292
6293 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6294 `vc-checkout-model' updated to `vc-cvs-update-model'.
6295
6296 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6297
6298 * vc.el (vc-next-action-on-file): Added handling of state
6299 `unlocked-changes'.
6300 (vc-checkout-carefully): Is now practically obsolete, unless the
6301 above is too slow to be enabled unconditionally.
6302 (vc-update-change-log): Fixed typo.
6303
6304 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6305
6306 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6307 Now handles state `unlocked-changes'.
6308 (vc-sccs-workfile-unchanged-p): New function, to support the above.
6309
6310 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6311
6312 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6313 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
6314 `unlocked-changes'.
6315 (vc-rcs-workfile-unchanged-p): Renamed from
6316 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
6317 function yet, but supposed to become one soon.
6318
6319 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6320 `vc-steal-lock'.
6321 (vc-call-backend): Changed error message.
6322 (vc-state): Added description of state `unlocked-changes'.
6323
6324 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6325
6326 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6327 always return t in CVS-controlled directories.
6328
6329 * vc.el (vc-responsible-backend): New function.
6330 (vc-register): Largely rewritten.
6331 (vc-admin): Removed (implementation moved into vc-register).
6332 (vc-checkin): Redocumented.
6333 (vc-finish-logentry): If no backend defined yet (because we are in
6334 the process of registering), use the responsible backend.
6335
6336 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6337 Updated function lists.
6338 (vc-call-backend): Fixed typo.
6339
6340 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6341 New functions.
6342 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6343 Removed query option. Redocumented.
6344
6345 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6346
6347 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6348
6349 * vc.el: Updated callers of `vc-checkout-required' to use
6350 `vc-checkout-model'.
6351
6352 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6353
6354 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
6355 stuff updated to reference this function instead of the old
6356 `vc-backend-release-p'.
6357
6358 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6359
6360 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6361 vc-checkout-model. Return appropriate values. Updated callers.
6362
6363 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6364
6365 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
6366 (vc-backend-revert): Function moved into `vc-revert';
6367 `vc-next-action' must be updated to accomodate this change.
6368 (vc-backend-steal): Function moved into `vc-finish-steal'.
6369 (vc-backend-logentry-check): Function moved into
6370 `vc-finish-logentry'.
6371 (vc-backend-printlog): Function moved into `vc-print-log'.
6372 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6373 (vc-backend-assign-name): Function moved into
6374 `vc-create-snapshot'.
6375
6376 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6377
6378 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
6379 Rename to vc-checkout-model. Return appropriate values.
6380 Update callers.
6381
6382 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
6383 to vc-checkout-model.
6384 (vc-checkout-required): Rename to vc-checkout-model.
6385 Re-implement and re-comment.
6386 (vc-after-save): Use vc-checkout-model.
6387
6388 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6389
6390 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6391 Update to use the vc-BACKEND-diff functions instead.
6392 `vc-diff' is now working.
6393
6394 * vc-rcs.el (vc-rcs-logentry-check): New function.
6395
6396 * vc-cvs.el (vc-cvs-logentry-check): New function.
6397
6398 * vc-sccs.el (vc-sccs-diff): Function changed name from
6399 `vc-backend-diff'. This makes `vc-diff' work.
6400
6401 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
6402 of functions possibly implemented in a vc-BACKEND library.
6403 (vc-checkout-required): Fix bug that caused an error to be
6404 signaled during `vc-after-save'.
6405
6406 * vc.el: Fix typo.
6407 This checkin is made with our new VC code base for the very first time.
6408 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
6409
6410 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6411 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6412
6413 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6414 updated to `vc-uses-locking'.
6415 (vc-checkout-required): Call to backend function.
6416 `vc-checkout-required' updated to `vc-uses-locking' instead.
6417
6418 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6419 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6420
6421 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
6422 to match the split into various backends.
6423 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
6424 (vc-retrieve-snapshot): Bug fix.
6425
6426 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6427
6428 * vc-sccs.el (vc-sccs-release): Doc fix.
6429
6430 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6431
6432 * vc.el (vc-next-action-on-file): Bug found and fixed.
6433 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6434 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6435
6436 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6437 (vc-rcs-checkout): Name space cleaned up. No more revision number
6438 crunching function names that are not prefixed with vc-rcs.
6439 (vc-rcs-checkout-model): Function added. References to
6440 `vc-checkout-model' replaced.
6441
6442 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6443
6444 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6445 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6446 still need to be split, and implemented for RCS).
6447
6448 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6449
6450 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6451
6452 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6453 required by the vc.el file.
6454
6455 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6456 required by the vc.el file.
6457 (vc-rcs-exists): Function added.
6458
6459 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6460 required by the vc.el file.
6461
6462 * vc.el (vc-admin): Updated to handle selection of appropriate
6463 backend. Current implementation is crufty and need re-thinking.
6464
6465 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6466
6467 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6468
6469 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6470 beginning of annotate buffers correctly.
6471
6472 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6473 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6474 functionality updated quite a lot to support multiple backends.
6475 Variables `vc-annotate-mode', `vc-annotate-buffers',
6476 `vc-annotate-backend' added.
6477
6478 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6479 `vc-annotate-difference' added to supported backend functions.
6480
6481 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6482
6483 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6484 Use with-temp-file instead of /bin/sh. Merged from mainline
6485
6486 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6487
6488 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6489
6490 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6491
6492 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6493
6494 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6495
6496 * vc-hooks.el: vc-state-heuristic added to
6497 vc-backend-hook-functions.
6498
6499 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6500
6501 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6502
6503 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6504 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
6505 state to `reserved'.
6506
6507 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6508 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6509
6510 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6511
6512 * vc-rcs-hooks.el: Implement new state model. Hardly anything
6513 untouched.
6514
6515 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
6516
6517 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
6518 if defined. (Merged from main line, slightly adapted.)
6519
6520 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6521 millenium problem (merged from mainline).
6522
6523 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6524
6525 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6526 part and moved the non-BACKEND stuff to vc.el.
6527
6528 * vc.el: Split the annotate feature into a BACKEND specific part
6529 and moved it from the vc-cvs.el file to this one.
6530
6531 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6532
6533 * vc-hooks.el: Implement new state model.
6534 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6535 (vc-locking-user): Simplify. Now only needed if the file is
6536 locked by somebody else.
6537 (vc-lock-from-permissions): Remove. Functionality is in
6538 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6539 (vc-mode-line-string): New name for former vc-status. Adapted.
6540 (vc-mode-line): Adapt to use the above. Remove optional parameter.
6541
6542 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6543 Various simplifications and adaptations all over the place.
6544
6545 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6546 Simplify and adapt the rest.
6547
6548 * vc.el (vc-resynch-window): Add TODO comment: check for
6549 interaction with view mode according to recent RCS change.
6550 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
6551
6552 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6553
6554 * vc.el: Convert the remaining function comments to docstrings.
6555
6556 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6557
6558 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6559 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6560 (vc-minor-part, vc-previous-version): Functions that operate and
6561 compare revision numbers got proper documentation. Comments added
6562 about their possible removal.
6563
6564 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6565
6566 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6567 the vc-backend.el files.
6568
6569 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6570
6571 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6572 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6573 (vc-rcs-previous-version): Functions added.
6574
6575 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6576
6577 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6578
6579 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6580
6581 * vc-hooks.el (vc-master-templates): Is really obsolete.
6582 Comment out the definition for now. What is the right procedure
6583 to get rid of it?
6584 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6585 rewritten.
6586 (vc-default-registered): Remove.
6587 (vc-check-master-templates): New function; does mostly what the
6588 above did before.
6589 (vc-locking-user): Don't rely on the backend to set the property.
6590
6591 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
6592 Rewrite documentation.
6593 (vc-rcs-templates-grabbed): New variable.
6594 (vc-rcs-grab-templates): New function.
6595 (vc-rcs-registered): Rewrite to use above mechanism.
6596
6597 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
6598 Rewrite documentation.
6599 (vc-sccs-templates-grabbed): New variable.
6600 (vc-sccs-grab-templates): New function.
6601 (vc-sccs-registered): Rewrite to use above mechanism.
6602 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6603 Don't throw the result, simply return it.
6604
6605 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6606 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6607 (vc-cvs-registered): Does the check itself now. Simplify.
6608
6609 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
6610 from main line.
6611
6612 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6613
6614 * vc-cvs.el (vc-cvs-diff): New function.
6615
6616 * vc-sccs.el (vc-sccs-diff): New function.
6617
6618 * vc-rcs.el (vc-rcs-diff): New function.
6619 (vc-rcs-checkout): Bug (typo) found and fixed.
6620 (vc-rcs-register-switches): New variable.
6621
6622 * vc.el (vc-backend-diff): Function removed and placed in the
6623 backend files.
6624
6625 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6626
6627 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6628
6629 * vc.el (vc-backend-checkout): Function removed and replaced in
6630 the vc-backend.el files.
6631
6632 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6633
6634 * vc.el (vc-backend-admin): Removed and replaced in the
6635 vc-backend.el files.
6636
6637 * vc.el (Martin): Removed all the annotate functionality since it
6638 is CVS backend specific.
6639
6640 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6641
6642 * spec.txt: Added specification of vc-state.
6643
6644 * vc-sccs-hooks.el (vc-sccs-master-properties):
6645 Remove handling of vc-latest-version and
6646 vc-your-latest-version. What used to be vc-latest-version, is now
6647 returned as vc-workfile-version.
6648 (vc-sccs-workfile-version): Adapt.
6649
6650 2000-09-04 Dave Love <fx@gnu.org>
6651
6652 * vc.el: [Merged from mainline.]
6653 (vc-dired-mode): Make the dired-move-to-filename-regexp
6654 regexp match the date, to avoid treating date as file size.
6655 Add YYYY S option to WESTERN/
6656
6657 2000-09-04 Dave Love <fx@gnu.org>
6658
6659 * vc.el: Require `compile' when compiling.
6660 (vc-logentry-check-hook): New option.
6661 (vc-steal-lock): Use compose-mail.
6662 (vc-dired-mode-map): Defvar when compiling.
6663 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6664 vc-sccs.el and renamed. Callers changed.
6665 (vc-backend-checkout, vc-backend-logentry-check)
6666 (vc-backend-merge-news): Doc fix.
6667 (vc-default-logentry-check): New function.
6668 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6669 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6670 (vc-backend-merge): Doc fix. Use backend functions.
6671 (vc-check-headers): Use backend functions.
6672
6673 * vc-cvs.el: Require vc when compiling.
6674 (vc-cvs-register-switches): Doc fix.
6675 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6676 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6677 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6678 New functions (code from vc.el).
6679 (vc-annotate-display-default): Fix interactive spec.
6680 (vc-annotate-time-span): Doc fix.
6681
6682 * vc-rcs.el: Require vc when compiling.
6683 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6684 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6685 (vc-rcs-checkin): New functions (code from vc.el).
6686 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6687 Doc fix.
6688 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6689
6690 * vc-sccs.el: Require vc when compiling.
6691 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6692 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6693 (vc-sccs-revert)
6694 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6695 from vc.el).
6696 (vc-sccs-add-triple, vc-sccs-record-rename)
6697 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6698 (vc-sccs-admin): Doc fix.
6699
6700 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6701
6702 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6703 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6704 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6705 from vc.el.
6706
6707 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6708
6709 * vc-cvs.el: Moved the annotate functionality from vc.el.
6710 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6711
6712 2000-09-04 Dave Love <fx@gnu.org>
6713
6714 * vc.el (vc-backend-release): Call vc-system-release.
6715
6716 * vc-sccs.el (vc-sccs-system-release):
6717 Renamed from vc-sccs-backend-release.
6718
6719 * vc-rcs.el (vc-rcs-system-release):
6720 Renamed from vc-rcs-backend-release.
6721
6722 * vc-cvs.el (vc-cvs-system-release):
6723 Renamed from vc-cvs-backend-release.
6724
6725 2000-09-04 Dave Love <fx@gnu.org>
6726
6727 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6728 backend files.
6729 (vc-backend-release): Dispatch to backend functions.
6730 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6731 probably needs attention.]
6732
6733 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6734 (vc-sccs-backend-release): New function.
6735
6736 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6737 (vc-cvs-backend-release): New function.
6738
6739 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6740 Doc fix.
6741 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6742 (vc-default-dired-state-info): New function.
6743 (vc-dired-state-info): Dispatch to backends.
6744 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6745
6746 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6747 from vc.el and renamed.
6748
6749 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6750
6751 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6752 (vc-version-other-window, vc-backend-assign-name): Removed
6753 references to vc-latest-version; sometimes changed into
6754 vc-workfile-version.
6755
6756 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6757 vc-rcs-master-workfile-version.
6758 (vc-rcs-workfile-version): Use the above. Don't call
6759 vc-latest-version (that was unreachable code, anyway).
6760 (vc-rcs-fetch-master-properties): Doc fix.
6761
6762 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6763 (vc-backend-hook-functions): Removed them from this list, too.
6764 (vc-fetch-properties): Removed.
6765 (vc-workfile-version): Doc fix.
6766
6767 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6768 (vc-rcs-workfile-version, vc-rcs-locking-user)
6769 (vc-rcs-uses-locking): Use it.
6770
6771 * vc-hooks.el (vc-consult-rcs-headers):
6772 Moved into vc-rcs-hooks.el, under the name
6773 vc-rcs-consult-headers.
6774
6775 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6776 headers.
6777 (vc-cvs-find-master): Use this name only; correct different
6778 versions of the name.
6779
6780 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6781 New functions.
6782 (vc-sccs-locking-user): Use the latter.
6783
6784 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6785 New functions.
6786
6787 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6788 Moved into both
6789 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6790 functions are implementation details of those two backends.
6791
6792 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6793
6794 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6795 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6796
6797 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6798 (vc-sccs-parse-locks): SCCS-specific code moved here from
6799 vc-hooks.
6800
6801 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6802 code moved here from vc-hooks.
6803
6804 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6805 into back-end specific parts and removed. Callers not updated
6806 yet; because I guess these callers will disappear into back-end
6807 specific files anyway.
6808
6809 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6810
6811 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6812 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6813 `vc-uses-locking'.
6814
6815 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6816 Store yes/no in the property, and return t/nil. Updated all
6817 callers.
6818
6819 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6820 vc-sccs-uses-locking. Don't set property.
6821 (vc-sccs-locking-user): Don't set property.
6822
6823 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6824 vc-cvs-uses-locking. Don't set property here; leave that to
6825 vc-hooks.
6826 (vc-cvs-locking-user): Reflect above change. Streamlined.
6827
6828 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6829 vc-rcs-uses-locking.
6830 (vc-rcs-locking-user): Reflect above change.
6831
6832 2000-09-04 Dave Love <fx@gnu.org>
6833
6834 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6835
6836 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6837
6838 * vc-hooks.el (vc-checkout-model): Punt to backends.
6839
6840 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6841
6842 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6843
6844 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6845 New functions.
6846
6847 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6848 New functions.
6849
6850 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6851 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6852
6853 * vc-hooks.el (vc-default-locking-user): New function.
6854 (vc-locking-user, vc-workfile-version): Punt to backends.
6855
6856 2000-09-04 Dave Love <fx@gnu.org>
6857
6858 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6859 (vc-master-workfile-version): Moved from vc-hooks.
6860
6861 * vc-rcs-hooks.el: Fix duplicate code in last change.
6862
6863 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6864 (vc-rcs-master-templates): Improve :type.
6865 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6866 vc-master-workfile-version): Moved from vc-hooks.
6867
6868 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6869 (vc-sccs-master-templates): Improve :type.
6870 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6871
6872 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6873
6874 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6875 (vc-cvs-master-templates): Improve :type. Use
6876 vc-cvs-find-cvs-master.
6877 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6878 from vc-hooks.
6879 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6880
6881 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6882 Moved to vc-cvs-hooks.
6883
6884 * vc-hooks.el: Add doc strings in various places. Simplify the
6885 minor mode setup.
6886 (vc-handled-backends): New user variable.
6887 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6888 simplification.
6889
6890 2000-09-04 Dave Love <fx@gnu.org>
6891
6892 * vc.el: Some doc fixes for autoloaded and interactive functions.
6893 Fix compilation warnings from ediff stuff.
6894 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6895
6896 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6897
6898 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6899
6900 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6901
6902 2000-09-04 Dave Love <fx@gnu.org>
6903
6904 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6905 New variable.
6906 (vc-make-backend-function, vc-loadup, vc-call-backend)
6907 (vc-backend-defines): New functions.
6908
6909 * vc-hooks.el: Various doc fixes.
6910 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6911 (vc-match-substring): Function removed. Callers changed to use
6912 match-string.
6913 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6914 Simplify.
6915
6916 2000-09-04 Dave Love <fx@gnu.org>
6917
6918 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6919 type.
6920 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6921 (vc-sccs-registered): Doc fix.
6922
6923 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6924 (vc-cvs-registered): Doc fix.
6925
6926 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6927 (vc-rcs-registered): Doc fix.
6928
6929 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6930
6931 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6932
6933 * vc-hooks.el: vc-registered has been renamed
6934 vc-default-registered. Some functions have been moved to the
6935 backend specific files. they all support the
6936 vc-BACKEND-registered functions.
6937
6938 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6939
6940 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6941
6942 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6943
6944 2000-09-04 Dave Love <fx@gnu.org>
6945
6946 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6947 menu-bar-update-hook.
6948
6949 * help.el (help-manyarg-func-alist): Add
6950 find-operation-coding-system.
6951
6952 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6953
6954 * custom.el (custom-set-variables): Print message about errors in
6955 setting.
6956
6957 2000-09-03 Andrew Innes <andrewi@gnu.org>
6958
6959 * makefile.w32-in: Change to DOS line endings.
6960
6961 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6962
6963 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6964 minor-mode keymaps, if they don't have one.
6965
6966 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6967
6968 * eshell/esh-module.el (eval-when-compile): Don't lose if
6969 esh-module.el's file name is truncated to DOS 8+3 limits.
6970
6971 2000-09-01 John Wiegley <johnw@gnu.org>
6972
6973 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6974 predicate, which caused entries in the completion list to be
6975 doubled.
6976
6977 2000-08-30 John Wiegley <johnw@gnu.org>
6978
6979 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6980 sending to subprocesses. Also, hook pre-command-hook if
6981 `eshell-send-direct-to-subprocesses' is non-nil.
6982 (eshell-send-direct-to-subprocesses): New config variable. If t,
6983 subprocess input is send immediately.
6984 (eshell-toggle-direct-send): New function.
6985 (eshell-self-insert-command): New function.
6986 (eshell-intercept-commands): New function.
6987 (eshell-send-input): If direct subprocess sending is enabled,
6988 don't echo any input to the Eshell buffer. Let the subprocess
6989 handle that. This requires "stty echo" in bash, for example.
6990
6991 2000-08-28 John Wiegley <johnw@gnu.org>
6992
6993 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6994 completion function for Eshell's implementation of `unset'.
6995
6996 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6997
6998 * info.el (Info-directory-list): Doc fix.
6999
7000 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7001
7002 * filecache.el (file-cache-add-directory-using-find): Don't quote
7003 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7004
7005 2000-08-31 Kenichi Handa <handa@etl.go.jp>
7006
7007 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7008 coding systems.
7009
7010 2000-08-30 Andrew Innes <andrewi@gnu.org>
7011
7012 * timer.el (run-with-idle-timer): Undo last change, so that timer
7013 is not activated immediately if Emacs is already idle. Some
7014 existing code relies on this behaviour.
7015
7016 2000-08-30 Miles Bader <miles@gnu.org>
7017
7018 * frame.el (set-frame-font): Do completion of font-name for
7019 interactive use.
7020
7021 2000-08-30 Kenichi Handa <handa@etl.go.jp>
7022
7023 * international/quail.el (quail-start-translation): Bind locally
7024 last-command-event, last-command, and this-command.
7025 (quail-start-conversion): Likewise.
7026 (quail-self-insert-command): Fix docstring.
7027
7028 2000-08-29 Gerd Moellmann <gerd@gnu.org>
7029
7030 * progmodes/executable.el
7031 (executable-make-buffer-file-executable-if-script-p): Check that
7032 buffer contains at least 2 characters.
7033
7034 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
7035
7036 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7037
7038 2000-08-29 Dave Love <fx@gnu.org>
7039
7040 * diff-mode.el (diff-mode) <defgroup>: Add :version.
7041 (diff-mode-shared-map): Bind mouse-2.
7042 (diff-imenu-generic-expression): New variable.
7043 (diff-mode): Use it.
7044
7045 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7046 (mouse-popup-menubar): Add minor mode menus.
7047 (popup-menu): Check for lookup-key returning number.
7048
7049 2000-08-29 Miles Bader <miles@gnu.org>
7050
7051 * comint.el (comint-send-input): Create overlays using the proper
7052 front/read-advance arguments.
7053
7054 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7055
7056 * ps-print.el: Even/odd pages printing. Doc fix.
7057 (ps-print-version): New version number (6.0).
7058 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7059 (ps-background, ps-begin-file, ps-begin-job): Code fix.
7060 (ps-print-duplex-feature): Variable eliminated.
7061 (ps-even-or-odd-pages): New variable.
7062
7063 * progmodes/ebnf2ps.el: Doc fix.
7064 (ebnf-version): New version (3.3).
7065 (ebnf-user-arrow): Change variable customization to sexp.
7066 (ebnf-user-arrow): Function eliminated.
7067 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
7068
7069 2000-08-29 Kenichi Handa <handa@etl.go.jp>
7070
7071 * help.el (help-xref-mule-regexp): New variable.
7072 (help-make-xrefs): Handle help-xref-mule-regexp.
7073
7074 * international/mule-cmds.el (help-xref-mule-regexp-template): New
7075 variable.
7076 (describe-input-method): Temporarily activate the specfied input
7077 method to display the information.
7078 (describe-language-environment): Hyperlinks to mule related items.
7079
7080 * international/mule-diag.el (charset-multibyte-form-string): New
7081 function.
7082 (list-character-sets-1): Use charset-multibyte-form-string.
7083 (describe-character-set): New function.
7084 (describe-coding-system): Hyperlinks to safe character sets.
7085
7086 * international/quail.el (quail-help): New arg PACKAGE.
7087 Hyperlinks to mule related items.
7088 (quail-help-insert-keymap-description): Use
7089 substitute-command-keys instead of describe-bindings.
7090 (quail-translation-help): Hyperlinks to mule related items.
7091
7092 2000-08-28 John Wiegley <johnw@gnu.org>
7093
7094 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7095 have a defsubst call itself. Made `eshell-flatten-list' back into
7096 a function again.
7097
7098 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7099 catch, in case re-centering point at bottom messes up the display.
7100 This happens frequently in Emacs 21, due I believe to variable
7101 line heights.
7102
7103 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7104 to call `find-tag-interactive'.
7105
7106 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7107 the list of remember directories.
7108
7109 2000-08-28 John Wiegley <johnw@gnu.org>
7110
7111 * align.el: Test align-region-separate to see if it's a symbol.
7112
7113 2000-08-28 John Wiegley <johnw@gnu.org>
7114
7115 * eshell/esh-util.el (eshell-flatten-list): Made this function
7116 into a defsubst form. It gets used very frequently, although
7117 calls don't occur all that often.
7118
7119 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7120 examining it.
7121
7122 * eshell/esh-cmd.el (eshell-rewrite-while-command):
7123 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7124 `eshell-protect'.
7125 (eshell-copy-handles): Created a new macro for duplicating the
7126 current set of open handles. This is needed by the looping
7127 functions.
7128 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7129 is not incorrectly stomped on.
7130
7131 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7132 declaration for pcomplete-use-paring.
7133 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7134 value of eshell-cmpl-use-paring.
7135 * pcomplete.el (pcomplete-use-paring): New config variable, to
7136 indicate whether paring should be used.
7137 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7138 completion alternatives that have already been used.
7139
7140 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7141 bound to C-c C-y, which will repeat the previous N arguments
7142 (based on prefix argument).
7143 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7144
7145 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7146 if there is no *Help* buffer. This is for XEmacs, which renames
7147 its help buffers uniquely. TODO: Find out what the current buffer
7148 name to delete is.
7149
7150 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7151 first entry that correlates to a passwd/group number. Later
7152 entries (used for group/user name aliasing to multiple IDs) are
7153 ignored.
7154
7155 * eshell/em-xtra.el (eshell/expr):
7156 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7157 (eshell-grep, eshell/diff, eshell/locate):
7158 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7159 argument list, before passing it to the system command.
7160
7161 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7162 `find-tag' for use at final position in Eshell buffers (which
7163 otherwise triggers an error on Emacs 21).
7164 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7165 buffer, if it is currently bound to `find-tag'.
7166
7167 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7168 in the list of matched Makefile names.
7169 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7170 directory, prefer its contents to Makefile.
7171
7172 * eshell/em-dirs.el (eshell/cd): cd commands that look up
7173 directory parts (like "cd old new", or "cd =regexp"), are now case
7174 sensitive on non-Windows/DOS platforms.
7175
7176 * eshell/esh-mode.el (eshell-parse-command-input): When a user
7177 types RET after an open delimiter (like "), display a message
7178 indicating that Eshell is waiting for the closing delimiter.
7179
7180 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7181 environment variables.
7182
7183 * eshell/em-unix.el (eshell/diff): Added logic to fail more
7184 gracefully if the user enters incorrect arguments.
7185
7186 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7187 Eshell buffers.
7188
7189 * eshell/esh-var.el (eshell-interpolate-variable):
7190 * eshell/esh-mode.el (eshell-move-argument):
7191 * eshell/em-unix.el (eshell-du-sum-directory):
7192 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7193 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7194 (not (= ...)).
7195
7196 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7197 to ensure the `preserve' flag gets propagated when doing recursive
7198 directory copies.
7199
7200 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
7201
7202 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7203 Don't convert \n into \0177 in memory.
7204 (eshell-read-history, eshell-write-history): Convert \n to \0177,
7205 and back again, when reading and writing.
7206
7207 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
7208
7209 * eshell/esh-util.el (eshell-processp): Added to relieve constant
7210 testing of `fboundp' on `processp'.
7211
7212 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7213 (eshell/jobs): Don't call process-list if it is not bound.
7214 (eshell-gather-process-output): Support systems where async
7215 subprocesses aren't supported.
7216 (eshell-scratch-buffer, eshell-last-sync-output-start): New
7217 variables.
7218
7219 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7220 eshell-do-eval returns t.
7221 (eshell-do-pipelines-synchronously): New defmacro.
7222 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7223 when async subprocesses aren't supported.
7224 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
7225 if async subprocesses aren't supported.
7226 (eshell-resume-command): Don't assume STATUS is a string.
7227
7228 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7229
7230 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7231 (eshell-close-target, eshell-get-target): Use eshell-processp.
7232 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7233 fix.
7234 (eshell-get-target, eshell-create-handles): Doc fix.
7235
7236 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
7237
7238 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
7239 criterion to include commands that output something, as long as it
7240 leaves both the command and the end-of-buffer visible when the
7241 command has exited.
7242 (eshell-review-quick-commands): Adjust the help doc string
7243 accordingly.
7244
7245 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
7246
7247 * locate.el (locate): Cleaned up locate command's interactive prompting
7248 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
7249
7250 * filecache.el (file-cache-case-fold-search): New variable
7251 (file-cache-assoc-function): New variable
7252 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7253 Use file-cache-case-fold-search variable
7254 (file-cache-add-file): Use file-cache-assoc-function
7255 (file-cache-delete-file): likewise
7256 (file-cache-directory-name): likewise
7257 (file-cache-debug-read-from-minibuffer): likewise
7258
7259 2000-08-28 Gerd Moellmann <gerd@gnu.org>
7260
7261 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7262 (abbrev-table-name): New function.
7263 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
7264 If non-nil list local abbrev, only.
7265
7266 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
7267
7268 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
7269 from Gnus support code, and use special article copy buffer
7270 `(gnus-original-article-buffer)' instead. This allows to get rid
7271 of article-hide-headers usage (which breaks in the latest Gnus
7272 version). Thanks to Detlev Zundel.
7273
7274 2000-08-28 Kenichi Handa <handa@etl.go.jp>
7275
7276 * international/quail.el (quail-use-package): Hide "... loaded"
7277 message.
7278 (quail-start-translation, quail-start-conversion): Likewise.
7279
7280 * international/kkc.el (kkc-region): Hide "... loaded" message.
7281
7282 2000-08-27 Dave Love <fx@gnu.org>
7283
7284 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7285
7286 2000-08-27 Miles Bader <miles@gnu.org>
7287
7288 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7289
7290 2000-08-27 Kenichi Handa <handa@etl.go.jp>
7291
7292 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7293 'ja-dic-cnv), not (require 'skkdic-cnv).
7294
7295 2000-08-26 Miles Bader <miles@gnu.org>
7296
7297 * faces.el (face-x-resources): Add entry for :inherit.
7298 * cus-face.el (custom-face-attributes): Add support for :inherit
7299 attribute. Add support for relative face heights.
7300 (custom-face-attributes-get): Treat `nil' as being a default value
7301 for :inherit (as well as `unspecified').
7302
7303 * faces.el (set-face-attribute): Update doc string.
7304 (face-attribute-name-alist): Add :inherit.
7305 (face-valid-attribute-values): Handle :inherit.
7306 (face-read-string): Rephrase prompt to be less confusing.
7307 Assume that DEFAULT is a string, since we must return a string.
7308 (face-read-integer): Use `format' to turn DEFAULT into an
7309 acceptable default for face-read-string. Match NEW-VALUE against
7310 the string "unspecified", not the symbol `unspecified', since
7311 that's what face-read-string returns.
7312 (read-face-attribute): Lookup a name for old-value in valid, and
7313 use it as a default if we find one. Treat all values from
7314 face-read-string as strings. If the default is used, don't do any
7315 more processing on the value, just use the old value directly.
7316 (read-face-and-attribute, modify-face): Tweak prompt.
7317 (read-face-name): Don't assume prompt ends with a space.
7318
7319 * faces.el (describe-face): Add support for :inherit attribute.
7320
7321 2000-08-25 Kenichi Handa <handa@etl.go.jp>
7322
7323 * terminal.el (terminal-emulator): Fix args to `concat'. Now
7324 concat doesn't accept interger.
7325
7326 * international/kkc.el: Remove SKK from Keywords. Require
7327 ja-dic-utl instead of skkdic-utl.
7328
7329 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7330 Provide ja-dic-cnv instead of skkdic-cnv.
7331 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
7332 (iso-2022-7bit-short): Add safe-charsets property.
7333 (skkdic-convert-postfix): Search Japanese chou-on character in
7334 addition to Hiragana character.
7335 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7336 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7337 (batch-skkdic-convert): Likewise.
7338
7339 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7340 Provide ja-dic-utl instead of skkdic-utl.
7341 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7342
7343 2000-08-24 Dave Love <fx@gnu.org>
7344
7345 * disp-table.el (standard-display-default): Make the test of `l'
7346 useful.
7347
7348 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7349 mod sample text.
7350
7351 * international/iso-ascii.el: Make pilcrow convenient string
7352 consistent with section.
7353 (iso-ascii-display): Set up multibyte characters as well as
7354 unibyte.
7355
7356 2000-08-24 Kenichi Handa <handa@etl.go.jp>
7357
7358 * international/mule-cmds.el (reset-language-environment): Set
7359 default-process-coding-system to '(undecided . iso-latin-1), which
7360 makes process I/O almost consistent with file I/O. Call this
7361 function when mule-cmds.el[c] is loaded.
7362
7363 2000-08-22 Andrew Innes <andrewi@gnu.org>
7364
7365 * makefile.w32-in: New file.
7366
7367 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7368
7369 * comint.el (comint-output-filter): Compare end of
7370 comint-last-output-overlay with the start of the newly inserted
7371 text, not the end, when deciding whether to extend it.
7372 Set saved-point's insertion type to advance after insertion.
7373
7374 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7375 since this is now done independently of font-lock mode.
7376
7377 2000-08-21 Gerd Moellmann <gerd@gnu.org>
7378
7379 * server.el (server-kill-new-buffers): New user option.
7380 (server-existing-buffer): New buffer-local variable.
7381 (server-visit-files): When using an existing buffer, set
7382 server-existing-buffer to t.
7383 (server-buffer-done): If server-kill-new-buffers is t, kill the
7384 buffer, unless it was already present before visiting it with
7385 Emacs server.
7386
7387 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7388
7389 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7390 even if the display doesn't support colors: some displays will
7391 support bold/underline faces.
7392
7393 2000-08-21 Gerd Moellmann <gerd@gnu.org>
7394
7395 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7396
7397 * startup.el (command-line): If user's init file had an error,
7398 add explanatory text to *Messages*.
7399
7400 2000-08-21 Kenichi Handa <handa@etl.go.jp>
7401
7402 * man.el (Man-getpage-in-background): Decode the process output by
7403 the system locale coding system.
7404
7405 2000-08-20 Dave Love <fx@gnu.org>
7406
7407 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7408 Don't test x-popup-menu.
7409 (function) <complete-function>: Complete only fbound symbols.
7410 <validate, value>: New.
7411 (variable) <complete-function>: Complete only bound symbols.
7412 (coding-system): Add :base-only, :complete-function, :validate,
7413 :value, :prompt-match.
7414 (widget-coding-system-prompt-value): Use read-coding-system and
7415 act on :base-only.
7416 (editable-field): Add :help-echo.
7417 (widget-push-button-gui, widget-push-button-cache)
7418 (widget-gui-action, widget-editable-list-gui): COmment out, along
7419 with uses.
7420 (widget-at): Make arg optional.
7421 (widget-echo-help): Adjust for current help-echo calling sequence.
7422 (widget-specify-field, widget-specify-button)
7423 (widget-specify-insert, widget-get-sibling, widget-image-find)
7424 (widget-convert, widget-insert, widget-leave-text)
7425 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7426 (widget-setup, widget-field-find, widget-before-change)
7427 (widget-after-change, widget-default-complete)
7428 (widget-default-create, widget-default-delete)
7429 (widget-push-button-value-create, editable-field)
7430 (widget-field-prompt-value, widget-field-validate)
7431 (widget-choice-value-create, widget-choice-action)
7432 (widget-choice-validate, widget-checklist-add-item)
7433 (widget-radio-add-item, widget-radio-chosen)
7434 (widget-radio-value-inline, widget-editable-list-value-create)
7435 (widget-editable-list-entry-create)
7436 (widget-documentation-link-add)
7437 (widget-documentation-string-value-create)
7438 (widget-regexp-validate, widget-file-complete)
7439 (widget-sexp-validate, widget-plist-convert-widget)
7440 (widget-plist-convert-widget, widget-alist-convert-widget)
7441 (widget-alist-convert-widget, widget-color-complete): Simplify,
7442 particularly to avoid bindings which aren't optimized out.
7443
7444 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7445 Doc fix.
7446 (down-list, backward-up-list, up-list, kill-sexp)
7447 (backward-kill-sexp, mark-sexp): Make arg optional.
7448 (lisp-complete-symbol): Add optional arg PREDICATE.
7449
7450 * cus-start.el: Add display-buffer-reuse-frames,
7451 file-coding-system-alist.
7452
7453 2000-08-20 Gerd Moellmann <gerd@gnu.org>
7454
7455 * startup.el (command-line): Clear realized faces after
7456 modifying TTY color mappings.
7457
7458 2000-08-20 Miles Bader <miles@gnu.org>
7459
7460 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7461 merely a subset of FACE's attributes.
7462
7463 2000-08-19 Miles Bader <miles@gnu.org>
7464
7465 * comint.el (comint-output-filter): Save the point with a marker,
7466 not just a buffer position.
7467
7468 * international/mule.el (set-buffer-process-coding-system): Make
7469 interactive prompt less confusing.
7470
7471 2000-08-19 Gerd Moellmann <gerd@gnu.org>
7472
7473 * hilit-chg.el: General cleanup of doc strings, comments and
7474 code formatting.
7475
7476 2000-08-19 Miles Bader <miles@gnu.org>
7477
7478 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7479 Compiler macro removed; beginning-of-line is no longer always
7480 equivalent to forward-line, in the presence of fields.
7481
7482 * comint.el (comint-output-filter): Remove ad-hoc saving of
7483 restriction, and just use save-restriction, now that it works
7484 correctly. Don't adjust comint-last-input-start to account for
7485 our insertion; it shouldn't have moved because we don't use
7486 insert-before-markers anymore. Comment out call to
7487 `force-mode-line-update'; why is it here?
7488
7489 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7490 while checking for prompt to delete. Use `forward-line 0'
7491 instead of beginning-of-line.
7492 (gud-filter): Temporarily widen gud comint buffer while
7493 examining output.
7494
7495 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7496
7497 * progmodes/sh-script.el: Big bag of typos.
7498
7499 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7500 check since ispell-process is not bound when ispell is not yet loaded.
7501
7502 2000-08-18 Dave Love <fx@gnu.org>
7503
7504 * image.el (find-image): Copy `spec' before using plist-put.
7505
7506 2000-08-18 Gerd Moellmann <gerd@gnu.org>
7507
7508 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7509 `portugues'.
7510
7511 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7512 backward-kill-sexp, analogous to kill-sexp.
7513
7514 * progmodes/icon.el (icon-indent-line)
7515 (icon-is-continuation-line): Handle comments specially.
7516
7517 2000-08-17 Ken Stevens <k.stevens@ieee.org>
7518
7519 * ispell.el: Set to standard author/maintainer/keyword fields.
7520 Fine tuning to menu map appearance and operation, and added help.
7521 Remove `start' and `end' error messages when compiling.
7522 (ispell-choices-win-default-height): Fixed comment string.
7523 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7524 castellano8 dictionaries.
7525 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7526 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7527 dictionary, added italiano dictionary.
7528 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7529 word character
7530 (ispell-tex-skip-alists): Added psfig support.
7531 (ispell-skip-html): Renamed from ispell-skip-sgml.
7532 (ispell-begin-skip-region-regexp, ispell-skip-region)
7533 (ispell-minor-check): Improved html skipping support to skip across
7534 code, and recognize `&' commands without propper `;' syntax;
7535 (ispell-process-line): Fix alignment error when manually
7536 correcting spelling.
7537 (ispell): Fix comment string.
7538 (ispell-add-per-file-word-list): Always put word list on new line.
7539
7540 2000-08-17 Gerd Moellmann <gerd@gnu.org>
7541
7542 * format.el (format-encode-run-method): Fix error message to say
7543 `encode' instead of `decode'. Use save-window-excursion around
7544 shell-command-on-region as in format-decode-run-method because
7545 shell-command-on-region can display a buffer with error output.
7546 (format-decode): Don't record undo information for the decoding.
7547 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7548 that number part of the temporary buffer name so that more than
7549 one decoding using a temporary buffer can happen safely.
7550
7551 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7552 of `A-z' in the regexp.
7553
7554 * hilit-chg.el: Fix typos in commentary.
7555
7556 * help.el (view-emacs-news): Rewritten for new naming scheme
7557 for old NEWS files.
7558
7559 * startup.el (command-line): Pop to *Messages* in case an error
7560 is signaled while loading user-init-file.
7561
7562 2000-08-17 Andreas Schwab <schwab@suse.de>
7563
7564 * files.el (insert-directory): Don't lose original file name,
7565 undoing an undocumented change.
7566
7567 2000-08-17 Alex Schroeder <alex@gnu.org>
7568
7569 * sql.el (sql-magic-go): Use comint-bol.
7570 (sql-copy-column): Use comint-line-beginning-position.
7571 (comint-line-beginning-position): Define a replacement for
7572 comint-line-beginning-position if it is not fboundp.
7573
7574 2000-08-17 Alex Schroeder <alex@gnu.org>
7575
7576 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7577 it didn't have any effect anyway.
7578
7579 2000-08-17 Alex Schroeder <alex@gnu.org>
7580
7581 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7582 --pset and pager=off instead of sending \\o|cat at the beginning
7583 of the session.
7584
7585 2000-08-17 Miles Bader <miles@gnu.org>
7586
7587 * progmodes/octave-inf.el: Add compatibility definition of
7588 comint-line-beginning-position.
7589
7590 2000-08-17 Kenichi Handa <handa@etl.go.jp>
7591
7592 * startup.el (normal-top-level): Look in each dir in load-path for
7593 a leim-list.el file too. This assures of loading leim-list.el
7594 that is created at Emacs installation time even if a user have his
7595 own leim-list.el.
7596
7597 2000-08-17 Miles Bader <miles@gnu.org>
7598
7599 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7600 foreground color to black if the background is dark.
7601
7602 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7603
7604 * loadhist.el (unload-feature): Typo.
7605
7606 * finder.el (finder-compile-keywords):
7607 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7608 to the generated file.
7609
7610 * mail/mh-e.el (mh-make-local-vars):
7611 Replace make-variable-buffer-local with make-local-variable.
7612
7613 * play/landmark.el:
7614 * options.el (Edit-options-{set,toggle,t,nil}):
7615 * mail/mailabbrev.el (mail-abbrevs-mode):
7616 * textmodes/tex-mode.el (tex-expand-files):
7617 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7618
7619 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7620
7621 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7622 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7623 Allow going past the last element.
7624 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7625 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7626 (cvs-mouse-toggle-mark): Don't move point.
7627 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7628
7629 * progmodes/compile.el (grep): Provide a default set of files.
7630 (next-error): Docstring fix.
7631 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7632
7633 * emacs-lisp/easy-mmode.el (define-minor-mode):
7634 Use `symbol-value' to keep the byte-compiler quiet.
7635
7636 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7637 (diff-find-source-location): New fun, extracted from diff-goto-source.
7638 (diff-goto-source): Use it.
7639 (diff-next-complex-hunk, diff-filter-lines): New function.
7640 (diff-apply-hunk): New command.
7641
7642 * smerge-mode.el (smerge-mode-menu): Doc fix.
7643
7644 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7645
7646 2000-08-16 Dave Love <fx@gnu.org>
7647
7648 * windmove.el (windmove) <defgroup>: Add :version.
7649
7650 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7651 (goto-address-fontify-p, goto-address-highlight-p)
7652 (goto-address-url-face, goto-address-url-mouse-face)
7653 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7654 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7655 (goto-address-fontify, goto-address-at-mouse): Simplify,
7656 (goto-address-at-point): browse-url-url-at-point,
7657 goto-address-find-address-at-point can return nil.
7658 (goto-address-find-address-at-point): Return nil on failure.
7659
7660 * align.el (align) <defgroup>: Add :version.
7661
7662 * calculator.el (calculator): Add :version.
7663 (calculator): Use two lines for calculator window if `modeline'
7664 face is boxed.
7665
7666 * play/5x5.el: Doc fixes.
7667 (5x5) <defgroup>: Add :version.
7668
7669 * play/fortune.el (fortune) <defgroup>: Add :version.
7670 (fortune-append): Fix error message.
7671 (fortune-from-region): Doc fix.
7672
7673 * play/pong.el (pong): Doc fix.
7674
7675 * play/morse.el: Keywords, commentary, autoloads.
7676
7677 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7678
7679 * desktop.el (desktop-save): Don't look at symbol-value of a
7680 member of minor-mode-alist, unless it is boundp.
7681
7682 2000-08-16 Sam Steingold <sds@gnu.org>
7683
7684 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
7685 `while'; use `with-current-buffer' instead of `save-excursion'.
7686 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7687
7688 2000-08-16 Kenichi Handa <handa@etl.go.jp>
7689
7690 * international/ccl.el (declare-ccl-program): Docstring modified.
7691 (ccl-execute-with-args): Likewise.
7692
7693 2000-08-16 Miles Bader <miles@gnu.org>
7694
7695 * progmodes/sql.el: Add compatibility definition of
7696 comint-line-beginning-position.
7697
7698 2000-08-15 Gerd Moellmann <gerd@gnu.org>
7699
7700 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7701 'buffer-menu' property.
7702 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7703 fails.
7704 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7705 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7706 wasn't killed.
7707
7708 * buff-menu.el (list-buffers-noselect): Don't display the
7709 *Buffer List* buffer.
7710
7711 * font-lock.el: Require jit-lock to prevent a very late
7712 `Loading jit-lock' message.
7713
7714 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
7715 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
7716 mail address.
7717
7718 2000-08-15 Miles Bader <miles@gnu.org>
7719
7720 * textmodes/ispell.el (ispell-graphic-p): New constant.
7721 (ispell-choices-win-default-height, ispell-help): Use
7722 `ispell-graphic-p' instead of `xemacsp'.
7723
7724 2000-08-15 Dave Love <fx@gnu.org>
7725
7726 * simple.el: Autoload widget-convert when compiling.
7727 (mail-user-agent): Doc fix.
7728
7729 * help.el (function-called-at-point, variable-at-point): Use
7730 with-syntax-table.
7731 (help-manyarg-func-alist): Add insert-and-inherit.
7732
7733 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7734
7735 * delsel.el (delsel-unload-hook): New function.
7736
7737 * find-file.el: Doc fixes. Move provide to end.
7738 (ff) <defgroup>: Add :link.
7739 (ff-goto-click): Deleted.
7740 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7741 Use mouse-set-point.
7742
7743 * textmodes/tildify.el: Doc fixes.
7744 (tildify) <defgroup>: Add:version.
7745
7746 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7747 (glasses-custom-set): Use set-default, not set.
7748 (minor-mode-alist): Propertize the lighter.
7749 (glasses-mode): Provide optional arg.
7750
7751 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7752 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7753 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7754 option. Provide :type.
7755 (cwarn-configuration): Provide :type.
7756 (cwarn-mode): Doc fix.
7757
7758 * add-log.el (change-log-merge): Doc fix.
7759 (change-log-redate): New command.
7760
7761 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7762 Doze and Dog.
7763 (browse-url): Use dolist, not mapcar.
7764 (browse-url-at-point): Check for null url.
7765 (browse-url-event-buffer, browse-url-event-point): Functions
7766 deleted.
7767 (browse-url-at-mouse, browse-url-netscape): Simplify.
7768
7769 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7770 modes.
7771 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7772 Fix previous change to mapcan.
7773 (msb--init-file-alist, msb--add-separators)
7774 (msb--make-keymap-menu): Simplify.
7775 (msb--choose-file-menu): Use copy-sequence.
7776 (msb-mode-map): Add title to keymap.
7777 (msb-unload-hook): New function.
7778
7779 * bs.el: Fix indentation.
7780 (bs) <defgroup>: Add :links.
7781 (bs-show): Doc fix.
7782 (bs-apply-sort-faces): Don't use window-system.
7783 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
7784
7785 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7786
7787 * calendar/timeclock.el (timeclock-file): Run .timelog through
7788 convert-standard-filename.
7789
7790 2000-08-14 Gerd Moellmann <gerd@gnu.org>
7791
7792 * emacs-lisp/authors.el: New file.
7793
7794 * paren.el (show-paren-priority): New user option.
7795 (show-paren-function): Set overlay priorities to
7796 show-paren-priority.
7797
7798 2000-08-14 Miles Bader <miles@gnu.org>
7799
7800 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7801 beginning-of-line with inhibit-field-text-motion bound.
7802
7803 2000-08-14 Gerd Moellmann <gerd@gnu.org>
7804
7805 * calendar/timeclock.el: New file.
7806
7807 2000-08-14 David Ponce <david@dponce.com>
7808
7809 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7810 `widget-button-click'. so that one can use left mouse button to
7811 click on dialog buttons.
7812
7813 2000-08-14 Emmanuel Briot <briot@gnat.com>
7814
7815 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
7816 identifiers, since XML is case sensitive
7817
7818 2000-08-12 Miles Bader <miles@gnu.org>
7819
7820 * comint.el (comint-output-filter): Don't bother frobbing
7821 window-start, it doesn't seem to be necessary.
7822
7823 * comint.el (comint-send-string, comint-send-region): Make into
7824 real functions. Snapshot the prompt before sending.
7825
7826 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7827
7828 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7829 technique similar to Info-index, instead of relying on specific
7830 names of relevant Index nodes.
7831 (Info-goto-emacs-command-node): Bind Info-history to nil when
7832 going to the first node found by Info-find-emacs-command-nodes.
7833
7834 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7835
7836 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7837
7838 2000-08-10 Miles Bader <miles@gnu.org>
7839
7840 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7841
7842 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7843
7844 * info.el (Info-file-list-for-emacs): More elements for the
7845 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7846 and woman manuals.
7847
7848 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7849
7850 * comint.el (comint-send-input): Make the newline boundary overlay
7851 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7852 (comint-output-filter): Use `insert' instead of
7853 `insert-before-markers'. Extend comint-last-output-overlay when
7854 necessary since we can't rely on insert-before-markers to do it.
7855 * gud.el (gud-filter): Use `with-current-buffer' instead of
7856 save-excursion when inserting the output, so that point gets
7857 updated correctly; the old method relied on a rather dodgy
7858 side-effect of comint-output-filter to avoid the effect of
7859 save-excursion.
7860
7861 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7862
7863 * files.el (recover-file): Call insert-directory instead of
7864 invoking `ls' directly.
7865
7866 2000-08-10 Miles Bader <miles@gnu.org>
7867
7868 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7869 (comint-last-prompt-overlay): New variables.
7870 (comint-output-filter): Implement prompt highlighting.
7871 (comint-snapshot-last-prompt): New function.
7872 (comint-send-input): Snapshot the last prompt.
7873 Use comint-highlight-input-face.
7874 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7875 Use defface instead of defcustom.
7876 (send-invisible, comint-send-eof): Snapshot the last prompt.
7877 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7878 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7879
7880 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7881
7882 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7883 (regexp-opt-group): Use a list of chars for `letters'.
7884 (regexp-opt-charset): `chars' is now a list of chars.
7885 Use a char-table rather than a vector so it works for multibyte chars.
7886
7887 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7888 Set cvs-minor-current-files to the selected fileinfo.
7889 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7890 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7891
7892 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7893
7894 * files.el (insert-directory): Don't call access-file on
7895 directories on DOS and Windows.
7896
7897 2000-08-09 Kenichi Handa <handa@etl.go.jp>
7898
7899 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7900 longer if necessary.
7901 (ccl-embed-code): Call ccl-embed-data to store CODE in
7902 ccl-program-vector.
7903
7904 2000-08-09 Miles Bader <miles@gnu.org>
7905
7906 * comint.el (comint-output-filter): Properly handle the case where
7907 the text surrounded by comint-last-output-overlay was deleted.
7908
7909 2000-08-08 Gerd Moellmann <gerd@gnu.org>
7910
7911 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7912 non-nil.
7913 (Info-file-list-for-emacs): Remove "info" from the list because
7914 that leads to trying to use the documentation from file `info'
7915 in various situations where it isn't appropriate, for instance
7916 C-h C-k C-h i.
7917
7918 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7919 DIR and/or STRING are nil.
7920
7921 * progmodes/compile.el (compilation-setup): Make variable
7922 compilation-error-screen-columns buffer-local, as some comment
7923 in the code suggests it should be.
7924
7925 * files.el (auto-mode-interpreter-regexp): New variable.
7926 (set-auto-mode): Use it.
7927
7928 * indent.el (indent-for-tab-command): Doc fix.
7929
7930 * mouse-sel.el (mouse-sel-mode): Doc fix.
7931
7932 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7933 labels.
7934
7935 * help.el (print-help-return-message): When
7936 display-buffer-reuse-frames is set, let the help window been quit,
7937 instead of deleting it, which might delete a reused frame.
7938
7939 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7940
7941 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7942 rename a directory to a name that differs only by its letter case.
7943
7944 2000-08-08 Kenichi Handa <handa@etl.go.jp>
7945
7946 * international/quail.el (quail-define-rules): Handle Quail decode
7947 map correctly. Add code for supporting annotations.
7948 (quail-install-decode-map): New function.
7949 (quail-defrule-internal): New optional arguments decode-map and
7950 props.
7951 (quail-advice): New function.
7952
7953 2000-08-07 Sam Steingold <sds@gnu.org>
7954
7955 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7956 `defconst', `define-condition', `with-slots'.
7957 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7958
7959 2000-08-03 Miles Bader <miles@gnu.org>
7960
7961 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7962 New variable.
7963 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7964 comint-use-prompt-regexp-instead-of-fields.
7965 (comint-send-input): Add `input' field property to stuff we send to
7966 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7967 (comint-output-filter): Add `output' field property to process
7968 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7969 (comint-replace-by-expanded-history)
7970 (comint-get-old-input-default, comint-show-output)
7971 (comint-backward-matching-input, comint-forward-matching-input)
7972 (comint-next-prompt, comint-previous-prompt): Use field
7973 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7974 (comint-line-beginning-position): New function.
7975 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7976 (comint-replace-by-expanded-history-before-point): Use
7977 comint-line-beginning-position and line-end-position.
7978 (comint-last-output-overlay): New variable.
7979 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7980
7981 * shell.el (shell-prompt-pattern): Doc change.
7982 (shell-backward-command): Use line-beginning-position.
7983
7984 * gud.el (gud-gdb-complete-command): Use
7985 comint-line-beginning-position.
7986
7987 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7988 comint-bol doesn't actually go to the beginning of the line.
7989
7990 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7991 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7992 (try-expand-line-all-buffers): Likewise.
7993
7994 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7995 explicitly matching comint-prompt-regexp.
7996 (sql-copy-column): Use comint-line-beginning-position instead of
7997 explicitly matching comint-prompt-regexp.
7998
7999 * progmodes/octave-inf.el (inferior-octave-complete): Use
8000 comint-line-beginning-position.
8001
8002 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8003
8004 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8005 looking for a prompt, use `forward-line 0' instead of
8006 `beginning-of-line', to avoid getting caught by an input field.
8007
8008 2000-08-07 Gerd Moellmann <gerd@gnu.org>
8009
8010 * files.el (shell-quote-wildcard-pattern): Make sure to return
8011 PATTERN, in the Unix case.
8012
8013 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8014
8015 * play/zone.el (zone): Discard any pending input before running
8016 the randomly-chosen pgm.
8017
8018 2000-08-07 Kenichi Handa <handa@etl.go.jp>
8019
8020 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8021 checking the existence of any multibyte characters.
8022
8023 2000-08-06 Gerd Moellmann <gerd@gnu.org>
8024
8025 * help.el (describe-mode): Test minor-mode symbol for being
8026 bound before testing its value for being nil.
8027
8028 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8029 `first', `second', and `third'.
8030
8031 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8032 (second): Make it an alias for `cadr'.
8033
8034 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
8035
8036 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8037 types of display support faces now.
8038
8039 2000-08-05 Gerd Moellmann <gerd@gnu.org>
8040
8041 * pcvs.el (require): Require `cl' during compilation, only.
8042
8043 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8044 (toplevel): Remove `remq' and `remove' from autoloads.
8045 (cl-fake-autoloads): New variable. If set, arrange for an error
8046 when CL functions etc. are autoloaded.
8047
8048 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
8049
8050 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8051
8052 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8053 popped up, but the user clicks outside the menu, return an empty
8054 regexp (that causes unhighlight-regexp to have no effect).
8055
8056 * menu-bar.el (menu-bar-games-menu): Add Zone.
8057
8058 * hi-lock.el (toplevel): Require font-lock.
8059
8060 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8061
8062 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
8063 (ebnf-8-bit-chars): New var for bug fix.
8064 (ebnf-string): Bug fix.
8065
8066 2000-08-03 Sam Steingold <sds@gnu.org>
8067
8068 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8069 instead of `buffer-string'.
8070 (require 'cl): Always, not just when compiling.
8071 `ignore-errors' in `interactive', `list*', `defun*' &c make this
8072 necessary.
8073
8074 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
8075
8076 * international/mule-cmds.el (select-safe-coding-system): Make
8077 the message text about selecting a safe coding system more clear.
8078
8079 2000-08-02 Gerd Moellmann <gerd@gnu.org>
8080
8081 * hi-lock.el: New file.
8082
8083 * play/zone.el: New file.
8084
8085 * replace.el (occur): Set tab-width in the *Occur* buffer to the
8086 value of tab-width in the original buffer. Choose a line number
8087 format that's a multiple of the original buffer's tab width, so
8088 that lines appear right.
8089
8090 * textmodes/ispell.el (ispell): New function, replacing an alias.
8091 Spell-check active region if in transient-mark-mode and mark
8092 is active; otherwise spell-check buffer.
8093
8094 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8095
8096 * ps-mule.el: Fix a customization problem on
8097 ps-mule-font-info-database-default.
8098
8099 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
8100
8101 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8102 display-mouse-p instead of window-system.
8103 (ebrowse-member-mode-map): Ditto.
8104
8105 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8106
8107 * progmodes/ebnf2ps.el: Update ps-print functions call.
8108 Indentation fix. Doc fix.
8109 (ebnf-version): New version number (3.2).
8110 (ebnf-format-color, ebnf-begin-job): Code fix.
8111
8112 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
8113
8114 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8115 font lock support on window-system.
8116 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8117
8118 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8119 display-color-p, if fboundp, instead of window-system.
8120
8121 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
8122
8123 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8124 instead of window-system.
8125
8126 * wid-edit.el (widget-choose): Use display-mouse-p instead of
8127 window-system.
8128 (widget-choice-mouse-down-action): Use display-popup-menus-p
8129 instead of window-system.
8130
8131 * strokes.el (strokes-file): Run the file name through
8132 convert-standard-filename.
8133 (strokes-mode): Call display-mouse-p instead of looking at
8134 window-system. Change the error message accordingly.
8135
8136 * progmodes/cpp.el (toplevel): Support faces on tty's.
8137
8138 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8139 (lm-plot-square, lm-init-display): Don't use window-system.
8140
8141 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8142 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8143
8144 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8145 instead of looking at window-system.
8146
8147 2000-07-30 Gerd Moellmann <gerd@gnu.org>
8148
8149 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8150 of testing if iswitchb-prepost-hooks is bound, because the
8151 latter will always be true when invoking a recursive minibuffer
8152 from an active Iswitchb buffer.
8153
8154 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
8155
8156 * files.el (shell-quote-wildcard-pattern): New function.
8157 (insert-directory): Call it. Only prepend "\" to command on Unix
8158 and GNU/Linux systems.
8159
8160 2000-07-30 Gerd Moellmann <gerd@gnu.org>
8161
8162 * eshell/esh-groups.el: Change custom :link file names
8163 from `eshell.info' to `eshell'.
8164
8165 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
8166
8167 * dired.el (dired-build-subdir-alist): Expand subdirectory names
8168 correctly in recursive ange-ftp listings.
8169
8170 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8171
8172 * ps-print.el: Fix bug 1: if ps-font-size-internal,
8173 ps-header-font-size-internal and
8174 ps-header-title-font-size-internal variables are not set,
8175 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
8176 face text property is (foreground-color . COLOR) or
8177 `(background-color . COLOR)', ps-print crashes. Doc fix.
8178 (ps-print-version): New version number (5.2.4).
8179 (ps-plot-region): Code fix.
8180 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8181 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8182 Bug fix 2.
8183
8184 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
8185
8186 * glasses.el (glasses-make-readable): Fix uncapitalization of
8187 identifiers like `myXMLDocument'.
8188
8189 2000-07-28 Karl Fogel <kfogel@red-bean.com>
8190
8191 * mail/mail-hist.el (mail-hist-previous-input)
8192 (mail-hist-next-input): Do the obvious code factorization.
8193 (mail-hist-retrieve-and-insert): New func, contains common
8194 code of above two.
8195 If inserting a message body, leave point at top.
8196
8197 2000-07-28 Sam Steingold <sds@gnu.org>
8198
8199 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
8200 Use `<=', not `<' to compare times!
8201 (ange-ftp-ls): Remove.
8202
8203 2000-07-27 Gerd Moellmann <gerd@gnu.org>
8204
8205 * play/cookie1.el: Add explanation of how to make cookie.el
8206 compatible with strfile(1) to comment.
8207
8208 * subr.el (remove, remq): New functions.
8209
8210 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8211 escape `*' in regexps.
8212 (midnight-find): Reverse order of arguments in the funcall of
8213 TEST.
8214
8215 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8216 and `.class'.
8217
8218 * play/meese.el: Add Commentary section.
8219
8220 2000-07-27 Alex Schroeder <alex@gnu.org>
8221
8222 * sql.el (sql-ms): Added autoload cookie.
8223 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8224 (sql-oracle): Ditto.
8225 (sql-help): Doc change.
8226
8227 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8228 types and exceptions.
8229
8230 2000-07-27 Alex Schroeder <alex@gnu.org>
8231
8232 * sql.el (sql-placeholder-history): New variable.
8233 (sql-query-placeholders-and-send): New function that will query
8234 the user and replace placeholders with user input.
8235 (sql-oracle): If running on NT, set comint-input-sender to
8236 sql-query-placeholders-and-send.
8237
8238 (sql-stop): If in the SQLi buffer, insert stop notification, else
8239 present it as a message.
8240
8241 2000-07-27 Alex Schroeder <alex@gnu.org>
8242
8243 * sql.el (sql-input-ring-separator): Doc change.
8244 (sql-input-ring-file-name): Doc change.
8245 (sql-interactive-mode): Use `sql-input-ring-separator' and
8246 `sql-input-ring-file-name' to set the comint-mode equivalents
8247 without making them local variables.
8248 (sql-stop): Don't bind `sql-input-ring-separator' and
8249 `sql-input-ring-file-name' dynamically to their comint-mode
8250 equivalents.
8251
8252 2000-07-27 Kenichi Handa <handa@etl.go.jp>
8253
8254 * international/mule.el (register-char-codings): New function.
8255 (make-coding-system): Handle `safe-chars' specification in the arg
8256 PROPERTY.
8257
8258 * international/mule-cmds.el
8259 (find-coding-systems-region-subset-p): This function deleted.
8260 (sort-coding-systems-predicate): New variable.
8261 (sort-coding-systems): New function.
8262 (find-coding-systems-region): Use
8263 find-coding-systems-region-internal.
8264 (find-coding-systems-string): Use find-coding-systems-region.
8265 (find-coding-systems-for-charsets): Check
8266 char-coding-system-table.
8267 (select-safe-coding-system-accept-default-p): New variable.
8268 (select-safe-coding-system): Mostly rewritten. New argument
8269 ACCEPT-DEFAULT-P.
8270 (select-message-coding-system): Call select-safe-coding-system
8271 with ACCEPT-DEFAULT-P arg.
8272 (reset-language-environment): Reset default-sendmail-coding-system
8273 to the default value iso-latin-1.
8274 (set-language-environment): Don't set the obsolete variable
8275 charset-origin-alist.
8276
8277 * international/codepage.el (cp-coding-system-for-codepage-1):
8278 Give `safe-chars' property to make-coding-system.
8279
8280 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8281 calling select-message-coding-system twice.
8282
8283 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8284 instead of `safe-charsets'.
8285 (cyrillic-alternativnyj): Likewise.
8286 (ccl-encode-alternativnyj): Don't check the charset
8287 cyrillic-iso8859-5.
8288
8289 2000-07-27 Kenichi Handa <handa@etl.go.jp>
8290
8291 * composite.el (compose-chars-after): Preserve match data.
8292
8293 2000-07-26 Sam Steingold <sds@gnu.org>
8294
8295 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8296 (ange-ftp-real-file-newer-than-file-p): New function.
8297 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8298 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8299
8300 * tooltip.el (tooltip-float-time): Removed (use `float-time').
8301 * midnight.el (midnight-float-time): Ditto.
8302
8303 2000-07-26 Andreas Schwab <schwab@suse.de>
8304
8305 * files.el (normal-backup-enable-predicate): Correct
8306 interpretation of the return value of compare-strings.
8307
8308 2000-07-26 Gerd Moellmann <gerd@gnu.org>
8309
8310 * isearch.el (isearch-resume): New function.
8311 (isearch-done): Add something to command-history to resume
8312 the search.
8313 (isearch-yank-line, isearch-yank-word): Use
8314 buffer-substring-no-properties instead of buffer-substring.
8315
8316 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8317 of flyspell-mouse-map.
8318
8319 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8320 duplicate definition.
8321 (makefile-mode): Remove duplicate setting of local-abbrev-table.
8322
8323 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8324 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8325
8326 2000-07-25 Sam Steingold <sds@gnu.org>
8327
8328 * net/ange-ftp.el: Get modtime over the net.
8329 (ange-ftp-file-modtime): New function.
8330 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8331 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
8332 Use it.
8333 (ange-ftp-dot-to-slash): New function.
8334 (ange-ftp-fix-name-for-vms): Use it.
8335
8336 * midnight.el (midnight-buffer-display-time): Use
8337 `with-current-buffer'.
8338
8339 2000-07-25 Gerd Moellmann <gerd@gnu.org>
8340
8341 * find-dired.el: Update copyright notice.
8342 (find-dired): Offer to kill a running `find'.
8343
8344 * enriched.el (enriched-face-ans): For a `foreground-color'
8345 property, return '(("x-color" COLOR))' so that COLOR will be
8346 output as a parameter of the x-color annotation. Likewise for the
8347 `background-color' property. In the case of normal face
8348 properties, don't return annotations for unspecified foreground
8349 and background face attributes.
8350
8351 2000-07-25 Kenichi Handa <handa@etl.go.jp>
8352
8353 * language/japan-util.el (japanese-katakana-region): Fix handling
8354 HANKAKU argument.
8355
8356 2000-07-25 Miles Bader <miles@gnu.org>
8357
8358 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8359 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8360 constrain-to-field.
8361
8362 2000-07-24 Andrew Innes <andrewi@gnu.org>
8363
8364 * timer.el (timer-activate-when-idle): Add optional parameter
8365 DONT-WAIT. Update docstring.
8366 (run-with-idle-timer): Specify extra parameter to
8367 timer-activate-when-idle, so that timer will be activated
8368 immediately if Emacs is already idle.
8369
8370 * w32-fns.el (w32-using-nt): Fix docstring.
8371
8372 2000-07-24 Dave Love <fx@gnu.org>
8373
8374 * mouse.el (popup-menu): Set last-command-event.
8375 (mouse-major-mode-menu-prefix): Declare.
8376
8377 2000-07-24 Gerd Moellmann <gerd@gnu.org>
8378
8379 * textmodes/flyspell.el: Update to author's version 1.5d.
8380
8381 * progmodes/hideshow.el: Update copyright notice.
8382
8383 * vcursor.el: Set maintainer to FSF, since author cannot
8384 be reached.
8385
8386 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8387
8388 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8389 the prompt.
8390
8391 * mouse.el (popup-menu): Run the keymap through indirect-function,
8392 in case it was defined with define-prefix-key. If the menu is a
8393 list of keymaps, look up the binding of user's choice in each one
8394 of the keymaps.
8395 (mouse-popup-menubar): If the global and local menu-bar keymaps
8396 don't have a prompt string, create one and insert it into the
8397 keymap. Don't barf if current-local-map returns nil.
8398
8399 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8400
8401 * dired.el (dired-sort-R-check): Added to allow recursive listing
8402 to be undone.
8403 (dired-sort-other): Use it.
8404
8405 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8406
8407 * Release of cc-mode 5.27
8408
8409 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8410
8411 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8412 c-beginning-of-statement-1 that caused a bad case of recursion
8413 which could consume a lot of CPU in large classes in languages
8414 that have in-expression classes (i.e. Java and Pike).
8415
8416 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8417 statements before top level constructs (i.e. case 6 is moved
8418 before case 5 and is now case 4) to catch in-expression
8419 classes in top level expressions correctly.
8420
8421 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8422
8423 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8424 objc-method-intro. Case 4 removed and case 5I added.
8425
8426 * cc-langs.el (c-append-paragraph-start): New variable used by
8427 c-common-init to get paragraph-start correct.
8428 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8429 initialize paragraph-start to make it correct both with and
8430 without the javadoc special case.
8431
8432 * cc-mode.el (java-mode): Use c-append-paragraph-start to
8433 initialize paragraph-start for javadoc markup.
8434
8435 * cc-vars.el (c-style-variables-are-local-p): Incompatible
8436 change by defaulting this to t. It's motivated by the
8437 confusing behavior that otherwise arise from the style system
8438 when editing both java and non-java files at the same time
8439 (see the comments about style setting in c-common-init).
8440
8441 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8442
8443 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8444 similar to the one in c-fill-paragraph to check the fill
8445 prefix from the adaptive fill function for sanity.
8446
8447 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8448
8449 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8450 defun block.
8451
8452 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8453
8454 * cc-mode.texi Documented the change of cpp-macro.
8455
8456 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8457
8458 * cc-align.el (c-lineup-multi-inher): Handle lines with
8459 leading comma nicely. Extended to handle member initializers
8460 too.
8461
8462 * cc-engine.el: (c-beginning-of-inheritance-list,
8463 c-guess-basic-syntax): Fixed recognition of inheritance lists
8464 when the lines begins with a comma.
8465
8466 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
8467
8468 * cc-vars.el (c-offsets-alist): Changed default for
8469 member-init-cont to c-lineup-multi-inher since it now handles
8470 member initializers and indents better for leading commas.
8471
8472 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8473
8474 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8475 handling that caused class open lines to be recognized as
8476 statement-conts in some cases.
8477
8478 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8479 guessed by the adaptive fill function unless point is on the
8480 first line of a block comment.
8481
8482 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8483 when the buffer ends with a macro continuation char.
8484
8485 * cc-engine.el (c-guess-basic-syntax): Added support for
8486 function definitions as statements in Pike. The first
8487 statement in a lambda block is now labeled defun-block-intro
8488 instead of statement-block-intro.
8489
8490 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8491 so that the class surrounding point is selected, not the one
8492 innermost in the state.
8493
8494 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8495 recognition of switch labels having hanging multiline
8496 statements.
8497
8498 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8499 some code in c-guess-basic-syntax to a separate function.
8500 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8501 recognition of member inits with multiple line arglists.
8502 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8503 member-init-cont when the commas are in funny places.
8504
8505 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8506
8507 * cc-defs.el (c-auto-newline): Removed this macro since it's
8508 not used anymore.
8509
8510 * cc-engine.el (c-looking-at-bos): New helper function.
8511 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8512 inexpr and toplevel classes apart in Pike.
8513
8514 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8515 of case 9A.
8516
8517 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8518 constant, since "class" can introduce an in-expression class
8519 in Pike nowadays.
8520
8521 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8522
8523 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8524 indentation on cpp-macro lines.
8525
8526 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8527 a syntax modifier like comment-intro, to make it possible to
8528 get syntactic indentation for preprocessor directives. It's
8529 incompatible wrt to lineup functions on cpp-macro, but it has
8530 no observable effect in the 99.9% common case where cpp-macro
8531 is set to -1000.
8532
8533 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8534
8535 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8536 member-init-cont when the preceding arglist is several lines.
8537
8538 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8539
8540 * cc-styles.el (c-style-alist): The basic offset for the BSD
8541 style corrected to 8.
8542
8543 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8544
8545 * cc-styles.el (c-style-alist): Adjusted the indentation of
8546 brace list openers in the gnu style.
8547
8548 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8549
8550 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8551
8552 * cc-cmds.el (c-electric-brace, c-electric-slash,
8553 c-electric-star, c-electric-semi&comma, c-electric-colon,
8554 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8555 when c-syntactic-indentation is nil.
8556
8557 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8558 we were left at comments preceding the first statement when
8559 reaching the beginning of the buffer.
8560
8561 * cc-vars.el (c-syntactic-indentation): New variable to turn
8562 off all syntactic indentation.
8563
8564 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8565
8566 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8567 between the text and the block comment ender when it hangs,
8568 depending on how many there are before the fill.
8569
8570 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8571
8572 * cc-engine.el (c-beginning-of-closest-statement): New helper
8573 function to go back to the closest preceding statement start,
8574 which could be inside a conditional statement.
8575 * cc-engine.el (c-guess-basic-syntax): Use
8576 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8577
8578 * cc-engine.el (c-guess-basic-syntax): Better handling of
8579 arglist-intro, arglist-cont-nonempty and arglist-close when
8580 the arglist is nested inside parens. Cases 7A, 7C and 7F
8581 changed.
8582
8583 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8584 up-to-date with javadoc 1.2.
8585
8586 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8587
8588 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8589 multiline Pike type decls.
8590
8591 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8592
8593 * cc-cmds.el (c-indent-new-comment-line): Always break
8594 multiline comments in multiline mode, regardless of
8595 comment-multi-line.
8596
8597 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8598
8599 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8600 fully::qualified::names in C++ member init lists. Preamble in
8601 case 5D changed.
8602
8603 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8604
8605 * cc-langs.el (c-common-init): Handling of obsolete variables
8606 moved to c-initialize-cc-mode. More compatible style override
8607 when using global style variables.
8608 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8609 variables moved here.
8610
8611 * cc-mode.texi: Documented the special behavior of
8612 c-special-indent-hook as a style variable. Don't talk about
8613 doing (c-make-styles-buffer-local t) in a mode hook, since
8614 that's already too late to work right.
8615
8616 * cc-styles.el (c-make-styles-buffer-local): Flag style
8617 variable localness in c-style-variables-are-local-p to make
8618 the compatibility measure in c-common-init work well.
8619
8620 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8621 longer contain set-from-style.
8622 * cc-styles.el (c-initialize-builtin-style): Don't check for
8623 set-from-style on c-special-indent-hook.
8624 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8625 copy-alist is sufficient now.
8626
8627 * cc-styles.el (c-set-style, c-set-style-1,
8628 c-get-style-variables): Fixes to variable initialization so
8629 that duplicate entries in styles have the same effect
8630 regardless of DONT-OVERRIDE.
8631
8632 * cc-styles.el (c-set-style-2): Fixed bug where the
8633 initialization of inheriting styles failed when the
8634 dont-override flag is set.
8635
8636 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8637 on this.
8638
8639 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8640
8641 * cc-defs.el (c-forward-comment): Removed the workaround
8642 introduced in 5.38 since it had worse side-effects. If a line
8643 contains the string "//\"", it regarded the // as a comment
8644 start since the \ temporarily doesn't have escape syntax.
8645
8646 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
8647
8648 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8649 ada-xref.el before ada-prj.el, so that the Project menu is created
8650 when ada-prj tries to add to it.
8651 (ada-activate-keys-for-case): Suppress the characters that are not
8652 part of the Ada syntax. Better compatibility with else-mode
8653 (ada-adjust-case-interactive): When auto-casing is not active,
8654 correctly insert newlines (used to insert only ^M). Prevent the
8655 syntax table from being changed in case of an error
8656 (or '_' becomes part of a word and some commands are confused).
8657 Do nothing if ada-auto-case is nil.
8658 (ada-after-keyword-p): Ignore keywords that are also attributes
8659 (ada-batch-reformat): Update usage comment
8660 (ada-call-from-contextual-menu): New function
8661 (ada-case-read-exceptions): Reinitialize the casing exception list
8662 first to nil first, so that the casing exception file can be
8663 shared.
8664 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8665 files.
8666 (ada-compile-goto-error): Fix regexp used to detect a file:line
8667 anywhere in the error message
8668 (ada-contextual-menu-last-point): New variable
8669 (ada-create-keymap): If the variable delete-key-deletes-forward is
8670 t on XEmacs, it means that DEL should delete one character
8671 forward.
8672 (ada-create-menu): Use :included instead of :visible for XEmacs.
8673 New submenu "Options".
8674 (ada-end-stmt-re): Correctly indent "select ... then abort"
8675 statements.
8676 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8677 even if they don't match ada-fill-comment-prefix Fix handling of
8678 paragraphs on the first or last line of a file.
8679 (ada-format-paramlist): Fix handling of default parameter values.
8680 (ada-get-body-name): New function.
8681 (ada-get-current-indent): Optimized by searchling directly for an
8682 existing generic part or a statement outside of it. Handle
8683 ada-indent-align-comments when indenting comments Replaced some
8684 regexps by testing directly the next character. This results in a
8685 huge speedup on some files. New indentation scheme for renames
8686 statements. Stop looking for the 'while' or 'for' associated with
8687 a 'loop' at the first semicolon encountered. A "return" can also
8688 match an anonymous access subprogram declaration.
8689 (ada-get-indent-noindent): Ignore strings and comments when
8690 looking for the keywords "record" and "private".
8691 (ada-goto-matching-decl-start): When matching "if", make sure we
8692 are not in fact seeing "end if". Ignore "when" statements except
8693 when initial keyword was "begin". Fix handling of nested
8694 procedures. Add a recursive call to this function to skip over
8695 other 'end' statmts. Fix indentation for "when .. => begin"
8696 (ada-in-open-paren-p): Fix indentation for complex boolean
8697 expressions, where 'and then', 'or else' and parenthesis
8698 statements are mixed up.
8699 (ada-in-paramlist-p): Skip comments while searching for the
8700 beginning Fix handling of operator declarations.
8701 (ada-indent-align-comments): New variable
8702 (ada-indent-current): Change the syntax table only in the
8703 protected section, so that we are sure it is restored correctly.
8704 (ada-indent-on-previous-lines): Use ada-use-indent and
8705 ada-with-indent Correctly indent "select ... then"
8706 (ada-indent-region): Slight speedup.
8707 (ada-indent-renames): New variable.
8708 (ada-last-which-function-subprog, ada-last-which-function-line):
8709 New variables
8710 (ada-looking-at-semi-private): Correctly indent the 'private'
8711 keyword when it is the first word in a package declaration.
8712 (ada-loose-case-word): Stop searching if at the end of the buffer.
8713 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8714 even if point is not initially at the end of the word.
8715 (ada-matching-decl-start-re): Add "when".
8716 (ada-mode): Add support for abbrev-mode, outline-mode and
8717 which-func-mode Override the old find-file.el entry in
8718 ff-special-constructs since it is using the obsolete
8719 ada-spec-suffix variable
8720 (ada-no-auto-case): New function
8721 (ada-scan-paramlist): When parsing the argument type, accept
8722 spaces (as in "X 'Class", generated by Rational Rose).
8723 (ada-other-file-name): No longer loads the other file.
8724 (ada-popup-menu): Save and restore the current buffer and cursor
8725 position before and after displaying the menu.
8726 (ada-search-ignore-complex-boolean): New function.
8727 (ada-uncomment-region): Emacs21 already knows how to delete
8728 comments not starting in the first column.
8729 (ada-use-indent): New variable
8730 (ada-which-function): New function.
8731 (ada-with-indent): New variable
8732 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8733 can be batch-compiled from the command line.
8734
8735 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8736 Add to the menu when the file is loaded, not in ada-mode-hook.
8737 Add -toolbar to the default ddd command Switches moved from
8738 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8739 ada-prj-default-comp-opt
8740 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8741 Reference Manual to the menu
8742 (ada-check-current): rewritten as a call to ada-compile-current
8743 (ada-compile): Removed.
8744 (ada-compile-application, ada-compile-current, ada-check-current):
8745 Set the compilation-search-path so that compile.el automatically
8746 finds the sources in src_dir. Automatic scrollong of the
8747 compilation buffer. C-uC-cC-c asks for confirmation before
8748 compiling
8749 (ada-compile-current): New parameter, prj-field
8750 (ada-complete-identifier): Load the .ali file before doing
8751 processing
8752 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8753 conform to gnatmake's behavior.
8754 (ada-find-file-in-dir): New function
8755 (ada-find-references): Set the environment variables for gnatfind
8756 (ada-find-src-file-in-dir): New function.
8757 (ada-first-non-nil): Removed
8758 (ada-gdb-application): Add support for jdb, the java debugger.
8759 (ada-get-ada-file-name): Load the original-file first if not done
8760 yet.
8761 (ada-get-all-references): Handles the new ali syntax (parent types
8762 are found between <>).
8763 (ada-initialize-runtime-library): New function
8764 (ada-mode-hook): Always load a project file when a file is opened,
8765 so that the casing exceptions are correctly read.
8766 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8767 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8768 to open the project file, since the latter does not work with
8769 speedbar Get default values before loading the prj file, or the
8770 default executable file name is wrong. Use the absolute value of
8771 src_dir to initialize ada-search-directories and
8772 compilation-search-path,... Add the standard runtime library to
8773 the search path for find-file.
8774 (ada-prj-default-debugger): Was missing an opening '{'
8775 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8776 variables.
8777 (ada-prj-default-gnatmake-opt): New variable
8778 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8779 buffers, the project file is the default one Save the windows
8780 configuration before displaying the menu.
8781 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8782 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8783 ...) regexp-quote identifiers names to support operators +,
8784 -,... in regexps.
8785 (ada-remote): New function.
8786 (ada-run-application): Erase the output buffer before starting the
8787 run Support remote execution of the application. Use
8788 call-process, or the arguments are incorrectly parsed
8789 (ada-set-default-project-file): Reread the content of the active
8790 project file, not the one from the current buffer When a project
8791 file is set as the default project, all directories are
8792 automatically associated with it.
8793 (ada-set-environment): New function
8794 (ada-treat-cmd-string): New special variable ${current}
8795 (ada-treat-cmd-string): Revised. The substitution is now done for
8796 any ${...} substring
8797 (ada-xref-current): If no body was found, compiles the spec
8798 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8799 compiler to get rid of command line length limitations.
8800 (ada-xref-get-project-field): New function
8801 (ada-xref-project-files): New variable
8802 (ada-xref-runtime-library-specs-path)
8803 (ada-xref-runtime-library-ali-path): New variables
8804 (ada-xref-set-default-prj-values): Default run command now does a
8805 cd to the build directory. New field: main_unit Provide a default
8806 file name even if the current buffer has no prj file.
8807
8808 * ada-prj.el:
8809 Rewritten to show a tabbed-dialog.
8810 (ada-prj-add-ada-menu): Remove the map and name parameters.
8811 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8812 New function
8813 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8814 (ada-prj-load-from-file): New function
8815 (ada-prj-save): Always save fields that depend on the current buffer
8816 (ada-prj-show-value): New function
8817
8818 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8819 Ada mode. This will allow us to display the Ada menu in any buffer
8820 we want (for project items).
8821 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8822 number of spaces in the header.
8823
8824 2000-07-24 Dave Love <fx@gnu.org>
8825
8826 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8827
8828 2000-07-23 Noah Friedman <friedman@splode.com>
8829
8830 * type-break.el (type-break): perform autosave.
8831 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8832 (type-break-do-query): Cancel query schedule while performing
8833 actual query, to avoid possibility of a second query being made
8834 while first one is already in progress.
8835 (type-break-time-stamp-format): New variable.
8836 (type-break-time-stamp): New function.
8837 (type-break-time-warning): Use it.
8838 (type-break-keystroke-warning): Use it.
8839 (type-break-noninteractive-query): Use it.
8840
8841 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8842 cookie.
8843 Use add-minor-mode to set minor-mode-alist, if available.
8844 (eldoc-echo-area-use-multiline-p): New user option.
8845 (eldoc-echo-area-multiline-supported-p): New variable.
8846 (eldoc-docstring-format-sym-doc): Use them.
8847 (eldoc-mode): If not using idle timers, append to local post and
8848 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8849 (eldoc-display-message-no-interference-p): Don't interfere with
8850 edebug.
8851 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8852 (eldoc-function-arglist): New function.
8853 (eldoc-function-argstring): Use it.
8854
8855 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8856 auto save directory exists before calling directory-files.
8857
8858 2000-07-23 Dave Love <fx@gnu.org>
8859
8860 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8861 ^o, ^u.
8862
8863 2000-07-21 Dave Love <fx@gnu.org>
8864
8865 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8866 now passed to the function. It now works properly.
8867
8868 * smerge-mode.el (smerge-mode-menu): Fill it out.
8869
8870 2000-07-20 Gerd Moellmann <gerd@gnu.org>
8871
8872 * info-look.el (info-lookup): If *info* is shown in another frame
8873 on the same display, select that frame, instead of switching to
8874 the Info buffer in another window of the selected frame.
8875
8876 * simple.el (universal-argument-map): Bind numeric keypad keys
8877 kp-0 to kp-9 and kp-subtract.
8878 (digit-argument): Handle these keys.
8879
8880 2000-07-20 Dave Love <fx@gnu.org>
8881
8882 * net/goto-addr.el (goto-address-fontify): Don't bother with
8883 buffer-modified and read-only stuff -- irrelevant with overlays.
8884 Put an extra property on the overlays and use it to clean up in
8885 case goto-address is re-run.
8886
8887 2000-07-19 Richard M. Stallman <rms@gnu.org>
8888
8889 * timer.el (run-with-idle-timer): Doc fix.
8890
8891 * mail/mail-utils.el (mail-strip-quoted-names):
8892 Handle case where <...> appears inside "...".
8893 Use replace-match to edit the string more simply.
8894 (rmail-dont-reply-to): Cope with an unmatched ".
8895
8896 2000-07-19 Dave Love <fx@gnu.org>
8897
8898 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8899 implementation.
8900
8901 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8902 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8903 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8904
8905 2000-07-19 Gerd Moellmann <gerd@gnu.org>
8906
8907 * textmodes/refer.el: Correct maintainer's email address.
8908
8909 * progmodes/hideif.el: Correct author's email address.
8910 Fix typo in comment.
8911
8912 * xml.el: New file.
8913
8914 * mail/mailheader.el: Correct author's mail address.
8915
8916 * gnus/parse-time.el: Correct author's mail address.
8917
8918 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
8919
8920 * comint.el (comint-highlight-input, comint-highlight-face):
8921 New user options.
8922 (comint-input-ring-file-name): Change custom type.
8923 (comint-mode-map): Bind mouse-2.
8924 (comint-insert-clicked-input): New function.
8925 (comint-send-input): Handle input highlighting.
8926
8927 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8928
8929 * mouse.el (popup-menu): New function.
8930 (mouse-major-mode-menu): Use it.
8931
8932 2000-07-18 Dave Love <fx@gnu.org>
8933
8934 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8935 improvements.
8936
8937 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8938
8939 * faces.el (face-font-selection-order)
8940 (face-font-family-alternatives): Add custom type.
8941
8942 2000-07-18 Dave Love <fx@gnu.org>
8943
8944 * cus-edit.el (custom-variable-reset-saved)
8945 (custom-variable-reset-standard): Remove unused bindings.
8946
8947 * rect.el (open-rectangle-line): Remove unused let.
8948
8949 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8950
8951 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8952
8953 * cdl.el: Fix `Maintainer' keyword.
8954
8955 * play/pong.el: Add author's email address.
8956
8957 2000-07-17 Sam Steingold <sds@gnu.org>
8958
8959 * files.el (insert-directory): Call `split-string' instead of
8960 re-implementing it.
8961
8962 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8963
8964 * mail/vms-pmail.el: Change maintainer to FSF.
8965
8966 * net/goto-addr.el: Change maintainer to FSF.
8967
8968 * info.el (Info-title-face-alist): Removed.
8969
8970 2000-07-18 David Ponce <david@dponce.com>
8971
8972 * recentf.el (recentf-open-files): New command that works like
8973 `recentf-open-more-files', but shows the whole list of files (not just
8974 those omitted from the menu). Useful if you don't use a menu-bar!
8975 (recentf-open-more-files) Modified to use `recentf-open-files'.
8976
8977 (recentf-open-files, recentf-open-more-files)
8978 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8979
8980 (recentf-dialog-mode): New mode for dialogs. You can now just type
8981 "q" to cancel the dialogs.
8982
8983 2000-07-18 David Ponce <david@dponce.com>
8984
8985 * recentf.el: This is a major update of recentf.el. It adds new
8986 features to better organize the recentf menu and "More..." buffer.
8987
8988 Using new provided menu filtering functions you can now organize the
8989 recent files list:
8990
8991 - by major modes
8992 - by directories
8993 - by user defined rules
8994
8995 Finally, with the new `recentf-filter-changer' customizable filter you
8996 can define a ring of filters and dynamically (via the menu) cycle on
8997 each menu organization in the ring (a la msb).
8998
8999 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9000
9001 * eshell/eshell.el (eshell): Replace links to eshell.info with
9002 links to eshell, to avoid problems on systems where the manual is
9003 installed as `eshell'.
9004 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9005 * eshell/em-smart.el (eshell-smart): Ditto.
9006 * eshell/em-banner.el (eshell-banner): Ditto.
9007 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
9008
9009 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9010 same-file check in the MS-DOS version (it does support inodes).
9011
9012 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9013
9014 * eshell/eshell.el (eshell-directory-name):
9015 Run default directory name through convert-standard-filename.
9016
9017 2000-07-18 Kenichi Handa <handa@etl.go.jp>
9018
9019 * international/mule-cmds.el (select-safe-coding-system):
9020 Fix typo in the comment.
9021
9022 * language/european.el (compound-text):
9023 Force katakana-jisx0201 to be designated to G1.
9024
9025 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9026 Don't translate some national variant characters of latin-jisx0201.
9027 (x-ctext): Force katakana-jisx0201 to be designated to G1.
9028
9029 * international/kkc.el (kkc-after-update-conversion-functions):
9030 New variable.
9031 (kkc-update-conversion): Run functions in it at the tail.
9032
9033 2000-07-16 John Wiegley <johnw@gnu.org>
9034
9035 * lisp/align.el (align-newline-and-indent):
9036 Adding new function. for auto-aligning blocks of code on RET.
9037 (align-region): Fixed badly formatted minibuffer message.
9038
9039 2000-07-17 Kenichi Handa <handa@etl.go.jp>
9040
9041 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
9042 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
9043 the conversion list at first if appropriate.
9044 (kkc-next): Don't update kkc-next-count here.
9045 (kkc-prev): Don't update kkc-prev-count here.
9046 (kkc-show-conversion-list-update): Fix setting up of conversion
9047 list message.
9048
9049 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
9050
9051 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
9052
9053 2000-07-16 Dave Love <fx@gnu.org>
9054
9055 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9056 function to be more specific.
9057
9058 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9059 non-string help-echo.
9060 (widget-types-convert-widget): Defsubst it.
9061 (widget-echo-help): Try to cope with a help-echo function of two
9062 possible sorts.
9063
9064 2000-07-15 Jason Rumney <jasonr@gnu.org>
9065
9066 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9067 Declare as obsolete.
9068
9069 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9070
9071 2000-07-14 Gerd Moellmann <gerd@gnu.org>
9072
9073 * hilit-chg.el: Fix typo.
9074
9075 2000-07-14 Dave Love <fx@gnu.org>
9076
9077 * info.el (Info-mode-menu): Fix use of :help, :enable.
9078
9079 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
9080
9081 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9082
9083 2000-07-13 Dave Love <fx@gnu.org>
9084
9085 * emacs-lisp/easymenu.el: Doc fixes.
9086 (easy-menu-remove): Defalias to ignore.
9087
9088 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9089 Call throw correctly.
9090
9091 2000-07-13 Gerd Moellmann <gerd@gnu.org>
9092
9093 * faces.el (frame-background-mode): Doc fix.
9094
9095 * simple.el (eval-expression-print-length): Change custom type to
9096 allow entering nil as value.
9097
9098 2000-07-13 Dave Love <fx@gnu.org>
9099
9100 * progmodes/fortran.el (fortran-imenu-generic-expression):
9101 Change definition layout.
9102 (fortran-mode-menu): Reinstate customize entries.
9103
9104 * cus-edit.el (custom-group-menu-create, customize-menu-create):
9105 Use :filter, per old XEmacs code.
9106
9107 2000-07-12 Gerd Moellmann <gerd@gnu.org>
9108
9109 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9110 event when deciding what to send to the terminal.
9111
9112 2000-07-12 Dave Love <fx@gnu.org>
9113
9114 * cus-start.el: Add optional version as 4th element of specs and
9115 use it for several things new in v21. Remove load-path. Fix type
9116 of line-number-display-limit.
9117
9118 2000-07-11 Dave Love <fx@gnu.org>
9119
9120 * progmodes/fortran.el: Don't require easymenu.
9121 Use repeat counts in various regexps.
9122 (fortran-mode-syntax-table): Defvar directly.
9123 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
9124 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9125 Use defvar, not defconst.
9126 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
9127 (fortran-mode): Set fortran-comment-line-start-skip,
9128 fortran-comment-line-start-skip, dabbrev-case-fold-search.
9129 (fortran-comment-indent): Use defsubst.
9130 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9131 Use fortran-comment-indent, not fortran-comment-indent-function.
9132 (fortran-comment-region, fortran-electric-line-number): Simplify.
9133 (fortran-auto-fill): New function.
9134 (fortran-do-auto-fill): Deleted.
9135 (fortran-find-comment-start-skip):
9136 Check for non-null comment-start-skip.
9137 (fortran-auto-fill-mode, fortran-fill-statement):
9138 Use fortran-auto-fill.
9139 (fortran-fill): Use fortran-auto-fill. Check for null
9140 comment-start-skip. Simplify final clause and use end-of-line finally.
9141
9142 * widget.el (widget-plist-member): New alias.
9143
9144 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
9145
9146 * eshell/esh-module.el (toplevel): Reference
9147 byte-compile-current-file only if it is bound.
9148
9149 2000-07-10 Gerd Moellmann <gerd@gnu.org>
9150
9151 * dired.el: Don't require `dired-aux'.
9152
9153 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
9154
9155 * dired-aux.el (dired-show-file-type): New function.
9156 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9157 (dired-show-file-type): Add autoload.
9158
9159 2000-07-10 Kenichi Handa <handa@etl.go.jp>
9160
9161 * international/mule-diag.el (describe-font): Adjusted for the
9162 change of fontset-info.
9163 (print-fontset): Likewise.
9164
9165 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
9166
9167 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9168
9169 2000-07-07 Gerd Moellmann <gerd@gnu.org>
9170
9171 * bindings.el: Bind `[delete]' to delete-char.
9172
9173 * dired.el (dired-find-alternate-file): New function.
9174 (dired-mode-map): Bind `a' to dired-find-alternate-file.
9175 (toplevel): Require dired-aux when compiling.
9176 (dired-buffers): Move defvar within file to avoid compiler warning.
9177
9178 * info.el (Info-last-search): Variable removed.
9179 (Info-search-history): New variable.
9180 (Info-search): New Info-search-history.
9181
9182 * battery.el, info-look.el: Change author's mail address.
9183
9184 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9185
9186 * mail/rmail.el (rmail-clear-headers): Don't throw an error
9187 if rmail-ignored-headers is nil.
9188 (rmail-retry-failure): Bind rmail-ignored-headers and
9189 rmail-displayed-headers to nil.
9190
9191 2000-07-06 Gerd Moellmann <gerd@gnu.org>
9192
9193 * lpr.el (lpr-page-header-switches): Add `-h' switch.
9194 (print-region-1): Don't hard code `-h' here.
9195
9196 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9197
9198 2000-07-01 Francesco Potorti` <pot@gnu.org>
9199
9200 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9201 exim can use "your message" instead of "the message".
9202
9203 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
9204
9205 * facemenu.el: Docstrings fixes.
9206 (facemenu-get-face): Don't use internal-find-face.
9207 (facemenu-iterate): Rename arg to match the docstring.
9208
9209 * newcomment.el (uncomment-region): Be more careful when skipping
9210 backwards over `=' not to bump into BOBP.
9211
9212 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
9213
9214 * ediff-diff.el (ediff-wordify): Use syntax table.
9215 * ediff-init.el (ediff-has-face-support-p): Use
9216 ediff-color-display-p.
9217 (ediff-color-display-p): Use display-color-p, changed to defun
9218 from defsubst.
9219 Got rid of special cases for NeXT and OS/2.
9220 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
9221 face.
9222
9223 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9224
9225 * emacs-lisp/lucid.el: Require CL.
9226 (copy-tree, remprop): Remove, it's provided by CL.
9227 (map-keymap): Define in terms of cl-map-keymap.
9228 (extent-property, set-extent-end-glyph): New functions.
9229
9230 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9231
9232 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9233
9234 * Makefile.in (DONTCOMPILE): Add comment that the name may
9235 not be changed without changing the make-dist script.
9236
9237 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
9238 (cl-mapc): Use mapc instead of cl-old-mapc.
9239
9240 2000-07-05 Andrew Innes <andrewi@gnu.org>
9241
9242 * makefile.nt: Add support for `bootstrap' and related targets.
9243
9244 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9245
9246 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9247 (easy-menu-do-define): Use `menu-item' format.
9248 Handle case where easy-menu-create-menu returns a symbol.
9249 Manually call the potential top-level filter in the function binding.
9250 (easy-menu-filter-return): New arg NAME.
9251 Convert to a keymap if MENU is an XEmacs menu.
9252 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
9253 (easy-menu-converted-items-table, easy-menu-convert-item):
9254 New var and fun to memoize easy-menu-convert-item-1.
9255 (easy-menu-do-add-item): Use it.
9256 (easy-menu-create-menu): Use easy-menu-convert-item.
9257 Wrap easy-menu-filter-return around any :filter specification.
9258 Don't convert the menu if a filter was specified.
9259 Tell easy-menu-make-symbol not to check for MENU being an expression.
9260 (easy-menu-make-symbol): New arg NOEXP.
9261
9262 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9263
9264 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
9265 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
9266 (eval-defun): If called with prefix arg, instrument code for
9267 Edebug.
9268
9269 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9270 similar to that of eval-defun.
9271
9272 2000-07-04 Dave Love <fx@gnu.org>
9273
9274 * hl-line.el (hl-line-overlay): Make it permanent-local.
9275
9276 * calendar/todo-mode.el: Replaced with a working version, based on
9277 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9278
9279 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
9280
9281 * paths.el (prune-directory-list): New function.
9282 (Info-default-directory-list): Rewritten to more methodically
9283 enumerate a big list of possible info directories (based on the
9284 list used by the standalone info reader).
9285
9286 * info.el (info-initialize): Use prune-directory-list to remove
9287 non-existent directories from Info-directory-list.
9288
9289 * paths.el (Info-default-directory-list): Try a list of possible
9290 info-directories instead of a single one. Add the possible
9291 info directory "/usr/share/info".
9292
9293 * woman.el (woman-man.conf-path): Explicitly include the debian
9294 man-db config file "/etc/manpath.config".
9295 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9296 are present in `manpath.config'.
9297 (woman-manpath): Include "/usr/share/man".
9298
9299 2000-07-03 Gerd Moellmann <gerd@gnu.org>
9300
9301 * frame.el (blink-cursor-mode): Don't hide cursor initially.
9302
9303 * startup.el (command-line): Initialize blink-cursor based
9304 on window-system.
9305
9306 * frame.el (blink-cursor): Default to nil if not running under
9307 a window-system.
9308
9309 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9310 (face-x-resources): Remove duplicate entry for :font.
9311
9312 * textmodes/refer.el (refer-find-entry-internal): Use some-window
9313 instead of cycling through windows with next-window.
9314
9315 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9316 of cycling through windows with next-window.
9317
9318 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9319 of cycling through windows with next-window.
9320
9321 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9322 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9323 instead of cycling through windows with next-window.
9324
9325 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9326 instead of cycling through windows with next-window.
9327
9328 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9329 of cycling through windows with next-window.
9330
9331 * terminal.el (te-process-output): Use walk-windows instead of
9332 cycling through windows with next-window.
9333
9334 * server.el (server-switch-buffer): Use some-window instead of
9335 cycling through windows with next-window.
9336
9337 * window.el (some-window): New function.
9338 (walk-windows): Remove reference to walk-windows-start.
9339
9340 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
9341
9342 2000-07-03 Richard Stallman <rms@gnu.org>
9343
9344 * window.el (walk-windows): Guarantee termination by keeping a list
9345 of all the windows already handled.
9346
9347 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9348
9349 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9350 window-system.
9351
9352 * man.el (Man-notify-when-ready): Don't use window-system. If
9353 Man-notify-method is newframe, and the display is not
9354 multi-frame, select the frame created for the man page.
9355 (Man-init-defvars): Doc fix.
9356
9357 2000-06-28 Gerd Moellmann <gerd@gnu.org>
9358
9359 * faces.el (region): Change background color for light background.
9360
9361 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9362 attribute from mode-line face of Ediff control frame.
9363
9364 * replace.el (query-replace-map): Bind `e' like `E'.
9365
9366 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9367
9368 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9369 Change name to "Select All".
9370
9371 * dos-fns.el (convert-standard-filename): Fix last change.
9372
9373 2000-06-27 Gerd Moellmann <gerd@gnu.org>
9374
9375 * help.el (describe-variable): Don't insert a second `'s' in front
9376 of the string `value is shown below'. Since the syntax-table is
9377 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9378 an existing `'s', so that this won't be deleted.
9379
9380 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9381 * pcmpl-unix.el: New files.
9382
9383 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9384
9385 * wid-edit.el (widget-member): Use the new plist-member.
9386
9387 2000-06-26 Gerd Moellmann <gerd@gnu.org>
9388
9389 * replace.el (perform-replace): Undo change of 2000-04-04.
9390 Instead, move backward 1 character at the end of the loop when
9391 necessary.
9392
9393 * faces.el (fringe): Change face for different backgrounds.
9394
9395 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9396 patch from John.
9397
9398 * eshell/*.el: Change spelling of the Free Software Foundation.
9399
9400 * eshell/esh-toggle.el: Removed.
9401
9402 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9403
9404 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9405 interactively.
9406
9407 2000-06-26 Alex Schroeder <alex@gnu.org>
9408
9409 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9410 `define-key'; instead of checking `(emacs-version)' check for
9411 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9412 for `;' and `o' which might be electric.
9413
9414 (sql-electric-stuff): New user option.
9415 (sql-magic-go): New function which uses `sql-electric-stuff'.
9416 (sql-magic-semicolon): New function which uses
9417 `sql-electric-stuff'.
9418
9419 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9420 is not fboundp.
9421
9422 (sql-oracle-options): New variable.
9423 (sql-oracle): Use it.
9424
9425 (sql-imenu-generic-expression): Doc change.
9426 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9427 is used.
9428
9429 (sql-informix): Added command line parameter "-" to force
9430 sql-informix-program to use stdout.
9431
9432 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
9433
9434 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
9435 (cp864-decode-table): Doc fix.
9436 (cp720-decode-table): New variable, supports the Arabic OEM
9437 codepage used by Windows.
9438 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9439
9440 2000-06-23 Dave Love <fx@gnu.org>
9441
9442 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9443 (font-lock-fontify-anchored-keywords): Use
9444 line-beginning-position.
9445 (global-font-lock-mode): Use mapc.
9446
9447 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9448
9449 * eshell/esh-module.el: Require CL when compiling.
9450
9451 2000-06-23 Gerd Moellmann <gerd@gnu.org>
9452
9453 * comint.el (comint-substitute-in-file-name): Call replace-match
9454 with second and third arg t.
9455
9456 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9457 Specify foreground color.
9458
9459 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9460 color.
9461
9462 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9463
9464 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9465 cddr instead of cdddr.
9466
9467 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9468 instead of copy-list.
9469
9470 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9471 of copy-list.
9472
9473 * subdirs.el: Add eshell subdirectory.
9474
9475 * eshell: New subdirectory containing the Eshell package.
9476
9477 * pcomplete.el: New file.
9478
9479 2000-06-23 Paul Eggert <eggert@twinsun.com>
9480
9481 * mail/mailpost.el (post-mail-send-it): Make sure file has
9482 proper permissions from birth.
9483
9484 * files.el (basic-save-buffer-2): When temporarily setting
9485 file modes, set them to current modes plus 0200, not to 0777.
9486
9487 * emerge.el (emerge-make-temp-file): Make sure file has proper
9488 permissions from birth.
9489
9490 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9491
9492 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9493 backup file name through convert-standard-filename.
9494
9495 * dos-fns.el (convert-standard-filename): Convert leading
9496 directories as well. When long file names are supported, convert
9497 characters that are invalid in Windows file names.
9498
9499 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9500
9501 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9502 ps-print crashes. New feature: page selection for printing. Create
9503 raw-text-unix coding system for XEmacs. Doc fix.
9504 (ps-print-version): New version number (5.2.3).
9505 (ps-plot-region): Bug fix.
9506 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9507 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9508 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9509 funs.
9510 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9511 (ps-last-page): New vars.
9512
9513 2000-06-21 Gerd Moellmann <gerd@gnu.org>
9514
9515 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9516 empty option string.
9517
9518 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9519
9520 * man.el (man): Doc fix.
9521
9522 2000-06-21 Kenichi Handa <handa@etl.go.jp>
9523
9524 * international/mule-cmds.el (set-language-info-alist): Docstring
9525 fixed.
9526
9527 2000-06-20 Gerd Moellmann <gerd@gnu.org>
9528
9529 * version.el (emacs-version): Use ISO date format.
9530
9531 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9532 instead of `M-backspace'.
9533
9534 * simple.el (turn-off-auto-fill): New function.
9535
9536 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9537
9538 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9539 Renamed from with-buffer-prepared-for-font-lock and use
9540 inhibit-modification-hooks rather than setting *-change-functions.
9541 Update all functions to use the new name.
9542 (jit-lock-first-unfontify-pos): New semantics (and doc).
9543 (jit-lock-mode): Make non-interactive.
9544 Don't automatically turn on font-lock.
9545 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9546 Always use jit-lock-after-change.
9547 Remove and restore font-lock-after-change-function.
9548 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9549 (jit-lock-after-unfontify-buffer): Remove.
9550 (jit-lock-stealth-fontify):
9551 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9552 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9553
9554 2000-06-20 Sam Steingold <sds@gnu.org>
9555
9556 * emacs-lisp/cl-indent.el (toplevel): Indent
9557 `print-unreadable-object' properly. Untabify.
9558
9559 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9560
9561 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9562 Support for bibentry.
9563 (reftex-compile-variables): Fixed problem with end of section-re.
9564
9565 * texmodes/reftex-dcr.el (reftex-view-crossref,
9566 reftex-view-crossref-from-bibtex):
9567 Deal with changed `reftex-find-citation-regexp-format'.
9568 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9569 Replaced `remprop' with `put'.
9570 (reftex-view-crossref, reftex-view-crossref-when-idle):
9571 Support for bibentry.
9572
9573 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9574 New entry for bibentry package.
9575
9576 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9577 Regexp also matches "\nobibliography".
9578
9579 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9580 Call `reftex-ensure-write-access' before doing anything.
9581 (reftex-ensure-write-access): New function.
9582
9583 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9584
9585 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9586
9587 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9588
9589 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9590
9591 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9592
9593
9594 2000-06-20 Dave Love <fx@gnu.org>
9595
9596 * faces.el (frame-background-mode): Use set-default, not set, in
9597 setter.
9598 (frame-update-faces, frame-update-face-colors): Define with
9599 defalias.
9600
9601 * enriched.el (enriched-decode-foreground)
9602 (enriched-decode-background): Don't use internal-find-face.
9603
9604 * apropos.el: Doc fixes.
9605
9606 * cus-edit.el (customize-changed-options): Check arg.
9607 (customize-version-lessp): Don't require decimal point.
9608
9609 * custom.el (defcustom, defgroup): Doc fix.
9610
9611 * newcomment.el (comment) <defgroup>: Add :version.
9612 (comment-multi-line): Doc fix.
9613
9614 * emulation/mlsupport.el (define-hooked-local-abbrev,
9615 define-hooked-global-abbrev): Fix, using define-abbrev.
9616
9617 2000-06-19 Gerd Moellmann <gerd@gnu.org>
9618
9619 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9620 the whole buffer.
9621
9622 2000-06-19 Dave Love <fx@gnu.org>
9623
9624 * menu-bar.el (menu-bar-options-save): New function.
9625 (menu-bar-options-menu): Use it.
9626 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9627 Simplify.
9628
9629 2000-06-19 Andreas Schwab <schwab@suse.de>
9630
9631 * progmodes/etags.el (tags-query-replace): Put new parameters
9632 START and END at the end, for backward compatibility.
9633
9634 2000-06-19 Kenichi Handa <handa@etl.go.jp>
9635
9636 * international/codepage.el:
9637 (cp-coding-system-for-codepage-1): Delete special codes for
9638 generating xxx-dos coding system because now a CCL based coding
9639 system can handle EOL conversion by default.
9640
9641 * international/mule.el (make-coding-system): Generate subsidiary
9642 coding systems for EOL handling variants even for a CCL based
9643 coding system.
9644
9645 2000-06-19 Kenichi Handa <handa@etl.go.jp>
9646
9647 * international/isearch-x.el (isearch-minibuffer-input-method)
9648 (isearch-minibuffer-input-method-function): These variables
9649 deleted.
9650 (isearch-with-input-method): Don't use the above variables.
9651 (isearch-process-search-multibyte-characters): Likewise. Call
9652 read-string with the arg INHERIT-INPUT-METHOD t.
9653
9654 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9655
9656 * font-lock.el (font-lock-after-fontify-buffer)
9657 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9658
9659 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9660 Use consistent make-local-variable style for font-lock-fontified.
9661 (jit-lock-fontify-buffer):
9662 Don't bother checking for font-lock-mode and jit-lock-mode.
9663
9664 * time.el: Remove trailing ^M that prevent CVS-merging.
9665
9666 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9667
9668 * Makefile.in (distclean): New target.
9669
9670 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9671
9672 * Makefile.in (srcdir): Define for update-subdirs.
9673
9674 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9675
9676 * find-lisp.el: New file.
9677
9678 2000-06-16 Andrew Innes <andrewi@gnu.org>
9679
9680 * time.el (display-time-mail-function): New variable, to allow
9681 external packages to indicate when new mail is available.
9682 (display-time-update): Use it.
9683
9684 2000-06-16 Kenichi Handa <handa@etl.go.jp>
9685
9686 * international/mule.el (mule-version): Change version name to
9687 SAKAKI. AOI has already been used by Meadow.
9688
9689 * international/quail.el (quail-show-guidance-buf): To find the
9690 bottom window (but minibuffer), pay attention to the height of
9691 minibuffer.
9692
9693 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9694
9695 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9696 menu-bar menus. Add help strings. Don't remove the Edit menu
9697 from the menu bar, as the menu bar has enough space now.
9698
9699 * Makefile.in (SHELL): Make sure /bin/sh is used.
9700
9701 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9702 characters, which use series of two ^H characters instead of one.
9703
9704 2000-06-15 Gerd Moellmann <gerd@gnu.org>
9705
9706 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
9707 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
9708 functions.
9709 (Info-find-node-2): Try a case-sensitive search first, then
9710 do a case-insensitive search.
9711
9712 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9713 tutorials.
9714
9715 * complete.el (PC-env-vars-alist): New variable.
9716 (PC-complete-as-file-name): New function.
9717 (partial-completion-mode): Initialize PC-env-vars-alist from
9718 process-environment.
9719 (PC-do-completion): Handle completion of env vars.
9720
9721 * info.el (Info-set-mode-line): Show file name in mode line,
9722 use `*Info*' instead of `Info:'.
9723
9724 * startup.el (command-line-1): Change copyright messages to year
9725 2000.
9726
9727 2000-06-15 Dave Love <fx@gnu.org>
9728
9729 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9730 not local-map.
9731
9732 2000-06-15 Kenichi Handa <handa@etl.go.jp>
9733
9734 * international/mule.el (set-buffer-file-coding-system): Almost
9735 rewritten to handle `undecided' as no-op.
9736
9737 2000-06-14 Gerd Moellmann <gerd@gnu.org>
9738
9739 * Makefile.in: New file.
9740
9741 * Makefile: Removed.
9742
9743 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9744 (goto-address-highlight-keymap): Bind C-c RET.
9745
9746 2000-06-14 Kenichi Handa <handa@etl.go.jp>
9747
9748 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9749 inherits buffer-file-coding-system of the current buffer.
9750
9751 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9752 0. Give correct argument to set-auto-coding-function.
9753 (tar-expunge): For goto-char, use (point-min), not 0.
9754 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9755 (tar-subfile-save-buffer): Likewize.
9756
9757 * international/mule.el
9758 (after-insert-file-set-buffer-file-coding-system): Call
9759 set-buffer-file-coding-system with the arg FORCE t.
9760
9761 2000-06-13 Gerd Moellmann <gerd@gnu.org>
9762
9763 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9764 nil. Contemporary sendmails issue an X-Authentication-Warning if
9765 the sender is set with `-f'.
9766
9767 2000-06-13 Dave Love <fx@gnu.org>
9768
9769 * help.el (describe-function-1): Kluge around cases of functions
9770 fset to subrs whose doc doesn't match their symbol-name.
9771
9772 * image.el (insert-image): Default STRING to a space.
9773
9774 * info.el Doc fixes.
9775 (Info-build-node-completions): Match Ref tags.
9776
9777 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9778
9779 * frame.el (display-multi-frame-p, display-multi-font-p): New
9780 defaliases for display-graphic-p.
9781
9782 * hl-line.el: Fixed a typo in commentary.
9783
9784 2000-06-13 Kenichi Handa <handa@etl.go.jp>
9785
9786 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9787 fixed.
9788
9789 2000-06-12 Dave Love <fx@gnu.org>
9790
9791 * image.el (insert-image): Save a little consing.
9792
9793 2000-06-12 Kenichi Handa <handa@etl.go.jp>
9794
9795 * language/tibet-util.el: Convert all tibetan-1-column characters
9796 to the corresponding tibetan characters.
9797 (tibetan-add-components): Delete code for the special treatment of
9798 'a chung.
9799
9800 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9801 change.
9802 (tibetan-vowel-transcription-alist): More rules added.
9803 (tibetan-composite-vowel-alist): New variable.
9804 (tibetan-precomposition-rule-alist): More rules added.
9805
9806 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9807
9808 * startup.el (command-line): Only call menu-bar-mode if interactive.
9809
9810 * thingatpt.el (toplevel symbol-properties):
9811 * textmodes/makeinfo.el (makeinfo-compile):
9812 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
9813 * progmodes/hideif.el (hif-compress-define-list)
9814 (hide-ifdef-use-define-alist):
9815 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9816 (ange-ftp-vms-add-file-entry):
9817 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9818 * man.el (Man-build-man-command):
9819 * mail/rnewspost.el (news-reply-header-hook):
9820 * info.el (Info-insert-dir):
9821 * emulation/mlconvert.el (backward-word, forward-word, setq):
9822 * emacs-lisp/gulp.el (gulp-send-requests):
9823 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9824 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9825 (byte-optimize-apply, end of file):
9826 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9827 (ad-make-freeze-definition):
9828 * startup.el (command-line, command-line-1): Don't quote lambdas.
9829
9830 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9831 (cvs-cleanup-removed): New function.
9832 (cvs-cleanup-functions): New var.
9833 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9834 some flexibility in specifying additional entries to auto-cleanup.
9835 (cvs-quickdir): New function.
9836 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9837 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9838 (cvs-mode-find-file): Check that we are on a filename or dirname
9839 when invoked through a mouse-click.
9840 (cvs-full-path): Remove.
9841 (cvs-dired-action): Re-introduced.
9842 (cvs-dired-noselect): Use it.
9843 (vc-post-command-functions): use this new hook if available.
9844
9845 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9846 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9847 (cvs-filename-map, cvs-dirname-map): Remove.
9848 (cvs-default-action): Remove.
9849 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9850 if the arg is really a keymap.
9851 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9852 Don't hardcode the mapping from state (aka type) to face, but check
9853 the var cvs-fi-<type>-face instead.
9854 (cvs-fileinfo-from-entries): New function.
9855
9856 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9857 Docstring fix.
9858 (cvs-find-file-and-jump): Change default to be safer.
9859 (cvs-mode-diff-map): Define it as a function as well.
9860 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9861 Bind mouse-2 in this global map rather than with text-properties.
9862
9863 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9864 file to resolve the ambiguity between C(conflict) and C(need-merge).
9865
9866 2000-06-12 Kenichi Handa <handa@etl.go.jp>
9867
9868 * international/mule.el (set-buffer-file-coding-system): If
9869 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9870 unconditionally.
9871
9872 2000-06-12 Dave Love <fx@gnu.org>
9873
9874 * wid-edit.el (widget-specify-button): Really suppress the face if
9875 required.
9876
9877 2000-06-11 Gerd Moellmann <gerd@gnu.org>
9878
9879 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9880
9881 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9882
9883 * imenu.el (imenu-generic-expression): Docstring fix.
9884
9885 * composite.el (composition-function-table): Move the `put'
9886 below the autoload cookie so we can load the file before loaddefs.
9887
9888 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9889
9890 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9891 Handle easy-mmode-define-global-mode.
9892 For complex macros like define-minor-mode that can generate
9893 several autoload entries, try to autoload entries in the
9894 macroexpanded code.
9895
9896 * emacs-lisp/easy-mmode.el (define-minor-mode):
9897 If KEYMAP is a symbol, just use it.
9898 Use byte-compile-current-file and load-file-name to infer the
9899 proper :require to pass to defcustom.
9900 Wrap the hook var into `progn' so as not to autoload it.
9901 Add a :autoload-end cookie.
9902 Be more careful about the evaluation of KEYMAP.
9903 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9904 (define-derived-mode): Move define-abbrev-table outside of defvar.
9905
9906 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9907
9908 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9909 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9910 (backup-compiled-files): Ignore errors during `tar'.
9911 (bootstrap): Make autoloads before elc files.
9912
9913 2000-06-10 Kenichi Handa <handa@etl.go.jp>
9914
9915 * international/mule.el (set-buffer-file-coding-system): If one of
9916 undecided-XXX is specified, change only EOL conversion.
9917
9918 * international/mule-conf.el (unix): New alias for the coding
9919 system undecided-unix.
9920
9921 2000-06-09 Dave Love <fx@gnu.org>
9922
9923 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9924
9925 * progmodes/executable.el: Byte compile dynamic.
9926 (executable-insert): Change custom type.
9927 (executable-find): Add autoload cookie.
9928 (executable-make-buffer-file-executable-if-script-p): New
9929 function. After Noah Friedman.
9930
9931 * files.el (after-save-hook): Customize, with
9932 executable-make-buffer-file-executable-if-script-p as an option.
9933
9934 2000-06-09 Kenichi Handa <handa@etl.go.jp>
9935
9936 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9937 "tib24p-mule.bdf" for Tibetan.
9938
9939 * composite.el (decompose-composite-char): Declare it as obsolete.
9940
9941 * man.el (Man-fontify-manpage): Pay attention to underline and
9942 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
9943
9944 2000-06-08 Gerd Moellmann <gerd@gnu.org>
9945
9946 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9947 Set maintainer to FSF since author isn't reachable.
9948
9949 2000-06-08 Dave Love <fx@gnu.org>
9950
9951 * international/mule-cmds.el (select-safe-coding-system): If
9952 DEFAULT-CODING-SYSTEM is not specified, also check the most
9953 preferred coding-system if buffer-file-coding-system is
9954 `undecided'. From Handa.
9955
9956 2000-06-08 Kenichi Handa <handa@etl.go.jp>
9957
9958 * international/mule.el
9959 (after-insert-file-set-buffer-file-coding-system): If the buffer
9960 size is greater than INSERTED, judget that we are not visiting.
9961
9962 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9963
9964 * whitespace.el (defgroup whitespace): Comment out `:version'.
9965 XEmacs 20.4 has problems defining the group with this present.
9966 We'll have this commented out till get resolve the problem.
9967
9968 2000-06-07 John Wiegley <johnw@gnu.org>
9969
9970 * align.el (align-dq-string-modes, align-sq-string-modes)
9971 (align-open-comment-modes): Add pyhton-mode.
9972 (align-rules-list): Use get-text-property instead of
9973 text-properties-at.
9974 (align-rules-list): Add python-assignment.
9975 (align-rules-list): Change perl-comma-delimiter to
9976 basic-comma-delimiter. Use if for Perl modes and python-mode.
9977 (align-rules-list): Add python-chain-logic and
9978 basic-line-continuation.
9979
9980 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9981
9982 * apropos.el (apropos-mode-hook): New user variable.
9983 (apropos-mode): Run apropos-mode-hook.
9984
9985 2000-06-07 David Ponce <david@dponce.com>
9986
9987 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9988 commands. Require `wid-edit' at run-time.
9989
9990 2000-06-07 David Ponce <david@dponce.com>
9991
9992 * recentf.el: Added some "Commentary".
9993 (recentf-open-more-files, recentf-edit-list): Minor changes to
9994 move the point at the top of the file list. This behaviour is
9995 consistent with the menu one when the list contains a lot of
9996 files.
9997 (recentf-cleanup): Now displays the number of items removed from
9998 the list.
9999 (recentf-relative-filter) New menu filter to show filenames
10000 relative to `default-directory'.
10001
10002 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10003
10004 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10005 with/without giving an error if PostScript printer doesn't have this
10006 kind of page size. Zebra Stripe continues or restarts on next page.
10007 Manual/automatic paper feeding. Switch or not the header.
10008 (ps-print-version): New version number (5.2.2).
10009 (ps-windows-system): Include emx as a Windows system.
10010 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10011 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10012 (ps-background-text): Code fix.
10013 (ps-error-handler-message, ps-user-defined-prologue)
10014 (ps-print-prologue-header, ps-printer-name)
10015 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10016 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10017 (ps-use-face-background): Customization fix.
10018 (ps-n-up-database): Data fix.
10019 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10020 (ps-switch-header): New vars.
10021 (ps-xemacs-color-name, ps-face-foreground-name)
10022 (ps-face-background-name, ps-boolean-constant): New funs.
10023
10024 2000-06-07 Dave Love <fx@gnu.org>
10025
10026 * allout.el: New version from Manheimer.
10027
10028 2000-06-07 Kenichi Handa <handa@etl.go.jp>
10029
10030 * textmodes/fill.el (fill-find-break-point): Check the validity of
10031 charset.
10032
10033 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10034
10035 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10036 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10037 Call display-color-p and display-mouse-p instead of looking at
10038 window-system.
10039
10040 2000-06-06 Dave Love <fx@gnu.org>
10041
10042 * image.el (find-image): Doc fix. Return nil if image not found.
10043 (put-image, insert-image): Make STRING arg optional.
10044
10045 2000-06-06 Kenichi Handa <handa@etl.go.jp>
10046
10047 * language/vietnamese.el: Remove eval-when-compile.
10048 (viet-viscii-nonascii-translation-table): Define it as a
10049 translation table made from viet-viscii-decode-table.
10050 (viet-viscii-encode-table): Define it as a translation table made
10051 from the reverse map of above.
10052 (viet-vscii-nonascii-translation-table): Define it as a
10053 translation table made from viet-vscii-decode-table.
10054 (viet-vscii-encode-table): Define it as a translation table made
10055 from the reverse map of above.
10056 (ccl-decode-viscii): Use translate-character.
10057 (ccl-encode-viscii, ccl-encode-viscii-font)
10058 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10059 Likewize.
10060
10061 * language/cyrillic.el: Remove eval-when-compile.
10062 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10063 translation table made from cyrillic-koi8-r-decode-table.
10064 (cyrillic-koi8-r-encode-table): Define it as a translation table
10065 made from the reverse map of above.
10066 (ccl-decode-koi8): Use translate-character.
10067 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10068 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10069 a translation table made from cyrillic-alternativnyj-decode-table.
10070 (cyrillic-alternativnyj-encode-table): Define it as a translation
10071 table made from the reverse map of above.
10072 (ccl-decode-alternativnyj): Use translate-character.
10073 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10074 Likewize
10075
10076 * international/mule-diag.el (non-iso-charset-alist): Specify
10077 translation table symbol instead of translation table itself.
10078 (list-block-of-chars): CHARSET may be a translation table symbol.
10079
10080 * international/mule.el (make-coding-system): If CODING-SYSTEM
10081 already exists, override it.
10082
10083 * international/fontset.el: Use family `proportional' for Tibetan
10084 fonts.
10085
10086 * international/ccl.el (ccl-compile-translate-character): Don't
10087 check if Rrr has property translation-table.
10088 (ccl-compile-map-multiple): Modified to avoid compiler warning.
10089
10090 2000-06-05 Gerd Moellmann <gerd@gnu.org>
10091
10092 * info.el: Bind case-fold-search to t when searching in case
10093 a user sets it to nil in a hook.
10094
10095 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
10096
10097 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10098 * hl-line.el (hl-line-mode): Use the new :global key argument.
10099
10100 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10101 (tar-clip-time-string): Prepend a space.
10102 (tar-grind-file-mode): Construct a string rather than modifying one.
10103 (tar-header-block-summarize): Fix docstring.
10104 Use `format' rather than an error-prone set of copy-loops.
10105
10106 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10107 (diff-goto-source, diff-unified->context, diff-context->unified)
10108 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10109 understand the format output by the `-p' argument to diff.
10110
10111 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
10112 (sh-re-done): Use defconst.
10113 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10114 (sh-help-string-for-variable, sh-guess-basic-offset):
10115 Don't quote lambdas.
10116 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10117 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10118
10119 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10120 (mh-letter-mode): Derive from text-mode.
10121 This implicitly means that it now calls kill-all-local-variables.
10122 Also remove the Emacs-18 compatibility code.
10123
10124 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10125 Make use of symbol-property doc-string-elt.
10126 Use memq rather than a sequence of eq.
10127 (doc-string-elt): Fix the wrong or missing previously unused values.
10128 (autoload-print-form): New function extracted from
10129 generate-file-autoloads to allow recursion when handling progn
10130 so that defvar's and defun's docstrings are properly printed.
10131 (generate-file-autoloads): Use it.
10132
10133 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10134 Use find-file-hooks in the minor-mode function.
10135 Be careful not to loop indefinitely in the post-command-hook function.
10136
10137 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
10138
10139 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
10140 tty's.
10141 * ediff-diff.el (ediff-exec-process): Use --binary for fine
10142 differences whenever appropriate.
10143 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10144 * viper.el (find-file, find-file-other-window): Get viper to do
10145 wildcards.
10146
10147 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
10148
10149 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10150 (jit-lock-fontify-buffer): New function for JIT refontification.
10151 (jit-lock-mode): Fix docstring.
10152 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10153 Remove jit-lock-after-change from the _local_ hook.
10154 (jit-lock-function-1): Fix docstring.
10155
10156 * info.el (Info-on-current-buffer): Initialize info.
10157
10158 * newcomment.el (comment-indent): Ignore comment-indent-hook.
10159
10160 * progmodes/tcl.el (tcl-indent-for-comment):
10161 Ignore comment-indent-hook.
10162
10163 * emacs-lisp/easy-mmode.el: Require CL during compilation.
10164 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
10165 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10166 and improve to use the lighter to guess the capitalization.
10167 (define-minor-mode): Inline code from easy-mmode-define-toggle.
10168 Add keyword arguments to specify global-ness or the custom group.
10169 Add local-map and help-echo properties to the lighter.
10170 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
10171 (easy-mmode-define-global-mode): New macro.
10172
10173 2000-06-02 Dave Love <fx@gnu.org>
10174
10175 * wid-edit.el: byte-compile-dynamic since we typically don't use
10176 all the widgets. Don't require cl or widget. Remove
10177 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
10178 (widget-read-event): Removed. Callers changed to use read-event.
10179 (widget-button-release-event-p): Renamed from
10180 button-release-event-p.
10181 (widget-field-add-space, widget-field-use-before-change):
10182 Uncustomize.
10183 (widget-specify-field): Use keymap property, not local-map.
10184 (widget-specify-button): Obey :suppress-face.
10185 (widget-specify-insert): Use modern backquote syntax.
10186 (widget-image-directory): Renamed from widget-glyph-directory.
10187 (widget-image-enable): Renamed from widget-glyph-enable.
10188 (widget-image-find): Replaces widget-glyph-find.
10189 (widget-button-pressed-face): Move defvar.
10190 (widget-image-insert): Replaces widget-glyph-insert.
10191 (widget-convert): Use keywordp.
10192 (widget-leave-text, widget-children-value-delete): Use mapc.
10193 (widget-keymap): Remove XEmacs stuff.
10194 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
10195 (widget-button-click): Don't set point at the click, but re-centre
10196 if we scroll out of window. Rewritten for images v. glyphs &c.
10197 (widget-tabable-at): Use POS arg, not point.
10198 (widget-beginning-of-line, widget-end-of-line)
10199 (widget-item-value-create, widget-sublist, widget-princ-to-string)
10200 (widget-sexp-prompt-value, widget-echo-help): Simplify.
10201 (widget-default-create): Use widget-image-insert; some rewriting.
10202 (widget-visibility-value-create)
10203 (widget-push-button-value-create, widget-toggle-value-create): Use
10204 widget-image-insert.
10205 (checkbox): Create on and off images dynamically.
10206 (documentation-link): Change :help-echo.
10207 (widget-documentation-link-echo-help): Remove.
10208
10209 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
10210
10211 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10212
10213 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10214 (easy-mmode-define-toggle, define-minor-mode): Use it.
10215 (easy-mmode-define-keymap): Docstring fix.
10216 (define-derived-mode): Default PARENT to fundamental-mode.
10217 Add the derived-mode-parent symbol-property.
10218 (easy-mmode-derived-mode-p): New function.
10219
10220 2000-06-02 Dave Love <fx@gnu.org>
10221
10222 * files.el (convert-standard-filename): Doc fix.
10223 (normal-backup-enable-predicate): New function.
10224 (backup-enable-predicate): Use it to replace the lambda form.
10225
10226 * calendar/todo-mode.el: [This needs more work on the outline
10227 stuff.] Doc fixes.
10228 (todo) <defgroup>: Add :version.
10229 (todo-add-category): Don't use pushnew.
10230 (todo-cmd-raise): Fix typo.
10231 (todo-top-priorities): Change temp buffer name.
10232 (todo-category-alist): Avoid redundant lambda.
10233 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10234 Use outline-next-heading.
10235
10236 * autoarg.el: Rewritten to use define-minor-mode.
10237 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10238 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10239
10240 2000-06-02 Kenichi Handa <handa@etl.go.jp>
10241
10242 * isearch.el (isearch-other-meta-char): Fix previous change.
10243
10244 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10245
10246 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10247 (log-edit-done): Only add the comment to the ring if it's different
10248 from the last comment entered.
10249
10250 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10251
10252 2000-06-01 Dave Love <fx@gnu.org>
10253
10254 * hl-line.el: Rewritten using define-minor-mode.
10255
10256 * help.el (describe-function-1): Distinguish special form from
10257 builtin function. Sanity-check presence of arglist for builtins.
10258
10259 2000-06-01 Kenichi Handa <handa@etl.go.jp>
10260
10261 * international/characters.el: Fix syntax/category setting of
10262 Tibetan characters.
10263
10264 * language/tibet-util.el (tibetan-add-components): Fixes for new
10265 encoding of Tibetan characters.
10266 (tibetan-decompose-precomposition-alist): New variable.
10267 (tibetan-decompose-region): Convert precomposed characters to
10268 non-precomposed characters.
10269 (tibetan-decompose-string): Likewise.
10270 (tibetan-composition-function): Fix args to
10271 thibetan-compose-string.
10272
10273 * language/tibetan.el (tibetan-composable-pattern): More
10274 characters included.
10275 (tibetan-consonant-transcription-alist): Rule for "R" added.
10276 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10277 "+R" added.
10278 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10279
10280 * language/lao-util.el (lao-composition-function): Fix args to
10281 compose-string.
10282
10283 * language/thai-util.el (thai-composition-function): Fix args to
10284 compose-string.
10285
10286 * isearch.el (isearch-update): Set disable-point-adjustment to t
10287 to prevent the point moving to the end of a composition when a
10288 part of a composition is searched.
10289 (isearch-other-meta-char): If the key invoking this command can be
10290 mapped by function-key-map to a printing char, call
10291 isearch-process-search-char directly.
10292
10293 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10294
10295 * emacs-lisp/bytecomp.el:
10296 * frame.el:
10297 * international/mule-cmds.el:
10298 * international/mule-util.el:
10299 * international/mule.el:
10300 * mouse.el:
10301 * subr.el:
10302 * faces.el: Update calls to make-obsolete with a WHEN argument.
10303
10304 * byte-run.el (make-obsolete, make-obsolete-variable):
10305 Add an optional WHEN argument and change the format of the
10306 symbol-property information.
10307 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10308 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10309 new obsolete-symbol-property format and print WHEN if it is provided.
10310
10311 2000-05-31 Dave Love <fx@gnu.org>
10312
10313 * loadhist.el (loadhist-hook-functions): Remove
10314 before-change-function, after-change-function.
10315 (unload-feature): Deal with symbols which are both bound and
10316 fbound.
10317
10318 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10319 before-change-function, after-change-function.
10320
10321 * simple.el (newline): Don't bind before-change-function,
10322 after-change-function.
10323
10324 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
10325
10326 * whitespace.el (whitespace-rescan-timer-time): Update interval
10327 set to 600 seconds (10 minutes) instead of 60 seconds since
10328 a large number of whitespace buffers causes emacs to `freeze'
10329 for a considerable amount of time.
10330
10331 * whitespace.el: Updated email address
10332
10333 2000-05-31 Dave Love <fx@gnu.org>
10334
10335 * add-log.el (change-log-font-lock-keywords) <function>: Add
10336 pattern for function of change.
10337 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10338 acknowledgements patterns.
10339
10340 2000-05-31 Kenichi Handa <handa@etl.go.jp>
10341
10342 * isearch.el (isearch-printing-char): If keyboard coding system is
10343 being used, call isearch-process-search-multibyte-characters.
10344
10345 * international/isearch-x.el: Mostly rewritten.
10346
10347 * international/quail.el (quail-start-conversion): Don't include
10348 unhandled events in the returned events, but set them in
10349 unread-command-events. Exit if all inputs are deleted.
10350
10351 2000-05-30 Jason Rumney <jasonr@gnu.org>
10352
10353 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10354
10355 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10356 Reenable code to create initial fontsets.
10357 Use set-fontset-font in place of put-charset-property.
10358
10359 2000-05-30 Gerd Moellmann <gerd@gnu.org>
10360
10361 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10362 label, ensure that the first colon isn't followed by another.
10363
10364 * paths.el (Info-default-directory-list): Doc fix.
10365
10366 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10367 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10368 send a query containing USER only, not USER@HOST.
10369
10370 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10371 and rmail-msgend to compute the restriction at the end, instead of
10372 computing it.
10373
10374 2000-05-29 Gerd Moellmann <gerd@gnu.org>
10375
10376 * dabbrev.el (dabbrev-expand): Don't display messages in the
10377 echo area if the minibuffer window is active.
10378
10379 * jit-lock.el (jit-lock-mode): Add after change function to
10380 local hook.
10381
10382 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10383
10384 * antlr-mode.el: New commands: hide/unhide actions,
10385 upcase/downcase literals.
10386 (antlr-tiny-action-length): New user option.
10387 (antlr-hide-actions): New command. Suggested by
10388 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
10389 (antlr-mode-map): New binding [C-c C-v].
10390 (antlr-mode-menu): New entries.
10391 (antlr-downcase-literals): New command.
10392 (antlr-upcase-literals): Ditto.
10393
10394 * antlr-mode.el: Minor changes: indendation, mode-name.
10395 (antlr-indent-line): Indent cpp directive at column 0.
10396 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10397
10398 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10399 (antlr-font-lock-additional-keywords): Workaround for intentional
10400 bug in XEmacs version of font-lock.
10401 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10402 be used by a smarter version of `buffers-menu-grouping-function'.
10403
10404 2000-05-29 Gerd Moellmann <gerd@gnu.org>
10405
10406 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10407 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10408
10409 2000-05-29 Kenichi Handa <handa@etl.go.jp>
10410
10411 * international/encoded-kb.el
10412 (encoded-kbd-iso2022-designation-map): Pay attention to that
10413 charset-iso-final-char return -1 for eight-bit-control and
10414 eight-bit-graphic.
10415
10416 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10417
10418 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10419 (speedbar-easymenu-definition-base): Use display-graphic-p where
10420 available, instead of window-system.
10421
10422 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10423
10424 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10425 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10426 coding systems.
10427
10428 2000-05-26 Dave Love <fx@gnu.org>
10429
10430 * disp-table.el (standard-display-underline): Don't use
10431 internal-find-face.
10432
10433 * mail/reporter.el: Maintainer change. Doc fixes.
10434 (reporter-version): Deleted.
10435
10436 * emacs-lisp/elp.el: Maintainer change.
10437 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10438
10439 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10440
10441 * add-log.el (add-change-log-entry): Merge the current entry with the
10442 previous one if the previous one is empty.
10443
10444 2000-05-26 Dave Love <fx@gnu.org>
10445
10446 * loadhist.el (unload-feature): Fix interactive spec [from
10447 lijnzaad@ebi.ac.uk].
10448
10449 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10450 subr-arity to check primitives.
10451 (byte-compile-flush-pending, byte-compile-file-form-progn)
10452 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10453 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10454 mapcar.
10455
10456 2000-05-26 Kenichi Handa <handa@etl.go.jp>
10457
10458 * international/fontset.el: Set family names of non-latin charsets
10459 in default fontset to "*".
10460
10461 * international/mule-diag.el (print-fontset): Combine family part
10462 and registry part of the fontname by "-*-" instead of "-".
10463
10464 * international/mule-cmds.el (encode-coding-char): Make strings
10465 multibyte before calling encode-coding-string.
10466
10467 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10468
10469 * derived.el: Fix keywords.
10470 (define-derived-mode): Only define if needed.
10471
10472 * simple.el (fill-comment, comment-column, comment-start)
10473 (comment-start-skip, comment-end, comment-indent-function)
10474 (block-comment-start, block-comment-end, indent-for-comment)
10475 (set-comment-column, kill-comment, comment-padding, comment-region)
10476 (comment-multi-line, indent-new-comment-line): Remove.
10477
10478 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10479 function names for comment operations.
10480
10481 * newcomment.el: Add abundant autoload cookies.
10482 (comment-style): Don't depend on runtime data at compile-time.
10483 (comment-indent-hook): Remove.
10484 (comment-indent): Check if comment-indent-hook is bound.
10485 (comment-region): Docstring fix.
10486
10487 2000-05-25 Dave Love <fx@gnu.org>
10488
10489 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10490 byte-code-function-p.
10491
10492 * mail/rmailsum.el: Add provide.
10493
10494 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10495
10496 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10497 defcustom.
10498
10499 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
10500
10501 * ediff-diff.el (ediff-exec-process): delete --binary option from
10502 non-buffer ediff jobs.
10503
10504 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10505
10506 * hilit-chg.el (highlight-changes-mode): Ask about color or
10507 grayscale support, not about window-system.
10508
10509 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10510 window-system.
10511 (ffap-highlight): Always default to t.
10512
10513 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10514 display-popup-menus-p instead of looking at window-system.
10515
10516 * disp-table.el (standard-display-g1, standard-display-graphic):
10517 Only refuse to use string glyphs on X and MS-Windows.
10518
10519 * avoid.el: Remove window-system from commentary, suggest to use
10520 display-*-p instead.
10521
10522 * apropos.el (apropos-print): Use display-mouse-p instead of
10523 window-system.
10524
10525 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10526
10527 * international/codepage.el (cp-decoding-vector-for-codepage):
10528 Fill up unsupported characters with their own codes. From Kenichi
10529 Handa.
10530
10531 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10532
10533 * international/mule-diag.el (describe-char-after): Use
10534 display-graphic-p instead of window-system, so that this function
10535 works on MS-DOS.
10536
10537 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10538
10539 * international/codepage.el (cp-make-coding-systems-for-codepage):
10540 Remove the eight-bit-graphic and eight-bit-control charsets from
10541 the list of charsets which we convert into `?'.
10542
10543 2000-05-25 Kenichi Handa <handa@etl.go.jp>
10544
10545 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10546 private charsets.
10547 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10548 japanese-jisx0213-2): New charsets.
10549
10550 * international/fontset.el: Setup default fontset for new charsets.
10551
10552 2000-05-24 Dave Love <fx@gnu.org>
10553
10554 * info.el (Info-find-node-2): Restructure [following "Vadim
10555 S. Solomin" <sovs@uic.nnov.ru>].
10556
10557 * icomplete.el: Fix header for Finder.
10558
10559 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10560
10561 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10562 STAY.
10563
10564 * rmail.el (rmail-automatic-folder-directives): New user variable.
10565 (rmail-show-message): Add call to `rmail-auto-file' during
10566 display.
10567 (rmail-auto-file): New function.
10568
10569 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10570
10571 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
10572 account.
10573 (ediff-test-utility,ediff-diff-mandatory-option)
10574 (ediff-reset-diff-options): Utilities for proper initialization of
10575 ediff-diff-options and ediff-diff3-options on Windows.
10576
10577 * ediff-init.el (ediff-merge-filename-prefix): New customizable
10578 variable.
10579
10580 * ediff-mult.el (ediff-filegroup-action): Use
10581 ediff-merge-filename-prefix.
10582
10583 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10584
10585 * viper-ex.el (ex-write): Set selective display to nil.
10586
10587 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10588
10589 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10590 aliases for hebrew-iso-8bit.
10591
10592 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10593
10594 * woman.el: New version from Francis J. Wright
10595 <F.J.Wright@Maths.QMW.ac.uk>.
10596 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10597 names in environment variables regardless of the path separator.
10598 (woman-topic-all-completions-1): Don't call file-name-directory-p
10599 on all files, since woman-file-regexp already filters out any
10600 directories.
10601
10602 2000-05-24 Kenichi Handa <handa@etl.go.jp>
10603
10604 * international/quail.el (quail-start-translation): Don't change
10605 modified-p of the current buffer.
10606 (quail-start-conversion): Likewise.
10607
10608 * international/kkc.el (kkc-region): Don't change modified-p of
10609 the current buffer.
10610
10611 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10612 conform to RFC1468.
10613 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
10614
10615 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10616
10617 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10618 (speedbar-insert-button): Invisible text property fix.
10619 (speedbar-directory-plus): Renamed from speedbar-directory-+
10620 (speedbar-directory-minus): Renamed from speedbar-directory--
10621 (speedbar-page-plus): Renamed from speedbar-file-+
10622 (speedbar-page-minus): Renamed from speedbar-file--
10623 (speedbar-page): Renamed from speedbar-file-
10624 (speedbar-tag): Renamed from speedbar-tag-
10625 (speedbar-tag-plus): Renamed from speedbar-tag-+
10626 (speedbar-tag-minus): Renamed from speedbar-tag--
10627 (speedbar-expand-image-button-alist): Use above renames.
10628
10629 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10630 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10631 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10632 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10633 * sb-pg.xpm: Renamed from sb-file.xpm
10634 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10635 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
10636
10637 2000-05-24 Kenichi Handa <handa@etl.go.jp>
10638
10639 * international/quail.el (quail-show-guidance-buf): Set
10640 current-input-method of the guidance buffer to the name of the
10641 curren input method.
10642
10643 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10644
10645 * progmodes/compile.el (compile-internal): Style typo.
10646
10647 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10648 quote vars and functions in the docstring.
10649
10650 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10651
10652 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10653 Don't quote lambdas.
10654
10655 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10656
10657 2000-05-23 Gerd Moellmann <gerd@gnu.org>
10658
10659 * startup.el (command-line): Determine source file of compiled
10660 user init file differently. Warn if compiled user init file
10661 is older than its source file.
10662
10663 * ffap.el (ffap-url-regexp): Add `https'.
10664
10665 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10666
10667 * files.el (make-backup-file-name-1): Replace slashes with `!'
10668 rather than `|' (which is not allowed on Windows). Replace the
10669 drive letters with a string "drive_X".
10670
10671 2000-05-23 Gerd Moellmann <gerd@gnu.org>
10672
10673 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10674
10675 * files.el (interpreter-mode-alist): Add `bash2'.
10676
10677 2000-05-22 Dave Love <fx@gnu.org>
10678
10679 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10680 mapc.
10681 (feature-file): Avoid calling symbol-name. Doc fix.
10682 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10683 (loadhist-hook-functions): Add mouse-position-function.
10684 (unload-feature): Change uses of mapcar.
10685
10686 * files.el (parse-colon-path): Doc fix.
10687 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10688 (set-auto-mode): Use mapc.
10689
10690 * complete.el (PC-look-for-include-file): Use :alnum: character
10691 class.
10692 (partial-completion-mode): Add autoload cookie.
10693
10694 2000-05-22 Sam Steingold <sds@gnu.org>
10695
10696 * info.el (Info-fontify-node): Fixed the call to
10697 `add-text-properties' (bug introduced on 2000-05-18).
10698
10699 2000-05-22 Dave Love <fx@gnu.org>
10700
10701 * bindings.el: Remove debug-ignored-errors set in other files.
10702
10703 * progmodes/etags.el: Add to debug-ignored-errors.
10704 (visit-tags-table-buffer): Clear out buffers holding old tables
10705 when making a new list.
10706 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10707 mapc.
10708
10709 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10710 quote keywords.
10711 (cmpl-string-case-type): Use character classes.
10712
10713 * comint.el:
10714 * textmodes/ispell.el:
10715 * imenu.el:
10716 * mail/mh-e.el:
10717 * progmodes/compile.el: Add to debug-ignored-errors.
10718
10719 * dabbrev.el: Add to debug-ignored-errors.
10720 (dabbrev-completion): Use mapc.
10721
10722 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10723
10724 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10725 (woman-mapcan, woman-parse-man.conf)
10726 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10727 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10728 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10729 path syntax better.
10730 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10731 (woman-manpath): Call woman-parse-man.conf.
10732 (woman-emulation): New defcustom, defaults to nroff.
10733 (woman-font-support): New defconst.
10734 (woman-use-symbol-font): New defcustom.
10735 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10736 "Emulation".
10737 Many functions: Doc fix.
10738
10739 2000-05-22 Kenichi Handa <handa@etl.go.jp>
10740
10741 * international/quail.el (quail-simple-translation-keymap): Map
10742 128..255 to quail-self-insert-command.
10743 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10744
10745 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10746
10747 * help.el (help-manyarg-func-alist): Typo.
10748
10749 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10750 intervals which makes it heaps simpler.
10751
10752 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10753 the nested comment markers.
10754
10755 * subr.el (remove-hook): Don't turn the hook's value into a list.
10756
10757 2000-05-21 Dave Love <fx@gnu.org>
10758
10759 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10760 are invalid characters.
10761
10762 * international/mule-util.el (detect-coding-with-priority): Use
10763 mapc. Remove redundant lambda.
10764
10765 * international/mule-diag.el (list-non-iso-charset-chars)
10766 (describe-fontset): Remove redundant lambda.
10767
10768 * emulation/crisp.el (brief-mode): New alias.
10769
10770 * emacs-lisp/ring.el (ring-elements): New function.
10771
10772 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10773 (easy-menu-do-add-item): Use keywordp.
10774
10775 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10776
10777 * replace.el: Doc and error message fixes.
10778 (replace-highlight): Use facep, not internal-find-face.
10779
10780 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10781
10782 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10783
10784 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10785 (log-edit-insert-changelog): Drop `:' as well.
10786
10787 * log-view.el: Fix file description.
10788 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10789 available.
10790 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10791 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10792
10793 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10794 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10795 Print a status message if the toggle is called interactively.
10796 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10797 for global minor modes and use `defcustom' for them.
10798 Use add-minor-mode.
10799 (easy-mmode-define-derived-mode): Remove.
10800 (define-derived-mode): Fancier default docstring.
10801 (easy-mmode-define-navigation): Signal an error rather than (ding).
10802
10803 * newcomment.el (comment-styles): New `box-multi'.
10804 (comment-normalize-vars): Better default for comment-continue to
10805 avoid whitespace-only continuations.
10806 (comment-search-forward): Always move even in the no-syntax case.
10807 (comment-padright): Only obey N if it's only obeyed for padleft.
10808 (comment-make-extra-lines): Better handling of empty continuations.
10809 Use `=' for the filler if comment-start has only one character.
10810 (uncomment-region): Try handling the special `=' filler.
10811 (comment-region): Allow LINES even if MULTI is nil.
10812 (comment-box): Choose box style based on comment-style.
10813
10814 2000-05-20 Kenichi Handa <handa@etl.go.jp>
10815
10816 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
10817 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10818
10819 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
10820
10821 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10822 and insert, not subst-char-in-region.
10823
10824 * international/mule-diag.el (list-character-sets-1): Handle
10825 charsets eight-bit-control and eight-bit-graphic.
10826 (list-iso-charset-chars): Likewise.
10827 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10828 charactes as is. Use indent-to to align characters.
10829
10830 * international/mule-cmds.el (find-multibyte-characters): Never
10831 exclude charsets eight-bit-control and eight-bit-graphic.
10832
10833 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10834
10835 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10836 Don't quote lambdas.
10837
10838 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10839
10840 2000-05-19 Gerd Moellmann <gerd@gnu.org>
10841
10842 * gud.el (gud-jdb-directories): Doc fix.
10843
10844 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10845
10846 * newcomment.el: New file.
10847
10848 2000-05-19 Gerd Moellmann <gerd@gnu.org>
10849
10850 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
10851
10852 2000-05-18 Andreas Schwab <schwab@suse.de>
10853
10854 * dired.el (dired-between-files): Also skip lines beginning with
10855 `used'.
10856
10857 2000-05-18 Gerd Moellmann <gerd@gnu.org>
10858
10859 * msb.el (msb-menu-cond): Add choice `user'.
10860
10861 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10862
10863 * ps-print.el: Compatibility, customization and doc fix.
10864 (ps-printer-name-option): Replace defconst by defvar.
10865 (ps-postscript-code-directory): XEmacs compatibility.
10866 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10867 fix.
10868 (ps-user-defined-prologue, ps-print-prologue-header)
10869 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10870 compatibility and code fix.
10871 (ps-print-background-image, ps-print-background-text):
10872 Customization fix.
10873 (ps-line-number-start, ps-n-up-on): New vars.
10874
10875 2000-05-18 Espen Skoglund <esk@ira.uka.de>
10876
10877 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10878 the indent-comment function to just return the appropriate indent.
10879
10880 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10881
10882 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10883 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10884 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10885
10886 2000-05-18 Dave Love <fx@gnu.org>
10887
10888 * info.el (Info-fontify-node): Add intangible property as well as
10889 invisible.
10890
10891 * calendar/appt.el (appt-make-list): Match all lines of entry.
10892 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10893
10894 2000-05-18 Kenichi Handa <handa@etl.go.jp>
10895
10896 * international/mule-diag.el (describe-char-after): Call
10897 internal-char-font, not char-font. If internal-char-font returns
10898 nil, display "-- none --".
10899
10900 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10901
10902 * image.el (image-type-available-p): Don't reference image-types
10903 if it isn't bound.
10904
10905 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10906
10907 * autoarg.el (autoarg-mode): Typo in the :set argument.
10908
10909 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10910
10911 * startup.el (command-line-1): Don't signal an error if the
10912 directory for auto-save-list files does not yet exist.
10913
10914 2000-05-17 Kenichi Handa <handa@etl.go.jp>
10915
10916 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10917
10918 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10919
10920 * subr.el (remove-hook): `setq' hook-value, not `set'.
10921
10922 2000-05-16 Sam Steingold <sds@gnu.org>
10923
10924 * info.el (debug-ignored-errors): More errors to ignore.
10925
10926 2000-05-16 Dave Love <fx@gnu.org>
10927
10928 * cus-edit.el: Don't require cl or easymenu.
10929 (custom-variable-prompt): Test standard-value property, not
10930 user-variable-p.
10931
10932 2000-05-16 Sam Steingold <sds@gnu.org>
10933
10934 * subr.el (add-hook): `setq' hook-value, not `set'.
10935
10936 2000-05-16 Gerd Moellmann <gerd@gnu.org>
10937
10938 * startup.el (command-line-1): Mention the FAQ in the startup
10939 message.
10940
10941 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10942
10943 * progmodes/compile.el (compilation-parse-errors): Collect
10944 `nomessage' regexps last.
10945
10946 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10947
10948 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10949 to the function name.
10950
10951 2000-05-15 Dave Love <fx@gnu.org>
10952
10953 * speedbar.el (speedbar-recenter): Typo.
10954 (speedbar-expand-line): Make arg optional.
10955 (speedbar-mode): Avoid a compiler warning.
10956
10957 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10958
10959 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10960 user-specified option string is empty.
10961
10962 * mouse.el (mouse-yank-at-click): Doc fix.
10963
10964 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10965
10966 * term/internal.el (IT-character-translations): More updates of
10967 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10968 documents.
10969
10970 2000-05-15 Gerd Moellmann <gerd@gnu.org>
10971
10972 * env.el (getenv): New function, interactively callable.
10973 (setenv, getenv): Remove autoload cookies.
10974
10975 * loadup.el: Load `env'.
10976
10977 * progmodes/f90.el: Change author's mail address.
10978
10979 2000-05-14 Dave Love <fx@gnu.org>
10980
10981 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10982 goto-addr as an option.
10983
10984 * help.el (help-xref-stack): Doc fix.
10985 (help-xref-following): New variable.
10986 (help-make-xrefs): Use it.
10987 (help-xref-go-back): Use position information from stack element.
10988 (help-follow): Make position in stack element a pair. Use
10989 help-xref-following.
10990
10991 * autoarg.el: New file.
10992
10993 * faces.el: Declare more functions obsolete.
10994
10995 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10996 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10997 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10998 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10999 Remove all the setup-...-environment functions.
11000
11001 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11002
11003 * speedbar.el: Updated the commentary section. xemacs20p now uses
11004 >= when detecting. Require `defimage' safely.
11005 (speedbar-easymenu-definition-base): Add toggle for images.
11006 (speedbar-easymenu-definition-special): Add flush cache & expand.
11007 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11008 (speedbar-reconfigure-keymaps-hook): New variable.
11009 (speedbar-frame-parameters): Updated documentation.
11010 (speedbar-use-imenu-flag): Updated custom tag
11011 (speedbar-dynamic-tags-function-list): New variable.
11012 (speedbar-tag-hierarchy-method): Updated doc & custom.
11013 (speedbar-indentation-width, speedbar-indentation-width) New
11014 variables.
11015 (speedbar-hide-button-brackets-flag): Customizable.
11016 (speedbar-vc-indicator): Doc update.
11017 (speedbar-ignored-path-expressions): Updated default value.
11018 (speedbar-supported-extension-expressions): Updated default value.
11019 (speedbar-syntax-table): Remove {} paren status.
11020 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11021 as "+". Added overlay aliases.
11022 (speedbar-mode): Use `speedbar-mode-line-update' instead of
11023 `force-mode-line-update'.
11024 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11025 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11026 `mouse-set-point'
11027 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
11028 (speedbar-item-info-tag-helper): Revamped to handle a wider range
11029 of arbitrary text, and new helper functions.
11030 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11031 filename finder.
11032 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11033 (speedbar-directory-buttons): Update path search/expansion.
11034 (speedbar-make-tag-line): Pay attention to
11035 `speedbar-indentation-width'. Use more care w/ invisible
11036 properties.
11037 (speedbar-change-expand-button-char): Call
11038 `speedbar-insert-image-button-maybe'.
11039 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
11040 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11041 (speedbar-trim-words-tag-hierarchy)
11042 (speedbar-simple-group-tag-hierarchy): New functions
11043 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
11044 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11045 functions.
11046 (speedbar-mouse-set-point): New function
11047 (speedbar-power-click): Updated documentation.
11048 (speedbar-line-token, speedbar-goto-this-file): Handle more types
11049 of tag prefix text.
11050 (speedbar-expand-line, speedbar-contract-line): Make more robust
11051 to strange text.
11052 (speedbar-expand-line): Takes universal argument to flush the
11053 cache.
11054 (speedbar-flush-expand-line): New function.
11055 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11056 Use new generator insertion method.
11057 (speedbar-fetch-dynamic-tags): New function.
11058 (speedbar-fetch-dynamic-imenu): Removed code now handled in
11059 `speedbar-fetch-dynamic-imenu'.
11060 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11061 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11062 "Revert Buffer" menu items.
11063 (speedbar-buffer-buttons-engine): Be smarter when creating a
11064 filename tag (for expansion purposes.).
11065 (speedbar-highlight-one-tag-line,
11066 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11067 (speedbar-recenter): New functions.
11068 (defimage-speedbar): Image loading abstraction.
11069 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11070 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11071 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11072 (speedbar-tag-type, speedbar-tag-mail): New images.
11073 (speedbar-expand-image-button-alist): New variable.
11074 (speedbar-insert-image-button-maybe): Insert an image over some
11075 buttons.
11076
11077 2000-05-13 Kenichi Handa <handa@etl.go.jp>
11078
11079 * international/mule-cmds.el (encode-coding-char): An ASCII
11080 character is always encodable.
11081
11082 * international/mule-conf.el: Add more information in descriptions
11083 of character sets.
11084
11085 * international/mule-diag.el (describe-char-after): New function.
11086 (describe-font-internal): Adjusted for the change of font-info.
11087 (describe-font): Likewise.
11088 (print-fontset): Rewritten for the new fontset implementation.
11089 (describe-fontset): Include fontset alias names in completion.
11090 (list-fontsets): Adjusted for the change of print-fontset.
11091
11092 * simple.el (what-cursor-position): If DETAIL is non-nil, call
11093 describe-char-after instead of displaying the detail in the echo
11094 area.
11095 (syntax-code-table): Format changed.
11096 (string-to-syntax): Adjusted for the above change.
11097
11098 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
11099
11100 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11101
11102 2000-05-12 Dave Love <fx@gnu.org>
11103
11104 * calendar/todo-mode.el: Remove some compatibility stuff and CL
11105 dependence. Use line-{beginning,end}-position, not
11106 point-at{b,e}ol. Some doc fixes.
11107 (todo-position): New function. Fix callers of position to use it.
11108 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11109
11110 2000-05-12 Gerd Moellmann <gerd@gnu.org>
11111
11112 * time.el (display-time-mail-icon): Use `:ascent center'.
11113
11114 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11115 handling FTP security extensions.
11116
11117 2000-05-11 Dave Love <fx@gnu.org>
11118
11119 * calendar/todo-mode.el: New file.
11120
11121 2000-05-11 Gerd Moellmann <gerd@gnu.org>
11122
11123 * comint.el (comint-read-input-ring): Move reference to
11124 comint-input-ring-size outside of the save-excursion. It was
11125 causing the default value to be the only one ever seen.
11126
11127 * font-lock.el: Update copyright. Remove Simon Marshall's email
11128 address on request from him.
11129
11130 * subr.el (substitute-key-definition): Add comment describing
11131 the meaning of PREFIX.
11132
11133 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
11134
11135 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11136
11137 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11138 (add-minor-mode): Don't make the variable buffer-local and add a
11139 reference to define-minor-mode in the docstring.
11140
11141 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11142 HEADER/FOOTER and fix bug with trailing empty directory.
11143 (cvs-append-to-ignore): Use vc-editable-p if available.
11144 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11145 (vc-do-command): Tweak advice to handle the new VC.
11146
11147 * log-view.el (log-view-goto-rev): New function for the new VC.
11148 (log-view-minor-wrap): Use mark-active.
11149
11150 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11151 (log-edit-changelog-full-paragraphs): New var.
11152 (log-edit-insert-changelog): Remove a lonely leading `* file'.
11153 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11154 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11155 (log-edit-changelog-ours-p, log-edit-changelog-entries)
11156 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11157 Replace the `cvs' prefix with `log-edit'.
11158
11159 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11160
11161 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11162 (diff-font-lock-defaults): Explicitly turn off multiline.
11163 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11164 (diff-ediff-patch): Fix call to ediff-patch-file.
11165 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11166 Handle comments.
11167
11168 * frame.el (automatic-hscrolling): Typo.
11169
11170 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11171
11172 2000-05-09 Sam Steingold <sds@goems.com>
11173
11174 * apropos.el (apropos-print): use `describe-face' instead of
11175 `customize-face-other-window'.
11176
11177 2000-05-09 Dave Love <fx@gnu.org>
11178
11179 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11180
11181 * help.el (describe-variable): Have customize button pop the
11182 help-xref stack when invoked.
11183 (help-xref-symbol-regexp): Add `face'.
11184 (help-make-xrefs): Check for quoted face names and adapt regexp
11185 submatch numbers to cope.
11186 (help-xref-interned): Maybe insert face doc too. Separate
11187 sections with a line of hyphens.
11188
11189 * faces.el: Some doc fixes. Declare some functions obsolete.
11190 (describe-face): Add customize button. Return the help
11191 text. Fix prompt.
11192
11193 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
11194
11195 * term/internal.el (IT-character-translations): Fix last change.
11196
11197 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11198
11199 * woman.el: New file
11200 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11201
11202 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11203
11204 * term/internal.el (IT-character-translations): Update ASCII
11205 simulations for greek-iso8859-7, add latin-iso8859-14 and
11206 latin-iso8859-15.
11207
11208 * international/mule-cmds.el (set-language-info-alist): Call
11209 define-prefix-command with 3 arguments, to make the map suitable
11210 for a menu.
11211
11212 2000-05-07 Dave Love <fx@gnu.org>
11213
11214 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
11215
11216 2000-05-05 Dave Love <fx@gnu.org>
11217
11218 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11219 list in doc string. Don't quote keyword symbols.
11220 * emacs-lisp/cl.el: Likewise
11221 * emacs-lisp/cl-seq.el: Likewise
11222
11223 2000-05-05 Gerd Moellmann <gerd@gnu.org>
11224
11225 * abbrev.el (abbrev-mode): Make ARG optional.
11226
11227 2000-05-04 Gerd Moellmann <gerd@gnu.org>
11228
11229 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11230
11231 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11232
11233 * subr.el (substitute-key-definition): Clarify documentation.
11234
11235 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
11236
11237 * glasses.el (glasses-convert-to-unreadable): Use
11238 `glasses-separator' instead of the hard-wired "_".
11239 (glasses-mode): Call `glasses-make-unreadable' only in a single
11240 place.
11241
11242 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
11243
11244 * term/internal.el (cjk-codepages-alist): Add associations for
11245 Chinese and Korean codepages. Remove FIXME comment.
11246
11247 2000-05-03 Dave Love <fx@gnu.org>
11248
11249 * time.el (display-time-mail-face, display-time-use-mail-icon):
11250 New option.
11251 (display-time-mail-icon): New variable.
11252 (display-time-string-forms): Use the above. Fix the local-map.
11253
11254 2000-05-03 Gerd Moellmann <gerd@gnu.org>
11255
11256 * replace.el (query-replace-map): Add binding for `E'.
11257 (query-replace-help): Extend help text.
11258 (perform-replace): Allow editing the replacement string.
11259
11260 * make-mode.el (makefile-mode-abbrev-table): New variable.
11261 (makefile-mode): Set local abbrev table to
11262 makefile-mode-abbrev-table.
11263 (makefile-font-lock-keywords): Fontify includes and conditionals.
11264
11265 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
11266 set TOGGLE's value.
11267
11268 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
11269 mail-interactive-insert-alias.
11270 (mail-abbrev-complete-alias): New command.
11271 (mail-mode-map): Bind it to `M-TAB'.
11272
11273 2000-05-03 Kenichi Handa <handa@etl.go.jp>
11274
11275 * language/lao-util.el (lao-compose-region): New function.
11276
11277 2000-05-02 Gerd Moellmann <gerd@gnu.org>
11278
11279 * files.el (recover-session): Make directories as necessary
11280 if they don't exist yet.
11281
11282 * calendar/cal-french.el
11283 (french-calendar-multibyte-special-days-array)
11284 (french-calendar-special-days-array): Change French text.
11285 (calendar-french-date-string): Change output.
11286 (calendar-goto-french-date): Likewise.
11287
11288 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
11289
11290 * wid-edit.el (widget-default-active): Obey `:always-active'.
11291 (widget-documentation-string-value-create): Set `:always-active'.
11292
11293 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11294
11295 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11296 default prefix to `~/_emacs.d/auto-save.list/_s'.
11297 (normal-top-level): Create the directory for auto-save files, if
11298 it doesn't already exist (in the ms-dos case only).
11299
11300 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11301
11302 * international/mule-cmds.el (set-language-environment): Don't
11303 concat an integer (dos-codepage), use format instead.
11304
11305 2000-05-02 Dave Love <fx@gnu.org>
11306
11307 * help.el (help-xref-on-pp): Check for constant symbols.
11308
11309 2000-04-29 Gerd Moellmann <gerd@gnu.org>
11310
11311 * startup.el (normal-top-level): Put a condition-case around
11312 the code loading subdirs.el.
11313
11314 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11315
11316 * ps-print.el: Upside-down and face background color printing,
11317 line number step, doc fix.
11318 (ps-print-version): New version number (5.2).
11319 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11320 (ps-face-attribute-list, ps-plot-with-face): Code fix.
11321 (ps-spool-config): Var fix.
11322 (ps-printer-name-option): Const fix.
11323 (ps-print-upside-down, ps-use-face-background)
11324 (ps-line-number-step): New vars.
11325 (ps-window-system, ps-lp-system): New consts.
11326 (ps-face-background): New fun.
11327
11328 2000-04-28 Richard Stallman <rms@gnu.org>
11329
11330 * files.el (make-auto-save-file-name):
11331 Apply auto-save-file-name-transforms to visited file name
11332 before generating auto save file name.
11333 (auto-save-file-name-transforms): New variable.
11334
11335 * files.el (backup-enable-predicate):
11336 Correctly test for a file under a temporary directory.
11337
11338 2000-04-28 Gerd Moellmann <gerd@gnu.org>
11339
11340 * subr.el (add-minor-mode): Rewritten.
11341
11342 2000-04-28 Kenichi Handa <handa@etl.go.jp>
11343
11344 * mail/sendmail.el (sendmail-send-it): Set
11345 buffer-file-coding-system to the selected coding system for MIME
11346 header.
11347
11348 2000-04-27 Gerd Moellmann <gerd@gnu.org>
11349
11350 * dired.el (dired-move-to-filename-regexp): Allow format where
11351 YYYY is followed by two spaces.
11352
11353 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11354 in the second character class of the regexp.
11355
11356 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11357 mh-etc, too.
11358
11359 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11360 nil.
11361
11362 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11363
11364 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11365 argument.
11366
11367 2000-04-27 Sen Nagata <sen@eccosys.com>
11368
11369 * emacs-lisp/crm.el (crm-completion-table): New variable.
11370 (crm-collection-fn, crm-test-completion)
11371 (completing-read-multiple): Use it.
11372
11373 2000-04-27 Dave Love <fx@gnu.org>
11374
11375 * help.el (locate-library): Use mapc.
11376 (help-manyarg-func-alist): Add call-process-region.
11377
11378 2000-04-26 Gerd Moellmann <gerd@gnu.org>
11379
11380 * subr.el (add-minor-mode): Make argument MAP optional.
11381
11382 * desktop.el (desktop-save): Save list of minor modes.
11383 (desktop-create-buffer): Restore minor modes.
11384 (desktop-minor-mode-table): New user-option.
11385
11386 * subr.el (add-minor-mode): New function.
11387
11388 * image.el (find-image): New function.
11389 (defimage): Rewritten to find image at load time.
11390
11391 * startup.el (normal-top-level-add-to-load-path): Handle
11392 case that the default directory is not in load-path.
11393
11394 * help.el: Old patch from Stefan Monnier.
11395 (help-xref-on-pp): New function.
11396 (describe-variable): Use it to display xrefs in a symbol's value.
11397
11398 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11399
11400 * cus-edit.el (custom-face): Fix parenthesis.
11401
11402 2000-04-26 Kenichi Handa <handa@etl.go.jp>
11403
11404 * mail/rmail.el (rmail-expunge): When there are no deleted
11405 messages, do nothing.
11406
11407 2000-04-26 Dave Love <fx@gnu.org>
11408
11409 * international/mule-cmds.el (locale-translation-file-name):
11410 Defvar to nil.
11411 (set-locale-environment): Set it here (at runtime).
11412
11413 2000-04-25 Gerd Moellmann <gerd@gnu.org>
11414
11415 * replace.el (perform-replace): Add parameters START and END. Use
11416 them instead of the check for a region in Transient Mark mode.
11417 (query-replace-read-args): Return two more list elements for the
11418 start and end of the region in Transient Mark mode.
11419 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11420 (map-query-replace-regexp, replace-string, replace-regexp): Add
11421 optional last arguments START and END and pass them to
11422 perform-replace.
11423
11424 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11425 form with additional arguments for perform-replace.
11426
11427 * progmodes/etags.el (tags-query-replace): Add parameters START
11428 and END. Construct a form with additional arguments for
11429 perform-replace.
11430
11431 * simple.el (shell-command): Set default directory for "*Shell
11432 Command Output" buffer.
11433
11434 * language/european.el (iso-latin-4): Fix typo.
11435
11436 * emacs-lisp/crm.el: New file.
11437
11438 2000-04-24 Dave Love <fx@gnu.org>
11439
11440 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11441 (Custom-reset-saved, Custom-reset-standard)
11442 (custom-group-value-create, custom-group-set, custom-group-save)
11443 (custom-group-reset-current, custom-group-reset-saved)
11444 (custom-group-reset-standard): Use mapc.
11445 (custom-buffer-create-internal): Disable undo when creating items.
11446 Use mapc.
11447 (custom-face): Avoid redundant lambda.
11448
11449 2000-04-24 Gerd Moellmann <gerd@gnu.org>
11450
11451 * startup.el (auto-save-list-file-prefix): Set default to
11452 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11453
11454 2000-04-24 Sam Steingold <sds@gnu.org>
11455
11456 * time-stamp.el (time-stamp-string-preprocess): Always convert
11457 `field-result' to a string.
11458
11459 2000-04-24 Gerd Moellmann <gerd@gnu.org>
11460
11461 * frame.el (scrolling): New group.
11462 (automatic-hscrolling): New user-option.
11463
11464 * startup.el (command-line-x-option-alist): Add `-lsp' and
11465 `--line-spacing'.
11466
11467 2000-04-19 Dave Love <fx@gnu.org>
11468
11469 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11470 (cl-mapc): Rename from mapc. Fix the funcall.
11471
11472 2000-04-19 Gerd Moellmann <gerd@gnu.org>
11473
11474 * simple.el (clone-indirect-buffer-other-window): New command.
11475 (clone-indirect-buffer): Add optional arg NORECROD.
11476 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11477
11478 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11479
11480 * window.el (count-screen-lines): New function.
11481 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11482 instead of window-buffer-height.
11483
11484 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11485 non-existing variable comint-input-sentinel.
11486 (inferior-lisp-args-to-list): Removed.
11487 (inferior-lisp): Use split-string instead of
11488 inferior-lisp-args-to-list.
11489
11490 * hexl.el (hexl-insert-hex-string): New command.
11491
11492 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11493 instead of concat.
11494
11495 2000-04-18 Gerd Moellmann <gerd@gnu.org>
11496
11497 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11498 at the start of an existing but empty folder.
11499
11500 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11501
11502 * ps-mule.el: Customization fix, doc fix.
11503 (ps-multibyte-buffer): Customization fix.
11504
11505 2000-04-17 Richard M. Stallman <rms@gnu.org>
11506
11507 * subr.el (read-passwd): Use read-char-exclusive.
11508
11509 2000-04-17 Gerd Moellmann <gerd@gnu.org>
11510
11511 * textmodes/texinfo.el (texinfo-insert-@email)
11512 (texinfo-insert-@emph, texinfo-insert-@quotation)
11513 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11514 (texinfo-mode-map): Add key bindings for them.
11515
11516 * files.el (basic-save-buffer-2): Use a template with `$'
11517 instead of `#' for VMS.
11518
11519 * simple.el (clone-indirect-buffer): New function.
11520
11521 2000-04-16 Stephen Eglen <stephen@gnu.org>
11522
11523 * iswitchb.el (iswitchb-case): New function. If the user input
11524 contains any upper-case characters, the search is made
11525 case-sensitive.
11526
11527 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11528
11529 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11530 comment-end.
11531 (texinfo-font-lock-syntactic-keywords): New var.
11532 (texinfo-font-lock-keywords): Remove comment regexp.
11533 (texinfo-insert-block): New function.
11534 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
11535 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11536 and font-lock-defaults. Use regexp-opt for outline-regexp.
11537 (texinfo-environments): New var.
11538 (texinfo-environment-regexp): Use regexp-opt and
11539 texinfo-environments.
11540
11541 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11542 ispell-process is bound since this might be eval'd before ispell
11543 is loaded.
11544 (ispell-message): Use a tiny bit less magic and a bit more hard
11545 data to figure out what kind of sc-cite-regexp to use.
11546
11547 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11548
11549 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11550 (insert-cyclic-diary-entry): Unquote the lambda.
11551
11552 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11553
11554 * files.el (backup-enable-predicate): Unquote the lambda.
11555
11556 * cus-edit.el (custom-face, face): Unquote the lambda.
11557
11558 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11559
11560 * ps-print.el: Check for line-beginning-position definition.
11561
11562 * ps-print.el: Fix counting lines in a region.
11563 (ps-print-version): New version number (5.1.5).
11564 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11565 (ps-printing-region): Fun code fix.
11566
11567 2000-04-15 Gerd Moellmann <gerd@gnu.org>
11568
11569 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11570 to file-directory-p.
11571
11572 2000-04-14 Gerd Moellmann <gerd@gnu.org>
11573
11574 * gud.el (gud-jdb-build-source-files-list): Check that directory
11575 exists before calling directory-files.
11576
11577 2000-04-13 Dave Love <fx@gnu.org>
11578
11579 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11580 syntax.
11581
11582 * emacs-lisp/cl-specs.el: Remove when, unless.
11583
11584 * emacs-lisp/cl-extra.el: Don't quote keywords.
11585 (cl-old-mapc): New variable.
11586 (mapc): Use it.
11587 (cl-map-intervals): Use with-current-buffer. Don't check for
11588 next-property-change.
11589 (cl-map-overlays): Use with-current-buffer.
11590 (cl-expt): Remove.
11591 (copy-tree, remprop): Define unconditionally.
11592
11593 * emacs-lisp/cl-compat.el (keywordp): Remove.
11594
11595 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11596 to use keywordp.
11597 (edebug-spec): Enable keywordp.
11598
11599 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11600 string-lessp.
11601
11602 * cus-start.el: Use keywordp.
11603
11604 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11605
11606 * diary-lib.el (include-other-diary-files): Fix the fix of
11607 2000-02-18 by doing a save-excursion.
11608
11609 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11610
11611 * ps-print.el: Customization fix, doc fix.
11612 (ps-print-version): New version number (5.1.4).
11613 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11614 (ps-print-preprint): Adjust code.
11615 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11616 (ps-print-prologue-header, ps-print-control-characters)
11617 (ps-spool-config): Customization fix.
11618
11619 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11620
11621 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11622 converted to the new menu-item format, names silightly changed,
11623 help strings added.
11624
11625 Support for spelling without async subprocesses:
11626
11627 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11628 (ispell-session-buffer): New variables.
11629 (ispell-start-process, ispell-process-status,
11630 ispell-accept-output, ispell-send-string): New functions, for
11631 Ispell invocation when async subprocesses aren't supported.
11632 (ispell-word, ispell-pdict-save, ispell-command-loop,
11633 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11634 to process-send-string with calls to ispell-send-string, and
11635 accept-process-output with ispell-accept-output.
11636 (ispell-init-process): Call ispell-process-status instead of
11637 process-status with.
11638 (ispell-init-process): Call ispell-start-process. Call
11639 ispell-accept-output and ispell-send-string. Don't call
11640 process-kill-without-query and kill-process if they are unbound.
11641 (ispell-async-processp): New function.
11642
11643 2000-04-12 Dave Love <fx@gnu.org>
11644
11645 * info.el: Add debug-ignored-errors.
11646 (Info-mode-menu): Add some items.
11647 (Info-directory): Add autoload cookie.
11648
11649 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11650 Modify `truncate-lines'. Make `describe-language-environment'
11651 always visible and add help. Modify `describe-key' help. Invoke
11652 Info-directory from `info'. New entry `emacs-manual'.
11653
11654 2000-04-10 Gerd Moellmann <gerd@gnu.org>
11655
11656 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11657 propertized-buffer-identification.
11658 (ebrowse-update-member-buffer-mode-line): Likewise.
11659 (ebrowse--mode-strings): Removed.
11660 (ebrowse--mode-line-props): Removed.
11661
11662 * files.el (auto-mode-alist): Add `EBROWSE'.
11663
11664 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11665 space before testing for end of buffer.
11666 (ebrowse-load): Removed.
11667 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11668 (ebrowse-create-tree-buffer): Rewritten.
11669 (ebrowse-tree-mode): Read tree from buffer.
11670
11671 * progmodes/ebrowse-ffh.el: Removed.
11672
11673 2000-04-10 Kenichi Handa <handa@etl.go.jp>
11674
11675 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11676
11677 2000-04-10 Gerd Moellmann <gerd@gnu.org>
11678
11679 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11680 at the wrong place.
11681
11682 2000-04-09 Dave Love <fx@gnu.org>
11683
11684 * files.el (backup-enable-predicate): Use
11685 temporary-file-directory, small-temporary-file-directory.
11686 (make-backup-file-name-function, backup-directory-alist): New
11687 variables.
11688 (make-backup-file-name-1): New function.
11689 (make-backup-file-name): Use it.
11690 (find-backup-file-name): Likewise. Use format for clarity, not
11691 concat.
11692 (file-newest-backup): Use make-backup-file-name.
11693
11694 2000-04-09 Gerd Moellmann <gerd@gnu.org>
11695
11696 * progmodes/ebrowse-ffh.el: New file.
11697
11698 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11699 to ebrowse-ffh.el.
11700 (ebrowse-load): Add autoload.
11701
11702 * finder.el (finder-commentary): Add autoload cookie.
11703
11704 * mail/rfc2368.el: Correct author's email address.
11705
11706 * progmodes/ebrowse.el: New file.
11707
11708 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11709 item help string.
11710 (easy-menu-do-add-item): Ditto.
11711 (easy-menu-define): Extend doc string.
11712
11713 * jit-lock.el (with-buffer-unmodified): Use
11714 restore-buffer-modified-p.
11715 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11716 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11717 with-buffer-unmodified.
11718
11719 2000-04-08 Dave Love <fx@gnu.org>
11720
11721 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11722 unless, when.
11723
11724 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11725
11726 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11727 (viper-flash-search-pattern): No operation when using Emacs
11728 doesn't support face.
11729 Use `viper-put-on-search-overlay'.
11730
11731 2000-04-04 Gerd Moellmann <gerd@gnu.org>
11732
11733 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11734 like C-r.
11735
11736 * progmodes/make-mode.el: Some doc fixes.
11737 (makefile-mode-abbrev-table): New variable.
11738 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11739 (makefile-font-lock-keywords): Fontify includes and conditionals.
11740 (toplevel): Require `dabbrev' and `add-log' when compiling.
11741
11742 * replace.el (perform-replace): Don't move forward one char
11743 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11744 to do that because it leaves point 1 position after the last
11745 replacement, after everything has been replaced.
11746
11747 * jit-lock.el (with-buffer-unmodified): New macro.
11748 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11749 modified state.
11750 (jit-lock-function-1): Extracted from jit-lock-function; not
11751 preserving buffer's modified state.
11752 (jit-lock-function, jit-lock-stealth-fontify): Call
11753 jit-lock-function-1.
11754
11755 * mail/rfc2368.el: Remove supernumerary copyright line.
11756
11757 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
11758
11759 * glasses.el: Provide facilities for inserting space before left
11760 parentheses and uncapitalization of identifiers.
11761 (glasses-mode): Try to remove old overlays in all cases.
11762
11763 2000-04-03 Gerd Moellmann <gerd@gnu.org>
11764
11765 * progmodes/compile.el (compile-internal): Display the compilation
11766 buffer in a different frame, if it's already displayed there.
11767
11768 * mail/rfc2368.el: New file.
11769
11770 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11771 header and insert its value as mail body.
11772
11773 * subr.el (member-ignore-case): New function.
11774
11775 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11776 (dabbrev--find-expansion): Ignore buffers matching a regexp
11777 from dabbrev-ignored-regexps.
11778
11779 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11780 to extensions handled by gzip.
11781
11782 2000-04-03 Richard M. Stallman <rms@gnu.org>
11783
11784 * files.el (insert-directory): List the total free space
11785 along with the used space.
11786
11787 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11788 line is followed by one that matches CITATION-REGEXP, end the
11789 paragraph.
11790
11791 2000-04-03 Markus Rost <rost@delysid.gnu.org>
11792
11793 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11794 (rmail-make-basic-summary-line): Use that option.
11795
11796 2000-04-03 Kenichi Handa <handa@etl.go.jp>
11797
11798 * international/mule-cmds.el (encoded-string-description):
11799 Rewritten. Try pretty description for ISO 2022 escape sequences
11800 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11801 for hexadecimal format.
11802
11803 2000-04-01 Dave Love <fx@gnu.org>
11804
11805 * cpp.el: Change customization group to `c' from `C'.
11806
11807 * vcursor.el (vcursor-move): Use display-color-p.
11808
11809 * international/mule-util.el: Provide mule-utils.
11810 (string-to-sequence): Simplify and speed up.
11811
11812 * international/mule.el (make-coding-system): Purecopy doc-string.
11813
11814 * international/mule-cmds.el: Various menu changes.
11815 (describe-specified-language-support): Handle `Default'.
11816 (set-language-info): Purecopy `info'.
11817
11818 2000-03-31 Andrew Innes <andrewi@gnu.org>
11819
11820 * vc.el (vc-backend-diff): Return the correct status if we had to
11821 retry the rcsdiff command without the --brief option.
11822
11823 2000-03-31 Dave Love <fx@gnu.org>
11824
11825 * help.el (help-manyarg-func-alist): Correct several omissions.
11826
11827 * add-log.el: Don't require cl, fortran.
11828 (add-log-current-defun-function): Doc fix.
11829 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11830 fix.
11831 (change-log-version-rcs): Function deleted.
11832 (change-log-version-number-search): Doc fix. Use
11833 vc-workfile-version. Avoid CL dolist.
11834 (add-change-log-entry): Just call add-log-current-defun to get
11835 defun. Simplify somewhat.
11836 (change-log-get-method-definition-1): Likewise.
11837 (add-log-current-defun): Return nil if calling
11838 add-log-current-defun-function does so. Move Fortran stuff to
11839 fortran.el. Return string without properties.
11840
11841 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11842 and :alpha: char classes.
11843
11844 * mail/supercite.el: Defvar curline when compiling.
11845 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11846 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11847 rather than a-zA-Z0-9 to allow non-ASCII characters.
11848
11849 2000-03-31 Gerd Moellmann <gerd@gnu.org>
11850
11851 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11852
11853 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11854 Re-enable new code.
11855
11856 * lpr.el (print-region-1): Use -d to specify printer name for
11857 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11858
11859 2000-03-31 Dave Love <fx@gnu.org>
11860
11861 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11862 for function definition in symbol's function value slot first
11863 instead of first consulting byte-compile-function-environment.
11864
11865 2000-03-31 Kenichi Handa <handa@etl.go.jp>
11866
11867 * language/european.el ("Polish"): New language environment.
11868 (setup-polish-environment): New function.
11869
11870 2000-03-30 Gerd Moellmann <gerd@gnu.org>
11871
11872 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11873 Disable new code.
11874
11875 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11876 trying to `load' the symbol of an autoload instead of the file
11877 recorded in the autoload. Fix error messages.
11878
11879 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11880
11881 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11882 (ps-print-version): New version number (5.1.3).
11883 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11884 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11885 (ps-generate-postscript-with-faces): Code fix.
11886 (ps-color-values): XEmacs compatibility.
11887 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11888 (ps-default-fg, ps-default-bg): Adjust customization.
11889 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11890 (ps-color-scale): Renaming old ps-color-value fun.
11891 (ps-print-headers): Replace ps-print-header group to avoid conflict
11892 with ps-print-header variable.
11893 (ps-print-miscellany): New group.
11894 (ps-format-color, ps-rgb-color): New funs.
11895 (ps-default-foreground): New var.
11896 (ps-printer-name-option): New const.
11897
11898 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11899
11900 * net/net-utils.el:
11901 (network-connection-host, network-connection-service): New variables
11902 (network-connection-mode): New mode, derived from comint-mode
11903 (network-connection-mode-setup): New function, saves host and
11904 service information in local variables.
11905
11906 * lisp/locate.el:
11907 (locate-word-at-point): Added this function
11908 (locate): Default to using locate-word-at-point as input
11909 Run dired-mode-hook
11910
11911 2000-03-29 Dave Love <fx@gnu.org>
11912
11913 * calendar/appt.el: Doc fixes.
11914 (appt-check): Convert min-to-app to a string before passing to
11915 appt-disp-window-function or concat.
11916 (appt-delete-window): Remove test for frame-root-window.
11917 (appt-select-lowest-window, appt-convert-time): Simplify.
11918
11919 * emacs-lisp/bytecomp.el: Doc fixes.
11920 (byte-compile-file-form-autoload): Update
11921 byte-compile-function-environment.
11922
11923 2000-03-29 Andreas Schwab <schwab@suse.de>
11924
11925 * emacs-lisp/autoload.el: Also print defsubst doc string
11926 specially.
11927
11928 * dired.el (dired-insert-directory): If dired-free-space-program
11929 failed just delete its output.
11930
11931 2000-03-29 Dave Love <fx@gnu.org>
11932
11933 * international/iso-cvt.el: Move provide to end. Doc fixes.
11934 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11935 (iso-iso2sgml, iso-sgml2iso): New functions.
11936 (iso-cvt-define-menu): Fix some entries and use backquote for
11937 clarity.
11938
11939 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11940
11941 2000-03-28 Gerd Moellmann <gerd@gnu.org>
11942
11943 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11944 ISO-DATE. If non-nil, return date in ISO 8601 format.
11945
11946 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11947
11948 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11949 if it ever becomes used.
11950 (log-edit-mode-hook): Default to vc-log-mode-hook.
11951 (log-edit-mode): Fix the docstring.
11952
11953 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11954 the code.
11955
11956 2000-03-26 Dave Love <fx@gnu.org>
11957
11958 * net/browse-url.el (browse-url): Re-fix case of
11959 browse-url-browser-function being an alist.
11960 (browse-url): Add :link to defgroup.
11961
11962 * files.el: Doc fixes.
11963 (file-truename): Include `[' in wildcard characters.
11964 (automount-dir-prefix): Customize.
11965 (find-file-wildcards): Add :version.
11966 (find-file-noselect): Simplify a mapcar call.
11967
11968 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11969 compatible with inf-lisp version.
11970 (eval-defun-1): Fix custom-declare-variable case.
11971
11972 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11973
11974 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11975
11976 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11977
11978 * Makefile (COMPILE_FIRST): New macro.
11979 (compile-files): Compile files from COMPILE_FIRST first.
11980
11981 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11982 code.
11983
11984 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11985 matching open parenthesis in column 0 to defun-prompt-regexp
11986 only if open-paren-in-column-0-is-defun-start is set.
11987
11988 * sun-curs.el: Require CL at compile-time only.
11989
11990 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11991 instead of copy-list which is a function from CL.
11992 (msb--choose-menu, msb--mode-menu-cond)
11993 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11994 (msb--init-file-alist): Use mapcar instead of mapcan.
11995 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11996 `(' in column 0 in doc string.
11997 (msb--add-separators): Use mapcar instead of mapcan.
11998
11999 * cus-dep.el: Require CL at compile-time only.
12000
12001 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12002
12003 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12004 (byte-compile-warnings): New warning `noruntime'.
12005 (byte-compile-constants, byte-compile-variables): Fix docstring.
12006 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12007 execute `eval-whenc-compile's body.
12008 (byte-compile-unresolved-functions): Fix docstring.
12009 (byte-compile-eval): New function.
12010 (byte-compile-callargs-warn): Check if the function will be available
12011 at runtime (via property `byte-compile-noruntime').
12012 (byte-compile-print-syms): New function.
12013 (byte-compile-warn-about-unresolved-functions): Also warn about
12014 `noruntime' functions (and use `byte-compile-print-syms').
12015 (byte-compile-file): Capitalize the message.
12016
12017 2000-03-24 Gerd Moellmann <gerd@gnu.org>
12018
12019 * mail/rmail.el (rmail-confirm-expunge): New user-option.
12020 (rmail-expunge): Ask for confirmation depending on the setting
12021 of rmail-confirm-expunge.
12022
12023 2000-03-23 Gerd Moellmann <gerd@gnu.org>
12024
12025 * Makefile (bootstrap-clean): If $(emacs) exists, build
12026 loaddefs.el first. A loaddefs.el that's not up-to-date might
12027 cause a bootstrap failure because things don't autoload as
12028 expected.
12029
12030 2000-03-23 Dave Love <fx@gnu.org>
12031
12032 * net/browse-url.el: Restore previous use of
12033 browse-url-maybe-new-window.
12034
12035 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12036
12037 * ps-print.el: Skip banner page fix.
12038 (ps-print-version): New version number (5.1.2).
12039 (ps-begin-file, ps-end-file, ps-generate): Code fix.
12040
12041 2000-03-23 Dave Pearson <davep@davep.org>
12042
12043 * net/quickurl.el Changed the type of parameter passed to the
12044 function defined by `quickurl-format-function'. Before only the
12045 text of the URL was passed. Now the whole URL structure is passed
12046 and the function is responsible for extracting the parts it
12047 requires. Changed the default of `quickurl-format-function'
12048 accordingly.
12049 (quickurl-insert): Changed the `funcall' of
12050 `quickurl-format-function' to match the above change.
12051 (quickurl-list-insert): Changed the `url' case so that it makes
12052 use of `quickurl-format-function', previous to this the format was
12053 hard wired.
12054
12055 2000-03-22 Gerd Moellmann <gerd@gnu.org>
12056
12057 * startup.el: Change some spellings for the X Window System.
12058
12059 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
12060
12061 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12062 up the code and the regexp and make sure the cursor is temporarily
12063 moved to the suspicious line while querying the user.
12064
12065 2000-03-22 Jason Rumney <jasonr@gnu.org>
12066
12067 * w32-fns.el (w32-charset-info-alist): Initialize.
12068
12069 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12070
12071 * ps-print.el: N-up last page fix.
12072 (ps-print-version): New version number (5.1.1).
12073 (ps-end-file, ps-end-job, ps-generate): Code fix.
12074
12075 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12076
12077 * files.el (find-file-run-dired): Update docstring.
12078 (find-directory-functions): New hook.
12079 (find-file-noselect): Run find-directory-functions rather than
12080 calling dired directly.
12081
12082 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12083
12084 * pcvs.el: Add a minimal leading commentary.
12085 (cvs-make-cvs-buffer): Change the header part by removing the startup
12086 message and adding a `Module' entry. Also replace the FOOTER and
12087 HEADER special fileinfos with the new support in ewoc for updating
12088 its own footer and header.
12089 (cvs-update-header): Update to use the header/footer of the ewoc.
12090 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12091 (cvs-is-within-p): New function.
12092 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12093 to only examine some subset of the buffers.
12094
12095 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12096 `format' instead of our own ad-hoc functions.
12097 Remove HEADER and FOOTER cases, now handled in the EWOC.
12098 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12099
12100 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12101 output to avoid scaring the user.
12102 (cvs-parse-table): Catch message for non-up-to-date commits.
12103
12104 * pcvs-defs.el (cvs-startup-message): Remove.
12105 (cvs-global-menu): New autoloaded menu.
12106
12107 * pcvs-util.el (cvs-string-fill): Remove.
12108
12109 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12110 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12111 PP part of it and also make it work for footers and headers.
12112 (ewoc-create): Drop POS and BUFFER arguments.
12113 Use the DLL's dummy node to store the end-of-footer position.
12114 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12115 (ewoc-refresh): Remove unused `header' variable.
12116 (ewoc-(get|set)-hf): New functions.
12117
12118 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12119 log-view-*-(message|file) and use easy-mmode-define-navigation.
12120 (log-view-message-re): Match SCCS format as well.
12121 And match the revision line rather than the dashed separator line.
12122 (log-view-mode): Use the new define-derived-mode.
12123 (log-view-current-tag): Fill in with an actual implementation.
12124
12125 * cvs-status.el (cvs-status-(prev|next)): Rename from
12126 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12127 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12128 to let the output "breathe" a little more (more readable).
12129 (cvs-status-mode): Use the new define-derived-mode.
12130
12131 * smerge-mode.el (smerge-auto-leave): New function and variable.
12132 (smerge-basic-map): Rename from smerge-basic-keymap.
12133 Change the bindings for smerge-diff-*.
12134 (smerge-*-map): Use easy-mmode-defmap.
12135 (smerge-(next|prev)): Use easy-mmode-define-navigation.
12136 (smerge-keep-*): Use smerge-auto-leave.
12137
12138 2000-03-21 Jason Rumney <jasonr@gnu.org>
12139
12140 * cus-edit.el (custom-button-face): Use 3D look for w32.
12141 (custom-button-pressed-face): Likewise.
12142
12143 2000-03-21 Gerd Moellmann <gerd@gnu.org>
12144
12145 * progmodes/etags.el (tags-case-fold-search): New user-option.
12146 (tags-loop-eval): New function. Bind case-fold-search around eval
12147 depending on the value of tags-case-fold-search.
12148 (tags-loop-continue): Use tags-loop-eval.
12149 (find-tag-in-order): Bind case-fold-search depending on the value
12150 of tags-case-fold-search.
12151
12152 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12153
12154 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12155 (diff-end-of-hunk): Return the end position for use in
12156 `easy-mmode-define-navigation'.
12157 (diff-recenter): Remove.
12158 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12159 of `easy-mmode-define-navigation'.
12160 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12161 previous renaming) and fix to use new names.
12162 (diff-merge-strings): Use \n as separator: simpler, faster.
12163 (diff-mode): Use `define-derived-mode'.
12164
12165 * derived.el (define-derived-mode): Don't autoload anymore.
12166 Prefer the macro-only version provided by easy-mmode.el.
12167
12168 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12169 `easy-mmode-define-derived-mode'.
12170 Use `combine-run-hooks'.
12171 (easy-mmode-define-navigation): New macro.
12172
12173 * subr.el (combine-run-hooks): New function.
12174
12175 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
12176
12177 * term/x-win.el: Fontsets related initialization is simplified.
12178
12179 * international/mule-diag.el (describe-font): Don't refer to
12180 global-fontset-alist, instead call font-list.
12181 (describe-fontset, list-fontsets, mule-diag): Likewise.
12182 (print-fontset): Adjusted for the change of fontset
12183 implementation.
12184
12185 * international/fontset.el (x-charset-registries): Variable
12186 removed, instead the corresponding data is stored in the default
12187 fontset.
12188 (register-alternate-fontnames): Function removed.
12189 (resolved-ascii-font): Variable removed.
12190 (x-compose-font-name): Ignore the second argument REDOCE.
12191 (x-complement-fontset-spec): Complement only an ASCII font and
12192 element for those charsets than can use that ASCII font.
12193 (generate-fontset-menu): Don't refer to global-fontset-alist,
12194 instead call fontset-list.
12195 (uninstantiated-fontset-alist): Variable removed.
12196 (x-style-funcs-alist): Likewise.
12197 (fontset-default-styles): Likewise.
12198 (x-modify-font-name): Function removed.
12199 (create-fontset-from-fontset-spec): Ignore the argument
12200 STYLE-VARIANT.
12201 (create-fontset-from-ascii-font): Docsting adjusted for the above
12202 change.
12203 (instantiate-fontset, resolve-fontset-name): Functions removed.
12204 (fontset-list): Now implemented by C code.
12205
12206 * faces.el (read-face-font): Fix TABLE arg to completing-read.
12207 (describe-face): Include `font' attribute in the description.
12208
12209 2000-03-21 Kenichi Handa <handa@etl.go.jp>
12210
12211 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12212
12213 2000-03-20 Gerd Moellmann <gerd@gnu.org>
12214
12215 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12216 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12217 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
12218
12219 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12220 about behavior of set-buffer-modified-p wrt redisplay.
12221
12222 2000-03-19 Richard M. Stallman <rms@gnu.org>
12223
12224 * view.el (view-mode-disable): Kill local binding of view-read-only.
12225
12226 2000-03-18 Gerd Moellmann <gerd@gnu.org>
12227
12228 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12229 is a string, convert it to a syntax cell using string-to-syntax.
12230
12231 * simple.el (syntax-code-table, syntax-flag-table): New variables.
12232 (string-to-syntax): New function.
12233
12234 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12235 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
12236 try to use passive ftp mode.
12237
12238 2000-03-17 Gerd Moellmann <gerd@gnu.org>
12239
12240 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
12241
12242 * simple.el (append-to-buffer): Update point of windows after
12243 insertion.
12244
12245 * abbrev.el (inverse-add-abbrev): Identify word by first moving
12246 forward then moving backward. Reindent.
12247
12248 * frame.el (other-frame): Call x-focus-frame only if
12249 focus-follows-mouse is off.
12250
12251 2000-03-17 Dave Love <fx@gnu.org>
12252
12253 * pcvs-util.el (cvs-strings->string): Rename
12254 replace-regexps-in-string.
12255
12256 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
12257
12258 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12259 regexp for labels cannot span several lines.
12260
12261 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
12262 `(setq :<key> ':<key>)' to the macro expansion.
12263
12264 2000-03-16 Dave Love <fx@gnu.org>
12265
12266 * progmodes/f90.el (f90): Put custom group under `languages', not
12267 `fortran'.
12268 (f90-mode-hook): Customize.
12269 (f90-mode): Set add-log-current-defun-function.
12270 (f90-current-defun): New function.
12271
12272 2000-03-16 Gerd Moellmann <gerd@gnu.org>
12273
12274 * cus-edit.el (custom-variable-tag-face): Handle case that
12275 default face's height is not a number.
12276 (custom-face-tag-face, custom-group-tag-face-1)
12277 (custom-group-tag-face): Ditto.
12278 (custom-group-tag-face-1): Add :group.
12279
12280 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12281
12282 2000-03-15 Gerd Moellmann <gerd@gnu.org>
12283
12284 * pcvs-defs.el (toplevel): Remove autoload cookie for form
12285 requiring easymenu.
12286
12287 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12288
12289 * ps-print.el: PostScript user-defined prologue, PostScript error
12290 handler, doc fix.
12291 (ps-print-version): New version number (5.1).
12292 (ps-user-defined-prologue, ps-error-handler-message)
12293 (ps-print-prologue-0, ps-error-handler-alist): New vars.
12294 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12295 (ps-insert-string): New function.
12296
12297 2000-03-15 Kenichi Handa <handa@etl.go.jp>
12298
12299 * international/ccl.el (ccl-compile-expression): Don't generate
12300 invalid self-assignment code.
12301
12302 2000-03-14 Dave Love <fx@gnu.org>
12303
12304 * subr.el (replace-regexp-in-string): Renamed from
12305 replace-regexps-in-string. Doc fix.
12306
12307 2000-03-12 Dave Love <fx@gnu.org>
12308
12309 * cus-edit.el: Doc fixes.
12310 (customize-set-variable, customize-save-variable): Rename args for
12311 doc.
12312 (custom-variable-tag-face, custom-face-tag-face)
12313 (custom-group-tag-face-1, custom-group-tag-face): Modify from
12314 style which user identify as hyperlink.
12315 (hook): Don't add undefined functions to the hook.
12316 (debug-ignored-errors): Transfer message from bindings.el.
12317
12318 2000-03-12 Gerd Moellmann <gerd@gnu.org>
12319
12320 * recentf.el (recentf-keep-non-readable-files-p): Remove
12321 double/nested definition.
12322
12323 2000-03-12 Dave Love <fx@gnu.org>
12324
12325 * facemenu.el (facemenu-get-face): Use display-color-p.
12326 * enriched.el (enriched-decode-foreground): Likewise.
12327 (enriched-decode-background): Likewise.
12328 * isearch.el (isearch-highlight): Likewise.
12329 * info-look.el (info-lookup): Likewise.
12330 * simple.el (completion-setup-function): Likewise.
12331
12332 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12333 :options.
12334
12335 * bindings.el (mode-line-format): Fix line-number and
12336 column-number items. Add help-echo for the background.
12337 (mode-line-mule-info): Modify help-echo.
12338
12339 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
12340
12341 * files.el (load-file): Allow completion to .elc.
12342
12343 * man.el: Doc fixes.
12344 (Man-init-defvars): Use display-color-p to set fontification.
12345
12346 * play/hanoi.el (hanoi-internal): Don't use oddp.
12347
12348 2000-03-12 Gerd Moellmann <gerd@gnu.org>
12349
12350 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12351
12352 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12353
12354 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12355
12356 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12357 Fix comment.
12358
12359 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12360
12361 * font-lock.el (font-lock-keywords): Fix the doc now that
12362 regexp-opt-depth is unnecessary.
12363 (save-buffer-state): Set an edebug spec.
12364 (font-lock-fontify-anchored-keywords): Properly handle the case when
12365 the matcher goes past the limit.
12366
12367 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12368 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12369
12370 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12371 dll.el and cookie.el (from Elib) with heavy renaming and other
12372 massaging.
12373
12374 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12375 Autoload the functions used.
12376 (easy-mmode-define-syntax): Fix CL typo.
12377 (easy-mmode-define-derived-mode): Improve the docstring generation.
12378
12379 2000-03-10 Gerd Moellmann <gerd@gnu.org>
12380
12381 * textmodes/texinfo.el (texinfo-version): Variable and function
12382 removed.
12383
12384 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12385
12386 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12387 allow more flexibility.
12388 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12389 fns.
12390 (easy-mmode-defmap, easy-mmode-defsyntax)
12391 (easy-mmode-define-derived-mode): New macros.
12392
12393 2000-03-09 Didier Verna <didier@xemacs.org>
12394
12395 * rect.el (replace-rectangle): New function.
12396
12397 2000-03-09 Dave Love <fx@gnu.org>
12398
12399 * progmodes/fortran.el (fortran-comment-line-start): Define as
12400 "C".
12401 (fortran-comment-line-start-skip): Don't match cpp stuff.
12402 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12403 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12404 (fortran-mode): Don't set fortran-comment-line-start-skip,
12405 fortran-comment-line-start here. Set comment-start,
12406 add-log-current-defun.
12407 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12408 (fortran-current-defun): New function.
12409
12410 2000-03-09 Gerd Moellmann <gerd@gnu.org>
12411
12412 * emacs-lisp/re-builder.el: New file.
12413
12414 * mouse.el (mouse-drag-region): Don't run up-event handler
12415 if hscroll has changed.
12416
12417 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12418 builtin operators, use `font-lock-builtin-face' for Emacs and
12419 `font-lock-preprocessor-face' otherwise.
12420
12421 * font-lock.el (lisp-font-lock-keywords-1): Highlight
12422 `(defun (setf foo)' differently.
12423
12424 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12425
12426 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
12427 (regexp-opt): Update comment and adapt the code the new meaning of
12428 the `paren' argument of regex-opt-group for shy-groups.
12429 (regexp-opt-depth): Handle shy groups as well as backslashed
12430 backslashes.
12431 (regexp-opt-group): Turn the leading comment into a docstring.
12432 Allow `paren' to be a string (the string to use to open a group).
12433 Remove open-presuf and close-presuf. Instead of checking for `all
12434 one-char' and then later on check for `several one-char', handle
12435 both cases close together. Also apply a more generic algorithm
12436 for suffixes (the mirror image of the algorithm used for
12437 prefixes). Use shy-groups. Use nreverse rather than reverse.
12438 (regexp-opt-try-suffix): Removed.
12439
12440 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
12441 from comint-mode-map, so we can just inherit from it. Also, move
12442 the initialization into the `defvar' since there's no docstring
12443 anyway and it's fairly short.
12444 (inferior-scheme-mode): Define it as derived-mode: the code is
12445 shorter and this way we inherit from comint-mode-map rather than
12446 copying it.
12447
12448 * subr.el (replace-regexps-in-string): Properly handle the case
12449 where we match an empty string.
12450
12451 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12452 when the command has a directory component (such as "./testml").
12453 Also fix a typo in the comment.
12454
12455 2000-03-08 Gerd Moellmann <gerd@gnu.org>
12456
12457 * Makefile (compile-files): Compile files one by one because
12458 that's the only way to ensure a clean compilation environment for
12459 each individual file.
12460
12461 * frame.el (other-frame): Call x-focus-frame.
12462
12463 2000-03-07 Dave Love <fx@gnu.org>
12464
12465 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12466 :require to defcustom.
12467
12468 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12469 lists.
12470
12471 * files.el (auto-mode-alist): Add configure.in.
12472
12473 * progmodes/autoconf.el: New file.
12474
12475 2000-03-07 Gerd Moellmann <gerd@gnu.org>
12476
12477 * mail/mh-e.el: Change maintainer to `none'.
12478
12479 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12480 to remove-hook and add-hook.
12481
12482 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12483
12484 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12485 it as the default.
12486 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12487 (sendmail-send-it): Conditionally add MIME headers specifying the
12488 used character set.
12489
12490 2000-03-07 Dave Love <fx@gnu.org>
12491
12492 * winner.el: Fix keywords, autoload cookies. Split
12493 eval-when-compile form to avoid compilation failure.
12494
12495 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12496
12497 * international/mule.el: Modify comment about coding system
12498 property `coding-category'.
12499 (make-coding-system): New argument EOL-TYPE. Pay attention to
12500 coding-category property of PROPERTIES.
12501
12502 * international/mule-conf.el (coding-category-utf-8,
12503 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12504 categories. Include them in the argument for set-coding-priority.
12505
12506 * international/mule-cmds.el (reset-language-environment): Include
12507 coding-category-utf-8, coding-category-utf-16-be, and
12508 coding-category-utf-16-le in the argument for set-coding-priority.
12509 (reset-language-environment): Initialize coding-category-utf-8,
12510 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12511
12512 2000-03-06 Karl Fogel <kfogel@red-bean.com>
12513
12514 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12515 code abstracted out of `bookmark-jump-noselect'. Now tries info
12516 extensions as well as compression extensions.
12517 (bookmark-jump-noselect): Use above new func.
12518
12519 2000-03-03 Gerd Moellmann <gerd@gnu.org>
12520
12521 * strokes.el: Change maintainer's mail address.
12522
12523 2000-03-03 Kenichi Handa <handa@etl.go.jp>
12524
12525 * international/mule-diag.el (list-character-sets): Make help-echo
12526 string by substitute-command-keys.
12527 (list-character-sets): Likewise.
12528 (sort-listed-character-sets): Call help-setup-xref.
12529
12530 2000-03-02 Gerd Moellmann <gerd@gnu.org>
12531
12532 * time.el (display-time-mail-file): Add `none' to the list of
12533 choices.
12534
12535 2000-03-01 Dave Love <fx@gnu.org>
12536
12537 * help.el (help-xref-go-back): Don't try to set position.
12538
12539 * international/mule-diag.el (list-character-sets): Call
12540 help-setup-xref. Add help-echo to xrefs.
12541 (list-character-sets-1): Add help-echo to xrefs.
12542
12543 2000-03-02 Gerd Moellmann <gerd@gnu.org>
12544
12545 * frame.el (blink-cursor-mode): Switch cursor on when turning
12546 the mode off.
12547
12548 * add-log.el (add-log-current-defun): Add support for
12549 Autoconf mode.
12550
12551 * mail/rmail.el (rmail-quit-hook): New variable.
12552
12553 2000-03-01 Dave Love <fx@gnu.org>
12554
12555 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12556
12557 * help.el (help-xref-button): Add help-echo arg.
12558 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12559
12560 * faces.el (list-faces-display): Supply help-echo with
12561 help-make-xrefs.
12562
12563 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12564 nil.
12565
12566 2000-03-01 Gerd Moellmann <gerd@gnu.org>
12567
12568 * image.el (defimage): Look for image files in load-path.
12569
12570 * frame.el (busy-cursor-delay-seconds): Change type to
12571 `number'.
12572
12573 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12574
12575 * recentf.el (recentf): Added version tag to the defgroup of
12576 recentf.
12577
12578 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12579
12580 * recentf.el (recentf-cleanup): Changed to remove excluded file
12581 too.
12582 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12583 action to select/unselect a file.
12584 (recentf-edit-list): Code cleanup and improvement.
12585 (recentf-open-more-files-action): `recentf-open-more-files' button
12586 widget action to open a file.
12587 (recentf-open-more-files): No more use standard completion but
12588 widgets.
12589 (recentf-more-collection): Deleted.
12590 (recentf-more-history): Deleted.
12591 (recentf-setup-more-completion): Deleted.
12592
12593 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12594
12595 * recentf.el (recentf-mode): No more needs that Emacs is running
12596 under a window-system.
12597
12598 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12599
12600 * recentf.el (recentf-edit-list): New command to edit the recent
12601 list which allow the user to remove files.
12602 (recentf-edit-selected-items): New global variable, used by
12603 `recentf-edit-list' to hold the list of files to be removed from
12604 the recent list.
12605 (recentf-make-menu-items): Updated to display a "Edit list..."
12606 menu item. Minor code cleanup.
12607
12608 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12609
12610 * recentf.el (recentf-open-more-files): New command to open files
12611 that are not displayed in the menu.
12612 (recentf-more-collection): New global variable holding the set of
12613 permissible completions used by `recentf-open-more-files'.
12614 (recentf-more-history): New global variable holding the history list
12615 used by `recentf-open-more-files' completion.
12616 (recentf-setup-more-completion): New function to setup completion for
12617 `recentf-open-more-files'.
12618 (recentf-make-menu-items): Updated to display a "More..." menu item.
12619
12620 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12621
12622 * recentf.el (recentf-menu-action): Doc fixed.
12623
12624 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12625
12626 * recentf.el (recentf-menu-filter): Doc updated.
12627 (recentf-update-menu-hook): Allow menu filters to force menu update.
12628 (recentf-make-menu-items): New menu filter handling.
12629 (recentf-make-menu-item): New helper function.
12630 (recentf-menu-elements): New menu handling function.
12631 (recentf-sort-ascending): Updated to new menu filter handling.
12632 (recentf-sort-descending): Updated to new menu filter handling.
12633 (recentf-sort-basenames-ascending): New menu filter function.
12634 (recentf-sort-basenames-descending): New menu filter function.
12635 (recentf-show-basenames): New menu filter function.
12636 (recentf-show-basenames-ascending): New menu filter function.
12637 (recentf-show-basenames-descending): New menu filter function.
12638
12639 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12640
12641 * diary-lib.el (list-diary-entries): Don't try to go forward at
12642 the end of the buffer.
12643
12644 2000-02-29 Kenichi Handa <handa@etl.go.jp>
12645
12646 * international/mule-diag.el (list-character-sets): Completely
12647 rewritten.
12648 (sort-listed-character-sets): New function.
12649 (list-character-sets-1): Completely rewritten.
12650 (list-character-sets-2): New function.
12651 (non-iso-charset-alist): New variable.
12652 (decode-codepage-char): New function.
12653 (charset-history): New variable.
12654 (read-charset) (list-block-of-chars)
12655 (list-iso-charset-chars)
12656 (list-non-iso-charset-chars)
12657 (list-charset-chars): New functions.
12658 (mule-diag): Call list-character-sets-2, not
12659 list-character-sets-2.
12660 (dump-charsets): Likewise.
12661
12662 2000-02-29 Gerd Moellmann <gerd@gnu.org>
12663
12664 * dired-x.el (dired-filename-at-point): Add `@' to valid
12665 file name characters.
12666 (dired-filename-at-point): Handle ange-ftp file names.
12667
12668 * frame.el (frame-notice-user-settings): Use assq-delete-all
12669 instead of assoc-delete-all.
12670 (frame-notice-user-settings): Ditto.
12671
12672 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12673 Don't copy alist.
12674
12675 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12676
12677 * calculator.el (calculator-use-menu): New option.
12678 (calculator-initial-bindings): Changed some bindings to work as
12679 macros.
12680 (calculator-forced-input): Removed.
12681 (calculator-restart-other-mode): New variable.
12682 (calculator-mode-map): Set up menu.
12683
12684 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12685
12686 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12687 tags.
12688
12689 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
12690
12691 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12692 translate all ESC key sequences.
12693 (viper-goto-mark-subr): restore markers for files for which
12694 they were saved.
12695 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12696 * viper-util.el (viper-set-replace-overlay-glyphs,
12697 viper-set-replace-overlay): always check if the replacement
12698 overlay is live.
12699 * viper.el (viper-vi-state-mode-list): added major modes.
12700 * ediff-wind.el: minor comment changes.
12701 * ediff.el: copyright notice date fix.
12702
12703 2000-02-27 Jason Rumney <jasonr@gnu.org>
12704
12705 * faces.el (face-font-family-alternatives): Add arial to helv.
12706 (mode-line, header-line, tool-bar): Same default as x for w32.
12707 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12708 face-font-family-alternatives from working.
12709 * term/w32-win.el (mouse-set-font): Do not build fontset from
12710 chosen font.
12711
12712 2000-02-25 Sam Steingold <sds@goems.com>
12713
12714 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
12715 properly.
12716
12717 2000-02-25 Richard M. Stallman <rms@gnu.org>
12718
12719 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12720
12721 2000-02-25 Gerd Moellmann <gerd@gnu.org>
12722
12723 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12724 writable.
12725
12726 * frame.el (busy-cursor-delay-seconds): New option.
12727
12728 2000-02-24 Gerd Moellmann <gerd@gnu.org>
12729
12730 * frame.el (show-cursor-in-non-selected-windows): New option.
12731
12732 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12733
12734 * diary-lib.el (include-other-diary-files): Undo the selective
12735 display in any included file and don't kill it.
12736
12737 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12738
12739 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12740 bar. Menu items converted to (menu-item format, help strings
12741 added.
12742 [downcase, upcase]: Don't enable on MS-DOS.
12743 [symlink, symlinks]: Don't show if make-symbolic-link is not
12744 bound.
12745 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12746
12747 2000-02-23 Dave Love <fx@gnu.org>
12748
12749 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12750 (backward-kill-word): Revert addition of * to interactive spec --
12751 it's a feature.
12752
12753 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12754 (backward-kill-sentence, kill-sentence): Likewise.
12755
12756 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12757 scratch buffer name.
12758 (gud-format-command): Use int-to-string in ?l case. Simplify
12759 slightly.
12760
12761 * term/w32-win.el (internal-face-interactive): Update prompt for
12762 new read-face-name.
12763
12764 * mail/footnote.el (footnote): Add :version to defgroup.
12765 (footnote-section-tag-regexp): Customize.
12766 (footnote-start-tag, footnote-end-tag): New option.
12767 (footnote-latin-regexp): New variable.
12768 (Footnote-latin): New function.
12769 (footnote-style-alist): Add element for latin style.
12770 (footnote-style): Moved.
12771 (Footnote-goto-footnote): Use eq to test arg.
12772
12773 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12774
12775 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12776 (byte-compile-trueconstp): Include keywords.
12777 (byte-optimize-quote, byte-optimize-lapcode): Use
12778 byte-compile-const-symbol-p.
12779 (byte-optimize-char-before): New optimization.
12780
12781 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12782 (byte-compile-const-symbol-p): New function.
12783 (byte-compile-constp, byte-compile-out-toplevel)
12784 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12785 Use it.
12786
12787 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12788
12789 2000-02-23 Kenichi Handa <handa@etl.go.jp>
12790
12791 * international/encoded-kb.el: Be sure to update minor-mode-alist
12792 and minor-mode-map-alist.
12793 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12794 codes SS2 and SS3 correctly.
12795 (encoded-kbd-self-insert-ccl): New function.
12796 (encoded-kbd-setup-keymap): New function.
12797 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12798 by calling encoded-kbd-setup-keymap.
12799
12800 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12801 characters.
12802 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12803 locally.
12804
12805 2000-02-22 Dave Love <fx@gnu.org>
12806
12807 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12808 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12809 defvar.
12810 (lisp-mode-syntax-table): Set up for #|...|# comments.
12811 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12812 classes. Match `defface'.
12813 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12814 (eval-defun-1): Fix for defcustom.
12815 (lisp-indent-region): Doc fix.
12816
12817 * subr.el (when, unless, split-string): Doc fix.
12818 (read-passwd): Move call of clear-this-command-keys to the right
12819 place.
12820 (replace-regexps-in-string): New function.
12821
12822 2000-02-22 Gerd Moellmann <gerd@gnu.org>
12823
12824 * help.el (describe-variable): Set syntax table to
12825 emacs-lisp-mode-syntax-table when moving forward over the
12826 symbol's name.
12827
12828 2000-02-22 Dave Love <fx@gnu.org>
12829
12830 * xt-mouse.el: Doc fixes.
12831 (xterm-mouse-position-function): New function, replacing advice of
12832 mouse-position.
12833 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12834
12835 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12836
12837 2000-02-21 Gerd Moellmann <gerd@gnu.org>
12838
12839 * format.el (format-annotate-single-property-change): Handle
12840 properties.with dotted-list values.
12841 (format-proper-list-p): New function.
12842
12843 * enriched.el (enriched-face-ans): Handle '(foreground-color
12844 . COLOR) and (background-color . COLOR).
12845
12846 2000-02-20 Dave Love <fx@gnu.org>
12847
12848 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12849 and assignments to it.
12850 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12851 current local map.
12852 (make-flyspell-overlay): Use it.
12853 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12854
12855 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12856 (lm-get-header-re): Defun, not defsubst.
12857 (lm-get-package-name): Defun, not defsubst. Simplify.
12858 (lm-version): Doc fix. Simplify.
12859 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12860 (lm-crack-address, lm-last-modified-date, lm-commentary)
12861 (lm-verify, lm-synopsis): Simplify.
12862 (lm-report-bug): Require emacsbug. Use compose-mail.
12863
12864 2000-02-20 Gerd Moellmann <gerd@gnu.org>
12865
12866 * dired.el (dired-mode): Call propertized-buffer-identification
12867 to set mode-line-buffer-identification to something having
12868 the right text properties.
12869
12870 * bindings.el (propertized-buffer-identification): New function.
12871
12872 2000-02-20 Dave Love <fx@gnu.org>
12873
12874 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12875 check for t-mouse too.
12876
12877 * cus-start.el: Make echo-keystrokes `number'.
12878
12879 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12880
12881 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12882 Don't call ring-empty-p unless tags-location-ring is bound.
12883 From Noah Friedman <friedman@splode.com>.
12884
12885 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12886
12887 * progmodes/hideshow.el (hs-flag-region): No longer use
12888 `intangible' overlay property.
12889
12890 (hs-toggle-hiding): New command.
12891 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12892
12893 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12894 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12895 and deactivation.
12896
12897 2000-02-18 Gerd Moellmann <gerd@gnu.org>
12898
12899 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12900
12901 2000-02-17 Gerd Moellmann <gerd@gnu.org>
12902
12903 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12904
12905 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12906 of `*' to handle `(* ... *)' comments.
12907
12908 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12909
12910 * faces.el (list-faces-display): Use display-mouse-p instead of
12911 window-system.
12912
12913 * menu-bar.el (global-map): Menu-bar items converted to the new
12914 format (menu-item..., rearranged for better CUA compliance, and
12915 their names changed for better clarity. Help strings added.
12916
12917 * international/mule-cmds.el (mule-menu-keymap)
12918 (describe-language-environment-map, set-coding-system-map)
12919 (setup-language-environment-map): Convert to new (menu-item...
12920 form, add help strings. Change names of menu items for better
12921 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12922 submenu).
12923
12924 2000-02-17 Gerd Moellmann <gerd@gnu.org>
12925
12926 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
12927 within the code.
12928
12929 2000-02-16 Dave Love <fx@gnu.org>
12930
12931 * faces.el: Don't require custom. Add more specific :groups to
12932 various deffaces.
12933 (set-face-attribute): Purecopy args.
12934 (read-face-name): Default to name at point and use it in prompt.
12935 Remove colon from arg in all callers.
12936 (list-faces-display): Hyperlink to face descriptions and customize
12937 buffers.
12938
12939 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12940
12941 * wid-edit.el (widget-match-inline): An atom never matches a
12942 list.
12943
12944 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12945
12946 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12947 at ':' characters by call to split-string.
12948
12949 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12950
12951 * textmodes/bibtex.el: Added RCS version identification.
12952
12953 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12954
12955 * textmodes/bibtex.el: Some temporary comments removed.
12956 (bibtex-field-name, bibtex-entry-type): Made the relationship
12957 explicit.
12958 (bibtex-field-const): Allow capital letters.
12959 (bibtex-start-of-string): Deleted because unused.
12960
12961 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12962 use the term 'reference' to describe a bibtex entry as a whole.
12963 Further, reference keys are no longer called 'labels'.
12964 (bibtex-keys): Renamed to bibtex-reference-keys.
12965 (bibtex-reformat-previous-labels): Renamed to
12966 bibtex-reformat-previous-reference-keys.
12967 (bibtex-reference-type): Renamed to bibtex-entry-type.
12968 (bibtex-reference-head): Renamed to bibtex-entry-head.
12969 (bibtex-reference-maybe-empty-head): Renamed to
12970 bibtex-entry-maybe-empty-head.
12971 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12972 (bibtex-search-reference): Renamed to bibtex-search-entry.
12973 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12974 bibtex-enclosing-entry-maybe-empty-head.
12975 (bibtex-entry-field-alist, bibtex-entry-head,
12976 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12977 bibtex-map-entries, bibtex-search-entry,
12978 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12979 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12980 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12981 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12982 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12983 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12984 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12985
12986 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12987
12988 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12989 comment.
12990 (bibtex-format-field-delimiters): New function, functionality
12991 extracted from bibtex-format-entry.
12992 (bibtex-autokey-get-yearfield-digits): New function, functionality
12993 extracted from bibtex-autokey-get-yearfield.
12994
12995 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12996 entries in order to avoid stack overflow in the regexp matcher if
12997 field contents become large.
12998 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12999 bibtex-field-string-part-not-braced,
13000 bibtex-field-string-part-no-inner-braces,
13001 bibtex-field-string-part-1-inner-brace,
13002 bibtex-field-string-part-2-inner-braces,
13003 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13004 bibtex-field-string-quoted, bibtex-field-string,
13005 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13006 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13007 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13008 as parsing is now performed by the following functions.
13009 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13010 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13011 bibtex-parse-field-string, bibtex-search-forward-field-string,
13012 bibtex-parse-association, bibtex-field-name-for-parsing,
13013 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13014 bibtex-search-forward-field, bibtex-search-backward-field,
13015 bibtex-start-of-field, bibtex-end-of-field,
13016 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13017 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13018 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13019 bibtex-parse-string, bibtex-search-forward-string,
13020 bibtex-search-backward-string, bibtex-start-of-string,
13021 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13022 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13023 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13024 entries. Instead of reporting the results of the parsing by
13025 match-beginning or match-end, these functions return data structures
13026 that hold the corresponding positions.
13027 (bibtex-enclosing-field): Changed to also report field boundaries by
13028 return values rather than by match-beginning or match-end. The
13029 following functions have been adapted to use the new parsing
13030 functions.
13031 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13032 bibtex-enclosing-field, bibtex-format-entry,
13033 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13034 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13035 bibtex-print-help-message, bibtex-end-of-entry,
13036 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13037 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13038 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13039 method for parsing.
13040 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13041 bibtex-map-entries, bibtex-flash-head,
13042 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13043 bibtex-autokey-change, bibtex-autokey-get-namefield,
13044 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13045 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13046 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13047 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13048 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13049 order to make the new binding of case-fold-search immediately
13050 visible.
13051
13052 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13053
13054 * textmodes/bibtex.el: Copyright notice is up to date.
13055 Added constant 'bibtex-maintainer-salutation.
13056
13057 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13058 than make-temp-name, use match-string-no-properties and eliminate
13059 a quadratic behavior when building bibtex-strings.
13060
13061 * bibtex.el (bibtex-reference-key): Accept string entries whose
13062 reference key contains upper case letters.
13063
13064 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13065
13066 * bibtex.el (bibtex-reference-head): Allow entries to start with
13067 a new line.
13068
13069 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13070
13071 * bibtex.el: Hiding of entry bodies is not longer provided by
13072 bibtex.el directly. Instead the hideshow package can be used.
13073 Added a special bibtex entry to hs-special-modes-alist.
13074 (bibtex-hs-forward-sexp): Added for hideshow.el.
13075
13076 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13077
13078 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13079 at ':' characters by call to split-string.
13080
13081 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13082
13083 * textmodes/bibtex.el: Added RCS version identification.
13084
13085 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13086
13087 * textmodes/bibtex.el: Some temporary comments removed.
13088 (bibtex-field-name, bibtex-entry-type): Made the relationship
13089 explicit.
13090 (bibtex-field-const): Allow capital letters.
13091 (bibtex-start-of-string): Deleted because unused.
13092
13093 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13094 use the term 'reference' to describe a bibtex entry as a whole.
13095 Further, reference keys are no longer called 'labels'.
13096 (bibtex-keys): Renamed to bibtex-reference-keys.
13097 (bibtex-reformat-previous-labels): Renamed to
13098 bibtex-reformat-previous-reference-keys.
13099 (bibtex-reference-type): Renamed to bibtex-entry-type.
13100 (bibtex-reference-head): Renamed to bibtex-entry-head.
13101 (bibtex-reference-maybe-empty-head): Renamed to
13102 bibtex-entry-maybe-empty-head.
13103 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13104 (bibtex-search-reference): Renamed to bibtex-search-entry.
13105 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13106 bibtex-enclosing-entry-maybe-empty-head.
13107 (bibtex-entry-field-alist, bibtex-entry-head,
13108 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13109 bibtex-map-entries, bibtex-search-entry,
13110 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13111 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13112 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13113 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13114 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13115 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13116 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13117
13118 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13119
13120 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13121 comment.
13122 (bibtex-format-field-delimiters): New function, functionality
13123 extracted from bibtex-format-entry.
13124 (bibtex-autokey-get-yearfield-digits): New function, functionality
13125 extracted from bibtex-autokey-get-yearfield.
13126
13127 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13128 entries in order to avoid stack overflow in the regexp matcher if
13129 field contents become large.
13130 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13131 bibtex-field-string-part-not-braced,
13132 bibtex-field-string-part-no-inner-braces,
13133 bibtex-field-string-part-1-inner-brace,
13134 bibtex-field-string-part-2-inner-braces,
13135 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13136 bibtex-field-string-quoted, bibtex-field-string,
13137 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13138 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13139 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13140 as parsing is now performed by the following functions.
13141 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13142 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13143 bibtex-parse-field-string, bibtex-search-forward-field-string,
13144 bibtex-parse-association, bibtex-field-name-for-parsing,
13145 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13146 bibtex-search-forward-field, bibtex-search-backward-field,
13147 bibtex-start-of-field, bibtex-end-of-field,
13148 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13149 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13150 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13151 bibtex-parse-string, bibtex-search-forward-string,
13152 bibtex-search-backward-string, bibtex-start-of-string,
13153 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13154 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13155 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13156 entries. Instead of reporting the results of the parsing by
13157 match-beginning or match-end, these functions return data structures
13158 that hold the corresponding positions.
13159 (bibtex-enclosing-field): Changed to also report field boundaries by
13160 return values rather than by match-beginning or match-end. The
13161 following functions have been adapted to use the new parsing
13162 functions.
13163 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13164 bibtex-enclosing-field, bibtex-format-entry,
13165 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13166 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13167 bibtex-print-help-message, bibtex-end-of-entry,
13168 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13169 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13170 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13171 method for parsing.
13172 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13173 bibtex-map-entries, bibtex-flash-head,
13174 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13175 bibtex-autokey-change, bibtex-autokey-get-namefield,
13176 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13177 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13178 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13179 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13180 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13181 order to make the new binding of case-fold-search immediately
13182 visible.
13183
13184 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13185
13186 * textmodes/bibtex.el: Copyright notice is up to date.
13187 Added constant 'bibtex-maintainer-salutation.
13188
13189 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13190 than make-temp-name, use match-string-no-properties and eliminate
13191 a quadratic behavior when building bibtex-strings.
13192
13193 * bibtex.el (bibtex-reference-key): Accept string entries whose
13194 reference key contains upper case letters.
13195
13196 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13197
13198 * bibtex.el (bibtex-reference-head): Allow entries to start with
13199 a new line.
13200
13201 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13202
13203 * bibtex.el: Hiding of entry bodies is not longer provided by
13204 bibtex.el directly. Instead the hideshow package can be used.
13205 Added a special bibtex entry to hs-special-modes-alist.
13206 (bibtex-hs-forward-sexp): Added for hideshow.el.
13207
13208 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13209
13210 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
13211 proceedings entry type (for cross referencing). Thanks to Wagner
13212 Toledo Correa for the suggestion.
13213
13214 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
13215
13216 2000-02-14 Kenichi Handa <handa@etl.go.jp>
13217
13218 * international/characters.el: Setup case table for Vietnamese.
13219
13220 2000-02-12 Gerd Moellmann <gerd@gnu.org>
13221
13222 * uniquify.el (toplevel): Require CL at compile time.
13223 (uniquify-push): Removed.
13224
13225 * shadowfile.el (shadow-when): Removed.
13226
13227 * tempo.el (tempo-dolist, tempo-mapc): Removed.
13228 (tempo-process-and-insert-string): Use dolist instead of
13229 tempo-dolist.
13230
13231 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13232 regexp for paragraph-start.
13233
13234 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13235 commas as well.
13236
13237 2000-02-10 Dave Love <fx@gnu.org>
13238
13239 * wid-edit.el: (widgets) [defgroup]: Remove url link.
13240 (widget-color-choice-list, widget-color-history, widget-mouse-help):
13241 Deleted.
13242 (widget-specify-field, widget-specify-button): Don't use
13243 widget-mouse-help as help-echo property.
13244 (default): Use #'ignore for :validate and :mouse-down-action.
13245 (checkbox): Add help-echo.
13246 (widget-sexp-validate): Rewritten to clarify error messages.
13247 (character): Use char-valid-p in :match function.
13248 (widget-color-complete): Use facemenu-color-alist.
13249 (widget-color-action): Use facemenu-read-color.
13250
13251 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
13252 set up `caar' &c that we now have.
13253
13254 2000-02-09 Ray Blaak <blaak@gnu.org>
13255
13256 * delphi.el: Make resourcestring a declaration region, like const
13257 and var.
13258
13259 2000-02-09 Dave Love <fx@gnu.org>
13260
13261 * bindings.el (mode-line-input-method-map): New variable.
13262 (mode-line-mule-info): Use it; fix last change.
13263 (mode-line-mode-menu): Move definition.
13264 (mode-line-mouse-sensitive-p): Deleted.
13265 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
13266 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
13267 level.
13268
13269 * startup.el (command-line-1): Don't call
13270 make-mode-line-mouse-sensitive.
13271
13272 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13273
13274 * mail/rmail.el (rmail-retry-failure): Use
13275 rmail-beginning-of-message before rmail-toggle-header, because the
13276 former toggles headers.
13277
13278 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
13279
13280 * diff-mode.el (diff-kill-junk): New interactive function.
13281 (diff-reverse-direction): Use delete-and-extract-region.
13282 (diff-post-command-hook): Restrict the area so that the hook also works
13283 outside of any diff hunk. This is necessary for the minor-mode.
13284 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13285 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13286
13287 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13288 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13289 so that it can be used more easily in <foo>-mode-hook. Also make sure
13290 to avoid duplicate entries.
13291 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13292 (font-lock-remove-keywords): Just as was done for `add', allow it to
13293 work even if font-lock-mode is nil. Also make sure we don't modify
13294 any pre-existing list by forcing a copy-sequence. Finally rename
13295 `major-mode' to `mode'.
13296 (font-lock-fontify-syntactic-anchored-keywords)
13297 (font-lock-fontify-anchored-keywords)
13298 (font-lock-fontify-keywords-region): Use line-end-position.
13299 Don't make `font-lock-multiline' local (it's now done in
13300 font-lock-set-defaults).
13301 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
13302 move the `font-lock-fontified' creation to inside the `unless'.
13303
13304 2000-02-06 Andrew Innes <andrewi@gnu.org>
13305
13306 * term/w32-win.el (x-handle-args): Comment out call to message,
13307 which occurs before window system is initialized.
13308
13309 * makefile.nt: Add support for recompiling lisp code.
13310
13311 2000-02-04 Dave Love <fx@gnu.org>
13312
13313 * bindings.el (mode-line-mule-info): Fix/extend last change.
13314
13315 * completion.el: Replace completion-dolist with dolist.
13316
13317 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13318 dotimes.
13319
13320 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
13321
13322 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13323 environment names before they go into the section regexp.
13324
13325 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13326 char class in regexp.
13327
13328 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13329 `case-fold-search' to nil.
13330
13331 * progmodes/idlwave.el (idlwave-template): Respect
13332 `idlwave-abbrev-change-case'.
13333 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13334 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13335 idlwave-while): respect `idlwave-reserved-word-upcase'.
13336 (idlwave-rw-case): New function.
13337 (idlwave-statement-match): Fixed problem with assignment regexp.
13338 (idlwave-font-lock-keywords): Improved regexp for keyword
13339 parameters.
13340 (idlwave-surround): New argument LENGTH to support padding of
13341 operators longer than 1 char.
13342
13343 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13344 idlwave-shell-expression-overlay. Implemented printing of
13345 expressions on higher levels of the calling stack.
13346 (idlwave-shell-display-level-in-calling-stack): Restore stack
13347 level.
13348 (idlwave-retrieve-expression-from-level): New function.
13349 (idlwave-shell-last-calling-stack): Variable removed.
13350 (idlwave-shell-reset): Argument action reversed (`visible' to
13351 `hidden'). Also remove stop-line overlay.
13352 (idlwave-shell-calling-stack-routine): New variable.
13353 (idlwave-shell-parse-stack-and-display): Messages now display
13354 negative level numbers.
13355 (idlwave-shell-mode): Set `modeline-format'.
13356 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13357 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13358 21.
13359 (idlwave-shell-print-expression-function): New option.
13360
13361 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13362 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13363 `tool-bar' instead of `toolbar'.
13364
13365 2000-02-02 Dave Love <fx@gnu.org>
13366
13367 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13368 emacs-lisp-mode-hook. Don't check for defalias being defined.
13369
13370 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13371 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13372 the new builtins directly.
13373
13374 * whitespace.el (whitespace): Add :version to defgroup.
13375
13376 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13377 Doc fix.
13378
13379 * thingatpt.el (sexp-at-point, symbol-at-point)
13380 (number-at-point, list-at-point): Add autoload cookie.
13381
13382 * recentf.el (recentf): Add :version to defgroup.
13383
13384 * quickurl.el (quickurl): Add :version to defgroup.
13385
13386 * elide-head.el (elide-head): Use point-marker more.
13387
13388 * bs.el (bs): Add :version to defgroup.
13389
13390 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13391
13392 * progmodes/delphi.el (delphi): Add :version to defgroup.
13393
13394 2000-02-02 Gerd Moellmann <gerd@gnu.org>
13395
13396 * ange-ftp.el (ange-ftp-write-region): Handle case that
13397 succeeding process operation sets a different coding system.
13398
13399 * calculator.el: New file.
13400
13401 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13402
13403 * frame.el (frames-on-display-list, framep-on-display): New
13404 functions.
13405 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13406 (display-selections-p, display-screens, display-pixel-width)
13407 (display-pixel-height, display-mm-width, display-mm-height)
13408 (display-backing-store, display-save-under, display-planes)
13409 (display-color-cells, display-visual-class): New functions.
13410
13411 * term/tty-colors.el (tty-color-gray-shades): New function.
13412
13413 * faces.el (display-color-p): Use framep-on-display.
13414 (display-grayscale-p): New function.
13415
13416 2000-01-31 Dave Love <fx@gnu.org>
13417
13418 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13419 (create-fontset-from-x-resource): Don't concat integers.
13420
13421 2000-01-31 Inge Frick <inge@nada.kth.se>
13422
13423 * view.el: Some changes in documentation. Removed some trailing
13424 whitespace. Changed some parameter names to agree with
13425 documentation.
13426 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13427 window is not deleted. Modifies change 1998-04-26.
13428
13429 2000-01-31 Gerd Moellmann <gerd@gnu.org>
13430
13431 * windmove.el: New file.
13432
13433 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13434 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13435 progmodes/ebnf-yac.el: Update copyright and license info.
13436
13437 * jit-lock.el (jit-lock-function): Widen before calculating end
13438 position.
13439 (jit-lock-stealth-chunk-start): Rewritten.
13440
13441 * info.el (Info-title-face-alist): Removed.
13442 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13443 faces.
13444 (Info-fontify-node): Use these faces.
13445
13446 2000-01-30 Gerd Moellmann <gerd@gnu.org>
13447
13448 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13449 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13450 `&allow-other-keywords'.
13451
13452 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13453 the list of directories scanned heuristically.
13454
13455 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13456 exist.
13457
13458 2000-01-30 Jason Rumney <jasonr@gnu.org>
13459
13460 * w32-fns.el: Define w32-tty-standard-colors.
13461
13462 * startup.el (command-line): Use w32-tty-standard-colors when in
13463 w32 console mode.
13464
13465 2000-01-30 Dave Love <fx@gnu.org>
13466
13467 * jka-compr.el (jka-compr-load): Fix up load-history.
13468
13469 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13470
13471 * emacs-lisp/cl-macs.el: Revert previous change.
13472
13473 2000-01-29 Dave Love <fx@gnu.org>
13474
13475 * facemenu.el: Purecopy various strings.
13476
13477 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13478 years. Deal with three-digit years.
13479
13480 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13481 defconst, purecopy.
13482 (help-back-label): Purecopy it.
13483
13484 2000-01-18 Gerd Moellmann <gerd@gnu.org>
13485
13486 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13487 variable. If non-nil, order the buffer list according to the
13488 currently selected frame.
13489 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13490 non-nil, pass the selected frame to function buffer-list.
13491
13492 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13493
13494 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13495
13496 2000-01-28 Dave Love <fx@gnu.org>
13497
13498 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13499
13500 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13501 Don't use lisp-indent-hook property.
13502 (cl-abs): Remove.
13503
13504 * subr.el: Move out indent and edebug specs for when and unless.
13505
13506 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13507 when, unless.
13508
13509 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13510 unless, when.
13511
13512 2000-01-28 Gerd Moellmann <gerd@gnu.org>
13513
13514 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13515 `collecting' as synonym for `collect'.
13516
13517 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13518 for the case it contains spaces.
13519
13520 * simple.el (what-cursor-position): Change formatting of
13521 messages.
13522
13523 * frame.el (delete-other-frames): New function.
13524 (toplevel): Bind it to C-x 5 1.
13525
13526 * sort.el (sort-numeric-base): New option.
13527 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13528 interpret it as octal or hexadecimal. Use sort-numeric-base
13529 as default base.
13530
13531 * progmodes/glasses.el: New file.
13532
13533 2000-01-27 Gerd Moellmann <gerd@gnu.org>
13534
13535 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13536 userids differently.
13537
13538 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13539 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13540 progmodes/ebnf-yac.el: New files.
13541
13542 2000-01-26 Dave Love <fx@gnu.org>
13543
13544 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13545 on a function with an empty body. [From Eric Ludlam.]
13546
13547 2000-01-25 Andre Spiegel <spiegel@gnu.org>
13548
13549 * vc.el (vc-version-diff): Make sure file name is expanded.
13550
13551 2000-01-25 Gerd Moellmann <gerd@gnu.org>
13552
13553 * scroll-bar.el (scroll-bar-timer): Variable removed.
13554 (scroll-bar-toolkit-scroll): Don't use a timer.
13555
13556 2000-01-25 Kenichi Handa <handa@etl.go.jp>
13557
13558 * language/thai-util.el (thai-composition-function): Delete
13559 superfluous `a'.
13560
13561 2000-01-24 Dave Love <fx@gnu.org>
13562
13563 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13564 end-of-defun-function.
13565
13566 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13567 &c.
13568
13569 2000-01-22 Jason Rumney <jasonr@gnu.org>
13570
13571 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13572 conflicts with new face support.
13573
13574 2000-01-22 Richard M. Stallman <rms@gnu.org>
13575
13576 * replace.el (query-replace): Rename last arg to DELIMITED.
13577 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13578 (query-replace-regexp): Likewise.
13579
13580 2000-01-20 Richard M. Stallman <rms@gnu.org>
13581
13582 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13583
13584 * emacs-lisp/lisp.el (beginning-of-defun-function):
13585 Variable renamed from beginning-of-defun.
13586 Do not call make-variable-buffer-local.
13587 (beginning-of-defun-raw): Use new variable name; doc fix.
13588 (beginning-of-defun): Doc fix.
13589 (end-of-defun-function): Variable renamed from end-of-defun.
13590 Do not call make-variable-buffer-local.
13591 (end-of-defun): Use new variable name; doc fix.
13592
13593 * subr.el (dolist, dotimes): Copied from cl-macs.el
13594 and made to work.
13595
13596 * mail/undigest.el (rmail-digest-end-regexps):
13597 Variable replaces rmail-digest-end-regexp.
13598 Allows multiple regexps for detecting the end line.
13599 (undigestify-rmail-message): Corresponding changes.
13600
13601 2000-01-19 Dave Love <fx@gnu.org>
13602
13603 * files.el (user-init-file): Don't declare here -- is primitive.
13604
13605 * startup.el (command-line): Check for compiled user-init-file and
13606 set to uncompiled version if necessary.
13607
13608 2000-01-18 Gerd Moellmann <gerd@gnu.org>
13609
13610 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13611 (undigestify-rmail-message): Use it.
13612
13613 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13614
13615 2000-01-17 Gerd Moellmann <gerd@gnu.org>
13616
13617 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13618 of mini-buffer.
13619
13620 2000-01-14 Gerd Moellmann <gerd@gnu.org>
13621
13622 * emacs-lisp/copyright.el (copyright-update): Removed the
13623 requirement for a trailing space from `copyright-regexp', to
13624 support copyrights with owner specified on a separate line..
13625
13626 * align.el: New file.
13627
13628 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13629
13630 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13631
13632 2000-01-13 Dave Love <fx@gnu.org>
13633
13634 * ph.el: Removed. (Obsoleted by EUDC.)
13635
13636 2000-01-13 Gerd Moellmann <gerd@gnu.org>
13637
13638 * net/eudc.el (toplevel): Remove autoloaded code installing
13639 menu with easymenu, because that causes build problems.
13640
13641 * frame.el (frame-notice-user-settings): New variable.
13642 (frame-notice-user-settings): Don't modify frame parameters
13643 if called a second time.
13644
13645 2000-01-13 Richard M. Stallman <rms@gnu.org>
13646
13647 * frame.el (frame-notice-user-settings):
13648 Notice default-frame-parameters even for non-window frames.
13649
13650 2000-01-13 Gerd Moellmann <gerd@gnu.org>
13651
13652 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13653 for Emacs.
13654 (eudc-bob-can-display-inline-images): Extend for Emacs.
13655 (eudc-bob-toggle-inline-display): Ditto.
13656 (eudc-bob-display-jpeg): Ditto.
13657
13658 2000-01-12 Gerd Moellmann <gerd@gnu.org>
13659
13660 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13661 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13662 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
13663
13664 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13665 nil)'.
13666
13667 * subdirs.el: Add `net' directory.
13668
13669 * net: New directory.
13670
13671 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13672 eval-last-sexp. Don't bind debug-on-error here.
13673 (eval-last-sexp): New function. Bind debug-on-error if
13674 eval-expression-debug-on-error is non-nil.
13675 (eval-defun-2, eval-defun): Likewise.
13676
13677 * simple.el (eval-expression): Don't bind debug-on-error if
13678 eval-expression-debug-on-error is nil. Detect changed
13679 debug-on-error, and propagate new value to global binding, if
13680 eval-expression-debug-on-error is non-nil,
13681 (eval-expression-debug-on-error): Change doc string.
13682
13683 2000-01-11 Richard M. Stallman <rms@gnu.org>
13684
13685 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13686
13687 * emacs-lisp/lisp-mode.el (with-syntax-table):
13688 Set up lisp-indent-function property.
13689
13690 * subr.el (with-syntax-table): Moved from simple.el.
13691
13692 * simple.el (with-syntax-table): Moved to subr.el.
13693
13694 2000-01-11 Gerd Moellmann <gerd@gnu.org>
13695
13696 * tmm.el (tmm-shortcut): Delete region after prompt instead
13697 of erasing buffer.
13698
13699 * textmodes/fill.el (fill-common-string-prefix): New function.
13700 (fill-context-prefix): Use the longest common prefix of first
13701 and second line fill prefix, if there is one.
13702
13703 2000-01-11 Richard M. Stallman <rms@gnu.org>
13704
13705 * array.el (array-mode): Don't use make-variable-buffer-local.
13706 Use make-local-variable for `truncate-lines'.
13707
13708 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
13709
13710 * add-log.el (add-log-current-defun): Handle user-defined
13711 add-log-current-function returning nil,
13712
13713 * add-log.el (add-change-log-entry): Insert version number
13714 if having found a current function
13715
13716 * add-log.el (add-log-current-defun): Call
13717 `add-log-current-defun-function'. Try matches at level 0 and
13718 level 1. Strip whitespace from defun found.
13719
13720 2000-01-10 John Wiegley <johnw@gnu.org>
13721
13722 * allout.el (isearch-done/outline-provisions): Added `edit'
13723 argument to correspond with the current definition of
13724 `isearch-done'.
13725
13726 2000-01-10 Dave Love <fx@gnu.org>
13727
13728 * elide-head.el (elide-head): Use point-marker, not point.
13729
13730 2000-01-10 Gerd Moellmann <gerd@gnu.org>
13731
13732 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13733 before and after the year 2000.
13734
13735 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13736 Add ispell- prefix.
13737
13738 2000-01-10 Ken Stevens <k.stevens@ieee.org>
13739
13740 * ispell.el: Only define dictionaries in menus when they exist.
13741 (version18p): New variable.
13742 (version20p): New variable.
13743 (xemacsp): New variable.
13744 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13745 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13746 (ispell-dictionary-alist6): Russian command lines no longer accept
13747 run-together words.
13748 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13749 (ispell-dictionary-alist): Add koi8-r to customize definition.
13750 (check-ispell-version): Added documentation string. Returns
13751 library path when called non-interactively.
13752 (ispell-menu-map-needed): Uses new variables.
13753 (ispell-library-path): New variable.
13754 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13755 (ispell-word): Improved documentation string. Test for valid
13756 character mappings. Correctly check typed in word changes that can
13757 result in single words split into multiple words. Returns
13758 replacement word.
13759 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13760 replace in recursive query replace mode. Help message for
13761 recursive edit mode.
13762 (ispell-show-choices): Protect against bad framepop bindings.
13763 (ispell-help): Fix to work with XEmacs.
13764 (ispell-highlight-spelling-error): Use new variables.
13765 (ispell-overlay-window): Fix to work with XEmacs.
13766 (ispell-parse-output): Passed and returns location information
13767 tracking spelling corrections. Doesn't recheck same word on
13768 current line.
13769 (ispell-init-process): Protect against bogus XEmacs variable binding.
13770 Fix call to single argument in sleep-for. Use new variables.
13771 (ispell-region): Passed and returns location information tracking
13772 spelling corrections. Doesn't check same word on current line.
13773 Improved documentation string. Doesn't resend a line already
13774 checked to the ispell process - fixes bug in LaTeX parsing.
13775 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13776 (ispell-skip-region): No longer skips <TT> in SGML.
13777 (ispell-process-line): Tracks location information with spelling
13778 corrections. Added documentation string. Accounts for words
13779 already accepted on this line. Don't allow query-replace on line
13780 starting with math characters. Doesn't resend a line already sent
13781 to ispell process. Fixes alignment error bug.
13782
13783 2000-01-10 Richard M. Stallman <rms@gnu.org>
13784
13785 * dired-x.el (dired-guess-shell-alist-default):
13786 Suggest xloadimage, which is free, not xv, which isn't.
13787
13788 * ange-ftp.el (ange-ftp-file-name-nondirectory):
13789 Don't ever include the host name or user name in the value.
13790
13791 2000-01-09 Gerd Moellmann <gerd@gnu.org>
13792
13793 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13794 of a real newline.
13795
13796 2000-01-09 Stephen Eglen <stephen@gnu.org>
13797
13798 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
13799 for .png files.
13800
13801 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13802
13803 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13804
13805 2000-01-09 Gerd Moellmann <gerd@gnu.org>
13806
13807 * progmodes/cperl-mode.el: Replace ^F with ^L.
13808
13809 * sendmail.el (toplevel): Provide `sendmail' when compiling
13810 before `require'ing rmail and mailalias to prevent infinite
13811 recursion.
13812
13813 2000-01-08 Dave Love <fx@gnu.org>
13814
13815 * emacs-lisp/backquote.el: Remove inappropriate customization
13816 (allowing custom.el to use backquote).
13817
13818 2000-01-07 Dave Love <fx@gnu.org>
13819
13820 * add-log.el (add-log-debugging): Deleted.
13821 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13822 file. Remove debugging code.
13823 (change-log-get-method-definition, change-log-name): Add doc.
13824 (change-log-sortable-date-at): New function.
13825 (change-log-merge): New command.
13826
13827 * time.el (display-time-string-forms): Make the Mail string active.
13828 (display-time-update): Provide help-echo for load average.
13829
13830 * bindings.el (make-mode-line-mouse2-map): New function.
13831 (mode-line-modified): Use it and simplify.
13832 (mode-line-mule-info): Provide help-echo info.
13833 (minor-mode-alist): Activate the strings.
13834 (make-mode-line-mouse-sensitive): Simplify for
13835 mode-line-buffer-identification.
13836
13837 2000-01-07 Gerd Moellmann <gerd@gnu.org>
13838
13839 * play/pong.el: New file.
13840
13841 2000-01-06 Dave Love <fx@gnu.org>
13842
13843 * array.el: Assorted cleanups for compiler warnings, doc strings,
13844 `array-' prefix for symbols.
13845
13846 2000-01-05 Dave Love <fx@gnu.org>
13847
13848 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13849 outline-headers-as-kill.
13850 (outline-mode): Define imenu-generic-expression.
13851 (outline-headers-as-kill): New command.
13852
13853 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13854 from paragraph-start.
13855 (paragraph-indent-minor-mode): New command.
13856
13857 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13858 M-C-e, M-C-h, C-j, C-xnd, TAB.
13859 (fortran-mode): Set beginning-of-defun, end-of-defun.
13860 (fortran-column-ruler): Simplify.
13861 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13862 (fortran-with-subprogram-narrowing): Likewise.
13863 (fortran-indent-subprogram): Call mark-defun.
13864 (fortran-check-for-matching-do): Change narrowing.
13865
13866 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13867 (cl-lucid-hash-tag): Delete.
13868 (cl-hash-table-p): Correct test for native table.
13869 (cl-hash-table-count): Use hash-table-count.
13870
13871 * browse-url.el (browse-url): Fix case of
13872 browse-url-browser-function being an alist.
13873
13874 2000-01-05 Carsten Dominik <cd@gnu.org>
13875
13876 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13877 (reftex-index-phrase-file-extension): New options.
13878
13879 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
13880 Use new option `reftex-index-phrase-file-extension'.
13881
13882 * textmodes/reftex.el (reftex-access-parse-file): Use new option
13883 `reftex-parse-file-extension'.
13884
13885 2000-01-05 Dave Love <fx@gnu.org>
13886
13887 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
13888 (beginning-of-defun-raw): Use it.
13889 (end-of-defun): New variable.
13890 (end-of-defun): Use it.
13891 (check-parens): New command.
13892
13893 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13894
13895 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13896 (hs-show-block): Don't use `mapcar' when not accumulating.
13897
13898 Fix buglet in local variables initialization.
13899
13900 2000-01-05 Andreas Schwab <schwab@suse.de>
13901
13902 * hscroll.el (hscroll): Doc fix.
13903
13904 2000-01-05 Carsten Dominik <cd@gnu.org>
13905
13906 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13907 idlw-toolbar.
13908
13909 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13910 file idlw-rinfo.el.
13911 (idlwave-customize): load must read file idlw-shell.el.
13912 (idlwave-create-customize-menu): load must read file idlw-shell.el.
13913
13914 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13915
13916 * progmodes/idlw-shell.el: Also provide idlwave-shell
13917 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13918 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13919
13920 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13921 both reftex-dcr and reftex-vcr.
13922
13923 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13924
13925 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13926
13927 * ps-print.el: PostScript code now is in separate files, doc fix.
13928 (ps-print-version): New version number (5.0.3).
13929 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13930 local.
13931 (ps-spool-config): Initialization fix.
13932 (ps-print-prologue-1, ps-print-prologue-2)
13933 (ps-print-duplex-feature): PostScript code moved to separated file.
13934 (ps-background-image): Little code reformating.
13935 (ps-begin-file, ps-begin-job): Fix code.
13936 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
13937 (ps-prologue-file): New fun.
13938
13939 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13940
13941 * ps-vars.el: Eliminated.
13942
13943 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13944 `;;;###autoload'.
13945
13946 * ps-print.el: ps-vars eliminated, doc fix.
13947 (ps-print-version): New version number (5.0.2).
13948 (ps-spool-config): Initialization fix.
13949 (ps-print-customize): New fun.
13950
13951 2000-01-04 Gerd Moellmann <gerd@gnu.org>
13952
13953 * autorevert.el (auto-revert-mode): Return value of
13954 auto-revert-mode.
13955
13956 2000-01-04 Dave Love <fx@gnu.org>
13957
13958 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13959 menu items.
13960
13961 2000-01-03 Dave Love <fx@gnu.org>
13962
13963 * elide-head.el (elide-head) [defgroup]: Add :version.
13964
13965 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
13966 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13967 `cl-hash-table-p', not `hash-table-p'.
13968 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13969
13970 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13971
13972 * faces.el (face-read-integer, read-face-attribute)
13973 (color-defined-p, color-values): unspecified-{f,b}g are now
13974 strings.
13975
13976 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13977
13978 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13979 at comment end, and re-insert them after filling.
13980
13981 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13982
13983 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
13984 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13985 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
13986
13987 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13988
13989 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13990 the new name of face-color-supported-p.
13991
13992 * term/w32-win.el (xw-defined-colors): Likewise.
13993
13994 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13995
13996 * simple.el (completion-setup-function): Count completion-size
13997 from minibuffer-prompt-end, not from point-min.
13998
13999 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14000
14001 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14002 Pass the frame to tty-color-* functions.
14003 (display-color-p, frame-set-background-mode): Pass the frame to
14004 tty-display-color-p.
14005
14006 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14007 tty-color-alist.
14008 (tty-color-alist, tty-modify-color-alist): New functions.
14009 (tty-color-define, tty-color-clear, tty-color-approximate)
14010 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14011 an optional parameter FRAME.
14012
14013 2000-01-01 Gerd Moellmann <gerd@gnu.org>
14014
14015 * image.el (create-image, defimage): Don't assume image data is a
14016 string.
14017
14018 * image.el (defimage): Handle specifications containing :data
14019 instead of :file.
14020 (image-type-from-data): New function.
14021 (image-type-from-file-header): Use it.
14022 (create-image): Add parameter DATA-P.
14023
14024 See ChangeLog.8 for earlier changes.
14025
14026 ;; Local Variables:
14027 ;; coding: iso-2022-7bit
14028 ;; End: