Require CL when compiling.
[bpt/emacs.git] / lisp / ChangeLog
1 2000-10-15 Miles Bader <miles@gnu.org>
2
3 * font-lock.el (font-lock-comment-face): Change dark-background,
4 color, non-tty, default to `chocolate1'.
5
6 2000-10-13 John Wiegley <johnw@gnu.org>
7
8 * eshell/esh-util.el (require): Added a missing `require' form,
9 needed when compiling (for an ange-ftp macro definition).
10
11 2000-10-13 Dave Love <fx@gnu.org>
12
13 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
14
15 2000-10-13 Gerd Moellmann <gerd@gnu.org>
16
17 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
18 fix.
19
20 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
21 transparent -colors 8).
22
23 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
24
25 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
26 that breaks with old list format timestamps.
27 (time-stamp-warn-inactive, time-stamp-old-format-warn)
28 (time-stamp-count, time-stamp-conversion-warn): Improved doc
29 strings.
30
31 2000-10-13 John Wiegley <johnw@gnu.org>
32
33 * align.el, pcomplete.el, calendar/timeclock.el,
34 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
35
36 * calendar/timeclock.el (timeclock-find-discrep): A fix to same
37 faulty math, where holiday hours were being computing as seconds.
38
39 2000-10-13 John Wiegley <johnw@gnu.org>
40
41 * desktop.el (desktop-buffer-modes-to-save): Added a global for
42 specifying what "other" kinds of buffers should be saved. This
43 used to be hard-coded.
44 (desktop-buffer-misc-functions): A global for specifying how
45 auxiliary data should be determined for special buffer types.
46 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
47 instead of hard-coding the special buffer types.
48 (desktop-save): Run `desktop-buffer-misc-functions' to gather
49 auxiliary data, instead of hard-coding for Info buffers and dired.
50 (desktop-buffer-info-misc-data): Aux function for determining Info
51 buffer auxiliary info.
52 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
53 (desktop-buffer-info): Changed this function to use the info
54 gathered above.
55 (desktop-create-buffer): Be a little more careful about what
56 `minor-mode' means before calling it. This is important for some
57 buffer types.
58
59 2000-10-13 John Wiegley <johnw@gnu.org>
60
61 * eshell/esh-util.el: Added a global form which declares an
62 autoload for `parse-time-string', if that function is not already
63 defined, and if parse-time.el is available on the user's system.
64
65 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
66 to be aware of ange-ftp user info.
67 (eshell-do-ls): Bind `ange-cache'. Also, use
68 `eshell-file-attributes'.
69 (eshell-ls-annotate): Use `eshell-file-attributes'.
70 (eshell-ls-file): Made the user-id printing code a bit smarter.
71
72 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
73 allow identification of alias user ids in remote directories.
74 It's manual, but there's no other way to know when the current
75 user on the local machine, is also the owning user on the remote
76 machine.
77 (fboundp): Bind `ange-cache'.
78 (eshell-directory-files-and-attributes): Re-organized the logic a
79 bit to use `eshell-file-attributes' instead of `file-attributes'.
80 The former is more sensitive to directories that are read via FTP,
81 and knows how to use ange-ftp to determine full attribute
82 information, instead of just the name and last modtime.
83 (eshell-current-ange-uids): Return the current user id when in a
84 remote directory.
85 (eshell-parse-ange-ls): Parse a full directory listing that has
86 been returned by ange-ftp.
87 (eshell-file-attributes): This beefed up version of
88 `file-attributes' is only special if the user is currently in a
89 remote directory, in which case it does a lot of work to find out
90 what the real attributes of a file are, as they appear on the
91 remote machine. This makes usage of remote directories (i.e.,
92 ange-ftp pathnames) much more useful. You can now use Eshell as a
93 full-fledged FTP client, with much more manipulation ability than
94 most other clients.
95
96 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
97 variable, which means that Eshell's du should always be preferred
98 in remote directories.
99 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
100 just `file-attributes'.
101 (eshell-mvcp-template): Bind `ange-cache', to improve performance
102 when reading remote directories. This is an Eshell-specific
103 variable (not part of ange-ftp).
104 (eshell/ln): Bind `ange-cache'.
105 (eshell/du): Added some extra logic for determining when to use
106 Eshell's du (which is slow), and when to use the external version
107 (which may or may not exist).
108
109 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
110 `eshell-interactive-process', rather than using
111 `get-buffer-process', since backgrounded processes don't count in
112 the context of this function's logic.
113
114 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
115 `forward-char', so that null strings are parsed correctly.
116
117 2000-09-13 John Wiegley <johnw@gnu.org>
118
119 * eshell/em-pred.el (eshell-pred-file-type,
120 eshell-pred-file-links, eshell-pred-file-size): Use
121 `eshell-file-attributes'. This is more correct over ange-ftp.
122
123 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
124 that remote file globbing is more efficient.
125
126 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
127 gathering the files and attributes within a directory.
128
129 * eshell/em-unix.el (eshell/cat): If any of the files passed on
130 the command line is a special file (not a regular file, directory
131 or symlink), always attempt to call the external version of cat.
132
133 2000-09-13 John Wiegley <johnw@gnu.org>
134
135 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
136 Eshell-friendly version of find-tag.
137
138 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
139
140 * image-file.el (image-file-name-extensions)
141 (image-file-name-regexps): Add autoload cookies.
142
143 2000-10-13 Kenichi Handa <handa@etl.go.jp>
144
145 * international/mule-cmds.el (select-safe-coding-system): If FROM
146 is string, show it in *Warning* buffer.
147
148 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
149
150 * startup.el (normal-top-level): Use display-popup-menus-p instead
151 of window-system.
152 (command-line): Use display-graphic-p instead of window-system.
153 (command-line-1): Use display-popup-menus-p and display-mouse-p
154 instead of window-system.
155
156 2000-10-12 Sam Steingold <sds@gnu.org>
157
158 * tooltip.el (tooltip-use-echo-area): New user variable.
159 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
160
161 2000-10-12 Dave Love <fx@gnu.org>
162
163 * recentf.el: Maintainer's checkdoc fixes.
164
165 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
166 character class, not ASCII when matching file names.
167 (fancy-splash-head): Add trailing slash to URL.
168 (command-line): Don't require XPM support for toolbar.
169
170 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
171 (cperl-invalid-face): Revert last change.
172 (cperl-init-faces): Quote cperl-invalid-face.
173
174 2000-10-12 Kenichi Handa <handa@etl.go.jp>
175
176 * startup.el (fancy-splash-text): Remove superfluous quote.
177
178 2000-10-12 Gerd Moellmann <gerd@gnu.org>
179
180 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
181 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
182 (command-line-1): Don't use fancy-splash-pending-command.
183 (fancy-splash-screens-1): Goto point-min after inserting text.
184
185 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
186
187 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
188 instead of shared-lisp-mode-map.
189
190 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
191
192 * faces.el (header-line): Change tty-variant to use underlining.
193
194 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
195 (isearch-highlight): Restore lazy-isearch face properties at old
196 position, and suppress them at new position.
197 (isearch-dehighlight): Restore lazy-isearch face properties.
198 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
199 over the real isearch overlay, but in that case, don't give it a
200 face property. Use `push'.
201
202 2000-10-12 Kenichi Handa <handa@etl.go.jp>
203
204 * man.el (Man-getpage-in-background): Fix previous change.
205 Decode the process output only when we are in multibyte mode.
206
207 2000-10-11 Dave Love <fx@gnu.org>
208
209 * info.el (Info-mode-menu): Fix some help.
210 (info-tool-bar-map): Add entry for Info-last.
211
212 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
213 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
214 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
215 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
216 * toolbar/search-replace.xpm, toolbar/exit.xpm:
217 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
218 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
219 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
220 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
221 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
222 Reduce colour requirements to 25 overall. (Probably wants
223 revisiting from the originals to reduce further.)
224
225 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
226
227 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
228 buffer-file-coding-system, instead of raw-text.
229 (dehexlify-buffer): Bind coding-system-for-read to
230 buffer-file-coding-system, instead of raw-text.
231
232 2000-10-11 Sam Steingold <sds@gnu.org>
233
234 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
235 `underline' - fixes the bug introduced on 2000-09-21.
236
237 2000-10-11 Dave Love <fx@gnu.org>
238
239 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
240 compiler warnings.
241 (scheme-mode): Doc fix.
242 (scheme-font-lock-keywords-1): Match `define-syntax'.
243
244 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
245
246 * faces.el (frame-set-background-mode): Pay attention to saved
247 face specs as well as default ones. Only do anything if the
248 bg-mode or display-type has actually changed. Use `dolist'.
249 (region): Make dark-background `region' face less in-your-face.
250
251 2000-10-10 Sam Steingold <sds@gnu.org>
252
253 * chistory.el, ielm.el, ledit.el:
254 * progmodes/inf-lisp.el, progmodes/scheme.el:
255 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
256
257 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
258
259 * textmodes/texinfo.el: Update copyright and fix typo.
260
261 * desktop.el (desktop-modes-not-to-save): New var.
262 (desktop-save-buffer-p): Use it.
263 Also, obey desktop-buffers-not-to-save even for non-file buffers.
264 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
265
266 2000-10-10 Dave Love <fx@gnu.org>
267
268 * toolbar/tool-bar.el (tool-bar-add-item)
269 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
270 display.
271
272 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
273 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
274 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
275 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
276 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
277 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
278 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
279 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
280 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
281 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
282 the .xpms; probably need retouching.
283
284 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
285
286 * subr.el (add-to-list): Add optional argument APPEND.
287 * battery.el (display-battery): Use `add-to-list'.
288
289 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
290
291 * play/zone.el (zone-timer, zone-wc-tbl): Rework
292 these vars as symbol properties.
293 (zone, zone-when-idle, zone-leave-me-alone)
294 (zone-pgm-whack-chars): Use new symbol properties.
295
296 * battery.el (display-battery): Doc spelling fix.
297
298 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
299 property.
300
301 2000-10-09 Dave Love <fx@gnu.org>
302
303 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
304 has been initialized before calling tool-bar-setup.
305 (tool-bar-add-item-from-menu): Add autoload cookie.
306
307 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
308
309 * menu-bar.el (send-mail-item-name): New function.
310 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
311 of mail-user-agent in the menu. Don't display the "Send Mail"
312 item if mail-user-agent is nil or its value is ignore.
313 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
314 if read-mail-command is nil or its value is ignore.
315
316 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
317
318 2000-10-09 Miles Bader <miles@gnu.org>
319
320 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
321 Correct image size.
322 * toolbar/left_arrow.xpm: Correct image size.
323
324 * jka-compr.el: Don't call `jka-compr-install' when loading (it
325 will be done by the definition of `auto-compression-mode' if
326 necessary. Move code to uninstall existing file-name handler
327 before definition of `auto-compression-mode'.
328
329 * image-file.el (auto-image-file-mode): Move to the end of the
330 file, because `define-minor-mode' actually calls the mode-function
331 if the associated variable is non-nil, which requires that all
332 needed functions be already defined.
333
334 * mouse.el (popup-menu): Balance parens.
335
336 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
337
338 * mouse.el (popup-menu): Move the command call outside the loop
339 so that popup-menu returns whatever the command returns.
340
341 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
342 (initialize-new-tags-table): Use run-hook-with-args-until-success.
343 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
344 (tags-table-format-functions): Renamed from tags-table-format-hooks.
345
346 * vc.el (vc-version-diff): diff-switches can be a list.
347 Use relative filenames for prettier output.
348
349 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
350 (vc-post-command-functions): Remove old-VC compatibility code.
351
352 * newcomment.el (comment-indent-default): Autoload.
353
354 * font-lock.el (font-lock-defaults): Make buffer-local.
355 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
356 (font-lock-choose-keywords):
357 Ignore LEVEL unless KEYWORDS is a list of syms.
358 (c-keywords, c++-keywords, objc-keywords, java-keywords):
359 Don't wrap regexp-opt things in \(...\) unnecessarily.
360
361 * jit-lock.el: Don't require font-lock any more.
362 (jit-lock-functions): Make buffer-local.
363 (jit-lock-saved-fontify-buffer-function): Remove.
364 (jit-lock-mode): Remove autoload cookie.
365 Remove font-lock specific code.
366 (jit-lock-unregister): Don't bother handling complex hooks any more.
367 (jit-lock-refontify): New function.
368 (jit-lock-fontify-buffer): Use it.
369 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
370 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
371 Add optional args START and END.
372 Never call font-lock-fontify-region directly.
373 (jit-lock-function, jit-lock-stealth-fontify): Use it.
374
375 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
376
377 2000-10-08 Dave Love <fx@gnu.org>
378
379 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
380
381 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
382
383 * play/studly.el (studlify-region, studlify-word): Add autoload
384 cookie.
385
386 * play/morse.el (morse-region, unmorse-region): Add autoload
387 cookie.
388
389 * play/spook.el (spook-phrases-file): Use expand-file-name, not
390 concat.
391
392 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
393 insist on symbols starting with word syntax.
394 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
395 (eval-defun-1): Doc fix.
396 (indent-sexp): Use nconc to build up indent-stack.
397
398 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
399 Gnus with little use.
400 (mail-setup-hook): Add mail-abbrevs-setup to options.
401
402 * recentf.el: Doc fixes.
403
404 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
405 Clean up remainder.
406
407 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
408 without timezone and (8) with timezone to enforce some whitespace.
409 Simplify code somewhat.
410
411 * options.el (list-options): Doc that you should use customize.
412
413 * iswitchb.el (iswitchb-mode): Add :require.
414
415 * info.el (Info-goto-node, Info-menu): Doc fix.
416 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
417 (info-tool-bar-map): New variable.
418 (Info-mode): Use it.
419 (Info-edit-map): Define all in defvar.
420 (speedbar-attached-frame): Avoid compiler warning.
421
422 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
423 (global-map): Bind [tool-bar] to a filtered map.
424 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
425 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
426 Allow PBM icons.
427 (tool-bar-setup): Adjust calls of tool-bar-add-item.
428
429 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
430 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
431 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
432 icons, except up_arrow, which is left-arrow rotated.
433
434 * imenu.el (imenu-add-to-menubar): Fix last change.
435
436 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
437
438 * generic-x.el (rul-generic-mode): Remove eval-when-compile
439 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
440
441 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
442
443 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
444 typos in doc strings.
445
446 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
447 the doc strings how to customize Font Lock faces.
448
449 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
450 computing growth when dragging the header line.
451
452 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
453
454 * simple.el (kill-line): Doc fix.
455
456 2000-10-08 Miles Bader <miles@gnu.org>
457
458 * faces.el (secondary-selection): Make foreground visible on tty.
459
460 * jka-compr.el (auto-compression-mode): Move to the end of the
461 file, because `define-minor-mode' actually calls the mode-function
462 if the associated variable is non-nil, which requires that all
463 needed functions be already defined.
464 (with-auto-compression-mode): Add autoload cookie.
465
466 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
467
468 * files.el (find-backup-file-name) [ms-dos]: If support for long
469 file names is not available, behave as if version-control were set
470 to never.
471
472 2000-10-07 Dave Love <fx@gnu.org>
473
474 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
475 (browse-url-gnome-moz): New function.
476 (browse-url-browser-function): Use it.
477 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
478
479 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
480
481 * indent.el (tab-always-indent): New var.
482 (indent-for-tab-command): Use it.
483
484 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
485 raise an error. This way it can still default to a sane value.
486
487 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
488
489 * startup.el (fancy-splash-screens): Use local rather than global map.
490 Don't use `update-menu-bindings' any more.
491 Get rid of assumptions about keymap representation.
492
493 2000-10-06 Dave Love <fx@gnu.org>
494
495 * textmodes/fill.el (sentence-end-double-space)
496 (sentence-end-without-period): Doc fix.
497 (adaptive-fill-regexp): Purecopy.
498 (unjustify-current-line): Use line-end-position.
499 (fill-individual-paragraphs-prefix): Use line-beginning-position.
500
501 * net/eudc-vars.el (eudc): Add :version, :link.
502
503 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
504
505 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
506 Fix for define-minor-mode.
507 (function-at-point): Alias to function-called-at-point.
508
509 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
510
511 * simple.el (backward-word): Doc fix.
512
513 * image-file.el (image-file-name-regexp): image-file-regexps ->
514 image-file-name-regexps.
515 (image-file-name-extensions): Add pbm.
516
517 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
518
519 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
520 and add filename to the names so that diff-mode can jump to source.
521
522 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
523 (tex-font-lock-keywords, tex-font-lock-keywords-2)
524 (tex-font-lock-keywords-1): Remove.
525 (font-lock-turn-on-thing-lock): Use jit-lock-register.
526 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
527 (font-lock-default-fontify-region):
528 Expand beg..end correctly when just following a multiline region.
529 (font-lock-fontify-anchored-keywords):
530 Include the anchor text as part of the multiline.
531
532 2000-10-06 Gerd Moellmann <gerd@gnu.org>
533
534 * loadup.el (toplevel): Load `loaddefs' before `help' because the
535 latter needs the autoloaded define-minor-mode macro during the
536 bootstrap.
537
538 * startup.el (command-line): For now, activate tool-bar-mode only
539 if XPM images are supported.
540
541 * mouse.el (mouse-drag-header-line): Don't allow resizing a
542 window by dragging a header-line at the top of the frame; that's
543 confusing because the header-line doesn't move.
544 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
545 of treating the event as a list. Some cleanup.
546
547 2000-10-06 Miles Bader <miles@gnu.org>
548
549 * simple.el (display-message-or-buffer): New function.
550 (shell-command-on-region): Use `display-message-or-buffer'.
551
552 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
553 docstring parts.
554
555 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
556 (smbclient-prompt-regexp): Add usage note to doc string.
557 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
558 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
559 Use add-hook for adding the comint filter function, and only do so
560 if it's not already in the global hook list.
561 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
562 to `make-local-variable'.
563 (nslookup-font-lock-keywords): Remove prompt entry.
564 (nslookup): Don't set the process-filter.
565 (finger): Exit the loop correctly when the regexps list runs out.
566 (ftp, smbclient, smbclient-list-shares):
567 Set the real major mode immediately, not after execing.
568 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
569
570 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
571
572 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
573
574 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
575
576 * which-func.el (which-func-format): Remove spurious space.
577 (which-func-mode): Don't make it permanent-local.
578 (which-func-ff-hook): Allow which-func-maxout to be nil.
579 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
580 (which-func-mode): Simplify.
581 Use post-command-idle-hook rather than post-command-hook.
582 Go through all buffers and update their state.
583 (which-function): Also try add-log-current-defun-function.
584
585 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
586 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
587 Update call to with-vc-properties accordingly.
588 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
589 (vc-revert-buffer): More careful about window selection and deletion.
590 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
591
592 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
593 (cvs-retrieve-revision): Reuse a pre-existing buffer.
594 (cvs-dired-action): Change the default to quickdir.
595
596 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
597 if comment-indent-function returns nil.
598 (comment-indent-default): New function.
599 (comment-indent-function): Use it and document the new semantics.
600
601 * image-file.el: Docstring fixes.
602
603 * help.el (help-xref-on-pp): Use match-string.
604 (describe-variable): New arg BUFFER.
605 Store the current buffer in the help-xref-stack.
606 (temp-buffer-resize-mode): Use define-minor-mode.
607
608 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
609 consistently with its docstring.
610 Set jit-lock-first-unfontify-pos in an idempotent way.
611 (jit-lock-register): Autoload and add arg CONTEXTUAL.
612
613 2000-10-05 Alex Schroeder <alex@gnu.org>
614
615 * sql.el (sql-mysql-options): New variable.
616 (sql-mysql): Use it.
617
618 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
619
620 * image.el (image): New group.
621
622 * smerge-mode.el (smerge-mine-face, smerge-other-face)
623 (smerge-base-face, smerge-markers-face): Add dark-background variants.
624
625 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
626
627 * net/net-utils.el (nslookup-font-lock-keywords)
628 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
629 Ignore the value of wqindow-system; always define keywords
630
631 2000-10-05 Kenichi Handa <handa@etl.go.jp>
632
633 * startup.el (fancy-splash-screens): Remove the code for
634 debugging; `(trace-to-stderr "EXITTT\n")'.
635
636 2000-10-05 Miles Bader <miles@gnu.org>
637
638 * diff-mode.el (diff-goto-source): Update call to
639 `diff-hunk-status-msg' to reflect new REV variable.
640
641 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
642
643 * progmodes/icon.el (icon-mode):
644 Don't gratuitously override the default for comment-column.
645
646 * vc-hooks.el (vc-mode-line): Fix interactive spec.
647
648 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
649 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
650 (jit-lock-functions): New var.
651 (jit-lock-function-1): Use it if non-nil.
652 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
653 Set the `fontified' property before doing the fontification to avoid
654 repeatedly going through the same error.
655 Don't turn errors into messages.
656 (jit-lock-register, jit-lock-unregister): New functions.
657
658 * dired.el (dired-mark-pop-up): Turn comment into docstring.
659 Use with-current-buffer.
660
661 * dired-aux.el (dired-do-create-files, dired-kill-tree):
662 Turn comment into docstring.
663
664 * apropos.el (apropos-mode): Use define-derived-mode.
665
666 2000-10-04 Gerd Moellmann <gerd@gnu.org>
667
668 * startup.el (fancy-splash-pending-command): New variable.
669 (fancy-splash-pre-command): New function.
670 (fancy-splash-screens): Rewritten.
671 (command-line-1): If fancy-splash-pending-command is set, call it
672 interactively.
673
674 2000-10-04 Dave Love <fx@gnu.org>
675
676 * toolbar/tool-bar.el (tool-bar-setup): New function.
677 (tool-bar-mode): Use it.
678
679 * subr.el (substitute-key-definition): Doc fix.
680 (play-sound-file): New command.
681
682 2000-10-04 Andre Spiegel <spiegel@gnu.org>
683
684 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
685 vc-version-backup-file-name): New functions.
686
687 * files.el (basic-save-buffer): Call vc-before-save before saving.
688
689 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
690 vc-cvs-stay-local-p.
691
692 * vc.el (vc-revert-buffer): Handle empty diff properly.
693 (vc-version-backup-file): New function.
694 (vc-checkout): Create a version backup if necessary.
695 (vc-checkin): If a version backup file exists, delete it.
696 (vc-version-diff): Diff locally using version backups, if available.
697 (vc-revert-file): If there's a version backup, revert locally.
698 (vc-transfer-file): Use version backup for base version, if
699 available. If not, ask for confirmation whether to get it from the
700 server. Update mode line before check-in.
701
702 2000-10-04 Dave Love <fx@gnu.org>
703
704 * toolbar/tool-bar.el (tool-bar-setup): New function.
705 (tool-bar-mode): Use it.
706
707 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
708
709 * net/net-utils.el (nslookup-font-lock-keywords)
710 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
711 Only set if window-system is non-nil
712 (net-utils-run-program): Returns buffer.
713 (network-connection-reconnect): Added this function.
714
715 * generic.el:
716 Incorporates extensive cleanup and docfixes by
717 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
718 Uses cl compile-time macros.
719 (generic-mode-name, generic-comment-list)
720 (generic-keywords-list, generic-font-lock-expressions)
721 (generic-mode-function-list, generic-mode-syntax-table):
722 Removed variables.
723 (generic-mode-alist): Renamed to generic-mode-list.
724 (generic-find-file-regexp): Default changed to "^#".
725 (generic-read-type): Uses completing read on generic-mode-list.
726 (generic-mode-sanity-check): removed this function.
727 (generic-add-to-auto-mode): Removed this function
728 (generic-mode-internal): Bind mode-specific definitions
729 into function instead of putting them in alist.
730 (generic-mode-set-comments): Reworked extensively.
731 (generic-mode-find-file-hook): Simplified regexp searching
732 (generic-make-keywords-list): Omit extra pair of parens
733
734 * find-lisp.el (find-lisp-find-files-internal):
735 Make sure directory name ends with "/".
736
737 * generic-x.el (apache-conf-generic-mode):
738 Regexp now allows leading whitespace.
739 (rc-generic-mode): Added eval-when-compile
740 around generic-make-keywords-list.
741 Deleted duplicate regexp
742 (rul-generic-mode): Added eval-when-compile
743 around generic-make-keywords-list.
744 (etc-fstab-generic-mode): New generic mode.
745 (rul-generic-mode): Removed one eval-when-compile
746 which caused a max-specpdl-size exceeded error.
747
748 2000-10-04 Miles Bader <miles@gnu.org>
749
750 * simple.el (minibuffer-temporary-goal-position): New variable.
751 (next-history-element): Try to keep the position of point in the
752 input string constant.
753
754 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
755 (dired-do-create-files): If there's only one file, pass it in as
756 the DEFAULT arg to dired-mark-read-file-name.
757
758 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
759
760 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
761 (diff-goto-source): Be smarter when choosing REVERSE or not.
762
763 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
764 (texinfo-mode-menu): Add an explicit shortcut for update all.
765
766 2000-10-03 Andre Spiegel <spiegel@gnu.org>
767
768 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
769 factorize backend-specific code cleanly (this was essentially
770 conceived by Stefan Monnier).
771 (vc-unregister): Function removed.
772 (vc-revert-file): New function.
773 (vc-revert-buffer): Delegate some of the work to it.
774
775 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
776 default branch unconditionally.
777 (vc-rcs-set-default-branch): New function.
778 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
779 (vc-rcs-checkin): If an appropriate default branch has been set,
780 force creation of that branch.
781 (vc-rcs-receive-file): Rewritten to contain only backend-specific
782 code (as suggested by Stefan Monnier).
783
784 2000-10-02 Gerd Moellmann <gerd@gnu.org>
785
786 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
787 highlighting overlay with a different face over the overlay
788 isearch uses to highlight the current match because that can lead
789 to bad face combinations.
790
791 * loadup.el (toplevel): Load faces before isearch.
792
793 * isearch.el (isearch-faces): New custom group.
794 (isearch): New defface; was already tested for in the code.
795 (isearch-lazy-highlight-face): Changed to defface from defcustom.
796 (isearch-highlight): Always use face `isearch'.
797
798 2000-10-02 Dave Love <fx@gnu.org>
799
800 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
801 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
802 comparison of opcode with operand.
803
804 2000-10-03 Miles Bader <miles@gnu.org>
805
806 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
807 buffer, since the echo area will now grow to accommodate them.
808
809 2000-10-02 Andre Spiegel <spiegel@gnu.org>
810
811 * vc-hooks.el (vc-registered): If FILE used to be registered under
812 a certain backend, try that one first.
813
814 * vc.el (vc-responsible-backend): Undo the previous change in the
815 argument list. Handle multiple backends correctly.
816 (vc-find-new-backend): Function removed.
817 (vc-register): Use vc-responsible-backend, as before.
818 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
819
820 2000-10-02 Gerd Moellmann <gerd@gnu.org>
821
822 * startup.el (fancy-splash-head): Change message below the
823 logo.
824
825 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
826
827 * diff-mode.el (diff-goto-source): Emit a status message.
828 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
829 (diff-test-hunk): Fix doc string.
830 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
831 (diff-advance-after-apply-hunk): New variable.
832 (diff-apply-hunk): Don't return a value.
833
834 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
835
836 * vc.el (vc-editable-p): Minor optimization.
837 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
838 (vc-find-new-backend): New function split from vc-responsible-backend.
839 (vc-register): Use it.
840 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
841 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
842 (vc-default-unregister, vc-revert-buffer): Docstring fix.
843 (vc-clear-headers): Don't use find-file.
844 (vc-revert-buffer): Use `and' again (must have been a braino).
845 (vc-switch-backend): Only prompt if requested.
846 Short circuit if nothing is to be done.
847 Don't use vc-resynch-buffer which could lose unsaved editing.
848 (vc-default-receive-file): Update call to vc-unregister.
849 (with-vc-file, vc-next-action-on-file):
850 Use vc-backend rather than vc-registered.
851 (vc-next-action-on-file): Use intern-soft.
852 Deal with read-only *vc-diff* buffer.
853 (vc-transfer-file): Docstring fix.
854
855 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
856 (vc-rcs-receive-file): Avoid with-vc-properties.
857 Update call to vc-unregister.
858 Use constant `RCS' rather than (dynamically bound) var `backend'.
859
860 2000-10-01 Andre Spiegel <spiegel@gnu.org>
861
862 * vc.el (vc-next-action-on-file): Update mode line only if file
863 is visited.
864 (vc-start-entry): New argument initial-contents. Don't visit the file
865 if it isn't already visited. Brought documentation up-to-date.
866 (vc-next-action, vc-register): Updated calls to vc-start-entry.
867 (vc-checkin): New optional arg initial-contents, which is passed to
868 vc-start-entry.
869 (vc-finish-logentry): Make sure to bury log buffer only if there
870 really is one. Call `vc-resynch-buffer' on log-file, not
871 buffer-file-name.
872 (vc-default-comment-history, vc-default-wash-log): New functions.
873 (vc-index-of): Removed.
874 (vc-transfer-file): Make do without the above.
875 (vc-default-receive-file): Call comment-history unconditionally. Pass
876 the resulting string to vc-checkin, instead of inserting it into the
877 comment ring.
878
879 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
880 unconditionally. Use the comments as initial contents of the log
881 entry buffer. Document the trick to force branch creation with no
882 changes.
883
884 2000-10-01 Miles Bader <miles@gnu.org>
885
886 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
887 `recenter' with an arg to prevent redrawing the display.
888
889 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
890
891 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
892
893 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
894
895 * progmodes/c-mode.el (c-mode):
896 Don't gratuitously override the default for comment-column.
897
898 * textmodes/tex-mode.el (latex-metasection-list): New var.
899 (latex-imenu-create-index): Use it.
900 Move the regexp construction outside loops (and use push).
901 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
902 (tex-font-lock-keywords): Moved from font-lock.el.
903 (tex-comment-indent): Remove.
904 (tex-common-initialization): Don't set comment-indent-function.
905 (latex-block-default): New var.
906 (tex-latex-block): Use it to provide a default choice.
907 Add any unknown choice to latex-block-names.
908 Insert [...] after {...}.
909 (tex-last-unended-begin): Simplify regexp.
910 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
911 (latex-forward-sexp-1, latex-forward-sexp): New functions.
912 (latex-mode): Set forward-sexp-function.
913
914 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
915 Add regexp for @ignore ... @end ignore.
916 (texinfo-heading-face): New face.
917 (texinfo-font-lock-keywords): Use it.
918 (texinfo-mode-menu): New menu.
919 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
920 New functions.
921 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
922 (texinfo-section-types-regexp, texinfo-section-level-regexp)
923 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
924 Remove declaration.
925 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
926
927 * delsel.el (delete-selection-mode): Use define-minor-mode.
928
929 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
930
931 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
932
933 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
934
935 2000-09-30 Gerd Moellmann <gerd@gnu.org>
936
937 * replace.el (keep-lines-read-args): New function.
938 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
939 read arguments interactively. Add parameters RSTART and REND.
940 Operate on the active region in Transient Mark mode.
941
942 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
943
944 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
945 (authors-obsolete-files-regexps): New variable.
946 (authors-add): Don't record changes in obsolete files.
947
948 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
949
950 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
951
952 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
953 (comment-indent): Make sure there's a space between code and comment.
954 Shift comments left to avoid going past fill-column.
955
956 2000-09-29 Gerd Moellmann <gerd@gnu.org>
957
958 * startup.el (startup-echo-area-message): New function.
959 (display-startup-echo-area-message): Use it.
960 (fancy-splash-screens): Rewritten to use keymaps and a timer.
961 (fancy-splash-default-action): New function.
962 (fancy-splash-screens-1): New function.
963 (fancy-splash-head): Put a help-echo and a keymap under the image.
964
965 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
966
967 * diff-mode.el (diff-add-log-file-name): Remove.
968 (diff-mode): Use add-log-buffer-file-name-function.
969
970 * add-log.el (find-change-log): New arg BUFFER-FILE.
971 (add-log-file-name): Obey add-log-file-name-function.
972 (add-log-buffer-file-name-function): New var.
973 (add-change-log-entry): Use it.
974
975 2000-09-29 Miles Bader <miles@gnu.org>
976
977 * image-file.el (image-file-name-extensions): New variable.
978 (image-file-name-regexps): Renamed from `image-file-regexps'.
979 New default value is nil. Call `auto-image-file-mode'.
980 (image-file-name-regexp): New function.
981 (auto-image-file-mode): New minor mode.
982 (insert-image-file): Don't make conditional on the image-file
983 handler being enabled.
984 (image-file-handler): Make the call here conditional instead.
985 (set-image-file-handler-enabled, enable-image-file-handler)
986 (disable-image-file-handler): Functions removed.
987
988 * emacs-lisp/authors.el (authors-print): Rephrase many-files
989 string.
990
991 2000-09-29 Gerd Moellmann <gerd@gnu.org>
992
993 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
994 it's a function from CL.
995 (latex-imenu-create-index): Replace eval-when-compile with progn
996 because latex-section-alist is not bound while compiling.
997
998 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
999
1000 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1001 (outline-mode): Use define-derived-mode.
1002
1003 * progmodes/perl-mode.el (perl-mode):
1004 * progmodes/awk-mode.el (awk-mode):
1005 * progmodes/asm-mode.el (asm-mode):
1006 Don't gratuitously override the default for comment-column.
1007
1008 * emacs-lisp/lisp.el (lisp-complete-symbol):
1009 Distinguish the let-binding case from the funcall case.
1010 (forward-sexp-function): New variable.
1011 (forward-sexp): Use it.
1012
1013 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1014 (easy-mmode-defmap): Remove the now useless autoload.
1015
1016 * time.el (display-time-mode): Use define-minor-mode.
1017
1018 * subr.el (add-minor-mode): Don't eval NAME.
1019 Don't depend on the presence of TOGGLE-FUN for any special behavior.
1020 Use if rather than cond.
1021
1022 * simple.el (read-expression-map): Define more properly.
1023 (comment-indent-hook): Remove.
1024 (string-to-syntax): Bug fix.
1025
1026 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1027 (cvs-ediff-diff): Fix typo.
1028 (cvs-revert-if-needed): Don't bother preserving read-only.
1029
1030 * paren.el (show-paren-mode): Use define-minor-mode.
1031
1032 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1033 (toggle-auto-compression): Remove.
1034 (jka-compr-build-file-regexp): Remove useless grouping.
1035
1036 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1037 Avoid user-reserved bindings.
1038 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1039 (diff-header-face): Revert to grey85.
1040
1041 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1042
1043 * complete.el (partial-completion-mode) <defcustom>: Remove.
1044 (partial-completion-mode): Use define-minor-mode.
1045 (PC-do-completion): Understand `completion-auto-help = delay'
1046 to mean to popup the completion buffer only the second time.
1047 (PC-include-file-all-completions, PC-include-file-all-completions)
1048 (PC-include-file-all-completions): Don't quote lambda.
1049
1050 * comint.el (comint-mode-hook): Docstring fix.
1051 (comint-mode): Use define-derived-mode.
1052 (comint-mode-map): Remove obsolete comment.
1053 (make-comint): Minor stylistic change.
1054 (comint-insert-clicked-input): Be more careful to find the overlay.
1055 Use this-command-keys rather than hardcoding mouse-2.
1056
1057 * font-lock.el: Replace confusing (,@ with ,
1058 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1059 Don't use regexp-opt-depth. Spice up the regexp for args.
1060 Don't distinguish between cmds that can take an opt arg or not.
1061 Use `append' and `prepend' rather than `keep'.
1062
1063 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1064 (latex-outline-regexp): New var.
1065 (latex-outline-level): New fun.
1066 (latex-section-alist): New var.
1067 (latex-imenu-create-index): Use it. Use `push' as well.
1068 (tex-shell-map): Initialize it properly.
1069 (tex-mode): Minor stylistic change.
1070 (plain-tex-mode): Use define-derived-mode.
1071 (latex-mode): Use define-derived-mode.
1072 Construct the paragraph regexps in a more readable way.
1073 Set the buffer-local outline-{level,regexp} vars.
1074 (slitex-mode): Derive from latex-mode.
1075 (tex-common-initialization): Don't kill-all-vars anymore.
1076 Add setting for comment-add and font-lock-defaults.
1077 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1078 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
1079 (tex-start-tex): New arg DIR (and send a chdir command for it).
1080 Also display the shell buffer and save it in tex-last-buffer-texed.
1081 (tex-region): Use expand-file-name rather than concat.
1082 Remove code made useless by changes in tex-start-tex.
1083 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1084
1085 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1086
1087 2000-09-28 Dave Love <fx@gnu.org>
1088
1089 * eshell/eshell.el (eshell) <defgroup>: Add :version.
1090
1091 2000-09-28 Gerd Moellmann <gerd@gnu.org>
1092
1093 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1094 `append'.
1095
1096 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1097
1098 * info.el (Info-extract-pointer): Undo last change.
1099 Instead, fix the position of the `bound' arg to re-search-backward.
1100
1101 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
1102
1103 * info.el (Info-extract-pointer):
1104 Widen more carefully, to avoid finding pointers in other nodes.
1105 (Info-index): Use push.
1106
1107 2000-09-27 Gerd Moellmann <gerd@gnu.org>
1108
1109 * frame.el (set-frame-font): Remove call to obsolete function
1110 frame-update-faces.
1111 (set-foreground-color, set-background-color): Likewise for
1112 frame-update-face-colors.
1113
1114 2000-09-27 Miles Bader <miles@gnu.org>
1115
1116 * image-file.el: New file.
1117
1118 2000-09-27 Gerd Moellmann <gerd@gnu.org>
1119
1120 * frame.el (frame-notice-user-settings): Don't call
1121 frame-update-faces, which is a no-op now.
1122
1123 * ediff-wind.el (ediff-control-frame-parameters): Add zero
1124 tool-bar-lines.
1125
1126 2000-09-27 Dave Love <fx@gnu.org>
1127
1128 * mouse.el: Fix last change.
1129
1130 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
1131
1132 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1133
1134 2000-09-22 Kenichi Handa <handa@etl.go.jp>
1135
1136 * international/quail.el (quail-help): The output message is
1137 improved.
1138
1139 2000-09-26 Dave Love <fx@gnu.org>
1140
1141 * mouse.el (popup-menu): If POSITION is nil, set it using
1142 mouse-position.
1143
1144 2000-09-25 Sam Steingold <sds@gnu.org>
1145
1146 * net/browse-url.el (browse-url-file-url): Check for null maps.
1147
1148 2000-09-26 Gerd Moellmann <gerd@gnu.org>
1149
1150 * frame.el (frame-notice-user-settings): Don't add a
1151 tool-bar-lines frame parameter to default-frame-alist in batch mode.
1152
1153 * frame.el (frame-notice-user-settings):
1154 Make tool-bar-mode and default-frame-alist consistent.
1155
1156 * toolbar/tool-bar.el (tool-bar-help): New function.
1157
1158 2000-09-25 Gerd Moellmann <gerd@gnu.org>
1159
1160 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1161 current-load-list in top-level forms. Else this leaks a cons cell
1162 every time a defun is called.
1163
1164 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
1165
1166 2000-09-25 Dave Love <fx@gnu.org>
1167
1168 * startup.el (fancy-splash-head): Check XPM is available.
1169
1170 * autoinsert.el (auto-insert): Doc fix.
1171 (auto-insert-alist): Following GNU notices, don't say `copyright
1172 _by_'. Use line-beginning-position.
1173 (auto-insert): Check buffer-file-name is non-nil before use.
1174
1175 2000-09-25 Gerd Moellmann <gerd@gnu.org>
1176
1177 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1178 starting with `@def' or `@multitable', in addition to ones
1179 specified by the user in auto-fill-inhibit-regexp.
1180
1181 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
1182
1183 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1184 rmail-dont-reply-to-names matches the empty string.
1185
1186 2000-09-25 Gerd Moellmann <gerd@gnu.org>
1187
1188 * startup.el (command-line-1, fancy-splash-text): Change the
1189 text to sound more friendly.
1190
1191 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
1192
1193 * progmodes/hideshow.el: Update author email address.
1194 Generally, sync w/ maintainer version 5.22.
1195 (hs-hide-all-non-comment-function): New var.
1196 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1197 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1198 (hs-show-region): Delete this command.
1199 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1200
1201 2000-09-22 Dave Love <fx@gnu.org>
1202
1203 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1204 (hl-line-highlight): Specify buffer when moving overlay.
1205
1206 * progmodes/fortran.el (fortran-mode): Locally set
1207 normal-auto-fill-function.
1208 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1209 (fortran-mode-map): Adjust auto-fill menu entry.
1210
1211 2000-09-22 Gerd Moellmann <gerd@gnu.org>
1212
1213 * vc-rcs.el (toplevel): Require `vc' when compiling.
1214
1215 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
1216
1217 2000-09-22 Andre Spiegel <spiegel@gnu.org>
1218
1219 * vc.el (vc-switch-backend): Signal an error if the file is not
1220 registered under the new backend.
1221
1222 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
1223 without explicit revision number.
1224
1225 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
1226
1227 * diff-mode.el (diff-file-header-face): Reset to its previous value.
1228 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1229 (diff-xor): New function.
1230 (diff-find-source-location): Use it. Fix a stupid name clash.
1231 (diff-hunk-status-msg): New function.
1232 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
1233 (diff-test-hunk): Use diff-find-source-location.
1234 (diff-goto-source): Favor the `reverse'.
1235 (diff-hunk-text): Properly handle one-sided context diffs.
1236 (diff-apply-hunk): When done, advance to the next hunk.
1237
1238 2000-09-21 Gerd Moellmann <gerd@gnu.org>
1239
1240 * startup.el (command-line): If frame was created with a non-zero
1241 tool-bar-lines parameter, switch tool-bar-mode on.
1242
1243 * add-log.el (change-log-date-face, change-log-name-face)
1244 (change-log-email-face, change-log-file-face)
1245 (change-log-list-face, change-log-conditionals-face)
1246 (change-log-function-face, change-log-acknowledgement-face):
1247 New faces, inheriting from font-lock faces.
1248 (change-log-font-lock-keywords): Use them.
1249
1250 2000-09-21 Dave Love <fx@gnu.org>
1251
1252 * progmodes/cperl-mode.el (top-level): Clean up
1253 `eval-when-compile's and assorted defvars.
1254 (cperl-invalid-face): Don't double-quote value. Change custom
1255 type.
1256 (cperl-mode): Set normal-auto-fill-function and don't zap
1257 auto-fill-function.
1258 (cperl-imenu--function-name-regexp-perl): Renamed from
1259 imenu-example--function-name-regexp-perl.
1260 (cperl-imenu--create-perl-index): Renamed from
1261 imenu-example--create-perl-index.
1262 (cperl-xsub-scan): Don't require cl.
1263
1264 * msb.el (msb-mode-map): Use substitute-key-definition.
1265 (msb-mode): Use msb-mode-map.
1266
1267 2000-09-21 Andre Spiegel <spiegel@gnu.org>
1268
1269 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1270 New functions.
1271 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
1272 (vc-switch-backend): New function.
1273 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1274 (vc-register): Fix prompt.
1275 (vc-unregister, vc-default-unregister): New functions.
1276 (vc-version-diff): Handle empty buffer in sentinel.
1277
1278 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1279 (vc-rcs-state-heuristic): Use it to guess the state of files with
1280 non-strict locking.
1281 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1282 been set with -b, but not created yet.
1283 (vc-rcs-fetch-master-state): With non-strict locking, compare file
1284 contents in order to find the state.
1285 (vc-rcs-checkin): Allow creation of branches with no changes.
1286 (vc-rcs-unregister, vc-rcs-receive-file)
1287 (vc-rcs-set-non-strict-locking): New functions.
1288
1289 * vc-hooks.el (vc-name): Force correct computation of the value
1290 in case it is missing.
1291
1292 2000-09-21 Gerd Moellmann <gerd@gnu.org>
1293
1294 * startup.el (fancy-splash-tail): Use a different foreground
1295 color on a dark frame background.
1296
1297 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
1298
1299 * info.el: Use the correct capitalization when making Info-mode
1300 and Info-edit-mode `special' modes.
1301
1302 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
1303
1304 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1305 (diff-mode): Add support for add-log.el.
1306 (diff-hunk-text): Use char offsets rather than line offsets.
1307 (diff-find-source-location): Replace LINE with line-offset (nil
1308 if not found) and always set POS to a meaningful position.
1309 Adapt to the new char-offsets.
1310 (diff-apply-hunk): Drop support for the unused `select' POPUP.
1311 Adapt to the new diff-find-source-location.
1312 (diff-goto-source): Adapt to the new diff-find-source-location.
1313
1314 * add-log.el (add-log-file-name): New function (split out of
1315 add-change-log-entry).
1316 (add-change-log-entry): Use it.
1317 Call add-log-file-name-function with the changelog file name if
1318 the current buffer is not associated with any file.
1319 Avoid find-file if the selected window is dedicated.
1320
1321 * diff-mode.el (diff-find-source-location):
1322 Move code from diff-apply-hunk. Return buffer rather than file.
1323 (diff-apply-hunk): Use the new result from diff-find-source-location.
1324 (diff-goto-source): Use the new diff-find-source-location.
1325
1326 2000-09-20 Dave Love <fx@gnu.org>
1327
1328 * iswitchb.el: Some doc fixes.
1329 (iswitchb-mode-map): Define completely initially. Inherit
1330 minibuffer-local-map.
1331 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
1332 fundamental-mode.
1333 (iswitchb-global-map): New variable.
1334 (iswitchb-summaries-to-end): Amalgamate regexps.
1335 (iswitchb-mode): New.
1336 (iswitchb-mode-hook): New variable.
1337 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
1338 `extensions'.
1339
1340 2000-09-20 Gerd Moellmann <gerd@gnu.org>
1341
1342 * ehelp.el (electric-help): New defgroup.
1343 (electric-help-shrink-window): New user-option.
1344 (with-electric-help): Use it.
1345
1346 * window.el (shrink-window-if-larger-than-buffer): If face
1347 `mode-line' has a :box, and we're on a graphical frame, add 1
1348 to the needed window height.
1349
1350 * frame.el (frame-notice-user-settings): Add a last parameter nil
1351 to a call to `append', because the last list passed to `append' is
1352 not copied, and so subsequent calls to assq-delete-all will modify
1353 default-frame-alist.
1354
1355 * startup.el (fancy-splash-image): Change :type.
1356 (fancy-splash-head): Use an XBM image if appropriate.
1357 (command-line-1): Show splash screens in more cases.
1358
1359 * startup.el (fancy-splash-text): Don't quote faces.
1360
1361 * dired.el (dired-font-lock-keywords): Undo last change.
1362 (dired-readin): Bind indent-tabs-mode to nil.
1363
1364 * startup.el (fancy-splash-head): If frame's background mode
1365 is `dark', change the black background of the image to gray.
1366 (fancy-splash-screens): Display startup echo area message.
1367 (display-startup-echo-area-message): New function.
1368
1369 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
1370
1371 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
1372
1373 * info.el (info-header-node): Tweak for color ttys.
1374
1375 * faces.el (face-valid-attribute-values): Make sure directories we
1376 search for stipples both exist and are readable before trying to
1377 search them.
1378
1379 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
1380 in the dry-run case.
1381
1382 * jka-compr.el (with-auto-compression-mode): New macro.
1383
1384 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
1385 (custom-group-tag-face, custom-variable-tag-face): Use relative
1386 :height and inherit from `variable-pitch' face instead of
1387 hardwiring :family.
1388 * hi-lock.el (hi-black-hb): Likewise.
1389
1390 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
1391 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
1392 toolbar-add-item, if image doesn't have a mask add a `:mask
1393 heuristic'.
1394
1395 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
1396
1397 * diff-mode.el: Docstring fixes.
1398 (diff-header-face, diff-comment-face): New faces.
1399 (diff-font-lock-keywords): Highlight a bit differently.
1400 (diff-find-source-location): Don't return SPAN any more.
1401 (diff-hunk-text): Don't bother erasing the temp buffer.
1402 (diff-find-text): Drop argument LINE.
1403 (diff-apply-hunk): Update calls to diff-find-text.
1404 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
1405
1406 * calendar/calendar.el: Docstring fixes.
1407 (calendar-make-alist): Don't quote lambda.
1408 (calendar-star-date): Use make-local-variable.
1409
1410 2000-09-19 Dave Love <fx@gnu.org>
1411
1412 * toolbar/tool-bar.el: Renamed from toolbar.el.
1413 Change `toolbar' to `tool-bar' generally in symbols.
1414 Make some items invisible in `special' major modes.
1415 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
1416 Add arg PROPS.
1417
1418 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
1419 Add :version here.
1420 (fancy-splash-delay, fancy-splash-image): Remove :version here.
1421
1422 2000-09-19 Gerd Moellmann <gerd@gnu.org>
1423
1424 * progmodes/sh-script.el (sh-search-word): Remove call to
1425 `debug'.
1426
1427 * files.el (find-file-suppress-same-file-warnings): New
1428 user-option.
1429 (find-file-noselect): Use it.
1430
1431 * startup.el (fancy-splash-delay, fancy-splash-image): Add
1432 :version.
1433 (fancy-splash-screen): Defgroup.
1434
1435 * add-log.el (change-log-font-lock-keywords): Match names
1436 more exactly for the case that font-lock-constant-face is
1437 underlined.
1438
1439 2000-09-19 Richard M. Stallman <rms@gnu.org>
1440
1441 * progmodes/sh-script.el (sh-search-word): Rewritten for
1442 speed.
1443
1444 2000-09-19 Andre Spiegel <spiegel@gnu.org>
1445
1446 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
1447
1448 2000-09-19 Gerd Moellmann <gerd@gnu.org>
1449
1450 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
1451 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
1452 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
1453 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
1454 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
1455 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
1456 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
1457 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
1458 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
1459 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
1460 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
1461 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
1462
1463 * startup.el (fancy-splash-text): New variable.
1464 (fancy-splash-delay, fancy-splash-image): New user-options.
1465 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
1466 (fancy-splash-screens): New functions.
1467 (command-line-1): If display has a `display' frame parameter, has
1468 colors, and we have XPM support, show more fancy splash screens.
1469
1470 2000-09-19 Dave Love <fx@gnu.org>
1471
1472 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
1473 with null `help'. Use modern backquote syntax.
1474
1475 2000-09-19 Gerd Moellmann <gerd@gnu.org>
1476
1477 * font-lock.el (font-lock-mode): Change message telling the user
1478 that ``the buffer is too big''.
1479
1480 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
1481 for instance for the case that tab-width is 2.
1482
1483 2000-09-18 Gerd Moellmann <gerd@gnu.org>
1484
1485 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
1486 toolbar-add-item, if image doesn't have a mask add a `:mask
1487 heuristic'.
1488
1489 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
1490
1491 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
1492 and return a cons if it's non-nil.
1493 (diff-apply-hunk): Try to jump to the line in the source text
1494 corresponding to the position of point in the in the hunk.
1495
1496 * info.el (Info-title-3-face, Info-title-2-face)
1497 (Info-title-1-face): Use face inheritance and relative sizes
1498 instead of hard-wiring things.
1499
1500 * faces.el (secondary-selection): Make dark-background variant sane.
1501
1502 2000-09-16 Andrew Innes <andrewi@gnu.org>
1503
1504 * makefile.w32-in (compile-files-CMD): No need to make .elc files
1505 read-only, since they aren't under VC now.
1506
1507 2000-09-17 Dave Love <fx@gnu.org>
1508
1509 * tmm.el: Replace mapcar with mapc in several places.
1510
1511 * loadhist.el (unload-feature): Maybe call elp-restore-list and
1512 ad-unadvise.
1513
1514 * international/latin1-disp.el: New file.
1515
1516 * calendar/cal-move.el (scroll-calendar-left)
1517 (scroll-calendar-right): Make arg optional (for active mode line).
1518
1519 * calendar/calendar.el (calendar-mode-line-format): Make fields
1520 mouse-sensitive.
1521 (calendar-read-date, calendar-read-date, calendar-window-list):
1522 Unquote lambda.
1523 (calendar-month-name): Use aref, not sref.
1524
1525 * view.el (minor-mode-alist): Propertize the string.
1526
1527 * international/characters.el (standard-case-table): Add entries
1528 for Greek.
1529
1530 2000-09-18 Miles Bader <miles@gnu.org>
1531
1532 * info.el (info-node, info-xref): Add dark-background variants.
1533
1534 * faces.el (header-line): Change defaults to be less confusing
1535 when mixed with mode-lines.
1536
1537 * info.el (Info-fontify-node): Make a few cleanups.
1538 Add extra `help-echo' and `local-map' props to node xrefs.
1539 Use header-specific faces for node-names & xrefs.
1540 (Info-use-header-line): New variable.
1541 (info-header-xref, info-header-node): New faces.
1542 (Info-setup-header-line): New function.
1543 (Info-select-node): Call Info-setup-header-line when enabled.
1544 (Info-extract-pointer): Work even if the header line is hidden.
1545 (Info-header-line): New variable.
1546
1547 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
1548
1549 * vms-patch.el (print-region-function): Don't quote lambda.
1550
1551 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
1552
1553 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
1554 (lm-get-header-re): Allow spaces between the header and the colon.
1555 (lm-header): Allow $ in non-RCS headers.
1556 (lm-header-multiline): Put the strings back into order.
1557 Stop at an empty line. Don't require two space chars if the
1558 line is clearly not another header line.
1559
1560 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
1561 (popup-menu-popup): Remove.
1562
1563 2000-09-15 Gerd Moellmann <gerd@gnu.org>
1564
1565 * toolbar/toolbar.el (toolbar-add-item): Use the same image
1566 specification if or if not tool-bar item contains an `:enabled'
1567 property.
1568
1569 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
1570 current buffer has no file name.
1571
1572 2000-09-15 Dave Love <fx@gnu.org>
1573
1574 * strokes.el: Sync with maintainer's current version with changes
1575 for Emacs, but avoid runtime cl and levents.
1576 (toplevel): Change autoloads and compilation requires.
1577 (strokes-version, strokes-bug-address, strokes-lift): Values
1578 changed.
1579 (strokes-xpm-header, strokes-insinuated): New variable.
1580 (strokes): Add :link.
1581 (strokes-mode): Customized.
1582 (strokes-while-inhibiting-garbage-collector): New macro.
1583 (strokes-remassoc): Avoid remove-if.
1584 (strokes-fix-button2-command): Don't use ad-do-it.
1585 (strokes-insinuate): New function.
1586 (strokes-button-press-event-p, strokes-button-release-event-p):
1587 New functions, used instead of non-`strokes-' versions..
1588 (strokes-mouse-event-p): Rewritten.
1589 (strokes-event-closest-point): Avoid event-point.
1590 (strokes-get-grid-position): Avoid cdadr, caadr
1591 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
1592 functions.
1593 (strokes-help): Use with-output-to-temp-buffer.
1594 (strokes-window-configuration-changed-p): New function.
1595 (strokes-update-window-configuration): Use buffer-live-p,
1596 strokes-window-configuration-changed-p.
1597 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
1598 (strokes-char-face): New face.
1599 (strokes-char-table, strokes-base64-chars): New variable.
1600 (strokes-xpm-for-stroke, strokes-list-strokes)
1601 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
1602 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
1603 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1604 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
1605 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
1606 functions.
1607
1608 2000-09-15 Gerd Moellmann <gerd@gnu.org>
1609
1610 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
1611
1612 * image.el (create-image): Doc fix.
1613
1614 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
1615 instead of `:heuristic-mask t'.
1616
1617 2000-09-14 Andrew Innes <andrewi@gnu.org>
1618
1619 * makefile.w32-in: Revert to Unix line endings.
1620
1621 2000-09-14 Andrew Innes <andrewi@gnu.org>
1622
1623 * makefile.w32-in: Add bootstrap support. Also copy lisp source
1624 when installing.
1625
1626 * makefile.nt (DONTCOMPILE): Fix typo.
1627
1628 * shell.el (shell-write-history-on-exit): New function.
1629 (shell-dumb-shell-regexp): New custom variable.
1630 (shell-mode): Make shell-write-history-on-exit the process
1631 sentinel if shell name matches shell-dumb-shell-regexp.
1632
1633 * w32-fns.el: Comment out before-init-hook function which resets
1634 source-directory based; this breaks bootstrap.
1635
1636 2000-09-14 Dave Love <fx@gnu.org>
1637
1638 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
1639 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
1640 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
1641 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
1642 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
1643 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
1644 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
1645 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
1646 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
1647
1648 * toolbar/toolbar.el: New.
1649
1650 * subdirs.el: Add toolbar.
1651
1652 2000-09-14 Gerd Moellmann <gerd@gnu.org>
1653
1654 * indent.el (indent-for-tab-command): Doc fix.
1655
1656 2000-09-14 Alex Schroeder <alex@gnu.org>
1657
1658 * ansi-color.el (ansi-colors): Doc change.
1659 (ansi-color-get-face): Simplified regexp.
1660 (ansi-color-faces-vector): Added more faces, doc change.
1661 (ansi-color-names-vector): Doc change.
1662 (ansi-color-regexp): Simplified regexp.
1663 (ansi-color-parameter-regexp): New regexp.
1664 (ansi-color-filter-apply): Doc change.
1665 (ansi-color-filter-region): Doc change.
1666 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
1667 deal with zero length parameters.
1668 (ansi-color-apply-on-region): Doc change.
1669 (ansi-color-map): Doc change.
1670 (ansi-color-map-update): Removed debugging message.
1671 (ansi-color-get-face-1): Added condition-case to trap
1672 args-out-of-range errors.
1673 (ansi-color-get-face): Doc change.
1674 (ansi-color-make-face): Removed.
1675 (ansi-color-for-shell-mode): New option.
1676
1677 2000-09-13 Kenichi Handa <handa@etl.go.jp>
1678
1679 * international/quail.el (quail-start-translation): Translate KEY
1680 if necessary even if it doesn't have any mapping in the current
1681 input method.
1682 (quail-start-conversion): Likewise.
1683 (quail-help): The output message is improved.
1684
1685 2000-09-13 Miles Bader <miles@gnu.org>
1686
1687 * comint.el (comint-output-filter): Revert to using
1688 `insert-before-markers'. Add bletcherous hack to undo damage
1689 caused by `insert-before-markers'. Put `front-sticky' property on
1690 overlays created here so that the field code understands how the
1691 overlay works. Use a let when making comint-last-prompt-overlay,
1692 so that the code is easier to read.
1693
1694 2000-09-13 Dave Love <fx@gnu.org>
1695
1696 * wid-edit.el (widget-default-format-handler): DTRT when
1697 doc-property is a function.
1698
1699 2000-09-12 Francesco Potorti` <pot@gnu.org>
1700
1701 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
1702 filed name if it's not there.
1703
1704 2000-09-12 Dave Love <fx@gnu.org>
1705
1706 * simple.el (read-mail-command): Doc fix.
1707 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
1708
1709 * vc.el (vc-dired-listing-switches): Fix :version.
1710
1711 * vc-hooks.el: Doc fixes.
1712
1713 * subr.el (add-minor-mode): Use toggle-fun arg.
1714
1715 * speedbar.el: Add :version to several defcustoms.
1716
1717 * imenu.el (imenu--truncate-items, imenu--cleanup)
1718 (imenu--generic-function): Avoid mapcar.
1719 (imenu--replace-spaces): Function removed.
1720 (imenu--completion-buffer): Use subst-char-in-string.
1721 (imenu-add-to-menubar): Use keymap inheritance.
1722
1723 2000-09-12 Miles Bader <miles@gnu.org>
1724
1725 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
1726 (diff-mode-map): Bind `diff-test-hunk'.
1727 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
1728
1729 2000-09-11 Gerd Moellmann <gerd@gnu.org>
1730
1731 * bytecomp.el (byte-compile-defvar): Undo last change
1732 because it breaks '(make-variable-buffer-local (defvar ...)'
1733 which is used at least in dired.
1734
1735 2000-09-12 Kenichi Handa <handa@etl.go.jp>
1736
1737 * international/quail.el (quail-define-package): Docstring
1738 modified.
1739
1740 2000-09-12 Kenichi Handa <handa@etl.go.jp>
1741
1742 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
1743 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
1744 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
1745 docstring of "chinese-py".
1746
1747 * international/quail.el (quail-translation-docstring): New
1748 variable.
1749 (quail-show-keyboard-layout): Docstring modified.
1750 (quail-select-current): Likewise.
1751 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
1752 infinite recursive call.
1753 (quail-help): Check quail-translation-docstring. Format of the
1754 output changed.
1755 (quail-help-insert-keymap-description): Adjusted for the above
1756 change.
1757
1758 2000-09-11 Gerd Moellmann <gerd@gnu.org>
1759
1760 * bytecomp.el (byte-compile-defvar): Only cons onto
1761 current-load-list in top-level forms. Else this leaks a cons cell
1762 every time a defun is called.
1763
1764 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
1765
1766 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
1767 Now understands non-unified diffs. Some functionality moved into
1768 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
1769 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
1770 modify anything. Only reposition point in the patched file if the
1771 patch succeeds. Only pop up another window if POPUP is true.
1772 Emit a message describing what happened if successful, and at what
1773 line-offset. Automatically detect reversed hunks and do something
1774 appropriate.
1775 (diff-hunk-text, diff-find-text): New functions.
1776 (diff-filter-lines): Function removed.
1777 (diff-test-hunk): New function.
1778 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
1779
1780 2000-09-10 Dave Love <fx@gnu.org>
1781
1782 * textmodes/tildify.el: Minor doc/commentary fixes.
1783 (tildify) <defgroup>: Add :version.
1784
1785 * faces.el (face-x-resources): Make custom type more specific.
1786 (frame-background-mode): Use mapc.
1787 (region) <defcustom>: Add :version.
1788
1789 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
1790
1791 * vc-sccs.el (vc-sccs-register):
1792 * vc-rcs.el (vc-rcs-register):
1793 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
1794 * vc.el (vc-register): Clear file's properties.
1795
1796 2000-09-08 Gerd Moellmann <gerd@gnu.org>
1797
1798 * faces.el (face-spec-set): Only face-spec-reset-face when
1799 ATTRS is non-nil.
1800
1801 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1802
1803 * help.el (help-insert-xref-button): Fix a typo in doc string.
1804
1805 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1806
1807 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1808 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
1809 methods.
1810
1811 * menu-bar.el (read-mail-item-name): New function.
1812 (menu-bar-tools-menu): Use it to compute and display the package
1813 used to read email.
1814 (menu-bar-tools-menu): Fix typo in GUD's help string.
1815
1816 2000-09-07 Dave Love <fx@gnu.org>
1817
1818 * diff-mode.el (diff-mouse-goto-source): New function.
1819
1820 * vc-sccs.el: Doc fixes.
1821 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
1822
1823 * vc-rcs.el: Doc fixes.
1824 (vc-rcs-register-switches, vc-rcs-checkin-switches)
1825 (vc-rcs-checkout-switches, vc-rcs-header)
1826 (vc-rcs-master-templates): Add or change :version.
1827
1828 * vc-cvs.el: Doc fixes.
1829 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
1830 (vc-cvs-stay-local): Add :version.
1831
1832 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
1833
1834 2000-09-07 Kenichi Handa <handa@etl.go.jp>
1835
1836 * international/quail.el (quail-help): Fix previous change.
1837
1838 2000-09-07 Gerd Moellmann <gerd@gnu.org>
1839
1840 * faces.el (color-values): Doc fix.
1841
1842 * faces.el (frame-set-background-mode): Use frame-parameter
1843 instead of frame-parameters.
1844
1845 * frame.el (filtered-frame-list): Reduce consing.
1846 (frames-on-display-list): Call frame-parameter instead of
1847 frame-parameters.
1848
1849 2000-09-07 Kenichi Handa <handa@etl.go.jp>
1850
1851 * language/devan-util.el (devanagari-to-indian-region): In the
1852 loop, change the following char, not preceding char.
1853
1854 2000-09-07 Gerd Moellmann <gerd@gnu.org>
1855
1856 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
1857 instead of frame-parameters.
1858
1859 * faces.el (set-face-attribute): Simplify by calling
1860 internal-set-lisp-face-attribute with FRAME being 0.
1861
1862 * vc.el: Remove `Id' version control keyword.
1863
1864 2000-09-07 Kenichi Handa <handa@etl.go.jp>
1865
1866 * help.el (help-make-xrefs): Adjusted for the change of
1867 help-xref-mule-regexp.
1868 (help-insert-xref-button): New function.
1869
1870 * international/mule-cmds.el (help-xref-mule-regexp-template):
1871 Include the pattern for character set.
1872 (leim): New group.
1873
1874 * international/quail.el: Don't require face.
1875 (quail): New group.
1876 (quail-other-command): Dummy command to make quail-help work better.
1877 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
1878 (quail-keyboard-layout-substitution): New variable.
1879 (quail-update-keyboard-layout): New function.
1880 (quail-keyboard-layout-type): New customizable variable.
1881 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
1882 (quail-keyboard-translate): Pay attention to
1883 quail-keyboard-layout-substitution.
1884 (quail-insert-kbd-layout): New function.
1885 (quail-show-keyboard-layout): New function.
1886 (quail-get-translation): If the definition is a vector of length
1887 1, and the element is a string of length 1, return the character
1888 in that string.
1889 (quail-update-current-translations): Fix the case of
1890 relative-index out of range.
1891 (quail-build-decode-map, quail-insert-decode-map): New Functions.
1892 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
1893 Show key sequences for all available characters.
1894 (quail-help-insert-keymap-description): Don't show such verbose
1895 key bindings as quail-self-insert-command.
1896
1897 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1898 Format changed, and each element now have extra documentations.
1899 (tit-process-header): Delete invalid characters from TIT-PROMPT.
1900 Adjusted for the change of quail-cxterm-package-ext-info.
1901
1902 2000-09-06 Gerd Moellmann <gerd@gnu.org>
1903
1904 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
1905 requiring it leads to a recursive loading of vc.el and vc-hooks.el
1906 during bootstrap.
1907
1908 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1909
1910 * vc.el: (toplevel): Don't require `dired' at run-time.
1911 (vc-dired-resynch-file): Remove autoload cookie.
1912
1913 2000-09-05 Andre Spiegel <spiegel@gnu.org>
1914
1915 * vc.el: Made several backend functions optional.
1916 (vc-default-responsible-p): New function.
1917 (vc-merge): Use RET for first version to trigger merge-news, not
1918 prefix arg.
1919 (vc-annotate): Handle backends that do not support annotation.
1920 (vc-default-merge-news): Removed. The existence of a merge-news
1921 implementation is now checked on caller sites.
1922
1923 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
1924 case.
1925
1926 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
1927 special case that has been removed from the default in vc-hooks.el.
1928
1929 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1930
1931 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
1932
1933 2000-09-05 Andre Spiegel <spiegel@gnu.org>
1934
1935 * vc-hooks.el: Require vc during compilation.
1936 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
1937 macro `with-vc-properties' in vc.el.
1938 (vc-file-getprop): Doc fix.
1939 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
1940
1941 * vc.el: Require dired-aux during compilation.
1942 (vc-name-assoc-file): Moved to vc-sccs.el.
1943 (with-vc-properties): New macro.
1944 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
1945 vc-finish-steal): Use it.
1946 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
1947 to the backend-specific function is now supposed to do the checkout,
1948 too.
1949 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
1950
1951 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
1952 set file properties; that gets done in the generic code now.
1953
1954 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
1955 Changed parameter list, added code from vc.el that does the
1956 checkout, possibly with a double-take.
1957
1958 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
1959 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
1960 the above under the new name.
1961 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
1962 parameter list, added checkout command.
1963 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
1964 properties; that gets done in the generic code now.
1965
1966 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1967
1968 * vc.el: Docstring fixes (courtesy of checkdoc).
1969
1970 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1971
1972 * vc.el (vc-checkout-writable-buffer-hook)
1973 (vc-checkout-writable-buffer): Remove.
1974 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
1975 (vc-log-mode): Make it into a clean derived major mode.
1976 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
1977 vc-log-mode if log-edit is not available.
1978 (vc-dired-mode-map): Don't set-keymap-parent yet.
1979 (vc-dired-mode): Do set-keymap-parent here.
1980 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
1981
1982 2000-09-05 Gerd Moellmann <gerd@gnu.org>
1983
1984 * faces.el (set-face-attribute, face-spec-reset-face)
1985 (face-spec-set): Avoid consing by removing calls to `apply'.
1986
1987 * frame.el (frame-parameter): Move to C code.
1988
1989 2000-09-05 Dave Love <fx@gnu.org>
1990
1991 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
1992 insert-before-markers-and-inherit. Now checked systematically!
1993
1994 2000-09-05 Alex Schroeder <alex@gnu.org>
1995
1996 * sql.el (sql-postgres): Use sql-postgres-options.
1997 (sql-postgres-options): New variable.
1998
1999 2000-09-05 Alex Schroeder <alex@gnu.org>
2000
2001 * sql.el (sql-mode-menu): Work around missing variable mark-active
2002 in XEmacs.
2003 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2004 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2005 compatibility.
2006
2007 2000-09-04 Gerd Moellmann <gerd@gnu.org>
2008
2009 * vc.el (vc-dired-resynch-file): Add autoload cookie.
2010
2011 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2012
2013 * Makefile.in (DONTCOMPILE): Fix typo in file name.
2014
2015 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2016
2017 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2018 don't support anything else under SCCS yet.
2019
2020 * vc-hooks.el: Minor doc fixes.
2021
2022 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2023
2024 * vc.el (vc-next-action-on-file): Do not visit the file if it's
2025 not necessary. If verbose in state `needs-patch', do the same as
2026 under `up-to-date'. When NOT verbose and `needs-patch', check out
2027 latest version instead of `merge-news'.
2028 (vc-next-action-dired): Don't mess with default-directory here; it
2029 breaks other parts of dired. It is the job of the
2030 backend-specific functions to adjust it temporarily if they need it.
2031 (vc-next-action): Remove a special CVS case.
2032 (vc-clear-headers): New optional arg FILE.
2033 (vc-checkin, vc-checkout): Set properties vc-state and
2034 vc-checkout-time properly.
2035 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
2036 (vc-print-log): Use new backend function `show-log-entry'.
2037 (vc-cancel-version): Do the checks in a different order. Added a
2038 FIXME concerning RCS-only code.
2039
2040 * vc-rcs.el (vc-rcs-show-log-entry): New function.
2041 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2042
2043 * vc-cvs.el (vc-cvs-show-log-entry): New function.
2044
2045 * vc-hooks.el (vc-default-mode-line-string): Show state
2046 `needs-patch' as a `-' too.
2047
2048 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2049
2050 * vc.el (vc-responsible-backend): New optional arg REGISTER.
2051 (vc-default-could-register): New function.
2052 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2053 (vc-resynch-buffer): Call vc-dired-resynch-file.
2054 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2055 vc-resynch-buffer instead of vc-resynch-window.
2056 (vc-next-action-dired): Don't redisplay here, that gets done as a
2057 result of the individual file operations.
2058 (vc-retrieve-snapshot): Corrected prompt order.
2059
2060 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
2061
2062 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2063 as well.
2064 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
2065 hostname regexps. Updated all callers.
2066 (vc-cvs-responsible-p): Handle directories as well.
2067 (vc-cvs-could-register): New function.
2068 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2069 properties up-to-date.
2070
2071 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2072 user whether to create one.
2073
2074 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2075
2076 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2077 check out a non-existing file.
2078
2079 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2080 workfile does not exist.
2081
2082 * vc.el (vc-version-diff): Use `require' to check for existence of
2083 diff-mode.
2084
2085 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2086
2087 * vc-cvs.el (vc-cvs-registered): Use new function
2088 vc-cvs-parse-entry to do the actual work.
2089
2090 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2091
2092 * vc-hooks.el (vc-find-backend-function): If function doesn't
2093 exist, return nil instead of error.
2094 (vc-call-backend): Doc fix.
2095
2096 * vc.el (vc-do-command): Doc fix.
2097 (vc-finish-logentry): When checking in from vc-dired, choose the
2098 right backend for logentry check.
2099 (vc-dired-mode-map): Inherit from dired-mode-map.
2100 (vc-dired-mode): Local value of dired-move-to-filename-regexp
2101 simplified.
2102 (vc-dired-state-info): Removed, updated caller.
2103 (vc-default-dired-state-info): Use parentheses instead of hyphens.
2104 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2105 (vc-dired-listing-switches): New variable.
2106 (vc-directory): Use it, instead of dired-listing-switches.
2107
2108 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2109 (vc-cvs-dir-state): New function.
2110 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
2111 (vc-cvs-parse-entry): New function, also to be used in
2112 vc-cvs-registered.
2113
2114 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2115
2116 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2117 *or* single-window-frames.
2118
2119 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2120
2121 * vc.el (vc-update-changelog): Split into generic part and default
2122 implementation. Doc string adapted.
2123 (vc-default-update-changelog): New function. Call the `rcs2log'
2124 script in exec-directory, to fix a long-standing nuisance.
2125
2126 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2127 simply signals an error.
2128
2129 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2130
2131 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2132 control-flow more clear and to avoid running `cvs' twice.
2133
2134 * vc.el (vc-next-action-on-file): Doc fix.
2135 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2136 (vc-print-log): Eval `file' before constructing the continuation.
2137
2138 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2139
2140 * vc.el (vc-next-action-on-file): Corrected several messages.
2141 (vc-merge): Add prefix arg `merge-news'; handle it.
2142
2143 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2144 is not reached. It is.
2145 (vc-cvs-merge): Set state to 'edited after merge.
2146 (vc-cvs-merge-news): Set workfile version to nil if not known.
2147 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
2148
2149 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2150 via stdout. (Merge from main line.)
2151
2152 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2153
2154 * vc.el (vc-finish-logentry): Thinko in the "same comment"
2155 detection.
2156
2157 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2158
2159 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2160 against kill-all-local-variables.
2161 (vc-log-edit): Don't save vc-parent-buffer any more.
2162 (vc-last-comment-match): Initialize to an empty string.
2163 (vc-post-command-functions): New hook.
2164 (vc-do-command): Run it.
2165 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2166 (vc-finish-logentry): Only add the comment to the ring if it's
2167 different from the last comment entered.
2168 (vc-new-comment-index): New function.
2169 (vc-previous-comment): Use it. Make the minibuffer message
2170 slightly less terse.
2171 (vc-comment-search-reverse): Make it work forward as well. Don't
2172 set vc-comment-ring-index if no match is found. Use
2173 vc-new-comment-index.
2174 (vc-comment-search-forward): Use vc-comment-search-reverse.
2175 (vc-dired-mode-map): Don't inherit from dired-mode-map since
2176 define-derived-mode will do it for us. Bind `v' to a keymap that
2177 inherits from vc-prefix-map so that we can bind `vt' without
2178 binding C-x v t.
2179 (vc-retrieve-snapshot): Parenthesis typo.
2180
2181 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2182 to 1. Make sure to switch to *vc* before looking for an error
2183 message. Use vc-parse-buffer.
2184
2185 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2186
2187 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2188 and NAME.
2189 (vc-retrieve-snapshot): Split into two parts.
2190 (vc-default-retrieve-snapshot): New function.
2191
2192 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2193 (vc-cvs-retrieve-snapshot): New function (untested).
2194 (vc-cvs-stay-local): Default to t.
2195 (vc-cvs-remote-p): New function and property.
2196 (vc-cvs-state): Stay local only if the above is t.
2197 (vc-handle-cvs): Removed.
2198 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2199 done via vc-handled-backends now.
2200 (vc-cvs-header): Escape Id.
2201
2202 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2203
2204 * vc.el (vc-do-command): Remove unused commands.
2205 (vc-version-diff): Make sure default-directory ends with a slash.
2206 Move the window commands into a vc-exec-after.
2207 (vc-print-log): Move more of the code into the `vc-exec-after'.
2208
2209 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2210
2211 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2212 (vc-print-log): Search current revision from beginning of buffer.
2213 (vc-revert-buffer): Clear echo area after the diff is finished.
2214 (vc-prefix-map): Removed definition of "t" for terse display in vc
2215 dired.
2216 (vc-dired-mode-map): Inherit from dired-mode-map. Added
2217 definition of "vt" for terse display.
2218 (vc-dired-mode): Fix dired-move-to-filename-regexp.
2219
2220 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2221
2222 * vc.el (vc-exec-after): Avoid caddr.
2223
2224 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2225
2226 * vc.el (vc-exec-after): New function.
2227 (vc-do-command): Use it to add a termination message for async
2228 procs.
2229 (vc-checkout): Try to handle a missing-backend situation.
2230 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2231 of a directory with a backend using async diffs.
2232 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2233 present.
2234
2235 * vc-sccs.el (vc-sccs-state-heuristic): Use
2236 file-ownership-preserved-p.
2237
2238 * vc-rcs.el (vc-rcs-state-heuristic): Use
2239 file-ownership-preserved-p.
2240 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
2241
2242 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2243
2244 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2245 vc-do-command.
2246
2247 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2248 when there are no changes.
2249
2250 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2251
2252 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2253
2254 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2255
2256 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2257
2258 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2259
2260 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2261 the `fset' outside of the defvar so that it works even if
2262 vc-prefix-map was already defined.
2263 (vc-setup-buffer): New function, split out of vc-do-command.
2264 (vc-do-command): Allow BUFFER to be t to mean `just use the
2265 current buffer without any fuss'.
2266 (vc-version-diff): Change the `diff' backend operation to just put
2267 the diff in the current buffer without erasing it. Always use
2268 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
2269 shrink-window-if-larger-than-buffer.
2270 (vc-print-log): Change the `print-log' backend operation to just
2271 put the log in the current buffer without erasing it. Protect
2272 shrink-window-if-larger-than-buffer.
2273 (vc-update-change-log): Fix setd typo.
2274
2275 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2276 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2277
2278 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2279 (vc-rcs-diff): Insert in the current buffer and remove unused arg
2280 CMP.
2281
2282 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2283 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
2284 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2285
2286 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2287
2288 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2289 not possible, use vc-BACKEND-workfile-unchanged-p.
2290 (vc-default-workfile-unchanged-p): New function. Delegates to a
2291 full vc-BACKEND-diff.
2292
2293 * vc-hooks.el (vc-simple-command): Removed.
2294
2295 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2296 instead of vc-simple-command.
2297 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2298 avoid doing a diff when opening a file.
2299 (vc-rcs-state): Added check for unlocked-changes.
2300 (vc-rcs-header): Escape Id.
2301 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2302 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2303 version.
2304
2305 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2306 (vc-sccs-diff): Remove optional arg CMP.
2307 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2308 SCCS-specific function.
2309
2310 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2311 vc-simple-command.
2312
2313 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2314
2315 * vc.el (vc-editable-p): Renamed from vc-writable-p.
2316 (with-vc-file, vc-merge): Use vc-editable-p.
2317 (vc-do-command): Remove unused var vc-file and fix the
2318 doubly-defined `status' var. Add a user message when starting an
2319 async command.
2320 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2321 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2322 Use with-current-buffer.
2323 (vc-buffer-sync): Use unless.
2324 (vc-next-action-on-file): If the file is 'edited by read-only,
2325 make it read-write instead of trying to commit.
2326 (vc-version-diff, vc-update-change-log): Use `setq
2327 default-directory' rather than `cd'.
2328 (vc-log-edit): Don't forget to set default-directory in the
2329 buffer.
2330
2331 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
2332 (vc-sccs-state-heuristic): Use file-writable-p instead of
2333 comparing userids.
2334 (vc-sccs-checkout): Use `unless'.
2335
2336 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
2337 of comparing userids.
2338 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
2339 Simplify the logic by eliminating unreachable code.
2340 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
2341 just do a recursive call if we need to retry.
2342 (vc-rcs-checkout): Handle the case where rcs is missing by making
2343 the buffer read-write if requested and re-signalling the error.
2344
2345 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
2346
2347 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2348
2349 * vc-hooks.el (vc-handled-backends): Docstring change.
2350 (vc-ignore-vc-files): Mark obsolete.
2351 (vc-registered): Check vc-ignore-vc-files.
2352 (vc-find-file-hook, vc-file-not-found-hook): Don't check
2353 vc-ignore-vc-files.
2354
2355 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
2356
2357 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2358
2359 * vc.el (vc-checkout): Don't do anything special for ange-ftp
2360 files since ange-ftp already has vc-registered return nil.
2361
2362 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
2363 (vc-sccs-workfile-version): Use with-temp-buffer and new
2364 vc-parse-buffer and don't bother setting the property.
2365 (vc-sccs-add-triple): Use with-current-buffer and
2366 find-file-noselect.
2367 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
2368
2369 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
2370 derives from the old vc-parse-buffer but uses the revision number
2371 rather than the date (much easier to compare robustly).
2372 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
2373 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
2374 locking-user more directly. Check strict locking and set
2375 checkout-model appropriately.
2376 (vc-rcs-parse-locks): Remove.
2377 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
2378 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
2379 (vc-rcs-system-release): Use with-current-buffer and
2380 vc-parse-buffer.
2381 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
2382
2383 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
2384 (vc-simple-command): Docstring fix.
2385 (vc-registered): Align the way the file-handler is called with the
2386 way the function itself works.
2387 (vc-file-owner): Remove.
2388
2389 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
2390 extraction of fields and call to file-attributes because of a
2391 temporary bug in rcp.el.
2392 (vc-cvs-fetch-status): Use with-current-buffer.
2393
2394 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2395
2396 * vc.el (vc-do-command): Use file-relative-name.
2397 (vc-responsible-backend): Use vc-backend if possible.
2398 (vc-create-snapshot): Improve the `interactive' spec. Add support
2399 for branches and dispatch to backend-specific `create-snapshot'.
2400 (vc-default-create-snapshot): New function, containing the bulk of
2401 the old vc-create-snapshot.
2402 (vc-retrieve-snapshot): Improve the interactive spec.
2403
2404 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
2405 (vc-backend-hook-functions): Remove.
2406 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
2407 (vc-backend): Reintroduce the test for `file = nil' now that I
2408 know why it was there (and added a comment to better remember).
2409
2410 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
2411 code from vc-sccs-hooks.el.
2412 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
2413 'vc anymore.
2414 (vc-sccs-responsible-p): Use expand-file-name instead of concat
2415 and file-directory-p instead of file-exists-p.
2416 (vc-sccs-check-headers): Simplify the regexp.
2417
2418 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
2419 from vc-rcs-hooks.el. Don't require 'vc anymore.
2420 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
2421 file-directory-p instead of file-exists-p.
2422
2423 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
2424 from vc-cvs-hooks.el.
2425 (proto vc-cvs-registered): Require 'vc-cvs instead of
2426 'vc-cvs-hooks. Don't require 'vc anymore.
2427 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
2428 file-directory-p instead of file-exists-p.
2429 (vc-cvs-create-snapshot): New function, replacing
2430 vc-cvs-assign-name.
2431 (vc-cvs-assign-name): Remove.
2432
2433 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2434
2435 * vc-cvs.el (vc-cvs-header): New var.
2436
2437 * vc-rcs.el (vc-rcs-exists): Remove.
2438 (vc-rcs-header): New var.
2439
2440 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
2441 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
2442 (vc-sccs-header): New var.
2443
2444 * vc.el (vc-do-command): Get rid of the `last' argument.
2445 (vc-header-alist): Remove, replaced by vc-X-header.
2446 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
2447 (vc-dired-hook): Use expand-file-name instead of concat.
2448 (vc-directory): Use file-name-as-directory.
2449 (vc-snapshot-precondition, vc-create-snapshot)
2450 (vc-retrieve-snapshot): Allow the command to operate on any
2451 directory.
2452
2453 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
2454 just removing the 'WORKFILE argument or by removing the 'MASTER
2455 argument and replacing `file' with (vc-name file).
2456
2457 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2458
2459 * vc.el: Update Copyright and add a crude list of backend funs.
2460 (vc-writable-p): New function.
2461 (with-vc-file): Use vc-writable-p.
2462 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
2463 (vc-register): Avoid vc-name.
2464 (vc-locking-user): Remove.
2465 (vc-steal-lock): Make the `owner' arg non-optional.
2466 (vc-merge): Use vc-writable-p instead of vc-locking-user and
2467 vc-checkout-model.
2468 (vc-default-dired-state-info): Use vc-state instead of
2469 vc-locking-user and return special strings for special states.
2470 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
2471 and get rid of one of the special CVS cases.
2472 (vc-cancel-version): prettify error message with \\[...].
2473 (vc-rename-master): New function.
2474 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
2475 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
2476 the CVS special case generic.
2477 (vc-default-record-rename): Remove.
2478 (vc-file-tree-walk-internal): Only call FUNC for files that are
2479 under control of some VC backend and replace `concat' with
2480 expand-file-name.
2481 (vc-file-tree-walk): Update docstring.
2482 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
2483 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
2484
2485 * vc-sccs.el (vc-sccs-rename-file): Renamed from
2486 vc-sccs-record-rename. Use `find-file-noselect' rather than
2487 `find-file' and call `vc-rename-master' to do the actual move.
2488 (vc-sccs-diff): Remove unused `backend' variable.
2489
2490 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
2491 to delay loading of vc-sccs until it is really used.
2492 (vc-sccs-master-templates): Preload.
2493 (vc-sccs-state): Update call to vc-sccs-parse-locks.
2494 (vc-sccs-project-dir): Remove (merged into
2495 vc-sccs-search-project-dir).
2496 (vc-sccs-search-project-dir): Rewrite using file name handling ops
2497 rather than `concat', make sure it is preloaded and don't bother
2498 to check that the file actually exists.
2499 (vc-sccs-parse-locks): Remove unused `file' argument, remove
2500 `locks' argument (use buffer's content instead) and eliminate n^2
2501 behavior.
2502
2503 * vc-rcs.el: Update Copyright.
2504 (vc-rcs-rename-file): New function.
2505 (vc-rcs-diff): Remove unused `backend' variable.
2506
2507 * vc-hooks.el: Update Copyright.
2508 (vc-backend): Don't accept a nil argument any more.
2509 (vc-up-to-date-p): Turn into a defsubst.
2510 (vc-possible-master): New function.
2511 (vc-check-master-templates): Use `vc-possible-master' and allow
2512 funs in vc-X-master-templates to return a non-existent file.
2513
2514 * vc-cvs.el: Update Copyright.
2515 (vc-cvs-diff): Remove unused `backend' variable.
2516 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
2517
2518 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
2519
2520 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2521
2522 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
2523 since it can be called from vc-rcs.el.
2524 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
2525
2526 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2527
2528 * vc.el (vc-version-diff): Expand file name read from the
2529 minibuffer. Handle the case when a previous version number can't
2530 be guessed. Give suitable messages when there were no differences
2531 found.
2532 (vc-clear-headers): Call backend-specific implementation, if one
2533 exists.
2534 (vc-cancel-version): Made error checks generic. When done, clear
2535 headers generically, too.
2536
2537 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
2538 from vc-clear-headers in vc.el.
2539
2540 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
2541 correctly.
2542 (vc-rcs-latest-on-branch-p): Made second argument VERSION
2543 optional. Handle the case when it's not there.
2544
2545 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2546
2547 * vc.el (vc-locking-user): Moved from vc-hooks.el.
2548
2549 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2550
2551 * vc-hooks.el (vc-loadup): Remove.
2552 (vc-find-backend-function): Use `require'. Also, handle the case
2553 where vc-BACKEND-hooks.el doesn't exist.
2554 (vc-call-backend): Cleanup.
2555
2556 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2557
2558 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
2559 vc-rcs-grab-templates)
2560 (vc-rcs-registered): Remove. The default function works as well.
2561 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
2562 vc-sccs-grab-templates)
2563 (vc-sccs-registered): Remove. The default function works as well.
2564
2565 * vc.el (vc-version-diff): Left out a vc- in call to
2566 vc-call-backend.
2567 (vc-default-dired-state-info, vc-default-record-rename)
2568 (vc-default-merge-news): Update for the new backend argument.
2569
2570 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
2571 using the default function.
2572 (vc-call-backend): If calling the default function, pass it the
2573 backend as first argument. Update the docstring accordingly.
2574 (vc-default-state-heuristic, vc-default-mode-line-string): Update
2575 for the new backend argument.
2576 (vc-make-backend-sym): Renamed from vc-make-backend-function.
2577 (vc-find-backend-function): Use the new name.
2578 (vc-default-registered): New function.
2579
2580 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2581
2582 * vc.el (vc-merge): Use vc-find-backend-function.
2583
2584 * vc-hooks.el (vc-backend-functions): Remove.
2585 (vc-loadup): Don't setup 'vc-functions.
2586 (vc-find-backend-function): New function.
2587 (vc-call-backend): Use above fun and populate 'vc-functions
2588 lazily.
2589 (vc-backend-defines): Remove.
2590
2591 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2592
2593 * vc.el (vc-register): Put a FIXME note for a newly found bug.
2594 Call vc-call-backend without the leading vc-.
2595 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
2596 (vc-check-headers): Call vc-call-backend without the leading vc-.
2597 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
2598 (vc-annotate-display): Replace confusing use of `cond' with `or'.
2599 Call vc-call-backend without the leading vc-.
2600
2601 * vc-cvs.el (tail): Provide vc-cvs.
2602 * vc-sccs.el (tail): Provide vc-sccs.
2603 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
2604
2605 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
2606 (vc-make-backend-function, vc-call): Pass names without leading
2607 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
2608 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
2609 (vc-call-backend): Always try to load vc-X-hooks.
2610 (vc-registered): Remove vc- in call to vc-call-backend.
2611
2612 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2613
2614 * vc.el (vc-process-filter): New function.
2615 (vc-do-command): Setup `vc-process-filter' for the async process.
2616 (vc-maybe-resolve-conflicts): New function to reduce
2617 code-duplication. Additionally, it puts the buffer in
2618 `smerge-mode' if applicable.
2619 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
2620 calling `merge-news'.
2621 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
2622 (vc-log-edit): New function. Replacement for `vc-log-mode' by
2623 interfacing to log-edit.el.
2624 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
2625 log-edit is available.
2626 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
2627
2628 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2629
2630 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
2631 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
2632 defvar and the initialization.
2633 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
2634
2635 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
2636 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
2637
2638 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
2639
2640 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2641
2642 * vc.el (vc-file-clear-masterprops): Removed.
2643 (vc-checkin, vc-revert-buffer): Removed calls to the above.
2644 (vc-version-diff): Use buffer-size without argument.
2645 (vc-register): Heed vc-initial-comment.
2646
2647 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
2648 default branch.
2649
2650 * vc-rcs.el (vc-rcs-register): Parse command output to find master
2651 file name and workfile version.
2652 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
2653
2654 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
2655 vc-file-clear-masterprops.
2656
2657 * vc-sccs.el (vc-sccs-checkout): Removed call to
2658 vc-file-clear-masterprops. If writable, set vc-state to 'edited
2659 rather than user login name.
2660
2661
2662 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2663
2664 * vc.el (vc-workfile-unchanged-p): Remove unused argument
2665 `want-differences-if-changed' and simplify.
2666 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
2667 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
2668 output (which is invalid for async vc-diff) to decide whether to
2669 do the revert silently or not.
2670
2671 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2672
2673 * vc-hooks.el (vc-loadup): Load files quietly.
2674 (vc-call-backend): Oops, brain fart.
2675
2676 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2677
2678 * vc-cvs.el (vc-cvs-state): Typo.
2679 (vc-cvs-merge-news): Return the status code rather than the error msg.
2680
2681 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2682
2683 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
2684 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
2685 vc-state or vc-up-to-date-p.
2686 (vc-merge): Use vc-backend-defines to check whether merging is
2687 possible. Set state to 'edited after successful merge.
2688
2689 * vc-hooks.el (vc-locking-user): If locked by the calling user,
2690 return that name. Redocumented.
2691
2692 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2693
2694 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
2695 new `vc-state' semantics.
2696 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
2697 'vc-locking-user to the current user.
2698 (vc-merge): Inline vc-backend-merge. Comment out code that I
2699 don't understand and hence can't adapt to the new `vc-state' and
2700 `vc-locking-user' semantics.
2701 (vc-backend-merge): Remove.
2702
2703 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
2704 rather than 'vc-locking-user.
2705
2706 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
2707
2708 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
2709 (vc-state): Don't use 'reserved any more. Just use the same
2710 convention as the one used for vc-<backend>-state where the
2711 locking user (as a string) is returned.
2712 (vc-locking-user): Update, based on the above convention. The
2713 'vc-locking-user property has disappeared.
2714 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
2715
2716 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
2717 with a heuristic one.
2718 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
2719 (vc-cvs-checkin): Do a trivial parse to set the state in case of
2720 error. That allows us to get to 'needs-merge even in the
2721 stay-local case. There's still no way to detect 'needs-patch in
2722 such a setup (or to force an update for that matter).
2723 (vc-cvs-logentry-check): Remove, the default works as well.
2724
2725 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2726
2727 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
2728
2729 * vc.el (vc-do-command): kill-all-local-variables, to reset any
2730 major-mode in which the buffer might have been put earlier. Use
2731 `remove' and `when'. Allow `okstatus' to be `async' and use
2732 `start-process' in this case.
2733 (vc-version-diff): Handle the case where the diff looks empty
2734 because of the use of an async process.
2735
2736 2000-09-04 Andre Spiegel <spiegel@gnu.org>
2737
2738 * vc.el (vc-next-action-on-file): Removed optional parameter
2739 `simple'. Recompute state unconditionally.
2740 (vc-default-toggle-read-only): Removed.
2741
2742 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
2743 (vc-toggle-read-only): Undid prev change.
2744
2745 * vc-cvs.el (vc-cvs-stay-local): Renamed from
2746 vc-cvs-simple-toggle. Redocumented.
2747 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
2748 (vc-cvs-toggle-read-only): Removed.
2749
2750 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2751
2752 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
2753 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
2754 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
2755 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
2756 still is. So maybe it should be removed.
2757 (vc-head-version, vc-find-binary): Remove.
2758 (vc-recompute-state): Move from vc-hooks.el.
2759 (vc-next-action-on-file): Add a `simple' argument to allow
2760 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
2761 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
2762 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
2763 (vc-dired-mode-map): Properly defvar it.
2764 (vc-print-log): Call log-view-mode if available.
2765 (small-temporary-file-directory): defvar instead of use boundp.
2766 (vc-merge-news): Moved to vc-cvs.el.
2767 (vc-default-merge-news): New function.
2768
2769 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
2770 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
2771 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
2772 unknown `vc-latest-version' function. It should probably refer to
2773 vc-workfile-version or somesuch, but it's very unclear to me and I
2774 don't have SCCS to test things.
2775
2776 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
2777 (vc-sccs-state-heuristic): Fix typo.
2778 (vc-sccs-workfile-unchanged-p): Add missing argument.
2779
2780 * vc-rcs.el: Require vc and vc-rcs-hooks.
2781 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
2782 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
2783 (vc-release-greater-or-equal-p): Move from vc.
2784 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
2785 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
2786 (vc-rcs-checkout): Add a missing `new-version' argument in the
2787 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
2788
2789 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
2790 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
2791 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
2792 than the apparently unbound `workfile-version'.
2793
2794 * vc-hooks.el (vc-master-templates): Def the obsolete var.
2795 (vc-file-prop-obarray): Use `make-vector'.
2796 (vc-backend-functions): Add new hookable functions
2797 vc-toggle-read-only, vc-record-rename and vc-merge-news.
2798 (vc-loadup): If neither backend nor default functions exist, use
2799 the backend function rather than nil.
2800 (vc-call-backend): If the function if not bound yet, try to load
2801 the non-hook file to see if it provides it.
2802 (vc-call): New macro plus use it wherever possible.
2803 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
2804 nor `vc-find-binary' since it's only called from
2805 vc-mistrust-permission which is only used once the backend is known.
2806 (vc-checkout-model): Fix parenthesis.
2807 (vc-recompute-state, vc-prefix-map): Move to vc.el.
2808
2809 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
2810 (vc-cvs-release, vc-cvs-system-release): Remove.
2811 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
2812 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
2813 status symbols.
2814 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
2815 (vc-cvs-toggle-read-only): First cut at a function to allow a
2816 cvs-status-free vc-toggle-read-only.
2817 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
2818 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
2819 vc-cvs-status. Also set vc-state rather than vc-locking-user.
2820 (vc-cvs-checkout): Modify access rights directly if the user
2821 requested not to use `cvs edit'. And refresh the mode line.
2822
2823 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
2824 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
2825
2826 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2827
2828 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
2829 workfile' that got lost when the code was extracted from vc.el.
2830 And merged the tail with the rest of the code (not possible in the
2831 old vc.el where the tail was shared among all backends). And
2832 explicitly set the state to 'edited if `writable' is set.
2833
2834 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
2835 (vc-cvs-state): Be careful to return the value from
2836 vc-cvs-parse-state.
2837 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
2838 property but return it instead. Also be careful to handle a nil
2839 or "" `rev' when workfile is non-nil (it was handled properly when
2840 workfile was nil).
2841
2842 * vc.el: Removed those pesky unnecessary `(function' quotes.
2843 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
2844 directly in the defvar.
2845 (vc-do-command): Bind inhibit-read-only so as to properly handle
2846 the case where the destination buffer has been made read-only.
2847 (vc-diff): Delegate to vc-version-diff in all cases.
2848 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
2849 (vc-annotate-mode-variables): Removed (code moved partly to
2850 defvars and partly to vc-annotate-add-menu).
2851 (vc-annotate-mode): Turned into a derived-mode.
2852 (vc-annotate-add-menu): Moved in code in
2853 vc-annotate-mode-variables.
2854 (vc-update-change-log): Use make-temp-file if available.
2855
2856 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
2857
2858 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
2859 `vc-checkout-model' updated to `vc-cvs-update-model'.
2860
2861 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2862
2863 * vc.el (vc-next-action-on-file): Added handling of state
2864 `unlocked-changes'.
2865 (vc-checkout-carefully): Is now practically obsolete, unless the
2866 above is too slow to be enabled unconditionally.
2867 (vc-update-change-log): Fixed typo.
2868
2869 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
2870
2871 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
2872 Now handles state `unlocked-changes'.
2873 (vc-sccs-workfile-unchanged-p): New function, to support the above.
2874
2875 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
2876
2877 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
2878 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
2879 `unlocked-changes'.
2880 (vc-rcs-workfile-unchanged-p): Renamed from
2881 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
2882 function yet, but supposed to become one soon.
2883
2884 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
2885 `vc-steal-lock'.
2886 (vc-call-backend): Changed error message.
2887 (vc-state): Added description of state `unlocked-changes'.
2888
2889 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2890
2891 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
2892 always return t in CVS-controlled directories.
2893
2894 * vc.el (vc-responsible-backend): New function.
2895 (vc-register): Largely rewritten.
2896 (vc-admin): Removed (implementation moved into vc-register).
2897 (vc-checkin): Redocumented.
2898 (vc-finish-logentry): If no backend defined yet (because we are in
2899 the process of registering), use the responsible backend.
2900
2901 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
2902 Updated function lists.
2903 (vc-call-backend): Fixed typo.
2904
2905 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
2906 New functions.
2907 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
2908 Removed query option. Redocumented.
2909
2910 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2911
2912 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
2913
2914 * vc.el: Updated callers of `vc-checkout-required' to use
2915 `vc-checkout-model'.
2916
2917 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2918
2919 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
2920 stuff updated to reference this function instead of the old
2921 `vc-backend-release-p'.
2922
2923 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2924
2925 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
2926 vc-checkout-model. Return appropriate values. Updated callers.
2927
2928 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2929
2930 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
2931 (vc-backend-revert): Function moved into `vc-revert';
2932 `vc-next-action' must be updated to accomodate this change.
2933 (vc-backend-steal): Function moved into `vc-finish-steal'.
2934 (vc-backend-logentry-check): Function moved into
2935 `vc-finish-logentry'.
2936 (vc-backend-printlog): Function moved into `vc-print-log'.
2937 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
2938 (vc-backend-assign-name): Function moved into
2939 `vc-create-snapshot'.
2940
2941 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2942
2943 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
2944 Rename to vc-checkout-model. Return appropriate values.
2945 Update callers.
2946
2947 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
2948 to vc-checkout-model.
2949 (vc-checkout-required): Rename to vc-checkout-model.
2950 Re-implement and re-comment.
2951 (vc-after-save): Use vc-checkout-model.
2952
2953 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2954
2955 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
2956 Update to use the vc-BACKEND-diff functions instead.
2957 `vc-diff' is now working.
2958
2959 * vc-rcs.el (vc-rcs-logentry-check): New function.
2960
2961 * vc-cvs.el (vc-cvs-logentry-check): New function.
2962
2963 * vc-sccs.el (vc-sccs-diff): Function changed name from
2964 `vc-backend-diff'. This makes `vc-diff' work.
2965
2966 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
2967 of functions possibly implemented in a vc-BACKEND library.
2968 (vc-checkout-required): Fix bug that caused an error to be
2969 signaled during `vc-after-save'.
2970
2971 * vc.el: Fix typo.
2972 This checkin is made with our new VC code base for the very first time.
2973 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
2974
2975 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
2976 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
2977
2978 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
2979 updated to `vc-uses-locking'.
2980 (vc-checkout-required): Call to backend function.
2981 `vc-checkout-required' updated to `vc-uses-locking' instead.
2982
2983 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
2984 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
2985
2986 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
2987 to match the split into various backends.
2988 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
2989 (vc-retrieve-snapshot): Bug fix.
2990
2991 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2992
2993 * vc-sccs.el (vc-sccs-release): Doc fix.
2994
2995 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2996
2997 * vc.el (vc-next-action-on-file): Bug found and fixed.
2998 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
2999 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3000
3001 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3002 (vc-rcs-checkout): Name space cleaned up. No more revision number
3003 crunching function names that are not prefixed with vc-rcs.
3004 (vc-rcs-checkout-model): Function added. References to
3005 `vc-checkout-model' replaced.
3006
3007 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3008
3009 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3010 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
3011 still need to be split, and implemented for RCS).
3012
3013 2000-09-04 Martin Lorentzson <martinl@gnu.org>
3014
3015 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3016
3017 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3018 required by the vc.el file.
3019
3020 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3021 required by the vc.el file.
3022 (vc-rcs-exists): Function added.
3023
3024 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3025 required by the vc.el file.
3026
3027 * vc.el (vc-admin): Updated to handle selection of appropriate
3028 backend. Current implementation is crufty and need re-thinking.
3029
3030 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3031
3032 2000-09-04 Martin Lorentzson <martinl@gnu.org>
3033
3034 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3035 beginning of annotate buffers correctly.
3036
3037 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3038 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3039 functionality updated quite a lot to support multiple backends.
3040 Variables `vc-annotate-mode', `vc-annotate-buffers',
3041 `vc-annotate-backend' added.
3042
3043 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3044 `vc-annotate-difference' added to supported backend functions.
3045
3046 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3047
3048 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3049 Use with-temp-file instead of /bin/sh. Merged from mainline
3050
3051 2000-09-04 Martin Lorentzson <martinl@gnu.org>
3052
3053 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3054
3055 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3056
3057 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3058
3059 2000-09-04 Martin Lorentzson <martinl@gnu.org>
3060
3061 * vc-hooks.el: vc-state-heuristic added to
3062 vc-backend-hook-functions.
3063
3064 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3065
3066 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3067
3068 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3069 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
3070 state to `reserved'.
3071
3072 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3073 `vc-checkout-required'. Rename the `locked' state to `reserved'.
3074
3075 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3076
3077 * vc-rcs-hooks.el: Implement new state model. Hardly anything
3078 untouched.
3079
3080 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
3081
3082 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
3083 if defined. (Merged from main line, slightly adapted.)
3084
3085 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3086 millenium problem (merged from mainline).
3087
3088 2000-09-04 Martin Lorentzson <martinl@gnu.org>
3089
3090 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3091 part and moved the non-BACKEND stuff to vc.el.
3092
3093 * vc.el: Split the annotate feature into a BACKEND specific part
3094 and moved it from the vc-cvs.el file to this one.
3095
3096 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3097
3098 * vc-hooks.el: Implement new state model.
3099 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3100 (vc-locking-user): Simplify. Now only needed if the file is
3101 locked by somebody else.
3102 (vc-lock-from-permissions): Remove. Functionality is in
3103 vc-sccs-hooks.el and vc-rcs-hooks.el now.
3104 (vc-mode-line-string): New name for former vc-status. Adapted.
3105 (vc-mode-line): Adapt to use the above. Remove optional parameter.
3106
3107 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3108 Various simplifications and adaptations all over the place.
3109
3110 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3111 Simplify and adapt the rest.
3112
3113 * vc.el (vc-resynch-window): Add TODO comment: check for
3114 interaction with view mode according to recent RCS change.
3115 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
3116
3117 2000-09-04 Martin Lorentzson <martinl@gnu.org>
3118
3119 * vc.el: Convert the remaining function comments to docstrings.
3120
3121 2000-09-04 Martin Lorentzson <martinl@gnu.org>
3122
3123 * vc.el (vc-backend-release, vc-release-greater-or-equal)
3124 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3125 (vc-minor-part, vc-previous-version): Functions that operate and
3126 compare revision numbers got proper documentation. Comments added
3127 about their possible removal.
3128
3129 2000-09-04 Martin Lorentzson <martinl@gnu.org>
3130
3131 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3132 the vc-backend.el files.
3133
3134 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3135
3136 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3137 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3138 (vc-rcs-previous-version): Functions added.
3139
3140 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3141
3142 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3143
3144 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3145
3146 * vc-hooks.el (vc-master-templates): Is really obsolete.
3147 Comment out the definition for now. What is the right procedure
3148 to get rid of it?
3149 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3150 rewritten.
3151 (vc-default-registered): Remove.
3152 (vc-check-master-templates): New function; does mostly what the
3153 above did before.
3154 (vc-locking-user): Don't rely on the backend to set the property.
3155
3156 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
3157 Rewrite documentation.
3158 (vc-rcs-templates-grabbed): New variable.
3159 (vc-rcs-grab-templates): New function.
3160 (vc-rcs-registered): Rewrite to use above mechanism.
3161
3162 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
3163 Rewrite documentation.
3164 (vc-sccs-templates-grabbed): New variable.
3165 (vc-sccs-grab-templates): New function.
3166 (vc-sccs-registered): Rewrite to use above mechanism.
3167 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3168 Don't throw the result, simply return it.
3169
3170 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3171 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
3172 (vc-cvs-registered): Does the check itself now. Simplify.
3173
3174 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
3175 from main line.
3176
3177 2000-09-04 Martin Lorentzson <martinl@gnu.org>
3178
3179 * vc-cvs.el (vc-cvs-diff): New function.
3180
3181 * vc-sccs.el (vc-sccs-diff): New function.
3182
3183 * vc-rcs.el (vc-rcs-diff): New function.
3184 (vc-rcs-checkout): Bug (typo) found and fixed.
3185 (vc-rcs-register-switches): New variable.
3186
3187 * vc.el (vc-backend-diff): Function removed and placed in the
3188 backend files.
3189
3190 2000-09-04 Martin Lorentzson <martinl@gnu.org>
3191
3192 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3193
3194 * vc.el (vc-backend-checkout): Function removed and replaced in
3195 the vc-backend.el files.
3196
3197 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3198
3199 * vc.el (vc-backend-admin): Removed and replaced in the
3200 vc-backend.el files.
3201
3202 * vc.el (Martin): Removed all the annotate functionality since it
3203 is CVS backend specific.
3204
3205 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3206
3207 * spec.txt: Added specification of vc-state.
3208
3209 * vc-sccs-hooks.el (vc-sccs-master-properties):
3210 Remove handling of vc-latest-version and
3211 vc-your-latest-version. What used to be vc-latest-version, is now
3212 returned as vc-workfile-version.
3213 (vc-sccs-workfile-version): Adapt.
3214
3215 2000-09-04 Dave Love <fx@gnu.org>
3216
3217 * vc.el: [Merged from mainline.]
3218 (vc-dired-mode): Make the dired-move-to-filename-regexp
3219 regexp match the date, to avoid treating date as file size.
3220 Add YYYY S option to WESTERN/
3221
3222 2000-09-04 Dave Love <fx@gnu.org>
3223
3224 * vc.el: Require `compile' when compiling.
3225 (vc-logentry-check-hook): New option.
3226 (vc-steal-lock): Use compose-mail.
3227 (vc-dired-mode-map): Defvar when compiling.
3228 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3229 vc-sccs.el and renamed. Callers changed.
3230 (vc-backend-checkout, vc-backend-logentry-check)
3231 (vc-backend-merge-news): Doc fix.
3232 (vc-default-logentry-check): New function.
3233 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
3234 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
3235 (vc-backend-merge): Doc fix. Use backend functions.
3236 (vc-check-headers): Use backend functions.
3237
3238 * vc-cvs.el: Require vc when compiling.
3239 (vc-cvs-register-switches): Doc fix.
3240 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
3241 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3242 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3243 New functions (code from vc.el).
3244 (vc-annotate-display-default): Fix interactive spec.
3245 (vc-annotate-time-span): Doc fix.
3246
3247 * vc-rcs.el: Require vc when compiling.
3248 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3249 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3250 (vc-rcs-checkin): New functions (code from vc.el).
3251 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3252 Doc fix.
3253 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
3254
3255 * vc-sccs.el: Require vc when compiling.
3256 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3257 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3258 (vc-sccs-revert)
3259 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3260 from vc.el).
3261 (vc-sccs-add-triple, vc-sccs-record-rename)
3262 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3263 (vc-sccs-admin): Doc fix.
3264
3265 2000-09-04 Martin Lorentzson <martinl@gnu.org>
3266
3267 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3268 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3269 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3270 from vc.el.
3271
3272 * vc-sccs.el (vc-admin-sccs): Added from vc.el
3273
3274 * vc-cvs.el: Moved the annotate functionality from vc.el.
3275 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3276
3277 2000-09-04 Dave Love <fx@gnu.org>
3278
3279 * vc.el (vc-backend-release): Call vc-system-release.
3280
3281 * vc-sccs.el (vc-sccs-system-release):
3282 Renamed from vc-sccs-backend-release.
3283
3284 * vc-rcs.el (vc-rcs-system-release):
3285 Renamed from vc-rcs-backend-release.
3286
3287 * vc-cvs.el (vc-cvs-system-release):
3288 Renamed from vc-cvs-backend-release.
3289
3290 2000-09-04 Dave Love <fx@gnu.org>
3291
3292 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3293 backend files.
3294 (vc-backend-release): Dispatch to backend functions.
3295 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
3296 probably needs attention.]
3297
3298 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3299 (vc-sccs-backend-release): New function.
3300
3301 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3302 (vc-cvs-backend-release): New function.
3303
3304 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3305 Doc fix.
3306 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3307 (vc-default-dired-state-info): New function.
3308 (vc-dired-state-info): Dispatch to backends.
3309 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
3310
3311 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3312 from vc.el and renamed.
3313
3314 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3315
3316 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3317 (vc-version-other-window, vc-backend-assign-name): Removed
3318 references to vc-latest-version; sometimes changed into
3319 vc-workfile-version.
3320
3321 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3322 vc-rcs-master-workfile-version.
3323 (vc-rcs-workfile-version): Use the above. Don't call
3324 vc-latest-version (that was unreachable code, anyway).
3325 (vc-rcs-fetch-master-properties): Doc fix.
3326
3327 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3328 (vc-backend-hook-functions): Removed them from this list, too.
3329 (vc-fetch-properties): Removed.
3330 (vc-workfile-version): Doc fix.
3331
3332 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
3333 (vc-rcs-workfile-version, vc-rcs-locking-user)
3334 (vc-rcs-uses-locking): Use it.
3335
3336 * vc-hooks.el (vc-consult-rcs-headers):
3337 Moved into vc-rcs-hooks.el, under the name
3338 vc-rcs-consult-headers.
3339
3340 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
3341 headers.
3342 (vc-cvs-find-master): Use this name only; correct different
3343 versions of the name.
3344
3345 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
3346 New functions.
3347 (vc-sccs-locking-user): Use the latter.
3348
3349 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
3350 New functions.
3351
3352 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
3353 Moved into both
3354 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
3355 functions are implementation details of those two backends.
3356
3357 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3358
3359 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
3360 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
3361
3362 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
3363 (vc-sccs-parse-locks): SCCS-specific code moved here from
3364 vc-hooks.
3365
3366 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
3367 code moved here from vc-hooks.
3368
3369 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
3370 into back-end specific parts and removed. Callers not updated
3371 yet; because I guess these callers will disappear into back-end
3372 specific files anyway.
3373
3374 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3375
3376 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
3377 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
3378 `vc-uses-locking'.
3379
3380 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
3381 Store yes/no in the property, and return t/nil. Updated all
3382 callers.
3383
3384 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
3385 vc-sccs-uses-locking. Don't set property.
3386 (vc-sccs-locking-user): Don't set property.
3387
3388 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
3389 vc-cvs-uses-locking. Don't set property here; leave that to
3390 vc-hooks.
3391 (vc-cvs-locking-user): Reflect above change. Streamlined.
3392
3393 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
3394 vc-rcs-uses-locking.
3395 (vc-rcs-locking-user): Reflect above change.
3396
3397 2000-09-04 Dave Love <fx@gnu.org>
3398
3399 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
3400
3401 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
3402
3403 * vc-hooks.el (vc-checkout-model): Punt to backends.
3404
3405 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
3406
3407 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
3408
3409 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
3410 New functions.
3411
3412 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
3413 New functions.
3414
3415 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
3416 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
3417
3418 * vc-hooks.el (vc-default-locking-user): New function.
3419 (vc-locking-user, vc-workfile-version): Punt to backends.
3420
3421 2000-09-04 Dave Love <fx@gnu.org>
3422
3423 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
3424 (vc-master-workfile-version): Moved from vc-hooks.
3425
3426 * vc-rcs-hooks.el: Fix duplicate code in last change.
3427
3428 * vc-rcs-hooks.el: Require vc-hooks when compiling.
3429 (vc-rcs-master-templates): Improve :type.
3430 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
3431 vc-master-workfile-version): Moved from vc-hooks.
3432
3433 * vc-sccs-hooks.el: Require vc-hooks when compiling.
3434 (vc-sccs-master-templates): Improve :type.
3435 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
3436
3437 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
3438
3439 * vc-cvs-hooks.el: Require vc-hooks when compiling.
3440 (vc-cvs-master-templates): Improve :type. Use
3441 vc-cvs-find-cvs-master.
3442 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
3443 from vc-hooks.
3444 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
3445
3446 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
3447 Moved to vc-cvs-hooks.
3448
3449 * vc-hooks.el: Add doc strings in various places. Simplify the
3450 minor mode setup.
3451 (vc-handled-backends): New user variable.
3452 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
3453 simplification.
3454
3455 2000-09-04 Dave Love <fx@gnu.org>
3456
3457 * vc.el: Some doc fixes for autoloaded and interactive functions.
3458 Fix compilation warnings from ediff stuff.
3459 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
3460
3461 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
3462
3463 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
3464
3465 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
3466
3467 2000-09-04 Dave Love <fx@gnu.org>
3468
3469 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3470 New variable.
3471 (vc-make-backend-function, vc-loadup, vc-call-backend)
3472 (vc-backend-defines): New functions.
3473
3474 * vc-hooks.el: Various doc fixes.
3475 (vc-default-back-end, vc-follow-symlinks): Custom fix.
3476 (vc-match-substring): Function removed. Callers changed to use
3477 match-string.
3478 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
3479 Simplify.
3480
3481 2000-09-04 Dave Love <fx@gnu.org>
3482
3483 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
3484 type.
3485 (vc-sccs-project-dir, vc-search-sccs-project-dir)
3486 (vc-sccs-registered): Doc fix.
3487
3488 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
3489 (vc-cvs-registered): Doc fix.
3490
3491 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
3492 (vc-rcs-registered): Doc fix.
3493
3494 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3495
3496 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
3497
3498 * vc-hooks.el: vc-registered has been renamed
3499 vc-default-registered. Some functions have been moved to the
3500 backend specific files. they all support the
3501 vc-BACKEND-registered functions.
3502
3503 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3504
3505 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
3506
3507 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
3508
3509 2000-09-04 Dave Love <fx@gnu.org>
3510
3511 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
3512 menu-bar-update-hook.
3513
3514 * help.el (help-manyarg-func-alist): Add
3515 find-operation-coding-system.
3516
3517 * wid-edit.el (widget-sexp-validate): Fix garbled code.
3518
3519 * custom.el (custom-set-variables): Print message about errors in
3520 setting.
3521
3522 2000-09-03 Andrew Innes <andrewi@gnu.org>
3523
3524 * makefile.w32-in: Change to DOS line endings.
3525
3526 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3527
3528 * mouse.el (mouse-popup-menubar): Supply the prompt string for
3529 minor-mode keymaps, if they don't have one.
3530
3531 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3532
3533 * eshell/esh-module.el (eval-when-compile): Don't lose if
3534 esh-module.el's file name is truncated to DOS 8+3 limits.
3535
3536 2000-09-01 John Wiegley <johnw@gnu.org>
3537
3538 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
3539 predicate, which caused entries in the completion list to be
3540 doubled.
3541
3542 2000-08-30 John Wiegley <johnw@gnu.org>
3543
3544 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
3545 sending to subprocesses. Also, hook pre-command-hook if
3546 `eshell-send-direct-to-subprocesses' is non-nil.
3547 (eshell-send-direct-to-subprocesses): New config variable. If t,
3548 subprocess input is send immediately.
3549 (eshell-toggle-direct-send): New function.
3550 (eshell-self-insert-command): New function.
3551 (eshell-intercept-commands): New function.
3552 (eshell-send-input): If direct subprocess sending is enabled,
3553 don't echo any input to the Eshell buffer. Let the subprocess
3554 handle that. This requires "stty echo" in bash, for example.
3555
3556 2000-08-28 John Wiegley <johnw@gnu.org>
3557
3558 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
3559 completion function for Eshell's implementation of `unset'.
3560
3561 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3562
3563 * info.el (Info-directory-list): Doc fix.
3564
3565 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
3566
3567 * filecache.el (file-cache-add-directory-using-find): Don't quote
3568 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
3569
3570 2000-08-31 Kenichi Handa <handa@etl.go.jp>
3571
3572 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
3573 coding systems.
3574
3575 2000-08-30 Andrew Innes <andrewi@gnu.org>
3576
3577 * timer.el (run-with-idle-timer): Undo last change, so that timer
3578 is not activated immediately if Emacs is already idle. Some
3579 existing code relies on this behaviour.
3580
3581 2000-08-30 Miles Bader <miles@gnu.org>
3582
3583 * frame.el (set-frame-font): Do completion of font-name for
3584 interactive use.
3585
3586 2000-08-30 Kenichi Handa <handa@etl.go.jp>
3587
3588 * international/quail.el (quail-start-translation): Bind locally
3589 last-command-event, last-command, and this-command.
3590 (quail-start-conversion): Likewise.
3591 (quail-self-insert-command): Fix docstring.
3592
3593 2000-08-29 Gerd Moellmann <gerd@gnu.org>
3594
3595 * progmodes/executable.el
3596 (executable-make-buffer-file-executable-if-script-p): Check that
3597 buffer contains at least 2 characters.
3598
3599 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
3600
3601 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
3602
3603 2000-08-29 Dave Love <fx@gnu.org>
3604
3605 * diff-mode.el (diff-mode) <defgroup>: Add :version.
3606 (diff-mode-shared-map): Bind mouse-2.
3607 (diff-imenu-generic-expression): New variable.
3608 (diff-mode): Use it.
3609
3610 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
3611 (mouse-popup-menubar): Add minor mode menus.
3612 (popup-menu): Check for lookup-key returning number.
3613
3614 2000-08-29 Miles Bader <miles@gnu.org>
3615
3616 * comint.el (comint-send-input): Create overlays using the proper
3617 front/read-advance arguments.
3618
3619 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3620
3621 * ps-print.el: Even/odd pages printing. Doc fix.
3622 (ps-print-version): New version number (6.0).
3623 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
3624 (ps-background, ps-begin-file, ps-begin-job): Code fix.
3625 (ps-print-duplex-feature): Variable eliminated.
3626 (ps-even-or-odd-pages): New variable.
3627
3628 * progmodes/ebnf2ps.el: Doc fix.
3629 (ebnf-version): New version (3.3).
3630 (ebnf-user-arrow): Change variable customization to sexp.
3631 (ebnf-user-arrow): Function eliminated.
3632 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
3633
3634 2000-08-29 Kenichi Handa <handa@etl.go.jp>
3635
3636 * help.el (help-xref-mule-regexp): New variable.
3637 (help-make-xrefs): Handle help-xref-mule-regexp.
3638
3639 * international/mule-cmds.el (help-xref-mule-regexp-template): New
3640 variable.
3641 (describe-input-method): Temporarily activate the specfied input
3642 method to display the information.
3643 (describe-language-environment): Hyperlinks to mule related items.
3644
3645 * international/mule-diag.el (charset-multibyte-form-string): New
3646 function.
3647 (list-character-sets-1): Use charset-multibyte-form-string.
3648 (describe-character-set): New function.
3649 (describe-coding-system): Hyperlinks to safe character sets.
3650
3651 * international/quail.el (quail-help): New arg PACKAGE.
3652 Hyperlinks to mule related items.
3653 (quail-help-insert-keymap-description): Use
3654 substitute-command-keys instead of describe-bindings.
3655 (quail-translation-help): Hyperlinks to mule related items.
3656
3657 2000-08-28 John Wiegley <johnw@gnu.org>
3658
3659 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
3660 have a defsubst call itself. Made `eshell-flatten-list' back into
3661 a function again.
3662
3663 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
3664 catch, in case re-centering point at bottom messes up the display.
3665 This happens frequently in Emacs 21, due I believe to variable
3666 line heights.
3667
3668 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
3669 to call `find-tag-interactive'.
3670
3671 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
3672 the list of remember directories.
3673
3674 2000-08-28 John Wiegley <johnw@gnu.org>
3675
3676 * align.el: Test align-region-separate to see if it's a symbol.
3677
3678 2000-08-28 John Wiegley <johnw@gnu.org>
3679
3680 * eshell/esh-util.el (eshell-flatten-list): Made this function
3681 into a defsubst form. It gets used very frequently, although
3682 calls don't occur all that often.
3683
3684 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
3685 examining it.
3686
3687 * eshell/esh-cmd.el (eshell-rewrite-while-command):
3688 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
3689 `eshell-protect'.
3690 (eshell-copy-handles): Created a new macro for duplicating the
3691 current set of open handles. This is needed by the looping
3692 functions.
3693 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
3694 is not incorrectly stomped on.
3695
3696 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
3697 declaration for pcomplete-use-paring.
3698 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
3699 value of eshell-cmpl-use-paring.
3700 * pcomplete.el (pcomplete-use-paring): New config variable, to
3701 indicate whether paring should be used.
3702 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
3703 completion alternatives that have already been used.
3704
3705 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
3706 bound to C-c C-y, which will repeat the previous N arguments
3707 (based on prefix argument).
3708 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
3709
3710 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
3711 if there is no *Help* buffer. This is for XEmacs, which renames
3712 its help buffers uniquely. TODO: Find out what the current buffer
3713 name to delete is.
3714
3715 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
3716 first entry that correlates to a passwd/group number. Later
3717 entries (used for group/user name aliasing to multiple IDs) are
3718 ignored.
3719
3720 * eshell/em-xtra.el (eshell/expr):
3721 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
3722 (eshell-grep, eshell/diff, eshell/locate):
3723 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
3724 argument list, before passing it to the system command.
3725
3726 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
3727 `find-tag' for use at final position in Eshell buffers (which
3728 otherwise triggers an error on Emacs 21).
3729 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
3730 buffer, if it is currently bound to `find-tag'.
3731
3732 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
3733 in the list of matched Makefile names.
3734 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
3735 directory, prefer its contents to Makefile.
3736
3737 * eshell/em-dirs.el (eshell/cd): cd commands that look up
3738 directory parts (like "cd old new", or "cd =regexp"), are now case
3739 sensitive on non-Windows/DOS platforms.
3740
3741 * eshell/esh-mode.el (eshell-parse-command-input): When a user
3742 types RET after an open delimiter (like "), display a message
3743 indicating that Eshell is waiting for the closing delimiter.
3744
3745 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
3746 environment variables.
3747
3748 * eshell/em-unix.el (eshell/diff): Added logic to fail more
3749 gracefully if the user enters incorrect arguments.
3750
3751 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
3752 Eshell buffers.
3753
3754 * eshell/esh-var.el (eshell-interpolate-variable):
3755 * eshell/esh-mode.el (eshell-move-argument):
3756 * eshell/em-unix.el (eshell-du-sum-directory):
3757 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
3758 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
3759 (not (= ...)).
3760
3761 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
3762 to ensure the `preserve' flag gets propagated when doing recursive
3763 directory copies.
3764
3765 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
3766
3767 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
3768 Don't convert \n into \0177 in memory.
3769 (eshell-read-history, eshell-write-history): Convert \n to \0177,
3770 and back again, when reading and writing.
3771
3772 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3773
3774 * eshell/esh-util.el (eshell-processp): Added to relieve constant
3775 testing of `fboundp' on `processp'.
3776
3777 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
3778 (eshell/jobs): Don't call process-list if it is not bound.
3779 (eshell-gather-process-output): Support systems where async
3780 subprocesses aren't supported.
3781 (eshell-scratch-buffer, eshell-last-sync-output-start): New
3782 variables.
3783
3784 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
3785 eshell-do-eval returns t.
3786 (eshell-do-pipelines-synchronously): New defmacro.
3787 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
3788 when async subprocesses aren't supported.
3789 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
3790 if async subprocesses aren't supported.
3791 (eshell-resume-command): Don't assume STATUS is a string.
3792
3793 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
3794
3795 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
3796 (eshell-close-target, eshell-get-target): Use eshell-processp.
3797 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
3798 fix.
3799 (eshell-get-target, eshell-create-handles): Doc fix.
3800
3801 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
3802
3803 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
3804 criterion to include commands that output something, as long as it
3805 leaves both the command and the end-of-buffer visible when the
3806 command has exited.
3807 (eshell-review-quick-commands): Adjust the help doc string
3808 accordingly.
3809
3810 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
3811
3812 * locate.el (locate): Cleaned up locate command's interactive prompting
3813 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
3814
3815 * filecache.el (file-cache-case-fold-search): New variable
3816 (file-cache-assoc-function): New variable
3817 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
3818 Use file-cache-case-fold-search variable
3819 (file-cache-add-file): Use file-cache-assoc-function
3820 (file-cache-delete-file): likewise
3821 (file-cache-directory-name): likewise
3822 (file-cache-debug-read-from-minibuffer): likewise
3823
3824 2000-08-28 Gerd Moellmann <gerd@gnu.org>
3825
3826 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
3827 (abbrev-table-name): New function.
3828 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
3829 If non-nil list local abbrev, only.
3830
3831 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
3832
3833 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
3834 from Gnus support code, and use special article copy buffer
3835 `(gnus-original-article-buffer)' instead. This allows to get rid
3836 of article-hide-headers usage (which breaks in the latest Gnus
3837 version). Thanks to Detlev Zundel.
3838
3839 2000-08-28 Kenichi Handa <handa@etl.go.jp>
3840
3841 * international/quail.el (quail-use-package): Hide "... loaded"
3842 message.
3843 (quail-start-translation, quail-start-conversion): Likewise.
3844
3845 * international/kkc.el (kkc-region): Hide "... loaded" message.
3846
3847 2000-08-27 Dave Love <fx@gnu.org>
3848
3849 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
3850
3851 2000-08-27 Miles Bader <miles@gnu.org>
3852
3853 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
3854
3855 2000-08-27 Kenichi Handa <handa@etl.go.jp>
3856
3857 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
3858 'ja-dic-cnv), not (require 'skkdic-cnv).
3859
3860 2000-08-26 Miles Bader <miles@gnu.org>
3861
3862 * faces.el (face-x-resources): Add entry for :inherit.
3863 * cus-face.el (custom-face-attributes): Add support for :inherit
3864 attribute. Add support for relative face heights.
3865 (custom-face-attributes-get): Treat `nil' as being a default value
3866 for :inherit (as well as `unspecified').
3867
3868 * faces.el (set-face-attribute): Update doc string.
3869 (face-attribute-name-alist): Add :inherit.
3870 (face-valid-attribute-values): Handle :inherit.
3871 (face-read-string): Rephrase prompt to be less confusing.
3872 Assume that DEFAULT is a string, since we must return a string.
3873 (face-read-integer): Use `format' to turn DEFAULT into an
3874 acceptable default for face-read-string. Match NEW-VALUE against
3875 the string "unspecified", not the symbol `unspecified', since
3876 that's what face-read-string returns.
3877 (read-face-attribute): Lookup a name for old-value in valid, and
3878 use it as a default if we find one. Treat all values from
3879 face-read-string as strings. If the default is used, don't do any
3880 more processing on the value, just use the old value directly.
3881 (read-face-and-attribute, modify-face): Tweak prompt.
3882 (read-face-name): Don't assume prompt ends with a space.
3883
3884 * faces.el (describe-face): Add support for :inherit attribute.
3885
3886 2000-08-25 Kenichi Handa <handa@etl.go.jp>
3887
3888 * terminal.el (terminal-emulator): Fix args to `concat'. Now
3889 concat doesn't accept interger.
3890
3891 * international/kkc.el: Remove SKK from Keywords. Require
3892 ja-dic-utl instead of skkdic-utl.
3893
3894 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
3895 Provide ja-dic-cnv instead of skkdic-cnv.
3896 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
3897 (iso-2022-7bit-short): Add safe-charsets property.
3898 (skkdic-convert-postfix): Search Japanese chou-on character in
3899 addition to Hiragana character.
3900 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
3901 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
3902 (batch-skkdic-convert): Likewise.
3903
3904 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
3905 Provide ja-dic-utl instead of skkdic-utl.
3906 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
3907
3908 2000-08-24 Dave Love <fx@gnu.org>
3909
3910 * disp-table.el (standard-display-default): Make the test of `l'
3911 useful.
3912
3913 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
3914 mod sample text.
3915
3916 * international/iso-ascii.el: Make pilcrow convenient string
3917 consistent with section.
3918 (iso-ascii-display): Set up multibyte characters as well as
3919 unibyte.
3920
3921 2000-08-24 Kenichi Handa <handa@etl.go.jp>
3922
3923 * international/mule-cmds.el (reset-language-environment): Set
3924 default-process-coding-system to '(undecided . iso-latin-1), which
3925 makes process I/O almost consistent with file I/O. Call this
3926 function when mule-cmds.el[c] is loaded.
3927
3928 2000-08-22 Andrew Innes <andrewi@gnu.org>
3929
3930 * makefile.w32-in: New file.
3931
3932 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
3933
3934 * comint.el (comint-output-filter): Compare end of
3935 comint-last-output-overlay with the start of the newly inserted
3936 text, not the end, when deciding whether to extend it.
3937 Set saved-point's insertion type to advance after insertion.
3938
3939 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
3940 since this is now done independently of font-lock mode.
3941
3942 2000-08-21 Gerd Moellmann <gerd@gnu.org>
3943
3944 * server.el (server-kill-new-buffers): New user option.
3945 (server-existing-buffer): New buffer-local variable.
3946 (server-visit-files): When using an existing buffer, set
3947 server-existing-buffer to t.
3948 (server-buffer-done): If server-kill-new-buffers is t, kill the
3949 buffer, unless it was already present before visiting it with
3950 Emacs server.
3951
3952 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
3953
3954 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
3955 even if the display doesn't support colors: some displays will
3956 support bold/underline faces.
3957
3958 2000-08-21 Gerd Moellmann <gerd@gnu.org>
3959
3960 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
3961
3962 * startup.el (command-line): If user's init file had an error,
3963 add explanatory text to *Messages*.
3964
3965 2000-08-21 Kenichi Handa <handa@etl.go.jp>
3966
3967 * man.el (Man-getpage-in-background): Decode the process output by
3968 the system locale coding system.
3969
3970 2000-08-20 Dave Love <fx@gnu.org>
3971
3972 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
3973 Don't test x-popup-menu.
3974 (function) <complete-function>: Complete only fbound symbols.
3975 <validate, value>: New.
3976 (variable) <complete-function>: Complete only bound symbols.
3977 (coding-system): Add :base-only, :complete-function, :validate,
3978 :value, :prompt-match.
3979 (widget-coding-system-prompt-value): Use read-coding-system and
3980 act on :base-only.
3981 (editable-field): Add :help-echo.
3982 (widget-push-button-gui, widget-push-button-cache)
3983 (widget-gui-action, widget-editable-list-gui): COmment out, along
3984 with uses.
3985 (widget-at): Make arg optional.
3986 (widget-echo-help): Adjust for current help-echo calling sequence.
3987 (widget-specify-field, widget-specify-button)
3988 (widget-specify-insert, widget-get-sibling, widget-image-find)
3989 (widget-convert, widget-insert, widget-leave-text)
3990 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
3991 (widget-setup, widget-field-find, widget-before-change)
3992 (widget-after-change, widget-default-complete)
3993 (widget-default-create, widget-default-delete)
3994 (widget-push-button-value-create, editable-field)
3995 (widget-field-prompt-value, widget-field-validate)
3996 (widget-choice-value-create, widget-choice-action)
3997 (widget-choice-validate, widget-checklist-add-item)
3998 (widget-radio-add-item, widget-radio-chosen)
3999 (widget-radio-value-inline, widget-editable-list-value-create)
4000 (widget-editable-list-entry-create)
4001 (widget-documentation-link-add)
4002 (widget-documentation-string-value-create)
4003 (widget-regexp-validate, widget-file-complete)
4004 (widget-sexp-validate, widget-plist-convert-widget)
4005 (widget-plist-convert-widget, widget-alist-convert-widget)
4006 (widget-alist-convert-widget, widget-color-complete): Simplify,
4007 particularly to avoid bindings which aren't optimized out.
4008
4009 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4010 Doc fix.
4011 (down-list, backward-up-list, up-list, kill-sexp)
4012 (backward-kill-sexp, mark-sexp): Make arg optional.
4013 (lisp-complete-symbol): Add optional arg PREDICATE.
4014
4015 * cus-start.el: Add display-buffer-reuse-frames,
4016 file-coding-system-alist.
4017
4018 2000-08-20 Gerd Moellmann <gerd@gnu.org>
4019
4020 * startup.el (command-line): Clear realized faces after
4021 modifying TTY color mappings.
4022
4023 2000-08-20 Miles Bader <miles@gnu.org>
4024
4025 * faces.el (face-attr-match-p): Don't return true if ATTRS are
4026 merely a subset of FACE's attributes.
4027
4028 2000-08-19 Miles Bader <miles@gnu.org>
4029
4030 * comint.el (comint-output-filter): Save the point with a marker,
4031 not just a buffer position.
4032
4033 * international/mule.el (set-buffer-process-coding-system): Make
4034 interactive prompt less confusing.
4035
4036 2000-08-19 Gerd Moellmann <gerd@gnu.org>
4037
4038 * hilit-chg.el: General cleanup of doc strings, comments and
4039 code formatting.
4040
4041 2000-08-19 Miles Bader <miles@gnu.org>
4042
4043 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4044 Compiler macro removed; beginning-of-line is no longer always
4045 equivalent to forward-line, in the presence of fields.
4046
4047 * comint.el (comint-output-filter): Remove ad-hoc saving of
4048 restriction, and just use save-restriction, now that it works
4049 correctly. Don't adjust comint-last-input-start to account for
4050 our insertion; it shouldn't have moved because we don't use
4051 insert-before-markers anymore. Comment out call to
4052 `force-mode-line-update'; why is it here?
4053
4054 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4055 while checking for prompt to delete. Use `forward-line 0'
4056 instead of beginning-of-line.
4057 (gud-filter): Temporarily widen gud comint buffer while
4058 examining output.
4059
4060 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
4061
4062 * progmodes/sh-script.el: Big bag of typos.
4063
4064 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4065 check since ispell-process is not bound when ispell is not yet loaded.
4066
4067 2000-08-18 Dave Love <fx@gnu.org>
4068
4069 * image.el (find-image): Copy `spec' before using plist-put.
4070
4071 2000-08-18 Gerd Moellmann <gerd@gnu.org>
4072
4073 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4074 `portugues'.
4075
4076 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4077 backward-kill-sexp, analogous to kill-sexp.
4078
4079 * progmodes/icon.el (icon-indent-line)
4080 (icon-is-continuation-line): Handle comments specially.
4081
4082 2000-08-17 Ken Stevens <k.stevens@ieee.org>
4083
4084 * ispell.el: Set to standard author/maintainer/keyword fields.
4085 Fine tuning to menu map appearance and operation, and added help.
4086 Remove `start' and `end' error messages when compiling.
4087 (ispell-choices-win-default-height): Fixed comment string.
4088 (ispell-dictionary-alist-1): Fixed regexp in castellano and
4089 castellano8 dictionaries.
4090 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4091 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4092 dictionary, added italiano dictionary.
4093 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4094 word character
4095 (ispell-tex-skip-alists): Added psfig support.
4096 (ispell-skip-html): Renamed from ispell-skip-sgml.
4097 (ispell-begin-skip-region-regexp, ispell-skip-region)
4098 (ispell-minor-check): Improved html skipping support to skip across
4099 code, and recognize `&' commands without propper `;' syntax;
4100 (ispell-process-line): Fix alignment error when manually
4101 correcting spelling.
4102 (ispell): Fix comment string.
4103 (ispell-add-per-file-word-list): Always put word list on new line.
4104
4105 2000-08-17 Gerd Moellmann <gerd@gnu.org>
4106
4107 * format.el (format-encode-run-method): Fix error message to say
4108 `encode' instead of `decode'. Use save-window-excursion around
4109 shell-command-on-region as in format-decode-run-method because
4110 shell-command-on-region can display a buffer with error output.
4111 (format-decode): Don't record undo information for the decoding.
4112 (format-annotate-function): Add parameter FORMAT-COUNT. Make
4113 that number part of the temporary buffer name so that more than
4114 one decoding using a temporary buffer can happen safely.
4115
4116 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4117 of `A-z' in the regexp.
4118
4119 * hilit-chg.el: Fix typos in commentary.
4120
4121 * help.el (view-emacs-news): Rewritten for new naming scheme
4122 for old NEWS files.
4123
4124 * startup.el (command-line): Pop to *Messages* in case an error
4125 is signaled while loading user-init-file.
4126
4127 2000-08-17 Andreas Schwab <schwab@suse.de>
4128
4129 * files.el (insert-directory): Don't lose original file name,
4130 undoing an undocumented change.
4131
4132 2000-08-17 Alex Schroeder <alex@gnu.org>
4133
4134 * sql.el (sql-magic-go): Use comint-bol.
4135 (sql-copy-column): Use comint-line-beginning-position.
4136 (comint-line-beginning-position): Define a replacement for
4137 comint-line-beginning-position if it is not fboundp.
4138
4139 2000-08-17 Alex Schroeder <alex@gnu.org>
4140
4141 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4142 it didn't have any effect anyway.
4143
4144 2000-08-17 Alex Schroeder <alex@gnu.org>
4145
4146 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4147 --pset and pager=off instead of sending \\o|cat at the beginning
4148 of the session.
4149
4150 2000-08-17 Miles Bader <miles@gnu.org>
4151
4152 * progmodes/octave-inf.el: Add compatibility definition of
4153 comint-line-beginning-position.
4154
4155 2000-08-17 Kenichi Handa <handa@etl.go.jp>
4156
4157 * startup.el (normal-top-level): Look in each dir in load-path for
4158 a leim-list.el file too. This assures of loading leim-list.el
4159 that is created at Emacs installation time even if a user have his
4160 own leim-list.el.
4161
4162 2000-08-17 Miles Bader <miles@gnu.org>
4163
4164 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4165 foreground color to black if the background is dark.
4166
4167 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
4168
4169 * loadhist.el (unload-feature): Typo.
4170
4171 * finder.el (finder-compile-keywords):
4172 * cus-dep.el (custom-make-dependencies): Add local-variable settings
4173 to the generated file.
4174
4175 * mail/mh-e.el (mh-make-local-vars):
4176 Replace make-variable-buffer-local with make-local-variable.
4177
4178 * play/landmark.el:
4179 * options.el (Edit-options-{set,toggle,t,nil}):
4180 * mail/mailabbrev.el (mail-abbrevs-mode):
4181 * textmodes/tex-mode.el (tex-expand-files):
4182 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4183
4184 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4185
4186 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4187 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4188 Allow going past the last element.
4189 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
4190 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4191 (cvs-mouse-toggle-mark): Don't move point.
4192 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4193
4194 * progmodes/compile.el (grep): Provide a default set of files.
4195 (next-error): Docstring fix.
4196 (compilation-find-file): Avoid find-file (fails in a dedicated window).
4197
4198 * emacs-lisp/easy-mmode.el (define-minor-mode):
4199 Use `symbol-value' to keep the byte-compiler quiet.
4200
4201 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4202 (diff-find-source-location): New fun, extracted from diff-goto-source.
4203 (diff-goto-source): Use it.
4204 (diff-next-complex-hunk, diff-filter-lines): New function.
4205 (diff-apply-hunk): New command.
4206
4207 * smerge-mode.el (smerge-mode-menu): Doc fix.
4208
4209 * msb.el (msb-mode): Define it in terms of define-minor-mode.
4210
4211 2000-08-16 Dave Love <fx@gnu.org>
4212
4213 * windmove.el (windmove) <defgroup>: Add :version.
4214
4215 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
4216 (goto-address-fontify-p, goto-address-highlight-p)
4217 (goto-address-url-face, goto-address-url-mouse-face)
4218 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4219 (goto-address-url-regexp): Use thing-at-point-url-regexp.
4220 (goto-address-fontify, goto-address-at-mouse): Simplify,
4221 (goto-address-at-point): browse-url-url-at-point,
4222 goto-address-find-address-at-point can return nil.
4223 (goto-address-find-address-at-point): Return nil on failure.
4224
4225 * align.el (align) <defgroup>: Add :version.
4226
4227 * calculator.el (calculator): Add :version.
4228 (calculator): Use two lines for calculator window if `modeline'
4229 face is boxed.
4230
4231 * play/5x5.el: Doc fixes.
4232 (5x5) <defgroup>: Add :version.
4233
4234 * play/fortune.el (fortune) <defgroup>: Add :version.
4235 (fortune-append): Fix error message.
4236 (fortune-from-region): Doc fix.
4237
4238 * play/pong.el (pong): Doc fix.
4239
4240 * play/morse.el: Keywords, commentary, autoloads.
4241
4242 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4243
4244 * desktop.el (desktop-save): Don't look at symbol-value of a
4245 member of minor-mode-alist, unless it is boundp.
4246
4247 2000-08-16 Sam Steingold <sds@gnu.org>
4248
4249 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
4250 `while'; use `with-current-buffer' instead of `save-excursion'.
4251 Removed unnecessary kludges now that "*Buffer List*" is excluded.
4252
4253 2000-08-16 Kenichi Handa <handa@etl.go.jp>
4254
4255 * international/ccl.el (declare-ccl-program): Docstring modified.
4256 (ccl-execute-with-args): Likewise.
4257
4258 2000-08-16 Miles Bader <miles@gnu.org>
4259
4260 * progmodes/sql.el: Add compatibility definition of
4261 comint-line-beginning-position.
4262
4263 2000-08-15 Gerd Moellmann <gerd@gnu.org>
4264
4265 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4266 'buffer-menu' property.
4267 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4268 fails.
4269 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4270 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4271 wasn't killed.
4272
4273 * buff-menu.el (list-buffers-noselect): Don't display the
4274 *Buffer List* buffer.
4275
4276 * font-lock.el: Require jit-lock to prevent a very late
4277 `Loading jit-lock' message.
4278
4279 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
4280 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
4281 mail address.
4282
4283 2000-08-15 Miles Bader <miles@gnu.org>
4284
4285 * textmodes/ispell.el (ispell-graphic-p): New constant.
4286 (ispell-choices-win-default-height, ispell-help): Use
4287 `ispell-graphic-p' instead of `xemacsp'.
4288
4289 2000-08-15 Dave Love <fx@gnu.org>
4290
4291 * simple.el: Autoload widget-convert when compiling.
4292 (mail-user-agent): Doc fix.
4293
4294 * help.el (function-called-at-point, variable-at-point): Use
4295 with-syntax-table.
4296 (help-manyarg-func-alist): Add insert-and-inherit.
4297
4298 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4299
4300 * delsel.el (delsel-unload-hook): New function.
4301
4302 * find-file.el: Doc fixes. Move provide to end.
4303 (ff) <defgroup>: Add :link.
4304 (ff-goto-click): Deleted.
4305 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4306 Use mouse-set-point.
4307
4308 * textmodes/tildify.el: Doc fixes.
4309 (tildify) <defgroup>: Add:version.
4310
4311 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4312 (glasses-custom-set): Use set-default, not set.
4313 (minor-mode-alist): Propertize the lighter.
4314 (glasses-mode): Provide optional arg.
4315
4316 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4317 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
4318 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4319 option. Provide :type.
4320 (cwarn-configuration): Provide :type.
4321 (cwarn-mode): Doc fix.
4322
4323 * add-log.el (change-log-merge): Doc fix.
4324 (change-log-redate): New command.
4325
4326 * net/browse-url.el (browse-url-filename-alist): Add a clause for
4327 Doze and Dog.
4328 (browse-url): Use dolist, not mapcar.
4329 (browse-url-at-point): Check for null url.
4330 (browse-url-event-buffer, browse-url-event-point): Functions
4331 deleted.
4332 (browse-url-at-mouse, browse-url-netscape): Simplify.
4333
4334 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
4335 modes.
4336 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
4337 Fix previous change to mapcan.
4338 (msb--init-file-alist, msb--add-separators)
4339 (msb--make-keymap-menu): Simplify.
4340 (msb--choose-file-menu): Use copy-sequence.
4341 (msb-mode-map): Add title to keymap.
4342 (msb-unload-hook): New function.
4343
4344 * bs.el: Fix indentation.
4345 (bs) <defgroup>: Add :links.
4346 (bs-show): Doc fix.
4347 (bs-apply-sort-faces): Don't use window-system.
4348 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
4349
4350 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
4351
4352 * calendar/timeclock.el (timeclock-file): Run .timelog through
4353 convert-standard-filename.
4354
4355 2000-08-14 Gerd Moellmann <gerd@gnu.org>
4356
4357 * emacs-lisp/authors.el: New file.
4358
4359 * paren.el (show-paren-priority): New user option.
4360 (show-paren-function): Set overlay priorities to
4361 show-paren-priority.
4362
4363 2000-08-14 Miles Bader <miles@gnu.org>
4364
4365 * comint.el (comint-bol): Use `forward-line 0' instead of calling
4366 beginning-of-line with inhibit-field-text-motion bound.
4367
4368 2000-08-14 Gerd Moellmann <gerd@gnu.org>
4369
4370 * calendar/timeclock.el: New file.
4371
4372 2000-08-14 David Ponce <david@dponce.com>
4373
4374 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
4375 `widget-button-click'. so that one can use left mouse button to
4376 click on dialog buttons.
4377
4378 2000-08-14 Emmanuel Briot <briot@gnat.com>
4379
4380 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
4381 identifiers, since XML is case sensitive
4382
4383 2000-08-12 Miles Bader <miles@gnu.org>
4384
4385 * comint.el (comint-output-filter): Don't bother frobbing
4386 window-start, it doesn't seem to be necessary.
4387
4388 * comint.el (comint-send-string, comint-send-region): Make into
4389 real functions. Snapshot the prompt before sending.
4390
4391 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
4392
4393 * info.el (Info-find-emacs-command-nodes): Rewrite to use
4394 technique similar to Info-index, instead of relying on specific
4395 names of relevant Index nodes.
4396 (Info-goto-emacs-command-node): Bind Info-history to nil when
4397 going to the first node found by Info-find-emacs-command-nodes.
4398
4399 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
4400
4401 * menu-bar.el (menu-bar-help-menu): Add a :help string.
4402
4403 2000-08-10 Miles Bader <miles@gnu.org>
4404
4405 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
4406
4407 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4408
4409 * info.el (Info-file-list-for-emacs): More elements for the
4410 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
4411 and woman manuals.
4412
4413 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
4414
4415 * comint.el (comint-send-input): Make the newline boundary overlay
4416 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
4417 (comint-output-filter): Use `insert' instead of
4418 `insert-before-markers'. Extend comint-last-output-overlay when
4419 necessary since we can't rely on insert-before-markers to do it.
4420 * gud.el (gud-filter): Use `with-current-buffer' instead of
4421 save-excursion when inserting the output, so that point gets
4422 updated correctly; the old method relied on a rather dodgy
4423 side-effect of comint-output-filter to avoid the effect of
4424 save-excursion.
4425
4426 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4427
4428 * files.el (recover-file): Call insert-directory instead of
4429 invoking `ls' directly.
4430
4431 2000-08-10 Miles Bader <miles@gnu.org>
4432
4433 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
4434 (comint-last-prompt-overlay): New variables.
4435 (comint-output-filter): Implement prompt highlighting.
4436 (comint-snapshot-last-prompt): New function.
4437 (comint-send-input): Snapshot the last prompt.
4438 Use comint-highlight-input-face.
4439 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
4440 Use defface instead of defcustom.
4441 (send-invisible, comint-send-eof): Snapshot the last prompt.
4442 (comint-delchar-or-maybe-eof): Use comint-send-eof.
4443 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
4444
4445 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
4446
4447 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
4448 (regexp-opt-group): Use a list of chars for `letters'.
4449 (regexp-opt-charset): `chars' is now a list of chars.
4450 Use a char-table rather than a vector so it works for multibyte chars.
4451
4452 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
4453 Set cvs-minor-current-files to the selected fileinfo.
4454 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
4455 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
4456
4457 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
4458
4459 * files.el (insert-directory): Don't call access-file on
4460 directories on DOS and Windows.
4461
4462 2000-08-09 Kenichi Handa <handa@etl.go.jp>
4463
4464 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
4465 longer if necessary.
4466 (ccl-embed-code): Call ccl-embed-data to store CODE in
4467 ccl-program-vector.
4468
4469 2000-08-09 Miles Bader <miles@gnu.org>
4470
4471 * comint.el (comint-output-filter): Properly handle the case where
4472 the text surrounded by comint-last-output-overlay was deleted.
4473
4474 2000-08-08 Gerd Moellmann <gerd@gnu.org>
4475
4476 * info.el (Info-insert-dir): Use Info-additional-directory-list if
4477 non-nil.
4478 (Info-file-list-for-emacs): Remove "info" from the list because
4479 that leads to trying to use the documentation from file `info'
4480 in various situations where it isn't appropriate, for instance
4481 C-h C-k C-h i.
4482
4483 * ffap.el (ffap-read-file-or-url-internal): Handle case that
4484 DIR and/or STRING are nil.
4485
4486 * progmodes/compile.el (compilation-setup): Make variable
4487 compilation-error-screen-columns buffer-local, as some comment
4488 in the code suggests it should be.
4489
4490 * files.el (auto-mode-interpreter-regexp): New variable.
4491 (set-auto-mode): Use it.
4492
4493 * indent.el (indent-for-tab-command): Doc fix.
4494
4495 * mouse-sel.el (mouse-sel-mode): Doc fix.
4496
4497 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
4498 labels.
4499
4500 * help.el (print-help-return-message): When
4501 display-buffer-reuse-frames is set, let the help window been quit,
4502 instead of deleting it, which might delete a reused frame.
4503
4504 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4505
4506 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
4507 rename a directory to a name that differs only by its letter case.
4508
4509 2000-08-08 Kenichi Handa <handa@etl.go.jp>
4510
4511 * international/quail.el (quail-define-rules): Handle Quail decode
4512 map correctly. Add code for supporting annotations.
4513 (quail-install-decode-map): New function.
4514 (quail-defrule-internal): New optional arguments decode-map and
4515 props.
4516 (quail-advice): New function.
4517
4518 2000-08-07 Sam Steingold <sds@gnu.org>
4519
4520 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
4521 `defconst', `define-condition', `with-slots'.
4522 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
4523
4524 2000-08-03 Miles Bader <miles@gnu.org>
4525
4526 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4527 New variable.
4528 (comint-prompt-regexp, comint-get-old-input): Document dependence on
4529 comint-use-prompt-regexp-instead-of-fields.
4530 (comint-send-input): Add `input' field property to stuff we send to
4531 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
4532 (comint-output-filter): Add `output' field property to process
4533 output, if comint-use-prompt-regexp-instead-of-fields is nil.
4534 (comint-replace-by-expanded-history)
4535 (comint-get-old-input-default, comint-show-output)
4536 (comint-backward-matching-input, comint-forward-matching-input)
4537 (comint-next-prompt, comint-previous-prompt): Use field
4538 properties if comint-use-prompt-regexp-instead-of-fields is nil.
4539 (comint-line-beginning-position): New function.
4540 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
4541 (comint-replace-by-expanded-history-before-point): Use
4542 comint-line-beginning-position and line-end-position.
4543 (comint-last-output-overlay): New variable.
4544 (comint-mode): Make `comint-last-output-overlay' buffer-local.
4545
4546 * shell.el (shell-prompt-pattern): Doc change.
4547 (shell-backward-command): Use line-beginning-position.
4548
4549 * gud.el (gud-gdb-complete-command): Use
4550 comint-line-beginning-position.
4551
4552 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
4553 comint-bol doesn't actually go to the beginning of the line.
4554
4555 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
4556 if comint-use-prompt-regexp-instead-of-fields is non-nil.
4557 (try-expand-line-all-buffers): Likewise.
4558
4559 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
4560 explicitly matching comint-prompt-regexp.
4561 (sql-copy-column): Use comint-line-beginning-position instead of
4562 explicitly matching comint-prompt-regexp.
4563
4564 * progmodes/octave-inf.el (inferior-octave-complete): Use
4565 comint-line-beginning-position.
4566
4567 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
4568
4569 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
4570 looking for a prompt, use `forward-line 0' instead of
4571 `beginning-of-line', to avoid getting caught by an input field.
4572
4573 2000-08-07 Gerd Moellmann <gerd@gnu.org>
4574
4575 * files.el (shell-quote-wildcard-pattern): Make sure to return
4576 PATTERN, in the Unix case.
4577
4578 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
4579
4580 * play/zone.el (zone): Discard any pending input before running
4581 the randomly-chosen pgm.
4582
4583 2000-08-07 Kenichi Handa <handa@etl.go.jp>
4584
4585 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
4586 checking the existence of any multibyte characters.
4587
4588 2000-08-06 Gerd Moellmann <gerd@gnu.org>
4589
4590 * help.el (describe-mode): Test minor-mode symbol for being
4591 bound before testing its value for being nil.
4592
4593 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
4594 `first', `second', and `third'.
4595
4596 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
4597 (second): Make it an alias for `cadr'.
4598
4599 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
4600
4601 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
4602 types of display support faces now.
4603
4604 2000-08-05 Gerd Moellmann <gerd@gnu.org>
4605
4606 * pcvs.el (require): Require `cl' during compilation, only.
4607
4608 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
4609 (toplevel): Remove `remq' and `remove' from autoloads.
4610 (cl-fake-autoloads): New variable. If set, arrange for an error
4611 when CL functions etc. are autoloaded.
4612
4613 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
4614
4615 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
4616
4617 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
4618 popped up, but the user clicks outside the menu, return an empty
4619 regexp (that causes unhighlight-regexp to have no effect).
4620
4621 * menu-bar.el (menu-bar-games-menu): Add Zone.
4622
4623 * hi-lock.el (toplevel): Require font-lock.
4624
4625 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4626
4627 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
4628 (ebnf-8-bit-chars): New var for bug fix.
4629 (ebnf-string): Bug fix.
4630
4631 2000-08-03 Sam Steingold <sds@gnu.org>
4632
4633 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
4634 instead of `buffer-string'.
4635 (require 'cl): Always, not just when compiling.
4636 `ignore-errors' in `interactive', `list*', `defun*' &c make this
4637 necessary.
4638
4639 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
4640
4641 * international/mule-cmds.el (select-safe-coding-system): Make
4642 the message text about selecting a safe coding system more clear.
4643
4644 2000-08-02 Gerd Moellmann <gerd@gnu.org>
4645
4646 * hi-lock.el: New file.
4647
4648 * play/zone.el: New file.
4649
4650 * replace.el (occur): Set tab-width in the *Occur* buffer to the
4651 value of tab-width in the original buffer. Choose a line number
4652 format that's a multiple of the original buffer's tab width, so
4653 that lines appear right.
4654
4655 * textmodes/ispell.el (ispell): New function, replacing an alias.
4656 Spell-check active region if in transient-mark-mode and mark
4657 is active; otherwise spell-check buffer.
4658
4659 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4660
4661 * ps-mule.el: Fix a customization problem on
4662 ps-mule-font-info-database-default.
4663
4664 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
4665
4666 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
4667 display-mouse-p instead of window-system.
4668 (ebrowse-member-mode-map): Ditto.
4669
4670 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4671
4672 * progmodes/ebnf2ps.el: Update ps-print functions call.
4673 Indentation fix. Doc fix.
4674 (ebnf-version): New version number (3.2).
4675 (ebnf-format-color, ebnf-begin-job): Code fix.
4676
4677 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4678
4679 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
4680 font lock support on window-system.
4681 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
4682
4683 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
4684 display-color-p, if fboundp, instead of window-system.
4685
4686 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
4687
4688 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
4689 instead of window-system.
4690
4691 * wid-edit.el (widget-choose): Use display-mouse-p instead of
4692 window-system.
4693 (widget-choice-mouse-down-action): Use display-popup-menus-p
4694 instead of window-system.
4695
4696 * strokes.el (strokes-file): Run the file name through
4697 convert-standard-filename.
4698 (strokes-mode): Call display-mouse-p instead of looking at
4699 window-system. Change the error message accordingly.
4700
4701 * progmodes/cpp.el (toplevel): Support faces on tty's.
4702
4703 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
4704 (lm-plot-square, lm-init-display): Don't use window-system.
4705
4706 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
4707 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
4708
4709 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
4710 instead of looking at window-system.
4711
4712 2000-07-30 Gerd Moellmann <gerd@gnu.org>
4713
4714 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
4715 of testing if iswitchb-prepost-hooks is bound, because the
4716 latter will always be true when invoking a recursive minibuffer
4717 from an active Iswitchb buffer.
4718
4719 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4720
4721 * files.el (shell-quote-wildcard-pattern): New function.
4722 (insert-directory): Call it. Only prepend "\" to command on Unix
4723 and GNU/Linux systems.
4724
4725 2000-07-30 Gerd Moellmann <gerd@gnu.org>
4726
4727 * eshell/esh-groups.el: Change custom :link file names
4728 from `eshell.info' to `eshell'.
4729
4730 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
4731
4732 * dired.el (dired-build-subdir-alist): Expand subdirectory names
4733 correctly in recursive ange-ftp listings.
4734
4735 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4736
4737 * ps-print.el: Fix bug 1: if ps-font-size-internal,
4738 ps-header-font-size-internal and
4739 ps-header-title-font-size-internal variables are not set,
4740 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
4741 face text property is (foreground-color . COLOR) or
4742 `(background-color . COLOR)', ps-print crashes. Doc fix.
4743 (ps-print-version): New version number (5.2.4).
4744 (ps-plot-region): Code fix.
4745 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
4746 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
4747 Bug fix 2.
4748
4749 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
4750
4751 * glasses.el (glasses-make-readable): Fix uncapitalization of
4752 identifiers like `myXMLDocument'.
4753
4754 2000-07-28 Karl Fogel <kfogel@red-bean.com>
4755
4756 * mail/mail-hist.el (mail-hist-previous-input)
4757 (mail-hist-next-input): Do the obvious code factorization.
4758 (mail-hist-retrieve-and-insert): New func, contains common
4759 code of above two.
4760 If inserting a message body, leave point at top.
4761
4762 2000-07-28 Sam Steingold <sds@gnu.org>
4763
4764 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
4765 Use `<=', not `<' to compare times!
4766 (ange-ftp-ls): Remove.
4767
4768 2000-07-27 Gerd Moellmann <gerd@gnu.org>
4769
4770 * play/cookie1.el: Add explanation of how to make cookie.el
4771 compatible with strfile(1) to comment.
4772
4773 * subr.el (remove, remq): New functions.
4774
4775 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
4776 escape `*' in regexps.
4777 (midnight-find): Reverse order of arguments in the funcall of
4778 TEST.
4779
4780 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
4781 and `.class'.
4782
4783 * play/meese.el: Add Commentary section.
4784
4785 2000-07-27 Alex Schroeder <alex@gnu.org>
4786
4787 * sql.el (sql-ms): Added autoload cookie.
4788 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
4789 (sql-oracle): Ditto.
4790 (sql-help): Doc change.
4791
4792 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
4793 types and exceptions.
4794
4795 2000-07-27 Alex Schroeder <alex@gnu.org>
4796
4797 * sql.el (sql-placeholder-history): New variable.
4798 (sql-query-placeholders-and-send): New function that will query
4799 the user and replace placeholders with user input.
4800 (sql-oracle): If running on NT, set comint-input-sender to
4801 sql-query-placeholders-and-send.
4802
4803 (sql-stop): If in the SQLi buffer, insert stop notification, else
4804 present it as a message.
4805
4806 2000-07-27 Alex Schroeder <alex@gnu.org>
4807
4808 * sql.el (sql-input-ring-separator): Doc change.
4809 (sql-input-ring-file-name): Doc change.
4810 (sql-interactive-mode): Use `sql-input-ring-separator' and
4811 `sql-input-ring-file-name' to set the comint-mode equivalents
4812 without making them local variables.
4813 (sql-stop): Don't bind `sql-input-ring-separator' and
4814 `sql-input-ring-file-name' dynamically to their comint-mode
4815 equivalents.
4816
4817 2000-07-27 Kenichi Handa <handa@etl.go.jp>
4818
4819 * international/mule.el (register-char-codings): New function.
4820 (make-coding-system): Handle `safe-chars' specification in the arg
4821 PROPERTY.
4822
4823 * international/mule-cmds.el
4824 (find-coding-systems-region-subset-p): This function deleted.
4825 (sort-coding-systems-predicate): New variable.
4826 (sort-coding-systems): New function.
4827 (find-coding-systems-region): Use
4828 find-coding-systems-region-internal.
4829 (find-coding-systems-string): Use find-coding-systems-region.
4830 (find-coding-systems-for-charsets): Check
4831 char-coding-system-table.
4832 (select-safe-coding-system-accept-default-p): New variable.
4833 (select-safe-coding-system): Mostly rewritten. New argument
4834 ACCEPT-DEFAULT-P.
4835 (select-message-coding-system): Call select-safe-coding-system
4836 with ACCEPT-DEFAULT-P arg.
4837 (reset-language-environment): Reset default-sendmail-coding-system
4838 to the default value iso-latin-1.
4839 (set-language-environment): Don't set the obsolete variable
4840 charset-origin-alist.
4841
4842 * international/codepage.el (cp-coding-system-for-codepage-1):
4843 Give `safe-chars' property to make-coding-system.
4844
4845 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
4846 calling select-message-coding-system twice.
4847
4848 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
4849 instead of `safe-charsets'.
4850 (cyrillic-alternativnyj): Likewise.
4851 (ccl-encode-alternativnyj): Don't check the charset
4852 cyrillic-iso8859-5.
4853
4854 2000-07-27 Kenichi Handa <handa@etl.go.jp>
4855
4856 * composite.el (compose-chars-after): Preserve match data.
4857
4858 2000-07-26 Sam Steingold <sds@gnu.org>
4859
4860 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
4861 (ange-ftp-real-file-newer-than-file-p): New function.
4862 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
4863 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
4864
4865 * tooltip.el (tooltip-float-time): Removed (use `float-time').
4866 * midnight.el (midnight-float-time): Ditto.
4867
4868 2000-07-26 Andreas Schwab <schwab@suse.de>
4869
4870 * files.el (normal-backup-enable-predicate): Correct
4871 interpretation of the return value of compare-strings.
4872
4873 2000-07-26 Gerd Moellmann <gerd@gnu.org>
4874
4875 * isearch.el (isearch-resume): New function.
4876 (isearch-done): Add something to command-history to resume
4877 the search.
4878 (isearch-yank-line, isearch-yank-word): Use
4879 buffer-substring-no-properties instead of buffer-substring.
4880
4881 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
4882 of flyspell-mouse-map.
4883
4884 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
4885 duplicate definition.
4886 (makefile-mode): Remove duplicate setting of local-abbrev-table.
4887
4888 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
4889 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
4890
4891 2000-07-25 Sam Steingold <sds@gnu.org>
4892
4893 * net/ange-ftp.el: Get modtime over the net.
4894 (ange-ftp-file-modtime): New function.
4895 (ange-ftp-write-region, ange-ftp-insert-file-contents)
4896 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
4897 Use it.
4898 (ange-ftp-dot-to-slash): New function.
4899 (ange-ftp-fix-name-for-vms): Use it.
4900
4901 * midnight.el (midnight-buffer-display-time): Use
4902 `with-current-buffer'.
4903
4904 2000-07-25 Gerd Moellmann <gerd@gnu.org>
4905
4906 * find-dired.el: Update copyright notice.
4907 (find-dired): Offer to kill a running `find'.
4908
4909 * enriched.el (enriched-face-ans): For a `foreground-color'
4910 property, return '(("x-color" COLOR))' so that COLOR will be
4911 output as a parameter of the x-color annotation. Likewise for the
4912 `background-color' property. In the case of normal face
4913 properties, don't return annotations for unspecified foreground
4914 and background face attributes.
4915
4916 2000-07-25 Kenichi Handa <handa@etl.go.jp>
4917
4918 * language/japan-util.el (japanese-katakana-region): Fix handling
4919 HANKAKU argument.
4920
4921 2000-07-25 Miles Bader <miles@gnu.org>
4922
4923 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
4924 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
4925 constrain-to-field.
4926
4927 2000-07-24 Andrew Innes <andrewi@gnu.org>
4928
4929 * timer.el (timer-activate-when-idle): Add optional parameter
4930 DONT-WAIT. Update docstring.
4931 (run-with-idle-timer): Specify extra parameter to
4932 timer-activate-when-idle, so that timer will be activated
4933 immediately if Emacs is already idle.
4934
4935 * w32-fns.el (w32-using-nt): Fix docstring.
4936
4937 2000-07-24 Dave Love <fx@gnu.org>
4938
4939 * mouse.el (popup-menu): Set last-command-event.
4940 (mouse-major-mode-menu-prefix): Declare.
4941
4942 2000-07-24 Gerd Moellmann <gerd@gnu.org>
4943
4944 * textmodes/flyspell.el: Update to author's version 1.5d.
4945
4946 * progmodes/hideshow.el: Update copyright notice.
4947
4948 * vcursor.el: Set maintainer to FSF, since author cannot
4949 be reached.
4950
4951 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4952
4953 * info.el (Info-goto-emacs-key-command-node): Leave a space after
4954 the prompt.
4955
4956 * mouse.el (popup-menu): Run the keymap through indirect-function,
4957 in case it was defined with define-prefix-key. If the menu is a
4958 list of keymaps, look up the binding of user's choice in each one
4959 of the keymaps.
4960 (mouse-popup-menubar): If the global and local menu-bar keymaps
4961 don't have a prompt string, create one and insert it into the
4962 keymap. Don't barf if current-local-map returns nil.
4963
4964 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
4965
4966 * dired.el (dired-sort-R-check): Added to allow recursive listing
4967 to be undone.
4968 (dired-sort-other): Use it.
4969
4970 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4971
4972 * Release of cc-mode 5.27
4973
4974 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4975
4976 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
4977 c-beginning-of-statement-1 that caused a bad case of recursion
4978 which could consume a lot of CPU in large classes in languages
4979 that have in-expression classes (i.e. Java and Pike).
4980
4981 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
4982 statements before top level constructs (i.e. case 6 is moved
4983 before case 5 and is now case 4) to catch in-expression
4984 classes in top level expressions correctly.
4985
4986 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4987
4988 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
4989 objc-method-intro. Case 4 removed and case 5I added.
4990
4991 * cc-langs.el (c-append-paragraph-start): New variable used by
4992 c-common-init to get paragraph-start correct.
4993 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
4994 initialize paragraph-start to make it correct both with and
4995 without the javadoc special case.
4996
4997 * cc-mode.el (java-mode): Use c-append-paragraph-start to
4998 initialize paragraph-start for javadoc markup.
4999
5000 * cc-vars.el (c-style-variables-are-local-p): Incompatible
5001 change by defaulting this to t. It's motivated by the
5002 confusing behavior that otherwise arise from the style system
5003 when editing both java and non-java files at the same time
5004 (see the comments about style setting in c-common-init).
5005
5006 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5007
5008 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5009 similar to the one in c-fill-paragraph to check the fill
5010 prefix from the adaptive fill function for sanity.
5011
5012 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5013
5014 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5015 defun block.
5016
5017 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5018
5019 * cc-mode.texi Documented the change of cpp-macro.
5020
5021 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5022
5023 * cc-align.el (c-lineup-multi-inher): Handle lines with
5024 leading comma nicely. Extended to handle member initializers
5025 too.
5026
5027 * cc-engine.el: (c-beginning-of-inheritance-list,
5028 c-guess-basic-syntax): Fixed recognition of inheritance lists
5029 when the lines begins with a comma.
5030
5031 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
5032
5033 * cc-vars.el (c-offsets-alist): Changed default for
5034 member-init-cont to c-lineup-multi-inher since it now handles
5035 member initializers and indents better for leading commas.
5036
5037 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5038
5039 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5040 handling that caused class open lines to be recognized as
5041 statement-conts in some cases.
5042
5043 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5044 guessed by the adaptive fill function unless point is on the
5045 first line of a block comment.
5046
5047 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5048 when the buffer ends with a macro continuation char.
5049
5050 * cc-engine.el (c-guess-basic-syntax): Added support for
5051 function definitions as statements in Pike. The first
5052 statement in a lambda block is now labeled defun-block-intro
5053 instead of statement-block-intro.
5054
5055 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5056 so that the class surrounding point is selected, not the one
5057 innermost in the state.
5058
5059 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5060 recognition of switch labels having hanging multiline
5061 statements.
5062
5063 * cc-engine.el (c-beginning-of-member-init-list): Broke out
5064 some code in c-guess-basic-syntax to a separate function.
5065 * cc-engine.el (c-just-after-func-arglist-p): Fixed
5066 recognition of member inits with multiple line arglists.
5067 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5068 member-init-cont when the commas are in funny places.
5069
5070 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5071
5072 * cc-defs.el (c-auto-newline): Removed this macro since it's
5073 not used anymore.
5074
5075 * cc-engine.el (c-looking-at-bos): New helper function.
5076 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5077 inexpr and toplevel classes apart in Pike.
5078
5079 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5080 of case 9A.
5081
5082 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5083 constant, since "class" can introduce an in-expression class
5084 in Pike nowadays.
5085
5086 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5087
5088 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5089 indentation on cpp-macro lines.
5090
5091 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5092 a syntax modifier like comment-intro, to make it possible to
5093 get syntactic indentation for preprocessor directives. It's
5094 incompatible wrt to lineup functions on cpp-macro, but it has
5095 no observable effect in the 99.9% common case where cpp-macro
5096 is set to -1000.
5097
5098 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5099
5100 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5101 member-init-cont when the preceding arglist is several lines.
5102
5103 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5104
5105 * cc-styles.el (c-style-alist): The basic offset for the BSD
5106 style corrected to 8.
5107
5108 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5109
5110 * cc-styles.el (c-style-alist): Adjusted the indentation of
5111 brace list openers in the gnu style.
5112
5113 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5114
5115 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5116
5117 * cc-cmds.el (c-electric-brace, c-electric-slash,
5118 c-electric-star, c-electric-semi&comma, c-electric-colon,
5119 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5120 when c-syntactic-indentation is nil.
5121
5122 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5123 we were left at comments preceding the first statement when
5124 reaching the beginning of the buffer.
5125
5126 * cc-vars.el (c-syntactic-indentation): New variable to turn
5127 off all syntactic indentation.
5128
5129 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5130
5131 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5132 between the text and the block comment ender when it hangs,
5133 depending on how many there are before the fill.
5134
5135 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5136
5137 * cc-engine.el (c-beginning-of-closest-statement): New helper
5138 function to go back to the closest preceding statement start,
5139 which could be inside a conditional statement.
5140 * cc-engine.el (c-guess-basic-syntax): Use
5141 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5142
5143 * cc-engine.el (c-guess-basic-syntax): Better handling of
5144 arglist-intro, arglist-cont-nonempty and arglist-close when
5145 the arglist is nested inside parens. Cases 7A, 7C and 7F
5146 changed.
5147
5148 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5149 up-to-date with javadoc 1.2.
5150
5151 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5152
5153 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5154 multiline Pike type decls.
5155
5156 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5157
5158 * cc-cmds.el (c-indent-new-comment-line): Always break
5159 multiline comments in multiline mode, regardless of
5160 comment-multi-line.
5161
5162 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5163
5164 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5165 fully::qualified::names in C++ member init lists. Preamble in
5166 case 5D changed.
5167
5168 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5169
5170 * cc-langs.el (c-common-init): Handling of obsolete variables
5171 moved to c-initialize-cc-mode. More compatible style override
5172 when using global style variables.
5173 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5174 variables moved here.
5175
5176 * cc-mode.texi: Documented the special behavior of
5177 c-special-indent-hook as a style variable. Don't talk about
5178 doing (c-make-styles-buffer-local t) in a mode hook, since
5179 that's already too late to work right.
5180
5181 * cc-styles.el (c-make-styles-buffer-local): Flag style
5182 variable localness in c-style-variables-are-local-p to make
5183 the compatibility measure in c-common-init work well.
5184
5185 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5186 longer contain set-from-style.
5187 * cc-styles.el (c-initialize-builtin-style): Don't check for
5188 set-from-style on c-special-indent-hook.
5189 * cc-styles.el (c-copy-tree): Obsolete. The standard function
5190 copy-alist is sufficient now.
5191
5192 * cc-styles.el (c-set-style, c-set-style-1,
5193 c-get-style-variables): Fixes to variable initialization so
5194 that duplicate entries in styles have the same effect
5195 regardless of DONT-OVERRIDE.
5196
5197 * cc-styles.el (c-set-style-2): Fixed bug where the
5198 initialization of inheriting styles failed when the
5199 dont-override flag is set.
5200
5201 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5202 on this.
5203
5204 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5205
5206 * cc-defs.el (c-forward-comment): Removed the workaround
5207 introduced in 5.38 since it had worse side-effects. If a line
5208 contains the string "//\"", it regarded the // as a comment
5209 start since the \ temporarily doesn't have escape syntax.
5210
5211 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
5212
5213 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5214 ada-xref.el before ada-prj.el, so that the Project menu is created
5215 when ada-prj tries to add to it.
5216 (ada-activate-keys-for-case): Suppress the characters that are not
5217 part of the Ada syntax. Better compatibility with else-mode
5218 (ada-adjust-case-interactive): When auto-casing is not active,
5219 correctly insert newlines (used to insert only ^M). Prevent the
5220 syntax table from being changed in case of an error
5221 (or '_' becomes part of a word and some commands are confused).
5222 Do nothing if ada-auto-case is nil.
5223 (ada-after-keyword-p): Ignore keywords that are also attributes
5224 (ada-batch-reformat): Update usage comment
5225 (ada-call-from-contextual-menu): New function
5226 (ada-case-read-exceptions): Reinitialize the casing exception list
5227 first to nil first, so that the casing exception file can be
5228 shared.
5229 (ada-check-defun-name): Handles "configure" keyword for gnatdist
5230 files.
5231 (ada-compile-goto-error): Fix regexp used to detect a file:line
5232 anywhere in the error message
5233 (ada-contextual-menu-last-point): New variable
5234 (ada-create-keymap): If the variable delete-key-deletes-forward is
5235 t on XEmacs, it means that DEL should delete one character
5236 forward.
5237 (ada-create-menu): Use :included instead of :visible for XEmacs.
5238 New submenu "Options".
5239 (ada-end-stmt-re): Correctly indent "select ... then abort"
5240 statements.
5241 (ada-fill-comment-paragraph): Correctly delete all leading '--'
5242 even if they don't match ada-fill-comment-prefix Fix handling of
5243 paragraphs on the first or last line of a file.
5244 (ada-format-paramlist): Fix handling of default parameter values.
5245 (ada-get-body-name): New function.
5246 (ada-get-current-indent): Optimized by searchling directly for an
5247 existing generic part or a statement outside of it. Handle
5248 ada-indent-align-comments when indenting comments Replaced some
5249 regexps by testing directly the next character. This results in a
5250 huge speedup on some files. New indentation scheme for renames
5251 statements. Stop looking for the 'while' or 'for' associated with
5252 a 'loop' at the first semicolon encountered. A "return" can also
5253 match an anonymous access subprogram declaration.
5254 (ada-get-indent-noindent): Ignore strings and comments when
5255 looking for the keywords "record" and "private".
5256 (ada-goto-matching-decl-start): When matching "if", make sure we
5257 are not in fact seeing "end if". Ignore "when" statements except
5258 when initial keyword was "begin". Fix handling of nested
5259 procedures. Add a recursive call to this function to skip over
5260 other 'end' statmts. Fix indentation for "when .. => begin"
5261 (ada-in-open-paren-p): Fix indentation for complex boolean
5262 expressions, where 'and then', 'or else' and parenthesis
5263 statements are mixed up.
5264 (ada-in-paramlist-p): Skip comments while searching for the
5265 beginning Fix handling of operator declarations.
5266 (ada-indent-align-comments): New variable
5267 (ada-indent-current): Change the syntax table only in the
5268 protected section, so that we are sure it is restored correctly.
5269 (ada-indent-on-previous-lines): Use ada-use-indent and
5270 ada-with-indent Correctly indent "select ... then"
5271 (ada-indent-region): Slight speedup.
5272 (ada-indent-renames): New variable.
5273 (ada-last-which-function-subprog, ada-last-which-function-line):
5274 New variables
5275 (ada-looking-at-semi-private): Correctly indent the 'private'
5276 keyword when it is the first word in a package declaration.
5277 (ada-loose-case-word): Stop searching if at the end of the buffer.
5278 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5279 even if point is not initially at the end of the word.
5280 (ada-matching-decl-start-re): Add "when".
5281 (ada-mode): Add support for abbrev-mode, outline-mode and
5282 which-func-mode Override the old find-file.el entry in
5283 ff-special-constructs since it is using the obsolete
5284 ada-spec-suffix variable
5285 (ada-no-auto-case): New function
5286 (ada-scan-paramlist): When parsing the argument type, accept
5287 spaces (as in "X 'Class", generated by Rational Rose).
5288 (ada-other-file-name): No longer loads the other file.
5289 (ada-popup-menu): Save and restore the current buffer and cursor
5290 position before and after displaying the menu.
5291 (ada-search-ignore-complex-boolean): New function.
5292 (ada-uncomment-region): Emacs21 already knows how to delete
5293 comments not starting in the first column.
5294 (ada-use-indent): New variable
5295 (ada-which-function): New function.
5296 (ada-with-indent): New variable
5297 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5298 can be batch-compiled from the command line.
5299
5300 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5301 Add to the menu when the file is loaded, not in ada-mode-hook.
5302 Add -toolbar to the default ddd command Switches moved from
5303 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5304 ada-prj-default-comp-opt
5305 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5306 Reference Manual to the menu
5307 (ada-check-current): rewritten as a call to ada-compile-current
5308 (ada-compile): Removed.
5309 (ada-compile-application, ada-compile-current, ada-check-current):
5310 Set the compilation-search-path so that compile.el automatically
5311 finds the sources in src_dir. Automatic scrollong of the
5312 compilation buffer. C-uC-cC-c asks for confirmation before
5313 compiling
5314 (ada-compile-current): New parameter, prj-field
5315 (ada-complete-identifier): Load the .ali file before doing
5316 processing
5317 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5318 conform to gnatmake's behavior.
5319 (ada-find-file-in-dir): New function
5320 (ada-find-references): Set the environment variables for gnatfind
5321 (ada-find-src-file-in-dir): New function.
5322 (ada-first-non-nil): Removed
5323 (ada-gdb-application): Add support for jdb, the java debugger.
5324 (ada-get-ada-file-name): Load the original-file first if not done
5325 yet.
5326 (ada-get-all-references): Handles the new ali syntax (parent types
5327 are found between <>).
5328 (ada-initialize-runtime-library): New function
5329 (ada-mode-hook): Always load a project file when a file is opened,
5330 so that the casing exceptions are correctly read.
5331 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
5332 (ada-parse-prj-file): Use find-file-noselect instead of find-file
5333 to open the project file, since the latter does not work with
5334 speedbar Get default values before loading the prj file, or the
5335 default executable file name is wrong. Use the absolute value of
5336 src_dir to initialize ada-search-directories and
5337 compilation-search-path,... Add the standard runtime library to
5338 the search path for find-file.
5339 (ada-prj-default-debugger): Was missing an opening '{'
5340 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
5341 variables.
5342 (ada-prj-default-gnatmake-opt): New variable
5343 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
5344 buffers, the project file is the default one Save the windows
5345 configuration before displaying the menu.
5346 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
5347 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
5348 ...) regexp-quote identifiers names to support operators +,
5349 -,... in regexps.
5350 (ada-remote): New function.
5351 (ada-run-application): Erase the output buffer before starting the
5352 run Support remote execution of the application. Use
5353 call-process, or the arguments are incorrectly parsed
5354 (ada-set-default-project-file): Reread the content of the active
5355 project file, not the one from the current buffer When a project
5356 file is set as the default project, all directories are
5357 automatically associated with it.
5358 (ada-set-environment): New function
5359 (ada-treat-cmd-string): New special variable ${current}
5360 (ada-treat-cmd-string): Revised. The substitution is now done for
5361 any ${...} substring
5362 (ada-xref-current): If no body was found, compiles the spec
5363 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
5364 compiler to get rid of command line length limitations.
5365 (ada-xref-get-project-field): New function
5366 (ada-xref-project-files): New variable
5367 (ada-xref-runtime-library-specs-path)
5368 (ada-xref-runtime-library-ali-path): New variables
5369 (ada-xref-set-default-prj-values): Default run command now does a
5370 cd to the build directory. New field: main_unit Provide a default
5371 file name even if the current buffer has no prj file.
5372
5373 * ada-prj.el:
5374 Rewritten to show a tabbed-dialog.
5375 (ada-prj-add-ada-menu): Remove the map and name parameters.
5376 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
5377 New function
5378 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
5379 (ada-prj-load-from-file): New function
5380 (ada-prj-save): Always save fields that depend on the current buffer
5381 (ada-prj-show-value): New function
5382
5383 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
5384 Ada mode. This will allow us to display the Ada menu in any buffer
5385 we want (for project items).
5386 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
5387 number of spaces in the header.
5388
5389 2000-07-24 Dave Love <fx@gnu.org>
5390
5391 * ediff-init.el (ediff-region-help-echo): Bind face-help.
5392
5393 2000-07-23 Noah Friedman <friedman@splode.com>
5394
5395 * type-break.el (type-break): perform autosave.
5396 Suggested by Stephen Gildea <gildea@intouchsys.com>.
5397 (type-break-do-query): Cancel query schedule while performing
5398 actual query, to avoid possibility of a second query being made
5399 while first one is already in progress.
5400 (type-break-time-stamp-format): New variable.
5401 (type-break-time-stamp): New function.
5402 (type-break-time-warning): Use it.
5403 (type-break-keystroke-warning): Use it.
5404 (type-break-noninteractive-query): Use it.
5405
5406 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
5407 cookie.
5408 Use add-minor-mode to set minor-mode-alist, if available.
5409 (eldoc-echo-area-use-multiline-p): New user option.
5410 (eldoc-echo-area-multiline-supported-p): New variable.
5411 (eldoc-docstring-format-sym-doc): Use them.
5412 (eldoc-mode): If not using idle timers, append to local post and
5413 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
5414 (eldoc-display-message-no-interference-p): Don't interfere with
5415 edebug.
5416 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
5417 (eldoc-function-arglist): New function.
5418 (eldoc-function-argstring): Use it.
5419
5420 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
5421 auto save directory exists before calling directory-files.
5422
5423 2000-07-23 Dave Love <fx@gnu.org>
5424
5425 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
5426 ^o, ^u.
5427
5428 2000-07-21 Dave Love <fx@gnu.org>
5429
5430 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
5431 now passed to the function. It now works properly.
5432
5433 * smerge-mode.el (smerge-mode-menu): Fill it out.
5434
5435 2000-07-20 Gerd Moellmann <gerd@gnu.org>
5436
5437 * info-look.el (info-lookup): If *info* is shown in another frame
5438 on the same display, select that frame, instead of switching to
5439 the Info buffer in another window of the selected frame.
5440
5441 * simple.el (universal-argument-map): Bind numeric keypad keys
5442 kp-0 to kp-9 and kp-subtract.
5443 (digit-argument): Handle these keys.
5444
5445 2000-07-20 Dave Love <fx@gnu.org>
5446
5447 * net/goto-addr.el (goto-address-fontify): Don't bother with
5448 buffer-modified and read-only stuff -- irrelevant with overlays.
5449 Put an extra property on the overlays and use it to clean up in
5450 case goto-address is re-run.
5451
5452 2000-07-19 Richard M. Stallman <rms@gnu.org>
5453
5454 * timer.el (run-with-idle-timer): Doc fix.
5455
5456 * mail/mail-utils.el (mail-strip-quoted-names):
5457 Handle case where <...> appears inside "...".
5458 Use replace-match to edit the string more simply.
5459 (rmail-dont-reply-to): Cope with an unmatched ".
5460
5461 2000-07-19 Dave Love <fx@gnu.org>
5462
5463 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
5464 implementation.
5465
5466 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
5467 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
5468 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
5469
5470 2000-07-19 Gerd Moellmann <gerd@gnu.org>
5471
5472 * textmodes/refer.el: Correct maintainer's email address.
5473
5474 * progmodes/hideif.el: Correct author's email address.
5475 Fix typo in comment.
5476
5477 * xml.el: New file.
5478
5479 * mail/mailheader.el: Correct author's mail address.
5480
5481 * gnus/parse-time.el: Correct author's mail address.
5482
5483 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
5484
5485 * comint.el (comint-highlight-input, comint-highlight-face):
5486 New user options.
5487 (comint-input-ring-file-name): Change custom type.
5488 (comint-mode-map): Bind mouse-2.
5489 (comint-insert-clicked-input): New function.
5490 (comint-send-input): Handle input highlighting.
5491
5492 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
5493
5494 * mouse.el (popup-menu): New function.
5495 (mouse-major-mode-menu): Use it.
5496
5497 2000-07-18 Dave Love <fx@gnu.org>
5498
5499 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
5500 improvements.
5501
5502 2000-07-18 Gerd Moellmann <gerd@gnu.org>
5503
5504 * faces.el (face-font-selection-order)
5505 (face-font-family-alternatives): Add custom type.
5506
5507 2000-07-18 Dave Love <fx@gnu.org>
5508
5509 * cus-edit.el (custom-variable-reset-saved)
5510 (custom-variable-reset-standard): Remove unused bindings.
5511
5512 * rect.el (open-rectangle-line): Remove unused let.
5513
5514 * hl-line.el (hl-line-highlight): Check hl-line-mode.
5515
5516 2000-07-18 Gerd Moellmann <gerd@gnu.org>
5517
5518 * cdl.el: Fix `Maintainer' keyword.
5519
5520 * play/pong.el: Add author's email address.
5521
5522 2000-07-17 Sam Steingold <sds@gnu.org>
5523
5524 * files.el (insert-directory): Call `split-string' instead of
5525 re-implementing it.
5526
5527 2000-07-18 Gerd Moellmann <gerd@gnu.org>
5528
5529 * mail/vms-pmail.el: Change maintainer to FSF.
5530
5531 * net/goto-addr.el: Change maintainer to FSF.
5532
5533 * recentf.el: Update from author.
5534
5535 * info.el (Info-title-face-alist): Removed.
5536
5537 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
5538
5539 * eshell/eshell.el (eshell): Replace links to eshell.info with
5540 links to eshell, to avoid problems on systems where the manual is
5541 installed as `eshell'.
5542 * eshell/esh-cmd.el (eshell-cmd): Ditto.
5543 * eshell/em-smart.el (eshell-smart): Ditto.
5544 * eshell/em-banner.el (eshell-banner): Ditto.
5545 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
5546
5547 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
5548 same-file check in the MS-DOS version (it does support inodes).
5549
5550 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
5551
5552 * eshell/eshell.el (eshell-directory-name):
5553 Run default directory name through convert-standard-filename.
5554
5555 2000-07-18 Kenichi Handa <handa@etl.go.jp>
5556
5557 * international/mule-cmds.el (select-safe-coding-system):
5558 Fix typo in the comment.
5559
5560 * language/european.el (compound-text):
5561 Force katakana-jisx0201 to be designated to G1.
5562
5563 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
5564 Don't translate some national variant characters of latin-jisx0201.
5565 (x-ctext): Force katakana-jisx0201 to be designated to G1.
5566
5567 * international/kkc.el (kkc-after-update-conversion-functions):
5568 New variable.
5569 (kkc-update-conversion): Run functions in it at the tail.
5570
5571 2000-07-16 John Wiegley <johnw@gnu.org>
5572
5573 * lisp/align.el (align-newline-and-indent):
5574 Adding new function. for auto-aligning blocks of code on RET.
5575 (align-region): Fixed badly formatted minibuffer message.
5576
5577 2000-07-17 Kenichi Handa <handa@etl.go.jp>
5578
5579 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
5580 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
5581 the conversion list at first if appropriate.
5582 (kkc-next): Don't update kkc-next-count here.
5583 (kkc-prev): Don't update kkc-prev-count here.
5584 (kkc-show-conversion-list-update): Fix setting up of conversion
5585 list message.
5586
5587 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
5588
5589 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
5590
5591 2000-07-16 Dave Love <fx@gnu.org>
5592
5593 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
5594 function to be more specific.
5595
5596 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
5597 non-string help-echo.
5598 (widget-types-convert-widget): Defsubst it.
5599 (widget-echo-help): Try to cope with a help-echo function of two
5600 possible sorts.
5601
5602 2000-07-15 Jason Rumney <jasonr@gnu.org>
5603
5604 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
5605 Declare as obsolete.
5606
5607 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
5608
5609 2000-07-14 Gerd Moellmann <gerd@gnu.org>
5610
5611 * hilit-chg.el: Fix typo.
5612
5613 2000-07-14 Dave Love <fx@gnu.org>
5614
5615 * info.el (Info-mode-menu): Fix use of :help, :enable.
5616
5617 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
5618
5619 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
5620
5621 2000-07-13 Dave Love <fx@gnu.org>
5622
5623 * emacs-lisp/easymenu.el: Doc fixes.
5624 (easy-menu-remove): Defalias to ignore.
5625
5626 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
5627 Call throw correctly.
5628
5629 2000-07-13 Gerd Moellmann <gerd@gnu.org>
5630
5631 * faces.el (frame-background-mode): Doc fix.
5632
5633 * simple.el (eval-expression-print-length): Change custom type to
5634 allow entering nil as value.
5635
5636 2000-07-13 Dave Love <fx@gnu.org>
5637
5638 * progmodes/fortran.el (fortran-imenu-generic-expression):
5639 Change definition layout.
5640 (fortran-mode-menu): Reinstate customize entries.
5641
5642 * cus-edit.el (custom-group-menu-create, customize-menu-create):
5643 Use :filter, per old XEmacs code.
5644
5645 2000-07-12 Gerd Moellmann <gerd@gnu.org>
5646
5647 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
5648 event when deciding what to send to the terminal.
5649
5650 2000-07-12 Dave Love <fx@gnu.org>
5651
5652 * cus-start.el: Add optional version as 4th element of specs and
5653 use it for several things new in v21. Remove load-path. Fix type
5654 of line-number-display-limit.
5655
5656 2000-07-11 Dave Love <fx@gnu.org>
5657
5658 * progmodes/fortran.el: Don't require easymenu.
5659 Use repeat counts in various regexps.
5660 (fortran-mode-syntax-table): Defvar directly.
5661 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
5662 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
5663 Use defvar, not defconst.
5664 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
5665 (fortran-mode): Set fortran-comment-line-start-skip,
5666 fortran-comment-line-start-skip, dabbrev-case-fold-search.
5667 (fortran-comment-indent): Use defsubst.
5668 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
5669 Use fortran-comment-indent, not fortran-comment-indent-function.
5670 (fortran-comment-region, fortran-electric-line-number): Simplify.
5671 (fortran-auto-fill): New function.
5672 (fortran-do-auto-fill): Deleted.
5673 (fortran-find-comment-start-skip):
5674 Check for non-null comment-start-skip.
5675 (fortran-auto-fill-mode, fortran-fill-statement):
5676 Use fortran-auto-fill.
5677 (fortran-fill): Use fortran-auto-fill. Check for null
5678 comment-start-skip. Simplify final clause and use end-of-line finally.
5679
5680 * widget.el (widget-plist-member): New alias.
5681
5682 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
5683
5684 * eshell/esh-module.el (toplevel): Reference
5685 byte-compile-current-file only if it is bound.
5686
5687 2000-07-10 Gerd Moellmann <gerd@gnu.org>
5688
5689 * dired.el: Don't require `dired-aux'.
5690
5691 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
5692
5693 * dired-aux.el (dired-show-file-type): New function.
5694 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
5695 (dired-show-file-type): Add autoload.
5696
5697 2000-07-10 Kenichi Handa <handa@etl.go.jp>
5698
5699 * international/mule-diag.el (describe-font): Adjusted for the
5700 change of fontset-info.
5701 (print-fontset): Likewise.
5702
5703 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
5704
5705 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
5706
5707 2000-07-07 Gerd Moellmann <gerd@gnu.org>
5708
5709 * bindings.el: Bind `[delete]' to delete-char.
5710
5711 * dired.el (dired-find-alternate-file): New function.
5712 (dired-mode-map): Bind `a' to dired-find-alternate-file.
5713 (toplevel): Require dired-aux when compiling.
5714 (dired-buffers): Move defvar within file to avoid compiler warning.
5715
5716 * info.el (Info-last-search): Variable removed.
5717 (Info-search-history): New variable.
5718 (Info-search): New Info-search-history.
5719
5720 * battery.el, info-look.el: Change author's mail address.
5721
5722 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5723
5724 * mail/rmail.el (rmail-clear-headers): Don't throw an error
5725 if rmail-ignored-headers is nil.
5726 (rmail-retry-failure): Bind rmail-ignored-headers and
5727 rmail-displayed-headers to nil.
5728
5729 2000-07-06 Gerd Moellmann <gerd@gnu.org>
5730
5731 * lpr.el (lpr-page-header-switches): Add `-h' switch.
5732 (print-region-1): Don't hard code `-h' here.
5733
5734 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
5735
5736 2000-07-01 Francesco Potorti` <pot@gnu.org>
5737
5738 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
5739 exim can use "your message" instead of "the message".
5740
5741 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
5742
5743 * facemenu.el: Docstrings fixes.
5744 (facemenu-get-face): Don't use internal-find-face.
5745 (facemenu-iterate): Rename arg to match the docstring.
5746
5747 * newcomment.el (uncomment-region): Be more careful when skipping
5748 backwards over `=' not to bump into BOBP.
5749
5750 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
5751
5752 * ediff-diff.el (ediff-wordify): Use syntax table.
5753 * ediff-init.el (ediff-has-face-support-p): Use
5754 ediff-color-display-p.
5755 (ediff-color-display-p): Use display-color-p, changed to defun
5756 from defsubst.
5757 Got rid of special cases for NeXT and OS/2.
5758 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
5759 face.
5760
5761 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
5762
5763 * emacs-lisp/lucid.el: Require CL.
5764 (copy-tree, remprop): Remove, it's provided by CL.
5765 (map-keymap): Define in terms of cl-map-keymap.
5766 (extent-property, set-extent-end-glyph): New functions.
5767
5768 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
5769
5770 2000-07-05 Gerd Moellmann <gerd@gnu.org>
5771
5772 * Makefile.in (DONTCOMPILE): Add comment that the name may
5773 not be changed without changing the make-dist script.
5774
5775 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
5776 (cl-mapc): Use mapc instead of cl-old-mapc.
5777
5778 2000-07-05 Andrew Innes <andrewi@gnu.org>
5779
5780 * makefile.nt: Add support for `bootstrap' and related targets.
5781
5782 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
5783
5784 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
5785 (easy-menu-do-define): Use `menu-item' format.
5786 Handle case where easy-menu-create-menu returns a symbol.
5787 Manually call the potential top-level filter in the function binding.
5788 (easy-menu-filter-return): New arg NAME.
5789 Convert to a keymap if MENU is an XEmacs menu.
5790 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
5791 (easy-menu-converted-items-table, easy-menu-convert-item):
5792 New var and fun to memoize easy-menu-convert-item-1.
5793 (easy-menu-do-add-item): Use it.
5794 (easy-menu-create-menu): Use easy-menu-convert-item.
5795 Wrap easy-menu-filter-return around any :filter specification.
5796 Don't convert the menu if a filter was specified.
5797 Tell easy-menu-make-symbol not to check for MENU being an expression.
5798 (easy-menu-make-symbol): New arg NOEXP.
5799
5800 2000-07-05 Gerd Moellmann <gerd@gnu.org>
5801
5802 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
5803 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
5804 (eval-defun): If called with prefix arg, instrument code for
5805 Edebug.
5806
5807 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
5808 similar to that of eval-defun.
5809
5810 2000-07-04 Dave Love <fx@gnu.org>
5811
5812 * hl-line.el (hl-line-overlay): Make it permanent-local.
5813
5814 * calendar/todo-mode.el: Replaced with a working version, based on
5815 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
5816
5817 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
5818
5819 * paths.el (prune-directory-list): New function.
5820 (Info-default-directory-list): Rewritten to more methodically
5821 enumerate a big list of possible info directories (based on the
5822 list used by the standalone info reader).
5823
5824 * info.el (info-initialize): Use prune-directory-list to remove
5825 non-existent directories from Info-directory-list.
5826
5827 * paths.el (Info-default-directory-list): Try a list of possible
5828 info-directories instead of a single one. Add the possible
5829 info directory "/usr/share/info".
5830
5831 * woman.el (woman-man.conf-path): Explicitly include the debian
5832 man-db config file "/etc/manpath.config".
5833 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
5834 are present in `manpath.config'.
5835 (woman-manpath): Include "/usr/share/man".
5836
5837 2000-07-03 Gerd Moellmann <gerd@gnu.org>
5838
5839 * frame.el (blink-cursor-mode): Don't hide cursor initially.
5840
5841 * startup.el (command-line): Initialize blink-cursor based
5842 on window-system.
5843
5844 * frame.el (blink-cursor): Default to nil if not running under
5845 a window-system.
5846
5847 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
5848 (face-x-resources): Remove duplicate entry for :font.
5849
5850 * textmodes/refer.el (refer-find-entry-internal): Use some-window
5851 instead of cycling through windows with next-window.
5852
5853 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
5854 of cycling through windows with next-window.
5855
5856 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
5857 of cycling through windows with next-window.
5858
5859 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
5860 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
5861 instead of cycling through windows with next-window.
5862
5863 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
5864 instead of cycling through windows with next-window.
5865
5866 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
5867 of cycling through windows with next-window.
5868
5869 * terminal.el (te-process-output): Use walk-windows instead of
5870 cycling through windows with next-window.
5871
5872 * server.el (server-switch-buffer): Use some-window instead of
5873 cycling through windows with next-window.
5874
5875 * window.el (some-window): New function.
5876 (walk-windows): Remove reference to walk-windows-start.
5877
5878 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
5879
5880 2000-07-03 Richard Stallman <rms@gnu.org>
5881
5882 * window.el (walk-windows): Guarantee termination by keeping a list
5883 of all the windows already handled.
5884
5885 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
5886
5887 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
5888 window-system.
5889
5890 * man.el (Man-notify-when-ready): Don't use window-system. If
5891 Man-notify-method is newframe, and the display is not
5892 multi-frame, select the frame created for the man page.
5893 (Man-init-defvars): Doc fix.
5894
5895 2000-06-28 Gerd Moellmann <gerd@gnu.org>
5896
5897 * faces.el (region): Change background color for light background.
5898
5899 * ediff-wind.el (ediff-setup-control-frame): Remove :box
5900 attribute from mode-line face of Ediff control frame.
5901
5902 * replace.el (query-replace-map): Bind `e' like `E'.
5903
5904 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
5905
5906 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
5907 Change name to "Select All".
5908
5909 * dos-fns.el (convert-standard-filename): Fix last change.
5910
5911 2000-06-27 Gerd Moellmann <gerd@gnu.org>
5912
5913 * help.el (describe-variable): Don't insert a second `'s' in front
5914 of the string `value is shown below'. Since the syntax-table is
5915 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
5916 an existing `'s', so that this won't be deleted.
5917
5918 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
5919 * pcmpl-unix.el: New files.
5920
5921 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
5922
5923 * wid-edit.el (widget-member): Use the new plist-member.
5924
5925 2000-06-26 Gerd Moellmann <gerd@gnu.org>
5926
5927 * replace.el (perform-replace): Undo change of 2000-04-04.
5928 Instead, move backward 1 character at the end of the loop when
5929 necessary.
5930
5931 * faces.el (fringe): Change face for different backgrounds.
5932
5933 * eshell/esh-module.el (toplevel): Load defgroup's differently;
5934 patch from John.
5935
5936 * eshell/*.el: Change spelling of the Free Software Foundation.
5937
5938 * eshell/esh-toggle.el: Removed.
5939
5940 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
5941
5942 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
5943 interactively.
5944
5945 2000-06-26 Alex Schroeder <alex@gnu.org>
5946
5947 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
5948 `define-key'; instead of checking `(emacs-version)' check for
5949 `set-keymap-parent' and `set-keymap-name' directly. Add entries
5950 for `;' and `o' which might be electric.
5951
5952 (sql-electric-stuff): New user option.
5953 (sql-magic-go): New function which uses `sql-electric-stuff'.
5954 (sql-magic-semicolon): New function which uses
5955 `sql-electric-stuff'.
5956
5957 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
5958 is not fboundp.
5959
5960 (sql-oracle-options): New variable.
5961 (sql-oracle): Use it.
5962
5963 (sql-imenu-generic-expression): Doc change.
5964 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
5965 is used.
5966
5967 (sql-informix): Added command line parameter "-" to force
5968 sql-informix-program to use stdout.
5969
5970 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
5971
5972 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
5973 (cp864-decode-table): Doc fix.
5974 (cp720-decode-table): New variable, supports the Arabic OEM
5975 codepage used by Windows.
5976 (cp737-decode-table): New, Greek OEM codepage used by Windows.
5977
5978 2000-06-23 Dave Love <fx@gnu.org>
5979
5980 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
5981 (font-lock-fontify-anchored-keywords): Use
5982 line-beginning-position.
5983 (global-font-lock-mode): Use mapc.
5984
5985 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
5986
5987 * eshell/esh-module.el: Require CL when compiling.
5988
5989 2000-06-23 Gerd Moellmann <gerd@gnu.org>
5990
5991 * comint.el (comint-substitute-in-file-name): Call replace-match
5992 with second and third arg t.
5993
5994 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5995 Specify foreground color.
5996
5997 * faces.el (tool-bar, mode-line, header-line): Specify foreground
5998 color.
5999
6000 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6001
6002 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6003 cddr instead of cdddr.
6004
6005 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6006 instead of copy-list.
6007
6008 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6009 of copy-list.
6010
6011 * subdirs.el: Add eshell subdirectory.
6012
6013 * eshell: New subdirectory containing the Eshell package.
6014
6015 * pcomplete.el: New file.
6016
6017 2000-06-23 Paul Eggert <eggert@twinsun.com>
6018
6019 * mail/mailpost.el (post-mail-send-it): Make sure file has
6020 proper permissions from birth.
6021
6022 * files.el (basic-save-buffer-2): When temporarily setting
6023 file modes, set them to current modes plus 0200, not to 0777.
6024
6025 * emerge.el (emerge-make-temp-file): Make sure file has proper
6026 permissions from birth.
6027
6028 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
6029
6030 * files.el (make-backup-file-name-1): On DOS/Windows, run the
6031 backup file name through convert-standard-filename.
6032
6033 * dos-fns.el (convert-standard-filename): Convert leading
6034 directories as well. When long file names are supported, convert
6035 characters that are invalid in Windows file names.
6036
6037 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6038
6039 * ps-print.el: Fix bug: if ^L is the very first buffer character,
6040 ps-print crashes. New feature: page selection for printing. Create
6041 raw-text-unix coding system for XEmacs. Doc fix.
6042 (ps-print-version): New version number (5.2.3).
6043 (ps-plot-region): Bug fix.
6044 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6045 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6046 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6047 funs.
6048 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6049 (ps-last-page): New vars.
6050
6051 2000-06-21 Gerd Moellmann <gerd@gnu.org>
6052
6053 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6054 empty option string.
6055
6056 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
6057
6058 * man.el (man): Doc fix.
6059
6060 2000-06-21 Kenichi Handa <handa@etl.go.jp>
6061
6062 * international/mule-cmds.el (set-language-info-alist): Docstring
6063 fixed.
6064
6065 2000-06-20 Gerd Moellmann <gerd@gnu.org>
6066
6067 * version.el (emacs-version): Use ISO date format.
6068
6069 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6070 instead of `M-backspace'.
6071
6072 * simple.el (turn-off-auto-fill): New function.
6073
6074 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
6075
6076 * jit-lock.el (with-buffer-prepared-for-jit-lock):
6077 Renamed from with-buffer-prepared-for-font-lock and use
6078 inhibit-modification-hooks rather than setting *-change-functions.
6079 Update all functions to use the new name.
6080 (jit-lock-first-unfontify-pos): New semantics (and doc).
6081 (jit-lock-mode): Make non-interactive.
6082 Don't automatically turn on font-lock.
6083 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6084 Always use jit-lock-after-change.
6085 Remove and restore font-lock-after-change-function.
6086 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6087 (jit-lock-after-unfontify-buffer): Remove.
6088 (jit-lock-stealth-fontify):
6089 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6090 (jit-lock-after-change): Set the `fontified' text-prop to nil.
6091
6092 2000-06-20 Sam Steingold <sds@gnu.org>
6093
6094 * emacs-lisp/cl-indent.el (toplevel): Indent
6095 `print-unreadable-object' properly. Untabify.
6096
6097 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6098
6099 * textmodes/reftex.el (reftex-find-citation-regexp-format):
6100 Support for bibentry.
6101 (reftex-compile-variables): Fixed problem with end of section-re.
6102
6103 * texmodes/reftex-dcr.el (reftex-view-crossref,
6104 reftex-view-crossref-from-bibtex):
6105 Deal with changed `reftex-find-citation-regexp-format'.
6106 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6107 Replaced `remprop' with `put'.
6108 (reftex-view-crossref, reftex-view-crossref-when-idle):
6109 Support for bibentry.
6110
6111 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6112 New entry for bibentry package.
6113
6114 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6115 Regexp also matches "\nobibliography".
6116
6117 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6118 Call `reftex-ensure-write-access' before doing anything.
6119 (reftex-ensure-write-access): New function.
6120
6121 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6122
6123 * progmodes/idlwave.el: File re-installed (update to version 4.2)
6124
6125 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6126
6127 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6128
6129 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6130
6131
6132 2000-06-20 Dave Love <fx@gnu.org>
6133
6134 * faces.el (frame-background-mode): Use set-default, not set, in
6135 setter.
6136 (frame-update-faces, frame-update-face-colors): Define with
6137 defalias.
6138
6139 * enriched.el (enriched-decode-foreground)
6140 (enriched-decode-background): Don't use internal-find-face.
6141
6142 * apropos.el: Doc fixes.
6143
6144 * cus-edit.el (customize-changed-options): Check arg.
6145 (customize-version-lessp): Don't require decimal point.
6146
6147 * custom.el (defcustom, defgroup): Doc fix.
6148
6149 * newcomment.el (comment) <defgroup>: Add :version.
6150 (comment-multi-line): Doc fix.
6151
6152 * emulation/mlsupport.el (define-hooked-local-abbrev,
6153 define-hooked-global-abbrev): Fix, using define-abbrev.
6154
6155 2000-06-19 Gerd Moellmann <gerd@gnu.org>
6156
6157 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6158 the whole buffer.
6159
6160 2000-06-19 Dave Love <fx@gnu.org>
6161
6162 * menu-bar.el (menu-bar-options-save): New function.
6163 (menu-bar-options-menu): Use it.
6164 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6165 Simplify.
6166
6167 2000-06-19 Andreas Schwab <schwab@suse.de>
6168
6169 * progmodes/etags.el (tags-query-replace): Put new parameters
6170 START and END at the end, for backward compatibility.
6171
6172 2000-06-19 Kenichi Handa <handa@etl.go.jp>
6173
6174 * international/codepage.el:
6175 (cp-coding-system-for-codepage-1): Delete special codes for
6176 generating xxx-dos coding system because now a CCL based coding
6177 system can handle EOL conversion by default.
6178
6179 * international/mule.el (make-coding-system): Generate subsidiary
6180 coding systems for EOL handling variants even for a CCL based
6181 coding system.
6182
6183 2000-06-19 Kenichi Handa <handa@etl.go.jp>
6184
6185 * international/isearch-x.el (isearch-minibuffer-input-method)
6186 (isearch-minibuffer-input-method-function): These variables
6187 deleted.
6188 (isearch-with-input-method): Don't use the above variables.
6189 (isearch-process-search-multibyte-characters): Likewise. Call
6190 read-string with the arg INHERIT-INPUT-METHOD t.
6191
6192 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
6193
6194 * font-lock.el (font-lock-after-fontify-buffer)
6195 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6196
6197 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6198 Use consistent make-local-variable style for font-lock-fontified.
6199 (jit-lock-fontify-buffer):
6200 Don't bother checking for font-lock-mode and jit-lock-mode.
6201
6202 * time.el: Remove trailing ^M that prevent CVS-merging.
6203
6204 2000-06-16 Gerd Moellmann <gerd@gnu.org>
6205
6206 * Makefile.in (distclean): New target.
6207
6208 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
6209
6210 * Makefile.in (srcdir): Define for update-subdirs.
6211
6212 2000-06-16 Gerd Moellmann <gerd@gnu.org>
6213
6214 * find-lisp.el: New file.
6215
6216 2000-06-16 Andrew Innes <andrewi@gnu.org>
6217
6218 * time.el (display-time-mail-function): New variable, to allow
6219 external packages to indicate when new mail is available.
6220 (display-time-update): Use it.
6221
6222 2000-06-16 Kenichi Handa <handa@etl.go.jp>
6223
6224 * international/mule.el (mule-version): Change version name to
6225 SAKAKI. AOI has already been used by Meadow.
6226
6227 * international/quail.el (quail-show-guidance-buf): To find the
6228 bottom window (but minibuffer), pay attention to the height of
6229 minibuffer.
6230
6231 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6232
6233 * arc-mode.el (archive-mode-map): Use the new menu-item format for
6234 menu-bar menus. Add help strings. Don't remove the Edit menu
6235 from the menu bar, as the menu bar has enough space now.
6236
6237 * Makefile.in (SHELL): Make sure /bin/sh is used.
6238
6239 * woman.el (woman-man-buffer): Fix bold and underlined CJK
6240 characters, which use series of two ^H characters instead of one.
6241
6242 2000-06-15 Gerd Moellmann <gerd@gnu.org>
6243
6244 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
6245 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
6246 functions.
6247 (Info-find-node-2): Try a case-sensitive search first, then
6248 do a case-insensitive search.
6249
6250 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6251 tutorials.
6252
6253 * complete.el (PC-env-vars-alist): New variable.
6254 (PC-complete-as-file-name): New function.
6255 (partial-completion-mode): Initialize PC-env-vars-alist from
6256 process-environment.
6257 (PC-do-completion): Handle completion of env vars.
6258
6259 * info.el (Info-set-mode-line): Show file name in mode line,
6260 use `*Info*' instead of `Info:'.
6261
6262 * startup.el (command-line-1): Change copyright messages to year
6263 2000.
6264
6265 2000-06-15 Dave Love <fx@gnu.org>
6266
6267 * net/goto-addr.el (goto-address-fontify): Use keymap property,
6268 not local-map.
6269
6270 2000-06-15 Kenichi Handa <handa@etl.go.jp>
6271
6272 * international/mule.el (set-buffer-file-coding-system): Almost
6273 rewritten to handle `undecided' as no-op.
6274
6275 2000-06-14 Gerd Moellmann <gerd@gnu.org>
6276
6277 * Makefile.in: New file.
6278
6279 * Makefile: Removed.
6280
6281 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6282 (goto-address-highlight-keymap): Bind C-c RET.
6283
6284 2000-06-14 Kenichi Handa <handa@etl.go.jp>
6285
6286 * mail/sendmail.el (sendmail-send-it): The temporary buffer
6287 inherits buffer-file-coding-system of the current buffer.
6288
6289 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6290 0. Give correct argument to set-auto-coding-function.
6291 (tar-expunge): For goto-char, use (point-min), not 0.
6292 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6293 (tar-subfile-save-buffer): Likewize.
6294
6295 * international/mule.el
6296 (after-insert-file-set-buffer-file-coding-system): Call
6297 set-buffer-file-coding-system with the arg FORCE t.
6298
6299 2000-06-13 Gerd Moellmann <gerd@gnu.org>
6300
6301 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6302 nil. Contemporary sendmails issue an X-Authentication-Warning if
6303 the sender is set with `-f'.
6304
6305 2000-06-13 Dave Love <fx@gnu.org>
6306
6307 * help.el (describe-function-1): Kluge around cases of functions
6308 fset to subrs whose doc doesn't match their symbol-name.
6309
6310 * image.el (insert-image): Default STRING to a space.
6311
6312 * info.el Doc fixes.
6313 (Info-build-node-completions): Match Ref tags.
6314
6315 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
6316
6317 * frame.el (display-multi-frame-p, display-multi-font-p): New
6318 defaliases for display-graphic-p.
6319
6320 * hl-line.el: Fixed a typo in commentary.
6321
6322 2000-06-13 Kenichi Handa <handa@etl.go.jp>
6323
6324 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6325 fixed.
6326
6327 2000-06-12 Dave Love <fx@gnu.org>
6328
6329 * image.el (insert-image): Save a little consing.
6330
6331 2000-06-12 Kenichi Handa <handa@etl.go.jp>
6332
6333 * language/tibet-util.el: Convert all tibetan-1-column characters
6334 to the corresponding tibetan characters.
6335 (tibetan-add-components): Delete code for the special treatment of
6336 'a chung.
6337
6338 * language/tibetan.el (tibetan-composable-pattern): Fix previous
6339 change.
6340 (tibetan-vowel-transcription-alist): More rules added.
6341 (tibetan-composite-vowel-alist): New variable.
6342 (tibetan-precomposition-rule-alist): More rules added.
6343
6344 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
6345
6346 * startup.el (command-line): Only call menu-bar-mode if interactive.
6347
6348 * thingatpt.el (toplevel symbol-properties):
6349 * textmodes/makeinfo.el (makeinfo-compile):
6350 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
6351 * progmodes/hideif.el (hif-compress-define-list)
6352 (hide-ifdef-use-define-alist):
6353 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
6354 (ange-ftp-vms-add-file-entry):
6355 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
6356 * man.el (Man-build-man-command):
6357 * mail/rnewspost.el (news-reply-header-hook):
6358 * info.el (Info-insert-dir):
6359 * emulation/mlconvert.el (backward-word, forward-word, setq):
6360 * emacs-lisp/gulp.el (gulp-send-requests):
6361 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
6362 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
6363 (byte-optimize-apply, end of file):
6364 * emacs-lisp/advice.el (ad-advice-class-completion-table)
6365 (ad-make-freeze-definition):
6366 * startup.el (command-line, command-line-1): Don't quote lambdas.
6367
6368 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
6369 (cvs-cleanup-removed): New function.
6370 (cvs-cleanup-functions): New var.
6371 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
6372 some flexibility in specifying additional entries to auto-cleanup.
6373 (cvs-quickdir): New function.
6374 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
6375 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
6376 (cvs-mode-find-file): Check that we are on a filename or dirname
6377 when invoked through a mouse-click.
6378 (cvs-full-path): Remove.
6379 (cvs-dired-action): Re-introduced.
6380 (cvs-dired-noselect): Use it.
6381 (vc-post-command-functions): use this new hook if available.
6382
6383 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
6384 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
6385 (cvs-filename-map, cvs-dirname-map): Remove.
6386 (cvs-default-action): Remove.
6387 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
6388 if the arg is really a keymap.
6389 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
6390 Don't hardcode the mapping from state (aka type) to face, but check
6391 the var cvs-fi-<type>-face instead.
6392 (cvs-fileinfo-from-entries): New function.
6393
6394 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
6395 Docstring fix.
6396 (cvs-find-file-and-jump): Change default to be safer.
6397 (cvs-mode-diff-map): Define it as a function as well.
6398 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
6399 Bind mouse-2 in this global map rather than with text-properties.
6400
6401 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
6402 file to resolve the ambiguity between C(conflict) and C(need-merge).
6403
6404 2000-06-12 Kenichi Handa <handa@etl.go.jp>
6405
6406 * international/mule.el (set-buffer-file-coding-system): If
6407 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
6408 unconditionally.
6409
6410 2000-06-12 Dave Love <fx@gnu.org>
6411
6412 * wid-edit.el (widget-specify-button): Really suppress the face if
6413 required.
6414
6415 2000-06-11 Gerd Moellmann <gerd@gnu.org>
6416
6417 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
6418
6419 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
6420
6421 * imenu.el (imenu-generic-expression): Docstring fix.
6422
6423 * composite.el (composition-function-table): Move the `put'
6424 below the autoload cookie so we can load the file before loaddefs.
6425
6426 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
6427
6428 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
6429 Handle easy-mmode-define-global-mode.
6430 For complex macros like define-minor-mode that can generate
6431 several autoload entries, try to autoload entries in the
6432 macroexpanded code.
6433
6434 * emacs-lisp/easy-mmode.el (define-minor-mode):
6435 If KEYMAP is a symbol, just use it.
6436 Use byte-compile-current-file and load-file-name to infer the
6437 proper :require to pass to defcustom.
6438 Wrap the hook var into `progn' so as not to autoload it.
6439 Add a :autoload-end cookie.
6440 Be more careful about the evaluation of KEYMAP.
6441 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
6442 (define-derived-mode): Move define-abbrev-table outside of defvar.
6443
6444 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
6445
6446 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
6447 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
6448 (backup-compiled-files): Ignore errors during `tar'.
6449 (bootstrap): Make autoloads before elc files.
6450
6451 2000-06-10 Kenichi Handa <handa@etl.go.jp>
6452
6453 * international/mule.el (set-buffer-file-coding-system): If one of
6454 undecided-XXX is specified, change only EOL conversion.
6455
6456 * international/mule-conf.el (unix): New alias for the coding
6457 system undecided-unix.
6458
6459 2000-06-09 Dave Love <fx@gnu.org>
6460
6461 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
6462
6463 * progmodes/executable.el: Byte compile dynamic.
6464 (executable-insert): Change custom type.
6465 (executable-find): Add autoload cookie.
6466 (executable-make-buffer-file-executable-if-script-p): New
6467 function. After Noah Friedman.
6468
6469 * files.el (after-save-hook): Customize, with
6470 executable-make-buffer-file-executable-if-script-p as an option.
6471
6472 2000-06-09 Kenichi Handa <handa@etl.go.jp>
6473
6474 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
6475 "tib24p-mule.bdf" for Tibetan.
6476
6477 * composite.el (decompose-composite-char): Declare it as obsolete.
6478
6479 * man.el (Man-fontify-manpage): Pay attention to underline and
6480 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
6481
6482 2000-06-08 Gerd Moellmann <gerd@gnu.org>
6483
6484 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
6485 Set maintainer to FSF since author isn't reachable.
6486
6487 2000-06-08 Dave Love <fx@gnu.org>
6488
6489 * international/mule-cmds.el (select-safe-coding-system): If
6490 DEFAULT-CODING-SYSTEM is not specified, also check the most
6491 preferred coding-system if buffer-file-coding-system is
6492 `undecided'. From Handa.
6493
6494 2000-06-08 Kenichi Handa <handa@etl.go.jp>
6495
6496 * international/mule.el
6497 (after-insert-file-set-buffer-file-coding-system): If the buffer
6498 size is greater than INSERTED, judget that we are not visiting.
6499
6500 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
6501
6502 * whitespace.el (defgroup whitespace): Comment out `:version'.
6503 XEmacs 20.4 has problems defining the group with this present.
6504 We'll have this commented out till get resolve the problem.
6505
6506 2000-06-07 Gerd Moellmann <gerd@gnu.org>
6507
6508 * align.el: Update from author.
6509
6510 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
6511
6512 * apropos.el (apropos-mode-hook): New user variable.
6513 (apropos-mode): Run apropos-mode-hook.
6514
6515 2000-06-07 David Ponce <david@dponce.com>
6516
6517 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
6518 commands. Require `wid-edit' at run-time.
6519
6520 2000-06-07 David Ponce <david@dponce.com>
6521
6522 * recentf.el: Added some "Commentary".
6523 (recentf-open-more-files, recentf-edit-list): Minor changes to
6524 move the point at the top of the file list. This behaviour is
6525 consistent with the menu one when the list contains a lot of
6526 files.
6527 (recentf-cleanup): Now displays the number of items removed from
6528 the list.
6529 (recentf-relative-filter) New menu filter to show filenames
6530 relative to `default-directory'.
6531
6532 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6533
6534 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
6535 with/without giving an error if PostScript printer doesn't have this
6536 kind of page size. Zebra Stripe continues or restarts on next page.
6537 Manual/automatic paper feeding. Switch or not the header.
6538 (ps-print-version): New version number (5.2.2).
6539 (ps-windows-system): Include emx as a Windows system.
6540 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
6541 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
6542 (ps-background-text): Code fix.
6543 (ps-error-handler-message, ps-user-defined-prologue)
6544 (ps-print-prologue-header, ps-printer-name)
6545 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
6546 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
6547 (ps-use-face-background): Customization fix.
6548 (ps-n-up-database): Data fix.
6549 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
6550 (ps-switch-header): New vars.
6551 (ps-xemacs-color-name, ps-face-foreground-name)
6552 (ps-face-background-name, ps-boolean-constant): New funs.
6553
6554 2000-06-07 Dave Love <fx@gnu.org>
6555
6556 * allout.el: New version from Manheimer.
6557
6558 2000-06-07 Kenichi Handa <handa@etl.go.jp>
6559
6560 * textmodes/fill.el (fill-find-break-point): Check the validity of
6561 charset.
6562
6563 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6564
6565 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6566 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6567 Call display-color-p and display-mouse-p instead of looking at
6568 window-system.
6569
6570 2000-06-06 Dave Love <fx@gnu.org>
6571
6572 * image.el (find-image): Doc fix. Return nil if image not found.
6573 (put-image, insert-image): Make STRING arg optional.
6574
6575 2000-06-06 Kenichi Handa <handa@etl.go.jp>
6576
6577 * language/vietnamese.el: Remove eval-when-compile.
6578 (viet-viscii-nonascii-translation-table): Define it as a
6579 translation table made from viet-viscii-decode-table.
6580 (viet-viscii-encode-table): Define it as a translation table made
6581 from the reverse map of above.
6582 (viet-vscii-nonascii-translation-table): Define it as a
6583 translation table made from viet-vscii-decode-table.
6584 (viet-vscii-encode-table): Define it as a translation table made
6585 from the reverse map of above.
6586 (ccl-decode-viscii): Use translate-character.
6587 (ccl-encode-viscii, ccl-encode-viscii-font)
6588 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
6589 Likewize.
6590
6591 * language/cyrillic.el: Remove eval-when-compile.
6592 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
6593 translation table made from cyrillic-koi8-r-decode-table.
6594 (cyrillic-koi8-r-encode-table): Define it as a translation table
6595 made from the reverse map of above.
6596 (ccl-decode-koi8): Use translate-character.
6597 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
6598 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
6599 a translation table made from cyrillic-alternativnyj-decode-table.
6600 (cyrillic-alternativnyj-encode-table): Define it as a translation
6601 table made from the reverse map of above.
6602 (ccl-decode-alternativnyj): Use translate-character.
6603 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
6604 Likewize
6605
6606 * international/mule-diag.el (non-iso-charset-alist): Specify
6607 translation table symbol instead of translation table itself.
6608 (list-block-of-chars): CHARSET may be a translation table symbol.
6609
6610 * international/mule.el (make-coding-system): If CODING-SYSTEM
6611 already exists, override it.
6612
6613 * international/fontset.el: Use family `proportional' for Tibetan
6614 fonts.
6615
6616 * international/ccl.el (ccl-compile-translate-character): Don't
6617 check if Rrr has property translation-table.
6618 (ccl-compile-map-multiple): Modified to avoid compiler warning.
6619
6620 2000-06-05 Gerd Moellmann <gerd@gnu.org>
6621
6622 * info.el: Bind case-fold-search to t when searching in case
6623 a user sets it to nil in a hook.
6624
6625 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
6626
6627 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6628 * hl-line.el (hl-line-mode): Use the new :global key argument.
6629
6630 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
6631 (tar-clip-time-string): Prepend a space.
6632 (tar-grind-file-mode): Construct a string rather than modifying one.
6633 (tar-header-block-summarize): Fix docstring.
6634 Use `format' rather than an error-prone set of copy-loops.
6635
6636 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
6637 (diff-goto-source, diff-unified->context, diff-context->unified)
6638 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
6639 understand the format output by the `-p' argument to diff.
6640
6641 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
6642 (sh-re-done): Use defconst.
6643 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
6644 (sh-help-string-for-variable, sh-guess-basic-offset):
6645 Don't quote lambdas.
6646 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
6647 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
6648
6649 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
6650 (mh-letter-mode): Derive from text-mode.
6651 This implicitly means that it now calls kill-all-local-variables.
6652 Also remove the Emacs-18 compatibility code.
6653
6654 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
6655 Make use of symbol-property doc-string-elt.
6656 Use memq rather than a sequence of eq.
6657 (doc-string-elt): Fix the wrong or missing previously unused values.
6658 (autoload-print-form): New function extracted from
6659 generate-file-autoloads to allow recursion when handling progn
6660 so that defvar's and defun's docstrings are properly printed.
6661 (generate-file-autoloads): Use it.
6662
6663 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
6664 Use find-file-hooks in the minor-mode function.
6665 Be careful not to loop indefinitely in the post-command-hook function.
6666
6667 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
6668
6669 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
6670 tty's.
6671 * ediff-diff.el (ediff-exec-process): Use --binary for fine
6672 differences whenever appropriate.
6673 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
6674 * viper.el (find-file, find-file-other-window): Get viper to do
6675 wildcards.
6676
6677 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
6678
6679 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
6680 (jit-lock-fontify-buffer): New function for JIT refontification.
6681 (jit-lock-mode): Fix docstring.
6682 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
6683 Remove jit-lock-after-change from the _local_ hook.
6684 (jit-lock-function-1): Fix docstring.
6685
6686 * info.el (Info-on-current-buffer): Initialize info.
6687
6688 * newcomment.el (comment-indent): Ignore comment-indent-hook.
6689
6690 * progmodes/tcl.el (tcl-indent-for-comment):
6691 Ignore comment-indent-hook.
6692
6693 * emacs-lisp/easy-mmode.el: Require CL during compilation.
6694 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
6695 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
6696 and improve to use the lighter to guess the capitalization.
6697 (define-minor-mode): Inline code from easy-mmode-define-toggle.
6698 Add keyword arguments to specify global-ness or the custom group.
6699 Add local-map and help-echo properties to the lighter.
6700 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
6701 (easy-mmode-define-global-mode): New macro.
6702
6703 2000-06-02 Dave Love <fx@gnu.org>
6704
6705 * wid-edit.el: byte-compile-dynamic since we typically don't use
6706 all the widgets. Don't require cl or widget. Remove
6707 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
6708 (widget-read-event): Removed. Callers changed to use read-event.
6709 (widget-button-release-event-p): Renamed from
6710 button-release-event-p.
6711 (widget-field-add-space, widget-field-use-before-change):
6712 Uncustomize.
6713 (widget-specify-field): Use keymap property, not local-map.
6714 (widget-specify-button): Obey :suppress-face.
6715 (widget-specify-insert): Use modern backquote syntax.
6716 (widget-image-directory): Renamed from widget-glyph-directory.
6717 (widget-image-enable): Renamed from widget-glyph-enable.
6718 (widget-image-find): Replaces widget-glyph-find.
6719 (widget-button-pressed-face): Move defvar.
6720 (widget-image-insert): Replaces widget-glyph-insert.
6721 (widget-convert): Use keywordp.
6722 (widget-leave-text, widget-children-value-delete): Use mapc.
6723 (widget-keymap): Remove XEmacs stuff.
6724 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
6725 (widget-button-click): Don't set point at the click, but re-centre
6726 if we scroll out of window. Rewritten for images v. glyphs &c.
6727 (widget-tabable-at): Use POS arg, not point.
6728 (widget-beginning-of-line, widget-end-of-line)
6729 (widget-item-value-create, widget-sublist, widget-princ-to-string)
6730 (widget-sexp-prompt-value, widget-echo-help): Simplify.
6731 (widget-default-create): Use widget-image-insert; some rewriting.
6732 (widget-visibility-value-create)
6733 (widget-push-button-value-create, widget-toggle-value-create): Use
6734 widget-image-insert.
6735 (checkbox): Create on and off images dynamically.
6736 (documentation-link): Change :help-echo.
6737 (widget-documentation-link-echo-help): Remove.
6738
6739 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
6740
6741 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
6742
6743 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
6744 (easy-mmode-define-toggle, define-minor-mode): Use it.
6745 (easy-mmode-define-keymap): Docstring fix.
6746 (define-derived-mode): Default PARENT to fundamental-mode.
6747 Add the derived-mode-parent symbol-property.
6748 (easy-mmode-derived-mode-p): New function.
6749
6750 2000-06-02 Dave Love <fx@gnu.org>
6751
6752 * files.el (convert-standard-filename): Doc fix.
6753 (normal-backup-enable-predicate): New function.
6754 (backup-enable-predicate): Use it to replace the lambda form.
6755
6756 * calendar/todo-mode.el: [This needs more work on the outline
6757 stuff.] Doc fixes.
6758 (todo) <defgroup>: Add :version.
6759 (todo-add-category): Don't use pushnew.
6760 (todo-cmd-raise): Fix typo.
6761 (todo-top-priorities): Change temp buffer name.
6762 (todo-category-alist): Avoid redundant lambda.
6763 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
6764 Use outline-next-heading.
6765
6766 * autoarg.el: Rewritten to use define-minor-mode.
6767 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
6768 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
6769
6770 2000-06-02 Kenichi Handa <handa@etl.go.jp>
6771
6772 * isearch.el (isearch-other-meta-char): Fix previous change.
6773
6774 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6775
6776 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
6777 (log-edit-done): Only add the comment to the ring if it's different
6778 from the last comment entered.
6779
6780 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
6781
6782 2000-06-01 Dave Love <fx@gnu.org>
6783
6784 * hl-line.el: Rewritten using define-minor-mode.
6785
6786 * help.el (describe-function-1): Distinguish special form from
6787 builtin function. Sanity-check presence of arglist for builtins.
6788
6789 2000-06-01 Kenichi Handa <handa@etl.go.jp>
6790
6791 * international/characters.el: Fix syntax/category setting of
6792 Tibetan characters.
6793
6794 * language/tibet-util.el (tibetan-add-components): Fixes for new
6795 encoding of Tibetan characters.
6796 (tibetan-decompose-precomposition-alist): New variable.
6797 (tibetan-decompose-region): Convert precomposed characters to
6798 non-precomposed characters.
6799 (tibetan-decompose-string): Likewise.
6800 (tibetan-composition-function): Fix args to
6801 thibetan-compose-string.
6802
6803 * language/tibetan.el (tibetan-composable-pattern): More
6804 characters included.
6805 (tibetan-consonant-transcription-alist): Rule for "R" added.
6806 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
6807 "+R" added.
6808 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
6809
6810 * language/lao-util.el (lao-composition-function): Fix args to
6811 compose-string.
6812
6813 * language/thai-util.el (thai-composition-function): Fix args to
6814 compose-string.
6815
6816 * isearch.el (isearch-update): Set disable-point-adjustment to t
6817 to prevent the point moving to the end of a composition when a
6818 part of a composition is searched.
6819 (isearch-other-meta-char): If the key invoking this command can be
6820 mapped by function-key-map to a printing char, call
6821 isearch-process-search-char directly.
6822
6823 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6824
6825 * emacs-lisp/bytecomp.el:
6826 * frame.el:
6827 * international/mule-cmds.el:
6828 * international/mule-util.el:
6829 * international/mule.el:
6830 * mouse.el:
6831 * subr.el:
6832 * faces.el: Update calls to make-obsolete with a WHEN argument.
6833
6834 * byte-run.el (make-obsolete, make-obsolete-variable):
6835 Add an optional WHEN argument and change the format of the
6836 symbol-property information.
6837 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
6838 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
6839 new obsolete-symbol-property format and print WHEN if it is provided.
6840
6841 2000-05-31 Dave Love <fx@gnu.org>
6842
6843 * loadhist.el (loadhist-hook-functions): Remove
6844 before-change-function, after-change-function.
6845 (unload-feature): Deal with symbols which are both bound and
6846 fbound.
6847
6848 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
6849 before-change-function, after-change-function.
6850
6851 * simple.el (newline): Don't bind before-change-function,
6852 after-change-function.
6853
6854 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
6855
6856 * whitespace.el (whitespace-rescan-timer-time): Update interval
6857 set to 600 seconds (10 minutes) instead of 60 seconds since
6858 a large number of whitespace buffers causes emacs to `freeze'
6859 for a considerable amount of time.
6860
6861 * whitespace.el: Updated email address
6862
6863 2000-05-31 Dave Love <fx@gnu.org>
6864
6865 * add-log.el (change-log-font-lock-keywords) <function>: Add
6866 pattern for function of change.
6867 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
6868 acknowledgements patterns.
6869
6870 2000-05-31 Kenichi Handa <handa@etl.go.jp>
6871
6872 * isearch.el (isearch-printing-char): If keyboard coding system is
6873 being used, call isearch-process-search-multibyte-characters.
6874
6875 * international/isearch-x.el: Mostly rewritten.
6876
6877 * international/quail.el (quail-start-conversion): Don't include
6878 unhandled events in the returned events, but set them in
6879 unread-command-events. Exit if all inputs are deleted.
6880
6881 2000-05-30 Jason Rumney <jasonr@gnu.org>
6882
6883 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
6884
6885 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
6886 Reenable code to create initial fontsets.
6887 Use set-fontset-font in place of put-charset-property.
6888
6889 2000-05-30 Gerd Moellmann <gerd@gnu.org>
6890
6891 * progmodes/perl-mode.el (perl-indent-line): When looking for a
6892 label, ensure that the first colon isn't followed by another.
6893
6894 * paths.el (Info-default-directory-list): Doc fix.
6895
6896 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
6897 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
6898 send a query containing USER only, not USER@HOST.
6899
6900 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
6901 and rmail-msgend to compute the restriction at the end, instead of
6902 computing it.
6903
6904 2000-05-29 Gerd Moellmann <gerd@gnu.org>
6905
6906 * dabbrev.el (dabbrev-expand): Don't display messages in the
6907 echo area if the minibuffer window is active.
6908
6909 * jit-lock.el (jit-lock-mode): Add after change function to
6910 local hook.
6911
6912 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
6913
6914 * antlr-mode.el: New commands: hide/unhide actions,
6915 upcase/downcase literals.
6916 (antlr-tiny-action-length): New user option.
6917 (antlr-hide-actions): New command. Suggested by
6918 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
6919 (antlr-mode-map): New binding [C-c C-v].
6920 (antlr-mode-menu): New entries.
6921 (antlr-downcase-literals): New command.
6922 (antlr-upcase-literals): Ditto.
6923
6924 * antlr-mode.el: Minor changes: indendation, mode-name.
6925 (antlr-indent-line): Indent cpp directive at column 0.
6926 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
6927
6928 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
6929 (antlr-font-lock-additional-keywords): Workaround for intentional
6930 bug in XEmacs version of font-lock.
6931 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
6932 be used by a smarter version of `buffers-menu-grouping-function'.
6933
6934 2000-05-29 Gerd Moellmann <gerd@gnu.org>
6935
6936 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
6937 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
6938
6939 2000-05-29 Kenichi Handa <handa@etl.go.jp>
6940
6941 * international/encoded-kb.el
6942 (encoded-kbd-iso2022-designation-map): Pay attention to that
6943 charset-iso-final-char return -1 for eight-bit-control and
6944 eight-bit-graphic.
6945
6946 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
6947
6948 * speedbar.el (speedbar-use-images, speedbar-update-flag)
6949 (speedbar-easymenu-definition-base): Use display-graphic-p where
6950 available, instead of window-system.
6951
6952 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
6953
6954 * international/codepage.el (cp-coding-system-for-codepage-1): Add
6955 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
6956 coding systems.
6957
6958 2000-05-26 Dave Love <fx@gnu.org>
6959
6960 * disp-table.el (standard-display-underline): Don't use
6961 internal-find-face.
6962
6963 * mail/reporter.el: Maintainer change. Doc fixes.
6964 (reporter-version): Deleted.
6965
6966 * emacs-lisp/elp.el: Maintainer change.
6967 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
6968
6969 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
6970
6971 * add-log.el (add-change-log-entry): Merge the current entry with the
6972 previous one if the previous one is empty.
6973
6974 2000-05-26 Dave Love <fx@gnu.org>
6975
6976 * loadhist.el (unload-feature): Fix interactive spec [from
6977 lijnzaad@ebi.ac.uk].
6978
6979 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
6980 subr-arity to check primitives.
6981 (byte-compile-flush-pending, byte-compile-file-form-progn)
6982 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
6983 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
6984 mapcar.
6985
6986 2000-05-26 Kenichi Handa <handa@etl.go.jp>
6987
6988 * international/fontset.el: Set family names of non-latin charsets
6989 in default fontset to "*".
6990
6991 * international/mule-diag.el (print-fontset): Combine family part
6992 and registry part of the fontname by "-*-" instead of "-".
6993
6994 * international/mule-cmds.el (encode-coding-char): Make strings
6995 multibyte before calling encode-coding-string.
6996
6997 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
6998
6999 * derived.el: Fix keywords.
7000 (define-derived-mode): Only define if needed.
7001
7002 * simple.el (fill-comment, comment-column, comment-start)
7003 (comment-start-skip, comment-end, comment-indent-function)
7004 (block-comment-start, block-comment-end, indent-for-comment)
7005 (set-comment-column, kill-comment, comment-padding, comment-region)
7006 (comment-multi-line, indent-new-comment-line): Remove.
7007
7008 * bindings.el (esc-map): Change ; to comment-dwim and use the new
7009 function names for comment operations.
7010
7011 * newcomment.el: Add abundant autoload cookies.
7012 (comment-style): Don't depend on runtime data at compile-time.
7013 (comment-indent-hook): Remove.
7014 (comment-indent): Check if comment-indent-hook is bound.
7015 (comment-region): Docstring fix.
7016
7017 2000-05-25 Dave Love <fx@gnu.org>
7018
7019 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7020 byte-code-function-p.
7021
7022 * mail/rmailsum.el: Add provide.
7023
7024 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7025
7026 * smerge-mode.el (smerge-diff-switches): Don't use list* in
7027 defcustom.
7028
7029 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7030
7031 * ediff-diff.el (ediff-exec-process): delete --binary option from
7032 non-buffer ediff jobs.
7033
7034 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7035
7036 * hilit-chg.el (highlight-changes-mode): Ask about color or
7037 grayscale support, not about window-system.
7038
7039 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7040 window-system.
7041 (ffap-highlight): Always default to t.
7042
7043 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7044 display-popup-menus-p instead of looking at window-system.
7045
7046 * disp-table.el (standard-display-g1, standard-display-graphic):
7047 Only refuse to use string glyphs on X and MS-Windows.
7048
7049 * avoid.el: Remove window-system from commentary, suggest to use
7050 display-*-p instead.
7051
7052 * apropos.el (apropos-print): Use display-mouse-p instead of
7053 window-system.
7054
7055 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7056
7057 * international/codepage.el (cp-decoding-vector-for-codepage):
7058 Fill up unsupported characters with their own codes. From Kenichi
7059 Handa.
7060
7061 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7062
7063 * international/mule-diag.el (describe-char-after): Use
7064 display-graphic-p instead of window-system, so that this function
7065 works on MS-DOS.
7066
7067 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7068
7069 * international/codepage.el (cp-make-coding-systems-for-codepage):
7070 Remove the eight-bit-graphic and eight-bit-control charsets from
7071 the list of charsets which we convert into `?'.
7072
7073 2000-05-25 Kenichi Handa <handa@etl.go.jp>
7074
7075 * international/mule-conf.el: Specify CHARSET-ID explicitely for
7076 private charsets.
7077 (mule-unicode-0100-24ff, japanese-jisx0213-1,
7078 japanese-jisx0213-2): New charsets.
7079
7080 * international/fontset.el: Setup default fontset for new charsets.
7081
7082 2000-05-24 Dave Love <fx@gnu.org>
7083
7084 * info.el (Info-find-node-2): Restructure [following "Vadim
7085 S. Solomin" <sovs@uic.nnov.ru>].
7086
7087 * icomplete.el: Fix header for Finder.
7088
7089 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
7090
7091 * rmailout.el (rmail-output-to-rmail-file): Added optional param
7092 STAY.
7093
7094 * rmail.el (rmail-automatic-folder-directives): New user variable.
7095 (rmail-show-message): Add call to `rmail-auto-file' during
7096 display.
7097 (rmail-auto-file): New function.
7098
7099 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7100
7101 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
7102 account.
7103 (ediff-test-utility,ediff-diff-mandatory-option)
7104 (ediff-reset-diff-options): Utilities for proper initialization of
7105 ediff-diff-options and ediff-diff3-options on Windows.
7106
7107 * ediff-init.el (ediff-merge-filename-prefix): New customizable
7108 variable.
7109
7110 * ediff-mult.el (ediff-filegroup-action): Use
7111 ediff-merge-filename-prefix.
7112
7113 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7114
7115 * viper-ex.el (ex-write): Set selective display to nil.
7116
7117 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7118
7119 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7120 aliases for hebrew-iso-8bit.
7121
7122 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7123
7124 * woman.el: New version from Francis J. Wright
7125 <F.J.Wright@Maths.QMW.ac.uk>.
7126 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7127 names in environment variables regardless of the path separator.
7128 (woman-topic-all-completions-1): Don't call file-name-directory-p
7129 on all files, since woman-file-regexp already filters out any
7130 directories.
7131
7132 2000-05-24 Kenichi Handa <handa@etl.go.jp>
7133
7134 * international/quail.el (quail-start-translation): Don't change
7135 modified-p of the current buffer.
7136 (quail-start-conversion): Likewise.
7137
7138 * international/kkc.el (kkc-region): Don't change modified-p of
7139 the current buffer.
7140
7141 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7142 conform to RFC1468.
7143 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
7144
7145 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
7146
7147 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7148 (speedbar-insert-button): Invisible text property fix.
7149 (speedbar-directory-plus): Renamed from speedbar-directory-+
7150 (speedbar-directory-minus): Renamed from speedbar-directory--
7151 (speedbar-page-plus): Renamed from speedbar-file-+
7152 (speedbar-page-minus): Renamed from speedbar-file--
7153 (speedbar-page): Renamed from speedbar-file-
7154 (speedbar-tag): Renamed from speedbar-tag-
7155 (speedbar-tag-plus): Renamed from speedbar-tag-+
7156 (speedbar-tag-minus): Renamed from speedbar-tag--
7157 (speedbar-expand-image-button-alist): Use above renames.
7158
7159 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7160 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7161 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7162 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7163 * sb-pg.xpm: Renamed from sb-file.xpm
7164 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7165 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7166
7167 2000-05-24 Kenichi Handa <handa@etl.go.jp>
7168
7169 * international/quail.el (quail-show-guidance-buf): Set
7170 current-input-method of the guidance buffer to the name of the
7171 curren input method.
7172
7173 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
7174
7175 * progmodes/compile.el (compile-internal): Style typo.
7176
7177 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7178 quote vars and functions in the docstring.
7179
7180 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7181
7182 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7183 Don't quote lambdas.
7184
7185 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7186
7187 2000-05-23 Gerd Moellmann <gerd@gnu.org>
7188
7189 * startup.el (command-line): Determine source file of compiled
7190 user init file differently. Warn if compiled user init file
7191 is older than its source file.
7192
7193 * ffap.el (ffap-url-regexp): Add `https'.
7194
7195 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
7196
7197 * files.el (make-backup-file-name-1): Replace slashes with `!'
7198 rather than `|' (which is not allowed on Windows). Replace the
7199 drive letters with a string "drive_X".
7200
7201 2000-05-23 Gerd Moellmann <gerd@gnu.org>
7202
7203 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7204
7205 * files.el (interpreter-mode-alist): Add `bash2'.
7206
7207 2000-05-22 Dave Love <fx@gnu.org>
7208
7209 * loadhist.el (feature-symbols, file-provides, file-requires): Use
7210 mapc.
7211 (feature-file): Avoid calling symbol-name. Doc fix.
7212 (file-set-intersect, file-dependents): Use dolist, not mapcar.
7213 (loadhist-hook-functions): Add mouse-position-function.
7214 (unload-feature): Change uses of mapcar.
7215
7216 * files.el (parse-colon-path): Doc fix.
7217 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7218 (set-auto-mode): Use mapc.
7219
7220 * complete.el (PC-look-for-include-file): Use :alnum: character
7221 class.
7222 (partial-completion-mode): Add autoload cookie.
7223
7224 2000-05-22 Sam Steingold <sds@gnu.org>
7225
7226 * info.el (Info-fontify-node): Fixed the call to
7227 `add-text-properties' (bug introduced on 2000-05-18).
7228
7229 2000-05-22 Dave Love <fx@gnu.org>
7230
7231 * bindings.el: Remove debug-ignored-errors set in other files.
7232
7233 * progmodes/etags.el: Add to debug-ignored-errors.
7234 (visit-tags-table-buffer): Clear out buffers holding old tables
7235 when making a new list.
7236 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
7237 mapc.
7238
7239 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
7240 quote keywords.
7241 (cmpl-string-case-type): Use character classes.
7242
7243 * comint.el:
7244 * textmodes/ispell.el:
7245 * imenu.el:
7246 * mail/mh-e.el:
7247 * progmodes/compile.el: Add to debug-ignored-errors.
7248
7249 * dabbrev.el: Add to debug-ignored-errors.
7250 (dabbrev-completion): Use mapc.
7251
7252 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
7253
7254 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7255 (woman-mapcan, woman-parse-man.conf)
7256 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7257 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7258 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
7259 path syntax better.
7260 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7261 (woman-manpath): Call woman-parse-man.conf.
7262 (woman-emulation): New defcustom, defaults to nroff.
7263 (woman-font-support): New defconst.
7264 (woman-use-symbol-font): New defcustom.
7265 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7266 "Emulation".
7267 Many functions: Doc fix.
7268
7269 2000-05-22 Kenichi Handa <handa@etl.go.jp>
7270
7271 * international/quail.el (quail-simple-translation-keymap): Map
7272 128..255 to quail-self-insert-command.
7273 (quail-keyboard-layout-alist): Add definition for "pc102-de".
7274
7275 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
7276
7277 * help.el (help-manyarg-func-alist): Typo.
7278
7279 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7280 intervals which makes it heaps simpler.
7281
7282 * newcomment.el (comment-region-internal): Go back to BEG after quoting
7283 the nested comment markers.
7284
7285 * subr.el (remove-hook): Don't turn the hook's value into a list.
7286
7287 2000-05-21 Dave Love <fx@gnu.org>
7288
7289 * edmacro.el (edmacro-parse-keys): Return vector if any elements
7290 are invalid characters.
7291
7292 * international/mule-util.el (detect-coding-with-priority): Use
7293 mapc. Remove redundant lambda.
7294
7295 * international/mule-diag.el (list-non-iso-charset-chars)
7296 (describe-fontset): Remove redundant lambda.
7297
7298 * emulation/crisp.el (brief-mode): New alias.
7299
7300 * emacs-lisp/ring.el (ring-elements): New function.
7301
7302 * emacs-lisp/easymenu.el (easy-menu-create-menu)
7303 (easy-menu-do-add-item): Use keywordp.
7304
7305 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7306
7307 * replace.el: Doc and error message fixes.
7308 (replace-highlight): Use facep, not internal-find-face.
7309
7310 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
7311
7312 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7313
7314 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7315 (log-edit-insert-changelog): Drop `:' as well.
7316
7317 * log-view.el: Fix file description.
7318 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7319 available.
7320 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7321 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7322
7323 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7324 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7325 Print a status message if the toggle is called interactively.
7326 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7327 for global minor modes and use `defcustom' for them.
7328 Use add-minor-mode.
7329 (easy-mmode-define-derived-mode): Remove.
7330 (define-derived-mode): Fancier default docstring.
7331 (easy-mmode-define-navigation): Signal an error rather than (ding).
7332
7333 * newcomment.el (comment-styles): New `box-multi'.
7334 (comment-normalize-vars): Better default for comment-continue to
7335 avoid whitespace-only continuations.
7336 (comment-search-forward): Always move even in the no-syntax case.
7337 (comment-padright): Only obey N if it's only obeyed for padleft.
7338 (comment-make-extra-lines): Better handling of empty continuations.
7339 Use `=' for the filler if comment-start has only one character.
7340 (uncomment-region): Try handling the special `=' filler.
7341 (comment-region): Allow LINES even if MULTI is nil.
7342 (comment-box): Choose box style based on comment-style.
7343
7344 2000-05-20 Kenichi Handa <handa@etl.go.jp>
7345
7346 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
7347 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
7348
7349 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
7350
7351 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
7352 and insert, not subst-char-in-region.
7353
7354 * international/mule-diag.el (list-character-sets-1): Handle
7355 charsets eight-bit-control and eight-bit-graphic.
7356 (list-iso-charset-chars): Likewise.
7357 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
7358 charactes as is. Use indent-to to align characters.
7359
7360 * international/mule-cmds.el (find-multibyte-characters): Never
7361 exclude charsets eight-bit-control and eight-bit-graphic.
7362
7363 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7364
7365 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
7366 Don't quote lambdas.
7367
7368 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
7369
7370 2000-05-19 Gerd Moellmann <gerd@gnu.org>
7371
7372 * gud.el (gud-jdb-directories): Doc fix.
7373
7374 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7375
7376 * newcomment.el: New file.
7377
7378 2000-05-19 Gerd Moellmann <gerd@gnu.org>
7379
7380 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
7381
7382 2000-05-18 Andreas Schwab <schwab@suse.de>
7383
7384 * dired.el (dired-between-files): Also skip lines beginning with
7385 `used'.
7386
7387 2000-05-18 Gerd Moellmann <gerd@gnu.org>
7388
7389 * msb.el (msb-menu-cond): Add choice `user'.
7390
7391 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7392
7393 * ps-print.el: Compatibility, customization and doc fix.
7394 (ps-printer-name-option): Replace defconst by defvar.
7395 (ps-postscript-code-directory): XEmacs compatibility.
7396 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
7397 fix.
7398 (ps-user-defined-prologue, ps-print-prologue-header)
7399 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
7400 compatibility and code fix.
7401 (ps-print-background-image, ps-print-background-text):
7402 Customization fix.
7403 (ps-line-number-start, ps-n-up-on): New vars.
7404
7405 2000-05-18 Espen Skoglund <esk@ira.uka.de>
7406
7407 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
7408 the indent-comment function to just return the appropriate indent.
7409
7410 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
7411
7412 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
7413 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
7414 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
7415
7416 2000-05-18 Dave Love <fx@gnu.org>
7417
7418 * info.el (Info-fontify-node): Add intangible property as well as
7419 invisible.
7420
7421 * calendar/appt.el (appt-make-list): Match all lines of entry.
7422 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
7423
7424 2000-05-18 Kenichi Handa <handa@etl.go.jp>
7425
7426 * international/mule-diag.el (describe-char-after): Call
7427 internal-char-font, not char-font. If internal-char-font returns
7428 nil, display "-- none --".
7429
7430 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7431
7432 * image.el (image-type-available-p): Don't reference image-types
7433 if it isn't bound.
7434
7435 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
7436
7437 * autoarg.el (autoarg-mode): Typo in the :set argument.
7438
7439 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7440
7441 * startup.el (command-line-1): Don't signal an error if the
7442 directory for auto-save-list files does not yet exist.
7443
7444 2000-05-17 Kenichi Handa <handa@etl.go.jp>
7445
7446 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
7447
7448 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
7449
7450 * subr.el (remove-hook): `setq' hook-value, not `set'.
7451
7452 2000-05-16 Sam Steingold <sds@gnu.org>
7453
7454 * info.el (debug-ignored-errors): More errors to ignore.
7455
7456 2000-05-16 Dave Love <fx@gnu.org>
7457
7458 * cus-edit.el: Don't require cl or easymenu.
7459 (custom-variable-prompt): Test standard-value property, not
7460 user-variable-p.
7461
7462 2000-05-16 Sam Steingold <sds@gnu.org>
7463
7464 * subr.el (add-hook): `setq' hook-value, not `set'.
7465
7466 2000-05-16 Gerd Moellmann <gerd@gnu.org>
7467
7468 * startup.el (command-line-1): Mention the FAQ in the startup
7469 message.
7470
7471 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
7472
7473 * progmodes/compile.el (compilation-parse-errors): Collect
7474 `nomessage' regexps last.
7475
7476 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
7477
7478 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
7479 to the function name.
7480
7481 2000-05-15 Dave Love <fx@gnu.org>
7482
7483 * speedbar.el (speedbar-recenter): Typo.
7484 (speedbar-expand-line): Make arg optional.
7485 (speedbar-mode): Avoid a compiler warning.
7486
7487 2000-05-15 Gerd Moellmann <gerd@gnu.org>
7488
7489 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
7490 user-specified option string is empty.
7491
7492 * mouse.el (mouse-yank-at-click): Doc fix.
7493
7494 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
7495
7496 * term/internal.el (IT-character-translations): More updates of
7497 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
7498 documents.
7499
7500 2000-05-15 Gerd Moellmann <gerd@gnu.org>
7501
7502 * env.el (getenv): New function, interactively callable.
7503 (setenv, getenv): Remove autoload cookies.
7504
7505 * loadup.el: Load `env'.
7506
7507 * progmodes/f90.el: Change author's mail address.
7508
7509 2000-05-14 Dave Love <fx@gnu.org>
7510
7511 * mail/rmail.el (rmail-show-message-hook): Customize and offer
7512 goto-addr as an option.
7513
7514 * help.el (help-xref-stack): Doc fix.
7515 (help-xref-following): New variable.
7516 (help-make-xrefs): Use it.
7517 (help-xref-go-back): Use position information from stack element.
7518 (help-follow): Make position in stack element a pair. Use
7519 help-xref-following.
7520
7521 * autoarg.el: New file.
7522
7523 * faces.el: Declare more functions obsolete.
7524
7525 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
7526 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
7527 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
7528 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
7529 Remove all the setup-...-environment functions.
7530
7531 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
7532
7533 * speedbar.el: Updated the commentary section. xemacs20p now uses
7534 >= when detecting. Require `defimage' safely.
7535 (speedbar-easymenu-definition-base): Add toggle for images.
7536 (speedbar-easymenu-definition-special): Add flush cache & expand.
7537 (speedbar-visiting-tag-hook): Set new defaults. Added options.
7538 (speedbar-reconfigure-keymaps-hook): New variable.
7539 (speedbar-frame-parameters): Updated documentation.
7540 (speedbar-use-imenu-flag): Updated custom tag
7541 (speedbar-dynamic-tags-function-list): New variable.
7542 (speedbar-tag-hierarchy-method): Updated doc & custom.
7543 (speedbar-indentation-width, speedbar-indentation-width) New
7544 variables.
7545 (speedbar-hide-button-brackets-flag): Customizable.
7546 (speedbar-vc-indicator): Doc update.
7547 (speedbar-ignored-path-expressions): Updated default value.
7548 (speedbar-supported-extension-expressions): Updated default value.
7549 (speedbar-syntax-table): Remove {} paren status.
7550 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
7551 as "+". Added overlay aliases.
7552 (speedbar-mode): Use `speedbar-mode-line-update' instead of
7553 `force-mode-line-update'.
7554 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
7555 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
7556 `mouse-set-point'
7557 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
7558 (speedbar-item-info-tag-helper): Revamped to handle a wider range
7559 of arbitrary text, and new helper functions.
7560 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
7561 filename finder.
7562 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
7563 (speedbar-directory-buttons): Update path search/expansion.
7564 (speedbar-make-tag-line): Pay attention to
7565 `speedbar-indentation-width'. Use more care w/ invisible
7566 properties.
7567 (speedbar-change-expand-button-char): Call
7568 `speedbar-insert-image-button-maybe'.
7569 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
7570 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
7571 (speedbar-trim-words-tag-hierarchy)
7572 (speedbar-simple-group-tag-hierarchy): New functions
7573 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
7574 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
7575 functions.
7576 (speedbar-mouse-set-point): New function
7577 (speedbar-power-click): Updated documentation.
7578 (speedbar-line-token, speedbar-goto-this-file): Handle more types
7579 of tag prefix text.
7580 (speedbar-expand-line, speedbar-contract-line): Make more robust
7581 to strange text.
7582 (speedbar-expand-line): Takes universal argument to flush the
7583 cache.
7584 (speedbar-flush-expand-line): New function.
7585 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
7586 Use new generator insertion method.
7587 (speedbar-fetch-dynamic-tags): New function.
7588 (speedbar-fetch-dynamic-imenu): Removed code now handled in
7589 `speedbar-fetch-dynamic-imenu'.
7590 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
7591 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
7592 "Revert Buffer" menu items.
7593 (speedbar-buffer-buttons-engine): Be smarter when creating a
7594 filename tag (for expansion purposes.).
7595 (speedbar-highlight-one-tag-line,
7596 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
7597 (speedbar-recenter): New functions.
7598 (defimage-speedbar): Image loading abstraction.
7599 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
7600 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
7601 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
7602 (speedbar-tag-type, speedbar-tag-mail): New images.
7603 (speedbar-expand-image-button-alist): New variable.
7604 (speedbar-insert-image-button-maybe): Insert an image over some
7605 buttons.
7606
7607 2000-05-13 Kenichi Handa <handa@etl.go.jp>
7608
7609 * international/mule-cmds.el (encode-coding-char): An ASCII
7610 character is always encodable.
7611
7612 * international/mule-conf.el: Add more information in descriptions
7613 of character sets.
7614
7615 * international/mule-diag.el (describe-char-after): New function.
7616 (describe-font-internal): Adjusted for the change of font-info.
7617 (describe-font): Likewise.
7618 (print-fontset): Rewritten for the new fontset implementation.
7619 (describe-fontset): Include fontset alias names in completion.
7620 (list-fontsets): Adjusted for the change of print-fontset.
7621
7622 * simple.el (what-cursor-position): If DETAIL is non-nil, call
7623 describe-char-after instead of displaying the detail in the echo
7624 area.
7625 (syntax-code-table): Format changed.
7626 (string-to-syntax): Adjusted for the above change.
7627
7628 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
7629
7630 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
7631
7632 2000-05-12 Dave Love <fx@gnu.org>
7633
7634 * calendar/todo-mode.el: Remove some compatibility stuff and CL
7635 dependence. Use line-{beginning,end}-position, not
7636 point-at{b,e}ol. Some doc fixes.
7637 (todo-position): New function. Fix callers of position to use it.
7638 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
7639
7640 2000-05-12 Gerd Moellmann <gerd@gnu.org>
7641
7642 * time.el (display-time-mail-icon): Use `:ascent center'.
7643
7644 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
7645 handling FTP security extensions.
7646
7647 2000-05-11 Dave Love <fx@gnu.org>
7648
7649 * calendar/todo-mode.el: New file.
7650
7651 2000-05-11 Gerd Moellmann <gerd@gnu.org>
7652
7653 * comint.el (comint-read-input-ring): Move reference to
7654 comint-input-ring-size outside of the save-excursion. It was
7655 causing the default value to be the only one ever seen.
7656
7657 * font-lock.el: Update copyright. Remove Simon Marshall's email
7658 address on request from him.
7659
7660 * subr.el (substitute-key-definition): Add comment describing
7661 the meaning of PREFIX.
7662
7663 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
7664
7665 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
7666
7667 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
7668 (add-minor-mode): Don't make the variable buffer-local and add a
7669 reference to define-minor-mode in the docstring.
7670
7671 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
7672 HEADER/FOOTER and fix bug with trailing empty directory.
7673 (cvs-append-to-ignore): Use vc-editable-p if available.
7674 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
7675 (vc-do-command): Tweak advice to handle the new VC.
7676
7677 * log-view.el (log-view-goto-rev): New function for the new VC.
7678 (log-view-minor-wrap): Use mark-active.
7679
7680 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
7681 (log-edit-changelog-full-paragraphs): New var.
7682 (log-edit-insert-changelog): Remove a lonely leading `* file'.
7683 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
7684 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
7685 (log-edit-changelog-ours-p, log-edit-changelog-entries)
7686 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
7687 Replace the `cvs' prefix with `log-edit'.
7688
7689 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
7690
7691 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
7692 (diff-font-lock-defaults): Explicitly turn off multiline.
7693 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
7694 (diff-ediff-patch): Fix call to ediff-patch-file.
7695 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
7696 Handle comments.
7697
7698 * frame.el (automatic-hscrolling): Typo.
7699
7700 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
7701
7702 2000-05-09 Sam Steingold <sds@goems.com>
7703
7704 * apropos.el (apropos-print): use `describe-face' instead of
7705 `customize-face-other-window'.
7706
7707 2000-05-09 Dave Love <fx@gnu.org>
7708
7709 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
7710
7711 * help.el (describe-variable): Have customize button pop the
7712 help-xref stack when invoked.
7713 (help-xref-symbol-regexp): Add `face'.
7714 (help-make-xrefs): Check for quoted face names and adapt regexp
7715 submatch numbers to cope.
7716 (help-xref-interned): Maybe insert face doc too. Separate
7717 sections with a line of hyphens.
7718
7719 * faces.el: Some doc fixes. Declare some functions obsolete.
7720 (describe-face): Add customize button. Return the help
7721 text. Fix prompt.
7722
7723 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
7724
7725 * term/internal.el (IT-character-translations): Fix last change.
7726
7727 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7728
7729 * woman.el: New file
7730 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
7731
7732 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7733
7734 * term/internal.el (IT-character-translations): Update ASCII
7735 simulations for greek-iso8859-7, add latin-iso8859-14 and
7736 latin-iso8859-15.
7737
7738 * international/mule-cmds.el (set-language-info-alist): Call
7739 define-prefix-command with 3 arguments, to make the map suitable
7740 for a menu.
7741
7742 2000-05-07 Dave Love <fx@gnu.org>
7743
7744 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
7745
7746 2000-05-05 Dave Love <fx@gnu.org>
7747
7748 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
7749 list in doc string. Don't quote keyword symbols.
7750 * emacs-lisp/cl.el: Likewise
7751 * emacs-lisp/cl-seq.el: Likewise
7752
7753 2000-05-05 Gerd Moellmann <gerd@gnu.org>
7754
7755 * abbrev.el (abbrev-mode): Make ARG optional.
7756
7757 2000-05-04 Gerd Moellmann <gerd@gnu.org>
7758
7759 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
7760
7761 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
7762
7763 * subr.el (substitute-key-definition): Clarify documentation.
7764
7765 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
7766
7767 * glasses.el (glasses-convert-to-unreadable): Use
7768 `glasses-separator' instead of the hard-wired "_".
7769 (glasses-mode): Call `glasses-make-unreadable' only in a single
7770 place.
7771
7772 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
7773
7774 * term/internal.el (cjk-codepages-alist): Add associations for
7775 Chinese and Korean codepages. Remove FIXME comment.
7776
7777 2000-05-03 Dave Love <fx@gnu.org>
7778
7779 * time.el (display-time-mail-face, display-time-use-mail-icon):
7780 New option.
7781 (display-time-mail-icon): New variable.
7782 (display-time-string-forms): Use the above. Fix the local-map.
7783
7784 2000-05-03 Gerd Moellmann <gerd@gnu.org>
7785
7786 * replace.el (query-replace-map): Add binding for `E'.
7787 (query-replace-help): Extend help text.
7788 (perform-replace): Allow editing the replacement string.
7789
7790 * make-mode.el (makefile-mode-abbrev-table): New variable.
7791 (makefile-mode): Set local abbrev table to
7792 makefile-mode-abbrev-table.
7793 (makefile-font-lock-keywords): Fontify includes and conditionals.
7794
7795 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
7796 set TOGGLE's value.
7797
7798 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
7799 mail-interactive-insert-alias.
7800 (mail-abbrev-complete-alias): New command.
7801 (mail-mode-map): Bind it to `M-TAB'.
7802
7803 2000-05-03 Kenichi Handa <handa@etl.go.jp>
7804
7805 * language/lao-util.el (lao-compose-region): New function.
7806
7807 2000-05-02 Gerd Moellmann <gerd@gnu.org>
7808
7809 * files.el (recover-session): Make directories as necessary
7810 if they don't exist yet.
7811
7812 * calendar/cal-french.el
7813 (french-calendar-multibyte-special-days-array)
7814 (french-calendar-special-days-array): Change French text.
7815 (calendar-french-date-string): Change output.
7816 (calendar-goto-french-date): Likewise.
7817
7818 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
7819
7820 * wid-edit.el (widget-default-active): Obey `:always-active'.
7821 (widget-documentation-string-value-create): Set `:always-active'.
7822
7823 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7824
7825 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
7826 default prefix to `~/_emacs.d/auto-save.list/_s'.
7827 (normal-top-level): Create the directory for auto-save files, if
7828 it doesn't already exist (in the ms-dos case only).
7829
7830 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7831
7832 * international/mule-cmds.el (set-language-environment): Don't
7833 concat an integer (dos-codepage), use format instead.
7834
7835 2000-05-02 Dave Love <fx@gnu.org>
7836
7837 * help.el (help-xref-on-pp): Check for constant symbols.
7838
7839 2000-04-29 Gerd Moellmann <gerd@gnu.org>
7840
7841 * startup.el (normal-top-level): Put a condition-case around
7842 the code loading subdirs.el.
7843
7844 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7845
7846 * ps-print.el: Upside-down and face background color printing,
7847 line number step, doc fix.
7848 (ps-print-version): New version number (5.2).
7849 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
7850 (ps-face-attribute-list, ps-plot-with-face): Code fix.
7851 (ps-spool-config): Var fix.
7852 (ps-printer-name-option): Const fix.
7853 (ps-print-upside-down, ps-use-face-background)
7854 (ps-line-number-step): New vars.
7855 (ps-window-system, ps-lp-system): New consts.
7856 (ps-face-background): New fun.
7857
7858 2000-04-28 Richard Stallman <rms@gnu.org>
7859
7860 * files.el (make-auto-save-file-name):
7861 Apply auto-save-file-name-transforms to visited file name
7862 before generating auto save file name.
7863 (auto-save-file-name-transforms): New variable.
7864
7865 * files.el (backup-enable-predicate):
7866 Correctly test for a file under a temporary directory.
7867
7868 2000-04-28 Gerd Moellmann <gerd@gnu.org>
7869
7870 * subr.el (add-minor-mode): Rewritten.
7871
7872 2000-04-28 Kenichi Handa <handa@etl.go.jp>
7873
7874 * mail/sendmail.el (sendmail-send-it): Set
7875 buffer-file-coding-system to the selected coding system for MIME
7876 header.
7877
7878 2000-04-27 Gerd Moellmann <gerd@gnu.org>
7879
7880 * dired.el (dired-move-to-filename-regexp): Allow format where
7881 YYYY is followed by two spaces.
7882
7883 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
7884 in the second character class of the regexp.
7885
7886 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
7887 mh-etc, too.
7888
7889 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
7890 nil.
7891
7892 * subr.el (add-minor-mode): Use `set' instead of `setq'.
7893
7894 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
7895 argument.
7896
7897 2000-04-27 Sen Nagata <sen@eccosys.com>
7898
7899 * emacs-lisp/crm.el (crm-completion-table): New variable.
7900 (crm-collection-fn, crm-test-completion)
7901 (completing-read-multiple): Use it.
7902
7903 2000-04-27 Dave Love <fx@gnu.org>
7904
7905 * help.el (locate-library): Use mapc.
7906 (help-manyarg-func-alist): Add call-process-region.
7907
7908 2000-04-26 Gerd Moellmann <gerd@gnu.org>
7909
7910 * subr.el (add-minor-mode): Make argument MAP optional.
7911
7912 * desktop.el (desktop-save): Save list of minor modes.
7913 (desktop-create-buffer): Restore minor modes.
7914 (desktop-minor-mode-table): New user-option.
7915
7916 * subr.el (add-minor-mode): New function.
7917
7918 * image.el (find-image): New function.
7919 (defimage): Rewritten to find image at load time.
7920
7921 * startup.el (normal-top-level-add-to-load-path): Handle
7922 case that the default directory is not in load-path.
7923
7924 * help.el: Old patch from Stefan Monnier.
7925 (help-xref-on-pp): New function.
7926 (describe-variable): Use it to display xrefs in a symbol's value.
7927
7928 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
7929
7930 * cus-edit.el (custom-face): Fix parenthesis.
7931
7932 2000-04-26 Kenichi Handa <handa@etl.go.jp>
7933
7934 * mail/rmail.el (rmail-expunge): When there are no deleted
7935 messages, do nothing.
7936
7937 2000-04-26 Dave Love <fx@gnu.org>
7938
7939 * international/mule-cmds.el (locale-translation-file-name):
7940 Defvar to nil.
7941 (set-locale-environment): Set it here (at runtime).
7942
7943 2000-04-25 Gerd Moellmann <gerd@gnu.org>
7944
7945 * replace.el (perform-replace): Add parameters START and END. Use
7946 them instead of the check for a region in Transient Mark mode.
7947 (query-replace-read-args): Return two more list elements for the
7948 start and end of the region in Transient Mark mode.
7949 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7950 (map-query-replace-regexp, replace-string, replace-regexp): Add
7951 optional last arguments START and END and pass them to
7952 perform-replace.
7953
7954 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
7955 form with additional arguments for perform-replace.
7956
7957 * progmodes/etags.el (tags-query-replace): Add parameters START
7958 and END. Construct a form with additional arguments for
7959 perform-replace.
7960
7961 * simple.el (shell-command): Set default directory for "*Shell
7962 Command Output" buffer.
7963
7964 * language/european.el (iso-latin-4): Fix typo.
7965
7966 * emacs-lisp/crm.el: New file.
7967
7968 2000-04-24 Dave Love <fx@gnu.org>
7969
7970 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7971 (Custom-reset-saved, Custom-reset-standard)
7972 (custom-group-value-create, custom-group-set, custom-group-save)
7973 (custom-group-reset-current, custom-group-reset-saved)
7974 (custom-group-reset-standard): Use mapc.
7975 (custom-buffer-create-internal): Disable undo when creating items.
7976 Use mapc.
7977 (custom-face): Avoid redundant lambda.
7978
7979 2000-04-24 Gerd Moellmann <gerd@gnu.org>
7980
7981 * startup.el (auto-save-list-file-prefix): Set default to
7982 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
7983
7984 2000-04-24 Sam Steingold <sds@gnu.org>
7985
7986 * time-stamp.el (time-stamp-string-preprocess): Always convert
7987 `field-result' to a string.
7988
7989 2000-04-24 Gerd Moellmann <gerd@gnu.org>
7990
7991 * frame.el (scrolling): New group.
7992 (automatic-hscrolling): New user-option.
7993
7994 * startup.el (command-line-x-option-alist): Add `-lsp' and
7995 `--line-spacing'.
7996
7997 2000-04-19 Dave Love <fx@gnu.org>
7998
7999 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8000 (cl-mapc): Rename from mapc. Fix the funcall.
8001
8002 2000-04-19 Gerd Moellmann <gerd@gnu.org>
8003
8004 * simple.el (clone-indirect-buffer-other-window): New command.
8005 (clone-indirect-buffer): Add optional arg NORECROD.
8006 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8007
8008 * help.el (resize-temp-buffer-window): Use count-screen-lines.
8009
8010 * window.el (count-screen-lines): New function.
8011 (shrink-window-if-larger-than-buffer): Use count-screen-lines
8012 instead of window-buffer-height.
8013
8014 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8015 non-existing variable comint-input-sentinel.
8016 (inferior-lisp-args-to-list): Removed.
8017 (inferior-lisp): Use split-string instead of
8018 inferior-lisp-args-to-list.
8019
8020 * hexl.el (hexl-insert-hex-string): New command.
8021
8022 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8023 instead of concat.
8024
8025 2000-04-18 Gerd Moellmann <gerd@gnu.org>
8026
8027 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8028 at the start of an existing but empty folder.
8029
8030 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8031
8032 * ps-mule.el: Customization fix, doc fix.
8033 (ps-multibyte-buffer): Customization fix.
8034
8035 2000-04-17 Richard M. Stallman <rms@gnu.org>
8036
8037 * subr.el (read-passwd): Use read-char-exclusive.
8038
8039 2000-04-17 Gerd Moellmann <gerd@gnu.org>
8040
8041 * textmodes/texinfo.el (texinfo-insert-@email)
8042 (texinfo-insert-@emph, texinfo-insert-@quotation)
8043 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8044 (texinfo-mode-map): Add key bindings for them.
8045
8046 * files.el (basic-save-buffer-2): Use a template with `$'
8047 instead of `#' for VMS.
8048
8049 * simple.el (clone-indirect-buffer): New function.
8050
8051 2000-04-16 Stephen Eglen <stephen@gnu.org>
8052
8053 * iswitchb.el (iswitchb-case): New function. If the user input
8054 contains any upper-case characters, the search is made
8055 case-sensitive.
8056
8057 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
8058
8059 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8060 comment-end.
8061 (texinfo-font-lock-syntactic-keywords): New var.
8062 (texinfo-font-lock-keywords): Remove comment regexp.
8063 (texinfo-insert-block): New function.
8064 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
8065 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
8066 and font-lock-defaults. Use regexp-opt for outline-regexp.
8067 (texinfo-environments): New var.
8068 (texinfo-environment-regexp): Use regexp-opt and
8069 texinfo-environments.
8070
8071 * textmodes/ispell.el (ispell-menu-map-needed): Check that
8072 ispell-process is bound since this might be eval'd before ispell
8073 is loaded.
8074 (ispell-message): Use a tiny bit less magic and a bit more hard
8075 data to figure out what kind of sc-cite-regexp to use.
8076
8077 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8078
8079 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8080 (insert-cyclic-diary-entry): Unquote the lambda.
8081
8082 * gud.el (gud-jdb-build-source-files-list): Fix typo.
8083
8084 * files.el (backup-enable-predicate): Unquote the lambda.
8085
8086 * cus-edit.el (custom-face, face): Unquote the lambda.
8087
8088 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8089
8090 * ps-print.el: Check for line-beginning-position definition.
8091
8092 * ps-print.el: Fix counting lines in a region.
8093 (ps-print-version): New version number (5.1.5).
8094 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8095 (ps-printing-region): Fun code fix.
8096
8097 2000-04-15 Gerd Moellmann <gerd@gnu.org>
8098
8099 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8100 to file-directory-p.
8101
8102 2000-04-14 Gerd Moellmann <gerd@gnu.org>
8103
8104 * gud.el (gud-jdb-build-source-files-list): Check that directory
8105 exists before calling directory-files.
8106
8107 2000-04-13 Dave Love <fx@gnu.org>
8108
8109 * emacs-lisp/trace.el: Change maintainer. Use new backquote
8110 syntax.
8111
8112 * emacs-lisp/cl-specs.el: Remove when, unless.
8113
8114 * emacs-lisp/cl-extra.el: Don't quote keywords.
8115 (cl-old-mapc): New variable.
8116 (mapc): Use it.
8117 (cl-map-intervals): Use with-current-buffer. Don't check for
8118 next-property-change.
8119 (cl-map-overlays): Use with-current-buffer.
8120 (cl-expt): Remove.
8121 (copy-tree, remprop): Define unconditionally.
8122
8123 * emacs-lisp/cl-compat.el (keywordp): Remove.
8124
8125 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
8126 to use keywordp.
8127 (edebug-spec): Enable keywordp.
8128
8129 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8130 string-lessp.
8131
8132 * cus-start.el: Use keywordp.
8133
8134 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8135
8136 * diary-lib.el (include-other-diary-files): Fix the fix of
8137 2000-02-18 by doing a save-excursion.
8138
8139 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8140
8141 * ps-print.el: Customization fix, doc fix.
8142 (ps-print-version): New version number (5.1.4).
8143 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8144 (ps-print-preprint): Adjust code.
8145 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8146 (ps-print-prologue-header, ps-print-control-characters)
8147 (ps-spool-config): Customization fix.
8148
8149 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8150
8151 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8152 converted to the new menu-item format, names silightly changed,
8153 help strings added.
8154
8155 Support for spelling without async subprocesses:
8156
8157 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8158 (ispell-session-buffer): New variables.
8159 (ispell-start-process, ispell-process-status,
8160 ispell-accept-output, ispell-send-string): New functions, for
8161 Ispell invocation when async subprocesses aren't supported.
8162 (ispell-word, ispell-pdict-save, ispell-command-loop,
8163 ispell-process-line, ispell-buffer-local-parsing): Replace calls
8164 to process-send-string with calls to ispell-send-string, and
8165 accept-process-output with ispell-accept-output.
8166 (ispell-init-process): Call ispell-process-status instead of
8167 process-status with.
8168 (ispell-init-process): Call ispell-start-process. Call
8169 ispell-accept-output and ispell-send-string. Don't call
8170 process-kill-without-query and kill-process if they are unbound.
8171 (ispell-async-processp): New function.
8172
8173 2000-04-12 Dave Love <fx@gnu.org>
8174
8175 * info.el: Add debug-ignored-errors.
8176 (Info-mode-menu): Add some items.
8177 (Info-directory): Add autoload cookie.
8178
8179 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8180 Modify `truncate-lines'. Make `describe-language-environment'
8181 always visible and add help. Modify `describe-key' help. Invoke
8182 Info-directory from `info'. New entry `emacs-manual'.
8183
8184 2000-04-10 Gerd Moellmann <gerd@gnu.org>
8185
8186 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8187 propertized-buffer-identification.
8188 (ebrowse-update-member-buffer-mode-line): Likewise.
8189 (ebrowse--mode-strings): Removed.
8190 (ebrowse--mode-line-props): Removed.
8191
8192 * files.el (auto-mode-alist): Add `EBROWSE'.
8193
8194 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8195 space before testing for end of buffer.
8196 (ebrowse-load): Removed.
8197 (ebrowse-revert-tree-buffer-from-file): Rewritten.
8198 (ebrowse-create-tree-buffer): Rewritten.
8199 (ebrowse-tree-mode): Read tree from buffer.
8200
8201 * progmodes/ebrowse-ffh.el: Removed.
8202
8203 2000-04-10 Kenichi Handa <handa@etl.go.jp>
8204
8205 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8206
8207 2000-04-10 Gerd Moellmann <gerd@gnu.org>
8208
8209 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8210 at the wrong place.
8211
8212 2000-04-09 Dave Love <fx@gnu.org>
8213
8214 * files.el (backup-enable-predicate): Use
8215 temporary-file-directory, small-temporary-file-directory.
8216 (make-backup-file-name-function, backup-directory-alist): New
8217 variables.
8218 (make-backup-file-name-1): New function.
8219 (make-backup-file-name): Use it.
8220 (find-backup-file-name): Likewise. Use format for clarity, not
8221 concat.
8222 (file-newest-backup): Use make-backup-file-name.
8223
8224 2000-04-09 Gerd Moellmann <gerd@gnu.org>
8225
8226 * progmodes/ebrowse-ffh.el: New file.
8227
8228 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8229 to ebrowse-ffh.el.
8230 (ebrowse-load): Add autoload.
8231
8232 * finder.el (finder-commentary): Add autoload cookie.
8233
8234 * mail/rfc2368.el: Correct author's email address.
8235
8236 * progmodes/ebrowse.el: New file.
8237
8238 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8239 item help string.
8240 (easy-menu-do-add-item): Ditto.
8241 (easy-menu-define): Extend doc string.
8242
8243 * jit-lock.el (with-buffer-unmodified): Use
8244 restore-buffer-modified-p.
8245 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8246 (jit-lock-function, jit-lock-stealth-fontify): Don't use
8247 with-buffer-unmodified.
8248
8249 2000-04-08 Dave Love <fx@gnu.org>
8250
8251 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8252 unless, when.
8253
8254 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
8255
8256 * viper-util.el (viper-put-on-search-overlay): New subroutine.
8257 (viper-flash-search-pattern): No operation when using Emacs
8258 doesn't support face.
8259 Use `viper-put-on-search-overlay'.
8260
8261 2000-04-04 Gerd Moellmann <gerd@gnu.org>
8262
8263 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8264 like C-r.
8265
8266 * progmodes/make-mode.el: Some doc fixes.
8267 (makefile-mode-abbrev-table): New variable.
8268 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8269 (makefile-font-lock-keywords): Fontify includes and conditionals.
8270 (toplevel): Require `dabbrev' and `add-log' when compiling.
8271
8272 * replace.el (perform-replace): Don't move forward one char
8273 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
8274 to do that because it leaves point 1 position after the last
8275 replacement, after everything has been replaced.
8276
8277 * jit-lock.el (with-buffer-unmodified): New macro.
8278 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8279 modified state.
8280 (jit-lock-function-1): Extracted from jit-lock-function; not
8281 preserving buffer's modified state.
8282 (jit-lock-function, jit-lock-stealth-fontify): Call
8283 jit-lock-function-1.
8284
8285 * mail/rfc2368.el: Remove supernumerary copyright line.
8286
8287 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
8288
8289 * glasses.el: Provide facilities for inserting space before left
8290 parentheses and uncapitalization of identifiers.
8291 (glasses-mode): Try to remove old overlays in all cases.
8292
8293 2000-04-03 Gerd Moellmann <gerd@gnu.org>
8294
8295 * progmodes/compile.el (compile-internal): Display the compilation
8296 buffer in a different frame, if it's already displayed there.
8297
8298 * mail/rfc2368.el: New file.
8299
8300 * simple.el (sendmail-user-agent-compose): Recognize a `body'
8301 header and insert its value as mail body.
8302
8303 * subr.el (member-ignore-case): New function.
8304
8305 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8306 (dabbrev--find-expansion): Ignore buffers matching a regexp
8307 from dabbrev-ignored-regexps.
8308
8309 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8310 to extensions handled by gzip.
8311
8312 2000-04-03 Richard M. Stallman <rms@gnu.org>
8313
8314 * files.el (insert-directory): List the total free space
8315 along with the used space.
8316
8317 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8318 line is followed by one that matches CITATION-REGEXP, end the
8319 paragraph.
8320
8321 2000-04-03 Markus Rost <rost@delysid.gnu.org>
8322
8323 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8324 (rmail-make-basic-summary-line): Use that option.
8325
8326 2000-04-03 Kenichi Handa <handa@etl.go.jp>
8327
8328 * international/mule-cmds.el (encoded-string-description):
8329 Rewritten. Try pretty description for ISO 2022 escape sequences
8330 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
8331 for hexadecimal format.
8332
8333 2000-04-01 Dave Love <fx@gnu.org>
8334
8335 * cpp.el: Change customization group to `c' from `C'.
8336
8337 * vcursor.el (vcursor-move): Use display-color-p.
8338
8339 * international/mule-util.el: Provide mule-utils.
8340 (string-to-sequence): Simplify and speed up.
8341
8342 * international/mule.el (make-coding-system): Purecopy doc-string.
8343
8344 * international/mule-cmds.el: Various menu changes.
8345 (describe-specified-language-support): Handle `Default'.
8346 (set-language-info): Purecopy `info'.
8347
8348 2000-03-31 Andrew Innes <andrewi@gnu.org>
8349
8350 * vc.el (vc-backend-diff): Return the correct status if we had to
8351 retry the rcsdiff command without the --brief option.
8352
8353 2000-03-31 Dave Love <fx@gnu.org>
8354
8355 * help.el (help-manyarg-func-alist): Correct several omissions.
8356
8357 * add-log.el: Don't require cl, fortran.
8358 (add-log-current-defun-function): Doc fix.
8359 (change-log-version-number-regexp-list): Remove SCCS part. Doc
8360 fix.
8361 (change-log-version-rcs): Function deleted.
8362 (change-log-version-number-search): Doc fix. Use
8363 vc-workfile-version. Avoid CL dolist.
8364 (add-change-log-entry): Just call add-log-current-defun to get
8365 defun. Simplify somewhat.
8366 (change-log-get-method-definition-1): Likewise.
8367 (add-log-current-defun): Return nil if calling
8368 add-log-current-defun-function does so. Move Fortran stuff to
8369 fortran.el. Return string without properties.
8370
8371 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
8372 and :alpha: char classes.
8373
8374 * mail/supercite.el: Defvar curline when compiling.
8375 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
8376 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
8377 rather than a-zA-Z0-9 to allow non-ASCII characters.
8378
8379 2000-03-31 Gerd Moellmann <gerd@gnu.org>
8380
8381 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
8382
8383 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8384 Re-enable new code.
8385
8386 * lpr.el (print-region-1): Use -d to specify printer name for
8387 systems `usg-unix-v*, `dgux', `hpux', `irix'.
8388
8389 2000-03-31 Dave Love <fx@gnu.org>
8390
8391 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
8392 for function definition in symbol's function value slot first
8393 instead of first consulting byte-compile-function-environment.
8394
8395 2000-03-31 Kenichi Handa <handa@etl.go.jp>
8396
8397 * language/european.el ("Polish"): New language environment.
8398 (setup-polish-environment): New function.
8399
8400 2000-03-30 Gerd Moellmann <gerd@gnu.org>
8401
8402 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8403 Disable new code.
8404
8405 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
8406 trying to `load' the symbol of an autoload instead of the file
8407 recorded in the autoload. Fix error messages.
8408
8409 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8410
8411 * ps-print.el: PostScript programming fix for ghostview, doc fix.
8412 (ps-print-version): New version number (5.1.3).
8413 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
8414 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
8415 (ps-generate-postscript-with-faces): Code fix.
8416 (ps-color-values): XEmacs compatibility.
8417 (ps-print-background-image, ps-print-background-text, ps-printer-name)
8418 (ps-default-fg, ps-default-bg): Adjust customization.
8419 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
8420 (ps-color-scale): Renaming old ps-color-value fun.
8421 (ps-print-headers): Replace ps-print-header group to avoid conflict
8422 with ps-print-header variable.
8423 (ps-print-miscellany): New group.
8424 (ps-format-color, ps-rgb-color): New funs.
8425 (ps-default-foreground): New var.
8426 (ps-printer-name-option): New const.
8427
8428 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
8429
8430 * net/net-utils.el:
8431 (network-connection-host, network-connection-service): New variables
8432 (network-connection-mode): New mode, derived from comint-mode
8433 (network-connection-mode-setup): New function, saves host and
8434 service information in local variables.
8435
8436 * lisp/locate.el:
8437 (locate-word-at-point): Added this function
8438 (locate): Default to using locate-word-at-point as input
8439 Run dired-mode-hook
8440
8441 2000-03-29 Dave Love <fx@gnu.org>
8442
8443 * calendar/appt.el: Doc fixes.
8444 (appt-check): Convert min-to-app to a string before passing to
8445 appt-disp-window-function or concat.
8446 (appt-delete-window): Remove test for frame-root-window.
8447 (appt-select-lowest-window, appt-convert-time): Simplify.
8448
8449 * emacs-lisp/bytecomp.el: Doc fixes.
8450 (byte-compile-file-form-autoload): Update
8451 byte-compile-function-environment.
8452
8453 2000-03-29 Andreas Schwab <schwab@suse.de>
8454
8455 * emacs-lisp/autoload.el: Also print defsubst doc string
8456 specially.
8457
8458 * dired.el (dired-insert-directory): If dired-free-space-program
8459 failed just delete its output.
8460
8461 2000-03-29 Dave Love <fx@gnu.org>
8462
8463 * international/iso-cvt.el: Move provide to end. Doc fixes.
8464 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
8465 (iso-iso2sgml, iso-sgml2iso): New functions.
8466 (iso-cvt-define-menu): Fix some entries and use backquote for
8467 clarity.
8468
8469 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
8470
8471 2000-03-28 Gerd Moellmann <gerd@gnu.org>
8472
8473 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
8474 ISO-DATE. If non-nil, return date in ISO 8601 format.
8475
8476 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
8477
8478 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
8479 if it ever becomes used.
8480 (log-edit-mode-hook): Default to vc-log-mode-hook.
8481 (log-edit-mode): Fix the docstring.
8482
8483 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
8484 the code.
8485
8486 2000-03-26 Dave Love <fx@gnu.org>
8487
8488 * net/browse-url.el (browse-url): Re-fix case of
8489 browse-url-browser-function being an alist.
8490 (browse-url): Add :link to defgroup.
8491
8492 * files.el: Doc fixes.
8493 (file-truename): Include `[' in wildcard characters.
8494 (automount-dir-prefix): Customize.
8495 (find-file-wildcards): Add :version.
8496 (find-file-noselect): Simplify a mapcar call.
8497
8498 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
8499 compatible with inf-lisp version.
8500 (eval-defun-1): Fix custom-declare-variable case.
8501
8502 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
8503
8504 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
8505
8506 2000-03-24 Gerd Moellmann <gerd@gnu.org>
8507
8508 * Makefile (COMPILE_FIRST): New macro.
8509 (compile-files): Compile files from COMPILE_FIRST first.
8510
8511 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
8512 code.
8513
8514 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
8515 matching open parenthesis in column 0 to defun-prompt-regexp
8516 only if open-paren-in-column-0-is-defun-start is set.
8517
8518 * sun-curs.el: Require CL at compile-time only.
8519
8520 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
8521 instead of copy-list which is a function from CL.
8522 (msb--choose-menu, msb--mode-menu-cond)
8523 (msb--create-buffer-menu-2): Use dolist instead of mapc.
8524 (msb--init-file-alist): Use mapcar instead of mapcan.
8525 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
8526 `(' in column 0 in doc string.
8527 (msb--add-separators): Use mapcar instead of mapcan.
8528
8529 * cus-dep.el: Require CL at compile-time only.
8530
8531 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
8532
8533 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8534 (byte-compile-warnings): New warning `noruntime'.
8535 (byte-compile-constants, byte-compile-variables): Fix docstring.
8536 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
8537 execute `eval-whenc-compile's body.
8538 (byte-compile-unresolved-functions): Fix docstring.
8539 (byte-compile-eval): New function.
8540 (byte-compile-callargs-warn): Check if the function will be available
8541 at runtime (via property `byte-compile-noruntime').
8542 (byte-compile-print-syms): New function.
8543 (byte-compile-warn-about-unresolved-functions): Also warn about
8544 `noruntime' functions (and use `byte-compile-print-syms').
8545 (byte-compile-file): Capitalize the message.
8546
8547 2000-03-24 Gerd Moellmann <gerd@gnu.org>
8548
8549 * mail/rmail.el (rmail-confirm-expunge): New user-option.
8550 (rmail-expunge): Ask for confirmation depending on the setting
8551 of rmail-confirm-expunge.
8552
8553 2000-03-23 Gerd Moellmann <gerd@gnu.org>
8554
8555 * Makefile (bootstrap-clean): If $(emacs) exists, build
8556 loaddefs.el first. A loaddefs.el that's not up-to-date might
8557 cause a bootstrap failure because things don't autoload as
8558 expected.
8559
8560 2000-03-23 Dave Love <fx@gnu.org>
8561
8562 * net/browse-url.el: Restore previous use of
8563 browse-url-maybe-new-window.
8564
8565 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8566
8567 * ps-print.el: Skip banner page fix.
8568 (ps-print-version): New version number (5.1.2).
8569 (ps-begin-file, ps-end-file, ps-generate): Code fix.
8570
8571 2000-03-23 Dave Pearson <davep@davep.org>
8572
8573 * net/quickurl.el Changed the type of parameter passed to the
8574 function defined by `quickurl-format-function'. Before only the
8575 text of the URL was passed. Now the whole URL structure is passed
8576 and the function is responsible for extracting the parts it
8577 requires. Changed the default of `quickurl-format-function'
8578 accordingly.
8579 (quickurl-insert): Changed the `funcall' of
8580 `quickurl-format-function' to match the above change.
8581 (quickurl-list-insert): Changed the `url' case so that it makes
8582 use of `quickurl-format-function', previous to this the format was
8583 hard wired.
8584
8585 2000-03-22 Gerd Moellmann <gerd@gnu.org>
8586
8587 * startup.el: Change some spellings for the X Window System.
8588
8589 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
8590
8591 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
8592 up the code and the regexp and make sure the cursor is temporarily
8593 moved to the suspicious line while querying the user.
8594
8595 2000-03-22 Jason Rumney <jasonr@gnu.org>
8596
8597 * w32-fns.el (w32-charset-info-alist): Initialize.
8598
8599 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8600
8601 * ps-print.el: N-up last page fix.
8602 (ps-print-version): New version number (5.1.1).
8603 (ps-end-file, ps-end-job, ps-generate): Code fix.
8604
8605 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8606
8607 * files.el (find-file-run-dired): Update docstring.
8608 (find-directory-functions): New hook.
8609 (find-file-noselect): Run find-directory-functions rather than
8610 calling dired directly.
8611
8612 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
8613
8614 * pcvs.el: Add a minimal leading commentary.
8615 (cvs-make-cvs-buffer): Change the header part by removing the startup
8616 message and adding a `Module' entry. Also replace the FOOTER and
8617 HEADER special fileinfos with the new support in ewoc for updating
8618 its own footer and header.
8619 (cvs-update-header): Update to use the header/footer of the ewoc.
8620 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
8621 (cvs-is-within-p): New function.
8622 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
8623 to only examine some subset of the buffers.
8624
8625 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
8626 `format' instead of our own ad-hoc functions.
8627 Remove HEADER and FOOTER cases, now handled in the EWOC.
8628 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
8629
8630 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
8631 output to avoid scaring the user.
8632 (cvs-parse-table): Catch message for non-up-to-date commits.
8633
8634 * pcvs-defs.el (cvs-startup-message): Remove.
8635 (cvs-global-menu): New autoloaded menu.
8636
8637 * pcvs-util.el (cvs-string-fill): Remove.
8638
8639 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
8640 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
8641 PP part of it and also make it work for footers and headers.
8642 (ewoc-create): Drop POS and BUFFER arguments.
8643 Use the DLL's dummy node to store the end-of-footer position.
8644 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
8645 (ewoc-refresh): Remove unused `header' variable.
8646 (ewoc-(get|set)-hf): New functions.
8647
8648 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
8649 log-view-*-(message|file) and use easy-mmode-define-navigation.
8650 (log-view-message-re): Match SCCS format as well.
8651 And match the revision line rather than the dashed separator line.
8652 (log-view-mode): Use the new define-derived-mode.
8653 (log-view-current-tag): Fill in with an actual implementation.
8654
8655 * cvs-status.el (cvs-status-(prev|next)): Rename from
8656 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
8657 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
8658 to let the output "breathe" a little more (more readable).
8659 (cvs-status-mode): Use the new define-derived-mode.
8660
8661 * smerge-mode.el (smerge-auto-leave): New function and variable.
8662 (smerge-basic-map): Rename from smerge-basic-keymap.
8663 Change the bindings for smerge-diff-*.
8664 (smerge-*-map): Use easy-mmode-defmap.
8665 (smerge-(next|prev)): Use easy-mmode-define-navigation.
8666 (smerge-keep-*): Use smerge-auto-leave.
8667
8668 2000-03-21 Jason Rumney <jasonr@gnu.org>
8669
8670 * cus-edit.el (custom-button-face): Use 3D look for w32.
8671 (custom-button-pressed-face): Likewise.
8672
8673 2000-03-21 Gerd Moellmann <gerd@gnu.org>
8674
8675 * progmodes/etags.el (tags-case-fold-search): New user-option.
8676 (tags-loop-eval): New function. Bind case-fold-search around eval
8677 depending on the value of tags-case-fold-search.
8678 (tags-loop-continue): Use tags-loop-eval.
8679 (find-tag-in-order): Bind case-fold-search depending on the value
8680 of tags-case-fold-search.
8681
8682 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8683
8684 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
8685 (diff-end-of-hunk): Return the end position for use in
8686 `easy-mmode-define-navigation'.
8687 (diff-recenter): Remove.
8688 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
8689 of `easy-mmode-define-navigation'.
8690 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
8691 previous renaming) and fix to use new names.
8692 (diff-merge-strings): Use \n as separator: simpler, faster.
8693 (diff-mode): Use `define-derived-mode'.
8694
8695 * derived.el (define-derived-mode): Don't autoload anymore.
8696 Prefer the macro-only version provided by easy-mmode.el.
8697
8698 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
8699 `easy-mmode-define-derived-mode'.
8700 Use `combine-run-hooks'.
8701 (easy-mmode-define-navigation): New macro.
8702
8703 * subr.el (combine-run-hooks): New function.
8704
8705 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
8706
8707 * term/x-win.el: Fontsets related initialization is simplified.
8708
8709 * international/mule-diag.el (describe-font): Don't refer to
8710 global-fontset-alist, instead call font-list.
8711 (describe-fontset, list-fontsets, mule-diag): Likewise.
8712 (print-fontset): Adjusted for the change of fontset
8713 implementation.
8714
8715 * international/fontset.el (x-charset-registries): Variable
8716 removed, instead the corresponding data is stored in the default
8717 fontset.
8718 (register-alternate-fontnames): Function removed.
8719 (resolved-ascii-font): Variable removed.
8720 (x-compose-font-name): Ignore the second argument REDOCE.
8721 (x-complement-fontset-spec): Complement only an ASCII font and
8722 element for those charsets than can use that ASCII font.
8723 (generate-fontset-menu): Don't refer to global-fontset-alist,
8724 instead call fontset-list.
8725 (uninstantiated-fontset-alist): Variable removed.
8726 (x-style-funcs-alist): Likewise.
8727 (fontset-default-styles): Likewise.
8728 (x-modify-font-name): Function removed.
8729 (create-fontset-from-fontset-spec): Ignore the argument
8730 STYLE-VARIANT.
8731 (create-fontset-from-ascii-font): Docsting adjusted for the above
8732 change.
8733 (instantiate-fontset, resolve-fontset-name): Functions removed.
8734 (fontset-list): Now implemented by C code.
8735
8736 * faces.el (read-face-font): Fix TABLE arg to completing-read.
8737 (describe-face): Include `font' attribute in the description.
8738
8739 2000-03-21 Kenichi Handa <handa@etl.go.jp>
8740
8741 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
8742
8743 2000-03-20 Gerd Moellmann <gerd@gnu.org>
8744
8745 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
8746 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
8747 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
8748
8749 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
8750 about behavior of set-buffer-modified-p wrt redisplay.
8751
8752 2000-03-19 Richard M. Stallman <rms@gnu.org>
8753
8754 * view.el (view-mode-disable): Kill local binding of view-read-only.
8755
8756 2000-03-18 Gerd Moellmann <gerd@gnu.org>
8757
8758 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
8759 is a string, convert it to a syntax cell using string-to-syntax.
8760
8761 * simple.el (syntax-code-table, syntax-flag-table): New variables.
8762 (string-to-syntax): New function.
8763
8764 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
8765 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
8766 try to use passive ftp mode.
8767
8768 2000-03-17 Gerd Moellmann <gerd@gnu.org>
8769
8770 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
8771
8772 * simple.el (append-to-buffer): Update point of windows after
8773 insertion.
8774
8775 * abbrev.el (inverse-add-abbrev): Identify word by first moving
8776 forward then moving backward. Reindent.
8777
8778 * frame.el (other-frame): Call x-focus-frame only if
8779 focus-follows-mouse is off.
8780
8781 2000-03-17 Dave Love <fx@gnu.org>
8782
8783 * pcvs-util.el (cvs-strings->string): Rename
8784 replace-regexps-in-string.
8785
8786 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
8787
8788 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
8789 regexp for labels cannot span several lines.
8790
8791 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
8792 `(setq :<key> ':<key>)' to the macro expansion.
8793
8794 2000-03-16 Dave Love <fx@gnu.org>
8795
8796 * progmodes/f90.el (f90): Put custom group under `languages', not
8797 `fortran'.
8798 (f90-mode-hook): Customize.
8799 (f90-mode): Set add-log-current-defun-function.
8800 (f90-current-defun): New function.
8801
8802 2000-03-16 Gerd Moellmann <gerd@gnu.org>
8803
8804 * cus-edit.el (custom-variable-tag-face): Handle case that
8805 default face's height is not a number.
8806 (custom-face-tag-face, custom-group-tag-face-1)
8807 (custom-group-tag-face): Ditto.
8808 (custom-group-tag-face-1): Add :group.
8809
8810 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
8811
8812 2000-03-15 Gerd Moellmann <gerd@gnu.org>
8813
8814 * pcvs-defs.el (toplevel): Remove autoload cookie for form
8815 requiring easymenu.
8816
8817 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8818
8819 * ps-print.el: PostScript user-defined prologue, PostScript error
8820 handler, doc fix.
8821 (ps-print-version): New version number (5.1).
8822 (ps-user-defined-prologue, ps-error-handler-message)
8823 (ps-print-prologue-0, ps-error-handler-alist): New vars.
8824 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
8825 (ps-insert-string): New function.
8826
8827 2000-03-15 Kenichi Handa <handa@etl.go.jp>
8828
8829 * international/ccl.el (ccl-compile-expression): Don't generate
8830 invalid self-assignment code.
8831
8832 2000-03-14 Dave Love <fx@gnu.org>
8833
8834 * subr.el (replace-regexp-in-string): Renamed from
8835 replace-regexps-in-string. Doc fix.
8836
8837 2000-03-12 Dave Love <fx@gnu.org>
8838
8839 * cus-edit.el: Doc fixes.
8840 (customize-set-variable, customize-save-variable): Rename args for
8841 doc.
8842 (custom-variable-tag-face, custom-face-tag-face)
8843 (custom-group-tag-face-1, custom-group-tag-face): Modify from
8844 style which user identify as hyperlink.
8845 (hook): Don't add undefined functions to the hook.
8846 (debug-ignored-errors): Transfer message from bindings.el.
8847
8848 2000-03-12 Gerd Moellmann <gerd@gnu.org>
8849
8850 * recentf.el (recentf-keep-non-readable-files-p): Remove
8851 double/nested definition.
8852
8853 2000-03-12 Dave Love <fx@gnu.org>
8854
8855 * facemenu.el (facemenu-get-face): Use display-color-p.
8856 * enriched.el (enriched-decode-foreground): Likewise.
8857 (enriched-decode-background): Likewise.
8858 * isearch.el (isearch-highlight): Likewise.
8859 * info-look.el (info-lookup): Likewise.
8860 * simple.el (completion-setup-function): Likewise.
8861
8862 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
8863 :options.
8864
8865 * bindings.el (mode-line-format): Fix line-number and
8866 column-number items. Add help-echo for the background.
8867 (mode-line-mule-info): Modify help-echo.
8868
8869 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
8870 defcustom.
8871
8872 * files.el (load-file): Allow completion to .elc.
8873
8874 * man.el: Doc fixes.
8875 (Man-init-defvars): Use display-color-p to set fontification.
8876
8877 * play/hanoi.el (hanoi-internal): Don't use oddp.
8878
8879 2000-03-12 Gerd Moellmann <gerd@gnu.org>
8880
8881 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
8882
8883 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
8884
8885 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
8886
8887 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
8888 Fix comment.
8889
8890 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
8891
8892 * font-lock.el (font-lock-keywords): Fix the doc now that
8893 regexp-opt-depth is unnecessary.
8894 (save-buffer-state): Set an edebug spec.
8895 (font-lock-fontify-anchored-keywords): Properly handle the case when
8896 the matcher goes past the limit.
8897
8898 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
8899 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
8900
8901 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
8902 dll.el and cookie.el (from Elib) with heavy renaming and other
8903 massaging.
8904
8905 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
8906 Autoload the functions used.
8907 (easy-mmode-define-syntax): Fix CL typo.
8908 (easy-mmode-define-derived-mode): Improve the docstring generation.
8909
8910 2000-03-10 Gerd Moellmann <gerd@gnu.org>
8911
8912 * textmodes/texinfo.el (texinfo-version): Variable and function
8913 removed.
8914
8915 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
8916
8917 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
8918 allow more flexibility.
8919 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
8920 fns.
8921 (easy-mmode-defmap, easy-mmode-defsyntax)
8922 (easy-mmode-define-derived-mode): New macros.
8923
8924 2000-03-09 Didier Verna <didier@xemacs.org>
8925
8926 * rect.el (replace-rectangle): New function.
8927
8928 2000-03-09 Dave Love <fx@gnu.org>
8929
8930 * progmodes/fortran.el (fortran-comment-line-start): Define as
8931 "C".
8932 (fortran-comment-line-start-skip): Don't match cpp stuff.
8933 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
8934 (fortran-mode-map): Remove over-eager custom-menu-create for now.
8935 (fortran-mode): Don't set fortran-comment-line-start-skip,
8936 fortran-comment-line-start here. Set comment-start,
8937 add-log-current-defun.
8938 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
8939 (fortran-current-defun): New function.
8940
8941 2000-03-09 Gerd Moellmann <gerd@gnu.org>
8942
8943 * emacs-lisp/re-builder.el: New file.
8944
8945 * mouse.el (mouse-drag-region): Don't run up-event handler
8946 if hscroll has changed.
8947
8948 * octave-mod.el (octave-font-lock-keywords): To font-lock the
8949 builtin operators, use `font-lock-builtin-face' for Emacs and
8950 `font-lock-preprocessor-face' otherwise.
8951
8952 * font-lock.el (lisp-font-lock-keywords-1): Highlight
8953 `(defun (setf foo)' differently.
8954
8955 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
8956
8957 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
8958 (regexp-opt): Update comment and adapt the code the new meaning of
8959 the `paren' argument of regex-opt-group for shy-groups.
8960 (regexp-opt-depth): Handle shy groups as well as backslashed
8961 backslashes.
8962 (regexp-opt-group): Turn the leading comment into a docstring.
8963 Allow `paren' to be a string (the string to use to open a group).
8964 Remove open-presuf and close-presuf. Instead of checking for `all
8965 one-char' and then later on check for `several one-char', handle
8966 both cases close together. Also apply a more generic algorithm
8967 for suffixes (the mirror image of the algorithm used for
8968 prefixes). Use shy-groups. Use nreverse rather than reverse.
8969 (regexp-opt-try-suffix): Removed.
8970
8971 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
8972 from comint-mode-map, so we can just inherit from it. Also, move
8973 the initialization into the `defvar' since there's no docstring
8974 anyway and it's fairly short.
8975 (inferior-scheme-mode): Define it as derived-mode: the code is
8976 shorter and this way we inherit from comint-mode-map rather than
8977 copying it.
8978
8979 * subr.el (replace-regexps-in-string): Properly handle the case
8980 where we match an empty string.
8981
8982 * comint.el (comint-exec-1): Add the current-dir to the exec-path
8983 when the command has a directory component (such as "./testml").
8984 Also fix a typo in the comment.
8985
8986 2000-03-08 Gerd Moellmann <gerd@gnu.org>
8987
8988 * Makefile (compile-files): Compile files one by one because
8989 that's the only way to ensure a clean compilation environment for
8990 each individual file.
8991
8992 * frame.el (other-frame): Call x-focus-frame.
8993
8994 2000-03-07 Dave Love <fx@gnu.org>
8995
8996 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
8997 :require to defcustom.
8998
8999 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9000 lists.
9001
9002 * files.el (auto-mode-alist): Add configure.in.
9003
9004 * progmodes/autoconf.el: New file.
9005
9006 2000-03-07 Gerd Moellmann <gerd@gnu.org>
9007
9008 * mail/mh-e.el: Change maintainer to `none'.
9009
9010 * recentf.el (recentf-keep-non-readable-files-p): Quote args
9011 to remove-hook and add-hook.
9012
9013 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9014
9015 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9016 it as the default.
9017 (mail-send): Test mail-send-nonascii also for the new `mime' value.
9018 (sendmail-send-it): Conditionally add MIME headers specifying the
9019 used character set.
9020
9021 2000-03-07 Dave Love <fx@gnu.org>
9022
9023 * winner.el: Fix keywords, autoload cookies. Split
9024 eval-when-compile form to avoid compilation failure.
9025
9026 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
9027
9028 * international/mule.el: Modify comment about coding system
9029 property `coding-category'.
9030 (make-coding-system): New argument EOL-TYPE. Pay attention to
9031 coding-category property of PROPERTIES.
9032
9033 * international/mule-conf.el (coding-category-utf-8,
9034 coding-category-utf-16-be, coding-category-utf-16-le): New coding
9035 categories. Include them in the argument for set-coding-priority.
9036
9037 * international/mule-cmds.el (reset-language-environment): Include
9038 coding-category-utf-8, coding-category-utf-16-be, and
9039 coding-category-utf-16-le in the argument for set-coding-priority.
9040 (reset-language-environment): Initialize coding-category-utf-8,
9041 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9042
9043 2000-03-06 Karl Fogel <kfogel@red-bean.com>
9044
9045 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9046 code abstracted out of `bookmark-jump-noselect'. Now tries info
9047 extensions as well as compression extensions.
9048 (bookmark-jump-noselect): Use above new func.
9049
9050 2000-03-03 Gerd Moellmann <gerd@gnu.org>
9051
9052 * strokes.el: Change maintainer's mail address.
9053
9054 2000-03-03 Kenichi Handa <handa@etl.go.jp>
9055
9056 * international/mule-diag.el (list-character-sets): Make help-echo
9057 string by substitute-command-keys.
9058 (list-character-sets): Likewise.
9059 (sort-listed-character-sets): Call help-setup-xref.
9060
9061 2000-03-02 Gerd Moellmann <gerd@gnu.org>
9062
9063 * time.el (display-time-mail-file): Add `none' to the list of
9064 choices.
9065
9066 2000-03-01 Dave Love <fx@gnu.org>
9067
9068 * help.el (help-xref-go-back): Don't try to set position.
9069
9070 * international/mule-diag.el (list-character-sets): Call
9071 help-setup-xref. Add help-echo to xrefs.
9072 (list-character-sets-1): Add help-echo to xrefs.
9073
9074 2000-03-02 Gerd Moellmann <gerd@gnu.org>
9075
9076 * frame.el (blink-cursor-mode): Switch cursor on when turning
9077 the mode off.
9078
9079 * add-log.el (add-log-current-defun): Add support for
9080 Autoconf mode.
9081
9082 * mail/rmail.el (rmail-quit-hook): New variable.
9083
9084 2000-03-01 Dave Love <fx@gnu.org>
9085
9086 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9087
9088 * help.el (help-xref-button): Add help-echo arg.
9089 (describe-function-1, describe-variable, help-make-xrefs): Use it.
9090
9091 * faces.el (list-faces-display): Supply help-echo with
9092 help-make-xrefs.
9093
9094 * facemenu.el (list-text-properties-at): Set help-xref-stack to
9095 nil.
9096
9097 2000-03-01 Gerd Moellmann <gerd@gnu.org>
9098
9099 * image.el (defimage): Look for image files in load-path.
9100
9101 * frame.el (busy-cursor-delay-seconds): Change type to
9102 `number'.
9103
9104 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
9105
9106 * recentf.el (recentf): Added version tag to the defgroup of
9107 recentf.
9108
9109 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
9110
9111 * recentf.el (recentf-cleanup): Changed to remove excluded file
9112 too.
9113 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9114 action to select/unselect a file.
9115 (recentf-edit-list): Code cleanup and improvement.
9116 (recentf-open-more-files-action): `recentf-open-more-files' button
9117 widget action to open a file.
9118 (recentf-open-more-files): No more use standard completion but
9119 widgets.
9120 (recentf-more-collection): Deleted.
9121 (recentf-more-history): Deleted.
9122 (recentf-setup-more-completion): Deleted.
9123
9124 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
9125
9126 * recentf.el (recentf-mode): No more needs that Emacs is running
9127 under a window-system.
9128
9129 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
9130
9131 * recentf.el (recentf-edit-list): New command to edit the recent
9132 list which allow the user to remove files.
9133 (recentf-edit-selected-items): New global variable, used by
9134 `recentf-edit-list' to hold the list of files to be removed from
9135 the recent list.
9136 (recentf-make-menu-items): Updated to display a "Edit list..."
9137 menu item. Minor code cleanup.
9138
9139 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
9140
9141 * recentf.el (recentf-open-more-files): New command to open files
9142 that are not displayed in the menu.
9143 (recentf-more-collection): New global variable holding the set of
9144 permissible completions used by `recentf-open-more-files'.
9145 (recentf-more-history): New global variable holding the history list
9146 used by `recentf-open-more-files' completion.
9147 (recentf-setup-more-completion): New function to setup completion for
9148 `recentf-open-more-files'.
9149 (recentf-make-menu-items): Updated to display a "More..." menu item.
9150
9151 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
9152
9153 * recentf.el (recentf-menu-action): Doc fixed.
9154
9155 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
9156
9157 * recentf.el (recentf-menu-filter): Doc updated.
9158 (recentf-update-menu-hook): Allow menu filters to force menu update.
9159 (recentf-make-menu-items): New menu filter handling.
9160 (recentf-make-menu-item): New helper function.
9161 (recentf-menu-elements): New menu handling function.
9162 (recentf-sort-ascending): Updated to new menu filter handling.
9163 (recentf-sort-descending): Updated to new menu filter handling.
9164 (recentf-sort-basenames-ascending): New menu filter function.
9165 (recentf-sort-basenames-descending): New menu filter function.
9166 (recentf-show-basenames): New menu filter function.
9167 (recentf-show-basenames-ascending): New menu filter function.
9168 (recentf-show-basenames-descending): New menu filter function.
9169
9170 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9171
9172 * diary-lib.el (list-diary-entries): Don't try to go forward at
9173 the end of the buffer.
9174
9175 2000-02-29 Kenichi Handa <handa@etl.go.jp>
9176
9177 * international/mule-diag.el (list-character-sets): Completely
9178 rewritten.
9179 (sort-listed-character-sets): New function.
9180 (list-character-sets-1): Completely rewritten.
9181 (list-character-sets-2): New function.
9182 (non-iso-charset-alist): New variable.
9183 (decode-codepage-char): New function.
9184 (charset-history): New variable.
9185 (read-charset) (list-block-of-chars)
9186 (list-iso-charset-chars)
9187 (list-non-iso-charset-chars)
9188 (list-charset-chars): New functions.
9189 (mule-diag): Call list-character-sets-2, not
9190 list-character-sets-2.
9191 (dump-charsets): Likewise.
9192
9193 2000-02-29 Gerd Moellmann <gerd@gnu.org>
9194
9195 * dired-x.el (dired-filename-at-point): Add `@' to valid
9196 file name characters.
9197 (dired-filename-at-point): Handle ange-ftp file names.
9198
9199 * frame.el (frame-notice-user-settings): Use assq-delete-all
9200 instead of assoc-delete-all.
9201 (frame-notice-user-settings): Ditto.
9202
9203 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9204 Don't copy alist.
9205
9206 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
9207
9208 * calculator.el (calculator-use-menu): New option.
9209 (calculator-initial-bindings): Changed some bindings to work as
9210 macros.
9211 (calculator-forced-input): Removed.
9212 (calculator-restart-other-mode): New variable.
9213 (calculator-mode-map): Set up menu.
9214
9215 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
9216
9217 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9218 tags.
9219
9220 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
9221
9222 * viper-cmd.el (viper-envelop-ESC-key): added the option to
9223 translate all ESC key sequences.
9224 (viper-goto-mark-subr): restore markers for files for which
9225 they were saved.
9226 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9227 * viper-util.el (viper-set-replace-overlay-glyphs,
9228 viper-set-replace-overlay): always check if the replacement
9229 overlay is live.
9230 * viper.el (viper-vi-state-mode-list): added major modes.
9231 * ediff-wind.el: minor comment changes.
9232 * ediff.el: copyright notice date fix.
9233
9234 2000-02-27 Jason Rumney <jasonr@gnu.org>
9235
9236 * faces.el (face-font-family-alternatives): Add arial to helv.
9237 (mode-line, header-line, tool-bar): Same default as x for w32.
9238 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
9239 face-font-family-alternatives from working.
9240 * term/w32-win.el (mouse-set-font): Do not build fontset from
9241 chosen font.
9242
9243 2000-02-25 Sam Steingold <sds@goems.com>
9244
9245 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
9246 properly.
9247
9248 2000-02-25 Richard M. Stallman <rms@gnu.org>
9249
9250 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9251
9252 2000-02-25 Gerd Moellmann <gerd@gnu.org>
9253
9254 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9255 writable.
9256
9257 * frame.el (busy-cursor-delay-seconds): New option.
9258
9259 2000-02-24 Gerd Moellmann <gerd@gnu.org>
9260
9261 * frame.el (show-cursor-in-non-selected-windows): New option.
9262
9263 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9264
9265 * diary-lib.el (include-other-diary-files): Undo the selective
9266 display in any included file and don't kill it.
9267
9268 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
9269
9270 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9271 bar. Menu items converted to (menu-item format, help strings
9272 added.
9273 [downcase, upcase]: Don't enable on MS-DOS.
9274 [symlink, symlinks]: Don't show if make-symbolic-link is not
9275 bound.
9276 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9277
9278 2000-02-23 Dave Love <fx@gnu.org>
9279
9280 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9281 (backward-kill-word): Revert addition of * to interactive spec --
9282 it's a feature.
9283
9284 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9285 (backward-kill-sentence, kill-sentence): Likewise.
9286
9287 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9288 scratch buffer name.
9289 (gud-format-command): Use int-to-string in ?l case. Simplify
9290 slightly.
9291
9292 * term/w32-win.el (internal-face-interactive): Update prompt for
9293 new read-face-name.
9294
9295 * mail/footnote.el (footnote): Add :version to defgroup.
9296 (footnote-section-tag-regexp): Customize.
9297 (footnote-start-tag, footnote-end-tag): New option.
9298 (footnote-latin-regexp): New variable.
9299 (Footnote-latin): New function.
9300 (footnote-style-alist): Add element for latin style.
9301 (footnote-style): Moved.
9302 (Footnote-goto-footnote): Use eq to test arg.
9303
9304 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9305
9306 * emacs-lisp/byte-opt.el: Change old backquote syntax.
9307 (byte-compile-trueconstp): Include keywords.
9308 (byte-optimize-quote, byte-optimize-lapcode): Use
9309 byte-compile-const-symbol-p.
9310 (byte-optimize-char-before): New optimization.
9311
9312 * emacs-lisp/bytecomp.el: Change old backquote syntax.
9313 (byte-compile-const-symbol-p): New function.
9314 (byte-compile-constp, byte-compile-out-toplevel)
9315 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9316 Use it.
9317
9318 * subr.el (define-key-after): Default AFTER to t. Doc fix.
9319
9320 2000-02-23 Kenichi Handa <handa@etl.go.jp>
9321
9322 * international/encoded-kb.el: Be sure to update minor-mode-alist
9323 and minor-mode-map-alist.
9324 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9325 codes SS2 and SS3 correctly.
9326 (encoded-kbd-self-insert-ccl): New function.
9327 (encoded-kbd-setup-keymap): New function.
9328 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
9329 by calling encoded-kbd-setup-keymap.
9330
9331 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
9332 characters.
9333 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
9334 locally.
9335
9336 2000-02-22 Dave Love <fx@gnu.org>
9337
9338 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
9339 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
9340 defvar.
9341 (lisp-mode-syntax-table): Set up for #|...|# comments.
9342 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
9343 classes. Match `defface'.
9344 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
9345 (eval-defun-1): Fix for defcustom.
9346 (lisp-indent-region): Doc fix.
9347
9348 * subr.el (when, unless, split-string): Doc fix.
9349 (read-passwd): Move call of clear-this-command-keys to the right
9350 place.
9351 (replace-regexps-in-string): New function.
9352
9353 2000-02-22 Gerd Moellmann <gerd@gnu.org>
9354
9355 * help.el (describe-variable): Set syntax table to
9356 emacs-lisp-mode-syntax-table when moving forward over the
9357 symbol's name.
9358
9359 2000-02-22 Dave Love <fx@gnu.org>
9360
9361 * xt-mouse.el: Doc fixes.
9362 (xterm-mouse-position-function): New function, replacing advice of
9363 mouse-position.
9364 (xterm-mouse-mode): Use it. Don't turn on under a window system.
9365
9366 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
9367
9368 2000-02-21 Gerd Moellmann <gerd@gnu.org>
9369
9370 * format.el (format-annotate-single-property-change): Handle
9371 properties.with dotted-list values.
9372 (format-proper-list-p): New function.
9373
9374 * enriched.el (enriched-face-ans): Handle '(foreground-color
9375 . COLOR) and (background-color . COLOR).
9376
9377 2000-02-20 Dave Love <fx@gnu.org>
9378
9379 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
9380 and assignments to it.
9381 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
9382 current local map.
9383 (make-flyspell-overlay): Use it.
9384 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
9385
9386 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
9387 (lm-get-header-re): Defun, not defsubst.
9388 (lm-get-package-name): Defun, not defsubst. Simplify.
9389 (lm-version): Doc fix. Simplify.
9390 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
9391 (lm-crack-address, lm-last-modified-date, lm-commentary)
9392 (lm-verify, lm-synopsis): Simplify.
9393 (lm-report-bug): Require emacsbug. Use compose-mail.
9394
9395 2000-02-20 Gerd Moellmann <gerd@gnu.org>
9396
9397 * dired.el (dired-mode): Call propertized-buffer-identification
9398 to set mode-line-buffer-identification to something having
9399 the right text properties.
9400
9401 * bindings.el (propertized-buffer-identification): New function.
9402
9403 2000-02-20 Dave Love <fx@gnu.org>
9404
9405 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
9406 check for t-mouse too.
9407
9408 * cus-start.el: Make echo-keystrokes `number'.
9409
9410 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
9411
9412 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
9413 Don't call ring-empty-p unless tags-location-ring is bound.
9414 From Noah Friedman <friedman@splode.com>.
9415
9416 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
9417
9418 * progmodes/hideshow.el (hs-flag-region): No longer use
9419 `intangible' overlay property.
9420
9421 (hs-toggle-hiding): New command.
9422 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
9423
9424 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
9425 Fix omission bug: Run `hs-minor-mode-hook' for both activation
9426 and deactivation.
9427
9428 2000-02-18 Gerd Moellmann <gerd@gnu.org>
9429
9430 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
9431
9432 2000-02-17 Gerd Moellmann <gerd@gnu.org>
9433
9434 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
9435
9436 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
9437 of `*' to handle `(* ... *)' comments.
9438
9439 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
9440
9441 * faces.el (list-faces-display): Use display-mouse-p instead of
9442 window-system.
9443
9444 * menu-bar.el (global-map): Menu-bar items converted to the new
9445 format (menu-item..., rearranged for better CUA compliance, and
9446 their names changed for better clarity. Help strings added.
9447
9448 * international/mule-cmds.el (mule-menu-keymap)
9449 (describe-language-environment-map, set-coding-system-map)
9450 (setup-language-environment-map): Convert to new (menu-item...
9451 form, add help strings. Change names of menu items for better
9452 clarity. "Mule" menu-bar item removed (it's now in the "Options"
9453 submenu).
9454
9455 2000-02-17 Gerd Moellmann <gerd@gnu.org>
9456
9457 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
9458 within the code.
9459
9460 2000-02-16 Dave Love <fx@gnu.org>
9461
9462 * faces.el: Don't require custom. Add more specific :groups to
9463 various deffaces.
9464 (set-face-attribute): Purecopy args.
9465 (read-face-name): Default to name at point and use it in prompt.
9466 Remove colon from arg in all callers.
9467 (list-faces-display): Hyperlink to face descriptions and customize
9468 buffers.
9469
9470 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
9471
9472 * wid-edit.el (widget-match-inline): An atom never matches a
9473 list.
9474
9475 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9476
9477 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9478 at ':' characters by call to split-string.
9479
9480 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9481
9482 * textmodes/bibtex.el: Added RCS version identification.
9483
9484 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9485
9486 * textmodes/bibtex.el: Some temporary comments removed.
9487 (bibtex-field-name, bibtex-entry-type): Made the relationship
9488 explicit.
9489 (bibtex-field-const): Allow capital letters.
9490 (bibtex-start-of-string): Deleted because unused.
9491
9492 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9493 use the term 'reference' to describe a bibtex entry as a whole.
9494 Further, reference keys are no longer called 'labels'.
9495 (bibtex-keys): Renamed to bibtex-reference-keys.
9496 (bibtex-reformat-previous-labels): Renamed to
9497 bibtex-reformat-previous-reference-keys.
9498 (bibtex-reference-type): Renamed to bibtex-entry-type.
9499 (bibtex-reference-head): Renamed to bibtex-entry-head.
9500 (bibtex-reference-maybe-empty-head): Renamed to
9501 bibtex-entry-maybe-empty-head.
9502 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9503 (bibtex-search-reference): Renamed to bibtex-search-entry.
9504 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9505 bibtex-enclosing-entry-maybe-empty-head.
9506 (bibtex-entry-field-alist, bibtex-entry-head,
9507 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9508 bibtex-map-entries, bibtex-search-entry,
9509 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9510 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9511 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9512 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9513 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9514 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9515 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
9516
9517 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9518
9519 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9520 comment.
9521 (bibtex-format-field-delimiters): New function, functionality
9522 extracted from bibtex-format-entry.
9523 (bibtex-autokey-get-yearfield-digits): New function, functionality
9524 extracted from bibtex-autokey-get-yearfield.
9525
9526 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9527 entries in order to avoid stack overflow in the regexp matcher if
9528 field contents become large.
9529 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9530 bibtex-field-string-part-not-braced,
9531 bibtex-field-string-part-no-inner-braces,
9532 bibtex-field-string-part-1-inner-brace,
9533 bibtex-field-string-part-2-inner-braces,
9534 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9535 bibtex-field-string-quoted, bibtex-field-string,
9536 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9537 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9538 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9539 as parsing is now performed by the following functions.
9540 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9541 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9542 bibtex-parse-field-string, bibtex-search-forward-field-string,
9543 bibtex-parse-association, bibtex-field-name-for-parsing,
9544 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9545 bibtex-search-forward-field, bibtex-search-backward-field,
9546 bibtex-start-of-field, bibtex-end-of-field,
9547 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9548 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9549 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9550 bibtex-parse-string, bibtex-search-forward-string,
9551 bibtex-search-backward-string, bibtex-start-of-string,
9552 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9553 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9554 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9555 entries. Instead of reporting the results of the parsing by
9556 match-beginning or match-end, these functions return data structures
9557 that hold the corresponding positions.
9558 (bibtex-enclosing-field): Changed to also report field boundaries by
9559 return values rather than by match-beginning or match-end. The
9560 following functions have been adapted to use the new parsing
9561 functions.
9562 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9563 bibtex-enclosing-field, bibtex-format-entry,
9564 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9565 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9566 bibtex-print-help-message, bibtex-end-of-entry,
9567 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9568 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9569 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9570 method for parsing.
9571 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9572 bibtex-map-entries, bibtex-flash-head,
9573 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9574 bibtex-autokey-change, bibtex-autokey-get-namefield,
9575 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9576 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9577 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9578 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9579 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9580 order to make the new binding of case-fold-search immediately
9581 visible.
9582
9583 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9584
9585 * textmodes/bibtex.el: Copyright notice is up to date.
9586 Added constant 'bibtex-maintainer-salutation.
9587
9588 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9589 than make-temp-name, use match-string-no-properties and eliminate
9590 a quadratic behavior when building bibtex-strings.
9591
9592 * bibtex.el (bibtex-reference-key): Accept string entries whose
9593 reference key contains upper case letters.
9594
9595 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9596
9597 * bibtex.el (bibtex-reference-head): Allow entries to start with
9598 a new line.
9599
9600 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9601
9602 * bibtex.el: Hiding of entry bodies is not longer provided by
9603 bibtex.el directly. Instead the hideshow package can be used.
9604 Added a special bibtex entry to hs-special-modes-alist.
9605 (bibtex-hs-forward-sexp): Added for hideshow.el.
9606
9607 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9608
9609 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9610 at ':' characters by call to split-string.
9611
9612 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9613
9614 * textmodes/bibtex.el: Added RCS version identification.
9615
9616 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9617
9618 * textmodes/bibtex.el: Some temporary comments removed.
9619 (bibtex-field-name, bibtex-entry-type): Made the relationship
9620 explicit.
9621 (bibtex-field-const): Allow capital letters.
9622 (bibtex-start-of-string): Deleted because unused.
9623
9624 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9625 use the term 'reference' to describe a bibtex entry as a whole.
9626 Further, reference keys are no longer called 'labels'.
9627 (bibtex-keys): Renamed to bibtex-reference-keys.
9628 (bibtex-reformat-previous-labels): Renamed to
9629 bibtex-reformat-previous-reference-keys.
9630 (bibtex-reference-type): Renamed to bibtex-entry-type.
9631 (bibtex-reference-head): Renamed to bibtex-entry-head.
9632 (bibtex-reference-maybe-empty-head): Renamed to
9633 bibtex-entry-maybe-empty-head.
9634 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9635 (bibtex-search-reference): Renamed to bibtex-search-entry.
9636 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9637 bibtex-enclosing-entry-maybe-empty-head.
9638 (bibtex-entry-field-alist, bibtex-entry-head,
9639 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9640 bibtex-map-entries, bibtex-search-entry,
9641 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9642 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9643 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9644 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9645 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9646 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9647 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
9648
9649 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9650
9651 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9652 comment.
9653 (bibtex-format-field-delimiters): New function, functionality
9654 extracted from bibtex-format-entry.
9655 (bibtex-autokey-get-yearfield-digits): New function, functionality
9656 extracted from bibtex-autokey-get-yearfield.
9657
9658 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9659 entries in order to avoid stack overflow in the regexp matcher if
9660 field contents become large.
9661 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9662 bibtex-field-string-part-not-braced,
9663 bibtex-field-string-part-no-inner-braces,
9664 bibtex-field-string-part-1-inner-brace,
9665 bibtex-field-string-part-2-inner-braces,
9666 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9667 bibtex-field-string-quoted, bibtex-field-string,
9668 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9669 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9670 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9671 as parsing is now performed by the following functions.
9672 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9673 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9674 bibtex-parse-field-string, bibtex-search-forward-field-string,
9675 bibtex-parse-association, bibtex-field-name-for-parsing,
9676 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9677 bibtex-search-forward-field, bibtex-search-backward-field,
9678 bibtex-start-of-field, bibtex-end-of-field,
9679 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9680 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9681 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9682 bibtex-parse-string, bibtex-search-forward-string,
9683 bibtex-search-backward-string, bibtex-start-of-string,
9684 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9685 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9686 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9687 entries. Instead of reporting the results of the parsing by
9688 match-beginning or match-end, these functions return data structures
9689 that hold the corresponding positions.
9690 (bibtex-enclosing-field): Changed to also report field boundaries by
9691 return values rather than by match-beginning or match-end. The
9692 following functions have been adapted to use the new parsing
9693 functions.
9694 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9695 bibtex-enclosing-field, bibtex-format-entry,
9696 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9697 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9698 bibtex-print-help-message, bibtex-end-of-entry,
9699 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9700 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9701 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9702 method for parsing.
9703 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9704 bibtex-map-entries, bibtex-flash-head,
9705 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9706 bibtex-autokey-change, bibtex-autokey-get-namefield,
9707 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9708 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9709 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9710 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9711 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9712 order to make the new binding of case-fold-search immediately
9713 visible.
9714
9715 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9716
9717 * textmodes/bibtex.el: Copyright notice is up to date.
9718 Added constant 'bibtex-maintainer-salutation.
9719
9720 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9721 than make-temp-name, use match-string-no-properties and eliminate
9722 a quadratic behavior when building bibtex-strings.
9723
9724 * bibtex.el (bibtex-reference-key): Accept string entries whose
9725 reference key contains upper case letters.
9726
9727 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9728
9729 * bibtex.el (bibtex-reference-head): Allow entries to start with
9730 a new line.
9731
9732 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9733
9734 * bibtex.el: Hiding of entry bodies is not longer provided by
9735 bibtex.el directly. Instead the hideshow package can be used.
9736 Added a special bibtex entry to hs-special-modes-alist.
9737 (bibtex-hs-forward-sexp): Added for hideshow.el.
9738
9739 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9740
9741 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
9742 proceedings entry type (for cross referencing). Thanks to Wagner
9743 Toledo Correa for the suggestion.
9744
9745 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
9746
9747 2000-02-14 Kenichi Handa <handa@etl.go.jp>
9748
9749 * international/characters.el: Setup case table for Vietnamese.
9750
9751 2000-02-12 Gerd Moellmann <gerd@gnu.org>
9752
9753 * uniquify.el (toplevel): Require CL at compile time.
9754 (uniquify-push): Removed.
9755
9756 * shadowfile.el (shadow-when): Removed.
9757
9758 * tempo.el (tempo-dolist, tempo-mapc): Removed.
9759 (tempo-process-and-insert-string): Use dolist instead of
9760 tempo-dolist.
9761
9762 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
9763 regexp for paragraph-start.
9764
9765 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
9766 commas as well.
9767
9768 2000-02-10 Dave Love <fx@gnu.org>
9769
9770 * wid-edit.el: (widgets) [defgroup]: Remove url link.
9771 (widget-color-choice-list, widget-color-history, widget-mouse-help):
9772 Deleted.
9773 (widget-specify-field, widget-specify-button): Don't use
9774 widget-mouse-help as help-echo property.
9775 (default): Use #'ignore for :validate and :mouse-down-action.
9776 (checkbox): Add help-echo.
9777 (widget-sexp-validate): Rewritten to clarify error messages.
9778 (character): Use char-valid-p in :match function.
9779 (widget-color-complete): Use facemenu-color-alist.
9780 (widget-color-action): Use facemenu-read-color.
9781
9782 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
9783 set up `caar' &c that we now have.
9784
9785 2000-02-09 Ray Blaak <blaak@gnu.org>
9786
9787 * delphi.el: Make resourcestring a declaration region, like const
9788 and var.
9789
9790 2000-02-09 Dave Love <fx@gnu.org>
9791
9792 * bindings.el (mode-line-input-method-map): New variable.
9793 (mode-line-mule-info): Use it; fix last change.
9794 (mode-line-mode-menu): Move definition.
9795 (mode-line-mouse-sensitive-p): Deleted.
9796 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
9797 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
9798 level.
9799
9800 * startup.el (command-line-1): Don't call
9801 make-mode-line-mouse-sensitive.
9802
9803 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9804
9805 * mail/rmail.el (rmail-retry-failure): Use
9806 rmail-beginning-of-message before rmail-toggle-header, because the
9807 former toggles headers.
9808
9809 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
9810
9811 * diff-mode.el (diff-kill-junk): New interactive function.
9812 (diff-reverse-direction): Use delete-and-extract-region.
9813 (diff-post-command-hook): Restrict the area so that the hook also works
9814 outside of any diff hunk. This is necessary for the minor-mode.
9815 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
9816 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
9817
9818 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
9819 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
9820 so that it can be used more easily in <foo>-mode-hook. Also make sure
9821 to avoid duplicate entries.
9822 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
9823 (font-lock-remove-keywords): Just as was done for `add', allow it to
9824 work even if font-lock-mode is nil. Also make sure we don't modify
9825 any pre-existing list by forcing a copy-sequence. Finally rename
9826 `major-mode' to `mode'.
9827 (font-lock-fontify-syntactic-anchored-keywords)
9828 (font-lock-fontify-anchored-keywords)
9829 (font-lock-fontify-keywords-region): Use line-end-position.
9830 Don't make `font-lock-multiline' local (it's now done in
9831 font-lock-set-defaults).
9832 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
9833 move the `font-lock-fontified' creation to inside the `unless'.
9834
9835 2000-02-06 Andrew Innes <andrewi@gnu.org>
9836
9837 * term/w32-win.el (x-handle-args): Comment out call to message,
9838 which occurs before window system is initialized.
9839
9840 * makefile.nt: Add support for recompiling lisp code.
9841
9842 2000-02-04 Dave Love <fx@gnu.org>
9843
9844 * bindings.el (mode-line-mule-info): Fix/extend last change.
9845
9846 * completion.el: Replace completion-dolist with dolist.
9847
9848 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
9849 dotimes.
9850
9851 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
9852
9853 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
9854 environment names before they go into the section regexp.
9855
9856 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
9857 char class in regexp.
9858
9859 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
9860 `case-fold-search' to nil.
9861
9862 * progmodes/idlwave.el (idlwave-template): Respect
9863 `idlwave-abbrev-change-case'.
9864 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
9865 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
9866 idlwave-while): respect `idlwave-reserved-word-upcase'.
9867 (idlwave-rw-case): New function.
9868 (idlwave-statement-match): Fixed problem with assignment regexp.
9869 (idlwave-font-lock-keywords): Improved regexp for keyword
9870 parameters.
9871 (idlwave-surround): New argument LENGTH to support padding of
9872 operators longer than 1 char.
9873
9874 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
9875 idlwave-shell-expression-overlay. Implemented printing of
9876 expressions on higher levels of the calling stack.
9877 (idlwave-shell-display-level-in-calling-stack): Restore stack
9878 level.
9879 (idlwave-retrieve-expression-from-level): New function.
9880 (idlwave-shell-last-calling-stack): Variable removed.
9881 (idlwave-shell-reset): Argument action reversed (`visible' to
9882 `hidden'). Also remove stop-line overlay.
9883 (idlwave-shell-calling-stack-routine): New variable.
9884 (idlwave-shell-parse-stack-and-display): Messages now display
9885 negative level numbers.
9886 (idlwave-shell-mode): Set `modeline-format'.
9887 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
9888 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
9889 21.
9890 (idlwave-shell-print-expression-function): New option.
9891
9892 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
9893 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
9894 `tool-bar' instead of `toolbar'.
9895
9896 2000-02-02 Dave Love <fx@gnu.org>
9897
9898 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
9899 emacs-lisp-mode-hook. Don't check for defalias being defined.
9900
9901 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9902 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
9903 the new builtins directly.
9904
9905 * whitespace.el (whitespace): Add :version to defgroup.
9906
9907 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
9908 Doc fix.
9909
9910 * thingatpt.el (sexp-at-point, symbol-at-point)
9911 (number-at-point, list-at-point): Add autoload cookie.
9912
9913 * recentf.el (recentf): Add :version to defgroup.
9914
9915 * quickurl.el (quickurl): Add :version to defgroup.
9916
9917 * elide-head.el (elide-head): Use point-marker more.
9918
9919 * bs.el (bs): Add :version to defgroup.
9920
9921 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
9922
9923 * progmodes/delphi.el (delphi): Add :version to defgroup.
9924
9925 2000-02-02 Gerd Moellmann <gerd@gnu.org>
9926
9927 * ange-ftp.el (ange-ftp-write-region): Handle case that
9928 succeeding process operation sets a different coding system.
9929
9930 * calculator.el: New file.
9931
9932 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
9933
9934 * frame.el (frames-on-display-list, framep-on-display): New
9935 functions.
9936 (display-mouse-p, display-popup-menus-p, display-graphic-p)
9937 (display-selections-p, display-screens, display-pixel-width)
9938 (display-pixel-height, display-mm-width, display-mm-height)
9939 (display-backing-store, display-save-under, display-planes)
9940 (display-color-cells, display-visual-class): New functions.
9941
9942 * term/tty-colors.el (tty-color-gray-shades): New function.
9943
9944 * faces.el (display-color-p): Use framep-on-display.
9945 (display-grayscale-p): New function.
9946
9947 2000-01-31 Dave Love <fx@gnu.org>
9948
9949 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
9950 (create-fontset-from-x-resource): Don't concat integers.
9951
9952 2000-01-31 Inge Frick <inge@nada.kth.se>
9953
9954 * view.el: Some changes in documentation. Removed some trailing
9955 whitespace. Changed some parameter names to agree with
9956 documentation.
9957 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
9958 window is not deleted. Modifies change 1998-04-26.
9959
9960 2000-01-31 Gerd Moellmann <gerd@gnu.org>
9961
9962 * windmove.el: New file.
9963
9964 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
9965 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
9966 progmodes/ebnf-yac.el: Update copyright and license info.
9967
9968 * jit-lock.el (jit-lock-function): Widen before calculating end
9969 position.
9970 (jit-lock-stealth-chunk-start): Rewritten.
9971
9972 * info.el (Info-title-face-alist): Removed.
9973 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
9974 faces.
9975 (Info-fontify-node): Use these faces.
9976
9977 2000-01-30 Gerd Moellmann <gerd@gnu.org>
9978
9979 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
9980 (cl-macro-list1): Recognize `&allow-other-keys' instead of
9981 `&allow-other-keywords'.
9982
9983 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
9984 the list of directories scanned heuristically.
9985
9986 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
9987 exist.
9988
9989 2000-01-30 Jason Rumney <jasonr@gnu.org>
9990
9991 * w32-fns.el: Define w32-tty-standard-colors.
9992
9993 * startup.el (command-line): Use w32-tty-standard-colors when in
9994 w32 console mode.
9995
9996 2000-01-30 Dave Love <fx@gnu.org>
9997
9998 * jka-compr.el (jka-compr-load): Fix up load-history.
9999
10000 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10001
10002 * emacs-lisp/cl-macs.el: Revert previous change.
10003
10004 2000-01-29 Dave Love <fx@gnu.org>
10005
10006 * facemenu.el: Purecopy various strings.
10007
10008 * timezone.el (timezone-fix-time): Window against 69 for two-digit
10009 years. Deal with three-digit years.
10010
10011 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10012 defconst, purecopy.
10013 (help-back-label): Purecopy it.
10014
10015 2000-01-18 Gerd Moellmann <gerd@gnu.org>
10016
10017 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10018 variable. If non-nil, order the buffer list according to the
10019 currently selected frame.
10020 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10021 non-nil, pass the selected frame to function buffer-list.
10022
10023 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10024
10025 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10026
10027 2000-01-28 Dave Love <fx@gnu.org>
10028
10029 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10030
10031 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10032 Don't use lisp-indent-hook property.
10033 (cl-abs): Remove.
10034
10035 * subr.el: Move out indent and edebug specs for when and unless.
10036
10037 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10038 when, unless.
10039
10040 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10041 unless, when.
10042
10043 2000-01-28 Gerd Moellmann <gerd@gnu.org>
10044
10045 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10046 `collecting' as synonym for `collect'.
10047
10048 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10049 for the case it contains spaces.
10050
10051 * simple.el (what-cursor-position): Change formatting of
10052 messages.
10053
10054 * frame.el (delete-other-frames): New function.
10055 (toplevel): Bind it to C-x 5 1.
10056
10057 * sort.el (sort-numeric-base): New option.
10058 (sort-numeric-fields): If number starts with `0' or `0[xX[',
10059 interpret it as octal or hexadecimal. Use sort-numeric-base
10060 as default base.
10061
10062 * progmodes/glasses.el: New file.
10063
10064 2000-01-27 Gerd Moellmann <gerd@gnu.org>
10065
10066 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10067 userids differently.
10068
10069 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10070 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10071 progmodes/ebnf-yac.el: New files.
10072
10073 2000-01-26 Dave Love <fx@gnu.org>
10074
10075 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10076 on a function with an empty body. [From Eric Ludlam.]
10077
10078 2000-01-25 Andre Spiegel <spiegel@gnu.org>
10079
10080 * vc.el (vc-version-diff): Make sure file name is expanded.
10081
10082 2000-01-25 Gerd Moellmann <gerd@gnu.org>
10083
10084 * scroll-bar.el (scroll-bar-timer): Variable removed.
10085 (scroll-bar-toolkit-scroll): Don't use a timer.
10086
10087 2000-01-25 Kenichi Handa <handa@etl.go.jp>
10088
10089 * language/thai-util.el (thai-composition-function): Delete
10090 superfluous `a'.
10091
10092 2000-01-24 Dave Love <fx@gnu.org>
10093
10094 * fortran.el (fortran-mode): Use beginning-of-defun-function,
10095 end-of-defun-function.
10096
10097 * font-lock.el (turn-on-font-lock): Don't depend on window-system
10098 &c.
10099
10100 2000-01-22 Jason Rumney <jasonr@gnu.org>
10101
10102 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10103 conflicts with new face support.
10104
10105 2000-01-22 Richard M. Stallman <rms@gnu.org>
10106
10107 * replace.el (query-replace): Rename last arg to DELIMITED.
10108 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10109 (query-replace-regexp): Likewise.
10110
10111 2000-01-20 Richard M. Stallman <rms@gnu.org>
10112
10113 * subr.el (with-syntax-table): Use make-symbol, not gensym.
10114
10115 * emacs-lisp/lisp.el (beginning-of-defun-function):
10116 Variable renamed from beginning-of-defun.
10117 Do not call make-variable-buffer-local.
10118 (beginning-of-defun-raw): Use new variable name; doc fix.
10119 (beginning-of-defun): Doc fix.
10120 (end-of-defun-function): Variable renamed from end-of-defun.
10121 Do not call make-variable-buffer-local.
10122 (end-of-defun): Use new variable name; doc fix.
10123
10124 * subr.el (dolist, dotimes): Copied from cl-macs.el
10125 and made to work.
10126
10127 * mail/undigest.el (rmail-digest-end-regexps):
10128 Variable replaces rmail-digest-end-regexp.
10129 Allows multiple regexps for detecting the end line.
10130 (undigestify-rmail-message): Corresponding changes.
10131
10132 2000-01-19 Dave Love <fx@gnu.org>
10133
10134 * files.el (user-init-file): Don't declare here -- is primitive.
10135
10136 * startup.el (command-line): Check for compiled user-init-file and
10137 set to uncompiled version if necessary.
10138
10139 2000-01-18 Gerd Moellmann <gerd@gnu.org>
10140
10141 * mail/undigest.el (rmail-digest-end-regexp): New user option.
10142 (undigestify-rmail-message): Use it.
10143
10144 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10145
10146 2000-01-17 Gerd Moellmann <gerd@gnu.org>
10147
10148 * tmm.el (tmm-goto-completions): Adapt to prompt being part
10149 of mini-buffer.
10150
10151 2000-01-14 Gerd Moellmann <gerd@gnu.org>
10152
10153 * emacs-lisp/copyright.el (copyright-update): Removed the
10154 requirement for a trailing space from `copyright-regexp', to
10155 support copyrights with owner specified on a separate line..
10156
10157 * align.el: New file.
10158
10159 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10160
10161 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10162
10163 2000-01-13 Dave Love <fx@gnu.org>
10164
10165 * ph.el: Removed. (Obsoleted by EUDC.)
10166
10167 2000-01-13 Gerd Moellmann <gerd@gnu.org>
10168
10169 * net/eudc.el (toplevel): Remove autoloaded code installing
10170 menu with easymenu, because that causes build problems.
10171
10172 * frame.el (frame-notice-user-settings): New variable.
10173 (frame-notice-user-settings): Don't modify frame parameters
10174 if called a second time.
10175
10176 2000-01-13 Richard M. Stallman <rms@gnu.org>
10177
10178 * frame.el (frame-notice-user-settings):
10179 Notice default-frame-parameters even for non-window frames.
10180
10181 2000-01-13 Gerd Moellmann <gerd@gnu.org>
10182
10183 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10184 for Emacs.
10185 (eudc-bob-can-display-inline-images): Extend for Emacs.
10186 (eudc-bob-toggle-inline-display): Ditto.
10187 (eudc-bob-display-jpeg): Ditto.
10188
10189 2000-01-12 Gerd Moellmann <gerd@gnu.org>
10190
10191 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10192 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10193 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
10194
10195 * add-log.el (add-change-log-entry): Fix error trying an `(insert
10196 nil)'.
10197
10198 * subdirs.el: Add `net' directory.
10199
10200 * net: New directory.
10201
10202 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10203 eval-last-sexp. Don't bind debug-on-error here.
10204 (eval-last-sexp): New function. Bind debug-on-error if
10205 eval-expression-debug-on-error is non-nil.
10206 (eval-defun-2, eval-defun): Likewise.
10207
10208 * simple.el (eval-expression): Don't bind debug-on-error if
10209 eval-expression-debug-on-error is nil. Detect changed
10210 debug-on-error, and propagate new value to global binding, if
10211 eval-expression-debug-on-error is non-nil,
10212 (eval-expression-debug-on-error): Change doc string.
10213
10214 2000-01-11 Richard M. Stallman <rms@gnu.org>
10215
10216 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10217
10218 * emacs-lisp/lisp-mode.el (with-syntax-table):
10219 Set up lisp-indent-function property.
10220
10221 * subr.el (with-syntax-table): Moved from simple.el.
10222
10223 * simple.el (with-syntax-table): Moved to subr.el.
10224
10225 2000-01-11 Gerd Moellmann <gerd@gnu.org>
10226
10227 * tmm.el (tmm-shortcut): Delete region after prompt instead
10228 of erasing buffer.
10229
10230 * textmodes/fill.el (fill-common-string-prefix): New function.
10231 (fill-context-prefix): Use the longest common prefix of first
10232 and second line fill prefix, if there is one.
10233
10234 2000-01-11 Richard M. Stallman <rms@gnu.org>
10235
10236 * array.el (array-mode): Don't use make-variable-buffer-local.
10237 Use make-local-variable for `truncate-lines'.
10238
10239 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
10240
10241 * add-log.el (add-log-current-defun): Handle user-defined
10242 add-log-current-function returning nil,
10243
10244 * add-log.el (add-change-log-entry): Insert version number
10245 if having found a current function
10246
10247 * add-log.el (add-log-current-defun): Call
10248 `add-log-current-defun-function'. Try matches at level 0 and
10249 level 1. Strip whitespace from defun found.
10250
10251 2000-01-10 John Wiegley <johnw@gnu.org>
10252
10253 * allout.el (isearch-done/outline-provisions): Added `edit'
10254 argument to correspond with the current definition of
10255 `isearch-done'.
10256
10257 2000-01-10 Dave Love <fx@gnu.org>
10258
10259 * elide-head.el (elide-head): Use point-marker, not point.
10260
10261 2000-01-10 Gerd Moellmann <gerd@gnu.org>
10262
10263 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10264 before and after the year 2000.
10265
10266 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10267 Add ispell- prefix.
10268
10269 2000-01-10 Ken Stevens <k.stevens@ieee.org>
10270
10271 * ispell.el: Only define dictionaries in menus when they exist.
10272 (version18p): New variable.
10273 (version20p): New variable.
10274 (xemacsp): New variable.
10275 (ispell-choices-win-default-height): Fix for XEmacs visibility.
10276 (ispell-dictionary-alist1): Added Brasileiro dictionary.
10277 (ispell-dictionary-alist6): Russian command lines no longer accept
10278 run-together words.
10279 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10280 (ispell-dictionary-alist): Add koi8-r to customize definition.
10281 (check-ispell-version): Added documentation string. Returns
10282 library path when called non-interactively.
10283 (ispell-menu-map-needed): Uses new variables.
10284 (ispell-library-path): New variable.
10285 (ispell-decode-string): XEmacs fix for bogus variable bindings.
10286 (ispell-word): Improved documentation string. Test for valid
10287 character mappings. Correctly check typed in word changes that can
10288 result in single words split into multiple words. Returns
10289 replacement word.
10290 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
10291 replace in recursive query replace mode. Help message for
10292 recursive edit mode.
10293 (ispell-show-choices): Protect against bad framepop bindings.
10294 (ispell-help): Fix to work with XEmacs.
10295 (ispell-highlight-spelling-error): Use new variables.
10296 (ispell-overlay-window): Fix to work with XEmacs.
10297 (ispell-parse-output): Passed and returns location information
10298 tracking spelling corrections. Doesn't recheck same word on
10299 current line.
10300 (ispell-init-process): Protect against bogus XEmacs variable binding.
10301 Fix call to single argument in sleep-for. Use new variables.
10302 (ispell-region): Passed and returns location information tracking
10303 spelling corrections. Doesn't check same word on current line.
10304 Improved documentation string. Doesn't resend a line already
10305 checked to the ispell process - fixes bug in LaTeX parsing.
10306 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10307 (ispell-skip-region): No longer skips <TT> in SGML.
10308 (ispell-process-line): Tracks location information with spelling
10309 corrections. Added documentation string. Accounts for words
10310 already accepted on this line. Don't allow query-replace on line
10311 starting with math characters. Doesn't resend a line already sent
10312 to ispell process. Fixes alignment error bug.
10313
10314 2000-01-10 Richard M. Stallman <rms@gnu.org>
10315
10316 * dired-x.el (dired-guess-shell-alist-default):
10317 Suggest xloadimage, which is free, not xv, which isn't.
10318
10319 * ange-ftp.el (ange-ftp-file-name-nondirectory):
10320 Don't ever include the host name or user name in the value.
10321
10322 2000-01-09 Gerd Moellmann <gerd@gnu.org>
10323
10324 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10325 of a real newline.
10326
10327 2000-01-09 Stephen Eglen <stephen@gnu.org>
10328
10329 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
10330 for .png files.
10331
10332 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
10333
10334 * cus-edit.el (custom-hook-convert-widget): Fix comment.
10335
10336 2000-01-09 Gerd Moellmann <gerd@gnu.org>
10337
10338 * progmodes/cperl-mode.el: Replace ^F with ^L.
10339
10340 * sendmail.el (toplevel): Provide `sendmail' when compiling
10341 before `require'ing rmail and mailalias to prevent infinite
10342 recursion.
10343
10344 2000-01-08 Dave Love <fx@gnu.org>
10345
10346 * emacs-lisp/backquote.el: Remove inappropriate customization
10347 (allowing custom.el to use backquote).
10348
10349 2000-01-07 Dave Love <fx@gnu.org>
10350
10351 * add-log.el (add-log-debugging): Deleted.
10352 (add-change-log-entry): Treat a backup FILE-NAME as its parent
10353 file. Remove debugging code.
10354 (change-log-get-method-definition, change-log-name): Add doc.
10355 (change-log-sortable-date-at): New function.
10356 (change-log-merge): New command.
10357
10358 * time.el (display-time-string-forms): Make the Mail string active.
10359 (display-time-update): Provide help-echo for load average.
10360
10361 * bindings.el (make-mode-line-mouse2-map): New function.
10362 (mode-line-modified): Use it and simplify.
10363 (mode-line-mule-info): Provide help-echo info.
10364 (minor-mode-alist): Activate the strings.
10365 (make-mode-line-mouse-sensitive): Simplify for
10366 mode-line-buffer-identification.
10367
10368 2000-01-07 Gerd Moellmann <gerd@gnu.org>
10369
10370 * play/pong.el: New file.
10371
10372 2000-01-06 Dave Love <fx@gnu.org>
10373
10374 * array.el: Assorted cleanups for compiler warnings, doc strings,
10375 `array-' prefix for symbols.
10376
10377 2000-01-05 Dave Love <fx@gnu.org>
10378
10379 * textmodes/outline.el (outline-mode-menu-bar-map): Add
10380 outline-headers-as-kill.
10381 (outline-mode): Define imenu-generic-expression.
10382 (outline-headers-as-kill): New command.
10383
10384 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
10385 from paragraph-start.
10386 (paragraph-indent-minor-mode): New command.
10387
10388 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
10389 M-C-e, M-C-h, C-j, C-xnd, TAB.
10390 (fortran-mode): Set beginning-of-defun, end-of-defun.
10391 (fortran-column-ruler): Simplify.
10392 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
10393 (fortran-with-subprogram-narrowing): Likewise.
10394 (fortran-indent-subprogram): Call mark-defun.
10395 (fortran-check-for-matching-do): Change narrowing.
10396
10397 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
10398 (cl-lucid-hash-tag): Delete.
10399 (cl-hash-table-p): Correct test for native table.
10400 (cl-hash-table-count): Use hash-table-count.
10401
10402 * browse-url.el (browse-url): Fix case of
10403 browse-url-browser-function being an alist.
10404
10405 2000-01-05 Carsten Dominik <cd@gnu.org>
10406
10407 * textmodes/reftex-vars.el (reftex-parse-file-extension)
10408 (reftex-index-phrase-file-extension): New options.
10409
10410 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
10411 Use new option `reftex-index-phrase-file-extension'.
10412
10413 * textmodes/reftex.el (reftex-access-parse-file): Use new option
10414 `reftex-parse-file-extension'.
10415
10416 2000-01-05 Dave Love <fx@gnu.org>
10417
10418 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
10419 (beginning-of-defun-raw): Use it.
10420 (end-of-defun): New variable.
10421 (end-of-defun): Use it.
10422 (check-parens): New command.
10423
10424 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10425
10426 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
10427 (hs-show-block): Don't use `mapcar' when not accumulating.
10428
10429 Fix buglet in local variables initialization.
10430
10431 2000-01-05 Andreas Schwab <schwab@suse.de>
10432
10433 * hscroll.el (hscroll): Doc fix.
10434
10435 2000-01-05 Carsten Dominik <cd@gnu.org>
10436
10437 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
10438 idlw-toolbar.
10439
10440 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
10441 file idlw-rinfo.el.
10442 (idlwave-customize): load must read file idlw-shell.el.
10443 (idlwave-create-customize-menu): load must read file idlw-shell.el.
10444
10445 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
10446
10447 * progmodes/idlw-shell.el: Also provide idlwave-shell
10448 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
10449 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
10450
10451 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
10452 both reftex-dcr and reftex-vcr.
10453
10454 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
10455
10456 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10457
10458 * ps-print.el: PostScript code now is in separate files, doc fix.
10459 (ps-print-version): New version number (5.0.3).
10460 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
10461 local.
10462 (ps-spool-config): Initialization fix.
10463 (ps-print-prologue-1, ps-print-prologue-2)
10464 (ps-print-duplex-feature): PostScript code moved to separated file.
10465 (ps-background-image): Little code reformating.
10466 (ps-begin-file, ps-begin-job): Fix code.
10467 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
10468 (ps-prologue-file): New fun.
10469
10470 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10471
10472 * ps-vars.el: Eliminated.
10473
10474 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
10475 `;;;###autoload'.
10476
10477 * ps-print.el: ps-vars eliminated, doc fix.
10478 (ps-print-version): New version number (5.0.2).
10479 (ps-spool-config): Initialization fix.
10480 (ps-print-customize): New fun.
10481
10482 2000-01-04 Gerd Moellmann <gerd@gnu.org>
10483
10484 * autorevert.el (auto-revert-mode): Return value of
10485 auto-revert-mode.
10486
10487 2000-01-04 Dave Love <fx@gnu.org>
10488
10489 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
10490 menu items.
10491
10492 2000-01-03 Dave Love <fx@gnu.org>
10493
10494 * elide-head.el (elide-head) [defgroup]: Add :version.
10495
10496 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
10497 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
10498 `cl-hash-table-p', not `hash-table-p'.
10499 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
10500
10501 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10502
10503 * faces.el (face-read-integer, read-face-attribute)
10504 (color-defined-p, color-values): unspecified-{f,b}g are now
10505 strings.
10506
10507 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10508
10509 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
10510 at comment end, and re-insert them after filling.
10511
10512 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10513
10514 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
10515 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
10516 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
10517
10518 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10519
10520 * term/x-win.el (xw-defined-colors): Call color-supported-p,
10521 the new name of face-color-supported-p.
10522
10523 * term/w32-win.el (xw-defined-colors): Likewise.
10524
10525 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10526
10527 * simple.el (completion-setup-function): Count completion-size
10528 from minibuffer-prompt-end, not from point-min.
10529
10530 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
10531
10532 * faces.el (read-face-attribute, defined-colors, color-defined-p):
10533 Pass the frame to tty-color-* functions.
10534 (display-color-p, frame-set-background-mode): Pass the frame to
10535 tty-display-color-p.
10536
10537 * term/tty-colors.el (tty-defined-color-alist): Renamed from
10538 tty-color-alist.
10539 (tty-color-alist, tty-modify-color-alist): New functions.
10540 (tty-color-define, tty-color-clear, tty-color-approximate)
10541 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
10542 an optional parameter FRAME.
10543
10544 2000-01-01 Gerd Moellmann <gerd@gnu.org>
10545
10546 * image.el (create-image, defimage): Don't assume image data is a
10547 string.
10548
10549 * image.el (defimage): Handle specifications containing :data
10550 instead of :file.
10551 (image-type-from-data): New function.
10552 (image-type-from-file-header): Use it.
10553 (create-image): Add parameter DATA-P.
10554
10555 See ChangeLog.8 for earlier changes.
10556
10557 ;; Local Variables:
10558 ;; coding: iso-2022-7bit-unix
10559 ;; End: