*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
1b24b888
GM
12000-09-21 Gerd Moellmann <gerd@gnu.org>
2
3 * add-log.el (change-log-date-face, change-log-name-face)
4 (change-log-email-face, change-log-file-face)
5 (change-log-list-face, change-log-conditionals-face)
6 (change-log-function-face, change-log-acknowledgement-face): New
7 faces, inheriting from font-lock faces.
8 (change-log-font-lock-keywords): Use them.
9
93b3a1c8
DL
102000-09-21 Dave Love <fx@gnu.org>
11
12 * msb.el (msb-mode-map): Use substitute-key-definition.
13 (msb-mode): Use msb-mode-map.
14
43ccb598
AS
152000-09-21 Andre Spiegel <spiegel@gnu.org>
16
17 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
18 New functions.
19 (vc-next-action-on-file): Call vc-transfer-file at appropriate
20 places.
21 (vc-switch-backend): New function.
22 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
23 (vc-register): Fix prompt.
24 (vc-unregister, vc-default-unregister): New functions.
25 (vc-version-diff): Handle empty buffer in sentinel.
26
27 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
28 (vc-rcs-state-heuristic): Use it to guess the state of files with
29 non-strict locking.
30 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
31 been set with -b, but not created yet.
32 (vc-rcs-fetch-master-state): With non-strict locking, compare file
33 contents in order to find the state.
34 (vc-rcs-checkin): Allow creation of branches with no changes.
35 (vc-rcs-unregister, vc-rcs-receive-file,
36 vc-rcs-set-non-strict-locking): New functions.
37
38 * vc-hooks.el (vc-name): Force correct computation of the value
39 in case it is missing.
40
95fadcca
GM
412000-09-21 Gerd Moellmann <gerd@gnu.org>
42
43 * startup.el (fancy-splash-tail): Use a different foreground
44 color on a dark frame background.
45
470f23e1
MB
462000-09-21 Miles Bader <miles@lsi.nec.co.jp>
47
48 * info.el: Use the correct capitalization when making Info-mode
49 and Info-edit-mode `special' modes.
50
281096ed
SM
512000-09-20 Stefan Monnier <monnier@cs.yale.edu>
52
53 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
54 (diff-mode): Add support for add-log.el.
55 (diff-hunk-text): Use char offsets rather than line offsets.
56 (diff-find-source-location): Replace LINE with line-offset (nil
57 if not found) and always set POS to a meaningful position.
58 Adapt to the new char-offsets.
59 (diff-apply-hunk): Drop support for the unused `select' POPUP.
60 Adapt to the new diff-find-source-location.
61 (diff-goto-source): Adapt to the new diff-find-source-location.
62
63 * add-log.el (add-log-file-name): New function (split out of
64 add-change-log-entry).
65 (add-change-log-entry): Use it.
66 Call add-log-file-name-function with the changelog file name if
67 the current buffer is not associated with any file.
68 Avoid find-file if the selected window is dedicated.
69
70 * diff-mode.el (diff-find-source-location):
71 Move code from diff-apply-hunk. Return buffer rather than file.
72 (diff-apply-hunk): Use the new result from diff-find-source-location.
73 (diff-goto-source): Use the new diff-find-source-location.
74
c29d77c4
DL
752000-09-20 Dave Love <fx@gnu.org>
76
77 * iswitchb.el: Some doc fixes.
78 (iswitchb-mode-map): Define completely initially. Inherit
79 minibuffer-local-map.
80 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
81 fundamental-mode.
82 (iswitchb-global-map): New variable.
83 (iswitchb-summaries-to-end): Amalgamate regexps.
84 (iswitchb-mode): New.
85 (iswitchb-mode-hook): New variable.
86 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
87 `extensions'.
88
49939379
GM
892000-09-20 Gerd Moellmann <gerd@gnu.org>
90
d05c87ac
GM
91 * ehelp.el (electric-help): New defgroup.
92 (electric-help-shrink-window): New user-option.
93 (with-electric-help): Use it.
94
1ec082d4
GM
95 * window.el (shrink-window-if-larger-than-buffer): If face
96 `mode-line' has a :box, and we're on a graphical frame, add 1
97 to the needed window height.
98
f46c275e
GM
99 * frame.el (frame-notice-user-settings): Add a last parameter nil
100 to a call to `append', because the last list passed to `append' is
101 not copied, and so subsequent calls to assq-delete-all will modify
102 default-frame-alist.
103
b7e11c5b
GM
104 * startup.el (fancy-splash-image): Change :type.
105 (fancy-splash-head): Use an XBM image if appropriate.
106 (command-line-1): Show splash screens in more cases.
107
26ff68aa
GM
108 * startup.el (fancy-splash-text): Don't quote faces.
109
8320414c
GM
110 * dired.el (dired-font-lock-keywords): Undo last change.
111 (dired-readin): Bind indent-tabs-mode to nil.
112
49939379
GM
113 * startup.el (fancy-splash-head): If frame's background mode
114 is `dark', change the black background of the image to gray.
115 (fancy-splash-screens): Display startup echo area message.
116 (display-startup-echo-area-message): New function.
117
c3b27206
MB
1182000-09-20 Miles Bader <miles@lsi.nec.co.jp>
119
55a3d2a1
MB
120 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
121
122 * info.el (info-header-node): Tweak for color ttys.
123
37a99821
MB
124 * faces.el (face-valid-attribute-values): Make sure directories we
125 search for stipples both exist and are readable before trying to
126 search them.
127
0415d0d0
MB
128 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
129 in the dry-run case.
130
523b128c
MB
131 * jka-compr.el (with-auto-compression-mode): New macro.
132
c3b27206
MB
133 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
134 (custom-group-tag-face, custom-variable-tag-face): Use relative
135 :height and inherit from `variable-pitch' face instead of
136 hardwiring :family.
137 * hi-lock.el (hi-black-hb): Likewise.
138
ddba99ad
MB
139 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
140 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
141 toolbar-add-item, if image doesn't have a mask add a `:mask
142 heuristic'.
143
7e99fbde
SM
1442000-09-19 Stefan Monnier <monnier@cs.yale.edu>
145
146 * diff-mode.el: Docstring fixes.
147 (diff-header-face, diff-comment-face): New faces.
148 (diff-font-lock-keywords): Highlight a bit differently.
149 (diff-find-source-location): Don't return SPAN any more.
150 (diff-hunk-text): Don't bother erasing the temp buffer.
151 (diff-find-text): Drop argument LINE.
152 (diff-apply-hunk): Update calls to diff-find-text.
153 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
154
155 * calendar/calendar.el: Docstring fixes.
156 (calendar-make-alist): Don't quote lambda.
157 (calendar-star-date): Use make-local-variable.
158
fb275c02
DL
1592000-09-19 Dave Love <fx@gnu.org>
160
7e99fbde
SM
161 * toolbar/tool-bar.el: Renamed from toolbar.el.
162 Change `toolbar' to `tool-bar' generally in symbols.
163 Make some items invisible in `special' major modes.
164 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
165 Add arg PROPS.
532cb34d 166
7e99fbde
SM
167 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
168 Add :version here.
fb275c02
DL
169 (fancy-splash-delay, fancy-splash-image): Remove :version here.
170
8f4ca9a5
GM
1712000-09-19 Gerd Moellmann <gerd@gnu.org>
172
da1608d9
GM
173 * progmodes/sh-script.el (sh-search-word): Remove call to
174 `debug'.
175
8fb3df59
GM
176 * files.el (find-file-suppress-same-file-warnings): New
177 user-option.
178 (find-file-noselect): Use it.
179
a01bb1db
GM
180 * startup.el (fancy-splash-delay, fancy-splash-image): Add
181 :version.
182 (fancy-splash-screen): Defgroup.
183
8f4ca9a5
GM
184 * add-log.el (change-log-font-lock-keywords): Match names
185 more exactly for the case that font-lock-constant-face is
186 underlined.
187
ba9eeda1
GM
1882000-09-19 Richard M. Stallman <rms@gnu.org>
189
190 * progmodes/sh-script.el (sh-search-word): Rewritten for
191 speed.
192
289eaef9
AS
1932000-09-19 Andre Spiegel <spiegel@gnu.org>
194
195 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
196
ce9ded5d
GM
1972000-09-19 Gerd Moellmann <gerd@gnu.org>
198
c113de23
GM
199 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
200 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
201 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
202 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
203 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
204 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
205 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
206 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
207 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
208 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
209 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 210 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 211
ce9ded5d
GM
212 * startup.el (fancy-splash-text): New variable.
213 (fancy-splash-delay, fancy-splash-image): New user-options.
214 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
215 (fancy-splash-screens): New functions.
216 (command-line-1): If display has a `display' frame parameter, has
217 colors, and we have XPM support, show more fancy splash screens.
218
b9b1c3a9
DL
2192000-09-19 Dave Love <fx@gnu.org>
220
221 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
222 with null `help'. Use modern backquote syntax.
223
1af25534
GM
2242000-09-19 Gerd Moellmann <gerd@gnu.org>
225
afd3c8cd
GM
226 * font-lock.el (font-lock-mode): Change message telling the user
227 that ``the buffer is too big''.
228
1af25534
GM
229 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
230 for instance for the case that tab-width is 2.
231
05b1f851
GM
2322000-09-18 Gerd Moellmann <gerd@gnu.org>
233
234 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
235 toolbar-add-item, if image doesn't have a mask add a `:mask
236 heuristic'.
237
8ec8f673
MB
2382000-09-18 Miles Bader <miles@lsi.nec.co.jp>
239
2b612b1f
MB
240 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
241 and return a cons if it's non-nil.
242 (diff-apply-hunk): Try to jump to the line in the source text
243 corresponding to the position of point in the in the hunk.
244
8ec8f673
MB
245 * info.el (Info-title-3-face, Info-title-2-face)
246 (Info-title-1-face): Use face inheritance and relative sizes
247 instead of hard-wiring things.
248
249 * faces.el (secondary-selection): Make dark-background variant sane.
250
5eedab4d
AI
2512000-09-16 Andrew Innes <andrewi@gnu.org>
252
253 * makefile.nt (compile-files): No need to make .elc files
254 read-only, since they aren't under VC now.
255
256 * makefile.w32-in (compile-files-CMD): No need to make .elc files
257 read-only, since they aren't under VC now.
258
6a142f26
DL
2592000-09-17 Dave Love <fx@gnu.org>
260
e07436e1
DL
261 * tmm.el: Replace mapcar with mapc in several places.
262
263 * loadhist.el (unload-feature): Maybe call elp-restore-list and
264 ad-unadvise.
265
7d354dd5
DL
266 * international/latin1-disp.el: New file.
267
6a142f26
DL
268 * calendar/cal-move.el (scroll-calendar-left)
269 (scroll-calendar-right): Make arg optional (for active mode line).
270
271 * calendar/calendar.el (calendar-mode-line-format): Make fields
272 mouse-sensitive.
273 (calendar-read-date, calendar-read-date, calendar-window-list):
274 Unquote lambda.
275 (calendar-month-name): Use aref, not sref.
276
277 * view.el (minor-mode-alist): Propertize the string.
278
279 * international/characters.el (standard-case-table): Add entries
280 for Greek.
281
50ac70af
MB
2822000-09-18 Miles Bader <miles@gnu.org>
283
53c9ab4f
MB
284 * info.el (info-node, info-xref): Add dark-background variants.
285
a114b1ca
MB
286 * faces.el (header-line): Change defaults to be less confusing
287 when mixed with mode-lines.
288
50ac70af
MB
289 * info.el (Info-fontify-node): Make a few cleanups.
290 Add extra `help-echo' and `local-map' props to node xrefs.
291 Use header-specific faces for node-names & xrefs.
292 (Info-use-header-line): New variable.
53c9ab4f 293 (info-header-xref, info-header-node): New faces.
50ac70af
MB
294 (Info-setup-header-line): New function.
295 (Info-select-node): Call Info-setup-header-line when enabled.
296 (Info-extract-pointer): Work even if the header line is hidden.
297 (Info-header-line): New variable.
298
729927ff
SM
2992000-09-16 Stefan Monnier <monnier@cs.yale.edu>
300
301 * vms-patch.el (print-region-function): Don't quote lambda.
302
303 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
304
305 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
306 (lm-get-header-re): Allow spaces between the header and the colon.
307 (lm-header): Allow $ in non-RCS headers.
308 (lm-header-multiline): Put the strings back into order.
309 Stop at an empty line. Don't require two space chars if the
310 line is clearly not another header line.
311
312 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
313 (popup-menu-popup): Remove.
314
7a98d821
GM
3152000-09-15 Gerd Moellmann <gerd@gnu.org>
316
7f8f1edc
GM
317 * toolbar/toolbar.el (toolbar-add-item): Use the same image
318 specification if or if not tool-bar item contains an `:enabled'
319 property.
320
7a98d821
GM
321 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
322 current buffer has no file name.
323
a7bc704b
DL
3242000-09-15 Dave Love <fx@gnu.org>
325
326 * strokes.el: Sync with maintainer's current version with changes
327 for Emacs, but avoid runtime cl and levents.
328 (toplevel): Change autoloads and compilation requires.
329 (strokes-version, strokes-bug-address, strokes-lift): Values
330 changed.
331 (strokes-xpm-header, strokes-insinuated): New variable.
332 (strokes): Add :link.
333 (strokes-mode): Customized.
334 (strokes-while-inhibiting-garbage-collector): New macro.
335 (strokes-remassoc): Avoid remove-if.
336 (strokes-fix-button2-command): Don't use ad-do-it.
337 (strokes-insinuate): New function.
338 (strokes-button-press-event-p, strokes-button-release-event-p):
339 New functions, used instead of non-`strokes-' versions..
340 (strokes-mouse-event-p): Rewritten.
341 (strokes-event-closest-point): Avoid event-point.
342 (strokes-get-grid-position): Avoid cdadr, caadr
343 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
344 functions.
345 (strokes-help): Use with-output-to-temp-buffer.
346 (strokes-window-configuration-changed-p): New function.
347 (strokes-update-window-configuration): Use buffer-live-p,
348 strokes-window-configuration-changed-p.
349 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
350 (strokes-char-face): New face.
351 (strokes-char-table, strokes-base64-chars): New variable.
352 (strokes-xpm-for-stroke, strokes-list-strokes)
353 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
354 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
355 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
356 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
357 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
358 functions.
359
47e351a3
GM
3602000-09-15 Gerd Moellmann <gerd@gnu.org>
361
ebb8f116
GM
362 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
363
47e351a3
GM
364 * image.el (create-image): Doc fix.
365
366 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
367 instead of `:heuristic-mask t'.
368
fe83b953
AI
3692000-09-14 Andrew Innes <andrewi@gnu.org>
370
371 * makefile.w32-in: Revert to Unix line endings.
372
52481729
AI
3732000-09-14 Andrew Innes <andrewi@gnu.org>
374
3021e816
AI
375 * makefile.w32-in: Add bootstrap support. Also copy lisp source
376 when installing.
377
52481729
AI
378 * makefile.nt (DONTCOMPILE): Fix typo.
379
380 * shell.el (shell-write-history-on-exit): New function.
381 (shell-dumb-shell-regexp): New custom variable.
382 (shell-mode): Make shell-write-history-on-exit the process
383 sentinel if shell name matches shell-dumb-shell-regexp.
384
385 * w32-fns.el: Comment out before-init-hook function which resets
386 source-directory based; this breaks bootstrap.
387
f8034e41
DL
3882000-09-14 Dave Love <fx@gnu.org>
389
390 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
391 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
392 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
393 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
394 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
395 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
396 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
397 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
398 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
399
400 * toolbar/toolbar.el: New.
401
402 * subdirs.el: Add toolbar.
403
b9ce5694
GM
4042000-09-14 Gerd Moellmann <gerd@gnu.org>
405
406 * indent.el (indent-for-tab-command): Doc fix.
407
986b7dee
GM
4082000-09-14 Alex Schroeder <alex@gnu.org>
409
410 * ansi-color.el (ansi-colors): Doc change.
411 (ansi-color-get-face): Simplified regexp.
412 (ansi-color-faces-vector): Added more faces, doc change.
413 (ansi-color-names-vector): Doc change.
414 (ansi-color-regexp): Simplified regexp.
415 (ansi-color-parameter-regexp): New regexp.
416 (ansi-color-filter-apply): Doc change.
417 (ansi-color-filter-region): Doc change.
418 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
419 deal with zero length parameters.
420 (ansi-color-apply-on-region): Doc change.
421 (ansi-color-map): Doc change.
422 (ansi-color-map-update): Removed debugging message.
423 (ansi-color-get-face-1): Added condition-case to trap
424 args-out-of-range errors.
425 (ansi-color-get-face): Doc change.
426 (ansi-color-make-face): Removed.
427 (ansi-color-for-shell-mode): New option.
428
076ff911
KH
4292000-09-13 Kenichi Handa <handa@etl.go.jp>
430
431 * international/quail.el (quail-start-translation): Translate KEY
432 if necessary even if it doesn't have any mapping in the current
433 input method.
434 (quail-start-conversion): Likewise.
435 (quail-help): The output message is improved.
436
bdf08678
MB
4372000-09-13 Miles Bader <miles@gnu.org>
438
439 * comint.el (comint-output-filter): Revert to using
440 `insert-before-markers'. Add bletcherous hack to undo damage
441 caused by `insert-before-markers'. Put `front-sticky' property on
442 overlays created here so that the field code understands how the
443 overlay works. Use a let when making comint-last-prompt-overlay,
444 so that the code is easier to read.
445
ffb8db8d
DL
4462000-09-13 Dave Love <fx@gnu.org>
447
448 * wid-edit.el (widget-default-format-handler): DTRT when
449 doc-property is a function.
450
5dd05f61
GM
4512000-09-12 Francesco Potorti` <pot@gnu.org>
452
453 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
454 filed name if it's not there.
455
35177617
DL
4562000-09-12 Dave Love <fx@gnu.org>
457
9023837e
DL
458 * simple.el (read-mail-command): Doc fix.
459 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
460
35177617
DL
461 * vc.el (vc-dired-listing-switches): Fix :version.
462
463 * vc-hooks.el: Doc fixes.
464
465 * subr.el (add-minor-mode): Use toggle-fun arg.
466
467 * speedbar.el: Add :version to several defcustoms.
468
469 * imenu.el (imenu--truncate-items, imenu--cleanup)
470 (imenu--generic-function): Avoid mapcar.
471 (imenu--replace-spaces): Function removed.
472 (imenu--completion-buffer): Use subst-char-in-string.
473 (imenu-add-to-menubar): Use keymap inheritance.
474
1afaae94
MB
4752000-09-12 Miles Bader <miles@gnu.org>
476
477 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
478 (diff-mode-map): Bind `diff-test-hunk'.
479 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
480
4812000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
482
483 * bytecomp.el (byte-compile-defvar): Undo last change
484 because it breaks '(make-variable-buffer-local (defvar ...)'
485 which is used at least in dired.
486
63c36c3c
KH
4872000-09-12 Kenichi Handa <handa@etl.go.jp>
488
489 * international/quail.el (quail-define-package): Docstring
490 modified.
491
1ad24be1
KH
4922000-09-12 Kenichi Handa <handa@etl.go.jp>
493
362a8065
KH
494 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
495 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
496 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
497 docstring of "chinese-py".
498
1ad24be1
KH
499 * international/quail.el (quail-translation-docstring): New
500 variable.
501 (quail-show-keyboard-layout): Docstring modified.
502 (quail-select-current): Likewise.
503 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
504 infinite recursive call.
505 (quail-help): Check quail-translation-docstring. Format of the
506 output changed.
507 (quail-help-insert-keymap-description): Adjusted for the above
508 change.
509
cc0f95a4
GM
5102000-09-11 Gerd Moellmann <gerd@gnu.org>
511
512 * bytecomp.el (byte-compile-defvar): Only cons onto
513 current-load-list in top-level forms. Else this leaks a cons cell
514 every time a defun is called.
515
7530b6da
MB
5162000-09-11 Miles Bader <miles@lsi.nec.co.jp>
517
518 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
519 Now understands non-unified diffs. Some functionality moved into
520 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
521 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
522 modify anything. Only reposition point in the patched file if the
523 patch succeeds. Only pop up another window if POPUP is true.
524 Emit a message describing what happened if successful, and at what
525 line-offset. Automatically detect reversed hunks and do something
526 appropriate.
527 (diff-hunk-text, diff-find-text): New functions.
528 (diff-filter-lines): Function removed.
529 (diff-test-hunk): New function.
530 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
531
6b124390
DL
5322000-09-10 Dave Love <fx@gnu.org>
533
534 * textmodes/tildify.el: Minor doc/commentary fixes.
535 (tildify) <defgroup>: Add :version.
536
537 * faces.el (face-x-resources): Make custom type more specific.
538 (frame-background-mode): Use mapc.
539 (region) <defcustom>: Add :version.
540
7f8b6551
SM
5412000-09-08 Stefan Monnier <monnier@cs.yale.edu>
542
543 * vc-sccs.el (vc-sccs-register):
544 * vc-rcs.el (vc-rcs-register):
545 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
546 * vc.el (vc-register): Clear file's properties.
547
c454aac1
GM
5482000-09-08 Gerd Moellmann <gerd@gnu.org>
549
550 * faces.el (face-spec-set): Only face-spec-reset-face when
551 ATTRS is non-nil.
552
bb934822
EZ
5532000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
554
555 * help.el (help-insert-xref-button): Fix a typo in doc string.
556
03419440
EZ
5572000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
558
7f8b6551
SM
559 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
560 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
561 methods.
562
03419440
EZ
563 * menu-bar.el (read-mail-item-name): New function.
564 (menu-bar-tools-menu): Use it to compute and display the package
565 used to read email.
566 (menu-bar-tools-menu): Fix typo in GUD's help string.
567
dbcee71a
DL
5682000-09-07 Dave Love <fx@gnu.org>
569
19e713d8
DL
570 * diff-mode.el (diff-mouse-goto-source): New function.
571
a7cafade 572 * vc-sccs.el: Doc fixes.
7f8b6551 573 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
574
575 * vc-rcs.el: Doc fixes.
7f8b6551
SM
576 (vc-rcs-register-switches, vc-rcs-checkin-switches)
577 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
578 (vc-rcs-master-templates): Add or change :version.
579
7f8b6551 580 * vc-cvs.el: Doc fixes.
a7cafade
DL
581 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
582 (vc-cvs-stay-local): Add :version.
583
dbcee71a
DL
584 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
585
ed254191
KH
5862000-09-07 Kenichi Handa <handa@etl.go.jp>
587
588 * international/quail.el (quail-help): Fix previous change.
589
ab0ee409
GM
5902000-09-07 Gerd Moellmann <gerd@gnu.org>
591
f46f845b
GM
592 * faces.el (color-values): Doc fix.
593
ab0ee409
GM
594 * faces.el (frame-set-background-mode): Use frame-parameter
595 instead of frame-parameters.
596
597 * frame.el (filtered-frame-list): Reduce consing.
598 (frames-on-display-list): Call frame-parameter instead of
599 frame-parameters.
600
f7246ac7
KH
6012000-09-07 Kenichi Handa <handa@etl.go.jp>
602
603 * language/devan-util.el (devanagari-to-indian-region): In the
604 loop, change the following char, not preceding char.
605
96889af2
GM
6062000-09-07 Gerd Moellmann <gerd@gnu.org>
607
1091dd67
GM
608 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
609 instead of frame-parameters.
610
0da3ecef
GM
611 * faces.el (set-face-attribute): Simplify by calling
612 internal-set-lisp-face-attribute with FRAME being 0.
613
614 * vc.el: Remove `Id' version control keyword.
96889af2 615
0fddd0dc
KH
6162000-09-07 Kenichi Handa <handa@etl.go.jp>
617
618 * help.el (help-make-xrefs): Adjusted for the change of
619 help-xref-mule-regexp.
620 (help-insert-xref-button): New function.
621
622 * international/mule-cmds.el (help-xref-mule-regexp-template):
623 Include the pattern for character set.
624 (leim): New group.
625
626 * international/quail.el: Don't require face.
627 (quail): New group.
7f8b6551 628 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
629 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
630 (quail-keyboard-layout-substitution): New variable.
631 (quail-update-keyboard-layout): New function.
632 (quail-keyboard-layout-type): New customizable variable.
633 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
634 (quail-keyboard-translate): Pay attention to
635 quail-keyboard-layout-substitution.
636 (quail-insert-kbd-layout): New function.
637 (quail-show-keyboard-layout): New function.
638 (quail-get-translation): If the definition is a vector of length
7f8b6551 639 1, and the element is a string of length 1, return the character
0fddd0dc
KH
640 in that string.
641 (quail-update-current-translations): Fix the case of
642 relative-index out of range.
643 (quail-build-decode-map, quail-insert-decode-map): New Functions.
644 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 645 Show key sequences for all available characters.
0fddd0dc
KH
646 (quail-help-insert-keymap-description): Don't show such verbose
647 key bindings as quail-self-insert-command.
648
649 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
650 Format changed, and each element now have extra documentations.
651 (tit-process-header): Delete invalid characters from TIT-PROMPT.
652 Adjusted for the change of quail-cxterm-package-ext-info.
653
8ddceaf1
GM
6542000-09-06 Gerd Moellmann <gerd@gnu.org>
655
656 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
657 requiring it leads to a recursive loading of vc.el and vc-hooks.el
658 during bootstrap.
659
099bd78a
SM
6602000-09-05 Stefan Monnier <monnier@cs.yale.edu>
661
662 * vc.el: (toplevel): Don't require `dired' at run-time.
663 (vc-dired-resynch-file): Remove autoload cookie.
664
6652000-09-05 Andre Spiegel <spiegel@gnu.org>
666
667 * vc.el: Made several backend functions optional.
668 (vc-default-responsible-p): New function.
669 (vc-merge): Use RET for first version to trigger merge-news, not
670 prefix arg.
671 (vc-annotate): Handle backends that do not support annotation.
672 (vc-default-merge-news): Removed. The existence of a merge-news
673 implementation is now checked on caller sites.
674
675 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
676 case.
677
678 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
679 special case that has been removed from the default in vc-hooks.el.
680
6812000-09-05 Stefan Monnier <monnier@cs.yale.edu>
682
683 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
684
6852000-09-05 Andre Spiegel <spiegel@gnu.org>
686
687 * vc-hooks.el: Require vc during compilation.
688 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
689 macro `with-vc-properties' in vc.el.
690 (vc-file-getprop): Doc fix.
691 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
692
693 * vc.el: Require dired-aux during compilation.
694 (vc-name-assoc-file): Moved to vc-sccs.el.
695 (with-vc-properties): New macro.
696 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
697 vc-finish-steal): Use it.
698 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
699 to the backend-specific function is now supposed to do the checkout,
700 too.
701 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
702
703 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
704 set file properties; that gets done in the generic code now.
705
706 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
707 Changed parameter list, added code from vc.el that does the
708 checkout, possibly with a double-take.
709
710 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
711 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
712 the above under the new name.
713 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
714 parameter list, added checkout command.
715 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
716 properties; that gets done in the generic code now.
717
7182000-09-05 Stefan Monnier <monnier@cs.yale.edu>
719
720 * vc.el: Docstring fixes (courtesy of checkdoc).
721
7222000-09-05 Stefan Monnier <monnier@cs.yale.edu>
723
724 * vc.el (vc-checkout-writable-buffer-hook)
725 (vc-checkout-writable-buffer): Remove.
726 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
727 (vc-log-mode): Make it into a clean derived major mode.
728 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
729 vc-log-mode if log-edit is not available.
730 (vc-dired-mode-map): Don't set-keymap-parent yet.
731 (vc-dired-mode): Do set-keymap-parent here.
732 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
733
08ba3862
GM
7342000-09-05 Gerd Moellmann <gerd@gnu.org>
735
736 * faces.el (set-face-attribute, face-spec-reset-face)
737 (face-spec-set): Avoid consing by removing calls to `apply'.
738
739 * frame.el (frame-parameter): Move to C code.
740
3b4429b4
DL
7412000-09-05 Dave Love <fx@gnu.org>
742
743 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
744 insert-before-markers-and-inherit. Now checked systematically!
745
877055f6
GM
7462000-09-05 Alex Schroeder <alex@gnu.org>
747
748 * sql.el (sql-postgres): Use sql-postgres-options.
749 (sql-postgres-options): New variable.
750
7512000-09-05 Alex Schroeder <alex@gnu.org>
752
753 * sql.el (sql-mode-menu): Work around missing variable mark-active
754 in XEmacs.
755 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
756 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
757 compatibility.
758
7a004b71
GM
7592000-09-04 Gerd Moellmann <gerd@gnu.org>
760
54baed30
GM
761 * vc.el (vc-dired-resynch-file): Add autoload cookie.
762
7a004b71
GM
763 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
764
765 * Makefile.in (DONTCOMPILE): Fix typo in file name.
766
7672000-09-04 Andre Spiegel <spiegel@gnu.org>
768
769 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
770 don't support anything else under SCCS yet.
771
772 * vc-hooks.el: Minor doc fixes.
773
7742000-09-04 Andre Spiegel <spiegel@gnu.org>
775
776 * vc.el (vc-next-action-on-file): Do not visit the file if it's
777 not necessary. If verbose in state `needs-patch', do the same as
778 under `up-to-date'. When NOT verbose and `needs-patch', check out
779 latest version instead of `merge-news'.
780 (vc-next-action-dired): Don't mess with default-directory here; it
781 breaks other parts of dired. It is the job of the
099bd78a 782 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
783 (vc-next-action): Remove a special CVS case.
784 (vc-clear-headers): New optional arg FILE.
785 (vc-checkin, vc-checkout): Set properties vc-state and
786 vc-checkout-time properly.
099bd78a 787 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
788 (vc-print-log): Use new backend function `show-log-entry'.
789 (vc-cancel-version): Do the checks in a different order. Added a
790 FIXME concerning RCS-only code.
791
792 * vc-rcs.el (vc-rcs-show-log-entry): New function.
793 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
794
795 * vc-cvs.el (vc-cvs-show-log-entry): New function.
796
797 * vc-hooks.el (vc-default-mode-line-string): Show state
798 `needs-patch' as a `-' too.
799
8002000-09-04 Andre Spiegel <spiegel@gnu.org>
801
802 * vc.el (vc-responsible-backend): New optional arg REGISTER.
803 (vc-default-could-register): New function.
804 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
805 (vc-resynch-buffer): Call vc-dired-resynch-file.
806 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
807 vc-resynch-buffer instead of vc-resynch-window.
808 (vc-next-action-dired): Don't redisplay here, that gets done as a
809 result of the individual file operations.
810 (vc-retrieve-snapshot): Corrected prompt order.
811
812 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
813
814 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
815 as well.
816 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
817 hostname regexps. Updated all callers.
818 (vc-cvs-responsible-p): Handle directories as well.
819 (vc-cvs-could-register): New function.
820 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
821 properties up-to-date.
822
823 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
824 user whether to create one.
825
8262000-09-04 Andre Spiegel <spiegel@gnu.org>
827
828 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
829 check out a non-existing file.
830
831 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
832 workfile does not exist.
833
834 * vc.el (vc-version-diff): Use `require' to check for existence of
835 diff-mode.
836
8372000-09-04 Andre Spiegel <spiegel@gnu.org>
838
839 * vc-cvs.el (vc-cvs-registered): Use new function
840 vc-cvs-parse-entry to do the actual work.
841
8422000-09-04 Andre Spiegel <spiegel@gnu.org>
843
844 * vc-hooks.el (vc-find-backend-function): If function doesn't
845 exist, return nil instead of error.
846 (vc-call-backend): Doc fix.
847
848 * vc.el (vc-do-command): Doc fix.
849 (vc-finish-logentry): When checking in from vc-dired, choose the
850 right backend for logentry check.
851 (vc-dired-mode-map): Inherit from dired-mode-map.
852 (vc-dired-mode): Local value of dired-move-to-filename-regexp
853 simplified.
854 (vc-dired-state-info): Removed, updated caller.
855 (vc-default-dired-state-info): Use parentheses instead of hyphens.
856 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
857 (vc-dired-listing-switches): New variable.
858 (vc-directory): Use it, instead of dired-listing-switches.
859
860 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
861 (vc-cvs-dir-state): New function.
7f8b6551 862 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
863 (vc-cvs-parse-entry): New function, also to be used in
864 vc-cvs-registered.
865
8662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
867
868 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
869 *or* single-window-frames.
870
8712000-09-04 Andre Spiegel <spiegel@gnu.org>
872
873 * vc.el (vc-update-changelog): Split into generic part and default
874 implementation. Doc string adapted.
875 (vc-default-update-changelog): New function. Call the `rcs2log'
876 script in exec-directory, to fix a long-standing nuisance.
877
878 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
879 simply signals an error.
880
8812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
882
883 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
884 control-flow more clear and to avoid running `cvs' twice.
885
886 * vc.el (vc-next-action-on-file): Doc fix.
887 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
888 (vc-print-log): Eval `file' before constructing the continuation.
889
8902000-09-04 Andre Spiegel <spiegel@gnu.org>
891
892 * vc.el (vc-next-action-on-file): Corrected several messages.
893 (vc-merge): Add prefix arg `merge-news'; handle it.
894
895 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
896 is not reached. It is.
897 (vc-cvs-merge): Set state to 'edited after merge.
898 (vc-cvs-merge-news): Set workfile version to nil if not known.
899 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
900
901 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
902 via stdout. (Merge from main line.)
903
9042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
905
906 * vc.el (vc-finish-logentry): Thinko in the "same comment"
907 detection.
908
9092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
910
911 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
912 against kill-all-local-variables.
913 (vc-log-edit): Don't save vc-parent-buffer any more.
914 (vc-last-comment-match): Initialize to an empty string.
915 (vc-post-command-functions): New hook.
916 (vc-do-command): Run it.
917 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
918 (vc-finish-logentry): Only add the comment to the ring if it's
919 different from the last comment entered.
920 (vc-new-comment-index): New function.
921 (vc-previous-comment): Use it. Make the minibuffer message
922 slightly less terse.
923 (vc-comment-search-reverse): Make it work forward as well. Don't
924 set vc-comment-ring-index if no match is found. Use
925 vc-new-comment-index.
926 (vc-comment-search-forward): Use vc-comment-search-reverse.
927 (vc-dired-mode-map): Don't inherit from dired-mode-map since
928 define-derived-mode will do it for us. Bind `v' to a keymap that
929 inherits from vc-prefix-map so that we can bind `vt' without
930 binding C-x v t.
931 (vc-retrieve-snapshot): Parenthesis typo.
932
933 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
934 to 1. Make sure to switch to *vc* before looking for an error
935 message. Use vc-parse-buffer.
936
9372000-09-04 Andre Spiegel <spiegel@gnu.org>
938
939 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
940 and NAME.
941 (vc-retrieve-snapshot): Split into two parts.
942 (vc-default-retrieve-snapshot): New function.
943
944 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
945 (vc-cvs-retrieve-snapshot): New function (untested).
946 (vc-cvs-stay-local): Default to t.
947 (vc-cvs-remote-p): New function and property.
948 (vc-cvs-state): Stay local only if the above is t.
949 (vc-handle-cvs): Removed.
950 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
951 done via vc-handled-backends now.
952 (vc-cvs-header): Escape Id.
953
9542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
955
956 * vc.el (vc-do-command): Remove unused commands.
957 (vc-version-diff): Make sure default-directory ends with a slash.
958 Move the window commands into a vc-exec-after.
959 (vc-print-log): Move more of the code into the `vc-exec-after'.
960
9612000-09-04 Andre Spiegel <spiegel@gnu.org>
962
963 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
964 (vc-print-log): Search current revision from beginning of buffer.
965 (vc-revert-buffer): Clear echo area after the diff is finished.
966 (vc-prefix-map): Removed definition of "t" for terse display in vc
967 dired.
968 (vc-dired-mode-map): Inherit from dired-mode-map. Added
969 definition of "vt" for terse display.
970 (vc-dired-mode): Fix dired-move-to-filename-regexp.
971
9722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
973
974 * vc.el (vc-exec-after): Avoid caddr.
975
9762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
977
978 * vc.el (vc-exec-after): New function.
979 (vc-do-command): Use it to add a termination message for async
980 procs.
981 (vc-checkout): Try to handle a missing-backend situation.
982 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
983 of a directory with a backend using async diffs.
984 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
985 present.
986
987 * vc-sccs.el (vc-sccs-state-heuristic): Use
988 file-ownership-preserved-p.
989
990 * vc-rcs.el (vc-rcs-state-heuristic): Use
991 file-ownership-preserved-p.
992 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
993
9942000-09-04 Andre Spiegel <spiegel@gnu.org>
995
996 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
997 vc-do-command.
998
999 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
1000 when there are no changes.
1001
10022000-09-04 Andre Spiegel <spiegel@gnu.org>
1003
1004 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
1005
1006 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
1007
10082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1009
1010 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
1011
1012 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
1013 the `fset' outside of the defvar so that it works even if
1014 vc-prefix-map was already defined.
1015 (vc-setup-buffer): New function, split out of vc-do-command.
1016 (vc-do-command): Allow BUFFER to be t to mean `just use the
1017 current buffer without any fuss'.
1018 (vc-version-diff): Change the `diff' backend operation to just put
1019 the diff in the current buffer without erasing it. Always use
1020 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
1021 shrink-window-if-larger-than-buffer.
1022 (vc-print-log): Change the `print-log' backend operation to just
1023 put the log in the current buffer without erasing it. Protect
1024 shrink-window-if-larger-than-buffer.
1025 (vc-update-change-log): Fix setd typo.
1026
1027 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
1028 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
1029
1030 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
1031 (vc-rcs-diff): Insert in the current buffer and remove unused arg
1032 CMP.
1033
1034 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
1035 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
1036 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
1037
10382000-09-04 Andre Spiegel <spiegel@gnu.org>
1039
1040 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
1041 not possible, use vc-BACKEND-workfile-unchanged-p.
1042 (vc-default-workfile-unchanged-p): New function. Delegates to a
1043 full vc-BACKEND-diff.
1044
1045 * vc-hooks.el (vc-simple-command): Removed.
1046
1047 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
1048 instead of vc-simple-command.
1049 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
1050 avoid doing a diff when opening a file.
1051 (vc-rcs-state): Added check for unlocked-changes.
1052 (vc-rcs-header): Escape Id.
1053 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
1054 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
1055 version.
1056
1057 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
1058 (vc-sccs-diff): Remove optional arg CMP.
1059 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
1060 SCCS-specific function.
1061
1062 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
1063 vc-simple-command.
1064
10652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1066
1067 * vc.el (vc-editable-p): Renamed from vc-writable-p.
1068 (with-vc-file, vc-merge): Use vc-editable-p.
1069 (vc-do-command): Remove unused var vc-file and fix the
1070 doubly-defined `status' var. Add a user message when starting an
1071 async command.
1072 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
1073 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
1074 Use with-current-buffer.
1075 (vc-buffer-sync): Use unless.
1076 (vc-next-action-on-file): If the file is 'edited by read-only,
1077 make it read-write instead of trying to commit.
1078 (vc-version-diff, vc-update-change-log): Use `setq
1079 default-directory' rather than `cd'.
1080 (vc-log-edit): Don't forget to set default-directory in the
1081 buffer.
1082
1083 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
1084 (vc-sccs-state-heuristic): Use file-writable-p instead of
1085 comparing userids.
1086 (vc-sccs-checkout): Use `unless'.
1087
1088 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
1089 of comparing userids.
1090 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
1091 Simplify the logic by eliminating unreachable code.
1092 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
1093 just do a recursive call if we need to retry.
1094 (vc-rcs-checkout): Handle the case where rcs is missing by making
1095 the buffer read-write if requested and re-signalling the error.
1096
1097 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
1098
10992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1100
1101 * vc-hooks.el (vc-handled-backends): Docstring change.
1102 (vc-ignore-vc-files): Mark obsolete.
1103 (vc-registered): Check vc-ignore-vc-files.
1104 (vc-find-file-hook, vc-file-not-found-hook): Don't check
1105 vc-ignore-vc-files.
1106
1107 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
1108
11092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1110
1111 * vc.el (vc-checkout): Don't do anything special for ange-ftp
1112 files since ange-ftp already has vc-registered return nil.
1113
1114 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
1115 (vc-sccs-workfile-version): Use with-temp-buffer and new
1116 vc-parse-buffer and don't bother setting the property.
1117 (vc-sccs-add-triple): Use with-current-buffer and
1118 find-file-noselect.
1119 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
1120
1121 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
1122 derives from the old vc-parse-buffer but uses the revision number
1123 rather than the date (much easier to compare robustly).
1124 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
1125 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
1126 locking-user more directly. Check strict locking and set
1127 checkout-model appropriately.
1128 (vc-rcs-parse-locks): Remove.
1129 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
1130 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
1131 (vc-rcs-system-release): Use with-current-buffer and
1132 vc-parse-buffer.
1133 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
1134
1135 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
1136 (vc-simple-command): Docstring fix.
1137 (vc-registered): Align the way the file-handler is called with the
1138 way the function itself works.
1139 (vc-file-owner): Remove.
1140
1141 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
1142 extraction of fields and call to file-attributes because of a
1143 temporary bug in rcp.el.
1144 (vc-cvs-fetch-status): Use with-current-buffer.
1145
11462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1147
1148 * vc.el (vc-do-command): Use file-relative-name.
1149 (vc-responsible-backend): Use vc-backend if possible.
1150 (vc-create-snapshot): Improve the `interactive' spec. Add support
1151 for branches and dispatch to backend-specific `create-snapshot'.
1152 (vc-default-create-snapshot): New function, containing the bulk of
1153 the old vc-create-snapshot.
1154 (vc-retrieve-snapshot): Improve the interactive spec.
1155
1156 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
1157 (vc-backend-hook-functions): Remove.
1158 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
1159 (vc-backend): Reintroduce the test for `file = nil' now that I
1160 know why it was there (and added a comment to better remember).
1161
1162 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
1163 code from vc-sccs-hooks.el.
1164 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
1165 'vc anymore.
1166 (vc-sccs-responsible-p): Use expand-file-name instead of concat
1167 and file-directory-p instead of file-exists-p.
1168 (vc-sccs-check-headers): Simplify the regexp.
1169
1170 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
1171 from vc-rcs-hooks.el. Don't require 'vc anymore.
1172 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
1173 file-directory-p instead of file-exists-p.
1174
1175 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
1176 from vc-cvs-hooks.el.
1177 (proto vc-cvs-registered): Require 'vc-cvs instead of
1178 'vc-cvs-hooks. Don't require 'vc anymore.
1179 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
1180 file-directory-p instead of file-exists-p.
1181 (vc-cvs-create-snapshot): New function, replacing
1182 vc-cvs-assign-name.
1183 (vc-cvs-assign-name): Remove.
1184
11852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1186
1187 * vc-cvs.el (vc-cvs-header): New var.
1188
1189 * vc-rcs.el (vc-rcs-exists): Remove.
1190 (vc-rcs-header): New var.
1191
1192 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
1193 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
1194 (vc-sccs-header): New var.
1195
1196 * vc.el (vc-do-command): Get rid of the `last' argument.
1197 (vc-header-alist): Remove, replaced by vc-X-header.
1198 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
1199 (vc-dired-hook): Use expand-file-name instead of concat.
1200 (vc-directory): Use file-name-as-directory.
1201 (vc-snapshot-precondition, vc-create-snapshot)
1202 (vc-retrieve-snapshot): Allow the command to operate on any
1203 directory.
1204
1205 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
1206 just removing the 'WORKFILE argument or by removing the 'MASTER
1207 argument and replacing `file' with (vc-name file).
1208
12092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1210
1211 * vc.el: Update Copyright and add a crude list of backend funs.
1212 (vc-writable-p): New function.
1213 (with-vc-file): Use vc-writable-p.
7f8b6551 1214 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
1215 (vc-register): Avoid vc-name.
1216 (vc-locking-user): Remove.
1217 (vc-steal-lock): Make the `owner' arg non-optional.
1218 (vc-merge): Use vc-writable-p instead of vc-locking-user and
1219 vc-checkout-model.
1220 (vc-default-dired-state-info): Use vc-state instead of
1221 vc-locking-user and return special strings for special states.
1222 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
1223 and get rid of one of the special CVS cases.
1224 (vc-cancel-version): prettify error message with \\[...].
1225 (vc-rename-master): New function.
1226 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
1227 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
1228 the CVS special case generic.
1229 (vc-default-record-rename): Remove.
1230 (vc-file-tree-walk-internal): Only call FUNC for files that are
1231 under control of some VC backend and replace `concat' with
1232 expand-file-name.
1233 (vc-file-tree-walk): Update docstring.
1234 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
1235 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
1236
1237 * vc-sccs.el (vc-sccs-rename-file): Renamed from
1238 vc-sccs-record-rename. Use `find-file-noselect' rather than
1239 `find-file' and call `vc-rename-master' to do the actual move.
1240 (vc-sccs-diff): Remove unused `backend' variable.
1241
1242 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
1243 to delay loading of vc-sccs until it is really used.
1244 (vc-sccs-master-templates): Preload.
1245 (vc-sccs-state): Update call to vc-sccs-parse-locks.
1246 (vc-sccs-project-dir): Remove (merged into
1247 vc-sccs-search-project-dir).
1248 (vc-sccs-search-project-dir): Rewrite using file name handling ops
1249 rather than `concat', make sure it is preloaded and don't bother
1250 to check that the file actually exists.
1251 (vc-sccs-parse-locks): Remove unused `file' argument, remove
1252 `locks' argument (use buffer's content instead) and eliminate n^2
1253 behavior.
1254
1255 * vc-rcs.el: Update Copyright.
1256 (vc-rcs-rename-file): New function.
1257 (vc-rcs-diff): Remove unused `backend' variable.
1258
1259 * vc-hooks.el: Update Copyright.
1260 (vc-backend): Don't accept a nil argument any more.
1261 (vc-up-to-date-p): Turn into a defsubst.
1262 (vc-possible-master): New function.
1263 (vc-check-master-templates): Use `vc-possible-master' and allow
1264 funs in vc-X-master-templates to return a non-existent file.
1265
1266 * vc-cvs.el: Update Copyright.
1267 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 1268 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
1269
1270 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
1271
12722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1273
1274 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
1275 since it can be called from vc-rcs.el.
1276 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
1277
12782000-09-04 Andre Spiegel <spiegel@gnu.org>
1279
1280 * vc.el (vc-version-diff): Expand file name read from the
1281 minibuffer. Handle the case when a previous version number can't
1282 be guessed. Give suitable messages when there were no differences
1283 found.
1284 (vc-clear-headers): Call backend-specific implementation, if one
1285 exists.
1286 (vc-cancel-version): Made error checks generic. When done, clear
1287 headers generically, too.
1288
1289 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
1290 from vc-clear-headers in vc.el.
1291
1292 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
1293 correctly.
1294 (vc-rcs-latest-on-branch-p): Made second argument VERSION
1295 optional. Handle the case when it's not there.
1296
12972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1298
1299 * vc.el (vc-locking-user): Moved from vc-hooks.el.
1300
13012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1302
1303 * vc-hooks.el (vc-loadup): Remove.
1304 (vc-find-backend-function): Use `require'. Also, handle the case
1305 where vc-BACKEND-hooks.el doesn't exist.
1306 (vc-call-backend): Cleanup.
1307
13082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1309
1310 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
1311 vc-rcs-grab-templates)
1312 (vc-rcs-registered): Remove. The default function works as well.
1313 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
1314 vc-sccs-grab-templates)
1315 (vc-sccs-registered): Remove. The default function works as well.
1316
1317 * vc.el (vc-version-diff): Left out a vc- in call to
1318 vc-call-backend.
1319 (vc-default-dired-state-info, vc-default-record-rename)
1320 (vc-default-merge-news): Update for the new backend argument.
1321
1322 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
1323 using the default function.
1324 (vc-call-backend): If calling the default function, pass it the
1325 backend as first argument. Update the docstring accordingly.
1326 (vc-default-state-heuristic, vc-default-mode-line-string): Update
1327 for the new backend argument.
1328 (vc-make-backend-sym): Renamed from vc-make-backend-function.
1329 (vc-find-backend-function): Use the new name.
1330 (vc-default-registered): New function.
1331
13322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1333
1334 * vc.el (vc-merge): Use vc-find-backend-function.
1335
1336 * vc-hooks.el (vc-backend-functions): Remove.
1337 (vc-loadup): Don't setup 'vc-functions.
1338 (vc-find-backend-function): New function.
1339 (vc-call-backend): Use above fun and populate 'vc-functions
1340 lazily.
1341 (vc-backend-defines): Remove.
1342
13432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1344
1345 * vc.el (vc-register): Put a FIXME note for a newly found bug.
1346 Call vc-call-backend without the leading vc-.
1347 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
1348 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 1349 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
1350 (vc-annotate-display): Replace confusing use of `cond' with `or'.
1351 Call vc-call-backend without the leading vc-.
1352
1353 * vc-cvs.el (tail): Provide vc-cvs.
1354 * vc-sccs.el (tail): Provide vc-sccs.
1355 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
1356
1357 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
1358 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 1359 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
1360 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
1361 (vc-call-backend): Always try to load vc-X-hooks.
1362 (vc-registered): Remove vc- in call to vc-call-backend.
1363
13642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1365
1366 * vc.el (vc-process-filter): New function.
1367 (vc-do-command): Setup `vc-process-filter' for the async process.
1368 (vc-maybe-resolve-conflicts): New function to reduce
1369 code-duplication. Additionally, it puts the buffer in
1370 `smerge-mode' if applicable.
1371 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
1372 calling `merge-news'.
7f8b6551 1373 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
1374 (vc-log-edit): New function. Replacement for `vc-log-mode' by
1375 interfacing to log-edit.el.
1376 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
1377 log-edit is available.
1378 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
1379
13802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1381
1382 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
1383 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
1384 defvar and the initialization.
1385 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
1386
1387 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
1388 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
1389
7f8b6551 1390 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
1391
13922000-09-04 Andre Spiegel <spiegel@gnu.org>
1393
1394 * vc.el (vc-file-clear-masterprops): Removed.
1395 (vc-checkin, vc-revert-buffer): Removed calls to the above.
1396 (vc-version-diff): Use buffer-size without argument.
1397 (vc-register): Heed vc-initial-comment.
1398
1399 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
1400 default branch.
1401
1402 * vc-rcs.el (vc-rcs-register): Parse command output to find master
1403 file name and workfile version.
1404 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
1405
1406 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
1407 vc-file-clear-masterprops.
1408
1409 * vc-sccs.el (vc-sccs-checkout): Removed call to
1410 vc-file-clear-masterprops. If writable, set vc-state to 'edited
1411 rather than user login name.
1412
1413
14142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1415
1416 * vc.el (vc-workfile-unchanged-p): Remove unused argument
1417 `want-differences-if-changed' and simplify.
1418 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
1419 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
1420 output (which is invalid for async vc-diff) to decide whether to
1421 do the revert silently or not.
1422
14232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1424
1425 * vc-hooks.el (vc-loadup): Load files quietly.
1426 (vc-call-backend): Oops, brain fart.
1427
14282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1429
1430 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 1431 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
1432
14332000-09-04 Andre Spiegel <spiegel@gnu.org>
1434
1435 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
1436 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
1437 vc-state or vc-up-to-date-p.
1438 (vc-merge): Use vc-backend-defines to check whether merging is
1439 possible. Set state to 'edited after successful merge.
1440
1441 * vc-hooks.el (vc-locking-user): If locked by the calling user,
1442 return that name. Redocumented.
1443
14442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1445
1446 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
1447 new `vc-state' semantics.
1448 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
1449 'vc-locking-user to the current user.
1450 (vc-merge): Inline vc-backend-merge. Comment out code that I
1451 don't understand and hence can't adapt to the new `vc-state' and
1452 `vc-locking-user' semantics.
1453 (vc-backend-merge): Remove.
1454
1455 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
1456 rather than 'vc-locking-user.
1457
1458 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
1459
1460 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
1461 (vc-state): Don't use 'reserved any more. Just use the same
1462 convention as the one used for vc-<backend>-state where the
1463 locking user (as a string) is returned.
1464 (vc-locking-user): Update, based on the above convention. The
1465 'vc-locking-user property has disappeared.
7f8b6551 1466 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
1467
1468 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
1469 with a heuristic one.
1470 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
1471 (vc-cvs-checkin): Do a trivial parse to set the state in case of
1472 error. That allows us to get to 'needs-merge even in the
1473 stay-local case. There's still no way to detect 'needs-patch in
1474 such a setup (or to force an update for that matter).
1475 (vc-cvs-logentry-check): Remove, the default works as well.
1476
14772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1478
7f8b6551 1479 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
1480
1481 * vc.el (vc-do-command): kill-all-local-variables, to reset any
1482 major-mode in which the buffer might have been put earlier. Use
1483 `remove' and `when'. Allow `okstatus' to be `async' and use
1484 `start-process' in this case.
1485 (vc-version-diff): Handle the case where the diff looks empty
1486 because of the use of an async process.
1487
14882000-09-04 Andre Spiegel <spiegel@gnu.org>
1489
1490 * vc.el (vc-next-action-on-file): Removed optional parameter
1491 `simple'. Recompute state unconditionally.
1492 (vc-default-toggle-read-only): Removed.
1493
1494 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
1495 (vc-toggle-read-only): Undid prev change.
1496
1497 * vc-cvs.el (vc-cvs-stay-local): Renamed from
1498 vc-cvs-simple-toggle. Redocumented.
1499 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
1500 (vc-cvs-toggle-read-only): Removed.
1501
15022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1503
7f8b6551 1504 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
1505 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
1506 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
1507 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
1508 still is. So maybe it should be removed.
1509 (vc-head-version, vc-find-binary): Remove.
1510 (vc-recompute-state): Move from vc-hooks.el.
1511 (vc-next-action-on-file): Add a `simple' argument to allow
1512 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
1513 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
1514 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
1515 (vc-dired-mode-map): Properly defvar it.
1516 (vc-print-log): Call log-view-mode if available.
1517 (small-temporary-file-directory): defvar instead of use boundp.
1518 (vc-merge-news): Moved to vc-cvs.el.
1519 (vc-default-merge-news): New function.
1520
1521 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
1522 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
1523 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
1524 unknown `vc-latest-version' function. It should probably refer to
1525 vc-workfile-version or somesuch, but it's very unclear to me and I
1526 don't have SCCS to test things.
1527
1528 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
1529 (vc-sccs-state-heuristic): Fix typo.
1530 (vc-sccs-workfile-unchanged-p): Add missing argument.
1531
1532 * vc-rcs.el: Require vc and vc-rcs-hooks.
1533 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
1534 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
1535 (vc-release-greater-or-equal-p): Move from vc.
1536 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
1537 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
1538 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 1539 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
1540
1541 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
1542 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
1543 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
1544 than the apparently unbound `workfile-version'.
1545
1546 * vc-hooks.el (vc-master-templates): Def the obsolete var.
1547 (vc-file-prop-obarray): Use `make-vector'.
1548 (vc-backend-functions): Add new hookable functions
1549 vc-toggle-read-only, vc-record-rename and vc-merge-news.
1550 (vc-loadup): If neither backend nor default functions exist, use
1551 the backend function rather than nil.
1552 (vc-call-backend): If the function if not bound yet, try to load
1553 the non-hook file to see if it provides it.
1554 (vc-call): New macro plus use it wherever possible.
1555 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
1556 nor `vc-find-binary' since it's only called from
7f8b6551 1557 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
1558 (vc-checkout-model): Fix parenthesis.
1559 (vc-recompute-state, vc-prefix-map): Move to vc.el.
1560
7f8b6551 1561 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
1562 (vc-cvs-release, vc-cvs-system-release): Remove.
1563 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
1564 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
1565 status symbols.
1566 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
1567 (vc-cvs-toggle-read-only): First cut at a function to allow a
1568 cvs-status-free vc-toggle-read-only.
1569 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
1570 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
1571 vc-cvs-status. Also set vc-state rather than vc-locking-user.
1572 (vc-cvs-checkout): Modify access rights directly if the user
1573 requested not to use `cvs edit'. And refresh the mode line.
1574
1575 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
1576 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
1577
15782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1579
1580 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
1581 workfile' that got lost when the code was extracted from vc.el.
1582 And merged the tail with the rest of the code (not possible in the
1583 old vc.el where the tail was shared among all backends). And
1584 explicitly set the state to 'edited if `writable' is set.
1585
1586 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
1587 (vc-cvs-state): Be careful to return the value from
1588 vc-cvs-parse-state.
1589 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
1590 property but return it instead. Also be careful to handle a nil
1591 or "" `rev' when workfile is non-nil (it was handled properly when
1592 workfile was nil).
1593
1594 * vc.el: Removed those pesky unnecessary `(function' quotes.
1595 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
1596 directly in the defvar.
1597 (vc-do-command): Bind inhibit-read-only so as to properly handle
1598 the case where the destination buffer has been made read-only.
1599 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 1600 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
1601 (vc-annotate-mode-variables): Removed (code moved partly to
1602 defvars and partly to vc-annotate-add-menu).
1603 (vc-annotate-mode): Turned into a derived-mode.
1604 (vc-annotate-add-menu): Moved in code in
1605 vc-annotate-mode-variables.
1606 (vc-update-change-log): Use make-temp-file if available.
1607
16082000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
1609
1610 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
1611 `vc-checkout-model' updated to `vc-cvs-update-model'.
1612
16132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1614
1615 * vc.el (vc-next-action-on-file): Added handling of state
1616 `unlocked-changes'.
1617 (vc-checkout-carefully): Is now practically obsolete, unless the
1618 above is too slow to be enabled unconditionally.
1619 (vc-update-change-log): Fixed typo.
1620
1621 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
1622
7f8b6551
SM
1623 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
1624 Now handles state `unlocked-changes'.
1625 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
1626
1627 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
1628
1629 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
1630 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
1631 `unlocked-changes'.
1632 (vc-rcs-workfile-unchanged-p): Renamed from
1633 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
1634 function yet, but supposed to become one soon.
1635
1636 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
1637 `vc-steal-lock'.
1638 (vc-call-backend): Changed error message.
1639 (vc-state): Added description of state `unlocked-changes'.
1640
16412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1642
1643 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
1644 always return t in CVS-controlled directories.
1645
1646 * vc.el (vc-responsible-backend): New function.
1647 (vc-register): Largely rewritten.
1648 (vc-admin): Removed (implementation moved into vc-register).
1649 (vc-checkin): Redocumented.
1650 (vc-finish-logentry): If no backend defined yet (because we are in
1651 the process of registering), use the responsible backend.
1652
1653 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
1654 Updated function lists.
1655 (vc-call-backend): Fixed typo.
1656
7f8b6551
SM
1657 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
1658 New functions.
1659 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
1660 Removed query option. Redocumented.
7a004b71
GM
1661
16622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1663
1664 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
1665
1666 * vc.el: Updated callers of `vc-checkout-required' to use
1667 `vc-checkout-model'.
1668
16692000-09-04 Martin Lorentzson <martinl@gnu.org>
1670
1671 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
1672 stuff updated to reference this function instead of the old
1673 `vc-backend-release-p'.
1674
16752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1676
1677 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
1678 vc-checkout-model. Return appropriate values. Updated callers.
1679
16802000-09-04 Martin Lorentzson <martinl@gnu.org>
1681
7f8b6551 1682 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
1683 (vc-backend-revert): Function moved into `vc-revert';
1684 `vc-next-action' must be updated to accomodate this change.
1685 (vc-backend-steal): Function moved into `vc-finish-steal'.
1686 (vc-backend-logentry-check): Function moved into
1687 `vc-finish-logentry'.
1688 (vc-backend-printlog): Function moved into `vc-print-log'.
1689 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
1690 (vc-backend-assign-name): Function moved into
1691 `vc-create-snapshot'.
1692
16932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1694
1695 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
1696 Rename to vc-checkout-model. Return appropriate values.
1697 Update callers.
7a004b71 1698
7f8b6551 1699 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 1700 to vc-checkout-model.
7f8b6551
SM
1701 (vc-checkout-required): Rename to vc-checkout-model.
1702 Re-implement and re-comment.
7a004b71
GM
1703 (vc-after-save): Use vc-checkout-model.
1704
17052000-09-04 Martin Lorentzson <martinl@gnu.org>
1706
7f8b6551
SM
1707 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
1708 Update to use the vc-BACKEND-diff functions instead.
1709 `vc-diff' is now working.
7a004b71 1710
7f8b6551 1711 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 1712
7f8b6551 1713 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
1714
1715 * vc-sccs.el (vc-sccs-diff): Function changed name from
1716 `vc-backend-diff'. This makes `vc-diff' work.
1717
7f8b6551 1718 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 1719 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 1720 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
1721 signaled during `vc-after-save'.
1722
7f8b6551
SM
1723 * vc.el: Fix typo.
1724 This checkin is made with our new VC code base for the very first time.
1725 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
1726
1727 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
1728 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
1729
1730 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
1731 updated to `vc-uses-locking'.
7f8b6551 1732 (vc-checkout-required): Call to backend function.
7a004b71
GM
1733 `vc-checkout-required' updated to `vc-uses-locking' instead.
1734
1735 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
1736 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
1737
7f8b6551 1738 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 1739 to match the split into various backends.
7f8b6551 1740 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
1741 (vc-retrieve-snapshot): Bug fix.
1742
17432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1744
1745 * vc-sccs.el (vc-sccs-release): Doc fix.
1746
17472000-09-04 Martin Lorentzson <martinl@gnu.org>
1748
1749 * vc.el (vc-next-action-on-file): Bug found and fixed.
1750 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
1751 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
1752
1753 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
1754 (vc-rcs-checkout): Name space cleaned up. No more revision number
1755 crunching function names that are not prefixed with vc-rcs.
1756 (vc-rcs-checkout-model): Function added. References to
1757 `vc-checkout-model' replaced.
1758
17592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1760
1761 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
1762 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
1763 still need to be split, and implemented for RCS).
1764
17652000-09-04 Martin Lorentzson <martinl@gnu.org>
1766
1767 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
1768
1769 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
1770 required by the vc.el file.
1771
1772 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
1773 required by the vc.el file.
1774 (vc-rcs-exists): Function added.
1775
1776 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
1777 required by the vc.el file.
1778
1779 * vc.el (vc-admin): Updated to handle selection of appropriate
1780 backend. Current implementation is crufty and need re-thinking.
1781
1782 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
1783
17842000-09-04 Martin Lorentzson <martinl@gnu.org>
1785
1786 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
1787 beginning of annotate buffers correctly.
1788
1789 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
1790 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
1791 functionality updated quite a lot to support multiple backends.
1792 Variables `vc-annotate-mode', `vc-annotate-buffers',
1793 `vc-annotate-backend' added.
1794
1795 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
1796 `vc-annotate-difference' added to supported backend functions.
1797
17982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1799
1800 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
1801 Use with-temp-file instead of /bin/sh. Merged from mainline
1802
18032000-09-04 Martin Lorentzson <martinl@gnu.org>
1804
1805 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
1806
1807 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
1808
1809 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
1810
18112000-09-04 Martin Lorentzson <martinl@gnu.org>
1812
1813 * vc-hooks.el: vc-state-heuristic added to
1814 vc-backend-hook-functions.
1815
1816 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
1817
1818 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
1819
7f8b6551
SM
1820 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
1821 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
1822 state to `reserved'.
1823
1824 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
1825 `vc-checkout-required'. Rename the `locked' state to `reserved'.
1826
18272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1828
7f8b6551 1829 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
1830 untouched.
1831
7f8b6551 1832 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 1833
7f8b6551 1834 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
1835 if defined. (Merged from main line, slightly adapted.)
1836
1837 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
1838 millenium problem (merged from mainline).
1839
18402000-09-04 Martin Lorentzson <martinl@gnu.org>
1841
1842 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
1843 part and moved the non-BACKEND stuff to vc.el.
1844
1845 * vc.el: Split the annotate feature into a BACKEND specific part
1846 and moved it from the vc-cvs.el file to this one.
1847
18482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1849
7f8b6551
SM
1850 * vc-hooks.el: Implement new state model.
1851 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
1852 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 1853 locked by somebody else.
7f8b6551 1854 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
1855 vc-sccs-hooks.el and vc-rcs-hooks.el now.
1856 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 1857 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 1858
7f8b6551
SM
1859 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
1860 Various simplifications and adaptations all over the place.
7a004b71 1861
7f8b6551
SM
1862 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
1863 Simplify and adapt the rest.
7a004b71 1864
7f8b6551 1865 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 1866 interaction with view mode according to recent RCS change.
7f8b6551 1867 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
1868
18692000-09-04 Martin Lorentzson <martinl@gnu.org>
1870
7f8b6551 1871 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
1872
18732000-09-04 Martin Lorentzson <martinl@gnu.org>
1874
1875 * vc.el (vc-backend-release, vc-release-greater-or-equal)
1876 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
1877 (vc-minor-part, vc-previous-version): Functions that operate and
1878 compare revision numbers got proper documentation. Comments added
1879 about their possible removal.
1880
18812000-09-04 Martin Lorentzson <martinl@gnu.org>
1882
1883 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
1884 the vc-backend.el files.
1885
1886 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
1887
1888 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
1889 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
1890 (vc-rcs-previous-version): Functions added.
1891
1892 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
1893
1894 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
1895
18962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1897
1898 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 1899 Comment out the definition for now. What is the right procedure
7a004b71
GM
1900 to get rid of it?
1901 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
1902 rewritten.
7f8b6551 1903 (vc-default-registered): Remove.
7a004b71
GM
1904 (vc-check-master-templates): New function; does mostly what the
1905 above did before.
1906 (vc-locking-user): Don't rely on the backend to set the property.
1907
1908 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 1909 Rewrite documentation.
7a004b71
GM
1910 (vc-rcs-templates-grabbed): New variable.
1911 (vc-rcs-grab-templates): New function.
7f8b6551 1912 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
1913
1914 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 1915 Rewrite documentation.
7a004b71
GM
1916 (vc-sccs-templates-grabbed): New variable.
1917 (vc-sccs-grab-templates): New function.
7f8b6551
SM
1918 (vc-sccs-registered): Rewrite to use above mechanism.
1919 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
1920 Don't throw the result, simply return it.
7a004b71 1921
7f8b6551
SM
1922 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
1923 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
1924 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 1925
7f8b6551 1926 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
1927 from main line.
1928
19292000-09-04 Martin Lorentzson <martinl@gnu.org>
1930
7f8b6551 1931 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 1932
7f8b6551 1933 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 1934
7f8b6551
SM
1935 * vc-rcs.el (vc-rcs-diff): New function.
1936 (vc-rcs-checkout): Bug (typo) found and fixed.
1937 (vc-rcs-register-switches): New variable.
7a004b71
GM
1938
1939 * vc.el (vc-backend-diff): Function removed and placed in the
1940 backend files.
1941
19422000-09-04 Martin Lorentzson <martinl@gnu.org>
1943
1944 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
1945
1946 * vc.el (vc-backend-checkout): Function removed and replaced in
1947 the vc-backend.el files.
1948
1949 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
1950
1951 * vc.el (vc-backend-admin): Removed and replaced in the
1952 vc-backend.el files.
1953
1954 * vc.el (Martin): Removed all the annotate functionality since it
1955 is CVS backend specific.
1956
19572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1958
1959 * spec.txt: Added specification of vc-state.
1960
1961 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 1962 Remove handling of vc-latest-version and
7a004b71
GM
1963 vc-your-latest-version. What used to be vc-latest-version, is now
1964 returned as vc-workfile-version.
7f8b6551 1965 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
1966
19672000-09-04 Dave Love <fx@gnu.org>
1968
1969 * vc.el: [Merged from mainline.]
1970 (vc-dired-mode): Make the dired-move-to-filename-regexp
1971 regexp match the date, to avoid treating date as file size.
1972 Add YYYY S option to WESTERN/
1973
19742000-09-04 Dave Love <fx@gnu.org>
1975
1976 * vc.el: Require `compile' when compiling.
1977 (vc-logentry-check-hook): New option.
1978 (vc-steal-lock): Use compose-mail.
1979 (vc-dired-mode-map): Defvar when compiling.
1980 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
1981 vc-sccs.el and renamed. Callers changed.
1982 (vc-backend-checkout, vc-backend-logentry-check)
1983 (vc-backend-merge-news): Doc fix.
1984 (vc-default-logentry-check): New function.
1985 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
1986 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
1987 (vc-backend-merge): Doc fix. Use backend functions.
1988 (vc-check-headers): Use backend functions.
1989
1990 * vc-cvs.el: Require vc when compiling.
1991 (vc-cvs-register-switches): Doc fix.
1992 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
1993 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
1994 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
1995 New functions (code from vc.el).
1996 (vc-annotate-display-default): Fix interactive spec.
1997 (vc-annotate-time-span): Doc fix.
1998
1999 * vc-rcs.el: Require vc when compiling.
2000 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
2001 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
2002 (vc-rcs-checkin): New functions (code from vc.el).
2003 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
2004 Doc fix.
2005 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
2006
2007 * vc-sccs.el: Require vc when compiling.
2008 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
2009 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
2010 (vc-sccs-revert)
2011 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
2012 from vc.el).
2013 (vc-sccs-add-triple, vc-sccs-record-rename)
2014 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
2015 (vc-sccs-admin): Doc fix.
2016
20172000-09-04 Martin Lorentzson <martinl@gnu.org>
2018
2019 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
2020 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
2021 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
2022 from vc.el.
2023
2024 * vc-sccs.el (vc-admin-sccs): Added from vc.el
2025
2026 * vc-cvs.el: Moved the annotate functionality from vc.el.
2027 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
2028
20292000-09-04 Dave Love <fx@gnu.org>
2030
2031 * vc.el (vc-backend-release): Call vc-system-release.
2032
2033 * vc-sccs.el (vc-sccs-system-release):
2034 Renamed from vc-sccs-backend-release.
2035
2036 * vc-rcs.el (vc-rcs-system-release):
2037 Renamed from vc-rcs-backend-release.
2038
2039 * vc-cvs.el (vc-cvs-system-release):
2040 Renamed from vc-cvs-backend-release.
2041
20422000-09-04 Dave Love <fx@gnu.org>
2043
2044 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
2045 backend files.
2046 (vc-backend-release): Dispatch to backend functions.
2047 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
2048 probably needs attention.]
2049
2050 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
2051 (vc-sccs-backend-release): New function.
2052
2053 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
2054 (vc-cvs-backend-release): New function.
2055
2056 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
2057 Doc fix.
2058 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
2059 (vc-default-dired-state-info): New function.
2060 (vc-dired-state-info): Dispatch to backends.
2061 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
2062
2063 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
2064 from vc.el and renamed.
2065
20662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2067
2068 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
2069 (vc-version-other-window, vc-backend-assign-name): Removed
2070 references to vc-latest-version; sometimes changed into
2071 vc-workfile-version.
2072
2073 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
2074 vc-rcs-master-workfile-version.
2075 (vc-rcs-workfile-version): Use the above. Don't call
2076 vc-latest-version (that was unreachable code, anyway).
2077 (vc-rcs-fetch-master-properties): Doc fix.
2078
2079 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
2080 (vc-backend-hook-functions): Removed them from this list, too.
2081 (vc-fetch-properties): Removed.
2082 (vc-workfile-version): Doc fix.
2083
2084 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
2085 (vc-rcs-workfile-version, vc-rcs-locking-user)
2086 (vc-rcs-uses-locking): Use it.
2087
2088 * vc-hooks.el (vc-consult-rcs-headers):
2089 Moved into vc-rcs-hooks.el, under the name
2090 vc-rcs-consult-headers.
2091
2092 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
2093 headers.
2094 (vc-cvs-find-master): Use this name only; correct different
2095 versions of the name.
2096
2097 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
2098 New functions.
2099 (vc-sccs-locking-user): Use the latter.
2100
2101 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
2102 New functions.
2103
2104 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
2105 Moved into both
2106 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
2107 functions are implementation details of those two backends.
2108
21092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2110
2111 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
2112 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
2113
2114 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
2115 (vc-sccs-parse-locks): SCCS-specific code moved here from
2116 vc-hooks.
2117
2118 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
2119 code moved here from vc-hooks.
2120
2121 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
2122 into back-end specific parts and removed. Callers not updated
2123 yet; because I guess these callers will disappear into back-end
2124 specific files anyway.
2125
21262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2127
2128 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
2129 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
2130 `vc-uses-locking'.
2131
2132 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
2133 Store yes/no in the property, and return t/nil. Updated all
2134 callers.
2135
2136 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
2137 vc-sccs-uses-locking. Don't set property.
2138 (vc-sccs-locking-user): Don't set property.
2139
2140 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
2141 vc-cvs-uses-locking. Don't set property here; leave that to
2142 vc-hooks.
2143 (vc-cvs-locking-user): Reflect above change. Streamlined.
2144
2145 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
2146 vc-rcs-uses-locking.
2147 (vc-rcs-locking-user): Reflect above change.
2148
21492000-09-04 Dave Love <fx@gnu.org>
2150
2151 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
2152
2153 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
2154
2155 * vc-hooks.el (vc-checkout-model): Punt to backends.
2156
2157 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
2158
2159 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
2160
2161 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
2162 New functions.
2163
2164 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
2165 New functions.
2166
2167 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
2168 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
2169
2170 * vc-hooks.el (vc-default-locking-user): New function.
2171 (vc-locking-user, vc-workfile-version): Punt to backends.
2172
21732000-09-04 Dave Love <fx@gnu.org>
2174
2175 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
2176 (vc-master-workfile-version): Moved from vc-hooks.
2177
2178 * vc-rcs-hooks.el: Fix duplicate code in last change.
2179
2180 * vc-rcs-hooks.el: Require vc-hooks when compiling.
2181 (vc-rcs-master-templates): Improve :type.
2182 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
2183 vc-master-workfile-version): Moved from vc-hooks.
2184
2185 * vc-sccs-hooks.el: Require vc-hooks when compiling.
2186 (vc-sccs-master-templates): Improve :type.
2187 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
2188
2189 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
2190
2191 * vc-cvs-hooks.el: Require vc-hooks when compiling.
2192 (vc-cvs-master-templates): Improve :type. Use
2193 vc-cvs-find-cvs-master.
2194 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
2195 from vc-hooks.
2196 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
2197
2198 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
2199 Moved to vc-cvs-hooks.
2200
2201 * vc-hooks.el: Add doc strings in various places. Simplify the
2202 minor mode setup.
2203 (vc-handled-backends): New user variable.
2204 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
2205 simplification.
2206
22072000-09-04 Dave Love <fx@gnu.org>
2208
2209 * vc.el: Some doc fixes for autoloaded and interactive functions.
2210 Fix compilation warnings from ediff stuff.
2211 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
2212
2213 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
2214
2215 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
2216
2217 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
2218
22192000-09-04 Dave Love <fx@gnu.org>
2220
2221 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
2222 New variable.
2223 (vc-make-backend-function, vc-loadup, vc-call-backend)
2224 (vc-backend-defines): New functions.
2225
2226 * vc-hooks.el: Various doc fixes.
2227 (vc-default-back-end, vc-follow-symlinks): Custom fix.
2228 (vc-match-substring): Function removed. Callers changed to use
2229 match-string.
2230 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
2231 Simplify.
2232
22332000-09-04 Dave Love <fx@gnu.org>
2234
2235 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
2236 type.
2237 (vc-sccs-project-dir, vc-search-sccs-project-dir)
2238 (vc-sccs-registered): Doc fix.
2239
2240 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
2241 (vc-cvs-registered): Doc fix.
2242
2243 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
2244 (vc-rcs-registered): Doc fix.
2245
22462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2247
2248 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
2249
2250 * vc-hooks.el: vc-registered has been renamed
2251 vc-default-registered. Some functions have been moved to the
2252 backend specific files. they all support the
2253 vc-BACKEND-registered functions.
2254
22552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2256
2257 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
2258
2259 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
2260
a033ea13
DL
22612000-09-04 Dave Love <fx@gnu.org>
2262
179fc9ef
DL
2263 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
2264 menu-bar-update-hook.
2265
2266 * help.el (help-manyarg-func-alist): Add
2267 find-operation-coding-system.
2268
a033ea13
DL
2269 * wid-edit.el (widget-sexp-validate): Fix garbled code.
2270
2271 * custom.el (custom-set-variables): Print message about errors in
2272 setting.
2273
f8803e97
AI
22742000-09-03 Andrew Innes <andrewi@gnu.org>
2275
2276 * makefile.w32-in: Change to DOS line endings.
2277
59836110
EZ
22782000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2279
2280 * mouse.el (mouse-popup-menubar): Supply the prompt string for
2281 minor-mode keymaps, if they don't have one.
2282
5514ba5c
EZ
22832000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2284
2285 * eshell/esh-module.el (eval-when-compile): Don't lose if
2286 esh-module.el's file name is truncated to DOS 8+3 limits.
2287
79cf8e80
JW
22882000-09-01 John Wiegley <johnw@gnu.org>
2289
2290 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
2291 predicate, which caused entries in the completion list to be
2292 doubled.
2293
22942000-08-30 John Wiegley <johnw@gnu.org>
2295
2296 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
2297 sending to subprocesses. Also, hook pre-command-hook if
2298 `eshell-send-direct-to-subprocesses' is non-nil.
2299 (eshell-send-direct-to-subprocesses): New config variable. If t,
2300 subprocess input is send immediately.
2301 (eshell-toggle-direct-send): New function.
2302 (eshell-self-insert-command): New function.
2303 (eshell-intercept-commands): New function.
2304 (eshell-send-input): If direct subprocess sending is enabled,
2305 don't echo any input to the Eshell buffer. Let the subprocess
2306 handle that. This requires "stty echo" in bash, for example.
2307
23082000-08-28 John Wiegley <johnw@gnu.org>
2309
2310 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
2311 completion function for Eshell's implementation of `unset'.
2312
778911b9
EZ
23132000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2314
2315 * info.el (Info-directory-list): Doc fix.
2316
05d07b49
PB
23172000-08-31 Peter Breton <pbreton@ne.mediaone.net>
2318
2319 * filecache.el (file-cache-add-directory-using-find): Don't quote
2320 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
2321
9941d4c7
KH
23222000-08-31 Kenichi Handa <handa@etl.go.jp>
2323
2324 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
2325 coding systems.
2326
af9ba8ad
AI
23272000-08-30 Andrew Innes <andrewi@gnu.org>
2328
2329 * timer.el (run-with-idle-timer): Undo last change, so that timer
2330 is not activated immediately if Emacs is already idle. Some
2331 existing code relies on this behaviour.
2332
caccd8f2
MB
23332000-08-30 Miles Bader <miles@gnu.org>
2334
2335 * frame.el (set-frame-font): Do completion of font-name for
2336 interactive use.
2337
b64c0a1c
KH
23382000-08-30 Kenichi Handa <handa@etl.go.jp>
2339
2340 * international/quail.el (quail-start-translation): Bind locally
2341 last-command-event, last-command, and this-command.
2342 (quail-start-conversion): Likewise.
75cf0095 2343 (quail-self-insert-command): Fix docstring.
b64c0a1c 2344
fd5f61d3
GM
23452000-08-29 Gerd Moellmann <gerd@gnu.org>
2346
2347 * progmodes/executable.el
2348 (executable-make-buffer-file-executable-if-script-p): Check that
2349 buffer contains at least 2 characters.
2350
5b671d04
EZ
23512000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
2352
2353 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
2354
485d9513
DL
23552000-08-29 Dave Love <fx@gnu.org>
2356
a39fb83d
DL
2357 * diff-mode.el (diff-mode) <defgroup>: Add :version.
2358 (diff-mode-shared-map): Bind mouse-2.
2359 (diff-imenu-generic-expression): New variable.
2360 (diff-mode): Use it.
2361
485d9513
DL
2362 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
2363 (mouse-popup-menubar): Add minor mode menus.
2364 (popup-menu): Check for lookup-key returning number.
2365
ba3478d9
MB
23662000-08-29 Miles Bader <miles@gnu.org>
2367
2368 * comint.el (comint-send-input): Create overlays using the proper
2369 front/read-advance arguments.
2370
c3d6d211
GM
23712000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2372
2373 * ps-print.el: Even/odd pages printing. Doc fix.
2374 (ps-print-version): New version number (6.0).
2375 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
2376 (ps-background, ps-begin-file, ps-begin-job): Code fix.
2377 (ps-print-duplex-feature): Variable eliminated.
2378 (ps-even-or-odd-pages): New variable.
2379
ba087cd7 2380 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
2381 (ebnf-version): New version (3.3).
2382 (ebnf-user-arrow): Change variable customization to sexp.
2383 (ebnf-user-arrow): Function eliminated.
2384 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
2385
d313265f
KH
23862000-08-29 Kenichi Handa <handa@etl.go.jp>
2387
cba62b78 2388 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
2389 (help-make-xrefs): Handle help-xref-mule-regexp.
2390
2391 * international/mule-cmds.el (help-xref-mule-regexp-template): New
2392 variable.
2393 (describe-input-method): Temporarily activate the specfied input
2394 method to display the information.
2395 (describe-language-environment): Hyperlinks to mule related items.
2396
2397 * international/mule-diag.el (charset-multibyte-form-string): New
2398 function.
2399 (list-character-sets-1): Use charset-multibyte-form-string.
2400 (describe-character-set): New function.
2401 (describe-coding-system): Hyperlinks to safe character sets.
2402
2403 * international/quail.el (quail-help): New arg PACKAGE.
2404 Hyperlinks to mule related items.
2405 (quail-help-insert-keymap-description): Use
2406 substitute-command-keys instead of describe-bindings.
2407 (quail-translation-help): Hyperlinks to mule related items.
2408
b4bd214e
JW
24092000-08-28 John Wiegley <johnw@gnu.org>
2410
ca7aae91
JW
2411 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
2412 have a defsubst call itself. Made `eshell-flatten-list' back into
2413 a function again.
2414
b4bd214e
JW
2415 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
2416 catch, in case re-centering point at bottom messes up the display.
2417 This happens frequently in Emacs 21, due I believe to variable
2418 line heights.
2419
2420 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
2421 to call `find-tag-interactive'.
2422
2423 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
2424 the list of remember directories.
2425
d44e146b
JW
24262000-08-28 John Wiegley <johnw@gnu.org>
2427
2428 * align.el: Test align-region-separate to see if it's a symbol.
2429
546c0888 24302000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
2431
2432 * eshell/esh-util.el (eshell-flatten-list): Made this function
2433 into a defsubst form. It gets used very frequently, although
2434 calls don't occur all that often.
2435
2436 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
2437 examining it.
2438
2439 * eshell/esh-cmd.el (eshell-rewrite-while-command):
2440 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
2441 `eshell-protect'.
2442 (eshell-copy-handles): Created a new macro for duplicating the
2443 current set of open handles. This is needed by the looping
2444 functions.
2445 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
2446 is not incorrectly stomped on.
2447
2448 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
2449 declaration for pcomplete-use-paring.
2450 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
2451 value of eshell-cmpl-use-paring.
2452 * pcomplete.el (pcomplete-use-paring): New config variable, to
2453 indicate whether paring should be used.
2454 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
2455 completion alternatives that have already been used.
2456
2457 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
2458 bound to C-c C-y, which will repeat the previous N arguments
2459 (based on prefix argument).
2460 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
2461
2462 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
2463 if there is no *Help* buffer. This is for XEmacs, which renames
2464 its help buffers uniquely. TODO: Find out what the current buffer
2465 name to delete is.
2466
2467 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
2468 first entry that correlates to a passwd/group number. Later
2469 entries (used for group/user name aliasing to multiple IDs) are
2470 ignored.
2471
2472 * eshell/em-xtra.el (eshell/expr):
2473 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
2474 (eshell-grep, eshell/diff, eshell/locate):
2475 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
2476 argument list, before passing it to the system command.
2477
2478 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
2479 `find-tag' for use at final position in Eshell buffers (which
2480 otherwise triggers an error on Emacs 21).
2481 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
2482 buffer, if it is currently bound to `find-tag'.
2483
2484 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
2485 in the list of matched Makefile names.
2486 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
2487 directory, prefer its contents to Makefile.
2488
2489 * eshell/em-dirs.el (eshell/cd): cd commands that look up
2490 directory parts (like "cd old new", or "cd =regexp"), are now case
2491 sensitive on non-Windows/DOS platforms.
2492
2493 * eshell/esh-mode.el (eshell-parse-command-input): When a user
2494 types RET after an open delimiter (like "), display a message
2495 indicating that Eshell is waiting for the closing delimiter.
2496
2497 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
2498 environment variables.
2499
2500 * eshell/em-unix.el (eshell/diff): Added logic to fail more
2501 gracefully if the user enters incorrect arguments.
2502
2503 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
2504 Eshell buffers.
2505
2506 * eshell/esh-var.el (eshell-interpolate-variable):
2507 * eshell/esh-mode.el (eshell-move-argument):
2508 * eshell/em-unix.el (eshell-du-sum-directory):
2509 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
2510 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
2511 (not (= ...)).
2512
2513 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
2514 to ensure the `preserve' flag gets propagated when doing recursive
2515 directory copies.
2516
546c0888 25172000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
2518
2519 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
2520 Don't convert \n into \0177 in memory.
2521 (eshell-read-history, eshell-write-history): Convert \n to \0177,
2522 and back again, when reading and writing.
2523
546c0888 25242000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
2525
2526 * eshell/esh-util.el (eshell-processp): Added to relieve constant
2527 testing of `fboundp' on `processp'.
2528
2529 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
2530 (eshell/jobs): Don't call process-list if it is not bound.
2531 (eshell-gather-process-output): Support systems where async
2532 subprocesses aren't supported.
2533 (eshell-scratch-buffer, eshell-last-sync-output-start): New
2534 variables.
2535
2536 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
2537 eshell-do-eval returns t.
2538 (eshell-do-pipelines-synchronously): New defmacro.
2539 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
2540 when async subprocesses aren't supported.
2541 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
2542 if async subprocesses aren't supported.
2543 (eshell-resume-command): Don't assume STATUS is a string.
2544
2545 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
2546
2547 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
2548 (eshell-close-target, eshell-get-target): Use eshell-processp.
2549 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
2550 fix.
2551 (eshell-get-target, eshell-create-handles): Doc fix.
2552
546c0888 25532000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 2554
546c0888 2555 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
2556 criterion to include commands that output something, as long as it
2557 leaves both the command and the end-of-buffer visible when the
2558 command has exited.
2559 (eshell-review-quick-commands): Adjust the help doc string
2560 accordingly.
2561
2a371c3b
PB
25622000-08-28 Peter Breton <pbreton@ne.mediaone.net>
2563
8348e1f9 2564 * locate.el (locate): Cleaned up locate command's interactive prompting
d313265f 2565 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 2566
2a371c3b
PB
2567 * filecache.el (file-cache-case-fold-search): New variable
2568 (file-cache-assoc-function): New variable
2569 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
2570 Use file-cache-case-fold-search variable
2571 (file-cache-add-file): Use file-cache-assoc-function
2572 (file-cache-delete-file): likewise
2573 (file-cache-directory-name): likewise
2574 (file-cache-debug-read-from-minibuffer): likewise
2575
95931eb1
GM
25762000-08-28 Gerd Moellmann <gerd@gnu.org>
2577
2578 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
2579 (abbrev-table-name): New function.
2580 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
2581 If non-nil list local abbrev, only.
2582
bb17930d
GM
25832000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
2584
546c0888
EZ
2585 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
2586 from Gnus support code, and use special article copy buffer
bb17930d
GM
2587 `(gnus-original-article-buffer)' instead. This allows to get rid
2588 of article-hide-headers usage (which breaks in the latest Gnus
2589 version). Thanks to Detlev Zundel.
2590
41a68aef
KH
25912000-08-28 Kenichi Handa <handa@etl.go.jp>
2592
2593 * international/quail.el (quail-use-package): Hide "... loaded"
2594 message.
2595 (quail-start-translation, quail-start-conversion): Likewise.
2596
2597 * international/kkc.el (kkc-region): Hide "... loaded" message.
2598
28bb2cef
DL
25992000-08-27 Dave Love <fx@gnu.org>
2600
2601 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
2602
11a1118d
MB
26032000-08-27 Miles Bader <miles@gnu.org>
2604
2605 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
2606
0f85d477
KH
26072000-08-27 Kenichi Handa <handa@etl.go.jp>
2608
2609 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
2610 'ja-dic-cnv), not (require 'skkdic-cnv).
2611
2d73e8d3
MB
26122000-08-26 Miles Bader <miles@gnu.org>
2613
a0e5a5a4
MB
2614 * faces.el (face-x-resources): Add entry for :inherit.
2615 * cus-face.el (custom-face-attributes): Add support for :inherit
2616 attribute. Add support for relative face heights.
2617 (custom-face-attributes-get): Treat `nil' as being a default value
2618 for :inherit (as well as `unspecified').
2619
19feb949
MB
2620 * faces.el (set-face-attribute): Update doc string.
2621 (face-attribute-name-alist): Add :inherit.
2622 (face-valid-attribute-values): Handle :inherit.
2623 (face-read-string): Rephrase prompt to be less confusing.
2624 Assume that DEFAULT is a string, since we must return a string.
2625 (face-read-integer): Use `format' to turn DEFAULT into an
2626 acceptable default for face-read-string. Match NEW-VALUE against
2627 the string "unspecified", not the symbol `unspecified', since
2628 that's what face-read-string returns.
2629 (read-face-attribute): Lookup a name for old-value in valid, and
2630 use it as a default if we find one. Treat all values from
2631 face-read-string as strings. If the default is used, don't do any
2632 more processing on the value, just use the old value directly.
2633 (read-face-and-attribute, modify-face): Tweak prompt.
2634 (read-face-name): Don't assume prompt ends with a space.
2635
2d73e8d3
MB
2636 * faces.el (describe-face): Add support for :inherit attribute.
2637
a1a2e38f
KH
26382000-08-25 Kenichi Handa <handa@etl.go.jp>
2639
e84fa7c5
KH
2640 * terminal.el (terminal-emulator): Fix args to `concat'. Now
2641 concat doesn't accept interger.
2642
a1a2e38f
KH
2643 * international/kkc.el: Remove SKK from Keywords. Require
2644 ja-dic-utl instead of skkdic-utl.
2645
2646 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
2647 Provide ja-dic-cnv instead of skkdic-cnv.
2648 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
2649 (iso-2022-7bit-short): Add safe-charsets property.
2650 (skkdic-convert-postfix): Search Japanese chou-on character in
2651 addition to Hiragana character.
2652 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
2653 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
2654 (batch-skkdic-convert): Likewise.
2655
2656 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
2657 Provide ja-dic-utl instead of skkdic-utl.
2658 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
2659
f6499c03
DL
26602000-08-24 Dave Love <fx@gnu.org>
2661
1c2c3f16
DL
2662 * disp-table.el (standard-display-default): Make the test of `l'
2663 useful.
2664
f6499c03
DL
2665 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
2666 mod sample text.
2667
2668 * international/iso-ascii.el: Make pilcrow convenient string
2669 consistent with section.
2670 (iso-ascii-display): Set up multibyte characters as well as
2671 unibyte.
2672
c543db81
KH
26732000-08-24 Kenichi Handa <handa@etl.go.jp>
2674
2675 * international/mule-cmds.el (reset-language-environment): Set
2676 default-process-coding-system to '(undecided . iso-latin-1), which
2677 makes process I/O almost consistent with file I/O. Call this
2678 function when mule-cmds.el[c] is loaded.
2679
746d9caf
AI
26802000-08-22 Andrew Innes <andrewi@gnu.org>
2681
2682 * makefile.w32-in: New file.
2683
5484005d
MB
26842000-08-22 Miles Bader <miles@lsi.nec.co.jp>
2685
2686 * comint.el (comint-output-filter): Compare end of
2687 comint-last-output-overlay with the start of the newly inserted
2688 text, not the end, when deciding whether to extend it.
2689 Set saved-point's insertion type to advance after insertion.
2690
2691 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
2692 since this is now done independently of font-lock mode.
2693
7a912f63
GM
26942000-08-21 Gerd Moellmann <gerd@gnu.org>
2695
2696 * server.el (server-kill-new-buffers): New user option.
2697 (server-existing-buffer): New buffer-local variable.
2698 (server-visit-files): When using an existing buffer, set
2699 server-existing-buffer to t.
2700 (server-buffer-done): If server-kill-new-buffers is t, kill the
2701 buffer, unless it was already present before visiting it with
2702 Emacs server.
2703
240301df
EZ
27042000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
2705
2706 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
2707 even if the display doesn't support colors: some displays will
2708 support bold/underline faces.
2709
cbcef616
GM
27102000-08-21 Gerd Moellmann <gerd@gnu.org>
2711
6917e6bb
GM
2712 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
2713
cbcef616
GM
2714 * startup.el (command-line): If user's init file had an error,
2715 add explanatory text to *Messages*.
2716
6922b018
KH
27172000-08-21 Kenichi Handa <handa@etl.go.jp>
2718
2719 * man.el (Man-getpage-in-background): Decode the process output by
2720 the system locale coding system.
2721
e50c4203
DL
27222000-08-20 Dave Love <fx@gnu.org>
2723
96ab6351
DL
2724 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
2725 Don't test x-popup-menu.
2726 (function) <complete-function>: Complete only fbound symbols.
2727 <validate, value>: New.
2728 (variable) <complete-function>: Complete only bound symbols.
2729 (coding-system): Add :base-only, :complete-function, :validate,
2730 :value, :prompt-match.
2731 (widget-coding-system-prompt-value): Use read-coding-system and
2732 act on :base-only.
2733 (editable-field): Add :help-echo.
2734 (widget-push-button-gui, widget-push-button-cache)
2735 (widget-gui-action, widget-editable-list-gui): COmment out, along
2736 with uses.
2737 (widget-at): Make arg optional.
2738 (widget-echo-help): Adjust for current help-echo calling sequence.
2739 (widget-specify-field, widget-specify-button)
2740 (widget-specify-insert, widget-get-sibling, widget-image-find)
2741 (widget-convert, widget-insert, widget-leave-text)
2742 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
2743 (widget-setup, widget-field-find, widget-before-change)
2744 (widget-after-change, widget-default-complete)
2745 (widget-default-create, widget-default-delete)
2746 (widget-push-button-value-create, editable-field)
2747 (widget-field-prompt-value, widget-field-validate)
2748 (widget-choice-value-create, widget-choice-action)
2749 (widget-choice-validate, widget-checklist-add-item)
2750 (widget-radio-add-item, widget-radio-chosen)
2751 (widget-radio-value-inline, widget-editable-list-value-create)
2752 (widget-editable-list-entry-create)
2753 (widget-documentation-link-add)
2754 (widget-documentation-string-value-create)
2755 (widget-regexp-validate, widget-file-complete)
2756 (widget-sexp-validate, widget-plist-convert-widget)
2757 (widget-plist-convert-widget, widget-alist-convert-widget)
2758 (widget-alist-convert-widget, widget-color-complete): Simplify,
2759 particularly to avoid bindings which aren't optimized out.
2760
e50c4203
DL
2761 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
2762 Doc fix.
2763 (down-list, backward-up-list, up-list, kill-sexp)
2764 (backward-kill-sexp, mark-sexp): Make arg optional.
2765 (lisp-complete-symbol): Add optional arg PREDICATE.
2766
2767 * cus-start.el: Add display-buffer-reuse-frames,
2768 file-coding-system-alist.
2769
511bd4eb
GM
27702000-08-20 Gerd Moellmann <gerd@gnu.org>
2771
2772 * startup.el (command-line): Clear realized faces after
2773 modifying TTY color mappings.
2774
a9de7d29
MB
27752000-08-20 Miles Bader <miles@gnu.org>
2776
2777 * faces.el (face-attr-match-p): Don't return true if ATTRS are
2778 merely a subset of FACE's attributes.
2779
8a8023d9
MB
27802000-08-19 Miles Bader <miles@gnu.org>
2781
2782 * comint.el (comint-output-filter): Save the point with a marker,
2783 not just a buffer position.
2784
2785 * international/mule.el (set-buffer-process-coding-system): Make
2786 interactive prompt less confusing.
2787
1433385f
GM
27882000-08-19 Gerd Moellmann <gerd@gnu.org>
2789
2790 * hilit-chg.el: General cleanup of doc strings, comments and
2791 code formatting.
2792
136b4eda
MB
27932000-08-19 Miles Bader <miles@gnu.org>
2794
2795 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
2796 Compiler macro removed; beginning-of-line is no longer always
2797 equivalent to forward-line, in the presence of fields.
2798
2799 * comint.el (comint-output-filter): Remove ad-hoc saving of
2800 restriction, and just use save-restriction, now that it works
2801 correctly. Don't adjust comint-last-input-start to account for
2802 our insertion; it shouldn't have moved because we don't use
2803 insert-before-markers anymore. Comment out call to
2804 `force-mode-line-update'; why is it here?
2805
2806 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
2807 while checking for prompt to delete. Use `forward-line 0'
2808 instead of beginning-of-line.
2809 (gud-filter): Temporarily widen gud comint buffer while
2810 examining output.
2811
cdd0f857
SM
28122000-08-18 Stefan Monnier <monnier@cs.yale.edu>
2813
ebf96bfa
SM
2814 * progmodes/sh-script.el: Big bag of typos.
2815
cdd0f857
SM
2816 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
2817 check since ispell-process is not bound when ispell is not yet loaded.
2818
9bb7a286
DL
28192000-08-18 Dave Love <fx@gnu.org>
2820
2821 * image.el (find-image): Copy `spec' before using plist-put.
2822
74ec6045
GM
28232000-08-18 Gerd Moellmann <gerd@gnu.org>
2824
2825 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
2826 `portugues'.
2827
2828 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
2829 backward-kill-sexp, analogous to kill-sexp.
2830
2831 * progmodes/icon.el (icon-indent-line)
2832 (icon-is-continuation-line): Handle comments specially.
2833
28342000-08-17 Ken Stevens <k.stevens@ieee.org>
2835
2836 * ispell.el: Set to standard author/maintainer/keyword fields.
2837 Fine tuning to menu map appearance and operation, and added help.
2838 Remove `start' and `end' error messages when compiling.
2839 (ispell-choices-win-default-height): Fixed comment string.
2840 (ispell-dictionary-alist-1): Fixed regexp in castellano and
2841 castellano8 dictionaries.
2842 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
2843 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
2844 dictionary, added italiano dictionary.
2845 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
2846 word character
2847 (ispell-tex-skip-alists): Added psfig support.
2848 (ispell-skip-html): Renamed from ispell-skip-sgml.
2849 (ispell-begin-skip-region-regexp, ispell-skip-region)
2850 (ispell-minor-check): Improved html skipping support to skip across
2851 code, and recognize `&' commands without propper `;' syntax;
2852 (ispell-process-line): Fix alignment error when manually
2853 correcting spelling.
2854 (ispell): Fix comment string.
2855 (ispell-add-per-file-word-list): Always put word list on new line.
2856
3787e12e
GM
28572000-08-17 Gerd Moellmann <gerd@gnu.org>
2858
a7b28523
GM
2859 * format.el (format-encode-run-method): Fix error message to say
2860 `encode' instead of `decode'. Use save-window-excursion around
2861 shell-command-on-region as in format-decode-run-method because
2862 shell-command-on-region can display a buffer with error output.
2863 (format-decode): Don't record undo information for the decoding.
2864 (format-annotate-function): Add parameter FORMAT-COUNT. Make
2865 that number part of the temporary buffer name so that more than
2866 one decoding using a temporary buffer can happen safely.
2867
2868 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
2869 of `A-z' in the regexp.
2870
2871 * hilit-chg.el: Fix typos in commentary.
2872
3787e12e
GM
2873 * help.el (view-emacs-news): Rewritten for new naming scheme
2874 for old NEWS files.
2875
2876 * startup.el (command-line): Pop to *Messages* in case an error
2877 is signaled while loading user-init-file.
2878
d2473540
AS
28792000-08-17 Andreas Schwab <schwab@suse.de>
2880
2881 * files.el (insert-directory): Don't lose original file name,
2882 undoing an undocumented change.
2883
c0bbaf57
GM
28842000-08-17 Alex Schroeder <alex@gnu.org>
2885
2886 * sql.el (sql-magic-go): Use comint-bol.
2887 (sql-copy-column): Use comint-line-beginning-position.
2888 (comint-line-beginning-position): Define a replacement for
2889 comint-line-beginning-position if it is not fboundp.
2890
28912000-08-17 Alex Schroeder <alex@gnu.org>
2892
2893 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
2894 it didn't have any effect anyway.
2895
28962000-08-17 Alex Schroeder <alex@gnu.org>
2897
2898 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
2899 --pset and pager=off instead of sending \\o|cat at the beginning
2900 of the session.
2901
9d245da5
MB
29022000-08-17 Miles Bader <miles@gnu.org>
2903
2904 * progmodes/octave-inf.el: Add compatibility definition of
2905 comint-line-beginning-position.
2906
abfdbd2e
KH
29072000-08-17 Kenichi Handa <handa@etl.go.jp>
2908
2909 * startup.el (normal-top-level): Look in each dir in load-path for
2910 a leim-list.el file too. This assures of loading leim-list.el
2911 that is created at Emacs installation time even if a user have his
2912 own leim-list.el.
2913
a0b8c939
MB
29142000-08-17 Miles Bader <miles@gnu.org>
2915
2916 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
2917 foreground color to black if the background is dark.
2918
7382bcae
SM
29192000-08-16 Stefan Monnier <monnier@cs.yale.edu>
2920
2921 * loadhist.el (unload-feature): Typo.
2922
2923 * finder.el (finder-compile-keywords):
2924 * cus-dep.el (custom-make-dependencies): Add local-variable settings
2925 to the generated file.
2926
2927 * mail/mh-e.el (mh-make-local-vars):
2928 Replace make-variable-buffer-local with make-local-variable.
2929
cdd0f857 2930 * play/landmark.el:
7382bcae
SM
2931 * options.el (Edit-options-{set,toggle,t,nil}):
2932 * mail/mailabbrev.el (mail-abbrevs-mode):
2933 * textmodes/tex-mode.el (tex-expand-files):
2934 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
2935
2936 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
2937
2938 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
2939 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
2940 Allow going past the last element.
2941 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
2942 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
2943 (cvs-mouse-toggle-mark): Don't move point.
2944 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
2945
2946 * progmodes/compile.el (grep): Provide a default set of files.
2947 (next-error): Docstring fix.
2948 (compilation-find-file): Avoid find-file (fails in a dedicated window).
2949
2950 * emacs-lisp/easy-mmode.el (define-minor-mode):
2951 Use `symbol-value' to keep the byte-compiler quiet.
2952
2953 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
2954 (diff-find-source-location): New fun, extracted from diff-goto-source.
2955 (diff-goto-source): Use it.
2956 (diff-next-complex-hunk, diff-filter-lines): New function.
2957 (diff-apply-hunk): New command.
2958
2959 * smerge-mode.el (smerge-mode-menu): Doc fix.
2960
2961 * msb.el (msb-mode): Define it in terms of define-minor-mode.
2962
4f00b8c1
DL
29632000-08-16 Dave Love <fx@gnu.org>
2964
2b5198bb
DL
2965 * windmove.el (windmove) <defgroup>: Add :version.
2966
2967 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
2968 (goto-address-fontify-p, goto-address-highlight-p)
2969 (goto-address-url-face, goto-address-url-mouse-face)
2970 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
2971 (goto-address-url-regexp): Use thing-at-point-url-regexp.
2972 (goto-address-fontify, goto-address-at-mouse): Simplify,
2973 (goto-address-at-point): browse-url-url-at-point,
2974 goto-address-find-address-at-point can return nil.
2975 (goto-address-find-address-at-point): Return nil on failure.
2976
2977 * align.el (align) <defgroup>: Add :version.
2978
2979 * calculator.el (calculator): Add :version.
2980 (calculator): Use two lines for calculator window if `modeline'
2981 face is boxed.
2982
4f00b8c1
DL
2983 * play/5x5.el: Doc fixes.
2984 (5x5) <defgroup>: Add :version.
2985
2986 * play/fortune.el (fortune) <defgroup>: Add :version.
2987 (fortune-append): Fix error message.
2988 (fortune-from-region): Doc fix.
2989
2990 * play/pong.el (pong): Doc fix.
2991
2992 * play/morse.el: Keywords, commentary, autoloads.
2993
69db7ee7
EZ
29942000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
2995
2996 * desktop.el (desktop-save): Don't look at symbol-value of a
2997 member of minor-mode-alist, unless it is boundp.
2998
10e1dad9
SS
29992000-08-16 Sam Steingold <sds@gnu.org>
3000
a0b8c939 3001 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
3002 `while'; use `with-current-buffer' instead of `save-excursion'.
3003 Removed unnecessary kludges now that "*Buffer List*" is excluded.
3004
9d7bcb2e
KH
30052000-08-16 Kenichi Handa <handa@etl.go.jp>
3006
3007 * international/ccl.el (declare-ccl-program): Docstring modified.
3008 (ccl-execute-with-args): Likewise.
3009
04231ab8
MB
30102000-08-16 Miles Bader <miles@gnu.org>
3011
9d245da5 3012 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
3013 comint-line-beginning-position.
3014
f68446ef
GM
30152000-08-15 Gerd Moellmann <gerd@gnu.org>
3016
dc28878c
GM
3017 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
3018 'buffer-menu' property.
3019 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
3020 fails.
3021 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
3022 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
3023 wasn't killed.
10e1dad9 3024
58ed0d3b
GM
3025 * buff-menu.el (list-buffers-noselect): Don't display the
3026 *Buffer List* buffer.
3027
32dc52f7
GM
3028 * font-lock.el: Require jit-lock to prevent a very late
3029 `Loading jit-lock' message.
3030
f68446ef 3031 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 3032 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
3033 mail address.
3034
90ac90a2
MB
30352000-08-15 Miles Bader <miles@gnu.org>
3036
3037 * textmodes/ispell.el (ispell-graphic-p): New constant.
3038 (ispell-choices-win-default-height, ispell-help): Use
3039 `ispell-graphic-p' instead of `xemacsp'.
3040
b0a0e263
DL
30412000-08-15 Dave Love <fx@gnu.org>
3042
c1e757e3
DL
3043 * simple.el: Autoload widget-convert when compiling.
3044 (mail-user-agent): Doc fix.
3045
3046 * help.el (function-called-at-point, variable-at-point): Use
3047 with-syntax-table.
3048 (help-manyarg-func-alist): Add insert-and-inherit.
3049
3050 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
3051
3052 * delsel.el (delsel-unload-hook): New function.
3053
3054 * find-file.el: Doc fixes. Move provide to end.
3055 (ff) <defgroup>: Add :link.
3056 (ff-goto-click): Deleted.
3057 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
3058 Use mouse-set-point.
3059
3060 * textmodes/tildify.el: Doc fixes.
3061 (tildify) <defgroup>: Add:version.
3062
3063 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
3064 (glasses-custom-set): Use set-default, not set.
3065 (minor-mode-alist): Propertize the lighter.
3066 (glasses-mode): Provide optional arg.
3067
5f847612
DL
3068 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
3069 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
3070 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
3071 option. Provide :type.
3072 (cwarn-configuration): Provide :type.
3073 (cwarn-mode): Doc fix.
3074
3075 * add-log.el (change-log-merge): Doc fix.
3076 (change-log-redate): New command.
3077
b0a0e263
DL
3078 * net/browse-url.el (browse-url-filename-alist): Add a clause for
3079 Doze and Dog.
3080 (browse-url): Use dolist, not mapcar.
3081 (browse-url-at-point): Check for null url.
3082 (browse-url-event-buffer, browse-url-event-point): Functions
3083 deleted.
3084 (browse-url-at-mouse, browse-url-netscape): Simplify.
3085
3086 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
3087 modes.
3088 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
3089 Fix previous change to mapcan.
3090 (msb--init-file-alist, msb--add-separators)
3091 (msb--make-keymap-menu): Simplify.
3092 (msb--choose-file-menu): Use copy-sequence.
3093 (msb-mode-map): Add title to keymap.
3094 (msb-unload-hook): New function.
3095
3096 * bs.el: Fix indentation.
3097 (bs) <defgroup>: Add :links.
2b5198bb
DL
3098 (bs-show): Doc fix.
3099 (bs-apply-sort-faces): Don't use window-system.
3100 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 3101
70f1b78e
EZ
31022000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
3103
3104 * calendar/timeclock.el (timeclock-file): Run .timelog through
3105 convert-standard-filename.
3106
956777b3
GM
31072000-08-14 Gerd Moellmann <gerd@gnu.org>
3108
3215096c
GM
3109 * emacs-lisp/authors.el: New file.
3110
956777b3
GM
3111 * paren.el (show-paren-priority): New user option.
3112 (show-paren-function): Set overlay priorities to
3113 show-paren-priority.
10e1dad9 3114
0cde1424
MB
31152000-08-14 Miles Bader <miles@gnu.org>
3116
3117 * comint.el (comint-bol): Use `forward-line 0' instead of calling
3118 beginning-of-line with inhibit-field-text-motion bound.
3119
90cbf47e
GM
31202000-08-14 Gerd Moellmann <gerd@gnu.org>
3121
3122 * calendar/timeclock.el: New file.
3123
31242000-08-14 David Ponce <david@dponce.com>
3125
3126 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
3127 `widget-button-click'. so that one can use left mouse button to
3128 click on dialog buttons.
3129
31302000-08-14 Emmanuel Briot <briot@gnat.com>
3131
3132 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
3133 identifiers, since XML is case sensitive
10e1dad9 3134
79e8dca7 31352000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 3136
660394d1
MB
3137 * comint.el (comint-output-filter): Don't bother frobbing
3138 window-start, it doesn't seem to be necessary.
79e8dca7
MB
3139
3140 * comint.el (comint-send-string, comint-send-region): Make into
3141 real functions. Snapshot the prompt before sending.
3142
218c2cc7
EZ
31432000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
3144
3145 * info.el (Info-find-emacs-command-nodes): Rewrite to use
3146 technique similar to Info-index, instead of relying on specific
3147 names of relevant Index nodes.
3148 (Info-goto-emacs-command-node): Bind Info-history to nil when
3149 going to the first node found by Info-find-emacs-command-nodes.
3150
51e066d2 31512000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
3152
3153 * menu-bar.el (menu-bar-help-menu): Add a :help string.
3154
867102f2
MB
31552000-08-10 Miles Bader <miles@gnu.org>
3156
3157 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
3158
af718538
EZ
31592000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
3160
3161 * info.el (Info-file-list-for-emacs): More elements for the
3162 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
3163 and woman manuals.
3164
c51bacd6
MB
31652000-08-10 Miles Bader <miles@lsi.nec.co.jp>
3166
3167 * comint.el (comint-send-input): Make the newline boundary overlay
3168 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
3169 (comint-output-filter): Use `insert' instead of
3170 `insert-before-markers'. Extend comint-last-output-overlay when
3171 necessary since we can't rely on insert-before-markers to do it.
3172 * gud.el (gud-filter): Use `with-current-buffer' instead of
3173 save-excursion when inserting the output, so that point gets
3174 updated correctly; the old method relied on a rather dodgy
3175 side-effect of comint-output-filter to avoid the effect of
3176 save-excursion.
3177
98532b12
EZ
31782000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
3179
3180 * files.el (recover-file): Call insert-directory instead of
3181 invoking `ls' directly.
3182
3db4b719
MB
31832000-08-10 Miles Bader <miles@gnu.org>
3184
3185 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
3186 (comint-last-prompt-overlay): New variables.
3187 (comint-output-filter): Implement prompt highlighting.
3188 (comint-snapshot-last-prompt): New function.
3189 (comint-send-input): Snapshot the last prompt.
3190 Use comint-highlight-input-face.
3191 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
3192 Use defface instead of defcustom.
3193 (send-invisible, comint-send-eof): Snapshot the last prompt.
3194 (comint-delchar-or-maybe-eof): Use comint-send-eof.
3195 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
3196
96190aa1
SM
31972000-08-09 Stefan Monnier <monnier@cs.yale.edu>
3198
5cda4b07
SM
3199 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
3200 (regexp-opt-group): Use a list of chars for `letters'.
3201 (regexp-opt-charset): `chars' is now a list of chars.
3202 Use a char-table rather than a vector so it works for multibyte chars.
3203
96190aa1
SM
3204 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
3205 Set cvs-minor-current-files to the selected fileinfo.
3206 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
3207 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
3208
7d093d56
EZ
32092000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
3210
3211 * files.el (insert-directory): Don't call access-file on
3212 directories on DOS and Windows.
3213
b24c5811
KH
32142000-08-09 Kenichi Handa <handa@etl.go.jp>
3215
3216 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
3217 longer if necessary.
3218 (ccl-embed-code): Call ccl-embed-data to store CODE in
3219 ccl-program-vector.
3220
0a6fd67e
MB
32212000-08-09 Miles Bader <miles@gnu.org>
3222
3223 * comint.el (comint-output-filter): Properly handle the case where
3224 the text surrounded by comint-last-output-overlay was deleted.
3225
9f6d1a6c
GM
32262000-08-08 Gerd Moellmann <gerd@gnu.org>
3227
25ad1371
GM
3228 * info.el (Info-insert-dir): Use Info-additional-directory-list if
3229 non-nil.
3230 (Info-file-list-for-emacs): Remove "info" from the list because
3231 that leads to trying to use the documentation from file `info'
3232 in various situations where it isn't appropriate, for instance
3233 C-h C-k C-h i.
3234
3235 * ffap.el (ffap-read-file-or-url-internal): Handle case that
3236 DIR and/or STRING are nil.
3237
3238 * progmodes/compile.el (compilation-setup): Make variable
3239 compilation-error-screen-columns buffer-local, as some comment
3240 in the code suggests it should be.
3241
3242 * files.el (auto-mode-interpreter-regexp): New variable.
3243 (set-auto-mode): Use it.
3244
3245 * indent.el (indent-for-tab-command): Doc fix.
3246
3247 * mouse-sel.el (mouse-sel-mode): Doc fix.
3248
9f6d1a6c
GM
3249 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
3250 labels.
3251
3252 * help.el (print-help-return-message): When
3253 display-buffer-reuse-frames is set, let the help window been quit,
3254 instead of deleting it, which might delete a reused frame.
3255
3d819a75
EZ
32562000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
3257
3258 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
3259 rename a directory to a name that differs only by its letter case.
3260
c5a52529
KH
32612000-08-08 Kenichi Handa <handa@etl.go.jp>
3262
3263 * international/quail.el (quail-define-rules): Handle Quail decode
3264 map correctly. Add code for supporting annotations.
3265 (quail-install-decode-map): New function.
3266 (quail-defrule-internal): New optional arguments decode-map and
3267 props.
3268 (quail-advice): New function.
3269
5e9e032a
SS
32702000-08-07 Sam Steingold <sds@gnu.org>
3271
3272 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
3273 `defconst', `define-condition', `with-slots'.
3274 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
3275
46645f4b
MB
32762000-08-03 Miles Bader <miles@gnu.org>
3277
3278 * comint.el (comint-use-prompt-regexp-instead-of-fields):
3279 New variable.
3280 (comint-prompt-regexp, comint-get-old-input): Document dependence on
3281 comint-use-prompt-regexp-instead-of-fields.
3282 (comint-send-input): Add `input' field property to stuff we send to
3283 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
3284 (comint-output-filter): Add `output' field property to process
3285 output, if comint-use-prompt-regexp-instead-of-fields is nil.
3286 (comint-replace-by-expanded-history)
3287 (comint-get-old-input-default, comint-show-output)
3288 (comint-backward-matching-input, comint-forward-matching-input)
3289 (comint-next-prompt, comint-previous-prompt): Use field
3290 properties if comint-use-prompt-regexp-instead-of-fields is nil.
3291 (comint-line-beginning-position): New function.
3292 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
3293 (comint-replace-by-expanded-history-before-point): Use
3294 comint-line-beginning-position and line-end-position.
3295 (comint-last-output-overlay): New variable.
3296 (comint-mode): Make `comint-last-output-overlay' buffer-local.
3297
3298 * shell.el (shell-prompt-pattern): Doc change.
3299 (shell-backward-command): Use line-beginning-position.
3300
3301 * gud.el (gud-gdb-complete-command): Use
3302 comint-line-beginning-position.
3303
3304 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
3305 comint-bol doesn't actually go to the beginning of the line.
3306
3307 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
3308 if comint-use-prompt-regexp-instead-of-fields is non-nil.
3309 (try-expand-line-all-buffers): Likewise.
3310
3311 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
3312 explicitly matching comint-prompt-regexp.
3313 (sql-copy-column): Use comint-line-beginning-position instead of
3314 explicitly matching comint-prompt-regexp.
3315
3316 * progmodes/octave-inf.el (inferior-octave-complete): Use
3317 comint-line-beginning-position.
3318
3319 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
3320
3321 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
3322 looking for a prompt, use `forward-line 0' instead of
3323 `beginning-of-line', to avoid getting caught by an input field.
3324
ff3d9573
GM
33252000-08-07 Gerd Moellmann <gerd@gnu.org>
3326
3327 * files.el (shell-quote-wildcard-pattern): Make sure to return
3328 PATTERN, in the Unix case.
3329
e0d8827b
EZ
33302000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
3331
3332 * play/zone.el (zone): Discard any pending input before running
3333 the randomly-chosen pgm.
3334
24d55b8f
KH
33352000-08-07 Kenichi Handa <handa@etl.go.jp>
3336
3337 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
3338 checking the existence of any multibyte characters.
3339
3d05e1ee
GM
33402000-08-06 Gerd Moellmann <gerd@gnu.org>
3341
6c4a4368
GM
3342 * help.el (describe-mode): Test minor-mode symbol for being
3343 bound before testing its value for being nil.
3344
3d05e1ee
GM
3345 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
3346 `first', `second', and `third'.
3347
3348 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
3349 (second): Make it an alias for `cadr'.
3350
6968a481
EZ
33512000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
3352
3353 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
3354 types of display support faces now.
3355
e49aa397
GM
33562000-08-05 Gerd Moellmann <gerd@gnu.org>
3357
3358 * pcvs.el (require): Require `cl' during compilation, only.
3359
3360 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
3361 (toplevel): Remove `remq' and `remove' from autoloads.
3362 (cl-fake-autoloads): New variable. If set, arrange for an error
3363 when CL functions etc. are autoloaded.
3364
588aca27
EZ
33652000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
3366
2e78d4ab
EZ
3367 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
3368
85628348
EZ
3369 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
3370 popped up, but the user clicks outside the menu, return an empty
3371 regexp (that causes unhighlight-regexp to have no effect).
3372
74f0e552
EZ
3373 * menu-bar.el (menu-bar-games-menu): Add Zone.
3374
588aca27
EZ
3375 * hi-lock.el (toplevel): Require font-lock.
3376
f4988be7
GM
33772000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3378
ba087cd7 3379 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
3380 (ebnf-8-bit-chars): New var for bug fix.
3381 (ebnf-string): Bug fix.
3382
027b73ac
SS
33832000-08-03 Sam Steingold <sds@gnu.org>
3384
3385 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
3386 instead of `buffer-string'.
3387 (require 'cl): Always, not just when compiling.
3388 `ignore-errors' in `interactive', `list*', `defun*' &c make this
3389 necessary.
3390
2f1fa038
EZ
33912000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
3392
3393 * international/mule-cmds.el (select-safe-coding-system): Make
3394 the message text about selecting a safe coding system more clear.
3395
ead53494
GM
33962000-08-02 Gerd Moellmann <gerd@gnu.org>
3397
abb2db1c
GM
3398 * hi-lock.el: New file.
3399
3400 * play/zone.el: New file.
3401
ead53494
GM
3402 * replace.el (occur): Set tab-width in the *Occur* buffer to the
3403 value of tab-width in the original buffer. Choose a line number
3404 format that's a multiple of the original buffer's tab width, so
3405 that lines appear right.
3406
3407 * textmodes/ispell.el (ispell): New function, replacing an alias.
3408 Spell-check active region if in transient-mark-mode and mark
3409 is active; otherwise spell-check buffer.
3410
34112000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3412
3413 * ps-mule.el: Fix a customization problem on
3414 ps-mule-font-info-database-default.
3415
f4a2b0a4
EZ
34162000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
3417
3418 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
3419 display-mouse-p instead of window-system.
3420 (ebrowse-member-mode-map): Ditto.
3421
b685181e
GM
34222000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3423
ba087cd7
EZ
3424 * progmodes/ebnf2ps.el: Update ps-print functions call.
3425 Indentation fix. Doc fix.
b685181e
GM
3426 (ebnf-version): New version number (3.2).
3427 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 3428
3b5fab87
EZ
34292000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3430
032ebb29
EZ
3431 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
3432 font lock support on window-system.
3433 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
3434
3b5fab87
EZ
3435 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
3436 display-color-p, if fboundp, instead of window-system.
3437
7e2605e7
EZ
34382000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
3439
3440 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
3441 instead of window-system.
3442
3443 * wid-edit.el (widget-choose): Use display-mouse-p instead of
3444 window-system.
3445 (widget-choice-mouse-down-action): Use display-popup-menus-p
3446 instead of window-system.
3447
3448 * strokes.el (strokes-file): Run the file name through
3449 convert-standard-filename.
3450 (strokes-mode): Call display-mouse-p instead of looking at
3451 window-system. Change the error message accordingly.
3452
3453 * progmodes/cpp.el (toplevel): Support faces on tty's.
3454
3455 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
3456 (lm-plot-square, lm-init-display): Don't use window-system.
3457
3458 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
3459 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
3460
3461 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
3462 instead of looking at window-system.
3463
26119624
GM
34642000-07-30 Gerd Moellmann <gerd@gnu.org>
3465
3466 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
3467 of testing if iswitchb-prepost-hooks is bound, because the
3468 latter will always be true when invoking a recursive minibuffer
3469 from an active Iswitchb buffer.
3470
c90596f3
EZ
34712000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3472
3473 * files.el (shell-quote-wildcard-pattern): New function.
3474 (insert-directory): Call it. Only prepend "\" to command on Unix
3475 and GNU/Linux systems.
3476
18925e78
GM
34772000-07-30 Gerd Moellmann <gerd@gnu.org>
3478
3479 * eshell/esh-groups.el: Change custom :link file names
3480 from `eshell.info' to `eshell'.
3481
34822000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
3483
3484 * dired.el (dired-build-subdir-alist): Expand subdirectory names
3485 correctly in recursive ange-ftp listings.
3486
34872000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3488
3489 * ps-print.el: Fix bug 1: if ps-font-size-internal,
3490 ps-header-font-size-internal and
3491 ps-header-title-font-size-internal variables are not set,
3492 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
3493 face text property is (foreground-color . COLOR) or
3494 `(background-color . COLOR)', ps-print crashes. Doc fix.
3495 (ps-print-version): New version number (5.2.4).
3496 (ps-plot-region): Code fix.
3497 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
3498 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
3499 Bug fix 2.
3500
35012000-07-30 Milan Zamazal <pdm@freesoft.cz>
3502
3503 * glasses.el (glasses-make-readable): Fix uncapitalization of
3504 identifiers like `myXMLDocument'.
3505
aeb4c63e
KF
35062000-07-28 Karl Fogel <kfogel@red-bean.com>
3507
18925e78
GM
3508 * mail/mail-hist.el (mail-hist-previous-input)
3509 (mail-hist-next-input): Do the obvious code factorization.
3510 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
3511 code of above two.
3512 If inserting a message body, leave point at top.
3513
9d453139
SS
35142000-07-28 Sam Steingold <sds@gnu.org>
3515
3516 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
3517 Use `<=', not `<' to compare times!
3518 (ange-ftp-ls): Remove.
9d453139 3519
b548072f
GM
35202000-07-27 Gerd Moellmann <gerd@gnu.org>
3521
27848c01
GM
3522 * play/cookie1.el: Add explanation of how to make cookie.el
3523 compatible with strfile(1) to comment.
3524
3525 * subr.el (remove, remq): New functions.
3526
3ab82477
GM
3527 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
3528 escape `*' in regexps.
3529 (midnight-find): Reverse order of arguments in the funcall of
3530 TEST.
3531
3532 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
3533 and `.class'.
3534
b548072f
GM
3535 * play/meese.el: Add Commentary section.
3536
27848c01
GM
35372000-07-27 Alex Schroeder <alex@gnu.org>
3538
3539 * sql.el (sql-ms): Added autoload cookie.
3540 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
3541 (sql-oracle): Ditto.
3542 (sql-help): Doc change.
3543
3544 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
3545 types and exceptions.
3546
35472000-07-27 Alex Schroeder <alex@gnu.org>
3548
3549 * sql.el (sql-placeholder-history): New variable.
3550 (sql-query-placeholders-and-send): New function that will query
3551 the user and replace placeholders with user input.
3552 (sql-oracle): If running on NT, set comint-input-sender to
3553 sql-query-placeholders-and-send.
3554
3555 (sql-stop): If in the SQLi buffer, insert stop notification, else
3556 present it as a message.
3557
35582000-07-27 Alex Schroeder <alex@gnu.org>
3559
3560 * sql.el (sql-input-ring-separator): Doc change.
3561 (sql-input-ring-file-name): Doc change.
3562 (sql-interactive-mode): Use `sql-input-ring-separator' and
3563 `sql-input-ring-file-name' to set the comint-mode equivalents
3564 without making them local variables.
3565 (sql-stop): Don't bind `sql-input-ring-separator' and
3566 `sql-input-ring-file-name' dynamically to their comint-mode
3567 equivalents.
3568
91ae8751
KH
35692000-07-27 Kenichi Handa <handa@etl.go.jp>
3570
3571 * international/mule.el (register-char-codings): New function.
3572 (make-coding-system): Handle `safe-chars' specification in the arg
3573 PROPERTY.
3574
3575 * international/mule-cmds.el
3576 (find-coding-systems-region-subset-p): This function deleted.
3577 (sort-coding-systems-predicate): New variable.
3578 (sort-coding-systems): New function.
3579 (find-coding-systems-region): Use
3580 find-coding-systems-region-internal.
3581 (find-coding-systems-string): Use find-coding-systems-region.
3582 (find-coding-systems-for-charsets): Check
3583 char-coding-system-table.
3584 (select-safe-coding-system-accept-default-p): New variable.
3585 (select-safe-coding-system): Mostly rewritten. New argument
3586 ACCEPT-DEFAULT-P.
3587 (select-message-coding-system): Call select-safe-coding-system
3588 with ACCEPT-DEFAULT-P arg.
3589 (reset-language-environment): Reset default-sendmail-coding-system
3590 to the default value iso-latin-1.
3591 (set-language-environment): Don't set the obsolete variable
3592 charset-origin-alist.
3593
3594 * international/codepage.el (cp-coding-system-for-codepage-1):
3595 Give `safe-chars' property to make-coding-system.
3596
3597 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
3598 calling select-message-coding-system twice.
3599
3600 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
3601 instead of `safe-charsets'.
3602 (cyrillic-alternativnyj): Likewise.
3603 (ccl-encode-alternativnyj): Don't check the charset
3604 cyrillic-iso8859-5.
3605
90cf4474
KH
36062000-07-27 Kenichi Handa <handa@etl.go.jp>
3607
3608 * composite.el (compose-chars-after): Preserve match data.
3609
a1f84f6d
SS
36102000-07-26 Sam Steingold <sds@gnu.org>
3611
3612 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
3613 (ange-ftp-real-file-newer-than-file-p): New function.
3614 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
3615 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
3616
3617 * tooltip.el (tooltip-float-time): Removed (use `float-time').
3618 * midnight.el (midnight-float-time): Ditto.
3619
e092928e
AS
36202000-07-26 Andreas Schwab <schwab@suse.de>
3621
3622 * files.el (normal-backup-enable-predicate): Correct
3623 interpretation of the return value of compare-strings.
3624
7465ebef
GM
36252000-07-26 Gerd Moellmann <gerd@gnu.org>
3626
3353ef5a
GM
3627 * isearch.el (isearch-resume): New function.
3628 (isearch-done): Add something to command-history to resume
3629 the search.
3630 (isearch-yank-line, isearch-yank-word): Use
3631 buffer-substring-no-properties instead of buffer-substring.
3632
7465ebef
GM
3633 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
3634 of flyspell-mouse-map.
3635
3636 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
3637 duplicate definition.
3638 (makefile-mode): Remove duplicate setting of local-abbrev-table.
3639
3640 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
3641 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
3642
5044b74a
SS
36432000-07-25 Sam Steingold <sds@gnu.org>
3644
25759a92
SS
3645 * net/ange-ftp.el: Get modtime over the net.
3646 (ange-ftp-file-modtime): New function.
a95cb10a
GM
3647 (ange-ftp-write-region, ange-ftp-insert-file-contents)
3648 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
3649 Use it.
3650 (ange-ftp-dot-to-slash): New function.
3651 (ange-ftp-fix-name-for-vms): Use it.
3652
5044b74a
SS
3653 * midnight.el (midnight-buffer-display-time): Use
3654 `with-current-buffer'.
3655
5dcfb3f4
GM
36562000-07-25 Gerd Moellmann <gerd@gnu.org>
3657
3658 * find-dired.el: Update copyright notice.
3659 (find-dired): Offer to kill a running `find'.
3660
3661 * enriched.el (enriched-face-ans): For a `foreground-color'
3662 property, return '(("x-color" COLOR))' so that COLOR will be
3663 output as a parameter of the x-color annotation. Likewise for the
3664 `background-color' property. In the case of normal face
3665 properties, don't return annotations for unspecified foreground
3666 and background face attributes.
3667
8c662166
KH
36682000-07-25 Kenichi Handa <handa@etl.go.jp>
3669
3670 * language/japan-util.el (japanese-katakana-region): Fix handling
3671 HANKAKU argument.
3672
c28da489
MB
36732000-07-25 Miles Bader <miles@gnu.org>
3674
3675 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
3676 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
3677 constrain-to-field.
3678
ad349719
AI
36792000-07-24 Andrew Innes <andrewi@gnu.org>
3680
3681 * timer.el (timer-activate-when-idle): Add optional parameter
3682 DONT-WAIT. Update docstring.
3683 (run-with-idle-timer): Specify extra parameter to
3684 timer-activate-when-idle, so that timer will be activated
3685 immediately if Emacs is already idle.
3686
3687 * w32-fns.el (w32-using-nt): Fix docstring.
3688
c95162f5
DL
36892000-07-24 Dave Love <fx@gnu.org>
3690
3691 * mouse.el (popup-menu): Set last-command-event.
3692 (mouse-major-mode-menu-prefix): Declare.
3693
e3c31fd5
GM
36942000-07-24 Gerd Moellmann <gerd@gnu.org>
3695
3696 * textmodes/flyspell.el: Update to author's version 1.5d.
3697
3698 * progmodes/hideshow.el: Update copyright notice.
3699
3700 * vcursor.el: Set maintainer to FSF, since author cannot
3701 be reached.
3702
7636d2a3
EZ
37032000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3704
fbe0a958
EZ
3705 * info.el (Info-goto-emacs-key-command-node): Leave a space after
3706 the prompt.
3707
7636d2a3
EZ
3708 * mouse.el (popup-menu): Run the keymap through indirect-function,
3709 in case it was defined with define-prefix-key. If the menu is a
3710 list of keymaps, look up the binding of user's choice in each one
3711 of the keymaps.
3712 (mouse-popup-menubar): If the global and local menu-bar keymaps
3713 don't have a prompt string, create one and insert it into the
3714 keymap. Don't barf if current-local-map returns nil.
3715
e024b101
GM
37162000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
3717
3718 * dired.el (dired-sort-R-check): Added to allow recursive listing
3719 to be undone.
3720 (dired-sort-other): Use it.
3721
7972fcfc
GM
37222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3723
e024b101 3724 * Release of cc-mode 5.27
7972fcfc
GM
3725
37262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3727
3728 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
3729 c-beginning-of-statement-1 that caused a bad case of recursion
3730 which could consume a lot of CPU in large classes in languages
3731 that have in-expression classes (i.e. Java and Pike).
3732
3733 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
3734 statements before top level constructs (i.e. case 6 is moved
3735 before case 5 and is now case 4) to catch in-expression
3736 classes in top level expressions correctly.
3737
37382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3739
3740 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
3741 objc-method-intro. Case 4 removed and case 5I added.
3742
3743 * cc-langs.el (c-append-paragraph-start): New variable used by
3744 c-common-init to get paragraph-start correct.
3745 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
3746 initialize paragraph-start to make it correct both with and
3747 without the javadoc special case.
3748
3749 * cc-mode.el (java-mode): Use c-append-paragraph-start to
3750 initialize paragraph-start for javadoc markup.
3751
3752 * cc-vars.el (c-style-variables-are-local-p): Incompatible
3753 change by defaulting this to t. It's motivated by the
3754 confusing behavior that otherwise arise from the style system
3755 when editing both java and non-java files at the same time
3756 (see the comments about style setting in c-common-init).
3757
37582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3759
3760 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
3761 similar to the one in c-fill-paragraph to check the fill
3762 prefix from the adaptive fill function for sanity.
3763
37642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3765
3766 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
3767 defun block.
3768
37692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3770
5044b74a 3771 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
3772
37732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3774
3775 * cc-align.el (c-lineup-multi-inher): Handle lines with
3776 leading comma nicely. Extended to handle member initializers
3777 too.
3778
e024b101 3779 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
3780 c-guess-basic-syntax): Fixed recognition of inheritance lists
3781 when the lines begins with a comma.
3782
5044b74a 3783 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
3784
3785 * cc-vars.el (c-offsets-alist): Changed default for
3786 member-init-cont to c-lineup-multi-inher since it now handles
3787 member initializers and indents better for leading commas.
3788
37892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3790
3791 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
3792 handling that caused class open lines to be recognized as
3793 statement-conts in some cases.
3794
3795 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
3796 guessed by the adaptive fill function unless point is on the
3797 first line of a block comment.
3798
3799 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
3800 when the buffer ends with a macro continuation char.
3801
3802 * cc-engine.el (c-guess-basic-syntax): Added support for
3803 function definitions as statements in Pike. The first
3804 statement in a lambda block is now labeled defun-block-intro
3805 instead of statement-block-intro.
3806
3807 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
3808 so that the class surrounding point is selected, not the one
3809 innermost in the state.
3810
3811 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
3812 recognition of switch labels having hanging multiline
3813 statements.
3814
3815 * cc-engine.el (c-beginning-of-member-init-list): Broke out
3816 some code in c-guess-basic-syntax to a separate function.
3817 * cc-engine.el (c-just-after-func-arglist-p): Fixed
3818 recognition of member inits with multiple line arglists.
3819 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
3820 member-init-cont when the commas are in funny places.
3821
38222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3823
3824 * cc-defs.el (c-auto-newline): Removed this macro since it's
3825 not used anymore.
3826
3827 * cc-engine.el (c-looking-at-bos): New helper function.
3828 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
3829 inexpr and toplevel classes apart in Pike.
3830
3831 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
3832 of case 9A.
3833
3834 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
3835 constant, since "class" can introduce an in-expression class
3836 in Pike nowadays.
3837
38382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3839
3840 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
3841 indentation on cpp-macro lines.
3842
3843 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
3844 a syntax modifier like comment-intro, to make it possible to
3845 get syntactic indentation for preprocessor directives. It's
3846 incompatible wrt to lineup functions on cpp-macro, but it has
3847 no observable effect in the 99.9% common case where cpp-macro
3848 is set to -1000.
3849
38502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3851
3852 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
3853 member-init-cont when the preceding arglist is several lines.
3854
38552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3856
3857 * cc-styles.el (c-style-alist): The basic offset for the BSD
3858 style corrected to 8.
3859
38602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3861
3862 * cc-styles.el (c-style-alist): Adjusted the indentation of
3863 brace list openers in the gnu style.
3864
38652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3866
3867 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
3868
3869 * cc-cmds.el (c-electric-brace, c-electric-slash,
3870 c-electric-star, c-electric-semi&comma, c-electric-colon,
3871 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
3872 when c-syntactic-indentation is nil.
3873
3874 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
3875 we were left at comments preceding the first statement when
3876 reaching the beginning of the buffer.
3877
3878 * cc-vars.el (c-syntactic-indentation): New variable to turn
3879 off all syntactic indentation.
3880
38812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3882
3883 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
3884 between the text and the block comment ender when it hangs,
3885 depending on how many there are before the fill.
3886
38872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3888
3889 * cc-engine.el (c-beginning-of-closest-statement): New helper
3890 function to go back to the closest preceding statement start,
3891 which could be inside a conditional statement.
3892 * cc-engine.el (c-guess-basic-syntax): Use
3893 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
3894
3895 * cc-engine.el (c-guess-basic-syntax): Better handling of
3896 arglist-intro, arglist-cont-nonempty and arglist-close when
3897 the arglist is nested inside parens. Cases 7A, 7C and 7F
3898 changed.
3899
3900 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
3901 up-to-date with javadoc 1.2.
3902
39032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3904
3905 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
3906 multiline Pike type decls.
3907
39082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3909
3910 * cc-cmds.el (c-indent-new-comment-line): Always break
3911 multiline comments in multiline mode, regardless of
3912 comment-multi-line.
3913
39142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3915
3916 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
3917 fully::qualified::names in C++ member init lists. Preamble in
3918 case 5D changed.
3919
39202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3921
3922 * cc-langs.el (c-common-init): Handling of obsolete variables
3923 moved to c-initialize-cc-mode. More compatible style override
3924 when using global style variables.
3925 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
3926 variables moved here.
3927
e024b101 3928 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
3929 c-special-indent-hook as a style variable. Don't talk about
3930 doing (c-make-styles-buffer-local t) in a mode hook, since
3931 that's already too late to work right.
5044b74a 3932
7972fcfc
GM
3933 * cc-styles.el (c-make-styles-buffer-local): Flag style
3934 variable localness in c-style-variables-are-local-p to make
3935 the compatibility measure in c-common-init work well.
3936
3937 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
3938 longer contain set-from-style.
3939 * cc-styles.el (c-initialize-builtin-style): Don't check for
3940 set-from-style on c-special-indent-hook.
3941 * cc-styles.el (c-copy-tree): Obsolete. The standard function
3942 copy-alist is sufficient now.
3943
3944 * cc-styles.el (c-set-style, c-set-style-1,
3945 c-get-style-variables): Fixes to variable initialization so
3946 that duplicate entries in styles have the same effect
3947 regardless of DONT-OVERRIDE.
3948
3949 * cc-styles.el (c-set-style-2): Fixed bug where the
3950 initialization of inheriting styles failed when the
3951 dont-override flag is set.
3952
3953 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
3954 on this.
3955
39562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3957
3958 * cc-defs.el (c-forward-comment): Removed the workaround
3959 introduced in 5.38 since it had worse side-effects. If a line
3960 contains the string "//\"", it regarded the // as a comment
3961 start since the \ temporarily doesn't have escape syntax.
3962
39632000-07-17 Emmanuel Briot <briot@act-europe.fr>
3964
3965 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
3966 ada-xref.el before ada-prj.el, so that the Project menu is created
3967 when ada-prj tries to add to it.
3968 (ada-activate-keys-for-case): Suppress the characters that are not
3969 part of the Ada syntax. Better compatibility with else-mode
3970 (ada-adjust-case-interactive): When auto-casing is not active,
3971 correctly insert newlines (used to insert only ^M). Prevent the
3972 syntax table from being changed in case of an error
3973 (or '_' becomes part of a word and some commands are confused).
3974 Do nothing if ada-auto-case is nil.
3975 (ada-after-keyword-p): Ignore keywords that are also attributes
3976 (ada-batch-reformat): Update usage comment
3977 (ada-call-from-contextual-menu): New function
3978 (ada-case-read-exceptions): Reinitialize the casing exception list
3979 first to nil first, so that the casing exception file can be
3980 shared.
3981 (ada-check-defun-name): Handles "configure" keyword for gnatdist
3982 files.
3983 (ada-compile-goto-error): Fix regexp used to detect a file:line
3984 anywhere in the error message
3985 (ada-contextual-menu-last-point): New variable
3986 (ada-create-keymap): If the variable delete-key-deletes-forward is
3987 t on XEmacs, it means that DEL should delete one character
3988 forward.
3989 (ada-create-menu): Use :included instead of :visible for XEmacs.
3990 New submenu "Options".
3991 (ada-end-stmt-re): Correctly indent "select ... then abort"
3992 statements.
3993 (ada-fill-comment-paragraph): Correctly delete all leading '--'
3994 even if they don't match ada-fill-comment-prefix Fix handling of
3995 paragraphs on the first or last line of a file.
3996 (ada-format-paramlist): Fix handling of default parameter values.
3997 (ada-get-body-name): New function.
3998 (ada-get-current-indent): Optimized by searchling directly for an
3999 existing generic part or a statement outside of it. Handle
4000 ada-indent-align-comments when indenting comments Replaced some
4001 regexps by testing directly the next character. This results in a
4002 huge speedup on some files. New indentation scheme for renames
4003 statements. Stop looking for the 'while' or 'for' associated with
4004 a 'loop' at the first semicolon encountered. A "return" can also
4005 match an anonymous access subprogram declaration.
4006 (ada-get-indent-noindent): Ignore strings and comments when
4007 looking for the keywords "record" and "private".
4008 (ada-goto-matching-decl-start): When matching "if", make sure we
4009 are not in fact seeing "end if". Ignore "when" statements except
4010 when initial keyword was "begin". Fix handling of nested
4011 procedures. Add a recursive call to this function to skip over
4012 other 'end' statmts. Fix indentation for "when .. => begin"
4013 (ada-in-open-paren-p): Fix indentation for complex boolean
4014 expressions, where 'and then', 'or else' and parenthesis
4015 statements are mixed up.
4016 (ada-in-paramlist-p): Skip comments while searching for the
4017 beginning Fix handling of operator declarations.
4018 (ada-indent-align-comments): New variable
4019 (ada-indent-current): Change the syntax table only in the
4020 protected section, so that we are sure it is restored correctly.
4021 (ada-indent-on-previous-lines): Use ada-use-indent and
4022 ada-with-indent Correctly indent "select ... then"
4023 (ada-indent-region): Slight speedup.
4024 (ada-indent-renames): New variable.
4025 (ada-last-which-function-subprog, ada-last-which-function-line):
4026 New variables
4027 (ada-looking-at-semi-private): Correctly indent the 'private'
4028 keyword when it is the first word in a package declaration.
4029 (ada-loose-case-word): Stop searching if at the end of the buffer.
4030 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
4031 even if point is not initially at the end of the word.
4032 (ada-matching-decl-start-re): Add "when".
4033 (ada-mode): Add support for abbrev-mode, outline-mode and
4034 which-func-mode Override the old find-file.el entry in
4035 ff-special-constructs since it is using the obsolete
4036 ada-spec-suffix variable
4037 (ada-no-auto-case): New function
4038 (ada-scan-paramlist): When parsing the argument type, accept
4039 spaces (as in "X 'Class", generated by Rational Rose).
4040 (ada-other-file-name): No longer loads the other file.
4041 (ada-popup-menu): Save and restore the current buffer and cursor
4042 position before and after displaying the menu.
4043 (ada-search-ignore-complex-boolean): New function.
4044 (ada-uncomment-region): Emacs21 already knows how to delete
4045 comments not starting in the first column.
4046 (ada-use-indent): New variable
4047 (ada-which-function): New function.
4048 (ada-with-indent): New variable
4049 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
4050 can be batch-compiled from the command line.
4051
4052 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
4053 Add to the menu when the file is loaded, not in ada-mode-hook.
4054 Add -toolbar to the default ddd command Switches moved from
4055 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
4056 ada-prj-default-comp-opt
4057 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
4058 Reference Manual to the menu
4059 (ada-check-current): rewritten as a call to ada-compile-current
4060 (ada-compile): Removed.
4061 (ada-compile-application, ada-compile-current, ada-check-current):
4062 Set the compilation-search-path so that compile.el automatically
4063 finds the sources in src_dir. Automatic scrollong of the
4064 compilation buffer. C-uC-cC-c asks for confirmation before
4065 compiling
4066 (ada-compile-current): New parameter, prj-field
4067 (ada-complete-identifier): Load the .ali file before doing
4068 processing
4069 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
4070 conform to gnatmake's behavior.
4071 (ada-find-file-in-dir): New function
4072 (ada-find-references): Set the environment variables for gnatfind
4073 (ada-find-src-file-in-dir): New function.
4074 (ada-first-non-nil): Removed
4075 (ada-gdb-application): Add support for jdb, the java debugger.
4076 (ada-get-ada-file-name): Load the original-file first if not done
4077 yet.
4078 (ada-get-all-references): Handles the new ali syntax (parent types
4079 are found between <>).
4080 (ada-initialize-runtime-library): New function
4081 (ada-mode-hook): Always load a project file when a file is opened,
4082 so that the casing exceptions are correctly read.
4083 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
4084 (ada-parse-prj-file): Use find-file-noselect instead of find-file
4085 to open the project file, since the latter does not work with
4086 speedbar Get default values before loading the prj file, or the
4087 default executable file name is wrong. Use the absolute value of
4088 src_dir to initialize ada-search-directories and
4089 compilation-search-path,... Add the standard runtime library to
4090 the search path for find-file.
4091 (ada-prj-default-debugger): Was missing an opening '{'
4092 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
4093 variables.
4094 (ada-prj-default-gnatmake-opt): New variable
4095 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
4096 buffers, the project file is the default one Save the windows
4097 configuration before displaying the menu.
4098 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
4099 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
4100 ...) regexp-quote identifiers names to support operators +,
4101 -,... in regexps.
4102 (ada-remote): New function.
4103 (ada-run-application): Erase the output buffer before starting the
4104 run Support remote execution of the application. Use
4105 call-process, or the arguments are incorrectly parsed
4106 (ada-set-default-project-file): Reread the content of the active
4107 project file, not the one from the current buffer When a project
4108 file is set as the default project, all directories are
4109 automatically associated with it.
4110 (ada-set-environment): New function
4111 (ada-treat-cmd-string): New special variable ${current}
4112 (ada-treat-cmd-string): Revised. The substitution is now done for
4113 any ${...} substring
4114 (ada-xref-current): If no body was found, compiles the spec
4115 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
4116 compiler to get rid of command line length limitations.
4117 (ada-xref-get-project-field): New function
4118 (ada-xref-project-files): New variable
4119 (ada-xref-runtime-library-specs-path)
4120 (ada-xref-runtime-library-ali-path): New variables
4121 (ada-xref-set-default-prj-values): Default run command now does a
4122 cd to the build directory. New field: main_unit Provide a default
4123 file name even if the current buffer has no prj file.
4124
4125 * ada-prj.el:
4126 Rewritten to show a tabbed-dialog.
4127 (ada-prj-add-ada-menu): Remove the map and name parameters.
4128 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
4129 New function
4130 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
4131 (ada-prj-load-from-file): New function
4132 (ada-prj-save): Always save fields that depend on the current buffer
4133 (ada-prj-show-value): New function
5044b74a 4134
7972fcfc
GM
4135 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
4136 Ada mode. This will allow us to display the Ada menu in any buffer
4137 we want (for project items).
4138 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
4139 number of spaces in the header.
5044b74a 4140
8730a8da
DL
41412000-07-24 Dave Love <fx@gnu.org>
4142
4143 * ediff-init.el (ediff-region-help-echo): Bind face-help.
4144
db3ca487
NF
41452000-07-23 Noah Friedman <friedman@splode.com>
4146
ad953485
NF
4147 * type-break.el (type-break): perform autosave.
4148 Suggested by Stephen Gildea <gildea@intouchsys.com>.
4149 (type-break-do-query): Cancel query schedule while performing
4150 actual query, to avoid possibility of a second query being made
4151 while first one is already in progress.
4152 (type-break-time-stamp-format): New variable.
4153 (type-break-time-stamp): New function.
4154 (type-break-time-warning): Use it.
4155 (type-break-keystroke-warning): Use it.
4156 (type-break-noninteractive-query): Use it.
4157
03a9c6d0
NF
4158 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
4159 cookie.
4160 Use add-minor-mode to set minor-mode-alist, if available.
4161 (eldoc-echo-area-use-multiline-p): New user option.
4162 (eldoc-echo-area-multiline-supported-p): New variable.
4163 (eldoc-docstring-format-sym-doc): Use them.
4164 (eldoc-mode): If not using idle timers, append to local post and
4165 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
4166 (eldoc-display-message-no-interference-p): Don't interfere with
4167 edebug.
4168 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
4169 (eldoc-function-arglist): New function.
4170 (eldoc-function-argstring): Use it.
4171
db3ca487
NF
4172 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
4173 auto save directory exists before calling directory-files.
4174
f7ad1899
DL
41752000-07-23 Dave Love <fx@gnu.org>
4176
4177 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
4178 ^o, ^u.
4179
43e764c9
DL
41802000-07-21 Dave Love <fx@gnu.org>
4181
475de6f4
DL
4182 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
4183 now passed to the function. It now works properly.
4184
43e764c9
DL
4185 * smerge-mode.el (smerge-mode-menu): Fill it out.
4186
e8bea4c0
GM
41872000-07-20 Gerd Moellmann <gerd@gnu.org>
4188
4189 * info-look.el (info-lookup): If *info* is shown in another frame
4190 on the same display, select that frame, instead of switching to
4191 the Info buffer in another window of the selected frame.
4192
4193 * simple.el (universal-argument-map): Bind numeric keypad keys
4194 kp-0 to kp-9 and kp-subtract.
4195 (digit-argument): Handle these keys.
4196
bc75b4fd
DL
41972000-07-20 Dave Love <fx@gnu.org>
4198
4199 * net/goto-addr.el (goto-address-fontify): Don't bother with
4200 buffer-modified and read-only stuff -- irrelevant with overlays.
4201 Put an extra property on the overlays and use it to clean up in
4202 case goto-address is re-run.
4203
8b7bc628
RS
42042000-07-19 Richard M. Stallman <rms@gnu.org>
4205
18e21ce8
RS
4206 * timer.el (run-with-idle-timer): Doc fix.
4207
db3ca487 4208 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
4209 Handle case where <...> appears inside "...".
4210 Use replace-match to edit the string more simply.
4211 (rmail-dont-reply-to): Cope with an unmatched ".
4212
50575ec2
DL
42132000-07-19 Dave Love <fx@gnu.org>
4214
4215 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
4216 implementation.
4217
4218 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
4219 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
4220 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
4221
4279296d
GM
42222000-07-19 Gerd Moellmann <gerd@gnu.org>
4223
47db06aa
GM
4224 * textmodes/refer.el: Correct maintainer's email address.
4225
4226 * progmodes/hideif.el: Correct author's email address.
4227 Fix typo in comment.
4228
4229 * xml.el: New file.
4230
4279296d
GM
4231 * mail/mailheader.el: Correct author's mail address.
4232
4233 * gnus/parse-time.el: Correct author's mail address.
4234
47db06aa 42352000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
4236
4237 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
4238 New user options.
4239 (comint-input-ring-file-name): Change custom type.
4240 (comint-mode-map): Bind mouse-2.
4241 (comint-insert-clicked-input): New function.
4242 (comint-send-input): Handle input highlighting.
4243
21ad0f7b
SM
42442000-07-18 Stefan Monnier <monnier@cs.yale.edu>
4245
4246 * mouse.el (popup-menu): New function.
4247 (mouse-major-mode-menu): Use it.
4248
3b33a005
DL
42492000-07-18 Dave Love <fx@gnu.org>
4250
4251 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
4252 improvements.
4253
dc1cac59
GM
42542000-07-18 Gerd Moellmann <gerd@gnu.org>
4255
21ad0f7b 4256 * faces.el (face-font-selection-order)
dc1cac59 4257 (face-font-family-alternatives): Add custom type.
db3ca487 4258
f8276b77
DL
42592000-07-18 Dave Love <fx@gnu.org>
4260
4261 * cus-edit.el (custom-variable-reset-saved)
4262 (custom-variable-reset-standard): Remove unused bindings.
4263
4264 * rect.el (open-rectangle-line): Remove unused let.
4265
4266 * hl-line.el (hl-line-highlight): Check hl-line-mode.
4267
3d6cd763
GM
42682000-07-18 Gerd Moellmann <gerd@gnu.org>
4269
4270 * cdl.el: Fix `Maintainer' keyword.
4271
4272 * play/pong.el: Add author's email address.
4273
34342a07
SS
42742000-07-17 Sam Steingold <sds@gnu.org>
4275
4276 * files.el (insert-directory): Call `split-string' instead of
4277 re-implementing it.
4278
088831a6
GM
42792000-07-18 Gerd Moellmann <gerd@gnu.org>
4280
4281 * mail/vms-pmail.el: Change maintainer to FSF.
4282
4283 * net/goto-addr.el: Change maintainer to FSF.
4284
4285 * recentf.el: Update from author.
4286
4287 * info.el (Info-title-face-alist): Removed.
db3ca487 4288
68be2869
EZ
42892000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
4290
4291 * eshell/eshell.el (eshell): Replace links to eshell.info with
4292 links to eshell, to avoid problems on systems where the manual is
4293 installed as `eshell'.
4294 * eshell/esh-cmd.el (eshell-cmd): Ditto.
4295 * eshell/em-smart.el (eshell-smart): Ditto.
4296 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 4297 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
4298
4299 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
4300 same-file check in the MS-DOS version (it does support inodes).
4301
4302 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
4303
21ad0f7b
SM
4304 * eshell/eshell.el (eshell-directory-name):
4305 Run default directory name through convert-standard-filename.
68be2869 4306
269b4dcb
KH
43072000-07-18 Kenichi Handa <handa@etl.go.jp>
4308
21ad0f7b
SM
4309 * international/mule-cmds.el (select-safe-coding-system):
4310 Fix typo in the comment.
240a16cf 4311
21ad0f7b
SM
4312 * language/european.el (compound-text):
4313 Force katakana-jisx0201 to be designated to G1.
aa96c820 4314
21ad0f7b
SM
4315 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
4316 Don't translate some national variant characters of latin-jisx0201.
aa96c820 4317 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 4318
269b4dcb
KH
4319 * international/kkc.el (kkc-after-update-conversion-functions):
4320 New variable.
4321 (kkc-update-conversion): Run functions in it at the tail.
4322
68be2869 43232000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 4324
21ad0f7b
SM
4325 * lisp/align.el (align-newline-and-indent):
4326 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
4327 (align-region): Fixed badly formatted minibuffer message.
4328
7a3fd467
KH
43292000-07-17 Kenichi Handa <handa@etl.go.jp>
4330
21ad0f7b 4331 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
4332 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
4333 the conversion list at first if appropriate.
4334 (kkc-next): Don't update kkc-next-count here.
4335 (kkc-prev): Don't update kkc-prev-count here.
4336 (kkc-show-conversion-list-update): Fix setting up of conversion
4337 list message.
4338
a45423d8
SM
43392000-07-16 Stefan Monnier <monnier@cs.yale.edu>
4340
088831a6 4341 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 4342
91a38db1
DL
43432000-07-16 Dave Love <fx@gnu.org>
4344
4345 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
4346 function to be more specific.
4347
4348 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
4349 non-string help-echo.
4350 (widget-types-convert-widget): Defsubst it.
4351 (widget-echo-help): Try to cope with a help-echo function of two
4352 possible sorts.
4353
3fddcdc3
JR
43542000-07-15 Jason Rumney <jasonr@gnu.org>
4355
4356 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
4357 Declare as obsolete.
4358
4359 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
4360
bd23a692
GM
43612000-07-14 Gerd Moellmann <gerd@gnu.org>
4362
4363 * hilit-chg.el: Fix typo.
4364
d4af987a
DL
43652000-07-14 Dave Love <fx@gnu.org>
4366
4367 * info.el (Info-mode-menu): Fix use of :help, :enable.
4368
3a4f3f86
SM
43692000-07-14 Stefan Monnier <monnier@cs.yale.edu>
4370
4371 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
4372
cf6936a4
DL
43732000-07-13 Dave Love <fx@gnu.org>
4374
4d6d04b5
DL
4375 * emacs-lisp/easymenu.el: Doc fixes.
4376 (easy-menu-remove): Defalias to ignore.
4377
cf6936a4
DL
4378 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
4379 Call throw correctly.
4380
56437999
GM
43812000-07-13 Gerd Moellmann <gerd@gnu.org>
4382
4383 * faces.el (frame-background-mode): Doc fix.
4384
4385 * simple.el (eval-expression-print-length): Change custom type to
4386 allow entering nil as value.
4387
d04a3972
DL
43882000-07-13 Dave Love <fx@gnu.org>
4389
3a4f3f86
SM
4390 * progmodes/fortran.el (fortran-imenu-generic-expression):
4391 Change definition layout.
a8189dfe
DL
4392 (fortran-mode-menu): Reinstate customize entries.
4393
d04a3972
DL
4394 * cus-edit.el (custom-group-menu-create, customize-menu-create):
4395 Use :filter, per old XEmacs code.
4396
4bf4fb05
GM
43972000-07-12 Gerd Moellmann <gerd@gnu.org>
4398
4399 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
4400 event when deciding what to send to the terminal.
4401
37328bcd
DL
44022000-07-12 Dave Love <fx@gnu.org>
4403
4404 * cus-start.el: Add optional version as 4th element of specs and
4405 use it for several things new in v21. Remove load-path. Fix type
4406 of line-number-display-limit.
4407
89492072
DL
44082000-07-11 Dave Love <fx@gnu.org>
4409
3a4f3f86
SM
4410 * progmodes/fortran.el: Don't require easymenu.
4411 Use repeat counts in various regexps.
315aa1de
DL
4412 (fortran-mode-syntax-table): Defvar directly.
4413 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
4414 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
4415 Use defvar, not defconst.
4416 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
4417 (fortran-mode): Set fortran-comment-line-start-skip,
4418 fortran-comment-line-start-skip, dabbrev-case-fold-search.
4419 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
4420 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
4421 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
4422 (fortran-comment-region, fortran-electric-line-number): Simplify.
4423 (fortran-auto-fill): New function.
4424 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
4425 (fortran-find-comment-start-skip):
4426 Check for non-null comment-start-skip.
4427 (fortran-auto-fill-mode, fortran-fill-statement):
4428 Use fortran-auto-fill.
315aa1de 4429 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 4430 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 4431
89492072
DL
4432 * widget.el (widget-plist-member): New alias.
4433
d55ead18
EZ
44342000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4435
4436 * eshell/esh-module.el (toplevel): Reference
4437 byte-compile-current-file only if it is bound.
4438
e82a2a05
GM
44392000-07-10 Gerd Moellmann <gerd@gnu.org>
4440
4441 * dired.el: Don't require `dired-aux'.
4442
1fc7fb2b
MB
44432000-07-10 Miles Bader <miles@lsi.nec.co.jp>
4444
4445 * dired-aux.el (dired-show-file-type): New function.
4446 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
4447 (dired-show-file-type): Add autoload.
4448
ab49ce15
KH
44492000-07-10 Kenichi Handa <handa@etl.go.jp>
4450
4451 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 4452 change of fontset-info.
ab49ce15
KH
4453 (print-fontset): Likewise.
4454
f45aab65
SM
44552000-07-09 Stefan Monnier <monnier@cs.yale.edu>
4456
4457 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
4458
2f72fd2f
GM
44592000-07-07 Gerd Moellmann <gerd@gnu.org>
4460
e82a2a05 4461 * bindings.el: Bind `[delete]' to delete-char.
965522f5 4462
2f72fd2f
GM
4463 * dired.el (dired-find-alternate-file): New function.
4464 (dired-mode-map): Bind `a' to dired-find-alternate-file.
4465 (toplevel): Require dired-aux when compiling.
4466 (dired-buffers): Move defvar within file to avoid compiler warning.
4467
4468 * info.el (Info-last-search): Variable removed.
4469 (Info-search-history): New variable.
4470 (Info-search): New Info-search-history.
4471
4472 * battery.el, info-look.el: Change author's mail address.
4473
965522f5 44742000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 4475
965522f5
GM
4476 * mail/rmail.el (rmail-clear-headers): Don't throw an error
4477 if rmail-ignored-headers is nil.
4478 (rmail-retry-failure): Bind rmail-ignored-headers and
4479 rmail-displayed-headers to nil.
4480
dd8888a1
GM
44812000-07-06 Gerd Moellmann <gerd@gnu.org>
4482
e5c81191
GM
4483 * lpr.el (lpr-page-header-switches): Add `-h' switch.
4484 (print-region-1): Don't hard code `-h' here.
4485
dd8888a1
GM
4486 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
4487
e5c81191
GM
44882000-07-01 Francesco Potorti` <pot@gnu.org>
4489
4490 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
4491 exim can use "your message" instead of "the message".
34342a07 4492
f45aab65
SM
44932000-07-06 Stefan Monnier <monnier@cs.yale.edu>
4494
4495 * facemenu.el: Docstrings fixes.
4496 (facemenu-get-face): Don't use internal-find-face.
4497 (facemenu-iterate): Rename arg to match the docstring.
4498
4499 * newcomment.el (uncomment-region): Be more careful when skipping
4500 backwards over `=' not to bump into BOBP.
4501
d396e521 45022000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 4503
dd8888a1
GM
4504 * ediff-diff.el (ediff-wordify): Use syntax table.
4505 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 4506 ediff-color-display-p.
dd8888a1 4507 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
4508 from defsubst.
4509 Got rid of special cases for NeXT and OS/2.
dd8888a1 4510 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 4511 face.
34342a07 4512
5e2dfaa4
SM
45132000-07-05 Stefan Monnier <monnier@cs.yale.edu>
4514
4515 * emacs-lisp/lucid.el: Require CL.
4516 (copy-tree, remprop): Remove, it's provided by CL.
4517 (map-keymap): Define in terms of cl-map-keymap.
4518 (extent-property, set-extent-end-glyph): New functions.
4519
4520 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
4521
d5c5cddd
GM
45222000-07-05 Gerd Moellmann <gerd@gnu.org>
4523
485266d0
GM
4524 * Makefile.in (DONTCOMPILE): Add comment that the name may
4525 not be changed without changing the make-dist script.
4526
5e2dfaa4 4527 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 4528 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 4529
e2c46326
AI
45302000-07-05 Andrew Innes <andrewi@gnu.org>
4531
4532 * makefile.nt: Add support for `bootstrap' and related targets.
4533
a027a91b
SM
45342000-07-05 Stefan Monnier <monnier@cs.yale.edu>
4535
4536 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
4537 (easy-menu-do-define): Use `menu-item' format.
4538 Handle case where easy-menu-create-menu returns a symbol.
4539 Manually call the potential top-level filter in the function binding.
4540 (easy-menu-filter-return): New arg NAME.
4541 Convert to a keymap if MENU is an XEmacs menu.
4542 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
4543 (easy-menu-converted-items-table, easy-menu-convert-item):
4544 New var and fun to memoize easy-menu-convert-item-1.
4545 (easy-menu-do-add-item): Use it.
4546 (easy-menu-create-menu): Use easy-menu-convert-item.
4547 Wrap easy-menu-filter-return around any :filter specification.
4548 Don't convert the menu if a filter was specified.
4549 Tell easy-menu-make-symbol not to check for MENU being an expression.
4550 (easy-menu-make-symbol): New arg NOEXP.
4551
5e03eb84
GM
45522000-07-05 Gerd Moellmann <gerd@gnu.org>
4553
4554 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
4555 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
4556 (eval-defun): If called with prefix arg, instrument code for
4557 Edebug.
4558
4559 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
4560 similar to that of eval-defun.
4561
fca68a95
DL
45622000-07-04 Dave Love <fx@gnu.org>
4563
7ccbba4c
DL
4564 * hl-line.el (hl-line-overlay): Make it permanent-local.
4565
fca68a95
DL
4566 * calendar/todo-mode.el: Replaced with a working version, based on
4567 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
4568
45692000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
4570
4571 * paths.el (prune-directory-list): New function.
4572 (Info-default-directory-list): Rewritten to more methodically
4573 enumerate a big list of possible info directories (based on the
4574 list used by the standalone info reader).
fca68a95 4575
78e7e8a0 4576 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 4577 non-existent directories from Info-directory-list.
78e7e8a0 4578
78e7e8a0
MB
4579 * paths.el (Info-default-directory-list): Try a list of possible
4580 info-directories instead of a single one. Add the possible
4581 info directory "/usr/share/info".
4582
4583 * woman.el (woman-man.conf-path): Explicitly include the debian
4584 man-db config file "/etc/manpath.config".
4585 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
4586 are present in `manpath.config'.
4587 (woman-manpath): Include "/usr/share/man".
4588
67c9a1d2
GM
45892000-07-03 Gerd Moellmann <gerd@gnu.org>
4590
6753393b
GM
4591 * frame.el (blink-cursor-mode): Don't hide cursor initially.
4592
4593 * startup.el (command-line): Initialize blink-cursor based
4594 on window-system.
4595
e4f98ad3
GM
4596 * frame.el (blink-cursor): Default to nil if not running under
4597 a window-system.
4598
2f516940
GM
4599 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
4600 (face-x-resources): Remove duplicate entry for :font.
4601
67c9a1d2
GM
4602 * textmodes/refer.el (refer-find-entry-internal): Use some-window
4603 instead of cycling through windows with next-window.
4604
4605 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
4606 of cycling through windows with next-window.
4607
4608 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
4609 of cycling through windows with next-window.
4610
4611 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
4612 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
4613 instead of cycling through windows with next-window.
4614
4615 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
4616 instead of cycling through windows with next-window.
4617
4618 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
4619 of cycling through windows with next-window.
4620
4621 * terminal.el (te-process-output): Use walk-windows instead of
4622 cycling through windows with next-window.
4623
4624 * server.el (server-switch-buffer): Use some-window instead of
4625 cycling through windows with next-window.
4626
4627 * window.el (some-window): New function.
4628 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 4629
3a4f3f86 4630 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 4631
8b7bc628 46322000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
4633
4634 * window.el (walk-windows): Guarantee termination by keeping a list
4635 of all the windows already handled.
4636
d0d57043
EZ
46372000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
4638
4639 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
4640 window-system.
4641
4642 * man.el (Man-notify-when-ready): Don't use window-system. If
4643 Man-notify-method is newframe, and the display is not
4644 multi-frame, select the frame created for the man page.
4645 (Man-init-defvars): Doc fix.
4646
d5483ab1
GM
46472000-06-28 Gerd Moellmann <gerd@gnu.org>
4648
af5c25e1
GM
4649 * faces.el (region): Change background color for light background.
4650
4651 * ediff-wind.el (ediff-setup-control-frame): Remove :box
4652 attribute from mode-line face of Ediff control frame.
4653
d5483ab1
GM
4654 * replace.el (query-replace-map): Bind `e' like `E'.
4655
9d47450f
EZ
46562000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
4657
3a4f3f86
SM
4658 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
4659 Change name to "Select All".
496b7491 4660
9d47450f
EZ
4661 * dos-fns.el (convert-standard-filename): Fix last change.
4662
0b431deb
GM
46632000-06-27 Gerd Moellmann <gerd@gnu.org>
4664
4fa9f636
GM
4665 * help.el (describe-variable): Don't insert a second `'s' in front
4666 of the string `value is shown below'. Since the syntax-table is
4667 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
4668 an existing `'s', so that this won't be deleted.
4669
0b431deb
GM
4670 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
4671 * pcmpl-unix.el: New files.
4672
32cad0aa
SM
46732000-06-26 Stefan Monnier <monnier@cs.yale.edu>
4674
4675 * wid-edit.el (widget-member): Use the new plist-member.
4676
2c69ced2
GM
46772000-06-26 Gerd Moellmann <gerd@gnu.org>
4678
44c0f771
GM
4679 * replace.el (perform-replace): Undo change of 2000-04-04.
4680 Instead, move backward 1 character at the end of the loop when
4681 necessary.
34342a07 4682
1d36487c
GM
4683 * faces.el (fringe): Change face for different backgrounds.
4684
4685 * eshell/esh-module.el (toplevel): Load defgroup's differently;
4686 patch from John.
4687
2c69ced2
GM
4688 * eshell/*.el: Change spelling of the Free Software Foundation.
4689
4690 * eshell/esh-toggle.el: Removed.
4691
4692 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
4693
4694 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
4695 interactively.
4696
46972000-06-26 Alex Schroeder <alex@gnu.org>
4698
4699 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
4700 `define-key'; instead of checking `(emacs-version)' check for
4701 `set-keymap-parent' and `set-keymap-name' directly. Add entries
4702 for `;' and `o' which might be electric.
4703
4704 (sql-electric-stuff): New user option.
4705 (sql-magic-go): New function which uses `sql-electric-stuff'.
4706 (sql-magic-semicolon): New function which uses
4707 `sql-electric-stuff'.
4708
4709 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
4710 is not fboundp.
4711
4712 (sql-oracle-options): New variable.
4713 (sql-oracle): Use it.
4714
4715 (sql-imenu-generic-expression): Doc change.
4716 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
4717 is used.
4718
4719 (sql-informix): Added command line parameter "-" to force
4720 sql-informix-program to use stdout.
4721
db1306d8
EZ
47222000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4723
3a4f3f86 4724 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
4725 (cp864-decode-table): Doc fix.
4726 (cp720-decode-table): New variable, supports the Arabic OEM
4727 codepage used by Windows.
4728 (cp737-decode-table): New, Greek OEM codepage used by Windows.
4729
c69e5fcd
DL
47302000-06-23 Dave Love <fx@gnu.org>
4731
4732 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
4733 (font-lock-fontify-anchored-keywords): Use
4734 line-beginning-position.
4735 (global-font-lock-mode): Use mapc.
4736
30ad8f23
SM
47372000-06-23 Stefan Monnier <monnier@cs.yale.edu>
4738
4739 * eshell/esh-module.el: Require CL when compiling.
4740
26b4dc84
GM
47412000-06-23 Gerd Moellmann <gerd@gnu.org>
4742
78c56e70
GM
4743 * comint.el (comint-substitute-in-file-name): Call replace-match
4744 with second and third arg t.
4745
34342a07 4746 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
4747 Specify foreground color.
4748
4749 * faces.el (tool-bar, mode-line, header-line): Specify foreground
4750 color.
4751
affbf647
GM
4752 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
4753
4754 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
4755 cddr instead of cdddr.
4756
25fffb31
GM
4757 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
4758 instead of copy-list.
4759
4760 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
4761 of copy-list.
4762
26b4dc84
GM
4763 * subdirs.el: Add eshell subdirectory.
4764
4765 * eshell: New subdirectory containing the Eshell package.
4766
4767 * pcomplete.el: New file.
4768
78c56e70
GM
47692000-06-23 Paul Eggert <eggert@twinsun.com>
4770
ea055732
GM
4771 * mail/mailpost.el (post-mail-send-it): Make sure file has
4772 proper permissions from birth.
4773
4774 * files.el (basic-save-buffer-2): When temporarily setting
4775 file modes, set them to current modes plus 0200, not to 0777.
4776
78c56e70
GM
4777 * emerge.el (emerge-make-temp-file): Make sure file has proper
4778 permissions from birth.
4779
a3a7ff33
EZ
47802000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4781
4782 * files.el (make-backup-file-name-1): On DOS/Windows, run the
4783 backup file name through convert-standard-filename.
4784
4785 * dos-fns.el (convert-standard-filename): Convert leading
4786 directories as well. When long file names are supported, convert
4787 characters that are invalid in Windows file names.
4788
1fd9b7fe
GM
47892000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4790
4791 * ps-print.el: Fix bug: if ^L is the very first buffer character,
4792 ps-print crashes. New feature: page selection for printing. Create
4793 raw-text-unix coding system for XEmacs. Doc fix.
4794 (ps-print-version): New version number (5.2.3).
4795 (ps-plot-region): Bug fix.
4796 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
4797 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
4798 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
4799 funs.
4800 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
4801 (ps-last-page): New vars.
4802
16ed8416
GM
48032000-06-21 Gerd Moellmann <gerd@gnu.org>
4804
4805 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
4806 empty option string.
4807
4fbee715
EZ
48082000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4809
4810 * man.el (man): Doc fix.
4811
eaecfc94
KH
48122000-06-21 Kenichi Handa <handa@etl.go.jp>
4813
4814 * international/mule-cmds.el (set-language-info-alist): Docstring
4815 fixed.
4816
4a27bdfb
GM
48172000-06-20 Gerd Moellmann <gerd@gnu.org>
4818
4819 * version.el (emacs-version): Use ISO date format.
4820
4821 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
4822 instead of `M-backspace'.
4823
4824 * simple.el (turn-off-auto-fill): New function.
4825
8972fe79
SM
48262000-06-20 Stefan Monnier <monnier@cs.yale.edu>
4827
4828 * jit-lock.el (with-buffer-prepared-for-jit-lock):
4829 Renamed from with-buffer-prepared-for-font-lock and use
4830 inhibit-modification-hooks rather than setting *-change-functions.
4831 Update all functions to use the new name.
4832 (jit-lock-first-unfontify-pos): New semantics (and doc).
4833 (jit-lock-mode): Make non-interactive.
4834 Don't automatically turn on font-lock.
4835 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
4836 Always use jit-lock-after-change.
4837 Remove and restore font-lock-after-change-function.
4838 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
4839 (jit-lock-after-unfontify-buffer): Remove.
4840 (jit-lock-stealth-fontify):
4841 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
4842 (jit-lock-after-change): Set the `fontified' text-prop to nil.
4843
5d80cc9c
SS
48442000-06-20 Sam Steingold <sds@gnu.org>
4845
4846 * emacs-lisp/cl-indent.el (toplevel): Indent
4847 `print-unreadable-object' properly. Untabify.
4848
f54e4d13
CD
48492000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
4850
4851 * textmodes/reftex.el (reftex-find-citation-regexp-format):
4852 Support for bibentry.
4853 (reftex-compile-variables): Fixed problem with end of section-re.
4854
4855 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
4856 reftex-view-crossref-from-bibtex):
4857 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
4858 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
4859 Replaced `remprop' with `put'.
8972fe79
SM
4860 (reftex-view-crossref, reftex-view-crossref-when-idle):
4861 Support for bibentry.
f54e4d13 4862
8972fe79
SM
4863 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4864 New entry for bibentry package.
f54e4d13 4865
8972fe79
SM
4866 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
4867 Regexp also matches "\nobibliography".
f54e4d13 4868
8972fe79
SM
4869 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
4870 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
4871 (reftex-ensure-write-access): New function.
4872
f54e4d13
CD
48732000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
4874
4875 * progmodes/idlwave.el: File re-installed (update to version 4.2)
4876
4877 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
4878
4879 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
4880
4881 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
4882
4883
560c43f4
DL
48842000-06-20 Dave Love <fx@gnu.org>
4885
4886 * faces.el (frame-background-mode): Use set-default, not set, in
4887 setter.
4888 (frame-update-faces, frame-update-face-colors): Define with
4889 defalias.
4890
4891 * enriched.el (enriched-decode-foreground)
4892 (enriched-decode-background): Don't use internal-find-face.
4893
4894 * apropos.el: Doc fixes.
4895
4896 * cus-edit.el (customize-changed-options): Check arg.
4897 (customize-version-lessp): Don't require decimal point.
4898
4899 * custom.el (defcustom, defgroup): Doc fix.
4900
4901 * newcomment.el (comment) <defgroup>: Add :version.
4902 (comment-multi-line): Doc fix.
4903
4904 * emulation/mlsupport.el (define-hooked-local-abbrev,
4905 define-hooked-global-abbrev): Fix, using define-abbrev.
4906
cdf0357b
GM
49072000-06-19 Gerd Moellmann <gerd@gnu.org>
4908
4909 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
4910 the whole buffer.
4911
10013d74
DL
49122000-06-19 Dave Love <fx@gnu.org>
4913
4914 * menu-bar.el (menu-bar-options-save): New function.
4915 (menu-bar-options-menu): Use it.
4916 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
4917 Simplify.
4918
6922f208
AS
49192000-06-19 Andreas Schwab <schwab@suse.de>
4920
4921 * progmodes/etags.el (tags-query-replace): Put new parameters
4922 START and END at the end, for backward compatibility.
4923
10d7bf84
KH
49242000-06-19 Kenichi Handa <handa@etl.go.jp>
4925
4926 * international/codepage.el:
4927 (cp-coding-system-for-codepage-1): Delete special codes for
4928 generating xxx-dos coding system because now a CCL based coding
4929 system can handle EOL conversion by default.
4930
4931 * international/mule.el (make-coding-system): Generate subsidiary
4932 coding systems for EOL handling variants even for a CCL based
4933 coding system.
4934
8f3c9a3d
KH
49352000-06-19 Kenichi Handa <handa@etl.go.jp>
4936
4937 * international/isearch-x.el (isearch-minibuffer-input-method)
4938 (isearch-minibuffer-input-method-function): These variables
4939 deleted.
4940 (isearch-with-input-method): Don't use the above variables.
4941 (isearch-process-search-multibyte-characters): Likewise. Call
4942 read-string with the arg INHERIT-INPUT-METHOD t.
4943
c2acf685
SM
49442000-06-17 Stefan Monnier <monnier@cs.yale.edu>
4945
13f0d185
SM
4946 * font-lock.el (font-lock-after-fontify-buffer)
4947 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
4948
4949 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
4950 Use consistent make-local-variable style for font-lock-fontified.
4951 (jit-lock-fontify-buffer):
4952 Don't bother checking for font-lock-mode and jit-lock-mode.
4953
c2acf685
SM
4954 * time.el: Remove trailing ^M that prevent CVS-merging.
4955
a9021acd
GM
49562000-06-16 Gerd Moellmann <gerd@gnu.org>
4957
4958 * Makefile.in (distclean): New target.
5d80cc9c 4959
0df68e9f
SM
49602000-06-16 Stefan Monnier <monnier@cs.yale.edu>
4961
4962 * Makefile.in (srcdir): Define for update-subdirs.
4963
6344985d
GM
49642000-06-16 Gerd Moellmann <gerd@gnu.org>
4965
4966 * find-lisp.el: New file.
4967
63239267
AI
49682000-06-16 Andrew Innes <andrewi@gnu.org>
4969
4970 * time.el (display-time-mail-function): New variable, to allow
4971 external packages to indicate when new mail is available.
4972 (display-time-update): Use it.
4973
1699f991
KH
49742000-06-16 Kenichi Handa <handa@etl.go.jp>
4975
a3b37893
KH
4976 * international/mule.el (mule-version): Change version name to
4977 SAKAKI. AOI has already been used by Meadow.
4978
1699f991
KH
4979 * international/quail.el (quail-show-guidance-buf): To find the
4980 bottom window (but minibuffer), pay attention to the height of
4981 minibuffer.
4982
228b083e
EZ
49832000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4984
7d5c8691
EZ
4985 * arc-mode.el (archive-mode-map): Use the new menu-item format for
4986 menu-bar menus. Add help strings. Don't remove the Edit menu
4987 from the menu bar, as the menu bar has enough space now.
4988
261f3289
EZ
4989 * Makefile.in (SHELL): Make sure /bin/sh is used.
4990
228b083e
EZ
4991 * woman.el (woman-man-buffer): Fix bold and underlined CJK
4992 characters, which use series of two ^H characters instead of one.
4993
e27e8d71
GM
49942000-06-15 Gerd Moellmann <gerd@gnu.org>
4995
5d80cc9c 4996 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 4997 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 4998 functions.
451ec4e3
GM
4999 (Info-find-node-2): Try a case-sensitive search first, then
5000 do a case-insensitive search.
5001
5002 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
5003 tutorials.
5004
b675095c
GM
5005 * complete.el (PC-env-vars-alist): New variable.
5006 (PC-complete-as-file-name): New function.
5007 (partial-completion-mode): Initialize PC-env-vars-alist from
5008 process-environment.
5009 (PC-do-completion): Handle completion of env vars.
5010
5011 * info.el (Info-set-mode-line): Show file name in mode line,
5012 use `*Info*' instead of `Info:'.
5013
e27e8d71
GM
5014 * startup.el (command-line-1): Change copyright messages to year
5015 2000.
5016
28223a7e
DL
50172000-06-15 Dave Love <fx@gnu.org>
5018
5019 * net/goto-addr.el (goto-address-fontify): Use keymap property,
5020 not local-map.
5021
32684631
KH
50222000-06-15 Kenichi Handa <handa@etl.go.jp>
5023
5024 * international/mule.el (set-buffer-file-coding-system): Almost
5025 rewritten to handle `undecided' as no-op.
5026
9f817ea4
GM
50272000-06-14 Gerd Moellmann <gerd@gnu.org>
5028
e27e8d71 5029 * Makefile.in: New file.
dce6b995
GM
5030
5031 * Makefile: Removed.
5032
9f817ea4
GM
5033 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
5034 (goto-address-highlight-keymap): Bind C-c RET.
5035
2de33f94
KH
50362000-06-14 Kenichi Handa <handa@etl.go.jp>
5037
bbf1e8a5
KH
5038 * mail/sendmail.el (sendmail-send-it): The temporary buffer
5039 inherits buffer-file-coding-system of the current buffer.
725a6897 5040
02891cc3
KH
5041 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
5042 0. Give correct argument to set-auto-coding-function.
5043 (tar-expunge): For goto-char, use (point-min), not 0.
5044 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
5045 (tar-subfile-save-buffer): Likewize.
5046
2de33f94
KH
5047 * international/mule.el
5048 (after-insert-file-set-buffer-file-coding-system): Call
5049 set-buffer-file-coding-system with the arg FORCE t.
5050
1681ead6
GM
50512000-06-13 Gerd Moellmann <gerd@gnu.org>
5052
5053 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
5054 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 5055 the sender is set with `-f'.
1681ead6 5056
fdf4b680
DL
50572000-06-13 Dave Love <fx@gnu.org>
5058
9c50afce
DL
5059 * help.el (describe-function-1): Kluge around cases of functions
5060 fset to subrs whose doc doesn't match their symbol-name.
5061
0ad550ba 5062 * image.el (insert-image): Default STRING to a space.
f290ca08 5063
fdf4b680 5064 * info.el Doc fixes.
5d80cc9c 5065 (Info-build-node-completions): Match Ref tags.
fdf4b680 5066
9b6610db
EZ
50672000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
5068
a704139d
EZ
5069 * frame.el (display-multi-frame-p, display-multi-font-p): New
5070 defaliases for display-graphic-p.
5071
9b6610db
EZ
5072 * hl-line.el: Fixed a typo in commentary.
5073
7a5ea398
KH
50742000-06-13 Kenichi Handa <handa@etl.go.jp>
5075
5076 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
5077 fixed.
5078
0dc91c57
DL
50792000-06-12 Dave Love <fx@gnu.org>
5080
5081 * image.el (insert-image): Save a little consing.
5082
0bd5914b
KH
50832000-06-12 Kenichi Handa <handa@etl.go.jp>
5084
5085 * language/tibet-util.el: Convert all tibetan-1-column characters
5086 to the corresponding tibetan characters.
5087 (tibetan-add-components): Delete code for the special treatment of
5088 'a chung.
5089
5090 * language/tibetan.el (tibetan-composable-pattern): Fix previous
5091 change.
5092 (tibetan-vowel-transcription-alist): More rules added.
5093 (tibetan-composite-vowel-alist): New variable.
5094 (tibetan-precomposition-rule-alist): More rules added.
5095
6dc7d3d5
SM
50962000-06-12 Stefan Monnier <monnier@cs.yale.edu>
5097
9c04c393
SM
5098 * startup.el (command-line): Only call menu-bar-mode if interactive.
5099
5100 * thingatpt.el (toplevel symbol-properties):
5101 * textmodes/makeinfo.el (makeinfo-compile):
5102 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 5103 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 5104 (hide-ifdef-use-define-alist):
5d80cc9c 5105 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
5106 (ange-ftp-vms-add-file-entry):
5107 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
5108 * man.el (Man-build-man-command):
5109 * mail/rnewspost.el (news-reply-header-hook):
5110 * info.el (Info-insert-dir):
5111 * emulation/mlconvert.el (backward-word, forward-word, setq):
5112 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
5113 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
5114 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
5115 (byte-optimize-apply, end of file):
5116 * emacs-lisp/advice.el (ad-advice-class-completion-table)
5117 (ad-make-freeze-definition):
5118 * startup.el (command-line, command-line-1): Don't quote lambdas.
5119
6dc7d3d5
SM
5120 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
5121 (cvs-cleanup-removed): New function.
5122 (cvs-cleanup-functions): New var.
5123 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
5124 some flexibility in specifying additional entries to auto-cleanup.
5125 (cvs-quickdir): New function.
5126 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
5127 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
5128 (cvs-mode-find-file): Check that we are on a filename or dirname
5129 when invoked through a mouse-click.
5130 (cvs-full-path): Remove.
5131 (cvs-dired-action): Re-introduced.
5132 (cvs-dired-noselect): Use it.
5133 (vc-post-command-functions): use this new hook if available.
5134
5135 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
5136 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
5137 (cvs-filename-map, cvs-dirname-map): Remove.
5138 (cvs-default-action): Remove.
5139 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
5140 if the arg is really a keymap.
5141 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
5142 Don't hardcode the mapping from state (aka type) to face, but check
5143 the var cvs-fi-<type>-face instead.
5144 (cvs-fileinfo-from-entries): New function.
5145
5146 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
5147 Docstring fix.
5148 (cvs-find-file-and-jump): Change default to be safer.
5149 (cvs-mode-diff-map): Define it as a function as well.
5150 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
5151 Bind mouse-2 in this global map rather than with text-properties.
5152
5153 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
5154 file to resolve the ambiguity between C(conflict) and C(need-merge).
5155
5050a2ef
KH
51562000-06-12 Kenichi Handa <handa@etl.go.jp>
5157
5158 * international/mule.el (set-buffer-file-coding-system): If
5159 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
5160 unconditionally.
5161
35a7ac84
DL
51622000-06-12 Dave Love <fx@gnu.org>
5163
5164 * wid-edit.el (widget-specify-button): Really suppress the face if
5165 required.
5166
db8eeecd
GM
51672000-06-11 Gerd Moellmann <gerd@gnu.org>
5168
5169 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
5170
70223ca4
SM
51712000-06-11 Stefan Monnier <monnier@cs.yale.edu>
5172
5173 * imenu.el (imenu-generic-expression): Docstring fix.
5174
5175 * composite.el (composition-function-table): Move the `put'
5176 below the autoload cookie so we can load the file before loaddefs.
5177
5178 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
5179
5180 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
5181 Handle easy-mmode-define-global-mode.
5182 For complex macros like define-minor-mode that can generate
5183 several autoload entries, try to autoload entries in the
5184 macroexpanded code.
5185
5186 * emacs-lisp/easy-mmode.el (define-minor-mode):
5187 If KEYMAP is a symbol, just use it.
5188 Use byte-compile-current-file and load-file-name to infer the
5189 proper :require to pass to defcustom.
5190 Wrap the hook var into `progn' so as not to autoload it.
5191 Add a :autoload-end cookie.
5192 Be more careful about the evaluation of KEYMAP.
5193 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
5194 (define-derived-mode): Move define-abbrev-table outside of defvar.
5195
51962000-06-10 Stefan Monnier <monnier@cs.yale.edu>
5197
5198 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
5199 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
5200 (backup-compiled-files): Ignore errors during `tar'.
5201 (bootstrap): Make autoloads before elc files.
5202
9c53b34e
KH
52032000-06-10 Kenichi Handa <handa@etl.go.jp>
5204
5205 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 5206 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
5207
5208 * international/mule-conf.el (unix): New alias for the coding
5209 system undecided-unix.
5210
22ddd299
DL
52112000-06-09 Dave Love <fx@gnu.org>
5212
5ee42746
DL
5213 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
5214
70223ca4 5215 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
5216 (executable-insert): Change custom type.
5217 (executable-find): Add autoload cookie.
cc7e1d18
DL
5218 (executable-make-buffer-file-executable-if-script-p): New
5219 function. After Noah Friedman.
22ddd299
DL
5220
5221 * files.el (after-save-hook): Customize, with
cc7e1d18 5222 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 5223
41ea3794
KH
52242000-06-09 Kenichi Handa <handa@etl.go.jp>
5225
f89437e3
KH
5226 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
5227 "tib24p-mule.bdf" for Tibetan.
5228
7a4ee259
KH
5229 * composite.el (decompose-composite-char): Declare it as obsolete.
5230
ff6a65c2
KH
5231 * man.el (Man-fontify-manpage): Pay attention to underline and
5232 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 5233
f83fe4b4
GM
52342000-06-08 Gerd Moellmann <gerd@gnu.org>
5235
5236 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
5237 Set maintainer to FSF since author isn't reachable.
5238
e56d7900
DL
52392000-06-08 Dave Love <fx@gnu.org>
5240
5241 * international/mule-cmds.el (select-safe-coding-system): If
5242 DEFAULT-CODING-SYSTEM is not specified, also check the most
5243 preferred coding-system if buffer-file-coding-system is
5244 `undecided'. From Handa.
5245
d3981b49
KH
52462000-06-08 Kenichi Handa <handa@etl.go.jp>
5247
5248 * international/mule.el
5249 (after-insert-file-set-buffer-file-coding-system): If the buffer
5250 size is greater than INSERTED, judget that we are not visiting.
5251
bff71087
RV
52522000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
5253
5254 * whitespace.el (defgroup whitespace): Comment out `:version'.
5255 XEmacs 20.4 has problems defining the group with this present.
5256 We'll have this commented out till get resolve the problem.
5257
45f485a6
GM
52582000-06-07 Gerd Moellmann <gerd@gnu.org>
5259
5260 * align.el: Update from author.
5261
52622000-06-07 Jari Aalto <jari.aalto@poboxes.com>
5263
5264 * apropos.el (apropos-mode-hook): New user variable.
5265 (apropos-mode): Run apropos-mode-hook.
bff71087 5266
45f485a6
GM
52672000-06-07 David Ponce <david@dponce.com>
5268
5269 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
5270 commands. Require `wid-edit' at run-time.
5271
52722000-06-07 David Ponce <david@dponce.com>
5273
5274 * recentf.el: Added some "Commentary".
5275 (recentf-open-more-files, recentf-edit-list): Minor changes to
5276 move the point at the top of the file list. This behaviour is
5277 consistent with the menu one when the list contains a lot of
5278 files.
5279 (recentf-cleanup): Now displays the number of items removed from
5280 the list.
5281 (recentf-relative-filter) New menu filter to show filenames
5282 relative to `default-directory'.
bff71087 5283
45f485a6
GM
52842000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5285
5286 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
5287 with/without giving an error if PostScript printer doesn't have this
5288 kind of page size. Zebra Stripe continues or restarts on next page.
5289 Manual/automatic paper feeding. Switch or not the header.
5290 (ps-print-version): New version number (5.2.2).
5291 (ps-windows-system): Include emx as a Windows system.
5292 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
5293 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
5294 (ps-background-text): Code fix.
5295 (ps-error-handler-message, ps-user-defined-prologue)
5296 (ps-print-prologue-header, ps-printer-name)
5297 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
5298 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
5299 (ps-use-face-background): Customization fix.
5300 (ps-n-up-database): Data fix.
5301 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
5302 (ps-switch-header): New vars.
5303 (ps-xemacs-color-name, ps-face-foreground-name)
5304 (ps-face-background-name, ps-boolean-constant): New funs.
5305
c14dcd22
DL
53062000-06-07 Dave Love <fx@gnu.org>
5307
5308 * allout.el: New version from Manheimer.
5309
e4044bb0
KH
53102000-06-07 Kenichi Handa <handa@etl.go.jp>
5311
5312 * textmodes/fill.el (fill-find-break-point): Check the validity of
5313 charset.
5314
59cfe8b9
KF
53152000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5316
5317 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5318 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5319 Call display-color-p and display-mouse-p instead of looking at
5320 window-system.
5321
bb2337f5
DL
53222000-06-06 Dave Love <fx@gnu.org>
5323
5324 * image.el (find-image): Doc fix. Return nil if image not found.
5325 (put-image, insert-image): Make STRING arg optional.
5326
8e624fa2
KH
53272000-06-06 Kenichi Handa <handa@etl.go.jp>
5328
5329 * language/vietnamese.el: Remove eval-when-compile.
5330 (viet-viscii-nonascii-translation-table): Define it as a
5331 translation table made from viet-viscii-decode-table.
5332 (viet-viscii-encode-table): Define it as a translation table made
5333 from the reverse map of above.
5334 (viet-vscii-nonascii-translation-table): Define it as a
5335 translation table made from viet-vscii-decode-table.
5336 (viet-vscii-encode-table): Define it as a translation table made
5337 from the reverse map of above.
5338 (ccl-decode-viscii): Use translate-character.
5339 (ccl-encode-viscii, ccl-encode-viscii-font)
5340 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
5341 Likewize.
bff71087 5342
8e624fa2
KH
5343 * language/cyrillic.el: Remove eval-when-compile.
5344 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
5345 translation table made from cyrillic-koi8-r-decode-table.
5346 (cyrillic-koi8-r-encode-table): Define it as a translation table
5347 made from the reverse map of above.
5348 (ccl-decode-koi8): Use translate-character.
5349 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
5350 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
5351 a translation table made from cyrillic-alternativnyj-decode-table.
5352 (cyrillic-alternativnyj-encode-table): Define it as a translation
5353 table made from the reverse map of above.
5354 (ccl-decode-alternativnyj): Use translate-character.
5355 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
5356 Likewize
5357
5358 * international/mule-diag.el (non-iso-charset-alist): Specify
5359 translation table symbol instead of translation table itself.
5360 (list-block-of-chars): CHARSET may be a translation table symbol.
5361
5362 * international/mule.el (make-coding-system): If CODING-SYSTEM
5363 already exists, override it.
5364
5365 * international/fontset.el: Use family `proportional' for Tibetan
5366 fonts.
5367
5368 * international/ccl.el (ccl-compile-translate-character): Don't
5369 check if Rrr has property translation-table.
5370 (ccl-compile-map-multiple): Modified to avoid compiler warning.
5371
1969fae2
GM
53722000-06-05 Gerd Moellmann <gerd@gnu.org>
5373
5374 * info.el: Bind case-fold-search to t when searching in case
5375 a user sets it to nil in a hook.
5376
d5b037c5
SM
53772000-06-05 Stefan Monnier <monnier@cs.yale.edu>
5378
d3d02e65
SM
5379 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5380 * hl-line.el (hl-line-mode): Use the new :global key argument.
5381
5382 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
5383 (tar-clip-time-string): Prepend a space.
5384 (tar-grind-file-mode): Construct a string rather than modifying one.
5385 (tar-header-block-summarize): Fix docstring.
5386 Use `format' rather than an error-prone set of copy-loops.
5387
5388 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
5389 (diff-goto-source, diff-unified->context, diff-context->unified)
5390 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
5391 understand the format output by the `-p' argument to diff.
5392
bff71087 5393 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
5394 (sh-re-done): Use defconst.
5395 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
5396 (sh-help-string-for-variable, sh-guess-basic-offset):
5397 Don't quote lambdas.
5398 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
5399 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
5400
f7c4478f
SM
5401 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
5402 (mh-letter-mode): Derive from text-mode.
5403 This implicitly means that it now calls kill-all-local-variables.
5404 Also remove the Emacs-18 compatibility code.
5405
a8add29d
SM
5406 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
5407 Make use of symbol-property doc-string-elt.
5408 Use memq rather than a sequence of eq.
5409 (doc-string-elt): Fix the wrong or missing previously unused values.
5410 (autoload-print-form): New function extracted from
5411 generate-file-autoloads to allow recursion when handling progn
5412 so that defvar's and defun's docstrings are properly printed.
5413 (generate-file-autoloads): Use it.
5414
d5b037c5
SM
5415 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
5416 Use find-file-hooks in the minor-mode function.
5417 Be careful not to loop indefinitely in the post-command-hook function.
5418
560ef11a 54192000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 5420
1969fae2 5421 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 5422 tty's.
1969fae2 5423 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 5424 differences whenever appropriate.
1969fae2
GM
5425 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
5426 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
5427 wildcards.
5428
b5bbbb76
SM
54292000-06-04 Stefan Monnier <monnier@cs.yale.edu>
5430
d5b037c5
SM
5431 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
5432 (jit-lock-fontify-buffer): New function for JIT refontification.
5433 (jit-lock-mode): Fix docstring.
5434 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
5435 Remove jit-lock-after-change from the _local_ hook.
5436 (jit-lock-function-1): Fix docstring.
5437
5438 * info.el (Info-on-current-buffer): Initialize info.
5439
5440 * newcomment.el (comment-indent): Ignore comment-indent-hook.
5441
5442 * progmodes/tcl.el (tcl-indent-for-comment):
5443 Ignore comment-indent-hook.
5444
5445 * emacs-lisp/easy-mmode.el: Require CL during compilation.
5446 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
5447 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
5448 and improve to use the lighter to guess the capitalization.
5449 (define-minor-mode): Inline code from easy-mmode-define-toggle.
5450 Add keyword arguments to specify global-ness or the custom group.
5451 Add local-map and help-echo properties to the lighter.
5452 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 5453 (easy-mmode-define-global-mode): New macro.
b5bbbb76 5454
bfa6c260
DL
54552000-06-02 Dave Love <fx@gnu.org>
5456
5457 * wid-edit.el: byte-compile-dynamic since we typically don't use
5458 all the widgets. Don't require cl or widget. Remove
5459 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
5460 (widget-read-event): Removed. Callers changed to use read-event.
5461 (widget-button-release-event-p): Renamed from
5462 button-release-event-p.
5463 (widget-field-add-space, widget-field-use-before-change):
5464 Uncustomize.
5465 (widget-specify-field): Use keymap property, not local-map.
5466 (widget-specify-button): Obey :suppress-face.
5467 (widget-specify-insert): Use modern backquote syntax.
5468 (widget-image-directory): Renamed from widget-glyph-directory.
5469 (widget-image-enable): Renamed from widget-glyph-enable.
5470 (widget-image-find): Replaces widget-glyph-find.
5471 (widget-button-pressed-face): Move defvar.
5472 (widget-image-insert): Replaces widget-glyph-insert.
5473 (widget-convert): Use keywordp.
5474 (widget-leave-text, widget-children-value-delete): Use mapc.
5475 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 5476 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
5477 (widget-button-click): Don't set point at the click, but re-centre
5478 if we scroll out of window. Rewritten for images v. glyphs &c.
5479 (widget-tabable-at): Use POS arg, not point.
5480 (widget-beginning-of-line, widget-end-of-line)
5481 (widget-item-value-create, widget-sublist, widget-princ-to-string)
5482 (widget-sexp-prompt-value, widget-echo-help): Simplify.
5483 (widget-default-create): Use widget-image-insert; some rewriting.
5484 (widget-visibility-value-create)
5485 (widget-push-button-value-create, widget-toggle-value-create): Use
5486 widget-image-insert.
5487 (checkbox): Create on and off images dynamically.
5488 (documentation-link): Change :help-echo.
5489 (widget-documentation-link-echo-help): Remove.
5490
3837de12
SM
54912000-06-02 Stefan Monnier <monnier@cs.yale.edu>
5492
5493 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
5494
5495 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
5496 (easy-mmode-define-toggle, define-minor-mode): Use it.
5497 (easy-mmode-define-keymap): Docstring fix.
5498 (define-derived-mode): Default PARENT to fundamental-mode.
5499 Add the derived-mode-parent symbol-property.
5500 (easy-mmode-derived-mode-p): New function.
5501
90aa4ea8
DL
55022000-06-02 Dave Love <fx@gnu.org>
5503
37193ee6
DL
5504 * files.el (convert-standard-filename): Doc fix.
5505 (normal-backup-enable-predicate): New function.
5506 (backup-enable-predicate): Use it to replace the lambda form.
5507
5508 * calendar/todo-mode.el: [This needs more work on the outline
5509 stuff.] Doc fixes.
5510 (todo) <defgroup>: Add :version.
5511 (todo-add-category): Don't use pushnew.
5512 (todo-cmd-raise): Fix typo.
5513 (todo-top-priorities): Change temp buffer name.
5514 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
5515 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
5516 Use outline-next-heading.
37193ee6 5517
90aa4ea8
DL
5518 * autoarg.el: Rewritten to use define-minor-mode.
5519 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
5520 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
5521
2e54623a
KH
55222000-06-02 Kenichi Handa <handa@etl.go.jp>
5523
5524 * isearch.el (isearch-other-meta-char): Fix previous change.
5525
c5def0db
SM
55262000-06-01 Stefan Monnier <monnier@cs.yale.edu>
5527
3837de12
SM
5528 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
5529 (log-edit-done): Only add the comment to the ring if it's different
5530 from the last comment entered.
5531
c5def0db
SM
5532 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
5533
2330c9d4
DL
55342000-06-01 Dave Love <fx@gnu.org>
5535
5536 * hl-line.el: Rewritten using define-minor-mode.
5537
5538 * help.el (describe-function-1): Distinguish special form from
5539 builtin function. Sanity-check presence of arglist for builtins.
5540
6e5dfc31
KH
55412000-06-01 Kenichi Handa <handa@etl.go.jp>
5542
4dc1225b
KH
5543 * international/characters.el: Fix syntax/category setting of
5544 Tibetan characters.
5545
5546 * language/tibet-util.el (tibetan-add-components): Fixes for new
5547 encoding of Tibetan characters.
5548 (tibetan-decompose-precomposition-alist): New variable.
5549 (tibetan-decompose-region): Convert precomposed characters to
5550 non-precomposed characters.
5551 (tibetan-decompose-string): Likewise.
5552 (tibetan-composition-function): Fix args to
5553 thibetan-compose-string.
5554
5555 * language/tibetan.el (tibetan-composable-pattern): More
5556 characters included.
5557 (tibetan-consonant-transcription-alist): Rule for "R" added.
5558 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
5559 "+R" added.
5560 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
5561
eadef5e6
KH
5562 * language/lao-util.el (lao-composition-function): Fix args to
5563 compose-string.
5564
5565 * language/thai-util.el (thai-composition-function): Fix args to
5566 compose-string.
5567
6e5dfc31 5568 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
5569 to prevent the point moving to the end of a composition when a
5570 part of a composition is searched.
6e5dfc31
KH
5571 (isearch-other-meta-char): If the key invoking this command can be
5572 mapped by function-key-map to a printing char, call
5573 isearch-process-search-char directly.
5574
2598a293
SM
55752000-06-01 Stefan Monnier <monnier@cs.yale.edu>
5576
5577 * emacs-lisp/bytecomp.el:
5578 * frame.el:
5579 * international/mule-cmds.el:
5580 * international/mule-util.el:
5581 * international/mule.el:
5582 * mouse.el:
5583 * subr.el:
5584 * faces.el: Update calls to make-obsolete with a WHEN argument.
5585
5586 * byte-run.el (make-obsolete, make-obsolete-variable):
5587 Add an optional WHEN argument and change the format of the
bff71087 5588 symbol-property information.
2598a293
SM
5589 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
5590 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
5591 new obsolete-symbol-property format and print WHEN if it is provided.
5592
28d8dff1
DL
55932000-05-31 Dave Love <fx@gnu.org>
5594
5595 * loadhist.el (loadhist-hook-functions): Remove
5596 before-change-function, after-change-function.
5597 (unload-feature): Deal with symbols which are both bound and
5598 fbound.
5599
5600 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
5601 before-change-function, after-change-function.
5602
5603 * simple.el (newline): Don't bind before-change-function,
5604 after-change-function.
5605
7f565d87
RV
56062000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
5607
5608 * whitespace.el (whitespace-rescan-timer-time): Update interval
5609 set to 600 seconds (10 minutes) instead of 60 seconds since
5610 a large number of whitespace buffers causes emacs to `freeze'
5611 for a considerable amount of time.
5612
bff71087 5613 * whitespace.el: Updated email address
7f565d87 5614
a8d693d8
DL
56152000-05-31 Dave Love <fx@gnu.org>
5616
5617 * add-log.el (change-log-font-lock-keywords) <function>: Add
5618 pattern for function of change.
5619 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
5620 acknowledgements patterns.
5621
a50192e7
KH
56222000-05-31 Kenichi Handa <handa@etl.go.jp>
5623
5624 * isearch.el (isearch-printing-char): If keyboard coding system is
5625 being used, call isearch-process-search-multibyte-characters.
5626
5627 * international/isearch-x.el: Mostly rewritten.
5628
5629 * international/quail.el (quail-start-conversion): Don't include
5630 unhandled events in the returned events, but set them in
5631 unread-command-events. Exit if all inputs are deleted.
5632
7e492772
JR
56332000-05-30 Jason Rumney <jasonr@gnu.org>
5634
5635 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
5636
5637 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
5638 Reenable code to create initial fontsets.
5639 Use set-fontset-font in place of put-charset-property.
5640
10fc3187
GM
56412000-05-30 Gerd Moellmann <gerd@gnu.org>
5642
79148ea7
GM
5643 * progmodes/perl-mode.el (perl-indent-line): When looking for a
5644 label, ensure that the first colon isn't followed by another.
5645
5646 * paths.el (Info-default-directory-list): Doc fix.
5647
086d5b87
GM
5648 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
5649 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
5650 send a query containing USER only, not USER@HOST.
5651
10fc3187
GM
5652 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
5653 and rmail-msgend to compute the restriction at the end, instead of
5654 computing it.
5655
49e70dec
GM
56562000-05-29 Gerd Moellmann <gerd@gnu.org>
5657
66254a13
GM
5658 * dabbrev.el (dabbrev-expand): Don't display messages in the
5659 echo area if the minibuffer window is active.
5660
49e70dec
GM
5661 * jit-lock.el (jit-lock-mode): Add after change function to
5662 local hook.
5663
56642000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
5665
5666 * antlr-mode.el: New commands: hide/unhide actions,
5667 upcase/downcase literals.
5668 (antlr-tiny-action-length): New user option.
5669 (antlr-hide-actions): New command. Suggested by
5670 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 5671 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
5672 (antlr-mode-menu): New entries.
5673 (antlr-downcase-literals): New command.
5674 (antlr-upcase-literals): Ditto.
5675
5676 * antlr-mode.el: Minor changes: indendation, mode-name.
5677 (antlr-indent-line): Indent cpp directive at column 0.
5678 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
5679
5680 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
5681 (antlr-font-lock-additional-keywords): Workaround for intentional
5682 bug in XEmacs version of font-lock.
5683 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
5684 be used by a smarter version of `buffers-menu-grouping-function'.
5685
56862000-05-29 Gerd Moellmann <gerd@gnu.org>
5687
5688 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
5689 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
5690
49f93684
KH
56912000-05-29 Kenichi Handa <handa@etl.go.jp>
5692
5693 * international/encoded-kb.el
5694 (encoded-kbd-iso2022-designation-map): Pay attention to that
5695 charset-iso-final-char return -1 for eight-bit-control and
5696 eight-bit-graphic.
5697
5b1ae051
EZ
56982000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5699
5700 * speedbar.el (speedbar-use-images, speedbar-update-flag)
5701 (speedbar-easymenu-definition-base): Use display-graphic-p where
5702 available, instead of window-system.
5703
a205e32a
EZ
57042000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5705
5706 * international/codepage.el (cp-coding-system-for-codepage-1): Add
5707 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
5708 coding systems.
5709
dd854dc2
DL
57102000-05-26 Dave Love <fx@gnu.org>
5711
c88a85d5
DL
5712 * disp-table.el (standard-display-underline): Don't use
5713 internal-find-face.
5714
dd854dc2
DL
5715 * mail/reporter.el: Maintainer change. Doc fixes.
5716 (reporter-version): Deleted.
5717
5718 * emacs-lisp/elp.el: Maintainer change.
5719 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
5720
dc29aa6c
SM
57212000-05-26 Stefan Monnier <monnier@cs.yale.edu>
5722
5723 * add-log.el (add-change-log-entry): Merge the current entry with the
5724 previous one if the previous one is empty.
5725
ed62683d
DL
57262000-05-26 Dave Love <fx@gnu.org>
5727
4370a375
DL
5728 * loadhist.el (unload-feature): Fix interactive spec [from
5729 lijnzaad@ebi.ac.uk].
5730
ed62683d
DL
5731 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
5732 subr-arity to check primitives.
5733 (byte-compile-flush-pending, byte-compile-file-form-progn)
5734 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
5735 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
5736 mapcar.
5737
ba9f8f95
KH
57382000-05-26 Kenichi Handa <handa@etl.go.jp>
5739
0f3e0672
KH
5740 * international/fontset.el: Set family names of non-latin charsets
5741 in default fontset to "*".
5742
cebefb44
KH
5743 * international/mule-diag.el (print-fontset): Combine family part
5744 and registry part of the fontname by "-*-" instead of "-".
5745
ba9f8f95
KH
5746 * international/mule-cmds.el (encode-coding-char): Make strings
5747 multibyte before calling encode-coding-string.
5748
931d0724
SM
57492000-05-25 Stefan Monnier <monnier@cs.yale.edu>
5750
5751 * derived.el: Fix keywords.
8ccce2b0 5752 (define-derived-mode): Only define if needed.
931d0724
SM
5753
5754 * simple.el (fill-comment, comment-column, comment-start)
5755 (comment-start-skip, comment-end, comment-indent-function)
5756 (block-comment-start, block-comment-end, indent-for-comment)
5757 (set-comment-column, kill-comment, comment-padding, comment-region)
5758 (comment-multi-line, indent-new-comment-line): Remove.
5759
5760 * bindings.el (esc-map): Change ; to comment-dwim and use the new
5761 function names for comment operations.
5762
5763 * newcomment.el: Add abundant autoload cookies.
5764 (comment-style): Don't depend on runtime data at compile-time.
5765 (comment-indent-hook): Remove.
5766 (comment-indent): Check if comment-indent-hook is bound.
5767 (comment-region): Docstring fix.
5768
6fc596cf
DL
57692000-05-25 Dave Love <fx@gnu.org>
5770
5771 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
5772 byte-code-function-p.
5773
5774 * mail/rmailsum.el: Add provide.
5775
5776 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
5777
5778 * smerge-mode.el (smerge-diff-switches): Don't use list* in
5779 defcustom.
5780
7997f1ca 57812000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 5782
7997f1ca
MK
5783 * ediff-diff.el (ediff-exec-process): delete --binary option from
5784 non-buffer ediff jobs.
7f565d87 5785
e7a903e8
EZ
57862000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5787
5788 * hilit-chg.el (highlight-changes-mode): Ask about color or
5789 grayscale support, not about window-system.
5790
5791 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
5792 window-system.
5793 (ffap-highlight): Always default to t.
5794
5795 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
5796 display-popup-menus-p instead of looking at window-system.
5797
5798 * disp-table.el (standard-display-g1, standard-display-graphic):
5799 Only refuse to use string glyphs on X and MS-Windows.
5800
5801 * avoid.el: Remove window-system from commentary, suggest to use
5802 display-*-p instead.
5803
5804 * apropos.el (apropos-print): Use display-mouse-p instead of
5805 window-system.
5806
14028d57
EZ
58072000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5808
5809 * international/codepage.el (cp-decoding-vector-for-codepage):
5810 Fill up unsupported characters with their own codes. From Kenichi
5811 Handa.
5812
1a4f9cc1
EZ
58132000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5814
5815 * international/mule-diag.el (describe-char-after): Use
5816 display-graphic-p instead of window-system, so that this function
5817 works on MS-DOS.
5818
89f6ca4e
EZ
58192000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5820
5821 * international/codepage.el (cp-make-coding-systems-for-codepage):
5822 Remove the eight-bit-graphic and eight-bit-control charsets from
5823 the list of charsets which we convert into `?'.
5824
eacfd7fe
KH
58252000-05-25 Kenichi Handa <handa@etl.go.jp>
5826
5827 * international/mule-conf.el: Specify CHARSET-ID explicitely for
5828 private charsets.
5829 (mule-unicode-0100-24ff, japanese-jisx0213-1,
5830 japanese-jisx0213-2): New charsets.
5831
5832 * international/fontset.el: Setup default fontset for new charsets.
5833
deadf7e3
DL
58342000-05-24 Dave Love <fx@gnu.org>
5835
5836 * info.el (Info-find-node-2): Restructure [following "Vadim
5837 S. Solomin" <sovs@uic.nnov.ru>].
5838
5839 * icomplete.el: Fix header for Finder.
5840
58412000-05-24 Eric M. Ludlam <zappo@ultranet.com>
5842
5843 * rmailout.el (rmail-output-to-rmail-file): Added optional param
5844 STAY.
5845
5846 * rmail.el (rmail-automatic-folder-directives): New user variable.
5847 (rmail-show-message): Add call to `rmail-auto-file' during
5848 display.
5849 (rmail-auto-file): New function.
5850
6de3983f 58512000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 5852
fc6a6a4e 5853 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 5854 account.
fc6a6a4e
GM
5855 (ediff-test-utility,ediff-diff-mandatory-option)
5856 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 5857 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 5858
fc6a6a4e 5859 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 5860 variable.
7f565d87 5861
fc6a6a4e 5862 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
5863 ediff-merge-filename-prefix.
5864
fc290d1d
MK
58652000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
5866
fc6a6a4e 5867 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 5868
273182b8
EZ
58692000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
5870
5871 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
5872 aliases for hebrew-iso-8bit.
5873
f471ea57
EZ
58742000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
5875
5876 * woman.el: New version from Francis J. Wright
5877 <F.J.Wright@Maths.QMW.ac.uk>.
5878 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
5879 names in environment variables regardless of the path separator.
5880 (woman-topic-all-completions-1): Don't call file-name-directory-p
5881 on all files, since woman-file-regexp already filters out any
5882 directories.
5883
01162f24
KH
58842000-05-24 Kenichi Handa <handa@etl.go.jp>
5885
48e3df76
KH
5886 * international/quail.el (quail-start-translation): Don't change
5887 modified-p of the current buffer.
5888 (quail-start-conversion): Likewise.
5889
5890 * international/kkc.el (kkc-region): Don't change modified-p of
5891 the current buffer.
5892
747d90ea
KH
5893 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
5894 conform to RFC1468.
5895 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 5896
17a223ff
EL
58972000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
5898
5899 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
5900 (speedbar-insert-button): Invisible text property fix.
5901 (speedbar-directory-plus): Renamed from speedbar-directory-+
5902 (speedbar-directory-minus): Renamed from speedbar-directory--
5903 (speedbar-page-plus): Renamed from speedbar-file-+
5904 (speedbar-page-minus): Renamed from speedbar-file--
5905 (speedbar-page): Renamed from speedbar-file-
5906 (speedbar-tag): Renamed from speedbar-tag-
5907 (speedbar-tag-plus): Renamed from speedbar-tag-+
5908 (speedbar-tag-minus): Renamed from speedbar-tag--
5909 (speedbar-expand-image-button-alist): Use above renames.
5910
5911 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
5912 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
5913 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
5914 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
5915 * sb-pg.xpm: Renamed from sb-file.xpm
5916 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
5917 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 5918
e6b6fc18
KH
59192000-05-24 Kenichi Handa <handa@etl.go.jp>
5920
5921 * international/quail.el (quail-show-guidance-buf): Set
5922 current-input-method of the guidance buffer to the name of the
5923 curren input method.
5924
a1a336eb
SM
59252000-05-23 Stefan Monnier <monnier@cs.yale.edu>
5926
5927 * progmodes/compile.el (compile-internal): Style typo.
5928
5929 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
5930 quote vars and functions in the docstring.
5931
5932 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
5933
5934 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
5935 Don't quote lambdas.
5936
5937 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
5938
9695b783
GM
59392000-05-23 Gerd Moellmann <gerd@gnu.org>
5940
716e3b88
GM
5941 * startup.el (command-line): Determine source file of compiled
5942 user init file differently. Warn if compiled user init file
5943 is older than its source file.
5944
9695b783 5945 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 5946
41ac433f
EZ
59472000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
5948
5949 * files.el (make-backup-file-name-1): Replace slashes with `!'
5950 rather than `|' (which is not allowed on Windows). Replace the
5951 drive letters with a string "drive_X".
5952
46600ab1
GM
59532000-05-23 Gerd Moellmann <gerd@gnu.org>
5954
5955 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
5956
5957 * files.el (interpreter-mode-alist): Add `bash2'.
5958
79a64d87
DL
59592000-05-22 Dave Love <fx@gnu.org>
5960
5961 * loadhist.el (feature-symbols, file-provides, file-requires): Use
5962 mapc.
5963 (feature-file): Avoid calling symbol-name. Doc fix.
5964 (file-set-intersect, file-dependents): Use dolist, not mapcar.
5965 (loadhist-hook-functions): Add mouse-position-function.
5966 (unload-feature): Change uses of mapcar.
5967
5968 * files.el (parse-colon-path): Doc fix.
5969 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
5970 (set-auto-mode): Use mapc.
5971
5972 * complete.el (PC-look-for-include-file): Use :alnum: character
5973 class.
5974 (partial-completion-mode): Add autoload cookie.
5975
0e8c11d8
SS
59762000-05-22 Sam Steingold <sds@gnu.org>
5977
ce75fd23 5978 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
5979 `add-text-properties' (bug introduced on 2000-05-18).
5980
d8d0fa6c
DL
59812000-05-22 Dave Love <fx@gnu.org>
5982
5983 * bindings.el: Remove debug-ignored-errors set in other files.
5984
5985 * progmodes/etags.el: Add to debug-ignored-errors.
5986 (visit-tags-table-buffer): Clear out buffers holding old tables
5987 when making a new list.
5988 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
5989 mapc.
5990
5991 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
5992 quote keywords.
5993 (cmpl-string-case-type): Use character classes.
5994
0e8c11d8
SS
5995 * comint.el:
5996 * textmodes/ispell.el:
5997 * imenu.el:
d8d0fa6c
DL
5998 * mail/mh-e.el:
5999 * progmodes/compile.el: Add to debug-ignored-errors.
6000
6001 * dabbrev.el: Add to debug-ignored-errors.
6002 (dabbrev-completion): Use mapc.
6003
1edbbf8a
EZ
60042000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
6005
6006 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
6007 (woman-mapcan, woman-parse-man.conf)
6008 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
6009 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
6010 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
6011 path syntax better.
6012 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
6013 (woman-manpath): Call woman-parse-man.conf.
6014 (woman-emulation): New defcustom, defaults to nroff.
6015 (woman-font-support): New defconst.
6016 (woman-use-symbol-font): New defcustom.
6017 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
6018 "Emulation".
6019 Many functions: Doc fix.
6020
5bd2148c
KH
60212000-05-22 Kenichi Handa <handa@etl.go.jp>
6022
6023 * international/quail.el (quail-simple-translation-keymap): Map
6024 128..255 to quail-self-insert-command.
6025 (quail-keyboard-layout-alist): Add definition for "pc102-de".
6026
4125ec7e
SM
60272000-05-22 Stefan Monnier <monnier@cs.yale.edu>
6028
a1a336eb
SM
6029 * help.el (help-manyarg-func-alist): Typo.
6030
40aeecad
SM
6031 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
6032 intervals which makes it heaps simpler.
6033
4125ec7e
SM
6034 * newcomment.el (comment-region-internal): Go back to BEG after quoting
6035 the nested comment markers.
e4da9c1c
SM
6036
6037 * subr.el (remove-hook): Don't turn the hook's value into a list.
6038
cb7216a7
DL
60392000-05-21 Dave Love <fx@gnu.org>
6040
ac266581
DL
6041 * edmacro.el (edmacro-parse-keys): Return vector if any elements
6042 are invalid characters.
6043
cb7216a7
DL
6044 * international/mule-util.el (detect-coding-with-priority): Use
6045 mapc. Remove redundant lambda.
6046
6047 * international/mule-diag.el (list-non-iso-charset-chars)
6048 (describe-fontset): Remove redundant lambda.
6049
6050 * emulation/crisp.el (brief-mode): New alias.
6051
6052 * emacs-lisp/ring.el (ring-elements): New function.
6053
6054 * emacs-lisp/easymenu.el (easy-menu-create-menu)
6055 (easy-menu-do-add-item): Use keywordp.
6056
6057 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
6058
6059 * replace.el: Doc and error message fixes.
6060 (replace-highlight): Use facep, not internal-find-face.
6061
9b0d1d6e
SM
60622000-05-20 Stefan Monnier <monnier@cs.yale.edu>
6063
b2d2cf58
SM
6064 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
6065
ffe7dc64
SM
6066 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
6067 (log-edit-insert-changelog): Drop `:' as well.
6068
6069 * log-view.el: Fix file description.
6070 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
6071 available.
6072 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
6073 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
6074
c8c21615
SM
6075 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
6076 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
6077 Print a status message if the toggle is called interactively.
6078 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
6079 for global minor modes and use `defcustom' for them.
6080 Use add-minor-mode.
6081 (easy-mmode-define-derived-mode): Remove.
6082 (define-derived-mode): Fancier default docstring.
6083 (easy-mmode-define-navigation): Signal an error rather than (ding).
6084
9b0d1d6e
SM
6085 * newcomment.el (comment-styles): New `box-multi'.
6086 (comment-normalize-vars): Better default for comment-continue to
6087 avoid whitespace-only continuations.
6088 (comment-search-forward): Always move even in the no-syntax case.
6089 (comment-padright): Only obey N if it's only obeyed for padleft.
6090 (comment-make-extra-lines): Better handling of empty continuations.
6091 Use `=' for the filler if comment-start has only one character.
6092 (uncomment-region): Try handling the special `=' filler.
6093 (comment-region): Allow LINES even if MULTI is nil.
6094 (comment-box): Choose box style based on comment-style.
6095
f5ee6d0f
KH
60962000-05-20 Kenichi Handa <handa@etl.go.jp>
6097
9b0d1d6e 6098 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
6099 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
6100
c9671f81
KH
61012000-05-20 Kenichi HANDA <handa@etl.go.jp>
6102
6103 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
6104 and insert, not subst-char-in-region.
6105
6106 * international/mule-diag.el (list-character-sets-1): Handle
6107 charsets eight-bit-control and eight-bit-graphic.
6108 (list-iso-charset-chars): Likewise.
6109 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
6110 charactes as is. Use indent-to to align characters.
6111
6112 * international/mule-cmds.el (find-multibyte-characters): Never
6113 exclude charsets eight-bit-control and eight-bit-graphic.
6114
1426aa5c
SM
61152000-05-19 Stefan Monnier <monnier@cs.yale.edu>
6116
6117 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
6118 Don't quote lambdas.
6119
6120 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
6121
2b63d473
GM
61222000-05-19 Gerd Moellmann <gerd@gnu.org>
6123
6124 * gud.el (gud-jdb-directories): Doc fix.
6125
f1355756
SM
61262000-05-19 Stefan Monnier <monnier@cs.yale.edu>
6127
6128 * newcomment.el: New file.
6129
5f64c9e0
GM
61302000-05-19 Gerd Moellmann <gerd@gnu.org>
6131
2b63d473 6132 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 6133
db7314bd
AS
61342000-05-18 Andreas Schwab <schwab@suse.de>
6135
6136 * dired.el (dired-between-files): Also skip lines beginning with
6137 `used'.
6138
25bb0401
GM
61392000-05-18 Gerd Moellmann <gerd@gnu.org>
6140
6141 * msb.el (msb-menu-cond): Add choice `user'.
6142
a199a865 61432000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 6144
a199a865
GM
6145 * ps-print.el: Compatibility, customization and doc fix.
6146 (ps-printer-name-option): Replace defconst by defvar.
6147 (ps-postscript-code-directory): XEmacs compatibility.
6148 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
6149 fix.
6150 (ps-user-defined-prologue, ps-print-prologue-header)
6151 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
6152 compatibility and code fix.
6153 (ps-print-background-image, ps-print-background-text):
6154 Customization fix.
6155 (ps-line-number-start, ps-n-up-on): New vars.
6156
25bb0401
GM
61572000-05-18 Espen Skoglund <esk@ira.uka.de>
6158
6159 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
6160 the indent-comment function to just return the appropriate indent.
6161
68e6c83a
EL
61622000-05-18 Eric M. Ludlam <zappo@ultranet.com>
6163
6164 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
6165 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
6166 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
6167
dae6cb9f
DL
61682000-05-18 Dave Love <fx@gnu.org>
6169
6170 * info.el (Info-fontify-node): Add intangible property as well as
6171 invisible.
6172
6173 * calendar/appt.el (appt-make-list): Match all lines of entry.
6174 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
6175
813086ea
KH
61762000-05-18 Kenichi Handa <handa@etl.go.jp>
6177
6178 * international/mule-diag.el (describe-char-after): Call
6179 internal-char-font, not char-font. If internal-char-font returns
6180 nil, display "-- none --".
6181
24978190
EZ
61822000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
6183
6184 * image.el (image-type-available-p): Don't reference image-types
6185 if it isn't bound.
6186
2fca2d5d
SM
61872000-05-17 Stefan Monnier <monnier@cs.yale.edu>
6188
6189 * autoarg.el (autoarg-mode): Typo in the :set argument.
6190
cfc75d05
EZ
61912000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
6192
6193 * startup.el (command-line-1): Don't signal an error if the
6194 directory for auto-save-list files does not yet exist.
6195
c4e30387
KH
61962000-05-17 Kenichi Handa <handa@etl.go.jp>
6197
6198 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
6199
dd6b8ea7
SM
62002000-05-16 Stefan Monnier <monnier@cs.yale.edu>
6201
6202 * subr.el (remove-hook): `setq' hook-value, not `set'.
6203
399c88ad
SS
62042000-05-16 Sam Steingold <sds@gnu.org>
6205
a199a865 6206 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 6207
01651f07
DL
62082000-05-16 Dave Love <fx@gnu.org>
6209
6210 * cus-edit.el: Don't require cl or easymenu.
6211 (custom-variable-prompt): Test standard-value property, not
6212 user-variable-p.
6213
2248c40d
SS
62142000-05-16 Sam Steingold <sds@gnu.org>
6215
6216 * subr.el (add-hook): `setq' hook-value, not `set'.
6217
b15f3b77
GM
62182000-05-16 Gerd Moellmann <gerd@gnu.org>
6219
6220 * startup.el (command-line-1): Mention the FAQ in the startup
6221 message.
6222
6223 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
6224
6225 * progmodes/compile.el (compilation-parse-errors): Collect
6226 `nomessage' regexps last.
6227
6228 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
6229
6230 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
6231 to the function name.
6232
f9bbcfac
EL
62332000-05-15 Dave Love <fx@gnu.org>
6234
6235 * speedbar.el (speedbar-recenter): Typo.
6236 (speedbar-expand-line): Make arg optional.
6237 (speedbar-mode): Avoid a compiler warning.
6238
119b42eb
GM
62392000-05-15 Gerd Moellmann <gerd@gnu.org>
6240
6241 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
6242 user-specified option string is empty.
6243
6244 * mouse.el (mouse-yank-at-click): Doc fix.
6245
f685bea9
EZ
62462000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
6247
6248 * term/internal.el (IT-character-translations): More updates of
6249 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
6250 documents.
6251
a1b8d58b
GM
62522000-05-15 Gerd Moellmann <gerd@gnu.org>
6253
6254 * env.el (getenv): New function, interactively callable.
6255 (setenv, getenv): Remove autoload cookies.
6256
6257 * loadup.el: Load `env'.
6258
6259 * progmodes/f90.el: Change author's mail address.
6260
c9bba7ed
DL
62612000-05-14 Dave Love <fx@gnu.org>
6262
e5c83697
DL
6263 * mail/rmail.el (rmail-show-message-hook): Customize and offer
6264 goto-addr as an option.
6265
6266 * help.el (help-xref-stack): Doc fix.
6267 (help-xref-following): New variable.
6268 (help-make-xrefs): Use it.
6269 (help-xref-go-back): Use position information from stack element.
6270 (help-follow): Make position in stack element a pair. Use
6271 help-xref-following.
399c88ad 6272
e5c83697
DL
6273 * autoarg.el: New file.
6274
6275 * faces.el: Declare more functions obsolete.
6276
c9bba7ed
DL
6277 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
6278 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
6279 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
6280 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
6281 Remove all the setup-...-environment functions.
6282
b6389bfb
EL
62832000-05-13 Eric M. Ludlam <zappo@ultranet.com>
6284
a1b8d58b
GM
6285 * speedbar.el: Updated the commentary section. xemacs20p now uses
6286 >= when detecting. Require `defimage' safely.
b6389bfb
EL
6287 (speedbar-easymenu-definition-base): Add toggle for images.
6288 (speedbar-easymenu-definition-special): Add flush cache & expand.
6289 (speedbar-visiting-tag-hook): Set new defaults. Added options.
6290 (speedbar-reconfigure-keymaps-hook): New variable.
6291 (speedbar-frame-parameters): Updated documentation.
6292 (speedbar-use-imenu-flag): Updated custom tag
6293 (speedbar-dynamic-tags-function-list): New variable.
6294 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
6295 (speedbar-indentation-width, speedbar-indentation-width) New
6296 variables.
6297 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
6298 (speedbar-vc-indicator): Doc update.
6299 (speedbar-ignored-path-expressions): Updated default value.
6300 (speedbar-supported-extension-expressions): Updated default value.
6301 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
6302 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
6303 as "+". Added overlay aliases.
6304 (speedbar-mode): Use `speedbar-mode-line-update' instead of
6305 `force-mode-line-update'.
6306 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
6307 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
6308 `mouse-set-point'
b6389bfb 6309 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
6310 (speedbar-item-info-tag-helper): Revamped to handle a wider range
6311 of arbitrary text, and new helper functions.
6312 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
6313 filename finder.
b6389bfb
EL
6314 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
6315 (speedbar-directory-buttons): Update path search/expansion.
6316 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
6317 `speedbar-indentation-width'. Use more care w/ invisible
6318 properties.
b6389bfb
EL
6319 (speedbar-change-expand-button-char): Call
6320 `speedbar-insert-image-button-maybe'.
6321 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
6322 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
6323 (speedbar-trim-words-tag-hierarchy)
6324 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 6325 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
6326 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
6327 functions.
b6389bfb
EL
6328 (speedbar-mouse-set-point): New function
6329 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
6330 (speedbar-line-token, speedbar-goto-this-file): Handle more types
6331 of tag prefix text.
6332 (speedbar-expand-line, speedbar-contract-line): Make more robust
6333 to strange text.
6334 (speedbar-expand-line): Takes universal argument to flush the
6335 cache.
b6389bfb
EL
6336 (speedbar-flush-expand-line): New function.
6337 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
6338 Use new generator insertion method.
6339 (speedbar-fetch-dynamic-tags): New function.
6340 (speedbar-fetch-dynamic-imenu): Removed code now handled in
6341 `speedbar-fetch-dynamic-imenu'.
6342 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
6343 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
6344 "Revert Buffer" menu items.
6345 (speedbar-buffer-buttons-engine): Be smarter when creating a
6346 filename tag (for expansion purposes.).
a1b8d58b
GM
6347 (speedbar-highlight-one-tag-line,
6348 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
6349 (speedbar-recenter): New functions.
b6389bfb 6350 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
6351 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
6352 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
6353 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
6354 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
6355 (speedbar-expand-image-button-alist): New variable.
6356 (speedbar-insert-image-button-maybe): Insert an image over some
6357 buttons.
6358
43fe9244
KH
63592000-05-13 Kenichi Handa <handa@etl.go.jp>
6360
6361 * international/mule-cmds.el (encode-coding-char): An ASCII
6362 character is always encodable.
6363
6364 * international/mule-conf.el: Add more information in descriptions
6365 of character sets.
6366
813086ea 6367 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
6368 (describe-font-internal): Adjusted for the change of font-info.
6369 (describe-font): Likewise.
6370 (print-fontset): Rewritten for the new fontset implementation.
6371 (describe-fontset): Include fontset alias names in completion.
6372 (list-fontsets): Adjusted for the change of print-fontset.
6373
6374 * simple.el (what-cursor-position): If DETAIL is non-nil, call
6375 describe-char-after instead of displaying the detail in the echo
6376 area.
813086ea
KH
6377 (syntax-code-table): Format changed.
6378 (string-to-syntax): Adjusted for the above change.
0e8c11d8 6379
e8564f57
SM
63802000-05-12 Stefan Monnier <monnier@cs.yale.edu>
6381
6382 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
6383
9278c60d
DL
63842000-05-12 Dave Love <fx@gnu.org>
6385
6386 * calendar/todo-mode.el: Remove some compatibility stuff and CL
6387 dependence. Use line-{beginning,end}-position, not
6388 point-at{b,e}ol. Some doc fixes.
6389 (todo-position): New function. Fix callers of position to use it.
6390 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
6391
be0505fe
GM
63922000-05-12 Gerd Moellmann <gerd@gnu.org>
6393
6394 * time.el (display-time-mail-icon): Use `:ascent center'.
6395
a8a3541c
GM
6396 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
6397 handling FTP security extensions.
399c88ad 6398
44d5f148
DL
63992000-05-11 Dave Love <fx@gnu.org>
6400
33d0c179 6401 * calendar/todo-mode.el: New file.
44d5f148 6402
da4496b6
GM
64032000-05-11 Gerd Moellmann <gerd@gnu.org>
6404
cdc4401d
GM
6405 * comint.el (comint-read-input-ring): Move reference to
6406 comint-input-ring-size outside of the save-excursion. It was
6407 causing the default value to be the only one ever seen.
399c88ad 6408
0279f991
GM
6409 * font-lock.el: Update copyright. Remove Simon Marshall's email
6410 address on request from him.
6411
da4496b6
GM
6412 * subr.el (substitute-key-definition): Add comment describing
6413 the meaning of PREFIX.
6414
ac5cb26d
SM
64152000-05-10 Stefan Monnier <monnier@cs.yale.edu>
6416
6417 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
6418
6419 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
6420 (add-minor-mode): Don't make the variable buffer-local and add a
6421 reference to define-minor-mode in the docstring.
6422
6423 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
6424 HEADER/FOOTER and fix bug with trailing empty directory.
6425 (cvs-append-to-ignore): Use vc-editable-p if available.
6426 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
6427 (vc-do-command): Tweak advice to handle the new VC.
6428
6429 * log-view.el (log-view-goto-rev): New function for the new VC.
6430 (log-view-minor-wrap): Use mark-active.
6431
6432 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
6433 (log-edit-changelog-full-paragraphs): New var.
6434 (log-edit-insert-changelog): Remove a lonely leading `* file'.
6435 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
6436 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
6437 (log-edit-changelog-ours-p, log-edit-changelog-entries)
6438 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
6439 Replace the `cvs' prefix with `log-edit'.
6440
6441 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
6442
6443 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
6444 (diff-font-lock-defaults): Explicitly turn off multiline.
6445 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
6446 (diff-ediff-patch): Fix call to ediff-patch-file.
6447 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
6448 Handle comments.
6449
6450 * frame.el (automatic-hscrolling): Typo.
6451
6452 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
6453
21c34da3
DL
64542000-05-09 Sam Steingold <sds@goems.com>
6455
6456 * apropos.el (apropos-print): use `describe-face' instead of
6457 `customize-face-other-window'.
6458
950cf06f
DL
64592000-05-09 Dave Love <fx@gnu.org>
6460
6461 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
6462
6463 * help.el (describe-variable): Have customize button pop the
6464 help-xref stack when invoked.
6465 (help-xref-symbol-regexp): Add `face'.
6466 (help-make-xrefs): Check for quoted face names and adapt regexp
6467 submatch numbers to cope.
6468 (help-xref-interned): Maybe insert face doc too. Separate
6469 sections with a line of hyphens.
6470
0623e40f 6471 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
6472 (describe-face): Add customize button. Return the help
6473 text. Fix prompt.
6474
82e2ca9d
EZ
64752000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
6476
6477 * term/internal.el (IT-character-translations): Fix last change.
6478
10c00b5c
EZ
64792000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
6480
6481 * woman.el: New file
6482 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
6483
9deed82f
EZ
64842000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
6485
001ad319
EZ
6486 * term/internal.el (IT-character-translations): Update ASCII
6487 simulations for greek-iso8859-7, add latin-iso8859-14 and
6488 latin-iso8859-15.
6489
9deed82f
EZ
6490 * international/mule-cmds.el (set-language-info-alist): Call
6491 define-prefix-command with 3 arguments, to make the map suitable
6492 for a menu.
6493
4f37b78a
DL
64942000-05-07 Dave Love <fx@gnu.org>
6495
d313265f 6496 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 6497
64a4c526
DL
64982000-05-05 Dave Love <fx@gnu.org>
6499
6500 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
6501 list in doc string. Don't quote keyword symbols.
6502 * emacs-lisp/cl.el: Likewise
6503 * emacs-lisp/cl-seq.el: Likewise
6504
056565f7
GM
65052000-05-05 Gerd Moellmann <gerd@gnu.org>
6506
6507 * abbrev.el (abbrev-mode): Make ARG optional.
6508
4656b314
GM
65092000-05-04 Gerd Moellmann <gerd@gnu.org>
6510
ec82fb2f
GM
6511 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
6512
6513 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
6514
4656b314
GM
6515 * subr.el (substitute-key-definition): Clarify documentation.
6516
65172000-05-04 Milan Zamazal <pdm@freesoft.cz>
6518
6519 * glasses.el (glasses-convert-to-unreadable): Use
6520 `glasses-separator' instead of the hard-wired "_".
6521 (glasses-mode): Call `glasses-make-unreadable' only in a single
6522 place.
6523
7b081c78
EZ
65242000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
6525
6526 * term/internal.el (cjk-codepages-alist): Add associations for
6527 Chinese and Korean codepages. Remove FIXME comment.
6528
baa5536e
DL
65292000-05-03 Dave Love <fx@gnu.org>
6530
6531 * time.el (display-time-mail-face, display-time-use-mail-icon):
6532 New option.
6533 (display-time-mail-icon): New variable.
6534 (display-time-string-forms): Use the above. Fix the local-map.
6535
cbf18892
GM
65362000-05-03 Gerd Moellmann <gerd@gnu.org>
6537
4ff40dd0
GM
6538 * replace.el (query-replace-map): Add binding for `E'.
6539 (query-replace-help): Extend help text.
6540 (perform-replace): Allow editing the replacement string.
6541
6542 * make-mode.el (makefile-mode-abbrev-table): New variable.
6543 (makefile-mode): Set local abbrev table to
6544 makefile-mode-abbrev-table.
6545 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 6546
cbf18892
GM
6547 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
6548 set TOGGLE's value.
6549
4ff40dd0
GM
6550 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
6551 mail-interactive-insert-alias.
6552 (mail-abbrev-complete-alias): New command.
6553 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 6554
ffec4d9f
KH
65552000-05-03 Kenichi Handa <handa@etl.go.jp>
6556
6557 * language/lao-util.el (lao-compose-region): New function.
6558
1b0672c3
GM
65592000-05-02 Gerd Moellmann <gerd@gnu.org>
6560
576da55d
GM
6561 * files.el (recover-session): Make directories as necessary
6562 if they don't exist yet.
6563
399c88ad
SS
6564 * calendar/cal-french.el
6565 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
6566 (french-calendar-special-days-array): Change French text.
6567 (calendar-french-date-string): Change output.
6568 (calendar-goto-french-date): Likewise.
6569
65702000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
6571
6572 * wid-edit.el (widget-default-active): Obey `:always-active'.
6573 (widget-documentation-string-value-create): Set `:always-active'.
6574
4b33deaa
EZ
65752000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
6576
6577 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
6578 default prefix to `~/_emacs.d/auto-save.list/_s'.
6579 (normal-top-level): Create the directory for auto-save files, if
6580 it doesn't already exist (in the ms-dos case only).
6581
5c922ea7
EZ
65822000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
6583
6584 * international/mule-cmds.el (set-language-environment): Don't
6585 concat an integer (dos-codepage), use format instead.
6586
820ad5e7
DL
65872000-05-02 Dave Love <fx@gnu.org>
6588
6589 * help.el (help-xref-on-pp): Check for constant symbols.
6590
57cb56f5
GM
65912000-04-29 Gerd Moellmann <gerd@gnu.org>
6592
6593 * startup.el (normal-top-level): Put a condition-case around
6594 the code loading subdirs.el.
6595
65962000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 6597
57cb56f5
GM
6598 * ps-print.el: Upside-down and face background color printing,
6599 line number step, doc fix.
6600 (ps-print-version): New version number (5.2).
6601 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
6602 (ps-face-attribute-list, ps-plot-with-face): Code fix.
6603 (ps-spool-config): Var fix.
6604 (ps-printer-name-option): Const fix.
6605 (ps-print-upside-down, ps-use-face-background)
6606 (ps-line-number-step): New vars.
6607 (ps-window-system, ps-lp-system): New consts.
6608 (ps-face-background): New fun.
6609
084cec2f
GM
66102000-04-28 Richard Stallman <rms@gnu.org>
6611
6612 * files.el (make-auto-save-file-name):
6613 Apply auto-save-file-name-transforms to visited file name
6614 before generating auto save file name.
6615 (auto-save-file-name-transforms): New variable.
6616
399c88ad 6617 * files.el (backup-enable-predicate):
084cec2f
GM
6618 Correctly test for a file under a temporary directory.
6619
c94f4677
GM
66202000-04-28 Gerd Moellmann <gerd@gnu.org>
6621
6622 * subr.el (add-minor-mode): Rewritten.
6623
7b211df5
KH
66242000-04-28 Kenichi Handa <handa@etl.go.jp>
6625
6626 * mail/sendmail.el (sendmail-send-it): Set
6627 buffer-file-coding-system to the selected coding system for MIME
6628 header.
6629
c76e04a8 66302000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 6631
c76e04a8
GM
6632 * dired.el (dired-move-to-filename-regexp): Allow format where
6633 YYYY is followed by two spaces.
e3e36d74 6634
c76e04a8
GM
6635 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
6636 in the second character class of the regexp.
6637
6638 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
6639 mh-etc, too.
353964e3 6640
c76e04a8
GM
6641 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
6642 nil.
399c88ad 6643
353964e3
GM
6644 * subr.el (add-minor-mode): Use `set' instead of `setq'.
6645
6646 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
6647 argument.
6648
c76e04a8 66492000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 6650
c76e04a8
GM
6651 * emacs-lisp/crm.el (crm-completion-table): New variable.
6652 (crm-collection-fn, crm-test-completion)
6653 (completing-read-multiple): Use it.
6654
66552000-04-27 Dave Love <fx@gnu.org>
6656
6657 * help.el (locate-library): Use mapc.
6658 (help-manyarg-func-alist): Add call-process-region.
6659
7464346d
GM
66602000-04-26 Gerd Moellmann <gerd@gnu.org>
6661
b35bd33d
GM
6662 * subr.el (add-minor-mode): Make argument MAP optional.
6663
7464346d
GM
6664 * desktop.el (desktop-save): Save list of minor modes.
6665 (desktop-create-buffer): Restore minor modes.
6666 (desktop-minor-mode-table): New user-option.
6667
6668 * subr.el (add-minor-mode): New function.
6669
6670 * image.el (find-image): New function.
6671 (defimage): Rewritten to find image at load time.
6672
6673 * startup.el (normal-top-level-add-to-load-path): Handle
6674 case that the default directory is not in load-path.
6675
6676 * help.el: Old patch from Stefan Monnier.
6677 (help-xref-on-pp): New function.
6678 (describe-variable): Use it to display xrefs in a symbol's value.
6679
23c0fb21
SM
66802000-04-26 Stefan Monnier <monnier@cs.yale.edu>
6681
6682 * cus-edit.el (custom-face): Fix parenthesis.
6683
fad95037
KH
66842000-04-26 Kenichi Handa <handa@etl.go.jp>
6685
f03392a1
KH
6686 * mail/rmail.el (rmail-expunge): When there are no deleted
6687 messages, do nothing.
fad95037 6688
0d7c5bb9
DL
66892000-04-26 Dave Love <fx@gnu.org>
6690
6691 * international/mule-cmds.el (locale-translation-file-name):
6692 Defvar to nil.
6693 (set-locale-environment): Set it here (at runtime).
6694
612839b6
GM
66952000-04-25 Gerd Moellmann <gerd@gnu.org>
6696
6697 * replace.el (perform-replace): Add parameters START and END. Use
6698 them instead of the check for a region in Transient Mark mode.
6699 (query-replace-read-args): Return two more list elements for the
6700 start and end of the region in Transient Mark mode.
6701 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6702 (map-query-replace-regexp, replace-string, replace-regexp): Add
6703 optional last arguments START and END and pass them to
6704 perform-replace.
6705
6706 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
6707 form with additional arguments for perform-replace.
6708
6709 * progmodes/etags.el (tags-query-replace): Add parameters START
6710 and END. Construct a form with additional arguments for
6711 perform-replace.
6712
6713 * simple.el (shell-command): Set default directory for "*Shell
6714 Command Output" buffer.
6715
6716 * language/european.el (iso-latin-4): Fix typo.
6717
6718 * emacs-lisp/crm.el: New file.
6719
2917cc05
DL
67202000-04-24 Dave Love <fx@gnu.org>
6721
6722 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6723 (Custom-reset-saved, Custom-reset-standard)
6724 (custom-group-value-create, custom-group-set, custom-group-save)
6725 (custom-group-reset-current, custom-group-reset-saved)
6726 (custom-group-reset-standard): Use mapc.
6727 (custom-buffer-create-internal): Disable undo when creating items.
6728 Use mapc.
6729 (custom-face): Avoid redundant lambda.
6730
abfcc168
GM
67312000-04-24 Gerd Moellmann <gerd@gnu.org>
6732
6733 * startup.el (auto-save-list-file-prefix): Set default to
6734 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
6735
fa78f71b
SS
67362000-04-24 Sam Steingold <sds@gnu.org>
6737
6738 * time-stamp.el (time-stamp-string-preprocess): Always convert
6739 `field-result' to a string.
6740
cc181e95
GM
67412000-04-24 Gerd Moellmann <gerd@gnu.org>
6742
6743 * frame.el (scrolling): New group.
6744 (automatic-hscrolling): New user-option.
6745
6746 * startup.el (command-line-x-option-alist): Add `-lsp' and
6747 `--line-spacing'.
6748
6142fdcb
DL
67492000-04-19 Dave Love <fx@gnu.org>
6750
6751 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
6752 (cl-mapc): Rename from mapc. Fix the funcall.
6753
5e3dac3f
GM
67542000-04-19 Gerd Moellmann <gerd@gnu.org>
6755
1c459486
GM
6756 * simple.el (clone-indirect-buffer-other-window): New command.
6757 (clone-indirect-buffer): Add optional arg NORECROD.
6758 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
6759
271b4185
GM
6760 * help.el (resize-temp-buffer-window): Use count-screen-lines.
6761
6762 * window.el (count-screen-lines): New function.
6763 (shrink-window-if-larger-than-buffer): Use count-screen-lines
6764 instead of window-buffer-height.
6765
6766 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
6767 non-existing variable comint-input-sentinel.
6768 (inferior-lisp-args-to-list): Removed.
6769 (inferior-lisp): Use split-string instead of
6770 inferior-lisp-args-to-list.
6771
6772 * hexl.el (hexl-insert-hex-string): New command.
6773
5e3dac3f
GM
6774 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
6775 instead of concat.
6776
f6d3257b
GM
67772000-04-18 Gerd Moellmann <gerd@gnu.org>
6778
6779 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
6780 at the start of an existing but empty folder.
6781
67822000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6783
6784 * ps-mule.el: Customization fix, doc fix.
6785 (ps-multibyte-buffer): Customization fix.
6786
8b7bc628 67872000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
6788
6789 * subr.el (read-passwd): Use read-char-exclusive.
6790
0daee095
GM
67912000-04-17 Gerd Moellmann <gerd@gnu.org>
6792
6793 * textmodes/texinfo.el (texinfo-insert-@email)
6794 (texinfo-insert-@emph, texinfo-insert-@quotation)
6795 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
6796 (texinfo-mode-map): Add key bindings for them.
6797
6798 * files.el (basic-save-buffer-2): Use a template with `$'
6799 instead of `#' for VMS.
6800
6801 * simple.el (clone-indirect-buffer): New function.
6802
e10f64e7
GM
68032000-04-16 Stephen Eglen <stephen@gnu.org>
6804
6805 * iswitchb.el (iswitchb-case): New function. If the user input
6806 contains any upper-case characters, the search is made
6807 case-sensitive.
6808
e3721db1
SM
68092000-04-17 Stefan Monnier <monnier@cs.yale.edu>
6810
e10f64e7
GM
6811 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
6812 comment-end.
e3721db1
SM
6813 (texinfo-font-lock-syntactic-keywords): New var.
6814 (texinfo-font-lock-keywords): Remove comment regexp.
6815 (texinfo-insert-block): New function.
6816 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
6817 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
6818 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 6819 (texinfo-environments): New var.
e10f64e7
GM
6820 (texinfo-environment-regexp): Use regexp-opt and
6821 texinfo-environments.
e3721db1 6822
e10f64e7
GM
6823 * textmodes/ispell.el (ispell-menu-map-needed): Check that
6824 ispell-process is bound since this might be eval'd before ispell
6825 is loaded.
6826 (ispell-message): Use a tiny bit less magic and a bit more hard
6827 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
6828
6829 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
6830
6831 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
6832 (insert-cyclic-diary-entry): Unquote the lambda.
6833
6834 * gud.el (gud-jdb-build-source-files-list): Fix typo.
6835
6836 * files.el (backup-enable-predicate): Unquote the lambda.
6837
6838 * cus-edit.el (custom-face, face): Unquote the lambda.
6839
712dc9e0
GM
68402000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6841
6842 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 6843
712dc9e0
GM
6844 * ps-print.el: Fix counting lines in a region.
6845 (ps-print-version): New version number (5.1.5).
6846 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
6847 (ps-printing-region): Fun code fix.
6848
ffc50f2a
GM
68492000-04-15 Gerd Moellmann <gerd@gnu.org>
6850
6851 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
6852 to file-directory-p.
6853
a2522dca
GM
68542000-04-14 Gerd Moellmann <gerd@gnu.org>
6855
6856 * gud.el (gud-jdb-build-source-files-list): Check that directory
6857 exists before calling directory-files.
6858
6e883610
DL
68592000-04-13 Dave Love <fx@gnu.org>
6860
6861 * emacs-lisp/trace.el: Change maintainer. Use new backquote
6862 syntax.
6863
6864 * emacs-lisp/cl-specs.el: Remove when, unless.
6865
6866 * emacs-lisp/cl-extra.el: Don't quote keywords.
6867 (cl-old-mapc): New variable.
6868 (mapc): Use it.
6869 (cl-map-intervals): Use with-current-buffer. Don't check for
6870 next-property-change.
6871 (cl-map-overlays): Use with-current-buffer.
6872 (cl-expt): Remove.
6873 (copy-tree, remprop): Define unconditionally.
6874
6875 * emacs-lisp/cl-compat.el (keywordp): Remove.
6876
6877 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
6878 to use keywordp.
6879 (edebug-spec): Enable keywordp.
6880
6881 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
6882 string-lessp.
6883
6884 * cus-start.el: Use keywordp.
6885
198e3c7a
GM
68862000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6887
6888 * diary-lib.el (include-other-diary-files): Fix the fix of
6889 2000-02-18 by doing a save-excursion.
6890
68912000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6892
6893 * ps-print.el: Customization fix, doc fix.
6894 (ps-print-version): New version number (5.1.4).
6895 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
6896 (ps-print-preprint): Adjust code.
6897 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
6898 (ps-print-prologue-header, ps-print-control-characters)
6899 (ps-spool-config): Customization fix.
fa78f71b 6900
8eba343c
EZ
69012000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6902
6903 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
6904 converted to the new menu-item format, names silightly changed,
6905 help strings added.
6906
6907 Support for spelling without async subprocesses:
6908
6909 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
6910 (ispell-session-buffer): New variables.
6911 (ispell-start-process, ispell-process-status,
6912 ispell-accept-output, ispell-send-string): New functions, for
6913 Ispell invocation when async subprocesses aren't supported.
6914 (ispell-word, ispell-pdict-save, ispell-command-loop,
6915 ispell-process-line, ispell-buffer-local-parsing): Replace calls
6916 to process-send-string with calls to ispell-send-string, and
6917 accept-process-output with ispell-accept-output.
6918 (ispell-init-process): Call ispell-process-status instead of
6919 process-status with.
6920 (ispell-init-process): Call ispell-start-process. Call
6921 ispell-accept-output and ispell-send-string. Don't call
6922 process-kill-without-query and kill-process if they are unbound.
6923 (ispell-async-processp): New function.
6924
3d30065d
DL
69252000-04-12 Dave Love <fx@gnu.org>
6926
6927 * info.el: Add debug-ignored-errors.
6928 (Info-mode-menu): Add some items.
6929 (Info-directory): Add autoload cookie.
6930
6931 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
6932 Modify `truncate-lines'. Make `describe-language-environment'
6933 always visible and add help. Modify `describe-key' help. Invoke
6934 Info-directory from `info'. New entry `emacs-manual'.
6935
1a1b1895
GM
69362000-04-10 Gerd Moellmann <gerd@gnu.org>
6937
8b2affc5
GM
6938 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
6939 propertized-buffer-identification.
6940 (ebrowse-update-member-buffer-mode-line): Likewise.
6941 (ebrowse--mode-strings): Removed.
6942 (ebrowse--mode-line-props): Removed.
6943
1a1b1895
GM
6944 * files.el (auto-mode-alist): Add `EBROWSE'.
6945
6946 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
6947 space before testing for end of buffer.
6948 (ebrowse-load): Removed.
6949 (ebrowse-revert-tree-buffer-from-file): Rewritten.
6950 (ebrowse-create-tree-buffer): Rewritten.
6951 (ebrowse-tree-mode): Read tree from buffer.
6952
6953 * progmodes/ebrowse-ffh.el: Removed.
6954
223f3c91
KH
69552000-04-10 Kenichi Handa <handa@etl.go.jp>
6956
6957 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
6958
25fbf2c4
GM
69592000-04-10 Gerd Moellmann <gerd@gnu.org>
6960
6961 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
6962 at the wrong place.
6963
92c13173
DL
69642000-04-09 Dave Love <fx@gnu.org>
6965
6966 * files.el (backup-enable-predicate): Use
6967 temporary-file-directory, small-temporary-file-directory.
6968 (make-backup-file-name-function, backup-directory-alist): New
6969 variables.
6970 (make-backup-file-name-1): New function.
6971 (make-backup-file-name): Use it.
6972 (find-backup-file-name): Likewise. Use format for clarity, not
6973 concat.
6974 (file-newest-backup): Use make-backup-file-name.
6975
be0dbdab
GM
69762000-04-09 Gerd Moellmann <gerd@gnu.org>
6977
c45be9ac 6978 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 6979
c45be9ac
GM
6980 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
6981 to ebrowse-ffh.el.
6982 (ebrowse-load): Add autoload.
6983
6984 * finder.el (finder-commentary): Add autoload cookie.
6985
be0dbdab
GM
6986 * mail/rfc2368.el: Correct author's email address.
6987
6988 * progmodes/ebrowse.el: New file.
6989
6990 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
6991 item help string.
6992 (easy-menu-do-add-item): Ditto.
6993 (easy-menu-define): Extend doc string.
6994
6995 * jit-lock.el (with-buffer-unmodified): Use
6996 restore-buffer-modified-p.
6997 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
6998 (jit-lock-function, jit-lock-stealth-fontify): Don't use
6999 with-buffer-unmodified.
7000
3f923efe
DL
70012000-04-08 Dave Love <fx@gnu.org>
7002
7003 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
7004 unless, when.
7005
d35bee0e
MK
70062000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
7007
7008 * viper-util.el (viper-put-on-search-overlay): New subroutine.
7009 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 7010 doesn't support face.
d35bee0e 7011 Use `viper-put-on-search-overlay'.
fa78f71b 7012
c407c570
GM
70132000-04-04 Gerd Moellmann <gerd@gnu.org>
7014
7015 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
7016 like C-r.
7017
7018 * progmodes/make-mode.el: Some doc fixes.
7019 (makefile-mode-abbrev-table): New variable.
7020 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
7021 (makefile-font-lock-keywords): Fontify includes and conditionals.
7022 (toplevel): Require `dabbrev' and `add-log' when compiling.
7023
7024 * replace.el (perform-replace): Don't move forward one char
7025 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
7026 to do that because it leaves point 1 position after the last
7027 replacement, after everything has been replaced.
7028
7029 * jit-lock.el (with-buffer-unmodified): New macro.
7030 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
7031 modified state.
7032 (jit-lock-function-1): Extracted from jit-lock-function; not
7033 preserving buffer's modified state.
7034 (jit-lock-function, jit-lock-stealth-fontify): Call
7035 jit-lock-function-1.
7036
7037 * mail/rfc2368.el: Remove supernumerary copyright line.
7038
685e5ed2
GM
70392000-04-04 Milan Zamazal <pdm@freesoft.cz>
7040
7041 * glasses.el: Provide facilities for inserting space before left
7042 parentheses and uncapitalization of identifiers.
7043 (glasses-mode): Try to remove old overlays in all cases.
7044
0166aed1
GM
70452000-04-03 Gerd Moellmann <gerd@gnu.org>
7046
62f20204
GM
7047 * progmodes/compile.el (compile-internal): Display the compilation
7048 buffer in a different frame, if it's already displayed there.
7049
6460c400
GM
7050 * mail/rfc2368.el: New file.
7051
c0510d27
GM
7052 * simple.el (sendmail-user-agent-compose): Recognize a `body'
7053 header and insert its value as mail body.
7054
7055 * subr.el (member-ignore-case): New function.
7056
7057 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
7058 (dabbrev--find-expansion): Ignore buffers matching a regexp
7059 from dabbrev-ignored-regexps.
7060
0166aed1
GM
7061 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
7062 to extensions handled by gzip.
7063
c0510d27
GM
70642000-04-03 Richard M. Stallman <rms@gnu.org>
7065
7066 * files.el (insert-directory): List the total free space
7067 along with the used space.
fa78f71b 7068
c0510d27
GM
7069 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
7070 line is followed by one that matches CITATION-REGEXP, end the
7071 paragraph.
7072
70732000-04-03 Markus Rost <rost@delysid.gnu.org>
7074
7075 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
7076 (rmail-make-basic-summary-line): Use that option.
fa78f71b 7077
14c04384
KH
70782000-04-03 Kenichi Handa <handa@etl.go.jp>
7079
7080 * international/mule-cmds.el (encoded-string-description):
7081 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
7082 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
7083 for hexadecimal format.
14c04384 7084
ccf5869a
DL
70852000-04-01 Dave Love <fx@gnu.org>
7086
7087 * cpp.el: Change customization group to `c' from `C'.
7088
7089 * vcursor.el (vcursor-move): Use display-color-p.
7090
7091 * international/mule-util.el: Provide mule-utils.
7092 (string-to-sequence): Simplify and speed up.
7093
7094 * international/mule.el (make-coding-system): Purecopy doc-string.
7095
7096 * international/mule-cmds.el: Various menu changes.
7097 (describe-specified-language-support): Handle `Default'.
7098 (set-language-info): Purecopy `info'.
7099
610d841e
GM
71002000-03-31 Andrew Innes <andrewi@gnu.org>
7101
7102 * vc.el (vc-backend-diff): Return the correct status if we had to
7103 retry the rcsdiff command without the --brief option.
fa78f71b 7104
7f9de034
DL
71052000-03-31 Dave Love <fx@gnu.org>
7106
2de47765
DL
7107 * help.el (help-manyarg-func-alist): Correct several omissions.
7108
72838819
DL
7109 * add-log.el: Don't require cl, fortran.
7110 (add-log-current-defun-function): Doc fix.
7111 (change-log-version-number-regexp-list): Remove SCCS part. Doc
7112 fix.
7113 (change-log-version-rcs): Function deleted.
7114 (change-log-version-number-search): Doc fix. Use
7115 vc-workfile-version. Avoid CL dolist.
7116 (add-change-log-entry): Just call add-log-current-defun to get
7117 defun. Simplify somewhat.
7118 (change-log-get-method-definition-1): Likewise.
7119 (add-log-current-defun): Return nil if calling
7120 add-log-current-defun-function does so. Move Fortran stuff to
7121 fortran.el. Return string without properties.
7122
7f9de034
DL
7123 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
7124 and :alpha: char classes.
7125
7126 * mail/supercite.el: Defvar curline when compiling.
7127 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
7128 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
7129 rather than a-zA-Z0-9 to allow non-ASCII characters.
7130
aa110c0c
GM
71312000-03-31 Gerd Moellmann <gerd@gnu.org>
7132
7133 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
7134
7135 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7136 Re-enable new code.
7137
7138 * lpr.el (print-region-1): Use -d to specify printer name for
7139 systems `usg-unix-v*, `dgux', `hpux', `irix'.
7140
71412000-03-31 Dave Love <fx@gnu.org>
fa78f71b 7142
aa110c0c
GM
7143 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
7144 for function definition in symbol's function value slot first
7145 instead of first consulting byte-compile-function-environment.
fa78f71b 7146
6733d074
KH
71472000-03-31 Kenichi Handa <handa@etl.go.jp>
7148
7149 * language/european.el ("Polish"): New language environment.
7150 (setup-polish-environment): New function.
7151
63fcfa04
GM
71522000-03-30 Gerd Moellmann <gerd@gnu.org>
7153
7154 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7155 Disable new code.
7156
7157 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
7158 trying to `load' the symbol of an autoload instead of the file
7159 recorded in the autoload. Fix error messages.
7160
7438c86b
GM
71612000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7162
7163 * ps-print.el: PostScript programming fix for ghostview, doc fix.
7164 (ps-print-version): New version number (5.1.3).
7165 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
7166 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
7167 (ps-generate-postscript-with-faces): Code fix.
7168 (ps-color-values): XEmacs compatibility.
7169 (ps-print-background-image, ps-print-background-text, ps-printer-name)
7170 (ps-default-fg, ps-default-bg): Adjust customization.
7171 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
7172 (ps-color-scale): Renaming old ps-color-value fun.
7173 (ps-print-headers): Replace ps-print-header group to avoid conflict
7174 with ps-print-header variable.
7175 (ps-print-miscellany): New group.
7176 (ps-format-color, ps-rgb-color): New funs.
7177 (ps-default-foreground): New var.
7178 (ps-printer-name-option): New const.
fa78f71b 7179
326855a0
PB
71802000-03-30 Peter Breton <pbreton@ne.mediaone.net>
7181
1f56ba73
PB
7182 * net/net-utils.el:
7183 (network-connection-host, network-connection-service): New variables
7184 (network-connection-mode): New mode, derived from comint-mode
7185 (network-connection-mode-setup): New function, saves host and
fa78f71b 7186 service information in local variables.
1f56ba73 7187
326855a0
PB
7188 * lisp/locate.el:
7189 (locate-word-at-point): Added this function
7190 (locate): Default to using locate-word-at-point as input
7191 Run dired-mode-hook
7192
141384bd
DL
71932000-03-29 Dave Love <fx@gnu.org>
7194
7195 * calendar/appt.el: Doc fixes.
7196 (appt-check): Convert min-to-app to a string before passing to
7197 appt-disp-window-function or concat.
7198 (appt-delete-window): Remove test for frame-root-window.
7199 (appt-select-lowest-window, appt-convert-time): Simplify.
7200
7201 * emacs-lisp/bytecomp.el: Doc fixes.
7202 (byte-compile-file-form-autoload): Update
7203 byte-compile-function-environment.
7204
c5aa0fc2
AS
72052000-03-29 Andreas Schwab <schwab@suse.de>
7206
7207 * emacs-lisp/autoload.el: Also print defsubst doc string
7208 specially.
7209
7210 * dired.el (dired-insert-directory): If dired-free-space-program
7211 failed just delete its output.
7212
f1d6fe69
DL
72132000-03-29 Dave Love <fx@gnu.org>
7214
7215 * international/iso-cvt.el: Move provide to end. Doc fixes.
7216 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
7217 (iso-iso2sgml, iso-sgml2iso): New functions.
7218 (iso-cvt-define-menu): Fix some entries and use backquote for
7219 clarity.
7220
7221 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
7222
b61f1215
GM
72232000-03-28 Gerd Moellmann <gerd@gnu.org>
7224
7225 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
7226 ISO-DATE. If non-nil, return date in ISO 8601 format.
7227
ea4b0ca3
SM
72282000-03-26 Stefan Monnier <monnier@cs.yale.edu>
7229
3831af62
SM
7230 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
7231 if it ever becomes used.
7232 (log-edit-mode-hook): Default to vc-log-mode-hook.
7233 (log-edit-mode): Fix the docstring.
7234
ea4b0ca3
SM
7235 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
7236 the code.
7237
08f8b1cc
DL
72382000-03-26 Dave Love <fx@gnu.org>
7239
082527fe
DL
7240 * net/browse-url.el (browse-url): Re-fix case of
7241 browse-url-browser-function being an alist.
7242 (browse-url): Add :link to defgroup.
7243
08f8b1cc
DL
7244 * files.el: Doc fixes.
7245 (file-truename): Include `[' in wildcard characters.
7246 (automount-dir-prefix): Customize.
7247 (find-file-wildcards): Add :version.
7248 (find-file-noselect): Simplify a mapcar call.
7249
7250 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
7251 compatible with inf-lisp version.
7252 (eval-defun-1): Fix custom-declare-variable case.
7253
ea4b0ca3
SM
72542000-03-25 Stefan Monnier <monnier@cs.yale.edu>
7255
7256 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
7257
9a0dd3dc
GM
72582000-03-24 Gerd Moellmann <gerd@gnu.org>
7259
b68c375f
GM
7260 * Makefile (COMPILE_FIRST): New macro.
7261 (compile-files): Compile files from COMPILE_FIRST first.
7262
7263 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
7264 code.
7265
9a0dd3dc
GM
7266 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
7267 matching open parenthesis in column 0 to defun-prompt-regexp
7268 only if open-paren-in-column-0-is-defun-start is set.
7269
7270 * sun-curs.el: Require CL at compile-time only.
7271
7272 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
7273 instead of copy-list which is a function from CL.
7274 (msb--choose-menu, msb--mode-menu-cond)
7275 (msb--create-buffer-menu-2): Use dolist instead of mapc.
7276 (msb--init-file-alist): Use mapcar instead of mapcan.
7277 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
7278 `(' in column 0 in doc string.
7279 (msb--add-separators): Use mapcar instead of mapcan.
7280
7281 * cus-dep.el: Require CL at compile-time only.
7282
c7dcadb5
SM
72832000-03-24 Stefan Monnier <monnier@cs.yale.edu>
7284
7285 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7286 (byte-compile-warnings): New warning `noruntime'.
7287 (byte-compile-constants, byte-compile-variables): Fix docstring.
7288 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
7289 execute `eval-whenc-compile's body.
7290 (byte-compile-unresolved-functions): Fix docstring.
7291 (byte-compile-eval): New function.
7292 (byte-compile-callargs-warn): Check if the function will be available
7293 at runtime (via property `byte-compile-noruntime').
7294 (byte-compile-print-syms): New function.
7295 (byte-compile-warn-about-unresolved-functions): Also warn about
7296 `noruntime' functions (and use `byte-compile-print-syms').
7297 (byte-compile-file): Capitalize the message.
7298
3b55acc9
GM
72992000-03-24 Gerd Moellmann <gerd@gnu.org>
7300
7301 * mail/rmail.el (rmail-confirm-expunge): New user-option.
7302 (rmail-expunge): Ask for confirmation depending on the setting
7303 of rmail-confirm-expunge.
7304
73052000-03-23 Gerd Moellmann <gerd@gnu.org>
7306
7307 * Makefile (bootstrap-clean): If $(emacs) exists, build
7308 loaddefs.el first. A loaddefs.el that's not up-to-date might
7309 cause a bootstrap failure because things don't autoload as
7310 expected.
7311
02c76af4
DL
73122000-03-23 Dave Love <fx@gnu.org>
7313
7314 * net/browse-url.el: Restore previous use of
7315 browse-url-maybe-new-window.
7316
1a3199d9
GM
73172000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7318
7319 * ps-print.el: Skip banner page fix.
7320 (ps-print-version): New version number (5.1.2).
7321 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 7322
1a3199d9
GM
73232000-03-23 Dave Pearson <davep@davep.org>
7324
7325 * net/quickurl.el Changed the type of parameter passed to the
7326 function defined by `quickurl-format-function'. Before only the
7327 text of the URL was passed. Now the whole URL structure is passed
7328 and the function is responsible for extracting the parts it
7329 requires. Changed the default of `quickurl-format-function'
7330 accordingly.
7331 (quickurl-insert): Changed the `funcall' of
7332 `quickurl-format-function' to match the above change.
7333 (quickurl-list-insert): Changed the `url' case so that it makes
7334 use of `quickurl-format-function', previous to this the format was
7335 hard wired.
fa78f71b 7336
72db3ab5
GM
73372000-03-22 Gerd Moellmann <gerd@gnu.org>
7338
7339 * startup.el: Change some spellings for the X Window System.
7340
68049bfa
SM
73412000-03-22 Stefan Monnier <monnier@cs.yale.edu>
7342
7343 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
7344 up the code and the regexp and make sure the cursor is temporarily
7345 moved to the suspicious line while querying the user.
7346
ff4df011
JR
73472000-03-22 Jason Rumney <jasonr@gnu.org>
7348
7349 * w32-fns.el (w32-charset-info-alist): Initialize.
7350
ee1c5b21
GM
73512000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7352
7353 * ps-print.el: N-up last page fix.
7354 (ps-print-version): New version number (5.1.1).
7355 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 7356
d2cbfba0
SM
73572000-03-21 Stefan Monnier <monnier@cs.yale.edu>
7358
bfb857d8
SM
7359 * files.el (find-file-run-dired): Update docstring.
7360 (find-directory-functions): New hook.
7361 (find-file-noselect): Run find-directory-functions rather than
7362 calling dired directly.
7363
7364 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
7365
cb3430a1
SM
7366 * pcvs.el: Add a minimal leading commentary.
7367 (cvs-make-cvs-buffer): Change the header part by removing the startup
7368 message and adding a `Module' entry. Also replace the FOOTER and
7369 HEADER special fileinfos with the new support in ewoc for updating
7370 its own footer and header.
7371 (cvs-update-header): Update to use the header/footer of the ewoc.
7372 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
7373 (cvs-is-within-p): New function.
7374 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
7375 to only examine some subset of the buffers.
7376
7377 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
7378 `format' instead of our own ad-hoc functions.
7379 Remove HEADER and FOOTER cases, now handled in the EWOC.
7380 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
7381
7382 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
7383 output to avoid scaring the user.
7384 (cvs-parse-table): Catch message for non-up-to-date commits.
7385
7386 * pcvs-defs.el (cvs-startup-message): Remove.
7387 (cvs-global-menu): New autoloaded menu.
7388
7389 * pcvs-util.el (cvs-string-fill): Remove.
7390
7391 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
7392 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
7393 PP part of it and also make it work for footers and headers.
7394 (ewoc-create): Drop POS and BUFFER arguments.
7395 Use the DLL's dummy node to store the end-of-footer position.
7396 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
7397 (ewoc-refresh): Remove unused `header' variable.
7398 (ewoc-(get|set)-hf): New functions.
7399
d2cbfba0
SM
7400 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
7401 log-view-*-(message|file) and use easy-mmode-define-navigation.
7402 (log-view-message-re): Match SCCS format as well.
7403 And match the revision line rather than the dashed separator line.
7404 (log-view-mode): Use the new define-derived-mode.
7405 (log-view-current-tag): Fill in with an actual implementation.
7406
7407 * cvs-status.el (cvs-status-(prev|next)): Rename from
7408 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
7409 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
7410 to let the output "breathe" a little more (more readable).
7411 (cvs-status-mode): Use the new define-derived-mode.
7412
7413 * smerge-mode.el (smerge-auto-leave): New function and variable.
7414 (smerge-basic-map): Rename from smerge-basic-keymap.
7415 Change the bindings for smerge-diff-*.
7416 (smerge-*-map): Use easy-mmode-defmap.
7417 (smerge-(next|prev)): Use easy-mmode-define-navigation.
7418 (smerge-keep-*): Use smerge-auto-leave.
7419
51663132
JR
74202000-03-21 Jason Rumney <jasonr@gnu.org>
7421
7422 * cus-edit.el (custom-button-face): Use 3D look for w32.
7423 (custom-button-pressed-face): Likewise.
7424
3f6e4b8b
GM
74252000-03-21 Gerd Moellmann <gerd@gnu.org>
7426
7427 * progmodes/etags.el (tags-case-fold-search): New user-option.
7428 (tags-loop-eval): New function. Bind case-fold-search around eval
7429 depending on the value of tags-case-fold-search.
7430 (tags-loop-continue): Use tags-loop-eval.
7431 (find-tag-in-order): Bind case-fold-search depending on the value
7432 of tags-case-fold-search.
7433
c7ea3acc
SM
74342000-03-21 Stefan Monnier <monnier@cs.yale.edu>
7435
0ae39f53
SM
7436 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
7437 (diff-end-of-hunk): Return the end position for use in
7438 `easy-mmode-define-navigation'.
7439 (diff-recenter): Remove.
7440 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
7441 of `easy-mmode-define-navigation'.
7442 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
7443 previous renaming) and fix to use new names.
7444 (diff-merge-strings): Use \n as separator: simpler, faster.
7445 (diff-mode): Use `define-derived-mode'.
7446
c7ea3acc
SM
7447 * derived.el (define-derived-mode): Don't autoload anymore.
7448 Prefer the macro-only version provided by easy-mmode.el.
7449
7450 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
7451 `easy-mmode-define-derived-mode'.
7452 Use `combine-run-hooks'.
7453 (easy-mmode-define-navigation): New macro.
7454
7455 * subr.el (combine-run-hooks): New function.
7456
6c4bfdc0
KH
74572000-03-21 Kenichi HANDA <handa@etl.go.jp>
7458
7459 * term/x-win.el: Fontsets related initialization is simplified.
7460
7461 * international/mule-diag.el (describe-font): Don't refer to
7462 global-fontset-alist, instead call font-list.
7463 (describe-fontset, list-fontsets, mule-diag): Likewise.
7464 (print-fontset): Adjusted for the change of fontset
7465 implementation.
7466
7467 * international/fontset.el (x-charset-registries): Variable
7468 removed, instead the corresponding data is stored in the default
7469 fontset.
7470 (register-alternate-fontnames): Function removed.
7471 (resolved-ascii-font): Variable removed.
7472 (x-compose-font-name): Ignore the second argument REDOCE.
7473 (x-complement-fontset-spec): Complement only an ASCII font and
7474 element for those charsets than can use that ASCII font.
7475 (generate-fontset-menu): Don't refer to global-fontset-alist,
7476 instead call fontset-list.
7477 (uninstantiated-fontset-alist): Variable removed.
7478 (x-style-funcs-alist): Likewise.
7479 (fontset-default-styles): Likewise.
7480 (x-modify-font-name): Function removed.
7481 (create-fontset-from-fontset-spec): Ignore the argument
7482 STYLE-VARIANT.
7483 (create-fontset-from-ascii-font): Docsting adjusted for the above
7484 change.
7485 (instantiate-fontset, resolve-fontset-name): Functions removed.
7486 (fontset-list): Now implemented by C code.
fa78f71b 7487
6c4bfdc0
KH
7488 * faces.el (read-face-font): Fix TABLE arg to completing-read.
7489 (describe-face): Include `font' attribute in the description.
7490
9111d4b5
KH
74912000-03-21 Kenichi Handa <handa@etl.go.jp>
7492
7493 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
7494
b33dd3b0
GM
74952000-03-20 Gerd Moellmann <gerd@gnu.org>
7496
a25bbe00
GM
7497 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
7498 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
7499 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 7500
b33dd3b0
GM
7501 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
7502 about behavior of set-buffer-modified-p wrt redisplay.
7503
8b7bc628 75042000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
7505
7506 * view.el (view-mode-disable): Kill local binding of view-read-only.
7507
d7b511c4
GM
75082000-03-18 Gerd Moellmann <gerd@gnu.org>
7509
7510 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
7511 is a string, convert it to a syntax cell using string-to-syntax.
7512
7513 * simple.el (syntax-code-table, syntax-flag-table): New variables.
7514 (string-to-syntax): New function.
7515
7516 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
7517 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 7518 try to use passive ftp mode.
d7b511c4 7519
998ecc60
GM
75202000-03-17 Gerd Moellmann <gerd@gnu.org>
7521
b33dd3b0 7522 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
7523
7524 * simple.el (append-to-buffer): Update point of windows after
7525 insertion.
7526
7527 * abbrev.el (inverse-add-abbrev): Identify word by first moving
7528 forward then moving backward. Reindent.
7529
7530 * frame.el (other-frame): Call x-focus-frame only if
7531 focus-follows-mouse is off.
7532
235d6821
DL
75332000-03-17 Dave Love <fx@gnu.org>
7534
7535 * pcvs-util.el (cvs-strings->string): Rename
7536 replace-regexps-in-string.
7537
a29a2cd1
SM
75382000-03-17 Stefan Monnier <monnier@cs.yale.edu>
7539
af595444
SM
7540 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
7541 regexp for labels cannot span several lines.
7542
7543 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 7544 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 7545
a9be2843
DL
75462000-03-16 Dave Love <fx@gnu.org>
7547
7548 * progmodes/f90.el (f90): Put custom group under `languages', not
7549 `fortran'.
7550 (f90-mode-hook): Customize.
7551 (f90-mode): Set add-log-current-defun-function.
7552 (f90-current-defun): New function.
7553
d0ab3e9d
GM
75542000-03-16 Gerd Moellmann <gerd@gnu.org>
7555
16b20ed9
GM
7556 * cus-edit.el (custom-variable-tag-face): Handle case that
7557 default face's height is not a number.
7558 (custom-face-tag-face, custom-group-tag-face-1)
7559 (custom-group-tag-face): Ditto.
7560 (custom-group-tag-face-1): Add :group.
fa78f71b 7561
d0ab3e9d
GM
7562 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
7563
ae8ab422
GM
75642000-03-15 Gerd Moellmann <gerd@gnu.org>
7565
7566 * pcvs-defs.el (toplevel): Remove autoload cookie for form
7567 requiring easymenu.
7568
81c7ca69
GM
75692000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7570
7571 * ps-print.el: PostScript user-defined prologue, PostScript error
7572 handler, doc fix.
7573 (ps-print-version): New version number (5.1).
7574 (ps-user-defined-prologue, ps-error-handler-message)
7575 (ps-print-prologue-0, ps-error-handler-alist): New vars.
7576 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
7577 (ps-insert-string): New function.
fa78f71b 7578
dcf1003d
KH
75792000-03-15 Kenichi Handa <handa@etl.go.jp>
7580
7581 * international/ccl.el (ccl-compile-expression): Don't generate
7582 invalid self-assignment code.
7583
73825616
DL
75842000-03-14 Dave Love <fx@gnu.org>
7585
7586 * subr.el (replace-regexp-in-string): Renamed from
7587 replace-regexps-in-string. Doc fix.
7588
031020ac
DL
75892000-03-12 Dave Love <fx@gnu.org>
7590
7591 * cus-edit.el: Doc fixes.
7592 (customize-set-variable, customize-save-variable): Rename args for
7593 doc.
7594 (custom-variable-tag-face, custom-face-tag-face)
7595 (custom-group-tag-face-1, custom-group-tag-face): Modify from
7596 style which user identify as hyperlink.
7597 (hook): Don't add undefined functions to the hook.
7598 (debug-ignored-errors): Transfer message from bindings.el.
7599
9b2f3c38
GM
76002000-03-12 Gerd Moellmann <gerd@gnu.org>
7601
7602 * recentf.el (recentf-keep-non-readable-files-p): Remove
7603 double/nested definition.
7604
0d6e23cf
DL
76052000-03-12 Dave Love <fx@gnu.org>
7606
7607 * facemenu.el (facemenu-get-face): Use display-color-p.
7608 * enriched.el (enriched-decode-foreground): Likewise.
7609 (enriched-decode-background): Likewise.
7610 * isearch.el (isearch-highlight): Likewise.
7611 * info-look.el (info-lookup): Likewise.
7612 * simple.el (completion-setup-function): Likewise.
7613
7614 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
7615 :options.
7616
7617 * bindings.el (mode-line-format): Fix line-number and
7618 column-number items. Add help-echo for the background.
7619 (mode-line-mule-info): Modify help-echo.
7620
7621 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
7622 defcustom.
7623
7624 * files.el (load-file): Allow completion to .elc.
7625
7626 * man.el: Doc fixes.
7627 (Man-init-defvars): Use display-color-p to set fontification.
7628
7629 * play/hanoi.el (hanoi-internal): Don't use oddp.
7630
e1cff360
GM
76312000-03-12 Gerd Moellmann <gerd@gnu.org>
7632
7633 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
7634
7635 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
7636
5e5dff44
GM
76372000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
7638
7639 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
7640 Fix comment.
7641
5b467bf4
SM
76422000-03-10 Stefan Monnier <monnier@cs.yale.edu>
7643
83fef604
SM
7644 * font-lock.el (font-lock-keywords): Fix the doc now that
7645 regexp-opt-depth is unnecessary.
7646 (save-buffer-state): Set an edebug spec.
7647 (font-lock-fontify-anchored-keywords): Properly handle the case when
7648 the matcher goes past the limit.
7649
5b467bf4
SM
7650 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
7651 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
7652
83fef604
SM
7653 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
7654 dll.el and cookie.el (from Elib) with heavy renaming and other
7655 massaging.
5b467bf4
SM
7656
7657 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
7658 Autoload the functions used.
7659 (easy-mmode-define-syntax): Fix CL typo.
7660 (easy-mmode-define-derived-mode): Improve the docstring generation.
7661
d407456c
GM
76622000-03-10 Gerd Moellmann <gerd@gnu.org>
7663
7664 * textmodes/texinfo.el (texinfo-version): Variable and function
7665 removed.
7666
5a7a545c
SM
76672000-03-09 Stefan Monnier <monnier@cs.yale.edu>
7668
0d6e23cf
DL
7669 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
7670 allow more flexibility.
7671 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
7672 fns.
7673 (easy-mmode-defmap, easy-mmode-defsyntax)
7674 (easy-mmode-define-derived-mode): New macros.
5a7a545c 7675
d407456c 76762000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
7677
7678 * rect.el (replace-rectangle): New function.
7679
76802000-03-09 Dave Love <fx@gnu.org>
7681
7682 * progmodes/fortran.el (fortran-comment-line-start): Define as
7683 "C".
7684 (fortran-comment-line-start-skip): Don't match cpp stuff.
7685 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
7686 (fortran-mode-map): Remove over-eager custom-menu-create for now.
7687 (fortran-mode): Don't set fortran-comment-line-start-skip,
7688 fortran-comment-line-start here. Set comment-start,
7689 add-log-current-defun.
7690 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
7691 (fortran-current-defun): New function.
7692
80460654
GM
76932000-03-09 Gerd Moellmann <gerd@gnu.org>
7694
d1221ea9
GM
7695 * emacs-lisp/re-builder.el: New file.
7696
1853aa6b
GM
7697 * mouse.el (mouse-drag-region): Don't run up-event handler
7698 if hscroll has changed.
7699
80460654
GM
7700 * octave-mod.el (octave-font-lock-keywords): To font-lock the
7701 builtin operators, use `font-lock-builtin-face' for Emacs and
7702 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
7703
7704 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
7705 `(defun (setf foo)' differently.
7706
c0056275
SM
77072000-03-08 Stefan Monnier <monnier@cs.yale.edu>
7708
7709 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
7710 (regexp-opt): Update comment and adapt the code the new meaning of
7711 the `paren' argument of regex-opt-group for shy-groups.
7712 (regexp-opt-depth): Handle shy groups as well as backslashed
7713 backslashes.
c0056275
SM
7714 (regexp-opt-group): Turn the leading comment into a docstring.
7715 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
7716 Remove open-presuf and close-presuf. Instead of checking for `all
7717 one-char' and then later on check for `several one-char', handle
7718 both cases close together. Also apply a more generic algorithm
7719 for suffixes (the mirror image of the algorithm used for
7720 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
7721 (regexp-opt-try-suffix): Removed.
7722
7723 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
7724 from comint-mode-map, so we can just inherit from it. Also, move
7725 the initialization into the `defvar' since there's no docstring
7726 anyway and it's fairly short.
7727 (inferior-scheme-mode): Define it as derived-mode: the code is
7728 shorter and this way we inherit from comint-mode-map rather than
7729 copying it.
c0056275 7730
80460654
GM
7731 * subr.el (replace-regexps-in-string): Properly handle the case
7732 where we match an empty string.
c0056275 7733
80460654
GM
7734 * comint.el (comint-exec-1): Add the current-dir to the exec-path
7735 when the command has a directory component (such as "./testml").
c0056275
SM
7736 Also fix a typo in the comment.
7737
5e91ff9e
GM
77382000-03-08 Gerd Moellmann <gerd@gnu.org>
7739
feab4fba
GM
7740 * Makefile (compile-files): Compile files one by one because
7741 that's the only way to ensure a clean compilation environment for
7742 each individual file.
7743
5e91ff9e
GM
7744 * frame.el (other-frame): Call x-focus-frame.
7745
76162e12
DL
77462000-03-07 Dave Love <fx@gnu.org>
7747
f64ce788
DL
7748 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
7749 :require to defcustom.
7750
76162e12
DL
7751 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
7752 lists.
7753
7754 * files.el (auto-mode-alist): Add configure.in.
7755
7756 * progmodes/autoconf.el: New file.
7757
f7daf1e1
GM
77582000-03-07 Gerd Moellmann <gerd@gnu.org>
7759
7760 * mail/mh-e.el: Change maintainer to `none'.
7761
7762 * recentf.el (recentf-keep-non-readable-files-p): Quote args
7763 to remove-hook and add-hook.
7764
77652000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7766
7767 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
7768 it as the default.
7769 (mail-send): Test mail-send-nonascii also for the new `mime' value.
7770 (sendmail-send-it): Conditionally add MIME headers specifying the
7771 used character set.
fa78f71b 7772
63f6b2c4
DL
77732000-03-07 Dave Love <fx@gnu.org>
7774
7775 * winner.el: Fix keywords, autoload cookies. Split
7776 eval-when-compile form to avoid compilation failure.
7777
8330e2f9
KH
77782000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
7779
7780 * international/mule.el: Modify comment about coding system
7781 property `coding-category'.
7782 (make-coding-system): New argument EOL-TYPE. Pay attention to
7783 coding-category property of PROPERTIES.
7784
7785 * international/mule-conf.el (coding-category-utf-8,
7786 coding-category-utf-16-be, coding-category-utf-16-le): New coding
7787 categories. Include them in the argument for set-coding-priority.
7788
7789 * international/mule-cmds.el (reset-language-environment): Include
7790 coding-category-utf-8, coding-category-utf-16-be, and
7791 coding-category-utf-16-le in the argument for set-coding-priority.
7792 (reset-language-environment): Initialize coding-category-utf-8,
7793 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
7794
18bb0684
GM
77952000-03-06 Karl Fogel <kfogel@red-bean.com>
7796
7797 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
7798 code abstracted out of `bookmark-jump-noselect'. Now tries info
7799 extensions as well as compression extensions.
7800 (bookmark-jump-noselect): Use above new func.
fa78f71b 7801
71a6ba55
GM
78022000-03-03 Gerd Moellmann <gerd@gnu.org>
7803
7804 * strokes.el: Change maintainer's mail address.
7805
0d56cdff
KH
78062000-03-03 Kenichi Handa <handa@etl.go.jp>
7807
7808 * international/mule-diag.el (list-character-sets): Make help-echo
7809 string by substitute-command-keys.
7810 (list-character-sets): Likewise.
7811 (sort-listed-character-sets): Call help-setup-xref.
7812
900fa1f1
GM
78132000-03-02 Gerd Moellmann <gerd@gnu.org>
7814
7815 * time.el (display-time-mail-file): Add `none' to the list of
7816 choices.
7817
54d04320
DL
78182000-03-01 Dave Love <fx@gnu.org>
7819
43f3fa09
DL
7820 * help.el (help-xref-go-back): Don't try to set position.
7821
54d04320
DL
7822 * international/mule-diag.el (list-character-sets): Call
7823 help-setup-xref. Add help-echo to xrefs.
7824 (list-character-sets-1): Add help-echo to xrefs.
7825
d054101f
GM
78262000-03-02 Gerd Moellmann <gerd@gnu.org>
7827
7828 * frame.el (blink-cursor-mode): Switch cursor on when turning
7829 the mode off.
7830
7831 * add-log.el (add-log-current-defun): Add support for
7832 Autoconf mode.
7833
7834 * mail/rmail.el (rmail-quit-hook): New variable.
7835
d77dae5c
DL
78362000-03-01 Dave Love <fx@gnu.org>
7837
e5f597f0
DL
7838 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
7839
d77dae5c
DL
7840 * help.el (help-xref-button): Add help-echo arg.
7841 (describe-function-1, describe-variable, help-make-xrefs): Use it.
7842
7843 * faces.el (list-faces-display): Supply help-echo with
7844 help-make-xrefs.
7845
7846 * facemenu.el (list-text-properties-at): Set help-xref-stack to
7847 nil.
7848
72d19d75
GM
78492000-03-01 Gerd Moellmann <gerd@gnu.org>
7850
2df636f4
GM
7851 * image.el (defimage): Look for image files in load-path.
7852
fa78f71b 7853 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
7854 `number'.
7855
2df636f4
GM
78562000-03-01 David Ponce <david.ponce@wanadoo.fr>
7857
7858 * recentf.el (recentf): Added version tag to the defgroup of
7859 recentf.
7860
78612000-03-01 David Ponce <david.ponce@wanadoo.fr>
7862
7863 * recentf.el (recentf-cleanup): Changed to remove excluded file
7864 too.
7865 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
7866 action to select/unselect a file.
7867 (recentf-edit-list): Code cleanup and improvement.
7868 (recentf-open-more-files-action): `recentf-open-more-files' button
7869 widget action to open a file.
7870 (recentf-open-more-files): No more use standard completion but
7871 widgets.
7872 (recentf-more-collection): Deleted.
7873 (recentf-more-history): Deleted.
7874 (recentf-setup-more-completion): Deleted.
7875
78762000-03-01 David Ponce <david.ponce@wanadoo.fr>
7877
7878 * recentf.el (recentf-mode): No more needs that Emacs is running
7879 under a window-system.
7880
78811999-03-01 David Ponce <david.ponce@wanadoo.fr>
7882
7883 * recentf.el (recentf-edit-list): New command to edit the recent
7884 list which allow the user to remove files.
7885 (recentf-edit-selected-items): New global variable, used by
7886 `recentf-edit-list' to hold the list of files to be removed from
7887 the recent list.
7888 (recentf-make-menu-items): Updated to display a "Edit list..."
7889 menu item. Minor code cleanup.
7890
78911999-03-01 David Ponce <david.ponce@wanadoo.fr>
7892
7893 * recentf.el (recentf-open-more-files): New command to open files
7894 that are not displayed in the menu.
7895 (recentf-more-collection): New global variable holding the set of
7896 permissible completions used by `recentf-open-more-files'.
7897 (recentf-more-history): New global variable holding the history list
7898 used by `recentf-open-more-files' completion.
7899 (recentf-setup-more-completion): New function to setup completion for
7900 `recentf-open-more-files'.
7901 (recentf-make-menu-items): Updated to display a "More..." menu item.
7902
79031999-03-01 David Ponce <david.ponce@wanadoo.fr>
7904
7905 * recentf.el (recentf-menu-action): Doc fixed.
7906
79071999-03-01 David Ponce <david.ponce@wanadoo.fr>
7908
7909 * recentf.el (recentf-menu-filter): Doc updated.
7910 (recentf-update-menu-hook): Allow menu filters to force menu update.
7911 (recentf-make-menu-items): New menu filter handling.
7912 (recentf-make-menu-item): New helper function.
7913 (recentf-menu-elements): New menu handling function.
7914 (recentf-sort-ascending): Updated to new menu filter handling.
7915 (recentf-sort-descending): Updated to new menu filter handling.
7916 (recentf-sort-basenames-ascending): New menu filter function.
7917 (recentf-sort-basenames-descending): New menu filter function.
7918 (recentf-show-basenames): New menu filter function.
7919 (recentf-show-basenames-ascending): New menu filter function.
7920 (recentf-show-basenames-descending): New menu filter function.
7921
72d19d75
GM
79222000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7923
7924 * diary-lib.el (list-diary-entries): Don't try to go forward at
7925 the end of the buffer.
7926
1ac1c836
KH
79272000-02-29 Kenichi Handa <handa@etl.go.jp>
7928
7929 * international/mule-diag.el (list-character-sets): Completely
7930 rewritten.
7931 (sort-listed-character-sets): New function.
7932 (list-character-sets-1): Completely rewritten.
7933 (list-character-sets-2): New function.
7934 (non-iso-charset-alist): New variable.
7935 (decode-codepage-char): New function.
7936 (charset-history): New variable.
7937 (read-charset) (list-block-of-chars)
7938 (list-iso-charset-chars)
7939 (list-non-iso-charset-chars)
7940 (list-charset-chars): New functions.
7941 (mule-diag): Call list-character-sets-2, not
7942 list-character-sets-2.
7943 (dump-charsets): Likewise.
7944
ed4d0512
GM
79452000-02-29 Gerd Moellmann <gerd@gnu.org>
7946
72d19d75
GM
7947 * dired-x.el (dired-filename-at-point): Add `@' to valid
7948 file name characters.
7949 (dired-filename-at-point): Handle ange-ftp file names.
7950
ed4d0512
GM
7951 * frame.el (frame-notice-user-settings): Use assq-delete-all
7952 instead of assoc-delete-all.
7953 (frame-notice-user-settings): Ditto.
7954
7955 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
7956 Don't copy alist.
7957
32038c7a
GM
79582000-02-28 Eli Barzilay <eli@cs.cornell.edu>
7959
7960 * calculator.el (calculator-use-menu): New option.
7961 (calculator-initial-bindings): Changed some bindings to work as
7962 macros.
7963 (calculator-forced-input): Removed.
7964 (calculator-restart-other-mode): New variable.
7965 (calculator-mode-map): Set up menu.
fa78f71b 7966
32038c7a
GM
79672000-02-28 Jari Aalto <jari.aalto@poboxes.com>
7968
7969 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
7970 tags.
fa78f71b 7971
55d7ff38 79722000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 7973
55d7ff38
MK
7974 * viper-cmd.el (viper-envelop-ESC-key): added the option to
7975 translate all ESC key sequences.
7976 (viper-goto-mark-subr): restore markers for files for which
7977 they were saved.
7978 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
7979 * viper-util.el (viper-set-replace-overlay-glyphs,
7980 viper-set-replace-overlay): always check if the replacement
7981 overlay is live.
7982 * viper.el (viper-vi-state-mode-list): added major modes.
7983 * ediff-wind.el: minor comment changes.
7984 * ediff.el: copyright notice date fix.
fa78f71b 7985
387023ee
JR
79862000-02-27 Jason Rumney <jasonr@gnu.org>
7987
7988 * faces.el (face-font-family-alternatives): Add arial to helv.
7989 (mode-line, header-line, tool-bar): Same default as x for w32.
7990 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
7991 face-font-family-alternatives from working.
7992 * term/w32-win.el (mouse-set-font): Do not build fontset from
7993 chosen font.
7994
f43d79c1
GM
79952000-02-25 Sam Steingold <sds@goems.com>
7996
5d80cc9c 7997 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 7998 properly.
fa78f71b 7999
8b7bc628 80002000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
8001
8002 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
8003
4eb8436f
GM
80042000-02-25 Gerd Moellmann <gerd@gnu.org>
8005
8006 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
8007 writable.
8008
449c3c52 8009 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 8010
42088c12
GM
80112000-02-24 Gerd Moellmann <gerd@gnu.org>
8012
8013 * frame.el (show-cursor-in-non-selected-windows): New option.
8014
c60ea02e
GM
80152000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8016
8017 * diary-lib.el (include-other-diary-files): Undo the selective
8018 display in any included file and don't kill it.
8019
d066de8e
EZ
80202000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
8021
8022 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
8023 bar. Menu items converted to (menu-item format, help strings
8024 added.
8025 [downcase, upcase]: Don't enable on MS-DOS.
8026 [symlink, symlinks]: Don't show if make-symbolic-link is not
8027 bound.
8028 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
8029
b6906b38
DL
80302000-02-23 Dave Love <fx@gnu.org>
8031
275cf1b2
DL
8032 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
8033 (backward-kill-word): Revert addition of * to interactive spec --
8034 it's a feature.
8035
8036 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8037 (backward-kill-sentence, kill-sentence): Likewise.
8038
99d48056
DL
8039 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
8040 scratch buffer name.
8041 (gud-format-command): Use int-to-string in ?l case. Simplify
8042 slightly.
8043
8044 * term/w32-win.el (internal-face-interactive): Update prompt for
8045 new read-face-name.
8046
8047 * mail/footnote.el (footnote): Add :version to defgroup.
8048 (footnote-section-tag-regexp): Customize.
8049 (footnote-start-tag, footnote-end-tag): New option.
8050 (footnote-latin-regexp): New variable.
8051 (Footnote-latin): New function.
8052 (footnote-style-alist): Add element for latin style.
8053 (footnote-style): Moved.
8054 (Footnote-goto-footnote): Use eq to test arg.
8055
8056 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
8057
b6906b38
DL
8058 * emacs-lisp/byte-opt.el: Change old backquote syntax.
8059 (byte-compile-trueconstp): Include keywords.
8060 (byte-optimize-quote, byte-optimize-lapcode): Use
8061 byte-compile-const-symbol-p.
8062 (byte-optimize-char-before): New optimization.
8063
8064 * emacs-lisp/bytecomp.el: Change old backquote syntax.
8065 (byte-compile-const-symbol-p): New function.
8066 (byte-compile-constp, byte-compile-out-toplevel)
8067 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
8068 Use it.
8069
8070 * subr.el (define-key-after): Default AFTER to t. Doc fix.
8071
214f877f
KH
80722000-02-23 Kenichi Handa <handa@etl.go.jp>
8073
c709bcf1
KH
8074 * international/encoded-kb.el: Be sure to update minor-mode-alist
8075 and minor-mode-map-alist.
8076 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
8077 codes SS2 and SS3 correctly.
8078 (encoded-kbd-self-insert-ccl): New function.
8079 (encoded-kbd-setup-keymap): New function.
8080 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
8081 by calling encoded-kbd-setup-keymap.
8082
214f877f
KH
8083 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
8084 characters.
8085 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
8086 locally.
8087
b021ef18
DL
80882000-02-22 Dave Love <fx@gnu.org>
8089
8090 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
8091 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
8092 defvar.
8093 (lisp-mode-syntax-table): Set up for #|...|# comments.
8094 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
8095 classes. Match `defface'.
8096 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
8097 (eval-defun-1): Fix for defcustom.
8098 (lisp-indent-region): Doc fix.
8099
8100 * subr.el (when, unless, split-string): Doc fix.
8101 (read-passwd): Move call of clear-this-command-keys to the right
8102 place.
8103 (replace-regexps-in-string): New function.
8104
14cc00ad
GM
81052000-02-22 Gerd Moellmann <gerd@gnu.org>
8106
8107 * help.el (describe-variable): Set syntax table to
8108 emacs-lisp-mode-syntax-table when moving forward over the
8109 symbol's name.
8110
47da5efa
DL
81112000-02-22 Dave Love <fx@gnu.org>
8112
8113 * xt-mouse.el: Doc fixes.
8114 (xterm-mouse-position-function): New function, replacing advice of
8115 mouse-position.
8116 (xterm-mouse-mode): Use it. Don't turn on under a window system.
8117
8118 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
8119
f0a6c717
GM
81202000-02-21 Gerd Moellmann <gerd@gnu.org>
8121
8122 * format.el (format-annotate-single-property-change): Handle
8123 properties.with dotted-list values.
8124 (format-proper-list-p): New function.
8125
8126 * enriched.el (enriched-face-ans): Handle '(foreground-color
8127 . COLOR) and (background-color . COLOR).
8128
2be80b63
DL
81292000-02-20 Dave Love <fx@gnu.org>
8130
8131 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
8132 and assignments to it.
8133 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
8134 current local map.
8135 (make-flyspell-overlay): Use it.
8136 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
8137
8138 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
8139 (lm-get-header-re): Defun, not defsubst.
8140 (lm-get-package-name): Defun, not defsubst. Simplify.
8141 (lm-version): Doc fix. Simplify.
8142 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
8143 (lm-crack-address, lm-last-modified-date, lm-commentary)
8144 (lm-verify, lm-synopsis): Simplify.
8145 (lm-report-bug): Require emacsbug. Use compose-mail.
8146
329eed9f
GM
81472000-02-20 Gerd Moellmann <gerd@gnu.org>
8148
8149 * dired.el (dired-mode): Call propertized-buffer-identification
8150 to set mode-line-buffer-identification to something having
8151 the right text properties.
8152
8153 * bindings.el (propertized-buffer-identification): New function.
8154
be5bb146
DL
81552000-02-20 Dave Love <fx@gnu.org>
8156
8157 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
8158 check for t-mouse too.
8159
8160 * cus-start.el: Make echo-keystrokes `number'.
8161
1d4311c3
EZ
81622000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
8163
8164 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
8165 Don't call ring-empty-p unless tags-location-ring is bound.
8166 From Noah Friedman <friedman@splode.com>.
8167
a23c5037
TTN
81682000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
8169
8170 * progmodes/hideshow.el (hs-flag-region): No longer use
8171 `intangible' overlay property.
8172
8173 (hs-toggle-hiding): New command.
8174 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
8175
8176 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
8177 Fix omission bug: Run `hs-minor-mode-hook' for both activation
8178 and deactivation.
8179
b6a22bf8
GM
81802000-02-18 Gerd Moellmann <gerd@gnu.org>
8181
8182 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
8183
d621caf7
GM
81842000-02-17 Gerd Moellmann <gerd@gnu.org>
8185
3c0ed7ce
GM
8186 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
8187
d621caf7
GM
8188 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
8189 of `*' to handle `(* ... *)' comments.
8190
538d88fb
EZ
81912000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
8192
53c80cf6 8193 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 8194 window-system.
53c80cf6 8195
538d88fb
EZ
8196 * menu-bar.el (global-map): Menu-bar items converted to the new
8197 format (menu-item..., rearranged for better CUA compliance, and
8198 their names changed for better clarity. Help strings added.
8199
8200 * international/mule-cmds.el (mule-menu-keymap)
8201 (describe-language-environment-map, set-coding-system-map)
8202 (setup-language-environment-map): Convert to new (menu-item...
8203 form, add help strings. Change names of menu items for better
8204 clarity. "Mule" menu-bar item removed (it's now in the "Options"
8205 submenu).
8206
8389e1e2 82072000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 8208
a23c5037 8209 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 8210 within the code.
a23c5037 8211
8389e1e2 82122000-02-16 Dave Love <fx@gnu.org>
a23c5037 8213
84fe35f0
DL
8214 * faces.el: Don't require custom. Add more specific :groups to
8215 various deffaces.
8216 (set-face-attribute): Purecopy args.
8217 (read-face-name): Default to name at point and use it in prompt.
8218 Remove colon from arg in all callers.
8219 (list-faces-display): Hyperlink to face descriptions and customize
8220 buffers.
8221
b2aeee30
DL
82222000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
8223
8224 * wid-edit.el (widget-match-inline): An atom never matches a
8225 list.
8226
99e95407
GM
82272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8228
82d2c7c5
DL
8229 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
8230 at ':' characters by call to split-string.
99e95407
GM
8231
82322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8233
82d2c7c5 8234 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
8235
82362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8237
82d2c7c5
DL
8238 * textmodes/bibtex.el: Some temporary comments removed.
8239 (bibtex-field-name, bibtex-entry-type): Made the relationship
8240 explicit.
8241 (bibtex-field-const): Allow capital letters.
8242 (bibtex-start-of-string): Deleted because unused.
8243
8244 * textmodes/bibtex.el: Unified some nomenclature. We no longer
8245 use the term 'reference' to describe a bibtex entry as a whole.
8246 Further, reference keys are no longer called 'labels'.
8247 (bibtex-keys): Renamed to bibtex-reference-keys.
8248 (bibtex-reformat-previous-labels): Renamed to
8249 bibtex-reformat-previous-reference-keys.
8250 (bibtex-reference-type): Renamed to bibtex-entry-type.
8251 (bibtex-reference-head): Renamed to bibtex-entry-head.
8252 (bibtex-reference-maybe-empty-head): Renamed to
8253 bibtex-entry-maybe-empty-head.
8254 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
8255 (bibtex-search-reference): Renamed to bibtex-search-entry.
8256 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
8257 bibtex-enclosing-entry-maybe-empty-head.
8258 (bibtex-entry-field-alist, bibtex-entry-head,
8259 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
8260 bibtex-map-entries, bibtex-search-entry,
8261 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
8262 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8263 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
8264 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
8265 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
8266 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
8267 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
8268
82692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8270
82d2c7c5
DL
8271 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
8272 comment.
8273 (bibtex-format-field-delimiters): New function, functionality
8274 extracted from bibtex-format-entry.
8275 (bibtex-autokey-get-yearfield-digits): New function, functionality
8276 extracted from bibtex-autokey-get-yearfield.
8277
8278 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
8279 entries in order to avoid stack overflow in the regexp matcher if
8280 field contents become large.
8281 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
8282 bibtex-field-string-part-not-braced,
8283 bibtex-field-string-part-no-inner-braces,
8284 bibtex-field-string-part-1-inner-brace,
8285 bibtex-field-string-part-2-inner-braces,
8286 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
8287 bibtex-field-string-quoted, bibtex-field-string,
8288 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
8289 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
8290 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
8291 as parsing is now performed by the following functions.
8292 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
8293 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
8294 bibtex-parse-field-string, bibtex-search-forward-field-string,
8295 bibtex-parse-association, bibtex-field-name-for-parsing,
8296 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
8297 bibtex-search-forward-field, bibtex-search-backward-field,
8298 bibtex-start-of-field, bibtex-end-of-field,
8299 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
8300 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
8301 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
8302 bibtex-parse-string, bibtex-search-forward-string,
8303 bibtex-search-backward-string, bibtex-start-of-string,
8304 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
8305 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
8306 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
8307 entries. Instead of reporting the results of the parsing by
8308 match-beginning or match-end, these functions return data structures
8309 that hold the corresponding positions.
8310 (bibtex-enclosing-field): Changed to also report field boundaries by
8311 return values rather than by match-beginning or match-end. The
8312 following functions have been adapted to use the new parsing
8313 functions.
8314 (bibtex-skip-to-valid-entry, bibtex-search-reference,
8315 bibtex-enclosing-field, bibtex-format-entry,
8316 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
8317 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
8318 bibtex-print-help-message, bibtex-end-of-entry,
8319 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
8320 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8321 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
8322 method for parsing.
8323 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
8324 bibtex-map-entries, bibtex-flash-head,
8325 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
8326 bibtex-autokey-change, bibtex-autokey-get-namefield,
8327 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
8328 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8329 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
8330 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8331 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
8332 order to make the new binding of case-fold-search immediately
8333 visible.
99e95407
GM
8334
83352000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8336
82d2c7c5
DL
8337 * textmodes/bibtex.el: Copyright notice is up to date.
8338 Added constant 'bibtex-maintainer-salutation.
99e95407 8339
82d2c7c5
DL
8340 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
8341 than make-temp-name, use match-string-no-properties and eliminate
8342 a quadratic behavior when building bibtex-strings.
99e95407 8343
82d2c7c5
DL
8344 * bibtex.el (bibtex-reference-key): Accept string entries whose
8345 reference key contains upper case letters.
99e95407
GM
8346
83472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8348
82d2c7c5
DL
8349 * bibtex.el (bibtex-reference-head): Allow entries to start with
8350 a new line.
99e95407
GM
8351
83522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8353
82d2c7c5
DL
8354 * bibtex.el: Hiding of entry bodies is not longer provided by
8355 bibtex.el directly. Instead the hideshow package can be used.
8356 Added a special bibtex entry to hs-special-modes-alist.
8357 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
8358
83592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8360
f24fef2f
SM
8361 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
8362 at ':' characters by call to split-string.
8389e1e2
GM
8363
83642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8365
f24fef2f 8366 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
8367
83682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8369
f24fef2f
SM
8370 * textmodes/bibtex.el: Some temporary comments removed.
8371 (bibtex-field-name, bibtex-entry-type): Made the relationship
8372 explicit.
8373 (bibtex-field-const): Allow capital letters.
8374 (bibtex-start-of-string): Deleted because unused.
fa78f71b 8375
f24fef2f
SM
8376 * textmodes/bibtex.el: Unified some nomenclature. We no longer
8377 use the term 'reference' to describe a bibtex entry as a whole.
8378 Further, reference keys are no longer called 'labels'.
8379 (bibtex-keys): Renamed to bibtex-reference-keys.
8380 (bibtex-reformat-previous-labels): Renamed to
8381 bibtex-reformat-previous-reference-keys.
8382 (bibtex-reference-type): Renamed to bibtex-entry-type.
8383 (bibtex-reference-head): Renamed to bibtex-entry-head.
8384 (bibtex-reference-maybe-empty-head): Renamed to
8385 bibtex-entry-maybe-empty-head.
8386 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
8387 (bibtex-search-reference): Renamed to bibtex-search-entry.
8388 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
8389 bibtex-enclosing-entry-maybe-empty-head.
8390 (bibtex-entry-field-alist, bibtex-entry-head,
8391 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
8392 bibtex-map-entries, bibtex-search-entry,
8393 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
8394 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8395 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
8396 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
8397 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
8398 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
8399 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
8400
84012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8402
f24fef2f
SM
8403 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
8404 comment.
8405 (bibtex-format-field-delimiters): New function, functionality
8406 extracted from bibtex-format-entry.
8407 (bibtex-autokey-get-yearfield-digits): New function, functionality
8408 extracted from bibtex-autokey-get-yearfield.
fa78f71b 8409
f24fef2f
SM
8410 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
8411 entries in order to avoid stack overflow in the regexp matcher if
8412 field contents become large.
8413 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
8414 bibtex-field-string-part-not-braced,
8415 bibtex-field-string-part-no-inner-braces,
8416 bibtex-field-string-part-1-inner-brace,
8417 bibtex-field-string-part-2-inner-braces,
8418 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
8419 bibtex-field-string-quoted, bibtex-field-string,
8420 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
8421 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
8422 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
8423 as parsing is now performed by the following functions.
8424 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
8425 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
8426 bibtex-parse-field-string, bibtex-search-forward-field-string,
8427 bibtex-parse-association, bibtex-field-name-for-parsing,
8428 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
8429 bibtex-search-forward-field, bibtex-search-backward-field,
8430 bibtex-start-of-field, bibtex-end-of-field,
8431 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
8432 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
8433 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
8434 bibtex-parse-string, bibtex-search-forward-string,
8435 bibtex-search-backward-string, bibtex-start-of-string,
8436 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
8437 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
8438 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
8439 entries. Instead of reporting the results of the parsing by
8440 match-beginning or match-end, these functions return data structures
8441 that hold the corresponding positions.
8442 (bibtex-enclosing-field): Changed to also report field boundaries by
8443 return values rather than by match-beginning or match-end. The
8444 following functions have been adapted to use the new parsing
8445 functions.
8446 (bibtex-skip-to-valid-entry, bibtex-search-reference,
8447 bibtex-enclosing-field, bibtex-format-entry,
8448 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
8449 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
8450 bibtex-print-help-message, bibtex-end-of-entry,
8451 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
8452 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8453 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
8454 method for parsing.
8455 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
8456 bibtex-map-entries, bibtex-flash-head,
8457 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
8458 bibtex-autokey-change, bibtex-autokey-get-namefield,
8459 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
8460 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8461 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
8462 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8463 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
8464 order to make the new binding of case-fold-search immediately
8465 visible.
8389e1e2
GM
8466
84672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8468
f24fef2f
SM
8469 * textmodes/bibtex.el: Copyright notice is up to date.
8470 Added constant 'bibtex-maintainer-salutation.
fa78f71b 8471
f24fef2f
SM
8472 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
8473 than make-temp-name, use match-string-no-properties and eliminate
8474 a quadratic behavior when building bibtex-strings.
fa78f71b 8475
f24fef2f
SM
8476 * bibtex.el (bibtex-reference-key): Accept string entries whose
8477 reference key contains upper case letters.
8389e1e2
GM
8478
84792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8480
f24fef2f
SM
8481 * bibtex.el (bibtex-reference-head): Allow entries to start with
8482 a new line.
8389e1e2
GM
8483
84842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8485
f24fef2f
SM
8486 * bibtex.el: Hiding of entry bodies is not longer provided by
8487 bibtex.el directly. Instead the hideshow package can be used.
8488 Added a special bibtex entry to hs-special-modes-alist.
8489 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
8490
84912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8492
82d2c7c5 8493 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
8494 proceedings entry type (for cross referencing). Thanks to Wagner
8495 Toledo Correa for the suggestion.
8496
82d2c7c5 8497 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 8498
eae61d8f
KH
84992000-02-14 Kenichi Handa <handa@etl.go.jp>
8500
8501 * international/characters.el: Setup case table for Vietnamese.
8502
fb07a302
GM
85032000-02-12 Gerd Moellmann <gerd@gnu.org>
8504
8505 * uniquify.el (toplevel): Require CL at compile time.
8506 (uniquify-push): Removed.
8507
8508 * shadowfile.el (shadow-when): Removed.
8509
8510 * tempo.el (tempo-dolist, tempo-mapc): Removed.
8511 (tempo-process-and-insert-string): Use dolist instead of
8512 tempo-dolist.
8513
8514 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
8515 regexp for paragraph-start.
8516
8517 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
8518 commas as well.
8519
a0eddf92
DL
85202000-02-10 Dave Love <fx@gnu.org>
8521
8522 * wid-edit.el: (widgets) [defgroup]: Remove url link.
8523 (widget-color-choice-list, widget-color-history, widget-mouse-help):
8524 Deleted.
8525 (widget-specify-field, widget-specify-button): Don't use
8526 widget-mouse-help as help-echo property.
8527 (default): Use #'ignore for :validate and :mouse-down-action.
8528 (checkbox): Add help-echo.
8529 (widget-sexp-validate): Rewritten to clarify error messages.
8530 (character): Use char-valid-p in :match function.
8531 (widget-color-complete): Use facemenu-color-alist.
8532 (widget-color-action): Use facemenu-read-color.
8533
8534 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
8535 set up `caar' &c that we now have.
8536
82d2c7c5
DL
85372000-02-09 Ray Blaak <blaak@gnu.org>
8538
8539 * delphi.el: Make resourcestring a declaration region, like const
8540 and var.
8541
6cbc1482
DL
85422000-02-09 Dave Love <fx@gnu.org>
8543
8544 * bindings.el (mode-line-input-method-map): New variable.
8545 (mode-line-mule-info): Use it; fix last change.
8546 (mode-line-mode-menu): Move definition.
8547 (mode-line-mouse-sensitive-p): Deleted.
8548 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
8549 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
8550 level.
8551
8552 * startup.el (command-line-1): Don't call
8553 make-mode-line-mouse-sensitive.
8554
f7136ee8
GM
85552000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8556
8557 * mail/rmail.el (rmail-retry-failure): Use
8558 rmail-beginning-of-message before rmail-toggle-header, because the
8559 former toggles headers.
8560
6e1d0d15
SM
85612000-02-06 Stefan Monnier <monnier@cs.yale.edu>
8562
fef8c55b
SM
8563 * diff-mode.el (diff-kill-junk): New interactive function.
8564 (diff-reverse-direction): Use delete-and-extract-region.
8565 (diff-post-command-hook): Restrict the area so that the hook also works
8566 outside of any diff hunk. This is necessary for the minor-mode.
8567 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
8568 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
8569
6e1d0d15
SM
8570 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
8571 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
8572 so that it can be used more easily in <foo>-mode-hook. Also make sure
8573 to avoid duplicate entries.
8574 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
8575 (font-lock-remove-keywords): Just as was done for `add', allow it to
8576 work even if font-lock-mode is nil. Also make sure we don't modify
8577 any pre-existing list by forcing a copy-sequence. Finally rename
8578 `major-mode' to `mode'.
8579 (font-lock-fontify-syntactic-anchored-keywords)
8580 (font-lock-fontify-anchored-keywords)
8581 (font-lock-fontify-keywords-region): Use line-end-position.
8582 Don't make `font-lock-multiline' local (it's now done in
8583 font-lock-set-defaults).
8584 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
8585 move the `font-lock-fontified' creation to inside the `unless'.
8586
a75dfea0
AI
85872000-02-06 Andrew Innes <andrewi@gnu.org>
8588
8589 * term/w32-win.el (x-handle-args): Comment out call to message,
8590 which occurs before window system is initialized.
8591
8592 * makefile.nt: Add support for recompiling lisp code.
8593
b85e9462
DL
85942000-02-04 Dave Love <fx@gnu.org>
8595
9ff33afb
DL
8596 * bindings.el (mode-line-mule-info): Fix/extend last change.
8597
b85e9462
DL
8598 * completion.el: Replace completion-dolist with dolist.
8599
8600 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
8601 dotimes.
8602
44dff075
CD
86032000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
8604
8605 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
8606 environment names before they go into the section regexp.
8607
8608 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
8609 char class in regexp.
8610
8611 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
8612 `case-fold-search' to nil.
8613
8614 * progmodes/idlwave.el (idlwave-template): Respect
8615 `idlwave-abbrev-change-case'.
8616 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
8617 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
8618 idlwave-while): respect `idlwave-reserved-word-upcase'.
8619 (idlwave-rw-case): New function.
8620 (idlwave-statement-match): Fixed problem with assignment regexp.
8621 (idlwave-font-lock-keywords): Improved regexp for keyword
8622 parameters.
a23c5037 8623 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
8624 operators longer than 1 char.
8625
8626 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
8627 idlwave-shell-expression-overlay. Implemented printing of
8628 expressions on higher levels of the calling stack.
8629 (idlwave-shell-display-level-in-calling-stack): Restore stack
8630 level.
8631 (idlwave-retrieve-expression-from-level): New function.
8632 (idlwave-shell-last-calling-stack): Variable removed.
8633 (idlwave-shell-reset): Argument action reversed (`visible' to
8634 `hidden'). Also remove stop-line overlay.
8635 (idlwave-shell-calling-stack-routine): New variable.
8636 (idlwave-shell-parse-stack-and-display): Messages now display
8637 negative level numbers.
8638 (idlwave-shell-mode): Set `modeline-format'.
8639 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
8640 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
8641 21.
8642 (idlwave-shell-print-expression-function): New option.
a23c5037 8643
44dff075
CD
8644 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
8645 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
8646 `tool-bar' instead of `toolbar'.
8647
f26c34fd
DL
86482000-02-02 Dave Love <fx@gnu.org>
8649
8650 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
8651 emacs-lisp-mode-hook. Don't check for defalias being defined.
8652
8653 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8654 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
8655 the new builtins directly.
8656
8657 * whitespace.el (whitespace): Add :version to defgroup.
8658
8659 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
8660 Doc fix.
8661
8662 * thingatpt.el (sexp-at-point, symbol-at-point)
8663 (number-at-point, list-at-point): Add autoload cookie.
8664
8665 * recentf.el (recentf): Add :version to defgroup.
8666
8667 * quickurl.el (quickurl): Add :version to defgroup.
8668
8669 * elide-head.el (elide-head): Use point-marker more.
8670
8671 * bs.el (bs): Add :version to defgroup.
8672
8673 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
8674
8675 * progmodes/delphi.el (delphi): Add :version to defgroup.
8676
d240a249
GM
86772000-02-02 Gerd Moellmann <gerd@gnu.org>
8678
8679 * ange-ftp.el (ange-ftp-write-region): Handle case that
8680 succeeding process operation sets a different coding system.
8681
8682 * calculator.el: New file.
8683
d5179a01
EZ
86842000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
8685
8686 * frame.el (frames-on-display-list, framep-on-display): New
8687 functions.
8688 (display-mouse-p, display-popup-menus-p, display-graphic-p)
8689 (display-selections-p, display-screens, display-pixel-width)
8690 (display-pixel-height, display-mm-width, display-mm-height)
8691 (display-backing-store, display-save-under, display-planes)
8692 (display-color-cells, display-visual-class): New functions.
8693
8694 * term/tty-colors.el (tty-color-gray-shades): New function.
8695
8696 * faces.el (display-color-p): Use framep-on-display.
8697 (display-grayscale-p): New function.
8698
968e00f0
DL
86992000-01-31 Dave Love <fx@gnu.org>
8700
8701 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
8702 (create-fontset-from-x-resource): Don't concat integers.
8703
2cb750ba
GM
87042000-01-31 Inge Frick <inge@nada.kth.se>
8705
8706 * view.el: Some changes in documentation. Removed some trailing
8707 whitespace. Changed some parameter names to agree with
8708 documentation.
8709 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
8710 window is not deleted. Modifies change 1998-04-26.
a23c5037 8711
74e9213b
GM
87122000-01-31 Gerd Moellmann <gerd@gnu.org>
8713
47569935
GM
8714 * windmove.el: New file.
8715
74e9213b
GM
8716 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
8717 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 8718 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 8719
74e9213b
GM
8720 * jit-lock.el (jit-lock-function): Widen before calculating end
8721 position.
8722 (jit-lock-stealth-chunk-start): Rewritten.
8723
8724 * info.el (Info-title-face-alist): Removed.
8725 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
8726 faces.
8727 (Info-fontify-node): Use these faces.
8728
994c5afe
GM
87292000-01-30 Gerd Moellmann <gerd@gnu.org>
8730
8731 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
8732 (cl-macro-list1): Recognize `&allow-other-keys' instead of
8733 `&allow-other-keywords'.
8734
8735 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
8736 the list of directories scanned heuristically.
8737
8738 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
8739 exist.
8740
f00276e3
JR
87412000-01-30 Jason Rumney <jasonr@gnu.org>
8742
8743 * w32-fns.el: Define w32-tty-standard-colors.
8744
8745 * startup.el (command-line): Use w32-tty-standard-colors when in
8746 w32 console mode.
8747
cc4dfff0
DL
87482000-01-30 Dave Love <fx@gnu.org>
8749
e645e77b
DL
8750 * jka-compr.el (jka-compr-load): Fix up load-history.
8751
cc4dfff0
DL
8752 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
8753
8754 * emacs-lisp/cl-macs.el: Revert previous change.
8755
16215eb0
DL
87562000-01-29 Dave Love <fx@gnu.org>
8757
8758 * facemenu.el: Purecopy various strings.
8759
8760 * timezone.el (timezone-fix-time): Window against 69 for two-digit
8761 years. Deal with three-digit years.
8762
8763 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
8764 defconst, purecopy.
8765 (help-back-label): Purecopy it.
8766
bbd9b566
GM
87672000-01-18 Gerd Moellmann <gerd@gnu.org>
8768
8769 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
8770 variable. If non-nil, order the buffer list according to the
8771 currently selected frame.
8772 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
8773 non-nil, pass the selected frame to function buffer-list.
a23c5037 8774
887448e1
GM
87752000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8776
8777 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
8778
7df85084
DL
87792000-01-28 Dave Love <fx@gnu.org>
8780
142e109c
DL
8781 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
8782
7df85084
DL
8783 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
8784 Don't use lisp-indent-hook property.
8785 (cl-abs): Remove.
8786
8787 * subr.el: Move out indent and edebug specs for when and unless.
8788
8789 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
8790 when, unless.
8791
8792 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
8793 unless, when.
8794
3b43c01c
GM
87952000-01-28 Gerd Moellmann <gerd@gnu.org>
8796
d060bc9f
GM
8797 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
8798 `collecting' as synonym for `collect'.
8799
8800 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
8801 for the case it contains spaces.
8802
8803 * simple.el (what-cursor-position): Change formatting of
8804 messages.
8805
b02786f9
GM
8806 * frame.el (delete-other-frames): New function.
8807 (toplevel): Bind it to C-x 5 1.
8808
efd68b8a
GM
8809 * sort.el (sort-numeric-base): New option.
8810 (sort-numeric-fields): If number starts with `0' or `0[xX[',
8811 interpret it as octal or hexadecimal. Use sort-numeric-base
8812 as default base.
8813
3b43c01c
GM
8814 * progmodes/glasses.el: New file.
8815
984ae001
GM
88162000-01-27 Gerd Moellmann <gerd@gnu.org>
8817
a0b796e3
GM
8818 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
8819 userids differently.
8820
984ae001
GM
8821 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
8822 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
8823 progmodes/ebnf-yac.el: New files.
8824
6c67ddee
DL
88252000-01-26 Dave Love <fx@gnu.org>
8826
8827 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
8828 on a function with an empty body. [From Eric Ludlam.]
8829
4e6473c8
GM
88302000-01-25 Andre Spiegel <spiegel@gnu.org>
8831
8832 * vc.el (vc-version-diff): Make sure file name is expanded.
8833
e12489f9
GM
88342000-01-25 Gerd Moellmann <gerd@gnu.org>
8835
8836 * scroll-bar.el (scroll-bar-timer): Variable removed.
8837 (scroll-bar-toolkit-scroll): Don't use a timer.
8838
8dbe2b07
KH
88392000-01-25 Kenichi Handa <handa@etl.go.jp>
8840
8841 * language/thai-util.el (thai-composition-function): Delete
8842 superfluous `a'.
8843
26ef1c87
DL
88442000-01-24 Dave Love <fx@gnu.org>
8845
8846 * fortran.el (fortran-mode): Use beginning-of-defun-function,
8847 end-of-defun-function.
8848
8849 * font-lock.el (turn-on-font-lock): Don't depend on window-system
8850 &c.
8851
7ed4e9a7
JR
88522000-01-22 Jason Rumney <jasonr@gnu.org>
8853
8854 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
8855 conflicts with new face support.
8856
8b7bc628 88572000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
8858
8859 * replace.el (query-replace): Rename last arg to DELIMITED.
8860 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
8861 (query-replace-regexp): Likewise.
8862
8b7bc628 88632000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 8864
02b14400
RS
8865 * subr.el (with-syntax-table): Use make-symbol, not gensym.
8866
5bb6f079
RS
8867 * emacs-lisp/lisp.el (beginning-of-defun-function):
8868 Variable renamed from beginning-of-defun.
8869 Do not call make-variable-buffer-local.
8870 (beginning-of-defun-raw): Use new variable name; doc fix.
8871 (beginning-of-defun): Doc fix.
8872 (end-of-defun-function): Variable renamed from end-of-defun.
8873 Do not call make-variable-buffer-local.
8874 (end-of-defun): Use new variable name; doc fix.
8875
02b14400
RS
8876 * subr.el (dolist, dotimes): Copied from cl-macs.el
8877 and made to work.
2d5e9b54 8878
a23c5037 8879 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
8880 Variable replaces rmail-digest-end-regexp.
8881 Allows multiple regexps for detecting the end line.
8882 (undigestify-rmail-message): Corresponding changes.
8883
60af03f1
DL
88842000-01-19 Dave Love <fx@gnu.org>
8885
fe5d99e1
DL
8886 * files.el (user-init-file): Don't declare here -- is primitive.
8887
60af03f1
DL
8888 * startup.el (command-line): Check for compiled user-init-file and
8889 set to uncompiled version if necessary.
8890
72dbbc7d
GM
88912000-01-18 Gerd Moellmann <gerd@gnu.org>
8892
6a1950ec
GM
8893 * mail/undigest.el (rmail-digest-end-regexp): New user option.
8894 (undigestify-rmail-message): Use it.
8895
72dbbc7d
GM
8896 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
8897
fbe91bbd
GM
88982000-01-17 Gerd Moellmann <gerd@gnu.org>
8899
8900 * tmm.el (tmm-goto-completions): Adapt to prompt being part
8901 of mini-buffer.
8902
33a6685b
GM
89032000-01-14 Gerd Moellmann <gerd@gnu.org>
8904
b3303df7
GM
8905 * emacs-lisp/copyright.el (copyright-update): Removed the
8906 requirement for a trailing space from `copyright-regexp', to
8907 support copyrights with owner specified on a separate line..
a23c5037 8908
3c4c8064
GM
8909 * align.el: New file.
8910
33a6685b
GM
8911 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
8912
8913 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
8914
044a4975
DL
89152000-01-13 Dave Love <fx@gnu.org>
8916
8917 * ph.el: Removed. (Obsoleted by EUDC.)
8918
0a352cd7
GM
89192000-01-13 Gerd Moellmann <gerd@gnu.org>
8920
8921 * net/eudc.el (toplevel): Remove autoloaded code installing
8922 menu with easymenu, because that causes build problems.
8923
8924 * frame.el (frame-notice-user-settings): New variable.
8925 (frame-notice-user-settings): Don't modify frame parameters
8926 if called a second time.
8927
8b7bc628 89282000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
8929
8930 * frame.el (frame-notice-user-settings):
8931 Notice default-frame-parameters even for non-window frames.
8932
feb450e0
GM
89332000-01-13 Gerd Moellmann <gerd@gnu.org>
8934
8935 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
8936 for Emacs.
8937 (eudc-bob-can-display-inline-images): Extend for Emacs.
8938 (eudc-bob-toggle-inline-display): Ditto.
8939 (eudc-bob-display-jpeg): Ditto.
8940
99c6d63b
GM
89412000-01-12 Gerd Moellmann <gerd@gnu.org>
8942
7970b229
GM
8943 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
8944 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
8945 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 8946
e4936aa9
GM
8947 * add-log.el (add-change-log-entry): Fix error trying an `(insert
8948 nil)'.
8949
8950 * subdirs.el: Add `net' directory.
8951
133c9e59
GM
8952 * net: New directory.
8953
99c6d63b
GM
8954 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
8955 eval-last-sexp. Don't bind debug-on-error here.
8956 (eval-last-sexp): New function. Bind debug-on-error if
8957 eval-expression-debug-on-error is non-nil.
8958 (eval-defun-2, eval-defun): Likewise.
8959
8960 * simple.el (eval-expression): Don't bind debug-on-error if
8961 eval-expression-debug-on-error is nil. Detect changed
8962 debug-on-error, and propagate new value to global binding, if
8963 eval-expression-debug-on-error is non-nil,
8964 (eval-expression-debug-on-error): Change doc string.
a23c5037 8965
8b7bc628 89662000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
8967
8968 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
8969
8970 * emacs-lisp/lisp-mode.el (with-syntax-table):
8971 Set up lisp-indent-function property.
8972
8973 * subr.el (with-syntax-table): Moved from simple.el.
8974
8975 * simple.el (with-syntax-table): Moved to subr.el.
8976
7e3c74fa
GM
89772000-01-11 Gerd Moellmann <gerd@gnu.org>
8978
1fab1775
GM
8979 * tmm.el (tmm-shortcut): Delete region after prompt instead
8980 of erasing buffer.
8981
7e3c74fa 8982 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
8983 (fill-context-prefix): Use the longest common prefix of first
8984 and second line fill prefix, if there is one.
7e3c74fa 8985
8b7bc628 89862000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
8987
8988 * array.el (array-mode): Don't use make-variable-buffer-local.
8989 Use make-local-variable for `truncate-lines'.
8990
aa705642 89912000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 8992
aa705642
GM
8993 * add-log.el (add-log-current-defun): Handle user-defined
8994 add-log-current-function returning nil,
a23c5037 8995
57df2446 8996 * add-log.el (add-change-log-entry): Insert version number
aa705642 8997 if having found a current function
c1356086
GM
8998
8999 * add-log.el (add-log-current-defun): Call
9000 `add-log-current-defun-function'. Try matches at level 0 and
9001 level 1. Strip whitespace from defun found.
a23c5037 9002
1d8c59e9
RS
90032000-01-10 John Wiegley <johnw@gnu.org>
9004
9005 * allout.el (isearch-done/outline-provisions): Added `edit'
9006 argument to correspond with the current definition of
9007 `isearch-done'.
9008
8cf87e9b
DL
90092000-01-10 Dave Love <fx@gnu.org>
9010
9011 * elide-head.el (elide-head): Use point-marker, not point.
9012
9050446c
GM
90132000-01-10 Gerd Moellmann <gerd@gnu.org>
9014
8321b22a
GM
9015 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
9016 before and after the year 2000.
a23c5037 9017
9050446c
GM
9018 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
9019 Add ispell- prefix.
9020
90212000-01-10 Ken Stevens <k.stevens@ieee.org>
9022
9023 * ispell.el: Only define dictionaries in menus when they exist.
9024 (version18p): New variable.
9025 (version20p): New variable.
9026 (xemacsp): New variable.
9027 (ispell-choices-win-default-height): Fix for XEmacs visibility.
9028 (ispell-dictionary-alist1): Added Brasileiro dictionary.
9029 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 9030 run-together words.
9050446c
GM
9031 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
9032 (ispell-dictionary-alist): Add koi8-r to customize definition.
9033 (check-ispell-version): Added documentation string. Returns
f24fef2f 9034 library path when called non-interactively.
9050446c
GM
9035 (ispell-menu-map-needed): Uses new variables.
9036 (ispell-library-path): New variable.
9037 (ispell-decode-string): XEmacs fix for bogus variable bindings.
9038 (ispell-word): Improved documentation string. Test for valid
9039 character mappings. Correctly check typed in word changes that can
9040 result in single words split into multiple words. Returns
9041 replacement word.
9042 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
9043 replace in recursive query replace mode. Help message for
9044 recursive edit mode.
9045 (ispell-show-choices): Protect against bad framepop bindings.
9046 (ispell-help): Fix to work with XEmacs.
9047 (ispell-highlight-spelling-error): Use new variables.
9048 (ispell-overlay-window): Fix to work with XEmacs.
9049 (ispell-parse-output): Passed and returns location information
9050 tracking spelling corrections. Doesn't recheck same word on
9051 current line.
9052 (ispell-init-process): Protect against bogus XEmacs variable binding.
9053 Fix call to single argument in sleep-for. Use new variables.
9054 (ispell-region): Passed and returns location information tracking
9055 spelling corrections. Doesn't check same word on current line.
9056 Improved documentation string. Doesn't resend a line already
9057 checked to the ispell process - fixes bug in LaTeX parsing.
9058 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
9059 (ispell-skip-region): No longer skips <TT> in SGML.
9060 (ispell-process-line): Tracks location information with spelling
9061 corrections. Added documentation string. Accounts for words
9062 already accepted on this line. Don't allow query-replace on line
9063 starting with math characters. Doesn't resend a line already sent
9064 to ispell process. Fixes alignment error bug.
a23c5037 9065
8b7bc628 90662000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 9067
a23c5037 9068 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
9069 Suggest xloadimage, which is free, not xv, which isn't.
9070
a23c5037 9071 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
9072 Don't ever include the host name or user name in the value.
9073
9ed79f5d
GM
90742000-01-09 Gerd Moellmann <gerd@gnu.org>
9075
9076 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
9077 of a real newline.
9078
b950abb1
GM
90792000-01-09 Stephen Eglen <stephen@gnu.org>
9080
a23c5037 9081 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
9082 for .png files.
9083
3c708e98
GM
90842000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
9085
9086 * cus-edit.el (custom-hook-convert-widget): Fix comment.
9087
bf61662d
GM
90882000-01-09 Gerd Moellmann <gerd@gnu.org>
9089
f1d851ae
GM
9090 * progmodes/cperl-mode.el: Replace ^F with ^L.
9091
bf61662d 9092 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 9093 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
9094 recursion.
9095
c65d14ee
DL
90962000-01-08 Dave Love <fx@gnu.org>
9097
8cf87e9b
DL
9098 * emacs-lisp/backquote.el: Remove inappropriate customization
9099 (allowing custom.el to use backquote).
c65d14ee 9100
83de2ebc
DL
91012000-01-07 Dave Love <fx@gnu.org>
9102
9103 * add-log.el (add-log-debugging): Deleted.
9104 (add-change-log-entry): Treat a backup FILE-NAME as its parent
9105 file. Remove debugging code.
9106 (change-log-get-method-definition, change-log-name): Add doc.
9107 (change-log-sortable-date-at): New function.
9108 (change-log-merge): New command.
9109
9110 * time.el (display-time-string-forms): Make the Mail string active.
9111 (display-time-update): Provide help-echo for load average.
9112
9113 * bindings.el (make-mode-line-mouse2-map): New function.
9114 (mode-line-modified): Use it and simplify.
9115 (mode-line-mule-info): Provide help-echo info.
9116 (minor-mode-alist): Activate the strings.
9117 (make-mode-line-mouse-sensitive): Simplify for
9118 mode-line-buffer-identification.
9119
c1475eae
GM
91202000-01-07 Gerd Moellmann <gerd@gnu.org>
9121
9122 * play/pong.el: New file.
9123
83de2ebc
DL
91242000-01-06 Dave Love <fx@gnu.org>
9125
9126 * array.el: Assorted cleanups for compiler warnings, doc strings,
9127 `array-' prefix for symbols.
9128
91292000-01-05 Dave Love <fx@gnu.org>
9130
9131 * textmodes/outline.el (outline-mode-menu-bar-map): Add
9132 outline-headers-as-kill.
9133 (outline-mode): Define imenu-generic-expression.
9134 (outline-headers-as-kill): New command.
9135
9136 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
9137 from paragraph-start.
9138 (paragraph-indent-minor-mode): New command.
9139
9140 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
9141 M-C-e, M-C-h, C-j, C-xnd, TAB.
9142 (fortran-mode): Set beginning-of-defun, end-of-defun.
9143 (fortran-column-ruler): Simplify.
9144 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
9145 (fortran-with-subprogram-narrowing): Likewise.
9146 (fortran-indent-subprogram): Call mark-defun.
9147 (fortran-check-for-matching-do): Change narrowing.
9148
9149 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
9150 (cl-lucid-hash-tag): Delete.
9151 (cl-hash-table-p): Correct test for native table.
9152 (cl-hash-table-count): Use hash-table-count.
9153
9154 * browse-url.el (browse-url): Fix case of
9155 browse-url-browser-function being an alist.
9156
676ac023
CD
91572000-01-05 Carsten Dominik <cd@gnu.org>
9158
c1475eae
GM
9159 * textmodes/reftex-vars.el (reftex-parse-file-extension)
9160 (reftex-index-phrase-file-extension): New options.
676ac023
CD
9161
9162 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 9163 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
9164
9165 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 9166 `reftex-parse-file-extension'.
eb483e17 9167
88807984
DL
91682000-01-05 Dave Love <fx@gnu.org>
9169
83de2ebc 9170 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
9171 (beginning-of-defun-raw): Use it.
9172 (end-of-defun): New variable.
9173 (end-of-defun): Use it.
9174 (check-parens): New command.
9175
1362aeb4
TTN
91762000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
9177
c1475eae
GM
9178 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
9179 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 9180
7ddafb95
TTN
9181 Fix buglet in local variables initialization.
9182
7334aa99
AS
91832000-01-05 Andreas Schwab <schwab@suse.de>
9184
9185 * hscroll.el (hscroll): Doc fix.
9186
b12e24cd
CD
91872000-01-05 Carsten Dominik <cd@gnu.org>
9188
9189 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
9190 idlw-toolbar.
9191
9192 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
9193 file idlw-rinfo.el.
1362aeb4
TTN
9194 (idlwave-customize): load must read file idlw-shell.el.
9195 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 9196
d6226972
CD
91972000-01-05 Carsten Dominik <dominik@astro.uva.nl>
9198
9199 * progmodes/idlw-shell.el: Also provide idlwave-shell
9200 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
9201 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
9202
9203 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
9204 both reftex-dcr and reftex-vcr.
1362aeb4 9205
d6226972
CD
9206 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
9207
6ddb893f 92082000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
9209
9210 * ps-print.el: PostScript code now is in separate files, doc fix.
9211 (ps-print-version): New version number (5.0.3).
9212 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
9213 local.
9214 (ps-spool-config): Initialization fix.
c1475eae
GM
9215 (ps-print-prologue-1, ps-print-prologue-2)
9216 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
9217 (ps-background-image): Little code reformating.
9218 (ps-begin-file, ps-begin-job): Fix code.
88807984 9219 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
9220 (ps-prologue-file): New fun.
9221
ae833aae
KH
92222000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9223
c1475eae 9224 * ps-vars.el: Eliminated.
ae833aae
KH
9225
9226 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
9227 `;;;###autoload'.
9228
9229 * ps-print.el: ps-vars eliminated, doc fix.
9230 (ps-print-version): New version number (5.0.2).
9231 (ps-spool-config): Initialization fix.
9232 (ps-print-customize): New fun.
9233
560a7bd2
GM
92342000-01-04 Gerd Moellmann <gerd@gnu.org>
9235
9236 * autorevert.el (auto-revert-mode): Return value of
9237 auto-revert-mode.
9238
f45dd0f4
DL
92392000-01-04 Dave Love <fx@gnu.org>
9240
fae2ac05
DL
9241 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
9242 menu items.
f45dd0f4 9243
61255981
DL
92442000-01-03 Dave Love <fx@gnu.org>
9245
88807984 9246 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 9247
83de2ebc 9248 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
9249 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
9250 `cl-hash-table-p', not `hash-table-p'.
9251 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
9252
c182a70f
EZ
92532000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9254
9255 * faces.el (face-read-integer, read-face-attribute)
9256 (color-defined-p, color-values): unspecified-{f,b}g are now
9257 strings.
9258
047f434a
GM
92592000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9260
9261 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
9262 at comment end, and re-insert them after filling.
9263
bab531e2
EZ
92642000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9265
9266 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
9267 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
9268 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 9269
d684c676
EZ
92702000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9271
9272 * term/x-win.el (xw-defined-colors): Call color-supported-p,
9273 the new name of face-color-supported-p.
9274
9275 * term/w32-win.el (xw-defined-colors): Likewise.
9276
0aad4805
EZ
92772000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9278
9279 * simple.el (completion-setup-function): Count completion-size
9280 from minibuffer-prompt-end, not from point-min.
9281
5fe1d139
EZ
92822000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
9283
9284 * faces.el (read-face-attribute, defined-colors, color-defined-p):
9285 Pass the frame to tty-color-* functions.
9286 (display-color-p, frame-set-background-mode): Pass the frame to
9287 tty-display-color-p.
9288
9289 * term/tty-colors.el (tty-defined-color-alist): Renamed from
9290 tty-color-alist.
9291 (tty-color-alist, tty-modify-color-alist): New functions.
9292 (tty-color-define, tty-color-clear, tty-color-approximate)
9293 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
9294 an optional parameter FRAME.
9295
162dec01
GM
92962000-01-01 Gerd Moellmann <gerd@gnu.org>
9297
27189709
GM
9298 * image.el (create-image, defimage): Don't assume image data is a
9299 string.
9300
162dec01
GM
9301 * image.el (defimage): Handle specifications containing :data
9302 instead of :file.
9303 (image-type-from-data): New function.
9304 (image-type-from-file-header): Use it.
9305 (create-image): Add parameter DATA-P.
1362aeb4 9306
bea56df7 9307See ChangeLog.8 for earlier changes.
25a6fab1
KH
9308
9309;; Local Variables:
af9ba8ad 9310;; coding: iso-2022-7bit-unix
25a6fab1 9311;; End: