(skip_debugger): Prevent a compiler warning.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
877cf6b4
GM
12000-10-19 Gerd Moellmann <gerd@gnu.org>
2
3 * ps-print.el (ps-print-emacs-type): Move into the
4 eval-and-compile.
5
3e9cb08f
GM
62000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7
8 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs. Avoid
9 compilation gripes. Doc fix.
10 (ps-print-version): New version number (6.2).
11 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
13 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
14 (ps-x-extent-priority, ps-x-extent-start-position)
15 (ps-x-face-font-instance, ps-x-find-coding-system)
16 (ps-x-font-instance-properties, ps-x-make-color-instance)
17 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
18 avoid compilation gripes without defining functions.
19 (ps-e-find-composition): Alias for function find-composition, to have a
20 suitable function depending on Emacs version.
21 (ps-color-device, ps-color-values, ps-face-foreground-name)
22 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
23 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
24 (ps-print-ensure-fontified): Function definitions surrounded by
25 `eval-and-compile' to avoid compilation gripes.
26 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
27 by symbol-value to avoid compilation gripes.
28 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
29 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
30
d8abcd91
MB
312000-10-19 Miles Bader <miles@lsi.nec.co.jp>
32
13ab33c4
MB
33 * startup.el (normal-top-level): Call `frame-set-background-mode'
34 after `frame-notice-user-settings' because the latter doesn't call
35 the former on a tty.
36
d8abcd91
MB
37 * faces.el (frame-set-background-mode): `unspecified' &c are
38 symbols, not strings.
39
e8bce0a9
EZ
402000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
41
42 * term/tty-colors.el (color-name-rgb-alist): Add a comment
43 explaining why some "light*" colors are deliberately absent from
44 the alist.
45
46 * info.el (Info-title-1-face, Info-title-2-face)
47 (Info-title-3-face): Change colors for tty's, as suggested by
48 Miles Bader.
49
773272d8
KH
502000-10-19 Kenichi Handa <handa@etl.go.jp>
51
52 * international/fontset.el: Use registry "MuleTibetan-2" for
53 Tibetan.
54 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
55 for ISO10646-1 fonts.
56 (x-font-name-charset-alist): Add an entry for "iso10646-1".
57
772139c0
EZ
582000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
59
60 * faces.el (frame-set-background-mode): If a tty frame defines a
61 background color, use that to compute the background mode, instead
62 of always defaulting to "dark".
63
d134a19f
MB
642000-10-19 Miles Bader <miles@lsi.nec.co.jp>
65
8bb84cb2
MB
66 * comint.el (comint-write-output): New function.
67 (comint-mode-map): Add it to the menu.
e40a778f 68 Bind `C-c C-s' to comint-write-output.
d134a19f 69
dada41e1
GM
702000-10-18 Gerd Moellmann <gerd@gnu.org>
71
72 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
73 Use fancy-splash-delay.
74
9b5360aa
GM
752000-10-18 Alex Schroeder <alex@gnu.org>
76
77 * progmodes/sql.el (sql-sybase-options): New option.
78 (sql-sybase): Use it. Add sql-database to the list of parameters
79 provided for login. The options -w 2048 -n are not used any more.
80
9035a35a
GM
81 * comint.el (comint-read-input-ring): Bugfix such that the first
82 and the last entry of the input ring file are not lost.
83
3556c6dd
GM
842000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
85
86 * ps-print.el: Internal variable changes to defcustom,
87 make-local-hook changes to defvar. Doc fix.
88 (ps-print-version): New version number (6.1).
89 (ps-setup, ps-do-despool): Code fix.
90 (ps-printer-name): Customization fix.
91 (ps-printer-name-option): Now is a defcustom instead of an
92 internal variable.
93 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
94 (ps-print-begin-column-hook): Now are defvar instead of
95 make-local-hook.
96
4e217e50
MB
972000-10-18 Miles Bader <miles@gnu.org>
98
99 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
100 (comint-kill-output): Changed into an alias for `comint-delete-output',
101 and made obsolete.
102 (comint-mode-map): Rename references to comint-kill-output.
103
34460354
EZ
1042000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
105
106 * diff-mode.el (diff-header-face, diff-file-header-face)
107 (diff-changed-face): Add bold and italic attributes to tty faces.
108 (diff-function-face): New face.
109 (diff-font-lock-keywords): Use it.
110
17ea3cdb
MB
1112000-10-18 Miles Bader <miles@lsi.nec.co.jp>
112
113 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
114 Remove commented-out call to force-mode-line-update.
115 (comint-kill-output): Use `forward-line 0' instead of
116 beginning-of-line to make sure we get past the prompt.
117
9244f2c7
SM
1182000-10-17 Stefan Monnier <monnier@cs.yale.edu>
119
120 * diff-mode.el (diff-header-face, diff-file-header-face):
121 Add specific setting for dark background.
122 (diff-context-face): Renamed from diff-comment-face.
123 Set explicitly rather than inheriting from font-lock-comment-face.
124
1592c1ef
EZ
1252000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
126
127 * startup.el (command-line): Move the code which sets the default
128 TTY colors to before before-init-hook.
129
f86292a9
GM
1302000-10-17 Gerd Moellmann <gerd@gnu.org>
131
132 * jit-lock.el (jit-lock-stealth-time): Doc fix.
133
f7f2e883
EZ
1342000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
135
e854cc22
EZ
136 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
137 extensions, for MS-DOS.
138
f7f2e883
EZ
139 * diff-mode.el (diff-header-face, diff-file-header-face)
140 (diff-changed-face): Define tty-specific colors.
141
c7b4f0f9
GM
1422000-10-17 Gerd Moellmann <gerd@gnu.org>
143
144 * startup.el (fancy-splash-text): Realign the text.
145
12a72271
EZ
1462000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
147
148 * font-lock.el (font-lock-comment-face): Define a separate default
149 for dark-background tty's.
150
61dfccfd
MB
1512000-10-17 Miles Bader <miles@gnu.org>
152
153 * help.el (resize-temp-buffer-window): Add hack to avoid last line
154 being obscured by whizzy mode-lines on graphics displays.
155
333cd59e
EZ
1562000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
157
158 * info.el (Info-title-1-face, Info-title-2-face)
159 (Info-title-3-face): Define colors for tty's.
dada41e1 160 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 161
dbf1fcc1
EZ
1622000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
163
164 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
165 reverse from the frame parameters, and don't invert foreground and
166 background colors.
167
ac629823
MB
1682000-10-16 Miles Bader <miles@gnu.org>
169
170 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
171 string "*Info*". Call propertized-buffer-identification to spruce
172 up the result.
173
76eebffc
GM
1742000-10-16 Gerd Moellmann <gerd@gnu.org>
175
3a6b59d9
GM
176 * help.el: Provide `help' for the sake of define-minor-mode
177 which generates defcustoms with requires.
178
6569c3d3
GM
179 * jit-lock.el (jit-lock-after-change): If we're in text that
180 matches a multi-line font-lock pattern, make sure the whole text
181 will be redisplayed.
182
c2e0a611
GM
183 * emacs-lisp/authors.el (authors-add): Don't add an entry if
184 author's name is unknown.
185
76eebffc
GM
186 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
187 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
188 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
189 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
190 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
191 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
192 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
193 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
194 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
195 Add author information.
196
cf1e7b12
MB
1972000-10-16 Miles Bader <miles@lsi.nec.co.jp>
198
199 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
200 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
201 full-color version (using the Gimp) to eliminate dithering artifacts.
202
5586f3eb
SM
2032000-10-15 Stefan Monnier <monnier@cs.yale.edu>
204
205 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
206
207 * simple.el (syntax-flag-table, string-to-syntax): Remove.
208
ad64a888
DL
2092000-10-15 Dave Love <fx@gnu.org>
210
211 * progmodes/sh-script.el: Require skeleton and comint when
212 compiling.
213
214 * pcomplete.el (pcomplete) <defgroup>: Add :version.
215
216 * whitespace.el: Doc fixes.
217 (top-level): Don't add hooks here.
218 (whitespace-running-emacs): Deleted.
219 (timer): Don't require.
220 (whitespace): Add back :version conditional on xemacs test.
221 (whitespace-spacetab-regexp, whitespace-indent-regexp)
222 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
223 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
224 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
225 Avoid specific xemacs test.
226 (whitespace-global-mode): New option.
227 (whitespace-global-mode): New command.
228 (whitespace-unload-hook): New function.
229
230 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
231 (Info-fontify-node, Info-goto-node, Info-mode-menu)
232 (Info-fontify-node): `Goto' goes to `Go to'.
233 (Info-fontify-node): Add help-echo to xref links.
234
1ef49fc6
EZ
2352000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
236
237 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
238
8b7707e1
SM
2392000-10-15 Stefan Monnier <monnier@cs.yale.edu>
240
b3b7f42f
SM
241 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
242 Use plist-get and allow :inherit.
243
244 * emacs-lisp/cl-macs.el (cl-do-arglist):
245 Use plist-get and plist-member instead of memq.
246
3c7fafc7
SM
247 * emacs-lisp/ewoc.el (ewoc-location): New function.
248 (ewoc-enter-after, ewoc-enter-before): Document return value.
249 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
250 Don't need make-local-hook any more.
251 (cvs-addto-collection): Return the new tin.
252 (cvs-mode-insert): Jump to the new line.
253
8b7707e1
SM
254 * jit-lock.el (jit-lock-fontify-buffer): Remove.
255
256 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
257
258 * font-lock.el (font-lock-syntactically-fontified): New var.
259 (font-lock-fontify-syntactic-keywords-region): Use it.
260 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
261
262 * diff-mode.el (diff-find-file-name): Fix regexp.
263
264 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
265 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
266
267 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
268 (sh-mode-syntax-table): Add punctuation syntax for < and >.
269 (sh-mode): Don't make all vars local here.
270 (sh-kw): Reformat.
271 (sh-set-shell): Use dolist. Don't set indent-region-function.
272 (sh-mode-syntax-table): Use pop.
273 (sh-remember-variable): Use push.
274 (sh-help-string-for-variable): Use memq.
275 (sh-safe-backward-sexp): Remove.
276 (sh-safe-forward-sexp): Add ARG.
277 (sh-get-indent-info, sh-prev-stmt): Use it.
278 (sh-prev-line): Simplify by using forward-comment.
279 (sh-this-is-a-continuation): Simplify.
280 (sh-learn-buffer-indent): Use dolist.
281 (sh-do-nothing): Remove.
282 (sh-set-char-syntax, sh-set-here-doc-region):
283 Use inhibit-modification-hooks.
284 (sh-name-style): Use mapcar and push.
285 (sh-load-style): Use dolist.
286 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
287 (sh-case, sh-while-getopts): Use propertize directly rather
288 than sh-electric-rparen.
289
2902000-10-14 Stefan Monnier <monnier@cs.yale.edu>
291
292 * textmodes/tex-mode.el: Require CL when compiling.
293 (tex-mode-syntax-table): Init immediately.
294 (tex-mode-map): Bind M-RET to latex-insert-item.
295 (latex-mode): Set indent-line-function to latex-indent.
296 (tex-common-initialization): Don't setup the syntax-table any more.
297 (latex-insert-item): New skeleton.
298 (tex-next-unmatched-end): Fix copy/paste braino.
299 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
300 (latex-indent, latex-find-indent): New functions.
301 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
302 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
303 (tex-compilation-parse-errors): Use with-syntax-table.
304
86b7fcbb
MB
3052000-10-15 Miles Bader <miles@gnu.org>
306
307 * font-lock.el (font-lock-comment-face): Change dark-background,
308 color, non-tty, default to `chocolate1'.
309
57a24508
JW
3102000-10-13 John Wiegley <johnw@gnu.org>
311
312 * eshell/esh-util.el (require): Added a missing `require' form,
313 needed when compiling (for an ange-ftp macro definition).
314
40ad3db4
DL
3152000-10-13 Dave Love <fx@gnu.org>
316
317 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
318
db460189
GM
3192000-10-13 Gerd Moellmann <gerd@gnu.org>
320
b41c9501
GM
321 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
322 fix.
323
db460189
GM
324 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
325 transparent -colors 8).
326
3b5e21df
GM
3272000-10-13 Stephen Gildea <gildea@alum.mit.edu>
328
329 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
330 that breaks with old list format timestamps.
331 (time-stamp-warn-inactive, time-stamp-old-format-warn)
332 (time-stamp-count, time-stamp-conversion-warn): Improved doc
333 strings.
334
16908a3f
JW
3352000-10-13 John Wiegley <johnw@gnu.org>
336
d7103dda
JW
337 * align.el, pcomplete.el, calendar/timeclock.el,
338 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
339
16908a3f
JW
340 * calendar/timeclock.el (timeclock-find-discrep): A fix to same
341 faulty math, where holiday hours were being computing as seconds.
342
b6b70cda
JW
3432000-10-13 John Wiegley <johnw@gnu.org>
344
345 * desktop.el (desktop-buffer-modes-to-save): Added a global for
346 specifying what "other" kinds of buffers should be saved. This
347 used to be hard-coded.
348 (desktop-buffer-misc-functions): A global for specifying how
349 auxiliary data should be determined for special buffer types.
350 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
351 instead of hard-coding the special buffer types.
352 (desktop-save): Run `desktop-buffer-misc-functions' to gather
353 auxiliary data, instead of hard-coding for Info buffers and dired.
354 (desktop-buffer-info-misc-data): Aux function for determining Info
355 buffer auxiliary info.
356 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
357 (desktop-buffer-info): Changed this function to use the info
358 gathered above.
359 (desktop-create-buffer): Be a little more careful about what
360 `minor-mode' means before calling it. This is important for some
361 buffer types.
362
8c6b1d83
JW
3632000-10-13 John Wiegley <johnw@gnu.org>
364
365 * eshell/esh-util.el: Added a global form which declares an
366 autoload for `parse-time-string', if that function is not already
367 defined, and if parse-time.el is available on the user's system.
368
369 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
370 to be aware of ange-ftp user info.
371 (eshell-do-ls): Bind `ange-cache'. Also, use
372 `eshell-file-attributes'.
373 (eshell-ls-annotate): Use `eshell-file-attributes'.
374 (eshell-ls-file): Made the user-id printing code a bit smarter.
375
376 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
377 allow identification of alias user ids in remote directories.
378 It's manual, but there's no other way to know when the current
379 user on the local machine, is also the owning user on the remote
380 machine.
381 (fboundp): Bind `ange-cache'.
382 (eshell-directory-files-and-attributes): Re-organized the logic a
383 bit to use `eshell-file-attributes' instead of `file-attributes'.
384 The former is more sensitive to directories that are read via FTP,
385 and knows how to use ange-ftp to determine full attribute
386 information, instead of just the name and last modtime.
387 (eshell-current-ange-uids): Return the current user id when in a
388 remote directory.
389 (eshell-parse-ange-ls): Parse a full directory listing that has
390 been returned by ange-ftp.
391 (eshell-file-attributes): This beefed up version of
392 `file-attributes' is only special if the user is currently in a
393 remote directory, in which case it does a lot of work to find out
394 what the real attributes of a file are, as they appear on the
395 remote machine. This makes usage of remote directories (i.e.,
396 ange-ftp pathnames) much more useful. You can now use Eshell as a
397 full-fledged FTP client, with much more manipulation ability than
398 most other clients.
399
400 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
401 variable, which means that Eshell's du should always be preferred
402 in remote directories.
403 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
404 just `file-attributes'.
405 (eshell-mvcp-template): Bind `ange-cache', to improve performance
406 when reading remote directories. This is an Eshell-specific
407 variable (not part of ange-ftp).
408 (eshell/ln): Bind `ange-cache'.
409 (eshell/du): Added some extra logic for determining when to use
410 Eshell's du (which is slow), and when to use the external version
411 (which may or may not exist).
412
413 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
414 `eshell-interactive-process', rather than using
415 `get-buffer-process', since backgrounded processes don't count in
416 the context of this function's logic.
417
418 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
419 `forward-char', so that null strings are parsed correctly.
420
87730e84 4212000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
422
423 * eshell/em-pred.el (eshell-pred-file-type,
424 eshell-pred-file-links, eshell-pred-file-size): Use
425 `eshell-file-attributes'. This is more correct over ange-ftp.
426
427 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
428 that remote file globbing is more efficient.
429
430 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
431 gathering the files and attributes within a directory.
432
433 * eshell/em-unix.el (eshell/cat): If any of the files passed on
434 the command line is a special file (not a regular file, directory
435 or symlink), always attempt to call the external version of cat.
436
87730e84 4372000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
438
439 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
440 Eshell-friendly version of find-tag.
441
1c7e37a9
MB
4422000-10-13 Miles Bader <miles@lsi.nec.co.jp>
443
444 * image-file.el (image-file-name-extensions)
445 (image-file-name-regexps): Add autoload cookies.
446
11a7f341
KH
4472000-10-13 Kenichi Handa <handa@etl.go.jp>
448
449 * international/mule-cmds.el (select-safe-coding-system): If FROM
450 is string, show it in *Warning* buffer.
451
8ddddcb0
EZ
4522000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
453
454 * startup.el (normal-top-level): Use display-popup-menus-p instead
455 of window-system.
456 (command-line): Use display-graphic-p instead of window-system.
457 (command-line-1): Use display-popup-menus-p and display-mouse-p
458 instead of window-system.
459
72200f89
SS
4602000-10-12 Sam Steingold <sds@gnu.org>
461
462 * tooltip.el (tooltip-use-echo-area): New user variable.
463 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
464
8661c643
DL
4652000-10-12 Dave Love <fx@gnu.org>
466
d0b40dc1
DL
467 * recentf.el: Maintainer's checkdoc fixes.
468
a622451f
DL
469 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
470 character class, not ASCII when matching file names.
471 (fancy-splash-head): Add trailing slash to URL.
472 (command-line): Don't require XPM support for toolbar.
473
8661c643
DL
474 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
475 (cperl-invalid-face): Revert last change.
476 (cperl-init-faces): Quote cperl-invalid-face.
477
ef2ed8ab
KH
4782000-10-12 Kenichi Handa <handa@etl.go.jp>
479
480 * startup.el (fancy-splash-text): Remove superfluous quote.
481
b0da379e
GM
4822000-10-12 Gerd Moellmann <gerd@gnu.org>
483
dbeb499b
GM
484 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
485 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
486 (command-line-1): Don't use fancy-splash-pending-command.
487 (fancy-splash-screens-1): Goto point-min after inserting text.
488
d861718a
GM
489 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
490
b0da379e
GM
491 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
492 instead of shared-lisp-mode-map.
493
4fb2ad98
MB
4942000-10-12 Miles Bader <miles@lsi.nec.co.jp>
495
1cb4393e
MB
496 * faces.el (header-line): Change tty-variant to use underlining.
497
4fb2ad98
MB
498 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
499 (isearch-highlight): Restore lazy-isearch face properties at old
500 position, and suppress them at new position.
501 (isearch-dehighlight): Restore lazy-isearch face properties.
502 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
503 over the real isearch overlay, but in that case, don't give it a
504 face property. Use `push'.
505
eb991b25
KH
5062000-10-12 Kenichi Handa <handa@etl.go.jp>
507
508 * man.el (Man-getpage-in-background): Fix previous change.
509 Decode the process output only when we are in multibyte mode.
510
a818c1c0
DL
5112000-10-11 Dave Love <fx@gnu.org>
512
c990f53a
DL
513 * info.el (Info-mode-menu): Fix some help.
514 (info-tool-bar-map): Add entry for Info-last.
515
a818c1c0
DL
516 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
517 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
518 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
519 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
520 * toolbar/search-replace.xpm, toolbar/exit.xpm:
521 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
522 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
523 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
524 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
525 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
526 Reduce colour requirements to 25 overall. (Probably wants
527 revisiting from the originals to reduce further.)
528
c1b096cb
EZ
5292000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
530
531 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
532 buffer-file-coding-system, instead of raw-text.
533 (dehexlify-buffer): Bind coding-system-for-read to
534 buffer-file-coding-system, instead of raw-text.
535
5c8b7eaf
SS
5362000-10-11 Sam Steingold <sds@gnu.org>
537
538 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
539 `underline' - fixes the bug introduced on 2000-09-21.
540
2cfbdb7a
DL
5412000-10-11 Dave Love <fx@gnu.org>
542
543 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
544 compiler warnings.
545 (scheme-mode): Doc fix.
546 (scheme-font-lock-keywords-1): Match `define-syntax'.
547
5482000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
549
550 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
551 face specs as well as default ones. Only do anything if the
552 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 553 (region): Make dark-background `region' face less in-your-face.
4b33f290 554
690ec649
SS
5552000-10-10 Sam Steingold <sds@gnu.org>
556
557 * chistory.el, ielm.el, ledit.el:
558 * progmodes/inf-lisp.el, progmodes/scheme.el:
559 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
560
3b95d6bb
SM
5612000-10-10 Stefan Monnier <monnier@cs.yale.edu>
562
563 * textmodes/texinfo.el: Update copyright and fix typo.
564
565 * desktop.el (desktop-modes-not-to-save): New var.
566 (desktop-save-buffer-p): Use it.
567 Also, obey desktop-buffers-not-to-save even for non-file buffers.
568 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
569
d646c828
DL
5702000-10-10 Dave Love <fx@gnu.org>
571
572 * toolbar/tool-bar.el (tool-bar-add-item)
573 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
574 display.
575
d646c828
DL
576 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
577 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
578 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
579 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
580 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
581 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
582 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
583 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
584 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
585 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
586 the .xpms; probably need retouching.
587
862a7e28
MB
5882000-10-10 Miles Bader <miles@lsi.nec.co.jp>
589
590 * subr.el (add-to-list): Add optional argument APPEND.
591 * battery.el (display-battery): Use `add-to-list'.
592
46e33aee
TTN
5932000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
594
930baf47
TTN
595 * play/zone.el (zone-timer, zone-wc-tbl): Rework
596 these vars as symbol properties.
2cfbdb7a
DL
597 (zone, zone-when-idle, zone-leave-me-alone)
598 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 599
5a430f9c
TTN
600 * battery.el (display-battery): Doc spelling fix.
601
46e33aee
TTN
602 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
603 property.
604
adf7d3a8
DL
6052000-10-09 Dave Love <fx@gnu.org>
606
607 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
608 has been initialized before calling tool-bar-setup.
c2156508 609 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 610
06a8c9f8
EZ
6112000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
612
e4ca8f8c
EZ
613 * menu-bar.el (send-mail-item-name): New function.
614 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
615 of mail-user-agent in the menu. Don't display the "Send Mail"
616 item if mail-user-agent is nil or its value is ignore.
617 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
618 if read-mail-command is nil or its value is ignore.
619
06a8c9f8
EZ
620 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
621
7dbc9c8a
MB
6222000-10-09 Miles Bader <miles@gnu.org>
623
29e0814b
MB
624 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
625 Correct image size.
626 * toolbar/left_arrow.xpm: Correct image size.
627
7dbc9c8a
MB
628 * jka-compr.el: Don't call `jka-compr-install' when loading (it
629 will be done by the definition of `auto-compression-mode' if
630 necessary. Move code to uninstall existing file-name handler
631 before definition of `auto-compression-mode'.
632
633 * image-file.el (auto-image-file-mode): Move to the end of the
634 file, because `define-minor-mode' actually calls the mode-function
635 if the associated variable is non-nil, which requires that all
636 needed functions be already defined.
637
65b61266
MB
638 * mouse.el (popup-menu): Balance parens.
639
d6b8c85b
SM
6402000-10-08 Stefan Monnier <monnier@cs.yale.edu>
641
642 * mouse.el (popup-menu): Move the command call outside the loop
643 so that popup-menu returns whatever the command returns.
644
645 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
646 (initialize-new-tags-table): Use run-hook-with-args-until-success.
647 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
648 (tags-table-format-functions): Renamed from tags-table-format-hooks.
649
650 * vc.el (vc-version-diff): diff-switches can be a list.
651 Use relative filenames for prettier output.
652
46e33aee 653 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
654 (vc-post-command-functions): Remove old-VC compatibility code.
655
656 * newcomment.el (comment-indent-default): Autoload.
657
658 * font-lock.el (font-lock-defaults): Make buffer-local.
659 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
660 (font-lock-choose-keywords):
661 Ignore LEVEL unless KEYWORDS is a list of syms.
662 (c-keywords, c++-keywords, objc-keywords, java-keywords):
663 Don't wrap regexp-opt things in \(...\) unnecessarily.
664
665 * jit-lock.el: Don't require font-lock any more.
666 (jit-lock-functions): Make buffer-local.
667 (jit-lock-saved-fontify-buffer-function): Remove.
668 (jit-lock-mode): Remove autoload cookie.
669 Remove font-lock specific code.
670 (jit-lock-unregister): Don't bother handling complex hooks any more.
671 (jit-lock-refontify): New function.
672 (jit-lock-fontify-buffer): Use it.
673 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
674 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
675 Add optional args START and END.
676 Never call font-lock-fontify-region directly.
677 (jit-lock-function, jit-lock-stealth-fontify): Use it.
678
679 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
680
a30ed6ac
DL
6812000-10-08 Dave Love <fx@gnu.org>
682
4e7c7ca9
DL
683 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
684
685 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
686
687 * play/studly.el (studlify-region, studlify-word): Add autoload
688 cookie.
689
690 * play/morse.el (morse-region, unmorse-region): Add autoload
691 cookie.
692
693 * play/spook.el (spook-phrases-file): Use expand-file-name, not
694 concat.
695
696 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
697 insist on symbols starting with word syntax.
698 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
699 (eval-defun-1): Doc fix.
700 (indent-sexp): Use nconc to build up indent-stack.
701
702 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
703 Gnus with little use.
704 (mail-setup-hook): Add mail-abbrevs-setup to options.
705
968f7c4a
DL
706 * recentf.el: Doc fixes.
707
708 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
709 Clean up remainder.
710
711 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
712 without timezone and (8) with timezone to enforce some whitespace.
713 Simplify code somewhat.
714
715 * options.el (list-options): Doc that you should use customize.
716
717 * iswitchb.el (iswitchb-mode): Add :require.
718
a30ed6ac
DL
719 * info.el (Info-goto-node, Info-menu): Doc fix.
720 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
721 (info-tool-bar-map): New variable.
722 (Info-mode): Use it.
723 (Info-edit-map): Define all in defvar.
724 (speedbar-attached-frame): Avoid compiler warning.
725
726 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
727 (global-map): Bind [tool-bar] to a filtered map.
728 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
729 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
730 Allow PBM icons.
731 (tool-bar-setup): Adjust calls of tool-bar-add-item.
732
733 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
734 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
735 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
736 icons, except up_arrow, which is left-arrow rotated.
737
738 * imenu.el (imenu-add-to-menubar): Fix last change.
739
4e953aff
PB
7402000-10-08 Peter Breton <pbreton@ne.mediaone.net>
741
742 * generic-x.el (rul-generic-mode): Remove eval-when-compile
743 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
744
739e92a7
EZ
7452000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
746
d20faceb
EZ
747 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
748 typos in doc strings.
749
a640322e
EZ
750 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
751 the doc strings how to customize Font Lock faces.
752
739e92a7
EZ
753 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
754 computing growth when dragging the header line.
755
8be7408c
EZ
7562000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
757
758 * simple.el (kill-line): Doc fix.
759
6fee86a3
MB
7602000-10-08 Miles Bader <miles@gnu.org>
761
445a653e
MB
762 * faces.el (secondary-selection): Make foreground visible on tty.
763
6fee86a3
MB
764 * jka-compr.el (auto-compression-mode): Move to the end of the
765 file, because `define-minor-mode' actually calls the mode-function
766 if the associated variable is non-nil, which requires that all
767 needed functions be already defined.
768 (with-auto-compression-mode): Add autoload cookie.
769
a115794c
EZ
7702000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
771
772 * files.el (find-backup-file-name) [ms-dos]: If support for long
773 file names is not available, behave as if version-control were set
774 to never.
775
b12e6de3
DL
7762000-10-07 Dave Love <fx@gnu.org>
777
778 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
779 (browse-url-gnome-moz): New function.
780 (browse-url-browser-function): Use it.
781 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
782
20b1d079
SM
7832000-10-07 Stefan Monnier <monnier@cs.yale.edu>
784
785 * indent.el (tab-always-indent): New var.
786 (indent-for-tab-command): Use it.
39250ec3 787
9ee45b2c 788 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 789 raise an error. This way it can still default to a sane value.
9ee45b2c 790
8c6b1d83
JW
7912000-10-06 Stefan Monnier <monnier@cs.yale.edu>
792
39250ec3
SM
793 * startup.el (fancy-splash-screens): Use local rather than global map.
794 Don't use `update-menu-bindings' any more.
795 Get rid of assumptions about keymap representation.
796
a23ccdf2
DL
7972000-10-06 Dave Love <fx@gnu.org>
798
814299a7 799 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
800 (sentence-end-without-period): Doc fix.
801 (adaptive-fill-regexp): Purecopy.
802 (unjustify-current-line): Use line-end-position.
803 (fill-individual-paragraphs-prefix): Use line-beginning-position.
804
805 * net/eudc-vars.el (eudc): Add :version, :link.
806
39250ec3 807 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
808
809 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
810 Fix for define-minor-mode.
811 (function-at-point): Alias to function-called-at-point.
812
813 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
814
815 * simple.el (backward-word): Doc fix.
816
a23ccdf2
DL
817 * image-file.el (image-file-name-regexp): image-file-regexps ->
818 image-file-name-regexps.
742c1822 819 (image-file-name-extensions): Add pbm.
a23ccdf2 820
39250ec3
SM
8212000-10-06 Stefan Monnier <monnier@cs.yale.edu>
822
823 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
824 and add filename to the names so that diff-mode can jump to source.
825
826 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 827 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
828 (tex-font-lock-keywords-1): Remove.
829 (font-lock-turn-on-thing-lock): Use jit-lock-register.
830 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
831 (font-lock-default-fontify-region):
832 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
833 (font-lock-fontify-anchored-keywords):
834 Include the anchor text as part of the multiline.
835
8d5dfacd
GM
8362000-10-06 Gerd Moellmann <gerd@gnu.org>
837
838 * loadup.el (toplevel): Load `loaddefs' before `help' because the
839 latter needs the autoloaded define-minor-mode macro during the
840 bootstrap.
841
842 * startup.el (command-line): For now, activate tool-bar-mode only
843 if XPM images are supported.
844
845 * mouse.el (mouse-drag-header-line): Don't allow resizing a
846 window by dragging a header-line at the top of the frame; that's
4c19fbce 847 confusing because the header-line doesn't move.
8d5dfacd
GM
848 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
849 of treating the event as a list. Some cleanup.
850
f69aad2b 8512000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 852
f69aad2b
MB
853 * simple.el (display-message-or-buffer): New function.
854 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 855
09cb7646
MB
856 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
857 docstring parts.
858
814299a7 859 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
860 (smbclient-prompt-regexp): Add usage note to doc string.
861 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
862 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
863 Use add-hook for adding the comint filter function, and only do so
864 if it's not already in the global hook list.
865 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
866 to `make-local-variable'.
867 (nslookup-font-lock-keywords): Remove prompt entry.
868 (nslookup): Don't set the process-filter.
869 (finger): Exit the loop correctly when the regexps list runs out.
870 (ftp, smbclient, smbclient-list-shares):
871 Set the real major mode immediately, not after execing.
872 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
873
874 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
875
4c19fbce
SM
8762000-10-05 Stefan Monnier <monnier@cs.yale.edu>
877
878 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
879
880 * which-func.el (which-func-format): Remove spurious space.
881 (which-func-mode): Don't make it permanent-local.
882 (which-func-ff-hook): Allow which-func-maxout to be nil.
883 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
884 (which-func-mode): Simplify.
885 Use post-command-idle-hook rather than post-command-hook.
886 Go through all buffers and update their state.
887 (which-function): Also try add-log-current-defun-function.
888
889 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
890 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
891 Update call to with-vc-properties accordingly.
892 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
893 (vc-revert-buffer): More careful about window selection and deletion.
894 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
895
896 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
897 (cvs-retrieve-revision): Reuse a pre-existing buffer.
898 (cvs-dired-action): Change the default to quickdir.
899
900 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
901 if comment-indent-function returns nil.
902 (comment-indent-default): New function.
903 (comment-indent-function): Use it and document the new semantics.
904
905 * image-file.el: Docstring fixes.
906
907 * help.el (help-xref-on-pp): Use match-string.
908 (describe-variable): New arg BUFFER.
909 Store the current buffer in the help-xref-stack.
910 (temp-buffer-resize-mode): Use define-minor-mode.
911
912 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
913 consistently with its docstring.
914 Set jit-lock-first-unfontify-pos in an idempotent way.
915 (jit-lock-register): Autoload and add arg CONTEXTUAL.
916
542c6552
GM
9172000-10-05 Alex Schroeder <alex@gnu.org>
918
919 * sql.el (sql-mysql-options): New variable.
920 (sql-mysql): Use it.
921
a3489ece
MB
9222000-10-05 Miles Bader <miles@lsi.nec.co.jp>
923
77f6105c
MB
924 * image.el (image): New group.
925
814299a7 926 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
927 (smerge-base-face, smerge-markers-face): Add dark-background variants.
928
3478046b
PB
9292000-10-04 Peter Breton <pbreton@ne.mediaone.net>
930
931 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 932 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
933 Ignore the value of wqindow-system; always define keywords
934
22aca186
KH
9352000-10-05 Kenichi Handa <handa@etl.go.jp>
936
937 * startup.el (fancy-splash-screens): Remove the code for
938 debugging; `(trace-to-stderr "EXITTT\n")'.
939
55d5d717
MB
9402000-10-05 Miles Bader <miles@gnu.org>
941
942 * diff-mode.el (diff-goto-source): Update call to
943 `diff-hunk-status-msg' to reflect new REV variable.
944
41fa7178
SM
9452000-10-04 Stefan Monnier <monnier@cs.yale.edu>
946
947 * progmodes/icon.el (icon-mode):
948 Don't gratuitously override the default for comment-column.
949
950 * vc-hooks.el (vc-mode-line): Fix interactive spec.
951
952 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
953 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
954 (jit-lock-functions): New var.
955 (jit-lock-function-1): Use it if non-nil.
956 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
957 Set the `fontified' property before doing the fontification to avoid
958 repeatedly going through the same error.
959 Don't turn errors into messages.
960 (jit-lock-register, jit-lock-unregister): New functions.
961
962 * dired.el (dired-mark-pop-up): Turn comment into docstring.
963 Use with-current-buffer.
964
965 * dired-aux.el (dired-do-create-files, dired-kill-tree):
966 Turn comment into docstring.
967
968 * apropos.el (apropos-mode): Use define-derived-mode.
969
3dc78168
GM
9702000-10-04 Gerd Moellmann <gerd@gnu.org>
971
972 * startup.el (fancy-splash-pending-command): New variable.
973 (fancy-splash-pre-command): New function.
974 (fancy-splash-screens): Rewritten.
975 (command-line-1): If fancy-splash-pending-command is set, call it
976 interactively.
977
dae9dc56
DL
9782000-10-04 Dave Love <fx@gnu.org>
979
980 * toolbar/tool-bar.el (tool-bar-setup): New function.
981 (tool-bar-mode): Use it.
982
983 * subr.el (substitute-key-definition): Doc fix.
984 (play-sound-file): New command.
985
3388f0a5
AS
9862000-10-04 Andre Spiegel <spiegel@gnu.org>
987
814299a7 988 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
989 vc-version-backup-file-name): New functions.
990
991 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
992
993 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
994 vc-cvs-stay-local-p.
995
996 * vc.el (vc-revert-buffer): Handle empty diff properly.
997 (vc-version-backup-file): New function.
998 (vc-checkout): Create a version backup if necessary.
999 (vc-checkin): If a version backup file exists, delete it.
1000 (vc-version-diff): Diff locally using version backups, if available.
1001 (vc-revert-file): If there's a version backup, revert locally.
1002 (vc-transfer-file): Use version backup for base version, if
1003 available. If not, ask for confirmation whether to get it from the
1004 server. Update mode line before check-in.
1005
ebd4825d
DL
10062000-10-04 Dave Love <fx@gnu.org>
1007
1008 * toolbar/tool-bar.el (tool-bar-setup): New function.
1009 (tool-bar-mode): Use it.
1010
1b24f4b7
PB
10112000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1012
3dc78168 1013 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1014 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
1015 Only set if window-system is non-nil
1016 (net-utils-run-program): Returns buffer.
1017 (network-connection-reconnect): Added this function.
1018
814299a7
MB
1019 * generic.el:
1020 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
1021 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1022 Uses cl compile-time macros.
3dc78168
GM
1023 (generic-mode-name, generic-comment-list)
1024 (generic-keywords-list, generic-font-lock-expressions)
1025 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
1026 Removed variables.
1027 (generic-mode-alist): Renamed to generic-mode-list.
1028 (generic-find-file-regexp): Default changed to "^#".
1029 (generic-read-type): Uses completing read on generic-mode-list.
1030 (generic-mode-sanity-check): removed this function.
1031 (generic-add-to-auto-mode): Removed this function
3dc78168 1032 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
1033 into function instead of putting them in alist.
1034 (generic-mode-set-comments): Reworked extensively.
1035 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 1036 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 1037
814299a7 1038 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
1039 Make sure directory name ends with "/".
1040
814299a7 1041 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
1042 Regexp now allows leading whitespace.
1043 (rc-generic-mode): Added eval-when-compile
1044 around generic-make-keywords-list.
1045 Deleted duplicate regexp
1046 (rul-generic-mode): Added eval-when-compile
1047 around generic-make-keywords-list.
1048 (etc-fstab-generic-mode): New generic mode.
1049 (rul-generic-mode): Removed one eval-when-compile
814299a7 1050 which caused a max-specpdl-size exceeded error.
1b24f4b7 1051
a7bf5cf3
MB
10522000-10-04 Miles Bader <miles@gnu.org>
1053
1054 * simple.el (minibuffer-temporary-goal-position): New variable.
1055 (next-history-element): Try to keep the position of point in the
1056 input string constant.
1057
1058 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1059 (dired-do-create-files): If there's only one file, pass it in as
1060 the DEFAULT arg to dired-mark-read-file-name.
1061
ce1087a9
SM
10622000-10-03 Stefan Monnier <monnier@cs.yale.edu>
1063
1064 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1065 (diff-goto-source): Be smarter when choosing REVERSE or not.
1066
1067 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
1068 (texinfo-mode-menu): Add an explicit shortcut for update all.
1069
0e41e1d6
AS
10702000-10-03 Andre Spiegel <spiegel@gnu.org>
1071
814299a7 1072 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
1073 factorize backend-specific code cleanly (this was essentially
1074 conceived by Stefan Monnier).
1075 (vc-unregister): Function removed.
814299a7 1076 (vc-revert-file): New function.
858f7cb4
AS
1077 (vc-revert-buffer): Delegate some of the work to it.
1078
0e41e1d6
AS
1079 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
1080 default branch unconditionally.
1081 (vc-rcs-set-default-branch): New function.
1082 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
1083 (vc-rcs-checkin): If an appropriate default branch has been set,
1084 force creation of that branch.
858f7cb4
AS
1085 (vc-rcs-receive-file): Rewritten to contain only backend-specific
1086 code (as suggested by Stefan Monnier).
0e41e1d6 1087
01c86c56
GM
10882000-10-02 Gerd Moellmann <gerd@gnu.org>
1089
45c477b4
GM
1090 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
1091 highlighting overlay with a different face over the overlay
1092 isearch uses to highlight the current match because that can lead
1093 to bad face combinations.
1094
01c86c56
GM
1095 * loadup.el (toplevel): Load faces before isearch.
1096
1097 * isearch.el (isearch-faces): New custom group.
1098 (isearch): New defface; was already tested for in the code.
1099 (isearch-lazy-highlight-face): Changed to defface from defcustom.
1100 (isearch-highlight): Always use face `isearch'.
1101
944425c0
DL
11022000-10-02 Dave Love <fx@gnu.org>
1103
1104 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
1105 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
1106 comparison of opcode with operand.
1107
2a099bcc
MB
11082000-10-03 Miles Bader <miles@gnu.org>
1109
1110 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
1111 buffer, since the echo area will now grow to accommodate them.
1112
4300ecb8
AS
11132000-10-02 Andre Spiegel <spiegel@gnu.org>
1114
1115 * vc-hooks.el (vc-registered): If FILE used to be registered under
1116 a certain backend, try that one first.
1117
814299a7 1118 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
1119 argument list. Handle multiple backends correctly.
1120 (vc-find-new-backend): Function removed.
1121 (vc-register): Use vc-responsible-backend, as before.
1122 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
1123
64e6cc18
GM
11242000-10-02 Gerd Moellmann <gerd@gnu.org>
1125
1126 * startup.el (fancy-splash-head): Change message below the
1127 logo.
1128
00df919e
MB
11292000-10-02 Miles Bader <miles@lsi.nec.co.jp>
1130
1131 * diff-mode.el (diff-goto-source): Emit a status message.
1132 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 1133 (diff-test-hunk): Fix doc string.
00df919e
MB
1134 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1135 (diff-advance-after-apply-hunk): New variable.
4eaa6852 1136 (diff-apply-hunk): Don't return a value.
00df919e 1137
ceec5a0c
SM
11382000-10-01 Stefan Monnier <monnier@cs.yale.edu>
1139
1140 * vc.el (vc-editable-p): Minor optimization.
1141 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1142 (vc-find-new-backend): New function split from vc-responsible-backend.
1143 (vc-register): Use it.
1144 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1145 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1146 (vc-default-unregister, vc-revert-buffer): Docstring fix.
1147 (vc-clear-headers): Don't use find-file.
1148 (vc-revert-buffer): Use `and' again (must have been a braino).
1149 (vc-switch-backend): Only prompt if requested.
1150 Short circuit if nothing is to be done.
1151 Don't use vc-resynch-buffer which could lose unsaved editing.
1152 (vc-default-receive-file): Update call to vc-unregister.
1153 (with-vc-file, vc-next-action-on-file):
1154 Use vc-backend rather than vc-registered.
1155 (vc-next-action-on-file): Use intern-soft.
1156 Deal with read-only *vc-diff* buffer.
1157 (vc-transfer-file): Docstring fix.
1158
1159 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1160 (vc-rcs-receive-file): Avoid with-vc-properties.
1161 Update call to vc-unregister.
1162 Use constant `RCS' rather than (dynamically bound) var `backend'.
1163
4ad5da8f
AS
11642000-10-01 Andre Spiegel <spiegel@gnu.org>
1165
814299a7 1166 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
1167 is visited.
1168 (vc-start-entry): New argument initial-contents. Don't visit the file
1169 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
1170 (vc-next-action, vc-register): Updated calls to vc-start-entry.
1171 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
1172 vc-start-entry.
1173 (vc-finish-logentry): Make sure to bury log buffer only if there
1174 really is one. Call `vc-resynch-buffer' on log-file, not
1175 buffer-file-name.
1176 (vc-default-comment-history, vc-default-wash-log): New functions.
1177 (vc-index-of): Removed.
1178 (vc-transfer-file): Make do without the above.
1179 (vc-default-receive-file): Call comment-history unconditionally. Pass
1180 the resulting string to vc-checkin, instead of inserting it into the
1181 comment ring.
1182
1183 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1184 unconditionally. Use the comments as initial contents of the log
814299a7 1185 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
1186 changes.
1187
aa0c3dca
MB
11882000-10-01 Miles Bader <miles@gnu.org>
1189
1190 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1191 `recenter' with an arg to prevent redrawing the display.
1192
d5f5a2c5
SM
11932000-09-30 Stefan Monnier <monnier@cs.yale.edu>
1194
1195 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1196
1197 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1198
814299a7 1199 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
1200 Don't gratuitously override the default for comment-column.
1201
1202 * textmodes/tex-mode.el (latex-metasection-list): New var.
1203 (latex-imenu-create-index): Use it.
1204 Move the regexp construction outside loops (and use push).
814299a7 1205 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
1206 (tex-font-lock-keywords): Moved from font-lock.el.
1207 (tex-comment-indent): Remove.
1208 (tex-common-initialization): Don't set comment-indent-function.
1209 (latex-block-default): New var.
1210 (tex-latex-block): Use it to provide a default choice.
1211 Add any unknown choice to latex-block-names.
1212 Insert [...] after {...}.
1213 (tex-last-unended-begin): Simplify regexp.
1214 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1215 (latex-forward-sexp-1, latex-forward-sexp): New functions.
1216 (latex-mode): Set forward-sexp-function.
1217
1218 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1219 Add regexp for @ignore ... @end ignore.
1220 (texinfo-heading-face): New face.
1221 (texinfo-font-lock-keywords): Use it.
1222 (texinfo-mode-menu): New menu.
1223 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1224 New functions.
1225 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 1226 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
1227 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1228 Remove declaration.
1229 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1230
1231 * delsel.el (delete-selection-mode): Use define-minor-mode.
1232
1233 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1234
12352000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1236
1237 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1238
8a5506f2
GM
12392000-09-30 Gerd Moellmann <gerd@gnu.org>
1240
068127d6
GM
1241 * replace.el (keep-lines-read-args): New function.
1242 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1243 read arguments interactively. Add parameters RSTART and REND.
1244 Operate on the active region in Transient Mark mode.
1245
d777bb8f
GM
1246 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1247
8a5506f2
GM
1248 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1249 (authors-obsolete-files-regexps): New variable.
1250 (authors-add): Don't record changes in obsolete files.
1251
3fa87bfc
SM
12522000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1253
1254 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1255
1256 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1257 (comment-indent): Make sure there's a space between code and comment.
1258 Shift comments left to avoid going past fill-column.
1259
f02149ce
GM
12602000-09-29 Gerd Moellmann <gerd@gnu.org>
1261
1262 * startup.el (startup-echo-area-message): New function.
1263 (display-startup-echo-area-message): Use it.
1264 (fancy-splash-screens): Rewritten to use keymaps and a timer.
1265 (fancy-splash-default-action): New function.
1266 (fancy-splash-screens-1): New function.
1267 (fancy-splash-head): Put a help-echo and a keymap under the image.
1268
a3ef6569
SM
12692000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1270
1271 * diff-mode.el (diff-add-log-file-name): Remove.
1272 (diff-mode): Use add-log-buffer-file-name-function.
1273
1274 * add-log.el (find-change-log): New arg BUFFER-FILE.
1275 (add-log-file-name): Obey add-log-file-name-function.
1276 (add-log-buffer-file-name-function): New var.
1277 (add-change-log-entry): Use it.
1278
75e5b373
MB
12792000-09-29 Miles Bader <miles@gnu.org>
1280
1281 * image-file.el (image-file-name-extensions): New variable.
1282 (image-file-name-regexps): Renamed from `image-file-regexps'.
1283 New default value is nil. Call `auto-image-file-mode'.
1284 (image-file-name-regexp): New function.
1285 (auto-image-file-mode): New minor mode.
1286 (insert-image-file): Don't make conditional on the image-file
1287 handler being enabled.
1288 (image-file-handler): Make the call here conditional instead.
1289 (set-image-file-handler-enabled, enable-image-file-handler)
1290 (disable-image-file-handler): Functions removed.
1291
1292 * emacs-lisp/authors.el (authors-print): Rephrase many-files
1293 string.
1294
de6e1f7c
GM
12952000-09-29 Gerd Moellmann <gerd@gnu.org>
1296
1297 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
1298 it's a function from CL.
1299 (latex-imenu-create-index): Replace eval-when-compile with progn
1300 because latex-section-alist is not bound while compiling.
1301
d8c201f5
SM
13022000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1303
1304 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1305 (outline-mode): Use define-derived-mode.
1306
814299a7 1307 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
1308 * progmodes/awk-mode.el (awk-mode):
1309 * progmodes/asm-mode.el (asm-mode):
1310 Don't gratuitously override the default for comment-column.
1311
1312 * emacs-lisp/lisp.el (lisp-complete-symbol):
1313 Distinguish the let-binding case from the funcall case.
1314 (forward-sexp-function): New variable.
1315 (forward-sexp): Use it.
1316
1317 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1318 (easy-mmode-defmap): Remove the now useless autoload.
1319
1320 * time.el (display-time-mode): Use define-minor-mode.
1321
1322 * subr.el (add-minor-mode): Don't eval NAME.
1323 Don't depend on the presence of TOGGLE-FUN for any special behavior.
1324 Use if rather than cond.
1325
1326 * simple.el (read-expression-map): Define more properly.
1327 (comment-indent-hook): Remove.
1328 (string-to-syntax): Bug fix.
1329
1330 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1331 (cvs-ediff-diff): Fix typo.
1332 (cvs-revert-if-needed): Don't bother preserving read-only.
1333
1334 * paren.el (show-paren-mode): Use define-minor-mode.
1335
1336 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1337 (toggle-auto-compression): Remove.
1338 (jka-compr-build-file-regexp): Remove useless grouping.
1339
1340 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1341 Avoid user-reserved bindings.
1342 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1343 (diff-header-face): Revert to grey85.
1344
1345 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1346
1347 * complete.el (partial-completion-mode) <defcustom>: Remove.
1348 (partial-completion-mode): Use define-minor-mode.
1349 (PC-do-completion): Understand `completion-auto-help = delay'
1350 to mean to popup the completion buffer only the second time.
814299a7 1351 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
1352 (PC-include-file-all-completions): Don't quote lambda.
1353
1354 * comint.el (comint-mode-hook): Docstring fix.
1355 (comint-mode): Use define-derived-mode.
1356 (comint-mode-map): Remove obsolete comment.
1357 (make-comint): Minor stylistic change.
1358 (comint-insert-clicked-input): Be more careful to find the overlay.
1359 Use this-command-keys rather than hardcoding mouse-2.
1360
1361 * font-lock.el: Replace confusing (,@ with ,
1362 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1363 Don't use regexp-opt-depth. Spice up the regexp for args.
1364 Don't distinguish between cmds that can take an opt arg or not.
1365 Use `append' and `prepend' rather than `keep'.
1366
1367 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1368 (latex-outline-regexp): New var.
1369 (latex-outline-level): New fun.
1370 (latex-section-alist): New var.
1371 (latex-imenu-create-index): Use it. Use `push' as well.
1372 (tex-shell-map): Initialize it properly.
1373 (tex-mode): Minor stylistic change.
1374 (plain-tex-mode): Use define-derived-mode.
1375 (latex-mode): Use define-derived-mode.
1376 Construct the paragraph regexps in a more readable way.
1377 Set the buffer-local outline-{level,regexp} vars.
1378 (slitex-mode): Derive from latex-mode.
1379 (tex-common-initialization): Don't kill-all-vars anymore.
1380 Add setting for comment-add and font-lock-defaults.
1381 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1382 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
1383 (tex-start-tex): New arg DIR (and send a chdir command for it).
1384 Also display the shell buffer and save it in tex-last-buffer-texed.
1385 (tex-region): Use expand-file-name rather than concat.
1386 Remove code made useless by changes in tex-start-tex.
1387 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1388
1389 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1390
ff398532
DL
13912000-09-28 Dave Love <fx@gnu.org>
1392
1393 * eshell/eshell.el (eshell) <defgroup>: Add :version.
1394
f9415d5b
GM
13952000-09-28 Gerd Moellmann <gerd@gnu.org>
1396
1397 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1398 `append'.
1399
fa003899
SM
14002000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1401
1402 * info.el (Info-extract-pointer): Undo last change.
1403 Instead, fix the position of the `bound' arg to re-search-backward.
1404
14052000-09-27 Stefan Monnier <monnier@cs.yale.edu>
1406
1407 * info.el (Info-extract-pointer):
1408 Widen more carefully, to avoid finding pointers in other nodes.
1409 (Info-index): Use push.
1410
f9415d5b 14112000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
1412
1413 * frame.el (set-frame-font): Remove call to obsolete function
1414 frame-update-faces.
1415 (set-foreground-color, set-background-color): Likewise for
1416 frame-update-face-colors.
1417
5538b8ba
MB
14182000-09-27 Miles Bader <miles@gnu.org>
1419
1420 * image-file.el: New file.
1421
60536eea
GM
14222000-09-27 Gerd Moellmann <gerd@gnu.org>
1423
5b551d58
GM
1424 * frame.el (frame-notice-user-settings): Don't call
1425 frame-update-faces, which is a no-op now.
814299a7 1426
60536eea
GM
1427 * ediff-wind.el (ediff-control-frame-parameters): Add zero
1428 tool-bar-lines.
1429
36f1966f
DL
14302000-09-27 Dave Love <fx@gnu.org>
1431
1432 * mouse.el: Fix last change.
1433
c5785b73
MB
14342000-09-27 Miles Bader <miles@lsi.nec.co.jp>
1435
1436 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1437
672172d9
KH
14382000-09-22 Kenichi Handa <handa@etl.go.jp>
1439
1440 * international/quail.el (quail-help): The output message is
1441 improved.
1442
4653b4ea
DL
14432000-09-26 Dave Love <fx@gnu.org>
1444
1445 * mouse.el (popup-menu): If POSITION is nil, set it using
1446 mouse-position.
1447
63900fcf
SS
14482000-09-25 Sam Steingold <sds@gnu.org>
1449
1450 * net/browse-url.el (browse-url-file-url): Check for null maps.
1451
cd3b81be
GM
14522000-09-26 Gerd Moellmann <gerd@gnu.org>
1453
876512ab 1454 * frame.el (frame-notice-user-settings): Don't add a
fa003899 1455 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 1456
fa003899
SM
1457 * frame.el (frame-notice-user-settings):
1458 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 1459
cd3b81be
GM
1460 * toolbar/tool-bar.el (tool-bar-help): New function.
1461
d8b4516f
GM
14622000-09-25 Gerd Moellmann <gerd@gnu.org>
1463
6567e9b5
GM
1464 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1465 current-load-list in top-level forms. Else this leaks a cons cell
1466 every time a defun is called.
63900fcf 1467
d8b4516f 1468 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 1469
a461758e
DL
14702000-09-25 Dave Love <fx@gnu.org>
1471
7df6adc3
DL
1472 * startup.el (fancy-splash-head): Check XPM is available.
1473
a461758e
DL
1474 * autoinsert.el (auto-insert): Doc fix.
1475 (auto-insert-alist): Following GNU notices, don't say `copyright
1476 _by_'. Use line-beginning-position.
1477 (auto-insert): Check buffer-file-name is non-nil before use.
1478
b11af2dd
GM
14792000-09-25 Gerd Moellmann <gerd@gnu.org>
1480
1481 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1482 starting with `@def' or `@multitable', in addition to ones
1483 specified by the user in auto-fill-inhibit-regexp.
1484
5f9f981b
GM
14852000-09-25 Markus Rost <rost@math.ohio-state.edu>
1486
1487 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1488 rmail-dont-reply-to-names matches the empty string.
63900fcf 1489
8ff16b4e
GM
14902000-09-25 Gerd Moellmann <gerd@gnu.org>
1491
63900fcf 1492 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
1493 text to sound more friendly.
1494
9b4a7800
TTN
14952000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
1496
1497 * progmodes/hideshow.el: Update author email address.
1498 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
1499 (hs-hide-all-non-comment-function): New var.
1500 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1501 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1502 (hs-show-region): Delete this command.
1503 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1504
4c7c1f3f
DL
15052000-09-22 Dave Love <fx@gnu.org>
1506
1507 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1508 (hl-line-highlight): Specify buffer when moving overlay.
1509
1510 * progmodes/fortran.el (fortran-mode): Locally set
1511 normal-auto-fill-function.
1512 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1513 (fortran-mode-map): Adjust auto-fill menu entry.
1514
13f93dee
GM
15152000-09-22 Gerd Moellmann <gerd@gnu.org>
1516
36eb0a91
GM
1517 * vc-rcs.el (toplevel): Require `vc' when compiling.
1518
fa003899 1519 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 1520
36a03bf9
AS
15212000-09-22 Andre Spiegel <spiegel@gnu.org>
1522
9b4a7800 1523 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
1524 registered under the new backend.
1525
9b4a7800 1526 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
1527 without explicit revision number.
1528
6e4e8a3b
SM
15292000-09-21 Stefan Monnier <monnier@cs.yale.edu>
1530
1531 * diff-mode.el (diff-file-header-face): Reset to its previous value.
1532 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1533 (diff-xor): New function.
1534 (diff-find-source-location): Use it. Fix a stupid name clash.
1535 (diff-hunk-status-msg): New function.
1536 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
1537 (diff-test-hunk): Use diff-find-source-location.
1538 (diff-goto-source): Favor the `reverse'.
1539 (diff-hunk-text): Properly handle one-sided context diffs.
1540 (diff-apply-hunk): When done, advance to the next hunk.
1541
1b24b888
GM
15422000-09-21 Gerd Moellmann <gerd@gnu.org>
1543
623a0aae
GM
1544 * startup.el (command-line): If frame was created with a non-zero
1545 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 1546
1b24b888
GM
1547 * add-log.el (change-log-date-face, change-log-name-face)
1548 (change-log-email-face, change-log-file-face)
1549 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
1550 (change-log-function-face, change-log-acknowledgement-face):
1551 New faces, inheriting from font-lock faces.
1b24b888 1552 (change-log-font-lock-keywords): Use them.
9b4a7800 1553
93b3a1c8
DL
15542000-09-21 Dave Love <fx@gnu.org>
1555
80585273
DL
1556 * progmodes/cperl-mode.el (top-level): Clean up
1557 `eval-when-compile's and assorted defvars.
1558 (cperl-invalid-face): Don't double-quote value. Change custom
1559 type.
1560 (cperl-mode): Set normal-auto-fill-function and don't zap
1561 auto-fill-function.
1562 (cperl-imenu--function-name-regexp-perl): Renamed from
1563 imenu-example--function-name-regexp-perl.
1564 (cperl-imenu--create-perl-index): Renamed from
1565 imenu-example--create-perl-index.
1566 (cperl-xsub-scan): Don't require cl.
1567
93b3a1c8
DL
1568 * msb.el (msb-mode-map): Use substitute-key-definition.
1569 (msb-mode): Use msb-mode-map.
1570
43ccb598
AS
15712000-09-21 Andre Spiegel <spiegel@gnu.org>
1572
1573 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1574 New functions.
fa003899 1575 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
1576 (vc-switch-backend): New function.
1577 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1578 (vc-register): Fix prompt.
1579 (vc-unregister, vc-default-unregister): New functions.
1580 (vc-version-diff): Handle empty buffer in sentinel.
1581
1582 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1583 (vc-rcs-state-heuristic): Use it to guess the state of files with
1584 non-strict locking.
1585 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1586 been set with -b, but not created yet.
1587 (vc-rcs-fetch-master-state): With non-strict locking, compare file
1588 contents in order to find the state.
1589 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
1590 (vc-rcs-unregister, vc-rcs-receive-file)
1591 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 1592
9b4a7800 1593 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 1594 in case it is missing.
9b4a7800 1595
95fadcca
GM
15962000-09-21 Gerd Moellmann <gerd@gnu.org>
1597
1598 * startup.el (fancy-splash-tail): Use a different foreground
1599 color on a dark frame background.
1600
470f23e1
MB
16012000-09-21 Miles Bader <miles@lsi.nec.co.jp>
1602
1603 * info.el: Use the correct capitalization when making Info-mode
1604 and Info-edit-mode `special' modes.
1605
281096ed
SM
16062000-09-20 Stefan Monnier <monnier@cs.yale.edu>
1607
1608 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1609 (diff-mode): Add support for add-log.el.
1610 (diff-hunk-text): Use char offsets rather than line offsets.
1611 (diff-find-source-location): Replace LINE with line-offset (nil
1612 if not found) and always set POS to a meaningful position.
1613 Adapt to the new char-offsets.
1614 (diff-apply-hunk): Drop support for the unused `select' POPUP.
1615 Adapt to the new diff-find-source-location.
1616 (diff-goto-source): Adapt to the new diff-find-source-location.
1617
1618 * add-log.el (add-log-file-name): New function (split out of
1619 add-change-log-entry).
1620 (add-change-log-entry): Use it.
1621 Call add-log-file-name-function with the changelog file name if
1622 the current buffer is not associated with any file.
1623 Avoid find-file if the selected window is dedicated.
1624
1625 * diff-mode.el (diff-find-source-location):
1626 Move code from diff-apply-hunk. Return buffer rather than file.
1627 (diff-apply-hunk): Use the new result from diff-find-source-location.
1628 (diff-goto-source): Use the new diff-find-source-location.
1629
c29d77c4
DL
16302000-09-20 Dave Love <fx@gnu.org>
1631
1632 * iswitchb.el: Some doc fixes.
1633 (iswitchb-mode-map): Define completely initially. Inherit
1634 minibuffer-local-map.
1635 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
1636 fundamental-mode.
1637 (iswitchb-global-map): New variable.
1638 (iswitchb-summaries-to-end): Amalgamate regexps.
1639 (iswitchb-mode): New.
1640 (iswitchb-mode-hook): New variable.
1641 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
1642 `extensions'.
1643
49939379
GM
16442000-09-20 Gerd Moellmann <gerd@gnu.org>
1645
d05c87ac
GM
1646 * ehelp.el (electric-help): New defgroup.
1647 (electric-help-shrink-window): New user-option.
1648 (with-electric-help): Use it.
1649
1ec082d4
GM
1650 * window.el (shrink-window-if-larger-than-buffer): If face
1651 `mode-line' has a :box, and we're on a graphical frame, add 1
1652 to the needed window height.
1653
f46c275e
GM
1654 * frame.el (frame-notice-user-settings): Add a last parameter nil
1655 to a call to `append', because the last list passed to `append' is
1656 not copied, and so subsequent calls to assq-delete-all will modify
1657 default-frame-alist.
1658
b7e11c5b
GM
1659 * startup.el (fancy-splash-image): Change :type.
1660 (fancy-splash-head): Use an XBM image if appropriate.
1661 (command-line-1): Show splash screens in more cases.
1662
26ff68aa
GM
1663 * startup.el (fancy-splash-text): Don't quote faces.
1664
8320414c
GM
1665 * dired.el (dired-font-lock-keywords): Undo last change.
1666 (dired-readin): Bind indent-tabs-mode to nil.
1667
49939379
GM
1668 * startup.el (fancy-splash-head): If frame's background mode
1669 is `dark', change the black background of the image to gray.
1670 (fancy-splash-screens): Display startup echo area message.
1671 (display-startup-echo-area-message): New function.
1672
c3b27206
MB
16732000-09-20 Miles Bader <miles@lsi.nec.co.jp>
1674
55a3d2a1
MB
1675 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
1676
1677 * info.el (info-header-node): Tweak for color ttys.
1678
37a99821
MB
1679 * faces.el (face-valid-attribute-values): Make sure directories we
1680 search for stipples both exist and are readable before trying to
1681 search them.
1682
0415d0d0
MB
1683 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
1684 in the dry-run case.
1685
523b128c
MB
1686 * jka-compr.el (with-auto-compression-mode): New macro.
1687
c3b27206
MB
1688 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
1689 (custom-group-tag-face, custom-variable-tag-face): Use relative
1690 :height and inherit from `variable-pitch' face instead of
1691 hardwiring :family.
1692 * hi-lock.el (hi-black-hb): Likewise.
1693
ddba99ad
MB
1694 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
1695 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
1696 toolbar-add-item, if image doesn't have a mask add a `:mask
1697 heuristic'.
1698
7e99fbde
SM
16992000-09-19 Stefan Monnier <monnier@cs.yale.edu>
1700
1701 * diff-mode.el: Docstring fixes.
1702 (diff-header-face, diff-comment-face): New faces.
1703 (diff-font-lock-keywords): Highlight a bit differently.
1704 (diff-find-source-location): Don't return SPAN any more.
1705 (diff-hunk-text): Don't bother erasing the temp buffer.
1706 (diff-find-text): Drop argument LINE.
1707 (diff-apply-hunk): Update calls to diff-find-text.
1708 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
1709
1710 * calendar/calendar.el: Docstring fixes.
1711 (calendar-make-alist): Don't quote lambda.
1712 (calendar-star-date): Use make-local-variable.
1713
fb275c02
DL
17142000-09-19 Dave Love <fx@gnu.org>
1715
7e99fbde
SM
1716 * toolbar/tool-bar.el: Renamed from toolbar.el.
1717 Change `toolbar' to `tool-bar' generally in symbols.
1718 Make some items invisible in `special' major modes.
1719 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
1720 Add arg PROPS.
532cb34d 1721
7e99fbde
SM
1722 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
1723 Add :version here.
fb275c02
DL
1724 (fancy-splash-delay, fancy-splash-image): Remove :version here.
1725
8f4ca9a5
GM
17262000-09-19 Gerd Moellmann <gerd@gnu.org>
1727
8b7707e1 1728 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 1729
8b7707e1 1730 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
1731 (find-file-noselect): Use it.
1732
8b7707e1 1733 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
1734 (fancy-splash-screen): Defgroup.
1735
8f4ca9a5
GM
1736 * add-log.el (change-log-font-lock-keywords): Match names
1737 more exactly for the case that font-lock-constant-face is
1738 underlined.
1739
ba9eeda1 17402000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 1741
8b7707e1 1742 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 1743
289eaef9
AS
17442000-09-19 Andre Spiegel <spiegel@gnu.org>
1745
1746 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
1747
ce9ded5d
GM
17482000-09-19 Gerd Moellmann <gerd@gnu.org>
1749
c113de23
GM
1750 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
1751 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
1752 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
1753 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
1754 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
1755 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
1756 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
1757 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
1758 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
1759 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
1760 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 1761 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 1762
ce9ded5d
GM
1763 * startup.el (fancy-splash-text): New variable.
1764 (fancy-splash-delay, fancy-splash-image): New user-options.
1765 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
1766 (fancy-splash-screens): New functions.
1767 (command-line-1): If display has a `display' frame parameter, has
1768 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 1769
b9b1c3a9
DL
17702000-09-19 Dave Love <fx@gnu.org>
1771
1772 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
1773 with null `help'. Use modern backquote syntax.
1774
1af25534
GM
17752000-09-19 Gerd Moellmann <gerd@gnu.org>
1776
afd3c8cd
GM
1777 * font-lock.el (font-lock-mode): Change message telling the user
1778 that ``the buffer is too big''.
1779
1af25534
GM
1780 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
1781 for instance for the case that tab-width is 2.
1782
05b1f851
GM
17832000-09-18 Gerd Moellmann <gerd@gnu.org>
1784
1785 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
1786 toolbar-add-item, if image doesn't have a mask add a `:mask
1787 heuristic'.
1788
8ec8f673
MB
17892000-09-18 Miles Bader <miles@lsi.nec.co.jp>
1790
2b612b1f
MB
1791 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
1792 and return a cons if it's non-nil.
1793 (diff-apply-hunk): Try to jump to the line in the source text
1794 corresponding to the position of point in the in the hunk.
1795
9b4a7800 1796 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
1797 (Info-title-1-face): Use face inheritance and relative sizes
1798 instead of hard-wiring things.
1799
1800 * faces.el (secondary-selection): Make dark-background variant sane.
1801
5eedab4d
AI
18022000-09-16 Andrew Innes <andrewi@gnu.org>
1803
5eedab4d
AI
1804 * makefile.w32-in (compile-files-CMD): No need to make .elc files
1805 read-only, since they aren't under VC now.
1806
6a142f26
DL
18072000-09-17 Dave Love <fx@gnu.org>
1808
e07436e1
DL
1809 * tmm.el: Replace mapcar with mapc in several places.
1810
1811 * loadhist.el (unload-feature): Maybe call elp-restore-list and
1812 ad-unadvise.
1813
7d354dd5
DL
1814 * international/latin1-disp.el: New file.
1815
6a142f26
DL
1816 * calendar/cal-move.el (scroll-calendar-left)
1817 (scroll-calendar-right): Make arg optional (for active mode line).
1818
1819 * calendar/calendar.el (calendar-mode-line-format): Make fields
1820 mouse-sensitive.
1821 (calendar-read-date, calendar-read-date, calendar-window-list):
1822 Unquote lambda.
1823 (calendar-month-name): Use aref, not sref.
1824
1825 * view.el (minor-mode-alist): Propertize the string.
1826
1827 * international/characters.el (standard-case-table): Add entries
1828 for Greek.
1829
50ac70af
MB
18302000-09-18 Miles Bader <miles@gnu.org>
1831
53c9ab4f
MB
1832 * info.el (info-node, info-xref): Add dark-background variants.
1833
a114b1ca
MB
1834 * faces.el (header-line): Change defaults to be less confusing
1835 when mixed with mode-lines.
1836
50ac70af
MB
1837 * info.el (Info-fontify-node): Make a few cleanups.
1838 Add extra `help-echo' and `local-map' props to node xrefs.
1839 Use header-specific faces for node-names & xrefs.
1840 (Info-use-header-line): New variable.
53c9ab4f 1841 (info-header-xref, info-header-node): New faces.
50ac70af
MB
1842 (Info-setup-header-line): New function.
1843 (Info-select-node): Call Info-setup-header-line when enabled.
1844 (Info-extract-pointer): Work even if the header line is hidden.
1845 (Info-header-line): New variable.
1846
729927ff
SM
18472000-09-16 Stefan Monnier <monnier@cs.yale.edu>
1848
1849 * vms-patch.el (print-region-function): Don't quote lambda.
1850
1851 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
1852
1853 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
1854 (lm-get-header-re): Allow spaces between the header and the colon.
1855 (lm-header): Allow $ in non-RCS headers.
1856 (lm-header-multiline): Put the strings back into order.
1857 Stop at an empty line. Don't require two space chars if the
1858 line is clearly not another header line.
1859
1860 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
1861 (popup-menu-popup): Remove.
1862
7a98d821
GM
18632000-09-15 Gerd Moellmann <gerd@gnu.org>
1864
7f8f1edc
GM
1865 * toolbar/toolbar.el (toolbar-add-item): Use the same image
1866 specification if or if not tool-bar item contains an `:enabled'
1867 property.
1868
7a98d821
GM
1869 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
1870 current buffer has no file name.
1871
a7bc704b
DL
18722000-09-15 Dave Love <fx@gnu.org>
1873
1874 * strokes.el: Sync with maintainer's current version with changes
1875 for Emacs, but avoid runtime cl and levents.
1876 (toplevel): Change autoloads and compilation requires.
1877 (strokes-version, strokes-bug-address, strokes-lift): Values
1878 changed.
1879 (strokes-xpm-header, strokes-insinuated): New variable.
1880 (strokes): Add :link.
1881 (strokes-mode): Customized.
1882 (strokes-while-inhibiting-garbage-collector): New macro.
1883 (strokes-remassoc): Avoid remove-if.
1884 (strokes-fix-button2-command): Don't use ad-do-it.
1885 (strokes-insinuate): New function.
1886 (strokes-button-press-event-p, strokes-button-release-event-p):
1887 New functions, used instead of non-`strokes-' versions..
1888 (strokes-mouse-event-p): Rewritten.
1889 (strokes-event-closest-point): Avoid event-point.
1890 (strokes-get-grid-position): Avoid cdadr, caadr
1891 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
1892 functions.
1893 (strokes-help): Use with-output-to-temp-buffer.
1894 (strokes-window-configuration-changed-p): New function.
1895 (strokes-update-window-configuration): Use buffer-live-p,
1896 strokes-window-configuration-changed-p.
1897 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
1898 (strokes-char-face): New face.
1899 (strokes-char-table, strokes-base64-chars): New variable.
1900 (strokes-xpm-for-stroke, strokes-list-strokes)
1901 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
1902 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
1903 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1904 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
1905 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
1906 functions.
1907
47e351a3
GM
19082000-09-15 Gerd Moellmann <gerd@gnu.org>
1909
ebb8f116
GM
1910 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
1911
47e351a3
GM
1912 * image.el (create-image): Doc fix.
1913
1914 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
1915 instead of `:heuristic-mask t'.
1916
fe83b953
AI
19172000-09-14 Andrew Innes <andrewi@gnu.org>
1918
1919 * makefile.w32-in: Revert to Unix line endings.
1920
52481729
AI
19212000-09-14 Andrew Innes <andrewi@gnu.org>
1922
3021e816
AI
1923 * makefile.w32-in: Add bootstrap support. Also copy lisp source
1924 when installing.
1925
52481729
AI
1926 * makefile.nt (DONTCOMPILE): Fix typo.
1927
1928 * shell.el (shell-write-history-on-exit): New function.
1929 (shell-dumb-shell-regexp): New custom variable.
1930 (shell-mode): Make shell-write-history-on-exit the process
1931 sentinel if shell name matches shell-dumb-shell-regexp.
1932
1933 * w32-fns.el: Comment out before-init-hook function which resets
1934 source-directory based; this breaks bootstrap.
1935
f8034e41
DL
19362000-09-14 Dave Love <fx@gnu.org>
1937
1938 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
1939 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
1940 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
1941 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
1942 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
1943 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
1944 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
1945 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
1946 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
1947
1948 * toolbar/toolbar.el: New.
1949
1950 * subdirs.el: Add toolbar.
1951
b9ce5694
GM
19522000-09-14 Gerd Moellmann <gerd@gnu.org>
1953
1954 * indent.el (indent-for-tab-command): Doc fix.
1955
986b7dee
GM
19562000-09-14 Alex Schroeder <alex@gnu.org>
1957
1958 * ansi-color.el (ansi-colors): Doc change.
1959 (ansi-color-get-face): Simplified regexp.
1960 (ansi-color-faces-vector): Added more faces, doc change.
1961 (ansi-color-names-vector): Doc change.
1962 (ansi-color-regexp): Simplified regexp.
1963 (ansi-color-parameter-regexp): New regexp.
1964 (ansi-color-filter-apply): Doc change.
1965 (ansi-color-filter-region): Doc change.
1966 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
1967 deal with zero length parameters.
1968 (ansi-color-apply-on-region): Doc change.
1969 (ansi-color-map): Doc change.
1970 (ansi-color-map-update): Removed debugging message.
1971 (ansi-color-get-face-1): Added condition-case to trap
1972 args-out-of-range errors.
1973 (ansi-color-get-face): Doc change.
1974 (ansi-color-make-face): Removed.
1975 (ansi-color-for-shell-mode): New option.
9b4a7800 1976
076ff911
KH
19772000-09-13 Kenichi Handa <handa@etl.go.jp>
1978
1979 * international/quail.el (quail-start-translation): Translate KEY
1980 if necessary even if it doesn't have any mapping in the current
1981 input method.
1982 (quail-start-conversion): Likewise.
1983 (quail-help): The output message is improved.
1984
bdf08678
MB
19852000-09-13 Miles Bader <miles@gnu.org>
1986
1987 * comint.el (comint-output-filter): Revert to using
1988 `insert-before-markers'. Add bletcherous hack to undo damage
1989 caused by `insert-before-markers'. Put `front-sticky' property on
1990 overlays created here so that the field code understands how the
1991 overlay works. Use a let when making comint-last-prompt-overlay,
1992 so that the code is easier to read.
1993
ffb8db8d
DL
19942000-09-13 Dave Love <fx@gnu.org>
1995
1996 * wid-edit.el (widget-default-format-handler): DTRT when
1997 doc-property is a function.
1998
5dd05f61
GM
19992000-09-12 Francesco Potorti` <pot@gnu.org>
2000
2001 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2002 filed name if it's not there.
2003
35177617
DL
20042000-09-12 Dave Love <fx@gnu.org>
2005
9023837e
DL
2006 * simple.el (read-mail-command): Doc fix.
2007 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2008
35177617
DL
2009 * vc.el (vc-dired-listing-switches): Fix :version.
2010
2011 * vc-hooks.el: Doc fixes.
2012
2013 * subr.el (add-minor-mode): Use toggle-fun arg.
2014
2015 * speedbar.el: Add :version to several defcustoms.
2016
2017 * imenu.el (imenu--truncate-items, imenu--cleanup)
2018 (imenu--generic-function): Avoid mapcar.
2019 (imenu--replace-spaces): Function removed.
2020 (imenu--completion-buffer): Use subst-char-in-string.
2021 (imenu-add-to-menubar): Use keymap inheritance.
2022
1afaae94
MB
20232000-09-12 Miles Bader <miles@gnu.org>
2024
2025 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2026 (diff-mode-map): Bind `diff-test-hunk'.
2027 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2028
20292000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
2030
2031 * bytecomp.el (byte-compile-defvar): Undo last change
2032 because it breaks '(make-variable-buffer-local (defvar ...)'
2033 which is used at least in dired.
2034
63c36c3c
KH
20352000-09-12 Kenichi Handa <handa@etl.go.jp>
2036
2037 * international/quail.el (quail-define-package): Docstring
2038 modified.
2039
1ad24be1
KH
20402000-09-12 Kenichi Handa <handa@etl.go.jp>
2041
362a8065
KH
2042 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2043 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2044 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
2045 docstring of "chinese-py".
2046
1ad24be1
KH
2047 * international/quail.el (quail-translation-docstring): New
2048 variable.
2049 (quail-show-keyboard-layout): Docstring modified.
2050 (quail-select-current): Likewise.
2051 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2052 infinite recursive call.
2053 (quail-help): Check quail-translation-docstring. Format of the
2054 output changed.
2055 (quail-help-insert-keymap-description): Adjusted for the above
2056 change.
2057
cc0f95a4
GM
20582000-09-11 Gerd Moellmann <gerd@gnu.org>
2059
2060 * bytecomp.el (byte-compile-defvar): Only cons onto
2061 current-load-list in top-level forms. Else this leaks a cons cell
2062 every time a defun is called.
2063
7530b6da
MB
20642000-09-11 Miles Bader <miles@lsi.nec.co.jp>
2065
2066 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2067 Now understands non-unified diffs. Some functionality moved into
2068 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
2069 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
2070 modify anything. Only reposition point in the patched file if the
2071 patch succeeds. Only pop up another window if POPUP is true.
2072 Emit a message describing what happened if successful, and at what
2073 line-offset. Automatically detect reversed hunks and do something
2074 appropriate.
2075 (diff-hunk-text, diff-find-text): New functions.
2076 (diff-filter-lines): Function removed.
2077 (diff-test-hunk): New function.
2078 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
2079
6b124390
DL
20802000-09-10 Dave Love <fx@gnu.org>
2081
2082 * textmodes/tildify.el: Minor doc/commentary fixes.
2083 (tildify) <defgroup>: Add :version.
2084
2085 * faces.el (face-x-resources): Make custom type more specific.
2086 (frame-background-mode): Use mapc.
2087 (region) <defcustom>: Add :version.
2088
7f8b6551
SM
20892000-09-08 Stefan Monnier <monnier@cs.yale.edu>
2090
9b4a7800
TTN
2091 * vc-sccs.el (vc-sccs-register):
2092 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
2093 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
2094 * vc.el (vc-register): Clear file's properties.
2095
c454aac1
GM
20962000-09-08 Gerd Moellmann <gerd@gnu.org>
2097
2098 * faces.el (face-spec-set): Only face-spec-reset-face when
2099 ATTRS is non-nil.
2100
bb934822
EZ
21012000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2102
2103 * help.el (help-insert-xref-button): Fix a typo in doc string.
2104
03419440
EZ
21052000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2106
7f8b6551
SM
2107 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2108 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
2109 methods.
2110
03419440
EZ
2111 * menu-bar.el (read-mail-item-name): New function.
2112 (menu-bar-tools-menu): Use it to compute and display the package
2113 used to read email.
2114 (menu-bar-tools-menu): Fix typo in GUD's help string.
2115
dbcee71a
DL
21162000-09-07 Dave Love <fx@gnu.org>
2117
19e713d8
DL
2118 * diff-mode.el (diff-mouse-goto-source): New function.
2119
a7cafade 2120 * vc-sccs.el: Doc fixes.
7f8b6551 2121 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
2122
2123 * vc-rcs.el: Doc fixes.
7f8b6551
SM
2124 (vc-rcs-register-switches, vc-rcs-checkin-switches)
2125 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
2126 (vc-rcs-master-templates): Add or change :version.
2127
7f8b6551 2128 * vc-cvs.el: Doc fixes.
a7cafade
DL
2129 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
2130 (vc-cvs-stay-local): Add :version.
2131
dbcee71a
DL
2132 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2133
ed254191
KH
21342000-09-07 Kenichi Handa <handa@etl.go.jp>
2135
2136 * international/quail.el (quail-help): Fix previous change.
2137
ab0ee409
GM
21382000-09-07 Gerd Moellmann <gerd@gnu.org>
2139
f46f845b 2140 * faces.el (color-values): Doc fix.
9b4a7800 2141
ab0ee409
GM
2142 * faces.el (frame-set-background-mode): Use frame-parameter
2143 instead of frame-parameters.
2144
2145 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 2146 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 2147 frame-parameters.
9b4a7800 2148
f7246ac7
KH
21492000-09-07 Kenichi Handa <handa@etl.go.jp>
2150
2151 * language/devan-util.el (devanagari-to-indian-region): In the
2152 loop, change the following char, not preceding char.
2153
96889af2
GM
21542000-09-07 Gerd Moellmann <gerd@gnu.org>
2155
1091dd67
GM
2156 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2157 instead of frame-parameters.
2158
9b4a7800 2159 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
2160 internal-set-lisp-face-attribute with FRAME being 0.
2161
2162 * vc.el: Remove `Id' version control keyword.
96889af2 2163
0fddd0dc
KH
21642000-09-07 Kenichi Handa <handa@etl.go.jp>
2165
2166 * help.el (help-make-xrefs): Adjusted for the change of
2167 help-xref-mule-regexp.
2168 (help-insert-xref-button): New function.
2169
2170 * international/mule-cmds.el (help-xref-mule-regexp-template):
2171 Include the pattern for character set.
2172 (leim): New group.
2173
2174 * international/quail.el: Don't require face.
2175 (quail): New group.
7f8b6551 2176 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
2177 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2178 (quail-keyboard-layout-substitution): New variable.
2179 (quail-update-keyboard-layout): New function.
2180 (quail-keyboard-layout-type): New customizable variable.
2181 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2182 (quail-keyboard-translate): Pay attention to
2183 quail-keyboard-layout-substitution.
2184 (quail-insert-kbd-layout): New function.
2185 (quail-show-keyboard-layout): New function.
2186 (quail-get-translation): If the definition is a vector of length
7f8b6551 2187 1, and the element is a string of length 1, return the character
0fddd0dc
KH
2188 in that string.
2189 (quail-update-current-translations): Fix the case of
2190 relative-index out of range.
2191 (quail-build-decode-map, quail-insert-decode-map): New Functions.
2192 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 2193 Show key sequences for all available characters.
0fddd0dc
KH
2194 (quail-help-insert-keymap-description): Don't show such verbose
2195 key bindings as quail-self-insert-command.
2196
2197 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2198 Format changed, and each element now have extra documentations.
2199 (tit-process-header): Delete invalid characters from TIT-PROMPT.
2200 Adjusted for the change of quail-cxterm-package-ext-info.
2201
8ddceaf1
GM
22022000-09-06 Gerd Moellmann <gerd@gnu.org>
2203
2204 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2205 requiring it leads to a recursive loading of vc.el and vc-hooks.el
2206 during bootstrap.
2207
099bd78a
SM
22082000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2209
2210 * vc.el: (toplevel): Don't require `dired' at run-time.
2211 (vc-dired-resynch-file): Remove autoload cookie.
2212
22132000-09-05 Andre Spiegel <spiegel@gnu.org>
2214
2215 * vc.el: Made several backend functions optional.
2216 (vc-default-responsible-p): New function.
2217 (vc-merge): Use RET for first version to trigger merge-news, not
2218 prefix arg.
2219 (vc-annotate): Handle backends that do not support annotation.
2220 (vc-default-merge-news): Removed. The existence of a merge-news
2221 implementation is now checked on caller sites.
2222
9b4a7800 2223 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
2224 case.
2225
9b4a7800 2226 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
2227 special case that has been removed from the default in vc-hooks.el.
2228
22292000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2230
2231 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2232
22332000-09-05 Andre Spiegel <spiegel@gnu.org>
2234
2235 * vc-hooks.el: Require vc during compilation.
2236 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2237 macro `with-vc-properties' in vc.el.
2238 (vc-file-getprop): Doc fix.
2239 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 2240
099bd78a
SM
2241 * vc.el: Require dired-aux during compilation.
2242 (vc-name-assoc-file): Moved to vc-sccs.el.
2243 (with-vc-properties): New macro.
9b4a7800 2244 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
2245 vc-finish-steal): Use it.
2246 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
2247 to the backend-specific function is now supposed to do the checkout,
2248 too.
2249 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2250
9b4a7800 2251 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
2252 set file properties; that gets done in the generic code now.
2253
2254 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2255 Changed parameter list, added code from vc.el that does the
2256 checkout, possibly with a double-take.
2257
2258 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2259 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2260 the above under the new name.
2261 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
2262 parameter list, added checkout command.
2263 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2264 properties; that gets done in the generic code now.
2265
22662000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2267
2268 * vc.el: Docstring fixes (courtesy of checkdoc).
2269
22702000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2271
2272 * vc.el (vc-checkout-writable-buffer-hook)
2273 (vc-checkout-writable-buffer): Remove.
2274 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2275 (vc-log-mode): Make it into a clean derived major mode.
2276 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2277 vc-log-mode if log-edit is not available.
2278 (vc-dired-mode-map): Don't set-keymap-parent yet.
2279 (vc-dired-mode): Do set-keymap-parent here.
2280 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2281
08ba3862
GM
22822000-09-05 Gerd Moellmann <gerd@gnu.org>
2283
2284 * faces.el (set-face-attribute, face-spec-reset-face)
2285 (face-spec-set): Avoid consing by removing calls to `apply'.
2286
2287 * frame.el (frame-parameter): Move to C code.
2288
3b4429b4
DL
22892000-09-05 Dave Love <fx@gnu.org>
2290
2291 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
2292 insert-before-markers-and-inherit. Now checked systematically!
2293
877055f6
GM
22942000-09-05 Alex Schroeder <alex@gnu.org>
2295
2296 * sql.el (sql-postgres): Use sql-postgres-options.
2297 (sql-postgres-options): New variable.
2298
22992000-09-05 Alex Schroeder <alex@gnu.org>
2300
2301 * sql.el (sql-mode-menu): Work around missing variable mark-active
2302 in XEmacs.
2303 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2304 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2305 compatibility.
2306
7a004b71
GM
23072000-09-04 Gerd Moellmann <gerd@gnu.org>
2308
54baed30 2309 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 2310
7a004b71
GM
2311 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2312
2313 * Makefile.in (DONTCOMPILE): Fix typo in file name.
2314
23152000-09-04 Andre Spiegel <spiegel@gnu.org>
2316
2317 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2318 don't support anything else under SCCS yet.
2319
2320 * vc-hooks.el: Minor doc fixes.
2321
23222000-09-04 Andre Spiegel <spiegel@gnu.org>
2323
2324 * vc.el (vc-next-action-on-file): Do not visit the file if it's
2325 not necessary. If verbose in state `needs-patch', do the same as
2326 under `up-to-date'. When NOT verbose and `needs-patch', check out
2327 latest version instead of `merge-news'.
2328 (vc-next-action-dired): Don't mess with default-directory here; it
2329 breaks other parts of dired. It is the job of the
099bd78a 2330 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
2331 (vc-next-action): Remove a special CVS case.
2332 (vc-clear-headers): New optional arg FILE.
2333 (vc-checkin, vc-checkout): Set properties vc-state and
2334 vc-checkout-time properly.
099bd78a 2335 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
2336 (vc-print-log): Use new backend function `show-log-entry'.
2337 (vc-cancel-version): Do the checks in a different order. Added a
2338 FIXME concerning RCS-only code.
2339
2340 * vc-rcs.el (vc-rcs-show-log-entry): New function.
2341 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2342
2343 * vc-cvs.el (vc-cvs-show-log-entry): New function.
2344
9b4a7800 2345 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
2346 `needs-patch' as a `-' too.
2347
23482000-09-04 Andre Spiegel <spiegel@gnu.org>
2349
2350 * vc.el (vc-responsible-backend): New optional arg REGISTER.
2351 (vc-default-could-register): New function.
2352 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2353 (vc-resynch-buffer): Call vc-dired-resynch-file.
2354 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2355 vc-resynch-buffer instead of vc-resynch-window.
2356 (vc-next-action-dired): Don't redisplay here, that gets done as a
2357 result of the individual file operations.
2358 (vc-retrieve-snapshot): Corrected prompt order.
2359
2360 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 2361
7a004b71
GM
2362 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2363 as well.
2364 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
2365 hostname regexps. Updated all callers.
2366 (vc-cvs-responsible-p): Handle directories as well.
2367 (vc-cvs-could-register): New function.
2368 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2369 properties up-to-date.
9b4a7800 2370
7a004b71
GM
2371 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2372 user whether to create one.
2373
23742000-09-04 Andre Spiegel <spiegel@gnu.org>
2375
2376 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2377 check out a non-existing file.
2378
2379 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2380 workfile does not exist.
2381
2382 * vc.el (vc-version-diff): Use `require' to check for existence of
2383 diff-mode.
2384
23852000-09-04 Andre Spiegel <spiegel@gnu.org>
2386
2387 * vc-cvs.el (vc-cvs-registered): Use new function
2388 vc-cvs-parse-entry to do the actual work.
2389
23902000-09-04 Andre Spiegel <spiegel@gnu.org>
2391
2392 * vc-hooks.el (vc-find-backend-function): If function doesn't
2393 exist, return nil instead of error.
2394 (vc-call-backend): Doc fix.
2395
2396 * vc.el (vc-do-command): Doc fix.
2397 (vc-finish-logentry): When checking in from vc-dired, choose the
2398 right backend for logentry check.
2399 (vc-dired-mode-map): Inherit from dired-mode-map.
2400 (vc-dired-mode): Local value of dired-move-to-filename-regexp
2401 simplified.
2402 (vc-dired-state-info): Removed, updated caller.
2403 (vc-default-dired-state-info): Use parentheses instead of hyphens.
2404 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2405 (vc-dired-listing-switches): New variable.
2406 (vc-directory): Use it, instead of dired-listing-switches.
2407
2408 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2409 (vc-cvs-dir-state): New function.
7f8b6551 2410 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
2411 (vc-cvs-parse-entry): New function, also to be used in
2412 vc-cvs-registered.
9b4a7800 2413
7a004b71
GM
24142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2415
2416 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2417 *or* single-window-frames.
2418
24192000-09-04 Andre Spiegel <spiegel@gnu.org>
2420
2421 * vc.el (vc-update-changelog): Split into generic part and default
2422 implementation. Doc string adapted.
2423 (vc-default-update-changelog): New function. Call the `rcs2log'
2424 script in exec-directory, to fix a long-standing nuisance.
2425
2426 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2427 simply signals an error.
9b4a7800 2428
7a004b71
GM
24292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2430
2431 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2432 control-flow more clear and to avoid running `cvs' twice.
2433
2434 * vc.el (vc-next-action-on-file): Doc fix.
2435 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2436 (vc-print-log): Eval `file' before constructing the continuation.
2437
24382000-09-04 Andre Spiegel <spiegel@gnu.org>
2439
2440 * vc.el (vc-next-action-on-file): Corrected several messages.
2441 (vc-merge): Add prefix arg `merge-news'; handle it.
2442
2443 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2444 is not reached. It is.
2445 (vc-cvs-merge): Set state to 'edited after merge.
2446 (vc-cvs-merge-news): Set workfile version to nil if not known.
2447 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
2448
2449 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2450 via stdout. (Merge from main line.)
9b4a7800 2451
7a004b71
GM
24522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2453
2454 * vc.el (vc-finish-logentry): Thinko in the "same comment"
2455 detection.
2456
24572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2458
2459 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2460 against kill-all-local-variables.
2461 (vc-log-edit): Don't save vc-parent-buffer any more.
2462 (vc-last-comment-match): Initialize to an empty string.
2463 (vc-post-command-functions): New hook.
2464 (vc-do-command): Run it.
2465 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2466 (vc-finish-logentry): Only add the comment to the ring if it's
2467 different from the last comment entered.
2468 (vc-new-comment-index): New function.
2469 (vc-previous-comment): Use it. Make the minibuffer message
2470 slightly less terse.
2471 (vc-comment-search-reverse): Make it work forward as well. Don't
2472 set vc-comment-ring-index if no match is found. Use
2473 vc-new-comment-index.
2474 (vc-comment-search-forward): Use vc-comment-search-reverse.
2475 (vc-dired-mode-map): Don't inherit from dired-mode-map since
2476 define-derived-mode will do it for us. Bind `v' to a keymap that
2477 inherits from vc-prefix-map so that we can bind `vt' without
2478 binding C-x v t.
2479 (vc-retrieve-snapshot): Parenthesis typo.
2480
2481 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2482 to 1. Make sure to switch to *vc* before looking for an error
2483 message. Use vc-parse-buffer.
2484
24852000-09-04 Andre Spiegel <spiegel@gnu.org>
2486
2487 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2488 and NAME.
2489 (vc-retrieve-snapshot): Split into two parts.
2490 (vc-default-retrieve-snapshot): New function.
2491
2492 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2493 (vc-cvs-retrieve-snapshot): New function (untested).
2494 (vc-cvs-stay-local): Default to t.
2495 (vc-cvs-remote-p): New function and property.
2496 (vc-cvs-state): Stay local only if the above is t.
2497 (vc-handle-cvs): Removed.
2498 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2499 done via vc-handled-backends now.
2500 (vc-cvs-header): Escape Id.
2501
25022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2503
2504 * vc.el (vc-do-command): Remove unused commands.
2505 (vc-version-diff): Make sure default-directory ends with a slash.
2506 Move the window commands into a vc-exec-after.
2507 (vc-print-log): Move more of the code into the `vc-exec-after'.
2508
25092000-09-04 Andre Spiegel <spiegel@gnu.org>
2510
2511 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2512 (vc-print-log): Search current revision from beginning of buffer.
2513 (vc-revert-buffer): Clear echo area after the diff is finished.
2514 (vc-prefix-map): Removed definition of "t" for terse display in vc
2515 dired.
2516 (vc-dired-mode-map): Inherit from dired-mode-map. Added
2517 definition of "vt" for terse display.
2518 (vc-dired-mode): Fix dired-move-to-filename-regexp.
2519
25202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2521
2522 * vc.el (vc-exec-after): Avoid caddr.
2523
25242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2525
2526 * vc.el (vc-exec-after): New function.
2527 (vc-do-command): Use it to add a termination message for async
2528 procs.
2529 (vc-checkout): Try to handle a missing-backend situation.
2530 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2531 of a directory with a backend using async diffs.
2532 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2533 present.
2534
2535 * vc-sccs.el (vc-sccs-state-heuristic): Use
2536 file-ownership-preserved-p.
2537
2538 * vc-rcs.el (vc-rcs-state-heuristic): Use
2539 file-ownership-preserved-p.
2540 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
2541
25422000-09-04 Andre Spiegel <spiegel@gnu.org>
2543
2544 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2545 vc-do-command.
2546
2547 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2548 when there are no changes.
2549
25502000-09-04 Andre Spiegel <spiegel@gnu.org>
2551
2552 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2553
2554 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2555
25562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2557
2558 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2559
2560 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2561 the `fset' outside of the defvar so that it works even if
2562 vc-prefix-map was already defined.
2563 (vc-setup-buffer): New function, split out of vc-do-command.
2564 (vc-do-command): Allow BUFFER to be t to mean `just use the
2565 current buffer without any fuss'.
2566 (vc-version-diff): Change the `diff' backend operation to just put
2567 the diff in the current buffer without erasing it. Always use
2568 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
2569 shrink-window-if-larger-than-buffer.
2570 (vc-print-log): Change the `print-log' backend operation to just
2571 put the log in the current buffer without erasing it. Protect
2572 shrink-window-if-larger-than-buffer.
2573 (vc-update-change-log): Fix setd typo.
2574
2575 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2576 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2577
2578 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2579 (vc-rcs-diff): Insert in the current buffer and remove unused arg
2580 CMP.
2581
2582 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2583 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
2584 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2585
25862000-09-04 Andre Spiegel <spiegel@gnu.org>
2587
2588 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2589 not possible, use vc-BACKEND-workfile-unchanged-p.
2590 (vc-default-workfile-unchanged-p): New function. Delegates to a
2591 full vc-BACKEND-diff.
2592
2593 * vc-hooks.el (vc-simple-command): Removed.
2594
2595 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2596 instead of vc-simple-command.
2597 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2598 avoid doing a diff when opening a file.
2599 (vc-rcs-state): Added check for unlocked-changes.
2600 (vc-rcs-header): Escape Id.
2601 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2602 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2603 version.
2604
2605 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2606 (vc-sccs-diff): Remove optional arg CMP.
2607 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2608 SCCS-specific function.
2609
2610 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2611 vc-simple-command.
2612
26132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2614
2615 * vc.el (vc-editable-p): Renamed from vc-writable-p.
2616 (with-vc-file, vc-merge): Use vc-editable-p.
2617 (vc-do-command): Remove unused var vc-file and fix the
2618 doubly-defined `status' var. Add a user message when starting an
2619 async command.
2620 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2621 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2622 Use with-current-buffer.
2623 (vc-buffer-sync): Use unless.
2624 (vc-next-action-on-file): If the file is 'edited by read-only,
2625 make it read-write instead of trying to commit.
2626 (vc-version-diff, vc-update-change-log): Use `setq
2627 default-directory' rather than `cd'.
2628 (vc-log-edit): Don't forget to set default-directory in the
2629 buffer.
2630
2631 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
2632 (vc-sccs-state-heuristic): Use file-writable-p instead of
2633 comparing userids.
2634 (vc-sccs-checkout): Use `unless'.
2635
2636 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
2637 of comparing userids.
2638 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
2639 Simplify the logic by eliminating unreachable code.
2640 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
2641 just do a recursive call if we need to retry.
2642 (vc-rcs-checkout): Handle the case where rcs is missing by making
2643 the buffer read-write if requested and re-signalling the error.
2644
2645 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
2646
26472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2648
2649 * vc-hooks.el (vc-handled-backends): Docstring change.
2650 (vc-ignore-vc-files): Mark obsolete.
2651 (vc-registered): Check vc-ignore-vc-files.
2652 (vc-find-file-hook, vc-file-not-found-hook): Don't check
2653 vc-ignore-vc-files.
2654
2655 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
2656
26572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2658
2659 * vc.el (vc-checkout): Don't do anything special for ange-ftp
2660 files since ange-ftp already has vc-registered return nil.
2661
2662 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
2663 (vc-sccs-workfile-version): Use with-temp-buffer and new
2664 vc-parse-buffer and don't bother setting the property.
2665 (vc-sccs-add-triple): Use with-current-buffer and
2666 find-file-noselect.
2667 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
2668
2669 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
2670 derives from the old vc-parse-buffer but uses the revision number
2671 rather than the date (much easier to compare robustly).
2672 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
2673 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
2674 locking-user more directly. Check strict locking and set
2675 checkout-model appropriately.
2676 (vc-rcs-parse-locks): Remove.
2677 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
2678 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
2679 (vc-rcs-system-release): Use with-current-buffer and
2680 vc-parse-buffer.
2681 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
2682
2683 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
2684 (vc-simple-command): Docstring fix.
2685 (vc-registered): Align the way the file-handler is called with the
2686 way the function itself works.
2687 (vc-file-owner): Remove.
2688
2689 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
2690 extraction of fields and call to file-attributes because of a
2691 temporary bug in rcp.el.
2692 (vc-cvs-fetch-status): Use with-current-buffer.
2693
26942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2695
2696 * vc.el (vc-do-command): Use file-relative-name.
2697 (vc-responsible-backend): Use vc-backend if possible.
2698 (vc-create-snapshot): Improve the `interactive' spec. Add support
2699 for branches and dispatch to backend-specific `create-snapshot'.
2700 (vc-default-create-snapshot): New function, containing the bulk of
2701 the old vc-create-snapshot.
2702 (vc-retrieve-snapshot): Improve the interactive spec.
2703
2704 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
2705 (vc-backend-hook-functions): Remove.
2706 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
2707 (vc-backend): Reintroduce the test for `file = nil' now that I
2708 know why it was there (and added a comment to better remember).
2709
2710 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
2711 code from vc-sccs-hooks.el.
2712 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
2713 'vc anymore.
2714 (vc-sccs-responsible-p): Use expand-file-name instead of concat
2715 and file-directory-p instead of file-exists-p.
2716 (vc-sccs-check-headers): Simplify the regexp.
2717
2718 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
2719 from vc-rcs-hooks.el. Don't require 'vc anymore.
2720 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
2721 file-directory-p instead of file-exists-p.
2722
2723 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
2724 from vc-cvs-hooks.el.
2725 (proto vc-cvs-registered): Require 'vc-cvs instead of
2726 'vc-cvs-hooks. Don't require 'vc anymore.
2727 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
2728 file-directory-p instead of file-exists-p.
2729 (vc-cvs-create-snapshot): New function, replacing
2730 vc-cvs-assign-name.
2731 (vc-cvs-assign-name): Remove.
2732
27332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2734
2735 * vc-cvs.el (vc-cvs-header): New var.
2736
2737 * vc-rcs.el (vc-rcs-exists): Remove.
2738 (vc-rcs-header): New var.
2739
2740 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
2741 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
2742 (vc-sccs-header): New var.
2743
2744 * vc.el (vc-do-command): Get rid of the `last' argument.
2745 (vc-header-alist): Remove, replaced by vc-X-header.
2746 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
2747 (vc-dired-hook): Use expand-file-name instead of concat.
2748 (vc-directory): Use file-name-as-directory.
2749 (vc-snapshot-precondition, vc-create-snapshot)
2750 (vc-retrieve-snapshot): Allow the command to operate on any
2751 directory.
2752
2753 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
2754 just removing the 'WORKFILE argument or by removing the 'MASTER
2755 argument and replacing `file' with (vc-name file).
2756
27572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2758
2759 * vc.el: Update Copyright and add a crude list of backend funs.
2760 (vc-writable-p): New function.
2761 (with-vc-file): Use vc-writable-p.
7f8b6551 2762 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
2763 (vc-register): Avoid vc-name.
2764 (vc-locking-user): Remove.
2765 (vc-steal-lock): Make the `owner' arg non-optional.
2766 (vc-merge): Use vc-writable-p instead of vc-locking-user and
2767 vc-checkout-model.
2768 (vc-default-dired-state-info): Use vc-state instead of
2769 vc-locking-user and return special strings for special states.
2770 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
2771 and get rid of one of the special CVS cases.
2772 (vc-cancel-version): prettify error message with \\[...].
2773 (vc-rename-master): New function.
2774 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
2775 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
2776 the CVS special case generic.
2777 (vc-default-record-rename): Remove.
2778 (vc-file-tree-walk-internal): Only call FUNC for files that are
2779 under control of some VC backend and replace `concat' with
2780 expand-file-name.
2781 (vc-file-tree-walk): Update docstring.
2782 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
2783 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
2784
2785 * vc-sccs.el (vc-sccs-rename-file): Renamed from
2786 vc-sccs-record-rename. Use `find-file-noselect' rather than
2787 `find-file' and call `vc-rename-master' to do the actual move.
2788 (vc-sccs-diff): Remove unused `backend' variable.
2789
2790 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
2791 to delay loading of vc-sccs until it is really used.
2792 (vc-sccs-master-templates): Preload.
2793 (vc-sccs-state): Update call to vc-sccs-parse-locks.
2794 (vc-sccs-project-dir): Remove (merged into
2795 vc-sccs-search-project-dir).
2796 (vc-sccs-search-project-dir): Rewrite using file name handling ops
2797 rather than `concat', make sure it is preloaded and don't bother
2798 to check that the file actually exists.
2799 (vc-sccs-parse-locks): Remove unused `file' argument, remove
2800 `locks' argument (use buffer's content instead) and eliminate n^2
2801 behavior.
2802
2803 * vc-rcs.el: Update Copyright.
2804 (vc-rcs-rename-file): New function.
2805 (vc-rcs-diff): Remove unused `backend' variable.
2806
2807 * vc-hooks.el: Update Copyright.
2808 (vc-backend): Don't accept a nil argument any more.
2809 (vc-up-to-date-p): Turn into a defsubst.
2810 (vc-possible-master): New function.
2811 (vc-check-master-templates): Use `vc-possible-master' and allow
2812 funs in vc-X-master-templates to return a non-existent file.
2813
2814 * vc-cvs.el: Update Copyright.
2815 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 2816 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
2817
2818 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
2819
28202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2821
2822 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
2823 since it can be called from vc-rcs.el.
2824 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
2825
28262000-09-04 Andre Spiegel <spiegel@gnu.org>
2827
2828 * vc.el (vc-version-diff): Expand file name read from the
2829 minibuffer. Handle the case when a previous version number can't
2830 be guessed. Give suitable messages when there were no differences
2831 found.
2832 (vc-clear-headers): Call backend-specific implementation, if one
2833 exists.
2834 (vc-cancel-version): Made error checks generic. When done, clear
2835 headers generically, too.
2836
2837 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
2838 from vc-clear-headers in vc.el.
2839
2840 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
2841 correctly.
2842 (vc-rcs-latest-on-branch-p): Made second argument VERSION
2843 optional. Handle the case when it's not there.
2844
28452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2846
2847 * vc.el (vc-locking-user): Moved from vc-hooks.el.
2848
28492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2850
2851 * vc-hooks.el (vc-loadup): Remove.
2852 (vc-find-backend-function): Use `require'. Also, handle the case
2853 where vc-BACKEND-hooks.el doesn't exist.
2854 (vc-call-backend): Cleanup.
2855
28562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2857
2858 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
2859 vc-rcs-grab-templates)
2860 (vc-rcs-registered): Remove. The default function works as well.
2861 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
2862 vc-sccs-grab-templates)
2863 (vc-sccs-registered): Remove. The default function works as well.
2864
2865 * vc.el (vc-version-diff): Left out a vc- in call to
2866 vc-call-backend.
2867 (vc-default-dired-state-info, vc-default-record-rename)
2868 (vc-default-merge-news): Update for the new backend argument.
2869
2870 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
2871 using the default function.
2872 (vc-call-backend): If calling the default function, pass it the
2873 backend as first argument. Update the docstring accordingly.
2874 (vc-default-state-heuristic, vc-default-mode-line-string): Update
2875 for the new backend argument.
2876 (vc-make-backend-sym): Renamed from vc-make-backend-function.
2877 (vc-find-backend-function): Use the new name.
2878 (vc-default-registered): New function.
2879
28802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2881
2882 * vc.el (vc-merge): Use vc-find-backend-function.
2883
2884 * vc-hooks.el (vc-backend-functions): Remove.
2885 (vc-loadup): Don't setup 'vc-functions.
2886 (vc-find-backend-function): New function.
2887 (vc-call-backend): Use above fun and populate 'vc-functions
2888 lazily.
2889 (vc-backend-defines): Remove.
2890
28912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2892
2893 * vc.el (vc-register): Put a FIXME note for a newly found bug.
2894 Call vc-call-backend without the leading vc-.
2895 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
2896 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 2897 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
2898 (vc-annotate-display): Replace confusing use of `cond' with `or'.
2899 Call vc-call-backend without the leading vc-.
2900
2901 * vc-cvs.el (tail): Provide vc-cvs.
2902 * vc-sccs.el (tail): Provide vc-sccs.
2903 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
2904
2905 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
2906 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 2907 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
2908 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
2909 (vc-call-backend): Always try to load vc-X-hooks.
2910 (vc-registered): Remove vc- in call to vc-call-backend.
2911
29122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2913
2914 * vc.el (vc-process-filter): New function.
2915 (vc-do-command): Setup `vc-process-filter' for the async process.
2916 (vc-maybe-resolve-conflicts): New function to reduce
2917 code-duplication. Additionally, it puts the buffer in
2918 `smerge-mode' if applicable.
2919 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
2920 calling `merge-news'.
7f8b6551 2921 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
2922 (vc-log-edit): New function. Replacement for `vc-log-mode' by
2923 interfacing to log-edit.el.
2924 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
2925 log-edit is available.
2926 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
2927
29282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2929
2930 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
2931 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
2932 defvar and the initialization.
2933 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
2934
2935 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
2936 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
2937
7f8b6551 2938 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
2939
29402000-09-04 Andre Spiegel <spiegel@gnu.org>
2941
2942 * vc.el (vc-file-clear-masterprops): Removed.
2943 (vc-checkin, vc-revert-buffer): Removed calls to the above.
2944 (vc-version-diff): Use buffer-size without argument.
2945 (vc-register): Heed vc-initial-comment.
2946
2947 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
2948 default branch.
2949
2950 * vc-rcs.el (vc-rcs-register): Parse command output to find master
2951 file name and workfile version.
2952 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
2953
2954 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
2955 vc-file-clear-masterprops.
2956
2957 * vc-sccs.el (vc-sccs-checkout): Removed call to
2958 vc-file-clear-masterprops. If writable, set vc-state to 'edited
2959 rather than user login name.
2960
2961
29622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2963
2964 * vc.el (vc-workfile-unchanged-p): Remove unused argument
2965 `want-differences-if-changed' and simplify.
2966 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
2967 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
2968 output (which is invalid for async vc-diff) to decide whether to
2969 do the revert silently or not.
2970
29712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2972
2973 * vc-hooks.el (vc-loadup): Load files quietly.
2974 (vc-call-backend): Oops, brain fart.
2975
29762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2977
2978 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 2979 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
2980
29812000-09-04 Andre Spiegel <spiegel@gnu.org>
2982
2983 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
2984 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
2985 vc-state or vc-up-to-date-p.
2986 (vc-merge): Use vc-backend-defines to check whether merging is
2987 possible. Set state to 'edited after successful merge.
2988
2989 * vc-hooks.el (vc-locking-user): If locked by the calling user,
2990 return that name. Redocumented.
2991
29922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2993
2994 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
2995 new `vc-state' semantics.
2996 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
2997 'vc-locking-user to the current user.
2998 (vc-merge): Inline vc-backend-merge. Comment out code that I
2999 don't understand and hence can't adapt to the new `vc-state' and
3000 `vc-locking-user' semantics.
3001 (vc-backend-merge): Remove.
3002
3003 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3004 rather than 'vc-locking-user.
3005
3006 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3007
3008 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3009 (vc-state): Don't use 'reserved any more. Just use the same
3010 convention as the one used for vc-<backend>-state where the
3011 locking user (as a string) is returned.
3012 (vc-locking-user): Update, based on the above convention. The
3013 'vc-locking-user property has disappeared.
7f8b6551 3014 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
3015
3016 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3017 with a heuristic one.
3018 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3019 (vc-cvs-checkin): Do a trivial parse to set the state in case of
3020 error. That allows us to get to 'needs-merge even in the
3021 stay-local case. There's still no way to detect 'needs-patch in
3022 such a setup (or to force an update for that matter).
3023 (vc-cvs-logentry-check): Remove, the default works as well.
3024
30252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3026
7f8b6551 3027 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
3028
3029 * vc.el (vc-do-command): kill-all-local-variables, to reset any
3030 major-mode in which the buffer might have been put earlier. Use
3031 `remove' and `when'. Allow `okstatus' to be `async' and use
3032 `start-process' in this case.
3033 (vc-version-diff): Handle the case where the diff looks empty
3034 because of the use of an async process.
3035
30362000-09-04 Andre Spiegel <spiegel@gnu.org>
3037
3038 * vc.el (vc-next-action-on-file): Removed optional parameter
3039 `simple'. Recompute state unconditionally.
3040 (vc-default-toggle-read-only): Removed.
3041
3042 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3043 (vc-toggle-read-only): Undid prev change.
3044
3045 * vc-cvs.el (vc-cvs-stay-local): Renamed from
3046 vc-cvs-simple-toggle. Redocumented.
3047 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3048 (vc-cvs-toggle-read-only): Removed.
3049
30502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3051
7f8b6551 3052 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
3053 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3054 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3055 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
3056 still is. So maybe it should be removed.
3057 (vc-head-version, vc-find-binary): Remove.
3058 (vc-recompute-state): Move from vc-hooks.el.
3059 (vc-next-action-on-file): Add a `simple' argument to allow
3060 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
3061 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3062 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
3063 (vc-dired-mode-map): Properly defvar it.
3064 (vc-print-log): Call log-view-mode if available.
3065 (small-temporary-file-directory): defvar instead of use boundp.
3066 (vc-merge-news): Moved to vc-cvs.el.
3067 (vc-default-merge-news): New function.
3068
3069 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
3070 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
3071 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
3072 unknown `vc-latest-version' function. It should probably refer to
3073 vc-workfile-version or somesuch, but it's very unclear to me and I
3074 don't have SCCS to test things.
3075
3076 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
3077 (vc-sccs-state-heuristic): Fix typo.
3078 (vc-sccs-workfile-unchanged-p): Add missing argument.
3079
3080 * vc-rcs.el: Require vc and vc-rcs-hooks.
3081 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
3082 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
3083 (vc-release-greater-or-equal-p): Move from vc.
3084 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
3085 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
3086 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 3087 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
3088
3089 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
3090 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
3091 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
3092 than the apparently unbound `workfile-version'.
3093
3094 * vc-hooks.el (vc-master-templates): Def the obsolete var.
3095 (vc-file-prop-obarray): Use `make-vector'.
3096 (vc-backend-functions): Add new hookable functions
3097 vc-toggle-read-only, vc-record-rename and vc-merge-news.
3098 (vc-loadup): If neither backend nor default functions exist, use
3099 the backend function rather than nil.
3100 (vc-call-backend): If the function if not bound yet, try to load
3101 the non-hook file to see if it provides it.
3102 (vc-call): New macro plus use it wherever possible.
3103 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
3104 nor `vc-find-binary' since it's only called from
7f8b6551 3105 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
3106 (vc-checkout-model): Fix parenthesis.
3107 (vc-recompute-state, vc-prefix-map): Move to vc.el.
3108
7f8b6551 3109 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
3110 (vc-cvs-release, vc-cvs-system-release): Remove.
3111 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
3112 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
3113 status symbols.
3114 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
3115 (vc-cvs-toggle-read-only): First cut at a function to allow a
3116 cvs-status-free vc-toggle-read-only.
3117 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
3118 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
3119 vc-cvs-status. Also set vc-state rather than vc-locking-user.
3120 (vc-cvs-checkout): Modify access rights directly if the user
3121 requested not to use `cvs edit'. And refresh the mode line.
3122
3123 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
3124 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
3125
31262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3127
3128 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
3129 workfile' that got lost when the code was extracted from vc.el.
3130 And merged the tail with the rest of the code (not possible in the
3131 old vc.el where the tail was shared among all backends). And
3132 explicitly set the state to 'edited if `writable' is set.
3133
3134 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3135 (vc-cvs-state): Be careful to return the value from
3136 vc-cvs-parse-state.
3137 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
3138 property but return it instead. Also be careful to handle a nil
3139 or "" `rev' when workfile is non-nil (it was handled properly when
3140 workfile was nil).
3141
3142 * vc.el: Removed those pesky unnecessary `(function' quotes.
3143 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3144 directly in the defvar.
3145 (vc-do-command): Bind inhibit-read-only so as to properly handle
3146 the case where the destination buffer has been made read-only.
3147 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 3148 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
3149 (vc-annotate-mode-variables): Removed (code moved partly to
3150 defvars and partly to vc-annotate-add-menu).
3151 (vc-annotate-mode): Turned into a derived-mode.
3152 (vc-annotate-add-menu): Moved in code in
3153 vc-annotate-mode-variables.
3154 (vc-update-change-log): Use make-temp-file if available.
3155
31562000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
3157
3158 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3159 `vc-checkout-model' updated to `vc-cvs-update-model'.
3160
31612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3162
3163 * vc.el (vc-next-action-on-file): Added handling of state
3164 `unlocked-changes'.
3165 (vc-checkout-carefully): Is now practically obsolete, unless the
3166 above is too slow to be enabled unconditionally.
3167 (vc-update-change-log): Fixed typo.
3168
3169 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3170
7f8b6551
SM
3171 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3172 Now handles state `unlocked-changes'.
3173 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
3174
3175 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3176
3177 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3178 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
3179 `unlocked-changes'.
3180 (vc-rcs-workfile-unchanged-p): Renamed from
3181 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
3182 function yet, but supposed to become one soon.
3183
3184 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3185 `vc-steal-lock'.
3186 (vc-call-backend): Changed error message.
3187 (vc-state): Added description of state `unlocked-changes'.
3188
31892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3190
3191 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3192 always return t in CVS-controlled directories.
3193
3194 * vc.el (vc-responsible-backend): New function.
3195 (vc-register): Largely rewritten.
3196 (vc-admin): Removed (implementation moved into vc-register).
3197 (vc-checkin): Redocumented.
3198 (vc-finish-logentry): If no backend defined yet (because we are in
3199 the process of registering), use the responsible backend.
3200
3201 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3202 Updated function lists.
3203 (vc-call-backend): Fixed typo.
3204
7f8b6551
SM
3205 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3206 New functions.
3207 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3208 Removed query option. Redocumented.
7a004b71
GM
3209
32102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3211
3212 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3213
3214 * vc.el: Updated callers of `vc-checkout-required' to use
3215 `vc-checkout-model'.
3216
32172000-09-04 Martin Lorentzson <martinl@gnu.org>
3218
3219 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
3220 stuff updated to reference this function instead of the old
3221 `vc-backend-release-p'.
3222
32232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3224
3225 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3226 vc-checkout-model. Return appropriate values. Updated callers.
3227
32282000-09-04 Martin Lorentzson <martinl@gnu.org>
3229
7f8b6551 3230 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
3231 (vc-backend-revert): Function moved into `vc-revert';
3232 `vc-next-action' must be updated to accomodate this change.
3233 (vc-backend-steal): Function moved into `vc-finish-steal'.
3234 (vc-backend-logentry-check): Function moved into
3235 `vc-finish-logentry'.
3236 (vc-backend-printlog): Function moved into `vc-print-log'.
3237 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3238 (vc-backend-assign-name): Function moved into
3239 `vc-create-snapshot'.
3240
32412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3242
3243 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
3244 Rename to vc-checkout-model. Return appropriate values.
3245 Update callers.
7a004b71 3246
7f8b6551 3247 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 3248 to vc-checkout-model.
7f8b6551
SM
3249 (vc-checkout-required): Rename to vc-checkout-model.
3250 Re-implement and re-comment.
7a004b71
GM
3251 (vc-after-save): Use vc-checkout-model.
3252
32532000-09-04 Martin Lorentzson <martinl@gnu.org>
3254
7f8b6551
SM
3255 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3256 Update to use the vc-BACKEND-diff functions instead.
3257 `vc-diff' is now working.
7a004b71 3258
7f8b6551 3259 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 3260
7f8b6551 3261 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
3262
3263 * vc-sccs.el (vc-sccs-diff): Function changed name from
3264 `vc-backend-diff'. This makes `vc-diff' work.
3265
7f8b6551 3266 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 3267 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 3268 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
3269 signaled during `vc-after-save'.
3270
7f8b6551
SM
3271 * vc.el: Fix typo.
3272 This checkin is made with our new VC code base for the very first time.
3273 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
3274
3275 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3276 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3277
3278 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3279 updated to `vc-uses-locking'.
7f8b6551 3280 (vc-checkout-required): Call to backend function.
7a004b71
GM
3281 `vc-checkout-required' updated to `vc-uses-locking' instead.
3282
3283 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3284 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3285
7f8b6551 3286 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 3287 to match the split into various backends.
7f8b6551 3288 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
3289 (vc-retrieve-snapshot): Bug fix.
3290
32912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3292
3293 * vc-sccs.el (vc-sccs-release): Doc fix.
3294
32952000-09-04 Martin Lorentzson <martinl@gnu.org>
3296
3297 * vc.el (vc-next-action-on-file): Bug found and fixed.
3298 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
3299 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3300
3301 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3302 (vc-rcs-checkout): Name space cleaned up. No more revision number
3303 crunching function names that are not prefixed with vc-rcs.
3304 (vc-rcs-checkout-model): Function added. References to
3305 `vc-checkout-model' replaced.
3306
33072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3308
3309 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3310 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
3311 still need to be split, and implemented for RCS).
3312
33132000-09-04 Martin Lorentzson <martinl@gnu.org>
3314
3315 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3316
3317 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3318 required by the vc.el file.
3319
3320 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3321 required by the vc.el file.
3322 (vc-rcs-exists): Function added.
3323
3324 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3325 required by the vc.el file.
3326
3327 * vc.el (vc-admin): Updated to handle selection of appropriate
3328 backend. Current implementation is crufty and need re-thinking.
3329
3330 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3331
33322000-09-04 Martin Lorentzson <martinl@gnu.org>
3333
3334 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3335 beginning of annotate buffers correctly.
3336
3337 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3338 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3339 functionality updated quite a lot to support multiple backends.
3340 Variables `vc-annotate-mode', `vc-annotate-buffers',
3341 `vc-annotate-backend' added.
3342
3343 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3344 `vc-annotate-difference' added to supported backend functions.
3345
33462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3347
3348 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3349 Use with-temp-file instead of /bin/sh. Merged from mainline
3350
33512000-09-04 Martin Lorentzson <martinl@gnu.org>
3352
3353 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3354
3355 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3356
3357 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3358
33592000-09-04 Martin Lorentzson <martinl@gnu.org>
3360
3361 * vc-hooks.el: vc-state-heuristic added to
3362 vc-backend-hook-functions.
3363
3364 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3365
3366 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3367
7f8b6551
SM
3368 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3369 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
3370 state to `reserved'.
3371
3372 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3373 `vc-checkout-required'. Rename the `locked' state to `reserved'.
3374
33752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3376
7f8b6551 3377 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
3378 untouched.
3379
7f8b6551 3380 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 3381
7f8b6551 3382 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
3383 if defined. (Merged from main line, slightly adapted.)
3384
3385 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3386 millenium problem (merged from mainline).
3387
33882000-09-04 Martin Lorentzson <martinl@gnu.org>
3389
3390 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3391 part and moved the non-BACKEND stuff to vc.el.
3392
3393 * vc.el: Split the annotate feature into a BACKEND specific part
3394 and moved it from the vc-cvs.el file to this one.
3395
33962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3397
7f8b6551
SM
3398 * vc-hooks.el: Implement new state model.
3399 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3400 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 3401 locked by somebody else.
7f8b6551 3402 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
3403 vc-sccs-hooks.el and vc-rcs-hooks.el now.
3404 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 3405 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 3406
7f8b6551
SM
3407 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3408 Various simplifications and adaptations all over the place.
7a004b71 3409
7f8b6551
SM
3410 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3411 Simplify and adapt the rest.
7a004b71 3412
7f8b6551 3413 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 3414 interaction with view mode according to recent RCS change.
7f8b6551 3415 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
3416
34172000-09-04 Martin Lorentzson <martinl@gnu.org>
3418
7f8b6551 3419 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
3420
34212000-09-04 Martin Lorentzson <martinl@gnu.org>
3422
3423 * vc.el (vc-backend-release, vc-release-greater-or-equal)
3424 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3425 (vc-minor-part, vc-previous-version): Functions that operate and
3426 compare revision numbers got proper documentation. Comments added
3427 about their possible removal.
3428
34292000-09-04 Martin Lorentzson <martinl@gnu.org>
3430
3431 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3432 the vc-backend.el files.
3433
3434 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3435
3436 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3437 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3438 (vc-rcs-previous-version): Functions added.
3439
3440 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3441
3442 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3443
34442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3445
3446 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 3447 Comment out the definition for now. What is the right procedure
7a004b71
GM
3448 to get rid of it?
3449 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3450 rewritten.
7f8b6551 3451 (vc-default-registered): Remove.
7a004b71
GM
3452 (vc-check-master-templates): New function; does mostly what the
3453 above did before.
3454 (vc-locking-user): Don't rely on the backend to set the property.
3455
3456 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 3457 Rewrite documentation.
7a004b71
GM
3458 (vc-rcs-templates-grabbed): New variable.
3459 (vc-rcs-grab-templates): New function.
7f8b6551 3460 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
3461
3462 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 3463 Rewrite documentation.
7a004b71
GM
3464 (vc-sccs-templates-grabbed): New variable.
3465 (vc-sccs-grab-templates): New function.
7f8b6551
SM
3466 (vc-sccs-registered): Rewrite to use above mechanism.
3467 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3468 Don't throw the result, simply return it.
7a004b71 3469
7f8b6551
SM
3470 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3471 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
3472 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 3473
7f8b6551 3474 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
3475 from main line.
3476
34772000-09-04 Martin Lorentzson <martinl@gnu.org>
3478
7f8b6551 3479 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 3480
7f8b6551 3481 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 3482
7f8b6551
SM
3483 * vc-rcs.el (vc-rcs-diff): New function.
3484 (vc-rcs-checkout): Bug (typo) found and fixed.
3485 (vc-rcs-register-switches): New variable.
7a004b71
GM
3486
3487 * vc.el (vc-backend-diff): Function removed and placed in the
3488 backend files.
3489
34902000-09-04 Martin Lorentzson <martinl@gnu.org>
3491
3492 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3493
3494 * vc.el (vc-backend-checkout): Function removed and replaced in
3495 the vc-backend.el files.
3496
3497 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3498
3499 * vc.el (vc-backend-admin): Removed and replaced in the
3500 vc-backend.el files.
3501
3502 * vc.el (Martin): Removed all the annotate functionality since it
3503 is CVS backend specific.
3504
35052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3506
3507 * spec.txt: Added specification of vc-state.
3508
3509 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 3510 Remove handling of vc-latest-version and
7a004b71
GM
3511 vc-your-latest-version. What used to be vc-latest-version, is now
3512 returned as vc-workfile-version.
7f8b6551 3513 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
3514
35152000-09-04 Dave Love <fx@gnu.org>
3516
3517 * vc.el: [Merged from mainline.]
3518 (vc-dired-mode): Make the dired-move-to-filename-regexp
3519 regexp match the date, to avoid treating date as file size.
3520 Add YYYY S option to WESTERN/
3521
35222000-09-04 Dave Love <fx@gnu.org>
3523
3524 * vc.el: Require `compile' when compiling.
3525 (vc-logentry-check-hook): New option.
3526 (vc-steal-lock): Use compose-mail.
3527 (vc-dired-mode-map): Defvar when compiling.
3528 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3529 vc-sccs.el and renamed. Callers changed.
3530 (vc-backend-checkout, vc-backend-logentry-check)
3531 (vc-backend-merge-news): Doc fix.
3532 (vc-default-logentry-check): New function.
3533 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
3534 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
3535 (vc-backend-merge): Doc fix. Use backend functions.
3536 (vc-check-headers): Use backend functions.
3537
3538 * vc-cvs.el: Require vc when compiling.
3539 (vc-cvs-register-switches): Doc fix.
3540 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
3541 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3542 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3543 New functions (code from vc.el).
3544 (vc-annotate-display-default): Fix interactive spec.
3545 (vc-annotate-time-span): Doc fix.
3546
3547 * vc-rcs.el: Require vc when compiling.
3548 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3549 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3550 (vc-rcs-checkin): New functions (code from vc.el).
3551 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3552 Doc fix.
3553 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
3554
3555 * vc-sccs.el: Require vc when compiling.
3556 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3557 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3558 (vc-sccs-revert)
3559 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3560 from vc.el).
3561 (vc-sccs-add-triple, vc-sccs-record-rename)
3562 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3563 (vc-sccs-admin): Doc fix.
3564
35652000-09-04 Martin Lorentzson <martinl@gnu.org>
3566
3567 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3568 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3569 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3570 from vc.el.
3571
3572 * vc-sccs.el (vc-admin-sccs): Added from vc.el
3573
3574 * vc-cvs.el: Moved the annotate functionality from vc.el.
3575 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3576
35772000-09-04 Dave Love <fx@gnu.org>
3578
3579 * vc.el (vc-backend-release): Call vc-system-release.
3580
3581 * vc-sccs.el (vc-sccs-system-release):
3582 Renamed from vc-sccs-backend-release.
3583
3584 * vc-rcs.el (vc-rcs-system-release):
3585 Renamed from vc-rcs-backend-release.
3586
3587 * vc-cvs.el (vc-cvs-system-release):
3588 Renamed from vc-cvs-backend-release.
3589
35902000-09-04 Dave Love <fx@gnu.org>
3591
3592 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3593 backend files.
3594 (vc-backend-release): Dispatch to backend functions.
3595 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
3596 probably needs attention.]
3597
3598 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3599 (vc-sccs-backend-release): New function.
3600
3601 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3602 (vc-cvs-backend-release): New function.
3603
3604 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3605 Doc fix.
3606 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3607 (vc-default-dired-state-info): New function.
3608 (vc-dired-state-info): Dispatch to backends.
3609 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
3610
3611 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3612 from vc.el and renamed.
3613
36142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3615
3616 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3617 (vc-version-other-window, vc-backend-assign-name): Removed
3618 references to vc-latest-version; sometimes changed into
3619 vc-workfile-version.
3620
3621 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3622 vc-rcs-master-workfile-version.
3623 (vc-rcs-workfile-version): Use the above. Don't call
3624 vc-latest-version (that was unreachable code, anyway).
3625 (vc-rcs-fetch-master-properties): Doc fix.
3626
3627 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3628 (vc-backend-hook-functions): Removed them from this list, too.
3629 (vc-fetch-properties): Removed.
3630 (vc-workfile-version): Doc fix.
3631
3632 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
3633 (vc-rcs-workfile-version, vc-rcs-locking-user)
3634 (vc-rcs-uses-locking): Use it.
3635
3636 * vc-hooks.el (vc-consult-rcs-headers):
3637 Moved into vc-rcs-hooks.el, under the name
3638 vc-rcs-consult-headers.
3639
3640 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
3641 headers.
3642 (vc-cvs-find-master): Use this name only; correct different
3643 versions of the name.
3644
3645 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
3646 New functions.
3647 (vc-sccs-locking-user): Use the latter.
3648
3649 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
3650 New functions.
3651
3652 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
3653 Moved into both
3654 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
3655 functions are implementation details of those two backends.
3656
36572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3658
3659 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
3660 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
3661
3662 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
3663 (vc-sccs-parse-locks): SCCS-specific code moved here from
3664 vc-hooks.
3665
3666 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
3667 code moved here from vc-hooks.
3668
3669 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
3670 into back-end specific parts and removed. Callers not updated
3671 yet; because I guess these callers will disappear into back-end
3672 specific files anyway.
3673
36742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3675
3676 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
3677 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
3678 `vc-uses-locking'.
3679
3680 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
3681 Store yes/no in the property, and return t/nil. Updated all
3682 callers.
3683
3684 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
3685 vc-sccs-uses-locking. Don't set property.
3686 (vc-sccs-locking-user): Don't set property.
3687
3688 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
3689 vc-cvs-uses-locking. Don't set property here; leave that to
3690 vc-hooks.
3691 (vc-cvs-locking-user): Reflect above change. Streamlined.
3692
3693 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
3694 vc-rcs-uses-locking.
3695 (vc-rcs-locking-user): Reflect above change.
3696
36972000-09-04 Dave Love <fx@gnu.org>
3698
3699 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
3700
3701 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
3702
3703 * vc-hooks.el (vc-checkout-model): Punt to backends.
3704
3705 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
3706
3707 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
3708
3709 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
3710 New functions.
3711
3712 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
3713 New functions.
3714
3715 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
3716 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
3717
3718 * vc-hooks.el (vc-default-locking-user): New function.
3719 (vc-locking-user, vc-workfile-version): Punt to backends.
3720
37212000-09-04 Dave Love <fx@gnu.org>
3722
3723 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
3724 (vc-master-workfile-version): Moved from vc-hooks.
3725
3726 * vc-rcs-hooks.el: Fix duplicate code in last change.
3727
3728 * vc-rcs-hooks.el: Require vc-hooks when compiling.
3729 (vc-rcs-master-templates): Improve :type.
3730 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
3731 vc-master-workfile-version): Moved from vc-hooks.
3732
3733 * vc-sccs-hooks.el: Require vc-hooks when compiling.
3734 (vc-sccs-master-templates): Improve :type.
3735 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
3736
3737 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
3738
3739 * vc-cvs-hooks.el: Require vc-hooks when compiling.
3740 (vc-cvs-master-templates): Improve :type. Use
3741 vc-cvs-find-cvs-master.
3742 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
3743 from vc-hooks.
3744 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
3745
3746 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
3747 Moved to vc-cvs-hooks.
3748
3749 * vc-hooks.el: Add doc strings in various places. Simplify the
3750 minor mode setup.
3751 (vc-handled-backends): New user variable.
3752 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
3753 simplification.
3754
37552000-09-04 Dave Love <fx@gnu.org>
3756
3757 * vc.el: Some doc fixes for autoloaded and interactive functions.
3758 Fix compilation warnings from ediff stuff.
3759 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
3760
3761 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
3762
3763 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
3764
3765 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
3766
37672000-09-04 Dave Love <fx@gnu.org>
3768
3769 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3770 New variable.
3771 (vc-make-backend-function, vc-loadup, vc-call-backend)
3772 (vc-backend-defines): New functions.
3773
3774 * vc-hooks.el: Various doc fixes.
3775 (vc-default-back-end, vc-follow-symlinks): Custom fix.
3776 (vc-match-substring): Function removed. Callers changed to use
3777 match-string.
3778 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
3779 Simplify.
3780
37812000-09-04 Dave Love <fx@gnu.org>
3782
3783 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
3784 type.
3785 (vc-sccs-project-dir, vc-search-sccs-project-dir)
3786 (vc-sccs-registered): Doc fix.
3787
3788 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
3789 (vc-cvs-registered): Doc fix.
3790
3791 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
3792 (vc-rcs-registered): Doc fix.
3793
37942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3795
3796 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
3797
3798 * vc-hooks.el: vc-registered has been renamed
3799 vc-default-registered. Some functions have been moved to the
3800 backend specific files. they all support the
3801 vc-BACKEND-registered functions.
3802
38032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3804
3805 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
3806
3807 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
3808
a033ea13
DL
38092000-09-04 Dave Love <fx@gnu.org>
3810
179fc9ef
DL
3811 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
3812 menu-bar-update-hook.
3813
3814 * help.el (help-manyarg-func-alist): Add
3815 find-operation-coding-system.
3816
a033ea13
DL
3817 * wid-edit.el (widget-sexp-validate): Fix garbled code.
3818
3819 * custom.el (custom-set-variables): Print message about errors in
3820 setting.
3821
f8803e97
AI
38222000-09-03 Andrew Innes <andrewi@gnu.org>
3823
3824 * makefile.w32-in: Change to DOS line endings.
3825
59836110
EZ
38262000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3827
3828 * mouse.el (mouse-popup-menubar): Supply the prompt string for
3829 minor-mode keymaps, if they don't have one.
3830
5514ba5c
EZ
38312000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3832
3833 * eshell/esh-module.el (eval-when-compile): Don't lose if
3834 esh-module.el's file name is truncated to DOS 8+3 limits.
3835
79cf8e80
JW
38362000-09-01 John Wiegley <johnw@gnu.org>
3837
3838 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
3839 predicate, which caused entries in the completion list to be
3840 doubled.
3841
38422000-08-30 John Wiegley <johnw@gnu.org>
3843
3844 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
3845 sending to subprocesses. Also, hook pre-command-hook if
3846 `eshell-send-direct-to-subprocesses' is non-nil.
3847 (eshell-send-direct-to-subprocesses): New config variable. If t,
3848 subprocess input is send immediately.
3849 (eshell-toggle-direct-send): New function.
3850 (eshell-self-insert-command): New function.
3851 (eshell-intercept-commands): New function.
3852 (eshell-send-input): If direct subprocess sending is enabled,
3853 don't echo any input to the Eshell buffer. Let the subprocess
3854 handle that. This requires "stty echo" in bash, for example.
3855
38562000-08-28 John Wiegley <johnw@gnu.org>
3857
3858 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
3859 completion function for Eshell's implementation of `unset'.
3860
778911b9
EZ
38612000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3862
3863 * info.el (Info-directory-list): Doc fix.
3864
05d07b49
PB
38652000-08-31 Peter Breton <pbreton@ne.mediaone.net>
3866
9b4a7800 3867 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
3868 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
3869
9941d4c7
KH
38702000-08-31 Kenichi Handa <handa@etl.go.jp>
3871
3872 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
3873 coding systems.
3874
af9ba8ad
AI
38752000-08-30 Andrew Innes <andrewi@gnu.org>
3876
3877 * timer.el (run-with-idle-timer): Undo last change, so that timer
3878 is not activated immediately if Emacs is already idle. Some
3879 existing code relies on this behaviour.
3880
caccd8f2
MB
38812000-08-30 Miles Bader <miles@gnu.org>
3882
3883 * frame.el (set-frame-font): Do completion of font-name for
3884 interactive use.
3885
b64c0a1c
KH
38862000-08-30 Kenichi Handa <handa@etl.go.jp>
3887
3888 * international/quail.el (quail-start-translation): Bind locally
3889 last-command-event, last-command, and this-command.
3890 (quail-start-conversion): Likewise.
75cf0095 3891 (quail-self-insert-command): Fix docstring.
b64c0a1c 3892
fd5f61d3
GM
38932000-08-29 Gerd Moellmann <gerd@gnu.org>
3894
3895 * progmodes/executable.el
3896 (executable-make-buffer-file-executable-if-script-p): Check that
3897 buffer contains at least 2 characters.
3898
5b671d04
EZ
38992000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
3900
3901 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
3902
485d9513
DL
39032000-08-29 Dave Love <fx@gnu.org>
3904
a39fb83d
DL
3905 * diff-mode.el (diff-mode) <defgroup>: Add :version.
3906 (diff-mode-shared-map): Bind mouse-2.
3907 (diff-imenu-generic-expression): New variable.
3908 (diff-mode): Use it.
3909
485d9513
DL
3910 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
3911 (mouse-popup-menubar): Add minor mode menus.
3912 (popup-menu): Check for lookup-key returning number.
3913
ba3478d9
MB
39142000-08-29 Miles Bader <miles@gnu.org>
3915
3916 * comint.el (comint-send-input): Create overlays using the proper
3917 front/read-advance arguments.
9b4a7800 3918
c3d6d211
GM
39192000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3920
3921 * ps-print.el: Even/odd pages printing. Doc fix.
3922 (ps-print-version): New version number (6.0).
3923 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
3924 (ps-background, ps-begin-file, ps-begin-job): Code fix.
3925 (ps-print-duplex-feature): Variable eliminated.
3926 (ps-even-or-odd-pages): New variable.
3927
ba087cd7 3928 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
3929 (ebnf-version): New version (3.3).
3930 (ebnf-user-arrow): Change variable customization to sexp.
3931 (ebnf-user-arrow): Function eliminated.
3932 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 3933
d313265f
KH
39342000-08-29 Kenichi Handa <handa@etl.go.jp>
3935
cba62b78 3936 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
3937 (help-make-xrefs): Handle help-xref-mule-regexp.
3938
3939 * international/mule-cmds.el (help-xref-mule-regexp-template): New
3940 variable.
3941 (describe-input-method): Temporarily activate the specfied input
3942 method to display the information.
3943 (describe-language-environment): Hyperlinks to mule related items.
3944
3945 * international/mule-diag.el (charset-multibyte-form-string): New
3946 function.
3947 (list-character-sets-1): Use charset-multibyte-form-string.
3948 (describe-character-set): New function.
3949 (describe-coding-system): Hyperlinks to safe character sets.
3950
3951 * international/quail.el (quail-help): New arg PACKAGE.
3952 Hyperlinks to mule related items.
3953 (quail-help-insert-keymap-description): Use
3954 substitute-command-keys instead of describe-bindings.
3955 (quail-translation-help): Hyperlinks to mule related items.
3956
b4bd214e
JW
39572000-08-28 John Wiegley <johnw@gnu.org>
3958
ca7aae91
JW
3959 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
3960 have a defsubst call itself. Made `eshell-flatten-list' back into
3961 a function again.
3962
b4bd214e
JW
3963 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
3964 catch, in case re-centering point at bottom messes up the display.
3965 This happens frequently in Emacs 21, due I believe to variable
3966 line heights.
3967
3968 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
3969 to call `find-tag-interactive'.
3970
3971 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
3972 the list of remember directories.
3973
d44e146b
JW
39742000-08-28 John Wiegley <johnw@gnu.org>
3975
3976 * align.el: Test align-region-separate to see if it's a symbol.
3977
546c0888 39782000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
3979
3980 * eshell/esh-util.el (eshell-flatten-list): Made this function
3981 into a defsubst form. It gets used very frequently, although
3982 calls don't occur all that often.
3983
3984 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
3985 examining it.
3986
3987 * eshell/esh-cmd.el (eshell-rewrite-while-command):
3988 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
3989 `eshell-protect'.
3990 (eshell-copy-handles): Created a new macro for duplicating the
3991 current set of open handles. This is needed by the looping
3992 functions.
3993 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
3994 is not incorrectly stomped on.
3995
3996 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
3997 declaration for pcomplete-use-paring.
3998 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
3999 value of eshell-cmpl-use-paring.
4000 * pcomplete.el (pcomplete-use-paring): New config variable, to
4001 indicate whether paring should be used.
4002 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4003 completion alternatives that have already been used.
4004
4005 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4006 bound to C-c C-y, which will repeat the previous N arguments
4007 (based on prefix argument).
4008 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4009
4010 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4011 if there is no *Help* buffer. This is for XEmacs, which renames
4012 its help buffers uniquely. TODO: Find out what the current buffer
4013 name to delete is.
4014
4015 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4016 first entry that correlates to a passwd/group number. Later
4017 entries (used for group/user name aliasing to multiple IDs) are
4018 ignored.
4019
9b4a7800
TTN
4020 * eshell/em-xtra.el (eshell/expr):
4021 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4022 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
4023 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4024 argument list, before passing it to the system command.
4025
4026 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4027 `find-tag' for use at final position in Eshell buffers (which
4028 otherwise triggers an error on Emacs 21).
4029 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4030 buffer, if it is currently bound to `find-tag'.
4031
4032 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4033 in the list of matched Makefile names.
4034 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4035 directory, prefer its contents to Makefile.
4036
4037 * eshell/em-dirs.el (eshell/cd): cd commands that look up
4038 directory parts (like "cd old new", or "cd =regexp"), are now case
4039 sensitive on non-Windows/DOS platforms.
4040
4041 * eshell/esh-mode.el (eshell-parse-command-input): When a user
4042 types RET after an open delimiter (like "), display a message
4043 indicating that Eshell is waiting for the closing delimiter.
4044
4045 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4046 environment variables.
4047
4048 * eshell/em-unix.el (eshell/diff): Added logic to fail more
4049 gracefully if the user enters incorrect arguments.
4050
4051 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4052 Eshell buffers.
4053
9b4a7800
TTN
4054 * eshell/esh-var.el (eshell-interpolate-variable):
4055 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
4056 * eshell/em-unix.el (eshell-du-sum-directory):
4057 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4058 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4059 (not (= ...)).
4060
4061 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4062 to ensure the `preserve' flag gets propagated when doing recursive
4063 directory copies.
4064
546c0888 40652000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
4066
4067 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
4068 Don't convert \n into \0177 in memory.
4069 (eshell-read-history, eshell-write-history): Convert \n to \0177,
4070 and back again, when reading and writing.
9b4a7800 4071
546c0888 40722000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
4073
4074 * eshell/esh-util.el (eshell-processp): Added to relieve constant
4075 testing of `fboundp' on `processp'.
4076
4077 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
4078 (eshell/jobs): Don't call process-list if it is not bound.
4079 (eshell-gather-process-output): Support systems where async
4080 subprocesses aren't supported.
4081 (eshell-scratch-buffer, eshell-last-sync-output-start): New
4082 variables.
4083
4084 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
4085 eshell-do-eval returns t.
4086 (eshell-do-pipelines-synchronously): New defmacro.
4087 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
4088 when async subprocesses aren't supported.
4089 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
4090 if async subprocesses aren't supported.
4091 (eshell-resume-command): Don't assume STATUS is a string.
4092
4093 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
4094
4095 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
4096 (eshell-close-target, eshell-get-target): Use eshell-processp.
4097 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
4098 fix.
4099 (eshell-get-target, eshell-create-handles): Doc fix.
4100
546c0888 41012000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 4102
546c0888 4103 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
4104 criterion to include commands that output something, as long as it
4105 leaves both the command and the end-of-buffer visible when the
4106 command has exited.
4107 (eshell-review-quick-commands): Adjust the help doc string
4108 accordingly.
4109
2a371c3b
PB
41102000-08-28 Peter Breton <pbreton@ne.mediaone.net>
4111
8348e1f9 4112 * locate.el (locate): Cleaned up locate command's interactive prompting
d313265f 4113 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 4114
9b4a7800 4115 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
4116 (file-cache-assoc-function): New variable
4117 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4118 Use file-cache-case-fold-search variable
4119 (file-cache-add-file): Use file-cache-assoc-function
4120 (file-cache-delete-file): likewise
4121 (file-cache-directory-name): likewise
4122 (file-cache-debug-read-from-minibuffer): likewise
4123
95931eb1
GM
41242000-08-28 Gerd Moellmann <gerd@gnu.org>
4125
4126 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
4127 (abbrev-table-name): New function.
4128 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
4129 If non-nil list local abbrev, only.
4130
bb17930d
GM
41312000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
4132
546c0888
EZ
4133 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4134 from Gnus support code, and use special article copy buffer
bb17930d
GM
4135 `(gnus-original-article-buffer)' instead. This allows to get rid
4136 of article-hide-headers usage (which breaks in the latest Gnus
4137 version). Thanks to Detlev Zundel.
4138
41a68aef
KH
41392000-08-28 Kenichi Handa <handa@etl.go.jp>
4140
4141 * international/quail.el (quail-use-package): Hide "... loaded"
4142 message.
4143 (quail-start-translation, quail-start-conversion): Likewise.
4144
4145 * international/kkc.el (kkc-region): Hide "... loaded" message.
4146
28bb2cef
DL
41472000-08-27 Dave Love <fx@gnu.org>
4148
4149 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4150
11a1118d
MB
41512000-08-27 Miles Bader <miles@gnu.org>
4152
4153 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4154
0f85d477
KH
41552000-08-27 Kenichi Handa <handa@etl.go.jp>
4156
4157 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4158 'ja-dic-cnv), not (require 'skkdic-cnv).
4159
2d73e8d3
MB
41602000-08-26 Miles Bader <miles@gnu.org>
4161
a0e5a5a4
MB
4162 * faces.el (face-x-resources): Add entry for :inherit.
4163 * cus-face.el (custom-face-attributes): Add support for :inherit
4164 attribute. Add support for relative face heights.
4165 (custom-face-attributes-get): Treat `nil' as being a default value
4166 for :inherit (as well as `unspecified').
4167
19feb949
MB
4168 * faces.el (set-face-attribute): Update doc string.
4169 (face-attribute-name-alist): Add :inherit.
4170 (face-valid-attribute-values): Handle :inherit.
4171 (face-read-string): Rephrase prompt to be less confusing.
4172 Assume that DEFAULT is a string, since we must return a string.
4173 (face-read-integer): Use `format' to turn DEFAULT into an
4174 acceptable default for face-read-string. Match NEW-VALUE against
4175 the string "unspecified", not the symbol `unspecified', since
4176 that's what face-read-string returns.
4177 (read-face-attribute): Lookup a name for old-value in valid, and
4178 use it as a default if we find one. Treat all values from
4179 face-read-string as strings. If the default is used, don't do any
4180 more processing on the value, just use the old value directly.
4181 (read-face-and-attribute, modify-face): Tweak prompt.
4182 (read-face-name): Don't assume prompt ends with a space.
4183
2d73e8d3
MB
4184 * faces.el (describe-face): Add support for :inherit attribute.
4185
a1a2e38f
KH
41862000-08-25 Kenichi Handa <handa@etl.go.jp>
4187
e84fa7c5
KH
4188 * terminal.el (terminal-emulator): Fix args to `concat'. Now
4189 concat doesn't accept interger.
4190
a1a2e38f
KH
4191 * international/kkc.el: Remove SKK from Keywords. Require
4192 ja-dic-utl instead of skkdic-utl.
4193
4194 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4195 Provide ja-dic-cnv instead of skkdic-cnv.
4196 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
4197 (iso-2022-7bit-short): Add safe-charsets property.
4198 (skkdic-convert-postfix): Search Japanese chou-on character in
4199 addition to Hiragana character.
4200 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4201 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4202 (batch-skkdic-convert): Likewise.
4203
4204 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4205 Provide ja-dic-utl instead of skkdic-utl.
4206 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4207
f6499c03
DL
42082000-08-24 Dave Love <fx@gnu.org>
4209
1c2c3f16
DL
4210 * disp-table.el (standard-display-default): Make the test of `l'
4211 useful.
4212
f6499c03
DL
4213 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4214 mod sample text.
4215
4216 * international/iso-ascii.el: Make pilcrow convenient string
4217 consistent with section.
4218 (iso-ascii-display): Set up multibyte characters as well as
4219 unibyte.
4220
c543db81
KH
42212000-08-24 Kenichi Handa <handa@etl.go.jp>
4222
4223 * international/mule-cmds.el (reset-language-environment): Set
4224 default-process-coding-system to '(undecided . iso-latin-1), which
4225 makes process I/O almost consistent with file I/O. Call this
4226 function when mule-cmds.el[c] is loaded.
4227
746d9caf
AI
42282000-08-22 Andrew Innes <andrewi@gnu.org>
4229
4230 * makefile.w32-in: New file.
4231
5484005d
MB
42322000-08-22 Miles Bader <miles@lsi.nec.co.jp>
4233
4234 * comint.el (comint-output-filter): Compare end of
4235 comint-last-output-overlay with the start of the newly inserted
4236 text, not the end, when deciding whether to extend it.
9b4a7800 4237 Set saved-point's insertion type to advance after insertion.
5484005d
MB
4238
4239 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4240 since this is now done independently of font-lock mode.
4241
7a912f63
GM
42422000-08-21 Gerd Moellmann <gerd@gnu.org>
4243
4244 * server.el (server-kill-new-buffers): New user option.
4245 (server-existing-buffer): New buffer-local variable.
4246 (server-visit-files): When using an existing buffer, set
4247 server-existing-buffer to t.
4248 (server-buffer-done): If server-kill-new-buffers is t, kill the
4249 buffer, unless it was already present before visiting it with
4250 Emacs server.
9b4a7800 4251
240301df
EZ
42522000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
4253
4254 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4255 even if the display doesn't support colors: some displays will
4256 support bold/underline faces.
4257
cbcef616
GM
42582000-08-21 Gerd Moellmann <gerd@gnu.org>
4259
6917e6bb
GM
4260 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4261
cbcef616
GM
4262 * startup.el (command-line): If user's init file had an error,
4263 add explanatory text to *Messages*.
4264
6922b018
KH
42652000-08-21 Kenichi Handa <handa@etl.go.jp>
4266
4267 * man.el (Man-getpage-in-background): Decode the process output by
4268 the system locale coding system.
4269
e50c4203
DL
42702000-08-20 Dave Love <fx@gnu.org>
4271
96ab6351
DL
4272 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4273 Don't test x-popup-menu.
4274 (function) <complete-function>: Complete only fbound symbols.
4275 <validate, value>: New.
4276 (variable) <complete-function>: Complete only bound symbols.
4277 (coding-system): Add :base-only, :complete-function, :validate,
4278 :value, :prompt-match.
4279 (widget-coding-system-prompt-value): Use read-coding-system and
4280 act on :base-only.
4281 (editable-field): Add :help-echo.
4282 (widget-push-button-gui, widget-push-button-cache)
4283 (widget-gui-action, widget-editable-list-gui): COmment out, along
4284 with uses.
4285 (widget-at): Make arg optional.
4286 (widget-echo-help): Adjust for current help-echo calling sequence.
4287 (widget-specify-field, widget-specify-button)
4288 (widget-specify-insert, widget-get-sibling, widget-image-find)
4289 (widget-convert, widget-insert, widget-leave-text)
4290 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4291 (widget-setup, widget-field-find, widget-before-change)
4292 (widget-after-change, widget-default-complete)
4293 (widget-default-create, widget-default-delete)
4294 (widget-push-button-value-create, editable-field)
4295 (widget-field-prompt-value, widget-field-validate)
4296 (widget-choice-value-create, widget-choice-action)
4297 (widget-choice-validate, widget-checklist-add-item)
4298 (widget-radio-add-item, widget-radio-chosen)
4299 (widget-radio-value-inline, widget-editable-list-value-create)
4300 (widget-editable-list-entry-create)
4301 (widget-documentation-link-add)
4302 (widget-documentation-string-value-create)
4303 (widget-regexp-validate, widget-file-complete)
4304 (widget-sexp-validate, widget-plist-convert-widget)
4305 (widget-plist-convert-widget, widget-alist-convert-widget)
4306 (widget-alist-convert-widget, widget-color-complete): Simplify,
4307 particularly to avoid bindings which aren't optimized out.
4308
e50c4203
DL
4309 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4310 Doc fix.
4311 (down-list, backward-up-list, up-list, kill-sexp)
4312 (backward-kill-sexp, mark-sexp): Make arg optional.
4313 (lisp-complete-symbol): Add optional arg PREDICATE.
4314
4315 * cus-start.el: Add display-buffer-reuse-frames,
4316 file-coding-system-alist.
4317
511bd4eb
GM
43182000-08-20 Gerd Moellmann <gerd@gnu.org>
4319
4320 * startup.el (command-line): Clear realized faces after
4321 modifying TTY color mappings.
4322
a9de7d29
MB
43232000-08-20 Miles Bader <miles@gnu.org>
4324
4325 * faces.el (face-attr-match-p): Don't return true if ATTRS are
4326 merely a subset of FACE's attributes.
4327
8a8023d9
MB
43282000-08-19 Miles Bader <miles@gnu.org>
4329
4330 * comint.el (comint-output-filter): Save the point with a marker,
4331 not just a buffer position.
4332
4333 * international/mule.el (set-buffer-process-coding-system): Make
4334 interactive prompt less confusing.
4335
1433385f
GM
43362000-08-19 Gerd Moellmann <gerd@gnu.org>
4337
4338 * hilit-chg.el: General cleanup of doc strings, comments and
4339 code formatting.
4340
136b4eda
MB
43412000-08-19 Miles Bader <miles@gnu.org>
4342
4343 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4344 Compiler macro removed; beginning-of-line is no longer always
4345 equivalent to forward-line, in the presence of fields.
4346
4347 * comint.el (comint-output-filter): Remove ad-hoc saving of
4348 restriction, and just use save-restriction, now that it works
4349 correctly. Don't adjust comint-last-input-start to account for
4350 our insertion; it shouldn't have moved because we don't use
4351 insert-before-markers anymore. Comment out call to
4352 `force-mode-line-update'; why is it here?
4353
4354 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4355 while checking for prompt to delete. Use `forward-line 0'
4356 instead of beginning-of-line.
4357 (gud-filter): Temporarily widen gud comint buffer while
4358 examining output.
4359
cdd0f857
SM
43602000-08-18 Stefan Monnier <monnier@cs.yale.edu>
4361
ebf96bfa
SM
4362 * progmodes/sh-script.el: Big bag of typos.
4363
cdd0f857
SM
4364 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4365 check since ispell-process is not bound when ispell is not yet loaded.
4366
9bb7a286
DL
43672000-08-18 Dave Love <fx@gnu.org>
4368
4369 * image.el (find-image): Copy `spec' before using plist-put.
4370
74ec6045
GM
43712000-08-18 Gerd Moellmann <gerd@gnu.org>
4372
4373 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4374 `portugues'.
4375
4376 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4377 backward-kill-sexp, analogous to kill-sexp.
4378
4379 * progmodes/icon.el (icon-indent-line)
4380 (icon-is-continuation-line): Handle comments specially.
4381
43822000-08-17 Ken Stevens <k.stevens@ieee.org>
4383
4384 * ispell.el: Set to standard author/maintainer/keyword fields.
4385 Fine tuning to menu map appearance and operation, and added help.
4386 Remove `start' and `end' error messages when compiling.
4387 (ispell-choices-win-default-height): Fixed comment string.
4388 (ispell-dictionary-alist-1): Fixed regexp in castellano and
4389 castellano8 dictionaries.
4390 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4391 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4392 dictionary, added italiano dictionary.
4393 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4394 word character
4395 (ispell-tex-skip-alists): Added psfig support.
4396 (ispell-skip-html): Renamed from ispell-skip-sgml.
4397 (ispell-begin-skip-region-regexp, ispell-skip-region)
4398 (ispell-minor-check): Improved html skipping support to skip across
4399 code, and recognize `&' commands without propper `;' syntax;
4400 (ispell-process-line): Fix alignment error when manually
4401 correcting spelling.
4402 (ispell): Fix comment string.
4403 (ispell-add-per-file-word-list): Always put word list on new line.
4404
3787e12e
GM
44052000-08-17 Gerd Moellmann <gerd@gnu.org>
4406
a7b28523
GM
4407 * format.el (format-encode-run-method): Fix error message to say
4408 `encode' instead of `decode'. Use save-window-excursion around
4409 shell-command-on-region as in format-decode-run-method because
4410 shell-command-on-region can display a buffer with error output.
4411 (format-decode): Don't record undo information for the decoding.
4412 (format-annotate-function): Add parameter FORMAT-COUNT. Make
4413 that number part of the temporary buffer name so that more than
4414 one decoding using a temporary buffer can happen safely.
4415
4416 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4417 of `A-z' in the regexp.
4418
4419 * hilit-chg.el: Fix typos in commentary.
4420
3787e12e
GM
4421 * help.el (view-emacs-news): Rewritten for new naming scheme
4422 for old NEWS files.
4423
4424 * startup.el (command-line): Pop to *Messages* in case an error
4425 is signaled while loading user-init-file.
4426
d2473540
AS
44272000-08-17 Andreas Schwab <schwab@suse.de>
4428
4429 * files.el (insert-directory): Don't lose original file name,
4430 undoing an undocumented change.
4431
c0bbaf57
GM
44322000-08-17 Alex Schroeder <alex@gnu.org>
4433
4434 * sql.el (sql-magic-go): Use comint-bol.
4435 (sql-copy-column): Use comint-line-beginning-position.
4436 (comint-line-beginning-position): Define a replacement for
4437 comint-line-beginning-position if it is not fboundp.
4438
44392000-08-17 Alex Schroeder <alex@gnu.org>
4440
4441 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4442 it didn't have any effect anyway.
4443
44442000-08-17 Alex Schroeder <alex@gnu.org>
4445
4446 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4447 --pset and pager=off instead of sending \\o|cat at the beginning
4448 of the session.
4449
9d245da5
MB
44502000-08-17 Miles Bader <miles@gnu.org>
4451
4452 * progmodes/octave-inf.el: Add compatibility definition of
4453 comint-line-beginning-position.
4454
abfdbd2e
KH
44552000-08-17 Kenichi Handa <handa@etl.go.jp>
4456
4457 * startup.el (normal-top-level): Look in each dir in load-path for
4458 a leim-list.el file too. This assures of loading leim-list.el
4459 that is created at Emacs installation time even if a user have his
4460 own leim-list.el.
4461
a0b8c939
MB
44622000-08-17 Miles Bader <miles@gnu.org>
4463
4464 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4465 foreground color to black if the background is dark.
4466
7382bcae
SM
44672000-08-16 Stefan Monnier <monnier@cs.yale.edu>
4468
4469 * loadhist.el (unload-feature): Typo.
4470
9b4a7800 4471 * finder.el (finder-compile-keywords):
7382bcae
SM
4472 * cus-dep.el (custom-make-dependencies): Add local-variable settings
4473 to the generated file.
4474
4475 * mail/mh-e.el (mh-make-local-vars):
4476 Replace make-variable-buffer-local with make-local-variable.
4477
cdd0f857 4478 * play/landmark.el:
7382bcae 4479 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
4480 * mail/mailabbrev.el (mail-abbrevs-mode):
4481 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
4482 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4483
4484 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4485
4486 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4487 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4488 Allow going past the last element.
9b4a7800 4489 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
4490 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4491 (cvs-mouse-toggle-mark): Don't move point.
4492 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4493
4494 * progmodes/compile.el (grep): Provide a default set of files.
4495 (next-error): Docstring fix.
4496 (compilation-find-file): Avoid find-file (fails in a dedicated window).
4497
4498 * emacs-lisp/easy-mmode.el (define-minor-mode):
4499 Use `symbol-value' to keep the byte-compiler quiet.
4500
4501 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4502 (diff-find-source-location): New fun, extracted from diff-goto-source.
4503 (diff-goto-source): Use it.
4504 (diff-next-complex-hunk, diff-filter-lines): New function.
4505 (diff-apply-hunk): New command.
4506
4507 * smerge-mode.el (smerge-mode-menu): Doc fix.
4508
4509 * msb.el (msb-mode): Define it in terms of define-minor-mode.
4510
4f00b8c1
DL
45112000-08-16 Dave Love <fx@gnu.org>
4512
2b5198bb
DL
4513 * windmove.el (windmove) <defgroup>: Add :version.
4514
4515 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
4516 (goto-address-fontify-p, goto-address-highlight-p)
4517 (goto-address-url-face, goto-address-url-mouse-face)
4518 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4519 (goto-address-url-regexp): Use thing-at-point-url-regexp.
4520 (goto-address-fontify, goto-address-at-mouse): Simplify,
4521 (goto-address-at-point): browse-url-url-at-point,
4522 goto-address-find-address-at-point can return nil.
4523 (goto-address-find-address-at-point): Return nil on failure.
4524
4525 * align.el (align) <defgroup>: Add :version.
4526
4527 * calculator.el (calculator): Add :version.
4528 (calculator): Use two lines for calculator window if `modeline'
4529 face is boxed.
4530
4f00b8c1
DL
4531 * play/5x5.el: Doc fixes.
4532 (5x5) <defgroup>: Add :version.
4533
4534 * play/fortune.el (fortune) <defgroup>: Add :version.
4535 (fortune-append): Fix error message.
4536 (fortune-from-region): Doc fix.
4537
4538 * play/pong.el (pong): Doc fix.
4539
4540 * play/morse.el: Keywords, commentary, autoloads.
4541
69db7ee7
EZ
45422000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4543
4544 * desktop.el (desktop-save): Don't look at symbol-value of a
4545 member of minor-mode-alist, unless it is boundp.
4546
10e1dad9
SS
45472000-08-16 Sam Steingold <sds@gnu.org>
4548
a0b8c939 4549 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
4550 `while'; use `with-current-buffer' instead of `save-excursion'.
4551 Removed unnecessary kludges now that "*Buffer List*" is excluded.
4552
9d7bcb2e
KH
45532000-08-16 Kenichi Handa <handa@etl.go.jp>
4554
4555 * international/ccl.el (declare-ccl-program): Docstring modified.
4556 (ccl-execute-with-args): Likewise.
4557
04231ab8
MB
45582000-08-16 Miles Bader <miles@gnu.org>
4559
9d245da5 4560 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
4561 comint-line-beginning-position.
4562
f68446ef
GM
45632000-08-15 Gerd Moellmann <gerd@gnu.org>
4564
dc28878c
GM
4565 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4566 'buffer-menu' property.
4567 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4568 fails.
4569 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4570 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4571 wasn't killed.
10e1dad9 4572
58ed0d3b
GM
4573 * buff-menu.el (list-buffers-noselect): Don't display the
4574 *Buffer List* buffer.
4575
32dc52f7
GM
4576 * font-lock.el: Require jit-lock to prevent a very late
4577 `Loading jit-lock' message.
4578
f68446ef 4579 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 4580 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
4581 mail address.
4582
90ac90a2
MB
45832000-08-15 Miles Bader <miles@gnu.org>
4584
4585 * textmodes/ispell.el (ispell-graphic-p): New constant.
4586 (ispell-choices-win-default-height, ispell-help): Use
4587 `ispell-graphic-p' instead of `xemacsp'.
4588
b0a0e263
DL
45892000-08-15 Dave Love <fx@gnu.org>
4590
c1e757e3
DL
4591 * simple.el: Autoload widget-convert when compiling.
4592 (mail-user-agent): Doc fix.
4593
4594 * help.el (function-called-at-point, variable-at-point): Use
4595 with-syntax-table.
4596 (help-manyarg-func-alist): Add insert-and-inherit.
4597
4598 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4599
4600 * delsel.el (delsel-unload-hook): New function.
4601
4602 * find-file.el: Doc fixes. Move provide to end.
4603 (ff) <defgroup>: Add :link.
4604 (ff-goto-click): Deleted.
4605 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4606 Use mouse-set-point.
4607
4608 * textmodes/tildify.el: Doc fixes.
4609 (tildify) <defgroup>: Add:version.
4610
4611 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4612 (glasses-custom-set): Use set-default, not set.
4613 (minor-mode-alist): Propertize the lighter.
4614 (glasses-mode): Provide optional arg.
4615
5f847612
DL
4616 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4617 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
4618 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4619 option. Provide :type.
4620 (cwarn-configuration): Provide :type.
4621 (cwarn-mode): Doc fix.
4622
4623 * add-log.el (change-log-merge): Doc fix.
4624 (change-log-redate): New command.
4625
b0a0e263
DL
4626 * net/browse-url.el (browse-url-filename-alist): Add a clause for
4627 Doze and Dog.
4628 (browse-url): Use dolist, not mapcar.
4629 (browse-url-at-point): Check for null url.
4630 (browse-url-event-buffer, browse-url-event-point): Functions
4631 deleted.
4632 (browse-url-at-mouse, browse-url-netscape): Simplify.
4633
4634 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
4635 modes.
4636 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
4637 Fix previous change to mapcan.
4638 (msb--init-file-alist, msb--add-separators)
4639 (msb--make-keymap-menu): Simplify.
4640 (msb--choose-file-menu): Use copy-sequence.
4641 (msb-mode-map): Add title to keymap.
4642 (msb-unload-hook): New function.
4643
4644 * bs.el: Fix indentation.
4645 (bs) <defgroup>: Add :links.
2b5198bb
DL
4646 (bs-show): Doc fix.
4647 (bs-apply-sort-faces): Don't use window-system.
4648 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 4649
70f1b78e
EZ
46502000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
4651
4652 * calendar/timeclock.el (timeclock-file): Run .timelog through
4653 convert-standard-filename.
4654
956777b3
GM
46552000-08-14 Gerd Moellmann <gerd@gnu.org>
4656
3215096c
GM
4657 * emacs-lisp/authors.el: New file.
4658
956777b3
GM
4659 * paren.el (show-paren-priority): New user option.
4660 (show-paren-function): Set overlay priorities to
4661 show-paren-priority.
10e1dad9 4662
0cde1424
MB
46632000-08-14 Miles Bader <miles@gnu.org>
4664
4665 * comint.el (comint-bol): Use `forward-line 0' instead of calling
4666 beginning-of-line with inhibit-field-text-motion bound.
4667
90cbf47e
GM
46682000-08-14 Gerd Moellmann <gerd@gnu.org>
4669
4670 * calendar/timeclock.el: New file.
4671
46722000-08-14 David Ponce <david@dponce.com>
4673
4674 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
4675 `widget-button-click'. so that one can use left mouse button to
4676 click on dialog buttons.
4677
46782000-08-14 Emmanuel Briot <briot@gnat.com>
4679
4680 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 4681 identifiers, since XML is case sensitive
10e1dad9 4682
79e8dca7 46832000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 4684
660394d1
MB
4685 * comint.el (comint-output-filter): Don't bother frobbing
4686 window-start, it doesn't seem to be necessary.
79e8dca7
MB
4687
4688 * comint.el (comint-send-string, comint-send-region): Make into
4689 real functions. Snapshot the prompt before sending.
4690
218c2cc7
EZ
46912000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
4692
4693 * info.el (Info-find-emacs-command-nodes): Rewrite to use
4694 technique similar to Info-index, instead of relying on specific
4695 names of relevant Index nodes.
4696 (Info-goto-emacs-command-node): Bind Info-history to nil when
4697 going to the first node found by Info-find-emacs-command-nodes.
4698
51e066d2 46992000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
4700
4701 * menu-bar.el (menu-bar-help-menu): Add a :help string.
4702
867102f2
MB
47032000-08-10 Miles Bader <miles@gnu.org>
4704
4705 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
4706
af718538
EZ
47072000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4708
4709 * info.el (Info-file-list-for-emacs): More elements for the
4710 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
4711 and woman manuals.
4712
c51bacd6
MB
47132000-08-10 Miles Bader <miles@lsi.nec.co.jp>
4714
4715 * comint.el (comint-send-input): Make the newline boundary overlay
4716 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
4717 (comint-output-filter): Use `insert' instead of
4718 `insert-before-markers'. Extend comint-last-output-overlay when
4719 necessary since we can't rely on insert-before-markers to do it.
4720 * gud.el (gud-filter): Use `with-current-buffer' instead of
4721 save-excursion when inserting the output, so that point gets
4722 updated correctly; the old method relied on a rather dodgy
4723 side-effect of comint-output-filter to avoid the effect of
4724 save-excursion.
4725
98532b12
EZ
47262000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4727
4728 * files.el (recover-file): Call insert-directory instead of
4729 invoking `ls' directly.
4730
3db4b719
MB
47312000-08-10 Miles Bader <miles@gnu.org>
4732
4733 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
4734 (comint-last-prompt-overlay): New variables.
4735 (comint-output-filter): Implement prompt highlighting.
4736 (comint-snapshot-last-prompt): New function.
4737 (comint-send-input): Snapshot the last prompt.
4738 Use comint-highlight-input-face.
4739 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
4740 Use defface instead of defcustom.
4741 (send-invisible, comint-send-eof): Snapshot the last prompt.
4742 (comint-delchar-or-maybe-eof): Use comint-send-eof.
4743 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
4744
96190aa1
SM
47452000-08-09 Stefan Monnier <monnier@cs.yale.edu>
4746
5cda4b07
SM
4747 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
4748 (regexp-opt-group): Use a list of chars for `letters'.
4749 (regexp-opt-charset): `chars' is now a list of chars.
4750 Use a char-table rather than a vector so it works for multibyte chars.
4751
96190aa1
SM
4752 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
4753 Set cvs-minor-current-files to the selected fileinfo.
4754 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
4755 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
4756
7d093d56
EZ
47572000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
4758
4759 * files.el (insert-directory): Don't call access-file on
4760 directories on DOS and Windows.
4761
b24c5811
KH
47622000-08-09 Kenichi Handa <handa@etl.go.jp>
4763
4764 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
4765 longer if necessary.
4766 (ccl-embed-code): Call ccl-embed-data to store CODE in
4767 ccl-program-vector.
4768
0a6fd67e
MB
47692000-08-09 Miles Bader <miles@gnu.org>
4770
4771 * comint.el (comint-output-filter): Properly handle the case where
4772 the text surrounded by comint-last-output-overlay was deleted.
4773
9f6d1a6c
GM
47742000-08-08 Gerd Moellmann <gerd@gnu.org>
4775
25ad1371
GM
4776 * info.el (Info-insert-dir): Use Info-additional-directory-list if
4777 non-nil.
4778 (Info-file-list-for-emacs): Remove "info" from the list because
4779 that leads to trying to use the documentation from file `info'
4780 in various situations where it isn't appropriate, for instance
4781 C-h C-k C-h i.
4782
4783 * ffap.el (ffap-read-file-or-url-internal): Handle case that
4784 DIR and/or STRING are nil.
4785
4786 * progmodes/compile.el (compilation-setup): Make variable
4787 compilation-error-screen-columns buffer-local, as some comment
4788 in the code suggests it should be.
4789
4790 * files.el (auto-mode-interpreter-regexp): New variable.
4791 (set-auto-mode): Use it.
4792
4793 * indent.el (indent-for-tab-command): Doc fix.
4794
4795 * mouse-sel.el (mouse-sel-mode): Doc fix.
4796
9f6d1a6c
GM
4797 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
4798 labels.
4799
4800 * help.el (print-help-return-message): When
4801 display-buffer-reuse-frames is set, let the help window been quit,
4802 instead of deleting it, which might delete a reused frame.
4803
3d819a75
EZ
48042000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4805
4806 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
4807 rename a directory to a name that differs only by its letter case.
4808
c5a52529
KH
48092000-08-08 Kenichi Handa <handa@etl.go.jp>
4810
4811 * international/quail.el (quail-define-rules): Handle Quail decode
4812 map correctly. Add code for supporting annotations.
4813 (quail-install-decode-map): New function.
4814 (quail-defrule-internal): New optional arguments decode-map and
4815 props.
4816 (quail-advice): New function.
4817
5e9e032a
SS
48182000-08-07 Sam Steingold <sds@gnu.org>
4819
4820 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
4821 `defconst', `define-condition', `with-slots'.
4822 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
4823
46645f4b
MB
48242000-08-03 Miles Bader <miles@gnu.org>
4825
4826 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4827 New variable.
4828 (comint-prompt-regexp, comint-get-old-input): Document dependence on
4829 comint-use-prompt-regexp-instead-of-fields.
4830 (comint-send-input): Add `input' field property to stuff we send to
4831 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
4832 (comint-output-filter): Add `output' field property to process
4833 output, if comint-use-prompt-regexp-instead-of-fields is nil.
4834 (comint-replace-by-expanded-history)
4835 (comint-get-old-input-default, comint-show-output)
4836 (comint-backward-matching-input, comint-forward-matching-input)
4837 (comint-next-prompt, comint-previous-prompt): Use field
4838 properties if comint-use-prompt-regexp-instead-of-fields is nil.
4839 (comint-line-beginning-position): New function.
4840 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
4841 (comint-replace-by-expanded-history-before-point): Use
4842 comint-line-beginning-position and line-end-position.
4843 (comint-last-output-overlay): New variable.
4844 (comint-mode): Make `comint-last-output-overlay' buffer-local.
4845
4846 * shell.el (shell-prompt-pattern): Doc change.
4847 (shell-backward-command): Use line-beginning-position.
4848
4849 * gud.el (gud-gdb-complete-command): Use
4850 comint-line-beginning-position.
4851
4852 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
4853 comint-bol doesn't actually go to the beginning of the line.
4854
4855 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
4856 if comint-use-prompt-regexp-instead-of-fields is non-nil.
4857 (try-expand-line-all-buffers): Likewise.
4858
4859 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
4860 explicitly matching comint-prompt-regexp.
4861 (sql-copy-column): Use comint-line-beginning-position instead of
4862 explicitly matching comint-prompt-regexp.
4863
4864 * progmodes/octave-inf.el (inferior-octave-complete): Use
4865 comint-line-beginning-position.
4866
4867 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
4868
4869 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
4870 looking for a prompt, use `forward-line 0' instead of
4871 `beginning-of-line', to avoid getting caught by an input field.
4872
ff3d9573
GM
48732000-08-07 Gerd Moellmann <gerd@gnu.org>
4874
4875 * files.el (shell-quote-wildcard-pattern): Make sure to return
4876 PATTERN, in the Unix case.
4877
e0d8827b
EZ
48782000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
4879
4880 * play/zone.el (zone): Discard any pending input before running
4881 the randomly-chosen pgm.
4882
24d55b8f
KH
48832000-08-07 Kenichi Handa <handa@etl.go.jp>
4884
4885 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
4886 checking the existence of any multibyte characters.
4887
3d05e1ee
GM
48882000-08-06 Gerd Moellmann <gerd@gnu.org>
4889
6c4a4368
GM
4890 * help.el (describe-mode): Test minor-mode symbol for being
4891 bound before testing its value for being nil.
4892
3d05e1ee
GM
4893 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
4894 `first', `second', and `third'.
4895
4896 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
4897 (second): Make it an alias for `cadr'.
4898
6968a481
EZ
48992000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
4900
4901 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
4902 types of display support faces now.
4903
e49aa397
GM
49042000-08-05 Gerd Moellmann <gerd@gnu.org>
4905
4906 * pcvs.el (require): Require `cl' during compilation, only.
4907
4908 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
4909 (toplevel): Remove `remq' and `remove' from autoloads.
4910 (cl-fake-autoloads): New variable. If set, arrange for an error
4911 when CL functions etc. are autoloaded.
4912
588aca27
EZ
49132000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
4914
2e78d4ab
EZ
4915 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
4916
85628348
EZ
4917 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
4918 popped up, but the user clicks outside the menu, return an empty
4919 regexp (that causes unhighlight-regexp to have no effect).
4920
74f0e552
EZ
4921 * menu-bar.el (menu-bar-games-menu): Add Zone.
4922
588aca27
EZ
4923 * hi-lock.el (toplevel): Require font-lock.
4924
f4988be7
GM
49252000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4926
ba087cd7 4927 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
4928 (ebnf-8-bit-chars): New var for bug fix.
4929 (ebnf-string): Bug fix.
4930
027b73ac
SS
49312000-08-03 Sam Steingold <sds@gnu.org>
4932
4933 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
4934 instead of `buffer-string'.
4935 (require 'cl): Always, not just when compiling.
4936 `ignore-errors' in `interactive', `list*', `defun*' &c make this
4937 necessary.
4938
2f1fa038
EZ
49392000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
4940
4941 * international/mule-cmds.el (select-safe-coding-system): Make
4942 the message text about selecting a safe coding system more clear.
4943
ead53494
GM
49442000-08-02 Gerd Moellmann <gerd@gnu.org>
4945
abb2db1c
GM
4946 * hi-lock.el: New file.
4947
4948 * play/zone.el: New file.
4949
ead53494
GM
4950 * replace.el (occur): Set tab-width in the *Occur* buffer to the
4951 value of tab-width in the original buffer. Choose a line number
4952 format that's a multiple of the original buffer's tab width, so
4953 that lines appear right.
4954
4955 * textmodes/ispell.el (ispell): New function, replacing an alias.
4956 Spell-check active region if in transient-mark-mode and mark
4957 is active; otherwise spell-check buffer.
4958
49592000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4960
4961 * ps-mule.el: Fix a customization problem on
4962 ps-mule-font-info-database-default.
4963
f4a2b0a4
EZ
49642000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
4965
4966 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
4967 display-mouse-p instead of window-system.
4968 (ebrowse-member-mode-map): Ditto.
4969
b685181e
GM
49702000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4971
ba087cd7
EZ
4972 * progmodes/ebnf2ps.el: Update ps-print functions call.
4973 Indentation fix. Doc fix.
b685181e
GM
4974 (ebnf-version): New version number (3.2).
4975 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 4976
3b5fab87
EZ
49772000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4978
032ebb29
EZ
4979 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
4980 font lock support on window-system.
4981 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
4982
3b5fab87
EZ
4983 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
4984 display-color-p, if fboundp, instead of window-system.
4985
7e2605e7
EZ
49862000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
4987
4988 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
4989 instead of window-system.
4990
4991 * wid-edit.el (widget-choose): Use display-mouse-p instead of
4992 window-system.
4993 (widget-choice-mouse-down-action): Use display-popup-menus-p
4994 instead of window-system.
4995
4996 * strokes.el (strokes-file): Run the file name through
4997 convert-standard-filename.
4998 (strokes-mode): Call display-mouse-p instead of looking at
4999 window-system. Change the error message accordingly.
5000
5001 * progmodes/cpp.el (toplevel): Support faces on tty's.
5002
5003 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5004 (lm-plot-square, lm-init-display): Don't use window-system.
5005
5006 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5007 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5008
5009 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5010 instead of looking at window-system.
5011
26119624
GM
50122000-07-30 Gerd Moellmann <gerd@gnu.org>
5013
5014 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5015 of testing if iswitchb-prepost-hooks is bound, because the
5016 latter will always be true when invoking a recursive minibuffer
5017 from an active Iswitchb buffer.
5018
c90596f3
EZ
50192000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
5020
5021 * files.el (shell-quote-wildcard-pattern): New function.
5022 (insert-directory): Call it. Only prepend "\" to command on Unix
5023 and GNU/Linux systems.
5024
18925e78
GM
50252000-07-30 Gerd Moellmann <gerd@gnu.org>
5026
5027 * eshell/esh-groups.el: Change custom :link file names
5028 from `eshell.info' to `eshell'.
5029
50302000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
5031
5032 * dired.el (dired-build-subdir-alist): Expand subdirectory names
5033 correctly in recursive ange-ftp listings.
5034
50352000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5036
5037 * ps-print.el: Fix bug 1: if ps-font-size-internal,
5038 ps-header-font-size-internal and
5039 ps-header-title-font-size-internal variables are not set,
5040 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
5041 face text property is (foreground-color . COLOR) or
5042 `(background-color . COLOR)', ps-print crashes. Doc fix.
5043 (ps-print-version): New version number (5.2.4).
5044 (ps-plot-region): Code fix.
5045 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5046 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5047 Bug fix 2.
5048
50492000-07-30 Milan Zamazal <pdm@freesoft.cz>
5050
5051 * glasses.el (glasses-make-readable): Fix uncapitalization of
5052 identifiers like `myXMLDocument'.
5053
aeb4c63e
KF
50542000-07-28 Karl Fogel <kfogel@red-bean.com>
5055
18925e78
GM
5056 * mail/mail-hist.el (mail-hist-previous-input)
5057 (mail-hist-next-input): Do the obvious code factorization.
5058 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
5059 code of above two.
5060 If inserting a message body, leave point at top.
5061
9d453139
SS
50622000-07-28 Sam Steingold <sds@gnu.org>
5063
5064 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
5065 Use `<=', not `<' to compare times!
5066 (ange-ftp-ls): Remove.
9d453139 5067
b548072f
GM
50682000-07-27 Gerd Moellmann <gerd@gnu.org>
5069
27848c01
GM
5070 * play/cookie1.el: Add explanation of how to make cookie.el
5071 compatible with strfile(1) to comment.
5072
5073 * subr.el (remove, remq): New functions.
5074
3ab82477
GM
5075 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
5076 escape `*' in regexps.
5077 (midnight-find): Reverse order of arguments in the funcall of
5078 TEST.
5079
5080 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
5081 and `.class'.
5082
b548072f
GM
5083 * play/meese.el: Add Commentary section.
5084
27848c01
GM
50852000-07-27 Alex Schroeder <alex@gnu.org>
5086
5087 * sql.el (sql-ms): Added autoload cookie.
5088 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
5089 (sql-oracle): Ditto.
5090 (sql-help): Doc change.
5091
5092 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
5093 types and exceptions.
5094
50952000-07-27 Alex Schroeder <alex@gnu.org>
5096
5097 * sql.el (sql-placeholder-history): New variable.
5098 (sql-query-placeholders-and-send): New function that will query
5099 the user and replace placeholders with user input.
5100 (sql-oracle): If running on NT, set comint-input-sender to
5101 sql-query-placeholders-and-send.
5102
5103 (sql-stop): If in the SQLi buffer, insert stop notification, else
5104 present it as a message.
5105
51062000-07-27 Alex Schroeder <alex@gnu.org>
5107
5108 * sql.el (sql-input-ring-separator): Doc change.
5109 (sql-input-ring-file-name): Doc change.
5110 (sql-interactive-mode): Use `sql-input-ring-separator' and
5111 `sql-input-ring-file-name' to set the comint-mode equivalents
5112 without making them local variables.
5113 (sql-stop): Don't bind `sql-input-ring-separator' and
5114 `sql-input-ring-file-name' dynamically to their comint-mode
5115 equivalents.
5116
91ae8751
KH
51172000-07-27 Kenichi Handa <handa@etl.go.jp>
5118
5119 * international/mule.el (register-char-codings): New function.
5120 (make-coding-system): Handle `safe-chars' specification in the arg
5121 PROPERTY.
5122
5123 * international/mule-cmds.el
5124 (find-coding-systems-region-subset-p): This function deleted.
5125 (sort-coding-systems-predicate): New variable.
5126 (sort-coding-systems): New function.
5127 (find-coding-systems-region): Use
5128 find-coding-systems-region-internal.
5129 (find-coding-systems-string): Use find-coding-systems-region.
5130 (find-coding-systems-for-charsets): Check
5131 char-coding-system-table.
5132 (select-safe-coding-system-accept-default-p): New variable.
5133 (select-safe-coding-system): Mostly rewritten. New argument
5134 ACCEPT-DEFAULT-P.
5135 (select-message-coding-system): Call select-safe-coding-system
5136 with ACCEPT-DEFAULT-P arg.
5137 (reset-language-environment): Reset default-sendmail-coding-system
5138 to the default value iso-latin-1.
5139 (set-language-environment): Don't set the obsolete variable
5140 charset-origin-alist.
5141
5142 * international/codepage.el (cp-coding-system-for-codepage-1):
5143 Give `safe-chars' property to make-coding-system.
5144
5145 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5146 calling select-message-coding-system twice.
5147
5148 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5149 instead of `safe-charsets'.
5150 (cyrillic-alternativnyj): Likewise.
5151 (ccl-encode-alternativnyj): Don't check the charset
5152 cyrillic-iso8859-5.
5153
90cf4474
KH
51542000-07-27 Kenichi Handa <handa@etl.go.jp>
5155
5156 * composite.el (compose-chars-after): Preserve match data.
5157
a1f84f6d
SS
51582000-07-26 Sam Steingold <sds@gnu.org>
5159
5160 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5161 (ange-ftp-real-file-newer-than-file-p): New function.
5162 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5163 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5164
5165 * tooltip.el (tooltip-float-time): Removed (use `float-time').
5166 * midnight.el (midnight-float-time): Ditto.
5167
e092928e
AS
51682000-07-26 Andreas Schwab <schwab@suse.de>
5169
5170 * files.el (normal-backup-enable-predicate): Correct
5171 interpretation of the return value of compare-strings.
5172
7465ebef
GM
51732000-07-26 Gerd Moellmann <gerd@gnu.org>
5174
3353ef5a
GM
5175 * isearch.el (isearch-resume): New function.
5176 (isearch-done): Add something to command-history to resume
5177 the search.
5178 (isearch-yank-line, isearch-yank-word): Use
5179 buffer-substring-no-properties instead of buffer-substring.
5180
7465ebef
GM
5181 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5182 of flyspell-mouse-map.
5183
5184 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5185 duplicate definition.
5186 (makefile-mode): Remove duplicate setting of local-abbrev-table.
5187
5188 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5189 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5190
5044b74a
SS
51912000-07-25 Sam Steingold <sds@gnu.org>
5192
25759a92
SS
5193 * net/ange-ftp.el: Get modtime over the net.
5194 (ange-ftp-file-modtime): New function.
a95cb10a
GM
5195 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5196 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
5197 Use it.
5198 (ange-ftp-dot-to-slash): New function.
5199 (ange-ftp-fix-name-for-vms): Use it.
5200
5044b74a
SS
5201 * midnight.el (midnight-buffer-display-time): Use
5202 `with-current-buffer'.
5203
5dcfb3f4
GM
52042000-07-25 Gerd Moellmann <gerd@gnu.org>
5205
5206 * find-dired.el: Update copyright notice.
5207 (find-dired): Offer to kill a running `find'.
5208
5209 * enriched.el (enriched-face-ans): For a `foreground-color'
5210 property, return '(("x-color" COLOR))' so that COLOR will be
5211 output as a parameter of the x-color annotation. Likewise for the
5212 `background-color' property. In the case of normal face
5213 properties, don't return annotations for unspecified foreground
5214 and background face attributes.
5215
8c662166
KH
52162000-07-25 Kenichi Handa <handa@etl.go.jp>
5217
5218 * language/japan-util.el (japanese-katakana-region): Fix handling
5219 HANKAKU argument.
5220
c28da489
MB
52212000-07-25 Miles Bader <miles@gnu.org>
5222
5223 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5224 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
5225 constrain-to-field.
5226
ad349719
AI
52272000-07-24 Andrew Innes <andrewi@gnu.org>
5228
5229 * timer.el (timer-activate-when-idle): Add optional parameter
5230 DONT-WAIT. Update docstring.
5231 (run-with-idle-timer): Specify extra parameter to
5232 timer-activate-when-idle, so that timer will be activated
5233 immediately if Emacs is already idle.
5234
5235 * w32-fns.el (w32-using-nt): Fix docstring.
5236
c95162f5
DL
52372000-07-24 Dave Love <fx@gnu.org>
5238
5239 * mouse.el (popup-menu): Set last-command-event.
5240 (mouse-major-mode-menu-prefix): Declare.
5241
e3c31fd5
GM
52422000-07-24 Gerd Moellmann <gerd@gnu.org>
5243
5244 * textmodes/flyspell.el: Update to author's version 1.5d.
5245
5246 * progmodes/hideshow.el: Update copyright notice.
5247
5248 * vcursor.el: Set maintainer to FSF, since author cannot
5249 be reached.
5250
7636d2a3
EZ
52512000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
5252
fbe0a958
EZ
5253 * info.el (Info-goto-emacs-key-command-node): Leave a space after
5254 the prompt.
5255
7636d2a3
EZ
5256 * mouse.el (popup-menu): Run the keymap through indirect-function,
5257 in case it was defined with define-prefix-key. If the menu is a
5258 list of keymaps, look up the binding of user's choice in each one
5259 of the keymaps.
5260 (mouse-popup-menubar): If the global and local menu-bar keymaps
5261 don't have a prompt string, create one and insert it into the
5262 keymap. Don't barf if current-local-map returns nil.
5263
e024b101
GM
52642000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
5265
5266 * dired.el (dired-sort-R-check): Added to allow recursive listing
5267 to be undone.
5268 (dired-sort-other): Use it.
5269
7972fcfc
GM
52702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5271
e024b101 5272 * Release of cc-mode 5.27
7972fcfc
GM
5273
52742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5275
5276 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5277 c-beginning-of-statement-1 that caused a bad case of recursion
5278 which could consume a lot of CPU in large classes in languages
5279 that have in-expression classes (i.e. Java and Pike).
5280
5281 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5282 statements before top level constructs (i.e. case 6 is moved
5283 before case 5 and is now case 4) to catch in-expression
5284 classes in top level expressions correctly.
5285
52862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5287
5288 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5289 objc-method-intro. Case 4 removed and case 5I added.
5290
5291 * cc-langs.el (c-append-paragraph-start): New variable used by
5292 c-common-init to get paragraph-start correct.
5293 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
5294 initialize paragraph-start to make it correct both with and
5295 without the javadoc special case.
5296
5297 * cc-mode.el (java-mode): Use c-append-paragraph-start to
5298 initialize paragraph-start for javadoc markup.
5299
5300 * cc-vars.el (c-style-variables-are-local-p): Incompatible
5301 change by defaulting this to t. It's motivated by the
5302 confusing behavior that otherwise arise from the style system
5303 when editing both java and non-java files at the same time
5304 (see the comments about style setting in c-common-init).
5305
53062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5307
5308 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5309 similar to the one in c-fill-paragraph to check the fill
5310 prefix from the adaptive fill function for sanity.
5311
53122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5313
5314 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5315 defun block.
5316
53172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5318
5044b74a 5319 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
5320
53212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5322
5323 * cc-align.el (c-lineup-multi-inher): Handle lines with
5324 leading comma nicely. Extended to handle member initializers
5325 too.
5326
e024b101 5327 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
5328 c-guess-basic-syntax): Fixed recognition of inheritance lists
5329 when the lines begins with a comma.
5330
5044b74a 5331 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
5332
5333 * cc-vars.el (c-offsets-alist): Changed default for
5334 member-init-cont to c-lineup-multi-inher since it now handles
5335 member initializers and indents better for leading commas.
5336
53372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5338
5339 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5340 handling that caused class open lines to be recognized as
5341 statement-conts in some cases.
5342
5343 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5344 guessed by the adaptive fill function unless point is on the
5345 first line of a block comment.
5346
5347 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5348 when the buffer ends with a macro continuation char.
5349
5350 * cc-engine.el (c-guess-basic-syntax): Added support for
5351 function definitions as statements in Pike. The first
5352 statement in a lambda block is now labeled defun-block-intro
5353 instead of statement-block-intro.
5354
5355 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5356 so that the class surrounding point is selected, not the one
5357 innermost in the state.
5358
5359 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5360 recognition of switch labels having hanging multiline
5361 statements.
5362
5363 * cc-engine.el (c-beginning-of-member-init-list): Broke out
5364 some code in c-guess-basic-syntax to a separate function.
5365 * cc-engine.el (c-just-after-func-arglist-p): Fixed
5366 recognition of member inits with multiple line arglists.
5367 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5368 member-init-cont when the commas are in funny places.
5369
53702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5371
5372 * cc-defs.el (c-auto-newline): Removed this macro since it's
5373 not used anymore.
5374
5375 * cc-engine.el (c-looking-at-bos): New helper function.
5376 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5377 inexpr and toplevel classes apart in Pike.
5378
5379 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5380 of case 9A.
5381
5382 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5383 constant, since "class" can introduce an in-expression class
5384 in Pike nowadays.
5385
53862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5387
5388 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5389 indentation on cpp-macro lines.
5390
5391 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5392 a syntax modifier like comment-intro, to make it possible to
5393 get syntactic indentation for preprocessor directives. It's
5394 incompatible wrt to lineup functions on cpp-macro, but it has
5395 no observable effect in the 99.9% common case where cpp-macro
5396 is set to -1000.
5397
53982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5399
5400 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5401 member-init-cont when the preceding arglist is several lines.
5402
54032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5404
5405 * cc-styles.el (c-style-alist): The basic offset for the BSD
5406 style corrected to 8.
5407
54082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5409
5410 * cc-styles.el (c-style-alist): Adjusted the indentation of
5411 brace list openers in the gnu style.
5412
54132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5414
5415 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5416
5417 * cc-cmds.el (c-electric-brace, c-electric-slash,
5418 c-electric-star, c-electric-semi&comma, c-electric-colon,
5419 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5420 when c-syntactic-indentation is nil.
5421
5422 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5423 we were left at comments preceding the first statement when
5424 reaching the beginning of the buffer.
5425
5426 * cc-vars.el (c-syntactic-indentation): New variable to turn
5427 off all syntactic indentation.
5428
54292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5430
5431 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5432 between the text and the block comment ender when it hangs,
5433 depending on how many there are before the fill.
5434
54352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5436
5437 * cc-engine.el (c-beginning-of-closest-statement): New helper
5438 function to go back to the closest preceding statement start,
5439 which could be inside a conditional statement.
5440 * cc-engine.el (c-guess-basic-syntax): Use
5441 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5442
5443 * cc-engine.el (c-guess-basic-syntax): Better handling of
5444 arglist-intro, arglist-cont-nonempty and arglist-close when
5445 the arglist is nested inside parens. Cases 7A, 7C and 7F
5446 changed.
5447
5448 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5449 up-to-date with javadoc 1.2.
5450
54512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5452
5453 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5454 multiline Pike type decls.
5455
54562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5457
5458 * cc-cmds.el (c-indent-new-comment-line): Always break
5459 multiline comments in multiline mode, regardless of
5460 comment-multi-line.
5461
54622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5463
5464 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5465 fully::qualified::names in C++ member init lists. Preamble in
5466 case 5D changed.
5467
54682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5469
5470 * cc-langs.el (c-common-init): Handling of obsolete variables
5471 moved to c-initialize-cc-mode. More compatible style override
5472 when using global style variables.
5473 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5474 variables moved here.
5475
e024b101 5476 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
5477 c-special-indent-hook as a style variable. Don't talk about
5478 doing (c-make-styles-buffer-local t) in a mode hook, since
5479 that's already too late to work right.
5044b74a 5480
7972fcfc
GM
5481 * cc-styles.el (c-make-styles-buffer-local): Flag style
5482 variable localness in c-style-variables-are-local-p to make
5483 the compatibility measure in c-common-init work well.
5484
5485 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5486 longer contain set-from-style.
5487 * cc-styles.el (c-initialize-builtin-style): Don't check for
5488 set-from-style on c-special-indent-hook.
5489 * cc-styles.el (c-copy-tree): Obsolete. The standard function
5490 copy-alist is sufficient now.
5491
5492 * cc-styles.el (c-set-style, c-set-style-1,
5493 c-get-style-variables): Fixes to variable initialization so
5494 that duplicate entries in styles have the same effect
5495 regardless of DONT-OVERRIDE.
5496
5497 * cc-styles.el (c-set-style-2): Fixed bug where the
5498 initialization of inheriting styles failed when the
5499 dont-override flag is set.
5500
5501 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5502 on this.
5503
55042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5505
5506 * cc-defs.el (c-forward-comment): Removed the workaround
5507 introduced in 5.38 since it had worse side-effects. If a line
5508 contains the string "//\"", it regarded the // as a comment
5509 start since the \ temporarily doesn't have escape syntax.
5510
55112000-07-17 Emmanuel Briot <briot@act-europe.fr>
5512
5513 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5514 ada-xref.el before ada-prj.el, so that the Project menu is created
5515 when ada-prj tries to add to it.
5516 (ada-activate-keys-for-case): Suppress the characters that are not
5517 part of the Ada syntax. Better compatibility with else-mode
5518 (ada-adjust-case-interactive): When auto-casing is not active,
5519 correctly insert newlines (used to insert only ^M). Prevent the
5520 syntax table from being changed in case of an error
814299a7 5521 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
5522 Do nothing if ada-auto-case is nil.
5523 (ada-after-keyword-p): Ignore keywords that are also attributes
5524 (ada-batch-reformat): Update usage comment
5525 (ada-call-from-contextual-menu): New function
5526 (ada-case-read-exceptions): Reinitialize the casing exception list
5527 first to nil first, so that the casing exception file can be
5528 shared.
5529 (ada-check-defun-name): Handles "configure" keyword for gnatdist
5530 files.
5531 (ada-compile-goto-error): Fix regexp used to detect a file:line
5532 anywhere in the error message
5533 (ada-contextual-menu-last-point): New variable
5534 (ada-create-keymap): If the variable delete-key-deletes-forward is
5535 t on XEmacs, it means that DEL should delete one character
5536 forward.
5537 (ada-create-menu): Use :included instead of :visible for XEmacs.
5538 New submenu "Options".
5539 (ada-end-stmt-re): Correctly indent "select ... then abort"
5540 statements.
5541 (ada-fill-comment-paragraph): Correctly delete all leading '--'
5542 even if they don't match ada-fill-comment-prefix Fix handling of
5543 paragraphs on the first or last line of a file.
5544 (ada-format-paramlist): Fix handling of default parameter values.
5545 (ada-get-body-name): New function.
5546 (ada-get-current-indent): Optimized by searchling directly for an
5547 existing generic part or a statement outside of it. Handle
5548 ada-indent-align-comments when indenting comments Replaced some
5549 regexps by testing directly the next character. This results in a
5550 huge speedup on some files. New indentation scheme for renames
5551 statements. Stop looking for the 'while' or 'for' associated with
5552 a 'loop' at the first semicolon encountered. A "return" can also
5553 match an anonymous access subprogram declaration.
5554 (ada-get-indent-noindent): Ignore strings and comments when
5555 looking for the keywords "record" and "private".
5556 (ada-goto-matching-decl-start): When matching "if", make sure we
5557 are not in fact seeing "end if". Ignore "when" statements except
5558 when initial keyword was "begin". Fix handling of nested
5559 procedures. Add a recursive call to this function to skip over
5560 other 'end' statmts. Fix indentation for "when .. => begin"
5561 (ada-in-open-paren-p): Fix indentation for complex boolean
5562 expressions, where 'and then', 'or else' and parenthesis
5563 statements are mixed up.
5564 (ada-in-paramlist-p): Skip comments while searching for the
5565 beginning Fix handling of operator declarations.
5566 (ada-indent-align-comments): New variable
5567 (ada-indent-current): Change the syntax table only in the
5568 protected section, so that we are sure it is restored correctly.
5569 (ada-indent-on-previous-lines): Use ada-use-indent and
5570 ada-with-indent Correctly indent "select ... then"
5571 (ada-indent-region): Slight speedup.
5572 (ada-indent-renames): New variable.
5573 (ada-last-which-function-subprog, ada-last-which-function-line):
5574 New variables
5575 (ada-looking-at-semi-private): Correctly indent the 'private'
5576 keyword when it is the first word in a package declaration.
5577 (ada-loose-case-word): Stop searching if at the end of the buffer.
5578 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5579 even if point is not initially at the end of the word.
5580 (ada-matching-decl-start-re): Add "when".
5581 (ada-mode): Add support for abbrev-mode, outline-mode and
5582 which-func-mode Override the old find-file.el entry in
5583 ff-special-constructs since it is using the obsolete
5584 ada-spec-suffix variable
5585 (ada-no-auto-case): New function
5586 (ada-scan-paramlist): When parsing the argument type, accept
5587 spaces (as in "X 'Class", generated by Rational Rose).
5588 (ada-other-file-name): No longer loads the other file.
5589 (ada-popup-menu): Save and restore the current buffer and cursor
5590 position before and after displaying the menu.
5591 (ada-search-ignore-complex-boolean): New function.
5592 (ada-uncomment-region): Emacs21 already knows how to delete
5593 comments not starting in the first column.
5594 (ada-use-indent): New variable
5595 (ada-which-function): New function.
5596 (ada-with-indent): New variable
5597 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5598 can be batch-compiled from the command line.
5599
5600 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5601 Add to the menu when the file is loaded, not in ada-mode-hook.
5602 Add -toolbar to the default ddd command Switches moved from
5603 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5604 ada-prj-default-comp-opt
5605 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5606 Reference Manual to the menu
5607 (ada-check-current): rewritten as a call to ada-compile-current
5608 (ada-compile): Removed.
5609 (ada-compile-application, ada-compile-current, ada-check-current):
5610 Set the compilation-search-path so that compile.el automatically
5611 finds the sources in src_dir. Automatic scrollong of the
5612 compilation buffer. C-uC-cC-c asks for confirmation before
5613 compiling
5614 (ada-compile-current): New parameter, prj-field
5615 (ada-complete-identifier): Load the .ali file before doing
5616 processing
5617 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5618 conform to gnatmake's behavior.
5619 (ada-find-file-in-dir): New function
5620 (ada-find-references): Set the environment variables for gnatfind
5621 (ada-find-src-file-in-dir): New function.
5622 (ada-first-non-nil): Removed
5623 (ada-gdb-application): Add support for jdb, the java debugger.
5624 (ada-get-ada-file-name): Load the original-file first if not done
5625 yet.
5626 (ada-get-all-references): Handles the new ali syntax (parent types
5627 are found between <>).
5628 (ada-initialize-runtime-library): New function
5629 (ada-mode-hook): Always load a project file when a file is opened,
5630 so that the casing exceptions are correctly read.
5631 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
5632 (ada-parse-prj-file): Use find-file-noselect instead of find-file
5633 to open the project file, since the latter does not work with
5634 speedbar Get default values before loading the prj file, or the
5635 default executable file name is wrong. Use the absolute value of
5636 src_dir to initialize ada-search-directories and
5637 compilation-search-path,... Add the standard runtime library to
5638 the search path for find-file.
5639 (ada-prj-default-debugger): Was missing an opening '{'
5640 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
5641 variables.
5642 (ada-prj-default-gnatmake-opt): New variable
5643 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
5644 buffers, the project file is the default one Save the windows
5645 configuration before displaying the menu.
5646 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
5647 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
5648 ...) regexp-quote identifiers names to support operators +,
5649 -,... in regexps.
5650 (ada-remote): New function.
5651 (ada-run-application): Erase the output buffer before starting the
5652 run Support remote execution of the application. Use
5653 call-process, or the arguments are incorrectly parsed
5654 (ada-set-default-project-file): Reread the content of the active
5655 project file, not the one from the current buffer When a project
5656 file is set as the default project, all directories are
5657 automatically associated with it.
5658 (ada-set-environment): New function
5659 (ada-treat-cmd-string): New special variable ${current}
5660 (ada-treat-cmd-string): Revised. The substitution is now done for
5661 any ${...} substring
5662 (ada-xref-current): If no body was found, compiles the spec
5663 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
5664 compiler to get rid of command line length limitations.
5665 (ada-xref-get-project-field): New function
5666 (ada-xref-project-files): New variable
5667 (ada-xref-runtime-library-specs-path)
5668 (ada-xref-runtime-library-ali-path): New variables
5669 (ada-xref-set-default-prj-values): Default run command now does a
5670 cd to the build directory. New field: main_unit Provide a default
5671 file name even if the current buffer has no prj file.
5672
5673 * ada-prj.el:
5674 Rewritten to show a tabbed-dialog.
5675 (ada-prj-add-ada-menu): Remove the map and name parameters.
5676 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
5677 New function
5678 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
5679 (ada-prj-load-from-file): New function
5680 (ada-prj-save): Always save fields that depend on the current buffer
5681 (ada-prj-show-value): New function
5044b74a 5682
7972fcfc
GM
5683 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
5684 Ada mode. This will allow us to display the Ada menu in any buffer
5685 we want (for project items).
5686 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
5687 number of spaces in the header.
5044b74a 5688
8730a8da
DL
56892000-07-24 Dave Love <fx@gnu.org>
5690
5691 * ediff-init.el (ediff-region-help-echo): Bind face-help.
5692
db3ca487
NF
56932000-07-23 Noah Friedman <friedman@splode.com>
5694
ad953485
NF
5695 * type-break.el (type-break): perform autosave.
5696 Suggested by Stephen Gildea <gildea@intouchsys.com>.
5697 (type-break-do-query): Cancel query schedule while performing
5698 actual query, to avoid possibility of a second query being made
5699 while first one is already in progress.
5700 (type-break-time-stamp-format): New variable.
5701 (type-break-time-stamp): New function.
5702 (type-break-time-warning): Use it.
5703 (type-break-keystroke-warning): Use it.
5704 (type-break-noninteractive-query): Use it.
5705
03a9c6d0
NF
5706 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
5707 cookie.
5708 Use add-minor-mode to set minor-mode-alist, if available.
5709 (eldoc-echo-area-use-multiline-p): New user option.
5710 (eldoc-echo-area-multiline-supported-p): New variable.
5711 (eldoc-docstring-format-sym-doc): Use them.
5712 (eldoc-mode): If not using idle timers, append to local post and
5713 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
5714 (eldoc-display-message-no-interference-p): Don't interfere with
5715 edebug.
5716 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
5717 (eldoc-function-arglist): New function.
5718 (eldoc-function-argstring): Use it.
5719
db3ca487
NF
5720 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
5721 auto save directory exists before calling directory-files.
5722
f7ad1899
DL
57232000-07-23 Dave Love <fx@gnu.org>
5724
5725 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
5726 ^o, ^u.
5727
43e764c9
DL
57282000-07-21 Dave Love <fx@gnu.org>
5729
475de6f4
DL
5730 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
5731 now passed to the function. It now works properly.
5732
43e764c9
DL
5733 * smerge-mode.el (smerge-mode-menu): Fill it out.
5734
e8bea4c0
GM
57352000-07-20 Gerd Moellmann <gerd@gnu.org>
5736
5737 * info-look.el (info-lookup): If *info* is shown in another frame
5738 on the same display, select that frame, instead of switching to
5739 the Info buffer in another window of the selected frame.
5740
5741 * simple.el (universal-argument-map): Bind numeric keypad keys
5742 kp-0 to kp-9 and kp-subtract.
5743 (digit-argument): Handle these keys.
5744
bc75b4fd
DL
57452000-07-20 Dave Love <fx@gnu.org>
5746
5747 * net/goto-addr.el (goto-address-fontify): Don't bother with
5748 buffer-modified and read-only stuff -- irrelevant with overlays.
5749 Put an extra property on the overlays and use it to clean up in
5750 case goto-address is re-run.
5751
8b7bc628
RS
57522000-07-19 Richard M. Stallman <rms@gnu.org>
5753
18e21ce8
RS
5754 * timer.el (run-with-idle-timer): Doc fix.
5755
db3ca487 5756 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
5757 Handle case where <...> appears inside "...".
5758 Use replace-match to edit the string more simply.
5759 (rmail-dont-reply-to): Cope with an unmatched ".
5760
50575ec2
DL
57612000-07-19 Dave Love <fx@gnu.org>
5762
5763 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
5764 implementation.
5765
5766 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
5767 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
5768 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
5769
4279296d
GM
57702000-07-19 Gerd Moellmann <gerd@gnu.org>
5771
47db06aa
GM
5772 * textmodes/refer.el: Correct maintainer's email address.
5773
5774 * progmodes/hideif.el: Correct author's email address.
5775 Fix typo in comment.
5776
5777 * xml.el: New file.
5778
4279296d
GM
5779 * mail/mailheader.el: Correct author's mail address.
5780
5781 * gnus/parse-time.el: Correct author's mail address.
5782
47db06aa 57832000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
5784
5785 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
5786 New user options.
5787 (comint-input-ring-file-name): Change custom type.
5788 (comint-mode-map): Bind mouse-2.
5789 (comint-insert-clicked-input): New function.
5790 (comint-send-input): Handle input highlighting.
5791
21ad0f7b
SM
57922000-07-18 Stefan Monnier <monnier@cs.yale.edu>
5793
5794 * mouse.el (popup-menu): New function.
5795 (mouse-major-mode-menu): Use it.
5796
3b33a005
DL
57972000-07-18 Dave Love <fx@gnu.org>
5798
5799 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
5800 improvements.
5801
dc1cac59
GM
58022000-07-18 Gerd Moellmann <gerd@gnu.org>
5803
21ad0f7b 5804 * faces.el (face-font-selection-order)
dc1cac59 5805 (face-font-family-alternatives): Add custom type.
db3ca487 5806
f8276b77
DL
58072000-07-18 Dave Love <fx@gnu.org>
5808
5809 * cus-edit.el (custom-variable-reset-saved)
5810 (custom-variable-reset-standard): Remove unused bindings.
5811
5812 * rect.el (open-rectangle-line): Remove unused let.
5813
5814 * hl-line.el (hl-line-highlight): Check hl-line-mode.
5815
3d6cd763
GM
58162000-07-18 Gerd Moellmann <gerd@gnu.org>
5817
5818 * cdl.el: Fix `Maintainer' keyword.
5819
5820 * play/pong.el: Add author's email address.
5821
34342a07
SS
58222000-07-17 Sam Steingold <sds@gnu.org>
5823
5824 * files.el (insert-directory): Call `split-string' instead of
5825 re-implementing it.
5826
088831a6
GM
58272000-07-18 Gerd Moellmann <gerd@gnu.org>
5828
5829 * mail/vms-pmail.el: Change maintainer to FSF.
5830
5831 * net/goto-addr.el: Change maintainer to FSF.
5832
5833 * recentf.el: Update from author.
5834
5835 * info.el (Info-title-face-alist): Removed.
db3ca487 5836
68be2869
EZ
58372000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
5838
5839 * eshell/eshell.el (eshell): Replace links to eshell.info with
5840 links to eshell, to avoid problems on systems where the manual is
5841 installed as `eshell'.
5842 * eshell/esh-cmd.el (eshell-cmd): Ditto.
5843 * eshell/em-smart.el (eshell-smart): Ditto.
5844 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 5845 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
5846
5847 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
5848 same-file check in the MS-DOS version (it does support inodes).
5849
5850 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
5851
21ad0f7b
SM
5852 * eshell/eshell.el (eshell-directory-name):
5853 Run default directory name through convert-standard-filename.
68be2869 5854
269b4dcb
KH
58552000-07-18 Kenichi Handa <handa@etl.go.jp>
5856
21ad0f7b
SM
5857 * international/mule-cmds.el (select-safe-coding-system):
5858 Fix typo in the comment.
240a16cf 5859
21ad0f7b
SM
5860 * language/european.el (compound-text):
5861 Force katakana-jisx0201 to be designated to G1.
aa96c820 5862
21ad0f7b
SM
5863 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
5864 Don't translate some national variant characters of latin-jisx0201.
aa96c820 5865 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 5866
269b4dcb
KH
5867 * international/kkc.el (kkc-after-update-conversion-functions):
5868 New variable.
5869 (kkc-update-conversion): Run functions in it at the tail.
5870
68be2869 58712000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 5872
21ad0f7b
SM
5873 * lisp/align.el (align-newline-and-indent):
5874 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
5875 (align-region): Fixed badly formatted minibuffer message.
5876
7a3fd467
KH
58772000-07-17 Kenichi Handa <handa@etl.go.jp>
5878
21ad0f7b 5879 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
5880 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
5881 the conversion list at first if appropriate.
5882 (kkc-next): Don't update kkc-next-count here.
5883 (kkc-prev): Don't update kkc-prev-count here.
5884 (kkc-show-conversion-list-update): Fix setting up of conversion
5885 list message.
5886
a45423d8
SM
58872000-07-16 Stefan Monnier <monnier@cs.yale.edu>
5888
088831a6 5889 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 5890
91a38db1
DL
58912000-07-16 Dave Love <fx@gnu.org>
5892
5893 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
5894 function to be more specific.
5895
5896 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
5897 non-string help-echo.
5898 (widget-types-convert-widget): Defsubst it.
5899 (widget-echo-help): Try to cope with a help-echo function of two
5900 possible sorts.
5901
3fddcdc3
JR
59022000-07-15 Jason Rumney <jasonr@gnu.org>
5903
5904 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
5905 Declare as obsolete.
5906
5907 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
5908
bd23a692
GM
59092000-07-14 Gerd Moellmann <gerd@gnu.org>
5910
5911 * hilit-chg.el: Fix typo.
5912
d4af987a
DL
59132000-07-14 Dave Love <fx@gnu.org>
5914
5915 * info.el (Info-mode-menu): Fix use of :help, :enable.
5916
3a4f3f86
SM
59172000-07-14 Stefan Monnier <monnier@cs.yale.edu>
5918
5919 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
5920
cf6936a4
DL
59212000-07-13 Dave Love <fx@gnu.org>
5922
4d6d04b5
DL
5923 * emacs-lisp/easymenu.el: Doc fixes.
5924 (easy-menu-remove): Defalias to ignore.
5925
cf6936a4
DL
5926 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
5927 Call throw correctly.
5928
56437999
GM
59292000-07-13 Gerd Moellmann <gerd@gnu.org>
5930
5931 * faces.el (frame-background-mode): Doc fix.
5932
5933 * simple.el (eval-expression-print-length): Change custom type to
5934 allow entering nil as value.
5935
d04a3972
DL
59362000-07-13 Dave Love <fx@gnu.org>
5937
3a4f3f86
SM
5938 * progmodes/fortran.el (fortran-imenu-generic-expression):
5939 Change definition layout.
a8189dfe
DL
5940 (fortran-mode-menu): Reinstate customize entries.
5941
d04a3972
DL
5942 * cus-edit.el (custom-group-menu-create, customize-menu-create):
5943 Use :filter, per old XEmacs code.
5944
4bf4fb05
GM
59452000-07-12 Gerd Moellmann <gerd@gnu.org>
5946
5947 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
5948 event when deciding what to send to the terminal.
5949
37328bcd
DL
59502000-07-12 Dave Love <fx@gnu.org>
5951
5952 * cus-start.el: Add optional version as 4th element of specs and
5953 use it for several things new in v21. Remove load-path. Fix type
5954 of line-number-display-limit.
5955
89492072
DL
59562000-07-11 Dave Love <fx@gnu.org>
5957
3a4f3f86
SM
5958 * progmodes/fortran.el: Don't require easymenu.
5959 Use repeat counts in various regexps.
315aa1de
DL
5960 (fortran-mode-syntax-table): Defvar directly.
5961 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
5962 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
5963 Use defvar, not defconst.
5964 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
5965 (fortran-mode): Set fortran-comment-line-start-skip,
5966 fortran-comment-line-start-skip, dabbrev-case-fold-search.
5967 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
5968 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
5969 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
5970 (fortran-comment-region, fortran-electric-line-number): Simplify.
5971 (fortran-auto-fill): New function.
5972 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
5973 (fortran-find-comment-start-skip):
5974 Check for non-null comment-start-skip.
5975 (fortran-auto-fill-mode, fortran-fill-statement):
5976 Use fortran-auto-fill.
315aa1de 5977 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 5978 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 5979
89492072
DL
5980 * widget.el (widget-plist-member): New alias.
5981
d55ead18
EZ
59822000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
5983
5984 * eshell/esh-module.el (toplevel): Reference
5985 byte-compile-current-file only if it is bound.
5986
e82a2a05
GM
59872000-07-10 Gerd Moellmann <gerd@gnu.org>
5988
5989 * dired.el: Don't require `dired-aux'.
5990
1fc7fb2b
MB
59912000-07-10 Miles Bader <miles@lsi.nec.co.jp>
5992
5993 * dired-aux.el (dired-show-file-type): New function.
5994 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
5995 (dired-show-file-type): Add autoload.
5996
ab49ce15
KH
59972000-07-10 Kenichi Handa <handa@etl.go.jp>
5998
5999 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 6000 change of fontset-info.
ab49ce15
KH
6001 (print-fontset): Likewise.
6002
f45aab65
SM
60032000-07-09 Stefan Monnier <monnier@cs.yale.edu>
6004
6005 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6006
2f72fd2f
GM
60072000-07-07 Gerd Moellmann <gerd@gnu.org>
6008
e82a2a05 6009 * bindings.el: Bind `[delete]' to delete-char.
965522f5 6010
2f72fd2f
GM
6011 * dired.el (dired-find-alternate-file): New function.
6012 (dired-mode-map): Bind `a' to dired-find-alternate-file.
6013 (toplevel): Require dired-aux when compiling.
6014 (dired-buffers): Move defvar within file to avoid compiler warning.
6015
6016 * info.el (Info-last-search): Variable removed.
6017 (Info-search-history): New variable.
6018 (Info-search): New Info-search-history.
6019
6020 * battery.el, info-look.el: Change author's mail address.
6021
965522f5 60222000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 6023
965522f5
GM
6024 * mail/rmail.el (rmail-clear-headers): Don't throw an error
6025 if rmail-ignored-headers is nil.
6026 (rmail-retry-failure): Bind rmail-ignored-headers and
6027 rmail-displayed-headers to nil.
6028
dd8888a1
GM
60292000-07-06 Gerd Moellmann <gerd@gnu.org>
6030
e5c81191
GM
6031 * lpr.el (lpr-page-header-switches): Add `-h' switch.
6032 (print-region-1): Don't hard code `-h' here.
6033
dd8888a1
GM
6034 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6035
e5c81191
GM
60362000-07-01 Francesco Potorti` <pot@gnu.org>
6037
6038 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6039 exim can use "your message" instead of "the message".
34342a07 6040
f45aab65
SM
60412000-07-06 Stefan Monnier <monnier@cs.yale.edu>
6042
6043 * facemenu.el: Docstrings fixes.
6044 (facemenu-get-face): Don't use internal-find-face.
6045 (facemenu-iterate): Rename arg to match the docstring.
6046
6047 * newcomment.el (uncomment-region): Be more careful when skipping
6048 backwards over `=' not to bump into BOBP.
6049
d396e521 60502000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 6051
dd8888a1
GM
6052 * ediff-diff.el (ediff-wordify): Use syntax table.
6053 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 6054 ediff-color-display-p.
dd8888a1 6055 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
6056 from defsubst.
6057 Got rid of special cases for NeXT and OS/2.
dd8888a1 6058 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 6059 face.
34342a07 6060
5e2dfaa4
SM
60612000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6062
6063 * emacs-lisp/lucid.el: Require CL.
6064 (copy-tree, remprop): Remove, it's provided by CL.
6065 (map-keymap): Define in terms of cl-map-keymap.
6066 (extent-property, set-extent-end-glyph): New functions.
6067
6068 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
6069
d5c5cddd
GM
60702000-07-05 Gerd Moellmann <gerd@gnu.org>
6071
485266d0
GM
6072 * Makefile.in (DONTCOMPILE): Add comment that the name may
6073 not be changed without changing the make-dist script.
6074
5e2dfaa4 6075 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 6076 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 6077
e2c46326
AI
60782000-07-05 Andrew Innes <andrewi@gnu.org>
6079
6080 * makefile.nt: Add support for `bootstrap' and related targets.
6081
a027a91b
SM
60822000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6083
6084 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
6085 (easy-menu-do-define): Use `menu-item' format.
6086 Handle case where easy-menu-create-menu returns a symbol.
6087 Manually call the potential top-level filter in the function binding.
6088 (easy-menu-filter-return): New arg NAME.
6089 Convert to a keymap if MENU is an XEmacs menu.
6090 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
6091 (easy-menu-converted-items-table, easy-menu-convert-item):
6092 New var and fun to memoize easy-menu-convert-item-1.
6093 (easy-menu-do-add-item): Use it.
6094 (easy-menu-create-menu): Use easy-menu-convert-item.
6095 Wrap easy-menu-filter-return around any :filter specification.
6096 Don't convert the menu if a filter was specified.
6097 Tell easy-menu-make-symbol not to check for MENU being an expression.
6098 (easy-menu-make-symbol): New arg NOEXP.
6099
5e03eb84
GM
61002000-07-05 Gerd Moellmann <gerd@gnu.org>
6101
6102 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
6103 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
6104 (eval-defun): If called with prefix arg, instrument code for
6105 Edebug.
6106
6107 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
6108 similar to that of eval-defun.
6109
fca68a95
DL
61102000-07-04 Dave Love <fx@gnu.org>
6111
7ccbba4c
DL
6112 * hl-line.el (hl-line-overlay): Make it permanent-local.
6113
fca68a95
DL
6114 * calendar/todo-mode.el: Replaced with a working version, based on
6115 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
6116
61172000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
6118
6119 * paths.el (prune-directory-list): New function.
6120 (Info-default-directory-list): Rewritten to more methodically
6121 enumerate a big list of possible info directories (based on the
6122 list used by the standalone info reader).
fca68a95 6123
78e7e8a0 6124 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 6125 non-existent directories from Info-directory-list.
78e7e8a0 6126
78e7e8a0
MB
6127 * paths.el (Info-default-directory-list): Try a list of possible
6128 info-directories instead of a single one. Add the possible
6129 info directory "/usr/share/info".
6130
6131 * woman.el (woman-man.conf-path): Explicitly include the debian
6132 man-db config file "/etc/manpath.config".
6133 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6134 are present in `manpath.config'.
6135 (woman-manpath): Include "/usr/share/man".
6136
67c9a1d2
GM
61372000-07-03 Gerd Moellmann <gerd@gnu.org>
6138
6753393b
GM
6139 * frame.el (blink-cursor-mode): Don't hide cursor initially.
6140
6141 * startup.el (command-line): Initialize blink-cursor based
6142 on window-system.
6143
e4f98ad3
GM
6144 * frame.el (blink-cursor): Default to nil if not running under
6145 a window-system.
6146
2f516940
GM
6147 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6148 (face-x-resources): Remove duplicate entry for :font.
6149
67c9a1d2
GM
6150 * textmodes/refer.el (refer-find-entry-internal): Use some-window
6151 instead of cycling through windows with next-window.
6152
6153 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6154 of cycling through windows with next-window.
6155
6156 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6157 of cycling through windows with next-window.
6158
6159 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6160 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6161 instead of cycling through windows with next-window.
6162
6163 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6164 instead of cycling through windows with next-window.
6165
6166 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6167 of cycling through windows with next-window.
6168
6169 * terminal.el (te-process-output): Use walk-windows instead of
6170 cycling through windows with next-window.
6171
6172 * server.el (server-switch-buffer): Use some-window instead of
6173 cycling through windows with next-window.
6174
6175 * window.el (some-window): New function.
6176 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 6177
3a4f3f86 6178 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 6179
8b7bc628 61802000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
6181
6182 * window.el (walk-windows): Guarantee termination by keeping a list
6183 of all the windows already handled.
6184
d0d57043
EZ
61852000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6186
6187 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6188 window-system.
6189
6190 * man.el (Man-notify-when-ready): Don't use window-system. If
6191 Man-notify-method is newframe, and the display is not
6192 multi-frame, select the frame created for the man page.
6193 (Man-init-defvars): Doc fix.
6194
d5483ab1
GM
61952000-06-28 Gerd Moellmann <gerd@gnu.org>
6196
af5c25e1
GM
6197 * faces.el (region): Change background color for light background.
6198
6199 * ediff-wind.el (ediff-setup-control-frame): Remove :box
6200 attribute from mode-line face of Ediff control frame.
6201
d5483ab1
GM
6202 * replace.el (query-replace-map): Bind `e' like `E'.
6203
9d47450f
EZ
62042000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6205
3a4f3f86
SM
6206 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6207 Change name to "Select All".
496b7491 6208
9d47450f
EZ
6209 * dos-fns.el (convert-standard-filename): Fix last change.
6210
0b431deb
GM
62112000-06-27 Gerd Moellmann <gerd@gnu.org>
6212
4fa9f636
GM
6213 * help.el (describe-variable): Don't insert a second `'s' in front
6214 of the string `value is shown below'. Since the syntax-table is
6215 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6216 an existing `'s', so that this won't be deleted.
6217
0b431deb
GM
6218 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6219 * pcmpl-unix.el: New files.
6220
32cad0aa
SM
62212000-06-26 Stefan Monnier <monnier@cs.yale.edu>
6222
6223 * wid-edit.el (widget-member): Use the new plist-member.
6224
2c69ced2
GM
62252000-06-26 Gerd Moellmann <gerd@gnu.org>
6226
44c0f771
GM
6227 * replace.el (perform-replace): Undo change of 2000-04-04.
6228 Instead, move backward 1 character at the end of the loop when
6229 necessary.
34342a07 6230
1d36487c
GM
6231 * faces.el (fringe): Change face for different backgrounds.
6232
6233 * eshell/esh-module.el (toplevel): Load defgroup's differently;
6234 patch from John.
6235
2c69ced2
GM
6236 * eshell/*.el: Change spelling of the Free Software Foundation.
6237
6238 * eshell/esh-toggle.el: Removed.
6239
6240 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6241
6242 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6243 interactively.
6244
62452000-06-26 Alex Schroeder <alex@gnu.org>
6246
6247 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6248 `define-key'; instead of checking `(emacs-version)' check for
6249 `set-keymap-parent' and `set-keymap-name' directly. Add entries
6250 for `;' and `o' which might be electric.
6251
6252 (sql-electric-stuff): New user option.
6253 (sql-magic-go): New function which uses `sql-electric-stuff'.
6254 (sql-magic-semicolon): New function which uses
6255 `sql-electric-stuff'.
6256
6257 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6258 is not fboundp.
6259
6260 (sql-oracle-options): New variable.
6261 (sql-oracle): Use it.
6262
6263 (sql-imenu-generic-expression): Doc change.
6264 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6265 is used.
6266
6267 (sql-informix): Added command line parameter "-" to force
6268 sql-informix-program to use stdout.
6269
db1306d8
EZ
62702000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
6271
3a4f3f86 6272 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
6273 (cp864-decode-table): Doc fix.
6274 (cp720-decode-table): New variable, supports the Arabic OEM
6275 codepage used by Windows.
6276 (cp737-decode-table): New, Greek OEM codepage used by Windows.
6277
c69e5fcd
DL
62782000-06-23 Dave Love <fx@gnu.org>
6279
6280 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6281 (font-lock-fontify-anchored-keywords): Use
6282 line-beginning-position.
6283 (global-font-lock-mode): Use mapc.
6284
30ad8f23
SM
62852000-06-23 Stefan Monnier <monnier@cs.yale.edu>
6286
6287 * eshell/esh-module.el: Require CL when compiling.
6288
26b4dc84
GM
62892000-06-23 Gerd Moellmann <gerd@gnu.org>
6290
78c56e70
GM
6291 * comint.el (comint-substitute-in-file-name): Call replace-match
6292 with second and third arg t.
6293
34342a07 6294 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
6295 Specify foreground color.
6296
6297 * faces.el (tool-bar, mode-line, header-line): Specify foreground
6298 color.
6299
affbf647
GM
6300 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6301
6302 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6303 cddr instead of cdddr.
6304
25fffb31
GM
6305 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6306 instead of copy-list.
6307
6308 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6309 of copy-list.
6310
26b4dc84
GM
6311 * subdirs.el: Add eshell subdirectory.
6312
6313 * eshell: New subdirectory containing the Eshell package.
6314
6315 * pcomplete.el: New file.
6316
78c56e70
GM
63172000-06-23 Paul Eggert <eggert@twinsun.com>
6318
ea055732
GM
6319 * mail/mailpost.el (post-mail-send-it): Make sure file has
6320 proper permissions from birth.
6321
6322 * files.el (basic-save-buffer-2): When temporarily setting
6323 file modes, set them to current modes plus 0200, not to 0777.
6324
78c56e70
GM
6325 * emerge.el (emerge-make-temp-file): Make sure file has proper
6326 permissions from birth.
6327
a3a7ff33
EZ
63282000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
6329
6330 * files.el (make-backup-file-name-1): On DOS/Windows, run the
6331 backup file name through convert-standard-filename.
6332
6333 * dos-fns.el (convert-standard-filename): Convert leading
6334 directories as well. When long file names are supported, convert
6335 characters that are invalid in Windows file names.
6336
1fd9b7fe
GM
63372000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6338
6339 * ps-print.el: Fix bug: if ^L is the very first buffer character,
6340 ps-print crashes. New feature: page selection for printing. Create
6341 raw-text-unix coding system for XEmacs. Doc fix.
6342 (ps-print-version): New version number (5.2.3).
6343 (ps-plot-region): Bug fix.
6344 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6345 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6346 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6347 funs.
6348 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6349 (ps-last-page): New vars.
6350
16ed8416
GM
63512000-06-21 Gerd Moellmann <gerd@gnu.org>
6352
6353 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6354 empty option string.
6355
4fbee715
EZ
63562000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
6357
6358 * man.el (man): Doc fix.
6359
eaecfc94
KH
63602000-06-21 Kenichi Handa <handa@etl.go.jp>
6361
6362 * international/mule-cmds.el (set-language-info-alist): Docstring
6363 fixed.
6364
4a27bdfb
GM
63652000-06-20 Gerd Moellmann <gerd@gnu.org>
6366
6367 * version.el (emacs-version): Use ISO date format.
6368
6369 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6370 instead of `M-backspace'.
6371
6372 * simple.el (turn-off-auto-fill): New function.
6373
8972fe79
SM
63742000-06-20 Stefan Monnier <monnier@cs.yale.edu>
6375
6376 * jit-lock.el (with-buffer-prepared-for-jit-lock):
6377 Renamed from with-buffer-prepared-for-font-lock and use
6378 inhibit-modification-hooks rather than setting *-change-functions.
6379 Update all functions to use the new name.
6380 (jit-lock-first-unfontify-pos): New semantics (and doc).
6381 (jit-lock-mode): Make non-interactive.
6382 Don't automatically turn on font-lock.
6383 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6384 Always use jit-lock-after-change.
6385 Remove and restore font-lock-after-change-function.
6386 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6387 (jit-lock-after-unfontify-buffer): Remove.
6388 (jit-lock-stealth-fontify):
6389 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6390 (jit-lock-after-change): Set the `fontified' text-prop to nil.
6391
5d80cc9c
SS
63922000-06-20 Sam Steingold <sds@gnu.org>
6393
6394 * emacs-lisp/cl-indent.el (toplevel): Indent
6395 `print-unreadable-object' properly. Untabify.
6396
f54e4d13
CD
63972000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6398
6399 * textmodes/reftex.el (reftex-find-citation-regexp-format):
6400 Support for bibentry.
6401 (reftex-compile-variables): Fixed problem with end of section-re.
6402
6403 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
6404 reftex-view-crossref-from-bibtex):
6405 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
6406 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6407 Replaced `remprop' with `put'.
8972fe79
SM
6408 (reftex-view-crossref, reftex-view-crossref-when-idle):
6409 Support for bibentry.
f54e4d13 6410
8972fe79
SM
6411 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6412 New entry for bibentry package.
f54e4d13 6413
8972fe79
SM
6414 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6415 Regexp also matches "\nobibliography".
f54e4d13 6416
8972fe79
SM
6417 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6418 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
6419 (reftex-ensure-write-access): New function.
6420
f54e4d13
CD
64212000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6422
6423 * progmodes/idlwave.el: File re-installed (update to version 4.2)
6424
6425 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6426
6427 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6428
6429 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6430
6431
560c43f4
DL
64322000-06-20 Dave Love <fx@gnu.org>
6433
6434 * faces.el (frame-background-mode): Use set-default, not set, in
6435 setter.
6436 (frame-update-faces, frame-update-face-colors): Define with
6437 defalias.
6438
6439 * enriched.el (enriched-decode-foreground)
6440 (enriched-decode-background): Don't use internal-find-face.
6441
6442 * apropos.el: Doc fixes.
6443
6444 * cus-edit.el (customize-changed-options): Check arg.
6445 (customize-version-lessp): Don't require decimal point.
6446
6447 * custom.el (defcustom, defgroup): Doc fix.
6448
6449 * newcomment.el (comment) <defgroup>: Add :version.
6450 (comment-multi-line): Doc fix.
6451
6452 * emulation/mlsupport.el (define-hooked-local-abbrev,
6453 define-hooked-global-abbrev): Fix, using define-abbrev.
6454
cdf0357b
GM
64552000-06-19 Gerd Moellmann <gerd@gnu.org>
6456
6457 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6458 the whole buffer.
6459
10013d74
DL
64602000-06-19 Dave Love <fx@gnu.org>
6461
6462 * menu-bar.el (menu-bar-options-save): New function.
6463 (menu-bar-options-menu): Use it.
6464 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6465 Simplify.
6466
6922f208
AS
64672000-06-19 Andreas Schwab <schwab@suse.de>
6468
6469 * progmodes/etags.el (tags-query-replace): Put new parameters
6470 START and END at the end, for backward compatibility.
6471
10d7bf84
KH
64722000-06-19 Kenichi Handa <handa@etl.go.jp>
6473
6474 * international/codepage.el:
6475 (cp-coding-system-for-codepage-1): Delete special codes for
6476 generating xxx-dos coding system because now a CCL based coding
6477 system can handle EOL conversion by default.
6478
6479 * international/mule.el (make-coding-system): Generate subsidiary
6480 coding systems for EOL handling variants even for a CCL based
6481 coding system.
6482
8f3c9a3d
KH
64832000-06-19 Kenichi Handa <handa@etl.go.jp>
6484
6485 * international/isearch-x.el (isearch-minibuffer-input-method)
6486 (isearch-minibuffer-input-method-function): These variables
6487 deleted.
6488 (isearch-with-input-method): Don't use the above variables.
6489 (isearch-process-search-multibyte-characters): Likewise. Call
6490 read-string with the arg INHERIT-INPUT-METHOD t.
6491
c2acf685
SM
64922000-06-17 Stefan Monnier <monnier@cs.yale.edu>
6493
13f0d185
SM
6494 * font-lock.el (font-lock-after-fontify-buffer)
6495 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6496
6497 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6498 Use consistent make-local-variable style for font-lock-fontified.
6499 (jit-lock-fontify-buffer):
6500 Don't bother checking for font-lock-mode and jit-lock-mode.
6501
c2acf685
SM
6502 * time.el: Remove trailing ^M that prevent CVS-merging.
6503
a9021acd
GM
65042000-06-16 Gerd Moellmann <gerd@gnu.org>
6505
6506 * Makefile.in (distclean): New target.
5d80cc9c 6507
0df68e9f
SM
65082000-06-16 Stefan Monnier <monnier@cs.yale.edu>
6509
6510 * Makefile.in (srcdir): Define for update-subdirs.
6511
6344985d
GM
65122000-06-16 Gerd Moellmann <gerd@gnu.org>
6513
6514 * find-lisp.el: New file.
6515
63239267
AI
65162000-06-16 Andrew Innes <andrewi@gnu.org>
6517
6518 * time.el (display-time-mail-function): New variable, to allow
6519 external packages to indicate when new mail is available.
6520 (display-time-update): Use it.
6521
1699f991
KH
65222000-06-16 Kenichi Handa <handa@etl.go.jp>
6523
a3b37893
KH
6524 * international/mule.el (mule-version): Change version name to
6525 SAKAKI. AOI has already been used by Meadow.
6526
1699f991
KH
6527 * international/quail.el (quail-show-guidance-buf): To find the
6528 bottom window (but minibuffer), pay attention to the height of
6529 minibuffer.
6530
228b083e
EZ
65312000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6532
7d5c8691
EZ
6533 * arc-mode.el (archive-mode-map): Use the new menu-item format for
6534 menu-bar menus. Add help strings. Don't remove the Edit menu
6535 from the menu bar, as the menu bar has enough space now.
6536
261f3289
EZ
6537 * Makefile.in (SHELL): Make sure /bin/sh is used.
6538
228b083e
EZ
6539 * woman.el (woman-man-buffer): Fix bold and underlined CJK
6540 characters, which use series of two ^H characters instead of one.
6541
e27e8d71
GM
65422000-06-15 Gerd Moellmann <gerd@gnu.org>
6543
5d80cc9c 6544 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 6545 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 6546 functions.
451ec4e3
GM
6547 (Info-find-node-2): Try a case-sensitive search first, then
6548 do a case-insensitive search.
6549
6550 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6551 tutorials.
6552
b675095c
GM
6553 * complete.el (PC-env-vars-alist): New variable.
6554 (PC-complete-as-file-name): New function.
6555 (partial-completion-mode): Initialize PC-env-vars-alist from
6556 process-environment.
6557 (PC-do-completion): Handle completion of env vars.
6558
6559 * info.el (Info-set-mode-line): Show file name in mode line,
6560 use `*Info*' instead of `Info:'.
6561
e27e8d71
GM
6562 * startup.el (command-line-1): Change copyright messages to year
6563 2000.
6564
28223a7e
DL
65652000-06-15 Dave Love <fx@gnu.org>
6566
6567 * net/goto-addr.el (goto-address-fontify): Use keymap property,
6568 not local-map.
6569
32684631
KH
65702000-06-15 Kenichi Handa <handa@etl.go.jp>
6571
6572 * international/mule.el (set-buffer-file-coding-system): Almost
6573 rewritten to handle `undecided' as no-op.
6574
9f817ea4
GM
65752000-06-14 Gerd Moellmann <gerd@gnu.org>
6576
e27e8d71 6577 * Makefile.in: New file.
dce6b995
GM
6578
6579 * Makefile: Removed.
6580
9f817ea4
GM
6581 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6582 (goto-address-highlight-keymap): Bind C-c RET.
6583
2de33f94
KH
65842000-06-14 Kenichi Handa <handa@etl.go.jp>
6585
bbf1e8a5
KH
6586 * mail/sendmail.el (sendmail-send-it): The temporary buffer
6587 inherits buffer-file-coding-system of the current buffer.
725a6897 6588
02891cc3
KH
6589 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6590 0. Give correct argument to set-auto-coding-function.
6591 (tar-expunge): For goto-char, use (point-min), not 0.
6592 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6593 (tar-subfile-save-buffer): Likewize.
6594
2de33f94
KH
6595 * international/mule.el
6596 (after-insert-file-set-buffer-file-coding-system): Call
6597 set-buffer-file-coding-system with the arg FORCE t.
6598
1681ead6
GM
65992000-06-13 Gerd Moellmann <gerd@gnu.org>
6600
6601 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6602 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 6603 the sender is set with `-f'.
1681ead6 6604
fdf4b680
DL
66052000-06-13 Dave Love <fx@gnu.org>
6606
9c50afce
DL
6607 * help.el (describe-function-1): Kluge around cases of functions
6608 fset to subrs whose doc doesn't match their symbol-name.
6609
0ad550ba 6610 * image.el (insert-image): Default STRING to a space.
f290ca08 6611
fdf4b680 6612 * info.el Doc fixes.
5d80cc9c 6613 (Info-build-node-completions): Match Ref tags.
fdf4b680 6614
9b6610db
EZ
66152000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
6616
a704139d
EZ
6617 * frame.el (display-multi-frame-p, display-multi-font-p): New
6618 defaliases for display-graphic-p.
6619
9b6610db
EZ
6620 * hl-line.el: Fixed a typo in commentary.
6621
7a5ea398
KH
66222000-06-13 Kenichi Handa <handa@etl.go.jp>
6623
6624 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6625 fixed.
6626
0dc91c57
DL
66272000-06-12 Dave Love <fx@gnu.org>
6628
6629 * image.el (insert-image): Save a little consing.
6630
0bd5914b
KH
66312000-06-12 Kenichi Handa <handa@etl.go.jp>
6632
6633 * language/tibet-util.el: Convert all tibetan-1-column characters
6634 to the corresponding tibetan characters.
6635 (tibetan-add-components): Delete code for the special treatment of
6636 'a chung.
6637
6638 * language/tibetan.el (tibetan-composable-pattern): Fix previous
6639 change.
6640 (tibetan-vowel-transcription-alist): More rules added.
6641 (tibetan-composite-vowel-alist): New variable.
6642 (tibetan-precomposition-rule-alist): More rules added.
6643
6dc7d3d5
SM
66442000-06-12 Stefan Monnier <monnier@cs.yale.edu>
6645
9c04c393
SM
6646 * startup.el (command-line): Only call menu-bar-mode if interactive.
6647
6648 * thingatpt.el (toplevel symbol-properties):
6649 * textmodes/makeinfo.el (makeinfo-compile):
6650 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 6651 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 6652 (hide-ifdef-use-define-alist):
5d80cc9c 6653 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
6654 (ange-ftp-vms-add-file-entry):
6655 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
6656 * man.el (Man-build-man-command):
6657 * mail/rnewspost.el (news-reply-header-hook):
6658 * info.el (Info-insert-dir):
6659 * emulation/mlconvert.el (backward-word, forward-word, setq):
6660 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
6661 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
6662 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
6663 (byte-optimize-apply, end of file):
6664 * emacs-lisp/advice.el (ad-advice-class-completion-table)
6665 (ad-make-freeze-definition):
6666 * startup.el (command-line, command-line-1): Don't quote lambdas.
6667
6dc7d3d5
SM
6668 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
6669 (cvs-cleanup-removed): New function.
6670 (cvs-cleanup-functions): New var.
6671 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
6672 some flexibility in specifying additional entries to auto-cleanup.
6673 (cvs-quickdir): New function.
6674 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
6675 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
6676 (cvs-mode-find-file): Check that we are on a filename or dirname
6677 when invoked through a mouse-click.
6678 (cvs-full-path): Remove.
6679 (cvs-dired-action): Re-introduced.
6680 (cvs-dired-noselect): Use it.
6681 (vc-post-command-functions): use this new hook if available.
6682
6683 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
6684 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
6685 (cvs-filename-map, cvs-dirname-map): Remove.
6686 (cvs-default-action): Remove.
6687 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
6688 if the arg is really a keymap.
6689 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
6690 Don't hardcode the mapping from state (aka type) to face, but check
6691 the var cvs-fi-<type>-face instead.
6692 (cvs-fileinfo-from-entries): New function.
6693
6694 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
6695 Docstring fix.
6696 (cvs-find-file-and-jump): Change default to be safer.
6697 (cvs-mode-diff-map): Define it as a function as well.
6698 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
6699 Bind mouse-2 in this global map rather than with text-properties.
6700
6701 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
6702 file to resolve the ambiguity between C(conflict) and C(need-merge).
6703
5050a2ef
KH
67042000-06-12 Kenichi Handa <handa@etl.go.jp>
6705
6706 * international/mule.el (set-buffer-file-coding-system): If
6707 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
6708 unconditionally.
6709
35a7ac84
DL
67102000-06-12 Dave Love <fx@gnu.org>
6711
6712 * wid-edit.el (widget-specify-button): Really suppress the face if
6713 required.
6714
db8eeecd
GM
67152000-06-11 Gerd Moellmann <gerd@gnu.org>
6716
6717 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
6718
70223ca4
SM
67192000-06-11 Stefan Monnier <monnier@cs.yale.edu>
6720
6721 * imenu.el (imenu-generic-expression): Docstring fix.
6722
6723 * composite.el (composition-function-table): Move the `put'
6724 below the autoload cookie so we can load the file before loaddefs.
6725
6726 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
6727
6728 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
6729 Handle easy-mmode-define-global-mode.
6730 For complex macros like define-minor-mode that can generate
6731 several autoload entries, try to autoload entries in the
6732 macroexpanded code.
6733
6734 * emacs-lisp/easy-mmode.el (define-minor-mode):
6735 If KEYMAP is a symbol, just use it.
6736 Use byte-compile-current-file and load-file-name to infer the
6737 proper :require to pass to defcustom.
6738 Wrap the hook var into `progn' so as not to autoload it.
6739 Add a :autoload-end cookie.
6740 Be more careful about the evaluation of KEYMAP.
6741 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
6742 (define-derived-mode): Move define-abbrev-table outside of defvar.
6743
67442000-06-10 Stefan Monnier <monnier@cs.yale.edu>
6745
6746 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
6747 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
6748 (backup-compiled-files): Ignore errors during `tar'.
6749 (bootstrap): Make autoloads before elc files.
6750
9c53b34e
KH
67512000-06-10 Kenichi Handa <handa@etl.go.jp>
6752
6753 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 6754 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
6755
6756 * international/mule-conf.el (unix): New alias for the coding
6757 system undecided-unix.
6758
22ddd299
DL
67592000-06-09 Dave Love <fx@gnu.org>
6760
5ee42746
DL
6761 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
6762
70223ca4 6763 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
6764 (executable-insert): Change custom type.
6765 (executable-find): Add autoload cookie.
cc7e1d18
DL
6766 (executable-make-buffer-file-executable-if-script-p): New
6767 function. After Noah Friedman.
22ddd299
DL
6768
6769 * files.el (after-save-hook): Customize, with
cc7e1d18 6770 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 6771
41ea3794
KH
67722000-06-09 Kenichi Handa <handa@etl.go.jp>
6773
f89437e3
KH
6774 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
6775 "tib24p-mule.bdf" for Tibetan.
6776
7a4ee259
KH
6777 * composite.el (decompose-composite-char): Declare it as obsolete.
6778
ff6a65c2
KH
6779 * man.el (Man-fontify-manpage): Pay attention to underline and
6780 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 6781
f83fe4b4
GM
67822000-06-08 Gerd Moellmann <gerd@gnu.org>
6783
6784 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
6785 Set maintainer to FSF since author isn't reachable.
6786
e56d7900
DL
67872000-06-08 Dave Love <fx@gnu.org>
6788
6789 * international/mule-cmds.el (select-safe-coding-system): If
6790 DEFAULT-CODING-SYSTEM is not specified, also check the most
6791 preferred coding-system if buffer-file-coding-system is
6792 `undecided'. From Handa.
6793
d3981b49
KH
67942000-06-08 Kenichi Handa <handa@etl.go.jp>
6795
6796 * international/mule.el
6797 (after-insert-file-set-buffer-file-coding-system): If the buffer
6798 size is greater than INSERTED, judget that we are not visiting.
6799
bff71087
RV
68002000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
6801
6802 * whitespace.el (defgroup whitespace): Comment out `:version'.
6803 XEmacs 20.4 has problems defining the group with this present.
6804 We'll have this commented out till get resolve the problem.
6805
45f485a6
GM
68062000-06-07 Gerd Moellmann <gerd@gnu.org>
6807
6808 * align.el: Update from author.
6809
68102000-06-07 Jari Aalto <jari.aalto@poboxes.com>
6811
6812 * apropos.el (apropos-mode-hook): New user variable.
6813 (apropos-mode): Run apropos-mode-hook.
bff71087 6814
45f485a6
GM
68152000-06-07 David Ponce <david@dponce.com>
6816
6817 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
6818 commands. Require `wid-edit' at run-time.
6819
68202000-06-07 David Ponce <david@dponce.com>
6821
6822 * recentf.el: Added some "Commentary".
6823 (recentf-open-more-files, recentf-edit-list): Minor changes to
6824 move the point at the top of the file list. This behaviour is
6825 consistent with the menu one when the list contains a lot of
6826 files.
6827 (recentf-cleanup): Now displays the number of items removed from
6828 the list.
6829 (recentf-relative-filter) New menu filter to show filenames
6830 relative to `default-directory'.
bff71087 6831
45f485a6
GM
68322000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6833
6834 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
6835 with/without giving an error if PostScript printer doesn't have this
6836 kind of page size. Zebra Stripe continues or restarts on next page.
6837 Manual/automatic paper feeding. Switch or not the header.
6838 (ps-print-version): New version number (5.2.2).
6839 (ps-windows-system): Include emx as a Windows system.
6840 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
6841 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
6842 (ps-background-text): Code fix.
6843 (ps-error-handler-message, ps-user-defined-prologue)
6844 (ps-print-prologue-header, ps-printer-name)
6845 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
6846 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
6847 (ps-use-face-background): Customization fix.
6848 (ps-n-up-database): Data fix.
6849 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
6850 (ps-switch-header): New vars.
6851 (ps-xemacs-color-name, ps-face-foreground-name)
6852 (ps-face-background-name, ps-boolean-constant): New funs.
6853
c14dcd22
DL
68542000-06-07 Dave Love <fx@gnu.org>
6855
6856 * allout.el: New version from Manheimer.
6857
e4044bb0
KH
68582000-06-07 Kenichi Handa <handa@etl.go.jp>
6859
6860 * textmodes/fill.el (fill-find-break-point): Check the validity of
6861 charset.
6862
59cfe8b9
KF
68632000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6864
6865 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6866 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6867 Call display-color-p and display-mouse-p instead of looking at
6868 window-system.
6869
bb2337f5
DL
68702000-06-06 Dave Love <fx@gnu.org>
6871
6872 * image.el (find-image): Doc fix. Return nil if image not found.
6873 (put-image, insert-image): Make STRING arg optional.
6874
8e624fa2
KH
68752000-06-06 Kenichi Handa <handa@etl.go.jp>
6876
6877 * language/vietnamese.el: Remove eval-when-compile.
6878 (viet-viscii-nonascii-translation-table): Define it as a
6879 translation table made from viet-viscii-decode-table.
6880 (viet-viscii-encode-table): Define it as a translation table made
6881 from the reverse map of above.
6882 (viet-vscii-nonascii-translation-table): Define it as a
6883 translation table made from viet-vscii-decode-table.
6884 (viet-vscii-encode-table): Define it as a translation table made
6885 from the reverse map of above.
6886 (ccl-decode-viscii): Use translate-character.
6887 (ccl-encode-viscii, ccl-encode-viscii-font)
6888 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
6889 Likewize.
bff71087 6890
8e624fa2
KH
6891 * language/cyrillic.el: Remove eval-when-compile.
6892 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
6893 translation table made from cyrillic-koi8-r-decode-table.
6894 (cyrillic-koi8-r-encode-table): Define it as a translation table
6895 made from the reverse map of above.
6896 (ccl-decode-koi8): Use translate-character.
6897 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
6898 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
6899 a translation table made from cyrillic-alternativnyj-decode-table.
6900 (cyrillic-alternativnyj-encode-table): Define it as a translation
6901 table made from the reverse map of above.
6902 (ccl-decode-alternativnyj): Use translate-character.
6903 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
6904 Likewize
6905
6906 * international/mule-diag.el (non-iso-charset-alist): Specify
6907 translation table symbol instead of translation table itself.
6908 (list-block-of-chars): CHARSET may be a translation table symbol.
6909
6910 * international/mule.el (make-coding-system): If CODING-SYSTEM
6911 already exists, override it.
6912
6913 * international/fontset.el: Use family `proportional' for Tibetan
6914 fonts.
6915
6916 * international/ccl.el (ccl-compile-translate-character): Don't
6917 check if Rrr has property translation-table.
6918 (ccl-compile-map-multiple): Modified to avoid compiler warning.
6919
1969fae2
GM
69202000-06-05 Gerd Moellmann <gerd@gnu.org>
6921
6922 * info.el: Bind case-fold-search to t when searching in case
6923 a user sets it to nil in a hook.
6924
d5b037c5
SM
69252000-06-05 Stefan Monnier <monnier@cs.yale.edu>
6926
d3d02e65
SM
6927 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6928 * hl-line.el (hl-line-mode): Use the new :global key argument.
6929
6930 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
6931 (tar-clip-time-string): Prepend a space.
6932 (tar-grind-file-mode): Construct a string rather than modifying one.
6933 (tar-header-block-summarize): Fix docstring.
6934 Use `format' rather than an error-prone set of copy-loops.
6935
6936 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
6937 (diff-goto-source, diff-unified->context, diff-context->unified)
6938 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
6939 understand the format output by the `-p' argument to diff.
6940
bff71087 6941 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
6942 (sh-re-done): Use defconst.
6943 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
6944 (sh-help-string-for-variable, sh-guess-basic-offset):
6945 Don't quote lambdas.
6946 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
6947 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
6948
f7c4478f
SM
6949 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
6950 (mh-letter-mode): Derive from text-mode.
6951 This implicitly means that it now calls kill-all-local-variables.
6952 Also remove the Emacs-18 compatibility code.
6953
a8add29d
SM
6954 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
6955 Make use of symbol-property doc-string-elt.
6956 Use memq rather than a sequence of eq.
6957 (doc-string-elt): Fix the wrong or missing previously unused values.
6958 (autoload-print-form): New function extracted from
6959 generate-file-autoloads to allow recursion when handling progn
6960 so that defvar's and defun's docstrings are properly printed.
6961 (generate-file-autoloads): Use it.
6962
d5b037c5
SM
6963 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
6964 Use find-file-hooks in the minor-mode function.
6965 Be careful not to loop indefinitely in the post-command-hook function.
6966
560ef11a 69672000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 6968
1969fae2 6969 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 6970 tty's.
1969fae2 6971 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 6972 differences whenever appropriate.
1969fae2
GM
6973 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
6974 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
6975 wildcards.
6976
b5bbbb76
SM
69772000-06-04 Stefan Monnier <monnier@cs.yale.edu>
6978
d5b037c5
SM
6979 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
6980 (jit-lock-fontify-buffer): New function for JIT refontification.
6981 (jit-lock-mode): Fix docstring.
6982 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
6983 Remove jit-lock-after-change from the _local_ hook.
6984 (jit-lock-function-1): Fix docstring.
6985
6986 * info.el (Info-on-current-buffer): Initialize info.
6987
6988 * newcomment.el (comment-indent): Ignore comment-indent-hook.
6989
6990 * progmodes/tcl.el (tcl-indent-for-comment):
6991 Ignore comment-indent-hook.
6992
6993 * emacs-lisp/easy-mmode.el: Require CL during compilation.
6994 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
6995 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
6996 and improve to use the lighter to guess the capitalization.
6997 (define-minor-mode): Inline code from easy-mmode-define-toggle.
6998 Add keyword arguments to specify global-ness or the custom group.
6999 Add local-map and help-echo properties to the lighter.
7000 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 7001 (easy-mmode-define-global-mode): New macro.
b5bbbb76 7002
bfa6c260
DL
70032000-06-02 Dave Love <fx@gnu.org>
7004
7005 * wid-edit.el: byte-compile-dynamic since we typically don't use
7006 all the widgets. Don't require cl or widget. Remove
7007 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
7008 (widget-read-event): Removed. Callers changed to use read-event.
7009 (widget-button-release-event-p): Renamed from
7010 button-release-event-p.
7011 (widget-field-add-space, widget-field-use-before-change):
7012 Uncustomize.
7013 (widget-specify-field): Use keymap property, not local-map.
7014 (widget-specify-button): Obey :suppress-face.
7015 (widget-specify-insert): Use modern backquote syntax.
7016 (widget-image-directory): Renamed from widget-glyph-directory.
7017 (widget-image-enable): Renamed from widget-glyph-enable.
7018 (widget-image-find): Replaces widget-glyph-find.
7019 (widget-button-pressed-face): Move defvar.
7020 (widget-image-insert): Replaces widget-glyph-insert.
7021 (widget-convert): Use keywordp.
7022 (widget-leave-text, widget-children-value-delete): Use mapc.
7023 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 7024 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
7025 (widget-button-click): Don't set point at the click, but re-centre
7026 if we scroll out of window. Rewritten for images v. glyphs &c.
7027 (widget-tabable-at): Use POS arg, not point.
7028 (widget-beginning-of-line, widget-end-of-line)
7029 (widget-item-value-create, widget-sublist, widget-princ-to-string)
7030 (widget-sexp-prompt-value, widget-echo-help): Simplify.
7031 (widget-default-create): Use widget-image-insert; some rewriting.
7032 (widget-visibility-value-create)
7033 (widget-push-button-value-create, widget-toggle-value-create): Use
7034 widget-image-insert.
7035 (checkbox): Create on and off images dynamically.
7036 (documentation-link): Change :help-echo.
7037 (widget-documentation-link-echo-help): Remove.
7038
3837de12
SM
70392000-06-02 Stefan Monnier <monnier@cs.yale.edu>
7040
7041 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7042
7043 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7044 (easy-mmode-define-toggle, define-minor-mode): Use it.
7045 (easy-mmode-define-keymap): Docstring fix.
7046 (define-derived-mode): Default PARENT to fundamental-mode.
7047 Add the derived-mode-parent symbol-property.
7048 (easy-mmode-derived-mode-p): New function.
7049
90aa4ea8
DL
70502000-06-02 Dave Love <fx@gnu.org>
7051
37193ee6
DL
7052 * files.el (convert-standard-filename): Doc fix.
7053 (normal-backup-enable-predicate): New function.
7054 (backup-enable-predicate): Use it to replace the lambda form.
7055
7056 * calendar/todo-mode.el: [This needs more work on the outline
7057 stuff.] Doc fixes.
7058 (todo) <defgroup>: Add :version.
7059 (todo-add-category): Don't use pushnew.
7060 (todo-cmd-raise): Fix typo.
7061 (todo-top-priorities): Change temp buffer name.
7062 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
7063 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7064 Use outline-next-heading.
37193ee6 7065
90aa4ea8
DL
7066 * autoarg.el: Rewritten to use define-minor-mode.
7067 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
7068 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
7069
2e54623a
KH
70702000-06-02 Kenichi Handa <handa@etl.go.jp>
7071
7072 * isearch.el (isearch-other-meta-char): Fix previous change.
7073
c5def0db
SM
70742000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7075
3837de12
SM
7076 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
7077 (log-edit-done): Only add the comment to the ring if it's different
7078 from the last comment entered.
7079
c5def0db
SM
7080 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
7081
2330c9d4
DL
70822000-06-01 Dave Love <fx@gnu.org>
7083
7084 * hl-line.el: Rewritten using define-minor-mode.
7085
7086 * help.el (describe-function-1): Distinguish special form from
7087 builtin function. Sanity-check presence of arglist for builtins.
7088
6e5dfc31
KH
70892000-06-01 Kenichi Handa <handa@etl.go.jp>
7090
4dc1225b
KH
7091 * international/characters.el: Fix syntax/category setting of
7092 Tibetan characters.
7093
7094 * language/tibet-util.el (tibetan-add-components): Fixes for new
7095 encoding of Tibetan characters.
7096 (tibetan-decompose-precomposition-alist): New variable.
7097 (tibetan-decompose-region): Convert precomposed characters to
7098 non-precomposed characters.
7099 (tibetan-decompose-string): Likewise.
7100 (tibetan-composition-function): Fix args to
7101 thibetan-compose-string.
7102
7103 * language/tibetan.el (tibetan-composable-pattern): More
7104 characters included.
7105 (tibetan-consonant-transcription-alist): Rule for "R" added.
7106 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
7107 "+R" added.
7108 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
7109
eadef5e6
KH
7110 * language/lao-util.el (lao-composition-function): Fix args to
7111 compose-string.
7112
7113 * language/thai-util.el (thai-composition-function): Fix args to
7114 compose-string.
7115
6e5dfc31 7116 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
7117 to prevent the point moving to the end of a composition when a
7118 part of a composition is searched.
6e5dfc31
KH
7119 (isearch-other-meta-char): If the key invoking this command can be
7120 mapped by function-key-map to a printing char, call
7121 isearch-process-search-char directly.
7122
2598a293
SM
71232000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7124
7125 * emacs-lisp/bytecomp.el:
7126 * frame.el:
7127 * international/mule-cmds.el:
7128 * international/mule-util.el:
7129 * international/mule.el:
7130 * mouse.el:
7131 * subr.el:
7132 * faces.el: Update calls to make-obsolete with a WHEN argument.
7133
7134 * byte-run.el (make-obsolete, make-obsolete-variable):
7135 Add an optional WHEN argument and change the format of the
bff71087 7136 symbol-property information.
2598a293
SM
7137 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7138 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7139 new obsolete-symbol-property format and print WHEN if it is provided.
7140
28d8dff1
DL
71412000-05-31 Dave Love <fx@gnu.org>
7142
7143 * loadhist.el (loadhist-hook-functions): Remove
7144 before-change-function, after-change-function.
7145 (unload-feature): Deal with symbols which are both bound and
7146 fbound.
7147
7148 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7149 before-change-function, after-change-function.
7150
7151 * simple.el (newline): Don't bind before-change-function,
7152 after-change-function.
7153
7f565d87
RV
71542000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
7155
7156 * whitespace.el (whitespace-rescan-timer-time): Update interval
7157 set to 600 seconds (10 minutes) instead of 60 seconds since
7158 a large number of whitespace buffers causes emacs to `freeze'
7159 for a considerable amount of time.
7160
bff71087 7161 * whitespace.el: Updated email address
7f565d87 7162
a8d693d8
DL
71632000-05-31 Dave Love <fx@gnu.org>
7164
7165 * add-log.el (change-log-font-lock-keywords) <function>: Add
7166 pattern for function of change.
7167 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7168 acknowledgements patterns.
7169
a50192e7
KH
71702000-05-31 Kenichi Handa <handa@etl.go.jp>
7171
7172 * isearch.el (isearch-printing-char): If keyboard coding system is
7173 being used, call isearch-process-search-multibyte-characters.
7174
7175 * international/isearch-x.el: Mostly rewritten.
7176
7177 * international/quail.el (quail-start-conversion): Don't include
7178 unhandled events in the returned events, but set them in
7179 unread-command-events. Exit if all inputs are deleted.
7180
7e492772
JR
71812000-05-30 Jason Rumney <jasonr@gnu.org>
7182
7183 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7184
7185 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7186 Reenable code to create initial fontsets.
7187 Use set-fontset-font in place of put-charset-property.
7188
10fc3187
GM
71892000-05-30 Gerd Moellmann <gerd@gnu.org>
7190
79148ea7
GM
7191 * progmodes/perl-mode.el (perl-indent-line): When looking for a
7192 label, ensure that the first colon isn't followed by another.
7193
7194 * paths.el (Info-default-directory-list): Doc fix.
7195
086d5b87
GM
7196 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7197 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7198 send a query containing USER only, not USER@HOST.
7199
10fc3187
GM
7200 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7201 and rmail-msgend to compute the restriction at the end, instead of
7202 computing it.
7203
49e70dec
GM
72042000-05-29 Gerd Moellmann <gerd@gnu.org>
7205
66254a13
GM
7206 * dabbrev.el (dabbrev-expand): Don't display messages in the
7207 echo area if the minibuffer window is active.
7208
49e70dec
GM
7209 * jit-lock.el (jit-lock-mode): Add after change function to
7210 local hook.
7211
72122000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
7213
7214 * antlr-mode.el: New commands: hide/unhide actions,
7215 upcase/downcase literals.
7216 (antlr-tiny-action-length): New user option.
7217 (antlr-hide-actions): New command. Suggested by
7218 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 7219 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
7220 (antlr-mode-menu): New entries.
7221 (antlr-downcase-literals): New command.
7222 (antlr-upcase-literals): Ditto.
7223
7224 * antlr-mode.el: Minor changes: indendation, mode-name.
7225 (antlr-indent-line): Indent cpp directive at column 0.
7226 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7227
7228 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7229 (antlr-font-lock-additional-keywords): Workaround for intentional
7230 bug in XEmacs version of font-lock.
7231 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
7232 be used by a smarter version of `buffers-menu-grouping-function'.
7233
72342000-05-29 Gerd Moellmann <gerd@gnu.org>
7235
7236 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7237 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7238
49f93684
KH
72392000-05-29 Kenichi Handa <handa@etl.go.jp>
7240
7241 * international/encoded-kb.el
7242 (encoded-kbd-iso2022-designation-map): Pay attention to that
7243 charset-iso-final-char return -1 for eight-bit-control and
7244 eight-bit-graphic.
7245
5b1ae051
EZ
72462000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7247
7248 * speedbar.el (speedbar-use-images, speedbar-update-flag)
7249 (speedbar-easymenu-definition-base): Use display-graphic-p where
7250 available, instead of window-system.
7251
a205e32a
EZ
72522000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7253
7254 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7255 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7256 coding systems.
7257
dd854dc2
DL
72582000-05-26 Dave Love <fx@gnu.org>
7259
c88a85d5
DL
7260 * disp-table.el (standard-display-underline): Don't use
7261 internal-find-face.
7262
dd854dc2
DL
7263 * mail/reporter.el: Maintainer change. Doc fixes.
7264 (reporter-version): Deleted.
7265
7266 * emacs-lisp/elp.el: Maintainer change.
7267 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7268
dc29aa6c
SM
72692000-05-26 Stefan Monnier <monnier@cs.yale.edu>
7270
7271 * add-log.el (add-change-log-entry): Merge the current entry with the
7272 previous one if the previous one is empty.
7273
ed62683d
DL
72742000-05-26 Dave Love <fx@gnu.org>
7275
4370a375
DL
7276 * loadhist.el (unload-feature): Fix interactive spec [from
7277 lijnzaad@ebi.ac.uk].
7278
ed62683d
DL
7279 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7280 subr-arity to check primitives.
7281 (byte-compile-flush-pending, byte-compile-file-form-progn)
7282 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7283 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7284 mapcar.
7285
ba9f8f95
KH
72862000-05-26 Kenichi Handa <handa@etl.go.jp>
7287
0f3e0672
KH
7288 * international/fontset.el: Set family names of non-latin charsets
7289 in default fontset to "*".
7290
cebefb44
KH
7291 * international/mule-diag.el (print-fontset): Combine family part
7292 and registry part of the fontname by "-*-" instead of "-".
7293
ba9f8f95
KH
7294 * international/mule-cmds.el (encode-coding-char): Make strings
7295 multibyte before calling encode-coding-string.
7296
931d0724
SM
72972000-05-25 Stefan Monnier <monnier@cs.yale.edu>
7298
7299 * derived.el: Fix keywords.
8ccce2b0 7300 (define-derived-mode): Only define if needed.
931d0724
SM
7301
7302 * simple.el (fill-comment, comment-column, comment-start)
7303 (comment-start-skip, comment-end, comment-indent-function)
7304 (block-comment-start, block-comment-end, indent-for-comment)
7305 (set-comment-column, kill-comment, comment-padding, comment-region)
7306 (comment-multi-line, indent-new-comment-line): Remove.
7307
7308 * bindings.el (esc-map): Change ; to comment-dwim and use the new
7309 function names for comment operations.
7310
7311 * newcomment.el: Add abundant autoload cookies.
7312 (comment-style): Don't depend on runtime data at compile-time.
7313 (comment-indent-hook): Remove.
7314 (comment-indent): Check if comment-indent-hook is bound.
7315 (comment-region): Docstring fix.
7316
6fc596cf
DL
73172000-05-25 Dave Love <fx@gnu.org>
7318
7319 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7320 byte-code-function-p.
7321
7322 * mail/rmailsum.el: Add provide.
7323
7324 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7325
7326 * smerge-mode.el (smerge-diff-switches): Don't use list* in
7327 defcustom.
7328
7997f1ca 73292000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7330
7997f1ca
MK
7331 * ediff-diff.el (ediff-exec-process): delete --binary option from
7332 non-buffer ediff jobs.
7f565d87 7333
e7a903e8
EZ
73342000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7335
7336 * hilit-chg.el (highlight-changes-mode): Ask about color or
7337 grayscale support, not about window-system.
7338
7339 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7340 window-system.
7341 (ffap-highlight): Always default to t.
7342
7343 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7344 display-popup-menus-p instead of looking at window-system.
7345
7346 * disp-table.el (standard-display-g1, standard-display-graphic):
7347 Only refuse to use string glyphs on X and MS-Windows.
7348
7349 * avoid.el: Remove window-system from commentary, suggest to use
7350 display-*-p instead.
7351
7352 * apropos.el (apropos-print): Use display-mouse-p instead of
7353 window-system.
7354
14028d57
EZ
73552000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7356
7357 * international/codepage.el (cp-decoding-vector-for-codepage):
7358 Fill up unsupported characters with their own codes. From Kenichi
7359 Handa.
7360
1a4f9cc1
EZ
73612000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7362
7363 * international/mule-diag.el (describe-char-after): Use
7364 display-graphic-p instead of window-system, so that this function
7365 works on MS-DOS.
7366
89f6ca4e
EZ
73672000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7368
7369 * international/codepage.el (cp-make-coding-systems-for-codepage):
7370 Remove the eight-bit-graphic and eight-bit-control charsets from
7371 the list of charsets which we convert into `?'.
7372
eacfd7fe
KH
73732000-05-25 Kenichi Handa <handa@etl.go.jp>
7374
7375 * international/mule-conf.el: Specify CHARSET-ID explicitely for
7376 private charsets.
7377 (mule-unicode-0100-24ff, japanese-jisx0213-1,
7378 japanese-jisx0213-2): New charsets.
7379
7380 * international/fontset.el: Setup default fontset for new charsets.
7381
deadf7e3
DL
73822000-05-24 Dave Love <fx@gnu.org>
7383
7384 * info.el (Info-find-node-2): Restructure [following "Vadim
7385 S. Solomin" <sovs@uic.nnov.ru>].
7386
7387 * icomplete.el: Fix header for Finder.
7388
73892000-05-24 Eric M. Ludlam <zappo@ultranet.com>
7390
7391 * rmailout.el (rmail-output-to-rmail-file): Added optional param
7392 STAY.
7393
7394 * rmail.el (rmail-automatic-folder-directives): New user variable.
7395 (rmail-show-message): Add call to `rmail-auto-file' during
7396 display.
7397 (rmail-auto-file): New function.
7398
6de3983f 73992000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7400
fc6a6a4e 7401 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 7402 account.
fc6a6a4e
GM
7403 (ediff-test-utility,ediff-diff-mandatory-option)
7404 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 7405 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 7406
fc6a6a4e 7407 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 7408 variable.
7f565d87 7409
fc6a6a4e 7410 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
7411 ediff-merge-filename-prefix.
7412
fc290d1d
MK
74132000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7414
fc6a6a4e 7415 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 7416
273182b8
EZ
74172000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7418
7419 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7420 aliases for hebrew-iso-8bit.
7421
f471ea57
EZ
74222000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7423
7424 * woman.el: New version from Francis J. Wright
7425 <F.J.Wright@Maths.QMW.ac.uk>.
7426 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7427 names in environment variables regardless of the path separator.
7428 (woman-topic-all-completions-1): Don't call file-name-directory-p
7429 on all files, since woman-file-regexp already filters out any
7430 directories.
7431
01162f24
KH
74322000-05-24 Kenichi Handa <handa@etl.go.jp>
7433
48e3df76
KH
7434 * international/quail.el (quail-start-translation): Don't change
7435 modified-p of the current buffer.
7436 (quail-start-conversion): Likewise.
7437
7438 * international/kkc.el (kkc-region): Don't change modified-p of
7439 the current buffer.
7440
747d90ea
KH
7441 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7442 conform to RFC1468.
7443 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 7444
17a223ff
EL
74452000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
7446
7447 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7448 (speedbar-insert-button): Invisible text property fix.
7449 (speedbar-directory-plus): Renamed from speedbar-directory-+
7450 (speedbar-directory-minus): Renamed from speedbar-directory--
7451 (speedbar-page-plus): Renamed from speedbar-file-+
7452 (speedbar-page-minus): Renamed from speedbar-file--
7453 (speedbar-page): Renamed from speedbar-file-
7454 (speedbar-tag): Renamed from speedbar-tag-
7455 (speedbar-tag-plus): Renamed from speedbar-tag-+
7456 (speedbar-tag-minus): Renamed from speedbar-tag--
7457 (speedbar-expand-image-button-alist): Use above renames.
7458
7459 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7460 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7461 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7462 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7463 * sb-pg.xpm: Renamed from sb-file.xpm
7464 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7465 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 7466
e6b6fc18
KH
74672000-05-24 Kenichi Handa <handa@etl.go.jp>
7468
7469 * international/quail.el (quail-show-guidance-buf): Set
7470 current-input-method of the guidance buffer to the name of the
7471 curren input method.
7472
a1a336eb
SM
74732000-05-23 Stefan Monnier <monnier@cs.yale.edu>
7474
7475 * progmodes/compile.el (compile-internal): Style typo.
7476
7477 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7478 quote vars and functions in the docstring.
7479
7480 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7481
7482 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7483 Don't quote lambdas.
7484
7485 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7486
9695b783
GM
74872000-05-23 Gerd Moellmann <gerd@gnu.org>
7488
716e3b88
GM
7489 * startup.el (command-line): Determine source file of compiled
7490 user init file differently. Warn if compiled user init file
7491 is older than its source file.
7492
9695b783 7493 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 7494
41ac433f
EZ
74952000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
7496
7497 * files.el (make-backup-file-name-1): Replace slashes with `!'
7498 rather than `|' (which is not allowed on Windows). Replace the
7499 drive letters with a string "drive_X".
7500
46600ab1
GM
75012000-05-23 Gerd Moellmann <gerd@gnu.org>
7502
7503 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7504
7505 * files.el (interpreter-mode-alist): Add `bash2'.
7506
79a64d87
DL
75072000-05-22 Dave Love <fx@gnu.org>
7508
7509 * loadhist.el (feature-symbols, file-provides, file-requires): Use
7510 mapc.
7511 (feature-file): Avoid calling symbol-name. Doc fix.
7512 (file-set-intersect, file-dependents): Use dolist, not mapcar.
7513 (loadhist-hook-functions): Add mouse-position-function.
7514 (unload-feature): Change uses of mapcar.
7515
7516 * files.el (parse-colon-path): Doc fix.
7517 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7518 (set-auto-mode): Use mapc.
7519
7520 * complete.el (PC-look-for-include-file): Use :alnum: character
7521 class.
7522 (partial-completion-mode): Add autoload cookie.
7523
0e8c11d8
SS
75242000-05-22 Sam Steingold <sds@gnu.org>
7525
ce75fd23 7526 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
7527 `add-text-properties' (bug introduced on 2000-05-18).
7528
d8d0fa6c
DL
75292000-05-22 Dave Love <fx@gnu.org>
7530
7531 * bindings.el: Remove debug-ignored-errors set in other files.
7532
7533 * progmodes/etags.el: Add to debug-ignored-errors.
7534 (visit-tags-table-buffer): Clear out buffers holding old tables
7535 when making a new list.
7536 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
7537 mapc.
7538
7539 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
7540 quote keywords.
7541 (cmpl-string-case-type): Use character classes.
7542
0e8c11d8
SS
7543 * comint.el:
7544 * textmodes/ispell.el:
7545 * imenu.el:
d8d0fa6c
DL
7546 * mail/mh-e.el:
7547 * progmodes/compile.el: Add to debug-ignored-errors.
7548
7549 * dabbrev.el: Add to debug-ignored-errors.
7550 (dabbrev-completion): Use mapc.
7551
1edbbf8a
EZ
75522000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
7553
7554 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7555 (woman-mapcan, woman-parse-man.conf)
7556 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7557 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7558 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
7559 path syntax better.
7560 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7561 (woman-manpath): Call woman-parse-man.conf.
7562 (woman-emulation): New defcustom, defaults to nroff.
7563 (woman-font-support): New defconst.
7564 (woman-use-symbol-font): New defcustom.
7565 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7566 "Emulation".
7567 Many functions: Doc fix.
7568
5bd2148c
KH
75692000-05-22 Kenichi Handa <handa@etl.go.jp>
7570
7571 * international/quail.el (quail-simple-translation-keymap): Map
7572 128..255 to quail-self-insert-command.
7573 (quail-keyboard-layout-alist): Add definition for "pc102-de".
7574
4125ec7e
SM
75752000-05-22 Stefan Monnier <monnier@cs.yale.edu>
7576
a1a336eb
SM
7577 * help.el (help-manyarg-func-alist): Typo.
7578
40aeecad
SM
7579 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7580 intervals which makes it heaps simpler.
7581
4125ec7e
SM
7582 * newcomment.el (comment-region-internal): Go back to BEG after quoting
7583 the nested comment markers.
e4da9c1c
SM
7584
7585 * subr.el (remove-hook): Don't turn the hook's value into a list.
7586
cb7216a7
DL
75872000-05-21 Dave Love <fx@gnu.org>
7588
ac266581
DL
7589 * edmacro.el (edmacro-parse-keys): Return vector if any elements
7590 are invalid characters.
7591
cb7216a7
DL
7592 * international/mule-util.el (detect-coding-with-priority): Use
7593 mapc. Remove redundant lambda.
7594
7595 * international/mule-diag.el (list-non-iso-charset-chars)
7596 (describe-fontset): Remove redundant lambda.
7597
7598 * emulation/crisp.el (brief-mode): New alias.
7599
7600 * emacs-lisp/ring.el (ring-elements): New function.
7601
7602 * emacs-lisp/easymenu.el (easy-menu-create-menu)
7603 (easy-menu-do-add-item): Use keywordp.
7604
7605 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7606
7607 * replace.el: Doc and error message fixes.
7608 (replace-highlight): Use facep, not internal-find-face.
7609
9b0d1d6e
SM
76102000-05-20 Stefan Monnier <monnier@cs.yale.edu>
7611
b2d2cf58
SM
7612 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7613
ffe7dc64
SM
7614 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7615 (log-edit-insert-changelog): Drop `:' as well.
7616
7617 * log-view.el: Fix file description.
7618 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7619 available.
7620 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7621 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7622
c8c21615
SM
7623 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7624 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7625 Print a status message if the toggle is called interactively.
7626 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7627 for global minor modes and use `defcustom' for them.
7628 Use add-minor-mode.
7629 (easy-mmode-define-derived-mode): Remove.
7630 (define-derived-mode): Fancier default docstring.
7631 (easy-mmode-define-navigation): Signal an error rather than (ding).
7632
9b0d1d6e
SM
7633 * newcomment.el (comment-styles): New `box-multi'.
7634 (comment-normalize-vars): Better default for comment-continue to
7635 avoid whitespace-only continuations.
7636 (comment-search-forward): Always move even in the no-syntax case.
7637 (comment-padright): Only obey N if it's only obeyed for padleft.
7638 (comment-make-extra-lines): Better handling of empty continuations.
7639 Use `=' for the filler if comment-start has only one character.
7640 (uncomment-region): Try handling the special `=' filler.
7641 (comment-region): Allow LINES even if MULTI is nil.
7642 (comment-box): Choose box style based on comment-style.
7643
f5ee6d0f
KH
76442000-05-20 Kenichi Handa <handa@etl.go.jp>
7645
9b0d1d6e 7646 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
7647 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
7648
c9671f81
KH
76492000-05-20 Kenichi HANDA <handa@etl.go.jp>
7650
7651 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
7652 and insert, not subst-char-in-region.
7653
7654 * international/mule-diag.el (list-character-sets-1): Handle
7655 charsets eight-bit-control and eight-bit-graphic.
7656 (list-iso-charset-chars): Likewise.
7657 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
7658 charactes as is. Use indent-to to align characters.
7659
7660 * international/mule-cmds.el (find-multibyte-characters): Never
7661 exclude charsets eight-bit-control and eight-bit-graphic.
7662
1426aa5c
SM
76632000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7664
7665 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
7666 Don't quote lambdas.
7667
7668 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
7669
2b63d473
GM
76702000-05-19 Gerd Moellmann <gerd@gnu.org>
7671
7672 * gud.el (gud-jdb-directories): Doc fix.
7673
f1355756
SM
76742000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7675
7676 * newcomment.el: New file.
7677
5f64c9e0
GM
76782000-05-19 Gerd Moellmann <gerd@gnu.org>
7679
2b63d473 7680 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 7681
db7314bd
AS
76822000-05-18 Andreas Schwab <schwab@suse.de>
7683
7684 * dired.el (dired-between-files): Also skip lines beginning with
7685 `used'.
7686
25bb0401
GM
76872000-05-18 Gerd Moellmann <gerd@gnu.org>
7688
7689 * msb.el (msb-menu-cond): Add choice `user'.
7690
a199a865 76912000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 7692
a199a865
GM
7693 * ps-print.el: Compatibility, customization and doc fix.
7694 (ps-printer-name-option): Replace defconst by defvar.
7695 (ps-postscript-code-directory): XEmacs compatibility.
7696 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
7697 fix.
7698 (ps-user-defined-prologue, ps-print-prologue-header)
7699 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
7700 compatibility and code fix.
7701 (ps-print-background-image, ps-print-background-text):
7702 Customization fix.
7703 (ps-line-number-start, ps-n-up-on): New vars.
7704
25bb0401
GM
77052000-05-18 Espen Skoglund <esk@ira.uka.de>
7706
7707 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
7708 the indent-comment function to just return the appropriate indent.
7709
68e6c83a
EL
77102000-05-18 Eric M. Ludlam <zappo@ultranet.com>
7711
7712 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
7713 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
7714 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
7715
dae6cb9f
DL
77162000-05-18 Dave Love <fx@gnu.org>
7717
7718 * info.el (Info-fontify-node): Add intangible property as well as
7719 invisible.
7720
7721 * calendar/appt.el (appt-make-list): Match all lines of entry.
7722 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
7723
813086ea
KH
77242000-05-18 Kenichi Handa <handa@etl.go.jp>
7725
7726 * international/mule-diag.el (describe-char-after): Call
7727 internal-char-font, not char-font. If internal-char-font returns
7728 nil, display "-- none --".
7729
24978190
EZ
77302000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7731
7732 * image.el (image-type-available-p): Don't reference image-types
7733 if it isn't bound.
7734
2fca2d5d
SM
77352000-05-17 Stefan Monnier <monnier@cs.yale.edu>
7736
7737 * autoarg.el (autoarg-mode): Typo in the :set argument.
7738
cfc75d05
EZ
77392000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7740
7741 * startup.el (command-line-1): Don't signal an error if the
7742 directory for auto-save-list files does not yet exist.
7743
c4e30387
KH
77442000-05-17 Kenichi Handa <handa@etl.go.jp>
7745
7746 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
7747
dd6b8ea7
SM
77482000-05-16 Stefan Monnier <monnier@cs.yale.edu>
7749
7750 * subr.el (remove-hook): `setq' hook-value, not `set'.
7751
399c88ad
SS
77522000-05-16 Sam Steingold <sds@gnu.org>
7753
a199a865 7754 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 7755
01651f07
DL
77562000-05-16 Dave Love <fx@gnu.org>
7757
7758 * cus-edit.el: Don't require cl or easymenu.
7759 (custom-variable-prompt): Test standard-value property, not
7760 user-variable-p.
7761
2248c40d
SS
77622000-05-16 Sam Steingold <sds@gnu.org>
7763
7764 * subr.el (add-hook): `setq' hook-value, not `set'.
7765
b15f3b77
GM
77662000-05-16 Gerd Moellmann <gerd@gnu.org>
7767
7768 * startup.el (command-line-1): Mention the FAQ in the startup
7769 message.
7770
7771 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
7772
7773 * progmodes/compile.el (compilation-parse-errors): Collect
7774 `nomessage' regexps last.
7775
7776 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
7777
7778 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
7779 to the function name.
7780
f9bbcfac
EL
77812000-05-15 Dave Love <fx@gnu.org>
7782
7783 * speedbar.el (speedbar-recenter): Typo.
7784 (speedbar-expand-line): Make arg optional.
7785 (speedbar-mode): Avoid a compiler warning.
7786
119b42eb
GM
77872000-05-15 Gerd Moellmann <gerd@gnu.org>
7788
7789 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
7790 user-specified option string is empty.
7791
7792 * mouse.el (mouse-yank-at-click): Doc fix.
7793
f685bea9
EZ
77942000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
7795
7796 * term/internal.el (IT-character-translations): More updates of
7797 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
7798 documents.
7799
a1b8d58b
GM
78002000-05-15 Gerd Moellmann <gerd@gnu.org>
7801
7802 * env.el (getenv): New function, interactively callable.
7803 (setenv, getenv): Remove autoload cookies.
7804
7805 * loadup.el: Load `env'.
7806
7807 * progmodes/f90.el: Change author's mail address.
7808
c9bba7ed
DL
78092000-05-14 Dave Love <fx@gnu.org>
7810
e5c83697
DL
7811 * mail/rmail.el (rmail-show-message-hook): Customize and offer
7812 goto-addr as an option.
7813
7814 * help.el (help-xref-stack): Doc fix.
7815 (help-xref-following): New variable.
7816 (help-make-xrefs): Use it.
7817 (help-xref-go-back): Use position information from stack element.
7818 (help-follow): Make position in stack element a pair. Use
7819 help-xref-following.
399c88ad 7820
e5c83697
DL
7821 * autoarg.el: New file.
7822
7823 * faces.el: Declare more functions obsolete.
7824
c9bba7ed
DL
7825 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
7826 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
7827 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
7828 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
7829 Remove all the setup-...-environment functions.
7830
b6389bfb
EL
78312000-05-13 Eric M. Ludlam <zappo@ultranet.com>
7832
a1b8d58b
GM
7833 * speedbar.el: Updated the commentary section. xemacs20p now uses
7834 >= when detecting. Require `defimage' safely.
b6389bfb
EL
7835 (speedbar-easymenu-definition-base): Add toggle for images.
7836 (speedbar-easymenu-definition-special): Add flush cache & expand.
7837 (speedbar-visiting-tag-hook): Set new defaults. Added options.
7838 (speedbar-reconfigure-keymaps-hook): New variable.
7839 (speedbar-frame-parameters): Updated documentation.
7840 (speedbar-use-imenu-flag): Updated custom tag
7841 (speedbar-dynamic-tags-function-list): New variable.
7842 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
7843 (speedbar-indentation-width, speedbar-indentation-width) New
7844 variables.
7845 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
7846 (speedbar-vc-indicator): Doc update.
7847 (speedbar-ignored-path-expressions): Updated default value.
7848 (speedbar-supported-extension-expressions): Updated default value.
7849 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
7850 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
7851 as "+". Added overlay aliases.
7852 (speedbar-mode): Use `speedbar-mode-line-update' instead of
7853 `force-mode-line-update'.
7854 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
7855 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
7856 `mouse-set-point'
b6389bfb 7857 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
7858 (speedbar-item-info-tag-helper): Revamped to handle a wider range
7859 of arbitrary text, and new helper functions.
7860 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
7861 filename finder.
b6389bfb
EL
7862 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
7863 (speedbar-directory-buttons): Update path search/expansion.
7864 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
7865 `speedbar-indentation-width'. Use more care w/ invisible
7866 properties.
b6389bfb
EL
7867 (speedbar-change-expand-button-char): Call
7868 `speedbar-insert-image-button-maybe'.
7869 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
7870 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
7871 (speedbar-trim-words-tag-hierarchy)
7872 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 7873 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
7874 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
7875 functions.
b6389bfb
EL
7876 (speedbar-mouse-set-point): New function
7877 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
7878 (speedbar-line-token, speedbar-goto-this-file): Handle more types
7879 of tag prefix text.
7880 (speedbar-expand-line, speedbar-contract-line): Make more robust
7881 to strange text.
7882 (speedbar-expand-line): Takes universal argument to flush the
7883 cache.
b6389bfb
EL
7884 (speedbar-flush-expand-line): New function.
7885 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
7886 Use new generator insertion method.
7887 (speedbar-fetch-dynamic-tags): New function.
7888 (speedbar-fetch-dynamic-imenu): Removed code now handled in
7889 `speedbar-fetch-dynamic-imenu'.
7890 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
7891 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
7892 "Revert Buffer" menu items.
7893 (speedbar-buffer-buttons-engine): Be smarter when creating a
7894 filename tag (for expansion purposes.).
a1b8d58b
GM
7895 (speedbar-highlight-one-tag-line,
7896 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
7897 (speedbar-recenter): New functions.
b6389bfb 7898 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
7899 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
7900 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
7901 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
7902 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
7903 (speedbar-expand-image-button-alist): New variable.
7904 (speedbar-insert-image-button-maybe): Insert an image over some
7905 buttons.
7906
43fe9244
KH
79072000-05-13 Kenichi Handa <handa@etl.go.jp>
7908
7909 * international/mule-cmds.el (encode-coding-char): An ASCII
7910 character is always encodable.
7911
7912 * international/mule-conf.el: Add more information in descriptions
7913 of character sets.
7914
813086ea 7915 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
7916 (describe-font-internal): Adjusted for the change of font-info.
7917 (describe-font): Likewise.
7918 (print-fontset): Rewritten for the new fontset implementation.
7919 (describe-fontset): Include fontset alias names in completion.
7920 (list-fontsets): Adjusted for the change of print-fontset.
7921
7922 * simple.el (what-cursor-position): If DETAIL is non-nil, call
7923 describe-char-after instead of displaying the detail in the echo
7924 area.
813086ea
KH
7925 (syntax-code-table): Format changed.
7926 (string-to-syntax): Adjusted for the above change.
0e8c11d8 7927
e8564f57
SM
79282000-05-12 Stefan Monnier <monnier@cs.yale.edu>
7929
7930 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
7931
9278c60d
DL
79322000-05-12 Dave Love <fx@gnu.org>
7933
7934 * calendar/todo-mode.el: Remove some compatibility stuff and CL
7935 dependence. Use line-{beginning,end}-position, not
7936 point-at{b,e}ol. Some doc fixes.
7937 (todo-position): New function. Fix callers of position to use it.
7938 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
7939
be0505fe
GM
79402000-05-12 Gerd Moellmann <gerd@gnu.org>
7941
7942 * time.el (display-time-mail-icon): Use `:ascent center'.
7943
a8a3541c
GM
7944 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
7945 handling FTP security extensions.
399c88ad 7946
44d5f148
DL
79472000-05-11 Dave Love <fx@gnu.org>
7948
33d0c179 7949 * calendar/todo-mode.el: New file.
44d5f148 7950
da4496b6
GM
79512000-05-11 Gerd Moellmann <gerd@gnu.org>
7952
cdc4401d
GM
7953 * comint.el (comint-read-input-ring): Move reference to
7954 comint-input-ring-size outside of the save-excursion. It was
7955 causing the default value to be the only one ever seen.
399c88ad 7956
0279f991
GM
7957 * font-lock.el: Update copyright. Remove Simon Marshall's email
7958 address on request from him.
7959
da4496b6
GM
7960 * subr.el (substitute-key-definition): Add comment describing
7961 the meaning of PREFIX.
7962
ac5cb26d
SM
79632000-05-10 Stefan Monnier <monnier@cs.yale.edu>
7964
7965 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
7966
7967 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
7968 (add-minor-mode): Don't make the variable buffer-local and add a
7969 reference to define-minor-mode in the docstring.
7970
7971 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
7972 HEADER/FOOTER and fix bug with trailing empty directory.
7973 (cvs-append-to-ignore): Use vc-editable-p if available.
7974 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
7975 (vc-do-command): Tweak advice to handle the new VC.
7976
7977 * log-view.el (log-view-goto-rev): New function for the new VC.
7978 (log-view-minor-wrap): Use mark-active.
7979
7980 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
7981 (log-edit-changelog-full-paragraphs): New var.
7982 (log-edit-insert-changelog): Remove a lonely leading `* file'.
7983 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
7984 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
7985 (log-edit-changelog-ours-p, log-edit-changelog-entries)
7986 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
7987 Replace the `cvs' prefix with `log-edit'.
7988
7989 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
7990
7991 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
7992 (diff-font-lock-defaults): Explicitly turn off multiline.
7993 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
7994 (diff-ediff-patch): Fix call to ediff-patch-file.
7995 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
7996 Handle comments.
7997
7998 * frame.el (automatic-hscrolling): Typo.
7999
8000 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8001
21c34da3
DL
80022000-05-09 Sam Steingold <sds@goems.com>
8003
8004 * apropos.el (apropos-print): use `describe-face' instead of
8005 `customize-face-other-window'.
8006
950cf06f
DL
80072000-05-09 Dave Love <fx@gnu.org>
8008
8009 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8010
8011 * help.el (describe-variable): Have customize button pop the
8012 help-xref stack when invoked.
8013 (help-xref-symbol-regexp): Add `face'.
8014 (help-make-xrefs): Check for quoted face names and adapt regexp
8015 submatch numbers to cope.
8016 (help-xref-interned): Maybe insert face doc too. Separate
8017 sections with a line of hyphens.
8018
0623e40f 8019 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
8020 (describe-face): Add customize button. Return the help
8021 text. Fix prompt.
8022
82e2ca9d
EZ
80232000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8024
8025 * term/internal.el (IT-character-translations): Fix last change.
8026
10c00b5c
EZ
80272000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8028
8029 * woman.el: New file
8030 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8031
9deed82f
EZ
80322000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8033
001ad319
EZ
8034 * term/internal.el (IT-character-translations): Update ASCII
8035 simulations for greek-iso8859-7, add latin-iso8859-14 and
8036 latin-iso8859-15.
8037
9deed82f
EZ
8038 * international/mule-cmds.el (set-language-info-alist): Call
8039 define-prefix-command with 3 arguments, to make the map suitable
8040 for a menu.
8041
4f37b78a
DL
80422000-05-07 Dave Love <fx@gnu.org>
8043
d313265f 8044 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 8045
64a4c526
DL
80462000-05-05 Dave Love <fx@gnu.org>
8047
8048 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8049 list in doc string. Don't quote keyword symbols.
8050 * emacs-lisp/cl.el: Likewise
8051 * emacs-lisp/cl-seq.el: Likewise
8052
056565f7
GM
80532000-05-05 Gerd Moellmann <gerd@gnu.org>
8054
8055 * abbrev.el (abbrev-mode): Make ARG optional.
8056
4656b314
GM
80572000-05-04 Gerd Moellmann <gerd@gnu.org>
8058
ec82fb2f
GM
8059 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8060
8061 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8062
4656b314
GM
8063 * subr.el (substitute-key-definition): Clarify documentation.
8064
80652000-05-04 Milan Zamazal <pdm@freesoft.cz>
8066
8067 * glasses.el (glasses-convert-to-unreadable): Use
8068 `glasses-separator' instead of the hard-wired "_".
8069 (glasses-mode): Call `glasses-make-unreadable' only in a single
8070 place.
8071
7b081c78
EZ
80722000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
8073
8074 * term/internal.el (cjk-codepages-alist): Add associations for
8075 Chinese and Korean codepages. Remove FIXME comment.
8076
baa5536e
DL
80772000-05-03 Dave Love <fx@gnu.org>
8078
8079 * time.el (display-time-mail-face, display-time-use-mail-icon):
8080 New option.
8081 (display-time-mail-icon): New variable.
8082 (display-time-string-forms): Use the above. Fix the local-map.
8083
cbf18892
GM
80842000-05-03 Gerd Moellmann <gerd@gnu.org>
8085
4ff40dd0
GM
8086 * replace.el (query-replace-map): Add binding for `E'.
8087 (query-replace-help): Extend help text.
8088 (perform-replace): Allow editing the replacement string.
8089
8090 * make-mode.el (makefile-mode-abbrev-table): New variable.
8091 (makefile-mode): Set local abbrev table to
8092 makefile-mode-abbrev-table.
8093 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 8094
cbf18892
GM
8095 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
8096 set TOGGLE's value.
8097
4ff40dd0
GM
8098 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
8099 mail-interactive-insert-alias.
8100 (mail-abbrev-complete-alias): New command.
8101 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 8102
ffec4d9f
KH
81032000-05-03 Kenichi Handa <handa@etl.go.jp>
8104
8105 * language/lao-util.el (lao-compose-region): New function.
8106
1b0672c3
GM
81072000-05-02 Gerd Moellmann <gerd@gnu.org>
8108
576da55d
GM
8109 * files.el (recover-session): Make directories as necessary
8110 if they don't exist yet.
8111
399c88ad
SS
8112 * calendar/cal-french.el
8113 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
8114 (french-calendar-special-days-array): Change French text.
8115 (calendar-french-date-string): Change output.
8116 (calendar-goto-french-date): Likewise.
8117
81182000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
8119
8120 * wid-edit.el (widget-default-active): Obey `:always-active'.
8121 (widget-documentation-string-value-create): Set `:always-active'.
8122
4b33deaa
EZ
81232000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8124
8125 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
8126 default prefix to `~/_emacs.d/auto-save.list/_s'.
8127 (normal-top-level): Create the directory for auto-save files, if
8128 it doesn't already exist (in the ms-dos case only).
8129
5c922ea7
EZ
81302000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8131
8132 * international/mule-cmds.el (set-language-environment): Don't
8133 concat an integer (dos-codepage), use format instead.
8134
820ad5e7
DL
81352000-05-02 Dave Love <fx@gnu.org>
8136
8137 * help.el (help-xref-on-pp): Check for constant symbols.
8138
57cb56f5
GM
81392000-04-29 Gerd Moellmann <gerd@gnu.org>
8140
8141 * startup.el (normal-top-level): Put a condition-case around
8142 the code loading subdirs.el.
8143
81442000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 8145
57cb56f5
GM
8146 * ps-print.el: Upside-down and face background color printing,
8147 line number step, doc fix.
8148 (ps-print-version): New version number (5.2).
8149 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8150 (ps-face-attribute-list, ps-plot-with-face): Code fix.
8151 (ps-spool-config): Var fix.
8152 (ps-printer-name-option): Const fix.
8153 (ps-print-upside-down, ps-use-face-background)
8154 (ps-line-number-step): New vars.
8155 (ps-window-system, ps-lp-system): New consts.
8156 (ps-face-background): New fun.
8157
084cec2f
GM
81582000-04-28 Richard Stallman <rms@gnu.org>
8159
8160 * files.el (make-auto-save-file-name):
8161 Apply auto-save-file-name-transforms to visited file name
8162 before generating auto save file name.
8163 (auto-save-file-name-transforms): New variable.
8164
399c88ad 8165 * files.el (backup-enable-predicate):
084cec2f
GM
8166 Correctly test for a file under a temporary directory.
8167
c94f4677
GM
81682000-04-28 Gerd Moellmann <gerd@gnu.org>
8169
8170 * subr.el (add-minor-mode): Rewritten.
8171
7b211df5
KH
81722000-04-28 Kenichi Handa <handa@etl.go.jp>
8173
8174 * mail/sendmail.el (sendmail-send-it): Set
8175 buffer-file-coding-system to the selected coding system for MIME
8176 header.
8177
c76e04a8 81782000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 8179
c76e04a8
GM
8180 * dired.el (dired-move-to-filename-regexp): Allow format where
8181 YYYY is followed by two spaces.
e3e36d74 8182
c76e04a8
GM
8183 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8184 in the second character class of the regexp.
8185
8186 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8187 mh-etc, too.
353964e3 8188
c76e04a8
GM
8189 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8190 nil.
399c88ad 8191
353964e3
GM
8192 * subr.el (add-minor-mode): Use `set' instead of `setq'.
8193
8194 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8195 argument.
8196
c76e04a8 81972000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 8198
c76e04a8
GM
8199 * emacs-lisp/crm.el (crm-completion-table): New variable.
8200 (crm-collection-fn, crm-test-completion)
8201 (completing-read-multiple): Use it.
8202
82032000-04-27 Dave Love <fx@gnu.org>
8204
8205 * help.el (locate-library): Use mapc.
8206 (help-manyarg-func-alist): Add call-process-region.
8207
7464346d
GM
82082000-04-26 Gerd Moellmann <gerd@gnu.org>
8209
b35bd33d
GM
8210 * subr.el (add-minor-mode): Make argument MAP optional.
8211
7464346d
GM
8212 * desktop.el (desktop-save): Save list of minor modes.
8213 (desktop-create-buffer): Restore minor modes.
8214 (desktop-minor-mode-table): New user-option.
8215
8216 * subr.el (add-minor-mode): New function.
8217
8218 * image.el (find-image): New function.
8219 (defimage): Rewritten to find image at load time.
8220
8221 * startup.el (normal-top-level-add-to-load-path): Handle
8222 case that the default directory is not in load-path.
8223
8224 * help.el: Old patch from Stefan Monnier.
8225 (help-xref-on-pp): New function.
8226 (describe-variable): Use it to display xrefs in a symbol's value.
8227
23c0fb21
SM
82282000-04-26 Stefan Monnier <monnier@cs.yale.edu>
8229
8230 * cus-edit.el (custom-face): Fix parenthesis.
8231
fad95037
KH
82322000-04-26 Kenichi Handa <handa@etl.go.jp>
8233
f03392a1
KH
8234 * mail/rmail.el (rmail-expunge): When there are no deleted
8235 messages, do nothing.
fad95037 8236
0d7c5bb9
DL
82372000-04-26 Dave Love <fx@gnu.org>
8238
8239 * international/mule-cmds.el (locale-translation-file-name):
8240 Defvar to nil.
8241 (set-locale-environment): Set it here (at runtime).
8242
612839b6
GM
82432000-04-25 Gerd Moellmann <gerd@gnu.org>
8244
8245 * replace.el (perform-replace): Add parameters START and END. Use
8246 them instead of the check for a region in Transient Mark mode.
8247 (query-replace-read-args): Return two more list elements for the
8248 start and end of the region in Transient Mark mode.
8249 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8250 (map-query-replace-regexp, replace-string, replace-regexp): Add
8251 optional last arguments START and END and pass them to
8252 perform-replace.
8253
8254 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8255 form with additional arguments for perform-replace.
8256
8257 * progmodes/etags.el (tags-query-replace): Add parameters START
8258 and END. Construct a form with additional arguments for
8259 perform-replace.
8260
8261 * simple.el (shell-command): Set default directory for "*Shell
8262 Command Output" buffer.
8263
8264 * language/european.el (iso-latin-4): Fix typo.
8265
8266 * emacs-lisp/crm.el: New file.
8267
2917cc05
DL
82682000-04-24 Dave Love <fx@gnu.org>
8269
8270 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8271 (Custom-reset-saved, Custom-reset-standard)
8272 (custom-group-value-create, custom-group-set, custom-group-save)
8273 (custom-group-reset-current, custom-group-reset-saved)
8274 (custom-group-reset-standard): Use mapc.
8275 (custom-buffer-create-internal): Disable undo when creating items.
8276 Use mapc.
8277 (custom-face): Avoid redundant lambda.
8278
abfcc168
GM
82792000-04-24 Gerd Moellmann <gerd@gnu.org>
8280
8281 * startup.el (auto-save-list-file-prefix): Set default to
8282 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8283
fa78f71b
SS
82842000-04-24 Sam Steingold <sds@gnu.org>
8285
8286 * time-stamp.el (time-stamp-string-preprocess): Always convert
8287 `field-result' to a string.
8288
cc181e95
GM
82892000-04-24 Gerd Moellmann <gerd@gnu.org>
8290
8291 * frame.el (scrolling): New group.
8292 (automatic-hscrolling): New user-option.
8293
8294 * startup.el (command-line-x-option-alist): Add `-lsp' and
8295 `--line-spacing'.
8296
6142fdcb
DL
82972000-04-19 Dave Love <fx@gnu.org>
8298
8299 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8300 (cl-mapc): Rename from mapc. Fix the funcall.
8301
5e3dac3f
GM
83022000-04-19 Gerd Moellmann <gerd@gnu.org>
8303
1c459486
GM
8304 * simple.el (clone-indirect-buffer-other-window): New command.
8305 (clone-indirect-buffer): Add optional arg NORECROD.
8306 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8307
271b4185
GM
8308 * help.el (resize-temp-buffer-window): Use count-screen-lines.
8309
8310 * window.el (count-screen-lines): New function.
8311 (shrink-window-if-larger-than-buffer): Use count-screen-lines
8312 instead of window-buffer-height.
8313
8314 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8315 non-existing variable comint-input-sentinel.
8316 (inferior-lisp-args-to-list): Removed.
8317 (inferior-lisp): Use split-string instead of
8318 inferior-lisp-args-to-list.
8319
8320 * hexl.el (hexl-insert-hex-string): New command.
8321
5e3dac3f
GM
8322 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8323 instead of concat.
8324
f6d3257b
GM
83252000-04-18 Gerd Moellmann <gerd@gnu.org>
8326
8327 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8328 at the start of an existing but empty folder.
8329
83302000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8331
8332 * ps-mule.el: Customization fix, doc fix.
8333 (ps-multibyte-buffer): Customization fix.
8334
8b7bc628 83352000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
8336
8337 * subr.el (read-passwd): Use read-char-exclusive.
8338
0daee095
GM
83392000-04-17 Gerd Moellmann <gerd@gnu.org>
8340
8341 * textmodes/texinfo.el (texinfo-insert-@email)
8342 (texinfo-insert-@emph, texinfo-insert-@quotation)
8343 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8344 (texinfo-mode-map): Add key bindings for them.
8345
8346 * files.el (basic-save-buffer-2): Use a template with `$'
8347 instead of `#' for VMS.
8348
8349 * simple.el (clone-indirect-buffer): New function.
8350
e10f64e7
GM
83512000-04-16 Stephen Eglen <stephen@gnu.org>
8352
8353 * iswitchb.el (iswitchb-case): New function. If the user input
8354 contains any upper-case characters, the search is made
8355 case-sensitive.
8356
e3721db1
SM
83572000-04-17 Stefan Monnier <monnier@cs.yale.edu>
8358
e10f64e7
GM
8359 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8360 comment-end.
e3721db1
SM
8361 (texinfo-font-lock-syntactic-keywords): New var.
8362 (texinfo-font-lock-keywords): Remove comment regexp.
8363 (texinfo-insert-block): New function.
8364 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
8365 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
8366 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 8367 (texinfo-environments): New var.
e10f64e7
GM
8368 (texinfo-environment-regexp): Use regexp-opt and
8369 texinfo-environments.
e3721db1 8370
e10f64e7
GM
8371 * textmodes/ispell.el (ispell-menu-map-needed): Check that
8372 ispell-process is bound since this might be eval'd before ispell
8373 is loaded.
8374 (ispell-message): Use a tiny bit less magic and a bit more hard
8375 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
8376
8377 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8378
8379 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8380 (insert-cyclic-diary-entry): Unquote the lambda.
8381
8382 * gud.el (gud-jdb-build-source-files-list): Fix typo.
8383
8384 * files.el (backup-enable-predicate): Unquote the lambda.
8385
8386 * cus-edit.el (custom-face, face): Unquote the lambda.
8387
712dc9e0
GM
83882000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8389
8390 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 8391
712dc9e0
GM
8392 * ps-print.el: Fix counting lines in a region.
8393 (ps-print-version): New version number (5.1.5).
8394 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8395 (ps-printing-region): Fun code fix.
8396
ffc50f2a
GM
83972000-04-15 Gerd Moellmann <gerd@gnu.org>
8398
8399 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8400 to file-directory-p.
8401
a2522dca
GM
84022000-04-14 Gerd Moellmann <gerd@gnu.org>
8403
8404 * gud.el (gud-jdb-build-source-files-list): Check that directory
8405 exists before calling directory-files.
8406
6e883610
DL
84072000-04-13 Dave Love <fx@gnu.org>
8408
8409 * emacs-lisp/trace.el: Change maintainer. Use new backquote
8410 syntax.
8411
8412 * emacs-lisp/cl-specs.el: Remove when, unless.
8413
8414 * emacs-lisp/cl-extra.el: Don't quote keywords.
8415 (cl-old-mapc): New variable.
8416 (mapc): Use it.
8417 (cl-map-intervals): Use with-current-buffer. Don't check for
8418 next-property-change.
8419 (cl-map-overlays): Use with-current-buffer.
8420 (cl-expt): Remove.
8421 (copy-tree, remprop): Define unconditionally.
8422
8423 * emacs-lisp/cl-compat.el (keywordp): Remove.
8424
8425 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
8426 to use keywordp.
8427 (edebug-spec): Enable keywordp.
8428
8429 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8430 string-lessp.
8431
8432 * cus-start.el: Use keywordp.
8433
198e3c7a
GM
84342000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8435
8436 * diary-lib.el (include-other-diary-files): Fix the fix of
8437 2000-02-18 by doing a save-excursion.
8438
84392000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8440
8441 * ps-print.el: Customization fix, doc fix.
8442 (ps-print-version): New version number (5.1.4).
8443 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8444 (ps-print-preprint): Adjust code.
8445 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8446 (ps-print-prologue-header, ps-print-control-characters)
8447 (ps-spool-config): Customization fix.
fa78f71b 8448
8eba343c
EZ
84492000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8450
8451 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8452 converted to the new menu-item format, names silightly changed,
8453 help strings added.
8454
8455 Support for spelling without async subprocesses:
8456
8457 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8458 (ispell-session-buffer): New variables.
8459 (ispell-start-process, ispell-process-status,
8460 ispell-accept-output, ispell-send-string): New functions, for
8461 Ispell invocation when async subprocesses aren't supported.
8462 (ispell-word, ispell-pdict-save, ispell-command-loop,
8463 ispell-process-line, ispell-buffer-local-parsing): Replace calls
8464 to process-send-string with calls to ispell-send-string, and
8465 accept-process-output with ispell-accept-output.
8466 (ispell-init-process): Call ispell-process-status instead of
8467 process-status with.
8468 (ispell-init-process): Call ispell-start-process. Call
8469 ispell-accept-output and ispell-send-string. Don't call
8470 process-kill-without-query and kill-process if they are unbound.
8471 (ispell-async-processp): New function.
8472
3d30065d
DL
84732000-04-12 Dave Love <fx@gnu.org>
8474
8475 * info.el: Add debug-ignored-errors.
8476 (Info-mode-menu): Add some items.
8477 (Info-directory): Add autoload cookie.
8478
8479 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8480 Modify `truncate-lines'. Make `describe-language-environment'
8481 always visible and add help. Modify `describe-key' help. Invoke
8482 Info-directory from `info'. New entry `emacs-manual'.
8483
1a1b1895
GM
84842000-04-10 Gerd Moellmann <gerd@gnu.org>
8485
8b2affc5
GM
8486 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8487 propertized-buffer-identification.
8488 (ebrowse-update-member-buffer-mode-line): Likewise.
8489 (ebrowse--mode-strings): Removed.
8490 (ebrowse--mode-line-props): Removed.
8491
1a1b1895
GM
8492 * files.el (auto-mode-alist): Add `EBROWSE'.
8493
8494 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8495 space before testing for end of buffer.
8496 (ebrowse-load): Removed.
8497 (ebrowse-revert-tree-buffer-from-file): Rewritten.
8498 (ebrowse-create-tree-buffer): Rewritten.
8499 (ebrowse-tree-mode): Read tree from buffer.
8500
8501 * progmodes/ebrowse-ffh.el: Removed.
8502
223f3c91
KH
85032000-04-10 Kenichi Handa <handa@etl.go.jp>
8504
8505 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8506
25fbf2c4
GM
85072000-04-10 Gerd Moellmann <gerd@gnu.org>
8508
8509 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8510 at the wrong place.
8511
92c13173
DL
85122000-04-09 Dave Love <fx@gnu.org>
8513
8514 * files.el (backup-enable-predicate): Use
8515 temporary-file-directory, small-temporary-file-directory.
8516 (make-backup-file-name-function, backup-directory-alist): New
8517 variables.
8518 (make-backup-file-name-1): New function.
8519 (make-backup-file-name): Use it.
8520 (find-backup-file-name): Likewise. Use format for clarity, not
8521 concat.
8522 (file-newest-backup): Use make-backup-file-name.
8523
be0dbdab
GM
85242000-04-09 Gerd Moellmann <gerd@gnu.org>
8525
c45be9ac 8526 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 8527
c45be9ac
GM
8528 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8529 to ebrowse-ffh.el.
8530 (ebrowse-load): Add autoload.
8531
8532 * finder.el (finder-commentary): Add autoload cookie.
8533
be0dbdab
GM
8534 * mail/rfc2368.el: Correct author's email address.
8535
8536 * progmodes/ebrowse.el: New file.
8537
8538 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8539 item help string.
8540 (easy-menu-do-add-item): Ditto.
8541 (easy-menu-define): Extend doc string.
8542
8543 * jit-lock.el (with-buffer-unmodified): Use
8544 restore-buffer-modified-p.
8545 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8546 (jit-lock-function, jit-lock-stealth-fontify): Don't use
8547 with-buffer-unmodified.
8548
3f923efe
DL
85492000-04-08 Dave Love <fx@gnu.org>
8550
8551 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8552 unless, when.
8553
d35bee0e
MK
85542000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
8555
8556 * viper-util.el (viper-put-on-search-overlay): New subroutine.
8557 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 8558 doesn't support face.
d35bee0e 8559 Use `viper-put-on-search-overlay'.
fa78f71b 8560
c407c570
GM
85612000-04-04 Gerd Moellmann <gerd@gnu.org>
8562
8563 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8564 like C-r.
8565
8566 * progmodes/make-mode.el: Some doc fixes.
8567 (makefile-mode-abbrev-table): New variable.
8568 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8569 (makefile-font-lock-keywords): Fontify includes and conditionals.
8570 (toplevel): Require `dabbrev' and `add-log' when compiling.
8571
8572 * replace.el (perform-replace): Don't move forward one char
8573 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
8574 to do that because it leaves point 1 position after the last
8575 replacement, after everything has been replaced.
8576
8577 * jit-lock.el (with-buffer-unmodified): New macro.
8578 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8579 modified state.
8580 (jit-lock-function-1): Extracted from jit-lock-function; not
8581 preserving buffer's modified state.
8582 (jit-lock-function, jit-lock-stealth-fontify): Call
8583 jit-lock-function-1.
8584
8585 * mail/rfc2368.el: Remove supernumerary copyright line.
8586
685e5ed2
GM
85872000-04-04 Milan Zamazal <pdm@freesoft.cz>
8588
8589 * glasses.el: Provide facilities for inserting space before left
8590 parentheses and uncapitalization of identifiers.
8591 (glasses-mode): Try to remove old overlays in all cases.
8592
0166aed1
GM
85932000-04-03 Gerd Moellmann <gerd@gnu.org>
8594
62f20204
GM
8595 * progmodes/compile.el (compile-internal): Display the compilation
8596 buffer in a different frame, if it's already displayed there.
8597
6460c400
GM
8598 * mail/rfc2368.el: New file.
8599
c0510d27
GM
8600 * simple.el (sendmail-user-agent-compose): Recognize a `body'
8601 header and insert its value as mail body.
8602
8603 * subr.el (member-ignore-case): New function.
8604
8605 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8606 (dabbrev--find-expansion): Ignore buffers matching a regexp
8607 from dabbrev-ignored-regexps.
8608
0166aed1
GM
8609 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8610 to extensions handled by gzip.
8611
c0510d27
GM
86122000-04-03 Richard M. Stallman <rms@gnu.org>
8613
8614 * files.el (insert-directory): List the total free space
8615 along with the used space.
fa78f71b 8616
c0510d27
GM
8617 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8618 line is followed by one that matches CITATION-REGEXP, end the
8619 paragraph.
8620
86212000-04-03 Markus Rost <rost@delysid.gnu.org>
8622
8623 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8624 (rmail-make-basic-summary-line): Use that option.
fa78f71b 8625
14c04384
KH
86262000-04-03 Kenichi Handa <handa@etl.go.jp>
8627
8628 * international/mule-cmds.el (encoded-string-description):
8629 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
8630 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
8631 for hexadecimal format.
14c04384 8632
ccf5869a
DL
86332000-04-01 Dave Love <fx@gnu.org>
8634
8635 * cpp.el: Change customization group to `c' from `C'.
8636
8637 * vcursor.el (vcursor-move): Use display-color-p.
8638
8639 * international/mule-util.el: Provide mule-utils.
8640 (string-to-sequence): Simplify and speed up.
8641
8642 * international/mule.el (make-coding-system): Purecopy doc-string.
8643
8644 * international/mule-cmds.el: Various menu changes.
8645 (describe-specified-language-support): Handle `Default'.
8646 (set-language-info): Purecopy `info'.
8647
610d841e
GM
86482000-03-31 Andrew Innes <andrewi@gnu.org>
8649
8650 * vc.el (vc-backend-diff): Return the correct status if we had to
8651 retry the rcsdiff command without the --brief option.
fa78f71b 8652
7f9de034
DL
86532000-03-31 Dave Love <fx@gnu.org>
8654
2de47765
DL
8655 * help.el (help-manyarg-func-alist): Correct several omissions.
8656
72838819
DL
8657 * add-log.el: Don't require cl, fortran.
8658 (add-log-current-defun-function): Doc fix.
8659 (change-log-version-number-regexp-list): Remove SCCS part. Doc
8660 fix.
8661 (change-log-version-rcs): Function deleted.
8662 (change-log-version-number-search): Doc fix. Use
8663 vc-workfile-version. Avoid CL dolist.
8664 (add-change-log-entry): Just call add-log-current-defun to get
8665 defun. Simplify somewhat.
8666 (change-log-get-method-definition-1): Likewise.
8667 (add-log-current-defun): Return nil if calling
8668 add-log-current-defun-function does so. Move Fortran stuff to
8669 fortran.el. Return string without properties.
8670
7f9de034
DL
8671 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
8672 and :alpha: char classes.
8673
8674 * mail/supercite.el: Defvar curline when compiling.
8675 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
8676 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
8677 rather than a-zA-Z0-9 to allow non-ASCII characters.
8678
aa110c0c
GM
86792000-03-31 Gerd Moellmann <gerd@gnu.org>
8680
8681 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
8682
8683 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8684 Re-enable new code.
8685
8686 * lpr.el (print-region-1): Use -d to specify printer name for
8687 systems `usg-unix-v*, `dgux', `hpux', `irix'.
8688
86892000-03-31 Dave Love <fx@gnu.org>
fa78f71b 8690
aa110c0c
GM
8691 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
8692 for function definition in symbol's function value slot first
8693 instead of first consulting byte-compile-function-environment.
fa78f71b 8694
6733d074
KH
86952000-03-31 Kenichi Handa <handa@etl.go.jp>
8696
8697 * language/european.el ("Polish"): New language environment.
8698 (setup-polish-environment): New function.
8699
63fcfa04
GM
87002000-03-30 Gerd Moellmann <gerd@gnu.org>
8701
8702 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8703 Disable new code.
8704
8705 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
8706 trying to `load' the symbol of an autoload instead of the file
8707 recorded in the autoload. Fix error messages.
8708
7438c86b
GM
87092000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8710
8711 * ps-print.el: PostScript programming fix for ghostview, doc fix.
8712 (ps-print-version): New version number (5.1.3).
8713 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
8714 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
8715 (ps-generate-postscript-with-faces): Code fix.
8716 (ps-color-values): XEmacs compatibility.
8717 (ps-print-background-image, ps-print-background-text, ps-printer-name)
8718 (ps-default-fg, ps-default-bg): Adjust customization.
8719 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
8720 (ps-color-scale): Renaming old ps-color-value fun.
8721 (ps-print-headers): Replace ps-print-header group to avoid conflict
8722 with ps-print-header variable.
8723 (ps-print-miscellany): New group.
8724 (ps-format-color, ps-rgb-color): New funs.
8725 (ps-default-foreground): New var.
8726 (ps-printer-name-option): New const.
fa78f71b 8727
326855a0
PB
87282000-03-30 Peter Breton <pbreton@ne.mediaone.net>
8729
1f56ba73
PB
8730 * net/net-utils.el:
8731 (network-connection-host, network-connection-service): New variables
8732 (network-connection-mode): New mode, derived from comint-mode
8733 (network-connection-mode-setup): New function, saves host and
fa78f71b 8734 service information in local variables.
1f56ba73 8735
326855a0
PB
8736 * lisp/locate.el:
8737 (locate-word-at-point): Added this function
8738 (locate): Default to using locate-word-at-point as input
8739 Run dired-mode-hook
8740
141384bd
DL
87412000-03-29 Dave Love <fx@gnu.org>
8742
8743 * calendar/appt.el: Doc fixes.
8744 (appt-check): Convert min-to-app to a string before passing to
8745 appt-disp-window-function or concat.
8746 (appt-delete-window): Remove test for frame-root-window.
8747 (appt-select-lowest-window, appt-convert-time): Simplify.
8748
8749 * emacs-lisp/bytecomp.el: Doc fixes.
8750 (byte-compile-file-form-autoload): Update
8751 byte-compile-function-environment.
8752
c5aa0fc2
AS
87532000-03-29 Andreas Schwab <schwab@suse.de>
8754
8755 * emacs-lisp/autoload.el: Also print defsubst doc string
8756 specially.
8757
8758 * dired.el (dired-insert-directory): If dired-free-space-program
8759 failed just delete its output.
8760
f1d6fe69
DL
87612000-03-29 Dave Love <fx@gnu.org>
8762
8763 * international/iso-cvt.el: Move provide to end. Doc fixes.
8764 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
8765 (iso-iso2sgml, iso-sgml2iso): New functions.
8766 (iso-cvt-define-menu): Fix some entries and use backquote for
8767 clarity.
8768
8769 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
8770
b61f1215
GM
87712000-03-28 Gerd Moellmann <gerd@gnu.org>
8772
8773 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
8774 ISO-DATE. If non-nil, return date in ISO 8601 format.
8775
ea4b0ca3
SM
87762000-03-26 Stefan Monnier <monnier@cs.yale.edu>
8777
3831af62
SM
8778 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
8779 if it ever becomes used.
8780 (log-edit-mode-hook): Default to vc-log-mode-hook.
8781 (log-edit-mode): Fix the docstring.
8782
ea4b0ca3
SM
8783 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
8784 the code.
8785
08f8b1cc
DL
87862000-03-26 Dave Love <fx@gnu.org>
8787
082527fe
DL
8788 * net/browse-url.el (browse-url): Re-fix case of
8789 browse-url-browser-function being an alist.
8790 (browse-url): Add :link to defgroup.
8791
08f8b1cc
DL
8792 * files.el: Doc fixes.
8793 (file-truename): Include `[' in wildcard characters.
8794 (automount-dir-prefix): Customize.
8795 (find-file-wildcards): Add :version.
8796 (find-file-noselect): Simplify a mapcar call.
8797
8798 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
8799 compatible with inf-lisp version.
8800 (eval-defun-1): Fix custom-declare-variable case.
8801
ea4b0ca3
SM
88022000-03-25 Stefan Monnier <monnier@cs.yale.edu>
8803
8804 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
8805
9a0dd3dc
GM
88062000-03-24 Gerd Moellmann <gerd@gnu.org>
8807
b68c375f
GM
8808 * Makefile (COMPILE_FIRST): New macro.
8809 (compile-files): Compile files from COMPILE_FIRST first.
8810
8811 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
8812 code.
8813
9a0dd3dc
GM
8814 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
8815 matching open parenthesis in column 0 to defun-prompt-regexp
8816 only if open-paren-in-column-0-is-defun-start is set.
8817
8818 * sun-curs.el: Require CL at compile-time only.
8819
8820 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
8821 instead of copy-list which is a function from CL.
8822 (msb--choose-menu, msb--mode-menu-cond)
8823 (msb--create-buffer-menu-2): Use dolist instead of mapc.
8824 (msb--init-file-alist): Use mapcar instead of mapcan.
8825 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
8826 `(' in column 0 in doc string.
8827 (msb--add-separators): Use mapcar instead of mapcan.
8828
8829 * cus-dep.el: Require CL at compile-time only.
8830
c7dcadb5
SM
88312000-03-24 Stefan Monnier <monnier@cs.yale.edu>
8832
8833 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8834 (byte-compile-warnings): New warning `noruntime'.
8835 (byte-compile-constants, byte-compile-variables): Fix docstring.
8836 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
8837 execute `eval-whenc-compile's body.
8838 (byte-compile-unresolved-functions): Fix docstring.
8839 (byte-compile-eval): New function.
8840 (byte-compile-callargs-warn): Check if the function will be available
8841 at runtime (via property `byte-compile-noruntime').
8842 (byte-compile-print-syms): New function.
8843 (byte-compile-warn-about-unresolved-functions): Also warn about
8844 `noruntime' functions (and use `byte-compile-print-syms').
8845 (byte-compile-file): Capitalize the message.
8846
3b55acc9
GM
88472000-03-24 Gerd Moellmann <gerd@gnu.org>
8848
8849 * mail/rmail.el (rmail-confirm-expunge): New user-option.
8850 (rmail-expunge): Ask for confirmation depending on the setting
8851 of rmail-confirm-expunge.
8852
88532000-03-23 Gerd Moellmann <gerd@gnu.org>
8854
8855 * Makefile (bootstrap-clean): If $(emacs) exists, build
8856 loaddefs.el first. A loaddefs.el that's not up-to-date might
8857 cause a bootstrap failure because things don't autoload as
8858 expected.
8859
02c76af4
DL
88602000-03-23 Dave Love <fx@gnu.org>
8861
8862 * net/browse-url.el: Restore previous use of
8863 browse-url-maybe-new-window.
8864
1a3199d9
GM
88652000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8866
8867 * ps-print.el: Skip banner page fix.
8868 (ps-print-version): New version number (5.1.2).
8869 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 8870
1a3199d9
GM
88712000-03-23 Dave Pearson <davep@davep.org>
8872
8873 * net/quickurl.el Changed the type of parameter passed to the
8874 function defined by `quickurl-format-function'. Before only the
8875 text of the URL was passed. Now the whole URL structure is passed
8876 and the function is responsible for extracting the parts it
8877 requires. Changed the default of `quickurl-format-function'
8878 accordingly.
8879 (quickurl-insert): Changed the `funcall' of
8880 `quickurl-format-function' to match the above change.
8881 (quickurl-list-insert): Changed the `url' case so that it makes
8882 use of `quickurl-format-function', previous to this the format was
8883 hard wired.
fa78f71b 8884
72db3ab5
GM
88852000-03-22 Gerd Moellmann <gerd@gnu.org>
8886
8887 * startup.el: Change some spellings for the X Window System.
8888
68049bfa
SM
88892000-03-22 Stefan Monnier <monnier@cs.yale.edu>
8890
8891 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
8892 up the code and the regexp and make sure the cursor is temporarily
8893 moved to the suspicious line while querying the user.
8894
ff4df011
JR
88952000-03-22 Jason Rumney <jasonr@gnu.org>
8896
8897 * w32-fns.el (w32-charset-info-alist): Initialize.
8898
ee1c5b21
GM
88992000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8900
8901 * ps-print.el: N-up last page fix.
8902 (ps-print-version): New version number (5.1.1).
8903 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 8904
d2cbfba0
SM
89052000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8906
bfb857d8
SM
8907 * files.el (find-file-run-dired): Update docstring.
8908 (find-directory-functions): New hook.
8909 (find-file-noselect): Run find-directory-functions rather than
8910 calling dired directly.
8911
8912 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
8913
cb3430a1
SM
8914 * pcvs.el: Add a minimal leading commentary.
8915 (cvs-make-cvs-buffer): Change the header part by removing the startup
8916 message and adding a `Module' entry. Also replace the FOOTER and
8917 HEADER special fileinfos with the new support in ewoc for updating
8918 its own footer and header.
8919 (cvs-update-header): Update to use the header/footer of the ewoc.
8920 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
8921 (cvs-is-within-p): New function.
8922 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
8923 to only examine some subset of the buffers.
8924
8925 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
8926 `format' instead of our own ad-hoc functions.
8927 Remove HEADER and FOOTER cases, now handled in the EWOC.
8928 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
8929
8930 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
8931 output to avoid scaring the user.
8932 (cvs-parse-table): Catch message for non-up-to-date commits.
8933
8934 * pcvs-defs.el (cvs-startup-message): Remove.
8935 (cvs-global-menu): New autoloaded menu.
8936
8937 * pcvs-util.el (cvs-string-fill): Remove.
8938
8939 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
8940 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
8941 PP part of it and also make it work for footers and headers.
8942 (ewoc-create): Drop POS and BUFFER arguments.
8943 Use the DLL's dummy node to store the end-of-footer position.
8944 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
8945 (ewoc-refresh): Remove unused `header' variable.
8946 (ewoc-(get|set)-hf): New functions.
8947
d2cbfba0
SM
8948 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
8949 log-view-*-(message|file) and use easy-mmode-define-navigation.
8950 (log-view-message-re): Match SCCS format as well.
8951 And match the revision line rather than the dashed separator line.
8952 (log-view-mode): Use the new define-derived-mode.
8953 (log-view-current-tag): Fill in with an actual implementation.
8954
8955 * cvs-status.el (cvs-status-(prev|next)): Rename from
8956 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
8957 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
8958 to let the output "breathe" a little more (more readable).
8959 (cvs-status-mode): Use the new define-derived-mode.
8960
8961 * smerge-mode.el (smerge-auto-leave): New function and variable.
8962 (smerge-basic-map): Rename from smerge-basic-keymap.
8963 Change the bindings for smerge-diff-*.
8964 (smerge-*-map): Use easy-mmode-defmap.
8965 (smerge-(next|prev)): Use easy-mmode-define-navigation.
8966 (smerge-keep-*): Use smerge-auto-leave.
8967
51663132
JR
89682000-03-21 Jason Rumney <jasonr@gnu.org>
8969
8970 * cus-edit.el (custom-button-face): Use 3D look for w32.
8971 (custom-button-pressed-face): Likewise.
8972
3f6e4b8b
GM
89732000-03-21 Gerd Moellmann <gerd@gnu.org>
8974
8975 * progmodes/etags.el (tags-case-fold-search): New user-option.
8976 (tags-loop-eval): New function. Bind case-fold-search around eval
8977 depending on the value of tags-case-fold-search.
8978 (tags-loop-continue): Use tags-loop-eval.
8979 (find-tag-in-order): Bind case-fold-search depending on the value
8980 of tags-case-fold-search.
8981
c7ea3acc
SM
89822000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8983
0ae39f53
SM
8984 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
8985 (diff-end-of-hunk): Return the end position for use in
8986 `easy-mmode-define-navigation'.
8987 (diff-recenter): Remove.
8988 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
8989 of `easy-mmode-define-navigation'.
8990 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
8991 previous renaming) and fix to use new names.
8992 (diff-merge-strings): Use \n as separator: simpler, faster.
8993 (diff-mode): Use `define-derived-mode'.
8994
c7ea3acc
SM
8995 * derived.el (define-derived-mode): Don't autoload anymore.
8996 Prefer the macro-only version provided by easy-mmode.el.
8997
8998 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
8999 `easy-mmode-define-derived-mode'.
9000 Use `combine-run-hooks'.
9001 (easy-mmode-define-navigation): New macro.
9002
9003 * subr.el (combine-run-hooks): New function.
9004
6c4bfdc0
KH
90052000-03-21 Kenichi HANDA <handa@etl.go.jp>
9006
9007 * term/x-win.el: Fontsets related initialization is simplified.
9008
9009 * international/mule-diag.el (describe-font): Don't refer to
9010 global-fontset-alist, instead call font-list.
9011 (describe-fontset, list-fontsets, mule-diag): Likewise.
9012 (print-fontset): Adjusted for the change of fontset
9013 implementation.
9014
9015 * international/fontset.el (x-charset-registries): Variable
9016 removed, instead the corresponding data is stored in the default
9017 fontset.
9018 (register-alternate-fontnames): Function removed.
9019 (resolved-ascii-font): Variable removed.
9020 (x-compose-font-name): Ignore the second argument REDOCE.
9021 (x-complement-fontset-spec): Complement only an ASCII font and
9022 element for those charsets than can use that ASCII font.
9023 (generate-fontset-menu): Don't refer to global-fontset-alist,
9024 instead call fontset-list.
9025 (uninstantiated-fontset-alist): Variable removed.
9026 (x-style-funcs-alist): Likewise.
9027 (fontset-default-styles): Likewise.
9028 (x-modify-font-name): Function removed.
9029 (create-fontset-from-fontset-spec): Ignore the argument
9030 STYLE-VARIANT.
9031 (create-fontset-from-ascii-font): Docsting adjusted for the above
9032 change.
9033 (instantiate-fontset, resolve-fontset-name): Functions removed.
9034 (fontset-list): Now implemented by C code.
fa78f71b 9035
6c4bfdc0
KH
9036 * faces.el (read-face-font): Fix TABLE arg to completing-read.
9037 (describe-face): Include `font' attribute in the description.
9038
9111d4b5
KH
90392000-03-21 Kenichi Handa <handa@etl.go.jp>
9040
9041 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9042
b33dd3b0
GM
90432000-03-20 Gerd Moellmann <gerd@gnu.org>
9044
a25bbe00
GM
9045 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9046 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9047 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 9048
b33dd3b0
GM
9049 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9050 about behavior of set-buffer-modified-p wrt redisplay.
9051
8b7bc628 90522000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
9053
9054 * view.el (view-mode-disable): Kill local binding of view-read-only.
9055
d7b511c4
GM
90562000-03-18 Gerd Moellmann <gerd@gnu.org>
9057
9058 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9059 is a string, convert it to a syntax cell using string-to-syntax.
9060
9061 * simple.el (syntax-code-table, syntax-flag-table): New variables.
9062 (string-to-syntax): New function.
9063
9064 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9065 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 9066 try to use passive ftp mode.
d7b511c4 9067
998ecc60
GM
90682000-03-17 Gerd Moellmann <gerd@gnu.org>
9069
b33dd3b0 9070 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
9071
9072 * simple.el (append-to-buffer): Update point of windows after
9073 insertion.
9074
9075 * abbrev.el (inverse-add-abbrev): Identify word by first moving
9076 forward then moving backward. Reindent.
9077
9078 * frame.el (other-frame): Call x-focus-frame only if
9079 focus-follows-mouse is off.
9080
235d6821
DL
90812000-03-17 Dave Love <fx@gnu.org>
9082
9083 * pcvs-util.el (cvs-strings->string): Rename
9084 replace-regexps-in-string.
9085
a29a2cd1
SM
90862000-03-17 Stefan Monnier <monnier@cs.yale.edu>
9087
af595444
SM
9088 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
9089 regexp for labels cannot span several lines.
9090
9091 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 9092 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 9093
a9be2843
DL
90942000-03-16 Dave Love <fx@gnu.org>
9095
9096 * progmodes/f90.el (f90): Put custom group under `languages', not
9097 `fortran'.
9098 (f90-mode-hook): Customize.
9099 (f90-mode): Set add-log-current-defun-function.
9100 (f90-current-defun): New function.
9101
d0ab3e9d
GM
91022000-03-16 Gerd Moellmann <gerd@gnu.org>
9103
16b20ed9
GM
9104 * cus-edit.el (custom-variable-tag-face): Handle case that
9105 default face's height is not a number.
9106 (custom-face-tag-face, custom-group-tag-face-1)
9107 (custom-group-tag-face): Ditto.
9108 (custom-group-tag-face-1): Add :group.
fa78f71b 9109
d0ab3e9d
GM
9110 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
9111
ae8ab422
GM
91122000-03-15 Gerd Moellmann <gerd@gnu.org>
9113
9114 * pcvs-defs.el (toplevel): Remove autoload cookie for form
9115 requiring easymenu.
9116
81c7ca69
GM
91172000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9118
9119 * ps-print.el: PostScript user-defined prologue, PostScript error
9120 handler, doc fix.
9121 (ps-print-version): New version number (5.1).
9122 (ps-user-defined-prologue, ps-error-handler-message)
9123 (ps-print-prologue-0, ps-error-handler-alist): New vars.
9124 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
9125 (ps-insert-string): New function.
fa78f71b 9126
dcf1003d
KH
91272000-03-15 Kenichi Handa <handa@etl.go.jp>
9128
9129 * international/ccl.el (ccl-compile-expression): Don't generate
9130 invalid self-assignment code.
9131
73825616
DL
91322000-03-14 Dave Love <fx@gnu.org>
9133
9134 * subr.el (replace-regexp-in-string): Renamed from
9135 replace-regexps-in-string. Doc fix.
9136
031020ac
DL
91372000-03-12 Dave Love <fx@gnu.org>
9138
9139 * cus-edit.el: Doc fixes.
9140 (customize-set-variable, customize-save-variable): Rename args for
9141 doc.
9142 (custom-variable-tag-face, custom-face-tag-face)
9143 (custom-group-tag-face-1, custom-group-tag-face): Modify from
9144 style which user identify as hyperlink.
9145 (hook): Don't add undefined functions to the hook.
9146 (debug-ignored-errors): Transfer message from bindings.el.
9147
9b2f3c38
GM
91482000-03-12 Gerd Moellmann <gerd@gnu.org>
9149
9150 * recentf.el (recentf-keep-non-readable-files-p): Remove
9151 double/nested definition.
9152
0d6e23cf
DL
91532000-03-12 Dave Love <fx@gnu.org>
9154
9155 * facemenu.el (facemenu-get-face): Use display-color-p.
9156 * enriched.el (enriched-decode-foreground): Likewise.
9157 (enriched-decode-background): Likewise.
9158 * isearch.el (isearch-highlight): Likewise.
9159 * info-look.el (info-lookup): Likewise.
9160 * simple.el (completion-setup-function): Likewise.
9161
9162 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9163 :options.
9164
9165 * bindings.el (mode-line-format): Fix line-number and
9166 column-number items. Add help-echo for the background.
9167 (mode-line-mule-info): Modify help-echo.
9168
9169 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9170 defcustom.
9171
9172 * files.el (load-file): Allow completion to .elc.
9173
9174 * man.el: Doc fixes.
9175 (Man-init-defvars): Use display-color-p to set fontification.
9176
9177 * play/hanoi.el (hanoi-internal): Don't use oddp.
9178
e1cff360
GM
91792000-03-12 Gerd Moellmann <gerd@gnu.org>
9180
9181 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9182
9183 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9184
5e5dff44
GM
91852000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9186
9187 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9188 Fix comment.
9189
5b467bf4
SM
91902000-03-10 Stefan Monnier <monnier@cs.yale.edu>
9191
83fef604
SM
9192 * font-lock.el (font-lock-keywords): Fix the doc now that
9193 regexp-opt-depth is unnecessary.
9194 (save-buffer-state): Set an edebug spec.
9195 (font-lock-fontify-anchored-keywords): Properly handle the case when
9196 the matcher goes past the limit.
9197
5b467bf4
SM
9198 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9199 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9200
83fef604
SM
9201 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
9202 dll.el and cookie.el (from Elib) with heavy renaming and other
9203 massaging.
5b467bf4
SM
9204
9205 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9206 Autoload the functions used.
9207 (easy-mmode-define-syntax): Fix CL typo.
9208 (easy-mmode-define-derived-mode): Improve the docstring generation.
9209
d407456c
GM
92102000-03-10 Gerd Moellmann <gerd@gnu.org>
9211
9212 * textmodes/texinfo.el (texinfo-version): Variable and function
9213 removed.
9214
5a7a545c
SM
92152000-03-09 Stefan Monnier <monnier@cs.yale.edu>
9216
0d6e23cf
DL
9217 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9218 allow more flexibility.
9219 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9220 fns.
9221 (easy-mmode-defmap, easy-mmode-defsyntax)
9222 (easy-mmode-define-derived-mode): New macros.
5a7a545c 9223
d407456c 92242000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
9225
9226 * rect.el (replace-rectangle): New function.
9227
92282000-03-09 Dave Love <fx@gnu.org>
9229
9230 * progmodes/fortran.el (fortran-comment-line-start): Define as
9231 "C".
9232 (fortran-comment-line-start-skip): Don't match cpp stuff.
9233 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
9234 (fortran-mode-map): Remove over-eager custom-menu-create for now.
9235 (fortran-mode): Don't set fortran-comment-line-start-skip,
9236 fortran-comment-line-start here. Set comment-start,
9237 add-log-current-defun.
9238 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9239 (fortran-current-defun): New function.
9240
80460654
GM
92412000-03-09 Gerd Moellmann <gerd@gnu.org>
9242
d1221ea9
GM
9243 * emacs-lisp/re-builder.el: New file.
9244
1853aa6b
GM
9245 * mouse.el (mouse-drag-region): Don't run up-event handler
9246 if hscroll has changed.
9247
80460654
GM
9248 * octave-mod.el (octave-font-lock-keywords): To font-lock the
9249 builtin operators, use `font-lock-builtin-face' for Emacs and
9250 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
9251
9252 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
9253 `(defun (setf foo)' differently.
9254
c0056275
SM
92552000-03-08 Stefan Monnier <monnier@cs.yale.edu>
9256
9257 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
9258 (regexp-opt): Update comment and adapt the code the new meaning of
9259 the `paren' argument of regex-opt-group for shy-groups.
9260 (regexp-opt-depth): Handle shy groups as well as backslashed
9261 backslashes.
c0056275
SM
9262 (regexp-opt-group): Turn the leading comment into a docstring.
9263 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
9264 Remove open-presuf and close-presuf. Instead of checking for `all
9265 one-char' and then later on check for `several one-char', handle
9266 both cases close together. Also apply a more generic algorithm
9267 for suffixes (the mirror image of the algorithm used for
9268 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
9269 (regexp-opt-try-suffix): Removed.
9270
9271 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
9272 from comint-mode-map, so we can just inherit from it. Also, move
9273 the initialization into the `defvar' since there's no docstring
9274 anyway and it's fairly short.
9275 (inferior-scheme-mode): Define it as derived-mode: the code is
9276 shorter and this way we inherit from comint-mode-map rather than
9277 copying it.
c0056275 9278
80460654
GM
9279 * subr.el (replace-regexps-in-string): Properly handle the case
9280 where we match an empty string.
c0056275 9281
80460654
GM
9282 * comint.el (comint-exec-1): Add the current-dir to the exec-path
9283 when the command has a directory component (such as "./testml").
c0056275
SM
9284 Also fix a typo in the comment.
9285
5e91ff9e
GM
92862000-03-08 Gerd Moellmann <gerd@gnu.org>
9287
feab4fba
GM
9288 * Makefile (compile-files): Compile files one by one because
9289 that's the only way to ensure a clean compilation environment for
9290 each individual file.
9291
5e91ff9e
GM
9292 * frame.el (other-frame): Call x-focus-frame.
9293
76162e12
DL
92942000-03-07 Dave Love <fx@gnu.org>
9295
f64ce788
DL
9296 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
9297 :require to defcustom.
9298
76162e12
DL
9299 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9300 lists.
9301
9302 * files.el (auto-mode-alist): Add configure.in.
9303
9304 * progmodes/autoconf.el: New file.
9305
f7daf1e1
GM
93062000-03-07 Gerd Moellmann <gerd@gnu.org>
9307
9308 * mail/mh-e.el: Change maintainer to `none'.
9309
9310 * recentf.el (recentf-keep-non-readable-files-p): Quote args
9311 to remove-hook and add-hook.
9312
93132000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9314
9315 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9316 it as the default.
9317 (mail-send): Test mail-send-nonascii also for the new `mime' value.
9318 (sendmail-send-it): Conditionally add MIME headers specifying the
9319 used character set.
fa78f71b 9320
63f6b2c4
DL
93212000-03-07 Dave Love <fx@gnu.org>
9322
9323 * winner.el: Fix keywords, autoload cookies. Split
9324 eval-when-compile form to avoid compilation failure.
9325
8330e2f9
KH
93262000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
9327
9328 * international/mule.el: Modify comment about coding system
9329 property `coding-category'.
9330 (make-coding-system): New argument EOL-TYPE. Pay attention to
9331 coding-category property of PROPERTIES.
9332
9333 * international/mule-conf.el (coding-category-utf-8,
9334 coding-category-utf-16-be, coding-category-utf-16-le): New coding
9335 categories. Include them in the argument for set-coding-priority.
9336
9337 * international/mule-cmds.el (reset-language-environment): Include
9338 coding-category-utf-8, coding-category-utf-16-be, and
9339 coding-category-utf-16-le in the argument for set-coding-priority.
9340 (reset-language-environment): Initialize coding-category-utf-8,
9341 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9342
18bb0684
GM
93432000-03-06 Karl Fogel <kfogel@red-bean.com>
9344
9345 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9346 code abstracted out of `bookmark-jump-noselect'. Now tries info
9347 extensions as well as compression extensions.
9348 (bookmark-jump-noselect): Use above new func.
fa78f71b 9349
71a6ba55
GM
93502000-03-03 Gerd Moellmann <gerd@gnu.org>
9351
9352 * strokes.el: Change maintainer's mail address.
9353
0d56cdff
KH
93542000-03-03 Kenichi Handa <handa@etl.go.jp>
9355
9356 * international/mule-diag.el (list-character-sets): Make help-echo
9357 string by substitute-command-keys.
9358 (list-character-sets): Likewise.
9359 (sort-listed-character-sets): Call help-setup-xref.
9360
900fa1f1
GM
93612000-03-02 Gerd Moellmann <gerd@gnu.org>
9362
9363 * time.el (display-time-mail-file): Add `none' to the list of
9364 choices.
9365
54d04320
DL
93662000-03-01 Dave Love <fx@gnu.org>
9367
43f3fa09
DL
9368 * help.el (help-xref-go-back): Don't try to set position.
9369
54d04320
DL
9370 * international/mule-diag.el (list-character-sets): Call
9371 help-setup-xref. Add help-echo to xrefs.
9372 (list-character-sets-1): Add help-echo to xrefs.
9373
d054101f
GM
93742000-03-02 Gerd Moellmann <gerd@gnu.org>
9375
9376 * frame.el (blink-cursor-mode): Switch cursor on when turning
9377 the mode off.
9378
9379 * add-log.el (add-log-current-defun): Add support for
9380 Autoconf mode.
9381
9382 * mail/rmail.el (rmail-quit-hook): New variable.
9383
d77dae5c
DL
93842000-03-01 Dave Love <fx@gnu.org>
9385
e5f597f0
DL
9386 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9387
d77dae5c
DL
9388 * help.el (help-xref-button): Add help-echo arg.
9389 (describe-function-1, describe-variable, help-make-xrefs): Use it.
9390
9391 * faces.el (list-faces-display): Supply help-echo with
9392 help-make-xrefs.
9393
9394 * facemenu.el (list-text-properties-at): Set help-xref-stack to
9395 nil.
9396
72d19d75
GM
93972000-03-01 Gerd Moellmann <gerd@gnu.org>
9398
2df636f4
GM
9399 * image.el (defimage): Look for image files in load-path.
9400
fa78f71b 9401 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
9402 `number'.
9403
2df636f4
GM
94042000-03-01 David Ponce <david.ponce@wanadoo.fr>
9405
9406 * recentf.el (recentf): Added version tag to the defgroup of
9407 recentf.
9408
94092000-03-01 David Ponce <david.ponce@wanadoo.fr>
9410
9411 * recentf.el (recentf-cleanup): Changed to remove excluded file
9412 too.
9413 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9414 action to select/unselect a file.
9415 (recentf-edit-list): Code cleanup and improvement.
9416 (recentf-open-more-files-action): `recentf-open-more-files' button
9417 widget action to open a file.
9418 (recentf-open-more-files): No more use standard completion but
9419 widgets.
9420 (recentf-more-collection): Deleted.
9421 (recentf-more-history): Deleted.
9422 (recentf-setup-more-completion): Deleted.
9423
94242000-03-01 David Ponce <david.ponce@wanadoo.fr>
9425
9426 * recentf.el (recentf-mode): No more needs that Emacs is running
9427 under a window-system.
9428
94291999-03-01 David Ponce <david.ponce@wanadoo.fr>
9430
9431 * recentf.el (recentf-edit-list): New command to edit the recent
9432 list which allow the user to remove files.
9433 (recentf-edit-selected-items): New global variable, used by
9434 `recentf-edit-list' to hold the list of files to be removed from
9435 the recent list.
9436 (recentf-make-menu-items): Updated to display a "Edit list..."
9437 menu item. Minor code cleanup.
9438
94391999-03-01 David Ponce <david.ponce@wanadoo.fr>
9440
9441 * recentf.el (recentf-open-more-files): New command to open files
9442 that are not displayed in the menu.
9443 (recentf-more-collection): New global variable holding the set of
9444 permissible completions used by `recentf-open-more-files'.
9445 (recentf-more-history): New global variable holding the history list
9446 used by `recentf-open-more-files' completion.
9447 (recentf-setup-more-completion): New function to setup completion for
9448 `recentf-open-more-files'.
9449 (recentf-make-menu-items): Updated to display a "More..." menu item.
9450
94511999-03-01 David Ponce <david.ponce@wanadoo.fr>
9452
9453 * recentf.el (recentf-menu-action): Doc fixed.
9454
94551999-03-01 David Ponce <david.ponce@wanadoo.fr>
9456
9457 * recentf.el (recentf-menu-filter): Doc updated.
9458 (recentf-update-menu-hook): Allow menu filters to force menu update.
9459 (recentf-make-menu-items): New menu filter handling.
9460 (recentf-make-menu-item): New helper function.
9461 (recentf-menu-elements): New menu handling function.
9462 (recentf-sort-ascending): Updated to new menu filter handling.
9463 (recentf-sort-descending): Updated to new menu filter handling.
9464 (recentf-sort-basenames-ascending): New menu filter function.
9465 (recentf-sort-basenames-descending): New menu filter function.
9466 (recentf-show-basenames): New menu filter function.
9467 (recentf-show-basenames-ascending): New menu filter function.
9468 (recentf-show-basenames-descending): New menu filter function.
9469
72d19d75
GM
94702000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9471
9472 * diary-lib.el (list-diary-entries): Don't try to go forward at
9473 the end of the buffer.
9474
1ac1c836
KH
94752000-02-29 Kenichi Handa <handa@etl.go.jp>
9476
9477 * international/mule-diag.el (list-character-sets): Completely
9478 rewritten.
9479 (sort-listed-character-sets): New function.
9480 (list-character-sets-1): Completely rewritten.
9481 (list-character-sets-2): New function.
9482 (non-iso-charset-alist): New variable.
9483 (decode-codepage-char): New function.
9484 (charset-history): New variable.
9485 (read-charset) (list-block-of-chars)
9486 (list-iso-charset-chars)
9487 (list-non-iso-charset-chars)
9488 (list-charset-chars): New functions.
9489 (mule-diag): Call list-character-sets-2, not
9490 list-character-sets-2.
9491 (dump-charsets): Likewise.
9492
ed4d0512
GM
94932000-02-29 Gerd Moellmann <gerd@gnu.org>
9494
72d19d75
GM
9495 * dired-x.el (dired-filename-at-point): Add `@' to valid
9496 file name characters.
9497 (dired-filename-at-point): Handle ange-ftp file names.
9498
ed4d0512
GM
9499 * frame.el (frame-notice-user-settings): Use assq-delete-all
9500 instead of assoc-delete-all.
9501 (frame-notice-user-settings): Ditto.
9502
9503 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9504 Don't copy alist.
9505
32038c7a
GM
95062000-02-28 Eli Barzilay <eli@cs.cornell.edu>
9507
9508 * calculator.el (calculator-use-menu): New option.
9509 (calculator-initial-bindings): Changed some bindings to work as
9510 macros.
9511 (calculator-forced-input): Removed.
9512 (calculator-restart-other-mode): New variable.
9513 (calculator-mode-map): Set up menu.
fa78f71b 9514
32038c7a
GM
95152000-02-28 Jari Aalto <jari.aalto@poboxes.com>
9516
9517 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9518 tags.
fa78f71b 9519
55d7ff38 95202000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 9521
55d7ff38
MK
9522 * viper-cmd.el (viper-envelop-ESC-key): added the option to
9523 translate all ESC key sequences.
9524 (viper-goto-mark-subr): restore markers for files for which
9525 they were saved.
9526 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9527 * viper-util.el (viper-set-replace-overlay-glyphs,
9528 viper-set-replace-overlay): always check if the replacement
9529 overlay is live.
9530 * viper.el (viper-vi-state-mode-list): added major modes.
9531 * ediff-wind.el: minor comment changes.
9532 * ediff.el: copyright notice date fix.
fa78f71b 9533
387023ee
JR
95342000-02-27 Jason Rumney <jasonr@gnu.org>
9535
9536 * faces.el (face-font-family-alternatives): Add arial to helv.
9537 (mode-line, header-line, tool-bar): Same default as x for w32.
9538 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
9539 face-font-family-alternatives from working.
9540 * term/w32-win.el (mouse-set-font): Do not build fontset from
9541 chosen font.
9542
f43d79c1
GM
95432000-02-25 Sam Steingold <sds@goems.com>
9544
5d80cc9c 9545 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 9546 properly.
fa78f71b 9547
8b7bc628 95482000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
9549
9550 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9551
4eb8436f
GM
95522000-02-25 Gerd Moellmann <gerd@gnu.org>
9553
9554 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9555 writable.
9556
449c3c52 9557 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 9558
42088c12
GM
95592000-02-24 Gerd Moellmann <gerd@gnu.org>
9560
9561 * frame.el (show-cursor-in-non-selected-windows): New option.
9562
c60ea02e
GM
95632000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9564
9565 * diary-lib.el (include-other-diary-files): Undo the selective
9566 display in any included file and don't kill it.
9567
d066de8e
EZ
95682000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
9569
9570 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9571 bar. Menu items converted to (menu-item format, help strings
9572 added.
9573 [downcase, upcase]: Don't enable on MS-DOS.
9574 [symlink, symlinks]: Don't show if make-symbolic-link is not
9575 bound.
9576 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9577
b6906b38
DL
95782000-02-23 Dave Love <fx@gnu.org>
9579
275cf1b2
DL
9580 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9581 (backward-kill-word): Revert addition of * to interactive spec --
9582 it's a feature.
9583
9584 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9585 (backward-kill-sentence, kill-sentence): Likewise.
9586
99d48056
DL
9587 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9588 scratch buffer name.
9589 (gud-format-command): Use int-to-string in ?l case. Simplify
9590 slightly.
9591
9592 * term/w32-win.el (internal-face-interactive): Update prompt for
9593 new read-face-name.
9594
9595 * mail/footnote.el (footnote): Add :version to defgroup.
9596 (footnote-section-tag-regexp): Customize.
9597 (footnote-start-tag, footnote-end-tag): New option.
9598 (footnote-latin-regexp): New variable.
9599 (Footnote-latin): New function.
9600 (footnote-style-alist): Add element for latin style.
9601 (footnote-style): Moved.
9602 (Footnote-goto-footnote): Use eq to test arg.
9603
9604 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9605
b6906b38
DL
9606 * emacs-lisp/byte-opt.el: Change old backquote syntax.
9607 (byte-compile-trueconstp): Include keywords.
9608 (byte-optimize-quote, byte-optimize-lapcode): Use
9609 byte-compile-const-symbol-p.
9610 (byte-optimize-char-before): New optimization.
9611
9612 * emacs-lisp/bytecomp.el: Change old backquote syntax.
9613 (byte-compile-const-symbol-p): New function.
9614 (byte-compile-constp, byte-compile-out-toplevel)
9615 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9616 Use it.
9617
9618 * subr.el (define-key-after): Default AFTER to t. Doc fix.
9619
214f877f
KH
96202000-02-23 Kenichi Handa <handa@etl.go.jp>
9621
c709bcf1
KH
9622 * international/encoded-kb.el: Be sure to update minor-mode-alist
9623 and minor-mode-map-alist.
9624 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9625 codes SS2 and SS3 correctly.
9626 (encoded-kbd-self-insert-ccl): New function.
9627 (encoded-kbd-setup-keymap): New function.
9628 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
9629 by calling encoded-kbd-setup-keymap.
9630
214f877f
KH
9631 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
9632 characters.
9633 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
9634 locally.
9635
b021ef18
DL
96362000-02-22 Dave Love <fx@gnu.org>
9637
9638 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
9639 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
9640 defvar.
9641 (lisp-mode-syntax-table): Set up for #|...|# comments.
9642 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
9643 classes. Match `defface'.
9644 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
9645 (eval-defun-1): Fix for defcustom.
9646 (lisp-indent-region): Doc fix.
9647
9648 * subr.el (when, unless, split-string): Doc fix.
9649 (read-passwd): Move call of clear-this-command-keys to the right
9650 place.
9651 (replace-regexps-in-string): New function.
9652
14cc00ad
GM
96532000-02-22 Gerd Moellmann <gerd@gnu.org>
9654
9655 * help.el (describe-variable): Set syntax table to
9656 emacs-lisp-mode-syntax-table when moving forward over the
9657 symbol's name.
9658
47da5efa
DL
96592000-02-22 Dave Love <fx@gnu.org>
9660
9661 * xt-mouse.el: Doc fixes.
9662 (xterm-mouse-position-function): New function, replacing advice of
9663 mouse-position.
9664 (xterm-mouse-mode): Use it. Don't turn on under a window system.
9665
9666 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
9667
f0a6c717
GM
96682000-02-21 Gerd Moellmann <gerd@gnu.org>
9669
9670 * format.el (format-annotate-single-property-change): Handle
9671 properties.with dotted-list values.
9672 (format-proper-list-p): New function.
9673
9674 * enriched.el (enriched-face-ans): Handle '(foreground-color
9675 . COLOR) and (background-color . COLOR).
9676
2be80b63
DL
96772000-02-20 Dave Love <fx@gnu.org>
9678
9679 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
9680 and assignments to it.
9681 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
9682 current local map.
9683 (make-flyspell-overlay): Use it.
9684 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
9685
9686 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
9687 (lm-get-header-re): Defun, not defsubst.
9688 (lm-get-package-name): Defun, not defsubst. Simplify.
9689 (lm-version): Doc fix. Simplify.
9690 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
9691 (lm-crack-address, lm-last-modified-date, lm-commentary)
9692 (lm-verify, lm-synopsis): Simplify.
9693 (lm-report-bug): Require emacsbug. Use compose-mail.
9694
329eed9f
GM
96952000-02-20 Gerd Moellmann <gerd@gnu.org>
9696
9697 * dired.el (dired-mode): Call propertized-buffer-identification
9698 to set mode-line-buffer-identification to something having
9699 the right text properties.
9700
9701 * bindings.el (propertized-buffer-identification): New function.
9702
be5bb146
DL
97032000-02-20 Dave Love <fx@gnu.org>
9704
9705 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
9706 check for t-mouse too.
9707
9708 * cus-start.el: Make echo-keystrokes `number'.
9709
1d4311c3
EZ
97102000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
9711
9712 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
9713 Don't call ring-empty-p unless tags-location-ring is bound.
9714 From Noah Friedman <friedman@splode.com>.
9715
a23c5037
TTN
97162000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
9717
9718 * progmodes/hideshow.el (hs-flag-region): No longer use
9719 `intangible' overlay property.
9720
9721 (hs-toggle-hiding): New command.
9722 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
9723
9724 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
9725 Fix omission bug: Run `hs-minor-mode-hook' for both activation
9726 and deactivation.
9727
b6a22bf8
GM
97282000-02-18 Gerd Moellmann <gerd@gnu.org>
9729
9730 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
9731
d621caf7
GM
97322000-02-17 Gerd Moellmann <gerd@gnu.org>
9733
3c0ed7ce
GM
9734 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
9735
d621caf7
GM
9736 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
9737 of `*' to handle `(* ... *)' comments.
9738
538d88fb
EZ
97392000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
9740
53c80cf6 9741 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 9742 window-system.
53c80cf6 9743
538d88fb
EZ
9744 * menu-bar.el (global-map): Menu-bar items converted to the new
9745 format (menu-item..., rearranged for better CUA compliance, and
9746 their names changed for better clarity. Help strings added.
9747
9748 * international/mule-cmds.el (mule-menu-keymap)
9749 (describe-language-environment-map, set-coding-system-map)
9750 (setup-language-environment-map): Convert to new (menu-item...
9751 form, add help strings. Change names of menu items for better
9752 clarity. "Mule" menu-bar item removed (it's now in the "Options"
9753 submenu).
9754
8389e1e2 97552000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 9756
a23c5037 9757 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 9758 within the code.
a23c5037 9759
8389e1e2 97602000-02-16 Dave Love <fx@gnu.org>
a23c5037 9761
84fe35f0
DL
9762 * faces.el: Don't require custom. Add more specific :groups to
9763 various deffaces.
9764 (set-face-attribute): Purecopy args.
9765 (read-face-name): Default to name at point and use it in prompt.
9766 Remove colon from arg in all callers.
9767 (list-faces-display): Hyperlink to face descriptions and customize
9768 buffers.
9769
b2aeee30
DL
97702000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
9771
9772 * wid-edit.el (widget-match-inline): An atom never matches a
9773 list.
9774
99e95407
GM
97752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9776
82d2c7c5
DL
9777 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9778 at ':' characters by call to split-string.
99e95407
GM
9779
97802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9781
82d2c7c5 9782 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
9783
97842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9785
82d2c7c5
DL
9786 * textmodes/bibtex.el: Some temporary comments removed.
9787 (bibtex-field-name, bibtex-entry-type): Made the relationship
9788 explicit.
9789 (bibtex-field-const): Allow capital letters.
9790 (bibtex-start-of-string): Deleted because unused.
9791
9792 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9793 use the term 'reference' to describe a bibtex entry as a whole.
9794 Further, reference keys are no longer called 'labels'.
9795 (bibtex-keys): Renamed to bibtex-reference-keys.
9796 (bibtex-reformat-previous-labels): Renamed to
9797 bibtex-reformat-previous-reference-keys.
9798 (bibtex-reference-type): Renamed to bibtex-entry-type.
9799 (bibtex-reference-head): Renamed to bibtex-entry-head.
9800 (bibtex-reference-maybe-empty-head): Renamed to
9801 bibtex-entry-maybe-empty-head.
9802 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9803 (bibtex-search-reference): Renamed to bibtex-search-entry.
9804 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9805 bibtex-enclosing-entry-maybe-empty-head.
9806 (bibtex-entry-field-alist, bibtex-entry-head,
9807 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9808 bibtex-map-entries, bibtex-search-entry,
9809 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9810 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9811 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9812 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9813 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9814 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9815 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
9816
98172000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9818
82d2c7c5
DL
9819 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9820 comment.
9821 (bibtex-format-field-delimiters): New function, functionality
9822 extracted from bibtex-format-entry.
9823 (bibtex-autokey-get-yearfield-digits): New function, functionality
9824 extracted from bibtex-autokey-get-yearfield.
9825
9826 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9827 entries in order to avoid stack overflow in the regexp matcher if
9828 field contents become large.
9829 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9830 bibtex-field-string-part-not-braced,
9831 bibtex-field-string-part-no-inner-braces,
9832 bibtex-field-string-part-1-inner-brace,
9833 bibtex-field-string-part-2-inner-braces,
9834 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9835 bibtex-field-string-quoted, bibtex-field-string,
9836 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9837 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9838 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9839 as parsing is now performed by the following functions.
9840 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9841 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9842 bibtex-parse-field-string, bibtex-search-forward-field-string,
9843 bibtex-parse-association, bibtex-field-name-for-parsing,
9844 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9845 bibtex-search-forward-field, bibtex-search-backward-field,
9846 bibtex-start-of-field, bibtex-end-of-field,
9847 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9848 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9849 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9850 bibtex-parse-string, bibtex-search-forward-string,
9851 bibtex-search-backward-string, bibtex-start-of-string,
9852 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9853 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9854 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9855 entries. Instead of reporting the results of the parsing by
9856 match-beginning or match-end, these functions return data structures
9857 that hold the corresponding positions.
9858 (bibtex-enclosing-field): Changed to also report field boundaries by
9859 return values rather than by match-beginning or match-end. The
9860 following functions have been adapted to use the new parsing
9861 functions.
9862 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9863 bibtex-enclosing-field, bibtex-format-entry,
9864 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9865 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9866 bibtex-print-help-message, bibtex-end-of-entry,
9867 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9868 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9869 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9870 method for parsing.
9871 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9872 bibtex-map-entries, bibtex-flash-head,
9873 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9874 bibtex-autokey-change, bibtex-autokey-get-namefield,
9875 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9876 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9877 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9878 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9879 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9880 order to make the new binding of case-fold-search immediately
9881 visible.
99e95407
GM
9882
98832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9884
82d2c7c5
DL
9885 * textmodes/bibtex.el: Copyright notice is up to date.
9886 Added constant 'bibtex-maintainer-salutation.
99e95407 9887
82d2c7c5
DL
9888 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9889 than make-temp-name, use match-string-no-properties and eliminate
9890 a quadratic behavior when building bibtex-strings.
99e95407 9891
82d2c7c5
DL
9892 * bibtex.el (bibtex-reference-key): Accept string entries whose
9893 reference key contains upper case letters.
99e95407
GM
9894
98952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9896
82d2c7c5
DL
9897 * bibtex.el (bibtex-reference-head): Allow entries to start with
9898 a new line.
99e95407
GM
9899
99002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9901
82d2c7c5
DL
9902 * bibtex.el: Hiding of entry bodies is not longer provided by
9903 bibtex.el directly. Instead the hideshow package can be used.
9904 Added a special bibtex entry to hs-special-modes-alist.
9905 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
9906
99072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9908
f24fef2f
SM
9909 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9910 at ':' characters by call to split-string.
8389e1e2
GM
9911
99122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9913
f24fef2f 9914 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
9915
99162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9917
f24fef2f
SM
9918 * textmodes/bibtex.el: Some temporary comments removed.
9919 (bibtex-field-name, bibtex-entry-type): Made the relationship
9920 explicit.
9921 (bibtex-field-const): Allow capital letters.
9922 (bibtex-start-of-string): Deleted because unused.
fa78f71b 9923
f24fef2f
SM
9924 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9925 use the term 'reference' to describe a bibtex entry as a whole.
9926 Further, reference keys are no longer called 'labels'.
9927 (bibtex-keys): Renamed to bibtex-reference-keys.
9928 (bibtex-reformat-previous-labels): Renamed to
9929 bibtex-reformat-previous-reference-keys.
9930 (bibtex-reference-type): Renamed to bibtex-entry-type.
9931 (bibtex-reference-head): Renamed to bibtex-entry-head.
9932 (bibtex-reference-maybe-empty-head): Renamed to
9933 bibtex-entry-maybe-empty-head.
9934 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9935 (bibtex-search-reference): Renamed to bibtex-search-entry.
9936 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9937 bibtex-enclosing-entry-maybe-empty-head.
9938 (bibtex-entry-field-alist, bibtex-entry-head,
9939 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9940 bibtex-map-entries, bibtex-search-entry,
9941 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9942 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9943 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9944 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9945 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9946 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9947 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
9948
99492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9950
f24fef2f
SM
9951 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9952 comment.
9953 (bibtex-format-field-delimiters): New function, functionality
9954 extracted from bibtex-format-entry.
9955 (bibtex-autokey-get-yearfield-digits): New function, functionality
9956 extracted from bibtex-autokey-get-yearfield.
fa78f71b 9957
f24fef2f
SM
9958 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9959 entries in order to avoid stack overflow in the regexp matcher if
9960 field contents become large.
9961 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9962 bibtex-field-string-part-not-braced,
9963 bibtex-field-string-part-no-inner-braces,
9964 bibtex-field-string-part-1-inner-brace,
9965 bibtex-field-string-part-2-inner-braces,
9966 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9967 bibtex-field-string-quoted, bibtex-field-string,
9968 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9969 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9970 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9971 as parsing is now performed by the following functions.
9972 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9973 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9974 bibtex-parse-field-string, bibtex-search-forward-field-string,
9975 bibtex-parse-association, bibtex-field-name-for-parsing,
9976 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9977 bibtex-search-forward-field, bibtex-search-backward-field,
9978 bibtex-start-of-field, bibtex-end-of-field,
9979 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9980 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9981 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9982 bibtex-parse-string, bibtex-search-forward-string,
9983 bibtex-search-backward-string, bibtex-start-of-string,
9984 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9985 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9986 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9987 entries. Instead of reporting the results of the parsing by
9988 match-beginning or match-end, these functions return data structures
9989 that hold the corresponding positions.
9990 (bibtex-enclosing-field): Changed to also report field boundaries by
9991 return values rather than by match-beginning or match-end. The
9992 following functions have been adapted to use the new parsing
9993 functions.
9994 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9995 bibtex-enclosing-field, bibtex-format-entry,
9996 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9997 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9998 bibtex-print-help-message, bibtex-end-of-entry,
9999 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10000 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10001 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10002 method for parsing.
10003 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10004 bibtex-map-entries, bibtex-flash-head,
10005 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10006 bibtex-autokey-change, bibtex-autokey-get-namefield,
10007 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10008 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10009 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10010 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10011 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10012 order to make the new binding of case-fold-search immediately
10013 visible.
8389e1e2
GM
10014
100152000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10016
f24fef2f
SM
10017 * textmodes/bibtex.el: Copyright notice is up to date.
10018 Added constant 'bibtex-maintainer-salutation.
fa78f71b 10019
f24fef2f
SM
10020 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10021 than make-temp-name, use match-string-no-properties and eliminate
10022 a quadratic behavior when building bibtex-strings.
fa78f71b 10023
f24fef2f
SM
10024 * bibtex.el (bibtex-reference-key): Accept string entries whose
10025 reference key contains upper case letters.
8389e1e2
GM
10026
100272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10028
f24fef2f
SM
10029 * bibtex.el (bibtex-reference-head): Allow entries to start with
10030 a new line.
8389e1e2
GM
10031
100322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10033
f24fef2f
SM
10034 * bibtex.el: Hiding of entry bodies is not longer provided by
10035 bibtex.el directly. Instead the hideshow package can be used.
10036 Added a special bibtex entry to hs-special-modes-alist.
10037 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
10038
100392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10040
82d2c7c5 10041 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
10042 proceedings entry type (for cross referencing). Thanks to Wagner
10043 Toledo Correa for the suggestion.
10044
82d2c7c5 10045 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 10046
eae61d8f
KH
100472000-02-14 Kenichi Handa <handa@etl.go.jp>
10048
10049 * international/characters.el: Setup case table for Vietnamese.
10050
fb07a302
GM
100512000-02-12 Gerd Moellmann <gerd@gnu.org>
10052
10053 * uniquify.el (toplevel): Require CL at compile time.
10054 (uniquify-push): Removed.
10055
10056 * shadowfile.el (shadow-when): Removed.
10057
10058 * tempo.el (tempo-dolist, tempo-mapc): Removed.
10059 (tempo-process-and-insert-string): Use dolist instead of
10060 tempo-dolist.
10061
10062 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10063 regexp for paragraph-start.
10064
10065 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10066 commas as well.
10067
a0eddf92
DL
100682000-02-10 Dave Love <fx@gnu.org>
10069
10070 * wid-edit.el: (widgets) [defgroup]: Remove url link.
10071 (widget-color-choice-list, widget-color-history, widget-mouse-help):
10072 Deleted.
10073 (widget-specify-field, widget-specify-button): Don't use
10074 widget-mouse-help as help-echo property.
10075 (default): Use #'ignore for :validate and :mouse-down-action.
10076 (checkbox): Add help-echo.
10077 (widget-sexp-validate): Rewritten to clarify error messages.
10078 (character): Use char-valid-p in :match function.
10079 (widget-color-complete): Use facemenu-color-alist.
10080 (widget-color-action): Use facemenu-read-color.
10081
10082 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
10083 set up `caar' &c that we now have.
10084
82d2c7c5
DL
100852000-02-09 Ray Blaak <blaak@gnu.org>
10086
10087 * delphi.el: Make resourcestring a declaration region, like const
10088 and var.
10089
6cbc1482
DL
100902000-02-09 Dave Love <fx@gnu.org>
10091
10092 * bindings.el (mode-line-input-method-map): New variable.
10093 (mode-line-mule-info): Use it; fix last change.
10094 (mode-line-mode-menu): Move definition.
10095 (mode-line-mouse-sensitive-p): Deleted.
10096 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
10097 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
10098 level.
10099
10100 * startup.el (command-line-1): Don't call
10101 make-mode-line-mouse-sensitive.
10102
f7136ee8
GM
101032000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10104
10105 * mail/rmail.el (rmail-retry-failure): Use
10106 rmail-beginning-of-message before rmail-toggle-header, because the
10107 former toggles headers.
10108
6e1d0d15
SM
101092000-02-06 Stefan Monnier <monnier@cs.yale.edu>
10110
fef8c55b
SM
10111 * diff-mode.el (diff-kill-junk): New interactive function.
10112 (diff-reverse-direction): Use delete-and-extract-region.
10113 (diff-post-command-hook): Restrict the area so that the hook also works
10114 outside of any diff hunk. This is necessary for the minor-mode.
10115 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
10116 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
10117
6e1d0d15
SM
10118 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
10119 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
10120 so that it can be used more easily in <foo>-mode-hook. Also make sure
10121 to avoid duplicate entries.
10122 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
10123 (font-lock-remove-keywords): Just as was done for `add', allow it to
10124 work even if font-lock-mode is nil. Also make sure we don't modify
10125 any pre-existing list by forcing a copy-sequence. Finally rename
10126 `major-mode' to `mode'.
10127 (font-lock-fontify-syntactic-anchored-keywords)
10128 (font-lock-fontify-anchored-keywords)
10129 (font-lock-fontify-keywords-region): Use line-end-position.
10130 Don't make `font-lock-multiline' local (it's now done in
10131 font-lock-set-defaults).
10132 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
10133 move the `font-lock-fontified' creation to inside the `unless'.
10134
a75dfea0
AI
101352000-02-06 Andrew Innes <andrewi@gnu.org>
10136
10137 * term/w32-win.el (x-handle-args): Comment out call to message,
10138 which occurs before window system is initialized.
10139
10140 * makefile.nt: Add support for recompiling lisp code.
10141
b85e9462
DL
101422000-02-04 Dave Love <fx@gnu.org>
10143
9ff33afb
DL
10144 * bindings.el (mode-line-mule-info): Fix/extend last change.
10145
b85e9462
DL
10146 * completion.el: Replace completion-dolist with dolist.
10147
10148 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10149 dotimes.
10150
44dff075
CD
101512000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
10152
10153 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10154 environment names before they go into the section regexp.
10155
10156 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10157 char class in regexp.
10158
10159 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10160 `case-fold-search' to nil.
10161
10162 * progmodes/idlwave.el (idlwave-template): Respect
10163 `idlwave-abbrev-change-case'.
10164 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10165 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10166 idlwave-while): respect `idlwave-reserved-word-upcase'.
10167 (idlwave-rw-case): New function.
10168 (idlwave-statement-match): Fixed problem with assignment regexp.
10169 (idlwave-font-lock-keywords): Improved regexp for keyword
10170 parameters.
a23c5037 10171 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
10172 operators longer than 1 char.
10173
10174 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10175 idlwave-shell-expression-overlay. Implemented printing of
10176 expressions on higher levels of the calling stack.
10177 (idlwave-shell-display-level-in-calling-stack): Restore stack
10178 level.
10179 (idlwave-retrieve-expression-from-level): New function.
10180 (idlwave-shell-last-calling-stack): Variable removed.
10181 (idlwave-shell-reset): Argument action reversed (`visible' to
10182 `hidden'). Also remove stop-line overlay.
10183 (idlwave-shell-calling-stack-routine): New variable.
10184 (idlwave-shell-parse-stack-and-display): Messages now display
10185 negative level numbers.
10186 (idlwave-shell-mode): Set `modeline-format'.
10187 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10188 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10189 21.
10190 (idlwave-shell-print-expression-function): New option.
a23c5037 10191
44dff075
CD
10192 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10193 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10194 `tool-bar' instead of `toolbar'.
10195
f26c34fd
DL
101962000-02-02 Dave Love <fx@gnu.org>
10197
10198 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10199 emacs-lisp-mode-hook. Don't check for defalias being defined.
10200
10201 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10202 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
10203 the new builtins directly.
10204
10205 * whitespace.el (whitespace): Add :version to defgroup.
10206
10207 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10208 Doc fix.
10209
10210 * thingatpt.el (sexp-at-point, symbol-at-point)
10211 (number-at-point, list-at-point): Add autoload cookie.
10212
10213 * recentf.el (recentf): Add :version to defgroup.
10214
10215 * quickurl.el (quickurl): Add :version to defgroup.
10216
10217 * elide-head.el (elide-head): Use point-marker more.
10218
10219 * bs.el (bs): Add :version to defgroup.
10220
10221 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10222
10223 * progmodes/delphi.el (delphi): Add :version to defgroup.
10224
d240a249
GM
102252000-02-02 Gerd Moellmann <gerd@gnu.org>
10226
10227 * ange-ftp.el (ange-ftp-write-region): Handle case that
10228 succeeding process operation sets a different coding system.
10229
10230 * calculator.el: New file.
10231
d5179a01
EZ
102322000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10233
10234 * frame.el (frames-on-display-list, framep-on-display): New
10235 functions.
10236 (display-mouse-p, display-popup-menus-p, display-graphic-p)
10237 (display-selections-p, display-screens, display-pixel-width)
10238 (display-pixel-height, display-mm-width, display-mm-height)
10239 (display-backing-store, display-save-under, display-planes)
10240 (display-color-cells, display-visual-class): New functions.
10241
10242 * term/tty-colors.el (tty-color-gray-shades): New function.
10243
10244 * faces.el (display-color-p): Use framep-on-display.
10245 (display-grayscale-p): New function.
10246
968e00f0
DL
102472000-01-31 Dave Love <fx@gnu.org>
10248
10249 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10250 (create-fontset-from-x-resource): Don't concat integers.
10251
2cb750ba
GM
102522000-01-31 Inge Frick <inge@nada.kth.se>
10253
10254 * view.el: Some changes in documentation. Removed some trailing
10255 whitespace. Changed some parameter names to agree with
10256 documentation.
10257 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10258 window is not deleted. Modifies change 1998-04-26.
a23c5037 10259
74e9213b
GM
102602000-01-31 Gerd Moellmann <gerd@gnu.org>
10261
47569935
GM
10262 * windmove.el: New file.
10263
74e9213b
GM
10264 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10265 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 10266 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 10267
74e9213b
GM
10268 * jit-lock.el (jit-lock-function): Widen before calculating end
10269 position.
10270 (jit-lock-stealth-chunk-start): Rewritten.
10271
10272 * info.el (Info-title-face-alist): Removed.
10273 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10274 faces.
10275 (Info-fontify-node): Use these faces.
10276
994c5afe
GM
102772000-01-30 Gerd Moellmann <gerd@gnu.org>
10278
10279 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10280 (cl-macro-list1): Recognize `&allow-other-keys' instead of
10281 `&allow-other-keywords'.
10282
10283 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10284 the list of directories scanned heuristically.
10285
10286 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10287 exist.
10288
f00276e3
JR
102892000-01-30 Jason Rumney <jasonr@gnu.org>
10290
10291 * w32-fns.el: Define w32-tty-standard-colors.
10292
10293 * startup.el (command-line): Use w32-tty-standard-colors when in
10294 w32 console mode.
10295
cc4dfff0
DL
102962000-01-30 Dave Love <fx@gnu.org>
10297
e645e77b
DL
10298 * jka-compr.el (jka-compr-load): Fix up load-history.
10299
cc4dfff0
DL
10300 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10301
10302 * emacs-lisp/cl-macs.el: Revert previous change.
10303
16215eb0
DL
103042000-01-29 Dave Love <fx@gnu.org>
10305
10306 * facemenu.el: Purecopy various strings.
10307
10308 * timezone.el (timezone-fix-time): Window against 69 for two-digit
10309 years. Deal with three-digit years.
10310
10311 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10312 defconst, purecopy.
10313 (help-back-label): Purecopy it.
10314
bbd9b566
GM
103152000-01-18 Gerd Moellmann <gerd@gnu.org>
10316
10317 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10318 variable. If non-nil, order the buffer list according to the
10319 currently selected frame.
10320 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10321 non-nil, pass the selected frame to function buffer-list.
a23c5037 10322
887448e1
GM
103232000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10324
10325 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10326
7df85084
DL
103272000-01-28 Dave Love <fx@gnu.org>
10328
142e109c
DL
10329 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10330
7df85084
DL
10331 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10332 Don't use lisp-indent-hook property.
10333 (cl-abs): Remove.
10334
10335 * subr.el: Move out indent and edebug specs for when and unless.
10336
10337 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10338 when, unless.
10339
10340 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10341 unless, when.
10342
3b43c01c
GM
103432000-01-28 Gerd Moellmann <gerd@gnu.org>
10344
d060bc9f
GM
10345 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10346 `collecting' as synonym for `collect'.
10347
10348 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10349 for the case it contains spaces.
10350
10351 * simple.el (what-cursor-position): Change formatting of
10352 messages.
10353
b02786f9
GM
10354 * frame.el (delete-other-frames): New function.
10355 (toplevel): Bind it to C-x 5 1.
10356
efd68b8a
GM
10357 * sort.el (sort-numeric-base): New option.
10358 (sort-numeric-fields): If number starts with `0' or `0[xX[',
10359 interpret it as octal or hexadecimal. Use sort-numeric-base
10360 as default base.
10361
3b43c01c
GM
10362 * progmodes/glasses.el: New file.
10363
984ae001
GM
103642000-01-27 Gerd Moellmann <gerd@gnu.org>
10365
a0b796e3
GM
10366 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10367 userids differently.
10368
984ae001
GM
10369 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10370 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10371 progmodes/ebnf-yac.el: New files.
10372
6c67ddee
DL
103732000-01-26 Dave Love <fx@gnu.org>
10374
10375 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10376 on a function with an empty body. [From Eric Ludlam.]
10377
4e6473c8
GM
103782000-01-25 Andre Spiegel <spiegel@gnu.org>
10379
10380 * vc.el (vc-version-diff): Make sure file name is expanded.
10381
e12489f9
GM
103822000-01-25 Gerd Moellmann <gerd@gnu.org>
10383
10384 * scroll-bar.el (scroll-bar-timer): Variable removed.
10385 (scroll-bar-toolkit-scroll): Don't use a timer.
10386
8dbe2b07
KH
103872000-01-25 Kenichi Handa <handa@etl.go.jp>
10388
10389 * language/thai-util.el (thai-composition-function): Delete
10390 superfluous `a'.
10391
26ef1c87
DL
103922000-01-24 Dave Love <fx@gnu.org>
10393
10394 * fortran.el (fortran-mode): Use beginning-of-defun-function,
10395 end-of-defun-function.
10396
10397 * font-lock.el (turn-on-font-lock): Don't depend on window-system
10398 &c.
10399
7ed4e9a7
JR
104002000-01-22 Jason Rumney <jasonr@gnu.org>
10401
10402 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10403 conflicts with new face support.
10404
8b7bc628 104052000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
10406
10407 * replace.el (query-replace): Rename last arg to DELIMITED.
10408 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10409 (query-replace-regexp): Likewise.
10410
8b7bc628 104112000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 10412
02b14400
RS
10413 * subr.el (with-syntax-table): Use make-symbol, not gensym.
10414
5bb6f079
RS
10415 * emacs-lisp/lisp.el (beginning-of-defun-function):
10416 Variable renamed from beginning-of-defun.
10417 Do not call make-variable-buffer-local.
10418 (beginning-of-defun-raw): Use new variable name; doc fix.
10419 (beginning-of-defun): Doc fix.
10420 (end-of-defun-function): Variable renamed from end-of-defun.
10421 Do not call make-variable-buffer-local.
10422 (end-of-defun): Use new variable name; doc fix.
10423
02b14400
RS
10424 * subr.el (dolist, dotimes): Copied from cl-macs.el
10425 and made to work.
2d5e9b54 10426
a23c5037 10427 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
10428 Variable replaces rmail-digest-end-regexp.
10429 Allows multiple regexps for detecting the end line.
10430 (undigestify-rmail-message): Corresponding changes.
10431
60af03f1
DL
104322000-01-19 Dave Love <fx@gnu.org>
10433
fe5d99e1
DL
10434 * files.el (user-init-file): Don't declare here -- is primitive.
10435
60af03f1
DL
10436 * startup.el (command-line): Check for compiled user-init-file and
10437 set to uncompiled version if necessary.
10438
72dbbc7d
GM
104392000-01-18 Gerd Moellmann <gerd@gnu.org>
10440
6a1950ec
GM
10441 * mail/undigest.el (rmail-digest-end-regexp): New user option.
10442 (undigestify-rmail-message): Use it.
10443
72dbbc7d
GM
10444 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10445
fbe91bbd
GM
104462000-01-17 Gerd Moellmann <gerd@gnu.org>
10447
10448 * tmm.el (tmm-goto-completions): Adapt to prompt being part
10449 of mini-buffer.
10450
33a6685b
GM
104512000-01-14 Gerd Moellmann <gerd@gnu.org>
10452
b3303df7
GM
10453 * emacs-lisp/copyright.el (copyright-update): Removed the
10454 requirement for a trailing space from `copyright-regexp', to
10455 support copyrights with owner specified on a separate line..
a23c5037 10456
3c4c8064
GM
10457 * align.el: New file.
10458
33a6685b
GM
10459 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10460
10461 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10462
044a4975
DL
104632000-01-13 Dave Love <fx@gnu.org>
10464
10465 * ph.el: Removed. (Obsoleted by EUDC.)
10466
0a352cd7
GM
104672000-01-13 Gerd Moellmann <gerd@gnu.org>
10468
10469 * net/eudc.el (toplevel): Remove autoloaded code installing
10470 menu with easymenu, because that causes build problems.
10471
10472 * frame.el (frame-notice-user-settings): New variable.
10473 (frame-notice-user-settings): Don't modify frame parameters
10474 if called a second time.
10475
8b7bc628 104762000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
10477
10478 * frame.el (frame-notice-user-settings):
10479 Notice default-frame-parameters even for non-window frames.
10480
feb450e0
GM
104812000-01-13 Gerd Moellmann <gerd@gnu.org>
10482
10483 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10484 for Emacs.
10485 (eudc-bob-can-display-inline-images): Extend for Emacs.
10486 (eudc-bob-toggle-inline-display): Ditto.
10487 (eudc-bob-display-jpeg): Ditto.
10488
99c6d63b
GM
104892000-01-12 Gerd Moellmann <gerd@gnu.org>
10490
7970b229
GM
10491 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10492 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10493 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 10494
e4936aa9
GM
10495 * add-log.el (add-change-log-entry): Fix error trying an `(insert
10496 nil)'.
10497
10498 * subdirs.el: Add `net' directory.
10499
133c9e59
GM
10500 * net: New directory.
10501
99c6d63b
GM
10502 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10503 eval-last-sexp. Don't bind debug-on-error here.
10504 (eval-last-sexp): New function. Bind debug-on-error if
10505 eval-expression-debug-on-error is non-nil.
10506 (eval-defun-2, eval-defun): Likewise.
10507
10508 * simple.el (eval-expression): Don't bind debug-on-error if
10509 eval-expression-debug-on-error is nil. Detect changed
10510 debug-on-error, and propagate new value to global binding, if
10511 eval-expression-debug-on-error is non-nil,
10512 (eval-expression-debug-on-error): Change doc string.
a23c5037 10513
8b7bc628 105142000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
10515
10516 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10517
10518 * emacs-lisp/lisp-mode.el (with-syntax-table):
10519 Set up lisp-indent-function property.
10520
10521 * subr.el (with-syntax-table): Moved from simple.el.
10522
10523 * simple.el (with-syntax-table): Moved to subr.el.
10524
7e3c74fa
GM
105252000-01-11 Gerd Moellmann <gerd@gnu.org>
10526
1fab1775
GM
10527 * tmm.el (tmm-shortcut): Delete region after prompt instead
10528 of erasing buffer.
10529
7e3c74fa 10530 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
10531 (fill-context-prefix): Use the longest common prefix of first
10532 and second line fill prefix, if there is one.
7e3c74fa 10533
8b7bc628 105342000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
10535
10536 * array.el (array-mode): Don't use make-variable-buffer-local.
10537 Use make-local-variable for `truncate-lines'.
10538
aa705642 105392000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 10540
aa705642
GM
10541 * add-log.el (add-log-current-defun): Handle user-defined
10542 add-log-current-function returning nil,
a23c5037 10543
57df2446 10544 * add-log.el (add-change-log-entry): Insert version number
aa705642 10545 if having found a current function
c1356086
GM
10546
10547 * add-log.el (add-log-current-defun): Call
10548 `add-log-current-defun-function'. Try matches at level 0 and
10549 level 1. Strip whitespace from defun found.
a23c5037 10550
1d8c59e9
RS
105512000-01-10 John Wiegley <johnw@gnu.org>
10552
10553 * allout.el (isearch-done/outline-provisions): Added `edit'
10554 argument to correspond with the current definition of
10555 `isearch-done'.
10556
8cf87e9b
DL
105572000-01-10 Dave Love <fx@gnu.org>
10558
10559 * elide-head.el (elide-head): Use point-marker, not point.
10560
9050446c
GM
105612000-01-10 Gerd Moellmann <gerd@gnu.org>
10562
8321b22a
GM
10563 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10564 before and after the year 2000.
a23c5037 10565
9050446c
GM
10566 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10567 Add ispell- prefix.
10568
105692000-01-10 Ken Stevens <k.stevens@ieee.org>
10570
10571 * ispell.el: Only define dictionaries in menus when they exist.
10572 (version18p): New variable.
10573 (version20p): New variable.
10574 (xemacsp): New variable.
10575 (ispell-choices-win-default-height): Fix for XEmacs visibility.
10576 (ispell-dictionary-alist1): Added Brasileiro dictionary.
10577 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 10578 run-together words.
9050446c
GM
10579 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10580 (ispell-dictionary-alist): Add koi8-r to customize definition.
10581 (check-ispell-version): Added documentation string. Returns
f24fef2f 10582 library path when called non-interactively.
9050446c
GM
10583 (ispell-menu-map-needed): Uses new variables.
10584 (ispell-library-path): New variable.
10585 (ispell-decode-string): XEmacs fix for bogus variable bindings.
10586 (ispell-word): Improved documentation string. Test for valid
10587 character mappings. Correctly check typed in word changes that can
10588 result in single words split into multiple words. Returns
10589 replacement word.
10590 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
10591 replace in recursive query replace mode. Help message for
10592 recursive edit mode.
10593 (ispell-show-choices): Protect against bad framepop bindings.
10594 (ispell-help): Fix to work with XEmacs.
10595 (ispell-highlight-spelling-error): Use new variables.
10596 (ispell-overlay-window): Fix to work with XEmacs.
10597 (ispell-parse-output): Passed and returns location information
10598 tracking spelling corrections. Doesn't recheck same word on
10599 current line.
10600 (ispell-init-process): Protect against bogus XEmacs variable binding.
10601 Fix call to single argument in sleep-for. Use new variables.
10602 (ispell-region): Passed and returns location information tracking
10603 spelling corrections. Doesn't check same word on current line.
10604 Improved documentation string. Doesn't resend a line already
10605 checked to the ispell process - fixes bug in LaTeX parsing.
10606 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10607 (ispell-skip-region): No longer skips <TT> in SGML.
10608 (ispell-process-line): Tracks location information with spelling
10609 corrections. Added documentation string. Accounts for words
10610 already accepted on this line. Don't allow query-replace on line
10611 starting with math characters. Doesn't resend a line already sent
10612 to ispell process. Fixes alignment error bug.
a23c5037 10613
8b7bc628 106142000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 10615
a23c5037 10616 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
10617 Suggest xloadimage, which is free, not xv, which isn't.
10618
a23c5037 10619 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
10620 Don't ever include the host name or user name in the value.
10621
9ed79f5d
GM
106222000-01-09 Gerd Moellmann <gerd@gnu.org>
10623
10624 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10625 of a real newline.
10626
b950abb1
GM
106272000-01-09 Stephen Eglen <stephen@gnu.org>
10628
a23c5037 10629 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
10630 for .png files.
10631
3c708e98
GM
106322000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
10633
10634 * cus-edit.el (custom-hook-convert-widget): Fix comment.
10635
bf61662d
GM
106362000-01-09 Gerd Moellmann <gerd@gnu.org>
10637
f1d851ae
GM
10638 * progmodes/cperl-mode.el: Replace ^F with ^L.
10639
bf61662d 10640 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 10641 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
10642 recursion.
10643
c65d14ee
DL
106442000-01-08 Dave Love <fx@gnu.org>
10645
8cf87e9b
DL
10646 * emacs-lisp/backquote.el: Remove inappropriate customization
10647 (allowing custom.el to use backquote).
c65d14ee 10648
83de2ebc
DL
106492000-01-07 Dave Love <fx@gnu.org>
10650
10651 * add-log.el (add-log-debugging): Deleted.
10652 (add-change-log-entry): Treat a backup FILE-NAME as its parent
10653 file. Remove debugging code.
10654 (change-log-get-method-definition, change-log-name): Add doc.
10655 (change-log-sortable-date-at): New function.
10656 (change-log-merge): New command.
10657
10658 * time.el (display-time-string-forms): Make the Mail string active.
10659 (display-time-update): Provide help-echo for load average.
10660
10661 * bindings.el (make-mode-line-mouse2-map): New function.
10662 (mode-line-modified): Use it and simplify.
10663 (mode-line-mule-info): Provide help-echo info.
10664 (minor-mode-alist): Activate the strings.
10665 (make-mode-line-mouse-sensitive): Simplify for
10666 mode-line-buffer-identification.
10667
c1475eae
GM
106682000-01-07 Gerd Moellmann <gerd@gnu.org>
10669
10670 * play/pong.el: New file.
10671
83de2ebc
DL
106722000-01-06 Dave Love <fx@gnu.org>
10673
10674 * array.el: Assorted cleanups for compiler warnings, doc strings,
10675 `array-' prefix for symbols.
10676
106772000-01-05 Dave Love <fx@gnu.org>
10678
10679 * textmodes/outline.el (outline-mode-menu-bar-map): Add
10680 outline-headers-as-kill.
10681 (outline-mode): Define imenu-generic-expression.
10682 (outline-headers-as-kill): New command.
10683
10684 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
10685 from paragraph-start.
10686 (paragraph-indent-minor-mode): New command.
10687
10688 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
10689 M-C-e, M-C-h, C-j, C-xnd, TAB.
10690 (fortran-mode): Set beginning-of-defun, end-of-defun.
10691 (fortran-column-ruler): Simplify.
10692 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
10693 (fortran-with-subprogram-narrowing): Likewise.
10694 (fortran-indent-subprogram): Call mark-defun.
10695 (fortran-check-for-matching-do): Change narrowing.
10696
10697 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
10698 (cl-lucid-hash-tag): Delete.
10699 (cl-hash-table-p): Correct test for native table.
10700 (cl-hash-table-count): Use hash-table-count.
10701
10702 * browse-url.el (browse-url): Fix case of
10703 browse-url-browser-function being an alist.
10704
676ac023
CD
107052000-01-05 Carsten Dominik <cd@gnu.org>
10706
c1475eae
GM
10707 * textmodes/reftex-vars.el (reftex-parse-file-extension)
10708 (reftex-index-phrase-file-extension): New options.
676ac023
CD
10709
10710 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 10711 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
10712
10713 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 10714 `reftex-parse-file-extension'.
eb483e17 10715
88807984
DL
107162000-01-05 Dave Love <fx@gnu.org>
10717
83de2ebc 10718 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
10719 (beginning-of-defun-raw): Use it.
10720 (end-of-defun): New variable.
10721 (end-of-defun): Use it.
10722 (check-parens): New command.
10723
1362aeb4
TTN
107242000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10725
c1475eae
GM
10726 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
10727 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 10728
7ddafb95
TTN
10729 Fix buglet in local variables initialization.
10730
7334aa99
AS
107312000-01-05 Andreas Schwab <schwab@suse.de>
10732
10733 * hscroll.el (hscroll): Doc fix.
10734
b12e24cd
CD
107352000-01-05 Carsten Dominik <cd@gnu.org>
10736
10737 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
10738 idlw-toolbar.
10739
10740 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
10741 file idlw-rinfo.el.
1362aeb4
TTN
10742 (idlwave-customize): load must read file idlw-shell.el.
10743 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 10744
d6226972
CD
107452000-01-05 Carsten Dominik <dominik@astro.uva.nl>
10746
10747 * progmodes/idlw-shell.el: Also provide idlwave-shell
10748 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
10749 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
10750
10751 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
10752 both reftex-dcr and reftex-vcr.
1362aeb4 10753
d6226972
CD
10754 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
10755
6ddb893f 107562000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
10757
10758 * ps-print.el: PostScript code now is in separate files, doc fix.
10759 (ps-print-version): New version number (5.0.3).
10760 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
10761 local.
10762 (ps-spool-config): Initialization fix.
c1475eae
GM
10763 (ps-print-prologue-1, ps-print-prologue-2)
10764 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
10765 (ps-background-image): Little code reformating.
10766 (ps-begin-file, ps-begin-job): Fix code.
88807984 10767 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
10768 (ps-prologue-file): New fun.
10769
ae833aae
KH
107702000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10771
c1475eae 10772 * ps-vars.el: Eliminated.
ae833aae
KH
10773
10774 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
10775 `;;;###autoload'.
10776
10777 * ps-print.el: ps-vars eliminated, doc fix.
10778 (ps-print-version): New version number (5.0.2).
10779 (ps-spool-config): Initialization fix.
10780 (ps-print-customize): New fun.
10781
560a7bd2
GM
107822000-01-04 Gerd Moellmann <gerd@gnu.org>
10783
10784 * autorevert.el (auto-revert-mode): Return value of
10785 auto-revert-mode.
10786
f45dd0f4
DL
107872000-01-04 Dave Love <fx@gnu.org>
10788
fae2ac05
DL
10789 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
10790 menu items.
f45dd0f4 10791
61255981
DL
107922000-01-03 Dave Love <fx@gnu.org>
10793
88807984 10794 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 10795
83de2ebc 10796 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
10797 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
10798 `cl-hash-table-p', not `hash-table-p'.
10799 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
10800
c182a70f
EZ
108012000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10802
10803 * faces.el (face-read-integer, read-face-attribute)
10804 (color-defined-p, color-values): unspecified-{f,b}g are now
10805 strings.
10806
047f434a
GM
108072000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10808
10809 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
10810 at comment end, and re-insert them after filling.
10811
bab531e2
EZ
108122000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10813
10814 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
10815 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
10816 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 10817
d684c676
EZ
108182000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10819
10820 * term/x-win.el (xw-defined-colors): Call color-supported-p,
10821 the new name of face-color-supported-p.
10822
10823 * term/w32-win.el (xw-defined-colors): Likewise.
10824
0aad4805
EZ
108252000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10826
10827 * simple.el (completion-setup-function): Count completion-size
10828 from minibuffer-prompt-end, not from point-min.
10829
5fe1d139
EZ
108302000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
10831
10832 * faces.el (read-face-attribute, defined-colors, color-defined-p):
10833 Pass the frame to tty-color-* functions.
10834 (display-color-p, frame-set-background-mode): Pass the frame to
10835 tty-display-color-p.
10836
10837 * term/tty-colors.el (tty-defined-color-alist): Renamed from
10838 tty-color-alist.
10839 (tty-color-alist, tty-modify-color-alist): New functions.
10840 (tty-color-define, tty-color-clear, tty-color-approximate)
10841 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
10842 an optional parameter FRAME.
10843
162dec01
GM
108442000-01-01 Gerd Moellmann <gerd@gnu.org>
10845
27189709
GM
10846 * image.el (create-image, defimage): Don't assume image data is a
10847 string.
10848
162dec01
GM
10849 * image.el (defimage): Handle specifications containing :data
10850 instead of :file.
10851 (image-type-from-data): New function.
10852 (image-type-from-file-header): Use it.
10853 (create-image): Add parameter DATA-P.
1362aeb4 10854
bea56df7 10855See ChangeLog.8 for earlier changes.
25a6fab1
KH
10856
10857;; Local Variables:
af9ba8ad 10858;; coding: iso-2022-7bit-unix
25a6fab1 10859;; End: