(mode-line-window-height-fudge): New variable.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
a8b883c2
MB
12000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2
3 * info.el (Info-fontify-node): Add support for @subsubsection
4 titles, which use `Info-title-4-face'.
5 (Info-title-4-face): New face.
6 (Info-title-3-face): Inherit from Info-title-4-face instead of
7 variable-pitch.
8
e64c3a75
JR
92000-10-19 Jason Rumney <jasonr@gnu.org>
10
11 * dired.el (dired-insert-directory): Do not let errors signalled by
12 attempt to run dired-free-space-program prevent dired from working.
13
c70fe852
SM
142000-10-19 Stefan Monnier <monnier@cs.yale.edu>
15
16 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
17
877cf6b4
GM
182000-10-19 Gerd Moellmann <gerd@gnu.org>
19
5de037e0
GM
20 * dirtrack.el (dirtrack): Fix call to run-hooks.
21
6deb9af9
GM
22 * cmuscheme.el (cmuscheme-program-name): Renamed from
23 scheme-program-name because xscheme.el contains a defcustom with
24 the same name. As a consequence, customizing group `cmuscheme'
25 loaded `xscheme' which redefined run-scheme.
26 (run-scheme): Use cmuscheme-program-name.
27
877cf6b4
GM
28 * ps-print.el (ps-print-emacs-type): Move into the
29 eval-and-compile.
30
e597d8fb 31 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 32 anonymous address, and add a website for Befrienders International.
e597d8fb 33
3e9cb08f
GM
342000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
35
c70fe852
SM
36 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
37 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
38 (ps-print-version): New version number (6.2).
39 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
40 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
41 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
42 (ps-x-extent-priority, ps-x-extent-start-position)
43 (ps-x-face-font-instance, ps-x-find-coding-system)
44 (ps-x-font-instance-properties, ps-x-make-color-instance)
45 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
46 avoid compilation gripes without defining functions.
47 (ps-e-find-composition): Alias for function find-composition, to have a
48 suitable function depending on Emacs version.
49 (ps-color-device, ps-color-values, ps-face-foreground-name)
50 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
51 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
52 (ps-print-ensure-fontified): Function definitions surrounded by
53 `eval-and-compile' to avoid compilation gripes.
54 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
55 by symbol-value to avoid compilation gripes.
56 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
57 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
58
d8abcd91
MB
592000-10-19 Miles Bader <miles@lsi.nec.co.jp>
60
13ab33c4
MB
61 * startup.el (normal-top-level): Call `frame-set-background-mode'
62 after `frame-notice-user-settings' because the latter doesn't call
63 the former on a tty.
64
d8abcd91
MB
65 * faces.el (frame-set-background-mode): `unspecified' &c are
66 symbols, not strings.
67
e8bce0a9
EZ
682000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
69
c70fe852
SM
70 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
71 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 72
c70fe852
SM
73 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
74 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 75
773272d8
KH
762000-10-19 Kenichi Handa <handa@etl.go.jp>
77
c70fe852 78 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
79 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
80 for ISO10646-1 fonts.
81 (x-font-name-charset-alist): Add an entry for "iso10646-1".
82
772139c0
EZ
832000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
84
85 * faces.el (frame-set-background-mode): If a tty frame defines a
86 background color, use that to compute the background mode, instead
87 of always defaulting to "dark".
88
d134a19f
MB
892000-10-19 Miles Bader <miles@lsi.nec.co.jp>
90
8bb84cb2
MB
91 * comint.el (comint-write-output): New function.
92 (comint-mode-map): Add it to the menu.
e40a778f 93 Bind `C-c C-s' to comint-write-output.
d134a19f 94
dada41e1
GM
952000-10-18 Gerd Moellmann <gerd@gnu.org>
96
97 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
98 Use fancy-splash-delay.
99
9b5360aa
GM
1002000-10-18 Alex Schroeder <alex@gnu.org>
101
102 * progmodes/sql.el (sql-sybase-options): New option.
103 (sql-sybase): Use it. Add sql-database to the list of parameters
104 provided for login. The options -w 2048 -n are not used any more.
105
9035a35a
GM
106 * comint.el (comint-read-input-ring): Bugfix such that the first
107 and the last entry of the input ring file are not lost.
108
3556c6dd
GM
1092000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
110
111 * ps-print.el: Internal variable changes to defcustom,
112 make-local-hook changes to defvar. Doc fix.
113 (ps-print-version): New version number (6.1).
114 (ps-setup, ps-do-despool): Code fix.
115 (ps-printer-name): Customization fix.
116 (ps-printer-name-option): Now is a defcustom instead of an
117 internal variable.
118 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
119 (ps-print-begin-column-hook): Now are defvar instead of
120 make-local-hook.
121
4e217e50
MB
1222000-10-18 Miles Bader <miles@gnu.org>
123
124 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
125 (comint-kill-output): Changed into an alias for `comint-delete-output',
126 and made obsolete.
127 (comint-mode-map): Rename references to comint-kill-output.
128
34460354
EZ
1292000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
130
131 * diff-mode.el (diff-header-face, diff-file-header-face)
132 (diff-changed-face): Add bold and italic attributes to tty faces.
133 (diff-function-face): New face.
134 (diff-font-lock-keywords): Use it.
135
17ea3cdb
MB
1362000-10-18 Miles Bader <miles@lsi.nec.co.jp>
137
138 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
139 Remove commented-out call to force-mode-line-update.
140 (comint-kill-output): Use `forward-line 0' instead of
141 beginning-of-line to make sure we get past the prompt.
142
9244f2c7
SM
1432000-10-17 Stefan Monnier <monnier@cs.yale.edu>
144
145 * diff-mode.el (diff-header-face, diff-file-header-face):
146 Add specific setting for dark background.
147 (diff-context-face): Renamed from diff-comment-face.
148 Set explicitly rather than inheriting from font-lock-comment-face.
149
1592c1ef
EZ
1502000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
151
152 * startup.el (command-line): Move the code which sets the default
153 TTY colors to before before-init-hook.
154
f86292a9
GM
1552000-10-17 Gerd Moellmann <gerd@gnu.org>
156
157 * jit-lock.el (jit-lock-stealth-time): Doc fix.
158
f7f2e883
EZ
1592000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
160
e854cc22
EZ
161 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
162 extensions, for MS-DOS.
163
f7f2e883
EZ
164 * diff-mode.el (diff-header-face, diff-file-header-face)
165 (diff-changed-face): Define tty-specific colors.
166
c7b4f0f9
GM
1672000-10-17 Gerd Moellmann <gerd@gnu.org>
168
169 * startup.el (fancy-splash-text): Realign the text.
170
12a72271
EZ
1712000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
172
173 * font-lock.el (font-lock-comment-face): Define a separate default
174 for dark-background tty's.
175
61dfccfd
MB
1762000-10-17 Miles Bader <miles@gnu.org>
177
178 * help.el (resize-temp-buffer-window): Add hack to avoid last line
179 being obscured by whizzy mode-lines on graphics displays.
180
333cd59e
EZ
1812000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
182
183 * info.el (Info-title-1-face, Info-title-2-face)
184 (Info-title-3-face): Define colors for tty's.
dada41e1 185 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 186
dbf1fcc1
EZ
1872000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
188
189 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
190 reverse from the frame parameters, and don't invert foreground and
191 background colors.
192
ac629823
MB
1932000-10-16 Miles Bader <miles@gnu.org>
194
195 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
196 string "*Info*". Call propertized-buffer-identification to spruce
197 up the result.
198
76eebffc
GM
1992000-10-16 Gerd Moellmann <gerd@gnu.org>
200
3a6b59d9
GM
201 * help.el: Provide `help' for the sake of define-minor-mode
202 which generates defcustoms with requires.
203
6569c3d3
GM
204 * jit-lock.el (jit-lock-after-change): If we're in text that
205 matches a multi-line font-lock pattern, make sure the whole text
206 will be redisplayed.
207
c2e0a611
GM
208 * emacs-lisp/authors.el (authors-add): Don't add an entry if
209 author's name is unknown.
210
76eebffc
GM
211 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
212 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
213 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
214 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
215 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
216 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
217 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
218 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
219 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
220 Add author information.
221
cf1e7b12
MB
2222000-10-16 Miles Bader <miles@lsi.nec.co.jp>
223
224 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
225 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
226 full-color version (using the Gimp) to eliminate dithering artifacts.
227
5586f3eb
SM
2282000-10-15 Stefan Monnier <monnier@cs.yale.edu>
229
230 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
231
232 * simple.el (syntax-flag-table, string-to-syntax): Remove.
233
ad64a888
DL
2342000-10-15 Dave Love <fx@gnu.org>
235
236 * progmodes/sh-script.el: Require skeleton and comint when
237 compiling.
238
239 * pcomplete.el (pcomplete) <defgroup>: Add :version.
240
241 * whitespace.el: Doc fixes.
242 (top-level): Don't add hooks here.
243 (whitespace-running-emacs): Deleted.
244 (timer): Don't require.
245 (whitespace): Add back :version conditional on xemacs test.
246 (whitespace-spacetab-regexp, whitespace-indent-regexp)
247 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
248 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
249 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
250 Avoid specific xemacs test.
251 (whitespace-global-mode): New option.
252 (whitespace-global-mode): New command.
253 (whitespace-unload-hook): New function.
254
255 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
256 (Info-fontify-node, Info-goto-node, Info-mode-menu)
257 (Info-fontify-node): `Goto' goes to `Go to'.
258 (Info-fontify-node): Add help-echo to xref links.
259
1ef49fc6
EZ
2602000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
261
262 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
263
8b7707e1
SM
2642000-10-15 Stefan Monnier <monnier@cs.yale.edu>
265
b3b7f42f
SM
266 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
267 Use plist-get and allow :inherit.
268
269 * emacs-lisp/cl-macs.el (cl-do-arglist):
270 Use plist-get and plist-member instead of memq.
271
3c7fafc7
SM
272 * emacs-lisp/ewoc.el (ewoc-location): New function.
273 (ewoc-enter-after, ewoc-enter-before): Document return value.
274 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
275 Don't need make-local-hook any more.
276 (cvs-addto-collection): Return the new tin.
277 (cvs-mode-insert): Jump to the new line.
278
8b7707e1
SM
279 * jit-lock.el (jit-lock-fontify-buffer): Remove.
280
281 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
282
283 * font-lock.el (font-lock-syntactically-fontified): New var.
284 (font-lock-fontify-syntactic-keywords-region): Use it.
285 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
286
287 * diff-mode.el (diff-find-file-name): Fix regexp.
288
289 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
290 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
291
292 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
293 (sh-mode-syntax-table): Add punctuation syntax for < and >.
294 (sh-mode): Don't make all vars local here.
295 (sh-kw): Reformat.
296 (sh-set-shell): Use dolist. Don't set indent-region-function.
297 (sh-mode-syntax-table): Use pop.
298 (sh-remember-variable): Use push.
299 (sh-help-string-for-variable): Use memq.
300 (sh-safe-backward-sexp): Remove.
301 (sh-safe-forward-sexp): Add ARG.
302 (sh-get-indent-info, sh-prev-stmt): Use it.
303 (sh-prev-line): Simplify by using forward-comment.
304 (sh-this-is-a-continuation): Simplify.
305 (sh-learn-buffer-indent): Use dolist.
306 (sh-do-nothing): Remove.
307 (sh-set-char-syntax, sh-set-here-doc-region):
308 Use inhibit-modification-hooks.
309 (sh-name-style): Use mapcar and push.
310 (sh-load-style): Use dolist.
311 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
312 (sh-case, sh-while-getopts): Use propertize directly rather
313 than sh-electric-rparen.
314
3152000-10-14 Stefan Monnier <monnier@cs.yale.edu>
316
317 * textmodes/tex-mode.el: Require CL when compiling.
318 (tex-mode-syntax-table): Init immediately.
319 (tex-mode-map): Bind M-RET to latex-insert-item.
320 (latex-mode): Set indent-line-function to latex-indent.
321 (tex-common-initialization): Don't setup the syntax-table any more.
322 (latex-insert-item): New skeleton.
323 (tex-next-unmatched-end): Fix copy/paste braino.
324 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
325 (latex-indent, latex-find-indent): New functions.
326 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
327 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
328 (tex-compilation-parse-errors): Use with-syntax-table.
329
86b7fcbb
MB
3302000-10-15 Miles Bader <miles@gnu.org>
331
332 * font-lock.el (font-lock-comment-face): Change dark-background,
333 color, non-tty, default to `chocolate1'.
334
57a24508
JW
3352000-10-13 John Wiegley <johnw@gnu.org>
336
337 * eshell/esh-util.el (require): Added a missing `require' form,
338 needed when compiling (for an ange-ftp macro definition).
339
40ad3db4
DL
3402000-10-13 Dave Love <fx@gnu.org>
341
342 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
343
db460189
GM
3442000-10-13 Gerd Moellmann <gerd@gnu.org>
345
b41c9501
GM
346 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
347 fix.
348
db460189
GM
349 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
350 transparent -colors 8).
351
3b5e21df
GM
3522000-10-13 Stephen Gildea <gildea@alum.mit.edu>
353
354 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
355 that breaks with old list format timestamps.
356 (time-stamp-warn-inactive, time-stamp-old-format-warn)
357 (time-stamp-count, time-stamp-conversion-warn): Improved doc
358 strings.
359
16908a3f
JW
3602000-10-13 John Wiegley <johnw@gnu.org>
361
d7103dda
JW
362 * align.el, pcomplete.el, calendar/timeclock.el,
363 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
364
16908a3f
JW
365 * calendar/timeclock.el (timeclock-find-discrep): A fix to same
366 faulty math, where holiday hours were being computing as seconds.
367
b6b70cda
JW
3682000-10-13 John Wiegley <johnw@gnu.org>
369
370 * desktop.el (desktop-buffer-modes-to-save): Added a global for
371 specifying what "other" kinds of buffers should be saved. This
372 used to be hard-coded.
373 (desktop-buffer-misc-functions): A global for specifying how
374 auxiliary data should be determined for special buffer types.
375 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
376 instead of hard-coding the special buffer types.
377 (desktop-save): Run `desktop-buffer-misc-functions' to gather
378 auxiliary data, instead of hard-coding for Info buffers and dired.
379 (desktop-buffer-info-misc-data): Aux function for determining Info
380 buffer auxiliary info.
381 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
382 (desktop-buffer-info): Changed this function to use the info
383 gathered above.
384 (desktop-create-buffer): Be a little more careful about what
385 `minor-mode' means before calling it. This is important for some
386 buffer types.
387
8c6b1d83
JW
3882000-10-13 John Wiegley <johnw@gnu.org>
389
390 * eshell/esh-util.el: Added a global form which declares an
391 autoload for `parse-time-string', if that function is not already
392 defined, and if parse-time.el is available on the user's system.
393
394 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
395 to be aware of ange-ftp user info.
396 (eshell-do-ls): Bind `ange-cache'. Also, use
397 `eshell-file-attributes'.
398 (eshell-ls-annotate): Use `eshell-file-attributes'.
399 (eshell-ls-file): Made the user-id printing code a bit smarter.
400
401 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
402 allow identification of alias user ids in remote directories.
403 It's manual, but there's no other way to know when the current
404 user on the local machine, is also the owning user on the remote
405 machine.
406 (fboundp): Bind `ange-cache'.
407 (eshell-directory-files-and-attributes): Re-organized the logic a
408 bit to use `eshell-file-attributes' instead of `file-attributes'.
409 The former is more sensitive to directories that are read via FTP,
410 and knows how to use ange-ftp to determine full attribute
411 information, instead of just the name and last modtime.
412 (eshell-current-ange-uids): Return the current user id when in a
413 remote directory.
414 (eshell-parse-ange-ls): Parse a full directory listing that has
415 been returned by ange-ftp.
416 (eshell-file-attributes): This beefed up version of
417 `file-attributes' is only special if the user is currently in a
418 remote directory, in which case it does a lot of work to find out
419 what the real attributes of a file are, as they appear on the
420 remote machine. This makes usage of remote directories (i.e.,
421 ange-ftp pathnames) much more useful. You can now use Eshell as a
422 full-fledged FTP client, with much more manipulation ability than
423 most other clients.
424
425 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
426 variable, which means that Eshell's du should always be preferred
427 in remote directories.
428 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
429 just `file-attributes'.
430 (eshell-mvcp-template): Bind `ange-cache', to improve performance
431 when reading remote directories. This is an Eshell-specific
432 variable (not part of ange-ftp).
433 (eshell/ln): Bind `ange-cache'.
434 (eshell/du): Added some extra logic for determining when to use
435 Eshell's du (which is slow), and when to use the external version
436 (which may or may not exist).
437
438 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
439 `eshell-interactive-process', rather than using
440 `get-buffer-process', since backgrounded processes don't count in
441 the context of this function's logic.
442
443 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
444 `forward-char', so that null strings are parsed correctly.
445
87730e84 4462000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
447
448 * eshell/em-pred.el (eshell-pred-file-type,
449 eshell-pred-file-links, eshell-pred-file-size): Use
450 `eshell-file-attributes'. This is more correct over ange-ftp.
451
452 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
453 that remote file globbing is more efficient.
454
455 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
456 gathering the files and attributes within a directory.
457
458 * eshell/em-unix.el (eshell/cat): If any of the files passed on
459 the command line is a special file (not a regular file, directory
460 or symlink), always attempt to call the external version of cat.
461
87730e84 4622000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
463
464 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
465 Eshell-friendly version of find-tag.
466
1c7e37a9
MB
4672000-10-13 Miles Bader <miles@lsi.nec.co.jp>
468
469 * image-file.el (image-file-name-extensions)
470 (image-file-name-regexps): Add autoload cookies.
471
11a7f341
KH
4722000-10-13 Kenichi Handa <handa@etl.go.jp>
473
474 * international/mule-cmds.el (select-safe-coding-system): If FROM
475 is string, show it in *Warning* buffer.
476
8ddddcb0
EZ
4772000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
478
479 * startup.el (normal-top-level): Use display-popup-menus-p instead
480 of window-system.
481 (command-line): Use display-graphic-p instead of window-system.
482 (command-line-1): Use display-popup-menus-p and display-mouse-p
483 instead of window-system.
484
72200f89
SS
4852000-10-12 Sam Steingold <sds@gnu.org>
486
487 * tooltip.el (tooltip-use-echo-area): New user variable.
488 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
489
8661c643
DL
4902000-10-12 Dave Love <fx@gnu.org>
491
d0b40dc1
DL
492 * recentf.el: Maintainer's checkdoc fixes.
493
a622451f
DL
494 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
495 character class, not ASCII when matching file names.
496 (fancy-splash-head): Add trailing slash to URL.
497 (command-line): Don't require XPM support for toolbar.
498
8661c643
DL
499 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
500 (cperl-invalid-face): Revert last change.
501 (cperl-init-faces): Quote cperl-invalid-face.
502
ef2ed8ab
KH
5032000-10-12 Kenichi Handa <handa@etl.go.jp>
504
505 * startup.el (fancy-splash-text): Remove superfluous quote.
506
b0da379e
GM
5072000-10-12 Gerd Moellmann <gerd@gnu.org>
508
dbeb499b
GM
509 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
510 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
511 (command-line-1): Don't use fancy-splash-pending-command.
512 (fancy-splash-screens-1): Goto point-min after inserting text.
513
d861718a
GM
514 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
515
b0da379e
GM
516 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
517 instead of shared-lisp-mode-map.
518
4fb2ad98
MB
5192000-10-12 Miles Bader <miles@lsi.nec.co.jp>
520
1cb4393e
MB
521 * faces.el (header-line): Change tty-variant to use underlining.
522
4fb2ad98
MB
523 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
524 (isearch-highlight): Restore lazy-isearch face properties at old
525 position, and suppress them at new position.
526 (isearch-dehighlight): Restore lazy-isearch face properties.
527 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
528 over the real isearch overlay, but in that case, don't give it a
529 face property. Use `push'.
530
eb991b25
KH
5312000-10-12 Kenichi Handa <handa@etl.go.jp>
532
533 * man.el (Man-getpage-in-background): Fix previous change.
534 Decode the process output only when we are in multibyte mode.
535
a818c1c0
DL
5362000-10-11 Dave Love <fx@gnu.org>
537
c990f53a
DL
538 * info.el (Info-mode-menu): Fix some help.
539 (info-tool-bar-map): Add entry for Info-last.
540
a818c1c0
DL
541 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
542 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
543 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
544 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
545 * toolbar/search-replace.xpm, toolbar/exit.xpm:
546 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
547 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
548 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
549 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
550 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
551 Reduce colour requirements to 25 overall. (Probably wants
552 revisiting from the originals to reduce further.)
553
c1b096cb
EZ
5542000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
555
556 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
557 buffer-file-coding-system, instead of raw-text.
558 (dehexlify-buffer): Bind coding-system-for-read to
559 buffer-file-coding-system, instead of raw-text.
560
5c8b7eaf
SS
5612000-10-11 Sam Steingold <sds@gnu.org>
562
563 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
564 `underline' - fixes the bug introduced on 2000-09-21.
565
2cfbdb7a
DL
5662000-10-11 Dave Love <fx@gnu.org>
567
568 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
569 compiler warnings.
570 (scheme-mode): Doc fix.
571 (scheme-font-lock-keywords-1): Match `define-syntax'.
572
5732000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
574
575 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
576 face specs as well as default ones. Only do anything if the
577 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 578 (region): Make dark-background `region' face less in-your-face.
4b33f290 579
690ec649
SS
5802000-10-10 Sam Steingold <sds@gnu.org>
581
582 * chistory.el, ielm.el, ledit.el:
583 * progmodes/inf-lisp.el, progmodes/scheme.el:
584 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
585
3b95d6bb
SM
5862000-10-10 Stefan Monnier <monnier@cs.yale.edu>
587
588 * textmodes/texinfo.el: Update copyright and fix typo.
589
590 * desktop.el (desktop-modes-not-to-save): New var.
591 (desktop-save-buffer-p): Use it.
592 Also, obey desktop-buffers-not-to-save even for non-file buffers.
593 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
594
d646c828
DL
5952000-10-10 Dave Love <fx@gnu.org>
596
597 * toolbar/tool-bar.el (tool-bar-add-item)
598 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
599 display.
600
d646c828
DL
601 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
602 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
603 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
604 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
605 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
606 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
607 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
608 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
609 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
610 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
611 the .xpms; probably need retouching.
612
862a7e28
MB
6132000-10-10 Miles Bader <miles@lsi.nec.co.jp>
614
615 * subr.el (add-to-list): Add optional argument APPEND.
616 * battery.el (display-battery): Use `add-to-list'.
617
46e33aee
TTN
6182000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
619
930baf47
TTN
620 * play/zone.el (zone-timer, zone-wc-tbl): Rework
621 these vars as symbol properties.
2cfbdb7a
DL
622 (zone, zone-when-idle, zone-leave-me-alone)
623 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 624
5a430f9c
TTN
625 * battery.el (display-battery): Doc spelling fix.
626
46e33aee
TTN
627 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
628 property.
629
adf7d3a8
DL
6302000-10-09 Dave Love <fx@gnu.org>
631
632 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
633 has been initialized before calling tool-bar-setup.
c2156508 634 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 635
06a8c9f8
EZ
6362000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
637
e4ca8f8c
EZ
638 * menu-bar.el (send-mail-item-name): New function.
639 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
640 of mail-user-agent in the menu. Don't display the "Send Mail"
641 item if mail-user-agent is nil or its value is ignore.
642 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
643 if read-mail-command is nil or its value is ignore.
644
06a8c9f8
EZ
645 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
646
7dbc9c8a
MB
6472000-10-09 Miles Bader <miles@gnu.org>
648
29e0814b
MB
649 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
650 Correct image size.
651 * toolbar/left_arrow.xpm: Correct image size.
652
7dbc9c8a
MB
653 * jka-compr.el: Don't call `jka-compr-install' when loading (it
654 will be done by the definition of `auto-compression-mode' if
655 necessary. Move code to uninstall existing file-name handler
656 before definition of `auto-compression-mode'.
657
658 * image-file.el (auto-image-file-mode): Move to the end of the
659 file, because `define-minor-mode' actually calls the mode-function
660 if the associated variable is non-nil, which requires that all
661 needed functions be already defined.
662
65b61266
MB
663 * mouse.el (popup-menu): Balance parens.
664
d6b8c85b
SM
6652000-10-08 Stefan Monnier <monnier@cs.yale.edu>
666
667 * mouse.el (popup-menu): Move the command call outside the loop
668 so that popup-menu returns whatever the command returns.
669
670 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
671 (initialize-new-tags-table): Use run-hook-with-args-until-success.
672 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
673 (tags-table-format-functions): Renamed from tags-table-format-hooks.
674
675 * vc.el (vc-version-diff): diff-switches can be a list.
676 Use relative filenames for prettier output.
677
46e33aee 678 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
679 (vc-post-command-functions): Remove old-VC compatibility code.
680
681 * newcomment.el (comment-indent-default): Autoload.
682
683 * font-lock.el (font-lock-defaults): Make buffer-local.
684 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
685 (font-lock-choose-keywords):
686 Ignore LEVEL unless KEYWORDS is a list of syms.
687 (c-keywords, c++-keywords, objc-keywords, java-keywords):
688 Don't wrap regexp-opt things in \(...\) unnecessarily.
689
690 * jit-lock.el: Don't require font-lock any more.
691 (jit-lock-functions): Make buffer-local.
692 (jit-lock-saved-fontify-buffer-function): Remove.
693 (jit-lock-mode): Remove autoload cookie.
694 Remove font-lock specific code.
695 (jit-lock-unregister): Don't bother handling complex hooks any more.
696 (jit-lock-refontify): New function.
697 (jit-lock-fontify-buffer): Use it.
698 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
699 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
700 Add optional args START and END.
701 Never call font-lock-fontify-region directly.
702 (jit-lock-function, jit-lock-stealth-fontify): Use it.
703
704 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
705
a30ed6ac
DL
7062000-10-08 Dave Love <fx@gnu.org>
707
4e7c7ca9
DL
708 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
709
710 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
711
712 * play/studly.el (studlify-region, studlify-word): Add autoload
713 cookie.
714
715 * play/morse.el (morse-region, unmorse-region): Add autoload
716 cookie.
717
718 * play/spook.el (spook-phrases-file): Use expand-file-name, not
719 concat.
720
721 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
722 insist on symbols starting with word syntax.
723 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
724 (eval-defun-1): Doc fix.
725 (indent-sexp): Use nconc to build up indent-stack.
726
727 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
728 Gnus with little use.
729 (mail-setup-hook): Add mail-abbrevs-setup to options.
730
968f7c4a
DL
731 * recentf.el: Doc fixes.
732
733 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
734 Clean up remainder.
735
736 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
737 without timezone and (8) with timezone to enforce some whitespace.
738 Simplify code somewhat.
739
740 * options.el (list-options): Doc that you should use customize.
741
742 * iswitchb.el (iswitchb-mode): Add :require.
743
a30ed6ac
DL
744 * info.el (Info-goto-node, Info-menu): Doc fix.
745 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
746 (info-tool-bar-map): New variable.
747 (Info-mode): Use it.
748 (Info-edit-map): Define all in defvar.
749 (speedbar-attached-frame): Avoid compiler warning.
750
751 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
752 (global-map): Bind [tool-bar] to a filtered map.
753 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
754 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
755 Allow PBM icons.
756 (tool-bar-setup): Adjust calls of tool-bar-add-item.
757
758 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
759 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
760 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
761 icons, except up_arrow, which is left-arrow rotated.
762
763 * imenu.el (imenu-add-to-menubar): Fix last change.
764
4e953aff
PB
7652000-10-08 Peter Breton <pbreton@ne.mediaone.net>
766
767 * generic-x.el (rul-generic-mode): Remove eval-when-compile
768 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
769
739e92a7
EZ
7702000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
771
d20faceb
EZ
772 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
773 typos in doc strings.
774
a640322e
EZ
775 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
776 the doc strings how to customize Font Lock faces.
777
739e92a7
EZ
778 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
779 computing growth when dragging the header line.
780
8be7408c
EZ
7812000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
782
783 * simple.el (kill-line): Doc fix.
784
6fee86a3
MB
7852000-10-08 Miles Bader <miles@gnu.org>
786
445a653e
MB
787 * faces.el (secondary-selection): Make foreground visible on tty.
788
6fee86a3
MB
789 * jka-compr.el (auto-compression-mode): Move to the end of the
790 file, because `define-minor-mode' actually calls the mode-function
791 if the associated variable is non-nil, which requires that all
792 needed functions be already defined.
793 (with-auto-compression-mode): Add autoload cookie.
794
a115794c
EZ
7952000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
796
797 * files.el (find-backup-file-name) [ms-dos]: If support for long
798 file names is not available, behave as if version-control were set
799 to never.
800
b12e6de3
DL
8012000-10-07 Dave Love <fx@gnu.org>
802
803 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
804 (browse-url-gnome-moz): New function.
805 (browse-url-browser-function): Use it.
806 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
807
20b1d079
SM
8082000-10-07 Stefan Monnier <monnier@cs.yale.edu>
809
810 * indent.el (tab-always-indent): New var.
811 (indent-for-tab-command): Use it.
39250ec3 812
9ee45b2c 813 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 814 raise an error. This way it can still default to a sane value.
9ee45b2c 815
8c6b1d83
JW
8162000-10-06 Stefan Monnier <monnier@cs.yale.edu>
817
39250ec3
SM
818 * startup.el (fancy-splash-screens): Use local rather than global map.
819 Don't use `update-menu-bindings' any more.
820 Get rid of assumptions about keymap representation.
821
a23ccdf2
DL
8222000-10-06 Dave Love <fx@gnu.org>
823
814299a7 824 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
825 (sentence-end-without-period): Doc fix.
826 (adaptive-fill-regexp): Purecopy.
827 (unjustify-current-line): Use line-end-position.
828 (fill-individual-paragraphs-prefix): Use line-beginning-position.
829
830 * net/eudc-vars.el (eudc): Add :version, :link.
831
39250ec3 832 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
833
834 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
835 Fix for define-minor-mode.
836 (function-at-point): Alias to function-called-at-point.
837
838 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
839
840 * simple.el (backward-word): Doc fix.
841
a23ccdf2
DL
842 * image-file.el (image-file-name-regexp): image-file-regexps ->
843 image-file-name-regexps.
742c1822 844 (image-file-name-extensions): Add pbm.
a23ccdf2 845
39250ec3
SM
8462000-10-06 Stefan Monnier <monnier@cs.yale.edu>
847
848 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
849 and add filename to the names so that diff-mode can jump to source.
850
851 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 852 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
853 (tex-font-lock-keywords-1): Remove.
854 (font-lock-turn-on-thing-lock): Use jit-lock-register.
855 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
856 (font-lock-default-fontify-region):
857 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
858 (font-lock-fontify-anchored-keywords):
859 Include the anchor text as part of the multiline.
860
8d5dfacd
GM
8612000-10-06 Gerd Moellmann <gerd@gnu.org>
862
863 * loadup.el (toplevel): Load `loaddefs' before `help' because the
864 latter needs the autoloaded define-minor-mode macro during the
865 bootstrap.
866
867 * startup.el (command-line): For now, activate tool-bar-mode only
868 if XPM images are supported.
869
870 * mouse.el (mouse-drag-header-line): Don't allow resizing a
871 window by dragging a header-line at the top of the frame; that's
4c19fbce 872 confusing because the header-line doesn't move.
8d5dfacd
GM
873 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
874 of treating the event as a list. Some cleanup.
875
f69aad2b 8762000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 877
f69aad2b
MB
878 * simple.el (display-message-or-buffer): New function.
879 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 880
09cb7646
MB
881 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
882 docstring parts.
883
814299a7 884 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
885 (smbclient-prompt-regexp): Add usage note to doc string.
886 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
887 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
888 Use add-hook for adding the comint filter function, and only do so
889 if it's not already in the global hook list.
890 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
891 to `make-local-variable'.
892 (nslookup-font-lock-keywords): Remove prompt entry.
893 (nslookup): Don't set the process-filter.
894 (finger): Exit the loop correctly when the regexps list runs out.
895 (ftp, smbclient, smbclient-list-shares):
896 Set the real major mode immediately, not after execing.
897 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
898
899 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
900
4c19fbce
SM
9012000-10-05 Stefan Monnier <monnier@cs.yale.edu>
902
903 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
904
905 * which-func.el (which-func-format): Remove spurious space.
906 (which-func-mode): Don't make it permanent-local.
907 (which-func-ff-hook): Allow which-func-maxout to be nil.
908 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
909 (which-func-mode): Simplify.
910 Use post-command-idle-hook rather than post-command-hook.
911 Go through all buffers and update their state.
912 (which-function): Also try add-log-current-defun-function.
913
914 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
915 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
916 Update call to with-vc-properties accordingly.
917 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
918 (vc-revert-buffer): More careful about window selection and deletion.
919 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
920
921 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
922 (cvs-retrieve-revision): Reuse a pre-existing buffer.
923 (cvs-dired-action): Change the default to quickdir.
924
925 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
926 if comment-indent-function returns nil.
927 (comment-indent-default): New function.
928 (comment-indent-function): Use it and document the new semantics.
929
930 * image-file.el: Docstring fixes.
931
932 * help.el (help-xref-on-pp): Use match-string.
933 (describe-variable): New arg BUFFER.
934 Store the current buffer in the help-xref-stack.
935 (temp-buffer-resize-mode): Use define-minor-mode.
936
937 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
938 consistently with its docstring.
939 Set jit-lock-first-unfontify-pos in an idempotent way.
940 (jit-lock-register): Autoload and add arg CONTEXTUAL.
941
542c6552
GM
9422000-10-05 Alex Schroeder <alex@gnu.org>
943
944 * sql.el (sql-mysql-options): New variable.
945 (sql-mysql): Use it.
946
a3489ece
MB
9472000-10-05 Miles Bader <miles@lsi.nec.co.jp>
948
77f6105c
MB
949 * image.el (image): New group.
950
814299a7 951 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
952 (smerge-base-face, smerge-markers-face): Add dark-background variants.
953
3478046b
PB
9542000-10-04 Peter Breton <pbreton@ne.mediaone.net>
955
956 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 957 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
958 Ignore the value of wqindow-system; always define keywords
959
22aca186
KH
9602000-10-05 Kenichi Handa <handa@etl.go.jp>
961
962 * startup.el (fancy-splash-screens): Remove the code for
963 debugging; `(trace-to-stderr "EXITTT\n")'.
964
55d5d717
MB
9652000-10-05 Miles Bader <miles@gnu.org>
966
967 * diff-mode.el (diff-goto-source): Update call to
968 `diff-hunk-status-msg' to reflect new REV variable.
969
41fa7178
SM
9702000-10-04 Stefan Monnier <monnier@cs.yale.edu>
971
972 * progmodes/icon.el (icon-mode):
973 Don't gratuitously override the default for comment-column.
974
975 * vc-hooks.el (vc-mode-line): Fix interactive spec.
976
977 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
978 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
979 (jit-lock-functions): New var.
980 (jit-lock-function-1): Use it if non-nil.
981 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
982 Set the `fontified' property before doing the fontification to avoid
983 repeatedly going through the same error.
984 Don't turn errors into messages.
985 (jit-lock-register, jit-lock-unregister): New functions.
986
987 * dired.el (dired-mark-pop-up): Turn comment into docstring.
988 Use with-current-buffer.
989
990 * dired-aux.el (dired-do-create-files, dired-kill-tree):
991 Turn comment into docstring.
992
993 * apropos.el (apropos-mode): Use define-derived-mode.
994
3dc78168
GM
9952000-10-04 Gerd Moellmann <gerd@gnu.org>
996
997 * startup.el (fancy-splash-pending-command): New variable.
998 (fancy-splash-pre-command): New function.
999 (fancy-splash-screens): Rewritten.
1000 (command-line-1): If fancy-splash-pending-command is set, call it
1001 interactively.
1002
dae9dc56
DL
10032000-10-04 Dave Love <fx@gnu.org>
1004
1005 * toolbar/tool-bar.el (tool-bar-setup): New function.
1006 (tool-bar-mode): Use it.
1007
1008 * subr.el (substitute-key-definition): Doc fix.
1009 (play-sound-file): New command.
1010
3388f0a5
AS
10112000-10-04 Andre Spiegel <spiegel@gnu.org>
1012
814299a7 1013 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
1014 vc-version-backup-file-name): New functions.
1015
1016 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
1017
1018 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
1019 vc-cvs-stay-local-p.
1020
1021 * vc.el (vc-revert-buffer): Handle empty diff properly.
1022 (vc-version-backup-file): New function.
1023 (vc-checkout): Create a version backup if necessary.
1024 (vc-checkin): If a version backup file exists, delete it.
1025 (vc-version-diff): Diff locally using version backups, if available.
1026 (vc-revert-file): If there's a version backup, revert locally.
1027 (vc-transfer-file): Use version backup for base version, if
1028 available. If not, ask for confirmation whether to get it from the
1029 server. Update mode line before check-in.
1030
ebd4825d
DL
10312000-10-04 Dave Love <fx@gnu.org>
1032
1033 * toolbar/tool-bar.el (tool-bar-setup): New function.
1034 (tool-bar-mode): Use it.
1035
1b24f4b7
PB
10362000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1037
3dc78168 1038 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1039 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
1040 Only set if window-system is non-nil
1041 (net-utils-run-program): Returns buffer.
1042 (network-connection-reconnect): Added this function.
1043
814299a7
MB
1044 * generic.el:
1045 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
1046 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1047 Uses cl compile-time macros.
3dc78168
GM
1048 (generic-mode-name, generic-comment-list)
1049 (generic-keywords-list, generic-font-lock-expressions)
1050 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
1051 Removed variables.
1052 (generic-mode-alist): Renamed to generic-mode-list.
1053 (generic-find-file-regexp): Default changed to "^#".
1054 (generic-read-type): Uses completing read on generic-mode-list.
1055 (generic-mode-sanity-check): removed this function.
1056 (generic-add-to-auto-mode): Removed this function
3dc78168 1057 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
1058 into function instead of putting them in alist.
1059 (generic-mode-set-comments): Reworked extensively.
1060 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 1061 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 1062
814299a7 1063 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
1064 Make sure directory name ends with "/".
1065
814299a7 1066 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
1067 Regexp now allows leading whitespace.
1068 (rc-generic-mode): Added eval-when-compile
1069 around generic-make-keywords-list.
1070 Deleted duplicate regexp
1071 (rul-generic-mode): Added eval-when-compile
1072 around generic-make-keywords-list.
1073 (etc-fstab-generic-mode): New generic mode.
1074 (rul-generic-mode): Removed one eval-when-compile
814299a7 1075 which caused a max-specpdl-size exceeded error.
1b24f4b7 1076
a7bf5cf3
MB
10772000-10-04 Miles Bader <miles@gnu.org>
1078
1079 * simple.el (minibuffer-temporary-goal-position): New variable.
1080 (next-history-element): Try to keep the position of point in the
1081 input string constant.
1082
1083 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1084 (dired-do-create-files): If there's only one file, pass it in as
1085 the DEFAULT arg to dired-mark-read-file-name.
1086
ce1087a9
SM
10872000-10-03 Stefan Monnier <monnier@cs.yale.edu>
1088
1089 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1090 (diff-goto-source): Be smarter when choosing REVERSE or not.
1091
1092 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
1093 (texinfo-mode-menu): Add an explicit shortcut for update all.
1094
0e41e1d6
AS
10952000-10-03 Andre Spiegel <spiegel@gnu.org>
1096
814299a7 1097 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
1098 factorize backend-specific code cleanly (this was essentially
1099 conceived by Stefan Monnier).
1100 (vc-unregister): Function removed.
814299a7 1101 (vc-revert-file): New function.
858f7cb4
AS
1102 (vc-revert-buffer): Delegate some of the work to it.
1103
0e41e1d6
AS
1104 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
1105 default branch unconditionally.
1106 (vc-rcs-set-default-branch): New function.
1107 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
1108 (vc-rcs-checkin): If an appropriate default branch has been set,
1109 force creation of that branch.
858f7cb4
AS
1110 (vc-rcs-receive-file): Rewritten to contain only backend-specific
1111 code (as suggested by Stefan Monnier).
0e41e1d6 1112
01c86c56
GM
11132000-10-02 Gerd Moellmann <gerd@gnu.org>
1114
45c477b4
GM
1115 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
1116 highlighting overlay with a different face over the overlay
1117 isearch uses to highlight the current match because that can lead
1118 to bad face combinations.
1119
01c86c56
GM
1120 * loadup.el (toplevel): Load faces before isearch.
1121
1122 * isearch.el (isearch-faces): New custom group.
1123 (isearch): New defface; was already tested for in the code.
1124 (isearch-lazy-highlight-face): Changed to defface from defcustom.
1125 (isearch-highlight): Always use face `isearch'.
1126
944425c0
DL
11272000-10-02 Dave Love <fx@gnu.org>
1128
1129 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
1130 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
1131 comparison of opcode with operand.
1132
2a099bcc
MB
11332000-10-03 Miles Bader <miles@gnu.org>
1134
1135 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
1136 buffer, since the echo area will now grow to accommodate them.
1137
4300ecb8
AS
11382000-10-02 Andre Spiegel <spiegel@gnu.org>
1139
1140 * vc-hooks.el (vc-registered): If FILE used to be registered under
1141 a certain backend, try that one first.
1142
814299a7 1143 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
1144 argument list. Handle multiple backends correctly.
1145 (vc-find-new-backend): Function removed.
1146 (vc-register): Use vc-responsible-backend, as before.
1147 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
1148
64e6cc18
GM
11492000-10-02 Gerd Moellmann <gerd@gnu.org>
1150
1151 * startup.el (fancy-splash-head): Change message below the
1152 logo.
1153
00df919e
MB
11542000-10-02 Miles Bader <miles@lsi.nec.co.jp>
1155
1156 * diff-mode.el (diff-goto-source): Emit a status message.
1157 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 1158 (diff-test-hunk): Fix doc string.
00df919e
MB
1159 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1160 (diff-advance-after-apply-hunk): New variable.
4eaa6852 1161 (diff-apply-hunk): Don't return a value.
00df919e 1162
ceec5a0c
SM
11632000-10-01 Stefan Monnier <monnier@cs.yale.edu>
1164
1165 * vc.el (vc-editable-p): Minor optimization.
1166 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1167 (vc-find-new-backend): New function split from vc-responsible-backend.
1168 (vc-register): Use it.
1169 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1170 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1171 (vc-default-unregister, vc-revert-buffer): Docstring fix.
1172 (vc-clear-headers): Don't use find-file.
1173 (vc-revert-buffer): Use `and' again (must have been a braino).
1174 (vc-switch-backend): Only prompt if requested.
1175 Short circuit if nothing is to be done.
1176 Don't use vc-resynch-buffer which could lose unsaved editing.
1177 (vc-default-receive-file): Update call to vc-unregister.
1178 (with-vc-file, vc-next-action-on-file):
1179 Use vc-backend rather than vc-registered.
1180 (vc-next-action-on-file): Use intern-soft.
1181 Deal with read-only *vc-diff* buffer.
1182 (vc-transfer-file): Docstring fix.
1183
1184 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1185 (vc-rcs-receive-file): Avoid with-vc-properties.
1186 Update call to vc-unregister.
1187 Use constant `RCS' rather than (dynamically bound) var `backend'.
1188
4ad5da8f
AS
11892000-10-01 Andre Spiegel <spiegel@gnu.org>
1190
814299a7 1191 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
1192 is visited.
1193 (vc-start-entry): New argument initial-contents. Don't visit the file
1194 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
1195 (vc-next-action, vc-register): Updated calls to vc-start-entry.
1196 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
1197 vc-start-entry.
1198 (vc-finish-logentry): Make sure to bury log buffer only if there
1199 really is one. Call `vc-resynch-buffer' on log-file, not
1200 buffer-file-name.
1201 (vc-default-comment-history, vc-default-wash-log): New functions.
1202 (vc-index-of): Removed.
1203 (vc-transfer-file): Make do without the above.
1204 (vc-default-receive-file): Call comment-history unconditionally. Pass
1205 the resulting string to vc-checkin, instead of inserting it into the
1206 comment ring.
1207
1208 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1209 unconditionally. Use the comments as initial contents of the log
814299a7 1210 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
1211 changes.
1212
aa0c3dca
MB
12132000-10-01 Miles Bader <miles@gnu.org>
1214
1215 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1216 `recenter' with an arg to prevent redrawing the display.
1217
d5f5a2c5
SM
12182000-09-30 Stefan Monnier <monnier@cs.yale.edu>
1219
1220 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1221
1222 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1223
814299a7 1224 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
1225 Don't gratuitously override the default for comment-column.
1226
1227 * textmodes/tex-mode.el (latex-metasection-list): New var.
1228 (latex-imenu-create-index): Use it.
1229 Move the regexp construction outside loops (and use push).
814299a7 1230 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
1231 (tex-font-lock-keywords): Moved from font-lock.el.
1232 (tex-comment-indent): Remove.
1233 (tex-common-initialization): Don't set comment-indent-function.
1234 (latex-block-default): New var.
1235 (tex-latex-block): Use it to provide a default choice.
1236 Add any unknown choice to latex-block-names.
1237 Insert [...] after {...}.
1238 (tex-last-unended-begin): Simplify regexp.
1239 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1240 (latex-forward-sexp-1, latex-forward-sexp): New functions.
1241 (latex-mode): Set forward-sexp-function.
1242
1243 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1244 Add regexp for @ignore ... @end ignore.
1245 (texinfo-heading-face): New face.
1246 (texinfo-font-lock-keywords): Use it.
1247 (texinfo-mode-menu): New menu.
1248 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1249 New functions.
1250 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 1251 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
1252 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1253 Remove declaration.
1254 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1255
1256 * delsel.el (delete-selection-mode): Use define-minor-mode.
1257
1258 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1259
12602000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1261
1262 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1263
8a5506f2
GM
12642000-09-30 Gerd Moellmann <gerd@gnu.org>
1265
068127d6
GM
1266 * replace.el (keep-lines-read-args): New function.
1267 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1268 read arguments interactively. Add parameters RSTART and REND.
1269 Operate on the active region in Transient Mark mode.
1270
d777bb8f
GM
1271 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1272
8a5506f2
GM
1273 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1274 (authors-obsolete-files-regexps): New variable.
1275 (authors-add): Don't record changes in obsolete files.
1276
3fa87bfc
SM
12772000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1278
1279 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1280
1281 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1282 (comment-indent): Make sure there's a space between code and comment.
1283 Shift comments left to avoid going past fill-column.
1284
f02149ce
GM
12852000-09-29 Gerd Moellmann <gerd@gnu.org>
1286
1287 * startup.el (startup-echo-area-message): New function.
1288 (display-startup-echo-area-message): Use it.
1289 (fancy-splash-screens): Rewritten to use keymaps and a timer.
1290 (fancy-splash-default-action): New function.
1291 (fancy-splash-screens-1): New function.
1292 (fancy-splash-head): Put a help-echo and a keymap under the image.
1293
a3ef6569
SM
12942000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1295
1296 * diff-mode.el (diff-add-log-file-name): Remove.
1297 (diff-mode): Use add-log-buffer-file-name-function.
1298
1299 * add-log.el (find-change-log): New arg BUFFER-FILE.
1300 (add-log-file-name): Obey add-log-file-name-function.
1301 (add-log-buffer-file-name-function): New var.
1302 (add-change-log-entry): Use it.
1303
75e5b373
MB
13042000-09-29 Miles Bader <miles@gnu.org>
1305
1306 * image-file.el (image-file-name-extensions): New variable.
1307 (image-file-name-regexps): Renamed from `image-file-regexps'.
1308 New default value is nil. Call `auto-image-file-mode'.
1309 (image-file-name-regexp): New function.
1310 (auto-image-file-mode): New minor mode.
1311 (insert-image-file): Don't make conditional on the image-file
1312 handler being enabled.
1313 (image-file-handler): Make the call here conditional instead.
1314 (set-image-file-handler-enabled, enable-image-file-handler)
1315 (disable-image-file-handler): Functions removed.
1316
1317 * emacs-lisp/authors.el (authors-print): Rephrase many-files
1318 string.
1319
de6e1f7c
GM
13202000-09-29 Gerd Moellmann <gerd@gnu.org>
1321
1322 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
1323 it's a function from CL.
1324 (latex-imenu-create-index): Replace eval-when-compile with progn
1325 because latex-section-alist is not bound while compiling.
1326
d8c201f5
SM
13272000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1328
1329 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1330 (outline-mode): Use define-derived-mode.
1331
814299a7 1332 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
1333 * progmodes/awk-mode.el (awk-mode):
1334 * progmodes/asm-mode.el (asm-mode):
1335 Don't gratuitously override the default for comment-column.
1336
1337 * emacs-lisp/lisp.el (lisp-complete-symbol):
1338 Distinguish the let-binding case from the funcall case.
1339 (forward-sexp-function): New variable.
1340 (forward-sexp): Use it.
1341
1342 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1343 (easy-mmode-defmap): Remove the now useless autoload.
1344
1345 * time.el (display-time-mode): Use define-minor-mode.
1346
1347 * subr.el (add-minor-mode): Don't eval NAME.
1348 Don't depend on the presence of TOGGLE-FUN for any special behavior.
1349 Use if rather than cond.
1350
1351 * simple.el (read-expression-map): Define more properly.
1352 (comment-indent-hook): Remove.
1353 (string-to-syntax): Bug fix.
1354
1355 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1356 (cvs-ediff-diff): Fix typo.
1357 (cvs-revert-if-needed): Don't bother preserving read-only.
1358
1359 * paren.el (show-paren-mode): Use define-minor-mode.
1360
1361 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1362 (toggle-auto-compression): Remove.
1363 (jka-compr-build-file-regexp): Remove useless grouping.
1364
1365 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1366 Avoid user-reserved bindings.
1367 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1368 (diff-header-face): Revert to grey85.
1369
1370 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1371
1372 * complete.el (partial-completion-mode) <defcustom>: Remove.
1373 (partial-completion-mode): Use define-minor-mode.
1374 (PC-do-completion): Understand `completion-auto-help = delay'
1375 to mean to popup the completion buffer only the second time.
814299a7 1376 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
1377 (PC-include-file-all-completions): Don't quote lambda.
1378
1379 * comint.el (comint-mode-hook): Docstring fix.
1380 (comint-mode): Use define-derived-mode.
1381 (comint-mode-map): Remove obsolete comment.
1382 (make-comint): Minor stylistic change.
1383 (comint-insert-clicked-input): Be more careful to find the overlay.
1384 Use this-command-keys rather than hardcoding mouse-2.
1385
1386 * font-lock.el: Replace confusing (,@ with ,
1387 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1388 Don't use regexp-opt-depth. Spice up the regexp for args.
1389 Don't distinguish between cmds that can take an opt arg or not.
1390 Use `append' and `prepend' rather than `keep'.
1391
1392 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1393 (latex-outline-regexp): New var.
1394 (latex-outline-level): New fun.
1395 (latex-section-alist): New var.
1396 (latex-imenu-create-index): Use it. Use `push' as well.
1397 (tex-shell-map): Initialize it properly.
1398 (tex-mode): Minor stylistic change.
1399 (plain-tex-mode): Use define-derived-mode.
1400 (latex-mode): Use define-derived-mode.
1401 Construct the paragraph regexps in a more readable way.
1402 Set the buffer-local outline-{level,regexp} vars.
1403 (slitex-mode): Derive from latex-mode.
1404 (tex-common-initialization): Don't kill-all-vars anymore.
1405 Add setting for comment-add and font-lock-defaults.
1406 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1407 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
1408 (tex-start-tex): New arg DIR (and send a chdir command for it).
1409 Also display the shell buffer and save it in tex-last-buffer-texed.
1410 (tex-region): Use expand-file-name rather than concat.
1411 Remove code made useless by changes in tex-start-tex.
1412 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1413
1414 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1415
ff398532
DL
14162000-09-28 Dave Love <fx@gnu.org>
1417
1418 * eshell/eshell.el (eshell) <defgroup>: Add :version.
1419
f9415d5b
GM
14202000-09-28 Gerd Moellmann <gerd@gnu.org>
1421
1422 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1423 `append'.
1424
fa003899
SM
14252000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1426
1427 * info.el (Info-extract-pointer): Undo last change.
1428 Instead, fix the position of the `bound' arg to re-search-backward.
1429
14302000-09-27 Stefan Monnier <monnier@cs.yale.edu>
1431
1432 * info.el (Info-extract-pointer):
1433 Widen more carefully, to avoid finding pointers in other nodes.
1434 (Info-index): Use push.
1435
f9415d5b 14362000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
1437
1438 * frame.el (set-frame-font): Remove call to obsolete function
1439 frame-update-faces.
1440 (set-foreground-color, set-background-color): Likewise for
1441 frame-update-face-colors.
1442
5538b8ba
MB
14432000-09-27 Miles Bader <miles@gnu.org>
1444
1445 * image-file.el: New file.
1446
60536eea
GM
14472000-09-27 Gerd Moellmann <gerd@gnu.org>
1448
5b551d58
GM
1449 * frame.el (frame-notice-user-settings): Don't call
1450 frame-update-faces, which is a no-op now.
814299a7 1451
60536eea
GM
1452 * ediff-wind.el (ediff-control-frame-parameters): Add zero
1453 tool-bar-lines.
1454
36f1966f
DL
14552000-09-27 Dave Love <fx@gnu.org>
1456
1457 * mouse.el: Fix last change.
1458
c5785b73
MB
14592000-09-27 Miles Bader <miles@lsi.nec.co.jp>
1460
1461 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1462
672172d9
KH
14632000-09-22 Kenichi Handa <handa@etl.go.jp>
1464
1465 * international/quail.el (quail-help): The output message is
1466 improved.
1467
4653b4ea
DL
14682000-09-26 Dave Love <fx@gnu.org>
1469
1470 * mouse.el (popup-menu): If POSITION is nil, set it using
1471 mouse-position.
1472
63900fcf
SS
14732000-09-25 Sam Steingold <sds@gnu.org>
1474
1475 * net/browse-url.el (browse-url-file-url): Check for null maps.
1476
cd3b81be
GM
14772000-09-26 Gerd Moellmann <gerd@gnu.org>
1478
876512ab 1479 * frame.el (frame-notice-user-settings): Don't add a
fa003899 1480 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 1481
fa003899
SM
1482 * frame.el (frame-notice-user-settings):
1483 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 1484
cd3b81be
GM
1485 * toolbar/tool-bar.el (tool-bar-help): New function.
1486
d8b4516f
GM
14872000-09-25 Gerd Moellmann <gerd@gnu.org>
1488
6567e9b5
GM
1489 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1490 current-load-list in top-level forms. Else this leaks a cons cell
1491 every time a defun is called.
63900fcf 1492
d8b4516f 1493 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 1494
a461758e
DL
14952000-09-25 Dave Love <fx@gnu.org>
1496
7df6adc3
DL
1497 * startup.el (fancy-splash-head): Check XPM is available.
1498
a461758e
DL
1499 * autoinsert.el (auto-insert): Doc fix.
1500 (auto-insert-alist): Following GNU notices, don't say `copyright
1501 _by_'. Use line-beginning-position.
1502 (auto-insert): Check buffer-file-name is non-nil before use.
1503
b11af2dd
GM
15042000-09-25 Gerd Moellmann <gerd@gnu.org>
1505
1506 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1507 starting with `@def' or `@multitable', in addition to ones
1508 specified by the user in auto-fill-inhibit-regexp.
1509
5f9f981b
GM
15102000-09-25 Markus Rost <rost@math.ohio-state.edu>
1511
1512 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1513 rmail-dont-reply-to-names matches the empty string.
63900fcf 1514
8ff16b4e
GM
15152000-09-25 Gerd Moellmann <gerd@gnu.org>
1516
63900fcf 1517 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
1518 text to sound more friendly.
1519
9b4a7800
TTN
15202000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
1521
1522 * progmodes/hideshow.el: Update author email address.
1523 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
1524 (hs-hide-all-non-comment-function): New var.
1525 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1526 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1527 (hs-show-region): Delete this command.
1528 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1529
4c7c1f3f
DL
15302000-09-22 Dave Love <fx@gnu.org>
1531
1532 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1533 (hl-line-highlight): Specify buffer when moving overlay.
1534
1535 * progmodes/fortran.el (fortran-mode): Locally set
1536 normal-auto-fill-function.
1537 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1538 (fortran-mode-map): Adjust auto-fill menu entry.
1539
13f93dee
GM
15402000-09-22 Gerd Moellmann <gerd@gnu.org>
1541
36eb0a91
GM
1542 * vc-rcs.el (toplevel): Require `vc' when compiling.
1543
fa003899 1544 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 1545
36a03bf9
AS
15462000-09-22 Andre Spiegel <spiegel@gnu.org>
1547
9b4a7800 1548 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
1549 registered under the new backend.
1550
9b4a7800 1551 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
1552 without explicit revision number.
1553
6e4e8a3b
SM
15542000-09-21 Stefan Monnier <monnier@cs.yale.edu>
1555
1556 * diff-mode.el (diff-file-header-face): Reset to its previous value.
1557 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1558 (diff-xor): New function.
1559 (diff-find-source-location): Use it. Fix a stupid name clash.
1560 (diff-hunk-status-msg): New function.
1561 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
1562 (diff-test-hunk): Use diff-find-source-location.
1563 (diff-goto-source): Favor the `reverse'.
1564 (diff-hunk-text): Properly handle one-sided context diffs.
1565 (diff-apply-hunk): When done, advance to the next hunk.
1566
1b24b888
GM
15672000-09-21 Gerd Moellmann <gerd@gnu.org>
1568
623a0aae
GM
1569 * startup.el (command-line): If frame was created with a non-zero
1570 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 1571
1b24b888
GM
1572 * add-log.el (change-log-date-face, change-log-name-face)
1573 (change-log-email-face, change-log-file-face)
1574 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
1575 (change-log-function-face, change-log-acknowledgement-face):
1576 New faces, inheriting from font-lock faces.
1b24b888 1577 (change-log-font-lock-keywords): Use them.
9b4a7800 1578
93b3a1c8
DL
15792000-09-21 Dave Love <fx@gnu.org>
1580
80585273
DL
1581 * progmodes/cperl-mode.el (top-level): Clean up
1582 `eval-when-compile's and assorted defvars.
1583 (cperl-invalid-face): Don't double-quote value. Change custom
1584 type.
1585 (cperl-mode): Set normal-auto-fill-function and don't zap
1586 auto-fill-function.
1587 (cperl-imenu--function-name-regexp-perl): Renamed from
1588 imenu-example--function-name-regexp-perl.
1589 (cperl-imenu--create-perl-index): Renamed from
1590 imenu-example--create-perl-index.
1591 (cperl-xsub-scan): Don't require cl.
1592
93b3a1c8
DL
1593 * msb.el (msb-mode-map): Use substitute-key-definition.
1594 (msb-mode): Use msb-mode-map.
1595
43ccb598
AS
15962000-09-21 Andre Spiegel <spiegel@gnu.org>
1597
1598 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1599 New functions.
fa003899 1600 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
1601 (vc-switch-backend): New function.
1602 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1603 (vc-register): Fix prompt.
1604 (vc-unregister, vc-default-unregister): New functions.
1605 (vc-version-diff): Handle empty buffer in sentinel.
1606
1607 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1608 (vc-rcs-state-heuristic): Use it to guess the state of files with
1609 non-strict locking.
1610 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1611 been set with -b, but not created yet.
1612 (vc-rcs-fetch-master-state): With non-strict locking, compare file
1613 contents in order to find the state.
1614 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
1615 (vc-rcs-unregister, vc-rcs-receive-file)
1616 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 1617
9b4a7800 1618 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 1619 in case it is missing.
9b4a7800 1620
95fadcca
GM
16212000-09-21 Gerd Moellmann <gerd@gnu.org>
1622
1623 * startup.el (fancy-splash-tail): Use a different foreground
1624 color on a dark frame background.
1625
470f23e1
MB
16262000-09-21 Miles Bader <miles@lsi.nec.co.jp>
1627
1628 * info.el: Use the correct capitalization when making Info-mode
1629 and Info-edit-mode `special' modes.
1630
281096ed
SM
16312000-09-20 Stefan Monnier <monnier@cs.yale.edu>
1632
1633 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1634 (diff-mode): Add support for add-log.el.
1635 (diff-hunk-text): Use char offsets rather than line offsets.
1636 (diff-find-source-location): Replace LINE with line-offset (nil
1637 if not found) and always set POS to a meaningful position.
1638 Adapt to the new char-offsets.
1639 (diff-apply-hunk): Drop support for the unused `select' POPUP.
1640 Adapt to the new diff-find-source-location.
1641 (diff-goto-source): Adapt to the new diff-find-source-location.
1642
1643 * add-log.el (add-log-file-name): New function (split out of
1644 add-change-log-entry).
1645 (add-change-log-entry): Use it.
1646 Call add-log-file-name-function with the changelog file name if
1647 the current buffer is not associated with any file.
1648 Avoid find-file if the selected window is dedicated.
1649
1650 * diff-mode.el (diff-find-source-location):
1651 Move code from diff-apply-hunk. Return buffer rather than file.
1652 (diff-apply-hunk): Use the new result from diff-find-source-location.
1653 (diff-goto-source): Use the new diff-find-source-location.
1654
c29d77c4
DL
16552000-09-20 Dave Love <fx@gnu.org>
1656
1657 * iswitchb.el: Some doc fixes.
1658 (iswitchb-mode-map): Define completely initially. Inherit
1659 minibuffer-local-map.
1660 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
1661 fundamental-mode.
1662 (iswitchb-global-map): New variable.
1663 (iswitchb-summaries-to-end): Amalgamate regexps.
1664 (iswitchb-mode): New.
1665 (iswitchb-mode-hook): New variable.
1666 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
1667 `extensions'.
1668
49939379
GM
16692000-09-20 Gerd Moellmann <gerd@gnu.org>
1670
d05c87ac
GM
1671 * ehelp.el (electric-help): New defgroup.
1672 (electric-help-shrink-window): New user-option.
1673 (with-electric-help): Use it.
1674
1ec082d4
GM
1675 * window.el (shrink-window-if-larger-than-buffer): If face
1676 `mode-line' has a :box, and we're on a graphical frame, add 1
1677 to the needed window height.
1678
f46c275e
GM
1679 * frame.el (frame-notice-user-settings): Add a last parameter nil
1680 to a call to `append', because the last list passed to `append' is
1681 not copied, and so subsequent calls to assq-delete-all will modify
1682 default-frame-alist.
1683
b7e11c5b
GM
1684 * startup.el (fancy-splash-image): Change :type.
1685 (fancy-splash-head): Use an XBM image if appropriate.
1686 (command-line-1): Show splash screens in more cases.
1687
26ff68aa
GM
1688 * startup.el (fancy-splash-text): Don't quote faces.
1689
8320414c
GM
1690 * dired.el (dired-font-lock-keywords): Undo last change.
1691 (dired-readin): Bind indent-tabs-mode to nil.
1692
49939379
GM
1693 * startup.el (fancy-splash-head): If frame's background mode
1694 is `dark', change the black background of the image to gray.
1695 (fancy-splash-screens): Display startup echo area message.
1696 (display-startup-echo-area-message): New function.
1697
c3b27206
MB
16982000-09-20 Miles Bader <miles@lsi.nec.co.jp>
1699
55a3d2a1
MB
1700 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
1701
1702 * info.el (info-header-node): Tweak for color ttys.
1703
37a99821
MB
1704 * faces.el (face-valid-attribute-values): Make sure directories we
1705 search for stipples both exist and are readable before trying to
1706 search them.
1707
0415d0d0
MB
1708 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
1709 in the dry-run case.
1710
523b128c
MB
1711 * jka-compr.el (with-auto-compression-mode): New macro.
1712
c3b27206
MB
1713 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
1714 (custom-group-tag-face, custom-variable-tag-face): Use relative
1715 :height and inherit from `variable-pitch' face instead of
1716 hardwiring :family.
1717 * hi-lock.el (hi-black-hb): Likewise.
1718
ddba99ad
MB
1719 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
1720 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
1721 toolbar-add-item, if image doesn't have a mask add a `:mask
1722 heuristic'.
1723
7e99fbde
SM
17242000-09-19 Stefan Monnier <monnier@cs.yale.edu>
1725
1726 * diff-mode.el: Docstring fixes.
1727 (diff-header-face, diff-comment-face): New faces.
1728 (diff-font-lock-keywords): Highlight a bit differently.
1729 (diff-find-source-location): Don't return SPAN any more.
1730 (diff-hunk-text): Don't bother erasing the temp buffer.
1731 (diff-find-text): Drop argument LINE.
1732 (diff-apply-hunk): Update calls to diff-find-text.
1733 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
1734
1735 * calendar/calendar.el: Docstring fixes.
1736 (calendar-make-alist): Don't quote lambda.
1737 (calendar-star-date): Use make-local-variable.
1738
fb275c02
DL
17392000-09-19 Dave Love <fx@gnu.org>
1740
7e99fbde
SM
1741 * toolbar/tool-bar.el: Renamed from toolbar.el.
1742 Change `toolbar' to `tool-bar' generally in symbols.
1743 Make some items invisible in `special' major modes.
1744 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
1745 Add arg PROPS.
532cb34d 1746
7e99fbde
SM
1747 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
1748 Add :version here.
fb275c02
DL
1749 (fancy-splash-delay, fancy-splash-image): Remove :version here.
1750
8f4ca9a5
GM
17512000-09-19 Gerd Moellmann <gerd@gnu.org>
1752
8b7707e1 1753 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 1754
8b7707e1 1755 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
1756 (find-file-noselect): Use it.
1757
8b7707e1 1758 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
1759 (fancy-splash-screen): Defgroup.
1760
8f4ca9a5
GM
1761 * add-log.el (change-log-font-lock-keywords): Match names
1762 more exactly for the case that font-lock-constant-face is
1763 underlined.
1764
ba9eeda1 17652000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 1766
8b7707e1 1767 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 1768
289eaef9
AS
17692000-09-19 Andre Spiegel <spiegel@gnu.org>
1770
1771 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
1772
ce9ded5d
GM
17732000-09-19 Gerd Moellmann <gerd@gnu.org>
1774
c113de23
GM
1775 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
1776 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
1777 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
1778 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
1779 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
1780 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
1781 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
1782 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
1783 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
1784 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
1785 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 1786 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 1787
ce9ded5d
GM
1788 * startup.el (fancy-splash-text): New variable.
1789 (fancy-splash-delay, fancy-splash-image): New user-options.
1790 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
1791 (fancy-splash-screens): New functions.
1792 (command-line-1): If display has a `display' frame parameter, has
1793 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 1794
b9b1c3a9
DL
17952000-09-19 Dave Love <fx@gnu.org>
1796
1797 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
1798 with null `help'. Use modern backquote syntax.
1799
1af25534
GM
18002000-09-19 Gerd Moellmann <gerd@gnu.org>
1801
afd3c8cd
GM
1802 * font-lock.el (font-lock-mode): Change message telling the user
1803 that ``the buffer is too big''.
1804
1af25534
GM
1805 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
1806 for instance for the case that tab-width is 2.
1807
05b1f851
GM
18082000-09-18 Gerd Moellmann <gerd@gnu.org>
1809
1810 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
1811 toolbar-add-item, if image doesn't have a mask add a `:mask
1812 heuristic'.
1813
8ec8f673
MB
18142000-09-18 Miles Bader <miles@lsi.nec.co.jp>
1815
2b612b1f
MB
1816 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
1817 and return a cons if it's non-nil.
1818 (diff-apply-hunk): Try to jump to the line in the source text
1819 corresponding to the position of point in the in the hunk.
1820
9b4a7800 1821 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
1822 (Info-title-1-face): Use face inheritance and relative sizes
1823 instead of hard-wiring things.
1824
1825 * faces.el (secondary-selection): Make dark-background variant sane.
1826
5eedab4d
AI
18272000-09-16 Andrew Innes <andrewi@gnu.org>
1828
5eedab4d
AI
1829 * makefile.w32-in (compile-files-CMD): No need to make .elc files
1830 read-only, since they aren't under VC now.
1831
6a142f26
DL
18322000-09-17 Dave Love <fx@gnu.org>
1833
e07436e1
DL
1834 * tmm.el: Replace mapcar with mapc in several places.
1835
1836 * loadhist.el (unload-feature): Maybe call elp-restore-list and
1837 ad-unadvise.
1838
7d354dd5
DL
1839 * international/latin1-disp.el: New file.
1840
6a142f26
DL
1841 * calendar/cal-move.el (scroll-calendar-left)
1842 (scroll-calendar-right): Make arg optional (for active mode line).
1843
1844 * calendar/calendar.el (calendar-mode-line-format): Make fields
1845 mouse-sensitive.
1846 (calendar-read-date, calendar-read-date, calendar-window-list):
1847 Unquote lambda.
1848 (calendar-month-name): Use aref, not sref.
1849
1850 * view.el (minor-mode-alist): Propertize the string.
1851
1852 * international/characters.el (standard-case-table): Add entries
1853 for Greek.
1854
50ac70af
MB
18552000-09-18 Miles Bader <miles@gnu.org>
1856
53c9ab4f
MB
1857 * info.el (info-node, info-xref): Add dark-background variants.
1858
a114b1ca
MB
1859 * faces.el (header-line): Change defaults to be less confusing
1860 when mixed with mode-lines.
1861
50ac70af
MB
1862 * info.el (Info-fontify-node): Make a few cleanups.
1863 Add extra `help-echo' and `local-map' props to node xrefs.
1864 Use header-specific faces for node-names & xrefs.
1865 (Info-use-header-line): New variable.
53c9ab4f 1866 (info-header-xref, info-header-node): New faces.
50ac70af
MB
1867 (Info-setup-header-line): New function.
1868 (Info-select-node): Call Info-setup-header-line when enabled.
1869 (Info-extract-pointer): Work even if the header line is hidden.
1870 (Info-header-line): New variable.
1871
729927ff
SM
18722000-09-16 Stefan Monnier <monnier@cs.yale.edu>
1873
1874 * vms-patch.el (print-region-function): Don't quote lambda.
1875
1876 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
1877
1878 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
1879 (lm-get-header-re): Allow spaces between the header and the colon.
1880 (lm-header): Allow $ in non-RCS headers.
1881 (lm-header-multiline): Put the strings back into order.
1882 Stop at an empty line. Don't require two space chars if the
1883 line is clearly not another header line.
1884
1885 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
1886 (popup-menu-popup): Remove.
1887
7a98d821
GM
18882000-09-15 Gerd Moellmann <gerd@gnu.org>
1889
7f8f1edc
GM
1890 * toolbar/toolbar.el (toolbar-add-item): Use the same image
1891 specification if or if not tool-bar item contains an `:enabled'
1892 property.
1893
7a98d821
GM
1894 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
1895 current buffer has no file name.
1896
a7bc704b
DL
18972000-09-15 Dave Love <fx@gnu.org>
1898
1899 * strokes.el: Sync with maintainer's current version with changes
1900 for Emacs, but avoid runtime cl and levents.
1901 (toplevel): Change autoloads and compilation requires.
1902 (strokes-version, strokes-bug-address, strokes-lift): Values
1903 changed.
1904 (strokes-xpm-header, strokes-insinuated): New variable.
1905 (strokes): Add :link.
1906 (strokes-mode): Customized.
1907 (strokes-while-inhibiting-garbage-collector): New macro.
1908 (strokes-remassoc): Avoid remove-if.
1909 (strokes-fix-button2-command): Don't use ad-do-it.
1910 (strokes-insinuate): New function.
1911 (strokes-button-press-event-p, strokes-button-release-event-p):
1912 New functions, used instead of non-`strokes-' versions..
1913 (strokes-mouse-event-p): Rewritten.
1914 (strokes-event-closest-point): Avoid event-point.
1915 (strokes-get-grid-position): Avoid cdadr, caadr
1916 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
1917 functions.
1918 (strokes-help): Use with-output-to-temp-buffer.
1919 (strokes-window-configuration-changed-p): New function.
1920 (strokes-update-window-configuration): Use buffer-live-p,
1921 strokes-window-configuration-changed-p.
1922 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
1923 (strokes-char-face): New face.
1924 (strokes-char-table, strokes-base64-chars): New variable.
1925 (strokes-xpm-for-stroke, strokes-list-strokes)
1926 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
1927 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
1928 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1929 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
1930 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
1931 functions.
1932
47e351a3
GM
19332000-09-15 Gerd Moellmann <gerd@gnu.org>
1934
ebb8f116
GM
1935 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
1936
47e351a3
GM
1937 * image.el (create-image): Doc fix.
1938
1939 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
1940 instead of `:heuristic-mask t'.
1941
fe83b953
AI
19422000-09-14 Andrew Innes <andrewi@gnu.org>
1943
1944 * makefile.w32-in: Revert to Unix line endings.
1945
52481729
AI
19462000-09-14 Andrew Innes <andrewi@gnu.org>
1947
3021e816
AI
1948 * makefile.w32-in: Add bootstrap support. Also copy lisp source
1949 when installing.
1950
52481729
AI
1951 * makefile.nt (DONTCOMPILE): Fix typo.
1952
1953 * shell.el (shell-write-history-on-exit): New function.
1954 (shell-dumb-shell-regexp): New custom variable.
1955 (shell-mode): Make shell-write-history-on-exit the process
1956 sentinel if shell name matches shell-dumb-shell-regexp.
1957
1958 * w32-fns.el: Comment out before-init-hook function which resets
1959 source-directory based; this breaks bootstrap.
1960
f8034e41
DL
19612000-09-14 Dave Love <fx@gnu.org>
1962
1963 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
1964 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
1965 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
1966 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
1967 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
1968 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
1969 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
1970 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
1971 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
1972
1973 * toolbar/toolbar.el: New.
1974
1975 * subdirs.el: Add toolbar.
1976
b9ce5694
GM
19772000-09-14 Gerd Moellmann <gerd@gnu.org>
1978
1979 * indent.el (indent-for-tab-command): Doc fix.
1980
986b7dee
GM
19812000-09-14 Alex Schroeder <alex@gnu.org>
1982
1983 * ansi-color.el (ansi-colors): Doc change.
1984 (ansi-color-get-face): Simplified regexp.
1985 (ansi-color-faces-vector): Added more faces, doc change.
1986 (ansi-color-names-vector): Doc change.
1987 (ansi-color-regexp): Simplified regexp.
1988 (ansi-color-parameter-regexp): New regexp.
1989 (ansi-color-filter-apply): Doc change.
1990 (ansi-color-filter-region): Doc change.
1991 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
1992 deal with zero length parameters.
1993 (ansi-color-apply-on-region): Doc change.
1994 (ansi-color-map): Doc change.
1995 (ansi-color-map-update): Removed debugging message.
1996 (ansi-color-get-face-1): Added condition-case to trap
1997 args-out-of-range errors.
1998 (ansi-color-get-face): Doc change.
1999 (ansi-color-make-face): Removed.
2000 (ansi-color-for-shell-mode): New option.
9b4a7800 2001
076ff911
KH
20022000-09-13 Kenichi Handa <handa@etl.go.jp>
2003
2004 * international/quail.el (quail-start-translation): Translate KEY
2005 if necessary even if it doesn't have any mapping in the current
2006 input method.
2007 (quail-start-conversion): Likewise.
2008 (quail-help): The output message is improved.
2009
bdf08678
MB
20102000-09-13 Miles Bader <miles@gnu.org>
2011
2012 * comint.el (comint-output-filter): Revert to using
2013 `insert-before-markers'. Add bletcherous hack to undo damage
2014 caused by `insert-before-markers'. Put `front-sticky' property on
2015 overlays created here so that the field code understands how the
2016 overlay works. Use a let when making comint-last-prompt-overlay,
2017 so that the code is easier to read.
2018
ffb8db8d
DL
20192000-09-13 Dave Love <fx@gnu.org>
2020
2021 * wid-edit.el (widget-default-format-handler): DTRT when
2022 doc-property is a function.
2023
5dd05f61
GM
20242000-09-12 Francesco Potorti` <pot@gnu.org>
2025
2026 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2027 filed name if it's not there.
2028
35177617
DL
20292000-09-12 Dave Love <fx@gnu.org>
2030
9023837e
DL
2031 * simple.el (read-mail-command): Doc fix.
2032 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2033
35177617
DL
2034 * vc.el (vc-dired-listing-switches): Fix :version.
2035
2036 * vc-hooks.el: Doc fixes.
2037
2038 * subr.el (add-minor-mode): Use toggle-fun arg.
2039
2040 * speedbar.el: Add :version to several defcustoms.
2041
2042 * imenu.el (imenu--truncate-items, imenu--cleanup)
2043 (imenu--generic-function): Avoid mapcar.
2044 (imenu--replace-spaces): Function removed.
2045 (imenu--completion-buffer): Use subst-char-in-string.
2046 (imenu-add-to-menubar): Use keymap inheritance.
2047
1afaae94
MB
20482000-09-12 Miles Bader <miles@gnu.org>
2049
2050 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2051 (diff-mode-map): Bind `diff-test-hunk'.
2052 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2053
20542000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
2055
2056 * bytecomp.el (byte-compile-defvar): Undo last change
2057 because it breaks '(make-variable-buffer-local (defvar ...)'
2058 which is used at least in dired.
2059
63c36c3c
KH
20602000-09-12 Kenichi Handa <handa@etl.go.jp>
2061
2062 * international/quail.el (quail-define-package): Docstring
2063 modified.
2064
1ad24be1
KH
20652000-09-12 Kenichi Handa <handa@etl.go.jp>
2066
362a8065
KH
2067 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2068 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2069 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
2070 docstring of "chinese-py".
2071
1ad24be1
KH
2072 * international/quail.el (quail-translation-docstring): New
2073 variable.
2074 (quail-show-keyboard-layout): Docstring modified.
2075 (quail-select-current): Likewise.
2076 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2077 infinite recursive call.
2078 (quail-help): Check quail-translation-docstring. Format of the
2079 output changed.
2080 (quail-help-insert-keymap-description): Adjusted for the above
2081 change.
2082
cc0f95a4
GM
20832000-09-11 Gerd Moellmann <gerd@gnu.org>
2084
2085 * bytecomp.el (byte-compile-defvar): Only cons onto
2086 current-load-list in top-level forms. Else this leaks a cons cell
2087 every time a defun is called.
2088
7530b6da
MB
20892000-09-11 Miles Bader <miles@lsi.nec.co.jp>
2090
2091 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2092 Now understands non-unified diffs. Some functionality moved into
2093 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
2094 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
2095 modify anything. Only reposition point in the patched file if the
2096 patch succeeds. Only pop up another window if POPUP is true.
2097 Emit a message describing what happened if successful, and at what
2098 line-offset. Automatically detect reversed hunks and do something
2099 appropriate.
2100 (diff-hunk-text, diff-find-text): New functions.
2101 (diff-filter-lines): Function removed.
2102 (diff-test-hunk): New function.
2103 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
2104
6b124390
DL
21052000-09-10 Dave Love <fx@gnu.org>
2106
2107 * textmodes/tildify.el: Minor doc/commentary fixes.
2108 (tildify) <defgroup>: Add :version.
2109
2110 * faces.el (face-x-resources): Make custom type more specific.
2111 (frame-background-mode): Use mapc.
2112 (region) <defcustom>: Add :version.
2113
7f8b6551
SM
21142000-09-08 Stefan Monnier <monnier@cs.yale.edu>
2115
9b4a7800
TTN
2116 * vc-sccs.el (vc-sccs-register):
2117 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
2118 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
2119 * vc.el (vc-register): Clear file's properties.
2120
c454aac1
GM
21212000-09-08 Gerd Moellmann <gerd@gnu.org>
2122
2123 * faces.el (face-spec-set): Only face-spec-reset-face when
2124 ATTRS is non-nil.
2125
bb934822
EZ
21262000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2127
2128 * help.el (help-insert-xref-button): Fix a typo in doc string.
2129
03419440
EZ
21302000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2131
7f8b6551
SM
2132 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2133 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
2134 methods.
2135
03419440
EZ
2136 * menu-bar.el (read-mail-item-name): New function.
2137 (menu-bar-tools-menu): Use it to compute and display the package
2138 used to read email.
2139 (menu-bar-tools-menu): Fix typo in GUD's help string.
2140
dbcee71a
DL
21412000-09-07 Dave Love <fx@gnu.org>
2142
19e713d8
DL
2143 * diff-mode.el (diff-mouse-goto-source): New function.
2144
a7cafade 2145 * vc-sccs.el: Doc fixes.
7f8b6551 2146 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
2147
2148 * vc-rcs.el: Doc fixes.
7f8b6551
SM
2149 (vc-rcs-register-switches, vc-rcs-checkin-switches)
2150 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
2151 (vc-rcs-master-templates): Add or change :version.
2152
7f8b6551 2153 * vc-cvs.el: Doc fixes.
a7cafade
DL
2154 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
2155 (vc-cvs-stay-local): Add :version.
2156
dbcee71a
DL
2157 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2158
ed254191
KH
21592000-09-07 Kenichi Handa <handa@etl.go.jp>
2160
2161 * international/quail.el (quail-help): Fix previous change.
2162
ab0ee409
GM
21632000-09-07 Gerd Moellmann <gerd@gnu.org>
2164
f46f845b 2165 * faces.el (color-values): Doc fix.
9b4a7800 2166
ab0ee409
GM
2167 * faces.el (frame-set-background-mode): Use frame-parameter
2168 instead of frame-parameters.
2169
2170 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 2171 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 2172 frame-parameters.
9b4a7800 2173
f7246ac7
KH
21742000-09-07 Kenichi Handa <handa@etl.go.jp>
2175
2176 * language/devan-util.el (devanagari-to-indian-region): In the
2177 loop, change the following char, not preceding char.
2178
96889af2
GM
21792000-09-07 Gerd Moellmann <gerd@gnu.org>
2180
1091dd67
GM
2181 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2182 instead of frame-parameters.
2183
9b4a7800 2184 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
2185 internal-set-lisp-face-attribute with FRAME being 0.
2186
2187 * vc.el: Remove `Id' version control keyword.
96889af2 2188
0fddd0dc
KH
21892000-09-07 Kenichi Handa <handa@etl.go.jp>
2190
2191 * help.el (help-make-xrefs): Adjusted for the change of
2192 help-xref-mule-regexp.
2193 (help-insert-xref-button): New function.
2194
2195 * international/mule-cmds.el (help-xref-mule-regexp-template):
2196 Include the pattern for character set.
2197 (leim): New group.
2198
2199 * international/quail.el: Don't require face.
2200 (quail): New group.
7f8b6551 2201 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
2202 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2203 (quail-keyboard-layout-substitution): New variable.
2204 (quail-update-keyboard-layout): New function.
2205 (quail-keyboard-layout-type): New customizable variable.
2206 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2207 (quail-keyboard-translate): Pay attention to
2208 quail-keyboard-layout-substitution.
2209 (quail-insert-kbd-layout): New function.
2210 (quail-show-keyboard-layout): New function.
2211 (quail-get-translation): If the definition is a vector of length
7f8b6551 2212 1, and the element is a string of length 1, return the character
0fddd0dc
KH
2213 in that string.
2214 (quail-update-current-translations): Fix the case of
2215 relative-index out of range.
2216 (quail-build-decode-map, quail-insert-decode-map): New Functions.
2217 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 2218 Show key sequences for all available characters.
0fddd0dc
KH
2219 (quail-help-insert-keymap-description): Don't show such verbose
2220 key bindings as quail-self-insert-command.
2221
2222 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2223 Format changed, and each element now have extra documentations.
2224 (tit-process-header): Delete invalid characters from TIT-PROMPT.
2225 Adjusted for the change of quail-cxterm-package-ext-info.
2226
8ddceaf1
GM
22272000-09-06 Gerd Moellmann <gerd@gnu.org>
2228
2229 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2230 requiring it leads to a recursive loading of vc.el and vc-hooks.el
2231 during bootstrap.
2232
099bd78a
SM
22332000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2234
2235 * vc.el: (toplevel): Don't require `dired' at run-time.
2236 (vc-dired-resynch-file): Remove autoload cookie.
2237
22382000-09-05 Andre Spiegel <spiegel@gnu.org>
2239
2240 * vc.el: Made several backend functions optional.
2241 (vc-default-responsible-p): New function.
2242 (vc-merge): Use RET for first version to trigger merge-news, not
2243 prefix arg.
2244 (vc-annotate): Handle backends that do not support annotation.
2245 (vc-default-merge-news): Removed. The existence of a merge-news
2246 implementation is now checked on caller sites.
2247
9b4a7800 2248 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
2249 case.
2250
9b4a7800 2251 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
2252 special case that has been removed from the default in vc-hooks.el.
2253
22542000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2255
2256 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2257
22582000-09-05 Andre Spiegel <spiegel@gnu.org>
2259
2260 * vc-hooks.el: Require vc during compilation.
2261 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2262 macro `with-vc-properties' in vc.el.
2263 (vc-file-getprop): Doc fix.
2264 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 2265
099bd78a
SM
2266 * vc.el: Require dired-aux during compilation.
2267 (vc-name-assoc-file): Moved to vc-sccs.el.
2268 (with-vc-properties): New macro.
9b4a7800 2269 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
2270 vc-finish-steal): Use it.
2271 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
2272 to the backend-specific function is now supposed to do the checkout,
2273 too.
2274 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2275
9b4a7800 2276 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
2277 set file properties; that gets done in the generic code now.
2278
2279 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2280 Changed parameter list, added code from vc.el that does the
2281 checkout, possibly with a double-take.
2282
2283 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2284 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2285 the above under the new name.
2286 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
2287 parameter list, added checkout command.
2288 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2289 properties; that gets done in the generic code now.
2290
22912000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2292
2293 * vc.el: Docstring fixes (courtesy of checkdoc).
2294
22952000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2296
2297 * vc.el (vc-checkout-writable-buffer-hook)
2298 (vc-checkout-writable-buffer): Remove.
2299 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2300 (vc-log-mode): Make it into a clean derived major mode.
2301 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2302 vc-log-mode if log-edit is not available.
2303 (vc-dired-mode-map): Don't set-keymap-parent yet.
2304 (vc-dired-mode): Do set-keymap-parent here.
2305 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2306
08ba3862
GM
23072000-09-05 Gerd Moellmann <gerd@gnu.org>
2308
2309 * faces.el (set-face-attribute, face-spec-reset-face)
2310 (face-spec-set): Avoid consing by removing calls to `apply'.
2311
2312 * frame.el (frame-parameter): Move to C code.
2313
3b4429b4
DL
23142000-09-05 Dave Love <fx@gnu.org>
2315
2316 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
2317 insert-before-markers-and-inherit. Now checked systematically!
2318
877055f6
GM
23192000-09-05 Alex Schroeder <alex@gnu.org>
2320
2321 * sql.el (sql-postgres): Use sql-postgres-options.
2322 (sql-postgres-options): New variable.
2323
23242000-09-05 Alex Schroeder <alex@gnu.org>
2325
2326 * sql.el (sql-mode-menu): Work around missing variable mark-active
2327 in XEmacs.
2328 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2329 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2330 compatibility.
2331
7a004b71
GM
23322000-09-04 Gerd Moellmann <gerd@gnu.org>
2333
54baed30 2334 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 2335
7a004b71
GM
2336 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2337
2338 * Makefile.in (DONTCOMPILE): Fix typo in file name.
2339
23402000-09-04 Andre Spiegel <spiegel@gnu.org>
2341
2342 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2343 don't support anything else under SCCS yet.
2344
2345 * vc-hooks.el: Minor doc fixes.
2346
23472000-09-04 Andre Spiegel <spiegel@gnu.org>
2348
2349 * vc.el (vc-next-action-on-file): Do not visit the file if it's
2350 not necessary. If verbose in state `needs-patch', do the same as
2351 under `up-to-date'. When NOT verbose and `needs-patch', check out
2352 latest version instead of `merge-news'.
2353 (vc-next-action-dired): Don't mess with default-directory here; it
2354 breaks other parts of dired. It is the job of the
099bd78a 2355 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
2356 (vc-next-action): Remove a special CVS case.
2357 (vc-clear-headers): New optional arg FILE.
2358 (vc-checkin, vc-checkout): Set properties vc-state and
2359 vc-checkout-time properly.
099bd78a 2360 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
2361 (vc-print-log): Use new backend function `show-log-entry'.
2362 (vc-cancel-version): Do the checks in a different order. Added a
2363 FIXME concerning RCS-only code.
2364
2365 * vc-rcs.el (vc-rcs-show-log-entry): New function.
2366 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2367
2368 * vc-cvs.el (vc-cvs-show-log-entry): New function.
2369
9b4a7800 2370 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
2371 `needs-patch' as a `-' too.
2372
23732000-09-04 Andre Spiegel <spiegel@gnu.org>
2374
2375 * vc.el (vc-responsible-backend): New optional arg REGISTER.
2376 (vc-default-could-register): New function.
2377 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2378 (vc-resynch-buffer): Call vc-dired-resynch-file.
2379 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2380 vc-resynch-buffer instead of vc-resynch-window.
2381 (vc-next-action-dired): Don't redisplay here, that gets done as a
2382 result of the individual file operations.
2383 (vc-retrieve-snapshot): Corrected prompt order.
2384
2385 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 2386
7a004b71
GM
2387 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2388 as well.
2389 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
2390 hostname regexps. Updated all callers.
2391 (vc-cvs-responsible-p): Handle directories as well.
2392 (vc-cvs-could-register): New function.
2393 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2394 properties up-to-date.
9b4a7800 2395
7a004b71
GM
2396 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2397 user whether to create one.
2398
23992000-09-04 Andre Spiegel <spiegel@gnu.org>
2400
2401 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2402 check out a non-existing file.
2403
2404 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2405 workfile does not exist.
2406
2407 * vc.el (vc-version-diff): Use `require' to check for existence of
2408 diff-mode.
2409
24102000-09-04 Andre Spiegel <spiegel@gnu.org>
2411
2412 * vc-cvs.el (vc-cvs-registered): Use new function
2413 vc-cvs-parse-entry to do the actual work.
2414
24152000-09-04 Andre Spiegel <spiegel@gnu.org>
2416
2417 * vc-hooks.el (vc-find-backend-function): If function doesn't
2418 exist, return nil instead of error.
2419 (vc-call-backend): Doc fix.
2420
2421 * vc.el (vc-do-command): Doc fix.
2422 (vc-finish-logentry): When checking in from vc-dired, choose the
2423 right backend for logentry check.
2424 (vc-dired-mode-map): Inherit from dired-mode-map.
2425 (vc-dired-mode): Local value of dired-move-to-filename-regexp
2426 simplified.
2427 (vc-dired-state-info): Removed, updated caller.
2428 (vc-default-dired-state-info): Use parentheses instead of hyphens.
2429 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2430 (vc-dired-listing-switches): New variable.
2431 (vc-directory): Use it, instead of dired-listing-switches.
2432
2433 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2434 (vc-cvs-dir-state): New function.
7f8b6551 2435 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
2436 (vc-cvs-parse-entry): New function, also to be used in
2437 vc-cvs-registered.
9b4a7800 2438
7a004b71
GM
24392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2440
2441 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2442 *or* single-window-frames.
2443
24442000-09-04 Andre Spiegel <spiegel@gnu.org>
2445
2446 * vc.el (vc-update-changelog): Split into generic part and default
2447 implementation. Doc string adapted.
2448 (vc-default-update-changelog): New function. Call the `rcs2log'
2449 script in exec-directory, to fix a long-standing nuisance.
2450
2451 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2452 simply signals an error.
9b4a7800 2453
7a004b71
GM
24542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2455
2456 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2457 control-flow more clear and to avoid running `cvs' twice.
2458
2459 * vc.el (vc-next-action-on-file): Doc fix.
2460 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2461 (vc-print-log): Eval `file' before constructing the continuation.
2462
24632000-09-04 Andre Spiegel <spiegel@gnu.org>
2464
2465 * vc.el (vc-next-action-on-file): Corrected several messages.
2466 (vc-merge): Add prefix arg `merge-news'; handle it.
2467
2468 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2469 is not reached. It is.
2470 (vc-cvs-merge): Set state to 'edited after merge.
2471 (vc-cvs-merge-news): Set workfile version to nil if not known.
2472 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
2473
2474 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2475 via stdout. (Merge from main line.)
9b4a7800 2476
7a004b71
GM
24772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2478
2479 * vc.el (vc-finish-logentry): Thinko in the "same comment"
2480 detection.
2481
24822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2483
2484 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2485 against kill-all-local-variables.
2486 (vc-log-edit): Don't save vc-parent-buffer any more.
2487 (vc-last-comment-match): Initialize to an empty string.
2488 (vc-post-command-functions): New hook.
2489 (vc-do-command): Run it.
2490 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2491 (vc-finish-logentry): Only add the comment to the ring if it's
2492 different from the last comment entered.
2493 (vc-new-comment-index): New function.
2494 (vc-previous-comment): Use it. Make the minibuffer message
2495 slightly less terse.
2496 (vc-comment-search-reverse): Make it work forward as well. Don't
2497 set vc-comment-ring-index if no match is found. Use
2498 vc-new-comment-index.
2499 (vc-comment-search-forward): Use vc-comment-search-reverse.
2500 (vc-dired-mode-map): Don't inherit from dired-mode-map since
2501 define-derived-mode will do it for us. Bind `v' to a keymap that
2502 inherits from vc-prefix-map so that we can bind `vt' without
2503 binding C-x v t.
2504 (vc-retrieve-snapshot): Parenthesis typo.
2505
2506 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2507 to 1. Make sure to switch to *vc* before looking for an error
2508 message. Use vc-parse-buffer.
2509
25102000-09-04 Andre Spiegel <spiegel@gnu.org>
2511
2512 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2513 and NAME.
2514 (vc-retrieve-snapshot): Split into two parts.
2515 (vc-default-retrieve-snapshot): New function.
2516
2517 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2518 (vc-cvs-retrieve-snapshot): New function (untested).
2519 (vc-cvs-stay-local): Default to t.
2520 (vc-cvs-remote-p): New function and property.
2521 (vc-cvs-state): Stay local only if the above is t.
2522 (vc-handle-cvs): Removed.
2523 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2524 done via vc-handled-backends now.
2525 (vc-cvs-header): Escape Id.
2526
25272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2528
2529 * vc.el (vc-do-command): Remove unused commands.
2530 (vc-version-diff): Make sure default-directory ends with a slash.
2531 Move the window commands into a vc-exec-after.
2532 (vc-print-log): Move more of the code into the `vc-exec-after'.
2533
25342000-09-04 Andre Spiegel <spiegel@gnu.org>
2535
2536 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2537 (vc-print-log): Search current revision from beginning of buffer.
2538 (vc-revert-buffer): Clear echo area after the diff is finished.
2539 (vc-prefix-map): Removed definition of "t" for terse display in vc
2540 dired.
2541 (vc-dired-mode-map): Inherit from dired-mode-map. Added
2542 definition of "vt" for terse display.
2543 (vc-dired-mode): Fix dired-move-to-filename-regexp.
2544
25452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2546
2547 * vc.el (vc-exec-after): Avoid caddr.
2548
25492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2550
2551 * vc.el (vc-exec-after): New function.
2552 (vc-do-command): Use it to add a termination message for async
2553 procs.
2554 (vc-checkout): Try to handle a missing-backend situation.
2555 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2556 of a directory with a backend using async diffs.
2557 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2558 present.
2559
2560 * vc-sccs.el (vc-sccs-state-heuristic): Use
2561 file-ownership-preserved-p.
2562
2563 * vc-rcs.el (vc-rcs-state-heuristic): Use
2564 file-ownership-preserved-p.
2565 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
2566
25672000-09-04 Andre Spiegel <spiegel@gnu.org>
2568
2569 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2570 vc-do-command.
2571
2572 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2573 when there are no changes.
2574
25752000-09-04 Andre Spiegel <spiegel@gnu.org>
2576
2577 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2578
2579 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2580
25812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2582
2583 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2584
2585 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2586 the `fset' outside of the defvar so that it works even if
2587 vc-prefix-map was already defined.
2588 (vc-setup-buffer): New function, split out of vc-do-command.
2589 (vc-do-command): Allow BUFFER to be t to mean `just use the
2590 current buffer without any fuss'.
2591 (vc-version-diff): Change the `diff' backend operation to just put
2592 the diff in the current buffer without erasing it. Always use
2593 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
2594 shrink-window-if-larger-than-buffer.
2595 (vc-print-log): Change the `print-log' backend operation to just
2596 put the log in the current buffer without erasing it. Protect
2597 shrink-window-if-larger-than-buffer.
2598 (vc-update-change-log): Fix setd typo.
2599
2600 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2601 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2602
2603 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2604 (vc-rcs-diff): Insert in the current buffer and remove unused arg
2605 CMP.
2606
2607 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2608 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
2609 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2610
26112000-09-04 Andre Spiegel <spiegel@gnu.org>
2612
2613 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2614 not possible, use vc-BACKEND-workfile-unchanged-p.
2615 (vc-default-workfile-unchanged-p): New function. Delegates to a
2616 full vc-BACKEND-diff.
2617
2618 * vc-hooks.el (vc-simple-command): Removed.
2619
2620 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2621 instead of vc-simple-command.
2622 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2623 avoid doing a diff when opening a file.
2624 (vc-rcs-state): Added check for unlocked-changes.
2625 (vc-rcs-header): Escape Id.
2626 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2627 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2628 version.
2629
2630 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2631 (vc-sccs-diff): Remove optional arg CMP.
2632 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2633 SCCS-specific function.
2634
2635 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2636 vc-simple-command.
2637
26382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2639
2640 * vc.el (vc-editable-p): Renamed from vc-writable-p.
2641 (with-vc-file, vc-merge): Use vc-editable-p.
2642 (vc-do-command): Remove unused var vc-file and fix the
2643 doubly-defined `status' var. Add a user message when starting an
2644 async command.
2645 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2646 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2647 Use with-current-buffer.
2648 (vc-buffer-sync): Use unless.
2649 (vc-next-action-on-file): If the file is 'edited by read-only,
2650 make it read-write instead of trying to commit.
2651 (vc-version-diff, vc-update-change-log): Use `setq
2652 default-directory' rather than `cd'.
2653 (vc-log-edit): Don't forget to set default-directory in the
2654 buffer.
2655
2656 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
2657 (vc-sccs-state-heuristic): Use file-writable-p instead of
2658 comparing userids.
2659 (vc-sccs-checkout): Use `unless'.
2660
2661 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
2662 of comparing userids.
2663 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
2664 Simplify the logic by eliminating unreachable code.
2665 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
2666 just do a recursive call if we need to retry.
2667 (vc-rcs-checkout): Handle the case where rcs is missing by making
2668 the buffer read-write if requested and re-signalling the error.
2669
2670 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
2671
26722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2673
2674 * vc-hooks.el (vc-handled-backends): Docstring change.
2675 (vc-ignore-vc-files): Mark obsolete.
2676 (vc-registered): Check vc-ignore-vc-files.
2677 (vc-find-file-hook, vc-file-not-found-hook): Don't check
2678 vc-ignore-vc-files.
2679
2680 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
2681
26822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2683
2684 * vc.el (vc-checkout): Don't do anything special for ange-ftp
2685 files since ange-ftp already has vc-registered return nil.
2686
2687 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
2688 (vc-sccs-workfile-version): Use with-temp-buffer and new
2689 vc-parse-buffer and don't bother setting the property.
2690 (vc-sccs-add-triple): Use with-current-buffer and
2691 find-file-noselect.
2692 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
2693
2694 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
2695 derives from the old vc-parse-buffer but uses the revision number
2696 rather than the date (much easier to compare robustly).
2697 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
2698 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
2699 locking-user more directly. Check strict locking and set
2700 checkout-model appropriately.
2701 (vc-rcs-parse-locks): Remove.
2702 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
2703 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
2704 (vc-rcs-system-release): Use with-current-buffer and
2705 vc-parse-buffer.
2706 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
2707
2708 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
2709 (vc-simple-command): Docstring fix.
2710 (vc-registered): Align the way the file-handler is called with the
2711 way the function itself works.
2712 (vc-file-owner): Remove.
2713
2714 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
2715 extraction of fields and call to file-attributes because of a
2716 temporary bug in rcp.el.
2717 (vc-cvs-fetch-status): Use with-current-buffer.
2718
27192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2720
2721 * vc.el (vc-do-command): Use file-relative-name.
2722 (vc-responsible-backend): Use vc-backend if possible.
2723 (vc-create-snapshot): Improve the `interactive' spec. Add support
2724 for branches and dispatch to backend-specific `create-snapshot'.
2725 (vc-default-create-snapshot): New function, containing the bulk of
2726 the old vc-create-snapshot.
2727 (vc-retrieve-snapshot): Improve the interactive spec.
2728
2729 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
2730 (vc-backend-hook-functions): Remove.
2731 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
2732 (vc-backend): Reintroduce the test for `file = nil' now that I
2733 know why it was there (and added a comment to better remember).
2734
2735 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
2736 code from vc-sccs-hooks.el.
2737 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
2738 'vc anymore.
2739 (vc-sccs-responsible-p): Use expand-file-name instead of concat
2740 and file-directory-p instead of file-exists-p.
2741 (vc-sccs-check-headers): Simplify the regexp.
2742
2743 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
2744 from vc-rcs-hooks.el. Don't require 'vc anymore.
2745 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
2746 file-directory-p instead of file-exists-p.
2747
2748 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
2749 from vc-cvs-hooks.el.
2750 (proto vc-cvs-registered): Require 'vc-cvs instead of
2751 'vc-cvs-hooks. Don't require 'vc anymore.
2752 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
2753 file-directory-p instead of file-exists-p.
2754 (vc-cvs-create-snapshot): New function, replacing
2755 vc-cvs-assign-name.
2756 (vc-cvs-assign-name): Remove.
2757
27582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2759
2760 * vc-cvs.el (vc-cvs-header): New var.
2761
2762 * vc-rcs.el (vc-rcs-exists): Remove.
2763 (vc-rcs-header): New var.
2764
2765 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
2766 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
2767 (vc-sccs-header): New var.
2768
2769 * vc.el (vc-do-command): Get rid of the `last' argument.
2770 (vc-header-alist): Remove, replaced by vc-X-header.
2771 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
2772 (vc-dired-hook): Use expand-file-name instead of concat.
2773 (vc-directory): Use file-name-as-directory.
2774 (vc-snapshot-precondition, vc-create-snapshot)
2775 (vc-retrieve-snapshot): Allow the command to operate on any
2776 directory.
2777
2778 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
2779 just removing the 'WORKFILE argument or by removing the 'MASTER
2780 argument and replacing `file' with (vc-name file).
2781
27822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2783
2784 * vc.el: Update Copyright and add a crude list of backend funs.
2785 (vc-writable-p): New function.
2786 (with-vc-file): Use vc-writable-p.
7f8b6551 2787 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
2788 (vc-register): Avoid vc-name.
2789 (vc-locking-user): Remove.
2790 (vc-steal-lock): Make the `owner' arg non-optional.
2791 (vc-merge): Use vc-writable-p instead of vc-locking-user and
2792 vc-checkout-model.
2793 (vc-default-dired-state-info): Use vc-state instead of
2794 vc-locking-user and return special strings for special states.
2795 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
2796 and get rid of one of the special CVS cases.
2797 (vc-cancel-version): prettify error message with \\[...].
2798 (vc-rename-master): New function.
2799 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
2800 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
2801 the CVS special case generic.
2802 (vc-default-record-rename): Remove.
2803 (vc-file-tree-walk-internal): Only call FUNC for files that are
2804 under control of some VC backend and replace `concat' with
2805 expand-file-name.
2806 (vc-file-tree-walk): Update docstring.
2807 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
2808 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
2809
2810 * vc-sccs.el (vc-sccs-rename-file): Renamed from
2811 vc-sccs-record-rename. Use `find-file-noselect' rather than
2812 `find-file' and call `vc-rename-master' to do the actual move.
2813 (vc-sccs-diff): Remove unused `backend' variable.
2814
2815 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
2816 to delay loading of vc-sccs until it is really used.
2817 (vc-sccs-master-templates): Preload.
2818 (vc-sccs-state): Update call to vc-sccs-parse-locks.
2819 (vc-sccs-project-dir): Remove (merged into
2820 vc-sccs-search-project-dir).
2821 (vc-sccs-search-project-dir): Rewrite using file name handling ops
2822 rather than `concat', make sure it is preloaded and don't bother
2823 to check that the file actually exists.
2824 (vc-sccs-parse-locks): Remove unused `file' argument, remove
2825 `locks' argument (use buffer's content instead) and eliminate n^2
2826 behavior.
2827
2828 * vc-rcs.el: Update Copyright.
2829 (vc-rcs-rename-file): New function.
2830 (vc-rcs-diff): Remove unused `backend' variable.
2831
2832 * vc-hooks.el: Update Copyright.
2833 (vc-backend): Don't accept a nil argument any more.
2834 (vc-up-to-date-p): Turn into a defsubst.
2835 (vc-possible-master): New function.
2836 (vc-check-master-templates): Use `vc-possible-master' and allow
2837 funs in vc-X-master-templates to return a non-existent file.
2838
2839 * vc-cvs.el: Update Copyright.
2840 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 2841 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
2842
2843 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
2844
28452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2846
2847 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
2848 since it can be called from vc-rcs.el.
2849 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
2850
28512000-09-04 Andre Spiegel <spiegel@gnu.org>
2852
2853 * vc.el (vc-version-diff): Expand file name read from the
2854 minibuffer. Handle the case when a previous version number can't
2855 be guessed. Give suitable messages when there were no differences
2856 found.
2857 (vc-clear-headers): Call backend-specific implementation, if one
2858 exists.
2859 (vc-cancel-version): Made error checks generic. When done, clear
2860 headers generically, too.
2861
2862 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
2863 from vc-clear-headers in vc.el.
2864
2865 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
2866 correctly.
2867 (vc-rcs-latest-on-branch-p): Made second argument VERSION
2868 optional. Handle the case when it's not there.
2869
28702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2871
2872 * vc.el (vc-locking-user): Moved from vc-hooks.el.
2873
28742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2875
2876 * vc-hooks.el (vc-loadup): Remove.
2877 (vc-find-backend-function): Use `require'. Also, handle the case
2878 where vc-BACKEND-hooks.el doesn't exist.
2879 (vc-call-backend): Cleanup.
2880
28812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2882
2883 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
2884 vc-rcs-grab-templates)
2885 (vc-rcs-registered): Remove. The default function works as well.
2886 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
2887 vc-sccs-grab-templates)
2888 (vc-sccs-registered): Remove. The default function works as well.
2889
2890 * vc.el (vc-version-diff): Left out a vc- in call to
2891 vc-call-backend.
2892 (vc-default-dired-state-info, vc-default-record-rename)
2893 (vc-default-merge-news): Update for the new backend argument.
2894
2895 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
2896 using the default function.
2897 (vc-call-backend): If calling the default function, pass it the
2898 backend as first argument. Update the docstring accordingly.
2899 (vc-default-state-heuristic, vc-default-mode-line-string): Update
2900 for the new backend argument.
2901 (vc-make-backend-sym): Renamed from vc-make-backend-function.
2902 (vc-find-backend-function): Use the new name.
2903 (vc-default-registered): New function.
2904
29052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2906
2907 * vc.el (vc-merge): Use vc-find-backend-function.
2908
2909 * vc-hooks.el (vc-backend-functions): Remove.
2910 (vc-loadup): Don't setup 'vc-functions.
2911 (vc-find-backend-function): New function.
2912 (vc-call-backend): Use above fun and populate 'vc-functions
2913 lazily.
2914 (vc-backend-defines): Remove.
2915
29162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2917
2918 * vc.el (vc-register): Put a FIXME note for a newly found bug.
2919 Call vc-call-backend without the leading vc-.
2920 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
2921 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 2922 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
2923 (vc-annotate-display): Replace confusing use of `cond' with `or'.
2924 Call vc-call-backend without the leading vc-.
2925
2926 * vc-cvs.el (tail): Provide vc-cvs.
2927 * vc-sccs.el (tail): Provide vc-sccs.
2928 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
2929
2930 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
2931 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 2932 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
2933 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
2934 (vc-call-backend): Always try to load vc-X-hooks.
2935 (vc-registered): Remove vc- in call to vc-call-backend.
2936
29372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2938
2939 * vc.el (vc-process-filter): New function.
2940 (vc-do-command): Setup `vc-process-filter' for the async process.
2941 (vc-maybe-resolve-conflicts): New function to reduce
2942 code-duplication. Additionally, it puts the buffer in
2943 `smerge-mode' if applicable.
2944 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
2945 calling `merge-news'.
7f8b6551 2946 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
2947 (vc-log-edit): New function. Replacement for `vc-log-mode' by
2948 interfacing to log-edit.el.
2949 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
2950 log-edit is available.
2951 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
2952
29532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2954
2955 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
2956 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
2957 defvar and the initialization.
2958 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
2959
2960 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
2961 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
2962
7f8b6551 2963 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
2964
29652000-09-04 Andre Spiegel <spiegel@gnu.org>
2966
2967 * vc.el (vc-file-clear-masterprops): Removed.
2968 (vc-checkin, vc-revert-buffer): Removed calls to the above.
2969 (vc-version-diff): Use buffer-size without argument.
2970 (vc-register): Heed vc-initial-comment.
2971
2972 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
2973 default branch.
2974
2975 * vc-rcs.el (vc-rcs-register): Parse command output to find master
2976 file name and workfile version.
2977 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
2978
2979 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
2980 vc-file-clear-masterprops.
2981
2982 * vc-sccs.el (vc-sccs-checkout): Removed call to
2983 vc-file-clear-masterprops. If writable, set vc-state to 'edited
2984 rather than user login name.
2985
2986
29872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2988
2989 * vc.el (vc-workfile-unchanged-p): Remove unused argument
2990 `want-differences-if-changed' and simplify.
2991 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
2992 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
2993 output (which is invalid for async vc-diff) to decide whether to
2994 do the revert silently or not.
2995
29962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2997
2998 * vc-hooks.el (vc-loadup): Load files quietly.
2999 (vc-call-backend): Oops, brain fart.
3000
30012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3002
3003 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 3004 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
3005
30062000-09-04 Andre Spiegel <spiegel@gnu.org>
3007
3008 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3009 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3010 vc-state or vc-up-to-date-p.
3011 (vc-merge): Use vc-backend-defines to check whether merging is
3012 possible. Set state to 'edited after successful merge.
3013
3014 * vc-hooks.el (vc-locking-user): If locked by the calling user,
3015 return that name. Redocumented.
3016
30172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3018
3019 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3020 new `vc-state' semantics.
3021 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3022 'vc-locking-user to the current user.
3023 (vc-merge): Inline vc-backend-merge. Comment out code that I
3024 don't understand and hence can't adapt to the new `vc-state' and
3025 `vc-locking-user' semantics.
3026 (vc-backend-merge): Remove.
3027
3028 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3029 rather than 'vc-locking-user.
3030
3031 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3032
3033 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3034 (vc-state): Don't use 'reserved any more. Just use the same
3035 convention as the one used for vc-<backend>-state where the
3036 locking user (as a string) is returned.
3037 (vc-locking-user): Update, based on the above convention. The
3038 'vc-locking-user property has disappeared.
7f8b6551 3039 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
3040
3041 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3042 with a heuristic one.
3043 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3044 (vc-cvs-checkin): Do a trivial parse to set the state in case of
3045 error. That allows us to get to 'needs-merge even in the
3046 stay-local case. There's still no way to detect 'needs-patch in
3047 such a setup (or to force an update for that matter).
3048 (vc-cvs-logentry-check): Remove, the default works as well.
3049
30502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3051
7f8b6551 3052 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
3053
3054 * vc.el (vc-do-command): kill-all-local-variables, to reset any
3055 major-mode in which the buffer might have been put earlier. Use
3056 `remove' and `when'. Allow `okstatus' to be `async' and use
3057 `start-process' in this case.
3058 (vc-version-diff): Handle the case where the diff looks empty
3059 because of the use of an async process.
3060
30612000-09-04 Andre Spiegel <spiegel@gnu.org>
3062
3063 * vc.el (vc-next-action-on-file): Removed optional parameter
3064 `simple'. Recompute state unconditionally.
3065 (vc-default-toggle-read-only): Removed.
3066
3067 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3068 (vc-toggle-read-only): Undid prev change.
3069
3070 * vc-cvs.el (vc-cvs-stay-local): Renamed from
3071 vc-cvs-simple-toggle. Redocumented.
3072 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3073 (vc-cvs-toggle-read-only): Removed.
3074
30752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3076
7f8b6551 3077 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
3078 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3079 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3080 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
3081 still is. So maybe it should be removed.
3082 (vc-head-version, vc-find-binary): Remove.
3083 (vc-recompute-state): Move from vc-hooks.el.
3084 (vc-next-action-on-file): Add a `simple' argument to allow
3085 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
3086 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3087 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
3088 (vc-dired-mode-map): Properly defvar it.
3089 (vc-print-log): Call log-view-mode if available.
3090 (small-temporary-file-directory): defvar instead of use boundp.
3091 (vc-merge-news): Moved to vc-cvs.el.
3092 (vc-default-merge-news): New function.
3093
3094 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
3095 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
3096 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
3097 unknown `vc-latest-version' function. It should probably refer to
3098 vc-workfile-version or somesuch, but it's very unclear to me and I
3099 don't have SCCS to test things.
3100
3101 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
3102 (vc-sccs-state-heuristic): Fix typo.
3103 (vc-sccs-workfile-unchanged-p): Add missing argument.
3104
3105 * vc-rcs.el: Require vc and vc-rcs-hooks.
3106 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
3107 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
3108 (vc-release-greater-or-equal-p): Move from vc.
3109 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
3110 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
3111 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 3112 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
3113
3114 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
3115 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
3116 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
3117 than the apparently unbound `workfile-version'.
3118
3119 * vc-hooks.el (vc-master-templates): Def the obsolete var.
3120 (vc-file-prop-obarray): Use `make-vector'.
3121 (vc-backend-functions): Add new hookable functions
3122 vc-toggle-read-only, vc-record-rename and vc-merge-news.
3123 (vc-loadup): If neither backend nor default functions exist, use
3124 the backend function rather than nil.
3125 (vc-call-backend): If the function if not bound yet, try to load
3126 the non-hook file to see if it provides it.
3127 (vc-call): New macro plus use it wherever possible.
3128 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
3129 nor `vc-find-binary' since it's only called from
7f8b6551 3130 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
3131 (vc-checkout-model): Fix parenthesis.
3132 (vc-recompute-state, vc-prefix-map): Move to vc.el.
3133
7f8b6551 3134 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
3135 (vc-cvs-release, vc-cvs-system-release): Remove.
3136 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
3137 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
3138 status symbols.
3139 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
3140 (vc-cvs-toggle-read-only): First cut at a function to allow a
3141 cvs-status-free vc-toggle-read-only.
3142 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
3143 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
3144 vc-cvs-status. Also set vc-state rather than vc-locking-user.
3145 (vc-cvs-checkout): Modify access rights directly if the user
3146 requested not to use `cvs edit'. And refresh the mode line.
3147
3148 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
3149 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
3150
31512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3152
3153 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
3154 workfile' that got lost when the code was extracted from vc.el.
3155 And merged the tail with the rest of the code (not possible in the
3156 old vc.el where the tail was shared among all backends). And
3157 explicitly set the state to 'edited if `writable' is set.
3158
3159 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3160 (vc-cvs-state): Be careful to return the value from
3161 vc-cvs-parse-state.
3162 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
3163 property but return it instead. Also be careful to handle a nil
3164 or "" `rev' when workfile is non-nil (it was handled properly when
3165 workfile was nil).
3166
3167 * vc.el: Removed those pesky unnecessary `(function' quotes.
3168 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3169 directly in the defvar.
3170 (vc-do-command): Bind inhibit-read-only so as to properly handle
3171 the case where the destination buffer has been made read-only.
3172 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 3173 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
3174 (vc-annotate-mode-variables): Removed (code moved partly to
3175 defvars and partly to vc-annotate-add-menu).
3176 (vc-annotate-mode): Turned into a derived-mode.
3177 (vc-annotate-add-menu): Moved in code in
3178 vc-annotate-mode-variables.
3179 (vc-update-change-log): Use make-temp-file if available.
3180
31812000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
3182
3183 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3184 `vc-checkout-model' updated to `vc-cvs-update-model'.
3185
31862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3187
3188 * vc.el (vc-next-action-on-file): Added handling of state
3189 `unlocked-changes'.
3190 (vc-checkout-carefully): Is now practically obsolete, unless the
3191 above is too slow to be enabled unconditionally.
3192 (vc-update-change-log): Fixed typo.
3193
3194 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3195
7f8b6551
SM
3196 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3197 Now handles state `unlocked-changes'.
3198 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
3199
3200 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3201
3202 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3203 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
3204 `unlocked-changes'.
3205 (vc-rcs-workfile-unchanged-p): Renamed from
3206 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
3207 function yet, but supposed to become one soon.
3208
3209 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3210 `vc-steal-lock'.
3211 (vc-call-backend): Changed error message.
3212 (vc-state): Added description of state `unlocked-changes'.
3213
32142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3215
3216 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3217 always return t in CVS-controlled directories.
3218
3219 * vc.el (vc-responsible-backend): New function.
3220 (vc-register): Largely rewritten.
3221 (vc-admin): Removed (implementation moved into vc-register).
3222 (vc-checkin): Redocumented.
3223 (vc-finish-logentry): If no backend defined yet (because we are in
3224 the process of registering), use the responsible backend.
3225
3226 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3227 Updated function lists.
3228 (vc-call-backend): Fixed typo.
3229
7f8b6551
SM
3230 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3231 New functions.
3232 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3233 Removed query option. Redocumented.
7a004b71
GM
3234
32352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3236
3237 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3238
3239 * vc.el: Updated callers of `vc-checkout-required' to use
3240 `vc-checkout-model'.
3241
32422000-09-04 Martin Lorentzson <martinl@gnu.org>
3243
3244 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
3245 stuff updated to reference this function instead of the old
3246 `vc-backend-release-p'.
3247
32482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3249
3250 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3251 vc-checkout-model. Return appropriate values. Updated callers.
3252
32532000-09-04 Martin Lorentzson <martinl@gnu.org>
3254
7f8b6551 3255 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
3256 (vc-backend-revert): Function moved into `vc-revert';
3257 `vc-next-action' must be updated to accomodate this change.
3258 (vc-backend-steal): Function moved into `vc-finish-steal'.
3259 (vc-backend-logentry-check): Function moved into
3260 `vc-finish-logentry'.
3261 (vc-backend-printlog): Function moved into `vc-print-log'.
3262 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3263 (vc-backend-assign-name): Function moved into
3264 `vc-create-snapshot'.
3265
32662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3267
3268 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
3269 Rename to vc-checkout-model. Return appropriate values.
3270 Update callers.
7a004b71 3271
7f8b6551 3272 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 3273 to vc-checkout-model.
7f8b6551
SM
3274 (vc-checkout-required): Rename to vc-checkout-model.
3275 Re-implement and re-comment.
7a004b71
GM
3276 (vc-after-save): Use vc-checkout-model.
3277
32782000-09-04 Martin Lorentzson <martinl@gnu.org>
3279
7f8b6551
SM
3280 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3281 Update to use the vc-BACKEND-diff functions instead.
3282 `vc-diff' is now working.
7a004b71 3283
7f8b6551 3284 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 3285
7f8b6551 3286 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
3287
3288 * vc-sccs.el (vc-sccs-diff): Function changed name from
3289 `vc-backend-diff'. This makes `vc-diff' work.
3290
7f8b6551 3291 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 3292 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 3293 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
3294 signaled during `vc-after-save'.
3295
7f8b6551
SM
3296 * vc.el: Fix typo.
3297 This checkin is made with our new VC code base for the very first time.
3298 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
3299
3300 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3301 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3302
3303 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3304 updated to `vc-uses-locking'.
7f8b6551 3305 (vc-checkout-required): Call to backend function.
7a004b71
GM
3306 `vc-checkout-required' updated to `vc-uses-locking' instead.
3307
3308 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3309 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3310
7f8b6551 3311 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 3312 to match the split into various backends.
7f8b6551 3313 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
3314 (vc-retrieve-snapshot): Bug fix.
3315
33162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3317
3318 * vc-sccs.el (vc-sccs-release): Doc fix.
3319
33202000-09-04 Martin Lorentzson <martinl@gnu.org>
3321
3322 * vc.el (vc-next-action-on-file): Bug found and fixed.
3323 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
3324 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3325
3326 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3327 (vc-rcs-checkout): Name space cleaned up. No more revision number
3328 crunching function names that are not prefixed with vc-rcs.
3329 (vc-rcs-checkout-model): Function added. References to
3330 `vc-checkout-model' replaced.
3331
33322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3333
3334 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3335 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
3336 still need to be split, and implemented for RCS).
3337
33382000-09-04 Martin Lorentzson <martinl@gnu.org>
3339
3340 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3341
3342 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3343 required by the vc.el file.
3344
3345 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3346 required by the vc.el file.
3347 (vc-rcs-exists): Function added.
3348
3349 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3350 required by the vc.el file.
3351
3352 * vc.el (vc-admin): Updated to handle selection of appropriate
3353 backend. Current implementation is crufty and need re-thinking.
3354
3355 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3356
33572000-09-04 Martin Lorentzson <martinl@gnu.org>
3358
3359 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3360 beginning of annotate buffers correctly.
3361
3362 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3363 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3364 functionality updated quite a lot to support multiple backends.
3365 Variables `vc-annotate-mode', `vc-annotate-buffers',
3366 `vc-annotate-backend' added.
3367
3368 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3369 `vc-annotate-difference' added to supported backend functions.
3370
33712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3372
3373 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3374 Use with-temp-file instead of /bin/sh. Merged from mainline
3375
33762000-09-04 Martin Lorentzson <martinl@gnu.org>
3377
3378 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3379
3380 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3381
3382 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3383
33842000-09-04 Martin Lorentzson <martinl@gnu.org>
3385
3386 * vc-hooks.el: vc-state-heuristic added to
3387 vc-backend-hook-functions.
3388
3389 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3390
3391 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3392
7f8b6551
SM
3393 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3394 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
3395 state to `reserved'.
3396
3397 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3398 `vc-checkout-required'. Rename the `locked' state to `reserved'.
3399
34002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3401
7f8b6551 3402 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
3403 untouched.
3404
7f8b6551 3405 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 3406
7f8b6551 3407 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
3408 if defined. (Merged from main line, slightly adapted.)
3409
3410 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3411 millenium problem (merged from mainline).
3412
34132000-09-04 Martin Lorentzson <martinl@gnu.org>
3414
3415 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3416 part and moved the non-BACKEND stuff to vc.el.
3417
3418 * vc.el: Split the annotate feature into a BACKEND specific part
3419 and moved it from the vc-cvs.el file to this one.
3420
34212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3422
7f8b6551
SM
3423 * vc-hooks.el: Implement new state model.
3424 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3425 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 3426 locked by somebody else.
7f8b6551 3427 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
3428 vc-sccs-hooks.el and vc-rcs-hooks.el now.
3429 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 3430 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 3431
7f8b6551
SM
3432 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3433 Various simplifications and adaptations all over the place.
7a004b71 3434
7f8b6551
SM
3435 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3436 Simplify and adapt the rest.
7a004b71 3437
7f8b6551 3438 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 3439 interaction with view mode according to recent RCS change.
7f8b6551 3440 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
3441
34422000-09-04 Martin Lorentzson <martinl@gnu.org>
3443
7f8b6551 3444 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
3445
34462000-09-04 Martin Lorentzson <martinl@gnu.org>
3447
3448 * vc.el (vc-backend-release, vc-release-greater-or-equal)
3449 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3450 (vc-minor-part, vc-previous-version): Functions that operate and
3451 compare revision numbers got proper documentation. Comments added
3452 about their possible removal.
3453
34542000-09-04 Martin Lorentzson <martinl@gnu.org>
3455
3456 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3457 the vc-backend.el files.
3458
3459 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3460
3461 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3462 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3463 (vc-rcs-previous-version): Functions added.
3464
3465 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3466
3467 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3468
34692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3470
3471 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 3472 Comment out the definition for now. What is the right procedure
7a004b71
GM
3473 to get rid of it?
3474 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3475 rewritten.
7f8b6551 3476 (vc-default-registered): Remove.
7a004b71
GM
3477 (vc-check-master-templates): New function; does mostly what the
3478 above did before.
3479 (vc-locking-user): Don't rely on the backend to set the property.
3480
3481 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 3482 Rewrite documentation.
7a004b71
GM
3483 (vc-rcs-templates-grabbed): New variable.
3484 (vc-rcs-grab-templates): New function.
7f8b6551 3485 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
3486
3487 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 3488 Rewrite documentation.
7a004b71
GM
3489 (vc-sccs-templates-grabbed): New variable.
3490 (vc-sccs-grab-templates): New function.
7f8b6551
SM
3491 (vc-sccs-registered): Rewrite to use above mechanism.
3492 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3493 Don't throw the result, simply return it.
7a004b71 3494
7f8b6551
SM
3495 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3496 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
3497 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 3498
7f8b6551 3499 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
3500 from main line.
3501
35022000-09-04 Martin Lorentzson <martinl@gnu.org>
3503
7f8b6551 3504 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 3505
7f8b6551 3506 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 3507
7f8b6551
SM
3508 * vc-rcs.el (vc-rcs-diff): New function.
3509 (vc-rcs-checkout): Bug (typo) found and fixed.
3510 (vc-rcs-register-switches): New variable.
7a004b71
GM
3511
3512 * vc.el (vc-backend-diff): Function removed and placed in the
3513 backend files.
3514
35152000-09-04 Martin Lorentzson <martinl@gnu.org>
3516
3517 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3518
3519 * vc.el (vc-backend-checkout): Function removed and replaced in
3520 the vc-backend.el files.
3521
3522 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3523
3524 * vc.el (vc-backend-admin): Removed and replaced in the
3525 vc-backend.el files.
3526
3527 * vc.el (Martin): Removed all the annotate functionality since it
3528 is CVS backend specific.
3529
35302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3531
3532 * spec.txt: Added specification of vc-state.
3533
3534 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 3535 Remove handling of vc-latest-version and
7a004b71
GM
3536 vc-your-latest-version. What used to be vc-latest-version, is now
3537 returned as vc-workfile-version.
7f8b6551 3538 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
3539
35402000-09-04 Dave Love <fx@gnu.org>
3541
3542 * vc.el: [Merged from mainline.]
3543 (vc-dired-mode): Make the dired-move-to-filename-regexp
3544 regexp match the date, to avoid treating date as file size.
3545 Add YYYY S option to WESTERN/
3546
35472000-09-04 Dave Love <fx@gnu.org>
3548
3549 * vc.el: Require `compile' when compiling.
3550 (vc-logentry-check-hook): New option.
3551 (vc-steal-lock): Use compose-mail.
3552 (vc-dired-mode-map): Defvar when compiling.
3553 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3554 vc-sccs.el and renamed. Callers changed.
3555 (vc-backend-checkout, vc-backend-logentry-check)
3556 (vc-backend-merge-news): Doc fix.
3557 (vc-default-logentry-check): New function.
3558 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
3559 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
3560 (vc-backend-merge): Doc fix. Use backend functions.
3561 (vc-check-headers): Use backend functions.
3562
3563 * vc-cvs.el: Require vc when compiling.
3564 (vc-cvs-register-switches): Doc fix.
3565 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
3566 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3567 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3568 New functions (code from vc.el).
3569 (vc-annotate-display-default): Fix interactive spec.
3570 (vc-annotate-time-span): Doc fix.
3571
3572 * vc-rcs.el: Require vc when compiling.
3573 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3574 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3575 (vc-rcs-checkin): New functions (code from vc.el).
3576 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3577 Doc fix.
3578 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
3579
3580 * vc-sccs.el: Require vc when compiling.
3581 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3582 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3583 (vc-sccs-revert)
3584 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3585 from vc.el).
3586 (vc-sccs-add-triple, vc-sccs-record-rename)
3587 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3588 (vc-sccs-admin): Doc fix.
3589
35902000-09-04 Martin Lorentzson <martinl@gnu.org>
3591
3592 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3593 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3594 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3595 from vc.el.
3596
3597 * vc-sccs.el (vc-admin-sccs): Added from vc.el
3598
3599 * vc-cvs.el: Moved the annotate functionality from vc.el.
3600 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3601
36022000-09-04 Dave Love <fx@gnu.org>
3603
3604 * vc.el (vc-backend-release): Call vc-system-release.
3605
3606 * vc-sccs.el (vc-sccs-system-release):
3607 Renamed from vc-sccs-backend-release.
3608
3609 * vc-rcs.el (vc-rcs-system-release):
3610 Renamed from vc-rcs-backend-release.
3611
3612 * vc-cvs.el (vc-cvs-system-release):
3613 Renamed from vc-cvs-backend-release.
3614
36152000-09-04 Dave Love <fx@gnu.org>
3616
3617 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3618 backend files.
3619 (vc-backend-release): Dispatch to backend functions.
3620 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
3621 probably needs attention.]
3622
3623 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3624 (vc-sccs-backend-release): New function.
3625
3626 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3627 (vc-cvs-backend-release): New function.
3628
3629 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3630 Doc fix.
3631 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3632 (vc-default-dired-state-info): New function.
3633 (vc-dired-state-info): Dispatch to backends.
3634 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
3635
3636 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3637 from vc.el and renamed.
3638
36392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3640
3641 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3642 (vc-version-other-window, vc-backend-assign-name): Removed
3643 references to vc-latest-version; sometimes changed into
3644 vc-workfile-version.
3645
3646 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3647 vc-rcs-master-workfile-version.
3648 (vc-rcs-workfile-version): Use the above. Don't call
3649 vc-latest-version (that was unreachable code, anyway).
3650 (vc-rcs-fetch-master-properties): Doc fix.
3651
3652 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3653 (vc-backend-hook-functions): Removed them from this list, too.
3654 (vc-fetch-properties): Removed.
3655 (vc-workfile-version): Doc fix.
3656
3657 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
3658 (vc-rcs-workfile-version, vc-rcs-locking-user)
3659 (vc-rcs-uses-locking): Use it.
3660
3661 * vc-hooks.el (vc-consult-rcs-headers):
3662 Moved into vc-rcs-hooks.el, under the name
3663 vc-rcs-consult-headers.
3664
3665 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
3666 headers.
3667 (vc-cvs-find-master): Use this name only; correct different
3668 versions of the name.
3669
3670 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
3671 New functions.
3672 (vc-sccs-locking-user): Use the latter.
3673
3674 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
3675 New functions.
3676
3677 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
3678 Moved into both
3679 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
3680 functions are implementation details of those two backends.
3681
36822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3683
3684 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
3685 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
3686
3687 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
3688 (vc-sccs-parse-locks): SCCS-specific code moved here from
3689 vc-hooks.
3690
3691 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
3692 code moved here from vc-hooks.
3693
3694 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
3695 into back-end specific parts and removed. Callers not updated
3696 yet; because I guess these callers will disappear into back-end
3697 specific files anyway.
3698
36992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3700
3701 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
3702 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
3703 `vc-uses-locking'.
3704
3705 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
3706 Store yes/no in the property, and return t/nil. Updated all
3707 callers.
3708
3709 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
3710 vc-sccs-uses-locking. Don't set property.
3711 (vc-sccs-locking-user): Don't set property.
3712
3713 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
3714 vc-cvs-uses-locking. Don't set property here; leave that to
3715 vc-hooks.
3716 (vc-cvs-locking-user): Reflect above change. Streamlined.
3717
3718 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
3719 vc-rcs-uses-locking.
3720 (vc-rcs-locking-user): Reflect above change.
3721
37222000-09-04 Dave Love <fx@gnu.org>
3723
3724 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
3725
3726 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
3727
3728 * vc-hooks.el (vc-checkout-model): Punt to backends.
3729
3730 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
3731
3732 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
3733
3734 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
3735 New functions.
3736
3737 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
3738 New functions.
3739
3740 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
3741 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
3742
3743 * vc-hooks.el (vc-default-locking-user): New function.
3744 (vc-locking-user, vc-workfile-version): Punt to backends.
3745
37462000-09-04 Dave Love <fx@gnu.org>
3747
3748 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
3749 (vc-master-workfile-version): Moved from vc-hooks.
3750
3751 * vc-rcs-hooks.el: Fix duplicate code in last change.
3752
3753 * vc-rcs-hooks.el: Require vc-hooks when compiling.
3754 (vc-rcs-master-templates): Improve :type.
3755 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
3756 vc-master-workfile-version): Moved from vc-hooks.
3757
3758 * vc-sccs-hooks.el: Require vc-hooks when compiling.
3759 (vc-sccs-master-templates): Improve :type.
3760 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
3761
3762 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
3763
3764 * vc-cvs-hooks.el: Require vc-hooks when compiling.
3765 (vc-cvs-master-templates): Improve :type. Use
3766 vc-cvs-find-cvs-master.
3767 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
3768 from vc-hooks.
3769 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
3770
3771 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
3772 Moved to vc-cvs-hooks.
3773
3774 * vc-hooks.el: Add doc strings in various places. Simplify the
3775 minor mode setup.
3776 (vc-handled-backends): New user variable.
3777 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
3778 simplification.
3779
37802000-09-04 Dave Love <fx@gnu.org>
3781
3782 * vc.el: Some doc fixes for autoloaded and interactive functions.
3783 Fix compilation warnings from ediff stuff.
3784 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
3785
3786 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
3787
3788 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
3789
3790 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
3791
37922000-09-04 Dave Love <fx@gnu.org>
3793
3794 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3795 New variable.
3796 (vc-make-backend-function, vc-loadup, vc-call-backend)
3797 (vc-backend-defines): New functions.
3798
3799 * vc-hooks.el: Various doc fixes.
3800 (vc-default-back-end, vc-follow-symlinks): Custom fix.
3801 (vc-match-substring): Function removed. Callers changed to use
3802 match-string.
3803 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
3804 Simplify.
3805
38062000-09-04 Dave Love <fx@gnu.org>
3807
3808 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
3809 type.
3810 (vc-sccs-project-dir, vc-search-sccs-project-dir)
3811 (vc-sccs-registered): Doc fix.
3812
3813 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
3814 (vc-cvs-registered): Doc fix.
3815
3816 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
3817 (vc-rcs-registered): Doc fix.
3818
38192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3820
3821 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
3822
3823 * vc-hooks.el: vc-registered has been renamed
3824 vc-default-registered. Some functions have been moved to the
3825 backend specific files. they all support the
3826 vc-BACKEND-registered functions.
3827
38282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3829
3830 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
3831
3832 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
3833
a033ea13
DL
38342000-09-04 Dave Love <fx@gnu.org>
3835
179fc9ef
DL
3836 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
3837 menu-bar-update-hook.
3838
3839 * help.el (help-manyarg-func-alist): Add
3840 find-operation-coding-system.
3841
a033ea13
DL
3842 * wid-edit.el (widget-sexp-validate): Fix garbled code.
3843
3844 * custom.el (custom-set-variables): Print message about errors in
3845 setting.
3846
f8803e97
AI
38472000-09-03 Andrew Innes <andrewi@gnu.org>
3848
3849 * makefile.w32-in: Change to DOS line endings.
3850
59836110
EZ
38512000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3852
3853 * mouse.el (mouse-popup-menubar): Supply the prompt string for
3854 minor-mode keymaps, if they don't have one.
3855
5514ba5c
EZ
38562000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3857
3858 * eshell/esh-module.el (eval-when-compile): Don't lose if
3859 esh-module.el's file name is truncated to DOS 8+3 limits.
3860
79cf8e80
JW
38612000-09-01 John Wiegley <johnw@gnu.org>
3862
3863 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
3864 predicate, which caused entries in the completion list to be
3865 doubled.
3866
38672000-08-30 John Wiegley <johnw@gnu.org>
3868
3869 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
3870 sending to subprocesses. Also, hook pre-command-hook if
3871 `eshell-send-direct-to-subprocesses' is non-nil.
3872 (eshell-send-direct-to-subprocesses): New config variable. If t,
3873 subprocess input is send immediately.
3874 (eshell-toggle-direct-send): New function.
3875 (eshell-self-insert-command): New function.
3876 (eshell-intercept-commands): New function.
3877 (eshell-send-input): If direct subprocess sending is enabled,
3878 don't echo any input to the Eshell buffer. Let the subprocess
3879 handle that. This requires "stty echo" in bash, for example.
3880
38812000-08-28 John Wiegley <johnw@gnu.org>
3882
3883 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
3884 completion function for Eshell's implementation of `unset'.
3885
778911b9
EZ
38862000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3887
3888 * info.el (Info-directory-list): Doc fix.
3889
05d07b49
PB
38902000-08-31 Peter Breton <pbreton@ne.mediaone.net>
3891
9b4a7800 3892 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
3893 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
3894
9941d4c7
KH
38952000-08-31 Kenichi Handa <handa@etl.go.jp>
3896
3897 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
3898 coding systems.
3899
af9ba8ad
AI
39002000-08-30 Andrew Innes <andrewi@gnu.org>
3901
3902 * timer.el (run-with-idle-timer): Undo last change, so that timer
3903 is not activated immediately if Emacs is already idle. Some
3904 existing code relies on this behaviour.
3905
caccd8f2
MB
39062000-08-30 Miles Bader <miles@gnu.org>
3907
3908 * frame.el (set-frame-font): Do completion of font-name for
3909 interactive use.
3910
b64c0a1c
KH
39112000-08-30 Kenichi Handa <handa@etl.go.jp>
3912
3913 * international/quail.el (quail-start-translation): Bind locally
3914 last-command-event, last-command, and this-command.
3915 (quail-start-conversion): Likewise.
75cf0095 3916 (quail-self-insert-command): Fix docstring.
b64c0a1c 3917
fd5f61d3
GM
39182000-08-29 Gerd Moellmann <gerd@gnu.org>
3919
3920 * progmodes/executable.el
3921 (executable-make-buffer-file-executable-if-script-p): Check that
3922 buffer contains at least 2 characters.
3923
5b671d04
EZ
39242000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
3925
3926 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
3927
485d9513
DL
39282000-08-29 Dave Love <fx@gnu.org>
3929
a39fb83d
DL
3930 * diff-mode.el (diff-mode) <defgroup>: Add :version.
3931 (diff-mode-shared-map): Bind mouse-2.
3932 (diff-imenu-generic-expression): New variable.
3933 (diff-mode): Use it.
3934
485d9513
DL
3935 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
3936 (mouse-popup-menubar): Add minor mode menus.
3937 (popup-menu): Check for lookup-key returning number.
3938
ba3478d9
MB
39392000-08-29 Miles Bader <miles@gnu.org>
3940
3941 * comint.el (comint-send-input): Create overlays using the proper
3942 front/read-advance arguments.
9b4a7800 3943
c3d6d211
GM
39442000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3945
3946 * ps-print.el: Even/odd pages printing. Doc fix.
3947 (ps-print-version): New version number (6.0).
3948 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
3949 (ps-background, ps-begin-file, ps-begin-job): Code fix.
3950 (ps-print-duplex-feature): Variable eliminated.
3951 (ps-even-or-odd-pages): New variable.
3952
ba087cd7 3953 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
3954 (ebnf-version): New version (3.3).
3955 (ebnf-user-arrow): Change variable customization to sexp.
3956 (ebnf-user-arrow): Function eliminated.
3957 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 3958
d313265f
KH
39592000-08-29 Kenichi Handa <handa@etl.go.jp>
3960
cba62b78 3961 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
3962 (help-make-xrefs): Handle help-xref-mule-regexp.
3963
3964 * international/mule-cmds.el (help-xref-mule-regexp-template): New
3965 variable.
3966 (describe-input-method): Temporarily activate the specfied input
3967 method to display the information.
3968 (describe-language-environment): Hyperlinks to mule related items.
3969
3970 * international/mule-diag.el (charset-multibyte-form-string): New
3971 function.
3972 (list-character-sets-1): Use charset-multibyte-form-string.
3973 (describe-character-set): New function.
3974 (describe-coding-system): Hyperlinks to safe character sets.
3975
3976 * international/quail.el (quail-help): New arg PACKAGE.
3977 Hyperlinks to mule related items.
3978 (quail-help-insert-keymap-description): Use
3979 substitute-command-keys instead of describe-bindings.
3980 (quail-translation-help): Hyperlinks to mule related items.
3981
b4bd214e
JW
39822000-08-28 John Wiegley <johnw@gnu.org>
3983
ca7aae91
JW
3984 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
3985 have a defsubst call itself. Made `eshell-flatten-list' back into
3986 a function again.
3987
b4bd214e
JW
3988 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
3989 catch, in case re-centering point at bottom messes up the display.
3990 This happens frequently in Emacs 21, due I believe to variable
3991 line heights.
3992
3993 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
3994 to call `find-tag-interactive'.
3995
3996 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
3997 the list of remember directories.
3998
d44e146b
JW
39992000-08-28 John Wiegley <johnw@gnu.org>
4000
4001 * align.el: Test align-region-separate to see if it's a symbol.
4002
546c0888 40032000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
4004
4005 * eshell/esh-util.el (eshell-flatten-list): Made this function
4006 into a defsubst form. It gets used very frequently, although
4007 calls don't occur all that often.
4008
4009 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4010 examining it.
4011
4012 * eshell/esh-cmd.el (eshell-rewrite-while-command):
4013 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4014 `eshell-protect'.
4015 (eshell-copy-handles): Created a new macro for duplicating the
4016 current set of open handles. This is needed by the looping
4017 functions.
4018 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4019 is not incorrectly stomped on.
4020
4021 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4022 declaration for pcomplete-use-paring.
4023 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4024 value of eshell-cmpl-use-paring.
4025 * pcomplete.el (pcomplete-use-paring): New config variable, to
4026 indicate whether paring should be used.
4027 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4028 completion alternatives that have already been used.
4029
4030 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4031 bound to C-c C-y, which will repeat the previous N arguments
4032 (based on prefix argument).
4033 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4034
4035 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4036 if there is no *Help* buffer. This is for XEmacs, which renames
4037 its help buffers uniquely. TODO: Find out what the current buffer
4038 name to delete is.
4039
4040 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4041 first entry that correlates to a passwd/group number. Later
4042 entries (used for group/user name aliasing to multiple IDs) are
4043 ignored.
4044
9b4a7800
TTN
4045 * eshell/em-xtra.el (eshell/expr):
4046 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4047 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
4048 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4049 argument list, before passing it to the system command.
4050
4051 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4052 `find-tag' for use at final position in Eshell buffers (which
4053 otherwise triggers an error on Emacs 21).
4054 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4055 buffer, if it is currently bound to `find-tag'.
4056
4057 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4058 in the list of matched Makefile names.
4059 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4060 directory, prefer its contents to Makefile.
4061
4062 * eshell/em-dirs.el (eshell/cd): cd commands that look up
4063 directory parts (like "cd old new", or "cd =regexp"), are now case
4064 sensitive on non-Windows/DOS platforms.
4065
4066 * eshell/esh-mode.el (eshell-parse-command-input): When a user
4067 types RET after an open delimiter (like "), display a message
4068 indicating that Eshell is waiting for the closing delimiter.
4069
4070 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4071 environment variables.
4072
4073 * eshell/em-unix.el (eshell/diff): Added logic to fail more
4074 gracefully if the user enters incorrect arguments.
4075
4076 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4077 Eshell buffers.
4078
9b4a7800
TTN
4079 * eshell/esh-var.el (eshell-interpolate-variable):
4080 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
4081 * eshell/em-unix.el (eshell-du-sum-directory):
4082 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4083 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4084 (not (= ...)).
4085
4086 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4087 to ensure the `preserve' flag gets propagated when doing recursive
4088 directory copies.
4089
546c0888 40902000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
4091
4092 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
4093 Don't convert \n into \0177 in memory.
4094 (eshell-read-history, eshell-write-history): Convert \n to \0177,
4095 and back again, when reading and writing.
9b4a7800 4096
546c0888 40972000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
4098
4099 * eshell/esh-util.el (eshell-processp): Added to relieve constant
4100 testing of `fboundp' on `processp'.
4101
4102 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
4103 (eshell/jobs): Don't call process-list if it is not bound.
4104 (eshell-gather-process-output): Support systems where async
4105 subprocesses aren't supported.
4106 (eshell-scratch-buffer, eshell-last-sync-output-start): New
4107 variables.
4108
4109 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
4110 eshell-do-eval returns t.
4111 (eshell-do-pipelines-synchronously): New defmacro.
4112 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
4113 when async subprocesses aren't supported.
4114 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
4115 if async subprocesses aren't supported.
4116 (eshell-resume-command): Don't assume STATUS is a string.
4117
4118 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
4119
4120 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
4121 (eshell-close-target, eshell-get-target): Use eshell-processp.
4122 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
4123 fix.
4124 (eshell-get-target, eshell-create-handles): Doc fix.
4125
546c0888 41262000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 4127
546c0888 4128 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
4129 criterion to include commands that output something, as long as it
4130 leaves both the command and the end-of-buffer visible when the
4131 command has exited.
4132 (eshell-review-quick-commands): Adjust the help doc string
4133 accordingly.
4134
2a371c3b
PB
41352000-08-28 Peter Breton <pbreton@ne.mediaone.net>
4136
8348e1f9 4137 * locate.el (locate): Cleaned up locate command's interactive prompting
d313265f 4138 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 4139
9b4a7800 4140 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
4141 (file-cache-assoc-function): New variable
4142 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4143 Use file-cache-case-fold-search variable
4144 (file-cache-add-file): Use file-cache-assoc-function
4145 (file-cache-delete-file): likewise
4146 (file-cache-directory-name): likewise
4147 (file-cache-debug-read-from-minibuffer): likewise
4148
95931eb1
GM
41492000-08-28 Gerd Moellmann <gerd@gnu.org>
4150
4151 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
4152 (abbrev-table-name): New function.
4153 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
4154 If non-nil list local abbrev, only.
4155
bb17930d
GM
41562000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
4157
546c0888
EZ
4158 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4159 from Gnus support code, and use special article copy buffer
bb17930d
GM
4160 `(gnus-original-article-buffer)' instead. This allows to get rid
4161 of article-hide-headers usage (which breaks in the latest Gnus
4162 version). Thanks to Detlev Zundel.
4163
41a68aef
KH
41642000-08-28 Kenichi Handa <handa@etl.go.jp>
4165
4166 * international/quail.el (quail-use-package): Hide "... loaded"
4167 message.
4168 (quail-start-translation, quail-start-conversion): Likewise.
4169
4170 * international/kkc.el (kkc-region): Hide "... loaded" message.
4171
28bb2cef
DL
41722000-08-27 Dave Love <fx@gnu.org>
4173
4174 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4175
11a1118d
MB
41762000-08-27 Miles Bader <miles@gnu.org>
4177
4178 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4179
0f85d477
KH
41802000-08-27 Kenichi Handa <handa@etl.go.jp>
4181
4182 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4183 'ja-dic-cnv), not (require 'skkdic-cnv).
4184
2d73e8d3
MB
41852000-08-26 Miles Bader <miles@gnu.org>
4186
a0e5a5a4
MB
4187 * faces.el (face-x-resources): Add entry for :inherit.
4188 * cus-face.el (custom-face-attributes): Add support for :inherit
4189 attribute. Add support for relative face heights.
4190 (custom-face-attributes-get): Treat `nil' as being a default value
4191 for :inherit (as well as `unspecified').
4192
19feb949
MB
4193 * faces.el (set-face-attribute): Update doc string.
4194 (face-attribute-name-alist): Add :inherit.
4195 (face-valid-attribute-values): Handle :inherit.
4196 (face-read-string): Rephrase prompt to be less confusing.
4197 Assume that DEFAULT is a string, since we must return a string.
4198 (face-read-integer): Use `format' to turn DEFAULT into an
4199 acceptable default for face-read-string. Match NEW-VALUE against
4200 the string "unspecified", not the symbol `unspecified', since
4201 that's what face-read-string returns.
4202 (read-face-attribute): Lookup a name for old-value in valid, and
4203 use it as a default if we find one. Treat all values from
4204 face-read-string as strings. If the default is used, don't do any
4205 more processing on the value, just use the old value directly.
4206 (read-face-and-attribute, modify-face): Tweak prompt.
4207 (read-face-name): Don't assume prompt ends with a space.
4208
2d73e8d3
MB
4209 * faces.el (describe-face): Add support for :inherit attribute.
4210
a1a2e38f
KH
42112000-08-25 Kenichi Handa <handa@etl.go.jp>
4212
e84fa7c5
KH
4213 * terminal.el (terminal-emulator): Fix args to `concat'. Now
4214 concat doesn't accept interger.
4215
a1a2e38f
KH
4216 * international/kkc.el: Remove SKK from Keywords. Require
4217 ja-dic-utl instead of skkdic-utl.
4218
4219 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4220 Provide ja-dic-cnv instead of skkdic-cnv.
4221 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
4222 (iso-2022-7bit-short): Add safe-charsets property.
4223 (skkdic-convert-postfix): Search Japanese chou-on character in
4224 addition to Hiragana character.
4225 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4226 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4227 (batch-skkdic-convert): Likewise.
4228
4229 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4230 Provide ja-dic-utl instead of skkdic-utl.
4231 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4232
f6499c03
DL
42332000-08-24 Dave Love <fx@gnu.org>
4234
1c2c3f16
DL
4235 * disp-table.el (standard-display-default): Make the test of `l'
4236 useful.
4237
f6499c03
DL
4238 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4239 mod sample text.
4240
4241 * international/iso-ascii.el: Make pilcrow convenient string
4242 consistent with section.
4243 (iso-ascii-display): Set up multibyte characters as well as
4244 unibyte.
4245
c543db81
KH
42462000-08-24 Kenichi Handa <handa@etl.go.jp>
4247
4248 * international/mule-cmds.el (reset-language-environment): Set
4249 default-process-coding-system to '(undecided . iso-latin-1), which
4250 makes process I/O almost consistent with file I/O. Call this
4251 function when mule-cmds.el[c] is loaded.
4252
746d9caf
AI
42532000-08-22 Andrew Innes <andrewi@gnu.org>
4254
4255 * makefile.w32-in: New file.
4256
5484005d
MB
42572000-08-22 Miles Bader <miles@lsi.nec.co.jp>
4258
4259 * comint.el (comint-output-filter): Compare end of
4260 comint-last-output-overlay with the start of the newly inserted
4261 text, not the end, when deciding whether to extend it.
9b4a7800 4262 Set saved-point's insertion type to advance after insertion.
5484005d
MB
4263
4264 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4265 since this is now done independently of font-lock mode.
4266
7a912f63
GM
42672000-08-21 Gerd Moellmann <gerd@gnu.org>
4268
4269 * server.el (server-kill-new-buffers): New user option.
4270 (server-existing-buffer): New buffer-local variable.
4271 (server-visit-files): When using an existing buffer, set
4272 server-existing-buffer to t.
4273 (server-buffer-done): If server-kill-new-buffers is t, kill the
4274 buffer, unless it was already present before visiting it with
4275 Emacs server.
9b4a7800 4276
240301df
EZ
42772000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
4278
4279 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4280 even if the display doesn't support colors: some displays will
4281 support bold/underline faces.
4282
cbcef616
GM
42832000-08-21 Gerd Moellmann <gerd@gnu.org>
4284
6917e6bb
GM
4285 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4286
cbcef616
GM
4287 * startup.el (command-line): If user's init file had an error,
4288 add explanatory text to *Messages*.
4289
6922b018
KH
42902000-08-21 Kenichi Handa <handa@etl.go.jp>
4291
4292 * man.el (Man-getpage-in-background): Decode the process output by
4293 the system locale coding system.
4294
e50c4203
DL
42952000-08-20 Dave Love <fx@gnu.org>
4296
96ab6351
DL
4297 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4298 Don't test x-popup-menu.
4299 (function) <complete-function>: Complete only fbound symbols.
4300 <validate, value>: New.
4301 (variable) <complete-function>: Complete only bound symbols.
4302 (coding-system): Add :base-only, :complete-function, :validate,
4303 :value, :prompt-match.
4304 (widget-coding-system-prompt-value): Use read-coding-system and
4305 act on :base-only.
4306 (editable-field): Add :help-echo.
4307 (widget-push-button-gui, widget-push-button-cache)
4308 (widget-gui-action, widget-editable-list-gui): COmment out, along
4309 with uses.
4310 (widget-at): Make arg optional.
4311 (widget-echo-help): Adjust for current help-echo calling sequence.
4312 (widget-specify-field, widget-specify-button)
4313 (widget-specify-insert, widget-get-sibling, widget-image-find)
4314 (widget-convert, widget-insert, widget-leave-text)
4315 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4316 (widget-setup, widget-field-find, widget-before-change)
4317 (widget-after-change, widget-default-complete)
4318 (widget-default-create, widget-default-delete)
4319 (widget-push-button-value-create, editable-field)
4320 (widget-field-prompt-value, widget-field-validate)
4321 (widget-choice-value-create, widget-choice-action)
4322 (widget-choice-validate, widget-checklist-add-item)
4323 (widget-radio-add-item, widget-radio-chosen)
4324 (widget-radio-value-inline, widget-editable-list-value-create)
4325 (widget-editable-list-entry-create)
4326 (widget-documentation-link-add)
4327 (widget-documentation-string-value-create)
4328 (widget-regexp-validate, widget-file-complete)
4329 (widget-sexp-validate, widget-plist-convert-widget)
4330 (widget-plist-convert-widget, widget-alist-convert-widget)
4331 (widget-alist-convert-widget, widget-color-complete): Simplify,
4332 particularly to avoid bindings which aren't optimized out.
4333
e50c4203
DL
4334 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4335 Doc fix.
4336 (down-list, backward-up-list, up-list, kill-sexp)
4337 (backward-kill-sexp, mark-sexp): Make arg optional.
4338 (lisp-complete-symbol): Add optional arg PREDICATE.
4339
4340 * cus-start.el: Add display-buffer-reuse-frames,
4341 file-coding-system-alist.
4342
511bd4eb
GM
43432000-08-20 Gerd Moellmann <gerd@gnu.org>
4344
4345 * startup.el (command-line): Clear realized faces after
4346 modifying TTY color mappings.
4347
a9de7d29
MB
43482000-08-20 Miles Bader <miles@gnu.org>
4349
4350 * faces.el (face-attr-match-p): Don't return true if ATTRS are
4351 merely a subset of FACE's attributes.
4352
8a8023d9
MB
43532000-08-19 Miles Bader <miles@gnu.org>
4354
4355 * comint.el (comint-output-filter): Save the point with a marker,
4356 not just a buffer position.
4357
4358 * international/mule.el (set-buffer-process-coding-system): Make
4359 interactive prompt less confusing.
4360
1433385f
GM
43612000-08-19 Gerd Moellmann <gerd@gnu.org>
4362
4363 * hilit-chg.el: General cleanup of doc strings, comments and
4364 code formatting.
4365
136b4eda
MB
43662000-08-19 Miles Bader <miles@gnu.org>
4367
4368 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4369 Compiler macro removed; beginning-of-line is no longer always
4370 equivalent to forward-line, in the presence of fields.
4371
4372 * comint.el (comint-output-filter): Remove ad-hoc saving of
4373 restriction, and just use save-restriction, now that it works
4374 correctly. Don't adjust comint-last-input-start to account for
4375 our insertion; it shouldn't have moved because we don't use
4376 insert-before-markers anymore. Comment out call to
4377 `force-mode-line-update'; why is it here?
4378
4379 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4380 while checking for prompt to delete. Use `forward-line 0'
4381 instead of beginning-of-line.
4382 (gud-filter): Temporarily widen gud comint buffer while
4383 examining output.
4384
cdd0f857
SM
43852000-08-18 Stefan Monnier <monnier@cs.yale.edu>
4386
ebf96bfa
SM
4387 * progmodes/sh-script.el: Big bag of typos.
4388
cdd0f857
SM
4389 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4390 check since ispell-process is not bound when ispell is not yet loaded.
4391
9bb7a286
DL
43922000-08-18 Dave Love <fx@gnu.org>
4393
4394 * image.el (find-image): Copy `spec' before using plist-put.
4395
74ec6045
GM
43962000-08-18 Gerd Moellmann <gerd@gnu.org>
4397
4398 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4399 `portugues'.
4400
4401 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4402 backward-kill-sexp, analogous to kill-sexp.
4403
4404 * progmodes/icon.el (icon-indent-line)
4405 (icon-is-continuation-line): Handle comments specially.
4406
44072000-08-17 Ken Stevens <k.stevens@ieee.org>
4408
4409 * ispell.el: Set to standard author/maintainer/keyword fields.
4410 Fine tuning to menu map appearance and operation, and added help.
4411 Remove `start' and `end' error messages when compiling.
4412 (ispell-choices-win-default-height): Fixed comment string.
4413 (ispell-dictionary-alist-1): Fixed regexp in castellano and
4414 castellano8 dictionaries.
4415 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4416 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4417 dictionary, added italiano dictionary.
4418 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4419 word character
4420 (ispell-tex-skip-alists): Added psfig support.
4421 (ispell-skip-html): Renamed from ispell-skip-sgml.
4422 (ispell-begin-skip-region-regexp, ispell-skip-region)
4423 (ispell-minor-check): Improved html skipping support to skip across
4424 code, and recognize `&' commands without propper `;' syntax;
4425 (ispell-process-line): Fix alignment error when manually
4426 correcting spelling.
4427 (ispell): Fix comment string.
4428 (ispell-add-per-file-word-list): Always put word list on new line.
4429
3787e12e
GM
44302000-08-17 Gerd Moellmann <gerd@gnu.org>
4431
a7b28523
GM
4432 * format.el (format-encode-run-method): Fix error message to say
4433 `encode' instead of `decode'. Use save-window-excursion around
4434 shell-command-on-region as in format-decode-run-method because
4435 shell-command-on-region can display a buffer with error output.
4436 (format-decode): Don't record undo information for the decoding.
4437 (format-annotate-function): Add parameter FORMAT-COUNT. Make
4438 that number part of the temporary buffer name so that more than
4439 one decoding using a temporary buffer can happen safely.
4440
4441 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4442 of `A-z' in the regexp.
4443
4444 * hilit-chg.el: Fix typos in commentary.
4445
3787e12e
GM
4446 * help.el (view-emacs-news): Rewritten for new naming scheme
4447 for old NEWS files.
4448
4449 * startup.el (command-line): Pop to *Messages* in case an error
4450 is signaled while loading user-init-file.
4451
d2473540
AS
44522000-08-17 Andreas Schwab <schwab@suse.de>
4453
4454 * files.el (insert-directory): Don't lose original file name,
4455 undoing an undocumented change.
4456
c0bbaf57
GM
44572000-08-17 Alex Schroeder <alex@gnu.org>
4458
4459 * sql.el (sql-magic-go): Use comint-bol.
4460 (sql-copy-column): Use comint-line-beginning-position.
4461 (comint-line-beginning-position): Define a replacement for
4462 comint-line-beginning-position if it is not fboundp.
4463
44642000-08-17 Alex Schroeder <alex@gnu.org>
4465
4466 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4467 it didn't have any effect anyway.
4468
44692000-08-17 Alex Schroeder <alex@gnu.org>
4470
4471 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4472 --pset and pager=off instead of sending \\o|cat at the beginning
4473 of the session.
4474
9d245da5
MB
44752000-08-17 Miles Bader <miles@gnu.org>
4476
4477 * progmodes/octave-inf.el: Add compatibility definition of
4478 comint-line-beginning-position.
4479
abfdbd2e
KH
44802000-08-17 Kenichi Handa <handa@etl.go.jp>
4481
4482 * startup.el (normal-top-level): Look in each dir in load-path for
4483 a leim-list.el file too. This assures of loading leim-list.el
4484 that is created at Emacs installation time even if a user have his
4485 own leim-list.el.
4486
a0b8c939
MB
44872000-08-17 Miles Bader <miles@gnu.org>
4488
4489 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4490 foreground color to black if the background is dark.
4491
7382bcae
SM
44922000-08-16 Stefan Monnier <monnier@cs.yale.edu>
4493
4494 * loadhist.el (unload-feature): Typo.
4495
9b4a7800 4496 * finder.el (finder-compile-keywords):
7382bcae
SM
4497 * cus-dep.el (custom-make-dependencies): Add local-variable settings
4498 to the generated file.
4499
4500 * mail/mh-e.el (mh-make-local-vars):
4501 Replace make-variable-buffer-local with make-local-variable.
4502
cdd0f857 4503 * play/landmark.el:
7382bcae 4504 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
4505 * mail/mailabbrev.el (mail-abbrevs-mode):
4506 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
4507 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4508
4509 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4510
4511 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4512 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4513 Allow going past the last element.
9b4a7800 4514 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
4515 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4516 (cvs-mouse-toggle-mark): Don't move point.
4517 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4518
4519 * progmodes/compile.el (grep): Provide a default set of files.
4520 (next-error): Docstring fix.
4521 (compilation-find-file): Avoid find-file (fails in a dedicated window).
4522
4523 * emacs-lisp/easy-mmode.el (define-minor-mode):
4524 Use `symbol-value' to keep the byte-compiler quiet.
4525
4526 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4527 (diff-find-source-location): New fun, extracted from diff-goto-source.
4528 (diff-goto-source): Use it.
4529 (diff-next-complex-hunk, diff-filter-lines): New function.
4530 (diff-apply-hunk): New command.
4531
4532 * smerge-mode.el (smerge-mode-menu): Doc fix.
4533
4534 * msb.el (msb-mode): Define it in terms of define-minor-mode.
4535
4f00b8c1
DL
45362000-08-16 Dave Love <fx@gnu.org>
4537
2b5198bb
DL
4538 * windmove.el (windmove) <defgroup>: Add :version.
4539
4540 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
4541 (goto-address-fontify-p, goto-address-highlight-p)
4542 (goto-address-url-face, goto-address-url-mouse-face)
4543 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4544 (goto-address-url-regexp): Use thing-at-point-url-regexp.
4545 (goto-address-fontify, goto-address-at-mouse): Simplify,
4546 (goto-address-at-point): browse-url-url-at-point,
4547 goto-address-find-address-at-point can return nil.
4548 (goto-address-find-address-at-point): Return nil on failure.
4549
4550 * align.el (align) <defgroup>: Add :version.
4551
4552 * calculator.el (calculator): Add :version.
4553 (calculator): Use two lines for calculator window if `modeline'
4554 face is boxed.
4555
4f00b8c1
DL
4556 * play/5x5.el: Doc fixes.
4557 (5x5) <defgroup>: Add :version.
4558
4559 * play/fortune.el (fortune) <defgroup>: Add :version.
4560 (fortune-append): Fix error message.
4561 (fortune-from-region): Doc fix.
4562
4563 * play/pong.el (pong): Doc fix.
4564
4565 * play/morse.el: Keywords, commentary, autoloads.
4566
69db7ee7
EZ
45672000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4568
4569 * desktop.el (desktop-save): Don't look at symbol-value of a
4570 member of minor-mode-alist, unless it is boundp.
4571
10e1dad9
SS
45722000-08-16 Sam Steingold <sds@gnu.org>
4573
a0b8c939 4574 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
4575 `while'; use `with-current-buffer' instead of `save-excursion'.
4576 Removed unnecessary kludges now that "*Buffer List*" is excluded.
4577
9d7bcb2e
KH
45782000-08-16 Kenichi Handa <handa@etl.go.jp>
4579
4580 * international/ccl.el (declare-ccl-program): Docstring modified.
4581 (ccl-execute-with-args): Likewise.
4582
04231ab8
MB
45832000-08-16 Miles Bader <miles@gnu.org>
4584
9d245da5 4585 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
4586 comint-line-beginning-position.
4587
f68446ef
GM
45882000-08-15 Gerd Moellmann <gerd@gnu.org>
4589
dc28878c
GM
4590 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4591 'buffer-menu' property.
4592 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4593 fails.
4594 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4595 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4596 wasn't killed.
10e1dad9 4597
58ed0d3b
GM
4598 * buff-menu.el (list-buffers-noselect): Don't display the
4599 *Buffer List* buffer.
4600
32dc52f7
GM
4601 * font-lock.el: Require jit-lock to prevent a very late
4602 `Loading jit-lock' message.
4603
f68446ef 4604 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 4605 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
4606 mail address.
4607
90ac90a2
MB
46082000-08-15 Miles Bader <miles@gnu.org>
4609
4610 * textmodes/ispell.el (ispell-graphic-p): New constant.
4611 (ispell-choices-win-default-height, ispell-help): Use
4612 `ispell-graphic-p' instead of `xemacsp'.
4613
b0a0e263
DL
46142000-08-15 Dave Love <fx@gnu.org>
4615
c1e757e3
DL
4616 * simple.el: Autoload widget-convert when compiling.
4617 (mail-user-agent): Doc fix.
4618
4619 * help.el (function-called-at-point, variable-at-point): Use
4620 with-syntax-table.
4621 (help-manyarg-func-alist): Add insert-and-inherit.
4622
4623 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4624
4625 * delsel.el (delsel-unload-hook): New function.
4626
4627 * find-file.el: Doc fixes. Move provide to end.
4628 (ff) <defgroup>: Add :link.
4629 (ff-goto-click): Deleted.
4630 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4631 Use mouse-set-point.
4632
4633 * textmodes/tildify.el: Doc fixes.
4634 (tildify) <defgroup>: Add:version.
4635
4636 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4637 (glasses-custom-set): Use set-default, not set.
4638 (minor-mode-alist): Propertize the lighter.
4639 (glasses-mode): Provide optional arg.
4640
5f847612
DL
4641 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4642 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
4643 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4644 option. Provide :type.
4645 (cwarn-configuration): Provide :type.
4646 (cwarn-mode): Doc fix.
4647
4648 * add-log.el (change-log-merge): Doc fix.
4649 (change-log-redate): New command.
4650
b0a0e263
DL
4651 * net/browse-url.el (browse-url-filename-alist): Add a clause for
4652 Doze and Dog.
4653 (browse-url): Use dolist, not mapcar.
4654 (browse-url-at-point): Check for null url.
4655 (browse-url-event-buffer, browse-url-event-point): Functions
4656 deleted.
4657 (browse-url-at-mouse, browse-url-netscape): Simplify.
4658
4659 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
4660 modes.
4661 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
4662 Fix previous change to mapcan.
4663 (msb--init-file-alist, msb--add-separators)
4664 (msb--make-keymap-menu): Simplify.
4665 (msb--choose-file-menu): Use copy-sequence.
4666 (msb-mode-map): Add title to keymap.
4667 (msb-unload-hook): New function.
4668
4669 * bs.el: Fix indentation.
4670 (bs) <defgroup>: Add :links.
2b5198bb
DL
4671 (bs-show): Doc fix.
4672 (bs-apply-sort-faces): Don't use window-system.
4673 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 4674
70f1b78e
EZ
46752000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
4676
4677 * calendar/timeclock.el (timeclock-file): Run .timelog through
4678 convert-standard-filename.
4679
956777b3
GM
46802000-08-14 Gerd Moellmann <gerd@gnu.org>
4681
3215096c
GM
4682 * emacs-lisp/authors.el: New file.
4683
956777b3
GM
4684 * paren.el (show-paren-priority): New user option.
4685 (show-paren-function): Set overlay priorities to
4686 show-paren-priority.
10e1dad9 4687
0cde1424
MB
46882000-08-14 Miles Bader <miles@gnu.org>
4689
4690 * comint.el (comint-bol): Use `forward-line 0' instead of calling
4691 beginning-of-line with inhibit-field-text-motion bound.
4692
90cbf47e
GM
46932000-08-14 Gerd Moellmann <gerd@gnu.org>
4694
4695 * calendar/timeclock.el: New file.
4696
46972000-08-14 David Ponce <david@dponce.com>
4698
4699 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
4700 `widget-button-click'. so that one can use left mouse button to
4701 click on dialog buttons.
4702
47032000-08-14 Emmanuel Briot <briot@gnat.com>
4704
4705 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 4706 identifiers, since XML is case sensitive
10e1dad9 4707
79e8dca7 47082000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 4709
660394d1
MB
4710 * comint.el (comint-output-filter): Don't bother frobbing
4711 window-start, it doesn't seem to be necessary.
79e8dca7
MB
4712
4713 * comint.el (comint-send-string, comint-send-region): Make into
4714 real functions. Snapshot the prompt before sending.
4715
218c2cc7
EZ
47162000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
4717
4718 * info.el (Info-find-emacs-command-nodes): Rewrite to use
4719 technique similar to Info-index, instead of relying on specific
4720 names of relevant Index nodes.
4721 (Info-goto-emacs-command-node): Bind Info-history to nil when
4722 going to the first node found by Info-find-emacs-command-nodes.
4723
51e066d2 47242000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
4725
4726 * menu-bar.el (menu-bar-help-menu): Add a :help string.
4727
867102f2
MB
47282000-08-10 Miles Bader <miles@gnu.org>
4729
4730 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
4731
af718538
EZ
47322000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4733
4734 * info.el (Info-file-list-for-emacs): More elements for the
4735 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
4736 and woman manuals.
4737
c51bacd6
MB
47382000-08-10 Miles Bader <miles@lsi.nec.co.jp>
4739
4740 * comint.el (comint-send-input): Make the newline boundary overlay
4741 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
4742 (comint-output-filter): Use `insert' instead of
4743 `insert-before-markers'. Extend comint-last-output-overlay when
4744 necessary since we can't rely on insert-before-markers to do it.
4745 * gud.el (gud-filter): Use `with-current-buffer' instead of
4746 save-excursion when inserting the output, so that point gets
4747 updated correctly; the old method relied on a rather dodgy
4748 side-effect of comint-output-filter to avoid the effect of
4749 save-excursion.
4750
98532b12
EZ
47512000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4752
4753 * files.el (recover-file): Call insert-directory instead of
4754 invoking `ls' directly.
4755
3db4b719
MB
47562000-08-10 Miles Bader <miles@gnu.org>
4757
4758 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
4759 (comint-last-prompt-overlay): New variables.
4760 (comint-output-filter): Implement prompt highlighting.
4761 (comint-snapshot-last-prompt): New function.
4762 (comint-send-input): Snapshot the last prompt.
4763 Use comint-highlight-input-face.
4764 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
4765 Use defface instead of defcustom.
4766 (send-invisible, comint-send-eof): Snapshot the last prompt.
4767 (comint-delchar-or-maybe-eof): Use comint-send-eof.
4768 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
4769
96190aa1
SM
47702000-08-09 Stefan Monnier <monnier@cs.yale.edu>
4771
5cda4b07
SM
4772 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
4773 (regexp-opt-group): Use a list of chars for `letters'.
4774 (regexp-opt-charset): `chars' is now a list of chars.
4775 Use a char-table rather than a vector so it works for multibyte chars.
4776
96190aa1
SM
4777 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
4778 Set cvs-minor-current-files to the selected fileinfo.
4779 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
4780 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
4781
7d093d56
EZ
47822000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
4783
4784 * files.el (insert-directory): Don't call access-file on
4785 directories on DOS and Windows.
4786
b24c5811
KH
47872000-08-09 Kenichi Handa <handa@etl.go.jp>
4788
4789 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
4790 longer if necessary.
4791 (ccl-embed-code): Call ccl-embed-data to store CODE in
4792 ccl-program-vector.
4793
0a6fd67e
MB
47942000-08-09 Miles Bader <miles@gnu.org>
4795
4796 * comint.el (comint-output-filter): Properly handle the case where
4797 the text surrounded by comint-last-output-overlay was deleted.
4798
9f6d1a6c
GM
47992000-08-08 Gerd Moellmann <gerd@gnu.org>
4800
25ad1371
GM
4801 * info.el (Info-insert-dir): Use Info-additional-directory-list if
4802 non-nil.
4803 (Info-file-list-for-emacs): Remove "info" from the list because
4804 that leads to trying to use the documentation from file `info'
4805 in various situations where it isn't appropriate, for instance
4806 C-h C-k C-h i.
4807
4808 * ffap.el (ffap-read-file-or-url-internal): Handle case that
4809 DIR and/or STRING are nil.
4810
4811 * progmodes/compile.el (compilation-setup): Make variable
4812 compilation-error-screen-columns buffer-local, as some comment
4813 in the code suggests it should be.
4814
4815 * files.el (auto-mode-interpreter-regexp): New variable.
4816 (set-auto-mode): Use it.
4817
4818 * indent.el (indent-for-tab-command): Doc fix.
4819
4820 * mouse-sel.el (mouse-sel-mode): Doc fix.
4821
9f6d1a6c
GM
4822 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
4823 labels.
4824
4825 * help.el (print-help-return-message): When
4826 display-buffer-reuse-frames is set, let the help window been quit,
4827 instead of deleting it, which might delete a reused frame.
4828
3d819a75
EZ
48292000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4830
4831 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
4832 rename a directory to a name that differs only by its letter case.
4833
c5a52529
KH
48342000-08-08 Kenichi Handa <handa@etl.go.jp>
4835
4836 * international/quail.el (quail-define-rules): Handle Quail decode
4837 map correctly. Add code for supporting annotations.
4838 (quail-install-decode-map): New function.
4839 (quail-defrule-internal): New optional arguments decode-map and
4840 props.
4841 (quail-advice): New function.
4842
5e9e032a
SS
48432000-08-07 Sam Steingold <sds@gnu.org>
4844
4845 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
4846 `defconst', `define-condition', `with-slots'.
4847 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
4848
46645f4b
MB
48492000-08-03 Miles Bader <miles@gnu.org>
4850
4851 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4852 New variable.
4853 (comint-prompt-regexp, comint-get-old-input): Document dependence on
4854 comint-use-prompt-regexp-instead-of-fields.
4855 (comint-send-input): Add `input' field property to stuff we send to
4856 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
4857 (comint-output-filter): Add `output' field property to process
4858 output, if comint-use-prompt-regexp-instead-of-fields is nil.
4859 (comint-replace-by-expanded-history)
4860 (comint-get-old-input-default, comint-show-output)
4861 (comint-backward-matching-input, comint-forward-matching-input)
4862 (comint-next-prompt, comint-previous-prompt): Use field
4863 properties if comint-use-prompt-regexp-instead-of-fields is nil.
4864 (comint-line-beginning-position): New function.
4865 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
4866 (comint-replace-by-expanded-history-before-point): Use
4867 comint-line-beginning-position and line-end-position.
4868 (comint-last-output-overlay): New variable.
4869 (comint-mode): Make `comint-last-output-overlay' buffer-local.
4870
4871 * shell.el (shell-prompt-pattern): Doc change.
4872 (shell-backward-command): Use line-beginning-position.
4873
4874 * gud.el (gud-gdb-complete-command): Use
4875 comint-line-beginning-position.
4876
4877 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
4878 comint-bol doesn't actually go to the beginning of the line.
4879
4880 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
4881 if comint-use-prompt-regexp-instead-of-fields is non-nil.
4882 (try-expand-line-all-buffers): Likewise.
4883
4884 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
4885 explicitly matching comint-prompt-regexp.
4886 (sql-copy-column): Use comint-line-beginning-position instead of
4887 explicitly matching comint-prompt-regexp.
4888
4889 * progmodes/octave-inf.el (inferior-octave-complete): Use
4890 comint-line-beginning-position.
4891
4892 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
4893
4894 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
4895 looking for a prompt, use `forward-line 0' instead of
4896 `beginning-of-line', to avoid getting caught by an input field.
4897
ff3d9573
GM
48982000-08-07 Gerd Moellmann <gerd@gnu.org>
4899
4900 * files.el (shell-quote-wildcard-pattern): Make sure to return
4901 PATTERN, in the Unix case.
4902
e0d8827b
EZ
49032000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
4904
4905 * play/zone.el (zone): Discard any pending input before running
4906 the randomly-chosen pgm.
4907
24d55b8f
KH
49082000-08-07 Kenichi Handa <handa@etl.go.jp>
4909
4910 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
4911 checking the existence of any multibyte characters.
4912
3d05e1ee
GM
49132000-08-06 Gerd Moellmann <gerd@gnu.org>
4914
6c4a4368
GM
4915 * help.el (describe-mode): Test minor-mode symbol for being
4916 bound before testing its value for being nil.
4917
3d05e1ee
GM
4918 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
4919 `first', `second', and `third'.
4920
4921 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
4922 (second): Make it an alias for `cadr'.
4923
6968a481
EZ
49242000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
4925
4926 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
4927 types of display support faces now.
4928
e49aa397
GM
49292000-08-05 Gerd Moellmann <gerd@gnu.org>
4930
4931 * pcvs.el (require): Require `cl' during compilation, only.
4932
4933 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
4934 (toplevel): Remove `remq' and `remove' from autoloads.
4935 (cl-fake-autoloads): New variable. If set, arrange for an error
4936 when CL functions etc. are autoloaded.
4937
588aca27
EZ
49382000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
4939
2e78d4ab
EZ
4940 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
4941
85628348
EZ
4942 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
4943 popped up, but the user clicks outside the menu, return an empty
4944 regexp (that causes unhighlight-regexp to have no effect).
4945
74f0e552
EZ
4946 * menu-bar.el (menu-bar-games-menu): Add Zone.
4947
588aca27
EZ
4948 * hi-lock.el (toplevel): Require font-lock.
4949
f4988be7
GM
49502000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4951
ba087cd7 4952 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
4953 (ebnf-8-bit-chars): New var for bug fix.
4954 (ebnf-string): Bug fix.
4955
027b73ac
SS
49562000-08-03 Sam Steingold <sds@gnu.org>
4957
4958 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
4959 instead of `buffer-string'.
4960 (require 'cl): Always, not just when compiling.
4961 `ignore-errors' in `interactive', `list*', `defun*' &c make this
4962 necessary.
4963
2f1fa038
EZ
49642000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
4965
4966 * international/mule-cmds.el (select-safe-coding-system): Make
4967 the message text about selecting a safe coding system more clear.
4968
ead53494
GM
49692000-08-02 Gerd Moellmann <gerd@gnu.org>
4970
abb2db1c
GM
4971 * hi-lock.el: New file.
4972
4973 * play/zone.el: New file.
4974
ead53494
GM
4975 * replace.el (occur): Set tab-width in the *Occur* buffer to the
4976 value of tab-width in the original buffer. Choose a line number
4977 format that's a multiple of the original buffer's tab width, so
4978 that lines appear right.
4979
4980 * textmodes/ispell.el (ispell): New function, replacing an alias.
4981 Spell-check active region if in transient-mark-mode and mark
4982 is active; otherwise spell-check buffer.
4983
49842000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4985
4986 * ps-mule.el: Fix a customization problem on
4987 ps-mule-font-info-database-default.
4988
f4a2b0a4
EZ
49892000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
4990
4991 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
4992 display-mouse-p instead of window-system.
4993 (ebrowse-member-mode-map): Ditto.
4994
b685181e
GM
49952000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4996
ba087cd7
EZ
4997 * progmodes/ebnf2ps.el: Update ps-print functions call.
4998 Indentation fix. Doc fix.
b685181e
GM
4999 (ebnf-version): New version number (3.2).
5000 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 5001
3b5fab87
EZ
50022000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
5003
032ebb29
EZ
5004 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5005 font lock support on window-system.
5006 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5007
3b5fab87
EZ
5008 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5009 display-color-p, if fboundp, instead of window-system.
5010
7e2605e7
EZ
50112000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
5012
5013 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5014 instead of window-system.
5015
5016 * wid-edit.el (widget-choose): Use display-mouse-p instead of
5017 window-system.
5018 (widget-choice-mouse-down-action): Use display-popup-menus-p
5019 instead of window-system.
5020
5021 * strokes.el (strokes-file): Run the file name through
5022 convert-standard-filename.
5023 (strokes-mode): Call display-mouse-p instead of looking at
5024 window-system. Change the error message accordingly.
5025
5026 * progmodes/cpp.el (toplevel): Support faces on tty's.
5027
5028 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5029 (lm-plot-square, lm-init-display): Don't use window-system.
5030
5031 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5032 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5033
5034 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5035 instead of looking at window-system.
5036
26119624
GM
50372000-07-30 Gerd Moellmann <gerd@gnu.org>
5038
5039 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5040 of testing if iswitchb-prepost-hooks is bound, because the
5041 latter will always be true when invoking a recursive minibuffer
5042 from an active Iswitchb buffer.
5043
c90596f3
EZ
50442000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
5045
5046 * files.el (shell-quote-wildcard-pattern): New function.
5047 (insert-directory): Call it. Only prepend "\" to command on Unix
5048 and GNU/Linux systems.
5049
18925e78
GM
50502000-07-30 Gerd Moellmann <gerd@gnu.org>
5051
5052 * eshell/esh-groups.el: Change custom :link file names
5053 from `eshell.info' to `eshell'.
5054
50552000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
5056
5057 * dired.el (dired-build-subdir-alist): Expand subdirectory names
5058 correctly in recursive ange-ftp listings.
5059
50602000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5061
5062 * ps-print.el: Fix bug 1: if ps-font-size-internal,
5063 ps-header-font-size-internal and
5064 ps-header-title-font-size-internal variables are not set,
5065 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
5066 face text property is (foreground-color . COLOR) or
5067 `(background-color . COLOR)', ps-print crashes. Doc fix.
5068 (ps-print-version): New version number (5.2.4).
5069 (ps-plot-region): Code fix.
5070 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5071 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5072 Bug fix 2.
5073
50742000-07-30 Milan Zamazal <pdm@freesoft.cz>
5075
5076 * glasses.el (glasses-make-readable): Fix uncapitalization of
5077 identifiers like `myXMLDocument'.
5078
aeb4c63e
KF
50792000-07-28 Karl Fogel <kfogel@red-bean.com>
5080
18925e78
GM
5081 * mail/mail-hist.el (mail-hist-previous-input)
5082 (mail-hist-next-input): Do the obvious code factorization.
5083 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
5084 code of above two.
5085 If inserting a message body, leave point at top.
5086
9d453139
SS
50872000-07-28 Sam Steingold <sds@gnu.org>
5088
5089 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
5090 Use `<=', not `<' to compare times!
5091 (ange-ftp-ls): Remove.
9d453139 5092
b548072f
GM
50932000-07-27 Gerd Moellmann <gerd@gnu.org>
5094
27848c01
GM
5095 * play/cookie1.el: Add explanation of how to make cookie.el
5096 compatible with strfile(1) to comment.
5097
5098 * subr.el (remove, remq): New functions.
5099
3ab82477
GM
5100 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
5101 escape `*' in regexps.
5102 (midnight-find): Reverse order of arguments in the funcall of
5103 TEST.
5104
5105 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
5106 and `.class'.
5107
b548072f
GM
5108 * play/meese.el: Add Commentary section.
5109
27848c01
GM
51102000-07-27 Alex Schroeder <alex@gnu.org>
5111
5112 * sql.el (sql-ms): Added autoload cookie.
5113 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
5114 (sql-oracle): Ditto.
5115 (sql-help): Doc change.
5116
5117 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
5118 types and exceptions.
5119
51202000-07-27 Alex Schroeder <alex@gnu.org>
5121
5122 * sql.el (sql-placeholder-history): New variable.
5123 (sql-query-placeholders-and-send): New function that will query
5124 the user and replace placeholders with user input.
5125 (sql-oracle): If running on NT, set comint-input-sender to
5126 sql-query-placeholders-and-send.
5127
5128 (sql-stop): If in the SQLi buffer, insert stop notification, else
5129 present it as a message.
5130
51312000-07-27 Alex Schroeder <alex@gnu.org>
5132
5133 * sql.el (sql-input-ring-separator): Doc change.
5134 (sql-input-ring-file-name): Doc change.
5135 (sql-interactive-mode): Use `sql-input-ring-separator' and
5136 `sql-input-ring-file-name' to set the comint-mode equivalents
5137 without making them local variables.
5138 (sql-stop): Don't bind `sql-input-ring-separator' and
5139 `sql-input-ring-file-name' dynamically to their comint-mode
5140 equivalents.
5141
91ae8751
KH
51422000-07-27 Kenichi Handa <handa@etl.go.jp>
5143
5144 * international/mule.el (register-char-codings): New function.
5145 (make-coding-system): Handle `safe-chars' specification in the arg
5146 PROPERTY.
5147
5148 * international/mule-cmds.el
5149 (find-coding-systems-region-subset-p): This function deleted.
5150 (sort-coding-systems-predicate): New variable.
5151 (sort-coding-systems): New function.
5152 (find-coding-systems-region): Use
5153 find-coding-systems-region-internal.
5154 (find-coding-systems-string): Use find-coding-systems-region.
5155 (find-coding-systems-for-charsets): Check
5156 char-coding-system-table.
5157 (select-safe-coding-system-accept-default-p): New variable.
5158 (select-safe-coding-system): Mostly rewritten. New argument
5159 ACCEPT-DEFAULT-P.
5160 (select-message-coding-system): Call select-safe-coding-system
5161 with ACCEPT-DEFAULT-P arg.
5162 (reset-language-environment): Reset default-sendmail-coding-system
5163 to the default value iso-latin-1.
5164 (set-language-environment): Don't set the obsolete variable
5165 charset-origin-alist.
5166
5167 * international/codepage.el (cp-coding-system-for-codepage-1):
5168 Give `safe-chars' property to make-coding-system.
5169
5170 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5171 calling select-message-coding-system twice.
5172
5173 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5174 instead of `safe-charsets'.
5175 (cyrillic-alternativnyj): Likewise.
5176 (ccl-encode-alternativnyj): Don't check the charset
5177 cyrillic-iso8859-5.
5178
90cf4474
KH
51792000-07-27 Kenichi Handa <handa@etl.go.jp>
5180
5181 * composite.el (compose-chars-after): Preserve match data.
5182
a1f84f6d
SS
51832000-07-26 Sam Steingold <sds@gnu.org>
5184
5185 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5186 (ange-ftp-real-file-newer-than-file-p): New function.
5187 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5188 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5189
5190 * tooltip.el (tooltip-float-time): Removed (use `float-time').
5191 * midnight.el (midnight-float-time): Ditto.
5192
e092928e
AS
51932000-07-26 Andreas Schwab <schwab@suse.de>
5194
5195 * files.el (normal-backup-enable-predicate): Correct
5196 interpretation of the return value of compare-strings.
5197
7465ebef
GM
51982000-07-26 Gerd Moellmann <gerd@gnu.org>
5199
3353ef5a
GM
5200 * isearch.el (isearch-resume): New function.
5201 (isearch-done): Add something to command-history to resume
5202 the search.
5203 (isearch-yank-line, isearch-yank-word): Use
5204 buffer-substring-no-properties instead of buffer-substring.
5205
7465ebef
GM
5206 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5207 of flyspell-mouse-map.
5208
5209 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5210 duplicate definition.
5211 (makefile-mode): Remove duplicate setting of local-abbrev-table.
5212
5213 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5214 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5215
5044b74a
SS
52162000-07-25 Sam Steingold <sds@gnu.org>
5217
25759a92
SS
5218 * net/ange-ftp.el: Get modtime over the net.
5219 (ange-ftp-file-modtime): New function.
a95cb10a
GM
5220 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5221 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
5222 Use it.
5223 (ange-ftp-dot-to-slash): New function.
5224 (ange-ftp-fix-name-for-vms): Use it.
5225
5044b74a
SS
5226 * midnight.el (midnight-buffer-display-time): Use
5227 `with-current-buffer'.
5228
5dcfb3f4
GM
52292000-07-25 Gerd Moellmann <gerd@gnu.org>
5230
5231 * find-dired.el: Update copyright notice.
5232 (find-dired): Offer to kill a running `find'.
5233
5234 * enriched.el (enriched-face-ans): For a `foreground-color'
5235 property, return '(("x-color" COLOR))' so that COLOR will be
5236 output as a parameter of the x-color annotation. Likewise for the
5237 `background-color' property. In the case of normal face
5238 properties, don't return annotations for unspecified foreground
5239 and background face attributes.
5240
8c662166
KH
52412000-07-25 Kenichi Handa <handa@etl.go.jp>
5242
5243 * language/japan-util.el (japanese-katakana-region): Fix handling
5244 HANKAKU argument.
5245
c28da489
MB
52462000-07-25 Miles Bader <miles@gnu.org>
5247
5248 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5249 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
5250 constrain-to-field.
5251
ad349719
AI
52522000-07-24 Andrew Innes <andrewi@gnu.org>
5253
5254 * timer.el (timer-activate-when-idle): Add optional parameter
5255 DONT-WAIT. Update docstring.
5256 (run-with-idle-timer): Specify extra parameter to
5257 timer-activate-when-idle, so that timer will be activated
5258 immediately if Emacs is already idle.
5259
5260 * w32-fns.el (w32-using-nt): Fix docstring.
5261
c95162f5
DL
52622000-07-24 Dave Love <fx@gnu.org>
5263
5264 * mouse.el (popup-menu): Set last-command-event.
5265 (mouse-major-mode-menu-prefix): Declare.
5266
e3c31fd5
GM
52672000-07-24 Gerd Moellmann <gerd@gnu.org>
5268
5269 * textmodes/flyspell.el: Update to author's version 1.5d.
5270
5271 * progmodes/hideshow.el: Update copyright notice.
5272
5273 * vcursor.el: Set maintainer to FSF, since author cannot
5274 be reached.
5275
7636d2a3
EZ
52762000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
5277
fbe0a958
EZ
5278 * info.el (Info-goto-emacs-key-command-node): Leave a space after
5279 the prompt.
5280
7636d2a3
EZ
5281 * mouse.el (popup-menu): Run the keymap through indirect-function,
5282 in case it was defined with define-prefix-key. If the menu is a
5283 list of keymaps, look up the binding of user's choice in each one
5284 of the keymaps.
5285 (mouse-popup-menubar): If the global and local menu-bar keymaps
5286 don't have a prompt string, create one and insert it into the
5287 keymap. Don't barf if current-local-map returns nil.
5288
e024b101
GM
52892000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
5290
5291 * dired.el (dired-sort-R-check): Added to allow recursive listing
5292 to be undone.
5293 (dired-sort-other): Use it.
5294
7972fcfc
GM
52952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5296
e024b101 5297 * Release of cc-mode 5.27
7972fcfc
GM
5298
52992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5300
5301 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5302 c-beginning-of-statement-1 that caused a bad case of recursion
5303 which could consume a lot of CPU in large classes in languages
5304 that have in-expression classes (i.e. Java and Pike).
5305
5306 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5307 statements before top level constructs (i.e. case 6 is moved
5308 before case 5 and is now case 4) to catch in-expression
5309 classes in top level expressions correctly.
5310
53112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5312
5313 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5314 objc-method-intro. Case 4 removed and case 5I added.
5315
5316 * cc-langs.el (c-append-paragraph-start): New variable used by
5317 c-common-init to get paragraph-start correct.
5318 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
5319 initialize paragraph-start to make it correct both with and
5320 without the javadoc special case.
5321
5322 * cc-mode.el (java-mode): Use c-append-paragraph-start to
5323 initialize paragraph-start for javadoc markup.
5324
5325 * cc-vars.el (c-style-variables-are-local-p): Incompatible
5326 change by defaulting this to t. It's motivated by the
5327 confusing behavior that otherwise arise from the style system
5328 when editing both java and non-java files at the same time
5329 (see the comments about style setting in c-common-init).
5330
53312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5332
5333 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5334 similar to the one in c-fill-paragraph to check the fill
5335 prefix from the adaptive fill function for sanity.
5336
53372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5338
5339 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5340 defun block.
5341
53422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5343
5044b74a 5344 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
5345
53462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5347
5348 * cc-align.el (c-lineup-multi-inher): Handle lines with
5349 leading comma nicely. Extended to handle member initializers
5350 too.
5351
e024b101 5352 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
5353 c-guess-basic-syntax): Fixed recognition of inheritance lists
5354 when the lines begins with a comma.
5355
5044b74a 5356 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
5357
5358 * cc-vars.el (c-offsets-alist): Changed default for
5359 member-init-cont to c-lineup-multi-inher since it now handles
5360 member initializers and indents better for leading commas.
5361
53622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5363
5364 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5365 handling that caused class open lines to be recognized as
5366 statement-conts in some cases.
5367
5368 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5369 guessed by the adaptive fill function unless point is on the
5370 first line of a block comment.
5371
5372 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5373 when the buffer ends with a macro continuation char.
5374
5375 * cc-engine.el (c-guess-basic-syntax): Added support for
5376 function definitions as statements in Pike. The first
5377 statement in a lambda block is now labeled defun-block-intro
5378 instead of statement-block-intro.
5379
5380 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5381 so that the class surrounding point is selected, not the one
5382 innermost in the state.
5383
5384 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5385 recognition of switch labels having hanging multiline
5386 statements.
5387
5388 * cc-engine.el (c-beginning-of-member-init-list): Broke out
5389 some code in c-guess-basic-syntax to a separate function.
5390 * cc-engine.el (c-just-after-func-arglist-p): Fixed
5391 recognition of member inits with multiple line arglists.
5392 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5393 member-init-cont when the commas are in funny places.
5394
53952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5396
5397 * cc-defs.el (c-auto-newline): Removed this macro since it's
5398 not used anymore.
5399
5400 * cc-engine.el (c-looking-at-bos): New helper function.
5401 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5402 inexpr and toplevel classes apart in Pike.
5403
5404 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5405 of case 9A.
5406
5407 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5408 constant, since "class" can introduce an in-expression class
5409 in Pike nowadays.
5410
54112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5412
5413 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5414 indentation on cpp-macro lines.
5415
5416 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5417 a syntax modifier like comment-intro, to make it possible to
5418 get syntactic indentation for preprocessor directives. It's
5419 incompatible wrt to lineup functions on cpp-macro, but it has
5420 no observable effect in the 99.9% common case where cpp-macro
5421 is set to -1000.
5422
54232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5424
5425 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5426 member-init-cont when the preceding arglist is several lines.
5427
54282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5429
5430 * cc-styles.el (c-style-alist): The basic offset for the BSD
5431 style corrected to 8.
5432
54332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5434
5435 * cc-styles.el (c-style-alist): Adjusted the indentation of
5436 brace list openers in the gnu style.
5437
54382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5439
5440 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5441
5442 * cc-cmds.el (c-electric-brace, c-electric-slash,
5443 c-electric-star, c-electric-semi&comma, c-electric-colon,
5444 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5445 when c-syntactic-indentation is nil.
5446
5447 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5448 we were left at comments preceding the first statement when
5449 reaching the beginning of the buffer.
5450
5451 * cc-vars.el (c-syntactic-indentation): New variable to turn
5452 off all syntactic indentation.
5453
54542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5455
5456 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5457 between the text and the block comment ender when it hangs,
5458 depending on how many there are before the fill.
5459
54602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5461
5462 * cc-engine.el (c-beginning-of-closest-statement): New helper
5463 function to go back to the closest preceding statement start,
5464 which could be inside a conditional statement.
5465 * cc-engine.el (c-guess-basic-syntax): Use
5466 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5467
5468 * cc-engine.el (c-guess-basic-syntax): Better handling of
5469 arglist-intro, arglist-cont-nonempty and arglist-close when
5470 the arglist is nested inside parens. Cases 7A, 7C and 7F
5471 changed.
5472
5473 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5474 up-to-date with javadoc 1.2.
5475
54762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5477
5478 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5479 multiline Pike type decls.
5480
54812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5482
5483 * cc-cmds.el (c-indent-new-comment-line): Always break
5484 multiline comments in multiline mode, regardless of
5485 comment-multi-line.
5486
54872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5488
5489 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5490 fully::qualified::names in C++ member init lists. Preamble in
5491 case 5D changed.
5492
54932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5494
5495 * cc-langs.el (c-common-init): Handling of obsolete variables
5496 moved to c-initialize-cc-mode. More compatible style override
5497 when using global style variables.
5498 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5499 variables moved here.
5500
e024b101 5501 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
5502 c-special-indent-hook as a style variable. Don't talk about
5503 doing (c-make-styles-buffer-local t) in a mode hook, since
5504 that's already too late to work right.
5044b74a 5505
7972fcfc
GM
5506 * cc-styles.el (c-make-styles-buffer-local): Flag style
5507 variable localness in c-style-variables-are-local-p to make
5508 the compatibility measure in c-common-init work well.
5509
5510 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5511 longer contain set-from-style.
5512 * cc-styles.el (c-initialize-builtin-style): Don't check for
5513 set-from-style on c-special-indent-hook.
5514 * cc-styles.el (c-copy-tree): Obsolete. The standard function
5515 copy-alist is sufficient now.
5516
5517 * cc-styles.el (c-set-style, c-set-style-1,
5518 c-get-style-variables): Fixes to variable initialization so
5519 that duplicate entries in styles have the same effect
5520 regardless of DONT-OVERRIDE.
5521
5522 * cc-styles.el (c-set-style-2): Fixed bug where the
5523 initialization of inheriting styles failed when the
5524 dont-override flag is set.
5525
5526 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5527 on this.
5528
55292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5530
5531 * cc-defs.el (c-forward-comment): Removed the workaround
5532 introduced in 5.38 since it had worse side-effects. If a line
5533 contains the string "//\"", it regarded the // as a comment
5534 start since the \ temporarily doesn't have escape syntax.
5535
55362000-07-17 Emmanuel Briot <briot@act-europe.fr>
5537
5538 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5539 ada-xref.el before ada-prj.el, so that the Project menu is created
5540 when ada-prj tries to add to it.
5541 (ada-activate-keys-for-case): Suppress the characters that are not
5542 part of the Ada syntax. Better compatibility with else-mode
5543 (ada-adjust-case-interactive): When auto-casing is not active,
5544 correctly insert newlines (used to insert only ^M). Prevent the
5545 syntax table from being changed in case of an error
814299a7 5546 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
5547 Do nothing if ada-auto-case is nil.
5548 (ada-after-keyword-p): Ignore keywords that are also attributes
5549 (ada-batch-reformat): Update usage comment
5550 (ada-call-from-contextual-menu): New function
5551 (ada-case-read-exceptions): Reinitialize the casing exception list
5552 first to nil first, so that the casing exception file can be
5553 shared.
5554 (ada-check-defun-name): Handles "configure" keyword for gnatdist
5555 files.
5556 (ada-compile-goto-error): Fix regexp used to detect a file:line
5557 anywhere in the error message
5558 (ada-contextual-menu-last-point): New variable
5559 (ada-create-keymap): If the variable delete-key-deletes-forward is
5560 t on XEmacs, it means that DEL should delete one character
5561 forward.
5562 (ada-create-menu): Use :included instead of :visible for XEmacs.
5563 New submenu "Options".
5564 (ada-end-stmt-re): Correctly indent "select ... then abort"
5565 statements.
5566 (ada-fill-comment-paragraph): Correctly delete all leading '--'
5567 even if they don't match ada-fill-comment-prefix Fix handling of
5568 paragraphs on the first or last line of a file.
5569 (ada-format-paramlist): Fix handling of default parameter values.
5570 (ada-get-body-name): New function.
5571 (ada-get-current-indent): Optimized by searchling directly for an
5572 existing generic part or a statement outside of it. Handle
5573 ada-indent-align-comments when indenting comments Replaced some
5574 regexps by testing directly the next character. This results in a
5575 huge speedup on some files. New indentation scheme for renames
5576 statements. Stop looking for the 'while' or 'for' associated with
5577 a 'loop' at the first semicolon encountered. A "return" can also
5578 match an anonymous access subprogram declaration.
5579 (ada-get-indent-noindent): Ignore strings and comments when
5580 looking for the keywords "record" and "private".
5581 (ada-goto-matching-decl-start): When matching "if", make sure we
5582 are not in fact seeing "end if". Ignore "when" statements except
5583 when initial keyword was "begin". Fix handling of nested
5584 procedures. Add a recursive call to this function to skip over
5585 other 'end' statmts. Fix indentation for "when .. => begin"
5586 (ada-in-open-paren-p): Fix indentation for complex boolean
5587 expressions, where 'and then', 'or else' and parenthesis
5588 statements are mixed up.
5589 (ada-in-paramlist-p): Skip comments while searching for the
5590 beginning Fix handling of operator declarations.
5591 (ada-indent-align-comments): New variable
5592 (ada-indent-current): Change the syntax table only in the
5593 protected section, so that we are sure it is restored correctly.
5594 (ada-indent-on-previous-lines): Use ada-use-indent and
5595 ada-with-indent Correctly indent "select ... then"
5596 (ada-indent-region): Slight speedup.
5597 (ada-indent-renames): New variable.
5598 (ada-last-which-function-subprog, ada-last-which-function-line):
5599 New variables
5600 (ada-looking-at-semi-private): Correctly indent the 'private'
5601 keyword when it is the first word in a package declaration.
5602 (ada-loose-case-word): Stop searching if at the end of the buffer.
5603 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5604 even if point is not initially at the end of the word.
5605 (ada-matching-decl-start-re): Add "when".
5606 (ada-mode): Add support for abbrev-mode, outline-mode and
5607 which-func-mode Override the old find-file.el entry in
5608 ff-special-constructs since it is using the obsolete
5609 ada-spec-suffix variable
5610 (ada-no-auto-case): New function
5611 (ada-scan-paramlist): When parsing the argument type, accept
5612 spaces (as in "X 'Class", generated by Rational Rose).
5613 (ada-other-file-name): No longer loads the other file.
5614 (ada-popup-menu): Save and restore the current buffer and cursor
5615 position before and after displaying the menu.
5616 (ada-search-ignore-complex-boolean): New function.
5617 (ada-uncomment-region): Emacs21 already knows how to delete
5618 comments not starting in the first column.
5619 (ada-use-indent): New variable
5620 (ada-which-function): New function.
5621 (ada-with-indent): New variable
5622 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5623 can be batch-compiled from the command line.
5624
5625 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5626 Add to the menu when the file is loaded, not in ada-mode-hook.
5627 Add -toolbar to the default ddd command Switches moved from
5628 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5629 ada-prj-default-comp-opt
5630 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5631 Reference Manual to the menu
5632 (ada-check-current): rewritten as a call to ada-compile-current
5633 (ada-compile): Removed.
5634 (ada-compile-application, ada-compile-current, ada-check-current):
5635 Set the compilation-search-path so that compile.el automatically
5636 finds the sources in src_dir. Automatic scrollong of the
5637 compilation buffer. C-uC-cC-c asks for confirmation before
5638 compiling
5639 (ada-compile-current): New parameter, prj-field
5640 (ada-complete-identifier): Load the .ali file before doing
5641 processing
5642 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5643 conform to gnatmake's behavior.
5644 (ada-find-file-in-dir): New function
5645 (ada-find-references): Set the environment variables for gnatfind
5646 (ada-find-src-file-in-dir): New function.
5647 (ada-first-non-nil): Removed
5648 (ada-gdb-application): Add support for jdb, the java debugger.
5649 (ada-get-ada-file-name): Load the original-file first if not done
5650 yet.
5651 (ada-get-all-references): Handles the new ali syntax (parent types
5652 are found between <>).
5653 (ada-initialize-runtime-library): New function
5654 (ada-mode-hook): Always load a project file when a file is opened,
5655 so that the casing exceptions are correctly read.
5656 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
5657 (ada-parse-prj-file): Use find-file-noselect instead of find-file
5658 to open the project file, since the latter does not work with
5659 speedbar Get default values before loading the prj file, or the
5660 default executable file name is wrong. Use the absolute value of
5661 src_dir to initialize ada-search-directories and
5662 compilation-search-path,... Add the standard runtime library to
5663 the search path for find-file.
5664 (ada-prj-default-debugger): Was missing an opening '{'
5665 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
5666 variables.
5667 (ada-prj-default-gnatmake-opt): New variable
5668 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
5669 buffers, the project file is the default one Save the windows
5670 configuration before displaying the menu.
5671 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
5672 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
5673 ...) regexp-quote identifiers names to support operators +,
5674 -,... in regexps.
5675 (ada-remote): New function.
5676 (ada-run-application): Erase the output buffer before starting the
5677 run Support remote execution of the application. Use
5678 call-process, or the arguments are incorrectly parsed
5679 (ada-set-default-project-file): Reread the content of the active
5680 project file, not the one from the current buffer When a project
5681 file is set as the default project, all directories are
5682 automatically associated with it.
5683 (ada-set-environment): New function
5684 (ada-treat-cmd-string): New special variable ${current}
5685 (ada-treat-cmd-string): Revised. The substitution is now done for
5686 any ${...} substring
5687 (ada-xref-current): If no body was found, compiles the spec
5688 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
5689 compiler to get rid of command line length limitations.
5690 (ada-xref-get-project-field): New function
5691 (ada-xref-project-files): New variable
5692 (ada-xref-runtime-library-specs-path)
5693 (ada-xref-runtime-library-ali-path): New variables
5694 (ada-xref-set-default-prj-values): Default run command now does a
5695 cd to the build directory. New field: main_unit Provide a default
5696 file name even if the current buffer has no prj file.
5697
5698 * ada-prj.el:
5699 Rewritten to show a tabbed-dialog.
5700 (ada-prj-add-ada-menu): Remove the map and name parameters.
5701 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
5702 New function
5703 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
5704 (ada-prj-load-from-file): New function
5705 (ada-prj-save): Always save fields that depend on the current buffer
5706 (ada-prj-show-value): New function
5044b74a 5707
7972fcfc
GM
5708 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
5709 Ada mode. This will allow us to display the Ada menu in any buffer
5710 we want (for project items).
5711 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
5712 number of spaces in the header.
5044b74a 5713
8730a8da
DL
57142000-07-24 Dave Love <fx@gnu.org>
5715
5716 * ediff-init.el (ediff-region-help-echo): Bind face-help.
5717
db3ca487
NF
57182000-07-23 Noah Friedman <friedman@splode.com>
5719
ad953485
NF
5720 * type-break.el (type-break): perform autosave.
5721 Suggested by Stephen Gildea <gildea@intouchsys.com>.
5722 (type-break-do-query): Cancel query schedule while performing
5723 actual query, to avoid possibility of a second query being made
5724 while first one is already in progress.
5725 (type-break-time-stamp-format): New variable.
5726 (type-break-time-stamp): New function.
5727 (type-break-time-warning): Use it.
5728 (type-break-keystroke-warning): Use it.
5729 (type-break-noninteractive-query): Use it.
5730
03a9c6d0
NF
5731 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
5732 cookie.
5733 Use add-minor-mode to set minor-mode-alist, if available.
5734 (eldoc-echo-area-use-multiline-p): New user option.
5735 (eldoc-echo-area-multiline-supported-p): New variable.
5736 (eldoc-docstring-format-sym-doc): Use them.
5737 (eldoc-mode): If not using idle timers, append to local post and
5738 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
5739 (eldoc-display-message-no-interference-p): Don't interfere with
5740 edebug.
5741 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
5742 (eldoc-function-arglist): New function.
5743 (eldoc-function-argstring): Use it.
5744
db3ca487
NF
5745 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
5746 auto save directory exists before calling directory-files.
5747
f7ad1899
DL
57482000-07-23 Dave Love <fx@gnu.org>
5749
5750 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
5751 ^o, ^u.
5752
43e764c9
DL
57532000-07-21 Dave Love <fx@gnu.org>
5754
475de6f4
DL
5755 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
5756 now passed to the function. It now works properly.
5757
43e764c9
DL
5758 * smerge-mode.el (smerge-mode-menu): Fill it out.
5759
e8bea4c0
GM
57602000-07-20 Gerd Moellmann <gerd@gnu.org>
5761
5762 * info-look.el (info-lookup): If *info* is shown in another frame
5763 on the same display, select that frame, instead of switching to
5764 the Info buffer in another window of the selected frame.
5765
5766 * simple.el (universal-argument-map): Bind numeric keypad keys
5767 kp-0 to kp-9 and kp-subtract.
5768 (digit-argument): Handle these keys.
5769
bc75b4fd
DL
57702000-07-20 Dave Love <fx@gnu.org>
5771
5772 * net/goto-addr.el (goto-address-fontify): Don't bother with
5773 buffer-modified and read-only stuff -- irrelevant with overlays.
5774 Put an extra property on the overlays and use it to clean up in
5775 case goto-address is re-run.
5776
8b7bc628
RS
57772000-07-19 Richard M. Stallman <rms@gnu.org>
5778
18e21ce8
RS
5779 * timer.el (run-with-idle-timer): Doc fix.
5780
db3ca487 5781 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
5782 Handle case where <...> appears inside "...".
5783 Use replace-match to edit the string more simply.
5784 (rmail-dont-reply-to): Cope with an unmatched ".
5785
50575ec2
DL
57862000-07-19 Dave Love <fx@gnu.org>
5787
5788 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
5789 implementation.
5790
5791 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
5792 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
5793 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
5794
4279296d
GM
57952000-07-19 Gerd Moellmann <gerd@gnu.org>
5796
47db06aa
GM
5797 * textmodes/refer.el: Correct maintainer's email address.
5798
5799 * progmodes/hideif.el: Correct author's email address.
5800 Fix typo in comment.
5801
5802 * xml.el: New file.
5803
4279296d
GM
5804 * mail/mailheader.el: Correct author's mail address.
5805
5806 * gnus/parse-time.el: Correct author's mail address.
5807
47db06aa 58082000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
5809
5810 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
5811 New user options.
5812 (comint-input-ring-file-name): Change custom type.
5813 (comint-mode-map): Bind mouse-2.
5814 (comint-insert-clicked-input): New function.
5815 (comint-send-input): Handle input highlighting.
5816
21ad0f7b
SM
58172000-07-18 Stefan Monnier <monnier@cs.yale.edu>
5818
5819 * mouse.el (popup-menu): New function.
5820 (mouse-major-mode-menu): Use it.
5821
3b33a005
DL
58222000-07-18 Dave Love <fx@gnu.org>
5823
5824 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
5825 improvements.
5826
dc1cac59
GM
58272000-07-18 Gerd Moellmann <gerd@gnu.org>
5828
21ad0f7b 5829 * faces.el (face-font-selection-order)
dc1cac59 5830 (face-font-family-alternatives): Add custom type.
db3ca487 5831
f8276b77
DL
58322000-07-18 Dave Love <fx@gnu.org>
5833
5834 * cus-edit.el (custom-variable-reset-saved)
5835 (custom-variable-reset-standard): Remove unused bindings.
5836
5837 * rect.el (open-rectangle-line): Remove unused let.
5838
5839 * hl-line.el (hl-line-highlight): Check hl-line-mode.
5840
3d6cd763
GM
58412000-07-18 Gerd Moellmann <gerd@gnu.org>
5842
5843 * cdl.el: Fix `Maintainer' keyword.
5844
5845 * play/pong.el: Add author's email address.
5846
34342a07
SS
58472000-07-17 Sam Steingold <sds@gnu.org>
5848
5849 * files.el (insert-directory): Call `split-string' instead of
5850 re-implementing it.
5851
088831a6
GM
58522000-07-18 Gerd Moellmann <gerd@gnu.org>
5853
5854 * mail/vms-pmail.el: Change maintainer to FSF.
5855
5856 * net/goto-addr.el: Change maintainer to FSF.
5857
5858 * recentf.el: Update from author.
5859
5860 * info.el (Info-title-face-alist): Removed.
db3ca487 5861
68be2869
EZ
58622000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
5863
5864 * eshell/eshell.el (eshell): Replace links to eshell.info with
5865 links to eshell, to avoid problems on systems where the manual is
5866 installed as `eshell'.
5867 * eshell/esh-cmd.el (eshell-cmd): Ditto.
5868 * eshell/em-smart.el (eshell-smart): Ditto.
5869 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 5870 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
5871
5872 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
5873 same-file check in the MS-DOS version (it does support inodes).
5874
5875 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
5876
21ad0f7b
SM
5877 * eshell/eshell.el (eshell-directory-name):
5878 Run default directory name through convert-standard-filename.
68be2869 5879
269b4dcb
KH
58802000-07-18 Kenichi Handa <handa@etl.go.jp>
5881
21ad0f7b
SM
5882 * international/mule-cmds.el (select-safe-coding-system):
5883 Fix typo in the comment.
240a16cf 5884
21ad0f7b
SM
5885 * language/european.el (compound-text):
5886 Force katakana-jisx0201 to be designated to G1.
aa96c820 5887
21ad0f7b
SM
5888 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
5889 Don't translate some national variant characters of latin-jisx0201.
aa96c820 5890 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 5891
269b4dcb
KH
5892 * international/kkc.el (kkc-after-update-conversion-functions):
5893 New variable.
5894 (kkc-update-conversion): Run functions in it at the tail.
5895
68be2869 58962000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 5897
21ad0f7b
SM
5898 * lisp/align.el (align-newline-and-indent):
5899 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
5900 (align-region): Fixed badly formatted minibuffer message.
5901
7a3fd467
KH
59022000-07-17 Kenichi Handa <handa@etl.go.jp>
5903
21ad0f7b 5904 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
5905 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
5906 the conversion list at first if appropriate.
5907 (kkc-next): Don't update kkc-next-count here.
5908 (kkc-prev): Don't update kkc-prev-count here.
5909 (kkc-show-conversion-list-update): Fix setting up of conversion
5910 list message.
5911
a45423d8
SM
59122000-07-16 Stefan Monnier <monnier@cs.yale.edu>
5913
088831a6 5914 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 5915
91a38db1
DL
59162000-07-16 Dave Love <fx@gnu.org>
5917
5918 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
5919 function to be more specific.
5920
5921 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
5922 non-string help-echo.
5923 (widget-types-convert-widget): Defsubst it.
5924 (widget-echo-help): Try to cope with a help-echo function of two
5925 possible sorts.
5926
3fddcdc3
JR
59272000-07-15 Jason Rumney <jasonr@gnu.org>
5928
5929 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
5930 Declare as obsolete.
5931
5932 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
5933
bd23a692
GM
59342000-07-14 Gerd Moellmann <gerd@gnu.org>
5935
5936 * hilit-chg.el: Fix typo.
5937
d4af987a
DL
59382000-07-14 Dave Love <fx@gnu.org>
5939
5940 * info.el (Info-mode-menu): Fix use of :help, :enable.
5941
3a4f3f86
SM
59422000-07-14 Stefan Monnier <monnier@cs.yale.edu>
5943
5944 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
5945
cf6936a4
DL
59462000-07-13 Dave Love <fx@gnu.org>
5947
4d6d04b5
DL
5948 * emacs-lisp/easymenu.el: Doc fixes.
5949 (easy-menu-remove): Defalias to ignore.
5950
cf6936a4
DL
5951 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
5952 Call throw correctly.
5953
56437999
GM
59542000-07-13 Gerd Moellmann <gerd@gnu.org>
5955
5956 * faces.el (frame-background-mode): Doc fix.
5957
5958 * simple.el (eval-expression-print-length): Change custom type to
5959 allow entering nil as value.
5960
d04a3972
DL
59612000-07-13 Dave Love <fx@gnu.org>
5962
3a4f3f86
SM
5963 * progmodes/fortran.el (fortran-imenu-generic-expression):
5964 Change definition layout.
a8189dfe
DL
5965 (fortran-mode-menu): Reinstate customize entries.
5966
d04a3972
DL
5967 * cus-edit.el (custom-group-menu-create, customize-menu-create):
5968 Use :filter, per old XEmacs code.
5969
4bf4fb05
GM
59702000-07-12 Gerd Moellmann <gerd@gnu.org>
5971
5972 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
5973 event when deciding what to send to the terminal.
5974
37328bcd
DL
59752000-07-12 Dave Love <fx@gnu.org>
5976
5977 * cus-start.el: Add optional version as 4th element of specs and
5978 use it for several things new in v21. Remove load-path. Fix type
5979 of line-number-display-limit.
5980
89492072
DL
59812000-07-11 Dave Love <fx@gnu.org>
5982
3a4f3f86
SM
5983 * progmodes/fortran.el: Don't require easymenu.
5984 Use repeat counts in various regexps.
315aa1de
DL
5985 (fortran-mode-syntax-table): Defvar directly.
5986 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
5987 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
5988 Use defvar, not defconst.
5989 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
5990 (fortran-mode): Set fortran-comment-line-start-skip,
5991 fortran-comment-line-start-skip, dabbrev-case-fold-search.
5992 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
5993 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
5994 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
5995 (fortran-comment-region, fortran-electric-line-number): Simplify.
5996 (fortran-auto-fill): New function.
5997 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
5998 (fortran-find-comment-start-skip):
5999 Check for non-null comment-start-skip.
6000 (fortran-auto-fill-mode, fortran-fill-statement):
6001 Use fortran-auto-fill.
315aa1de 6002 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 6003 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 6004
89492072
DL
6005 * widget.el (widget-plist-member): New alias.
6006
d55ead18
EZ
60072000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6008
6009 * eshell/esh-module.el (toplevel): Reference
6010 byte-compile-current-file only if it is bound.
6011
e82a2a05
GM
60122000-07-10 Gerd Moellmann <gerd@gnu.org>
6013
6014 * dired.el: Don't require `dired-aux'.
6015
1fc7fb2b
MB
60162000-07-10 Miles Bader <miles@lsi.nec.co.jp>
6017
6018 * dired-aux.el (dired-show-file-type): New function.
6019 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6020 (dired-show-file-type): Add autoload.
6021
ab49ce15
KH
60222000-07-10 Kenichi Handa <handa@etl.go.jp>
6023
6024 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 6025 change of fontset-info.
ab49ce15
KH
6026 (print-fontset): Likewise.
6027
f45aab65
SM
60282000-07-09 Stefan Monnier <monnier@cs.yale.edu>
6029
6030 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6031
2f72fd2f
GM
60322000-07-07 Gerd Moellmann <gerd@gnu.org>
6033
e82a2a05 6034 * bindings.el: Bind `[delete]' to delete-char.
965522f5 6035
2f72fd2f
GM
6036 * dired.el (dired-find-alternate-file): New function.
6037 (dired-mode-map): Bind `a' to dired-find-alternate-file.
6038 (toplevel): Require dired-aux when compiling.
6039 (dired-buffers): Move defvar within file to avoid compiler warning.
6040
6041 * info.el (Info-last-search): Variable removed.
6042 (Info-search-history): New variable.
6043 (Info-search): New Info-search-history.
6044
6045 * battery.el, info-look.el: Change author's mail address.
6046
965522f5 60472000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 6048
965522f5
GM
6049 * mail/rmail.el (rmail-clear-headers): Don't throw an error
6050 if rmail-ignored-headers is nil.
6051 (rmail-retry-failure): Bind rmail-ignored-headers and
6052 rmail-displayed-headers to nil.
6053
dd8888a1
GM
60542000-07-06 Gerd Moellmann <gerd@gnu.org>
6055
e5c81191
GM
6056 * lpr.el (lpr-page-header-switches): Add `-h' switch.
6057 (print-region-1): Don't hard code `-h' here.
6058
dd8888a1
GM
6059 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6060
e5c81191
GM
60612000-07-01 Francesco Potorti` <pot@gnu.org>
6062
6063 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6064 exim can use "your message" instead of "the message".
34342a07 6065
f45aab65
SM
60662000-07-06 Stefan Monnier <monnier@cs.yale.edu>
6067
6068 * facemenu.el: Docstrings fixes.
6069 (facemenu-get-face): Don't use internal-find-face.
6070 (facemenu-iterate): Rename arg to match the docstring.
6071
6072 * newcomment.el (uncomment-region): Be more careful when skipping
6073 backwards over `=' not to bump into BOBP.
6074
d396e521 60752000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 6076
dd8888a1
GM
6077 * ediff-diff.el (ediff-wordify): Use syntax table.
6078 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 6079 ediff-color-display-p.
dd8888a1 6080 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
6081 from defsubst.
6082 Got rid of special cases for NeXT and OS/2.
dd8888a1 6083 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 6084 face.
34342a07 6085
5e2dfaa4
SM
60862000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6087
6088 * emacs-lisp/lucid.el: Require CL.
6089 (copy-tree, remprop): Remove, it's provided by CL.
6090 (map-keymap): Define in terms of cl-map-keymap.
6091 (extent-property, set-extent-end-glyph): New functions.
6092
6093 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
6094
d5c5cddd
GM
60952000-07-05 Gerd Moellmann <gerd@gnu.org>
6096
485266d0
GM
6097 * Makefile.in (DONTCOMPILE): Add comment that the name may
6098 not be changed without changing the make-dist script.
6099
5e2dfaa4 6100 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 6101 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 6102
e2c46326
AI
61032000-07-05 Andrew Innes <andrewi@gnu.org>
6104
6105 * makefile.nt: Add support for `bootstrap' and related targets.
6106
a027a91b
SM
61072000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6108
6109 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
6110 (easy-menu-do-define): Use `menu-item' format.
6111 Handle case where easy-menu-create-menu returns a symbol.
6112 Manually call the potential top-level filter in the function binding.
6113 (easy-menu-filter-return): New arg NAME.
6114 Convert to a keymap if MENU is an XEmacs menu.
6115 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
6116 (easy-menu-converted-items-table, easy-menu-convert-item):
6117 New var and fun to memoize easy-menu-convert-item-1.
6118 (easy-menu-do-add-item): Use it.
6119 (easy-menu-create-menu): Use easy-menu-convert-item.
6120 Wrap easy-menu-filter-return around any :filter specification.
6121 Don't convert the menu if a filter was specified.
6122 Tell easy-menu-make-symbol not to check for MENU being an expression.
6123 (easy-menu-make-symbol): New arg NOEXP.
6124
5e03eb84
GM
61252000-07-05 Gerd Moellmann <gerd@gnu.org>
6126
6127 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
6128 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
6129 (eval-defun): If called with prefix arg, instrument code for
6130 Edebug.
6131
6132 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
6133 similar to that of eval-defun.
6134
fca68a95
DL
61352000-07-04 Dave Love <fx@gnu.org>
6136
7ccbba4c
DL
6137 * hl-line.el (hl-line-overlay): Make it permanent-local.
6138
fca68a95
DL
6139 * calendar/todo-mode.el: Replaced with a working version, based on
6140 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
6141
61422000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
6143
6144 * paths.el (prune-directory-list): New function.
6145 (Info-default-directory-list): Rewritten to more methodically
6146 enumerate a big list of possible info directories (based on the
6147 list used by the standalone info reader).
fca68a95 6148
78e7e8a0 6149 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 6150 non-existent directories from Info-directory-list.
78e7e8a0 6151
78e7e8a0
MB
6152 * paths.el (Info-default-directory-list): Try a list of possible
6153 info-directories instead of a single one. Add the possible
6154 info directory "/usr/share/info".
6155
6156 * woman.el (woman-man.conf-path): Explicitly include the debian
6157 man-db config file "/etc/manpath.config".
6158 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6159 are present in `manpath.config'.
6160 (woman-manpath): Include "/usr/share/man".
6161
67c9a1d2
GM
61622000-07-03 Gerd Moellmann <gerd@gnu.org>
6163
6753393b
GM
6164 * frame.el (blink-cursor-mode): Don't hide cursor initially.
6165
6166 * startup.el (command-line): Initialize blink-cursor based
6167 on window-system.
6168
e4f98ad3
GM
6169 * frame.el (blink-cursor): Default to nil if not running under
6170 a window-system.
6171
2f516940
GM
6172 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6173 (face-x-resources): Remove duplicate entry for :font.
6174
67c9a1d2
GM
6175 * textmodes/refer.el (refer-find-entry-internal): Use some-window
6176 instead of cycling through windows with next-window.
6177
6178 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6179 of cycling through windows with next-window.
6180
6181 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6182 of cycling through windows with next-window.
6183
6184 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6185 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6186 instead of cycling through windows with next-window.
6187
6188 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6189 instead of cycling through windows with next-window.
6190
6191 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6192 of cycling through windows with next-window.
6193
6194 * terminal.el (te-process-output): Use walk-windows instead of
6195 cycling through windows with next-window.
6196
6197 * server.el (server-switch-buffer): Use some-window instead of
6198 cycling through windows with next-window.
6199
6200 * window.el (some-window): New function.
6201 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 6202
3a4f3f86 6203 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 6204
8b7bc628 62052000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
6206
6207 * window.el (walk-windows): Guarantee termination by keeping a list
6208 of all the windows already handled.
6209
d0d57043
EZ
62102000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6211
6212 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6213 window-system.
6214
6215 * man.el (Man-notify-when-ready): Don't use window-system. If
6216 Man-notify-method is newframe, and the display is not
6217 multi-frame, select the frame created for the man page.
6218 (Man-init-defvars): Doc fix.
6219
d5483ab1
GM
62202000-06-28 Gerd Moellmann <gerd@gnu.org>
6221
af5c25e1
GM
6222 * faces.el (region): Change background color for light background.
6223
6224 * ediff-wind.el (ediff-setup-control-frame): Remove :box
6225 attribute from mode-line face of Ediff control frame.
6226
d5483ab1
GM
6227 * replace.el (query-replace-map): Bind `e' like `E'.
6228
9d47450f
EZ
62292000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6230
3a4f3f86
SM
6231 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6232 Change name to "Select All".
496b7491 6233
9d47450f
EZ
6234 * dos-fns.el (convert-standard-filename): Fix last change.
6235
0b431deb
GM
62362000-06-27 Gerd Moellmann <gerd@gnu.org>
6237
4fa9f636
GM
6238 * help.el (describe-variable): Don't insert a second `'s' in front
6239 of the string `value is shown below'. Since the syntax-table is
6240 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6241 an existing `'s', so that this won't be deleted.
6242
0b431deb
GM
6243 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6244 * pcmpl-unix.el: New files.
6245
32cad0aa
SM
62462000-06-26 Stefan Monnier <monnier@cs.yale.edu>
6247
6248 * wid-edit.el (widget-member): Use the new plist-member.
6249
2c69ced2
GM
62502000-06-26 Gerd Moellmann <gerd@gnu.org>
6251
44c0f771
GM
6252 * replace.el (perform-replace): Undo change of 2000-04-04.
6253 Instead, move backward 1 character at the end of the loop when
6254 necessary.
34342a07 6255
1d36487c
GM
6256 * faces.el (fringe): Change face for different backgrounds.
6257
6258 * eshell/esh-module.el (toplevel): Load defgroup's differently;
6259 patch from John.
6260
2c69ced2
GM
6261 * eshell/*.el: Change spelling of the Free Software Foundation.
6262
6263 * eshell/esh-toggle.el: Removed.
6264
6265 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6266
6267 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6268 interactively.
6269
62702000-06-26 Alex Schroeder <alex@gnu.org>
6271
6272 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6273 `define-key'; instead of checking `(emacs-version)' check for
6274 `set-keymap-parent' and `set-keymap-name' directly. Add entries
6275 for `;' and `o' which might be electric.
6276
6277 (sql-electric-stuff): New user option.
6278 (sql-magic-go): New function which uses `sql-electric-stuff'.
6279 (sql-magic-semicolon): New function which uses
6280 `sql-electric-stuff'.
6281
6282 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6283 is not fboundp.
6284
6285 (sql-oracle-options): New variable.
6286 (sql-oracle): Use it.
6287
6288 (sql-imenu-generic-expression): Doc change.
6289 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6290 is used.
6291
6292 (sql-informix): Added command line parameter "-" to force
6293 sql-informix-program to use stdout.
6294
db1306d8
EZ
62952000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
6296
3a4f3f86 6297 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
6298 (cp864-decode-table): Doc fix.
6299 (cp720-decode-table): New variable, supports the Arabic OEM
6300 codepage used by Windows.
6301 (cp737-decode-table): New, Greek OEM codepage used by Windows.
6302
c69e5fcd
DL
63032000-06-23 Dave Love <fx@gnu.org>
6304
6305 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6306 (font-lock-fontify-anchored-keywords): Use
6307 line-beginning-position.
6308 (global-font-lock-mode): Use mapc.
6309
30ad8f23
SM
63102000-06-23 Stefan Monnier <monnier@cs.yale.edu>
6311
6312 * eshell/esh-module.el: Require CL when compiling.
6313
26b4dc84
GM
63142000-06-23 Gerd Moellmann <gerd@gnu.org>
6315
78c56e70
GM
6316 * comint.el (comint-substitute-in-file-name): Call replace-match
6317 with second and third arg t.
6318
34342a07 6319 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
6320 Specify foreground color.
6321
6322 * faces.el (tool-bar, mode-line, header-line): Specify foreground
6323 color.
6324
affbf647
GM
6325 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6326
6327 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6328 cddr instead of cdddr.
6329
25fffb31
GM
6330 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6331 instead of copy-list.
6332
6333 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6334 of copy-list.
6335
26b4dc84
GM
6336 * subdirs.el: Add eshell subdirectory.
6337
6338 * eshell: New subdirectory containing the Eshell package.
6339
6340 * pcomplete.el: New file.
6341
78c56e70
GM
63422000-06-23 Paul Eggert <eggert@twinsun.com>
6343
ea055732
GM
6344 * mail/mailpost.el (post-mail-send-it): Make sure file has
6345 proper permissions from birth.
6346
6347 * files.el (basic-save-buffer-2): When temporarily setting
6348 file modes, set them to current modes plus 0200, not to 0777.
6349
78c56e70
GM
6350 * emerge.el (emerge-make-temp-file): Make sure file has proper
6351 permissions from birth.
6352
a3a7ff33
EZ
63532000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
6354
6355 * files.el (make-backup-file-name-1): On DOS/Windows, run the
6356 backup file name through convert-standard-filename.
6357
6358 * dos-fns.el (convert-standard-filename): Convert leading
6359 directories as well. When long file names are supported, convert
6360 characters that are invalid in Windows file names.
6361
1fd9b7fe
GM
63622000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6363
6364 * ps-print.el: Fix bug: if ^L is the very first buffer character,
6365 ps-print crashes. New feature: page selection for printing. Create
6366 raw-text-unix coding system for XEmacs. Doc fix.
6367 (ps-print-version): New version number (5.2.3).
6368 (ps-plot-region): Bug fix.
6369 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6370 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6371 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6372 funs.
6373 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6374 (ps-last-page): New vars.
6375
16ed8416
GM
63762000-06-21 Gerd Moellmann <gerd@gnu.org>
6377
6378 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6379 empty option string.
6380
4fbee715
EZ
63812000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
6382
6383 * man.el (man): Doc fix.
6384
eaecfc94
KH
63852000-06-21 Kenichi Handa <handa@etl.go.jp>
6386
6387 * international/mule-cmds.el (set-language-info-alist): Docstring
6388 fixed.
6389
4a27bdfb
GM
63902000-06-20 Gerd Moellmann <gerd@gnu.org>
6391
6392 * version.el (emacs-version): Use ISO date format.
6393
6394 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6395 instead of `M-backspace'.
6396
6397 * simple.el (turn-off-auto-fill): New function.
6398
8972fe79
SM
63992000-06-20 Stefan Monnier <monnier@cs.yale.edu>
6400
6401 * jit-lock.el (with-buffer-prepared-for-jit-lock):
6402 Renamed from with-buffer-prepared-for-font-lock and use
6403 inhibit-modification-hooks rather than setting *-change-functions.
6404 Update all functions to use the new name.
6405 (jit-lock-first-unfontify-pos): New semantics (and doc).
6406 (jit-lock-mode): Make non-interactive.
6407 Don't automatically turn on font-lock.
6408 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6409 Always use jit-lock-after-change.
6410 Remove and restore font-lock-after-change-function.
6411 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6412 (jit-lock-after-unfontify-buffer): Remove.
6413 (jit-lock-stealth-fontify):
6414 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6415 (jit-lock-after-change): Set the `fontified' text-prop to nil.
6416
5d80cc9c
SS
64172000-06-20 Sam Steingold <sds@gnu.org>
6418
6419 * emacs-lisp/cl-indent.el (toplevel): Indent
6420 `print-unreadable-object' properly. Untabify.
6421
f54e4d13
CD
64222000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6423
6424 * textmodes/reftex.el (reftex-find-citation-regexp-format):
6425 Support for bibentry.
6426 (reftex-compile-variables): Fixed problem with end of section-re.
6427
6428 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
6429 reftex-view-crossref-from-bibtex):
6430 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
6431 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6432 Replaced `remprop' with `put'.
8972fe79
SM
6433 (reftex-view-crossref, reftex-view-crossref-when-idle):
6434 Support for bibentry.
f54e4d13 6435
8972fe79
SM
6436 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6437 New entry for bibentry package.
f54e4d13 6438
8972fe79
SM
6439 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6440 Regexp also matches "\nobibliography".
f54e4d13 6441
8972fe79
SM
6442 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6443 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
6444 (reftex-ensure-write-access): New function.
6445
f54e4d13
CD
64462000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6447
6448 * progmodes/idlwave.el: File re-installed (update to version 4.2)
6449
6450 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6451
6452 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6453
6454 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6455
6456
560c43f4
DL
64572000-06-20 Dave Love <fx@gnu.org>
6458
6459 * faces.el (frame-background-mode): Use set-default, not set, in
6460 setter.
6461 (frame-update-faces, frame-update-face-colors): Define with
6462 defalias.
6463
6464 * enriched.el (enriched-decode-foreground)
6465 (enriched-decode-background): Don't use internal-find-face.
6466
6467 * apropos.el: Doc fixes.
6468
6469 * cus-edit.el (customize-changed-options): Check arg.
6470 (customize-version-lessp): Don't require decimal point.
6471
6472 * custom.el (defcustom, defgroup): Doc fix.
6473
6474 * newcomment.el (comment) <defgroup>: Add :version.
6475 (comment-multi-line): Doc fix.
6476
6477 * emulation/mlsupport.el (define-hooked-local-abbrev,
6478 define-hooked-global-abbrev): Fix, using define-abbrev.
6479
cdf0357b
GM
64802000-06-19 Gerd Moellmann <gerd@gnu.org>
6481
6482 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6483 the whole buffer.
6484
10013d74
DL
64852000-06-19 Dave Love <fx@gnu.org>
6486
6487 * menu-bar.el (menu-bar-options-save): New function.
6488 (menu-bar-options-menu): Use it.
6489 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6490 Simplify.
6491
6922f208
AS
64922000-06-19 Andreas Schwab <schwab@suse.de>
6493
6494 * progmodes/etags.el (tags-query-replace): Put new parameters
6495 START and END at the end, for backward compatibility.
6496
10d7bf84
KH
64972000-06-19 Kenichi Handa <handa@etl.go.jp>
6498
6499 * international/codepage.el:
6500 (cp-coding-system-for-codepage-1): Delete special codes for
6501 generating xxx-dos coding system because now a CCL based coding
6502 system can handle EOL conversion by default.
6503
6504 * international/mule.el (make-coding-system): Generate subsidiary
6505 coding systems for EOL handling variants even for a CCL based
6506 coding system.
6507
8f3c9a3d
KH
65082000-06-19 Kenichi Handa <handa@etl.go.jp>
6509
6510 * international/isearch-x.el (isearch-minibuffer-input-method)
6511 (isearch-minibuffer-input-method-function): These variables
6512 deleted.
6513 (isearch-with-input-method): Don't use the above variables.
6514 (isearch-process-search-multibyte-characters): Likewise. Call
6515 read-string with the arg INHERIT-INPUT-METHOD t.
6516
c2acf685
SM
65172000-06-17 Stefan Monnier <monnier@cs.yale.edu>
6518
13f0d185
SM
6519 * font-lock.el (font-lock-after-fontify-buffer)
6520 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6521
6522 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6523 Use consistent make-local-variable style for font-lock-fontified.
6524 (jit-lock-fontify-buffer):
6525 Don't bother checking for font-lock-mode and jit-lock-mode.
6526
c2acf685
SM
6527 * time.el: Remove trailing ^M that prevent CVS-merging.
6528
a9021acd
GM
65292000-06-16 Gerd Moellmann <gerd@gnu.org>
6530
6531 * Makefile.in (distclean): New target.
5d80cc9c 6532
0df68e9f
SM
65332000-06-16 Stefan Monnier <monnier@cs.yale.edu>
6534
6535 * Makefile.in (srcdir): Define for update-subdirs.
6536
6344985d
GM
65372000-06-16 Gerd Moellmann <gerd@gnu.org>
6538
6539 * find-lisp.el: New file.
6540
63239267
AI
65412000-06-16 Andrew Innes <andrewi@gnu.org>
6542
6543 * time.el (display-time-mail-function): New variable, to allow
6544 external packages to indicate when new mail is available.
6545 (display-time-update): Use it.
6546
1699f991
KH
65472000-06-16 Kenichi Handa <handa@etl.go.jp>
6548
a3b37893
KH
6549 * international/mule.el (mule-version): Change version name to
6550 SAKAKI. AOI has already been used by Meadow.
6551
1699f991
KH
6552 * international/quail.el (quail-show-guidance-buf): To find the
6553 bottom window (but minibuffer), pay attention to the height of
6554 minibuffer.
6555
228b083e
EZ
65562000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6557
7d5c8691
EZ
6558 * arc-mode.el (archive-mode-map): Use the new menu-item format for
6559 menu-bar menus. Add help strings. Don't remove the Edit menu
6560 from the menu bar, as the menu bar has enough space now.
6561
261f3289
EZ
6562 * Makefile.in (SHELL): Make sure /bin/sh is used.
6563
228b083e
EZ
6564 * woman.el (woman-man-buffer): Fix bold and underlined CJK
6565 characters, which use series of two ^H characters instead of one.
6566
e27e8d71
GM
65672000-06-15 Gerd Moellmann <gerd@gnu.org>
6568
5d80cc9c 6569 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 6570 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 6571 functions.
451ec4e3
GM
6572 (Info-find-node-2): Try a case-sensitive search first, then
6573 do a case-insensitive search.
6574
6575 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6576 tutorials.
6577
b675095c
GM
6578 * complete.el (PC-env-vars-alist): New variable.
6579 (PC-complete-as-file-name): New function.
6580 (partial-completion-mode): Initialize PC-env-vars-alist from
6581 process-environment.
6582 (PC-do-completion): Handle completion of env vars.
6583
6584 * info.el (Info-set-mode-line): Show file name in mode line,
6585 use `*Info*' instead of `Info:'.
6586
e27e8d71
GM
6587 * startup.el (command-line-1): Change copyright messages to year
6588 2000.
6589
28223a7e
DL
65902000-06-15 Dave Love <fx@gnu.org>
6591
6592 * net/goto-addr.el (goto-address-fontify): Use keymap property,
6593 not local-map.
6594
32684631
KH
65952000-06-15 Kenichi Handa <handa@etl.go.jp>
6596
6597 * international/mule.el (set-buffer-file-coding-system): Almost
6598 rewritten to handle `undecided' as no-op.
6599
9f817ea4
GM
66002000-06-14 Gerd Moellmann <gerd@gnu.org>
6601
e27e8d71 6602 * Makefile.in: New file.
dce6b995
GM
6603
6604 * Makefile: Removed.
6605
9f817ea4
GM
6606 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6607 (goto-address-highlight-keymap): Bind C-c RET.
6608
2de33f94
KH
66092000-06-14 Kenichi Handa <handa@etl.go.jp>
6610
bbf1e8a5
KH
6611 * mail/sendmail.el (sendmail-send-it): The temporary buffer
6612 inherits buffer-file-coding-system of the current buffer.
725a6897 6613
02891cc3
KH
6614 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6615 0. Give correct argument to set-auto-coding-function.
6616 (tar-expunge): For goto-char, use (point-min), not 0.
6617 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6618 (tar-subfile-save-buffer): Likewize.
6619
2de33f94
KH
6620 * international/mule.el
6621 (after-insert-file-set-buffer-file-coding-system): Call
6622 set-buffer-file-coding-system with the arg FORCE t.
6623
1681ead6
GM
66242000-06-13 Gerd Moellmann <gerd@gnu.org>
6625
6626 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6627 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 6628 the sender is set with `-f'.
1681ead6 6629
fdf4b680
DL
66302000-06-13 Dave Love <fx@gnu.org>
6631
9c50afce
DL
6632 * help.el (describe-function-1): Kluge around cases of functions
6633 fset to subrs whose doc doesn't match their symbol-name.
6634
0ad550ba 6635 * image.el (insert-image): Default STRING to a space.
f290ca08 6636
fdf4b680 6637 * info.el Doc fixes.
5d80cc9c 6638 (Info-build-node-completions): Match Ref tags.
fdf4b680 6639
9b6610db
EZ
66402000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
6641
a704139d
EZ
6642 * frame.el (display-multi-frame-p, display-multi-font-p): New
6643 defaliases for display-graphic-p.
6644
9b6610db
EZ
6645 * hl-line.el: Fixed a typo in commentary.
6646
7a5ea398
KH
66472000-06-13 Kenichi Handa <handa@etl.go.jp>
6648
6649 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6650 fixed.
6651
0dc91c57
DL
66522000-06-12 Dave Love <fx@gnu.org>
6653
6654 * image.el (insert-image): Save a little consing.
6655
0bd5914b
KH
66562000-06-12 Kenichi Handa <handa@etl.go.jp>
6657
6658 * language/tibet-util.el: Convert all tibetan-1-column characters
6659 to the corresponding tibetan characters.
6660 (tibetan-add-components): Delete code for the special treatment of
6661 'a chung.
6662
6663 * language/tibetan.el (tibetan-composable-pattern): Fix previous
6664 change.
6665 (tibetan-vowel-transcription-alist): More rules added.
6666 (tibetan-composite-vowel-alist): New variable.
6667 (tibetan-precomposition-rule-alist): More rules added.
6668
6dc7d3d5
SM
66692000-06-12 Stefan Monnier <monnier@cs.yale.edu>
6670
9c04c393
SM
6671 * startup.el (command-line): Only call menu-bar-mode if interactive.
6672
6673 * thingatpt.el (toplevel symbol-properties):
6674 * textmodes/makeinfo.el (makeinfo-compile):
6675 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 6676 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 6677 (hide-ifdef-use-define-alist):
5d80cc9c 6678 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
6679 (ange-ftp-vms-add-file-entry):
6680 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
6681 * man.el (Man-build-man-command):
6682 * mail/rnewspost.el (news-reply-header-hook):
6683 * info.el (Info-insert-dir):
6684 * emulation/mlconvert.el (backward-word, forward-word, setq):
6685 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
6686 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
6687 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
6688 (byte-optimize-apply, end of file):
6689 * emacs-lisp/advice.el (ad-advice-class-completion-table)
6690 (ad-make-freeze-definition):
6691 * startup.el (command-line, command-line-1): Don't quote lambdas.
6692
6dc7d3d5
SM
6693 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
6694 (cvs-cleanup-removed): New function.
6695 (cvs-cleanup-functions): New var.
6696 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
6697 some flexibility in specifying additional entries to auto-cleanup.
6698 (cvs-quickdir): New function.
6699 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
6700 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
6701 (cvs-mode-find-file): Check that we are on a filename or dirname
6702 when invoked through a mouse-click.
6703 (cvs-full-path): Remove.
6704 (cvs-dired-action): Re-introduced.
6705 (cvs-dired-noselect): Use it.
6706 (vc-post-command-functions): use this new hook if available.
6707
6708 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
6709 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
6710 (cvs-filename-map, cvs-dirname-map): Remove.
6711 (cvs-default-action): Remove.
6712 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
6713 if the arg is really a keymap.
6714 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
6715 Don't hardcode the mapping from state (aka type) to face, but check
6716 the var cvs-fi-<type>-face instead.
6717 (cvs-fileinfo-from-entries): New function.
6718
6719 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
6720 Docstring fix.
6721 (cvs-find-file-and-jump): Change default to be safer.
6722 (cvs-mode-diff-map): Define it as a function as well.
6723 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
6724 Bind mouse-2 in this global map rather than with text-properties.
6725
6726 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
6727 file to resolve the ambiguity between C(conflict) and C(need-merge).
6728
5050a2ef
KH
67292000-06-12 Kenichi Handa <handa@etl.go.jp>
6730
6731 * international/mule.el (set-buffer-file-coding-system): If
6732 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
6733 unconditionally.
6734
35a7ac84
DL
67352000-06-12 Dave Love <fx@gnu.org>
6736
6737 * wid-edit.el (widget-specify-button): Really suppress the face if
6738 required.
6739
db8eeecd
GM
67402000-06-11 Gerd Moellmann <gerd@gnu.org>
6741
6742 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
6743
70223ca4
SM
67442000-06-11 Stefan Monnier <monnier@cs.yale.edu>
6745
6746 * imenu.el (imenu-generic-expression): Docstring fix.
6747
6748 * composite.el (composition-function-table): Move the `put'
6749 below the autoload cookie so we can load the file before loaddefs.
6750
6751 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
6752
6753 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
6754 Handle easy-mmode-define-global-mode.
6755 For complex macros like define-minor-mode that can generate
6756 several autoload entries, try to autoload entries in the
6757 macroexpanded code.
6758
6759 * emacs-lisp/easy-mmode.el (define-minor-mode):
6760 If KEYMAP is a symbol, just use it.
6761 Use byte-compile-current-file and load-file-name to infer the
6762 proper :require to pass to defcustom.
6763 Wrap the hook var into `progn' so as not to autoload it.
6764 Add a :autoload-end cookie.
6765 Be more careful about the evaluation of KEYMAP.
6766 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
6767 (define-derived-mode): Move define-abbrev-table outside of defvar.
6768
67692000-06-10 Stefan Monnier <monnier@cs.yale.edu>
6770
6771 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
6772 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
6773 (backup-compiled-files): Ignore errors during `tar'.
6774 (bootstrap): Make autoloads before elc files.
6775
9c53b34e
KH
67762000-06-10 Kenichi Handa <handa@etl.go.jp>
6777
6778 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 6779 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
6780
6781 * international/mule-conf.el (unix): New alias for the coding
6782 system undecided-unix.
6783
22ddd299
DL
67842000-06-09 Dave Love <fx@gnu.org>
6785
5ee42746
DL
6786 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
6787
70223ca4 6788 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
6789 (executable-insert): Change custom type.
6790 (executable-find): Add autoload cookie.
cc7e1d18
DL
6791 (executable-make-buffer-file-executable-if-script-p): New
6792 function. After Noah Friedman.
22ddd299
DL
6793
6794 * files.el (after-save-hook): Customize, with
cc7e1d18 6795 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 6796
41ea3794
KH
67972000-06-09 Kenichi Handa <handa@etl.go.jp>
6798
f89437e3
KH
6799 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
6800 "tib24p-mule.bdf" for Tibetan.
6801
7a4ee259
KH
6802 * composite.el (decompose-composite-char): Declare it as obsolete.
6803
ff6a65c2
KH
6804 * man.el (Man-fontify-manpage): Pay attention to underline and
6805 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 6806
f83fe4b4
GM
68072000-06-08 Gerd Moellmann <gerd@gnu.org>
6808
6809 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
6810 Set maintainer to FSF since author isn't reachable.
6811
e56d7900
DL
68122000-06-08 Dave Love <fx@gnu.org>
6813
6814 * international/mule-cmds.el (select-safe-coding-system): If
6815 DEFAULT-CODING-SYSTEM is not specified, also check the most
6816 preferred coding-system if buffer-file-coding-system is
6817 `undecided'. From Handa.
6818
d3981b49
KH
68192000-06-08 Kenichi Handa <handa@etl.go.jp>
6820
6821 * international/mule.el
6822 (after-insert-file-set-buffer-file-coding-system): If the buffer
6823 size is greater than INSERTED, judget that we are not visiting.
6824
bff71087
RV
68252000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
6826
6827 * whitespace.el (defgroup whitespace): Comment out `:version'.
6828 XEmacs 20.4 has problems defining the group with this present.
6829 We'll have this commented out till get resolve the problem.
6830
45f485a6
GM
68312000-06-07 Gerd Moellmann <gerd@gnu.org>
6832
6833 * align.el: Update from author.
6834
68352000-06-07 Jari Aalto <jari.aalto@poboxes.com>
6836
6837 * apropos.el (apropos-mode-hook): New user variable.
6838 (apropos-mode): Run apropos-mode-hook.
bff71087 6839
45f485a6
GM
68402000-06-07 David Ponce <david@dponce.com>
6841
6842 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
6843 commands. Require `wid-edit' at run-time.
6844
68452000-06-07 David Ponce <david@dponce.com>
6846
6847 * recentf.el: Added some "Commentary".
6848 (recentf-open-more-files, recentf-edit-list): Minor changes to
6849 move the point at the top of the file list. This behaviour is
6850 consistent with the menu one when the list contains a lot of
6851 files.
6852 (recentf-cleanup): Now displays the number of items removed from
6853 the list.
6854 (recentf-relative-filter) New menu filter to show filenames
6855 relative to `default-directory'.
bff71087 6856
45f485a6
GM
68572000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6858
6859 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
6860 with/without giving an error if PostScript printer doesn't have this
6861 kind of page size. Zebra Stripe continues or restarts on next page.
6862 Manual/automatic paper feeding. Switch or not the header.
6863 (ps-print-version): New version number (5.2.2).
6864 (ps-windows-system): Include emx as a Windows system.
6865 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
6866 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
6867 (ps-background-text): Code fix.
6868 (ps-error-handler-message, ps-user-defined-prologue)
6869 (ps-print-prologue-header, ps-printer-name)
6870 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
6871 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
6872 (ps-use-face-background): Customization fix.
6873 (ps-n-up-database): Data fix.
6874 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
6875 (ps-switch-header): New vars.
6876 (ps-xemacs-color-name, ps-face-foreground-name)
6877 (ps-face-background-name, ps-boolean-constant): New funs.
6878
c14dcd22
DL
68792000-06-07 Dave Love <fx@gnu.org>
6880
6881 * allout.el: New version from Manheimer.
6882
e4044bb0
KH
68832000-06-07 Kenichi Handa <handa@etl.go.jp>
6884
6885 * textmodes/fill.el (fill-find-break-point): Check the validity of
6886 charset.
6887
59cfe8b9
KF
68882000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6889
6890 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6891 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6892 Call display-color-p and display-mouse-p instead of looking at
6893 window-system.
6894
bb2337f5
DL
68952000-06-06 Dave Love <fx@gnu.org>
6896
6897 * image.el (find-image): Doc fix. Return nil if image not found.
6898 (put-image, insert-image): Make STRING arg optional.
6899
8e624fa2
KH
69002000-06-06 Kenichi Handa <handa@etl.go.jp>
6901
6902 * language/vietnamese.el: Remove eval-when-compile.
6903 (viet-viscii-nonascii-translation-table): Define it as a
6904 translation table made from viet-viscii-decode-table.
6905 (viet-viscii-encode-table): Define it as a translation table made
6906 from the reverse map of above.
6907 (viet-vscii-nonascii-translation-table): Define it as a
6908 translation table made from viet-vscii-decode-table.
6909 (viet-vscii-encode-table): Define it as a translation table made
6910 from the reverse map of above.
6911 (ccl-decode-viscii): Use translate-character.
6912 (ccl-encode-viscii, ccl-encode-viscii-font)
6913 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
6914 Likewize.
bff71087 6915
8e624fa2
KH
6916 * language/cyrillic.el: Remove eval-when-compile.
6917 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
6918 translation table made from cyrillic-koi8-r-decode-table.
6919 (cyrillic-koi8-r-encode-table): Define it as a translation table
6920 made from the reverse map of above.
6921 (ccl-decode-koi8): Use translate-character.
6922 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
6923 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
6924 a translation table made from cyrillic-alternativnyj-decode-table.
6925 (cyrillic-alternativnyj-encode-table): Define it as a translation
6926 table made from the reverse map of above.
6927 (ccl-decode-alternativnyj): Use translate-character.
6928 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
6929 Likewize
6930
6931 * international/mule-diag.el (non-iso-charset-alist): Specify
6932 translation table symbol instead of translation table itself.
6933 (list-block-of-chars): CHARSET may be a translation table symbol.
6934
6935 * international/mule.el (make-coding-system): If CODING-SYSTEM
6936 already exists, override it.
6937
6938 * international/fontset.el: Use family `proportional' for Tibetan
6939 fonts.
6940
6941 * international/ccl.el (ccl-compile-translate-character): Don't
6942 check if Rrr has property translation-table.
6943 (ccl-compile-map-multiple): Modified to avoid compiler warning.
6944
1969fae2
GM
69452000-06-05 Gerd Moellmann <gerd@gnu.org>
6946
6947 * info.el: Bind case-fold-search to t when searching in case
6948 a user sets it to nil in a hook.
6949
d5b037c5
SM
69502000-06-05 Stefan Monnier <monnier@cs.yale.edu>
6951
d3d02e65
SM
6952 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6953 * hl-line.el (hl-line-mode): Use the new :global key argument.
6954
6955 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
6956 (tar-clip-time-string): Prepend a space.
6957 (tar-grind-file-mode): Construct a string rather than modifying one.
6958 (tar-header-block-summarize): Fix docstring.
6959 Use `format' rather than an error-prone set of copy-loops.
6960
6961 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
6962 (diff-goto-source, diff-unified->context, diff-context->unified)
6963 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
6964 understand the format output by the `-p' argument to diff.
6965
bff71087 6966 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
6967 (sh-re-done): Use defconst.
6968 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
6969 (sh-help-string-for-variable, sh-guess-basic-offset):
6970 Don't quote lambdas.
6971 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
6972 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
6973
f7c4478f
SM
6974 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
6975 (mh-letter-mode): Derive from text-mode.
6976 This implicitly means that it now calls kill-all-local-variables.
6977 Also remove the Emacs-18 compatibility code.
6978
a8add29d
SM
6979 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
6980 Make use of symbol-property doc-string-elt.
6981 Use memq rather than a sequence of eq.
6982 (doc-string-elt): Fix the wrong or missing previously unused values.
6983 (autoload-print-form): New function extracted from
6984 generate-file-autoloads to allow recursion when handling progn
6985 so that defvar's and defun's docstrings are properly printed.
6986 (generate-file-autoloads): Use it.
6987
d5b037c5
SM
6988 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
6989 Use find-file-hooks in the minor-mode function.
6990 Be careful not to loop indefinitely in the post-command-hook function.
6991
560ef11a 69922000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 6993
1969fae2 6994 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 6995 tty's.
1969fae2 6996 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 6997 differences whenever appropriate.
1969fae2
GM
6998 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
6999 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
7000 wildcards.
7001
b5bbbb76
SM
70022000-06-04 Stefan Monnier <monnier@cs.yale.edu>
7003
d5b037c5
SM
7004 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7005 (jit-lock-fontify-buffer): New function for JIT refontification.
7006 (jit-lock-mode): Fix docstring.
7007 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7008 Remove jit-lock-after-change from the _local_ hook.
7009 (jit-lock-function-1): Fix docstring.
7010
7011 * info.el (Info-on-current-buffer): Initialize info.
7012
7013 * newcomment.el (comment-indent): Ignore comment-indent-hook.
7014
7015 * progmodes/tcl.el (tcl-indent-for-comment):
7016 Ignore comment-indent-hook.
7017
7018 * emacs-lisp/easy-mmode.el: Require CL during compilation.
7019 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
7020 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7021 and improve to use the lighter to guess the capitalization.
7022 (define-minor-mode): Inline code from easy-mmode-define-toggle.
7023 Add keyword arguments to specify global-ness or the custom group.
7024 Add local-map and help-echo properties to the lighter.
7025 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 7026 (easy-mmode-define-global-mode): New macro.
b5bbbb76 7027
bfa6c260
DL
70282000-06-02 Dave Love <fx@gnu.org>
7029
7030 * wid-edit.el: byte-compile-dynamic since we typically don't use
7031 all the widgets. Don't require cl or widget. Remove
7032 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
7033 (widget-read-event): Removed. Callers changed to use read-event.
7034 (widget-button-release-event-p): Renamed from
7035 button-release-event-p.
7036 (widget-field-add-space, widget-field-use-before-change):
7037 Uncustomize.
7038 (widget-specify-field): Use keymap property, not local-map.
7039 (widget-specify-button): Obey :suppress-face.
7040 (widget-specify-insert): Use modern backquote syntax.
7041 (widget-image-directory): Renamed from widget-glyph-directory.
7042 (widget-image-enable): Renamed from widget-glyph-enable.
7043 (widget-image-find): Replaces widget-glyph-find.
7044 (widget-button-pressed-face): Move defvar.
7045 (widget-image-insert): Replaces widget-glyph-insert.
7046 (widget-convert): Use keywordp.
7047 (widget-leave-text, widget-children-value-delete): Use mapc.
7048 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 7049 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
7050 (widget-button-click): Don't set point at the click, but re-centre
7051 if we scroll out of window. Rewritten for images v. glyphs &c.
7052 (widget-tabable-at): Use POS arg, not point.
7053 (widget-beginning-of-line, widget-end-of-line)
7054 (widget-item-value-create, widget-sublist, widget-princ-to-string)
7055 (widget-sexp-prompt-value, widget-echo-help): Simplify.
7056 (widget-default-create): Use widget-image-insert; some rewriting.
7057 (widget-visibility-value-create)
7058 (widget-push-button-value-create, widget-toggle-value-create): Use
7059 widget-image-insert.
7060 (checkbox): Create on and off images dynamically.
7061 (documentation-link): Change :help-echo.
7062 (widget-documentation-link-echo-help): Remove.
7063
3837de12
SM
70642000-06-02 Stefan Monnier <monnier@cs.yale.edu>
7065
7066 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7067
7068 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7069 (easy-mmode-define-toggle, define-minor-mode): Use it.
7070 (easy-mmode-define-keymap): Docstring fix.
7071 (define-derived-mode): Default PARENT to fundamental-mode.
7072 Add the derived-mode-parent symbol-property.
7073 (easy-mmode-derived-mode-p): New function.
7074
90aa4ea8
DL
70752000-06-02 Dave Love <fx@gnu.org>
7076
37193ee6
DL
7077 * files.el (convert-standard-filename): Doc fix.
7078 (normal-backup-enable-predicate): New function.
7079 (backup-enable-predicate): Use it to replace the lambda form.
7080
7081 * calendar/todo-mode.el: [This needs more work on the outline
7082 stuff.] Doc fixes.
7083 (todo) <defgroup>: Add :version.
7084 (todo-add-category): Don't use pushnew.
7085 (todo-cmd-raise): Fix typo.
7086 (todo-top-priorities): Change temp buffer name.
7087 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
7088 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7089 Use outline-next-heading.
37193ee6 7090
90aa4ea8
DL
7091 * autoarg.el: Rewritten to use define-minor-mode.
7092 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
7093 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
7094
2e54623a
KH
70952000-06-02 Kenichi Handa <handa@etl.go.jp>
7096
7097 * isearch.el (isearch-other-meta-char): Fix previous change.
7098
c5def0db
SM
70992000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7100
3837de12
SM
7101 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
7102 (log-edit-done): Only add the comment to the ring if it's different
7103 from the last comment entered.
7104
c5def0db
SM
7105 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
7106
2330c9d4
DL
71072000-06-01 Dave Love <fx@gnu.org>
7108
7109 * hl-line.el: Rewritten using define-minor-mode.
7110
7111 * help.el (describe-function-1): Distinguish special form from
7112 builtin function. Sanity-check presence of arglist for builtins.
7113
6e5dfc31
KH
71142000-06-01 Kenichi Handa <handa@etl.go.jp>
7115
4dc1225b
KH
7116 * international/characters.el: Fix syntax/category setting of
7117 Tibetan characters.
7118
7119 * language/tibet-util.el (tibetan-add-components): Fixes for new
7120 encoding of Tibetan characters.
7121 (tibetan-decompose-precomposition-alist): New variable.
7122 (tibetan-decompose-region): Convert precomposed characters to
7123 non-precomposed characters.
7124 (tibetan-decompose-string): Likewise.
7125 (tibetan-composition-function): Fix args to
7126 thibetan-compose-string.
7127
7128 * language/tibetan.el (tibetan-composable-pattern): More
7129 characters included.
7130 (tibetan-consonant-transcription-alist): Rule for "R" added.
7131 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
7132 "+R" added.
7133 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
7134
eadef5e6
KH
7135 * language/lao-util.el (lao-composition-function): Fix args to
7136 compose-string.
7137
7138 * language/thai-util.el (thai-composition-function): Fix args to
7139 compose-string.
7140
6e5dfc31 7141 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
7142 to prevent the point moving to the end of a composition when a
7143 part of a composition is searched.
6e5dfc31
KH
7144 (isearch-other-meta-char): If the key invoking this command can be
7145 mapped by function-key-map to a printing char, call
7146 isearch-process-search-char directly.
7147
2598a293
SM
71482000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7149
7150 * emacs-lisp/bytecomp.el:
7151 * frame.el:
7152 * international/mule-cmds.el:
7153 * international/mule-util.el:
7154 * international/mule.el:
7155 * mouse.el:
7156 * subr.el:
7157 * faces.el: Update calls to make-obsolete with a WHEN argument.
7158
7159 * byte-run.el (make-obsolete, make-obsolete-variable):
7160 Add an optional WHEN argument and change the format of the
bff71087 7161 symbol-property information.
2598a293
SM
7162 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7163 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7164 new obsolete-symbol-property format and print WHEN if it is provided.
7165
28d8dff1
DL
71662000-05-31 Dave Love <fx@gnu.org>
7167
7168 * loadhist.el (loadhist-hook-functions): Remove
7169 before-change-function, after-change-function.
7170 (unload-feature): Deal with symbols which are both bound and
7171 fbound.
7172
7173 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7174 before-change-function, after-change-function.
7175
7176 * simple.el (newline): Don't bind before-change-function,
7177 after-change-function.
7178
7f565d87
RV
71792000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
7180
7181 * whitespace.el (whitespace-rescan-timer-time): Update interval
7182 set to 600 seconds (10 minutes) instead of 60 seconds since
7183 a large number of whitespace buffers causes emacs to `freeze'
7184 for a considerable amount of time.
7185
bff71087 7186 * whitespace.el: Updated email address
7f565d87 7187
a8d693d8
DL
71882000-05-31 Dave Love <fx@gnu.org>
7189
7190 * add-log.el (change-log-font-lock-keywords) <function>: Add
7191 pattern for function of change.
7192 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7193 acknowledgements patterns.
7194
a50192e7
KH
71952000-05-31 Kenichi Handa <handa@etl.go.jp>
7196
7197 * isearch.el (isearch-printing-char): If keyboard coding system is
7198 being used, call isearch-process-search-multibyte-characters.
7199
7200 * international/isearch-x.el: Mostly rewritten.
7201
7202 * international/quail.el (quail-start-conversion): Don't include
7203 unhandled events in the returned events, but set them in
7204 unread-command-events. Exit if all inputs are deleted.
7205
7e492772
JR
72062000-05-30 Jason Rumney <jasonr@gnu.org>
7207
7208 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7209
7210 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7211 Reenable code to create initial fontsets.
7212 Use set-fontset-font in place of put-charset-property.
7213
10fc3187
GM
72142000-05-30 Gerd Moellmann <gerd@gnu.org>
7215
79148ea7
GM
7216 * progmodes/perl-mode.el (perl-indent-line): When looking for a
7217 label, ensure that the first colon isn't followed by another.
7218
7219 * paths.el (Info-default-directory-list): Doc fix.
7220
086d5b87
GM
7221 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7222 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7223 send a query containing USER only, not USER@HOST.
7224
10fc3187
GM
7225 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7226 and rmail-msgend to compute the restriction at the end, instead of
7227 computing it.
7228
49e70dec
GM
72292000-05-29 Gerd Moellmann <gerd@gnu.org>
7230
66254a13
GM
7231 * dabbrev.el (dabbrev-expand): Don't display messages in the
7232 echo area if the minibuffer window is active.
7233
49e70dec
GM
7234 * jit-lock.el (jit-lock-mode): Add after change function to
7235 local hook.
7236
72372000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
7238
7239 * antlr-mode.el: New commands: hide/unhide actions,
7240 upcase/downcase literals.
7241 (antlr-tiny-action-length): New user option.
7242 (antlr-hide-actions): New command. Suggested by
7243 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 7244 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
7245 (antlr-mode-menu): New entries.
7246 (antlr-downcase-literals): New command.
7247 (antlr-upcase-literals): Ditto.
7248
7249 * antlr-mode.el: Minor changes: indendation, mode-name.
7250 (antlr-indent-line): Indent cpp directive at column 0.
7251 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7252
7253 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7254 (antlr-font-lock-additional-keywords): Workaround for intentional
7255 bug in XEmacs version of font-lock.
7256 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
7257 be used by a smarter version of `buffers-menu-grouping-function'.
7258
72592000-05-29 Gerd Moellmann <gerd@gnu.org>
7260
7261 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7262 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7263
49f93684
KH
72642000-05-29 Kenichi Handa <handa@etl.go.jp>
7265
7266 * international/encoded-kb.el
7267 (encoded-kbd-iso2022-designation-map): Pay attention to that
7268 charset-iso-final-char return -1 for eight-bit-control and
7269 eight-bit-graphic.
7270
5b1ae051
EZ
72712000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7272
7273 * speedbar.el (speedbar-use-images, speedbar-update-flag)
7274 (speedbar-easymenu-definition-base): Use display-graphic-p where
7275 available, instead of window-system.
7276
a205e32a
EZ
72772000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7278
7279 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7280 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7281 coding systems.
7282
dd854dc2
DL
72832000-05-26 Dave Love <fx@gnu.org>
7284
c88a85d5
DL
7285 * disp-table.el (standard-display-underline): Don't use
7286 internal-find-face.
7287
dd854dc2
DL
7288 * mail/reporter.el: Maintainer change. Doc fixes.
7289 (reporter-version): Deleted.
7290
7291 * emacs-lisp/elp.el: Maintainer change.
7292 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7293
dc29aa6c
SM
72942000-05-26 Stefan Monnier <monnier@cs.yale.edu>
7295
7296 * add-log.el (add-change-log-entry): Merge the current entry with the
7297 previous one if the previous one is empty.
7298
ed62683d
DL
72992000-05-26 Dave Love <fx@gnu.org>
7300
4370a375
DL
7301 * loadhist.el (unload-feature): Fix interactive spec [from
7302 lijnzaad@ebi.ac.uk].
7303
ed62683d
DL
7304 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7305 subr-arity to check primitives.
7306 (byte-compile-flush-pending, byte-compile-file-form-progn)
7307 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7308 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7309 mapcar.
7310
ba9f8f95
KH
73112000-05-26 Kenichi Handa <handa@etl.go.jp>
7312
0f3e0672
KH
7313 * international/fontset.el: Set family names of non-latin charsets
7314 in default fontset to "*".
7315
cebefb44
KH
7316 * international/mule-diag.el (print-fontset): Combine family part
7317 and registry part of the fontname by "-*-" instead of "-".
7318
ba9f8f95
KH
7319 * international/mule-cmds.el (encode-coding-char): Make strings
7320 multibyte before calling encode-coding-string.
7321
931d0724
SM
73222000-05-25 Stefan Monnier <monnier@cs.yale.edu>
7323
7324 * derived.el: Fix keywords.
8ccce2b0 7325 (define-derived-mode): Only define if needed.
931d0724
SM
7326
7327 * simple.el (fill-comment, comment-column, comment-start)
7328 (comment-start-skip, comment-end, comment-indent-function)
7329 (block-comment-start, block-comment-end, indent-for-comment)
7330 (set-comment-column, kill-comment, comment-padding, comment-region)
7331 (comment-multi-line, indent-new-comment-line): Remove.
7332
7333 * bindings.el (esc-map): Change ; to comment-dwim and use the new
7334 function names for comment operations.
7335
7336 * newcomment.el: Add abundant autoload cookies.
7337 (comment-style): Don't depend on runtime data at compile-time.
7338 (comment-indent-hook): Remove.
7339 (comment-indent): Check if comment-indent-hook is bound.
7340 (comment-region): Docstring fix.
7341
6fc596cf
DL
73422000-05-25 Dave Love <fx@gnu.org>
7343
7344 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7345 byte-code-function-p.
7346
7347 * mail/rmailsum.el: Add provide.
7348
7349 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7350
7351 * smerge-mode.el (smerge-diff-switches): Don't use list* in
7352 defcustom.
7353
7997f1ca 73542000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7355
7997f1ca
MK
7356 * ediff-diff.el (ediff-exec-process): delete --binary option from
7357 non-buffer ediff jobs.
7f565d87 7358
e7a903e8
EZ
73592000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7360
7361 * hilit-chg.el (highlight-changes-mode): Ask about color or
7362 grayscale support, not about window-system.
7363
7364 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7365 window-system.
7366 (ffap-highlight): Always default to t.
7367
7368 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7369 display-popup-menus-p instead of looking at window-system.
7370
7371 * disp-table.el (standard-display-g1, standard-display-graphic):
7372 Only refuse to use string glyphs on X and MS-Windows.
7373
7374 * avoid.el: Remove window-system from commentary, suggest to use
7375 display-*-p instead.
7376
7377 * apropos.el (apropos-print): Use display-mouse-p instead of
7378 window-system.
7379
14028d57
EZ
73802000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7381
7382 * international/codepage.el (cp-decoding-vector-for-codepage):
7383 Fill up unsupported characters with their own codes. From Kenichi
7384 Handa.
7385
1a4f9cc1
EZ
73862000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7387
7388 * international/mule-diag.el (describe-char-after): Use
7389 display-graphic-p instead of window-system, so that this function
7390 works on MS-DOS.
7391
89f6ca4e
EZ
73922000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7393
7394 * international/codepage.el (cp-make-coding-systems-for-codepage):
7395 Remove the eight-bit-graphic and eight-bit-control charsets from
7396 the list of charsets which we convert into `?'.
7397
eacfd7fe
KH
73982000-05-25 Kenichi Handa <handa@etl.go.jp>
7399
7400 * international/mule-conf.el: Specify CHARSET-ID explicitely for
7401 private charsets.
7402 (mule-unicode-0100-24ff, japanese-jisx0213-1,
7403 japanese-jisx0213-2): New charsets.
7404
7405 * international/fontset.el: Setup default fontset for new charsets.
7406
deadf7e3
DL
74072000-05-24 Dave Love <fx@gnu.org>
7408
7409 * info.el (Info-find-node-2): Restructure [following "Vadim
7410 S. Solomin" <sovs@uic.nnov.ru>].
7411
7412 * icomplete.el: Fix header for Finder.
7413
74142000-05-24 Eric M. Ludlam <zappo@ultranet.com>
7415
7416 * rmailout.el (rmail-output-to-rmail-file): Added optional param
7417 STAY.
7418
7419 * rmail.el (rmail-automatic-folder-directives): New user variable.
7420 (rmail-show-message): Add call to `rmail-auto-file' during
7421 display.
7422 (rmail-auto-file): New function.
7423
6de3983f 74242000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7425
fc6a6a4e 7426 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 7427 account.
fc6a6a4e
GM
7428 (ediff-test-utility,ediff-diff-mandatory-option)
7429 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 7430 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 7431
fc6a6a4e 7432 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 7433 variable.
7f565d87 7434
fc6a6a4e 7435 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
7436 ediff-merge-filename-prefix.
7437
fc290d1d
MK
74382000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7439
fc6a6a4e 7440 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 7441
273182b8
EZ
74422000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7443
7444 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7445 aliases for hebrew-iso-8bit.
7446
f471ea57
EZ
74472000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7448
7449 * woman.el: New version from Francis J. Wright
7450 <F.J.Wright@Maths.QMW.ac.uk>.
7451 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7452 names in environment variables regardless of the path separator.
7453 (woman-topic-all-completions-1): Don't call file-name-directory-p
7454 on all files, since woman-file-regexp already filters out any
7455 directories.
7456
01162f24
KH
74572000-05-24 Kenichi Handa <handa@etl.go.jp>
7458
48e3df76
KH
7459 * international/quail.el (quail-start-translation): Don't change
7460 modified-p of the current buffer.
7461 (quail-start-conversion): Likewise.
7462
7463 * international/kkc.el (kkc-region): Don't change modified-p of
7464 the current buffer.
7465
747d90ea
KH
7466 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7467 conform to RFC1468.
7468 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 7469
17a223ff
EL
74702000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
7471
7472 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7473 (speedbar-insert-button): Invisible text property fix.
7474 (speedbar-directory-plus): Renamed from speedbar-directory-+
7475 (speedbar-directory-minus): Renamed from speedbar-directory--
7476 (speedbar-page-plus): Renamed from speedbar-file-+
7477 (speedbar-page-minus): Renamed from speedbar-file--
7478 (speedbar-page): Renamed from speedbar-file-
7479 (speedbar-tag): Renamed from speedbar-tag-
7480 (speedbar-tag-plus): Renamed from speedbar-tag-+
7481 (speedbar-tag-minus): Renamed from speedbar-tag--
7482 (speedbar-expand-image-button-alist): Use above renames.
7483
7484 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7485 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7486 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7487 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7488 * sb-pg.xpm: Renamed from sb-file.xpm
7489 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7490 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 7491
e6b6fc18
KH
74922000-05-24 Kenichi Handa <handa@etl.go.jp>
7493
7494 * international/quail.el (quail-show-guidance-buf): Set
7495 current-input-method of the guidance buffer to the name of the
7496 curren input method.
7497
a1a336eb
SM
74982000-05-23 Stefan Monnier <monnier@cs.yale.edu>
7499
7500 * progmodes/compile.el (compile-internal): Style typo.
7501
7502 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7503 quote vars and functions in the docstring.
7504
7505 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7506
7507 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7508 Don't quote lambdas.
7509
7510 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7511
9695b783
GM
75122000-05-23 Gerd Moellmann <gerd@gnu.org>
7513
716e3b88
GM
7514 * startup.el (command-line): Determine source file of compiled
7515 user init file differently. Warn if compiled user init file
7516 is older than its source file.
7517
9695b783 7518 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 7519
41ac433f
EZ
75202000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
7521
7522 * files.el (make-backup-file-name-1): Replace slashes with `!'
7523 rather than `|' (which is not allowed on Windows). Replace the
7524 drive letters with a string "drive_X".
7525
46600ab1
GM
75262000-05-23 Gerd Moellmann <gerd@gnu.org>
7527
7528 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7529
7530 * files.el (interpreter-mode-alist): Add `bash2'.
7531
79a64d87
DL
75322000-05-22 Dave Love <fx@gnu.org>
7533
7534 * loadhist.el (feature-symbols, file-provides, file-requires): Use
7535 mapc.
7536 (feature-file): Avoid calling symbol-name. Doc fix.
7537 (file-set-intersect, file-dependents): Use dolist, not mapcar.
7538 (loadhist-hook-functions): Add mouse-position-function.
7539 (unload-feature): Change uses of mapcar.
7540
7541 * files.el (parse-colon-path): Doc fix.
7542 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7543 (set-auto-mode): Use mapc.
7544
7545 * complete.el (PC-look-for-include-file): Use :alnum: character
7546 class.
7547 (partial-completion-mode): Add autoload cookie.
7548
0e8c11d8
SS
75492000-05-22 Sam Steingold <sds@gnu.org>
7550
ce75fd23 7551 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
7552 `add-text-properties' (bug introduced on 2000-05-18).
7553
d8d0fa6c
DL
75542000-05-22 Dave Love <fx@gnu.org>
7555
7556 * bindings.el: Remove debug-ignored-errors set in other files.
7557
7558 * progmodes/etags.el: Add to debug-ignored-errors.
7559 (visit-tags-table-buffer): Clear out buffers holding old tables
7560 when making a new list.
7561 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
7562 mapc.
7563
7564 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
7565 quote keywords.
7566 (cmpl-string-case-type): Use character classes.
7567
0e8c11d8
SS
7568 * comint.el:
7569 * textmodes/ispell.el:
7570 * imenu.el:
d8d0fa6c
DL
7571 * mail/mh-e.el:
7572 * progmodes/compile.el: Add to debug-ignored-errors.
7573
7574 * dabbrev.el: Add to debug-ignored-errors.
7575 (dabbrev-completion): Use mapc.
7576
1edbbf8a
EZ
75772000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
7578
7579 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7580 (woman-mapcan, woman-parse-man.conf)
7581 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7582 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7583 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
7584 path syntax better.
7585 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7586 (woman-manpath): Call woman-parse-man.conf.
7587 (woman-emulation): New defcustom, defaults to nroff.
7588 (woman-font-support): New defconst.
7589 (woman-use-symbol-font): New defcustom.
7590 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7591 "Emulation".
7592 Many functions: Doc fix.
7593
5bd2148c
KH
75942000-05-22 Kenichi Handa <handa@etl.go.jp>
7595
7596 * international/quail.el (quail-simple-translation-keymap): Map
7597 128..255 to quail-self-insert-command.
7598 (quail-keyboard-layout-alist): Add definition for "pc102-de".
7599
4125ec7e
SM
76002000-05-22 Stefan Monnier <monnier@cs.yale.edu>
7601
a1a336eb
SM
7602 * help.el (help-manyarg-func-alist): Typo.
7603
40aeecad
SM
7604 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7605 intervals which makes it heaps simpler.
7606
4125ec7e
SM
7607 * newcomment.el (comment-region-internal): Go back to BEG after quoting
7608 the nested comment markers.
e4da9c1c
SM
7609
7610 * subr.el (remove-hook): Don't turn the hook's value into a list.
7611
cb7216a7
DL
76122000-05-21 Dave Love <fx@gnu.org>
7613
ac266581
DL
7614 * edmacro.el (edmacro-parse-keys): Return vector if any elements
7615 are invalid characters.
7616
cb7216a7
DL
7617 * international/mule-util.el (detect-coding-with-priority): Use
7618 mapc. Remove redundant lambda.
7619
7620 * international/mule-diag.el (list-non-iso-charset-chars)
7621 (describe-fontset): Remove redundant lambda.
7622
7623 * emulation/crisp.el (brief-mode): New alias.
7624
7625 * emacs-lisp/ring.el (ring-elements): New function.
7626
7627 * emacs-lisp/easymenu.el (easy-menu-create-menu)
7628 (easy-menu-do-add-item): Use keywordp.
7629
7630 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7631
7632 * replace.el: Doc and error message fixes.
7633 (replace-highlight): Use facep, not internal-find-face.
7634
9b0d1d6e
SM
76352000-05-20 Stefan Monnier <monnier@cs.yale.edu>
7636
b2d2cf58
SM
7637 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7638
ffe7dc64
SM
7639 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7640 (log-edit-insert-changelog): Drop `:' as well.
7641
7642 * log-view.el: Fix file description.
7643 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7644 available.
7645 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7646 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7647
c8c21615
SM
7648 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7649 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7650 Print a status message if the toggle is called interactively.
7651 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7652 for global minor modes and use `defcustom' for them.
7653 Use add-minor-mode.
7654 (easy-mmode-define-derived-mode): Remove.
7655 (define-derived-mode): Fancier default docstring.
7656 (easy-mmode-define-navigation): Signal an error rather than (ding).
7657
9b0d1d6e
SM
7658 * newcomment.el (comment-styles): New `box-multi'.
7659 (comment-normalize-vars): Better default for comment-continue to
7660 avoid whitespace-only continuations.
7661 (comment-search-forward): Always move even in the no-syntax case.
7662 (comment-padright): Only obey N if it's only obeyed for padleft.
7663 (comment-make-extra-lines): Better handling of empty continuations.
7664 Use `=' for the filler if comment-start has only one character.
7665 (uncomment-region): Try handling the special `=' filler.
7666 (comment-region): Allow LINES even if MULTI is nil.
7667 (comment-box): Choose box style based on comment-style.
7668
f5ee6d0f
KH
76692000-05-20 Kenichi Handa <handa@etl.go.jp>
7670
9b0d1d6e 7671 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
7672 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
7673
c9671f81
KH
76742000-05-20 Kenichi HANDA <handa@etl.go.jp>
7675
7676 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
7677 and insert, not subst-char-in-region.
7678
7679 * international/mule-diag.el (list-character-sets-1): Handle
7680 charsets eight-bit-control and eight-bit-graphic.
7681 (list-iso-charset-chars): Likewise.
7682 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
7683 charactes as is. Use indent-to to align characters.
7684
7685 * international/mule-cmds.el (find-multibyte-characters): Never
7686 exclude charsets eight-bit-control and eight-bit-graphic.
7687
1426aa5c
SM
76882000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7689
7690 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
7691 Don't quote lambdas.
7692
7693 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
7694
2b63d473
GM
76952000-05-19 Gerd Moellmann <gerd@gnu.org>
7696
7697 * gud.el (gud-jdb-directories): Doc fix.
7698
f1355756
SM
76992000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7700
7701 * newcomment.el: New file.
7702
5f64c9e0
GM
77032000-05-19 Gerd Moellmann <gerd@gnu.org>
7704
2b63d473 7705 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 7706
db7314bd
AS
77072000-05-18 Andreas Schwab <schwab@suse.de>
7708
7709 * dired.el (dired-between-files): Also skip lines beginning with
7710 `used'.
7711
25bb0401
GM
77122000-05-18 Gerd Moellmann <gerd@gnu.org>
7713
7714 * msb.el (msb-menu-cond): Add choice `user'.
7715
a199a865 77162000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 7717
a199a865
GM
7718 * ps-print.el: Compatibility, customization and doc fix.
7719 (ps-printer-name-option): Replace defconst by defvar.
7720 (ps-postscript-code-directory): XEmacs compatibility.
7721 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
7722 fix.
7723 (ps-user-defined-prologue, ps-print-prologue-header)
7724 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
7725 compatibility and code fix.
7726 (ps-print-background-image, ps-print-background-text):
7727 Customization fix.
7728 (ps-line-number-start, ps-n-up-on): New vars.
7729
25bb0401
GM
77302000-05-18 Espen Skoglund <esk@ira.uka.de>
7731
7732 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
7733 the indent-comment function to just return the appropriate indent.
7734
68e6c83a
EL
77352000-05-18 Eric M. Ludlam <zappo@ultranet.com>
7736
7737 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
7738 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
7739 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
7740
dae6cb9f
DL
77412000-05-18 Dave Love <fx@gnu.org>
7742
7743 * info.el (Info-fontify-node): Add intangible property as well as
7744 invisible.
7745
7746 * calendar/appt.el (appt-make-list): Match all lines of entry.
7747 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
7748
813086ea
KH
77492000-05-18 Kenichi Handa <handa@etl.go.jp>
7750
7751 * international/mule-diag.el (describe-char-after): Call
7752 internal-char-font, not char-font. If internal-char-font returns
7753 nil, display "-- none --".
7754
24978190
EZ
77552000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7756
7757 * image.el (image-type-available-p): Don't reference image-types
7758 if it isn't bound.
7759
2fca2d5d
SM
77602000-05-17 Stefan Monnier <monnier@cs.yale.edu>
7761
7762 * autoarg.el (autoarg-mode): Typo in the :set argument.
7763
cfc75d05
EZ
77642000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7765
7766 * startup.el (command-line-1): Don't signal an error if the
7767 directory for auto-save-list files does not yet exist.
7768
c4e30387
KH
77692000-05-17 Kenichi Handa <handa@etl.go.jp>
7770
7771 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
7772
dd6b8ea7
SM
77732000-05-16 Stefan Monnier <monnier@cs.yale.edu>
7774
7775 * subr.el (remove-hook): `setq' hook-value, not `set'.
7776
399c88ad
SS
77772000-05-16 Sam Steingold <sds@gnu.org>
7778
a199a865 7779 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 7780
01651f07
DL
77812000-05-16 Dave Love <fx@gnu.org>
7782
7783 * cus-edit.el: Don't require cl or easymenu.
7784 (custom-variable-prompt): Test standard-value property, not
7785 user-variable-p.
7786
2248c40d
SS
77872000-05-16 Sam Steingold <sds@gnu.org>
7788
7789 * subr.el (add-hook): `setq' hook-value, not `set'.
7790
b15f3b77
GM
77912000-05-16 Gerd Moellmann <gerd@gnu.org>
7792
7793 * startup.el (command-line-1): Mention the FAQ in the startup
7794 message.
7795
7796 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
7797
7798 * progmodes/compile.el (compilation-parse-errors): Collect
7799 `nomessage' regexps last.
7800
7801 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
7802
7803 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
7804 to the function name.
7805
f9bbcfac
EL
78062000-05-15 Dave Love <fx@gnu.org>
7807
7808 * speedbar.el (speedbar-recenter): Typo.
7809 (speedbar-expand-line): Make arg optional.
7810 (speedbar-mode): Avoid a compiler warning.
7811
119b42eb
GM
78122000-05-15 Gerd Moellmann <gerd@gnu.org>
7813
7814 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
7815 user-specified option string is empty.
7816
7817 * mouse.el (mouse-yank-at-click): Doc fix.
7818
f685bea9
EZ
78192000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
7820
7821 * term/internal.el (IT-character-translations): More updates of
7822 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
7823 documents.
7824
a1b8d58b
GM
78252000-05-15 Gerd Moellmann <gerd@gnu.org>
7826
7827 * env.el (getenv): New function, interactively callable.
7828 (setenv, getenv): Remove autoload cookies.
7829
7830 * loadup.el: Load `env'.
7831
7832 * progmodes/f90.el: Change author's mail address.
7833
c9bba7ed
DL
78342000-05-14 Dave Love <fx@gnu.org>
7835
e5c83697
DL
7836 * mail/rmail.el (rmail-show-message-hook): Customize and offer
7837 goto-addr as an option.
7838
7839 * help.el (help-xref-stack): Doc fix.
7840 (help-xref-following): New variable.
7841 (help-make-xrefs): Use it.
7842 (help-xref-go-back): Use position information from stack element.
7843 (help-follow): Make position in stack element a pair. Use
7844 help-xref-following.
399c88ad 7845
e5c83697
DL
7846 * autoarg.el: New file.
7847
7848 * faces.el: Declare more functions obsolete.
7849
c9bba7ed
DL
7850 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
7851 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
7852 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
7853 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
7854 Remove all the setup-...-environment functions.
7855
b6389bfb
EL
78562000-05-13 Eric M. Ludlam <zappo@ultranet.com>
7857
a1b8d58b
GM
7858 * speedbar.el: Updated the commentary section. xemacs20p now uses
7859 >= when detecting. Require `defimage' safely.
b6389bfb
EL
7860 (speedbar-easymenu-definition-base): Add toggle for images.
7861 (speedbar-easymenu-definition-special): Add flush cache & expand.
7862 (speedbar-visiting-tag-hook): Set new defaults. Added options.
7863 (speedbar-reconfigure-keymaps-hook): New variable.
7864 (speedbar-frame-parameters): Updated documentation.
7865 (speedbar-use-imenu-flag): Updated custom tag
7866 (speedbar-dynamic-tags-function-list): New variable.
7867 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
7868 (speedbar-indentation-width, speedbar-indentation-width) New
7869 variables.
7870 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
7871 (speedbar-vc-indicator): Doc update.
7872 (speedbar-ignored-path-expressions): Updated default value.
7873 (speedbar-supported-extension-expressions): Updated default value.
7874 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
7875 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
7876 as "+". Added overlay aliases.
7877 (speedbar-mode): Use `speedbar-mode-line-update' instead of
7878 `force-mode-line-update'.
7879 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
7880 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
7881 `mouse-set-point'
b6389bfb 7882 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
7883 (speedbar-item-info-tag-helper): Revamped to handle a wider range
7884 of arbitrary text, and new helper functions.
7885 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
7886 filename finder.
b6389bfb
EL
7887 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
7888 (speedbar-directory-buttons): Update path search/expansion.
7889 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
7890 `speedbar-indentation-width'. Use more care w/ invisible
7891 properties.
b6389bfb
EL
7892 (speedbar-change-expand-button-char): Call
7893 `speedbar-insert-image-button-maybe'.
7894 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
7895 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
7896 (speedbar-trim-words-tag-hierarchy)
7897 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 7898 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
7899 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
7900 functions.
b6389bfb
EL
7901 (speedbar-mouse-set-point): New function
7902 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
7903 (speedbar-line-token, speedbar-goto-this-file): Handle more types
7904 of tag prefix text.
7905 (speedbar-expand-line, speedbar-contract-line): Make more robust
7906 to strange text.
7907 (speedbar-expand-line): Takes universal argument to flush the
7908 cache.
b6389bfb
EL
7909 (speedbar-flush-expand-line): New function.
7910 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
7911 Use new generator insertion method.
7912 (speedbar-fetch-dynamic-tags): New function.
7913 (speedbar-fetch-dynamic-imenu): Removed code now handled in
7914 `speedbar-fetch-dynamic-imenu'.
7915 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
7916 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
7917 "Revert Buffer" menu items.
7918 (speedbar-buffer-buttons-engine): Be smarter when creating a
7919 filename tag (for expansion purposes.).
a1b8d58b
GM
7920 (speedbar-highlight-one-tag-line,
7921 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
7922 (speedbar-recenter): New functions.
b6389bfb 7923 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
7924 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
7925 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
7926 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
7927 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
7928 (speedbar-expand-image-button-alist): New variable.
7929 (speedbar-insert-image-button-maybe): Insert an image over some
7930 buttons.
7931
43fe9244
KH
79322000-05-13 Kenichi Handa <handa@etl.go.jp>
7933
7934 * international/mule-cmds.el (encode-coding-char): An ASCII
7935 character is always encodable.
7936
7937 * international/mule-conf.el: Add more information in descriptions
7938 of character sets.
7939
813086ea 7940 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
7941 (describe-font-internal): Adjusted for the change of font-info.
7942 (describe-font): Likewise.
7943 (print-fontset): Rewritten for the new fontset implementation.
7944 (describe-fontset): Include fontset alias names in completion.
7945 (list-fontsets): Adjusted for the change of print-fontset.
7946
7947 * simple.el (what-cursor-position): If DETAIL is non-nil, call
7948 describe-char-after instead of displaying the detail in the echo
7949 area.
813086ea
KH
7950 (syntax-code-table): Format changed.
7951 (string-to-syntax): Adjusted for the above change.
0e8c11d8 7952
e8564f57
SM
79532000-05-12 Stefan Monnier <monnier@cs.yale.edu>
7954
7955 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
7956
9278c60d
DL
79572000-05-12 Dave Love <fx@gnu.org>
7958
7959 * calendar/todo-mode.el: Remove some compatibility stuff and CL
7960 dependence. Use line-{beginning,end}-position, not
7961 point-at{b,e}ol. Some doc fixes.
7962 (todo-position): New function. Fix callers of position to use it.
7963 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
7964
be0505fe
GM
79652000-05-12 Gerd Moellmann <gerd@gnu.org>
7966
7967 * time.el (display-time-mail-icon): Use `:ascent center'.
7968
a8a3541c
GM
7969 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
7970 handling FTP security extensions.
399c88ad 7971
44d5f148
DL
79722000-05-11 Dave Love <fx@gnu.org>
7973
33d0c179 7974 * calendar/todo-mode.el: New file.
44d5f148 7975
da4496b6
GM
79762000-05-11 Gerd Moellmann <gerd@gnu.org>
7977
cdc4401d
GM
7978 * comint.el (comint-read-input-ring): Move reference to
7979 comint-input-ring-size outside of the save-excursion. It was
7980 causing the default value to be the only one ever seen.
399c88ad 7981
0279f991
GM
7982 * font-lock.el: Update copyright. Remove Simon Marshall's email
7983 address on request from him.
7984
da4496b6
GM
7985 * subr.el (substitute-key-definition): Add comment describing
7986 the meaning of PREFIX.
7987
ac5cb26d
SM
79882000-05-10 Stefan Monnier <monnier@cs.yale.edu>
7989
7990 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
7991
7992 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
7993 (add-minor-mode): Don't make the variable buffer-local and add a
7994 reference to define-minor-mode in the docstring.
7995
7996 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
7997 HEADER/FOOTER and fix bug with trailing empty directory.
7998 (cvs-append-to-ignore): Use vc-editable-p if available.
7999 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8000 (vc-do-command): Tweak advice to handle the new VC.
8001
8002 * log-view.el (log-view-goto-rev): New function for the new VC.
8003 (log-view-minor-wrap): Use mark-active.
8004
8005 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8006 (log-edit-changelog-full-paragraphs): New var.
8007 (log-edit-insert-changelog): Remove a lonely leading `* file'.
8008 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8009 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8010 (log-edit-changelog-ours-p, log-edit-changelog-entries)
8011 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8012 Replace the `cvs' prefix with `log-edit'.
8013
8014 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8015
8016 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8017 (diff-font-lock-defaults): Explicitly turn off multiline.
8018 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8019 (diff-ediff-patch): Fix call to ediff-patch-file.
8020 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8021 Handle comments.
8022
8023 * frame.el (automatic-hscrolling): Typo.
8024
8025 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8026
21c34da3
DL
80272000-05-09 Sam Steingold <sds@goems.com>
8028
8029 * apropos.el (apropos-print): use `describe-face' instead of
8030 `customize-face-other-window'.
8031
950cf06f
DL
80322000-05-09 Dave Love <fx@gnu.org>
8033
8034 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8035
8036 * help.el (describe-variable): Have customize button pop the
8037 help-xref stack when invoked.
8038 (help-xref-symbol-regexp): Add `face'.
8039 (help-make-xrefs): Check for quoted face names and adapt regexp
8040 submatch numbers to cope.
8041 (help-xref-interned): Maybe insert face doc too. Separate
8042 sections with a line of hyphens.
8043
0623e40f 8044 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
8045 (describe-face): Add customize button. Return the help
8046 text. Fix prompt.
8047
82e2ca9d
EZ
80482000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8049
8050 * term/internal.el (IT-character-translations): Fix last change.
8051
10c00b5c
EZ
80522000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8053
8054 * woman.el: New file
8055 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8056
9deed82f
EZ
80572000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8058
001ad319
EZ
8059 * term/internal.el (IT-character-translations): Update ASCII
8060 simulations for greek-iso8859-7, add latin-iso8859-14 and
8061 latin-iso8859-15.
8062
9deed82f
EZ
8063 * international/mule-cmds.el (set-language-info-alist): Call
8064 define-prefix-command with 3 arguments, to make the map suitable
8065 for a menu.
8066
4f37b78a
DL
80672000-05-07 Dave Love <fx@gnu.org>
8068
d313265f 8069 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 8070
64a4c526
DL
80712000-05-05 Dave Love <fx@gnu.org>
8072
8073 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8074 list in doc string. Don't quote keyword symbols.
8075 * emacs-lisp/cl.el: Likewise
8076 * emacs-lisp/cl-seq.el: Likewise
8077
056565f7
GM
80782000-05-05 Gerd Moellmann <gerd@gnu.org>
8079
8080 * abbrev.el (abbrev-mode): Make ARG optional.
8081
4656b314
GM
80822000-05-04 Gerd Moellmann <gerd@gnu.org>
8083
ec82fb2f
GM
8084 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8085
8086 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8087
4656b314
GM
8088 * subr.el (substitute-key-definition): Clarify documentation.
8089
80902000-05-04 Milan Zamazal <pdm@freesoft.cz>
8091
8092 * glasses.el (glasses-convert-to-unreadable): Use
8093 `glasses-separator' instead of the hard-wired "_".
8094 (glasses-mode): Call `glasses-make-unreadable' only in a single
8095 place.
8096
7b081c78
EZ
80972000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
8098
8099 * term/internal.el (cjk-codepages-alist): Add associations for
8100 Chinese and Korean codepages. Remove FIXME comment.
8101
baa5536e
DL
81022000-05-03 Dave Love <fx@gnu.org>
8103
8104 * time.el (display-time-mail-face, display-time-use-mail-icon):
8105 New option.
8106 (display-time-mail-icon): New variable.
8107 (display-time-string-forms): Use the above. Fix the local-map.
8108
cbf18892
GM
81092000-05-03 Gerd Moellmann <gerd@gnu.org>
8110
4ff40dd0
GM
8111 * replace.el (query-replace-map): Add binding for `E'.
8112 (query-replace-help): Extend help text.
8113 (perform-replace): Allow editing the replacement string.
8114
8115 * make-mode.el (makefile-mode-abbrev-table): New variable.
8116 (makefile-mode): Set local abbrev table to
8117 makefile-mode-abbrev-table.
8118 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 8119
cbf18892
GM
8120 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
8121 set TOGGLE's value.
8122
4ff40dd0
GM
8123 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
8124 mail-interactive-insert-alias.
8125 (mail-abbrev-complete-alias): New command.
8126 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 8127
ffec4d9f
KH
81282000-05-03 Kenichi Handa <handa@etl.go.jp>
8129
8130 * language/lao-util.el (lao-compose-region): New function.
8131
1b0672c3
GM
81322000-05-02 Gerd Moellmann <gerd@gnu.org>
8133
576da55d
GM
8134 * files.el (recover-session): Make directories as necessary
8135 if they don't exist yet.
8136
399c88ad
SS
8137 * calendar/cal-french.el
8138 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
8139 (french-calendar-special-days-array): Change French text.
8140 (calendar-french-date-string): Change output.
8141 (calendar-goto-french-date): Likewise.
8142
81432000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
8144
8145 * wid-edit.el (widget-default-active): Obey `:always-active'.
8146 (widget-documentation-string-value-create): Set `:always-active'.
8147
4b33deaa
EZ
81482000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8149
8150 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
8151 default prefix to `~/_emacs.d/auto-save.list/_s'.
8152 (normal-top-level): Create the directory for auto-save files, if
8153 it doesn't already exist (in the ms-dos case only).
8154
5c922ea7
EZ
81552000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8156
8157 * international/mule-cmds.el (set-language-environment): Don't
8158 concat an integer (dos-codepage), use format instead.
8159
820ad5e7
DL
81602000-05-02 Dave Love <fx@gnu.org>
8161
8162 * help.el (help-xref-on-pp): Check for constant symbols.
8163
57cb56f5
GM
81642000-04-29 Gerd Moellmann <gerd@gnu.org>
8165
8166 * startup.el (normal-top-level): Put a condition-case around
8167 the code loading subdirs.el.
8168
81692000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 8170
57cb56f5
GM
8171 * ps-print.el: Upside-down and face background color printing,
8172 line number step, doc fix.
8173 (ps-print-version): New version number (5.2).
8174 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8175 (ps-face-attribute-list, ps-plot-with-face): Code fix.
8176 (ps-spool-config): Var fix.
8177 (ps-printer-name-option): Const fix.
8178 (ps-print-upside-down, ps-use-face-background)
8179 (ps-line-number-step): New vars.
8180 (ps-window-system, ps-lp-system): New consts.
8181 (ps-face-background): New fun.
8182
084cec2f
GM
81832000-04-28 Richard Stallman <rms@gnu.org>
8184
8185 * files.el (make-auto-save-file-name):
8186 Apply auto-save-file-name-transforms to visited file name
8187 before generating auto save file name.
8188 (auto-save-file-name-transforms): New variable.
8189
399c88ad 8190 * files.el (backup-enable-predicate):
084cec2f
GM
8191 Correctly test for a file under a temporary directory.
8192
c94f4677
GM
81932000-04-28 Gerd Moellmann <gerd@gnu.org>
8194
8195 * subr.el (add-minor-mode): Rewritten.
8196
7b211df5
KH
81972000-04-28 Kenichi Handa <handa@etl.go.jp>
8198
8199 * mail/sendmail.el (sendmail-send-it): Set
8200 buffer-file-coding-system to the selected coding system for MIME
8201 header.
8202
c76e04a8 82032000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 8204
c76e04a8
GM
8205 * dired.el (dired-move-to-filename-regexp): Allow format where
8206 YYYY is followed by two spaces.
e3e36d74 8207
c76e04a8
GM
8208 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8209 in the second character class of the regexp.
8210
8211 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8212 mh-etc, too.
353964e3 8213
c76e04a8
GM
8214 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8215 nil.
399c88ad 8216
353964e3
GM
8217 * subr.el (add-minor-mode): Use `set' instead of `setq'.
8218
8219 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8220 argument.
8221
c76e04a8 82222000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 8223
c76e04a8
GM
8224 * emacs-lisp/crm.el (crm-completion-table): New variable.
8225 (crm-collection-fn, crm-test-completion)
8226 (completing-read-multiple): Use it.
8227
82282000-04-27 Dave Love <fx@gnu.org>
8229
8230 * help.el (locate-library): Use mapc.
8231 (help-manyarg-func-alist): Add call-process-region.
8232
7464346d
GM
82332000-04-26 Gerd Moellmann <gerd@gnu.org>
8234
b35bd33d
GM
8235 * subr.el (add-minor-mode): Make argument MAP optional.
8236
7464346d
GM
8237 * desktop.el (desktop-save): Save list of minor modes.
8238 (desktop-create-buffer): Restore minor modes.
8239 (desktop-minor-mode-table): New user-option.
8240
8241 * subr.el (add-minor-mode): New function.
8242
8243 * image.el (find-image): New function.
8244 (defimage): Rewritten to find image at load time.
8245
8246 * startup.el (normal-top-level-add-to-load-path): Handle
8247 case that the default directory is not in load-path.
8248
8249 * help.el: Old patch from Stefan Monnier.
8250 (help-xref-on-pp): New function.
8251 (describe-variable): Use it to display xrefs in a symbol's value.
8252
23c0fb21
SM
82532000-04-26 Stefan Monnier <monnier@cs.yale.edu>
8254
8255 * cus-edit.el (custom-face): Fix parenthesis.
8256
fad95037
KH
82572000-04-26 Kenichi Handa <handa@etl.go.jp>
8258
f03392a1
KH
8259 * mail/rmail.el (rmail-expunge): When there are no deleted
8260 messages, do nothing.
fad95037 8261
0d7c5bb9
DL
82622000-04-26 Dave Love <fx@gnu.org>
8263
8264 * international/mule-cmds.el (locale-translation-file-name):
8265 Defvar to nil.
8266 (set-locale-environment): Set it here (at runtime).
8267
612839b6
GM
82682000-04-25 Gerd Moellmann <gerd@gnu.org>
8269
8270 * replace.el (perform-replace): Add parameters START and END. Use
8271 them instead of the check for a region in Transient Mark mode.
8272 (query-replace-read-args): Return two more list elements for the
8273 start and end of the region in Transient Mark mode.
8274 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8275 (map-query-replace-regexp, replace-string, replace-regexp): Add
8276 optional last arguments START and END and pass them to
8277 perform-replace.
8278
8279 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8280 form with additional arguments for perform-replace.
8281
8282 * progmodes/etags.el (tags-query-replace): Add parameters START
8283 and END. Construct a form with additional arguments for
8284 perform-replace.
8285
8286 * simple.el (shell-command): Set default directory for "*Shell
8287 Command Output" buffer.
8288
8289 * language/european.el (iso-latin-4): Fix typo.
8290
8291 * emacs-lisp/crm.el: New file.
8292
2917cc05
DL
82932000-04-24 Dave Love <fx@gnu.org>
8294
8295 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8296 (Custom-reset-saved, Custom-reset-standard)
8297 (custom-group-value-create, custom-group-set, custom-group-save)
8298 (custom-group-reset-current, custom-group-reset-saved)
8299 (custom-group-reset-standard): Use mapc.
8300 (custom-buffer-create-internal): Disable undo when creating items.
8301 Use mapc.
8302 (custom-face): Avoid redundant lambda.
8303
abfcc168
GM
83042000-04-24 Gerd Moellmann <gerd@gnu.org>
8305
8306 * startup.el (auto-save-list-file-prefix): Set default to
8307 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8308
fa78f71b
SS
83092000-04-24 Sam Steingold <sds@gnu.org>
8310
8311 * time-stamp.el (time-stamp-string-preprocess): Always convert
8312 `field-result' to a string.
8313
cc181e95
GM
83142000-04-24 Gerd Moellmann <gerd@gnu.org>
8315
8316 * frame.el (scrolling): New group.
8317 (automatic-hscrolling): New user-option.
8318
8319 * startup.el (command-line-x-option-alist): Add `-lsp' and
8320 `--line-spacing'.
8321
6142fdcb
DL
83222000-04-19 Dave Love <fx@gnu.org>
8323
8324 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8325 (cl-mapc): Rename from mapc. Fix the funcall.
8326
5e3dac3f
GM
83272000-04-19 Gerd Moellmann <gerd@gnu.org>
8328
1c459486
GM
8329 * simple.el (clone-indirect-buffer-other-window): New command.
8330 (clone-indirect-buffer): Add optional arg NORECROD.
8331 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8332
271b4185
GM
8333 * help.el (resize-temp-buffer-window): Use count-screen-lines.
8334
8335 * window.el (count-screen-lines): New function.
8336 (shrink-window-if-larger-than-buffer): Use count-screen-lines
8337 instead of window-buffer-height.
8338
8339 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8340 non-existing variable comint-input-sentinel.
8341 (inferior-lisp-args-to-list): Removed.
8342 (inferior-lisp): Use split-string instead of
8343 inferior-lisp-args-to-list.
8344
8345 * hexl.el (hexl-insert-hex-string): New command.
8346
5e3dac3f
GM
8347 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8348 instead of concat.
8349
f6d3257b
GM
83502000-04-18 Gerd Moellmann <gerd@gnu.org>
8351
8352 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8353 at the start of an existing but empty folder.
8354
83552000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8356
8357 * ps-mule.el: Customization fix, doc fix.
8358 (ps-multibyte-buffer): Customization fix.
8359
8b7bc628 83602000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
8361
8362 * subr.el (read-passwd): Use read-char-exclusive.
8363
0daee095
GM
83642000-04-17 Gerd Moellmann <gerd@gnu.org>
8365
8366 * textmodes/texinfo.el (texinfo-insert-@email)
8367 (texinfo-insert-@emph, texinfo-insert-@quotation)
8368 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8369 (texinfo-mode-map): Add key bindings for them.
8370
8371 * files.el (basic-save-buffer-2): Use a template with `$'
8372 instead of `#' for VMS.
8373
8374 * simple.el (clone-indirect-buffer): New function.
8375
e10f64e7
GM
83762000-04-16 Stephen Eglen <stephen@gnu.org>
8377
8378 * iswitchb.el (iswitchb-case): New function. If the user input
8379 contains any upper-case characters, the search is made
8380 case-sensitive.
8381
e3721db1
SM
83822000-04-17 Stefan Monnier <monnier@cs.yale.edu>
8383
e10f64e7
GM
8384 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8385 comment-end.
e3721db1
SM
8386 (texinfo-font-lock-syntactic-keywords): New var.
8387 (texinfo-font-lock-keywords): Remove comment regexp.
8388 (texinfo-insert-block): New function.
8389 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
8390 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
8391 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 8392 (texinfo-environments): New var.
e10f64e7
GM
8393 (texinfo-environment-regexp): Use regexp-opt and
8394 texinfo-environments.
e3721db1 8395
e10f64e7
GM
8396 * textmodes/ispell.el (ispell-menu-map-needed): Check that
8397 ispell-process is bound since this might be eval'd before ispell
8398 is loaded.
8399 (ispell-message): Use a tiny bit less magic and a bit more hard
8400 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
8401
8402 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8403
8404 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8405 (insert-cyclic-diary-entry): Unquote the lambda.
8406
8407 * gud.el (gud-jdb-build-source-files-list): Fix typo.
8408
8409 * files.el (backup-enable-predicate): Unquote the lambda.
8410
8411 * cus-edit.el (custom-face, face): Unquote the lambda.
8412
712dc9e0
GM
84132000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8414
8415 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 8416
712dc9e0
GM
8417 * ps-print.el: Fix counting lines in a region.
8418 (ps-print-version): New version number (5.1.5).
8419 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8420 (ps-printing-region): Fun code fix.
8421
ffc50f2a
GM
84222000-04-15 Gerd Moellmann <gerd@gnu.org>
8423
8424 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8425 to file-directory-p.
8426
a2522dca
GM
84272000-04-14 Gerd Moellmann <gerd@gnu.org>
8428
8429 * gud.el (gud-jdb-build-source-files-list): Check that directory
8430 exists before calling directory-files.
8431
6e883610
DL
84322000-04-13 Dave Love <fx@gnu.org>
8433
8434 * emacs-lisp/trace.el: Change maintainer. Use new backquote
8435 syntax.
8436
8437 * emacs-lisp/cl-specs.el: Remove when, unless.
8438
8439 * emacs-lisp/cl-extra.el: Don't quote keywords.
8440 (cl-old-mapc): New variable.
8441 (mapc): Use it.
8442 (cl-map-intervals): Use with-current-buffer. Don't check for
8443 next-property-change.
8444 (cl-map-overlays): Use with-current-buffer.
8445 (cl-expt): Remove.
8446 (copy-tree, remprop): Define unconditionally.
8447
8448 * emacs-lisp/cl-compat.el (keywordp): Remove.
8449
8450 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
8451 to use keywordp.
8452 (edebug-spec): Enable keywordp.
8453
8454 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8455 string-lessp.
8456
8457 * cus-start.el: Use keywordp.
8458
198e3c7a
GM
84592000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8460
8461 * diary-lib.el (include-other-diary-files): Fix the fix of
8462 2000-02-18 by doing a save-excursion.
8463
84642000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8465
8466 * ps-print.el: Customization fix, doc fix.
8467 (ps-print-version): New version number (5.1.4).
8468 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8469 (ps-print-preprint): Adjust code.
8470 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8471 (ps-print-prologue-header, ps-print-control-characters)
8472 (ps-spool-config): Customization fix.
fa78f71b 8473
8eba343c
EZ
84742000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8475
8476 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8477 converted to the new menu-item format, names silightly changed,
8478 help strings added.
8479
8480 Support for spelling without async subprocesses:
8481
8482 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8483 (ispell-session-buffer): New variables.
8484 (ispell-start-process, ispell-process-status,
8485 ispell-accept-output, ispell-send-string): New functions, for
8486 Ispell invocation when async subprocesses aren't supported.
8487 (ispell-word, ispell-pdict-save, ispell-command-loop,
8488 ispell-process-line, ispell-buffer-local-parsing): Replace calls
8489 to process-send-string with calls to ispell-send-string, and
8490 accept-process-output with ispell-accept-output.
8491 (ispell-init-process): Call ispell-process-status instead of
8492 process-status with.
8493 (ispell-init-process): Call ispell-start-process. Call
8494 ispell-accept-output and ispell-send-string. Don't call
8495 process-kill-without-query and kill-process if they are unbound.
8496 (ispell-async-processp): New function.
8497
3d30065d
DL
84982000-04-12 Dave Love <fx@gnu.org>
8499
8500 * info.el: Add debug-ignored-errors.
8501 (Info-mode-menu): Add some items.
8502 (Info-directory): Add autoload cookie.
8503
8504 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8505 Modify `truncate-lines'. Make `describe-language-environment'
8506 always visible and add help. Modify `describe-key' help. Invoke
8507 Info-directory from `info'. New entry `emacs-manual'.
8508
1a1b1895
GM
85092000-04-10 Gerd Moellmann <gerd@gnu.org>
8510
8b2affc5
GM
8511 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8512 propertized-buffer-identification.
8513 (ebrowse-update-member-buffer-mode-line): Likewise.
8514 (ebrowse--mode-strings): Removed.
8515 (ebrowse--mode-line-props): Removed.
8516
1a1b1895
GM
8517 * files.el (auto-mode-alist): Add `EBROWSE'.
8518
8519 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8520 space before testing for end of buffer.
8521 (ebrowse-load): Removed.
8522 (ebrowse-revert-tree-buffer-from-file): Rewritten.
8523 (ebrowse-create-tree-buffer): Rewritten.
8524 (ebrowse-tree-mode): Read tree from buffer.
8525
8526 * progmodes/ebrowse-ffh.el: Removed.
8527
223f3c91
KH
85282000-04-10 Kenichi Handa <handa@etl.go.jp>
8529
8530 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8531
25fbf2c4
GM
85322000-04-10 Gerd Moellmann <gerd@gnu.org>
8533
8534 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8535 at the wrong place.
8536
92c13173
DL
85372000-04-09 Dave Love <fx@gnu.org>
8538
8539 * files.el (backup-enable-predicate): Use
8540 temporary-file-directory, small-temporary-file-directory.
8541 (make-backup-file-name-function, backup-directory-alist): New
8542 variables.
8543 (make-backup-file-name-1): New function.
8544 (make-backup-file-name): Use it.
8545 (find-backup-file-name): Likewise. Use format for clarity, not
8546 concat.
8547 (file-newest-backup): Use make-backup-file-name.
8548
be0dbdab
GM
85492000-04-09 Gerd Moellmann <gerd@gnu.org>
8550
c45be9ac 8551 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 8552
c45be9ac
GM
8553 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8554 to ebrowse-ffh.el.
8555 (ebrowse-load): Add autoload.
8556
8557 * finder.el (finder-commentary): Add autoload cookie.
8558
be0dbdab
GM
8559 * mail/rfc2368.el: Correct author's email address.
8560
8561 * progmodes/ebrowse.el: New file.
8562
8563 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8564 item help string.
8565 (easy-menu-do-add-item): Ditto.
8566 (easy-menu-define): Extend doc string.
8567
8568 * jit-lock.el (with-buffer-unmodified): Use
8569 restore-buffer-modified-p.
8570 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8571 (jit-lock-function, jit-lock-stealth-fontify): Don't use
8572 with-buffer-unmodified.
8573
3f923efe
DL
85742000-04-08 Dave Love <fx@gnu.org>
8575
8576 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8577 unless, when.
8578
d35bee0e
MK
85792000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
8580
8581 * viper-util.el (viper-put-on-search-overlay): New subroutine.
8582 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 8583 doesn't support face.
d35bee0e 8584 Use `viper-put-on-search-overlay'.
fa78f71b 8585
c407c570
GM
85862000-04-04 Gerd Moellmann <gerd@gnu.org>
8587
8588 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8589 like C-r.
8590
8591 * progmodes/make-mode.el: Some doc fixes.
8592 (makefile-mode-abbrev-table): New variable.
8593 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8594 (makefile-font-lock-keywords): Fontify includes and conditionals.
8595 (toplevel): Require `dabbrev' and `add-log' when compiling.
8596
8597 * replace.el (perform-replace): Don't move forward one char
8598 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
8599 to do that because it leaves point 1 position after the last
8600 replacement, after everything has been replaced.
8601
8602 * jit-lock.el (with-buffer-unmodified): New macro.
8603 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8604 modified state.
8605 (jit-lock-function-1): Extracted from jit-lock-function; not
8606 preserving buffer's modified state.
8607 (jit-lock-function, jit-lock-stealth-fontify): Call
8608 jit-lock-function-1.
8609
8610 * mail/rfc2368.el: Remove supernumerary copyright line.
8611
685e5ed2
GM
86122000-04-04 Milan Zamazal <pdm@freesoft.cz>
8613
8614 * glasses.el: Provide facilities for inserting space before left
8615 parentheses and uncapitalization of identifiers.
8616 (glasses-mode): Try to remove old overlays in all cases.
8617
0166aed1
GM
86182000-04-03 Gerd Moellmann <gerd@gnu.org>
8619
62f20204
GM
8620 * progmodes/compile.el (compile-internal): Display the compilation
8621 buffer in a different frame, if it's already displayed there.
8622
6460c400
GM
8623 * mail/rfc2368.el: New file.
8624
c0510d27
GM
8625 * simple.el (sendmail-user-agent-compose): Recognize a `body'
8626 header and insert its value as mail body.
8627
8628 * subr.el (member-ignore-case): New function.
8629
8630 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8631 (dabbrev--find-expansion): Ignore buffers matching a regexp
8632 from dabbrev-ignored-regexps.
8633
0166aed1
GM
8634 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8635 to extensions handled by gzip.
8636
c0510d27
GM
86372000-04-03 Richard M. Stallman <rms@gnu.org>
8638
8639 * files.el (insert-directory): List the total free space
8640 along with the used space.
fa78f71b 8641
c0510d27
GM
8642 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8643 line is followed by one that matches CITATION-REGEXP, end the
8644 paragraph.
8645
86462000-04-03 Markus Rost <rost@delysid.gnu.org>
8647
8648 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8649 (rmail-make-basic-summary-line): Use that option.
fa78f71b 8650
14c04384
KH
86512000-04-03 Kenichi Handa <handa@etl.go.jp>
8652
8653 * international/mule-cmds.el (encoded-string-description):
8654 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
8655 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
8656 for hexadecimal format.
14c04384 8657
ccf5869a
DL
86582000-04-01 Dave Love <fx@gnu.org>
8659
8660 * cpp.el: Change customization group to `c' from `C'.
8661
8662 * vcursor.el (vcursor-move): Use display-color-p.
8663
8664 * international/mule-util.el: Provide mule-utils.
8665 (string-to-sequence): Simplify and speed up.
8666
8667 * international/mule.el (make-coding-system): Purecopy doc-string.
8668
8669 * international/mule-cmds.el: Various menu changes.
8670 (describe-specified-language-support): Handle `Default'.
8671 (set-language-info): Purecopy `info'.
8672
610d841e
GM
86732000-03-31 Andrew Innes <andrewi@gnu.org>
8674
8675 * vc.el (vc-backend-diff): Return the correct status if we had to
8676 retry the rcsdiff command without the --brief option.
fa78f71b 8677
7f9de034
DL
86782000-03-31 Dave Love <fx@gnu.org>
8679
2de47765
DL
8680 * help.el (help-manyarg-func-alist): Correct several omissions.
8681
72838819
DL
8682 * add-log.el: Don't require cl, fortran.
8683 (add-log-current-defun-function): Doc fix.
8684 (change-log-version-number-regexp-list): Remove SCCS part. Doc
8685 fix.
8686 (change-log-version-rcs): Function deleted.
8687 (change-log-version-number-search): Doc fix. Use
8688 vc-workfile-version. Avoid CL dolist.
8689 (add-change-log-entry): Just call add-log-current-defun to get
8690 defun. Simplify somewhat.
8691 (change-log-get-method-definition-1): Likewise.
8692 (add-log-current-defun): Return nil if calling
8693 add-log-current-defun-function does so. Move Fortran stuff to
8694 fortran.el. Return string without properties.
8695
7f9de034
DL
8696 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
8697 and :alpha: char classes.
8698
8699 * mail/supercite.el: Defvar curline when compiling.
8700 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
8701 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
8702 rather than a-zA-Z0-9 to allow non-ASCII characters.
8703
aa110c0c
GM
87042000-03-31 Gerd Moellmann <gerd@gnu.org>
8705
8706 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
8707
8708 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8709 Re-enable new code.
8710
8711 * lpr.el (print-region-1): Use -d to specify printer name for
8712 systems `usg-unix-v*, `dgux', `hpux', `irix'.
8713
87142000-03-31 Dave Love <fx@gnu.org>
fa78f71b 8715
aa110c0c
GM
8716 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
8717 for function definition in symbol's function value slot first
8718 instead of first consulting byte-compile-function-environment.
fa78f71b 8719
6733d074
KH
87202000-03-31 Kenichi Handa <handa@etl.go.jp>
8721
8722 * language/european.el ("Polish"): New language environment.
8723 (setup-polish-environment): New function.
8724
63fcfa04
GM
87252000-03-30 Gerd Moellmann <gerd@gnu.org>
8726
8727 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8728 Disable new code.
8729
8730 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
8731 trying to `load' the symbol of an autoload instead of the file
8732 recorded in the autoload. Fix error messages.
8733
7438c86b
GM
87342000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8735
8736 * ps-print.el: PostScript programming fix for ghostview, doc fix.
8737 (ps-print-version): New version number (5.1.3).
8738 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
8739 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
8740 (ps-generate-postscript-with-faces): Code fix.
8741 (ps-color-values): XEmacs compatibility.
8742 (ps-print-background-image, ps-print-background-text, ps-printer-name)
8743 (ps-default-fg, ps-default-bg): Adjust customization.
8744 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
8745 (ps-color-scale): Renaming old ps-color-value fun.
8746 (ps-print-headers): Replace ps-print-header group to avoid conflict
8747 with ps-print-header variable.
8748 (ps-print-miscellany): New group.
8749 (ps-format-color, ps-rgb-color): New funs.
8750 (ps-default-foreground): New var.
8751 (ps-printer-name-option): New const.
fa78f71b 8752
326855a0
PB
87532000-03-30 Peter Breton <pbreton@ne.mediaone.net>
8754
1f56ba73
PB
8755 * net/net-utils.el:
8756 (network-connection-host, network-connection-service): New variables
8757 (network-connection-mode): New mode, derived from comint-mode
8758 (network-connection-mode-setup): New function, saves host and
fa78f71b 8759 service information in local variables.
1f56ba73 8760
326855a0
PB
8761 * lisp/locate.el:
8762 (locate-word-at-point): Added this function
8763 (locate): Default to using locate-word-at-point as input
8764 Run dired-mode-hook
8765
141384bd
DL
87662000-03-29 Dave Love <fx@gnu.org>
8767
8768 * calendar/appt.el: Doc fixes.
8769 (appt-check): Convert min-to-app to a string before passing to
8770 appt-disp-window-function or concat.
8771 (appt-delete-window): Remove test for frame-root-window.
8772 (appt-select-lowest-window, appt-convert-time): Simplify.
8773
8774 * emacs-lisp/bytecomp.el: Doc fixes.
8775 (byte-compile-file-form-autoload): Update
8776 byte-compile-function-environment.
8777
c5aa0fc2
AS
87782000-03-29 Andreas Schwab <schwab@suse.de>
8779
8780 * emacs-lisp/autoload.el: Also print defsubst doc string
8781 specially.
8782
8783 * dired.el (dired-insert-directory): If dired-free-space-program
8784 failed just delete its output.
8785
f1d6fe69
DL
87862000-03-29 Dave Love <fx@gnu.org>
8787
8788 * international/iso-cvt.el: Move provide to end. Doc fixes.
8789 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
8790 (iso-iso2sgml, iso-sgml2iso): New functions.
8791 (iso-cvt-define-menu): Fix some entries and use backquote for
8792 clarity.
8793
8794 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
8795
b61f1215
GM
87962000-03-28 Gerd Moellmann <gerd@gnu.org>
8797
8798 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
8799 ISO-DATE. If non-nil, return date in ISO 8601 format.
8800
ea4b0ca3
SM
88012000-03-26 Stefan Monnier <monnier@cs.yale.edu>
8802
3831af62
SM
8803 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
8804 if it ever becomes used.
8805 (log-edit-mode-hook): Default to vc-log-mode-hook.
8806 (log-edit-mode): Fix the docstring.
8807
ea4b0ca3
SM
8808 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
8809 the code.
8810
08f8b1cc
DL
88112000-03-26 Dave Love <fx@gnu.org>
8812
082527fe
DL
8813 * net/browse-url.el (browse-url): Re-fix case of
8814 browse-url-browser-function being an alist.
8815 (browse-url): Add :link to defgroup.
8816
08f8b1cc
DL
8817 * files.el: Doc fixes.
8818 (file-truename): Include `[' in wildcard characters.
8819 (automount-dir-prefix): Customize.
8820 (find-file-wildcards): Add :version.
8821 (find-file-noselect): Simplify a mapcar call.
8822
8823 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
8824 compatible with inf-lisp version.
8825 (eval-defun-1): Fix custom-declare-variable case.
8826
ea4b0ca3
SM
88272000-03-25 Stefan Monnier <monnier@cs.yale.edu>
8828
8829 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
8830
9a0dd3dc
GM
88312000-03-24 Gerd Moellmann <gerd@gnu.org>
8832
b68c375f
GM
8833 * Makefile (COMPILE_FIRST): New macro.
8834 (compile-files): Compile files from COMPILE_FIRST first.
8835
8836 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
8837 code.
8838
9a0dd3dc
GM
8839 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
8840 matching open parenthesis in column 0 to defun-prompt-regexp
8841 only if open-paren-in-column-0-is-defun-start is set.
8842
8843 * sun-curs.el: Require CL at compile-time only.
8844
8845 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
8846 instead of copy-list which is a function from CL.
8847 (msb--choose-menu, msb--mode-menu-cond)
8848 (msb--create-buffer-menu-2): Use dolist instead of mapc.
8849 (msb--init-file-alist): Use mapcar instead of mapcan.
8850 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
8851 `(' in column 0 in doc string.
8852 (msb--add-separators): Use mapcar instead of mapcan.
8853
8854 * cus-dep.el: Require CL at compile-time only.
8855
c7dcadb5
SM
88562000-03-24 Stefan Monnier <monnier@cs.yale.edu>
8857
8858 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8859 (byte-compile-warnings): New warning `noruntime'.
8860 (byte-compile-constants, byte-compile-variables): Fix docstring.
8861 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
8862 execute `eval-whenc-compile's body.
8863 (byte-compile-unresolved-functions): Fix docstring.
8864 (byte-compile-eval): New function.
8865 (byte-compile-callargs-warn): Check if the function will be available
8866 at runtime (via property `byte-compile-noruntime').
8867 (byte-compile-print-syms): New function.
8868 (byte-compile-warn-about-unresolved-functions): Also warn about
8869 `noruntime' functions (and use `byte-compile-print-syms').
8870 (byte-compile-file): Capitalize the message.
8871
3b55acc9
GM
88722000-03-24 Gerd Moellmann <gerd@gnu.org>
8873
8874 * mail/rmail.el (rmail-confirm-expunge): New user-option.
8875 (rmail-expunge): Ask for confirmation depending on the setting
8876 of rmail-confirm-expunge.
8877
88782000-03-23 Gerd Moellmann <gerd@gnu.org>
8879
8880 * Makefile (bootstrap-clean): If $(emacs) exists, build
8881 loaddefs.el first. A loaddefs.el that's not up-to-date might
8882 cause a bootstrap failure because things don't autoload as
8883 expected.
8884
02c76af4
DL
88852000-03-23 Dave Love <fx@gnu.org>
8886
8887 * net/browse-url.el: Restore previous use of
8888 browse-url-maybe-new-window.
8889
1a3199d9
GM
88902000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8891
8892 * ps-print.el: Skip banner page fix.
8893 (ps-print-version): New version number (5.1.2).
8894 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 8895
1a3199d9
GM
88962000-03-23 Dave Pearson <davep@davep.org>
8897
8898 * net/quickurl.el Changed the type of parameter passed to the
8899 function defined by `quickurl-format-function'. Before only the
8900 text of the URL was passed. Now the whole URL structure is passed
8901 and the function is responsible for extracting the parts it
8902 requires. Changed the default of `quickurl-format-function'
8903 accordingly.
8904 (quickurl-insert): Changed the `funcall' of
8905 `quickurl-format-function' to match the above change.
8906 (quickurl-list-insert): Changed the `url' case so that it makes
8907 use of `quickurl-format-function', previous to this the format was
8908 hard wired.
fa78f71b 8909
72db3ab5
GM
89102000-03-22 Gerd Moellmann <gerd@gnu.org>
8911
8912 * startup.el: Change some spellings for the X Window System.
8913
68049bfa
SM
89142000-03-22 Stefan Monnier <monnier@cs.yale.edu>
8915
8916 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
8917 up the code and the regexp and make sure the cursor is temporarily
8918 moved to the suspicious line while querying the user.
8919
ff4df011
JR
89202000-03-22 Jason Rumney <jasonr@gnu.org>
8921
8922 * w32-fns.el (w32-charset-info-alist): Initialize.
8923
ee1c5b21
GM
89242000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8925
8926 * ps-print.el: N-up last page fix.
8927 (ps-print-version): New version number (5.1.1).
8928 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 8929
d2cbfba0
SM
89302000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8931
bfb857d8
SM
8932 * files.el (find-file-run-dired): Update docstring.
8933 (find-directory-functions): New hook.
8934 (find-file-noselect): Run find-directory-functions rather than
8935 calling dired directly.
8936
8937 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
8938
cb3430a1
SM
8939 * pcvs.el: Add a minimal leading commentary.
8940 (cvs-make-cvs-buffer): Change the header part by removing the startup
8941 message and adding a `Module' entry. Also replace the FOOTER and
8942 HEADER special fileinfos with the new support in ewoc for updating
8943 its own footer and header.
8944 (cvs-update-header): Update to use the header/footer of the ewoc.
8945 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
8946 (cvs-is-within-p): New function.
8947 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
8948 to only examine some subset of the buffers.
8949
8950 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
8951 `format' instead of our own ad-hoc functions.
8952 Remove HEADER and FOOTER cases, now handled in the EWOC.
8953 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
8954
8955 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
8956 output to avoid scaring the user.
8957 (cvs-parse-table): Catch message for non-up-to-date commits.
8958
8959 * pcvs-defs.el (cvs-startup-message): Remove.
8960 (cvs-global-menu): New autoloaded menu.
8961
8962 * pcvs-util.el (cvs-string-fill): Remove.
8963
8964 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
8965 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
8966 PP part of it and also make it work for footers and headers.
8967 (ewoc-create): Drop POS and BUFFER arguments.
8968 Use the DLL's dummy node to store the end-of-footer position.
8969 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
8970 (ewoc-refresh): Remove unused `header' variable.
8971 (ewoc-(get|set)-hf): New functions.
8972
d2cbfba0
SM
8973 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
8974 log-view-*-(message|file) and use easy-mmode-define-navigation.
8975 (log-view-message-re): Match SCCS format as well.
8976 And match the revision line rather than the dashed separator line.
8977 (log-view-mode): Use the new define-derived-mode.
8978 (log-view-current-tag): Fill in with an actual implementation.
8979
8980 * cvs-status.el (cvs-status-(prev|next)): Rename from
8981 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
8982 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
8983 to let the output "breathe" a little more (more readable).
8984 (cvs-status-mode): Use the new define-derived-mode.
8985
8986 * smerge-mode.el (smerge-auto-leave): New function and variable.
8987 (smerge-basic-map): Rename from smerge-basic-keymap.
8988 Change the bindings for smerge-diff-*.
8989 (smerge-*-map): Use easy-mmode-defmap.
8990 (smerge-(next|prev)): Use easy-mmode-define-navigation.
8991 (smerge-keep-*): Use smerge-auto-leave.
8992
51663132
JR
89932000-03-21 Jason Rumney <jasonr@gnu.org>
8994
8995 * cus-edit.el (custom-button-face): Use 3D look for w32.
8996 (custom-button-pressed-face): Likewise.
8997
3f6e4b8b
GM
89982000-03-21 Gerd Moellmann <gerd@gnu.org>
8999
9000 * progmodes/etags.el (tags-case-fold-search): New user-option.
9001 (tags-loop-eval): New function. Bind case-fold-search around eval
9002 depending on the value of tags-case-fold-search.
9003 (tags-loop-continue): Use tags-loop-eval.
9004 (find-tag-in-order): Bind case-fold-search depending on the value
9005 of tags-case-fold-search.
9006
c7ea3acc
SM
90072000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9008
0ae39f53
SM
9009 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9010 (diff-end-of-hunk): Return the end position for use in
9011 `easy-mmode-define-navigation'.
9012 (diff-recenter): Remove.
9013 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9014 of `easy-mmode-define-navigation'.
9015 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9016 previous renaming) and fix to use new names.
9017 (diff-merge-strings): Use \n as separator: simpler, faster.
9018 (diff-mode): Use `define-derived-mode'.
9019
c7ea3acc
SM
9020 * derived.el (define-derived-mode): Don't autoload anymore.
9021 Prefer the macro-only version provided by easy-mmode.el.
9022
9023 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9024 `easy-mmode-define-derived-mode'.
9025 Use `combine-run-hooks'.
9026 (easy-mmode-define-navigation): New macro.
9027
9028 * subr.el (combine-run-hooks): New function.
9029
6c4bfdc0
KH
90302000-03-21 Kenichi HANDA <handa@etl.go.jp>
9031
9032 * term/x-win.el: Fontsets related initialization is simplified.
9033
9034 * international/mule-diag.el (describe-font): Don't refer to
9035 global-fontset-alist, instead call font-list.
9036 (describe-fontset, list-fontsets, mule-diag): Likewise.
9037 (print-fontset): Adjusted for the change of fontset
9038 implementation.
9039
9040 * international/fontset.el (x-charset-registries): Variable
9041 removed, instead the corresponding data is stored in the default
9042 fontset.
9043 (register-alternate-fontnames): Function removed.
9044 (resolved-ascii-font): Variable removed.
9045 (x-compose-font-name): Ignore the second argument REDOCE.
9046 (x-complement-fontset-spec): Complement only an ASCII font and
9047 element for those charsets than can use that ASCII font.
9048 (generate-fontset-menu): Don't refer to global-fontset-alist,
9049 instead call fontset-list.
9050 (uninstantiated-fontset-alist): Variable removed.
9051 (x-style-funcs-alist): Likewise.
9052 (fontset-default-styles): Likewise.
9053 (x-modify-font-name): Function removed.
9054 (create-fontset-from-fontset-spec): Ignore the argument
9055 STYLE-VARIANT.
9056 (create-fontset-from-ascii-font): Docsting adjusted for the above
9057 change.
9058 (instantiate-fontset, resolve-fontset-name): Functions removed.
9059 (fontset-list): Now implemented by C code.
fa78f71b 9060
6c4bfdc0
KH
9061 * faces.el (read-face-font): Fix TABLE arg to completing-read.
9062 (describe-face): Include `font' attribute in the description.
9063
9111d4b5
KH
90642000-03-21 Kenichi Handa <handa@etl.go.jp>
9065
9066 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9067
b33dd3b0
GM
90682000-03-20 Gerd Moellmann <gerd@gnu.org>
9069
a25bbe00
GM
9070 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9071 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9072 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 9073
b33dd3b0
GM
9074 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9075 about behavior of set-buffer-modified-p wrt redisplay.
9076
8b7bc628 90772000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
9078
9079 * view.el (view-mode-disable): Kill local binding of view-read-only.
9080
d7b511c4
GM
90812000-03-18 Gerd Moellmann <gerd@gnu.org>
9082
9083 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9084 is a string, convert it to a syntax cell using string-to-syntax.
9085
9086 * simple.el (syntax-code-table, syntax-flag-table): New variables.
9087 (string-to-syntax): New function.
9088
9089 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9090 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 9091 try to use passive ftp mode.
d7b511c4 9092
998ecc60
GM
90932000-03-17 Gerd Moellmann <gerd@gnu.org>
9094
b33dd3b0 9095 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
9096
9097 * simple.el (append-to-buffer): Update point of windows after
9098 insertion.
9099
9100 * abbrev.el (inverse-add-abbrev): Identify word by first moving
9101 forward then moving backward. Reindent.
9102
9103 * frame.el (other-frame): Call x-focus-frame only if
9104 focus-follows-mouse is off.
9105
235d6821
DL
91062000-03-17 Dave Love <fx@gnu.org>
9107
9108 * pcvs-util.el (cvs-strings->string): Rename
9109 replace-regexps-in-string.
9110
a29a2cd1
SM
91112000-03-17 Stefan Monnier <monnier@cs.yale.edu>
9112
af595444
SM
9113 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
9114 regexp for labels cannot span several lines.
9115
9116 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 9117 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 9118
a9be2843
DL
91192000-03-16 Dave Love <fx@gnu.org>
9120
9121 * progmodes/f90.el (f90): Put custom group under `languages', not
9122 `fortran'.
9123 (f90-mode-hook): Customize.
9124 (f90-mode): Set add-log-current-defun-function.
9125 (f90-current-defun): New function.
9126
d0ab3e9d
GM
91272000-03-16 Gerd Moellmann <gerd@gnu.org>
9128
16b20ed9
GM
9129 * cus-edit.el (custom-variable-tag-face): Handle case that
9130 default face's height is not a number.
9131 (custom-face-tag-face, custom-group-tag-face-1)
9132 (custom-group-tag-face): Ditto.
9133 (custom-group-tag-face-1): Add :group.
fa78f71b 9134
d0ab3e9d
GM
9135 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
9136
ae8ab422
GM
91372000-03-15 Gerd Moellmann <gerd@gnu.org>
9138
9139 * pcvs-defs.el (toplevel): Remove autoload cookie for form
9140 requiring easymenu.
9141
81c7ca69
GM
91422000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9143
9144 * ps-print.el: PostScript user-defined prologue, PostScript error
9145 handler, doc fix.
9146 (ps-print-version): New version number (5.1).
9147 (ps-user-defined-prologue, ps-error-handler-message)
9148 (ps-print-prologue-0, ps-error-handler-alist): New vars.
9149 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
9150 (ps-insert-string): New function.
fa78f71b 9151
dcf1003d
KH
91522000-03-15 Kenichi Handa <handa@etl.go.jp>
9153
9154 * international/ccl.el (ccl-compile-expression): Don't generate
9155 invalid self-assignment code.
9156
73825616
DL
91572000-03-14 Dave Love <fx@gnu.org>
9158
9159 * subr.el (replace-regexp-in-string): Renamed from
9160 replace-regexps-in-string. Doc fix.
9161
031020ac
DL
91622000-03-12 Dave Love <fx@gnu.org>
9163
9164 * cus-edit.el: Doc fixes.
9165 (customize-set-variable, customize-save-variable): Rename args for
9166 doc.
9167 (custom-variable-tag-face, custom-face-tag-face)
9168 (custom-group-tag-face-1, custom-group-tag-face): Modify from
9169 style which user identify as hyperlink.
9170 (hook): Don't add undefined functions to the hook.
9171 (debug-ignored-errors): Transfer message from bindings.el.
9172
9b2f3c38
GM
91732000-03-12 Gerd Moellmann <gerd@gnu.org>
9174
9175 * recentf.el (recentf-keep-non-readable-files-p): Remove
9176 double/nested definition.
9177
0d6e23cf
DL
91782000-03-12 Dave Love <fx@gnu.org>
9179
9180 * facemenu.el (facemenu-get-face): Use display-color-p.
9181 * enriched.el (enriched-decode-foreground): Likewise.
9182 (enriched-decode-background): Likewise.
9183 * isearch.el (isearch-highlight): Likewise.
9184 * info-look.el (info-lookup): Likewise.
9185 * simple.el (completion-setup-function): Likewise.
9186
9187 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9188 :options.
9189
9190 * bindings.el (mode-line-format): Fix line-number and
9191 column-number items. Add help-echo for the background.
9192 (mode-line-mule-info): Modify help-echo.
9193
9194 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9195 defcustom.
9196
9197 * files.el (load-file): Allow completion to .elc.
9198
9199 * man.el: Doc fixes.
9200 (Man-init-defvars): Use display-color-p to set fontification.
9201
9202 * play/hanoi.el (hanoi-internal): Don't use oddp.
9203
e1cff360
GM
92042000-03-12 Gerd Moellmann <gerd@gnu.org>
9205
9206 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9207
9208 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9209
5e5dff44
GM
92102000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9211
9212 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9213 Fix comment.
9214
5b467bf4
SM
92152000-03-10 Stefan Monnier <monnier@cs.yale.edu>
9216
83fef604
SM
9217 * font-lock.el (font-lock-keywords): Fix the doc now that
9218 regexp-opt-depth is unnecessary.
9219 (save-buffer-state): Set an edebug spec.
9220 (font-lock-fontify-anchored-keywords): Properly handle the case when
9221 the matcher goes past the limit.
9222
5b467bf4
SM
9223 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9224 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9225
83fef604
SM
9226 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
9227 dll.el and cookie.el (from Elib) with heavy renaming and other
9228 massaging.
5b467bf4
SM
9229
9230 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9231 Autoload the functions used.
9232 (easy-mmode-define-syntax): Fix CL typo.
9233 (easy-mmode-define-derived-mode): Improve the docstring generation.
9234
d407456c
GM
92352000-03-10 Gerd Moellmann <gerd@gnu.org>
9236
9237 * textmodes/texinfo.el (texinfo-version): Variable and function
9238 removed.
9239
5a7a545c
SM
92402000-03-09 Stefan Monnier <monnier@cs.yale.edu>
9241
0d6e23cf
DL
9242 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9243 allow more flexibility.
9244 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9245 fns.
9246 (easy-mmode-defmap, easy-mmode-defsyntax)
9247 (easy-mmode-define-derived-mode): New macros.
5a7a545c 9248
d407456c 92492000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
9250
9251 * rect.el (replace-rectangle): New function.
9252
92532000-03-09 Dave Love <fx@gnu.org>
9254
9255 * progmodes/fortran.el (fortran-comment-line-start): Define as
9256 "C".
9257 (fortran-comment-line-start-skip): Don't match cpp stuff.
9258 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
9259 (fortran-mode-map): Remove over-eager custom-menu-create for now.
9260 (fortran-mode): Don't set fortran-comment-line-start-skip,
9261 fortran-comment-line-start here. Set comment-start,
9262 add-log-current-defun.
9263 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9264 (fortran-current-defun): New function.
9265
80460654
GM
92662000-03-09 Gerd Moellmann <gerd@gnu.org>
9267
d1221ea9
GM
9268 * emacs-lisp/re-builder.el: New file.
9269
1853aa6b
GM
9270 * mouse.el (mouse-drag-region): Don't run up-event handler
9271 if hscroll has changed.
9272
80460654
GM
9273 * octave-mod.el (octave-font-lock-keywords): To font-lock the
9274 builtin operators, use `font-lock-builtin-face' for Emacs and
9275 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
9276
9277 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
9278 `(defun (setf foo)' differently.
9279
c0056275
SM
92802000-03-08 Stefan Monnier <monnier@cs.yale.edu>
9281
9282 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
9283 (regexp-opt): Update comment and adapt the code the new meaning of
9284 the `paren' argument of regex-opt-group for shy-groups.
9285 (regexp-opt-depth): Handle shy groups as well as backslashed
9286 backslashes.
c0056275
SM
9287 (regexp-opt-group): Turn the leading comment into a docstring.
9288 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
9289 Remove open-presuf and close-presuf. Instead of checking for `all
9290 one-char' and then later on check for `several one-char', handle
9291 both cases close together. Also apply a more generic algorithm
9292 for suffixes (the mirror image of the algorithm used for
9293 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
9294 (regexp-opt-try-suffix): Removed.
9295
9296 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
9297 from comint-mode-map, so we can just inherit from it. Also, move
9298 the initialization into the `defvar' since there's no docstring
9299 anyway and it's fairly short.
9300 (inferior-scheme-mode): Define it as derived-mode: the code is
9301 shorter and this way we inherit from comint-mode-map rather than
9302 copying it.
c0056275 9303
80460654
GM
9304 * subr.el (replace-regexps-in-string): Properly handle the case
9305 where we match an empty string.
c0056275 9306
80460654
GM
9307 * comint.el (comint-exec-1): Add the current-dir to the exec-path
9308 when the command has a directory component (such as "./testml").
c0056275
SM
9309 Also fix a typo in the comment.
9310
5e91ff9e
GM
93112000-03-08 Gerd Moellmann <gerd@gnu.org>
9312
feab4fba
GM
9313 * Makefile (compile-files): Compile files one by one because
9314 that's the only way to ensure a clean compilation environment for
9315 each individual file.
9316
5e91ff9e
GM
9317 * frame.el (other-frame): Call x-focus-frame.
9318
76162e12
DL
93192000-03-07 Dave Love <fx@gnu.org>
9320
f64ce788
DL
9321 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
9322 :require to defcustom.
9323
76162e12
DL
9324 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9325 lists.
9326
9327 * files.el (auto-mode-alist): Add configure.in.
9328
9329 * progmodes/autoconf.el: New file.
9330
f7daf1e1
GM
93312000-03-07 Gerd Moellmann <gerd@gnu.org>
9332
9333 * mail/mh-e.el: Change maintainer to `none'.
9334
9335 * recentf.el (recentf-keep-non-readable-files-p): Quote args
9336 to remove-hook and add-hook.
9337
93382000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9339
9340 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9341 it as the default.
9342 (mail-send): Test mail-send-nonascii also for the new `mime' value.
9343 (sendmail-send-it): Conditionally add MIME headers specifying the
9344 used character set.
fa78f71b 9345
63f6b2c4
DL
93462000-03-07 Dave Love <fx@gnu.org>
9347
9348 * winner.el: Fix keywords, autoload cookies. Split
9349 eval-when-compile form to avoid compilation failure.
9350
8330e2f9
KH
93512000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
9352
9353 * international/mule.el: Modify comment about coding system
9354 property `coding-category'.
9355 (make-coding-system): New argument EOL-TYPE. Pay attention to
9356 coding-category property of PROPERTIES.
9357
9358 * international/mule-conf.el (coding-category-utf-8,
9359 coding-category-utf-16-be, coding-category-utf-16-le): New coding
9360 categories. Include them in the argument for set-coding-priority.
9361
9362 * international/mule-cmds.el (reset-language-environment): Include
9363 coding-category-utf-8, coding-category-utf-16-be, and
9364 coding-category-utf-16-le in the argument for set-coding-priority.
9365 (reset-language-environment): Initialize coding-category-utf-8,
9366 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9367
18bb0684
GM
93682000-03-06 Karl Fogel <kfogel@red-bean.com>
9369
9370 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9371 code abstracted out of `bookmark-jump-noselect'. Now tries info
9372 extensions as well as compression extensions.
9373 (bookmark-jump-noselect): Use above new func.
fa78f71b 9374
71a6ba55
GM
93752000-03-03 Gerd Moellmann <gerd@gnu.org>
9376
9377 * strokes.el: Change maintainer's mail address.
9378
0d56cdff
KH
93792000-03-03 Kenichi Handa <handa@etl.go.jp>
9380
9381 * international/mule-diag.el (list-character-sets): Make help-echo
9382 string by substitute-command-keys.
9383 (list-character-sets): Likewise.
9384 (sort-listed-character-sets): Call help-setup-xref.
9385
900fa1f1
GM
93862000-03-02 Gerd Moellmann <gerd@gnu.org>
9387
9388 * time.el (display-time-mail-file): Add `none' to the list of
9389 choices.
9390
54d04320
DL
93912000-03-01 Dave Love <fx@gnu.org>
9392
43f3fa09
DL
9393 * help.el (help-xref-go-back): Don't try to set position.
9394
54d04320
DL
9395 * international/mule-diag.el (list-character-sets): Call
9396 help-setup-xref. Add help-echo to xrefs.
9397 (list-character-sets-1): Add help-echo to xrefs.
9398
d054101f
GM
93992000-03-02 Gerd Moellmann <gerd@gnu.org>
9400
9401 * frame.el (blink-cursor-mode): Switch cursor on when turning
9402 the mode off.
9403
9404 * add-log.el (add-log-current-defun): Add support for
9405 Autoconf mode.
9406
9407 * mail/rmail.el (rmail-quit-hook): New variable.
9408
d77dae5c
DL
94092000-03-01 Dave Love <fx@gnu.org>
9410
e5f597f0
DL
9411 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9412
d77dae5c
DL
9413 * help.el (help-xref-button): Add help-echo arg.
9414 (describe-function-1, describe-variable, help-make-xrefs): Use it.
9415
9416 * faces.el (list-faces-display): Supply help-echo with
9417 help-make-xrefs.
9418
9419 * facemenu.el (list-text-properties-at): Set help-xref-stack to
9420 nil.
9421
72d19d75
GM
94222000-03-01 Gerd Moellmann <gerd@gnu.org>
9423
2df636f4
GM
9424 * image.el (defimage): Look for image files in load-path.
9425
fa78f71b 9426 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
9427 `number'.
9428
2df636f4
GM
94292000-03-01 David Ponce <david.ponce@wanadoo.fr>
9430
9431 * recentf.el (recentf): Added version tag to the defgroup of
9432 recentf.
9433
94342000-03-01 David Ponce <david.ponce@wanadoo.fr>
9435
9436 * recentf.el (recentf-cleanup): Changed to remove excluded file
9437 too.
9438 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9439 action to select/unselect a file.
9440 (recentf-edit-list): Code cleanup and improvement.
9441 (recentf-open-more-files-action): `recentf-open-more-files' button
9442 widget action to open a file.
9443 (recentf-open-more-files): No more use standard completion but
9444 widgets.
9445 (recentf-more-collection): Deleted.
9446 (recentf-more-history): Deleted.
9447 (recentf-setup-more-completion): Deleted.
9448
94492000-03-01 David Ponce <david.ponce@wanadoo.fr>
9450
9451 * recentf.el (recentf-mode): No more needs that Emacs is running
9452 under a window-system.
9453
94541999-03-01 David Ponce <david.ponce@wanadoo.fr>
9455
9456 * recentf.el (recentf-edit-list): New command to edit the recent
9457 list which allow the user to remove files.
9458 (recentf-edit-selected-items): New global variable, used by
9459 `recentf-edit-list' to hold the list of files to be removed from
9460 the recent list.
9461 (recentf-make-menu-items): Updated to display a "Edit list..."
9462 menu item. Minor code cleanup.
9463
94641999-03-01 David Ponce <david.ponce@wanadoo.fr>
9465
9466 * recentf.el (recentf-open-more-files): New command to open files
9467 that are not displayed in the menu.
9468 (recentf-more-collection): New global variable holding the set of
9469 permissible completions used by `recentf-open-more-files'.
9470 (recentf-more-history): New global variable holding the history list
9471 used by `recentf-open-more-files' completion.
9472 (recentf-setup-more-completion): New function to setup completion for
9473 `recentf-open-more-files'.
9474 (recentf-make-menu-items): Updated to display a "More..." menu item.
9475
94761999-03-01 David Ponce <david.ponce@wanadoo.fr>
9477
9478 * recentf.el (recentf-menu-action): Doc fixed.
9479
94801999-03-01 David Ponce <david.ponce@wanadoo.fr>
9481
9482 * recentf.el (recentf-menu-filter): Doc updated.
9483 (recentf-update-menu-hook): Allow menu filters to force menu update.
9484 (recentf-make-menu-items): New menu filter handling.
9485 (recentf-make-menu-item): New helper function.
9486 (recentf-menu-elements): New menu handling function.
9487 (recentf-sort-ascending): Updated to new menu filter handling.
9488 (recentf-sort-descending): Updated to new menu filter handling.
9489 (recentf-sort-basenames-ascending): New menu filter function.
9490 (recentf-sort-basenames-descending): New menu filter function.
9491 (recentf-show-basenames): New menu filter function.
9492 (recentf-show-basenames-ascending): New menu filter function.
9493 (recentf-show-basenames-descending): New menu filter function.
9494
72d19d75
GM
94952000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9496
9497 * diary-lib.el (list-diary-entries): Don't try to go forward at
9498 the end of the buffer.
9499
1ac1c836
KH
95002000-02-29 Kenichi Handa <handa@etl.go.jp>
9501
9502 * international/mule-diag.el (list-character-sets): Completely
9503 rewritten.
9504 (sort-listed-character-sets): New function.
9505 (list-character-sets-1): Completely rewritten.
9506 (list-character-sets-2): New function.
9507 (non-iso-charset-alist): New variable.
9508 (decode-codepage-char): New function.
9509 (charset-history): New variable.
9510 (read-charset) (list-block-of-chars)
9511 (list-iso-charset-chars)
9512 (list-non-iso-charset-chars)
9513 (list-charset-chars): New functions.
9514 (mule-diag): Call list-character-sets-2, not
9515 list-character-sets-2.
9516 (dump-charsets): Likewise.
9517
ed4d0512
GM
95182000-02-29 Gerd Moellmann <gerd@gnu.org>
9519
72d19d75
GM
9520 * dired-x.el (dired-filename-at-point): Add `@' to valid
9521 file name characters.
9522 (dired-filename-at-point): Handle ange-ftp file names.
9523
ed4d0512
GM
9524 * frame.el (frame-notice-user-settings): Use assq-delete-all
9525 instead of assoc-delete-all.
9526 (frame-notice-user-settings): Ditto.
9527
9528 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9529 Don't copy alist.
9530
32038c7a
GM
95312000-02-28 Eli Barzilay <eli@cs.cornell.edu>
9532
9533 * calculator.el (calculator-use-menu): New option.
9534 (calculator-initial-bindings): Changed some bindings to work as
9535 macros.
9536 (calculator-forced-input): Removed.
9537 (calculator-restart-other-mode): New variable.
9538 (calculator-mode-map): Set up menu.
fa78f71b 9539
32038c7a
GM
95402000-02-28 Jari Aalto <jari.aalto@poboxes.com>
9541
9542 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9543 tags.
fa78f71b 9544
55d7ff38 95452000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 9546
55d7ff38
MK
9547 * viper-cmd.el (viper-envelop-ESC-key): added the option to
9548 translate all ESC key sequences.
9549 (viper-goto-mark-subr): restore markers for files for which
9550 they were saved.
9551 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9552 * viper-util.el (viper-set-replace-overlay-glyphs,
9553 viper-set-replace-overlay): always check if the replacement
9554 overlay is live.
9555 * viper.el (viper-vi-state-mode-list): added major modes.
9556 * ediff-wind.el: minor comment changes.
9557 * ediff.el: copyright notice date fix.
fa78f71b 9558
387023ee
JR
95592000-02-27 Jason Rumney <jasonr@gnu.org>
9560
9561 * faces.el (face-font-family-alternatives): Add arial to helv.
9562 (mode-line, header-line, tool-bar): Same default as x for w32.
9563 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
9564 face-font-family-alternatives from working.
9565 * term/w32-win.el (mouse-set-font): Do not build fontset from
9566 chosen font.
9567
f43d79c1
GM
95682000-02-25 Sam Steingold <sds@goems.com>
9569
5d80cc9c 9570 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 9571 properly.
fa78f71b 9572
8b7bc628 95732000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
9574
9575 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9576
4eb8436f
GM
95772000-02-25 Gerd Moellmann <gerd@gnu.org>
9578
9579 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9580 writable.
9581
449c3c52 9582 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 9583
42088c12
GM
95842000-02-24 Gerd Moellmann <gerd@gnu.org>
9585
9586 * frame.el (show-cursor-in-non-selected-windows): New option.
9587
c60ea02e
GM
95882000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9589
9590 * diary-lib.el (include-other-diary-files): Undo the selective
9591 display in any included file and don't kill it.
9592
d066de8e
EZ
95932000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
9594
9595 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9596 bar. Menu items converted to (menu-item format, help strings
9597 added.
9598 [downcase, upcase]: Don't enable on MS-DOS.
9599 [symlink, symlinks]: Don't show if make-symbolic-link is not
9600 bound.
9601 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9602
b6906b38
DL
96032000-02-23 Dave Love <fx@gnu.org>
9604
275cf1b2
DL
9605 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9606 (backward-kill-word): Revert addition of * to interactive spec --
9607 it's a feature.
9608
9609 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9610 (backward-kill-sentence, kill-sentence): Likewise.
9611
99d48056
DL
9612 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9613 scratch buffer name.
9614 (gud-format-command): Use int-to-string in ?l case. Simplify
9615 slightly.
9616
9617 * term/w32-win.el (internal-face-interactive): Update prompt for
9618 new read-face-name.
9619
9620 * mail/footnote.el (footnote): Add :version to defgroup.
9621 (footnote-section-tag-regexp): Customize.
9622 (footnote-start-tag, footnote-end-tag): New option.
9623 (footnote-latin-regexp): New variable.
9624 (Footnote-latin): New function.
9625 (footnote-style-alist): Add element for latin style.
9626 (footnote-style): Moved.
9627 (Footnote-goto-footnote): Use eq to test arg.
9628
9629 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9630
b6906b38
DL
9631 * emacs-lisp/byte-opt.el: Change old backquote syntax.
9632 (byte-compile-trueconstp): Include keywords.
9633 (byte-optimize-quote, byte-optimize-lapcode): Use
9634 byte-compile-const-symbol-p.
9635 (byte-optimize-char-before): New optimization.
9636
9637 * emacs-lisp/bytecomp.el: Change old backquote syntax.
9638 (byte-compile-const-symbol-p): New function.
9639 (byte-compile-constp, byte-compile-out-toplevel)
9640 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9641 Use it.
9642
9643 * subr.el (define-key-after): Default AFTER to t. Doc fix.
9644
214f877f
KH
96452000-02-23 Kenichi Handa <handa@etl.go.jp>
9646
c709bcf1
KH
9647 * international/encoded-kb.el: Be sure to update minor-mode-alist
9648 and minor-mode-map-alist.
9649 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9650 codes SS2 and SS3 correctly.
9651 (encoded-kbd-self-insert-ccl): New function.
9652 (encoded-kbd-setup-keymap): New function.
9653 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
9654 by calling encoded-kbd-setup-keymap.
9655
214f877f
KH
9656 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
9657 characters.
9658 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
9659 locally.
9660
b021ef18
DL
96612000-02-22 Dave Love <fx@gnu.org>
9662
9663 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
9664 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
9665 defvar.
9666 (lisp-mode-syntax-table): Set up for #|...|# comments.
9667 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
9668 classes. Match `defface'.
9669 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
9670 (eval-defun-1): Fix for defcustom.
9671 (lisp-indent-region): Doc fix.
9672
9673 * subr.el (when, unless, split-string): Doc fix.
9674 (read-passwd): Move call of clear-this-command-keys to the right
9675 place.
9676 (replace-regexps-in-string): New function.
9677
14cc00ad
GM
96782000-02-22 Gerd Moellmann <gerd@gnu.org>
9679
9680 * help.el (describe-variable): Set syntax table to
9681 emacs-lisp-mode-syntax-table when moving forward over the
9682 symbol's name.
9683
47da5efa
DL
96842000-02-22 Dave Love <fx@gnu.org>
9685
9686 * xt-mouse.el: Doc fixes.
9687 (xterm-mouse-position-function): New function, replacing advice of
9688 mouse-position.
9689 (xterm-mouse-mode): Use it. Don't turn on under a window system.
9690
9691 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
9692
f0a6c717
GM
96932000-02-21 Gerd Moellmann <gerd@gnu.org>
9694
9695 * format.el (format-annotate-single-property-change): Handle
9696 properties.with dotted-list values.
9697 (format-proper-list-p): New function.
9698
9699 * enriched.el (enriched-face-ans): Handle '(foreground-color
9700 . COLOR) and (background-color . COLOR).
9701
2be80b63
DL
97022000-02-20 Dave Love <fx@gnu.org>
9703
9704 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
9705 and assignments to it.
9706 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
9707 current local map.
9708 (make-flyspell-overlay): Use it.
9709 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
9710
9711 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
9712 (lm-get-header-re): Defun, not defsubst.
9713 (lm-get-package-name): Defun, not defsubst. Simplify.
9714 (lm-version): Doc fix. Simplify.
9715 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
9716 (lm-crack-address, lm-last-modified-date, lm-commentary)
9717 (lm-verify, lm-synopsis): Simplify.
9718 (lm-report-bug): Require emacsbug. Use compose-mail.
9719
329eed9f
GM
97202000-02-20 Gerd Moellmann <gerd@gnu.org>
9721
9722 * dired.el (dired-mode): Call propertized-buffer-identification
9723 to set mode-line-buffer-identification to something having
9724 the right text properties.
9725
9726 * bindings.el (propertized-buffer-identification): New function.
9727
be5bb146
DL
97282000-02-20 Dave Love <fx@gnu.org>
9729
9730 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
9731 check for t-mouse too.
9732
9733 * cus-start.el: Make echo-keystrokes `number'.
9734
1d4311c3
EZ
97352000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
9736
9737 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
9738 Don't call ring-empty-p unless tags-location-ring is bound.
9739 From Noah Friedman <friedman@splode.com>.
9740
a23c5037
TTN
97412000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
9742
9743 * progmodes/hideshow.el (hs-flag-region): No longer use
9744 `intangible' overlay property.
9745
9746 (hs-toggle-hiding): New command.
9747 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
9748
9749 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
9750 Fix omission bug: Run `hs-minor-mode-hook' for both activation
9751 and deactivation.
9752
b6a22bf8
GM
97532000-02-18 Gerd Moellmann <gerd@gnu.org>
9754
9755 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
9756
d621caf7
GM
97572000-02-17 Gerd Moellmann <gerd@gnu.org>
9758
3c0ed7ce
GM
9759 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
9760
d621caf7
GM
9761 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
9762 of `*' to handle `(* ... *)' comments.
9763
538d88fb
EZ
97642000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
9765
53c80cf6 9766 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 9767 window-system.
53c80cf6 9768
538d88fb
EZ
9769 * menu-bar.el (global-map): Menu-bar items converted to the new
9770 format (menu-item..., rearranged for better CUA compliance, and
9771 their names changed for better clarity. Help strings added.
9772
9773 * international/mule-cmds.el (mule-menu-keymap)
9774 (describe-language-environment-map, set-coding-system-map)
9775 (setup-language-environment-map): Convert to new (menu-item...
9776 form, add help strings. Change names of menu items for better
9777 clarity. "Mule" menu-bar item removed (it's now in the "Options"
9778 submenu).
9779
8389e1e2 97802000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 9781
a23c5037 9782 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 9783 within the code.
a23c5037 9784
8389e1e2 97852000-02-16 Dave Love <fx@gnu.org>
a23c5037 9786
84fe35f0
DL
9787 * faces.el: Don't require custom. Add more specific :groups to
9788 various deffaces.
9789 (set-face-attribute): Purecopy args.
9790 (read-face-name): Default to name at point and use it in prompt.
9791 Remove colon from arg in all callers.
9792 (list-faces-display): Hyperlink to face descriptions and customize
9793 buffers.
9794
b2aeee30
DL
97952000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
9796
9797 * wid-edit.el (widget-match-inline): An atom never matches a
9798 list.
9799
99e95407
GM
98002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9801
82d2c7c5
DL
9802 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9803 at ':' characters by call to split-string.
99e95407
GM
9804
98052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9806
82d2c7c5 9807 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
9808
98092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9810
82d2c7c5
DL
9811 * textmodes/bibtex.el: Some temporary comments removed.
9812 (bibtex-field-name, bibtex-entry-type): Made the relationship
9813 explicit.
9814 (bibtex-field-const): Allow capital letters.
9815 (bibtex-start-of-string): Deleted because unused.
9816
9817 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9818 use the term 'reference' to describe a bibtex entry as a whole.
9819 Further, reference keys are no longer called 'labels'.
9820 (bibtex-keys): Renamed to bibtex-reference-keys.
9821 (bibtex-reformat-previous-labels): Renamed to
9822 bibtex-reformat-previous-reference-keys.
9823 (bibtex-reference-type): Renamed to bibtex-entry-type.
9824 (bibtex-reference-head): Renamed to bibtex-entry-head.
9825 (bibtex-reference-maybe-empty-head): Renamed to
9826 bibtex-entry-maybe-empty-head.
9827 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9828 (bibtex-search-reference): Renamed to bibtex-search-entry.
9829 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9830 bibtex-enclosing-entry-maybe-empty-head.
9831 (bibtex-entry-field-alist, bibtex-entry-head,
9832 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9833 bibtex-map-entries, bibtex-search-entry,
9834 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9835 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9836 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9837 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9838 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9839 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9840 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
9841
98422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9843
82d2c7c5
DL
9844 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9845 comment.
9846 (bibtex-format-field-delimiters): New function, functionality
9847 extracted from bibtex-format-entry.
9848 (bibtex-autokey-get-yearfield-digits): New function, functionality
9849 extracted from bibtex-autokey-get-yearfield.
9850
9851 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9852 entries in order to avoid stack overflow in the regexp matcher if
9853 field contents become large.
9854 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9855 bibtex-field-string-part-not-braced,
9856 bibtex-field-string-part-no-inner-braces,
9857 bibtex-field-string-part-1-inner-brace,
9858 bibtex-field-string-part-2-inner-braces,
9859 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9860 bibtex-field-string-quoted, bibtex-field-string,
9861 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9862 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9863 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9864 as parsing is now performed by the following functions.
9865 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9866 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9867 bibtex-parse-field-string, bibtex-search-forward-field-string,
9868 bibtex-parse-association, bibtex-field-name-for-parsing,
9869 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9870 bibtex-search-forward-field, bibtex-search-backward-field,
9871 bibtex-start-of-field, bibtex-end-of-field,
9872 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9873 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9874 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9875 bibtex-parse-string, bibtex-search-forward-string,
9876 bibtex-search-backward-string, bibtex-start-of-string,
9877 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9878 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9879 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9880 entries. Instead of reporting the results of the parsing by
9881 match-beginning or match-end, these functions return data structures
9882 that hold the corresponding positions.
9883 (bibtex-enclosing-field): Changed to also report field boundaries by
9884 return values rather than by match-beginning or match-end. The
9885 following functions have been adapted to use the new parsing
9886 functions.
9887 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9888 bibtex-enclosing-field, bibtex-format-entry,
9889 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9890 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9891 bibtex-print-help-message, bibtex-end-of-entry,
9892 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9893 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9894 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9895 method for parsing.
9896 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9897 bibtex-map-entries, bibtex-flash-head,
9898 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9899 bibtex-autokey-change, bibtex-autokey-get-namefield,
9900 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9901 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9902 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9903 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9904 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9905 order to make the new binding of case-fold-search immediately
9906 visible.
99e95407
GM
9907
99082000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9909
82d2c7c5
DL
9910 * textmodes/bibtex.el: Copyright notice is up to date.
9911 Added constant 'bibtex-maintainer-salutation.
99e95407 9912
82d2c7c5
DL
9913 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9914 than make-temp-name, use match-string-no-properties and eliminate
9915 a quadratic behavior when building bibtex-strings.
99e95407 9916
82d2c7c5
DL
9917 * bibtex.el (bibtex-reference-key): Accept string entries whose
9918 reference key contains upper case letters.
99e95407
GM
9919
99202000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9921
82d2c7c5
DL
9922 * bibtex.el (bibtex-reference-head): Allow entries to start with
9923 a new line.
99e95407
GM
9924
99252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9926
82d2c7c5
DL
9927 * bibtex.el: Hiding of entry bodies is not longer provided by
9928 bibtex.el directly. Instead the hideshow package can be used.
9929 Added a special bibtex entry to hs-special-modes-alist.
9930 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
9931
99322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9933
f24fef2f
SM
9934 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9935 at ':' characters by call to split-string.
8389e1e2
GM
9936
99372000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9938
f24fef2f 9939 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
9940
99412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9942
f24fef2f
SM
9943 * textmodes/bibtex.el: Some temporary comments removed.
9944 (bibtex-field-name, bibtex-entry-type): Made the relationship
9945 explicit.
9946 (bibtex-field-const): Allow capital letters.
9947 (bibtex-start-of-string): Deleted because unused.
fa78f71b 9948
f24fef2f
SM
9949 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9950 use the term 'reference' to describe a bibtex entry as a whole.
9951 Further, reference keys are no longer called 'labels'.
9952 (bibtex-keys): Renamed to bibtex-reference-keys.
9953 (bibtex-reformat-previous-labels): Renamed to
9954 bibtex-reformat-previous-reference-keys.
9955 (bibtex-reference-type): Renamed to bibtex-entry-type.
9956 (bibtex-reference-head): Renamed to bibtex-entry-head.
9957 (bibtex-reference-maybe-empty-head): Renamed to
9958 bibtex-entry-maybe-empty-head.
9959 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9960 (bibtex-search-reference): Renamed to bibtex-search-entry.
9961 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9962 bibtex-enclosing-entry-maybe-empty-head.
9963 (bibtex-entry-field-alist, bibtex-entry-head,
9964 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9965 bibtex-map-entries, bibtex-search-entry,
9966 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9967 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9968 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9969 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9970 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9971 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9972 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
9973
99742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9975
f24fef2f
SM
9976 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9977 comment.
9978 (bibtex-format-field-delimiters): New function, functionality
9979 extracted from bibtex-format-entry.
9980 (bibtex-autokey-get-yearfield-digits): New function, functionality
9981 extracted from bibtex-autokey-get-yearfield.
fa78f71b 9982
f24fef2f
SM
9983 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9984 entries in order to avoid stack overflow in the regexp matcher if
9985 field contents become large.
9986 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9987 bibtex-field-string-part-not-braced,
9988 bibtex-field-string-part-no-inner-braces,
9989 bibtex-field-string-part-1-inner-brace,
9990 bibtex-field-string-part-2-inner-braces,
9991 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9992 bibtex-field-string-quoted, bibtex-field-string,
9993 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9994 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9995 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9996 as parsing is now performed by the following functions.
9997 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9998 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9999 bibtex-parse-field-string, bibtex-search-forward-field-string,
10000 bibtex-parse-association, bibtex-field-name-for-parsing,
10001 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10002 bibtex-search-forward-field, bibtex-search-backward-field,
10003 bibtex-start-of-field, bibtex-end-of-field,
10004 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10005 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10006 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10007 bibtex-parse-string, bibtex-search-forward-string,
10008 bibtex-search-backward-string, bibtex-start-of-string,
10009 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10010 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10011 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10012 entries. Instead of reporting the results of the parsing by
10013 match-beginning or match-end, these functions return data structures
10014 that hold the corresponding positions.
10015 (bibtex-enclosing-field): Changed to also report field boundaries by
10016 return values rather than by match-beginning or match-end. The
10017 following functions have been adapted to use the new parsing
10018 functions.
10019 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10020 bibtex-enclosing-field, bibtex-format-entry,
10021 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10022 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10023 bibtex-print-help-message, bibtex-end-of-entry,
10024 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10025 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10026 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10027 method for parsing.
10028 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10029 bibtex-map-entries, bibtex-flash-head,
10030 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10031 bibtex-autokey-change, bibtex-autokey-get-namefield,
10032 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10033 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10034 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10035 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10036 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10037 order to make the new binding of case-fold-search immediately
10038 visible.
8389e1e2
GM
10039
100402000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10041
f24fef2f
SM
10042 * textmodes/bibtex.el: Copyright notice is up to date.
10043 Added constant 'bibtex-maintainer-salutation.
fa78f71b 10044
f24fef2f
SM
10045 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10046 than make-temp-name, use match-string-no-properties and eliminate
10047 a quadratic behavior when building bibtex-strings.
fa78f71b 10048
f24fef2f
SM
10049 * bibtex.el (bibtex-reference-key): Accept string entries whose
10050 reference key contains upper case letters.
8389e1e2
GM
10051
100522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10053
f24fef2f
SM
10054 * bibtex.el (bibtex-reference-head): Allow entries to start with
10055 a new line.
8389e1e2
GM
10056
100572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10058
f24fef2f
SM
10059 * bibtex.el: Hiding of entry bodies is not longer provided by
10060 bibtex.el directly. Instead the hideshow package can be used.
10061 Added a special bibtex entry to hs-special-modes-alist.
10062 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
10063
100642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10065
82d2c7c5 10066 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
10067 proceedings entry type (for cross referencing). Thanks to Wagner
10068 Toledo Correa for the suggestion.
10069
82d2c7c5 10070 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 10071
eae61d8f
KH
100722000-02-14 Kenichi Handa <handa@etl.go.jp>
10073
10074 * international/characters.el: Setup case table for Vietnamese.
10075
fb07a302
GM
100762000-02-12 Gerd Moellmann <gerd@gnu.org>
10077
10078 * uniquify.el (toplevel): Require CL at compile time.
10079 (uniquify-push): Removed.
10080
10081 * shadowfile.el (shadow-when): Removed.
10082
10083 * tempo.el (tempo-dolist, tempo-mapc): Removed.
10084 (tempo-process-and-insert-string): Use dolist instead of
10085 tempo-dolist.
10086
10087 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10088 regexp for paragraph-start.
10089
10090 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10091 commas as well.
10092
a0eddf92
DL
100932000-02-10 Dave Love <fx@gnu.org>
10094
10095 * wid-edit.el: (widgets) [defgroup]: Remove url link.
10096 (widget-color-choice-list, widget-color-history, widget-mouse-help):
10097 Deleted.
10098 (widget-specify-field, widget-specify-button): Don't use
10099 widget-mouse-help as help-echo property.
10100 (default): Use #'ignore for :validate and :mouse-down-action.
10101 (checkbox): Add help-echo.
10102 (widget-sexp-validate): Rewritten to clarify error messages.
10103 (character): Use char-valid-p in :match function.
10104 (widget-color-complete): Use facemenu-color-alist.
10105 (widget-color-action): Use facemenu-read-color.
10106
10107 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
10108 set up `caar' &c that we now have.
10109
82d2c7c5
DL
101102000-02-09 Ray Blaak <blaak@gnu.org>
10111
10112 * delphi.el: Make resourcestring a declaration region, like const
10113 and var.
10114
6cbc1482
DL
101152000-02-09 Dave Love <fx@gnu.org>
10116
10117 * bindings.el (mode-line-input-method-map): New variable.
10118 (mode-line-mule-info): Use it; fix last change.
10119 (mode-line-mode-menu): Move definition.
10120 (mode-line-mouse-sensitive-p): Deleted.
10121 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
10122 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
10123 level.
10124
10125 * startup.el (command-line-1): Don't call
10126 make-mode-line-mouse-sensitive.
10127
f7136ee8
GM
101282000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10129
10130 * mail/rmail.el (rmail-retry-failure): Use
10131 rmail-beginning-of-message before rmail-toggle-header, because the
10132 former toggles headers.
10133
6e1d0d15
SM
101342000-02-06 Stefan Monnier <monnier@cs.yale.edu>
10135
fef8c55b
SM
10136 * diff-mode.el (diff-kill-junk): New interactive function.
10137 (diff-reverse-direction): Use delete-and-extract-region.
10138 (diff-post-command-hook): Restrict the area so that the hook also works
10139 outside of any diff hunk. This is necessary for the minor-mode.
10140 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
10141 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
10142
6e1d0d15
SM
10143 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
10144 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
10145 so that it can be used more easily in <foo>-mode-hook. Also make sure
10146 to avoid duplicate entries.
10147 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
10148 (font-lock-remove-keywords): Just as was done for `add', allow it to
10149 work even if font-lock-mode is nil. Also make sure we don't modify
10150 any pre-existing list by forcing a copy-sequence. Finally rename
10151 `major-mode' to `mode'.
10152 (font-lock-fontify-syntactic-anchored-keywords)
10153 (font-lock-fontify-anchored-keywords)
10154 (font-lock-fontify-keywords-region): Use line-end-position.
10155 Don't make `font-lock-multiline' local (it's now done in
10156 font-lock-set-defaults).
10157 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
10158 move the `font-lock-fontified' creation to inside the `unless'.
10159
a75dfea0
AI
101602000-02-06 Andrew Innes <andrewi@gnu.org>
10161
10162 * term/w32-win.el (x-handle-args): Comment out call to message,
10163 which occurs before window system is initialized.
10164
10165 * makefile.nt: Add support for recompiling lisp code.
10166
b85e9462
DL
101672000-02-04 Dave Love <fx@gnu.org>
10168
9ff33afb
DL
10169 * bindings.el (mode-line-mule-info): Fix/extend last change.
10170
b85e9462
DL
10171 * completion.el: Replace completion-dolist with dolist.
10172
10173 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10174 dotimes.
10175
44dff075
CD
101762000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
10177
10178 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10179 environment names before they go into the section regexp.
10180
10181 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10182 char class in regexp.
10183
10184 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10185 `case-fold-search' to nil.
10186
10187 * progmodes/idlwave.el (idlwave-template): Respect
10188 `idlwave-abbrev-change-case'.
10189 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10190 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10191 idlwave-while): respect `idlwave-reserved-word-upcase'.
10192 (idlwave-rw-case): New function.
10193 (idlwave-statement-match): Fixed problem with assignment regexp.
10194 (idlwave-font-lock-keywords): Improved regexp for keyword
10195 parameters.
a23c5037 10196 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
10197 operators longer than 1 char.
10198
10199 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10200 idlwave-shell-expression-overlay. Implemented printing of
10201 expressions on higher levels of the calling stack.
10202 (idlwave-shell-display-level-in-calling-stack): Restore stack
10203 level.
10204 (idlwave-retrieve-expression-from-level): New function.
10205 (idlwave-shell-last-calling-stack): Variable removed.
10206 (idlwave-shell-reset): Argument action reversed (`visible' to
10207 `hidden'). Also remove stop-line overlay.
10208 (idlwave-shell-calling-stack-routine): New variable.
10209 (idlwave-shell-parse-stack-and-display): Messages now display
10210 negative level numbers.
10211 (idlwave-shell-mode): Set `modeline-format'.
10212 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10213 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10214 21.
10215 (idlwave-shell-print-expression-function): New option.
a23c5037 10216
44dff075
CD
10217 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10218 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10219 `tool-bar' instead of `toolbar'.
10220
f26c34fd
DL
102212000-02-02 Dave Love <fx@gnu.org>
10222
10223 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10224 emacs-lisp-mode-hook. Don't check for defalias being defined.
10225
10226 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10227 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
10228 the new builtins directly.
10229
10230 * whitespace.el (whitespace): Add :version to defgroup.
10231
10232 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10233 Doc fix.
10234
10235 * thingatpt.el (sexp-at-point, symbol-at-point)
10236 (number-at-point, list-at-point): Add autoload cookie.
10237
10238 * recentf.el (recentf): Add :version to defgroup.
10239
10240 * quickurl.el (quickurl): Add :version to defgroup.
10241
10242 * elide-head.el (elide-head): Use point-marker more.
10243
10244 * bs.el (bs): Add :version to defgroup.
10245
10246 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10247
10248 * progmodes/delphi.el (delphi): Add :version to defgroup.
10249
d240a249
GM
102502000-02-02 Gerd Moellmann <gerd@gnu.org>
10251
10252 * ange-ftp.el (ange-ftp-write-region): Handle case that
10253 succeeding process operation sets a different coding system.
10254
10255 * calculator.el: New file.
10256
d5179a01
EZ
102572000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10258
10259 * frame.el (frames-on-display-list, framep-on-display): New
10260 functions.
10261 (display-mouse-p, display-popup-menus-p, display-graphic-p)
10262 (display-selections-p, display-screens, display-pixel-width)
10263 (display-pixel-height, display-mm-width, display-mm-height)
10264 (display-backing-store, display-save-under, display-planes)
10265 (display-color-cells, display-visual-class): New functions.
10266
10267 * term/tty-colors.el (tty-color-gray-shades): New function.
10268
10269 * faces.el (display-color-p): Use framep-on-display.
10270 (display-grayscale-p): New function.
10271
968e00f0
DL
102722000-01-31 Dave Love <fx@gnu.org>
10273
10274 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10275 (create-fontset-from-x-resource): Don't concat integers.
10276
2cb750ba
GM
102772000-01-31 Inge Frick <inge@nada.kth.se>
10278
10279 * view.el: Some changes in documentation. Removed some trailing
10280 whitespace. Changed some parameter names to agree with
10281 documentation.
10282 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10283 window is not deleted. Modifies change 1998-04-26.
a23c5037 10284
74e9213b
GM
102852000-01-31 Gerd Moellmann <gerd@gnu.org>
10286
47569935
GM
10287 * windmove.el: New file.
10288
74e9213b
GM
10289 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10290 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 10291 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 10292
74e9213b
GM
10293 * jit-lock.el (jit-lock-function): Widen before calculating end
10294 position.
10295 (jit-lock-stealth-chunk-start): Rewritten.
10296
10297 * info.el (Info-title-face-alist): Removed.
10298 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10299 faces.
10300 (Info-fontify-node): Use these faces.
10301
994c5afe
GM
103022000-01-30 Gerd Moellmann <gerd@gnu.org>
10303
10304 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10305 (cl-macro-list1): Recognize `&allow-other-keys' instead of
10306 `&allow-other-keywords'.
10307
10308 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10309 the list of directories scanned heuristically.
10310
10311 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10312 exist.
10313
f00276e3
JR
103142000-01-30 Jason Rumney <jasonr@gnu.org>
10315
10316 * w32-fns.el: Define w32-tty-standard-colors.
10317
10318 * startup.el (command-line): Use w32-tty-standard-colors when in
10319 w32 console mode.
10320
cc4dfff0
DL
103212000-01-30 Dave Love <fx@gnu.org>
10322
e645e77b
DL
10323 * jka-compr.el (jka-compr-load): Fix up load-history.
10324
cc4dfff0
DL
10325 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10326
10327 * emacs-lisp/cl-macs.el: Revert previous change.
10328
16215eb0
DL
103292000-01-29 Dave Love <fx@gnu.org>
10330
10331 * facemenu.el: Purecopy various strings.
10332
10333 * timezone.el (timezone-fix-time): Window against 69 for two-digit
10334 years. Deal with three-digit years.
10335
10336 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10337 defconst, purecopy.
10338 (help-back-label): Purecopy it.
10339
bbd9b566
GM
103402000-01-18 Gerd Moellmann <gerd@gnu.org>
10341
10342 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10343 variable. If non-nil, order the buffer list according to the
10344 currently selected frame.
10345 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10346 non-nil, pass the selected frame to function buffer-list.
a23c5037 10347
887448e1
GM
103482000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10349
10350 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10351
7df85084
DL
103522000-01-28 Dave Love <fx@gnu.org>
10353
142e109c
DL
10354 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10355
7df85084
DL
10356 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10357 Don't use lisp-indent-hook property.
10358 (cl-abs): Remove.
10359
10360 * subr.el: Move out indent and edebug specs for when and unless.
10361
10362 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10363 when, unless.
10364
10365 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10366 unless, when.
10367
3b43c01c
GM
103682000-01-28 Gerd Moellmann <gerd@gnu.org>
10369
d060bc9f
GM
10370 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10371 `collecting' as synonym for `collect'.
10372
10373 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10374 for the case it contains spaces.
10375
10376 * simple.el (what-cursor-position): Change formatting of
10377 messages.
10378
b02786f9
GM
10379 * frame.el (delete-other-frames): New function.
10380 (toplevel): Bind it to C-x 5 1.
10381
efd68b8a
GM
10382 * sort.el (sort-numeric-base): New option.
10383 (sort-numeric-fields): If number starts with `0' or `0[xX[',
10384 interpret it as octal or hexadecimal. Use sort-numeric-base
10385 as default base.
10386
3b43c01c
GM
10387 * progmodes/glasses.el: New file.
10388
984ae001
GM
103892000-01-27 Gerd Moellmann <gerd@gnu.org>
10390
a0b796e3
GM
10391 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10392 userids differently.
10393
984ae001
GM
10394 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10395 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10396 progmodes/ebnf-yac.el: New files.
10397
6c67ddee
DL
103982000-01-26 Dave Love <fx@gnu.org>
10399
10400 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10401 on a function with an empty body. [From Eric Ludlam.]
10402
4e6473c8
GM
104032000-01-25 Andre Spiegel <spiegel@gnu.org>
10404
10405 * vc.el (vc-version-diff): Make sure file name is expanded.
10406
e12489f9
GM
104072000-01-25 Gerd Moellmann <gerd@gnu.org>
10408
10409 * scroll-bar.el (scroll-bar-timer): Variable removed.
10410 (scroll-bar-toolkit-scroll): Don't use a timer.
10411
8dbe2b07
KH
104122000-01-25 Kenichi Handa <handa@etl.go.jp>
10413
10414 * language/thai-util.el (thai-composition-function): Delete
10415 superfluous `a'.
10416
26ef1c87
DL
104172000-01-24 Dave Love <fx@gnu.org>
10418
10419 * fortran.el (fortran-mode): Use beginning-of-defun-function,
10420 end-of-defun-function.
10421
10422 * font-lock.el (turn-on-font-lock): Don't depend on window-system
10423 &c.
10424
7ed4e9a7
JR
104252000-01-22 Jason Rumney <jasonr@gnu.org>
10426
10427 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10428 conflicts with new face support.
10429
8b7bc628 104302000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
10431
10432 * replace.el (query-replace): Rename last arg to DELIMITED.
10433 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10434 (query-replace-regexp): Likewise.
10435
8b7bc628 104362000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 10437
02b14400
RS
10438 * subr.el (with-syntax-table): Use make-symbol, not gensym.
10439
5bb6f079
RS
10440 * emacs-lisp/lisp.el (beginning-of-defun-function):
10441 Variable renamed from beginning-of-defun.
10442 Do not call make-variable-buffer-local.
10443 (beginning-of-defun-raw): Use new variable name; doc fix.
10444 (beginning-of-defun): Doc fix.
10445 (end-of-defun-function): Variable renamed from end-of-defun.
10446 Do not call make-variable-buffer-local.
10447 (end-of-defun): Use new variable name; doc fix.
10448
02b14400
RS
10449 * subr.el (dolist, dotimes): Copied from cl-macs.el
10450 and made to work.
2d5e9b54 10451
a23c5037 10452 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
10453 Variable replaces rmail-digest-end-regexp.
10454 Allows multiple regexps for detecting the end line.
10455 (undigestify-rmail-message): Corresponding changes.
10456
60af03f1
DL
104572000-01-19 Dave Love <fx@gnu.org>
10458
fe5d99e1
DL
10459 * files.el (user-init-file): Don't declare here -- is primitive.
10460
60af03f1
DL
10461 * startup.el (command-line): Check for compiled user-init-file and
10462 set to uncompiled version if necessary.
10463
72dbbc7d
GM
104642000-01-18 Gerd Moellmann <gerd@gnu.org>
10465
6a1950ec
GM
10466 * mail/undigest.el (rmail-digest-end-regexp): New user option.
10467 (undigestify-rmail-message): Use it.
10468
72dbbc7d
GM
10469 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10470
fbe91bbd
GM
104712000-01-17 Gerd Moellmann <gerd@gnu.org>
10472
10473 * tmm.el (tmm-goto-completions): Adapt to prompt being part
10474 of mini-buffer.
10475
33a6685b
GM
104762000-01-14 Gerd Moellmann <gerd@gnu.org>
10477
b3303df7
GM
10478 * emacs-lisp/copyright.el (copyright-update): Removed the
10479 requirement for a trailing space from `copyright-regexp', to
10480 support copyrights with owner specified on a separate line..
a23c5037 10481
3c4c8064
GM
10482 * align.el: New file.
10483
33a6685b
GM
10484 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10485
10486 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10487
044a4975
DL
104882000-01-13 Dave Love <fx@gnu.org>
10489
10490 * ph.el: Removed. (Obsoleted by EUDC.)
10491
0a352cd7
GM
104922000-01-13 Gerd Moellmann <gerd@gnu.org>
10493
10494 * net/eudc.el (toplevel): Remove autoloaded code installing
10495 menu with easymenu, because that causes build problems.
10496
10497 * frame.el (frame-notice-user-settings): New variable.
10498 (frame-notice-user-settings): Don't modify frame parameters
10499 if called a second time.
10500
8b7bc628 105012000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
10502
10503 * frame.el (frame-notice-user-settings):
10504 Notice default-frame-parameters even for non-window frames.
10505
feb450e0
GM
105062000-01-13 Gerd Moellmann <gerd@gnu.org>
10507
10508 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10509 for Emacs.
10510 (eudc-bob-can-display-inline-images): Extend for Emacs.
10511 (eudc-bob-toggle-inline-display): Ditto.
10512 (eudc-bob-display-jpeg): Ditto.
10513
99c6d63b
GM
105142000-01-12 Gerd Moellmann <gerd@gnu.org>
10515
7970b229
GM
10516 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10517 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10518 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 10519
e4936aa9
GM
10520 * add-log.el (add-change-log-entry): Fix error trying an `(insert
10521 nil)'.
10522
10523 * subdirs.el: Add `net' directory.
10524
133c9e59
GM
10525 * net: New directory.
10526
99c6d63b
GM
10527 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10528 eval-last-sexp. Don't bind debug-on-error here.
10529 (eval-last-sexp): New function. Bind debug-on-error if
10530 eval-expression-debug-on-error is non-nil.
10531 (eval-defun-2, eval-defun): Likewise.
10532
10533 * simple.el (eval-expression): Don't bind debug-on-error if
10534 eval-expression-debug-on-error is nil. Detect changed
10535 debug-on-error, and propagate new value to global binding, if
10536 eval-expression-debug-on-error is non-nil,
10537 (eval-expression-debug-on-error): Change doc string.
a23c5037 10538
8b7bc628 105392000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
10540
10541 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10542
10543 * emacs-lisp/lisp-mode.el (with-syntax-table):
10544 Set up lisp-indent-function property.
10545
10546 * subr.el (with-syntax-table): Moved from simple.el.
10547
10548 * simple.el (with-syntax-table): Moved to subr.el.
10549
7e3c74fa
GM
105502000-01-11 Gerd Moellmann <gerd@gnu.org>
10551
1fab1775
GM
10552 * tmm.el (tmm-shortcut): Delete region after prompt instead
10553 of erasing buffer.
10554
7e3c74fa 10555 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
10556 (fill-context-prefix): Use the longest common prefix of first
10557 and second line fill prefix, if there is one.
7e3c74fa 10558
8b7bc628 105592000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
10560
10561 * array.el (array-mode): Don't use make-variable-buffer-local.
10562 Use make-local-variable for `truncate-lines'.
10563
aa705642 105642000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 10565
aa705642
GM
10566 * add-log.el (add-log-current-defun): Handle user-defined
10567 add-log-current-function returning nil,
a23c5037 10568
57df2446 10569 * add-log.el (add-change-log-entry): Insert version number
aa705642 10570 if having found a current function
c1356086
GM
10571
10572 * add-log.el (add-log-current-defun): Call
10573 `add-log-current-defun-function'. Try matches at level 0 and
10574 level 1. Strip whitespace from defun found.
a23c5037 10575
1d8c59e9
RS
105762000-01-10 John Wiegley <johnw@gnu.org>
10577
10578 * allout.el (isearch-done/outline-provisions): Added `edit'
10579 argument to correspond with the current definition of
10580 `isearch-done'.
10581
8cf87e9b
DL
105822000-01-10 Dave Love <fx@gnu.org>
10583
10584 * elide-head.el (elide-head): Use point-marker, not point.
10585
9050446c
GM
105862000-01-10 Gerd Moellmann <gerd@gnu.org>
10587
8321b22a
GM
10588 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10589 before and after the year 2000.
a23c5037 10590
9050446c
GM
10591 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10592 Add ispell- prefix.
10593
105942000-01-10 Ken Stevens <k.stevens@ieee.org>
10595
10596 * ispell.el: Only define dictionaries in menus when they exist.
10597 (version18p): New variable.
10598 (version20p): New variable.
10599 (xemacsp): New variable.
10600 (ispell-choices-win-default-height): Fix for XEmacs visibility.
10601 (ispell-dictionary-alist1): Added Brasileiro dictionary.
10602 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 10603 run-together words.
9050446c
GM
10604 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10605 (ispell-dictionary-alist): Add koi8-r to customize definition.
10606 (check-ispell-version): Added documentation string. Returns
f24fef2f 10607 library path when called non-interactively.
9050446c
GM
10608 (ispell-menu-map-needed): Uses new variables.
10609 (ispell-library-path): New variable.
10610 (ispell-decode-string): XEmacs fix for bogus variable bindings.
10611 (ispell-word): Improved documentation string. Test for valid
10612 character mappings. Correctly check typed in word changes that can
10613 result in single words split into multiple words. Returns
10614 replacement word.
10615 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
10616 replace in recursive query replace mode. Help message for
10617 recursive edit mode.
10618 (ispell-show-choices): Protect against bad framepop bindings.
10619 (ispell-help): Fix to work with XEmacs.
10620 (ispell-highlight-spelling-error): Use new variables.
10621 (ispell-overlay-window): Fix to work with XEmacs.
10622 (ispell-parse-output): Passed and returns location information
10623 tracking spelling corrections. Doesn't recheck same word on
10624 current line.
10625 (ispell-init-process): Protect against bogus XEmacs variable binding.
10626 Fix call to single argument in sleep-for. Use new variables.
10627 (ispell-region): Passed and returns location information tracking
10628 spelling corrections. Doesn't check same word on current line.
10629 Improved documentation string. Doesn't resend a line already
10630 checked to the ispell process - fixes bug in LaTeX parsing.
10631 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10632 (ispell-skip-region): No longer skips <TT> in SGML.
10633 (ispell-process-line): Tracks location information with spelling
10634 corrections. Added documentation string. Accounts for words
10635 already accepted on this line. Don't allow query-replace on line
10636 starting with math characters. Doesn't resend a line already sent
10637 to ispell process. Fixes alignment error bug.
a23c5037 10638
8b7bc628 106392000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 10640
a23c5037 10641 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
10642 Suggest xloadimage, which is free, not xv, which isn't.
10643
a23c5037 10644 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
10645 Don't ever include the host name or user name in the value.
10646
9ed79f5d
GM
106472000-01-09 Gerd Moellmann <gerd@gnu.org>
10648
10649 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10650 of a real newline.
10651
b950abb1
GM
106522000-01-09 Stephen Eglen <stephen@gnu.org>
10653
a23c5037 10654 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
10655 for .png files.
10656
3c708e98
GM
106572000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
10658
10659 * cus-edit.el (custom-hook-convert-widget): Fix comment.
10660
bf61662d
GM
106612000-01-09 Gerd Moellmann <gerd@gnu.org>
10662
f1d851ae
GM
10663 * progmodes/cperl-mode.el: Replace ^F with ^L.
10664
bf61662d 10665 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 10666 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
10667 recursion.
10668
c65d14ee
DL
106692000-01-08 Dave Love <fx@gnu.org>
10670
8cf87e9b
DL
10671 * emacs-lisp/backquote.el: Remove inappropriate customization
10672 (allowing custom.el to use backquote).
c65d14ee 10673
83de2ebc
DL
106742000-01-07 Dave Love <fx@gnu.org>
10675
10676 * add-log.el (add-log-debugging): Deleted.
10677 (add-change-log-entry): Treat a backup FILE-NAME as its parent
10678 file. Remove debugging code.
10679 (change-log-get-method-definition, change-log-name): Add doc.
10680 (change-log-sortable-date-at): New function.
10681 (change-log-merge): New command.
10682
10683 * time.el (display-time-string-forms): Make the Mail string active.
10684 (display-time-update): Provide help-echo for load average.
10685
10686 * bindings.el (make-mode-line-mouse2-map): New function.
10687 (mode-line-modified): Use it and simplify.
10688 (mode-line-mule-info): Provide help-echo info.
10689 (minor-mode-alist): Activate the strings.
10690 (make-mode-line-mouse-sensitive): Simplify for
10691 mode-line-buffer-identification.
10692
c1475eae
GM
106932000-01-07 Gerd Moellmann <gerd@gnu.org>
10694
10695 * play/pong.el: New file.
10696
83de2ebc
DL
106972000-01-06 Dave Love <fx@gnu.org>
10698
10699 * array.el: Assorted cleanups for compiler warnings, doc strings,
10700 `array-' prefix for symbols.
10701
107022000-01-05 Dave Love <fx@gnu.org>
10703
10704 * textmodes/outline.el (outline-mode-menu-bar-map): Add
10705 outline-headers-as-kill.
10706 (outline-mode): Define imenu-generic-expression.
10707 (outline-headers-as-kill): New command.
10708
10709 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
10710 from paragraph-start.
10711 (paragraph-indent-minor-mode): New command.
10712
10713 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
10714 M-C-e, M-C-h, C-j, C-xnd, TAB.
10715 (fortran-mode): Set beginning-of-defun, end-of-defun.
10716 (fortran-column-ruler): Simplify.
10717 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
10718 (fortran-with-subprogram-narrowing): Likewise.
10719 (fortran-indent-subprogram): Call mark-defun.
10720 (fortran-check-for-matching-do): Change narrowing.
10721
10722 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
10723 (cl-lucid-hash-tag): Delete.
10724 (cl-hash-table-p): Correct test for native table.
10725 (cl-hash-table-count): Use hash-table-count.
10726
10727 * browse-url.el (browse-url): Fix case of
10728 browse-url-browser-function being an alist.
10729
676ac023
CD
107302000-01-05 Carsten Dominik <cd@gnu.org>
10731
c1475eae
GM
10732 * textmodes/reftex-vars.el (reftex-parse-file-extension)
10733 (reftex-index-phrase-file-extension): New options.
676ac023
CD
10734
10735 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 10736 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
10737
10738 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 10739 `reftex-parse-file-extension'.
eb483e17 10740
88807984
DL
107412000-01-05 Dave Love <fx@gnu.org>
10742
83de2ebc 10743 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
10744 (beginning-of-defun-raw): Use it.
10745 (end-of-defun): New variable.
10746 (end-of-defun): Use it.
10747 (check-parens): New command.
10748
1362aeb4
TTN
107492000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10750
c1475eae
GM
10751 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
10752 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 10753
7ddafb95
TTN
10754 Fix buglet in local variables initialization.
10755
7334aa99
AS
107562000-01-05 Andreas Schwab <schwab@suse.de>
10757
10758 * hscroll.el (hscroll): Doc fix.
10759
b12e24cd
CD
107602000-01-05 Carsten Dominik <cd@gnu.org>
10761
10762 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
10763 idlw-toolbar.
10764
10765 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
10766 file idlw-rinfo.el.
1362aeb4
TTN
10767 (idlwave-customize): load must read file idlw-shell.el.
10768 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 10769
d6226972
CD
107702000-01-05 Carsten Dominik <dominik@astro.uva.nl>
10771
10772 * progmodes/idlw-shell.el: Also provide idlwave-shell
10773 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
10774 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
10775
10776 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
10777 both reftex-dcr and reftex-vcr.
1362aeb4 10778
d6226972
CD
10779 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
10780
6ddb893f 107812000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
10782
10783 * ps-print.el: PostScript code now is in separate files, doc fix.
10784 (ps-print-version): New version number (5.0.3).
10785 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
10786 local.
10787 (ps-spool-config): Initialization fix.
c1475eae
GM
10788 (ps-print-prologue-1, ps-print-prologue-2)
10789 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
10790 (ps-background-image): Little code reformating.
10791 (ps-begin-file, ps-begin-job): Fix code.
88807984 10792 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
10793 (ps-prologue-file): New fun.
10794
ae833aae
KH
107952000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10796
c1475eae 10797 * ps-vars.el: Eliminated.
ae833aae
KH
10798
10799 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
10800 `;;;###autoload'.
10801
10802 * ps-print.el: ps-vars eliminated, doc fix.
10803 (ps-print-version): New version number (5.0.2).
10804 (ps-spool-config): Initialization fix.
10805 (ps-print-customize): New fun.
10806
560a7bd2
GM
108072000-01-04 Gerd Moellmann <gerd@gnu.org>
10808
10809 * autorevert.el (auto-revert-mode): Return value of
10810 auto-revert-mode.
10811
f45dd0f4
DL
108122000-01-04 Dave Love <fx@gnu.org>
10813
fae2ac05
DL
10814 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
10815 menu items.
f45dd0f4 10816
61255981
DL
108172000-01-03 Dave Love <fx@gnu.org>
10818
88807984 10819 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 10820
83de2ebc 10821 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
10822 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
10823 `cl-hash-table-p', not `hash-table-p'.
10824 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
10825
c182a70f
EZ
108262000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10827
10828 * faces.el (face-read-integer, read-face-attribute)
10829 (color-defined-p, color-values): unspecified-{f,b}g are now
10830 strings.
10831
047f434a
GM
108322000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10833
10834 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
10835 at comment end, and re-insert them after filling.
10836
bab531e2
EZ
108372000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10838
10839 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
10840 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
10841 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 10842
d684c676
EZ
108432000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10844
10845 * term/x-win.el (xw-defined-colors): Call color-supported-p,
10846 the new name of face-color-supported-p.
10847
10848 * term/w32-win.el (xw-defined-colors): Likewise.
10849
0aad4805
EZ
108502000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10851
10852 * simple.el (completion-setup-function): Count completion-size
10853 from minibuffer-prompt-end, not from point-min.
10854
5fe1d139
EZ
108552000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
10856
10857 * faces.el (read-face-attribute, defined-colors, color-defined-p):
10858 Pass the frame to tty-color-* functions.
10859 (display-color-p, frame-set-background-mode): Pass the frame to
10860 tty-display-color-p.
10861
10862 * term/tty-colors.el (tty-defined-color-alist): Renamed from
10863 tty-color-alist.
10864 (tty-color-alist, tty-modify-color-alist): New functions.
10865 (tty-color-define, tty-color-clear, tty-color-approximate)
10866 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
10867 an optional parameter FRAME.
10868
162dec01
GM
108692000-01-01 Gerd Moellmann <gerd@gnu.org>
10870
27189709
GM
10871 * image.el (create-image, defimage): Don't assume image data is a
10872 string.
10873
162dec01
GM
10874 * image.el (defimage): Handle specifications containing :data
10875 instead of :file.
10876 (image-type-from-data): New function.
10877 (image-type-from-file-header): Use it.
10878 (create-image): Add parameter DATA-P.
1362aeb4 10879
bea56df7 10880See ChangeLog.8 for earlier changes.
25a6fab1
KH
10881
10882;; Local Variables:
e64c3a75 10883;; coding: iso-2022-7bit
25a6fab1 10884;; End: