]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(debug-ignored-errors): more errors to ignore.
[gnu-emacs] / lisp / ChangeLog
1 2000-05-16 Sam Steingold <sds@gnu.org>
2
3 * info.el (debug-ignored-errors): more errors to ignore.
4
5 2000-05-16 Dave Love <fx@gnu.org>
6
7 * cus-edit.el: Don't require cl or easymenu.
8 (custom-variable-prompt): Test standard-value property, not
9 user-variable-p.
10
11 2000-05-16 Sam Steingold <sds@gnu.org>
12
13 * subr.el (add-hook): `setq' hook-value, not `set'.
14
15 2000-05-16 Gerd Moellmann <gerd@gnu.org>
16
17 * startup.el (command-line-1): Mention the FAQ in the startup
18 message.
19
20 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
21
22 * progmodes/compile.el (compilation-parse-errors): Collect
23 `nomessage' regexps last.
24
25 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
26
27 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
28 to the function name.
29
30 2000-05-15 Dave Love <fx@gnu.org>
31
32 * speedbar.el (speedbar-recenter): Typo.
33 (speedbar-expand-line): Make arg optional.
34 (speedbar-mode): Avoid a compiler warning.
35
36 2000-05-15 Gerd Moellmann <gerd@gnu.org>
37
38 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
39 user-specified option string is empty.
40
41 * mouse.el (mouse-yank-at-click): Doc fix.
42
43 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
44
45 * term/internal.el (IT-character-translations): More updates of
46 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
47 documents.
48
49 2000-05-15 Gerd Moellmann <gerd@gnu.org>
50
51 * env.el (getenv): New function, interactively callable.
52 (setenv, getenv): Remove autoload cookies.
53
54 * loadup.el: Load `env'.
55
56 * progmodes/f90.el: Change author's mail address.
57
58 2000-05-14 Dave Love <fx@gnu.org>
59
60 * mail/rmail.el (rmail-show-message-hook): Customize and offer
61 goto-addr as an option.
62
63 * help.el (help-xref-stack): Doc fix.
64 (help-xref-following): New variable.
65 (help-make-xrefs): Use it.
66 (help-xref-go-back): Use position information from stack element.
67 (help-follow): Make position in stack element a pair. Use
68 help-xref-following.
69
70 * autoarg.el: New file.
71
72 * faces.el: Declare more functions obsolete.
73
74 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
75 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
76 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
77 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
78 Remove all the setup-...-environment functions.
79
80 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
81
82 * speedbar.el: Updated the commentary section. xemacs20p now uses
83 >= when detecting. Require `defimage' safely.
84 (speedbar-easymenu-definition-base): Add toggle for images.
85 (speedbar-easymenu-definition-special): Add flush cache & expand.
86 (speedbar-visiting-tag-hook): Set new defaults. Added options.
87 (speedbar-reconfigure-keymaps-hook): New variable.
88 (speedbar-frame-parameters): Updated documentation.
89 (speedbar-use-imenu-flag): Updated custom tag
90 (speedbar-dynamic-tags-function-list): New variable.
91 (speedbar-tag-hierarchy-method): Updated doc & custom.
92 (speedbar-indentation-width, speedbar-indentation-width) New
93 variables.
94 (speedbar-hide-button-brackets-flag): Customizable.
95 (speedbar-vc-indicator): Doc update.
96 (speedbar-ignored-path-expressions): Updated default value.
97 (speedbar-supported-extension-expressions): Updated default value.
98 (speedbar-syntax-table): Remove {} paren status.
99 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
100 as "+". Added overlay aliases.
101 (speedbar-mode): Use `speedbar-mode-line-update' instead of
102 `force-mode-line-update'.
103 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
104 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
105 `mouse-set-point'
106 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
107 (speedbar-item-info-tag-helper): Revamped to handle a wider range
108 of arbitrary text, and new helper functions.
109 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
110 filename finder.
111 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
112 (speedbar-directory-buttons): Update path search/expansion.
113 (speedbar-make-tag-line): Pay attention to
114 `speedbar-indentation-width'. Use more care w/ invisible
115 properties.
116 (speedbar-change-expand-button-char): Call
117 `speedbar-insert-image-button-maybe'.
118 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
119 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
120 (speedbar-trim-words-tag-hierarchy)
121 (speedbar-simple-group-tag-hierarchy): New functions
122 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
123 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
124 functions.
125 (speedbar-mouse-set-point): New function
126 (speedbar-power-click): Updated documentation.
127 (speedbar-line-token, speedbar-goto-this-file): Handle more types
128 of tag prefix text.
129 (speedbar-expand-line, speedbar-contract-line): Make more robust
130 to strange text.
131 (speedbar-expand-line): Takes universal argument to flush the
132 cache.
133 (speedbar-flush-expand-line): New function.
134 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
135 Use new generator insertion method.
136 (speedbar-fetch-dynamic-tags): New function.
137 (speedbar-fetch-dynamic-imenu): Removed code now handled in
138 `speedbar-fetch-dynamic-imenu'.
139 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
140 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
141 "Revert Buffer" menu items.
142 (speedbar-buffer-buttons-engine): Be smarter when creating a
143 filename tag (for expansion purposes.).
144 (speedbar-highlight-one-tag-line,
145 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
146 (speedbar-recenter): New functions.
147 (defimage-speedbar): Image loading abstraction.
148 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
149 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
150 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
151 (speedbar-tag-type, speedbar-tag-mail): New images.
152 (speedbar-expand-image-button-alist): New variable.
153 (speedbar-insert-image-button-maybe): Insert an image over some
154 buttons.
155
156 2000-05-13 Kenichi Handa <handa@etl.go.jp>
157
158 * international/mule-cmds.el (encode-coding-char): An ASCII
159 character is always encodable.
160
161 * international/mule-conf.el: Add more information in descriptions
162 of character sets.
163
164 * international/mule-diag.el (syntax-description-table): New
165 variable.
166 (describe-char-after): New function.
167 (describe-font-internal): Adjusted for the change of font-info.
168 (describe-font): Likewise.
169 (print-fontset): Rewritten for the new fontset implementation.
170 (describe-fontset): Include fontset alias names in completion.
171 (list-fontsets): Adjusted for the change of print-fontset.
172
173 * simple.el (what-cursor-position): If DETAIL is non-nil, call
174 describe-char-after instead of displaying the detail in the echo
175 area.
176
177 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
178
179 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
180
181 2000-05-12 Dave Love <fx@gnu.org>
182
183 * calendar/todo-mode.el: Remove some compatibility stuff and CL
184 dependence. Use line-{beginning,end}-position, not
185 point-at{b,e}ol. Some doc fixes.
186 (todo-position): New function. Fix callers of position to use it.
187 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
188
189 2000-05-12 Gerd Moellmann <gerd@gnu.org>
190
191 * time.el (display-time-mail-icon): Use `:ascent center'.
192
193 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
194 handling FTP security extensions.
195
196 2000-05-11 Dave Love <fx@gnu.org>
197
198 * calendar/todo-mode.el: New file.
199
200 2000-05-11 Gerd Moellmann <gerd@gnu.org>
201
202 * comint.el (comint-read-input-ring): Move reference to
203 comint-input-ring-size outside of the save-excursion. It was
204 causing the default value to be the only one ever seen.
205
206 * font-lock.el: Update copyright. Remove Simon Marshall's email
207 address on request from him.
208
209 * subr.el (substitute-key-definition): Add comment describing
210 the meaning of PREFIX.
211
212 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
213
214 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
215
216 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
217 (add-minor-mode): Don't make the variable buffer-local and add a
218 reference to define-minor-mode in the docstring.
219
220 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
221 HEADER/FOOTER and fix bug with trailing empty directory.
222 (cvs-append-to-ignore): Use vc-editable-p if available.
223 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
224 (vc-do-command): Tweak advice to handle the new VC.
225
226 * log-view.el (log-view-goto-rev): New function for the new VC.
227 (log-view-minor-wrap): Use mark-active.
228
229 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
230 (log-edit-changelog-full-paragraphs): New var.
231 (log-edit-insert-changelog): Remove a lonely leading `* file'.
232 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
233 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
234 (log-edit-changelog-ours-p, log-edit-changelog-entries)
235 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
236 Replace the `cvs' prefix with `log-edit'.
237
238 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
239
240 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
241 (diff-font-lock-defaults): Explicitly turn off multiline.
242 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
243 (diff-ediff-patch): Fix call to ediff-patch-file.
244 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
245 Handle comments.
246
247 * frame.el (automatic-hscrolling): Typo.
248
249 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
250
251 2000-05-09 Sam Steingold <sds@goems.com>
252
253 * apropos.el (apropos-print): use `describe-face' instead of
254 `customize-face-other-window'.
255
256 2000-05-09 Dave Love <fx@gnu.org>
257
258 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
259
260 * help.el (describe-variable): Have customize button pop the
261 help-xref stack when invoked.
262 (help-xref-symbol-regexp): Add `face'.
263 (help-make-xrefs): Check for quoted face names and adapt regexp
264 submatch numbers to cope.
265 (help-xref-interned): Maybe insert face doc too. Separate
266 sections with a line of hyphens.
267
268 * faces.el: Some doc fixes. Declare some functions obsolete.
269 (describe-face): Add customize button. Return the help
270 text. Fix prompt.
271
272 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
273
274 * term/internal.el (IT-character-translations): Fix last change.
275
276 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
277
278 * woman.el: New file
279 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
280
281 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
282
283 * term/internal.el (IT-character-translations): Update ASCII
284 simulations for greek-iso8859-7, add latin-iso8859-14 and
285 latin-iso8859-15.
286
287 * international/mule-cmds.el (set-language-info-alist): Call
288 define-prefix-command with 3 arguments, to make the map suitable
289 for a menu.
290
291 2000-05-07 Dave Love <fx@gnu.org>
292
293 * time.el: Small doc fixes from Pavel Janic.
294
295 2000-05-05 Dave Love <fx@gnu.org>
296
297 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
298 list in doc string. Don't quote keyword symbols.
299 * emacs-lisp/cl.el: Likewise
300 * emacs-lisp/cl-seq.el: Likewise
301
302 2000-05-05 Gerd Moellmann <gerd@gnu.org>
303
304 * abbrev.el (abbrev-mode): Make ARG optional.
305
306 2000-05-04 Gerd Moellmann <gerd@gnu.org>
307
308 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
309
310 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
311
312 * subr.el (substitute-key-definition): Clarify documentation.
313
314 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
315
316 * glasses.el (glasses-convert-to-unreadable): Use
317 `glasses-separator' instead of the hard-wired "_".
318 (glasses-mode): Call `glasses-make-unreadable' only in a single
319 place.
320
321 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
322
323 * term/internal.el (cjk-codepages-alist): Add associations for
324 Chinese and Korean codepages. Remove FIXME comment.
325
326 2000-05-03 Dave Love <fx@gnu.org>
327
328 * time.el (display-time-mail-face, display-time-use-mail-icon):
329 New option.
330 (display-time-mail-icon): New variable.
331 (display-time-string-forms): Use the above. Fix the local-map.
332
333 2000-05-03 Gerd Moellmann <gerd@gnu.org>
334
335 * replace.el (query-replace-map): Add binding for `E'.
336 (query-replace-help): Extend help text.
337 (perform-replace): Allow editing the replacement string.
338
339 * make-mode.el (makefile-mode-abbrev-table): New variable.
340 (makefile-mode): Set local abbrev table to
341 makefile-mode-abbrev-table.
342 (makefile-font-lock-keywords): Fontify includes and conditionals.
343
344 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
345 set TOGGLE's value.
346
347 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
348 mail-interactive-insert-alias.
349 (mail-abbrev-complete-alias): New command.
350 (mail-mode-map): Bind it to `M-TAB'.
351
352 2000-05-03 Kenichi Handa <handa@etl.go.jp>
353
354 * language/lao-util.el (lao-compose-region): New function.
355
356 2000-05-02 Gerd Moellmann <gerd@gnu.org>
357
358 * files.el (recover-session): Make directories as necessary
359 if they don't exist yet.
360
361 * calendar/cal-french.el
362 (french-calendar-multibyte-special-days-array)
363 (french-calendar-special-days-array): Change French text.
364 (calendar-french-date-string): Change output.
365 (calendar-goto-french-date): Likewise.
366
367 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
368
369 * wid-edit.el (widget-default-active): Obey `:always-active'.
370 (widget-documentation-string-value-create): Set `:always-active'.
371
372 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
373
374 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
375 default prefix to `~/_emacs.d/auto-save.list/_s'.
376 (normal-top-level): Create the directory for auto-save files, if
377 it doesn't already exist (in the ms-dos case only).
378
379 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
380
381 * international/mule-cmds.el (set-language-environment): Don't
382 concat an integer (dos-codepage), use format instead.
383
384 2000-05-02 Dave Love <fx@gnu.org>
385
386 * help.el (help-xref-on-pp): Check for constant symbols.
387
388 2000-04-29 Gerd Moellmann <gerd@gnu.org>
389
390 * startup.el (normal-top-level): Put a condition-case around
391 the code loading subdirs.el.
392
393 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
394
395 * ps-print.el: Upside-down and face background color printing,
396 line number step, doc fix.
397 (ps-print-version): New version number (5.2).
398 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
399 (ps-face-attribute-list, ps-plot-with-face): Code fix.
400 (ps-spool-config): Var fix.
401 (ps-printer-name-option): Const fix.
402 (ps-print-upside-down, ps-use-face-background)
403 (ps-line-number-step): New vars.
404 (ps-window-system, ps-lp-system): New consts.
405 (ps-face-background): New fun.
406
407 2000-04-28 Richard Stallman <rms@gnu.org>
408
409 * files.el (make-auto-save-file-name):
410 Apply auto-save-file-name-transforms to visited file name
411 before generating auto save file name.
412 (auto-save-file-name-transforms): New variable.
413
414 * files.el (backup-enable-predicate):
415 Correctly test for a file under a temporary directory.
416
417 2000-04-28 Gerd Moellmann <gerd@gnu.org>
418
419 * subr.el (add-minor-mode): Rewritten.
420
421 2000-04-28 Kenichi Handa <handa@etl.go.jp>
422
423 * mail/sendmail.el (sendmail-send-it): Set
424 buffer-file-coding-system to the selected coding system for MIME
425 header.
426
427 2000-04-27 Gerd Moellmann <gerd@gnu.org>
428
429 * dired.el (dired-move-to-filename-regexp): Allow format where
430 YYYY is followed by two spaces.
431
432 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
433 in the second character class of the regexp.
434
435 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
436 mh-etc, too.
437
438 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
439 nil.
440
441 * subr.el (add-minor-mode): Use `set' instead of `setq'.
442
443 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
444 argument.
445
446 2000-04-27 Sen Nagata <sen@eccosys.com>
447
448 * emacs-lisp/crm.el (crm-completion-table): New variable.
449 (crm-collection-fn, crm-test-completion)
450 (completing-read-multiple): Use it.
451
452 2000-04-27 Dave Love <fx@gnu.org>
453
454 * help.el (locate-library): Use mapc.
455 (help-manyarg-func-alist): Add call-process-region.
456
457 2000-04-26 Gerd Moellmann <gerd@gnu.org>
458
459 * subr.el (add-minor-mode): Make argument MAP optional.
460
461 * desktop.el (desktop-save): Save list of minor modes.
462 (desktop-create-buffer): Restore minor modes.
463 (desktop-minor-mode-table): New user-option.
464
465 * subr.el (add-minor-mode): New function.
466
467 * image.el (find-image): New function.
468 (defimage): Rewritten to find image at load time.
469
470 * startup.el (normal-top-level-add-to-load-path): Handle
471 case that the default directory is not in load-path.
472
473 * help.el: Old patch from Stefan Monnier.
474 (help-xref-on-pp): New function.
475 (describe-variable): Use it to display xrefs in a symbol's value.
476
477 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
478
479 * cus-edit.el (custom-face): Fix parenthesis.
480
481 2000-04-26 Kenichi Handa <handa@etl.go.jp>
482
483 * mail/rmail.el (rmail-expunge): When there are no deleted
484 messages, do nothing.
485
486 2000-04-26 Dave Love <fx@gnu.org>
487
488 * international/mule-cmds.el (locale-translation-file-name):
489 Defvar to nil.
490 (set-locale-environment): Set it here (at runtime).
491
492 2000-04-25 Gerd Moellmann <gerd@gnu.org>
493
494 * replace.el (perform-replace): Add parameters START and END. Use
495 them instead of the check for a region in Transient Mark mode.
496 (query-replace-read-args): Return two more list elements for the
497 start and end of the region in Transient Mark mode.
498 (query-replace, query-replace-regexp, query-replace-regexp-eval)
499 (map-query-replace-regexp, replace-string, replace-regexp): Add
500 optional last arguments START and END and pass them to
501 perform-replace.
502
503 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
504 form with additional arguments for perform-replace.
505
506 * progmodes/etags.el (tags-query-replace): Add parameters START
507 and END. Construct a form with additional arguments for
508 perform-replace.
509
510 * simple.el (shell-command): Set default directory for "*Shell
511 Command Output" buffer.
512
513 * language/european.el (iso-latin-4): Fix typo.
514
515 * emacs-lisp/crm.el: New file.
516
517 2000-04-24 Dave Love <fx@gnu.org>
518
519 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
520 (Custom-reset-saved, Custom-reset-standard)
521 (custom-group-value-create, custom-group-set, custom-group-save)
522 (custom-group-reset-current, custom-group-reset-saved)
523 (custom-group-reset-standard): Use mapc.
524 (custom-buffer-create-internal): Disable undo when creating items.
525 Use mapc.
526 (custom-face): Avoid redundant lambda.
527
528 2000-04-24 Gerd Moellmann <gerd@gnu.org>
529
530 * startup.el (auto-save-list-file-prefix): Set default to
531 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
532
533 2000-04-24 Sam Steingold <sds@gnu.org>
534
535 * time-stamp.el (time-stamp-string-preprocess): Always convert
536 `field-result' to a string.
537
538 2000-04-24 Gerd Moellmann <gerd@gnu.org>
539
540 * frame.el (scrolling): New group.
541 (automatic-hscrolling): New user-option.
542
543 * startup.el (command-line-x-option-alist): Add `-lsp' and
544 `--line-spacing'.
545
546 2000-04-19 Dave Love <fx@gnu.org>
547
548 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
549 (cl-mapc): Rename from mapc. Fix the funcall.
550
551 2000-04-19 Gerd Moellmann <gerd@gnu.org>
552
553 * simple.el (clone-indirect-buffer-other-window): New command.
554 (clone-indirect-buffer): Add optional arg NORECROD.
555 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
556
557 * help.el (resize-temp-buffer-window): Use count-screen-lines.
558
559 * window.el (count-screen-lines): New function.
560 (shrink-window-if-larger-than-buffer): Use count-screen-lines
561 instead of window-buffer-height.
562
563 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
564 non-existing variable comint-input-sentinel.
565 (inferior-lisp-args-to-list): Removed.
566 (inferior-lisp): Use split-string instead of
567 inferior-lisp-args-to-list.
568
569 * hexl.el (hexl-insert-hex-string): New command.
570
571 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
572 instead of concat.
573
574 2000-04-18 Gerd Moellmann <gerd@gnu.org>
575
576 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
577 at the start of an existing but empty folder.
578
579 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
580
581 * ps-mule.el: Customization fix, doc fix.
582 (ps-multibyte-buffer): Customization fix.
583
584 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
585
586 * subr.el (read-passwd): Use read-char-exclusive.
587
588 2000-04-17 Gerd Moellmann <gerd@gnu.org>
589
590 * textmodes/texinfo.el (texinfo-insert-@email)
591 (texinfo-insert-@emph, texinfo-insert-@quotation)
592 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
593 (texinfo-mode-map): Add key bindings for them.
594
595 * files.el (basic-save-buffer-2): Use a template with `$'
596 instead of `#' for VMS.
597
598 * simple.el (clone-indirect-buffer): New function.
599
600 2000-04-16 Stephen Eglen <stephen@gnu.org>
601
602 * iswitchb.el (iswitchb-case): New function. If the user input
603 contains any upper-case characters, the search is made
604 case-sensitive.
605
606 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
607
608 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
609 comment-end.
610 (texinfo-font-lock-syntactic-keywords): New var.
611 (texinfo-font-lock-keywords): Remove comment regexp.
612 (texinfo-insert-block): New function.
613 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
614 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
615 and font-lock-defaults. Use regexp-opt for outline-regexp.
616 (texinfo-environments): New var.
617 (texinfo-environment-regexp): Use regexp-opt and
618 texinfo-environments.
619
620 * textmodes/ispell.el (ispell-menu-map-needed): Check that
621 ispell-process is bound since this might be eval'd before ispell
622 is loaded.
623 (ispell-message): Use a tiny bit less magic and a bit more hard
624 data to figure out what kind of sc-cite-regexp to use.
625
626 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
627
628 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
629 (insert-cyclic-diary-entry): Unquote the lambda.
630
631 * gud.el (gud-jdb-build-source-files-list): Fix typo.
632
633 * files.el (backup-enable-predicate): Unquote the lambda.
634
635 * cus-edit.el (custom-face, face): Unquote the lambda.
636
637 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
638
639 * ps-print.el: Check for line-beginning-position definition.
640
641 * ps-print.el: Fix counting lines in a region.
642 (ps-print-version): New version number (5.1.5).
643 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
644 (ps-printing-region): Fun code fix.
645
646 2000-04-15 Gerd Moellmann <gerd@gnu.org>
647
648 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
649 to file-directory-p.
650
651 2000-04-14 Gerd Moellmann <gerd@gnu.org>
652
653 * gud.el (gud-jdb-build-source-files-list): Check that directory
654 exists before calling directory-files.
655
656 2000-04-13 Dave Love <fx@gnu.org>
657
658 * emacs-lisp/trace.el: Change maintainer. Use new backquote
659 syntax.
660
661 * emacs-lisp/cl-specs.el: Remove when, unless.
662
663 * emacs-lisp/cl-extra.el: Don't quote keywords.
664 (cl-old-mapc): New variable.
665 (mapc): Use it.
666 (cl-map-intervals): Use with-current-buffer. Don't check for
667 next-property-change.
668 (cl-map-overlays): Use with-current-buffer.
669 (cl-expt): Remove.
670 (copy-tree, remprop): Define unconditionally.
671
672 * emacs-lisp/cl-compat.el (keywordp): Remove.
673
674 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
675 to use keywordp.
676 (edebug-spec): Enable keywordp.
677
678 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
679 string-lessp.
680
681 * cus-start.el: Use keywordp.
682
683 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
684
685 * diary-lib.el (include-other-diary-files): Fix the fix of
686 2000-02-18 by doing a save-excursion.
687
688 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
689
690 * ps-print.el: Customization fix, doc fix.
691 (ps-print-version): New version number (5.1.4).
692 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
693 (ps-print-preprint): Adjust code.
694 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
695 (ps-print-prologue-header, ps-print-control-characters)
696 (ps-spool-config): Customization fix.
697
698 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
699
700 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
701 converted to the new menu-item format, names silightly changed,
702 help strings added.
703
704 Support for spelling without async subprocesses:
705
706 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
707 (ispell-session-buffer): New variables.
708 (ispell-start-process, ispell-process-status,
709 ispell-accept-output, ispell-send-string): New functions, for
710 Ispell invocation when async subprocesses aren't supported.
711 (ispell-word, ispell-pdict-save, ispell-command-loop,
712 ispell-process-line, ispell-buffer-local-parsing): Replace calls
713 to process-send-string with calls to ispell-send-string, and
714 accept-process-output with ispell-accept-output.
715 (ispell-init-process): Call ispell-process-status instead of
716 process-status with.
717 (ispell-init-process): Call ispell-start-process. Call
718 ispell-accept-output and ispell-send-string. Don't call
719 process-kill-without-query and kill-process if they are unbound.
720 (ispell-async-processp): New function.
721
722 2000-04-12 Dave Love <fx@gnu.org>
723
724 * info.el: Add debug-ignored-errors.
725 (Info-mode-menu): Add some items.
726 (Info-directory): Add autoload cookie.
727
728 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
729 Modify `truncate-lines'. Make `describe-language-environment'
730 always visible and add help. Modify `describe-key' help. Invoke
731 Info-directory from `info'. New entry `emacs-manual'.
732
733 2000-04-10 Gerd Moellmann <gerd@gnu.org>
734
735 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
736 propertized-buffer-identification.
737 (ebrowse-update-member-buffer-mode-line): Likewise.
738 (ebrowse--mode-strings): Removed.
739 (ebrowse--mode-line-props): Removed.
740
741 * files.el (auto-mode-alist): Add `EBROWSE'.
742
743 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
744 space before testing for end of buffer.
745 (ebrowse-load): Removed.
746 (ebrowse-revert-tree-buffer-from-file): Rewritten.
747 (ebrowse-create-tree-buffer): Rewritten.
748 (ebrowse-tree-mode): Read tree from buffer.
749
750 * progmodes/ebrowse-ffh.el: Removed.
751
752 2000-04-10 Kenichi Handa <handa@etl.go.jp>
753
754 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
755
756 2000-04-10 Gerd Moellmann <gerd@gnu.org>
757
758 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
759 at the wrong place.
760
761 2000-04-09 Dave Love <fx@gnu.org>
762
763 * files.el (backup-enable-predicate): Use
764 temporary-file-directory, small-temporary-file-directory.
765 (make-backup-file-name-function, backup-directory-alist): New
766 variables.
767 (make-backup-file-name-1): New function.
768 (make-backup-file-name): Use it.
769 (find-backup-file-name): Likewise. Use format for clarity, not
770 concat.
771 (file-newest-backup): Use make-backup-file-name.
772
773 2000-04-09 Gerd Moellmann <gerd@gnu.org>
774
775 * progmodes/ebrowse-ffh.el: New file.
776
777 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
778 to ebrowse-ffh.el.
779 (ebrowse-load): Add autoload.
780
781 * finder.el (finder-commentary): Add autoload cookie.
782
783 * mail/rfc2368.el: Correct author's email address.
784
785 * progmodes/ebrowse.el: New file.
786
787 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
788 item help string.
789 (easy-menu-do-add-item): Ditto.
790 (easy-menu-define): Extend doc string.
791
792 * jit-lock.el (with-buffer-unmodified): Use
793 restore-buffer-modified-p.
794 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
795 (jit-lock-function, jit-lock-stealth-fontify): Don't use
796 with-buffer-unmodified.
797
798 2000-04-08 Dave Love <fx@gnu.org>
799
800 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
801 unless, when.
802
803 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
804
805 * viper-util.el (viper-put-on-search-overlay): New subroutine.
806 (viper-flash-search-pattern): No operation when using Emacs
807 doesn't support face.
808 Use `viper-put-on-search-overlay'.
809
810 2000-04-04 Gerd Moellmann <gerd@gnu.org>
811
812 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
813 like C-r.
814
815 * progmodes/make-mode.el: Some doc fixes.
816 (makefile-mode-abbrev-table): New variable.
817 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
818 (makefile-font-lock-keywords): Fontify includes and conditionals.
819 (toplevel): Require `dabbrev' and `add-log' when compiling.
820
821 * replace.el (perform-replace): Don't move forward one char
822 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
823 to do that because it leaves point 1 position after the last
824 replacement, after everything has been replaced.
825
826 * jit-lock.el (with-buffer-unmodified): New macro.
827 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
828 modified state.
829 (jit-lock-function-1): Extracted from jit-lock-function; not
830 preserving buffer's modified state.
831 (jit-lock-function, jit-lock-stealth-fontify): Call
832 jit-lock-function-1.
833
834 * mail/rfc2368.el: Remove supernumerary copyright line.
835
836 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
837
838 * glasses.el: Provide facilities for inserting space before left
839 parentheses and uncapitalization of identifiers.
840 (glasses-mode): Try to remove old overlays in all cases.
841
842 2000-04-03 Gerd Moellmann <gerd@gnu.org>
843
844 * progmodes/compile.el (compile-internal): Display the compilation
845 buffer in a different frame, if it's already displayed there.
846
847 * mail/rfc2368.el: New file.
848
849 * simple.el (sendmail-user-agent-compose): Recognize a `body'
850 header and insert its value as mail body.
851
852 * subr.el (member-ignore-case): New function.
853
854 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
855 (dabbrev--find-expansion): Ignore buffers matching a regexp
856 from dabbrev-ignored-regexps.
857
858 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
859 to extensions handled by gzip.
860
861 2000-04-03 Richard M. Stallman <rms@gnu.org>
862
863 * files.el (insert-directory): List the total free space
864 along with the used space.
865
866 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
867 line is followed by one that matches CITATION-REGEXP, end the
868 paragraph.
869
870 2000-04-03 Markus Rost <rost@delysid.gnu.org>
871
872 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
873 (rmail-make-basic-summary-line): Use that option.
874
875 2000-04-03 Kenichi Handa <handa@etl.go.jp>
876
877 * international/mule-cmds.el (encoded-string-description):
878 Rewritten. Try pretty description for ISO 2022 escape sequences
879 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
880 for hexadecimal format.
881
882 2000-04-01 Dave Love <fx@gnu.org>
883
884 * cpp.el: Change customization group to `c' from `C'.
885
886 * vcursor.el (vcursor-move): Use display-color-p.
887
888 * international/mule-util.el: Provide mule-utils.
889 (string-to-sequence): Simplify and speed up.
890
891 * international/mule.el (make-coding-system): Purecopy doc-string.
892
893 * international/mule-cmds.el: Various menu changes.
894 (describe-specified-language-support): Handle `Default'.
895 (set-language-info): Purecopy `info'.
896
897 2000-03-31 Andrew Innes <andrewi@gnu.org>
898
899 * vc.el (vc-backend-diff): Return the correct status if we had to
900 retry the rcsdiff command without the --brief option.
901
902 2000-03-31 Dave Love <fx@gnu.org>
903
904 * help.el (help-manyarg-func-alist): Correct several omissions.
905
906 * add-log.el: Don't require cl, fortran.
907 (add-log-current-defun-function): Doc fix.
908 (change-log-version-number-regexp-list): Remove SCCS part. Doc
909 fix.
910 (change-log-version-rcs): Function deleted.
911 (change-log-version-number-search): Doc fix. Use
912 vc-workfile-version. Avoid CL dolist.
913 (add-change-log-entry): Just call add-log-current-defun to get
914 defun. Simplify somewhat.
915 (change-log-get-method-definition-1): Likewise.
916 (add-log-current-defun): Return nil if calling
917 add-log-current-defun-function does so. Move Fortran stuff to
918 fortran.el. Return string without properties.
919
920 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
921 and :alpha: char classes.
922
923 * mail/supercite.el: Defvar curline when compiling.
924 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
925 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
926 rather than a-zA-Z0-9 to allow non-ASCII characters.
927
928 2000-03-31 Gerd Moellmann <gerd@gnu.org>
929
930 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
931
932 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
933 Re-enable new code.
934
935 * lpr.el (print-region-1): Use -d to specify printer name for
936 systems `usg-unix-v*, `dgux', `hpux', `irix'.
937
938 2000-03-31 Dave Love <fx@gnu.org>
939
940 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
941 for function definition in symbol's function value slot first
942 instead of first consulting byte-compile-function-environment.
943
944 2000-03-31 Kenichi Handa <handa@etl.go.jp>
945
946 * language/european.el ("Polish"): New language environment.
947 (setup-polish-environment): New function.
948
949 2000-03-30 Gerd Moellmann <gerd@gnu.org>
950
951 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
952 Disable new code.
953
954 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
955 trying to `load' the symbol of an autoload instead of the file
956 recorded in the autoload. Fix error messages.
957
958 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
959
960 * ps-print.el: PostScript programming fix for ghostview, doc fix.
961 (ps-print-version): New version number (5.1.3).
962 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
963 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
964 (ps-generate-postscript-with-faces): Code fix.
965 (ps-color-values): XEmacs compatibility.
966 (ps-print-background-image, ps-print-background-text, ps-printer-name)
967 (ps-default-fg, ps-default-bg): Adjust customization.
968 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
969 (ps-color-scale): Renaming old ps-color-value fun.
970 (ps-print-headers): Replace ps-print-header group to avoid conflict
971 with ps-print-header variable.
972 (ps-print-miscellany): New group.
973 (ps-format-color, ps-rgb-color): New funs.
974 (ps-default-foreground): New var.
975 (ps-printer-name-option): New const.
976
977 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
978
979 * net/net-utils.el:
980 (network-connection-host, network-connection-service): New variables
981 (network-connection-mode): New mode, derived from comint-mode
982 (network-connection-mode-setup): New function, saves host and
983 service information in local variables.
984
985 * lisp/locate.el:
986 (locate-word-at-point): Added this function
987 (locate): Default to using locate-word-at-point as input
988 Run dired-mode-hook
989
990 2000-03-29 Dave Love <fx@gnu.org>
991
992 * calendar/appt.el: Doc fixes.
993 (appt-check): Convert min-to-app to a string before passing to
994 appt-disp-window-function or concat.
995 (appt-delete-window): Remove test for frame-root-window.
996 (appt-select-lowest-window, appt-convert-time): Simplify.
997
998 * emacs-lisp/bytecomp.el: Doc fixes.
999 (byte-compile-file-form-autoload): Update
1000 byte-compile-function-environment.
1001
1002 2000-03-29 Andreas Schwab <schwab@suse.de>
1003
1004 * emacs-lisp/autoload.el: Also print defsubst doc string
1005 specially.
1006
1007 * dired.el (dired-insert-directory): If dired-free-space-program
1008 failed just delete its output.
1009
1010 2000-03-29 Dave Love <fx@gnu.org>
1011
1012 * international/iso-cvt.el: Move provide to end. Doc fixes.
1013 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1014 (iso-iso2sgml, iso-sgml2iso): New functions.
1015 (iso-cvt-define-menu): Fix some entries and use backquote for
1016 clarity.
1017
1018 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1019
1020 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1021
1022 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1023 ISO-DATE. If non-nil, return date in ISO 8601 format.
1024
1025 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1026
1027 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1028 if it ever becomes used.
1029 (log-edit-mode-hook): Default to vc-log-mode-hook.
1030 (log-edit-mode): Fix the docstring.
1031
1032 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1033 the code.
1034
1035 2000-03-26 Dave Love <fx@gnu.org>
1036
1037 * net/browse-url.el (browse-url): Re-fix case of
1038 browse-url-browser-function being an alist.
1039 (browse-url): Add :link to defgroup.
1040
1041 * files.el: Doc fixes.
1042 (file-truename): Include `[' in wildcard characters.
1043 (automount-dir-prefix): Customize.
1044 (find-file-wildcards): Add :version.
1045 (find-file-noselect): Simplify a mapcar call.
1046
1047 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1048 compatible with inf-lisp version.
1049 (eval-defun-1): Fix custom-declare-variable case.
1050
1051 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1052
1053 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1054
1055 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1056
1057 * Makefile (COMPILE_FIRST): New macro.
1058 (compile-files): Compile files from COMPILE_FIRST first.
1059
1060 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1061 code.
1062
1063 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1064 matching open parenthesis in column 0 to defun-prompt-regexp
1065 only if open-paren-in-column-0-is-defun-start is set.
1066
1067 * sun-curs.el: Require CL at compile-time only.
1068
1069 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1070 instead of copy-list which is a function from CL.
1071 (msb--choose-menu, msb--mode-menu-cond)
1072 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1073 (msb--init-file-alist): Use mapcar instead of mapcan.
1074 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1075 `(' in column 0 in doc string.
1076 (msb--add-separators): Use mapcar instead of mapcan.
1077
1078 * cus-dep.el: Require CL at compile-time only.
1079
1080 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1081
1082 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1083 (byte-compile-warnings): New warning `noruntime'.
1084 (byte-compile-constants, byte-compile-variables): Fix docstring.
1085 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1086 execute `eval-whenc-compile's body.
1087 (byte-compile-unresolved-functions): Fix docstring.
1088 (byte-compile-eval): New function.
1089 (byte-compile-callargs-warn): Check if the function will be available
1090 at runtime (via property `byte-compile-noruntime').
1091 (byte-compile-print-syms): New function.
1092 (byte-compile-warn-about-unresolved-functions): Also warn about
1093 `noruntime' functions (and use `byte-compile-print-syms').
1094 (byte-compile-file): Capitalize the message.
1095
1096 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1097
1098 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1099 (rmail-expunge): Ask for confirmation depending on the setting
1100 of rmail-confirm-expunge.
1101
1102 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1103
1104 * Makefile (bootstrap-clean): If $(emacs) exists, build
1105 loaddefs.el first. A loaddefs.el that's not up-to-date might
1106 cause a bootstrap failure because things don't autoload as
1107 expected.
1108
1109 2000-03-23 Dave Love <fx@gnu.org>
1110
1111 * net/browse-url.el: Restore previous use of
1112 browse-url-maybe-new-window.
1113
1114 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1115
1116 * ps-print.el: Skip banner page fix.
1117 (ps-print-version): New version number (5.1.2).
1118 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1119
1120 2000-03-23 Dave Pearson <davep@davep.org>
1121
1122 * net/quickurl.el Changed the type of parameter passed to the
1123 function defined by `quickurl-format-function'. Before only the
1124 text of the URL was passed. Now the whole URL structure is passed
1125 and the function is responsible for extracting the parts it
1126 requires. Changed the default of `quickurl-format-function'
1127 accordingly.
1128 (quickurl-insert): Changed the `funcall' of
1129 `quickurl-format-function' to match the above change.
1130 (quickurl-list-insert): Changed the `url' case so that it makes
1131 use of `quickurl-format-function', previous to this the format was
1132 hard wired.
1133
1134 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1135
1136 * startup.el: Change some spellings for the X Window System.
1137
1138 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1139
1140 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1141 up the code and the regexp and make sure the cursor is temporarily
1142 moved to the suspicious line while querying the user.
1143
1144 2000-03-22 Jason Rumney <jasonr@gnu.org>
1145
1146 * w32-fns.el (w32-charset-info-alist): Initialize.
1147
1148 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1149
1150 * ps-print.el: N-up last page fix.
1151 (ps-print-version): New version number (5.1.1).
1152 (ps-end-file, ps-end-job, ps-generate): Code fix.
1153
1154 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1155
1156 * files.el (find-file-run-dired): Update docstring.
1157 (find-directory-functions): New hook.
1158 (find-file-noselect): Run find-directory-functions rather than
1159 calling dired directly.
1160
1161 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1162
1163 * pcvs.el: Add a minimal leading commentary.
1164 (cvs-make-cvs-buffer): Change the header part by removing the startup
1165 message and adding a `Module' entry. Also replace the FOOTER and
1166 HEADER special fileinfos with the new support in ewoc for updating
1167 its own footer and header.
1168 (cvs-update-header): Update to use the header/footer of the ewoc.
1169 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1170 (cvs-is-within-p): New function.
1171 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1172 to only examine some subset of the buffers.
1173
1174 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1175 `format' instead of our own ad-hoc functions.
1176 Remove HEADER and FOOTER cases, now handled in the EWOC.
1177 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1178
1179 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1180 output to avoid scaring the user.
1181 (cvs-parse-table): Catch message for non-up-to-date commits.
1182
1183 * pcvs-defs.el (cvs-startup-message): Remove.
1184 (cvs-global-menu): New autoloaded menu.
1185
1186 * pcvs-util.el (cvs-string-fill): Remove.
1187
1188 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1189 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1190 PP part of it and also make it work for footers and headers.
1191 (ewoc-create): Drop POS and BUFFER arguments.
1192 Use the DLL's dummy node to store the end-of-footer position.
1193 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1194 (ewoc-refresh): Remove unused `header' variable.
1195 (ewoc-(get|set)-hf): New functions.
1196
1197 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1198 log-view-*-(message|file) and use easy-mmode-define-navigation.
1199 (log-view-message-re): Match SCCS format as well.
1200 And match the revision line rather than the dashed separator line.
1201 (log-view-mode): Use the new define-derived-mode.
1202 (log-view-current-tag): Fill in with an actual implementation.
1203
1204 * cvs-status.el (cvs-status-(prev|next)): Rename from
1205 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1206 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1207 to let the output "breathe" a little more (more readable).
1208 (cvs-status-mode): Use the new define-derived-mode.
1209
1210 * smerge-mode.el (smerge-auto-leave): New function and variable.
1211 (smerge-basic-map): Rename from smerge-basic-keymap.
1212 Change the bindings for smerge-diff-*.
1213 (smerge-*-map): Use easy-mmode-defmap.
1214 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1215 (smerge-keep-*): Use smerge-auto-leave.
1216
1217 2000-03-21 Jason Rumney <jasonr@gnu.org>
1218
1219 * cus-edit.el (custom-button-face): Use 3D look for w32.
1220 (custom-button-pressed-face): Likewise.
1221
1222 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1223
1224 * progmodes/etags.el (tags-case-fold-search): New user-option.
1225 (tags-loop-eval): New function. Bind case-fold-search around eval
1226 depending on the value of tags-case-fold-search.
1227 (tags-loop-continue): Use tags-loop-eval.
1228 (find-tag-in-order): Bind case-fold-search depending on the value
1229 of tags-case-fold-search.
1230
1231 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1232
1233 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1234 (diff-end-of-hunk): Return the end position for use in
1235 `easy-mmode-define-navigation'.
1236 (diff-recenter): Remove.
1237 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1238 of `easy-mmode-define-navigation'.
1239 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1240 previous renaming) and fix to use new names.
1241 (diff-merge-strings): Use \n as separator: simpler, faster.
1242 (diff-mode): Use `define-derived-mode'.
1243
1244 * derived.el (define-derived-mode): Don't autoload anymore.
1245 Prefer the macro-only version provided by easy-mmode.el.
1246
1247 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1248 `easy-mmode-define-derived-mode'.
1249 Use `combine-run-hooks'.
1250 (easy-mmode-define-navigation): New macro.
1251
1252 * subr.el (combine-run-hooks): New function.
1253
1254 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1255
1256 * term/x-win.el: Fontsets related initialization is simplified.
1257
1258 * international/mule-diag.el (describe-font): Don't refer to
1259 global-fontset-alist, instead call font-list.
1260 (describe-fontset, list-fontsets, mule-diag): Likewise.
1261 (print-fontset): Adjusted for the change of fontset
1262 implementation.
1263
1264 * international/fontset.el (x-charset-registries): Variable
1265 removed, instead the corresponding data is stored in the default
1266 fontset.
1267 (register-alternate-fontnames): Function removed.
1268 (resolved-ascii-font): Variable removed.
1269 (x-compose-font-name): Ignore the second argument REDOCE.
1270 (x-complement-fontset-spec): Complement only an ASCII font and
1271 element for those charsets than can use that ASCII font.
1272 (generate-fontset-menu): Don't refer to global-fontset-alist,
1273 instead call fontset-list.
1274 (uninstantiated-fontset-alist): Variable removed.
1275 (x-style-funcs-alist): Likewise.
1276 (fontset-default-styles): Likewise.
1277 (x-modify-font-name): Function removed.
1278 (create-fontset-from-fontset-spec): Ignore the argument
1279 STYLE-VARIANT.
1280 (create-fontset-from-ascii-font): Docsting adjusted for the above
1281 change.
1282 (instantiate-fontset, resolve-fontset-name): Functions removed.
1283 (fontset-list): Now implemented by C code.
1284
1285 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1286 (describe-face): Include `font' attribute in the description.
1287
1288 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1289
1290 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1291
1292 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1293
1294 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1295 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1296 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1297
1298 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1299 about behavior of set-buffer-modified-p wrt redisplay.
1300
1301 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1302
1303 * view.el (view-mode-disable): Kill local binding of view-read-only.
1304
1305 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1306
1307 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1308 is a string, convert it to a syntax cell using string-to-syntax.
1309
1310 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1311 (string-to-syntax): New function.
1312
1313 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1314 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1315 try to use passive ftp mode.
1316
1317 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1318
1319 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1320
1321 * simple.el (append-to-buffer): Update point of windows after
1322 insertion.
1323
1324 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1325 forward then moving backward. Reindent.
1326
1327 * frame.el (other-frame): Call x-focus-frame only if
1328 focus-follows-mouse is off.
1329
1330 2000-03-17 Dave Love <fx@gnu.org>
1331
1332 * pcvs-util.el (cvs-strings->string): Rename
1333 replace-regexps-in-string.
1334
1335 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1336
1337 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1338 regexp for labels cannot span several lines.
1339
1340 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1341 `(setq :<key> ':<key>)' to the macro expansion.
1342
1343 2000-03-16 Dave Love <fx@gnu.org>
1344
1345 * progmodes/f90.el (f90): Put custom group under `languages', not
1346 `fortran'.
1347 (f90-mode-hook): Customize.
1348 (f90-mode): Set add-log-current-defun-function.
1349 (f90-current-defun): New function.
1350
1351 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1352
1353 * cus-edit.el (custom-variable-tag-face): Handle case that
1354 default face's height is not a number.
1355 (custom-face-tag-face, custom-group-tag-face-1)
1356 (custom-group-tag-face): Ditto.
1357 (custom-group-tag-face-1): Add :group.
1358
1359 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1360
1361 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1362
1363 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1364 requiring easymenu.
1365
1366 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1367
1368 * ps-print.el: PostScript user-defined prologue, PostScript error
1369 handler, doc fix.
1370 (ps-print-version): New version number (5.1).
1371 (ps-user-defined-prologue, ps-error-handler-message)
1372 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1373 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1374 (ps-insert-string): New function.
1375
1376 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1377
1378 * international/ccl.el (ccl-compile-expression): Don't generate
1379 invalid self-assignment code.
1380
1381 2000-03-14 Dave Love <fx@gnu.org>
1382
1383 * subr.el (replace-regexp-in-string): Renamed from
1384 replace-regexps-in-string. Doc fix.
1385
1386 2000-03-12 Dave Love <fx@gnu.org>
1387
1388 * cus-edit.el: Doc fixes.
1389 (customize-set-variable, customize-save-variable): Rename args for
1390 doc.
1391 (custom-variable-tag-face, custom-face-tag-face)
1392 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1393 style which user identify as hyperlink.
1394 (hook): Don't add undefined functions to the hook.
1395 (debug-ignored-errors): Transfer message from bindings.el.
1396
1397 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1398
1399 * recentf.el (recentf-keep-non-readable-files-p): Remove
1400 double/nested definition.
1401
1402 2000-03-12 Dave Love <fx@gnu.org>
1403
1404 * facemenu.el (facemenu-get-face): Use display-color-p.
1405 * enriched.el (enriched-decode-foreground): Likewise.
1406 (enriched-decode-background): Likewise.
1407 * isearch.el (isearch-highlight): Likewise.
1408 * info-look.el (info-lookup): Likewise.
1409 * simple.el (completion-setup-function): Likewise.
1410
1411 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1412 :options.
1413
1414 * bindings.el (mode-line-format): Fix line-number and
1415 column-number items. Add help-echo for the background.
1416 (mode-line-mule-info): Modify help-echo.
1417
1418 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1419 defcustom.
1420
1421 * files.el (load-file): Allow completion to .elc.
1422
1423 * man.el: Doc fixes.
1424 (Man-init-defvars): Use display-color-p to set fontification.
1425
1426 * play/hanoi.el (hanoi-internal): Don't use oddp.
1427
1428 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1429
1430 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1431
1432 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1433
1434 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1435
1436 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1437 Fix comment.
1438
1439 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1440
1441 * font-lock.el (font-lock-keywords): Fix the doc now that
1442 regexp-opt-depth is unnecessary.
1443 (save-buffer-state): Set an edebug spec.
1444 (font-lock-fontify-anchored-keywords): Properly handle the case when
1445 the matcher goes past the limit.
1446
1447 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1448 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1449
1450 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1451 dll.el and cookie.el (from Elib) with heavy renaming and other
1452 massaging.
1453
1454 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1455 Autoload the functions used.
1456 (easy-mmode-define-syntax): Fix CL typo.
1457 (easy-mmode-define-derived-mode): Improve the docstring generation.
1458
1459 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1460
1461 * textmodes/texinfo.el (texinfo-version): Variable and function
1462 removed.
1463
1464 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1465
1466 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1467 allow more flexibility.
1468 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1469 fns.
1470 (easy-mmode-defmap, easy-mmode-defsyntax)
1471 (easy-mmode-define-derived-mode): New macros.
1472
1473 2000-03-09 Didier Verna <didier@xemacs.org>
1474
1475 * rect.el (replace-rectangle): New function.
1476
1477 2000-03-09 Dave Love <fx@gnu.org>
1478
1479 * progmodes/fortran.el (fortran-comment-line-start): Define as
1480 "C".
1481 (fortran-comment-line-start-skip): Don't match cpp stuff.
1482 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1483 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1484 (fortran-mode): Don't set fortran-comment-line-start-skip,
1485 fortran-comment-line-start here. Set comment-start,
1486 add-log-current-defun.
1487 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1488 (fortran-current-defun): New function.
1489
1490 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1491
1492 * emacs-lisp/re-builder.el: New file.
1493
1494 * mouse.el (mouse-drag-region): Don't run up-event handler
1495 if hscroll has changed.
1496
1497 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1498 builtin operators, use `font-lock-builtin-face' for Emacs and
1499 `font-lock-preprocessor-face' otherwise.
1500
1501 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1502 `(defun (setf foo)' differently.
1503
1504 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1505
1506 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1507 (regexp-opt): Update comment and adapt the code the new meaning of
1508 the `paren' argument of regex-opt-group for shy-groups.
1509 (regexp-opt-depth): Handle shy groups as well as backslashed
1510 backslashes.
1511 (regexp-opt-group): Turn the leading comment into a docstring.
1512 Allow `paren' to be a string (the string to use to open a group).
1513 Remove open-presuf and close-presuf. Instead of checking for `all
1514 one-char' and then later on check for `several one-char', handle
1515 both cases close together. Also apply a more generic algorithm
1516 for suffixes (the mirror image of the algorithm used for
1517 prefixes). Use shy-groups. Use nreverse rather than reverse.
1518 (regexp-opt-try-suffix): Removed.
1519
1520 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1521 from comint-mode-map, so we can just inherit from it. Also, move
1522 the initialization into the `defvar' since there's no docstring
1523 anyway and it's fairly short.
1524 (inferior-scheme-mode): Define it as derived-mode: the code is
1525 shorter and this way we inherit from comint-mode-map rather than
1526 copying it.
1527
1528 * subr.el (replace-regexps-in-string): Properly handle the case
1529 where we match an empty string.
1530
1531 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1532 when the command has a directory component (such as "./testml").
1533 Also fix a typo in the comment.
1534
1535 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1536
1537 * Makefile (compile-files): Compile files one by one because
1538 that's the only way to ensure a clean compilation environment for
1539 each individual file.
1540
1541 * frame.el (other-frame): Call x-focus-frame.
1542
1543 2000-03-07 Dave Love <fx@gnu.org>
1544
1545 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1546 :require to defcustom.
1547
1548 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1549 lists.
1550
1551 * files.el (auto-mode-alist): Add configure.in.
1552
1553 * progmodes/autoconf.el: New file.
1554
1555 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1556
1557 * mail/mh-e.el: Change maintainer to `none'.
1558
1559 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1560 to remove-hook and add-hook.
1561
1562 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1563
1564 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1565 it as the default.
1566 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1567 (sendmail-send-it): Conditionally add MIME headers specifying the
1568 used character set.
1569
1570 2000-03-07 Dave Love <fx@gnu.org>
1571
1572 * winner.el: Fix keywords, autoload cookies. Split
1573 eval-when-compile form to avoid compilation failure.
1574
1575 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1576
1577 * international/mule.el: Modify comment about coding system
1578 property `coding-category'.
1579 (make-coding-system): New argument EOL-TYPE. Pay attention to
1580 coding-category property of PROPERTIES.
1581
1582 * international/mule-conf.el (coding-category-utf-8,
1583 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1584 categories. Include them in the argument for set-coding-priority.
1585
1586 * international/mule-cmds.el (reset-language-environment): Include
1587 coding-category-utf-8, coding-category-utf-16-be, and
1588 coding-category-utf-16-le in the argument for set-coding-priority.
1589 (reset-language-environment): Initialize coding-category-utf-8,
1590 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1591
1592 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1593
1594 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1595 code abstracted out of `bookmark-jump-noselect'. Now tries info
1596 extensions as well as compression extensions.
1597 (bookmark-jump-noselect): Use above new func.
1598
1599 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1600
1601 * strokes.el: Change maintainer's mail address.
1602
1603 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1604
1605 * international/mule-diag.el (list-character-sets): Make help-echo
1606 string by substitute-command-keys.
1607 (list-character-sets): Likewise.
1608 (sort-listed-character-sets): Call help-setup-xref.
1609
1610 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1611
1612 * time.el (display-time-mail-file): Add `none' to the list of
1613 choices.
1614
1615 2000-03-01 Dave Love <fx@gnu.org>
1616
1617 * help.el (help-xref-go-back): Don't try to set position.
1618
1619 * international/mule-diag.el (list-character-sets): Call
1620 help-setup-xref. Add help-echo to xrefs.
1621 (list-character-sets-1): Add help-echo to xrefs.
1622
1623 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1624
1625 * frame.el (blink-cursor-mode): Switch cursor on when turning
1626 the mode off.
1627
1628 * add-log.el (add-log-current-defun): Add support for
1629 Autoconf mode.
1630
1631 * mail/rmail.el (rmail-quit-hook): New variable.
1632
1633 2000-03-01 Dave Love <fx@gnu.org>
1634
1635 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1636
1637 * help.el (help-xref-button): Add help-echo arg.
1638 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1639
1640 * faces.el (list-faces-display): Supply help-echo with
1641 help-make-xrefs.
1642
1643 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1644 nil.
1645
1646 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1647
1648 * image.el (defimage): Look for image files in load-path.
1649
1650 * frame.el (busy-cursor-delay-seconds): Change type to
1651 `number'.
1652
1653 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1654
1655 * recentf.el (recentf): Added version tag to the defgroup of
1656 recentf.
1657
1658 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1659
1660 * recentf.el (recentf-cleanup): Changed to remove excluded file
1661 too.
1662 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1663 action to select/unselect a file.
1664 (recentf-edit-list): Code cleanup and improvement.
1665 (recentf-open-more-files-action): `recentf-open-more-files' button
1666 widget action to open a file.
1667 (recentf-open-more-files): No more use standard completion but
1668 widgets.
1669 (recentf-more-collection): Deleted.
1670 (recentf-more-history): Deleted.
1671 (recentf-setup-more-completion): Deleted.
1672
1673 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1674
1675 * recentf.el (recentf-mode): No more needs that Emacs is running
1676 under a window-system.
1677
1678 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1679
1680 * recentf.el (recentf-edit-list): New command to edit the recent
1681 list which allow the user to remove files.
1682 (recentf-edit-selected-items): New global variable, used by
1683 `recentf-edit-list' to hold the list of files to be removed from
1684 the recent list.
1685 (recentf-make-menu-items): Updated to display a "Edit list..."
1686 menu item. Minor code cleanup.
1687
1688 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1689
1690 * recentf.el (recentf-open-more-files): New command to open files
1691 that are not displayed in the menu.
1692 (recentf-more-collection): New global variable holding the set of
1693 permissible completions used by `recentf-open-more-files'.
1694 (recentf-more-history): New global variable holding the history list
1695 used by `recentf-open-more-files' completion.
1696 (recentf-setup-more-completion): New function to setup completion for
1697 `recentf-open-more-files'.
1698 (recentf-make-menu-items): Updated to display a "More..." menu item.
1699
1700 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1701
1702 * recentf.el (recentf-menu-action): Doc fixed.
1703
1704 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1705
1706 * recentf.el (recentf-menu-filter): Doc updated.
1707 (recentf-update-menu-hook): Allow menu filters to force menu update.
1708 (recentf-make-menu-items): New menu filter handling.
1709 (recentf-make-menu-item): New helper function.
1710 (recentf-menu-elements): New menu handling function.
1711 (recentf-sort-ascending): Updated to new menu filter handling.
1712 (recentf-sort-descending): Updated to new menu filter handling.
1713 (recentf-sort-basenames-ascending): New menu filter function.
1714 (recentf-sort-basenames-descending): New menu filter function.
1715 (recentf-show-basenames): New menu filter function.
1716 (recentf-show-basenames-ascending): New menu filter function.
1717 (recentf-show-basenames-descending): New menu filter function.
1718
1719 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1720
1721 * diary-lib.el (list-diary-entries): Don't try to go forward at
1722 the end of the buffer.
1723
1724 2000-02-29 Kenichi Handa <handa@etl.go.jp>
1725
1726 * international/mule-diag.el (list-character-sets): Completely
1727 rewritten.
1728 (sort-listed-character-sets): New function.
1729 (list-character-sets-1): Completely rewritten.
1730 (list-character-sets-2): New function.
1731 (non-iso-charset-alist): New variable.
1732 (decode-codepage-char): New function.
1733 (charset-history): New variable.
1734 (read-charset) (list-block-of-chars)
1735 (list-iso-charset-chars)
1736 (list-non-iso-charset-chars)
1737 (list-charset-chars): New functions.
1738 (mule-diag): Call list-character-sets-2, not
1739 list-character-sets-2.
1740 (dump-charsets): Likewise.
1741
1742 2000-02-29 Gerd Moellmann <gerd@gnu.org>
1743
1744 * dired-x.el (dired-filename-at-point): Add `@' to valid
1745 file name characters.
1746 (dired-filename-at-point): Handle ange-ftp file names.
1747
1748 * frame.el (frame-notice-user-settings): Use assq-delete-all
1749 instead of assoc-delete-all.
1750 (frame-notice-user-settings): Ditto.
1751
1752 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1753 Don't copy alist.
1754
1755 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
1756
1757 * calculator.el (calculator-use-menu): New option.
1758 (calculator-initial-bindings): Changed some bindings to work as
1759 macros.
1760 (calculator-forced-input): Removed.
1761 (calculator-restart-other-mode): New variable.
1762 (calculator-mode-map): Set up menu.
1763
1764 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
1765
1766 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1767 tags.
1768
1769 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
1770
1771 * viper-cmd.el (viper-envelop-ESC-key): added the option to
1772 translate all ESC key sequences.
1773 (viper-goto-mark-subr): restore markers for files for which
1774 they were saved.
1775 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1776 * viper-util.el (viper-set-replace-overlay-glyphs,
1777 viper-set-replace-overlay): always check if the replacement
1778 overlay is live.
1779 * viper.el (viper-vi-state-mode-list): added major modes.
1780 * ediff-wind.el: minor comment changes.
1781 * ediff.el: copyright notice date fix.
1782
1783 2000-02-27 Jason Rumney <jasonr@gnu.org>
1784
1785 * faces.el (face-font-family-alternatives): Add arial to helv.
1786 (mode-line, header-line, tool-bar): Same default as x for w32.
1787 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1788 face-font-family-alternatives from working.
1789 * term/w32-win.el (mouse-set-font): Do not build fontset from
1790 chosen font.
1791
1792 2000-02-25 Sam Steingold <sds@goems.com>
1793
1794 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1795 properly.
1796
1797 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1798
1799 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1800
1801 2000-02-25 Gerd Moellmann <gerd@gnu.org>
1802
1803 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1804 writable.
1805
1806 * frame.el (busy-cursor-delay-seconds): New option.
1807
1808 2000-02-24 Gerd Moellmann <gerd@gnu.org>
1809
1810 * frame.el (show-cursor-in-non-selected-windows): New option.
1811
1812 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1813
1814 * diary-lib.el (include-other-diary-files): Undo the selective
1815 display in any included file and don't kill it.
1816
1817 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
1818
1819 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1820 bar. Menu items converted to (menu-item format, help strings
1821 added.
1822 [downcase, upcase]: Don't enable on MS-DOS.
1823 [symlink, symlinks]: Don't show if make-symbolic-link is not
1824 bound.
1825 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1826
1827 2000-02-23 Dave Love <fx@gnu.org>
1828
1829 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1830 (backward-kill-word): Revert addition of * to interactive spec --
1831 it's a feature.
1832
1833 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1834 (backward-kill-sentence, kill-sentence): Likewise.
1835
1836 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1837 scratch buffer name.
1838 (gud-format-command): Use int-to-string in ?l case. Simplify
1839 slightly.
1840
1841 * term/w32-win.el (internal-face-interactive): Update prompt for
1842 new read-face-name.
1843
1844 * mail/footnote.el (footnote): Add :version to defgroup.
1845 (footnote-section-tag-regexp): Customize.
1846 (footnote-start-tag, footnote-end-tag): New option.
1847 (footnote-latin-regexp): New variable.
1848 (Footnote-latin): New function.
1849 (footnote-style-alist): Add element for latin style.
1850 (footnote-style): Moved.
1851 (Footnote-goto-footnote): Use eq to test arg.
1852
1853 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1854
1855 * emacs-lisp/byte-opt.el: Change old backquote syntax.
1856 (byte-compile-trueconstp): Include keywords.
1857 (byte-optimize-quote, byte-optimize-lapcode): Use
1858 byte-compile-const-symbol-p.
1859 (byte-optimize-char-before): New optimization.
1860
1861 * emacs-lisp/bytecomp.el: Change old backquote syntax.
1862 (byte-compile-const-symbol-p): New function.
1863 (byte-compile-constp, byte-compile-out-toplevel)
1864 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
1865 Use it.
1866
1867 * subr.el (define-key-after): Default AFTER to t. Doc fix.
1868
1869 2000-02-23 Kenichi Handa <handa@etl.go.jp>
1870
1871 * international/encoded-kb.el: Be sure to update minor-mode-alist
1872 and minor-mode-map-alist.
1873 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
1874 codes SS2 and SS3 correctly.
1875 (encoded-kbd-self-insert-ccl): New function.
1876 (encoded-kbd-setup-keymap): New function.
1877 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
1878 by calling encoded-kbd-setup-keymap.
1879
1880 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
1881 characters.
1882 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
1883 locally.
1884
1885 2000-02-22 Dave Love <fx@gnu.org>
1886
1887 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
1888 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
1889 defvar.
1890 (lisp-mode-syntax-table): Set up for #|...|# comments.
1891 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
1892 classes. Match `defface'.
1893 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
1894 (eval-defun-1): Fix for defcustom.
1895 (lisp-indent-region): Doc fix.
1896
1897 * subr.el (when, unless, split-string): Doc fix.
1898 (read-passwd): Move call of clear-this-command-keys to the right
1899 place.
1900 (replace-regexps-in-string): New function.
1901
1902 2000-02-22 Gerd Moellmann <gerd@gnu.org>
1903
1904 * help.el (describe-variable): Set syntax table to
1905 emacs-lisp-mode-syntax-table when moving forward over the
1906 symbol's name.
1907
1908 2000-02-22 Dave Love <fx@gnu.org>
1909
1910 * xt-mouse.el: Doc fixes.
1911 (xterm-mouse-position-function): New function, replacing advice of
1912 mouse-position.
1913 (xterm-mouse-mode): Use it. Don't turn on under a window system.
1914
1915 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
1916
1917 2000-02-21 Gerd Moellmann <gerd@gnu.org>
1918
1919 * format.el (format-annotate-single-property-change): Handle
1920 properties.with dotted-list values.
1921 (format-proper-list-p): New function.
1922
1923 * enriched.el (enriched-face-ans): Handle '(foreground-color
1924 . COLOR) and (background-color . COLOR).
1925
1926 2000-02-20 Dave Love <fx@gnu.org>
1927
1928 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
1929 and assignments to it.
1930 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
1931 current local map.
1932 (make-flyspell-overlay): Use it.
1933 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
1934
1935 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
1936 (lm-get-header-re): Defun, not defsubst.
1937 (lm-get-package-name): Defun, not defsubst. Simplify.
1938 (lm-version): Doc fix. Simplify.
1939 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
1940 (lm-crack-address, lm-last-modified-date, lm-commentary)
1941 (lm-verify, lm-synopsis): Simplify.
1942 (lm-report-bug): Require emacsbug. Use compose-mail.
1943
1944 2000-02-20 Gerd Moellmann <gerd@gnu.org>
1945
1946 * dired.el (dired-mode): Call propertized-buffer-identification
1947 to set mode-line-buffer-identification to something having
1948 the right text properties.
1949
1950 * bindings.el (propertized-buffer-identification): New function.
1951
1952 2000-02-20 Dave Love <fx@gnu.org>
1953
1954 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
1955 check for t-mouse too.
1956
1957 * cus-start.el: Make echo-keystrokes `number'.
1958
1959 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1960
1961 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
1962 Don't call ring-empty-p unless tags-location-ring is bound.
1963 From Noah Friedman <friedman@splode.com>.
1964
1965 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
1966
1967 * progmodes/hideshow.el (hs-flag-region): No longer use
1968 `intangible' overlay property.
1969
1970 (hs-toggle-hiding): New command.
1971 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
1972
1973 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
1974 Fix omission bug: Run `hs-minor-mode-hook' for both activation
1975 and deactivation.
1976
1977 2000-02-18 Gerd Moellmann <gerd@gnu.org>
1978
1979 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
1980
1981 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1982
1983 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
1984
1985 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
1986 of `*' to handle `(* ... *)' comments.
1987
1988 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1989
1990 * faces.el (list-faces-display): Use display-mouse-p instead of
1991 window-system.
1992
1993 * menu-bar.el (global-map): Menu-bar items converted to the new
1994 format (menu-item..., rearranged for better CUA compliance, and
1995 their names changed for better clarity. Help strings added.
1996
1997 * international/mule-cmds.el (mule-menu-keymap)
1998 (describe-language-environment-map, set-coding-system-map)
1999 (setup-language-environment-map): Convert to new (menu-item...
2000 form, add help strings. Change names of menu items for better
2001 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2002 submenu).
2003
2004 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2005
2006 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2007 within the code.
2008
2009 2000-02-16 Dave Love <fx@gnu.org>
2010
2011 * faces.el: Don't require custom. Add more specific :groups to
2012 various deffaces.
2013 (set-face-attribute): Purecopy args.
2014 (read-face-name): Default to name at point and use it in prompt.
2015 Remove colon from arg in all callers.
2016 (list-faces-display): Hyperlink to face descriptions and customize
2017 buffers.
2018
2019 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2020
2021 * wid-edit.el (widget-match-inline): An atom never matches a
2022 list.
2023
2024 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2025
2026 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2027 at ':' characters by call to split-string.
2028
2029 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2030
2031 * textmodes/bibtex.el: Added RCS version identification.
2032
2033 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2034
2035 * textmodes/bibtex.el: Some temporary comments removed.
2036 (bibtex-field-name, bibtex-entry-type): Made the relationship
2037 explicit.
2038 (bibtex-field-const): Allow capital letters.
2039 (bibtex-start-of-string): Deleted because unused.
2040
2041 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2042 use the term 'reference' to describe a bibtex entry as a whole.
2043 Further, reference keys are no longer called 'labels'.
2044 (bibtex-keys): Renamed to bibtex-reference-keys.
2045 (bibtex-reformat-previous-labels): Renamed to
2046 bibtex-reformat-previous-reference-keys.
2047 (bibtex-reference-type): Renamed to bibtex-entry-type.
2048 (bibtex-reference-head): Renamed to bibtex-entry-head.
2049 (bibtex-reference-maybe-empty-head): Renamed to
2050 bibtex-entry-maybe-empty-head.
2051 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2052 (bibtex-search-reference): Renamed to bibtex-search-entry.
2053 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2054 bibtex-enclosing-entry-maybe-empty-head.
2055 (bibtex-entry-field-alist, bibtex-entry-head,
2056 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2057 bibtex-map-entries, bibtex-search-entry,
2058 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2059 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2060 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2061 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2062 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2063 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2064 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2065
2066 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2067
2068 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2069 comment.
2070 (bibtex-format-field-delimiters): New function, functionality
2071 extracted from bibtex-format-entry.
2072 (bibtex-autokey-get-yearfield-digits): New function, functionality
2073 extracted from bibtex-autokey-get-yearfield.
2074
2075 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2076 entries in order to avoid stack overflow in the regexp matcher if
2077 field contents become large.
2078 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2079 bibtex-field-string-part-not-braced,
2080 bibtex-field-string-part-no-inner-braces,
2081 bibtex-field-string-part-1-inner-brace,
2082 bibtex-field-string-part-2-inner-braces,
2083 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2084 bibtex-field-string-quoted, bibtex-field-string,
2085 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2086 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2087 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2088 as parsing is now performed by the following functions.
2089 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2090 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2091 bibtex-parse-field-string, bibtex-search-forward-field-string,
2092 bibtex-parse-association, bibtex-field-name-for-parsing,
2093 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2094 bibtex-search-forward-field, bibtex-search-backward-field,
2095 bibtex-start-of-field, bibtex-end-of-field,
2096 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2097 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2098 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2099 bibtex-parse-string, bibtex-search-forward-string,
2100 bibtex-search-backward-string, bibtex-start-of-string,
2101 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2102 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2103 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2104 entries. Instead of reporting the results of the parsing by
2105 match-beginning or match-end, these functions return data structures
2106 that hold the corresponding positions.
2107 (bibtex-enclosing-field): Changed to also report field boundaries by
2108 return values rather than by match-beginning or match-end. The
2109 following functions have been adapted to use the new parsing
2110 functions.
2111 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2112 bibtex-enclosing-field, bibtex-format-entry,
2113 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2114 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2115 bibtex-print-help-message, bibtex-end-of-entry,
2116 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2117 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2118 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2119 method for parsing.
2120 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2121 bibtex-map-entries, bibtex-flash-head,
2122 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2123 bibtex-autokey-change, bibtex-autokey-get-namefield,
2124 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2125 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2126 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2127 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2128 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2129 order to make the new binding of case-fold-search immediately
2130 visible.
2131
2132 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2133
2134 * textmodes/bibtex.el: Copyright notice is up to date.
2135 Added constant 'bibtex-maintainer-salutation.
2136
2137 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2138 than make-temp-name, use match-string-no-properties and eliminate
2139 a quadratic behavior when building bibtex-strings.
2140
2141 * bibtex.el (bibtex-reference-key): Accept string entries whose
2142 reference key contains upper case letters.
2143
2144 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2145
2146 * bibtex.el (bibtex-reference-head): Allow entries to start with
2147 a new line.
2148
2149 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2150
2151 * bibtex.el: Hiding of entry bodies is not longer provided by
2152 bibtex.el directly. Instead the hideshow package can be used.
2153 Added a special bibtex entry to hs-special-modes-alist.
2154 (bibtex-hs-forward-sexp): Added for hideshow.el.
2155
2156 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2157
2158 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2159 at ':' characters by call to split-string.
2160
2161 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2162
2163 * textmodes/bibtex.el: Added RCS version identification.
2164
2165 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2166
2167 * textmodes/bibtex.el: Some temporary comments removed.
2168 (bibtex-field-name, bibtex-entry-type): Made the relationship
2169 explicit.
2170 (bibtex-field-const): Allow capital letters.
2171 (bibtex-start-of-string): Deleted because unused.
2172
2173 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2174 use the term 'reference' to describe a bibtex entry as a whole.
2175 Further, reference keys are no longer called 'labels'.
2176 (bibtex-keys): Renamed to bibtex-reference-keys.
2177 (bibtex-reformat-previous-labels): Renamed to
2178 bibtex-reformat-previous-reference-keys.
2179 (bibtex-reference-type): Renamed to bibtex-entry-type.
2180 (bibtex-reference-head): Renamed to bibtex-entry-head.
2181 (bibtex-reference-maybe-empty-head): Renamed to
2182 bibtex-entry-maybe-empty-head.
2183 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2184 (bibtex-search-reference): Renamed to bibtex-search-entry.
2185 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2186 bibtex-enclosing-entry-maybe-empty-head.
2187 (bibtex-entry-field-alist, bibtex-entry-head,
2188 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2189 bibtex-map-entries, bibtex-search-entry,
2190 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2191 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2192 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2193 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2194 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2195 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2196 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2197
2198 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2199
2200 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2201 comment.
2202 (bibtex-format-field-delimiters): New function, functionality
2203 extracted from bibtex-format-entry.
2204 (bibtex-autokey-get-yearfield-digits): New function, functionality
2205 extracted from bibtex-autokey-get-yearfield.
2206
2207 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2208 entries in order to avoid stack overflow in the regexp matcher if
2209 field contents become large.
2210 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2211 bibtex-field-string-part-not-braced,
2212 bibtex-field-string-part-no-inner-braces,
2213 bibtex-field-string-part-1-inner-brace,
2214 bibtex-field-string-part-2-inner-braces,
2215 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2216 bibtex-field-string-quoted, bibtex-field-string,
2217 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2218 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2219 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2220 as parsing is now performed by the following functions.
2221 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2222 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2223 bibtex-parse-field-string, bibtex-search-forward-field-string,
2224 bibtex-parse-association, bibtex-field-name-for-parsing,
2225 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2226 bibtex-search-forward-field, bibtex-search-backward-field,
2227 bibtex-start-of-field, bibtex-end-of-field,
2228 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2229 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2230 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2231 bibtex-parse-string, bibtex-search-forward-string,
2232 bibtex-search-backward-string, bibtex-start-of-string,
2233 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2234 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2235 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2236 entries. Instead of reporting the results of the parsing by
2237 match-beginning or match-end, these functions return data structures
2238 that hold the corresponding positions.
2239 (bibtex-enclosing-field): Changed to also report field boundaries by
2240 return values rather than by match-beginning or match-end. The
2241 following functions have been adapted to use the new parsing
2242 functions.
2243 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2244 bibtex-enclosing-field, bibtex-format-entry,
2245 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2246 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2247 bibtex-print-help-message, bibtex-end-of-entry,
2248 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2249 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2250 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2251 method for parsing.
2252 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2253 bibtex-map-entries, bibtex-flash-head,
2254 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2255 bibtex-autokey-change, bibtex-autokey-get-namefield,
2256 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2257 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2258 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2259 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2260 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2261 order to make the new binding of case-fold-search immediately
2262 visible.
2263
2264 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2265
2266 * textmodes/bibtex.el: Copyright notice is up to date.
2267 Added constant 'bibtex-maintainer-salutation.
2268
2269 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2270 than make-temp-name, use match-string-no-properties and eliminate
2271 a quadratic behavior when building bibtex-strings.
2272
2273 * bibtex.el (bibtex-reference-key): Accept string entries whose
2274 reference key contains upper case letters.
2275
2276 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2277
2278 * bibtex.el (bibtex-reference-head): Allow entries to start with
2279 a new line.
2280
2281 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2282
2283 * bibtex.el: Hiding of entry bodies is not longer provided by
2284 bibtex.el directly. Instead the hideshow package can be used.
2285 Added a special bibtex entry to hs-special-modes-alist.
2286 (bibtex-hs-forward-sexp): Added for hideshow.el.
2287
2288 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2289
2290 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2291 proceedings entry type (for cross referencing). Thanks to Wagner
2292 Toledo Correa for the suggestion.
2293
2294 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2295
2296 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2297
2298 * international/characters.el: Setup case table for Vietnamese.
2299
2300 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2301
2302 * uniquify.el (toplevel): Require CL at compile time.
2303 (uniquify-push): Removed.
2304
2305 * shadowfile.el (shadow-when): Removed.
2306
2307 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2308 (tempo-process-and-insert-string): Use dolist instead of
2309 tempo-dolist.
2310
2311 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2312 regexp for paragraph-start.
2313
2314 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2315 commas as well.
2316
2317 2000-02-10 Dave Love <fx@gnu.org>
2318
2319 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2320 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2321 Deleted.
2322 (widget-specify-field, widget-specify-button): Don't use
2323 widget-mouse-help as help-echo property.
2324 (default): Use #'ignore for :validate and :mouse-down-action.
2325 (checkbox): Add help-echo.
2326 (widget-sexp-validate): Rewritten to clarify error messages.
2327 (character): Use char-valid-p in :match function.
2328 (widget-color-complete): Use facemenu-color-alist.
2329 (widget-color-action): Use facemenu-read-color.
2330
2331 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2332 set up `caar' &c that we now have.
2333
2334 2000-02-09 Ray Blaak <blaak@gnu.org>
2335
2336 * delphi.el: Make resourcestring a declaration region, like const
2337 and var.
2338
2339 2000-02-09 Dave Love <fx@gnu.org>
2340
2341 * bindings.el (mode-line-input-method-map): New variable.
2342 (mode-line-mule-info): Use it; fix last change.
2343 (mode-line-mode-menu): Move definition.
2344 (mode-line-mouse-sensitive-p): Deleted.
2345 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2346 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2347 level.
2348
2349 * startup.el (command-line-1): Don't call
2350 make-mode-line-mouse-sensitive.
2351
2352 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2353
2354 * mail/rmail.el (rmail-retry-failure): Use
2355 rmail-beginning-of-message before rmail-toggle-header, because the
2356 former toggles headers.
2357
2358 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2359
2360 * diff-mode.el (diff-kill-junk): New interactive function.
2361 (diff-reverse-direction): Use delete-and-extract-region.
2362 (diff-post-command-hook): Restrict the area so that the hook also works
2363 outside of any diff hunk. This is necessary for the minor-mode.
2364 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2365 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2366
2367 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2368 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2369 so that it can be used more easily in <foo>-mode-hook. Also make sure
2370 to avoid duplicate entries.
2371 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2372 (font-lock-remove-keywords): Just as was done for `add', allow it to
2373 work even if font-lock-mode is nil. Also make sure we don't modify
2374 any pre-existing list by forcing a copy-sequence. Finally rename
2375 `major-mode' to `mode'.
2376 (font-lock-fontify-syntactic-anchored-keywords)
2377 (font-lock-fontify-anchored-keywords)
2378 (font-lock-fontify-keywords-region): Use line-end-position.
2379 Don't make `font-lock-multiline' local (it's now done in
2380 font-lock-set-defaults).
2381 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2382 move the `font-lock-fontified' creation to inside the `unless'.
2383
2384 2000-02-06 Andrew Innes <andrewi@gnu.org>
2385
2386 * term/w32-win.el (x-handle-args): Comment out call to message,
2387 which occurs before window system is initialized.
2388
2389 * makefile.nt: Add support for recompiling lisp code.
2390
2391 2000-02-04 Dave Love <fx@gnu.org>
2392
2393 * bindings.el (mode-line-mule-info): Fix/extend last change.
2394
2395 * completion.el: Replace completion-dolist with dolist.
2396
2397 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2398 dotimes.
2399
2400 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2401
2402 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2403 environment names before they go into the section regexp.
2404
2405 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2406 char class in regexp.
2407
2408 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2409 `case-fold-search' to nil.
2410
2411 * progmodes/idlwave.el (idlwave-template): Respect
2412 `idlwave-abbrev-change-case'.
2413 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2414 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2415 idlwave-while): respect `idlwave-reserved-word-upcase'.
2416 (idlwave-rw-case): New function.
2417 (idlwave-statement-match): Fixed problem with assignment regexp.
2418 (idlwave-font-lock-keywords): Improved regexp for keyword
2419 parameters.
2420 (idlwave-surround): New argument LENGTH to support padding of
2421 operators longer than 1 char.
2422
2423 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2424 idlwave-shell-expression-overlay. Implemented printing of
2425 expressions on higher levels of the calling stack.
2426 (idlwave-shell-display-level-in-calling-stack): Restore stack
2427 level.
2428 (idlwave-retrieve-expression-from-level): New function.
2429 (idlwave-shell-last-calling-stack): Variable removed.
2430 (idlwave-shell-reset): Argument action reversed (`visible' to
2431 `hidden'). Also remove stop-line overlay.
2432 (idlwave-shell-calling-stack-routine): New variable.
2433 (idlwave-shell-parse-stack-and-display): Messages now display
2434 negative level numbers.
2435 (idlwave-shell-mode): Set `modeline-format'.
2436 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2437 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2438 21.
2439 (idlwave-shell-print-expression-function): New option.
2440
2441 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2442 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2443 `tool-bar' instead of `toolbar'.
2444
2445 2000-02-02 Dave Love <fx@gnu.org>
2446
2447 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2448 emacs-lisp-mode-hook. Don't check for defalias being defined.
2449
2450 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2451 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2452 the new builtins directly.
2453
2454 * whitespace.el (whitespace): Add :version to defgroup.
2455
2456 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2457 Doc fix.
2458
2459 * thingatpt.el (sexp-at-point, symbol-at-point)
2460 (number-at-point, list-at-point): Add autoload cookie.
2461
2462 * recentf.el (recentf): Add :version to defgroup.
2463
2464 * quickurl.el (quickurl): Add :version to defgroup.
2465
2466 * elide-head.el (elide-head): Use point-marker more.
2467
2468 * bs.el (bs): Add :version to defgroup.
2469
2470 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2471
2472 * progmodes/delphi.el (delphi): Add :version to defgroup.
2473
2474 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2475
2476 * ange-ftp.el (ange-ftp-write-region): Handle case that
2477 succeeding process operation sets a different coding system.
2478
2479 * calculator.el: New file.
2480
2481 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2482
2483 * frame.el (frames-on-display-list, framep-on-display): New
2484 functions.
2485 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2486 (display-selections-p, display-screens, display-pixel-width)
2487 (display-pixel-height, display-mm-width, display-mm-height)
2488 (display-backing-store, display-save-under, display-planes)
2489 (display-color-cells, display-visual-class): New functions.
2490
2491 * term/tty-colors.el (tty-color-gray-shades): New function.
2492
2493 * faces.el (display-color-p): Use framep-on-display.
2494 (display-grayscale-p): New function.
2495
2496 2000-01-31 Dave Love <fx@gnu.org>
2497
2498 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2499 (create-fontset-from-x-resource): Don't concat integers.
2500
2501 2000-01-31 Inge Frick <inge@nada.kth.se>
2502
2503 * view.el: Some changes in documentation. Removed some trailing
2504 whitespace. Changed some parameter names to agree with
2505 documentation.
2506 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2507 window is not deleted. Modifies change 1998-04-26.
2508
2509 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2510
2511 * windmove.el: New file.
2512
2513 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2514 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2515 progmodes/ebnf-yac.el: Update copyright and license info.
2516
2517 * jit-lock.el (jit-lock-function): Widen before calculating end
2518 position.
2519 (jit-lock-stealth-chunk-start): Rewritten.
2520
2521 * info.el (Info-title-face-alist): Removed.
2522 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2523 faces.
2524 (Info-fontify-node): Use these faces.
2525
2526 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2527
2528 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2529 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2530 `&allow-other-keywords'.
2531
2532 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2533 the list of directories scanned heuristically.
2534
2535 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2536 exist.
2537
2538 2000-01-30 Jason Rumney <jasonr@gnu.org>
2539
2540 * w32-fns.el: Define w32-tty-standard-colors.
2541
2542 * startup.el (command-line): Use w32-tty-standard-colors when in
2543 w32 console mode.
2544
2545 2000-01-30 Dave Love <fx@gnu.org>
2546
2547 * jka-compr.el (jka-compr-load): Fix up load-history.
2548
2549 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2550
2551 * emacs-lisp/cl-macs.el: Revert previous change.
2552
2553 2000-01-29 Dave Love <fx@gnu.org>
2554
2555 * facemenu.el: Purecopy various strings.
2556
2557 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2558 years. Deal with three-digit years.
2559
2560 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2561 defconst, purecopy.
2562 (help-back-label): Purecopy it.
2563
2564 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2565
2566 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2567 variable. If non-nil, order the buffer list according to the
2568 currently selected frame.
2569 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2570 non-nil, pass the selected frame to function buffer-list.
2571
2572 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2573
2574 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2575
2576 2000-01-28 Dave Love <fx@gnu.org>
2577
2578 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2579
2580 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2581 Don't use lisp-indent-hook property.
2582 (cl-abs): Remove.
2583
2584 * subr.el: Move out indent and edebug specs for when and unless.
2585
2586 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2587 when, unless.
2588
2589 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2590 unless, when.
2591
2592 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2593
2594 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2595 `collecting' as synonym for `collect'.
2596
2597 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2598 for the case it contains spaces.
2599
2600 * simple.el (what-cursor-position): Change formatting of
2601 messages.
2602
2603 * frame.el (delete-other-frames): New function.
2604 (toplevel): Bind it to C-x 5 1.
2605
2606 * sort.el (sort-numeric-base): New option.
2607 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2608 interpret it as octal or hexadecimal. Use sort-numeric-base
2609 as default base.
2610
2611 * progmodes/glasses.el: New file.
2612
2613 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2614
2615 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2616 userids differently.
2617
2618 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2619 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2620 progmodes/ebnf-yac.el: New files.
2621
2622 2000-01-26 Dave Love <fx@gnu.org>
2623
2624 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2625 on a function with an empty body. [From Eric Ludlam.]
2626
2627 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2628
2629 * vc.el (vc-version-diff): Make sure file name is expanded.
2630
2631 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2632
2633 * scroll-bar.el (scroll-bar-timer): Variable removed.
2634 (scroll-bar-toolkit-scroll): Don't use a timer.
2635
2636 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2637
2638 * language/thai-util.el (thai-composition-function): Delete
2639 superfluous `a'.
2640
2641 2000-01-24 Dave Love <fx@gnu.org>
2642
2643 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2644 end-of-defun-function.
2645
2646 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2647 &c.
2648
2649 2000-01-22 Jason Rumney <jasonr@gnu.org>
2650
2651 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2652 conflicts with new face support.
2653
2654 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2655
2656 * replace.el (query-replace): Rename last arg to DELIMITED.
2657 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2658 (query-replace-regexp): Likewise.
2659
2660 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2661
2662 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2663
2664 * emacs-lisp/lisp.el (beginning-of-defun-function):
2665 Variable renamed from beginning-of-defun.
2666 Do not call make-variable-buffer-local.
2667 (beginning-of-defun-raw): Use new variable name; doc fix.
2668 (beginning-of-defun): Doc fix.
2669 (end-of-defun-function): Variable renamed from end-of-defun.
2670 Do not call make-variable-buffer-local.
2671 (end-of-defun): Use new variable name; doc fix.
2672
2673 * subr.el (dolist, dotimes): Copied from cl-macs.el
2674 and made to work.
2675
2676 * mail/undigest.el (rmail-digest-end-regexps):
2677 Variable replaces rmail-digest-end-regexp.
2678 Allows multiple regexps for detecting the end line.
2679 (undigestify-rmail-message): Corresponding changes.
2680
2681 2000-01-19 Dave Love <fx@gnu.org>
2682
2683 * files.el (user-init-file): Don't declare here -- is primitive.
2684
2685 * startup.el (command-line): Check for compiled user-init-file and
2686 set to uncompiled version if necessary.
2687
2688 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2689
2690 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2691 (undigestify-rmail-message): Use it.
2692
2693 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2694
2695 2000-01-17 Gerd Moellmann <gerd@gnu.org>
2696
2697 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2698 of mini-buffer.
2699
2700 2000-01-14 Gerd Moellmann <gerd@gnu.org>
2701
2702 * emacs-lisp/copyright.el (copyright-update): Removed the
2703 requirement for a trailing space from `copyright-regexp', to
2704 support copyrights with owner specified on a separate line..
2705
2706 * align.el: New file.
2707
2708 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2709
2710 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2711
2712 2000-01-13 Dave Love <fx@gnu.org>
2713
2714 * ph.el: Removed. (Obsoleted by EUDC.)
2715
2716 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2717
2718 * net/eudc.el (toplevel): Remove autoloaded code installing
2719 menu with easymenu, because that causes build problems.
2720
2721 * frame.el (frame-notice-user-settings): New variable.
2722 (frame-notice-user-settings): Don't modify frame parameters
2723 if called a second time.
2724
2725 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2726
2727 * frame.el (frame-notice-user-settings):
2728 Notice default-frame-parameters even for non-window frames.
2729
2730 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2731
2732 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2733 for Emacs.
2734 (eudc-bob-can-display-inline-images): Extend for Emacs.
2735 (eudc-bob-toggle-inline-display): Ditto.
2736 (eudc-bob-display-jpeg): Ditto.
2737
2738 2000-01-12 Gerd Moellmann <gerd@gnu.org>
2739
2740 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2741 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2742 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2743
2744 * add-log.el (add-change-log-entry): Fix error trying an `(insert
2745 nil)'.
2746
2747 * subdirs.el: Add `net' directory.
2748
2749 * net: New directory.
2750
2751 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2752 eval-last-sexp. Don't bind debug-on-error here.
2753 (eval-last-sexp): New function. Bind debug-on-error if
2754 eval-expression-debug-on-error is non-nil.
2755 (eval-defun-2, eval-defun): Likewise.
2756
2757 * simple.el (eval-expression): Don't bind debug-on-error if
2758 eval-expression-debug-on-error is nil. Detect changed
2759 debug-on-error, and propagate new value to global binding, if
2760 eval-expression-debug-on-error is non-nil,
2761 (eval-expression-debug-on-error): Change doc string.
2762
2763 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2764
2765 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2766
2767 * emacs-lisp/lisp-mode.el (with-syntax-table):
2768 Set up lisp-indent-function property.
2769
2770 * subr.el (with-syntax-table): Moved from simple.el.
2771
2772 * simple.el (with-syntax-table): Moved to subr.el.
2773
2774 2000-01-11 Gerd Moellmann <gerd@gnu.org>
2775
2776 * tmm.el (tmm-shortcut): Delete region after prompt instead
2777 of erasing buffer.
2778
2779 * textmodes/fill.el (fill-common-string-prefix): New function.
2780 (fill-context-prefix): Use the longest common prefix of first
2781 and second line fill prefix, if there is one.
2782
2783 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2784
2785 * array.el (array-mode): Don't use make-variable-buffer-local.
2786 Use make-local-variable for `truncate-lines'.
2787
2788 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
2789
2790 * add-log.el (add-log-current-defun): Handle user-defined
2791 add-log-current-function returning nil,
2792
2793 * add-log.el (add-change-log-entry): Insert version number
2794 if having found a current function
2795
2796 * add-log.el (add-log-current-defun): Call
2797 `add-log-current-defun-function'. Try matches at level 0 and
2798 level 1. Strip whitespace from defun found.
2799
2800 2000-01-10 John Wiegley <johnw@gnu.org>
2801
2802 * allout.el (isearch-done/outline-provisions): Added `edit'
2803 argument to correspond with the current definition of
2804 `isearch-done'.
2805
2806 2000-01-10 Dave Love <fx@gnu.org>
2807
2808 * elide-head.el (elide-head): Use point-marker, not point.
2809
2810 2000-01-10 Gerd Moellmann <gerd@gnu.org>
2811
2812 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2813 before and after the year 2000.
2814
2815 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2816 Add ispell- prefix.
2817
2818 2000-01-10 Ken Stevens <k.stevens@ieee.org>
2819
2820 * ispell.el: Only define dictionaries in menus when they exist.
2821 (version18p): New variable.
2822 (version20p): New variable.
2823 (xemacsp): New variable.
2824 (ispell-choices-win-default-height): Fix for XEmacs visibility.
2825 (ispell-dictionary-alist1): Added Brasileiro dictionary.
2826 (ispell-dictionary-alist6): Russian command lines no longer accept
2827 run-together words.
2828 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2829 (ispell-dictionary-alist): Add koi8-r to customize definition.
2830 (check-ispell-version): Added documentation string. Returns
2831 library path when called non-interactively.
2832 (ispell-menu-map-needed): Uses new variables.
2833 (ispell-library-path): New variable.
2834 (ispell-decode-string): XEmacs fix for bogus variable bindings.
2835 (ispell-word): Improved documentation string. Test for valid
2836 character mappings. Correctly check typed in word changes that can
2837 result in single words split into multiple words. Returns
2838 replacement word.
2839 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
2840 replace in recursive query replace mode. Help message for
2841 recursive edit mode.
2842 (ispell-show-choices): Protect against bad framepop bindings.
2843 (ispell-help): Fix to work with XEmacs.
2844 (ispell-highlight-spelling-error): Use new variables.
2845 (ispell-overlay-window): Fix to work with XEmacs.
2846 (ispell-parse-output): Passed and returns location information
2847 tracking spelling corrections. Doesn't recheck same word on
2848 current line.
2849 (ispell-init-process): Protect against bogus XEmacs variable binding.
2850 Fix call to single argument in sleep-for. Use new variables.
2851 (ispell-region): Passed and returns location information tracking
2852 spelling corrections. Doesn't check same word on current line.
2853 Improved documentation string. Doesn't resend a line already
2854 checked to the ispell process - fixes bug in LaTeX parsing.
2855 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2856 (ispell-skip-region): No longer skips <TT> in SGML.
2857 (ispell-process-line): Tracks location information with spelling
2858 corrections. Added documentation string. Accounts for words
2859 already accepted on this line. Don't allow query-replace on line
2860 starting with math characters. Doesn't resend a line already sent
2861 to ispell process. Fixes alignment error bug.
2862
2863 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2864
2865 * dired-x.el (dired-guess-shell-alist-default):
2866 Suggest xloadimage, which is free, not xv, which isn't.
2867
2868 * ange-ftp.el (ange-ftp-file-name-nondirectory):
2869 Don't ever include the host name or user name in the value.
2870
2871 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2872
2873 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
2874 of a real newline.
2875
2876 2000-01-09 Stephen Eglen <stephen@gnu.org>
2877
2878 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
2879 for .png files.
2880
2881 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
2882
2883 * cus-edit.el (custom-hook-convert-widget): Fix comment.
2884
2885 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2886
2887 * progmodes/cperl-mode.el: Replace ^F with ^L.
2888
2889 * sendmail.el (toplevel): Provide `sendmail' when compiling
2890 before `require'ing rmail and mailalias to prevent infinite
2891 recursion.
2892
2893 2000-01-08 Dave Love <fx@gnu.org>
2894
2895 * emacs-lisp/backquote.el: Remove inappropriate customization
2896 (allowing custom.el to use backquote).
2897
2898 2000-01-07 Dave Love <fx@gnu.org>
2899
2900 * add-log.el (add-log-debugging): Deleted.
2901 (add-change-log-entry): Treat a backup FILE-NAME as its parent
2902 file. Remove debugging code.
2903 (change-log-get-method-definition, change-log-name): Add doc.
2904 (change-log-sortable-date-at): New function.
2905 (change-log-merge): New command.
2906
2907 * time.el (display-time-string-forms): Make the Mail string active.
2908 (display-time-update): Provide help-echo for load average.
2909
2910 * bindings.el (make-mode-line-mouse2-map): New function.
2911 (mode-line-modified): Use it and simplify.
2912 (mode-line-mule-info): Provide help-echo info.
2913 (minor-mode-alist): Activate the strings.
2914 (make-mode-line-mouse-sensitive): Simplify for
2915 mode-line-buffer-identification.
2916
2917 2000-01-07 Gerd Moellmann <gerd@gnu.org>
2918
2919 * play/pong.el: New file.
2920
2921 2000-01-06 Dave Love <fx@gnu.org>
2922
2923 * array.el: Assorted cleanups for compiler warnings, doc strings,
2924 `array-' prefix for symbols.
2925
2926 2000-01-05 Dave Love <fx@gnu.org>
2927
2928 * textmodes/outline.el (outline-mode-menu-bar-map): Add
2929 outline-headers-as-kill.
2930 (outline-mode): Define imenu-generic-expression.
2931 (outline-headers-as-kill): New command.
2932
2933 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
2934 from paragraph-start.
2935 (paragraph-indent-minor-mode): New command.
2936
2937 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
2938 M-C-e, M-C-h, C-j, C-xnd, TAB.
2939 (fortran-mode): Set beginning-of-defun, end-of-defun.
2940 (fortran-column-ruler): Simplify.
2941 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
2942 (fortran-with-subprogram-narrowing): Likewise.
2943 (fortran-indent-subprogram): Call mark-defun.
2944 (fortran-check-for-matching-do): Change narrowing.
2945
2946 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
2947 (cl-lucid-hash-tag): Delete.
2948 (cl-hash-table-p): Correct test for native table.
2949 (cl-hash-table-count): Use hash-table-count.
2950
2951 * browse-url.el (browse-url): Fix case of
2952 browse-url-browser-function being an alist.
2953
2954 2000-01-05 Carsten Dominik <cd@gnu.org>
2955
2956 * textmodes/reftex-vars.el (reftex-parse-file-extension)
2957 (reftex-index-phrase-file-extension): New options.
2958
2959 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
2960 Use new option `reftex-index-phrase-file-extension'.
2961
2962 * textmodes/reftex.el (reftex-access-parse-file): Use new option
2963 `reftex-parse-file-extension'.
2964
2965 2000-01-05 Dave Love <fx@gnu.org>
2966
2967 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
2968 (beginning-of-defun-raw): Use it.
2969 (end-of-defun): New variable.
2970 (end-of-defun): Use it.
2971 (check-parens): New command.
2972
2973 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2974
2975 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
2976 (hs-show-block): Don't use `mapcar' when not accumulating.
2977
2978 Fix buglet in local variables initialization.
2979
2980 2000-01-05 Andreas Schwab <schwab@suse.de>
2981
2982 * hscroll.el (hscroll): Doc fix.
2983
2984 2000-01-05 Carsten Dominik <cd@gnu.org>
2985
2986 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
2987 idlw-toolbar.
2988
2989 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
2990 file idlw-rinfo.el.
2991 (idlwave-customize): load must read file idlw-shell.el.
2992 (idlwave-create-customize-menu): load must read file idlw-shell.el.
2993
2994 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
2995
2996 * progmodes/idlw-shell.el: Also provide idlwave-shell
2997 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
2998 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
2999
3000 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3001 both reftex-dcr and reftex-vcr.
3002
3003 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3004
3005 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3006
3007 * ps-print.el: PostScript code now is in separate files, doc fix.
3008 (ps-print-version): New version number (5.0.3).
3009 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3010 local.
3011 (ps-spool-config): Initialization fix.
3012 (ps-print-prologue-1, ps-print-prologue-2)
3013 (ps-print-duplex-feature): PostScript code moved to separated file.
3014 (ps-background-image): Little code reformating.
3015 (ps-begin-file, ps-begin-job): Fix code.
3016 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3017 (ps-prologue-file): New fun.
3018
3019 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3020
3021 * ps-vars.el: Eliminated.
3022
3023 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3024 `;;;###autoload'.
3025
3026 * ps-print.el: ps-vars eliminated, doc fix.
3027 (ps-print-version): New version number (5.0.2).
3028 (ps-spool-config): Initialization fix.
3029 (ps-print-customize): New fun.
3030
3031 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3032
3033 * autorevert.el (auto-revert-mode): Return value of
3034 auto-revert-mode.
3035
3036 2000-01-04 Dave Love <fx@gnu.org>
3037
3038 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3039 menu items.
3040
3041 2000-01-03 Dave Love <fx@gnu.org>
3042
3043 * elide-head.el (elide-head) [defgroup]: Add :version.
3044
3045 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3046 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3047 `cl-hash-table-p', not `hash-table-p'.
3048 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3049
3050 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3051
3052 * faces.el (face-read-integer, read-face-attribute)
3053 (color-defined-p, color-values): unspecified-{f,b}g are now
3054 strings.
3055
3056 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3057
3058 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3059 at comment end, and re-insert them after filling.
3060
3061 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3062
3063 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3064 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3065 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3066
3067 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3068
3069 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3070 the new name of face-color-supported-p.
3071
3072 * term/w32-win.el (xw-defined-colors): Likewise.
3073
3074 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3075
3076 * simple.el (completion-setup-function): Count completion-size
3077 from minibuffer-prompt-end, not from point-min.
3078
3079 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3080
3081 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3082 Pass the frame to tty-color-* functions.
3083 (display-color-p, frame-set-background-mode): Pass the frame to
3084 tty-display-color-p.
3085
3086 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3087 tty-color-alist.
3088 (tty-color-alist, tty-modify-color-alist): New functions.
3089 (tty-color-define, tty-color-clear, tty-color-approximate)
3090 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3091 an optional parameter FRAME.
3092
3093 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3094
3095 * image.el (create-image, defimage): Don't assume image data is a
3096 string.
3097
3098 * image.el (defimage): Handle specifications containing :data
3099 instead of :file.
3100 (image-type-from-data): New function.
3101 (image-type-from-file-header): Use it.
3102 (create-image): Add parameter DATA-P.
3103
3104 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3105
3106 * echistory.el (electric-command-history): Call Command-history-setup
3107 and command-history-mode using their new conventions.
3108
3109 * chistory.el (Command-history-setup): Don't switch buffers. Take
3110 no args, and do not set major-mode, mode-name or the local map.
3111 (command-history-mode): New function, does some of those things
3112 Command-history-setup used to do.
3113 (list-command-history): Call command-history-mode, not
3114 Command-history-setup.
3115 (command-history): Renamed from command-history-mode.
3116
3117 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3118
3119 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3120
3121 1999-12-31 William M. Perry <wmperry@aventail.com>
3122
3123 * image.el (defimage): Images with the `:data' keyword should be
3124 considered valid as well.
3125
3126 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3127
3128 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3129 with FILE if FILE is nil.
3130
3131 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3132
3133 * simple.el (choose-completion-string): In minibuffer,
3134 do not delete the prompt string.
3135
3136 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3137
3138 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3139 assigned to mode-line-mode-menu because bindings.el is dumped with
3140 Emacs, and thus the lists used for menu-item definition will be
3141 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3142 like pure menu item definitions.
3143
3144 * expand.el (expand-abbrev-hook): Return t if expansion was
3145 done, nil otherwise.
3146
3147 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3148
3149 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3150 (tar-quit): Function deleted.
3151
3152 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3153
3154 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3155 was used but not declared.
3156
3157 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3158 hs-find-block-beginning): Add or modify docstrings.
3159
3160 (hs-isearch-show): Rewrite.
3161
3162 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3163
3164 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3165
3166 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3167 space in front of a C-style comment end.
3168
3169 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3170
3171 * startup.el (command-line-1): Make mode line mouse-sensitive for
3172 the MS-DOS version as well.
3173
3174 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3175
3176 * bs.el: New file.
3177
3178 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3179
3180 * textmodes/ispell.el (ispell-process-line):
3181 Add local var line-offset to adjust for the change
3182 in positions within the line, due to previous replacements.
3183
3184 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3185
3186 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3187 Doc fixes.
3188
3189 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3190
3191 * add-log.el (change-log-version-number-regexp-list)
3192 (change-log-version-info-enabled): Change :version to 21.1.
3193 (toplevel): Require CL when compiling.
3194
3195 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3196
3197 * add-log.el (change-log-version-number-regexp-list): Added tag
3198 :version 20.6
3199 (change-log-version-info-enabled): Added tag :version 20.6
3200
3201 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3202
3203 * add-log.el: More general version number search with
3204 user-configurable regexp list.
3205 (change-log-version-number-regexp-list): New user variable.
3206 (change-log-find-version): Rewritten. Use user-configurable
3207 version numbering regexp list
3208 change-log-version-number-regexp-list.
3209 (change-log-find-version): Renamed to
3210 change-log-version-number-search
3211 (add-log-file-name-function): New.
3212 (change-log-search-vc-number): Added END paramaeter. Added doc
3213 string to function.
3214 (change-log-version-rcs): Renamed. Was
3215 change-log-search-vc-number.
3216
3217 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3218
3219 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3220 overlays if they interfere.
3221 (compilation-find-file): Make intangible overlays tangible.
3222
3223 * progmodes/hideshow.el: Generally, synch w/ maintainer
3224 version 5.9.
3225
3226 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3227
3228 (hs-minor-mode-hook): Don't initialize.
3229
3230 (hs-special-modes-alist): Rewrite value and docstring.
3231
3232 (hs-minor-mode-prefix): Delete unused var.
3233
3234 (hs-block-start-mdata-select): New var, buffer local.
3235
3236 (hs-headline): New var.
3237
3238 (hs-match-data, hs-forward-sexp): New funcs.
3239
3240 (hs-hide-comment-region): New func.
3241
3242 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3243 hs-safety-is-job-n, hs-hide-initial-comment-block,
3244 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3245 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3246 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3247 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3248 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3249
3250 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3251 (hs-isearch-show-temporary): New funcs.
3252
3253 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3254
3255 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3256
3257 When constructing menu, use `[(shift button2)]' notation.
3258
3259 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3260
3261 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3262 (jka-compr-compression-info-list): Add new elt to each vector.
3263 (jka-compr-write-region): Don't compress the data if it is
3264 already compressed.
3265
3266 * jka-compr.el (jka-compr-really-do-compress): New variable.
3267 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3268 if visiting.
3269 (jka-compr-write-region): Set jka-compr-really-do-compress
3270 if visiting. Test it when deciding to compress.
3271
3272 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3273
3274 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3275 with third argument t.
3276
3277 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3278
3279 * antlr-mode.el: Version 1.2 is released.
3280 (antlr): This package has a web page.
3281
3282 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3283
3284 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3285 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3286 (antlr-mode-map): New binding [C-c C-c].
3287 (antlr-mode-menu): New entries.
3288
3289 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3290
3291 * antlr-mode.el: Respect Emacs conventions.
3292 ((require 'cl)): Only use during compilation.
3293 (antlr-language-for-option): New function to avoid using `find'.
3294 (antlr-mode): Use it.
3295 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3296 (antlr-imenu-create-index-function): Change accordingly.
3297 (antlr-inside-rule-p): Ditto.
3298 (antlr-end-of-rule): Ditto.
3299 (antlr-end-of-body): Ditto.
3300 (antlr-beginning-of-rule): Ditto.
3301 (antlr-indent-line): Ditto.
3302
3303 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3304
3305 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3306 (antlr-set-tabs): Don't use hard-coded values.
3307
3308 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3309 won't be possible without a huge time penalty.
3310 (antlr-skip-exception-part): Be more specific.
3311 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3312 Renamed from `antlr-skip-grammar-header'.
3313 (antlr-next-rule): Change accordingly.
3314 (antlr-end-of-body): Ditto. Better error message.
3315 (antlr-beginning-of-body): Better error message.
3316 (antlr-imenu-create-index-function): Skip rule action prelude.
3317
3318 * antlr-mode.el: Minor syntax highlighting changes.
3319 (antlr-font-lock-default-face): Deletia.
3320 (antlr-font-lock-tokendef-face): Changed color.
3321 (antlr-font-lock-tokenref-face): Changed color.
3322 (antlr-font-lock-literal-face): Changed color.
3323 (antlr-font-lock-additional-keywords): Minor changes.
3324
3325 1999-12-20 Carsten Dominik <cd@gnu.org>
3326
3327 * progmodes/idlwave.el: New file.
3328
3329 * progmodes/idlwave-rinfo.el: New file.
3330
3331 * progmodes/idlwave-shell.el: New file.
3332
3333 * progmodes/idlwave-toolbar.el: New file.
3334
3335 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3336
3337 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3338
3339 * progmodes/cwarn.el: New file.
3340
3341 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3342
3343 * bindings.el (completion-ignored-extensions): Add .pdf.
3344
3345 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3346
3347 * version.el: Put the version info into binary on MS-DOS as well.
3348
3349 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3350
3351 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3352 debugger-may-continue is nil.
3353
3354 1999-12-18 Dave Love <fx@gnu.org>
3355
3356 * emacs-lisp/cl-macs.el: Remove conditional definition of
3357 eval-when-compile. Don't specify abs, expt, gethash,
3358 hash-table-count, hash-table-p as side-effect-free here.
3359 (cl-emacs-type): Don't declare.
3360 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3361 (cl-parse-loop-clause): Remove compatibility code.
3362
3363 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3364 (side-effect-free-fns): Add gethash, hash-table-count.
3365 (side-effect-and-error-free-fns): Add hash-table-p.
3366
3367 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3368 `cl-' to autoload names for some hash functions. Don't autoload
3369 eval-when-compile. Don't provide mini-cl.
3370 (cl-emacs-type): Remove.
3371 (cl-map-extents): Remove compatibility code.
3372
3373 * emacs-lisp/float.el: Bind free variables.
3374
3375 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3376
3377 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3378
3379 * bindings.el (completion-ignored-extensions): Add .tfm.
3380
3381 1999-12-16 Dave Love <fx@gnu.org>
3382
3383 * faces.el (set-face-attribute): Purecopy the attributes set.
3384
3385 * custom.el (custom-declare-variable): Purecopy value.
3386
3387 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3388 (byte-extrude-byte-code-vectors): Use remprop.
3389 (byte-compile-lambda): Check that arg is a lambda.
3390
3391 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3392
3393 * font-lock.el: System for adding and removing keywords.
3394 Both local (previously added keyword) and global keywords
3395 can be removed.
3396 (font-lock-remove-keywords): New user-level function.
3397 (font-lock-update-removed-keyword-alist): New internal function.
3398 (font-lock-removed-keywords-alist): New variable.
3399 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3400 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3401 growing datastructures.
3402 (font-lock-set-defaults): Removes keywords stored in
3403 `font-lock-removed-keywords-alist' after local keywords added.
3404
3405 1999-12-16 Anders Lindgren <andersl@andersl.com>
3406
3407 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3408 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3409
3410 * font-lock.el (c-keywords): Only highlight preprocessor
3411 directives when spelled correctly.
3412
3413 * font-lock.el (font-lock-match-c++-structor-declaration,
3414 c++-keywords): Fontify constructors and destructors with function
3415 face inside C++ class declarations.
3416
3417 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3418
3419 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3420 the shell from sh-shell-file.
3421
3422 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3423
3424 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3425
3426 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3427 if one of the files specified cannot be accessed by
3428 file-attributes. Do not strip any leading directories from the
3429 file names, to behave more like `ls' does.
3430
3431 * dired.el (dired-get-filename): Handle absolute file names.
3432 (dired-readin-insert): If argument is a cons, don't print
3433 "wildcard" on the ``total'' line.
3434
3435 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3436
3437 * faces.el (face-read-integer, read-face-attribute)
3438 (color-defined-p, color-values): Allow color values unspecified-fg
3439 and unspecified-bg, handle them as unspecified.
3440
3441 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3442
3443 * textmodes/reftex.el: (reftex-compile-variables): respect new
3444 structure of `reftex-index-macro'
3445 (reftex-compile-variables): Use the changed structure of
3446 `reftex-label-alist'.
3447
3448 * textmodes/reftex-vars.el (reftex-index-math-format,
3449 (reftex-toc-max-level): New option.
3450 reftex-index-phrases-search-whole-words,
3451 reftex-index-phrases-case-fold-search,
3452 reftex-index-phrases-skip-indexed-matches,
3453 reftex-index-phrases-wrap-long-lines,
3454 reftex-index-phrases-sort-prefers-entry,
3455 reftex-index-phrases-sort-in-blocks): New options.
3456 (reftex-index-macros): Option structure changed.
3457 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3458 (reftex-label-alist): Additional item in each entry to specify if
3459 the environment should be listed in the TOC.
3460 (eval-when-compile (require 'cl)) added.
3461
3462 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3463 longer deals with "repeat".
3464 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3465 now used.
3466 (reftex-index-phrases-comment-regexp,
3467 reftex-index-phrases-macrodef-regexp,
3468 reftex-index-phrases-phrase-regexp1,
3469 reftex-index-phrases-phrase-regexp2,
3470 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3471 New constants.
3472 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3473 reftex-index-phrases-font-lock-keywords,
3474 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3475 reftex-index-phrases-restrict-file): New variables.
3476 (reftex-index-phrase-selection-or-word,
3477 reftex-index-visit-phrases-buffer,
3478 reftex-index-initialize-phrases-buffer,
3479 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3480 reftex-index-next-phrase, reftex-index-this-phrase,
3481 reftex-index-all-phrases, reftex-index-region-phrases,
3482 reftex-index-phrases-parse-header,
3483 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3484 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3485 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3486 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3487 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3488 reftex-index-make-replace-string,
3489 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3490 reftex-index-phrase-match-is-indexed,
3491 reftex-index-phrases-fixup-line,
3492 reftex-index-phrases-replace-space,
3493 reftex-index-select-phrases-macro): New functions.
3494 (reftex-index-globalize, reftex-index-globally): functions removed
3495 (eval-when-compile (require 'cl)) added.
3496
3497 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3498 for max level.
3499 (reftex-toc-max-level-indicator): New variable.
3500 (reftex-toc-max-level): New command.
3501 (reftex-toc-map): New keybinding `t'.
3502 (reftex-toc-help): Constant updated.
3503 (eval-when-compile (require 'cl)) added.
3504
3505 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3506 `t' command key can change `reftex-toc-max-level'
3507 (eval-when-compile (require 'cl)) added.
3508
3509 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3510 `reftex-toc-max-level'
3511 (eval-when-compile (require 'cl)) added.
3512
3513 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3514 added.
3515
3516 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3517 added.
3518
3519 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3520 commands.
3521 (reftex-citation, reftex-do-citation,
3522 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3523 preselect a citation format.
3524 (eval-when-compile (require 'cl)) added.
3525
3526 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3527 parameter to-end
3528 (reftex-section-info): Deal with environment matches.
3529 (eval-when-compile (require 'cl)) added.
3530
3531 * reftex-global.el (eval-when-compile (require 'cl)) added.
3532
3533 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3534
3535 The following changes are for the new composition mechanism. We
3536 have deleted `composition' charset and composite characters,
3537 instead introduced a special text property `composition'.
3538
3539 * composite.el: New file.
3540
3541 * ps-mule.el: Define encode-composition-rule and find-composition
3542 for Emacs 20.4 and the earlier versions.
3543 (ps-mule-init-external-library): Just require a feature for
3544 external libraries.
3545 (ps-mule-prologue): Postscript code modified for new composition.
3546 (ps-mule-find-wrappoint): New arg COMPOSITION.
3547 (ps-mule-plot-string): Delete code for composite characaters.
3548 (ps-mule-plot-composition): New funcion.
3549 (ps-mule-prepare-font-for-components): New function.
3550 (ps-mule-plot-components): New function.
3551 (ps-mule-composition-prologue-generated): Renamed from
3552 ps-mule-cmpchar-prologue-generated.
3553 (ps-mule-composition-prologue): New named from
3554 ps-mule-cmpchar-prologue. Modified for new composition.
3555 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3556 ps-mule-prepare-cmpchar-font): Deleted.
3557 (ps-mule-string-encoding): New arg NO-SETFONT.
3558 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3559 check Composing, not Cmpchar
3560 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3561 to nil.
3562 (ps-mule-begin-job): Check existence of new composition.
3563
3564 * ps-print.el (ps-plot-region): Handle new composition.
3565
3566 * simple.el (what-cursor-position): Show "(composed)" if the
3567 character is composed.
3568
3569 * international/characters.el: Fix cateogries of Lao symbols.
3570
3571 * international/fontset.el (vertical-centering-font-regexp): New
3572 variable.
3573
3574 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3575 (mule-version-date): Updated to 1999.12.7.
3576 (with-category-table): New macro.
3577
3578 * international/mule-cmds.el (encode-coding-char): Don't check
3579 composite character.
3580
3581 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3582 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3583 x-ctext): Give `composition' property t.
3584
3585 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3586 non-nil) at the tail of ALIST.
3587 (compose-region, decompose-region, decompse-string,
3588 reference-point-alist, compose-chars): Moved to composite.el.
3589 (compose-chars-component, compose-chars-rule,
3590 decompose-composite-char): Deleted.
3591
3592 * international/quail.el (quail-install-map): New optional arg
3593 NAME.
3594 (quail-get-translation): If DEF is a symbol but not a function,
3595 ignore it.
3596 (quail-start-translation): Put a key sequence undefined in the
3597 translation keymap in unread-command-events, not generated-events.
3598 Return parameterized event (compose-last-chars N) if the input
3599 characters should be composed.
3600 (quail-map-definition): If DEF is t, treat it as nil.
3601 (quail-delete-last-char): Delete the quail region.
3602 (quail-show-translations): Don't show list of translations if the
3603 quail package is deterministic.
3604 (quail-completion-max-depth): New variable.
3605 (quail-completion-1): Pay attention to the above variable. Fix
3606 for the case that a translation is a function.
3607 (quail-map-from-table, quail-map-from-table-1,
3608 quail-map-from-table-2): New functions.
3609 (quail-lookup-map-and-concat): New function
3610
3611 * language/devan-util.el: Mostly rewritten.
3612
3613 * language/lao.el: Register lao-composition-function in
3614 composition-function-table.
3615
3616 * language/lao-util.el: Mostly rewritten.
3617
3618 * language/thai.el: Register thai-composition-function in
3619 composition-function-table.
3620 (thai-tis620): Delete `pre-write-conversion' property.
3621
3622 * language/thai-util.el: (thai-category-table): Make it by
3623 make-category-table.
3624 (thai-composition-pattern): New variable.
3625 (thai-compose-region, thai-compose-string): Use
3626 with-category-table.
3627 (thai-post-read-conversion): Just call thai-compose-region.
3628 (thai-pre-write-conversion): Deleted.
3629 (thai-composition-function): New funciton.
3630
3631 * language/tibet-util.el: Most functions rewritten.
3632 (tibetan-char-p): Renamed from tibetan-char-examin.
3633 (tibetan-composable-examin) (tibetan-complete-char-examin)
3634 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3635 (tibetan-add-components): New function.
3636 (tibetan-composition-function): New function.
3637
3638 * language/tibetan.el: Register tibetan-composition-function in
3639 composition-function-table.
3640 (tibetan-composable-pattern): New variable.
3641 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3642 (tibetan-precomposition-rule-alist): Move punctuations to
3643 tibetan-punctuation-transcription-alist and
3644 tibetan-obsolete-glyphs.
3645 (tibetan-punctuation-transcription-alist): New variable.
3646 (tibetan-obsolete-glyphs): New variable.
3647 (tibetan-regexp): Improve the initialization code.
3648
3649 * textmodes/fill.el (fill-find-break-point): Delete codes for
3650 composite characters.
3651 (fill-region-as-paragraph): Likewise.
3652
3653 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3654
3655 * international/mule-cmds.el (default-input-method): Specify
3656 that it should be set after current-language-environment.
3657
3658 * custom.el (custom-handle-keyword): Add :set-after.
3659 (custom-add-dependencies): New function.
3660 (custom-set-variables): Take dependencies between args into
3661 account.
3662
3663 * battery.el (battery): Doc fix.
3664
3665 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3666
3667 * progmodes/cc-make.el: Removed.
3668
3669 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3670
3671 * Release of cc-mode 5.26
3672
3673 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3674
3675 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3676 target depth. Optionally count #else lines as clause limits,
3677 as suggested by don provan <provan@lucent.com>. #elif
3678 handling fixed.
3679
3680 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3681 (c-down-conditional-with-else): New commands that uses the
3682 added functionality in `c-forward-conditional'.
3683
3684 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3685
3686 * cc-align.el (c-lineup-comment): Preserve the alignment with
3687 a comment on the previous line instead of preserving the
3688 comment-column.
3689
3690 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3691
3692 * Fixes to IDL mode after input from Eric Eide
3693 <eeide@cs.utah.edu>:
3694 * cc-engine.el (c-beginning-of-statement-1): Allow
3695 `c-conditional-key' to be nil, for the benefit of IDL mode.
3696 * cc-engine.el (c-guess-basic-syntax): Ditto.
3697 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3698 but do match CORBA 2.3 `valuetype'.
3699 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3700 for IDL.
3701 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3702 be nil for IDL.
3703 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3704 Like C++.
3705 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3706 set `c-method-key' and `c-baseclass-key' to nil.
3707
3708 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3709
3710 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3711 with nonhanging open braces.
3712
3713 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3714
3715 * cc-align.el: Added docstrings to all lineup functions.
3716
3717 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3718 keyword.
3719
3720 * cc-align.el (c-lineup-C-comments): Handle free form text
3721 comments. Use c-comment-prefix-regexp and comment-start-skip
3722 instead of hardcoded regexps.
3723
3724 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3725
3726 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3727 behavior and return value as documented.
3728
3729 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3730
3731 * Changes for new style variable init system:
3732 * cc-langs.el (c-common-init): Dito.
3733 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3734 now customizable.
3735 * cc-vars.el: Style variables may now take a value
3736 'set-from-style to make them take their value from the style
3737 system. This value is now the default on all these variables.
3738 * cc-vars.el (c-valid-offset): New function to verify a
3739 syntactic symbol offset setting.
3740 * cc-vars.el (c-offsets-alist): Variable moved from
3741 cc-styles.el since it's now customizable in a similar way to
3742 the other style variables.
3743 * cc-vars.el (c-old-style-variable-behavior): New variable to
3744 revert to the old style init behavior.
3745
3746 * cc-vars.el (c-file-style, c-file-offsets): Made always
3747 buffer local.
3748
3749 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3750 the throws clause that might follow the function prototype in
3751 C++.
3752
3753 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3754
3755 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3756 could move forward for macros that doesn't start in column 0.
3757
3758 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3759
3760 * cc-align.el (c-indent-multi-line-block,
3761 c-lineup-whitesmith-in-block): Two new lineup functions for
3762 use in whitesmith style.
3763
3764 * cc-styles.el (c-style-alist): More fixes to whitesmith
3765 style. It should now handle all different braces uniformly in
3766 both hanging and non-hanging cases.
3767
3768 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3769
3770 * cc-cmds.el (c-indent-exp): Use a marker to save point to
3771 make it stay in the same position relative to the surrounding
3772 text.
3773
3774 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3775 when adaptive-fill-mode doesn't manage to get it correct.
3776
3777 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3778 with dotted notation, e.g. foo.bar.Gnu.
3779
3780 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3781 within unwind-protect (previously only some were wrapped so it
3782 would be possible to register mode initialization when full
3783 initialization did not finish).
3784
3785 * cc-styles.el (c-style-alist): Corrected the brace placement
3786 in the whitesmith style. Thanks to Sean Luke
3787 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
3788 styles with consistent brace placement for all constructs.
3789
3790 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3791
3792 * cc-cmds.el (c-context-line-break): Continue C++ comments too
3793 when point is in the middle of them.
3794
3795 * cc-cmds.el: Line breaking and paragraph filling code
3796 rewritten:
3797 (c-guess-fill-prefix): New function that uses various
3798 heuristics to guess the comment prefix.
3799 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3800 It now assumes adaptive filling is active to preserve the line
3801 prefix inside comments.
3802 (c-indent-new-comment-line): Replacement for the now
3803 obsolete `c-comment-line-break-function' that uses
3804 `c-guess-fill-prefix' when appropriate. It now observes the
3805 setting of `comment-multi-line', which has effect in C-style
3806 block comments.
3807
3808 * cc-cmds.el (c-context-line-break): New function intended to
3809 be put on RET. It's essentially `newline-and-indent', but
3810 continues C block comments with the appropriate line prefix.
3811
3812 * cc-cmds.el (c-do-auto-fill): New function put on
3813 `normal-auto-fill-function' to implement the
3814 `c-ignore-auto-fill' variable.
3815
3816 * cc-cmds.el (c-beginning-of-statement): Use
3817 `c-comment-prefix-regexp' to avoid ending up inside the
3818 comment prefix. Better handling of comment starters and
3819 enders. Catch comments better when traversing code. Stop at
3820 preprocessor directives.
3821
3822 * cc-defs.el (c-forward-comment): New subst to hide platform
3823 dependent quirks in `forward-comment'.
3824
3825 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3826 argument.
3827 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3828 arguments. Activate this function by default when
3829 `parse-partial-sexp' supports it (currently Emacs 20.x).
3830
3831 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3832 on the comment opener to make constants usable as lineup
3833 arguments.
3834
3835 * cc-align.el (c-lineup-C-comments): Fixes to handle the
3836 changed anchor position in the `c' syntactic symbol. Handle
3837 more than stars in the comment prefix; use the new variable
3838 `c-comment-prefix-regexp'. Don't indent text not preceded by
3839 a comment prefix to the right of the comment opener if it's
3840 long.
3841
3842 * cc-langs.el: Fixes to mode initialization for new line
3843 breaking and paragraph filling method. Adaptive fill mode is
3844 now activated at startup instead of deactivated. The
3845 variables used for adaptive filling and paragraph movement are
3846 also changed to incorporate the value of
3847 `c-comment-prefix-regexp'. `substitute-key-definition' is
3848 used to override some functions in the global map instead of
3849 overriding their default bindings.
3850
3851 * cc-mode.el (java-mode): Modify `paragraph-start' for the
3852 javadoc markup at mode init.
3853
3854 * cc-mode.el (c-setup-filladapt): A new convenience function
3855 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
3856 function is intended to be used explicitly by the end user
3857 only.
3858
3859 * cc-vars.el (c-comment-prefix-regexp): New variable used to
3860 recognize the comment fill prefix inside comments.
3861 (c-block-comment-prefix): New name for
3862 `c-comment-contiuation-stars', which is now obsolete. It's
3863 generalized to handle any character sequence.
3864 (c-ignore-auto-fill): New variable used to selectively disable
3865 Auto Fill mode in specific contexts.
3866
3867 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3868
3869 * cc-cmds.el (c-comment-indent): Leave at least one space
3870 between the comment and the last nonblank character in the
3871 case where we look at the indentation of the comment on the
3872 previous line (case 4).
3873
3874 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
3875 list of characters that may start a statement (it's a sort of
3876 prefix operator in Pike, and isn't used at all in any of the
3877 other languages).
3878
3879 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3880
3881 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
3882 inside continued statements as statement-cont instead of
3883 brace-list-open. The reason is that one normally adjusts
3884 brace-list-open for brace lists as top-level constructs, and
3885 brace lists inside statements is a completely different
3886 context. Case 10B.2 changed. Also changed (the somewhat
3887 esoteric) case 9A to cope with this.
3888
3889 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3890
3891 * cc-cmds.el (c-electric-brace): Added electric handling of
3892 the open brace for brace-elseif-brace.
3893
3894 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3895
3896 * cc-defs.el (c-with-syntax-table): New macro to easily switch
3897 syntax tables temporarily.
3898
3899 * cc-engine.el (c-guess-basic-syntax): Handle template and
3900 member init argument lists split over several lines. Case 5D
3901 changed.
3902
3903 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
3904 @throws introduced in Javadoc 1.2.
3905
3906 * cc-menus.el (cc-imenu-java-generic-expression): Applied
3907 patch from RMS to avoid infinite backtracking.
3908
3909 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3910
3911 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
3912 by [ ].
3913
3914 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3915
3916 * cc-align.el (c-lineup-dont-change): Compensate properly for
3917 the column in langelem.
3918
3919 * cc-engine.el (c-syntactic-information-on-region): New
3920 function to help debugging the syntactic analysis.
3921
3922 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3923
3924 * cc-align.el (c-lineup-template-args): Handle nested template
3925 arglists.
3926
3927 * cc-langs.el (c++-template-syntax-table): New syntax table
3928 that makes `<' and `>' parenthesis characters, which is useful
3929 to switch to temporarily when analyzing template arglists.
3930
3931 * cc-styles.el: Changed default alignment of labels in the
3932 java style to conform to the examples in the Java Language
3933 Specification.
3934
3935 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
3936 by default.
3937
3938 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3939
3940 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
3941 immediately before the closing paren in an arglist, so don't
3942 check that in Pike mode. Case 7A changed.
3943
3944 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3945
3946 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
3947 lines were ignored under certain conditions.
3948
3949 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3950
3951 * cc-align.el (c-lineup-template-args): New function for
3952 aligning continued template argument lists.
3953
3954 * cc-engine.el (c-guess-basic-syntax): Fix for member init
3955 lists containing function arglists split over several lines.
3956 Case 5D.1 changed.
3957
3958 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
3959 template-args-cont didn't get recognized when the first
3960 arglist opener line doesn't contain a template argument. New
3961 case 5K.
3962
3963 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3964
3965 * cc-defs.el (c-point): Changed from subst to macro for
3966 efficiency.
3967 (c-beginning-of-defun-1, c-end-of-defun-1): New
3968 beginning-of-defun/end-of-defun wrappers separated from
3969 c-point.
3970
3971 * cc-menus.el (imenu-generic-expression,
3972 imenu-case-fold-search, imenu-progress-message): Dummy
3973 definitions to avoid compiler warnings if imenu can't be
3974 loaded.
3975 * cc-menus.el (cc-imenu-init): New function called at mode
3976 init.
3977 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
3978 imenu initializations to cc-imenu-init.
3979
3980 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3981
3982 * cc-engine.el (c-guess-basic-syntax): Slightly better check
3983 for lambda-intro-cont in Pike mode. Case 6 changed.
3984
3985 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
3986 anything following "new Foo()" was considered an anonymous
3987 class body in Java mode.
3988
3989 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3990
3991 * cc-cmds.el (c-comment-line-break-function): When breaking in
3992 a string, don't insert a new line.
3993
3994 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3995
3996 * cc-engine.el (c-at-toplevel-p): New interface function which
3997 returns information useful to add-on authors. It tells you
3998 whether you're at a toplevel statement or not.
3999
4000 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4001
4002 * cc-cmds.el (c-comment-line-break-function): It is possible
4003 that forward-line does not land us at the bol, say if we're on
4004 the last line in a file. In that case, do a
4005 back-to-indentation instead of a forward-comment -1.
4006
4007 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4008
4009 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4010 "default:" as normal label in case 4.
4011
4012 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4013
4014 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4015 recognize continued bitfield declarations. Case 5D.1 changed.
4016 * cc-langs.el: New variable c-bitfield-key.
4017 * cc-mode.el: New variable c-bitfield-key.
4018
4019 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4020
4021 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4022 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4023 ..}").
4024
4025 1999-12-12 Dave Love <fx@gnu.org>
4026
4027 * mail/footnote.el: Require cl when compiling. Don't autoload
4028 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4029 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4030 Avoid `acons'.
4031 (footnote-mode-line-string, Footnote-add-footnote): Remove
4032 autoload cookie.
4033
4034 1999-12-12 Richard Sharman <rsharman@pobox.com>
4035
4036 * sh-script.el: Fix for when font-lock mode is active.
4037 (sh-font-lock-unfontify-region-function): New function.
4038
4039 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4040
4041 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4042 if start-process is not bound, since Ispell now supports such
4043 platforms as well.
4044
4045 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4046
4047 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4048 rmail-summary-goto-msg.
4049
4050 * files.el (after-find-file): Fix previous change.
4051
4052 1999-12-11 Dave Love <fx@gnu.org>
4053
4054 * help.el (where-is): Use `commandp' as predicate for
4055 `completing-read'
4056
4057 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4058
4059 * cus-edit.el (custom-save-delete): Delete all occurrences,
4060 leave point where the first occurrence was.
4061 (custom-save-faces): Insert a newline at the end of the comment.
4062 Avoid a double newline there.
4063 If final closeparen is at bol, put a space before it.
4064 (custom-save-variables): Likewise.
4065 (custom-file): Doc fix.
4066
4067 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4068
4069 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4070 regexp matching image and audio files.
4071
4072 1999-12-09 Dave Love <fx@gnu.org>
4073
4074 * mail/footnote.el: New file.
4075
4076 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4077
4078 * files.el (after-find-file): Use auto-save-visited-file-name if
4079 set.
4080
4081 * mail/feedmail.el (feedmail-find-eoh): Take
4082 feedmail-queue-alternative-mail-header-separator into account.
4083
4084 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4085
4086 * smerge-mode.el: New file.
4087
4088 * font-lock.el (font-lock-multiline): New variable.
4089 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4090 (font-lock-remove-keywords): Added a dummy `mode' argument for
4091 potential future support.
4092 (font-lock-fontify-anchored-keywords,
4093 (font-lock-fontify-keywords-region): Only handle multiline strings
4094 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4095
4096 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4097
4098 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4099
4100 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4101
4102 1999-12-07 Dave Love <fx@gnu.org>
4103
4104 * help.el (view-emacs-problems): New command, bound to C-h P.
4105
4106 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4107
4108 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4109
4110 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4111 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4112 New code to support the minor mode version.
4113 (diff-recenter): New function.
4114 (diff-next-hunk, diff-next-file): Use it.
4115 (diff-remembered-files-alist): New var.
4116 (diff-merge-strings): New function.
4117 (diff-find-file-name): Make it smarter and use the user's input more.
4118 (diff-mode): Cosmetic changes.
4119
4120 * files.el (save-some-buffers): Turn EXITING into the more general
4121 PRED argument to allow specifying a subset of buffers.
4122
4123 * simple.el (kill-region): Use the new `delete-and-extract-region'
4124 rather than the undo log (which is incorrect with *-change-functions).
4125
4126 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4127 off-by-one problem that could force re-fontifying the whole buffer.
4128 (font-lock-remove-keywords): New function.
4129 (font-lock-add-keywords): Use the new function to ensure idempotence.
4130
4131 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4132
4133 * viper-cmd.el (viper-minibuffer-standard-hook,
4134 viper-minibuffer-real-start): Mew functions.
4135 (viper-read-string-with-history,viper-file-add-suffix,
4136 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4137 change in the status of the minibuffer prompt.
4138
4139 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4140
4141 * comint.el (comint-redirect-results-list)
4142 (comint-redirect-results-list-from-process): Remove interactive
4143 spec.
4144
4145 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4146
4147 * info.el (info-node, info-menu-5, info-xref): Define colors for
4148 Info faces if the display supports them.
4149
4150 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4151
4152 Changes for automatic remapping of X colors on terminal frames:
4153
4154 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4155 term-setup-hook. Call msdos-remember-default-colors and
4156 msdos-handle-reverse-video.
4157 (msdos-face-setup): Parts of code moved to
4158 msdos-setup-initial-frame.
4159 (msdos-handle-reverse-video): New function, modeled after
4160 x-handle-reverse-video.
4161 (make-msdos-frame): Don't use initial-frame-alist and
4162 default-frame-alist. Call msdos-handle-reverse-video.
4163 (msdos-color-aliases): Remove.
4164 (msdos-color-translate, msdos-approximate-color): Remove.
4165 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4166 for better approximation of X colors.
4167 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4168 up tty-color-alist (it is now on startup.el).
4169 (x-display-color-p, x-color-defined-p, x-color-values,
4170 x-defined-colors, face-color-supported-p, face-color-gray-p):
4171 Remove.
4172
4173 * facemenu.el (facemenu-read-color, list-colors-display): Use
4174 defined-colors for all frame types.
4175 (facemenu-color-equal): Use color-values for all frame types.
4176
4177 * faces.el (read-face-attribute): For :foreground and :background
4178 attributes and frames on character terminals, translate the color
4179 to the closest supported one before looking it up in the list of
4180 valid values.
4181 (face-valid-attribute-values): Call defined-colors for all types
4182 of frames.
4183 (defined-colors, color-defined-p, color-values, display-color-p):
4184 New finctions.
4185 (x-defined-colors, x-color-defined-p, x-color-values,
4186 x-display-color-p): Aliases for the above.
4187
4188 * startup.el (command-line): Register terminal colors for frame
4189 types other than x and w32, but only if the terminal supports
4190 colors. Call tty-color-define instead of face-register-tty-color.
4191
4192 * term/x-win.el (xw-defined-colors): Renamed from
4193 x-defined-colors.
4194 * term/w32-win.el (xw-defined-colors): Likewise.
4195
4196 * term/tty-colors.el: New file.
4197 * loadup.el: Load term/tty-colors.
4198
4199 1999-12-06 Dave Love <fx@gnu.org>
4200
4201 * ffap.el: Autoload the ffap alias directly.
4202
4203 1999-12-06 Inge Frick <inge@nada.kth.se>
4204
4205 * dired-aux.el (dired-do-shell-command): Changed documentation.
4206 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4207 meaning as `*'.
4208
4209 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4210
4211 * simple.el (insert-buffer): Doc fix.
4212
4213 * apropos.el (apropos-mode): Add autoload cookie.
4214
4215 1999-12-06 Sam Steingold <sds@goems.com>
4216
4217 * progmodes/etags.el (etags-tags-completion-table): Modified the
4218 regexp to allow for the CL symbols starting with `+*'.
4219 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4220 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4221 `function' quoting lambda.
4222 (tags-with-face): New macro.
4223 (list-tags, tags-apropos): Use it.
4224 (tags-apropos-additional-actions): New user option.
4225 (etags-tags-apropos-additional): Use it.
4226 (tags-apropos): Call etags-tags-apropos-additional.
4227 (tags-apropos-verbose): New user option.
4228 (etags-tags-apropos): Use it.
4229 (visit-tags-table-buffer, next-file): Use `unless'.
4230 (recognize-empty-tags-table): Renamed to
4231 tags-recognize-empty-tags-table.
4232 (complete-tag): Call tags-complete-tag bypassing try-completion.
4233
4234 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4235
4236 * international/mule.el (set-buffer-file-coding-system): Docstring
4237 modified.
4238
4239 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4240
4241 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4242 using the hideshow package.
4243 (hs-special-modes-alist): Added entry for bibtex to allow the use
4244 of the hideshow package.
4245 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4246 not longer provided by bibtex.el directly. Instead the hideshow
4247 package should be used.
4248 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4249 references to bibtex-hide-entry-bodies.
4250
4251 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4252
4253 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4254 maintainer information closer to the beginning of the bibtex.el
4255 file.
4256 (bibtex-maintainer-salutation): New constant.
4257 (bibtex-version): New constant.
4258 (bibtex-submit-bug-report): Use bibtex-version and
4259 bibtex-maintainer-salutation.
4260 (bibtex-entry-field-alist): Made booktitle field optional for
4261 @inproceedings entries when crossreferenced.
4262 (bibtex-entry-field-alist): Added booktitle field to proceedings
4263 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4264 for the suggestion.
4265 (bibtex-string-file-path): Fixed typo.
4266
4267 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4268
4269 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4270 for reftex.el.
4271 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4272 to menu.
4273
4274 1999-12-04 Dave Love <fx@gnu.org>
4275
4276 * delsel.el: Revert previous change -- region is significant to
4277 skeleton.
4278
4279 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4280
4281 * viper-cmd.el (viper-change-state): Use
4282 viper-ESC-moves-cursor-back to decide whether to move the cursor
4283 back.
4284
4285 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4286
4287 * international/mule-util.el (truncate-string-to-width): Docsting
4288 fixed.
4289
4290 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4291
4292 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4293 use of `cond'.
4294 (lm-with-file): Move all the find-file...kill-buffer stuff into
4295 this macro. Make it use `find-file-noselect' and make it kill
4296 the buffer only if it wasn't already displayed somewhere.
4297 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4298 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4299 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4300 (lm-commentary): Fix to handle the case when the change log is
4301 at the end of the file.
4302
4303 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4304
4305 * international/mule.el (charsetp): Fix typo in docstring.
4306
4307 * international/mule-diag.el (list-coding-categories): Fix typo;
4308 automatic -> autoload.
4309
4310 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4311
4312 * vc.el (vc-update-change-log): Look for rcs2log under
4313 exec-directory.
4314
4315 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4316 outline-regexp, add outline-level.
4317 (lisp-outline-level): New.
4318
4319 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4320 remove extraneous string-match.
4321
4322 * finder.el (finder-commentary): Activate Finder mode.
4323
4324 1999-12-01 Anders Lindgren <andersl@andersl.com>
4325
4326 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4327 off when reverting buffers that contained mode specifiers.
4328 `revert-buffer' is now called with non-nil PRESERVE-MODES
4329 argument.
4330
4331 1999-12-01 Dave Love <fx@gnu.org>
4332
4333 * delsel.el: Grok skeleton-pair-insert-maybe.
4334
4335 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4336
4337 * progmodes/cperl-mode.el (cperl-under-as-char):
4338 Use nil as default.
4339
4340 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4341
4342 * speedbar.el (toplevel): Remove compatibility code for Emacs
4343 versions without custom.el.
4344
4345 1999-11-30 Dave Love <fx@gnu.org>
4346
4347 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4348
4349 * autoinsert.el: Minor doc fixes.
4350 (auto-insert): Return nil.
4351
4352 * faces.el (set-face-documentation): Purecopy STRING.
4353
4354 1999-11-29 Dave Love <fx@gnu.org>
4355
4356 * derived.el: Doc fixes, remove old backquote syntax.
4357
4358 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4359 comment warning about editing.
4360
4361 * help.el (help-mode-hook): Define.
4362
4363 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4364
4365 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4366 invalid translation of old-style backquote syntax to new syntax.
4367
4368 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4369
4370 * Makefile (DONTCOMPILE): Add term/internal.el.
4371
4372 1999-11-26 Dave Love <fx@gnu.org>
4373
4374 * comint.el: Fix last change.
4375
4376 * emacs-lisp/advice.el: Fix last change.
4377
4378 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4379
4380 * cus-edit.el (Custom-reset-standard): Doc fix.
4381 (custom-variable-reset-standard): Doc fix.
4382 (custom-face-reset-standard): Doc fix.
4383 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4384 (custom-variable-menu): Likewise.
4385 (custom-reset-menu): Likewise.
4386 (custom-buffer-create-internal): Likewise.
4387
4388 1999-11-26 Dave Love <fx@gnu.org>
4389
4390 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4391
4392 * font-lock.el: Doc fixes.
4393
4394 * menu-bar.el (menu-bar-mode): Customize.
4395
4396 * cus-start.el: Add use-dialog-box.
4397
4398 * add-log.el (change-log-mode-hook): Customize.
4399 (add-log-current-defun): Use
4400 fortran-{beginning,end}-of-subprogram.
4401
4402 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4403
4404 * emacs-lisp/advice.el: Many doc fixes.
4405
4406 * comint.el (comint-preoutput-filter-functions): Doc fix.
4407
4408 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4409
4410 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4411 Improve messages for capitalization of arg names,
4412 for flag variables, for t and nil, for imperatives.
4413 Call them imperatives rather than infinitives sans "to".
4414 (checkdoc-common-verbs-wrong-voice): Add "moves".
4415 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4416
4417 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4418 Don't convert comments from 3-semicolon to 2-semicolon.
4419 That is a matter of style.
4420 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4421 (checkdoc-comments): Don't bind that variable.
4422
4423 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4424
4425 * files.el (write-file-hooks): Doc fix.
4426
4427 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4428
4429 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4430
4431 1999-11-25 Dave Love <fx@gnu.org>
4432
4433 * hippie-exp.el: Require comint when compiling.
4434 (hippie-expand): Add :links.
4435 (hippie-expand-try-functions-list): Customize.
4436
4437 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4438
4439 * viper*el: Replaced old-style backquotes.
4440
4441 * ediff*el: Replaced old-style backquotes.
4442
4443 * ediff-merge
4444 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4445 Changed to support the new format for ediff-combination-pattern.
4446
4447 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4448 Changed to support the new format for ediff-combination-pattern.
4449
4450 1999-11-24 Dave Love <fx@gnu.org>
4451
4452 * custom.el (custom-declare-group): Purecopy DOC.
4453 (custom-handle-keyword): Purecopy VALUE.
4454 (custom-add-link): Purecopy WIDGET.
4455 (custom-add-version): Purecopy VERSION.
4456 (custom-add-load): Purecopy LOAD.
4457
4458 * cus-face.el (custom-declare-face): Purecopy DOC.
4459
4460 * info.el:
4461 (Info-build-node-completions, Info-search, Info-follow-reference)
4462 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4463 (Info-find-emacs-command-nodes): Avoid properties on matched text
4464 which may appear in minibuffer.
4465
4466 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4467
4468 * locate.el (locate-with-filter): Doc fix.
4469
4470 1999-11-24 Alex Schroeder <alex@gnu.org>
4471
4472 * sql.el (sql-find-sqli-buffer): New function.
4473 (sql-set-sqli-buffer-generally): New function.
4474 (sql-set-sqli-buffer): Better checking of new-buffer.
4475 (sql-copy-column): Add comma after INTO clause, too.
4476
4477 1999-11-24 Alex Schroeder <alex@gnu.org>
4478
4479 * sql.el (sql-imenu-generic-expression): New, used to set
4480 imenu-generic-expression.
4481
4482 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4483 setting font-lock-defaults' SYNTAX-ALIST. Set
4484 imenu-generic-expression, imenu-case-fold-search, and
4485 imenu-syntax-alist.
4486
4487 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4488 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4489
4490 1999-11-23 Andrew Innes <andrewi@gnu.org>
4491
4492 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4493 drop coords aren't over a specific window.
4494
4495 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4496
4497 * ps-print.el: Define mule funs without checking if mule package is
4498 loaded.
4499 (ps-print-version): New version number (5.0.1).
4500 (ps-header-dirpart): Now uses abbreviate-file-name.
4501
4502 1999-11-23 Dave Love <fx@gnu.org>
4503
4504 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4505 comment-line-start.
4506 (fortran-comment-line-start-skip): Renamed from
4507 comment-line-start-skip.
4508 (fortran-mode-map): Use renamed functions. Add manual and custom
4509 entries to menu.
4510 (fortran-mode-hook): Customize.
4511 (fortran-comment-indent-function): Renamed from
4512 fortran-comment-hook.
4513 (delete-horizontal-regexp): Function deleted.
4514 (fortran-electric-line-number): Simplified.
4515 (fortran-beginning-of-subprogram): Renamed from
4516 beginning-of-fortran-subprogram.
4517 (fortran-end-of-subprogram): Renamed from
4518 end-of-fortran-subprogram.
4519 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4520 (fortran-previous-statement, fortran-next-statement): Simplified.
4521 (fortran-blink-match): New function.
4522 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4523 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4524 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4525 line-end-position.
4526 (fortran-fill): No longer interactive. Simplified.
4527 (fortran-break-line): Simplified.
4528 (fortran-analyze-file-format): Use char-after, not looking-at.
4529
4530 * emacs-lisp/find-func.el (find-function-regexp): Use
4531 `define-minor-mode' after easy-menu change.
4532
4533 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4534
4535 * comint.el: Add redirection.from active comint buffers into
4536 another buffer. Written by Peter Breton.
4537
4538 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4539
4540 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4541 `define-minor-mode'.
4542 (define-minor-mode): Specify `doc-string-elt'.
4543
4544 * emacs-lisp/easy-mmode.el: Changed maintainer.
4545 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4546 Use defcustom for the hooks; Improve the auto-generated docstrings.
4547 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4548 (define-minor-mode): Add BODY arg; Only declare the keymap if
4549 provided; Improve the auto-generated docstrings.
4550
4551 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4552
4553 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4554 that the leading `^' is at the start. This is necessary because
4555 paragraphs.el tries to remove anchors, but can find them only if
4556 they are the first character.
4557
4558 * progmodes/antlr-mode.el: New file.
4559
4560 * calendar/calendar.el: Fix autoload for
4561 calendar-absolute-from-astro. Add autoload for
4562 calendar-print-astro-day-number.
4563
4564 1999-11-21 Anders Lindgren <andersl@andersl.com>
4565
4566 * follow.el: Use modern backquote syntax. Minor comment update.
4567
4568 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4569
4570 * simple.el (with-syntax-table): Don't switch buffers.
4571
4572 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4573 progmodes/hideif.el: Use new backquote syntax.
4574
4575 1999-11-21 Ken Manheimer <klm@python.org>
4576
4577 * icomplete.el (icomplete-completions): Use an explicit variable
4578 `icomplete-prospects-length', obviating the need to use an
4579 apparently faulty throw/catch arrangement.
4580
4581 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4582
4583 * term/internal.el (IT-display-table-setup): Don't overstep
4584 character code 255.
4585
4586 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4587
4588 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4589 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4590
4591 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4592
4593 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4594 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4595
4596 * files.el (auto-mode-alist): Add patterns for diff-mode.
4597
4598 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4599 to detect an empty prompt.
4600
4601 1999-11-18 Dave Love <fx@gnu.org>
4602
4603 * simple.el (input-mode-8-bit): Fix the customization.
4604
4605 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4606
4607 * international/iso-acc.el (iso-languages): Add more
4608 characters for Portuguese.
4609
4610 * speedbar.el: Clean up comment at the start of the file.
4611 Remove RCS id.
4612
4613 * progmodes/compile.el (compilation-parse-errors): Use
4614 compilation-buffer-p instead of testing major-mode.
4615
4616 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4617
4618 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4619 (quickurl-ask): completion-ignore-case is set to the value of
4620 quickurl-completion-ignore-case for the duration of the call to
4621 completing-read.
4622
4623 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4624
4625 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4626
4627 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4628
4629 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4630 instead of ps-print-def.
4631
4632 * ps-print.el: Require ps-vars instead of ps-print-def.
4633
4634 * ps-mule.el: Require ps-vars instead of ps-print-def.
4635
4636 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4637
4638 * simple.el (with-syntax-table): Save buffer explicitly instead of
4639 using save-excursion.
4640
4641 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4642
4643 * mail/supercite.el: New maintainer.
4644
4645 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4646
4647 * progmodes/vhdl-mode.el: Use new backquote syntax.
4648
4649 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4650
4651 * simple.el (with-syntax-table): New.
4652
4653 1999-11-15 Sam Steingold <sds@ksp.com>
4654
4655 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4656
4657 1999-02-22 Sam Steingold <sds@goems.com>
4658
4659 * goto-addr.el (goto-address-at-mouse,
4660 goto-address-find-address-at-point): Use compose-mail.
4661 (goto-address-mail-method): Removed variable.
4662 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4663 goto-address-send-using-mail): Removed functions.
4664
4665 1998-11-03 Sam Steingold <sds@goems.com>
4666
4667 * simple.el (backward-delete-char-untabify):
4668 backward-delete-char-untabify-method can be `all' now - to delete
4669 hungrily including newlines.
4670
4671 1999-11-15 Sam Steingold <sds@ksp.com>
4672
4673 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4674
4675 1999-11-15 Dave Love <fx@gnu.org>
4676
4677 * cus-edit.el (customize-face, customize-face-other-window):
4678 Require match from completing-read.
4679 (custom-buffer-done-function): Default to custom-bury-buffer, not
4680 bury-buffer.
4681
4682 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4683
4684 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4685 progmodes/cperl-mode.el: Use new backquote syntax.
4686
4687 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4688
4689 * uniquify.el: Use new backquote syntax.
4690
4691 1999-11-14 Markus Rost <rost@ias.edu>
4692
4693 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4694 as in ispell-local-dictionary-alist.
4695
4696 1999-11-14 Alex Schroeder <alex@gnu.org>
4697
4698 * ansi-color.el (ansi-color-apply): Updated regexps to include
4699 highlighted face.
4700
4701 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
4702
4703 * forms.el (forms--make-format-elt-using-text-properties):
4704 Treat `intangible' differently.
4705
4706 * forms.el: Use new backquote syntax.
4707
4708 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4709
4710 * textmodes/scribe.el (scribe-mode): Doc-fix.
4711
4712 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4713
4714 * net-utils.el (run-network-program, net-utils-run-program): Use
4715 the new backquote syntax.
4716 (smbclient-program, smbclient-program-options)
4717 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4718 variables
4719 (smbclient, smbclient-list-shares): New functions
4720
4721 1999-11-12 Sam Steingold <sds@ksp.com>
4722
4723 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4724 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4725 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4726 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4727 (viper-kbd-global-pair, viper-kbd-global-definition):
4728 Use the new backquote syntax.
4729
4730 * emulation/viper-cmd.el (viper-test-com-defun)
4731 (viper-prefix-arg-value, viper-prefix-arg-com):
4732 Use the new backquote syntax.
4733
4734 * emacs-lisp/debug.el (debugger-env-macro):
4735 Use the new backquote syntax.
4736
4737 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4738 Use the new backquote syntax.
4739
4740 * calendar/calendar.el (calendar-remove-frame-by-deleting):
4741 New user variable.
4742 (calendar-hide-window): Use it.
4743 (increment-calendar-month, calendar-for-loop, calendar-sum):
4744 Use the new backquote syntax.
4745
4746 1999-11-12 Andrew Innes <andrewi@gnu.org>
4747
4748 * select.el (x-set-selection): Call buffer-substring, not
4749 substring. Also fix docstring
4750
4751 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
4752
4753 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4754 of customizable variables to bug report message. Added
4755 system-type to package name in bug report.
4756
4757 1999-11-12 Gerd Moellmann <gerd@gnu.org>
4758
4759 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4760 to display file names.
4761
4762 1999-11-11 Gerd Moellmann <gerd@gnu.org>
4763
4764 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4765
4766 * isearch.el: Add lazy-highlighting feature.
4767
4768 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4769
4770 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4771 constant.
4772 (ps-mode-submit-bug-report): New function. Entry added to menu.
4773
4774 1999-11-10 William M. Perry <wmperry@aventail.com>
4775
4776 * mwheel.el: New file to support the new style wheeled mice.
4777
4778 1999-11-10 Gerd Moellmann <gerd@gnu.org>
4779
4780 * startup.el (initial-scratch-message): Add ";;" to the front of
4781 lines in the message.
4782
4783 * files.el (file-local-copy): Remove optional BUFFER argument
4784 because that's not used by anything.
4785
4786 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4787 to-address.
4788
4789 1999-11-08 Markus Rost <rost@ias.edu>
4790
4791 * wid-edit.el (widget-button-click): Wrap with save-excursion
4792 to restore track-mouse in the correct buffer.
4793
4794 1999-11-08 Gerd Moellmann <gerd@gnu.org>
4795
4796 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4797
4798 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
4799
4800 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4801 lpr-command to "lp" for some system-types. (copied from lpr.el
4802 Emacs version 20.2.1).
4803
4804 1999-11-04 Markus Rost <rost@ias.edu>
4805
4806 * simple.el (comment-region): Strip off white space at end of
4807 comment-start.
4808
4809 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4810
4811 * faces.el (secondary-selection): Fix wrong color name.
4812
4813 1999-11-04 John Tobey <jtobey@epsilondev.com>
4814
4815 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4816 the default when invoking perldb in a non-Perl buffer, and other
4817 cases involving -e or --.
4818
4819 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4820
4821 * simple.el (previous-matching-history-element)
4822 (next-history-element): Use delete-field instead of erase-field.
4823
4824 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4825 Use delete-field instead of erase-field.
4826
4827 * faces.el (secondary-selection): Change background to yellow.
4828
4829 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4830 find the start of the text. Use field-string to read the user
4831 input.
4832
4833 1999-11-03 Gerd Moellmann <gerd@gnu.org>
4834
4835 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4836 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4837 for compatibility with old face implementation.
4838
4839 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4840 Use erase-field instead of erase-buffer.
4841
4842 * frame.el (blink-cursor-mode, blink-cursor-end): Use
4843 internal-show-cursor with new interface.
4844 (blink-cursor-timer-function): New.
4845 (blink-cursor-start): Use blink-cursor-timer-function.
4846
4847 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4848
4849 * calendar.el (redraw-calendar): Move to nearest date before
4850 redrawing.
4851
4852 * diary-lib.el (simple-diary-display): Reset modeline even if
4853 there are no diary entries since the diary buffer may be displayed.
4854
4855 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4856
4857 * emacs-lisp/debug.el (debug): If noninteractive, display the
4858 backtrace using `message', then exit Emacs.
4859 (debugger-batch-max-lines): New variable.
4860 (debugger-setup-buffer): New subroutine, broken out of `debug'.
4861 Change the messages put at the start, to say that the debugger
4862 was entered.
4863
4864 1999-11-02 Sam Steingold <sds@ksp.com>
4865
4866 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4867
4868 1999-11-01 John Tobey <jtobey@epsilondev.com>
4869
4870 * gud.el: (gud-perldb-massage-args): Massage correctly in the
4871 presence of perl switches other than "-e".
4872
4873 1999-11-01 Markus Rost <rost@ias.edu>
4874
4875 * dired-x.el (dired-smart-shell-command): Use
4876 shell-command-history as in shell-command.
4877
4878 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4879
4880 * userlock.el (ask-user-about-lock): Doc fix.
4881
4882 * frame.el: Doc fixes.
4883
4884 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4885
4886 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4887 of show-cursor.
4888 (blink-cursor-start, blink-cursor-end): Ditto.
4889
4890 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4891
4892 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4893
4894 * window.el (walk-windows): If ALL-FRAMES is a frame,
4895 start on that frame. Use save-selected-window.
4896
4897 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4898
4899 * simple.el (end-of-buffer): Use window-end to find the window end
4900 instead of vertical-motion because this handles variable-height
4901 lines correctly.
4902
4903 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
4904
4905 * ediff.el: Version change.
4906
4907 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
4908 make sure you are in a good frame before deleting other
4909 windows.
4910 (ediff-file-checked-in-p): Don't consider CVS
4911 files checked in.
4912 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
4913 are writing to a newly created empty file.
4914
4915 * ediff-mult.el (ediff-show-session-group-hook): New default.
4916
4917 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4918 First cd to the file directory. reportedly works
4919 better with remote files.
4920
4921 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
4922 Use file-name-nondirectory when passing files to CVS.
4923
4924 * ediff-diff.el (ediff-cmp-options): New variable.
4925 (ediff-same-file-contents): Use ediff-cmp-options.
4926
4927 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
4928 ediff-get-patch-buffer): Use current buffer if it appears to be a
4929 patch.
4930
4931 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
4932 C-g
4933
4934 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
4935 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
4936 (viper-save-cursor-color,viper-restore-cursor-color):
4937 Improved cursor color handling.
4938 (viper-get-saved-cursor-color-in-replace-mode,
4939 viper-get-saved-cursor-color-in-insert-mode): New functions for
4940 better cursor color handling.
4941
4942 * viper-ex.el (ex-read,ex-edit):
4943 Fixes for correct interpretation of #,%.
4944 (viper-ex): Now works correctly when called from other functions.
4945 (viper-glob-function): New variable.
4946 (viper-ex): Save excursion before doing :global.
4947
4948 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4949
4950 * viper-cmd.el (viper-post-command-sentinel,
4951 viper-insert-state-post-command-sentinel,
4952 viper-insert-state-pre-command-sentinel): Takes better care of
4953 cursor colors.
4954
4955 * viper.el: Version change.
4956
4957 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
4958
4959 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
4960 that the modeline display was updated *only* when
4961 `whitespace-display-in-modeline' was set, not otherwise.
4962
4963 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4964
4965 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
4966 "frac12".
4967
4968 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
4969 ad-activate.
4970
4971 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
4972
4973 * whitespace.el: Test for existence of `defcustom' and `defgroup'
4974 using fboundp instead of assuming that these are not present in
4975 particular flavors of emacs.
4976 (whitespace-version): Update to 2.8
4977 (whitespace-display-in-modeline): Add custom variable to control
4978 displaying the whitespace errors on the modeline based on
4979 suggestion from <klaus.berndl@sdm.de>
4980 (whitespace-buffer): Now returns `t' if unclean and `nil' if
4981 clean, to enable using as a hook function, as suggested by Puneet
4982 Goel <puneet@computer.org>
4983 (whitespace-buffer): Fix a subtle bug that cleaned up only if
4984 quiet was not set, even with whitespace-auto-cleanup set.
4985 (whitespace-mode-line): Now uses less modeline real estate and
4986 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
4987 which is present in the file, and <y> is any type of whitespace
4988 whose check has been suppressed by setting
4989 `whitespace-check-<whitespace-type>' to nil.
4990 (whitespace-unchecked-whitespaces): New function to return the
4991 list of whitespaces for whom checks have been suppressed.
4992 (whitespace-display-unchecked-whitespaces): Renamed to
4993 `whitespace-update-modeline' to reflect its functionality.
4994
4995 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4996
4997 * progmodes/compile.el (compilation-error-regexp-alist):
4998 Undo previous change.
4999
5000 1999-10-28 Dave Love <fx@gnu.org>
5001
5002 * help.el (help-follow): Make arg optional again and really
5003 default to point.
5004
5005 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5006
5007 * paths.el (rmail-file-name): Make it an option.
5008
5009 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5010 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5011 comment fixes.
5012
5013 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5014 MIPS Pro 7.3 compiler error message syntax.
5015
5016 1999-10-27 Dave Love <fx@gnu.org>
5017
5018 * progmodes/compile.el: Checkdoc-inspired fixes.
5019
5020 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5021
5022 * lpr.el (print-buffer): Doc-string fix.
5023
5024 1999-10-27 Dave Love <fx@gnu.org>
5025
5026 * emacs-lisp/advice.el: Doc fixes.
5027 (ad-lemacs-p): Removed.
5028 (advice): Add :link to defgroup.
5029
5030 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5031
5032 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5033 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5034
5035 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5036
5037 * window.el (walk-windows): If ALL-FRAMES is a frame,
5038 start on that frame. Use save-selected-window.
5039
5040 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5041
5042 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5043 ad-activate. All callers changed, including those in data.c.
5044 (ad-activate-internal-off): Renamed from ad-activate-off.
5045 All uses changed.
5046 (ad-activate): Renamed from ad-activate-on. All uses changed.
5047 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5048 Alter the definition of ad-activate-internal, not ad-activate.
5049
5050 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5051
5052 * startup.el (command-line-1): Add support for command line
5053 arguments `file' and `execute'. Fix handling of `visit'.
5054
5055 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5056
5057 * international/mule-cmds.el (read-input-method-name): Handle the
5058 case that the arg DEFAULT is symbol.
5059
5060 * international/mule-diag.el (mule-diag): Handle the case that
5061 default-input-method is symbol.
5062
5063 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5064
5065 * textmodes/tildify.el: New file.
5066
5067 1999-10-25 Sam Steingold <sds@ksp.com>
5068
5069 * Makefile (compile-files): Fixed the "tr" strings.
5070 (EMACS): Set to ../src/emacs.
5071
5072 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5073
5074 * info.el (Info-build-node-completions): Add '("*") to the
5075 completion list.
5076
5077 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5078
5079 * frame.el (auto-raise-mode): When enabling the mode,
5080 immediately raise the selected frame.
5081
5082 * indent.el (indent-region): Doc fix.
5083
5084 * comint.el (comint-output-filter): Make the Comint buffer current
5085 for the comint-preoutput-filter-functions.
5086
5087 * mail/reporter.el: Doc fix.
5088
5089 1999-10-24 Stephen Eglen <stephen@gnu.org>
5090
5091 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5092 that Octave lisp files can also run under XEmacs 20.
5093 (require 'custom) added so that files can run under Emacs 19.34.
5094
5095 * iswitchb.el (iswitchb-default-keybindings): No need to use
5096 read-kbd-macro in keybindings.
5097
5098 1999-10-23 Dave Love <fx@gnu.org>
5099
5100 * elide-head.el: New file.
5101
5102 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5103
5104 * Makefile (compile-files, backup-compiled-files): New targets.
5105 (bootstrap, bootstrap-clean): Ditto.
5106
5107 1999-10-22 Paul Eggert <eggert@twinsun.com>
5108
5109 * international/mule-cmds.c (locale-language-names):
5110 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5111 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5112 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5113 Use Latin-8 for Welsh.
5114 Use Latin-1 for English if "en" is explicitly specified.
5115 Use Latin-1 for Scots Gaelic, Tagalog.
5116 Use Latin-1 (not Latin-4) for Greenlandic.
5117 Use Latin-1 (not Latin-2) for Albanian.
5118 (locale-preferred-coding-systems, locale-language-names):
5119 Remove generic ISO 8859 locales; locale-charset-language-names now
5120 does this.
5121 (locale-charset-language-names): New variable.
5122 (set-locale-environment): Use language name specified by
5123 locale-charset-language-names if its charsets disagree with the
5124 language name specified by locale-language-names.
5125
5126 1999-10-22 Dave Love <fx@gnu.org>
5127
5128 * make-mode.el: Minor doc fixes.
5129
5130 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5131
5132 1999-10-21 Dave Love <fx@gnu.org>
5133
5134 * loadup.el: Add latin-8, latin-9.
5135
5136 1999-10-20 Paul Eggert <eggert@twinsun.com>
5137
5138 * disp-table.el (standard-display-european): Remove undocumented
5139 arg AUTO; no longer used by startup.el. Do not attempt to treat
5140 all non-English language environments as coding system names.
5141 Instead, use the downcased language environment name as a coding
5142 system name if it is one; otherwise, use latin-1.
5143
5144 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5145
5146 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5147 that were split so that part of the comment appeared as Lisp code.
5148
5149 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5150
5151 * ps-bdf.el: Doc fix.
5152
5153 * ps-print-def.el: New file: common definitions for all parts of
5154 ps-print.
5155 (ps-multibyte-buffer): Moved from ps-mule.
5156
5157 * ps-mule.el: File dependence fix.
5158 (ps-multibyte-buffer): Moved to ps-print-def.
5159
5160 * ps-print.el: Doc fix, better customization.
5161 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5162 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5163 (ps-end-file): Doc fix.
5164 (ps-setup, ps-begin-file): Fun fix.
5165 (postscript): New group.
5166 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5167 (ps-print-prologue-1): Adjust PostScript programming.
5168 (ps-print): Adjust group hierarchy.
5169 (ps-print-n-up, ps-print-zebra, ps-print-background,
5170 ps-print-printer)
5171 (ps-print-page): New subgroups.
5172 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5173 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5174 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5175 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5176 (ps-zebra-stripe-height, ps-print-background-image)
5177 (ps-print-background-text, ps-spool-config): Adjust customization.
5178 (dos-ps-printer): Definition eliminated.
5179
5180 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5181
5182 * ps-mule.el: Doc fix, define functions properly if mule package is
5183 loaded or not.
5184 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5185 mule package is loaded or not.
5186
5187 * ps-print.el: Doc fix, n-up printing.
5188 (ps-print-version): New version number (5.0).
5189 (ps-page-dimensions-database): Added document media.
5190 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5191 (ps-page-order, ps-printing-region-p): New vars.
5192 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5193 funs.
5194 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5195 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5196 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5197 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5198 (ps-print-begin-sheet-hook): New hook.
5199 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5200 const.
5201 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5202 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5203 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5204 (ps-count-lines): Changed to defun.
5205 (ps-header-page): Changed to defsubst, fix fun.
5206 (ps-printing-region): Doc fix, adjust programming code.
5207 (ps-output-boolean, ps-background-pages, ps-background-text)
5208 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5209 programming code.
5210
5211 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5212
5213 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5214 (ps-print-version): New version number (4.2).
5215 (ps-spool-config, ps-spool-tumble): New vars.
5216 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5217 programming, new PostScript procedure to handle errors.
5218 (ps-print-prologue-2): Changed to defconst.
5219 (ps-print-duplex-feature): New const: duplex and tumble setting.
5220 (ps-setup, ps-begin-file): Fix funs.
5221 (ps-boolean-capitalized): New fun.
5222
5223 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5224
5225 * Makefile (dontcompilefiles): Obsoleted.
5226 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5227 (EL): Unused.
5228 (temacs): Removed (unused).
5229 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5230 version of the file (necessary for the update to work properly).
5231 (autoloads): Force the use of `pwd`/loaddefs.el.
5232 (updates); Redefined in terms of other targets to reduce redundancy.
5233 (.el.elc): New default rule, just in case you want it.
5234 (compile): Use a single invocation of Emacs.
5235 (bootstrap-compile); Unneeded.
5236 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5237
5238 1999-10-19 Dave Love <fx@gnu.org>
5239
5240 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5241
5242 1999-10-19 Sam Steingold <sds@ksp.com>
5243
5244 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5245 comply with the comment.
5246
5247 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5248
5249 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5250 permanent-local.
5251
5252 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5253
5254 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5255 value: \"lpr\" changed to "lpr"
5256 (ps-mode-version): New constant
5257 (ps-mode-show-version): New function, added key in ps-mode-map
5258 (ps-run-messages): Removed
5259 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5260 ps-run-messages. These keywords now include the value of
5261 ps-run-prompt, making its fontification customizable.
5262 (ps-run-init): Removed \\n from docstring, it is now added when
5263 the value is used
5264 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5265 ps-run-prompt
5266 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5267 customizable variables in doc-string (its equivalent
5268 ps-run-messages was missing in previous version of the doc-string)
5269 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5270 symbols only
5271
5272 1999-10-19 Alex Schroeder <alex@gnu.org>
5273
5274 * ansi-color.el: Complete rewrite.
5275
5276 1999-10-19 Paul Eggert <eggert@twinsun.com>
5277
5278 Fix bootstrapping problems.
5279 Use the system locale to specify Emacs locale defaults.
5280
5281 * international/mule-cmds.el (global-map):
5282 Do not use backquote, because that makes a bootstrapping
5283 problem if you need to recompile all Lisp files using interpreted code.
5284 * international/mule.el (charset-id, charset-bytes,
5285 charset-dimension, charset-chars, charset-width,
5286 charset-direction, charset-iso-final-char,
5287 charset-iso-graphic-plane, charset-reverse-charset,
5288 charset-short-name, charset-long-name, charset-description,
5289 charset-plist): Likewise.
5290 * subr.el (save-match-data): Likewise.
5291
5292 * international/mule-cmds.el
5293 (set-display-table-and-terminal-coding-system): New function,
5294 containing code migrated out of set-language-environment.
5295 (set-language-environment, set-locale-environment): Use it.
5296 (locale-translation-file-name): Moved here from startup.el.
5297 (locale-language-names, locale-preferred-coding-systems):
5298 New vars.
5299 (locale-name-match, set-locale-environment): New functions.
5300
5301 * language/japan-util.el (setup-japanese-environment-internal):
5302 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5303
5304 * startup.el (iso-8859-n-locale-regexp): Remove.
5305 (locale-translation-file-name): Move to mule-cmds.el.
5306 (command-line): Move locale-stuff into set-locale-environment.
5307
5308 1999-10-18 Dave Love <fx@gnu.org>
5309
5310 * abbrev.el (add-abbrev, inverse-add-abbrev)
5311 (expand-region-abbrevs): Remove properties from buffer text.
5312
5313 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5314
5315 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5316 from the mini-buffer, without the prompt.
5317
5318 * simple.el (minibuffer-prompt-end): Return the position
5319 after the prompt, not the position of that last character
5320 of the prompt.
5321
5322 1999-10-17 Miles Bader <miles@gnu.org>
5323
5324 * simple.el: Doc fixes.
5325
5326 1999-10-17 Miles Bader <miles@gnu.org>
5327
5328 * simple.el (previous-matching-history-element, next-history-element):
5329 Change to work correctly even if the point is in the prompt.
5330 (choose-completion-string): Likewise.
5331 (minibuffer-prompt-width): New function (compatibility with old subr).
5332
5333 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5334 When constraining the final position to the current field,
5335 don't use the ONLY-IN-LINE mode of constrain-to-field.
5336
5337 1999-10-17 Miles Bader <miles@gnu.org>
5338
5339 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5340 constrain-to-field.
5341 * textmodes/paragraphs.el (forward-sentence): Likewise.
5342
5343 1999-10-17 Miles Bader <miles@gnu.org>
5344
5345 * simple.el (line-move): Use constrain-to-field to avoid
5346 moving into a prompt.
5347 (previous-complete-history-element): Clarify doc string.
5348 (next-complete-history-element): Likewise.
5349 Use field-beginning instead of point-min.
5350 (next-matching-history-element): Use field-beginning and
5351 erase-field instead of point-min and erase-buffer.
5352 * textmodes/paragraphs.el
5353 (forward-paragraph, forward-sentence): Likewise.
5354 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5355 constrain the kill to an field, as the movement commands now
5356 do this.
5357
5358 1999-10-17 Miles Bader <miles@gnu.org>
5359
5360 * simple.el (previous-matching-history-element): Get the
5361 minibuffer input with field-string instead of buffer-string.
5362 (choose-completion-string): Likewise.
5363 (next-history-element): Likewise.
5364 Erase the minibuffer input with erase-field, not erase-buffer.
5365 Use field-beginning to find the beginning of the input.
5366 * textmodes/paragraphs.el (backward-kill-sentence):
5367 Remove minibuffer-prompt hack.
5368 Constrain to any input field.
5369
5370 1999-10-17 Sam Steingold <sds@ksp.com>
5371
5372 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5373 for CMUCL on sparc and ".ufsl" for LispWorks.
5374 (bound-and-true-p): Bugfix: free variable `v'.
5375
5376 1999-10-16 Dave Love <d.love@dl.ac.uk>
5377
5378 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5379 (edebug-uninstall-read-eval-functions): Use load-read-function,
5380 avoiding elisp-eval.
5381
5382 1999-10-16 Sam Steingold <sds@ksp.com>
5383
5384 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5385 instead of `eql'.
5386
5387 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5388
5389 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5390 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5391 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5392 * ediff-util.el (ediff-make-temp-file):
5393 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5394 * emerge.el (emerge-make-temp-file):
5395 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5396 * vc.el (vc-update-change-log):
5397 * mail/mailpost.el (post-mail-send-it):
5398 * mail/metamail.el (metamail-region):
5399 * progmodes/cmacexp.el (c-macro-expansion):
5400 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5401
5402 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5403
5404 * smtpmail.el (smtpmail-via-smtp): Add support for
5405 automatically appending a domain to RCPT TO: addresses.
5406
5407 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5408
5409 * dired.el (dired-insert-directory): Insert the amount of
5410 free space after the total size.
5411 (dired-free-space-program, dired-free-space-args): New variables.
5412
5413 1999-10-14 Karl Heuer <kwzh@gnu.org>
5414
5415 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5416
5417 1999-10-14 Dave Love <fx@gnu.org>
5418
5419 * international/characters.el:
5420 * international/fontset.el:
5421 * international/mule-conf.el: Add latin-iso8859-1[45].
5422
5423 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5424 strings.
5425
5426 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5427 (command-line): Detect Latin-[89] locales.
5428
5429 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5430
5431 * international/mule-cmds.el (select-safe-coding-system)
5432 (leim-list-header): Avoid the use of strings that start with backslash
5433 newline since lread.c:read1 has a hack to turn those strings into
5434 integer 0 during the loadup.el process.
5435
5436 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5437
5438 1999-10-13 Dave Love <fx@gnu.org>
5439
5440 * image.el (insert-image): Copy the image spec and add an
5441 intangible property.
5442
5443 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5444
5445 * help.el (help-xref-interned): Make it also work on variable-only
5446 and function-only symbols.
5447 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5448 (help-follow): If the point under mouse is not highlighted, try
5449 `help-xref-interned' on the pointed-to symbol anyway.
5450
5451 * info.el (Info-on-current-buffer): New entry point.
5452 (Info-find-node): Split into two for Info-on-current-buffer to
5453 hook into it.
5454 (Info-current-file, Info-set-mode-line, Info-up):
5455 Info-current-file can now be t.
5456 (Info-clone-buffer-hook): Function for `clone-buffer'.
5457 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5458 Make `clone-buffer' available in various ways to the user.
5459
5460 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5461
5462 * simple.el (shell-command, shell-command-on-region): Use
5463 make-temp-file.
5464 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5465
5466 * subr.el (with-current-buffer): Don't use backquotes to avoid
5467 bootstrapping problems.
5468
5469 * loadup.el (load-path): Add subdirs for bootstrapping.
5470 (docstrings): Ignore errors during bootstrapping.
5471 (args): New `bootstrap' argument (for use in place of `dump').
5472
5473 1999-10-12 Emmanuel Briot <briot@gnat.com>
5474
5475 * ada-stmt.el: Doc-string fixes.
5476
5477 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5478
5479 * recentf.el: New file.
5480
5481 * ps-mode.el: New file.
5482
5483 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5484 case insensitive.
5485
5486 1999-10-12 Richard Sharman <rsharman@pobox.com>
5487
5488 * sh-script.el: Added support for indenting existing scripts.
5489 (sh-mode-map): Added new bindings.
5490 (sh-mode): Updated mode doc-string for new commands, added
5491 make-local-variable calls, initialize mode-specific variables.
5492 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5493 is now a different function.
5494 (sh-header-marker): Changed docstring.
5495 (sh-set-shell): Initialize mode-specific variables.
5496 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5497 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5498 Changed these define-skeleton calls to work with user-specified
5499 indentation settings.
5500 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5501 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5502 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5503 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5504 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5505 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5506 (sh-guess-basic-offset, sh-handle-after-case-label)
5507 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5508 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5509 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5510 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5511 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5512 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5513 (sh-handle-this-then, sh-help-string-for-variable)
5514 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5515 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5516 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5517 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5518 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5519 (sh-remove-our-text-properties, sh-rescan-buffer)
5520 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5521 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5522 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5523 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5524 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5525 functions.
5526 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5527 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5528 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5529 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5530 (sh-var-list): New variables.
5531
5532 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5533
5534 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5535 a value one line to high if the cursor wasn't at the start of a
5536 line. A `beginning-of-line' is now performed before making the
5537 call to `count-lines'.
5538
5539 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5540
5541 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5542
5543 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5544
5545 * Makefile (setwins): Abstract out the command to find subdirectories
5546 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5547 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5548 (autoloads-with-other-emacs): Use it.
5549
5550 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5551
5552 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5553
5554 * Makefile (bootstrap-compile): New target. Compile Lisp
5555 files with ../src/temacs.
5556
5557 1999-10-08 Dave Love <fx@gnu.org>
5558
5559 * ange-ftp.el: Require dired when compiling.
5560 (ange-ftp-normal-login): Allow EFS-style port specification.
5561
5562 1999-10-08 Simon Marshall <simon@gnu.org>
5563
5564 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5565 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5566 If STRINGS is nil, return "" rather than nil.
5567
5568 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5569
5570 * Makefile (compile): Compile files one by one. Set load-path to
5571 current directory and subdirectories when compiling.
5572
5573 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5574
5575 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5576 (emacs): Use it everywhere instead of EMACS.
5577 (compile): New target. Compile all Lisp files from scratch.
5578 (recompile): New target. Recompile lisp directory.
5579 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5580 an Emacs executable not built in the current directory tree.
5581
5582 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5583
5584 * filecache.el (file-cache-completion-ignore-case): New variable,
5585 defaulting to the value of completion-ignore-case.
5586 (file-cache-minibuffer-complete): Use it.
5587 (file-cache-files-matching, file-cache-files-matching-internal):
5588 New functions.
5589
5590 1999-10-07 Emmanuel Briot <briot@gnat.com>
5591
5592 * ada-xref.el: New file
5593
5594 * ada-prj.el: New file
5595
5596 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5597
5598 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5599 subprogram being created.
5600
5601 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5602 ada-indent-newline-indent): Rewritten to support the new indentation
5603 scheme
5604
5605 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5606 New functions
5607
5608 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5609 justification parameter
5610
5611 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5612 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5613 external program
5614
5615 1999-10-07 Dave Love <fx@gnu.org>
5616
5617 * bindings.el (bound-and-true-p): New macro.
5618 (make-mode-line-mouse-sensitive): Don't require easymenu.
5619
5620 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5621
5622 * custom.el (defface): Extend documentation for new values of
5623 `type'.
5624
5625 * faces.el (face-spec-set-match-display): Recognize `type' of
5626 `motif', `lucid', `x-toolkit'.
5627 (menu): New face.
5628
5629 1999-10-05 Dave Love <fx@gnu.org>
5630
5631 * files.el: Recognize temporary crontab files.
5632
5633 * info.el: Require jka-compr when compiling.
5634 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5635
5636 1999-10-04 Dave Love <fx@gnu.org>
5637
5638 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5639 scroll-up-aggressively, scroll-down-aggressively.
5640
5641 * time.el (display-time-mode): Add autoload cookie.
5642
5643 * rect.el (delete-extract-rectangle): Doc fix from verna.
5644
5645 * help-macro.el (three-step-help): Customize.
5646
5647 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5648
5649 * hexl.el (hexlify-buffer): Move point in proper range
5650 if it is too large.
5651 (hexl-after-revert-hook): Update hexl-max-address.
5652 (hexl-address-to-marker): Doc fix.
5653
5654 1999-10-03 Dave Love <fx@gnu.org>
5655
5656 * image.el (defimage): Remove redundant code. Substitute file in
5657 image plist.
5658
5659 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5660
5661 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5662 when doing with-temp-file.
5663
5664 1999-10-01 Dave Love <fx@gnu.org>
5665
5666 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5667
5668 * help.el: Require view when compiling.
5669 (view-emacs-FAQ): Use Info version.
5670
5671 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5672
5673 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5674 (normat->normal). Use correct font names for Korean
5675 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5676
5677 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5678
5679 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5680 code not used by KOI8 to the same 8-bit code instead of mapping to
5681 SPC.
5682 (cyrillic-alternativnyj-decode-table): Likewise.
5683
5684 1999-09-29 Alex Schroeder <alex@gnu.org>
5685
5686 * sql.el (sql-imenu-generic-expression): Aew, used to set
5687 imenu-generic-expression.
5688 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5689 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5690 imenu-case-fold-search, and imenu-syntax-alist.
5691 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5692 setting font-lock-defaults' SYNTAX-ALIST.
5693
5694 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5695
5696 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5697 macro, try again.
5698
5699 1999-09-28 Dave Love <fx@gnu.org>
5700
5701 * cus-edit.el (custom-comment): Change widget definition.
5702 (custom-comment-create, custom-comment-show)
5703 (custom-comment-invisible-p): Don't use :comment-overlay.
5704 (custom-comment-hide): New function.
5705 (custom-variable-set, custom-variable-save)
5706 (custom-variable-reset-standard, custom-face-set)
5707 (custom-face-save): Use it.
5708
5709 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5710
5711 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5712
5713 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5714
5715 * faces.el (region): Doc fix.
5716
5717 1999-09-27 Dave Love <fx@gnu.org>
5718
5719 * isearch.el (isearch): Add :links in defgroup.
5720 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5721 (isearch-switch-frame-handler): Comment out (unused).
5722 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5723 (isearch-ring-retreat-edit): Doc fix.
5724 (isearch-mouse-yank): New command.
5725 (isearch-last-command-char): Removed. Callers changed to use
5726 last-command-char.
5727 (isearch-char-to-string): Removed. Callers changed to use
5728 char-to-string.
5729
5730 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5731
5732 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5733 option for Russian.
5734
5735 1999-09-25 Gerd Moellmann <gerd@gnu.org>
5736
5737 * faces.el (face-differs-from-default-p): Compare face
5738 attributes individually.
5739
5740 * image.el (put-image, insert-image): Add string argument.
5741
5742 1999-09-24 Gerd Moellmann <gerd@gnu.org>
5743
5744 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5745 LANG=de_DE.iso88591 on HPUX 11.0.
5746
5747 * dired.el (dired-move-to-filename-regexp): Make it work
5748 for LANG=de_DE.iso88591 on HPUX 11.0.
5749
5750 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5751
5752 * info.el (info-initialize): Don't test existence of ALTERNATIVE
5753 if we know for some other reason it should not be used.
5754
5755 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5756 New variable.
5757 (edebug-recursive-edit): Save current-prefix-arg there,
5758 bind it, and set it back at the end.
5759 (edebug-outside-excursion): Restore and update the outside
5760 value of current-prefix-arg.
5761 (edebug-emacs-version-specific): Delete support for Epoch.
5762
5763 1999-09-24 Howard Melman <howard@silverstream.com>
5764
5765 * imenu.el (imenu-after-jump-hook): New variable.
5766 (imenu): Run menu-after-jump-hook.
5767 (imenu-name-lookup-function): New variable.
5768 * imenu.el (imenu--in-alist): Use those variables.
5769
5770 1999-09-24 Carsten Dominik <cd@gnu.org>
5771
5772 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5773 multiple thebibliography environments.
5774
5775 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5776 with recentering window.
5777 (reftex-extract-bib-entries-from-thebibliography,
5778 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
5779 with multiple thebibliography environments.
5780
5781 * textmodes/reftex-vars.el
5782 (reftex-section-levels): Function allowed as cdr.
5783 (reftex-max-section-depth) New option.
5784
5785 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5786 with multiple thebibliography environments.
5787
5788 1999-09-23 Gerd Moellmann <gerd@gnu.org>
5789
5790 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5791 instead of point-min in call to delete-region.
5792
5793 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
5794
5795 * vc.el (vc-backend-checkout): Use with-temp-file when checking
5796 out into arbitrary file names.
5797
5798 1999-09-19 Ken'ichi Handa <handa@gnu.org>
5799
5800 * language/european.el ("Turkish"): New language environment.
5801
5802 1999-09-19 Dave Love <fx@gnu.org>
5803
5804 * delim-col.el: New file.
5805
5806 1999-09-17 Richard Stallman <rms@gnu.org>
5807
5808 * files.el (after-find-file): When visiting a backup file,
5809 make it read-only.
5810
5811 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5812 (apropos-keybinding-face, apropos-label-face): Likewise.
5813 (apropos-property-face, apropos-match-face): Likewise.
5814 (apropos-label-properties): New variable.
5815 (apropos-print-doc): Use apropos-label-properties.
5816 (apropos-print): Set apropos-label-properties.
5817
5818 1999-09-15 Richard Stallman <rms@gnu.org>
5819
5820 * winner.el: Use aref instead of sref.
5821
5822 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5823
5824 1999-09-14 Gerd Moellmann <gerd@gnu.org>
5825
5826 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5827
5828 1999-09-14 Richard Stallman <rms@gnu.org>
5829
5830 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5831 cookie, even if followed by a letter.
5832
5833 1999-09-14 Stephen Eglen <stephen@gnu.org>
5834
5835 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5836 --no-line-editing are passed to Octave by including them here
5837 rather than storing them in inferior-octave-startup-args.
5838
5839 1999-09-14 Eli Zaretskii <eliz@gnu.org>
5840
5841 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5842 command, option, env and sc.
5843
5844 * subr.el (shell-quote-argument): Quote argument with double
5845 quotes for ms-dos.
5846
5847 1999-09-14 Richard Stallman <rms@gnu.org>
5848
5849 * simple.el (eval-expression-print-level): New variable.
5850 (eval-expression-print-length): New variable.
5851 (eval-expression-debug-on-error): New variable.
5852 (eval-expression): Bind print-level, print-length and
5853 debug-on-error from those vars.
5854
5855 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5856 Bind print-level, print-length and debug-on-error.
5857
5858 1999-09-14 Inge Frick <inge@nada.kth.se>
5859
5860 * dired.el (dired-recursive-deletes): New custom variable.
5861 (dired-re-no-dot): New variable.
5862 (dired-delete-file): New function deletes files and directories
5863 recursively.
5864 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
5865
5866 * dired-aux.el (dired-recursive-copies): New custom variable.
5867 (dired-handle-overwrite): Broke a long line.
5868 (dired-copy-file): Call `dired-copy-file-recursive' instead of
5869 `copy-file'.
5870 (dired-copy-file-recursive): New function. Copy directories
5871 recursively.
5872 (dired-do-create-files): Added support for generalized directory
5873 target. How-to function may now return a function. New fluid
5874 variable `dired-one-file'.
5875 (dired-copy-how-to-fn): New variable.
5876 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
5877 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
5878 (dired-do-copy-regexp): No recursive copies.
5879
5880 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
5881
5882 * whitespace.el (whitespace-version): Update version to 2.4
5883
5884 * whitespace.el: Add customization variables to conditionally test
5885 any of the five whitespaces, per request from Rune Kleveland
5886 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
5887
5888 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
5889
5890 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
5891 list of modes to be checked for bogus whitespaces.
5892
5893 * whitespace.el (whitespace-rescan-timer-time): Update
5894 documentation.
5895
5896 * whitespace.el (whitespace-display-unchecked-whitespaces):
5897 New function to update modeline with untested whitespaces.
5898
5899 * whitespace.el (whitespace-buffer): Test only whitespaces whose
5900 checking is turned on, and update modeline using the newly created
5901 `whitespace-display-unchecked-whitespaces'.
5902
5903 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
5904 whose checking is turned on, and update modeline using the newly
5905 created `whitespace-display-unchecked-whitespaces'.
5906
5907 * whitespace.el (whitespace-describe): Update documentation.
5908
5909 * whitespace.el (whitespace-tickle-timer): Test if
5910 `whitespace-rescan-timer-time' is non-zero before tickling timer.
5911
5912 1999-09-13 Dave Love <fx@gnu.org>
5913
5914 * hideif.el (hide-ifdef-mode): Add autoload cookie.
5915
5916 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
5917 for temp buffer.
5918 (checkdoc-this-string-valid): Don't assume default comment-start.
5919
5920 1999-09-13 Gerd Moellmann <gerd@gnu.org>
5921
5922 * rsz-mini.el: Remove code, keep the interface.
5923
5924 1999-09-13 Dave Love <fx@gnu.org>
5925
5926 * help.el (help-highlight-p): Doc fix.
5927
5928 * faces.el (mode-line, header-line, tool-bar): Add :version.
5929 (highlight, secondary-selection): Add :group.
5930 (trailing-whitespace): Add :group, :version.
5931
5932 * wid-edit.el: Remove some compatibility code and checks.
5933 (widget-specify-field, widget-specify-button): Don't use XEmacs
5934 properties.
5935 (widget-overlay-inactive): Change error message.
5936 (widget-button-pressed-face): New variable.
5937 (widget-button-click): Use it.
5938 (widget-documentation-link-add): Specify mouse and button faces.
5939 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
5940 removed now the functionality is built in.
5941
5942 * cus-edit.el: Don't define-widget-keywords.
5943 (multimedia): New group.
5944 (custom-last): Function removed.
5945 (custom-quote): Add vectorp case, comment out characterp case.
5946 (custom-buffer-done-function, custom-raised-buttons): New option.
5947 (Custom-buffer-done): New function.
5948 (custom-buffer-create-internal): Obey custom-raised-buttons,
5949 Custom-buffer-done.
5950 (custom-button-face): Make it `released-button'.
5951 (custom-button-pressed-face): Make it `pressed-button'
5952 (custom-mode-map): Bind "q" to Custom-buffer-done.
5953 (custom-mode): Deal with raised/pressed buttons.
5954
5955 Changes from Didier Verna:
5956 (custom-prompt-variable): Optional third arg makes prompt for a
5957 comment string.
5958 (customize-set-value, customize-set-variable,
5959 customize-save-variable): Optional prefix makes function handle
5960 variable comments.
5961 (customize-customized, customize-saved, custom-variable-state-set)
5962 (custom-variable-set, custom-variable-save, custom-face-state-set)
5963 (custom-variable-reset-saved, custom-variable-reset-standard)
5964 (custom-face-set, custom-face-save, custom-face-reset-saved)
5965 (custom-face-reset-standard, customize-save-customized): Handle
5966 custom comments.
5967 (custom-comment-face, custom-comment-tag-face): New face.
5968 (custom-comment): New widget.
5969 (custom-comment-create, custom-comment-delete)
5970 (custom-comment-value-set, custom-comment-show)
5971 ()custom-comment-invisible-p): New functions.
5972 (custom-variable-value-create, custom-face-value-create): Create a
5973 comment field widget.
5974 (custom-variable-menu, custom-face-menu): New entry for custom
5975 comment.
5976 (custom-face-value-create): Remove compatibility code.
5977 (custom-save-variables, custom-save-faces): Possibly save custom
5978 comments.
5979
5980 * cus-face.el (custom-face-attributes): Simplify :underline,
5981 :overline, :inverse-video cases. Fix up :box case (probably needs
5982 more work).
5983
5984 Change from Didier Verna:
5985 (custom-set-faces): The arguments can now have a custom comment as
5986 fourth argument.
5987
5988 * custom.el: Don't define-widget-keywords.
5989 Change from Didier Verna:
5990 (custom-set-variables): The arguments can now have a
5991 custom comment as fifth element.
5992
5993 1999-09-13 Richard Stallman <rms@gnu.org>
5994
5995 * info.el (Info-find-node): Cope better if guesspos is too large.
5996
5997 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5998
5999 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6000 of buffer-substring because buffer-string doesn't copy the
6001 prompt.
6002
6003 * faces.el (mode-line): Replaces `modeline'.
6004 (toplevel): Make `modeline' an alias for `mode-line'.
6005
6006 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6007
6008 * gs.el: Change `ghostscript' to `postscript' in comment.
6009
6010 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6011
6012 * emulation/tpu-edt.el (tpu-version): New version.
6013 (tpu-search-overlay, tpu-replace-overlay): New variables.
6014 (tpu-search-highlight, tpu-toggle-direction): New functions.
6015 (tpu-lm-replace): Set tpu-replace-overlay.
6016 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6017 command hook.
6018
6019 1999-09-11 Richard Stallman <rms@gnu.org>
6020
6021 * isearch.el (isearch-mode-map): Undo previous change.
6022
6023 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6024 use all of that as the sexp.
6025
6026 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6027 and use the initial argument as file name directly.
6028 Likewise if nothing matches.
6029
6030 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6031
6032 * winner.el: Major changes. Avoid changing point and mark.
6033 Save configurations after they change, not before.
6034
6035 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6036
6037 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6038 Bind print-continuous-numbering and print-number-table.
6039
6040 1999-09-10 Dave Love <fx@gnu.org>
6041
6042 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6043
6044 1999-09-09 Richard Stallman <rms@gnu.org>
6045
6046 * whitespace.el: Finish making it fit Emacs conventions.
6047 Add autoloads.
6048
6049 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6050
6051 * generic-x.el (bat-generic-mode): "::"-style comments don't
6052 need to begin with "-". Fix the font-lock definitions of ON/OFF
6053 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6054 from the list of keywords. Add DO to the list of keywords.
6055
6056 1999-09-09 Dave Love <fx@gnu.org>
6057
6058 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6059 (byte-optimize-backward-word): New optimizations.
6060 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6061 entries.
6062
6063 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6064
6065 * image.el (put-image): Remove optional buffer parameter.
6066
6067 * faces.el (face-italic-p): Return t only for values `italic'
6068 and `oblique'.
6069
6070 * mouse.el (mouse-drag-mode-line-1): Extension of former
6071 mouse-drag-mode-line that also drags the header line.
6072 (mouse-drag-mode-line): Call it.
6073 (mouse-drag-header-line): New.
6074 (toplevel): Bind down-mouse-1 on header lines to
6075 mouse-drage-header-line.
6076
6077 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6078
6079 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6080 (make-mode-line-mouse-sensitive): Replace `top-line' by
6081 `header-line'.
6082
6083 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6084
6085 * help.el (describe-function-1): Don't return empty string for keymaps.
6086
6087 * fill.el (fill-region-as-paragraph, canonically-space-region):
6088 Respect colon-double-space at end of line.
6089
6090 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6091
6092 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6093 (backup-buffer): Use it.
6094
6095 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6096
6097 * generic-x.el (generic-define-unix-modes): Added new modes:
6098 inetd-conf-generic-mode, etc-services-generic-mode,
6099 etc-passwd-generic-mode. These are all defined for Unix by default.
6100 (apache-generic-mode): Use an imenu-generic-expression to list
6101 Configuration keywords.
6102 (samba-generic-mode): Use both ; and # as comment characters.
6103 (samba-generic-mode): Font-lock expressions now highlight name
6104 value pairs.
6105 (bat-generic-mode): Keywords are now case-insensitive through
6106 font-lock-defaults setting.
6107 (java-properties-generic-mode): Supports both ! and # as comment
6108 characters.
6109 (java-properties-generic-mode): Added an imenu-generic-expression
6110 (java-properties-generic-mode): Reworked to support the various
6111 different ways to separate name and value (viz, '=', ':' and
6112 whitespace).
6113 (show-tabs-generic-mode): Added this new generic-mode.
6114
6115 1999-09-08 Richard Stallman <rms@gnu.org>
6116
6117 * progmodes/inf-lisp.el: Moved from top directory.
6118
6119 * tar-mode.el (tar-header-block-tokenize):
6120 Use `when' instead of `and'. Fix some clobbered text.
6121
6122 * gud.el (gud-make-debug-menu): Make a child for the
6123 local menu, for its menu bar, and the debug menu.
6124 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6125 Use the history in the simple way.
6126
6127 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6128
6129 * language/korea-util.el (default-korean-keyboard): Initialize it
6130 according to the environment variable HANGUL_KEYBOARD_TYPE.
6131
6132 1999-09-07 Richard Stallman <rms@gnu.org>
6133
6134 * subr.el (make-temp-file): New function.
6135
6136 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6137
6138 * font-lock.el (font-lock-multiline): New text property contains
6139 a boolean to indicate if the char is part of a multiline match.
6140 (font-lock-default-fontify-region): Extend the region appropriately
6141 for multiline keywords.
6142 (font-lock-default-unfontify-region): Also remove the new
6143 font-lock-multiline text property.
6144 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6145 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6146
6147 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6148
6149 * diary-lib.el (list-diary-entries): Make sure two-digit years
6150 have leading zeros.
6151
6152 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6153
6154 * faces.el (face-set-after-frame-default): Initialize some
6155 attributes of some faces from frame parameters.
6156
6157 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6158
6159 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6160
6161 * faces.el (fringe): Replaces face `margin'.
6162
6163 1999-09-07 Dave Love <fx@gnu.org>
6164
6165 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6166
6167 1999-09-07 Richard Stallman <rms@gnu.org>
6168
6169 * subr.el (push): Doc fix.
6170
6171 1999-09-06 Richard Stallman <rms@gnu.org>
6172
6173 * vc.el (vc-annotate-display): Use < 69 not < 70
6174 to distinguish 20YY from 19YY.
6175
6176 * timezone.el (timezone-parse-date): Use < 69 not < 70
6177 to distinguish 20YY from 19YY.
6178
6179 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6180
6181 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6182
6183 * quickurl.el: (quickurl-list-focused-line): Removed.
6184 (quickurl-list-insert): Now works out the focused line using
6185 `count-lines' instead of using `quickurl-list-focused-line'.
6186
6187 1999-09-06 Richard Stallman <rms@gnu.org>
6188
6189 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6190 to beginning of message.
6191
6192 1999-09-06 Dave Love <fx@gnu.org>
6193
6194 * isearch.el (isearch-mode-map): Add mouse-2.
6195
6196 * mail/rmail.el (rmail-read-password): Deleted.
6197 (rmail-get-pop-password): Use read-password.
6198
6199 * quickurl.el: Don't conditionally define caddr.
6200 (quickurl-url-comment): Use nth, not caddr in function and
6201 defsetf.
6202
6203 1999-09-06 Richard Stallman <rms@gnu.org>
6204
6205 * auto-show.el: Doc fixes.
6206
6207 1999-09-06 Stephen Eglen <stephen@gnu.org>
6208
6209 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6210 --no-line-editing so that TABs in source files are not interpreted
6211 as completion requests.
6212
6213 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6214
6215 * hscroll.el, auto-show.el: Remove all code, keep the public
6216 interface as no-ops.
6217
6218 * faces.el (face-bold-p): Don't return t if face has lighter
6219 weight than normal.
6220
6221 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6222
6223 * startup.el (command-line): Make small-temporary-file-directory
6224 be nil except on ms-dos.
6225
6226 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6227
6228 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6229 is defined.
6230
6231 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6232 letters with a colon after d or l.
6233
6234 1999-09-06 Dave Love <fx@gnu.org>
6235
6236 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6237 primitive.)
6238
6239 1999-09-05 Richard Stallman <rms@gnu.org>
6240
6241 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6242
6243 * textmodes/paragraphs.el (backward-kill-sentence):
6244 Don't test minibuffer-prompt-end here.
6245 (forward-sentence): Do handle it here.
6246 (backward-kill-paragraph): Don't test it here.
6247 (forward-paragraph): Handle it here.
6248
6249 * mouse.el (font-menu-add-default): Simplify code.
6250
6251 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6252
6253 * faces.el (header-line): Renamed from `top-line'.
6254
6255 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6256
6257 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6258
6259 1999-09-04 Richard Stallman <rms@gnu.org>
6260
6261 * whitespace.el: New file.
6262
6263 1999-09-04 Dave Love <fx@gnu.org>
6264
6265 * paths.el: Make some doc strings obey the make-docfile convention.
6266
6267 * bindings.el: Likewise.
6268 (debug-ignored-errors): Remove BBDB ones.
6269
6270 1999-09-03 Richard Stallman <rms@gnu.org>
6271
6272 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6273 not from the draft to forward.
6274
6275 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6276
6277 1999-09-03 Dave Love <fx@gnu.org>
6278
6279 * double.el (double-mode): Customize the variable.
6280
6281 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6282
6283 * international/characters.el: Delete duplicated code.
6284
6285 1999-09-02 Richard Stallman <rms@gnu.org>
6286
6287 * indent.el (indent-relative): Doc fix.
6288
6289 * quickurl.el (quickurl): Doc fix.
6290
6291 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6292
6293 * faces.el (margin): Change background to "gray" for mono (this is
6294 drawn with a stipple pattern).
6295
6296 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6297
6298 * simple.el (next-history-element): Use minibuffer-prompt-end once
6299 again. Remove test for minibuffer-prompt-in-buffer.
6300
6301 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6302
6303 * files.el (small-temporary-file-directory): New variable.
6304
6305 * startup.el (command-line): Compute the value of
6306 small-temporary-file-directory.
6307
6308 * ediff-init.el (ediff-temp-file-prefix): Use
6309 small-temporary-file-directory if non-nil.
6310
6311 * vc.el (vc-update-change-log): Likewise.
6312
6313 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6314
6315 * simple.el (shell-command, shell-command-on-region): Use
6316 make-temp-name properly. Use small-temporary-file-directory if
6317 non-nil, otherwise temporary-file-directory, to generate temporary
6318 files.
6319
6320 * dos-w32.el (direct-print-region-helper): Use
6321 temporary-file-directory. (From Stefan Monnier.)
6322
6323 1999-09-02 Richard Stallman <rms@gnu.org>
6324
6325 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6326 from asm-comment-char.
6327 (asm-font-lock-keywords): Recognize instruction width suffixes.
6328
6329 1999-09-01 Richard Stallman <rms@gnu.org>
6330
6331 * play/fortune.el: New file.
6332
6333 1999-08-31 Dave Love <fx@gnu.org>
6334
6335 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6336 after key table.
6337
6338 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6339 redisplay variables.
6340
6341 * subr.el (push): Fix typo.
6342
6343 1999-08-30 Kevin Blake <kblake@ticnet.com>
6344
6345 * emacs-lisp/ring.el: Many doc fixes.
6346 (ring-size, ring-copy): New functions.
6347
6348 1999-08-29 Richard Stallman <rms@gnu.org>
6349
6350 * progmodes/etags.el (tags-loop-continue):
6351 After tags-loop-operate returns, force skip to next file.
6352
6353 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6354 (mail-extr-first-letters, mail-extr-last-letters):
6355 Use character classes [:alpha:] and [:alnum:].
6356
6357 * subr.el (push, pop): New macros.
6358
6359 * progmodes/compile.el (compilation-error-regexp-alist):
6360 New item for SGI IRIX MipsPro compilers.
6361
6362 * speedbar.el (speedbar-directory-buttons): Recognize
6363 device names when checking for file names.
6364
6365 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6366
6367 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6368 and specially handle defvar inside their expansions.
6369 (eval-defun-1): New subroutine.
6370
6371 * progmodes/compile.el (compilation-error-regexp-alist):
6372 Fix the Perl -w entry to allow period after line number.
6373 Don't allow newlines in file name, but allow them after line number
6374 for Perl debugging traces.
6375
6376 * which-func.el (which-func-cleanup-function): New variable.
6377 (which-function): Call that function.
6378
6379 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6380 to end a function name.
6381
6382 * informat.el (Info-tagify): Don't insert more than one newline
6383 before the tag table.
6384
6385 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6386
6387 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6388 than make-temp-name, use match-string-no-properties, and eliminate
6389 a quadratic behavior when building bibtex-strings.
6390
6391 1999-08-29 Alex Schroeder <alex@gnu.org>
6392
6393 * comint.el (comint-input-ring-separator): New variable.
6394 (comint-read-input-ring): Doc change; use
6395 comint-input-ring-separator when reading file.
6396 (comint-write-input-ring): Use
6397 comint-input-ring-separator when writing file.
6398
6399 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6400
6401 * informat.el (Info-tagify): Start by widening.
6402 Match node headers that don't list the file name,
6403 and more kinds of page separations.
6404 Strip properties during tagification.
6405 Use start of node header line as tag's position.
6406 Fix the "done" message.
6407
6408 (Info-validate): Save and restore match data around narrowing down.
6409
6410 1999-08-28 Richard M. Stallman <rms@gnu.org>
6411
6412 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6413 On repeated call, override previous values put into
6414 minor-mode-map-alist and minor-mode-alist.
6415
6416 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6417
6418 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6419
6420 1999-08-27 Andreas Schwab <schwab@gnu.org>
6421
6422 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6423 from cvs update.
6424
6425 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6426
6427 * calendar/calendar.el (calendar-move-hook): New hook.
6428
6429 * calendar/cal-move.el: Call the new hook in every movement function.
6430
6431 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6432 the right function name.
6433
6434 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6435
6436 * time-stamp.el: Put quote-backquote around all symbol names
6437 in doc strings, for mousing.
6438 (time-stamp): Support multi-line patterns.
6439 (time-stamp-inserts-lines): New variable.
6440 (time-stamp-count): New variable.
6441 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6442 "Thu" instead of "%a".
6443
6444 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6445
6446 * simple.el (kill-word): Undo previous change.
6447
6448 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6449
6450 * jit-lock.el (jit-lock-function): Extend the fontified range
6451 to the beginning of the line containing the range start and
6452 the beginning of the line following the range end.
6453
6454 1999-08-24 Dave Love <fx@gnu.org>
6455
6456 * timezone.el: Move provide to end.
6457 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6458 <70 are 2000+.
6459 (timezone-parse-time): Simplify somewhat.
6460
6461 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6462
6463 * faces.el (margin): Renamed from bitmap-area.
6464
6465 1999-08-24 Alex Schroeder <alex@gnu.org>
6466
6467 * sql.el: Doc changes.
6468 (sql-sybase): Use sql-server instead of sql-database.
6469
6470 1999-08-23 Dave Love <fx@gnu.org>
6471
6472 * rect.el: Add/fix various doc strings. Add `*' to all the
6473 interactive specs.
6474
6475 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6476
6477 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6478 Don't unwind-protect font-lock-fontify-region.
6479
6480 * paragraphs.el (backward-kill-paragraph): Don't move
6481 point into mini-buffer prompt.
6482 (backward-kill-sentence): Ditto.
6483
6484 * simple.el (next-history-element): Use minibuffer-prompt-end.
6485 Remove test for minibuffer-prompt-in-buffer.
6486 (kill-word): Don't move point into mini-buffer prompt.
6487
6488 1999-08-21 Dave Love <fx@gnu.org>
6489
6490 * Makefile: Exclude CVS dirs like RCS.
6491
6492 1999-08-19 Dave Love <fx@gnu.org>
6493
6494 * tooltip.el (tooltip-mode): Customize this, per convention.
6495 (tooltip-active): Option deleted.
6496
6497 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6498
6499 * hanoi.el, page-ext.el: Declare dynamic vars.
6500
6501 * term.el: Avoid ange-ftp related compilation warnings.
6502
6503 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6504
6505 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6506 the default so that beginners can benefit from it without
6507 searching in manuals.
6508
6509 1999-08-18 Ray Blaak <blaak@gnu.org>
6510
6511 * progmodes/delphi.el: Consider assembly sections as blocks, to
6512 indent them better. Make auto-indent on newline optional.
6513
6514 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6515
6516 * bindings.el (mode-line-modified): Look up key binding for C-x
6517 C-q. If it's bound call that binding, otherwise call
6518 toggle-read-only.
6519
6520 1999-08-17 Dave Love <fx@gnu.org>
6521
6522 * info.el (info): Doc fix.
6523
6524 * finder.el (finder-known-keywords): Add `multimedia'.
6525
6526 * apropos.el: Don't capitalize custom group name.
6527
6528 * info-look.el: Remove compatibility code.
6529 (info-lookup-guess-default*): DTRT for point at start of symbol.
6530 (info-complete): Don't lose with point not at end of symbol.
6531
6532 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6533
6534 * term.el (toplevel): Make face `term-default' an empty face.
6535 The code relied on the fact that Emacs ignored invalid faces in
6536 face text properties in 20.4.
6537
6538 1999-08-16 Richard M. Stallman <rms@gnu.org>
6539
6540 * subr.el (point-at-eol, point-at-bol): New aliases.
6541
6542 * simple.el: Functions reordered.
6543
6544 * rect.el (delete-rectangle-line): Use line-end-position.
6545
6546 1999-08-16 Karl Heuer <kwzh@gnu.org>
6547
6548 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6549 here from simple.el.
6550
6551 1999-08-16 Dave Love <fx@gnu.org>
6552
6553 * mouse.el: Provide `mldrag' for compatibility.
6554 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6555 marked obsolete.
6556
6557 * mldrag.el: Removed since the features are in mouse.el.
6558
6559 * jka-compr.el (auto-compression-mode): New variable for
6560 customization.
6561
6562 * bindings.el (mode-line-mule-info): Doc fix.
6563
6564 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6565 name comparisons.
6566
6567 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6568 (find-file): Doc fix.
6569
6570 1999-08-16 Carsten Dominik <cd@gnu.org>
6571
6572 * textmodes/reftex.el: Most of the code moved to other files.
6573 * textmodes/reftex-auc.el: New file, split out from reftex.el
6574 * textmodes/reftex-cite.el: New file, split out from reftex.el
6575 * textmodes/reftex-global.el: New file, split out from reftex.el
6576 * textmodes/reftex-index.el: New file, split out from reftex.el
6577 * textmodes/reftex-parse.el: New file, split out from reftex.el
6578 * textmodes/reftex-ref.el: New file, split out from reftex.el
6579 * textmodes/reftex-sel.el: New file, split out from reftex.el
6580 * textmodes/reftex-toc.el: New file, split out from reftex.el
6581 * textmodes/reftex-vars.el: New file, split out from reftex.el
6582 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6583
6584 1999-08-16 Carsten Dominik <cd@gnu.org>
6585
6586 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6587 conflict with pop-up-frames.
6588 (reftex-special-environment-parsers): New constant.
6589 (reftex-label-alist): car of an entry can also be a function.
6590 (reftex-what-special-env): Cew function.
6591 (reftex-label-location): Call `reftex-what-special-env'.
6592 (reftex-compile-variables): Check for symbol in
6593 `reftex-label-alist'.
6594 (reftex-what-environment): Fixed bug with stacked environments of
6595 same kind (e.g. enumerate).
6596 (reftex-process-string): Preserve default directory.
6597 (reftex-label-alist-builtin): Changed prefixes of endnote and
6598 footnote. Also the magic words.
6599 (reftex-reference): Interprete new option
6600 `reftex-fref-is-default'.
6601 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6602 (reftex-toc-mouse-view-line): Command removed (had no binding).
6603 (reftex-everything-regexp): New function.
6604 (reftex-nearest-match): Made better.
6605 (reftex-toc-find-section): Use new version of
6606 `reftex-nearest-match'.
6607 (reftex-insert-docstruct): Adapted to work with the index stuff.
6608 (reftex-parse-from-file): Find index entries as well.
6609 (reftex-toc-toggle-index): New function
6610 (reftex-toc-map): `i' is now used to togle the index, File
6611 boundaries has been moved to `F'.
6612 (reftex-select-label-map): Toggling display of file boundaries is
6613 now on the `F' key, for consistency with `reftex-toc-map'.
6614 (reftex-erase-all-selection-and-index-buffers): Renamed from
6615 `reftex-erase-all-selection-buffer'. Now also kills the index
6616 buffers.
6617 (reftex-viewing-cross-references): Customization group renamed
6618 from reftex-viewing-cross-references-and-citations.
6619 (reftex-index-macro-regexp,
6620 reftex-find-index-entry-regexp-format): New variables
6621 (reftex-macros-with-index): New variable
6622 (reftex-add-index-macros): New function
6623 (reftex-renumber-simple-labels, reftex-translate): Allow for
6624 multiple labels in a single ref command.
6625 (reftex-index-support): New customization group
6626 (reftex-support-index, reftex-index-special-chars,
6627 reftex-index-macros, reftex-index-default-macro,
6628 reftex-index-default-tag, reftex-index-math-format,
6629 reftex-index-section-letters, reftex-index-include-context,
6630 reftex-index-follow-mode, reftex-index-header-face,
6631 reftex-index-section-face, reftex-index-tag-face,
6632 reftex-index-face): New options
6633 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6634 reftex-index-tag, reftex-index-return-marker,
6635 reftex-index-restriction-indicator, reftex-index-restriction-data,
6636 reftex-index-macro-regexp, reftex-index-level-re,
6637 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6638 reftex-everything-regexp-no-index, reftex-index-re,
6639 reftex-macros-with-index, reftex-index-macro-alist): New variables
6640 (reftex-index-help, reftex-index-macros-builtin,
6641 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6642 reftex-query-index-macro-help): New constants
6643 (reftex-index-selection-or-word, reftex-index,
6644 reftex-default-index, reftex-update-default-index,
6645 reftex-index-complete-tag, reftex-index-select-tag,
6646 reftex-index-complete-key, reftex-index-update-taglist,
6647 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6648 reftex-display-index, reftex-insert-index,
6649 reftex-index-insert-new-letter, reftex-get-restriction,
6650 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6651 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6652 reftex-index-toggle-follow, reftex-index-toggle-context,
6653 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6654 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6655 reftex-index-quit, reftex-index-quit-and-kill,
6656 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6657 reftex-index-revert, reftex-index-switch-index-tag,
6658 reftex-index-restrict-to-section, reftex-index-widen,
6659 reftex-index-restriction-forward,
6660 reftex-index-restriction-backward, reftex-index-visit-location,
6661 reftex-index-analyze-entry, reftex-index-globalize,
6662 reftex-index-edit, reftex-index-toggle-range-beginning,
6663 reftex-index-toggle-range-end, reftex-index-edit-key,
6664 reftex-index-edit-attribute, reftex-index-edit-visual,
6665 reftex-index-edit-part, reftex-index-level-down,
6666 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6667 reftex-index-change-entry, reftex-index-goto-letter,
6668 reftex-add-index-macros, reftex-ensure-index-support,
6669 reftex-index-info-safe, reftex-index-info): New functions.
6670
6671
6672 1999-08-15 Richard M. Stallman <rms@gnu.org>
6673
6674 * paren.el (show-paren-mode): Support making show-paren-mode
6675 a buffer-local variable. Don't check for a window system.
6676 (show-paren-function): Check whether show-paren-function is
6677 enabled in current buffer; do the right thing if not.
6678 Don't check for a window system.
6679 (show-paren-mode): Make it a user variable.
6680
6681 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6682 Handle `enum' like `struct'.
6683
6684 * server.el (server-process-filter): If a client visits no buffers,
6685 close it immediately before recording it.
6686
6687 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6688 Optimize by calling concat just once. Handle =\n sequence.
6689 (mail-unquote-printable-region): New command.
6690 (mail-quote-printable): Make it autoload.
6691
6692 1999-08-15 Karl Heuer <kwzh@gnu.org>
6693
6694 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6695
6696 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6697
6698 * lisp/texinfmt.el: Handle @ifnottex.
6699
6700 1999-08-15 Eli Zaretskii <eliz@gnu.org>
6701
6702 * frame.el (blink-cursor): Don't turn on cursor blinking for
6703 ms-dos.
6704
6705 * faces.el (face-valid-attribute-values): Look in
6706 x-bitmap-file-path only for x and w32 window systems.
6707
6708 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6709 Do that if width is nil as well.
6710 (x-display-mm-height, x-display-mm-width): Update values.
6711 (x-colors): Compute the list from msdos-color-values.
6712 (x-select-enable-clipboard): Doc fix.
6713 (x-frob-font-weight, x-font-family-list): New functions.
6714
6715 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6716
6717 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6718 back up from beginning of buffer.
6719
6720 1999-08-13 Karl Heuer <kwzh@gnu.org>
6721
6722 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6723
6724 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6725
6726 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6727 doomsday clock, speed control is added and changes are made to
6728 allow large numbers of rings: rings now show the whole ring
6729 number, not just the last digit; consecutive rings are allowed to
6730 be the same size when necessary to fit all the rings in the
6731 window; and poles can be oriented horizontally. Face support is
6732 thrown in gratuitously.
6733 (hanoi): Changed default number of rings back to 3.
6734 (hanoi-unix, hanoi-unix-64): New commands
6735 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6736 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6737 hanoi-odd-ring-face): New variables.
6738 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6739 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6740 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6741 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6742 (hanoi-topos, hanoi-draw-ring): Removed.
6743
6744 1999-08-12 Gerd Moellmann <gerd@gnu.org>
6745
6746 * faces.el (face-valid-attribute-values): Return an alist for
6747 families on ttys.
6748 (face-read-integer): Handle unspecified face attributes. Add
6749 completion for `unspecified'.
6750 (read-face-attribute): Handle unspecified font attributes.
6751 (face-valid-attribute-values): Add `unspecified' to lists so that
6752 it can be chosen via completion.
6753 (face-read-string): Don't recognize "none" as input.
6754
6755 1999-08-10 Dave Love <fx@gnu.org>
6756
6757 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6758 string.
6759
6760 * sun-curs.el: Require sun-fns.
6761
6762 1999-08-10 Dave Love <fx@gnu.org>
6763
6764 * autorevert.el (auto-revert-mode): Add autoload cookie.
6765
6766 * hscroll.el, auto-show.el: Files deleted -- we have built-in
6767 hscroll.
6768
6769 * simple.el (hscroll-step, hscroll-point-visible)
6770 (hscroll-window-column): Remove now we have the mentioned real
6771 horizontal autoscrolling.
6772
6773 1999-08-10 Richard M. Stallman <rms@gnu.org>
6774
6775 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6776 control use of -f option.
6777 (mail-specify-envelope-from): New variable.
6778 (mail-from-style): Doc fix.
6779
6780 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6781 (easy-menu-get-map): New arg TO-MODIFY helps choose
6782 between local and global maps.
6783 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6784 (easy-menu-change): Doc fix.
6785
6786 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6787 (info-lookup-guess-default): Simplified and cleaned up.
6788 (info-lookup-guess-default*): Preserve point.
6789
6790 * view.el (view-mode-disable): If buffer-read-only is nil,
6791 don't change it.
6792
6793 * files.el (after-find-file): Disable View mode if buffer is no
6794 longer read-only.
6795
6796 * view.el (view-mode-enable, view-mode-disable):
6797 Call force-mode-line-update.
6798
6799 1999-08-10 Karl Heuer <kwzh@gnu.org>
6800
6801 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6802 * array.el, play/landmark.el, international/latin-3.el: Likewise.
6803 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6804
6805 1999-08-10 Alex Schroeder <asc@bsiag.com>
6806
6807 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6808 to prevent m-eating-bug.
6809
6810 1999-08-10 Eli Zaretskii <eliz@gnu.org>
6811
6812 * term/pc-win.el (msdos-bg-mode): Remove. Call
6813 frame-set-background-mode instead. All callers changed.
6814 (msdos-face-setup): Don't force color display parameter, it is set
6815 by frame-set-background-mode.
6816 (make-msdos-frame): Call x-handle-reverse-video and
6817 face-set-after-frame-default. Delete frame if creation failed.
6818
6819 * faces.el (face-set-after-frame-default): Don't call
6820 make-face-x-resource-internal for the pc window-system.
6821
6822 1999-08-10 Dave Love <fx@melange.gnu.org>
6823
6824 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6825 case with no docstring specially.
6826
6827 1999-08-09 Eli Zaretskii <eliz@gnu.org>
6828
6829 * complete.el (PC-do-completion): If completing on file name,
6830 reproduce str by concatenating its directory and basename parts.
6831
6832 1999-08-07 Dave Love <fx@gnu.org>
6833
6834 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
6835 unibyte to multibyte conversion of search-forward (from Handa),
6836 but avoid the replacement if the language is Latin-N.
6837
6838 1999-08-06 Richard Stallman <rms@gnu.org>
6839
6840 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6841 of eval-buffer.
6842
6843 * international/mule.el (load-with-code-conversion):
6844 Pass t to eval-buffer for DO-ALLOW-PRINT.
6845
6846 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
6847
6848 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6849 of filenames and attributes.
6850 (ls-lisp-insert-directory): Use directory-files-and-attributes
6851 for speed.
6852
6853 1999-08-05 Dave Love <fx@gnu.org>
6854
6855 * auto-show.el (auto-show-mode): Fix :set.
6856
6857 * widget.el (define-widget-keywords): Make dummy definition and
6858 comment-out its use.
6859
6860 1999-08-04 Richard Stallman <rms@gnu.org>
6861
6862 * progmodes/tcl.el: Customized.
6863
6864 * sql.el (sql-accumulate-and-indent): Instead of testing
6865 whether this is Emacs 20 before calling comint-accumulate,
6866 test whether comint-accumulate is defined.
6867
6868 1999-08-04 Dave Love <fx@gnu.org>
6869
6870 * sgml-mode.el: Require outline when compiling.
6871 (sgml-mode-hook, html-mode-hook): Customize.
6872 (sgml-validate-command): Fix :version.
6873 (html-autoview-mode): Doc fix.
6874
6875 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
6876 nothing in Latin-N environment.
6877
6878 * info.el (Info-find-node): Call info-initialize here.
6879 (info): Not here.
6880 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
6881
6882 1999-08-04 Richard Stallman <rms@gnu.org>
6883
6884 * ansi-color.el: New file.
6885
6886 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
6887
6888 * dired.el (dired-string-replace-match): Return `nil' when no match
6889 found with global search.
6890
6891 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
6892 * terminal.el (te-terminfo-directory):
6893 * mail/mailpost.el (post-mail-send-it):
6894 * mail/metamail.el (metamail-region):
6895 * progmodes/ada-mode.el (ada-tmp-directory):
6896 Use temporary-file-directory.
6897
6898 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
6899 (compilation-filter, compilation-forget-errors)
6900 (compilation-parse-errors): Use a marker instead of an integer for
6901 `compilation-parsing-end'.
6902
6903 * progmodes/diff.el (diff-parse-differences):
6904 Use a marker instead of an integer for `compilation-parsing-end'.
6905 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6906 Use a marker instead of an integer for `compilation-parsing-end'.
6907
6908 1999-08-03 Richard Stallman <rms@gnu.org>
6909
6910 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
6911 (Buffer-menu-mode): Doc fix.
6912 (Buffer-menu-view): New command.
6913 (Buffer-menu-view-other-window): New command.
6914
6915 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
6916
6917 * replace.el (query-replace-regexp-eval)
6918 (replace-eval-replacement, replace-loop-through-replacements)
6919 (replace-match-string-symbols): New functions.
6920 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
6921 Use replace-loop-through-replacements.
6922
6923 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
6924
6925 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
6926 (5x5): Doc fix.
6927
6928 1999-08-03 Dave Love <fx@gnu.org>
6929
6930 * fortran.el (fortran-indent-new-line): Make it an alias
6931 for reindent-then-newline-and-indent.
6932
6933 1999-08-03 Didier Verna <verna@inf.enst.fr>
6934
6935 * rect.el: All functions rewritten, except when noted above
6936 their declaration. Below is a list of interface changes.
6937 (apply-on-rectangle): New function, mostly replaces
6938 `operate-on-rectangle'. All callers changed.
6939 (move-to-column-force): Pass new second argument to `move-to-column'.
6940 (kill-rectangle): Added optional prefix arg to fill lines.
6941 (delete-rectangle): Ditto.
6942 (delete-whitespace-rectangle): Ditto.
6943 (delete-extract-rectangle): Ditto.
6944 (open-rectangle): Ditto.
6945 (clear-rectangle): Ditto.
6946 (delete-whitespace-rectangle-line): New function.
6947 (delete-rectangle-line): Added third arg FILL.
6948 (delete-extract-rectangle-line): Ditto.
6949 (open-rectangle-line): Ditto.
6950 (clear-rectangle-line): Ditto.
6951
6952 1999-08-03 Ray Blaak <blaak@gnu.org>
6953
6954 * progmodes/delphi.el: New file.
6955
6956 1999-08-02 Richard Stallman <rms@gnu.org>
6957
6958 * textmodes/outline.el (outline-previous-heading): New function.
6959 (outline-up-heading-all): Use outline-previous-heading.
6960 (outline-next-heading): Delete definition inserted yesterday.
6961
6962 1999-08-01 Richard Stallman <rms@gnu.org>
6963
6964 * textmodes/outline.el (outline-next-heading): New function.
6965 (outline-up-heading-all): New function.
6966 (outline-font-lock-level): Using outline-up-heading-all.
6967 Tell outline-back-to-heading to accept invisible headings.
6968
6969 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
6970
6971 * mail/mh-utils.el (mh-find-path-run): New variable.
6972 (mh-find-path): Test and set that.
6973 Set mail-user-agent only the first time this function is run.
6974 (mail-user-agent): Defvar deleted.
6975
6976 * info.el (info-initialize): New function.
6977 (info): Call info-initialize.
6978 (Info-directory-list): Initialize to nil,
6979 so info-initialize will set it up for real.
6980
6981 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6982
6983 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
6984 does not interpret a time as the year in a day-month entry.
6985
6986 * calendar/diary-lib.el: Change syntax table entry for colon in
6987 the diary as part of the european-date-diary-pattern fix.
6988
6989 1999-08-01 Eli Zaretskii <eliz@gnu.org>
6990
6991 * international/mule.el (set-auto-coding): Allow whitespace before
6992 and after the "variable: value" pair.
6993
6994 1999-07-30 Ken'ichi Handa <handa@gnu.org>
6995
6996 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
6997 (default-sendmail-coding-system): Doc-string fixed.
6998
6999 1999-07-30 Dave Love <fx@gnu.org>
7000
7001 * subr.el (assoc-delete-all): New function, renamed from
7002 frame-delete-all.
7003
7004 * frame.el: Change comments to doc strings and other doc fixes.
7005 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7006 Callers changed.
7007 (set-background-color, set-foreground-color, set-cursor-color)
7008 (set-mouse-color, set-border-color): Offer completion of colours.
7009 (cursor): Add :version to defgroup.
7010
7011 * facemenu.el (list-colors-display): Make it work on ttys.
7012 (facemenu-read-color): Likewise.
7013
7014 1999-07-30 Richard M. Stallman <rms@gnu.org>
7015
7016 * frame.el (frame-notice-user-settings): If background
7017 color has been changed, update background-mode from it,
7018 then update faces.
7019
7020 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7021
7022 * net-utils.el (finger): Don't do indirect fingering.
7023
7024 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7025
7026 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7027 rules. Add separator at end of holidays.
7028 (cal-tex-rules): New customizable variable.
7029 (cal-tex-latexify-list): Add optional parameter to put separator
7030 at end.
7031
7032 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7033
7034 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7035 fill prefix on each line while looping to the end of paragraph.
7036 End paragraph if it's longer than the existing fill prefix.
7037
7038 * textmodes/fill.el (fill-context-prefix): Doc fix.
7039
7040 1999-07-30 Dave Love <fx@gnu.org>
7041
7042 * font-lock.el (jit-lock): Fix :load, add :version.
7043
7044 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7045
7046 * term/pc-win.el (msdos-face-setup): Register standard colors in
7047 Vface_tty_color_alist.
7048 (face-color-supported-p, face_color_gray_p): New functions.
7049
7050 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7051 is bound.
7052
7053 * startup.el (command-line): Don't register default colors for
7054 MSDOS window-system.
7055
7056 1999-07-29 Dave Love <fx@gnu.org>
7057
7058 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7059 charquote.
7060
7061 * lisp-mode.el (eval-defun): Re-written to avoid
7062 capturing variables.
7063
7064 * picture.el (picture-beginning-of-line): Don't call
7065 hscroll-point-visible now we have real autoscrolling.
7066 (picture-end-of-line, picture-newline, picture-open-line):
7067 Likewise.
7068
7069 * international/latin-8.el: New file.
7070 * international/latin-9.el: New file.
7071
7072 1999-07-28 Dave Love <fx@gnu.org>
7073
7074 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7075
7076 * msb.el: Require cl only when compiling.
7077 (msb--home-dir): Deleted.
7078 (msb--format-title): Use abbreviate-file-name.
7079 (msb--choose-file-menu): Simplify string comparison.
7080
7081 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7082
7083 * faces.el (toolbar): Add face definition for mono displays.
7084
7085 1999-07-27 Richard M. Stallman <rms@gnu.org>
7086
7087 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7088
7089 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7090 force copying of default-frame-alist.
7091
7092 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7093
7094 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7095
7096 1999-07-26 Richard M. Stallman <rms@gnu.org>
7097
7098 * frame.el (set-mouse-color): If new color is nil,
7099 really respecify the current color.
7100
7101 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7102
7103 * faces.el (bitmap-area): Change background of face `bitmap-area'
7104 to white for mono displays.
7105
7106 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7107
7108 * international/ccl.el (ccl-embed-symbol): New function.
7109 (ccl-program-p): Deleted. Now it's implemented in C code.
7110 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7111 (ccl-compile-translate-character): Likewise.
7112 (ccl-compile-map-single): Likewise.
7113 (ccl-compile-multiple-map-function): Likewise.
7114 (declare-ccl-program): Doc-string modified.
7115 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7116
7117 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7118
7119 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7120
7121 1999-07-25 Markus Rost <rost@gnu.org>
7122
7123 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7124 the entries to make custom-file more readable.
7125
7126 1999-07-25 Richard M. Stallman <rms@gnu.org>
7127
7128 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7129
7130 * emacs-lisp/edebug.el: Delete compatibility code.
7131 (edebug-next-token-class): If . is followed by a digit,
7132 return `symbol' for the token class.
7133
7134 * startup.el (command-line): If we don't find the user's init file,
7135 set user-init-file to nil.
7136
7137 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7138
7139 * info-look.el (info-lookup-interactive-arguments): Add optional
7140 argument query for new choice of help mode.
7141 (info-lookup-symbol): Use it.
7142 (info-lookup-file): Ditto.
7143 (info-lookup): Don't switch to other window, if already in Info
7144 buffer.
7145
7146 1999-07-23 Dave Love <fx@gnu.org>
7147
7148 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7149 syntax.
7150 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7151 (fortran-font-lock-syntactic-keywords): New variable.
7152 (fortran-mode): Use it.
7153 (fortran-font-lock-keywords-1): Don't do comments.
7154 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7155 match data.
7156
7157 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7158
7159 * msb.el (msb-menu-bar-update-buffers): Renamed from
7160 menu-bar-update-buffers.
7161 (msb-custom-set, msb--toggle-menu-type): Call
7162 msb-menu-bar-update-buffers.
7163 (msb-mode): Revise the hook setting.
7164
7165 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7166
7167 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7168
7169 * font-lock.el, help.el, simple.el: Re-integrate previously
7170 described changes that were lost due to errors while checking them
7171 in.
7172
7173 1999-07-23 Kevin Blake <kblake@ticnet.com>
7174
7175 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7176
7177 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7178
7179 * international/encoded-kb.el
7180 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7181 but push it to unread-command-events.
7182 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7183 (encoded-kbd-self-insert-sjis): Likewise.
7184 (encoded-kbd-self-insert-big5): Likewise.
7185
7186 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7187 before left margin and fill-prefix by fill-find-break-point.
7188
7189 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7190
7191 * info-look.el (info-lookup-setup-mode): Don't give up, if
7192 info-lookup-make-completions returns an error.
7193 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7194 name latex, not latex2e.
7195
7196 1999-07-21 Richard M. Stallman <rms@gnu.org>
7197
7198 * replace.el (perform-replace): Turn off case-fold-search
7199 if FROM-STRING argument has uppercase in it.
7200
7201 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7202
7203 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7204 mode is on. Don't use end of changed text.
7205
7206 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7207
7208 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7209 (cl-hash-table-p): Renamed from hash-table-p.
7210 (cl-hash-table-count): Renamed from hash-table-count.
7211 (maphash): Alias to cl-maphash removed.
7212 (gethash): Likewise.
7213 (puthash): Likewise.
7214 (remhash): Likewise.
7215 (clrhash): Likewise.
7216
7217 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7218
7219 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7220 third arg non-nil. See comment there why this isn't a good idea.
7221
7222 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7223
7224 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7225
7226 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7227 sit-for with 3rd arg non-nil to prevent redisplay.
7228
7229 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7230
7231 * image.el (image-type-from-file-header): If file doesn't
7232 have a directory part, add data-directory.
7233
7234 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7235
7236 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7237 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7238 motion handling when tooltip-gud-tips-p is nil.
7239
7240 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7241
7242 * tooltip.el (tooltip-mode): Don't use `plusp'.
7243 (tooltip-active): Use initial value of nil.
7244
7245 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7246
7247 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7248
7249 * bindings.el (make-mode-line-mouse-sensitive): Add key
7250 definitions for `top-line'.
7251
7252 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7253
7254 * faces.el (top-line): New face.
7255
7256 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7257
7258 * image.el (image-type-regexps): Add regexp for PS files.
7259
7260 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7261
7262 * faces.el (set-face-attribute): Fix wrong handling of frame
7263 begin equal to t.
7264
7265 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7266
7267 * image.el (image-type-regexps): Add PNG format.
7268
7269 1999-07-21 Dave Love <fx@gnu.org>
7270
7271 * bindings.el (mode-line-modified): New variable.
7272 (mode-line-mode-menu-1): Switch to appropriate window before
7273 showing menu.
7274
7275 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7276
7277 * faces.el (face-underline): Removed.
7278 (face-underline-color): Ditto.
7279
7280 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7281
7282 * faces.el (face-x-resources): Fix typo.
7283
7284 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7285
7286 * faces.el: Remove handling of `:relief', extend handling of
7287 `:box'.
7288 (frame-set-background-mode): Choose new defface specs after
7289 frame parameters have changed.
7290
7291 * cus-face.el: Ditto.
7292
7293 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7294
7295 * custom.el (defface): Extend documentation to include new
7296 face attributes.
7297
7298 * cus-face.el (custom-face-attributes): Add overline,
7299 strike-through, box.
7300
7301 * faces.el (face-valid-attribute-values): Handle overline,
7302 strike-through, box.
7303 (face-attribute-name-alist): Add pairs for new face attributes.
7304 (describe-face): Handle new face attributes.
7305
7306 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7307
7308 * faces.el (face-x-resources): Add overline, strike-through, box.
7309
7310 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7311
7312 * enriched.el (enriched-translations): Add `display' and
7313 "x-display".
7314 (enriched-handle-display-prop): New.
7315 (enriched-decode-display-prop): New.
7316
7317 * format.el (top-level): Give `display' property
7318 `format-list-atomic-p.
7319 (format-annotate-single-property-change): Test that property.
7320 If present, treat list property values like atoms.
7321
7322 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7323
7324 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7325 so that "*" can be entered.
7326
7327 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7328
7329 * cus-face.el (custom-face-attributes): Don't use `#''.
7330
7331 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7332
7333 * cus-face.el (custom-face-attributes): Return underline
7334 face attribute directly from the second lambda of underline.
7335
7336 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7337
7338 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7339
7340 * frame.el (after-setting-font-hooks): New variable.
7341 (set-frame-font): Run those hooks.
7342
7343 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7344
7345 * faces.el (set-face-attribute): Fix doc string.
7346
7347 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7348
7349 * cus-face.el (custom-face-attributes): Accept color name.
7350
7351 * faces.el (face-underline-p): Accept unspecified underlining.
7352 (face-underline): Ditto. Fix doc string.
7353
7354 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7355
7356 * faces.el (face-underline-color): New function.
7357
7358 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7359
7360 * cus-face.el (custom-face-attributes): Support underline coloring.
7361 Added slot to choose a color.
7362
7363 * faces.el (face-underline): New function.
7364 (face-underline-p): Support underline coloring.
7365 Return nil only if the underline attribute is 'normal.
7366 (set-face-underline): New function.
7367 (face-valid-attribute-values): Support underline coloring.
7368
7369 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7370
7371 * image.el (insert-image): Use `display' instead of `glyph'
7372 as text property name.
7373 (put-image): Ditto.
7374 (image-type-from-file-header): Use insert-file-contents-literally.
7375
7376 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7377
7378 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7379 string to indicate separators.
7380
7381 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7382
7383 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7384 instead of message-log.
7385
7386 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7387
7388 * faces.el (bitmap-area): New face.
7389
7390 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7391
7392 * image.el (insert-image): New.
7393
7394 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7395
7396 * frame.el (blink-cursor): Set the symbol's value.
7397 (show-trailing-whitespace): Change group to font-lock.
7398
7399 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7400
7401 * jit-lock.el: New.
7402 * font-lock.el: Add jit-mode as new support mode.
7403
7404 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7405 reaching end instead of letting re-search-forward signal an error.
7406 (demand-lock-mode): New.
7407 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7408 (font-lock-turn-off-thing-lock): Ditto.
7409 (font-lock-after-fontify-buffer): Ditto.
7410 (font-lock-after-unfontify-buffer): Ditto.
7411
7412 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7413
7414 * gs.el: New file.
7415
7416 * startup.el (command-line-1): Activate tooltip mode if
7417 interactive.
7418
7419 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7420
7421 * faces.el (toolbar): Grey default background.
7422 (modeline): Ditto.
7423
7424 * image.el (image-type-regexps): New.
7425 (image-type-from-file-header): New.
7426 (create-image): Call it.
7427
7428 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7429
7430 * image.el: New file.
7431
7432 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7433
7434 * bindings.el (mode-line-format): Replace `mode-name' with
7435 `(:eval mode-line-mode-name)'.
7436 (mode-line-mode-name): New.
7437 (make-mode-line-mouse-sensitive): Don't change default value
7438 of `mode-name'.
7439
7440 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7441
7442 * tooltip.el: New file.
7443
7444 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7445
7446 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7447 instead of mouse-3 to pop up menus.
7448 (mode-line-kill-buffer): Removed.
7449 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7450 buffer name.
7451 (mode-line-buffer-menu-1): Removed.
7452
7453 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7454
7455 * bindings.el (mode-line-buffer-identification-keymap): New.
7456 (mode-line-buffer-menu-keymap): New.
7457 (mode-line-mode-menu-keymap): New.
7458 (mode-line-unbury-buffer): New.
7459 (mode-line-other-buffer): New.
7460 (mode-line-kill-buffer): New.
7461 (mode-line-buffer-menu-1): New.
7462 (mode-line-mode-menu-1): New.
7463 (make-mode-line-mouse-sensitive): New.
7464
7465 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7466
7467 * help.el (describe-key-briefly): Handle mode line strings
7468 with local-map properties.
7469 (describe-key): Ditto.
7470 (mode-line-key-binding): New.
7471
7472 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7473
7474 * scroll-bar.el (scroll-bar-timer): New.
7475 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7476
7477 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7478
7479 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7480 and `bottom'.
7481
7482 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7483
7484 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7485 (global): Use different key bindings if using tookit scroll bars.
7486
7487 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7488
7489 * faces.el (modeline): Define mode line face with relief for
7490 class color, only.
7491 (toolbar): New face.
7492
7493 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7494
7495 * frame.el (frame-initialize): Set frame-creation-function to
7496 tty-create-frame-with-faces.
7497
7498 * faces.el (frame-set-background-mode): Make it work for
7499 window-system nil.
7500
7501 * faces.el (tty-create-frame-with-faces): New.
7502 (face-set-after-frame-default): Make it work for TTY frames.
7503
7504 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7505
7506 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7507 Return a list of one font family for TTYs. Don't return bitmap
7508 file paths for TTY frames.
7509
7510 * faces.el: Add face specs for tty displays to basic faces.
7511
7512 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7513 (font-lock-string-face): Ditto.
7514 (font-lock-keyword-face): Ditto.
7515 (font-lock-builtin-face): Ditto.
7516 (font-lock-function-name-face): Ditto.
7517 (font-lock-variable-name-face): Ditto.
7518 (font-lock-type-face): Ditto.
7519 (font-lock-constant-face): Ditto.
7520 (font-lock-warning-face): Ditto.
7521
7522 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7523
7524 * startup.el (command-line): Register default tty colors.
7525
7526 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7527
7528 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7529
7530 * faces.el (modeline): For X frames, use a modeline with relief.
7531
7532 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7533
7534 * faces.el (frame-update-faces): Copied from 20.2.
7535 (frame-update-face-colors): Ditto. Code removed that isn't
7536 applicable in the new face implementation.
7537
7538 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7539
7540 * frame.el (show-trailing-whitespace): New.
7541
7542 * faces.el (trailing-whitespace): New basic face.
7543
7544 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7545
7546 * cus-face.el (custom-facep): Always define as alias for facep.
7547
7548 * cus-face.el (custom-face-attributes): Use choice widgets.
7549 Remove :bold and :italic.
7550
7551 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7552
7553 * faces.el (face-charset-registries): Removed since fontset.el
7554 is no always loaded.
7555
7556 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7557
7558 * faces.el (internal-get-face): Added as obsolete function for
7559 compatibility.
7560
7561 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7562
7563 * frame.el (blink-cursor-end): Call show-cursor.
7564 (blink-cursor-mode): Ditto.
7565
7566 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7567
7568 * faces.el (face-spec-reset-face): Reset all attributes to
7569 `unspecified'.
7570 (face-spec-set): Use it.
7571
7572 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7573
7574 * faces.el (read-all-face-attributes): Bug fix.
7575 (face-read-integer): Allow nil default value.
7576 (face-valid-attribute-values): Use symbol names of attribute
7577 values for completion list.
7578
7579 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7580
7581 * faces.el (internal-find-face): Define for compatibility with
7582 20.2.
7583 (face-id): Likewise.
7584
7585 * faces.el (face-id): Return the ID of a realized face for ASCII.
7586
7587 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7588 (x-complement-fontset-spec): Use face-charset-registries.
7589
7590 * faces.el (face-font-selection-order): Set font selection order
7591 from Lisp.
7592 (face-alternative-font-family-alist): Set alternative font
7593 families from Lisp.
7594
7595 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7596
7597 * faces.el (set-face-charset-registries): Set symbol value.
7598
7599 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7600
7601 * faces.el (face-set-after-frame-default): Call function
7602 internal-merge-in-global-face.
7603
7604 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7605
7606 * faces.el (face-list): Return symbols from face-global-alist.
7607
7608 * faces.el (face-list): Return a copy of the face name list so
7609 that it cannot be modified from outside (facemenu.el uses
7610 nreverse, for example).
7611
7612 * cus-face.el (custom-face-attributes): Add :bold and :italic
7613 for compatibility with old code.
7614
7615 * faces.el (set-face-attributes-from-resources): Additional
7616 frame parameter.
7617 (make-face-x-resource-internal): Set attributes from resources
7618 for a given frame or all frames.
7619
7620 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7621
7622 * faces.el (all-faces): Removed.
7623
7624 * custom.el (defface): Add new face attributes to function
7625 comment.
7626
7627 * font-lock.el (font-lock-comment-face): Use new face attribute
7628 names.
7629 (font-lock-string-face): Ditto.
7630 (font-lock-keyword-face): Ditto.
7631 (font-lock-builtin-face): Ditto.
7632 (font-lock-function-name-face): Ditto.
7633 (font-lock-variable-name-face): Ditto.
7634 (font-lock-type-face): Ditto.
7635 (font-lock-reference-face): Ditto.
7636 (font-lock-warning-face): Ditto.
7637 ((boundp 'font-lock-face-attributes)): Ditto.
7638
7639 * cus-face.el (custom-face-attributes): Use new face attributes.
7640
7641 * faces.el (set-face-attribute-from-resource): Initialize
7642 from resources only for X and W32.
7643
7644 * cus-face.el (custom-declare-face): Don't make frame-local
7645 faces.
7646
7647 * faces.el (describe-face): Use princ instead of insert.
7648
7649 * faces.el: Add XLFD manipulation functions from 20.2 again
7650 because fontset.el uses them.
7651 (face-set-after-frame-default): Add empty definition.
7652
7653 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7654
7655 * faces.el (make-face): Correct typo.
7656 (set-face-attribute-from-resource): Use let*.
7657 (face-underline-p): Correct typo.
7658 (face-inverse-video-p): Ditto.
7659 (set-face-stipple): Ditto.
7660 (face-read-string): Make completion-list optional parameter.
7661
7662 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7663
7664 * faces.el (face-charset-registries): Alist mapping charset
7665 symbols to registries and encoding.
7666
7667 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7668
7669 * frame.el (blink-cursor-mode): Use interactive spec "P".
7670
7671 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7672
7673 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7674 mode. The cursor of selected_window blinks if the mode is enabled.
7675
7676 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7677
7678 * simple.el (next-history-element): Set point to the end of the
7679 prompt if minibuffer-prompt-in-buffer.
7680
7681 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7682
7683 * faces.el (x-font-regexp): Add sub-expression parentheses for
7684 several font name components.
7685
7686 1999-07-21 Gerd Moellmann <gerd@acm.org>
7687
7688 * faces.el (set-face-relief): Use index 12 for relief.
7689 (face-fill-in): Set relief from data.
7690 (internal-make-face): Init relief to zero.
7691
7692 * faces.el (face-spec-set): Call modify-face with additional
7693 parameters for relief and fixed-p.
7694
7695 1999-07-21 Gerd Moellmann <gerd@acm.org>
7696
7697 * cus-face.el: ':fixed and ':relief added.
7698
7699 * faces.el (describe-face): Add fixed font attribute and relief.
7700 (face-attr-match-p): Ditto.
7701 (face-attr-construct): Ditto.
7702 (face-spec-set): Ditto.
7703
7704 1999-07-21 Gerd Moellmann <gerd@acm.org>
7705
7706 * faces.el (internal-make-face): Function to create a Lisp vector
7707 suitable for representing a face.
7708 (make-face): Use it instead of make-vector.
7709 (x-create-frame-with-faces): Use it instead of vector.
7710 (internal-facep): Increase vector size to 14.
7711 (internal-make-face): Ditto.
7712 (face-relief): Access relief thickness.
7713 (face-fixed-p): Access fixed font attribute.
7714 (set-face-fixed-p): Set fixed font attribute.
7715 (set-face-relief): Set relief attribute.
7716 (internal-face-interactive-int): Read int attribute of face.
7717 (modify-face): Add fixed-p and relief parameters.
7718 (copy-face): Handle fixed-p and relief.
7719 (face-equal): Compare fixed-p and relief.
7720 (face-differs-from-default-p): Ditto.
7721 (face-nontrivial-p): Add fixed-p and relief.
7722
7723 1999-07-21 Gerd Moellmann <gerd@acm.org>
7724
7725 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7726 (internal-facep): Increase vector size.
7727 (make-face): Ditto.
7728 (face-shadow-thickness): Added.
7729 (set-face-shadow-thickness): Added.
7730 (modify-face): Add optional shadow-thickness parameter.
7731 (make-face-x-resource-internal): Add shadows.
7732 (copy-face): Ditto.
7733 (face-equal): Ditto.
7734 (face-differs-from-default-p): Ditto.
7735 (face-nontrivial-p): Ditto.
7736 (face-attr-match-p): Ditto.
7737 (face-attr-construct): Ditto.
7738 (face-spec-set): Ditto.
7739 (face-fill-in): Ditto.
7740
7741 1999-07-21 Gerd Moellmann <gerd@acm.org>
7742
7743 * bench.el (bench-mark-split-window): New bench mark.
7744
7745 1999-07-21 Gerd Moellmann <gerd@acm.org>
7746
7747 * faces.el (set-face-font): Don't pass default font to
7748 x-resolve-font so that font will not have to be of the same
7749 size.
7750
7751 1999-07-20 Dave Love <fx@gnu.org>
7752
7753 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7754 unconditionally t.
7755
7756 1999-07-20 Karl Heuer <kwzh@gnu.org>
7757
7758 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7759
7760 1999-07-20 Dave Love <fx@gnu.org>
7761
7762 * help.el (describe-variable): Fix test for customizability.
7763
7764 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7765 Check for readonly buffer in interactive spec.
7766 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7767 (backward-kill-word): Add * to interactive spec.
7768
7769 * underline.el (underline-region, ununderline-region): Add * to
7770 interactive spec.
7771
7772 * fill.el (canonically-space-region, justify-current-line): Add *
7773 to interactive spec.
7774 (fill-region-as-paragraph, fill-paragraph, fill-region)
7775 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7776 readonly buffer in interactive spec.
7777
7778 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7779 (backward-kill-sentence, kill-sentence): Add * to interactive
7780 spec.
7781
7782 1999-07-19 Richard M. Stallman <rms@gnu.org>
7783
7784 * dired-aux.el (dired-do-shell-command): Doc fix.
7785
7786 * shell.el (shell-unquote-argument): New function.
7787 (shell-directory-tracker): Use shell-unquote-argument.
7788 * comint.el (comint-arguments): Handle \ followed by space or tab.
7789
7790 1999-07-19 John Wiegley <jwiegley@borland.com>
7791
7792 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7793 color codes 39 and 49, which by the way lynx uses them seem to
7794 mean "foreground reset" and "background reset".
7795
7796 1999-07-19 Karl Heuer <kwzh@gnu.org>
7797
7798 * font-lock.el (c++-keywords): Add "typeid".
7799
7800 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7801 selects no font, treat that as zero selections, not one.
7802
7803 1999-07-19 Dave Love <fx@gnu.org>
7804
7805 * info.el (Info-search): Don't lose with empty regexp.
7806
7807 * version.el: Cater for (free) `ident' program, not `which'.
7808
7809 * hl-line.el: New file.
7810
7811 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7812 for modes which don't define menus.
7813
7814 1999-07-16 Richard M. Stallman <rms@gnu.org>
7815
7816 * webjump.el (webjump-sample-sites): Update some URLs.
7817
7818 1999-07-14 Richard Stallman <rms@gnu.org>
7819
7820 * Version 20.4 released.
7821
7822 1999-07-14 Andreas Schwab <schwab@gnu.org>
7823
7824 * compare-w.el (compare-windows): Try to find the next window in
7825 the current frame before looking at the other frames.
7826
7827 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
7828
7829 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7830 Use cyrillic-jcuken as default input method.
7831
7832 1999-07-12 Richard Stallman <rms@gnu.org>
7833
7834 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7835 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7836
7837 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7838 (ispell-local-dictionary-alist): Add koi8-r for character set.
7839
7840 * textmodes/flyspell.el (flyspell-get-word):
7841 Add special handling for when ispell-otherchars is empty.
7842
7843 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
7844
7845 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7846 when having nested functons.
7847 (pascal-indent-nested-functions) (pascal-indent-line)
7848 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7849 indenting nested functions.
7850
7851 1999-07-09 Richard Stallman <rms@gnu.org>
7852
7853 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7854
7855 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
7856
7857 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
7858 the `end' keyword was in the very beginning of the buffer.
7859
7860 1999-07-08 Richard Stallman <rms@gnu.org>
7861
7862 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
7863
7864 * term.el (term-emulate-terminal): Avoid infinite loop
7865 in strange case where minibuffer window is selected but not active.
7866
7867 1999-07-07 Stephen Eglen <stephen@gnu.org>
7868
7869 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
7870 Change regexp so that it doesn't match commands beginning with `cd'.
7871
7872 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7873
7874 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
7875
7876 1999-07-06 Richard Stallman <rms@gnu.org>
7877
7878 * hscroll.el (hscroll-minibuffer-hook): New function.
7879 (hscroll-global-mode): Add and remove that hook.
7880 Set hscroll-old-truncate-was-global's default value.
7881
7882 1999-07-05 Richard Stallman <rms@gnu.org>
7883
7884 * files.el (revert-buffer): Don't preserve point here.
7885 (revert-buffer-insert-file-contents-function): Doc fix.
7886
7887 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
7888
7889 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
7890 doing a `stat' when it isn't necessary because that can cause
7891 trouble when an NFS server is down.
7892
7893 1999-07-04 Richard Stallman <rms@gnu.org>
7894
7895 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
7896
7897 1999-07-03 Richard Stallman <rms@gnu.org>
7898
7899 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
7900 for \200...\240 also.
7901 (isearch-printing-char): Use unibyte-char-to-multibyte.
7902
7903 1999-07-02 Richard Stallman <rms@gnu.org>
7904
7905 * frame.el (minibuffer-frame-alist): Use defcustom.
7906 (pop-up-frame-alist): Likewise.
7907 (initial-frame-alist): Specify * in the doc string.
7908
7909 * hscroll.el (hscroll-mode): Make it a permanent local.
7910 (hscroll-mode): Don't cancel the timer
7911 if HScroll mode is enabled in some other buffer.
7912
7913 * isearch.el (isearch-done): If search ends in middle of intangible
7914 text (due to text property), move on to the limit of that text.
7915
7916 1999-07-01 Andrew Innes <andrewi@gnu.org>
7917
7918 * man.el (Man-build-man-command): Use value of null-device,
7919 instead of hard-coding "/dev/null".
7920
7921 * dos-w32.el (untranslated-canonical-name): Avoid expanding
7922 ange-ftp file names, which might force ange-ftp to prompt for a
7923 password.
7924
7925 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
7926 to prevent references to temp files.
7927
7928 1999-06-30 Richard Stallman <rms@gnu.org>
7929
7930 * progmodes/sh-script.el (sh-feature): If nothing is known
7931 about the given shell, use the values for `sh'.
7932
7933 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
7934
7935 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
7936 to make it non-recursive.
7937
7938 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
7939
7940 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7941
7942 * auto-show.el (auto-show-mode): Fix Typo in :set.
7943
7944 1999-06-29 Richard M. Stallman <rms@gnu.org>
7945
7946 * progmodes/sh-script.el (sh-mode): When setting syntax
7947 table, default to the standard one.
7948
7949 1999-06-27 Richard M. Stallman <rms@gnu.org>
7950
7951 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
7952
7953 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
7954
7955 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
7956 a frame when `return' is requested (even if pop-up-frames = t)
7957 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
7958 should only be set for the bibtex buffer.
7959
7960 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
7961
7962 * progmodes/compile.el: Deal with compilation-error-screen-columns
7963 being buffer-local.
7964
7965 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7966
7967 * comint.el (comint-password-prompt-regexp): Allow "(again)".
7968
7969 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7970
7971 * cal-x.el (calendar-only-one-frame-setup): New function.
7972 * calendar.el (calendar): Call it if requested.
7973
7974 1999-06-24 Karl Heuer <kwzh@gnu.org>
7975
7976 * startup.el (iso-8859-n-locale-regexp): Doc fix.
7977
7978 1999-06-22 Richard M. Stallman <rms@gnu.org>
7979
7980 * mail/supercite.el (sc-emacs-features): Doc fix.
7981
7982 1999-06-22 Karl Heuer <kwzh@gnu.org>
7983
7984 * files.el (auto-mode-alist): Add pike-mode.
7985
7986 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
7987
7988 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
7989 last byte of a numeric field is a space or a NUL. Parse it as
7990 potentially part of the number. This is used by GNU tar
7991 1.12.64012 to handle larger values.
7992
7993 1999-06-20 Karl Heuer <kwzh@gnu.org>
7994
7995 * custom.el (custom-handle-keyword): Fix error message.
7996
7997 1999-06-18 Andrew Innes <andrewi@gnu.org>
7998
7999 * mail/smtpmail.el (smtpmail-send-it): Use
8000 convert-standard-filename to make file names for queued mail safe
8001 on Windows (`:' is invalid in file names on Windows).
8002
8003 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8004
8005 * international/mule-cmds.el (describe-current-input-method):
8006 Current-input-method is string.
8007 (toggle-input-method): Docstring fixed.
8008
8009 * international/mule-diag.el
8010 (describe-current-coding-system-briefly): Fix format string.
8011
8012 * international/mule-util.el (coding-system-eol-type-mnemonic):
8013 Docstring modified. Return a string.
8014
8015 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8016
8017 * sql.el (sql-input-ring-file-name): Doc fix.
8018
8019 1999-06-17 Richard M. Stallman <rms@gnu.org>
8020
8021 * calendar/cal-x.el (special-display-buffer-names):
8022 Don't put (get-file-buffer diary-file) on this list.
8023
8024 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8025
8026 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8027 Don't penalize player for certain impossible guesses.
8028
8029 1999-06-16 Andrew Innes <andrewi@gnu.org>
8030
8031 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8032 return the string "Unk 0 0000" so at least it appears to be a
8033 valid timestamp to `dired-move-to-filename-regexp'.
8034
8035 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8036
8037 * ps-print.el (ps-control-character): Fix previous change.
8038
8039 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8040
8041 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8042 multiple output of the last message.
8043
8044 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8045
8046 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8047 the ASCII apostrophe, as most DOS codepages have some other glyph
8048 there.
8049
8050 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8051
8052 * language/ethio-util.el (setup-ethiopic-environment-internal):
8053 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8054 (exit-ethiopic-environment): Likewize.
8055
8056 1999-06-12 Richard M. Stallman <rms@gnu.org>
8057
8058 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8059
8060 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8061
8062 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8063 custom-initialize-default to avoid infinite loop.
8064 (crisp-mode): (defun) Call transient-mark-mode here, not when
8065 loading the file. Run crisp-mode-hook here, and run
8066 crisp-load-hook when loading the file.
8067
8068 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8069 rmail-summary buffer, search for pattern in rmail-file.
8070
8071 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8072
8073 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8074
8075 * ps-print.el (ps-printer-name): Fix custom type.
8076
8077 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8078
8079 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8080 (vhdl-port-paste-generic-map): Fix indentation bug.
8081 (vhdl-port-paste-port-map): Fix indentation bug.
8082 (vhdl-scan-file-contents): Make scanning case insensitive.
8083
8084 1999-06-11 Richard M. Stallman <rms@gnu.org>
8085
8086 * files.el (write-file): When buffer is not already visiting a file,
8087 don't put buffer name in the minibuffer, just make it the default.
8088 Also handle just directory as arg usefully in that case.
8089
8090 * simple.el (sendmail-user-agent-compose):
8091 Ignore case when inserting the rest of the "other" headers.
8092
8093 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8094
8095 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8096 (info-lookup-interactive-arguments): Never insert the default
8097 into the minibuffer automatically.
8098
8099 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8100
8101 1999-06-09 Richard M. Stallman <rms@gnu.org>
8102
8103 * simple.el (shell-command): Avoid printing "mark set" message.
8104
8105 1999-06-09 Dave Love <fx@gnu.org>
8106
8107 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8108 digits in program name in first pattern.
8109
8110 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8111
8112 * vc.el (vc-dired-mode): Don't match anything before the date in
8113 dired-move-to-filename-regexp.
8114
8115 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8116
8117 * international/quail.el (quail-define-rules): Fix typo in
8118 docstring.
8119
8120 1999-06-05 Stephen Eglen <stephen@gnu.org>
8121
8122 * iswitchb.el (iswitchb-default-keybindings): Add
8123 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8124 than when package is loaded.
8125
8126 1999-06-04 Richard M. Stallman <rms@gnu.org>
8127
8128 * startup.el (command-line): Don't set user-init-file directly;
8129 tell `load' to set it.
8130
8131 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8132
8133 * simple.el (next-history-element):
8134 Handle minibuffer-text-before-history properly when reading sexps.
8135
8136 * disp-table.el (standard-display-european):
8137 For an interactive call by the user,
8138 don't set enable-multibyte-characters,
8139 and don't set the terminal coding system.
8140
8141 * textmodes/refbib.el: Don't print any messages or display
8142 a buffer when loading the library.
8143 (r2b-help): Doc fix.
8144 (r2b-help-message): Update the documentation.
8145 (r2b-load-quietly): Variable deleted.
8146 (r2b-convert-buffer): Doc fix.
8147
8148 1999-06-04 Dave Love <fx@gnu.org>
8149
8150 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8151
8152 * auto-show.el: Don't change hooks on loading.
8153 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8154 (auto-show-mode): Add to hooks here.
8155
8156 1999-06-04 Richard Sharman <rsharman@pobox.com>
8157
8158 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8159 recursion on bogus input.
8160
8161 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8162
8163 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8164 does not select a buffer from the buffers menu, then the attached
8165 frame is not switched to anything.
8166
8167 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8168
8169 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8170 (viet-viscii-...->viet-vscii...).
8171
8172 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8173
8174 1999-06-01 Dave Love <fx@gnu.org>
8175
8176 * progmodes/fortran.el: Add :link to defgroup.
8177 (fortran-blink-matching-if): Match ELSE statements too.
8178 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8179 that filling is always done.
8180
8181 1999-05-31 Richard M. Stallman <rms@gnu.org>
8182
8183 * simple.el (append-next-kill): Use an arg to distinguish
8184 interactive calls from Lisp calls, rather than (interactive-p).
8185
8186 * international/iso-transl.el (iso-transl-language-alist):
8187 Interchange n and N.
8188
8189 1999-05-31 Dave Love <fx@gnu.org>
8190
8191 * msb.el Add to minor-mode-map-alist. Remove hook installation
8192 and keymap munging on load.
8193 (msb-mode): New option.
8194 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8195 Doc fix.
8196 (msb-mode-map): New variable.
8197 (msb-mode): New command.
8198
8199 1999-05-31 Dave Love <fx@gnu.org>
8200
8201 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8202 (ispell-complete-word-dict): Likewise.
8203
8204 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8205
8206 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8207 force the data buffer to be saved, even if the data didn't
8208 change, in case the write filter was modified. Restore the
8209 current record after read-file-filter finishes.
8210
8211 1999-05-29 Karl Heuer <kwzh@gnu.org>
8212
8213 * ispell4.el: Obsolete; file deleted.
8214
8215 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8216
8217 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8218 VALUE is a syntax table.
8219
8220 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8221
8222 * simple.el (zap-to-char): Doc fix.
8223
8224 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8225
8226 * isearch.el (isearch-quote-char): Don't assume character codes
8227 0200 - 0237 stand for characters in some single-byte character
8228 charset.
8229
8230 1999-05-27 Dave Love <fx@gnu.org>
8231
8232 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8233
8234 1999-05-27 Andreas Schwab <schwab@gnu.org>
8235
8236 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8237 headerline does not exist already.
8238
8239 1999-05-26 Richard Stallman <rms@gnu.org>
8240
8241 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8242 Avoid nested null-loops.
8243
8244 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8245
8246 * international/characters.el: Typo fixed; prefered->preferred.
8247
8248 * international/mule-cmds.el (find-coding-systems-for-charsets):
8249 Typo fixed; prefered->preferred.
8250
8251 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8252 method in read-event.
8253
8254 * international/mule.el (charset-info): Doc-string fixed.
8255
8256 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8257
8258 * mail/smtpmail.el (smtpmail-send-it): Bind
8259 smtpmail-code-conv-from properly.
8260 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8261 by smtpmail-code-conv-from.
8262
8263 1999-05-24 Richard Stallman <rms@gnu.org>
8264
8265 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8266 Binding deleted also.
8267
8268 1999-05-24 Karl Heuer <kwzh@gnu.org>
8269
8270 * comint.el (comint-bol-or-process-mark): Doc fix.
8271
8272 1999-05-23 Dave Love <fx@gnu.org>
8273
8274 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8275 Enter it on minor-mode-map-alist.
8276 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8277 Autoload. Add custom setter.
8278 (crisp-mark-line): Doc fix.
8279 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8280 (crisp-mode-hook): Define.
8281
8282 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8283
8284 * files.el (recover-file): Recover buffer-file-coding-system.
8285
8286 1999-05-22 Richard Stallman <rms@gnu.org>
8287
8288 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8289 regexp match the date, to avoid treating date as file size.
8290 Add YYYY S option to WESTERN/
8291
8292 * bookmark.el: Delete some XEmacs compatibility code.
8293 (bookmark-jump-noselect): Check vc-backend.
8294
8295 * subr.el (add-to-list): Doc fix.
8296
8297 1999-05-21 Stephen Eglen <stephen@gnu.org>
8298
8299 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8300
8301 1999-05-18 Richard Stallman <rms@gnu.org>
8302
8303 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8304 non-space after the @anchor command.
8305 (texinfo-format-var): Handle other nested constructs, using
8306 texinfo-parse-expanded-arg and texinfo-discard-command, not
8307 texinfo-parse-arg-discard.
8308
8309 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8310 (debug): Bind and use debugger-outer-inhibit-redisplay.
8311 Bind inhibit-redisplay to nil.
8312 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8313
8314 1999-05-17 Dave Love <fx@gnu.org>
8315
8316 * help.el (describe-function-1): Extra arg, interactive-p.
8317 (describe-key, describe-function): Use it.
8318
8319 1999-05-17 Karl Heuer <kwzh@gnu.org>
8320
8321 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8322
8323 1999-05-16 Dave Love <fx@gnu.org>
8324
8325 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8326 scroll-preserve-screen-position, scroll-conservatively.
8327
8328 1999-05-16 Dave Love <fx@gnu.org>
8329
8330 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8331
8332 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8333
8334 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8335
8336 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8337
8338 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8339 magic number and is not associated with a file.
8340
8341 1999-05-14 Richard M. Stallman <rms@gnu.org>
8342
8343 * files.el (find-file-noselect-1): Fix previous change.
8344
8345 1999-05-14 Simon Marshall <simon@gnu.org>
8346
8347 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8348
8349 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8350
8351 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8352 docstring.
8353
8354 * international/mule-cmds.el: Change MULE to Mule in docstrings
8355 and menus.
8356
8357 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8358
8359 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8360 to correctly reflect the value of BaseLineOffset in
8361 RelativeCompose. Now the value of RelativeCompose is an array of
8362 low and high positions.
8363 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8364 RLC for the above change.
8365
8366 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8367
8368 * comint.el (comint-password-prompt-regexp): Modified to match the
8369 output of ksu and ssh-add.
8370
8371 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8372
8373 * language/korea-util.el (isearch-toggle-korean-input-method):
8374 Adjusted for the change of input method handling in isearch.el.
8375 (isearch-hangul-switch-symbol-ksc): Likewise.
8376 (isearch-hangul-switch-hanja): Likewise.
8377
8378 1999-05-10 Dave Love <fx@gnu.org>
8379
8380 * help.el (help-make-xrefs): Fix typo.
8381
8382 1999-05-10 Andreas Schwab <schwab@gnu.org>
8383
8384 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8385 unibyte-display-via-language-environment.
8386
8387 * help.el (help-make-xrefs): Handle more cases when looking for
8388 commands in a keymap description.
8389
8390 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8391
8392 * loadup.el: For ms-dos systems, load ccl and codepage.
8393
8394 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8395
8396 * ps-print.el (ps-control-character): Call
8397 ps-mule-prepare-ascii-font to setup ASCII fonts.
8398
8399 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8400 ps-multibyte-buffer is nil, use
8401 ps-mule-font-info-database-default."
8402
8403 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8404
8405 * ispell.el (ispell-local-dictionary-alist): New variable for
8406 customizing local dictionaries not accessable by everyone.
8407 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8408 (ispell-required-version): Changed format `(major minor
8409 revision)' to support general pattern matching.
8410 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8411 skip region commented out due to incorrect skip potential in std latex.
8412 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8413 cursor point on small words for calls from `ispell-minor-mode'.
8414 (check-ispell-version): Tests and accepts versions major.minor
8415 and above, with adjustments for interactions in 3.1.0-3.1.11.
8416 (ispell-get-line): No longer skips ispell process special characters.
8417 (ispell-comments-and-strings): Removed `when' macro call.
8418 (ispell-minor-check): Requires ispell-word to restore cursor point.
8419 (ispell-buffer-local-parsing): Supports checking comments only.
8420
8421 1999-05-08 Karl Heuer <kwzh@gnu.org>
8422
8423 * comint.el (comint-password-prompt-regexp): Fix last change to be
8424 more specific.
8425
8426 1999-05-07 Richard M. Stallman <rms@gnu.org>
8427
8428 * subr.el (with-temp-message): Fix the other call to message
8429 to use %s.
8430
8431 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8432
8433 * gud.el (gud-format-command): "%F" means file sans extension.
8434 (jdb): Use %F, not %f, for gud-break.
8435
8436 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8437
8438 * comint.el (comint-password-prompt-regexp): Modified so that it
8439 matches the output of kinit.
8440
8441 1999-05-06 Greg Stark <gsstark@mit.edu>
8442
8443 * timezone.el (timezone-parse-date): Recognize new format used in
8444 internet cookies.
8445
8446 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8447
8448 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8449
8450 1999-05-04 Andrew Innes <andrewi@gnu.org>
8451
8452 * time.el (display-time-update): Allow for wrap-around when
8453 checking against display-time-server-down-time.
8454
8455 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8456
8457 * international/mule-diag.el (describe-coding-system): Fix English
8458 message.
8459
8460 1999-05-03 Jason Rumney <jasonr@altavista.net>
8461
8462 * term/w32-win.el: Change the x-charset-registry property for the
8463 Japanese charsets that are supported by Japanese Windows fonts.
8464
8465 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8466
8467 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8468 diary-block diary entries for which the reminders and the diary
8469 entries can overlap.
8470
8471 1999-05-02 Jason Rumney <jasonr@altavista.net>
8472
8473 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8474 matches the font selected in the dialog.
8475
8476 1999-05-02 Dave Love <fx@gnu.org>
8477
8478 * browse-url.el (browse-url-browser-function): Add :version.
8479
8480 * international/mule.el (auto-coding-alist): Add .tgz.
8481
8482 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8483
8484 * international/codepage.el (cp-coding-system-for-codepage-1):
8485 Make the magnification parameter for the -dos encoder be 2.
8486
8487 1999-05-2 Andrew Innes <andrewi@gnu.org>
8488
8489 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8490 it is dropped, rather than current window.
8491
8492 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8493 after switching buffer, as case-fold-search is a buffer local
8494 variable.
8495
8496 * w32-fns.el (convert-standard-filename): Only convert directory
8497 separators to backslash if the interactive shell is one of the
8498 standard Windows shells that has DOS semantics.
8499
8500 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8501 format-time-string, and return a suitable string to indicate the
8502 timestamp was invalid.
8503
8504 * hexl.el (hexlify-command): Apply shell-quote-argument after
8505 expanding hexl-program in case exec-directory contains a space.
8506 (dehexlify-command): Ditto.
8507
8508 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8509 file extension regexps which aren't necessarily binary files.
8510 (direct-print-region-helper): Use subst-char-in-string instead of
8511 binding directory-sep-char to convert filenames to DOS syntax.
8512 (direct-print-region-use-command-dot-com): New variable.
8513 (direct-print-region-helper): Use it to control whether to invoked
8514 command.com to print on Windows 9x.
8515
8516 * browse-url.el (browse-url-browser-function): Default to
8517 browse-url-default-windows-browser on windows-nt.
8518 (browse-url-default-windows-browser): New function.
8519
8520 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8521
8522 * forms.el (forms-mode): Don't call forms-first-record or
8523 forms-last-record if the data file has zero records.
8524
8525 1999-04-29 Richard M. Stallman <rms@gnu.org>
8526
8527 * files.el (find-file-noselect-1): If buffer-file-name has changed
8528 after find-file-not-found-hooks runs, recompute the truename.
8529 And don't use FILENAME after that point.
8530
8531 1999-04-27 Dave Love <fx@gnu.org>
8532
8533 * paren.el (show-paren-mode)
8534 * which-func.el (which-func-mode-global)
8535 * type-break.el (type-break-mode)
8536 * time.el (display-time-mode)
8537 * rsz-mini.el (resize-minibuffer-mode)
8538 * mouse-sel.el (mouse-sel-mode)
8539 * icomplete.el (icomplete-mode)
8540 * hscroll.el (hscroll-global-mode)
8541 * help.el (temp-buffer-resize-mode)
8542 * font-lock.el (global-font-lock-mode)
8543 * delsel.el (delete-selection-mode)
8544 * avoid.el (mouse-avoidance-mode)
8545 * autoinsert.el (auto-insert-mode)
8546 * winner.el (winner-mode): Doc fix.
8547
8548 1999-04-26 Karl Heuer <kwzh@gnu.org>
8549
8550 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8551 the same whitespace that was ignored in choosing the subject string.
8552
8553 1999-04-26 Richard M. Stallman <rms@gnu.org>
8554
8555 * info.el (Info-find-node): Position properly after finding anchor.
8556
8557 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8558
8559 * simple.el (indent-new-comment-line): Fix previous change.
8560
8561 * complete.el: Delete the wildcard expansion feature
8562 since that is now standard in find-file.
8563 (PC-try-load-many-files): Function deleted.
8564 (PC-after-load-many-files): Function deleted.
8565 (PC-many-files-list): Variable deleted.
8566 (PC-disable-wildcards): Variable deleted.
8567 (partial-completion-mode): Don't enable the wildcard feature.
8568
8569 * complete.el (PC-look-for-include-file): Don't set global variables
8570 `error', `buf' and `filename' here.
8571
8572 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8573
8574 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8575
8576 * textmodes/outline.el (outline-regexp): Doc fix.
8577
8578 1999-04-26 John Wiegley <johnw@borland.com>
8579
8580 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8581 C++Builder 4.0 error message syntax.
8582
8583 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8584
8585 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8586 supported, use find -exec.
8587
8588 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8589
8590 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8591 coding-system-for-write, to avoid hanging when non-interactive.
8592
8593 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8594
8595 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8596 start with a newline.
8597
8598 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8599
8600 * international/mule-conf.el (x-ctext): New coding system.
8601
8602 1999-04-12 Richard M. Stallman <rms@gnu.org>
8603
8604 * international/mule-cmds.el (input-method-function):
8605 Add permanent-local property.
8606
8607 1999-04-12 Dave Love <fx@gnu.org>
8608
8609 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8610 change to use jka-compr-byte-compiler-base-file-name.
8611
8612 * supercite.el (sc-scan-info-alist): Revert last change.
8613 (sc-attrib-selection-list): Fix :type here instead.
8614
8615 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8616
8617 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8618 in the list of case-insensitive filesystems.
8619
8620 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8621
8622 * international/fontset.el (create-fontset-from-fontset-spec):
8623 Don't register duplicated alias fontset names.
8624
8625 1999-04-08 Richard Stallman <rms@gnu.org>
8626
8627 * international/mule.el (auto-coding-alist-lookup): New function.
8628 (set-auto-coding): Use auto-coding-alist-lookup.
8629
8630 * jka-compr.el (jka-compr-insert-file-contents):
8631 Use auto-coding-alist-lookup to check for files that
8632 should not have eol conversion, in the unibyte case.
8633
8634 1999-04-07 Dave Love <fx@gnu.org>
8635
8636 * help.el (describe-variable): Check custom-loads property as well
8637 as custom-type.
8638
8639 * abbrev.el (abbrev-mode): Customizing sets the default value.
8640
8641 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8642
8643 * vc.el (vc-backend-revert): For CVS files that were made
8644 writeable with "cvs edit", call "cvs unedit" to undo that.
8645
8646 1999-04-08 Dave Love <fx@gnu.org>
8647
8648 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8649 more.
8650 (sc-emacs-features): Recognize Emacs 20.
8651 (sc-read-string): Use history arg.
8652 (sc-scan-info-alist): Check for rtnvalue a cons.
8653
8654 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8655
8656 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8657 coding system to encode the message by
8658 select-message-coding-system.
8659
8660 1999-04-07 Richard Stallman <rms@gnu.org>
8661
8662 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8663
8664 * winner.el: Reorder definitions.
8665
8666 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8667
8668 * mail/rmail.el (rmail-decode-babyl-format):
8669 Undo previous change.
8670
8671 1999-04-06 Richard Stallman <rms@gnu.org>
8672
8673 * info.el (Info-find-node): Check for an anchor at the
8674 proper place, before reading an indirect file.
8675
8676 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8677
8678 * jka-compr.el (jka-compr-insert-file-contents):
8679 Use raw-text-unix when we want no conversion.
8680
8681 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8682
8683 * timezone.el (timezone-parse-date): Corrected regexp for
8684 style (5) date format so that tenths of seconds are optional.
8685
8686 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8687
8688 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8689 of dos-codepage-setup.
8690 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8691 codepages for which there's no need to set up cpNNN coding
8692 systems.
8693 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8694
8695 1999-04-05 Richard Stallman <rms@gnu.org>
8696
8697 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8698
8699 1999-04-02 Richard Stallman <rms@gnu.org>
8700
8701 * progmodes/compile.el (compilation-handle-exit): Do right thing
8702 if (car status) doesn't end in a newline.
8703
8704 1999-04-01 Dave Love <fx@gnu.org>
8705
8706 * progmodes/sql.el (SQL): Add defgroup :version.
8707
8708 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8709
8710 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8711 buffer-file-coding-system. If the coding system used is raw-text,
8712 etc., make the *Compiler Input* buffer unibyte.
8713
8714 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8715
8716 * loadup.el: Don't write the fns-...el file if not dumping.
8717
8718 1999-03-31 Dave Love <fx@gnu.org>
8719
8720 * snmp-mode.el (snmp): Fix defgroup :version.
8721
8722 * hilit-chg.el (highlight-changes): Add defgroup :version.
8723
8724 1999-03-31 Andreas Schwab <schwab@gnu.org>
8725
8726 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8727 the gnus-save-hidden-threads macro.
8728
8729 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8730
8731 * faces.el (face-set-after-frame-default): Obey the
8732 `customized-face' for new faces.
8733
8734 1999-03-30 Dave Love <fx@gnu.org>
8735
8736 * international/mule-cmds.el (current-language-environment): Doc fix.
8737 * abbrev.el (abbrev-mode): Doc fix.
8738 * autoinsert.el (auto-insert-mode): Doc fix.
8739 * complete.el (partial-completion-mode): Doc fix.
8740 * avoid.el (mouse-avoidance-mode): Doc fix.
8741 * delsel.el (delete-selection-mode): Doc fix.
8742 * font-lock.el (global-font-lock-mode): Doc fix.
8743 * help.el (temp-buffer-resize-mode): Doc fix.
8744 * hscroll.el (hscroll-global-mode): Doc fix.
8745 * icomplete.el (icomplete-mode): Doc fix.
8746 * mouse-sel.el (mouse-sel-mode): Doc fix.
8747 * paren.el (show-paren-mode): Doc fix.
8748 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8749 * time.el (display-time-mode): Doc fix.
8750 * type-break.el (type-break-mode): Doc fix.
8751 * which-func.el (which-func-mode-global): Doc fix.
8752 * winner.el (winner-mode): Doc fix.
8753
8754 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
8755
8756 * wid-edit.el (widget-before-change): Signal text-read-only rather
8757 than an ordinary error.
8758
8759 1999-03-30 Richard M. Stallman <rms@gnu.org>
8760
8761 * repeat.el: Don't require advice.
8762 (repeat): Do function-indirection in check for kbd macro.
8763 In self-insert case, use the *last* char in INSERTION.
8764
8765 1999-03-30 Karl Heuer <kwzh@gnu.org>
8766
8767 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8768
8769 1999-03-29 Andreas Schwab <schwab@gnu.org>
8770
8771 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8772 comint-input-filter-functions. Make variables related to shell
8773 directory tracking local.
8774
8775 1999-03-26 Andreas Schwab <schwab@gnu.org>
8776
8777 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8778
8779 * simple.el (shell-command-on-region): Cope with exit-status being
8780 nil, which happens if call-process-region was interrupted.
8781
8782 1999-03-26 Richard M. Stallman <rms@gnu.org>
8783
8784 * simple.el (indent-new-comment-line): Handle use at a point
8785 after a comment-end. Handle multiple comments.
8786
8787 * mail/rmail.el (rmail-decode-babyl-format):
8788 To prevent locking, bind buffer-file-name to nil.
8789
8790 1999-03-26 Karl Fogel <kfogel@red-bean.com>
8791
8792 * mail-hist.el (mail-hist-current-header-name): Don't make
8793 off-by-one-error when determining if in message body.
8794
8795 1999-03-25 Andrew Innes <andrewi@gnu.org>
8796
8797 * w32-fns.el (set-default-process-coding-system): Copied from
8798 dos-w32.el, but modified to use Unix line endings for process
8799 input, and to add a suitable entry to process-coding-system-alist
8800 for DOS shells.
8801
8802 * dos-fns.el (set-default-process-coding-system): Copied from
8803 dos-w32.el.
8804
8805 * dos-w32.el (set-default-process-coding-system): Move function to
8806 dos-fns.el; a different version is used in w32-fns.el.
8807
8808 1999-03-24 Dave Love <fx@gnu.org>
8809
8810 * info.el (Info-directory-list): Revert change to re-writing
8811 Info-default-directory-list, but put `alternative' first.
8812 (Info-insert-dir): Modify selecting the top dir file as a consequence.
8813
8814 1999-03-23 Simon Marshall <simon@gnu.org>
8815
8816 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8817 on the line by itself.
8818 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
8819 it is not in a declarative context.
8820
8821 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
8822
8823 * cus-edit.el (custom-variable-prompt): Allow customization of
8824 autoloaded symbols.
8825
8826 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
8827
8828 * simple.el (what-cursor-position): Don't cause error when point
8829 is at invalid multibyte sequence.
8830
8831 1999-03-21 Karl Heuer <kwzh@gnu.org>
8832
8833 * complete.el (partial-completion-mode): Doc fix.
8834
8835 1999-03-19 Richard M. Stallman <rms@gnu.org>
8836
8837 * progmodes/cplus-md.el (old-c++): Remove :group.
8838
8839 * progmodes/c-mode.el (old-c): Remove :group.
8840
8841 1999-03-18 Simon Marshall <simon@gnu.org>
8842
8843 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8844 (java-font-lock-keywords-2): Added "strictfp" keyword.
8845
8846 1999-03-17 Jason Rumney <jasonr@altavista.net>
8847
8848 * w32-fns.el (set-w32-system-coding-system) New function.
8849 (w32-system-coding-system) Initialize to 'iso-latin-1.
8850
8851 1999-03-17 Eli Zaretskii <eliz@gnu.org>
8852
8853 * international/mule-cmds.el (set-language-environment): Fix
8854 previous change: don't use dos-codepage when unbound.
8855
8856 1999-03-17 Karl Heuer <kwzh@gnu.org>
8857
8858 * calendar/appt.el (appt-make-list): Fix previous change.
8859
8860 1999-03-16 Richard M. Stallman <rms@gnu.org>
8861
8862 * window.el (shrink-window-if-larger-than-buffer):
8863 Don't try to redisplay with the cursor at the end
8864 on its own line--that would force a scroll and spoil things.
8865
8866 1999-03-16 Eli Zaretskii <eliz@gnu.org>
8867
8868 * international/mule-cmds.el (set-language-environment): Don't use
8869 cpNNN-nonascii-translation-table if it is unbound.
8870
8871 * term/internal.el (dos-codepage-setup): Compute the unibyte
8872 syntax table and bind unibyte-display-via-language-environment
8873 here, rather than at top level, so that resetting to unibyte in
8874 .emacs works as expected.
8875
8876 1999-03-15 Simon Marshall <simon@gnu.org>
8877
8878 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
8879
8880 1999-03-14 Milan Zamazal <pdm@pvt.net>
8881
8882 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
8883
8884 1999-03-14 Kenichi Handa <handa@etl.go.jp>
8885
8886 * international/mule-util.el (detect-coding-with-priority):
8887 Restore the internal database.
8888
8889 1999-03-14 Stephen Eglen <stephen@gnu.org>
8890
8891 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
8892 if mail-from-style has invalid value.
8893
8894 1999-03-12 Karl Heuer <kwzh@gnu.org>
8895
8896 * vc.el (vc-delete-logbuf-window): New var.
8897 (vc-finish-logentry): Use it.
8898
8899 1999-03-12 Richard M. Stallman <rms@gnu.org>
8900
8901 * startup.el (command-line-1): Improve startup msg.
8902
8903 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
8904
8905 * speedbar.el: Added commentary about stealthy functions.
8906 (speedbar-message) new function.
8907 (speedbar-y-or-n-p): New function
8908 (speedbar-with-attached-buffer) Moved macro before reference.
8909 Now uses `save-selected-window'.
8910 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
8911 speedbar-generic-item-info, speedbar-item-info-file-helper,
8912 speedbar-item-delete, speedbar-insert-generic-list,
8913 speedbar-timer-fn, speedbar-check-vc-this-line,
8914 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
8915 speedbar-buffers-item-info) Use speedbar-message.
8916 (speedbar-item-info) Limit `message-log-max'.
8917 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
8918 speedbar-item-delete, speedbar-item-object-delete,
8919 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
8920
8921 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
8922
8923 * server.el (server-start): Set coding system for the server
8924 process to raw-text.
8925 (server-process-filter): Decode file names if necessary.
8926
8927 1999-03-12 Dave Love <fx@gnu.org>
8928
8929 * textmodes/fill.el (sentence-end-double-space): Doc fix.
8930
8931 * textmodes/paragraphs.el (sentence-end): Doc fix.
8932
8933 1999-03-11 Karl Heuer <kwzh@gnu.org>
8934
8935 * comint.el (comint-password-prompt-regexp): Accept "login password:"
8936
8937 1999-03-09 Karl Heuer <kwzh@gnu.org>
8938
8939 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
8940 (ispell-dictionary-alist-2): Likewise.
8941 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
8942 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
8943 (ispell-dictionary-alist): Build from six pieces, not just two.
8944
8945 * ps-bdf.el (bdf-directory-list): Doc fix.
8946
8947 * enriched.el (enriched-mode): Make var permanent-local.
8948
8949 1999-03-09 Dave Love <fx@gnu.org>
8950
8951 * textmodes/sgml-mode.el (html-mode): Use
8952 sentence-end-double-space when setting sentence-end.
8953
8954 1999-03-09 Ken'ichi Handa <handa@gnu.org>
8955
8956 * language/thai.el (tis-620): New alias coding system for thai-tis620.
8957
8958 1999-03-08 Felix Lee <flee@cygnus.com>
8959
8960 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
8961
8962 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
8963
8964 1999-03-08 Karl Heuer <kwzh@gnu.org>
8965
8966 * dired-aux.el (dired-do-copy-regexp): Doc fix.
8967 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8968
8969 * dired.el (dired-do-copy-regexp): Doc fix.
8970 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8971
8972 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
8973
8974 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
8975
8976 1999-03-08 Jason Rumney <jasonr@altavista.net>
8977
8978 * international/codepage.el (cp1250-decode-table)
8979 (cp1251-decode-table, cp1253-decode-table)
8980 (cp1257-decode-table): New translation tables for MS Windows codepages.
8981 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
8982
8983 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8984
8985 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
8986
8987 1999-03-07 Eli Zaretskii <eliz@gnu.org>
8988
8989 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
8990
8991 * term/internal.el (top level): Display character 255 as 8bit as well.
8992
8993 1999-03-06 Dave Love <fx@gnu.org>
8994
8995 * progmodes/cc-cmds.el (c-outline-level): Bind
8996 buffer-invisibility-spec.
8997
8998 * progmodes/c-mode.el (c-outline-level): Likewise.
8999
9000 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9001
9002 1999-03-05 Felix Lee <flee@cygnus.com>
9003
9004 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9005
9006 1999-03-05 Richard M. Stallman <rms@gnu.org>
9007
9008 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9009
9010 1999-03-05 Andrew Innes <andrewi@gnu.org>
9011
9012 * w32-fns.el (convert-standard-filename): Convert directory
9013 separators to Windows format.
9014
9015 1999-03-05 Andreas Schwab <schwab@gnu.org>
9016
9017 * international/skkdic-cnv.el: Provide skkdic-cnv.
9018 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9019 (batch-skkdic-convert): Doc fix.
9020
9021 1999-03-04 Dave Love <fx@gnu.org>
9022
9023 * custom.el (custom-set-variables): Protect against setter errors.
9024
9025 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9026
9027 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9028 the file sizes from overflowing.
9029 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9030 Under -s, print the size in blocks with %4.0f, in case they have
9031 a *really* huge file.
9032
9033 1999-03-03 Dave Love <fx@gnu.org>
9034
9035 * options.el (edit-options): Doc fix.
9036 (list-options): Don't lose with unbound symbols. Maintain
9037 Edit-options-mode.
9038
9039 1999-03-01 Dave Love <fx@gnu.org>
9040
9041 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9042
9043 1999-02-28 Richard M. Stallman <rms@gnu.org>
9044
9045 * ispell.el (ispell-dictionary-alist-override): New variable.
9046 (ispell-dictionary-alist): Don't setq it,
9047 if ispell-dictionary-alist-override is set.
9048
9049 * simple.el (shell-command-default-error-buffer): Renamed from
9050 shell-command-on-region-default-error-buffer.
9051 (shell-command-on-region): Mention in echo area when there
9052 is some error output. Mention success or failure, too.
9053 Accumulate multiple error outputs
9054 going forward, with formfeed in between. Display the error buffer
9055 when we have put something in it.
9056 (shell-command): Add the ERROR-BUFFER argument feature.
9057
9058 1999-02-28 Karl Heuer <kwzh@gnu.org>
9059
9060 * mail/mh-utils.el (mh-lib): Doc fix.
9061 (mh-lib-progs, mh-nmh-p): New vars.
9062 (mh-find-progs): Set mh-lib-progs along with other vars.
9063 (mh-path-search): New arg FUNC-P; if specified, use that instead
9064 of mh-file-command-p.
9065 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9066
9067 * mail/mh-comp.el (mh-repl-formfile): New var.
9068 (mh-smail-batch): Don't ignore all arguments.
9069 (mh-reply): Do the right thing when using nmh.
9070
9071 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9072
9073 * international/mule-cmds.el (select-safe-coding-system): Be sure
9074 to show a buffer being decoded.
9075
9076 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9077
9078 * ps-bdf.el (bdf-directory-list): Initialize it to
9079 '("/usr/local/share/emacs/fonts/bdf").
9080
9081 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9082
9083 * ps-print.el: PostScript programming fix.
9084 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9085 setpagedevice operator).
9086
9087 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9088
9089 * ps-print.el: Doc fix, font size specifies landscape and portrait
9090 sizes.
9091 (ps-print-version): New version number (4.1.4).
9092 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9093 Specifies landscape and portrait sizes.
9094 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9095 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9096 fix.
9097 (ps-get-font-size): New fun.
9098 (ps-font-size-internal, ps-header-font-size-internal)
9099 (ps-header-title-font-size-internal): New vars.
9100
9101 * ps-mule.el: Change of ps-print font size variable name.
9102 (ps-mule-generate-font): Fun fix.
9103 (ps-mule-begin-job): Programming uniformization.
9104
9105 1999-02-25 Dave Love <fx@gnu.org>
9106
9107 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9108 (help-make-xrefs): Do Info case first.
9109
9110 * repeat.el: Don't require advice.
9111 (repeat-last-kill-command): Variable deleted.
9112
9113 1999-02-25 Richard Stallman <rms@gnu.org>
9114
9115 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9116 case just because the current buffer is the output buffer.
9117
9118 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9119
9120 * simple.el (what-cursor-position): To show the character's
9121 encoding, use encoded-string-description instead of information
9122 of chaset-origin-alist.
9123
9124 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9125 (encoded-code-description): New function.
9126 (encoded-string-description): New function.
9127 (encode-coding-char): New function.
9128
9129 1999-02-25 Andrew Innes <andrewi@gnu.org>
9130
9131 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9132 checking for .emacs[.el[c]].
9133
9134 1999-02-24 Richard Stallman <rms@gnu.org>
9135
9136 * help.el (describe-function-1): Don't print a whole lambda-function.
9137
9138 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9139
9140 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9141 inputting ?\240.
9142
9143 1999-02-23 Karl Heuer <kwzh@gnu.org>
9144
9145 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9146
9147 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9148 (clean-buffer-list-kill-buffer-names): Doc fix.
9149
9150 * gud.el (gud-jdb-massage-args): Spelling fix.
9151
9152 1999-02-23 Richard M. Stallman <rms@gnu.org>
9153
9154 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9155
9156 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9157
9158 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9159 excursion while calling set-auto-coding-function.
9160
9161 * play/handwrite.el (handwrite): Require ps-print, and use
9162 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9163 if it's defined, instead of forking ps-lpr-command unconditionally.
9164
9165 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9166
9167 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9168 charset-origin-alist property to a coding system for the codepage.
9169
9170 * international/mule.el: Modify comment for charset-origin-alist
9171 property of a coding system.
9172
9173 * simple.el (what-cursor-position): charset-origin-alist property
9174 of a coding system may be a translation table or a symbol of which
9175 `translation-table' property is a translation table.
9176
9177 1999-02-21 Richard Stallman <rms@gnu.org>
9178
9179 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9180 to the "html" template.
9181
9182 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9183
9184 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9185
9186 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9187
9188 * dirtrack.el (dirtrack): Check for the prompt in the input string
9189 instead of the buffer.
9190
9191 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9192
9193 * sql.el: Set version to 1.4.1. Changed mail address to
9194 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9195 (sql-input-ring-separator): Doc fix.
9196 (sql-mode-syntax-table): double-dash starts comments is defined as
9197 ". 56" instead of ". 12b" for XEmacs.
9198 (sql-stop, sql-interactive-mode): Doc fixes.
9199 (sql-postgres): Queries for database and server, not just one.
9200 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9201
9202 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9203 changed. This is needed for master.el to work.
9204 (sql-set-sqli-buffer): Use the new hook.
9205
9206 * sql.el (sql-make-alternate-buffer-name): Function that sets
9207 sql-alternate-buffer-name.
9208 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9209 (sql-interactive-mode): Set sql-alternate-buffer-name.
9210 (sql-rename-buffer): New command.
9211 (sql-interactive-mode-menu): Menu for SQLi buffers.
9212
9213 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9214 and sql-input-ring-file-name are used to temporarily set
9215 comint-input-ring-file-name and comint-input-ring-separator when
9216 reading and writing input history files.
9217
9218 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9219 (sql-input-ring-file-name): New variable with customization.
9220 (sql-input-ring-separator): New variable with customization.
9221 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9222 Callers changed.
9223 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9224 now includes the name of the current buffer.
9225
9226 (sql-mode): Set paragraph-separate and paragraph-start so that
9227 sql-send-paragraph sends the entire SQL statements, even if it
9228 contains indented lines.
9229
9230 1999-02-18 Dave Love <fx@gnu.org>
9231
9232 * format.el (format-encode-run-method, format-decode-run-method):
9233 Fix previous change.
9234
9235 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9236
9237 * international/mule.el (coding-system-list): Moved here from
9238 mule-util.el to avoid autoloading mule-util by the call of
9239 select-safe-coding-system.
9240
9241 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9242
9243 * simple.el (turn-on-auto-fill): Mark it as an option for
9244 `text-mode-hook'.
9245
9246 1999-02-17 Richard Stallman <rms@gnu.org>
9247
9248 * emacs-lisp/easymenu.el (easy-menu-get-map):
9249 Don't crash if (current-local-map) is nil.
9250
9251 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9252
9253 * filecache.el (file-cache-filter-regexps): Added .class.
9254
9255 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9256
9257 * international/mule-util.el (decompose-region): Use
9258 insert-buffer-substring instead of insert-buffer to avoid putting
9259 mark.
9260
9261 1999-02-17 Andreas Schwab <schwab@gnu.org>
9262
9263 * calendar/cal-move.el (scroll-calendar-left): Don't set
9264 displayed-month and displayed-year here, let generate-calendar do
9265 it, after range checking.
9266
9267 1999-02-17 Simon Marshall <simon@gnu.org>
9268
9269 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9270
9271 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9272 correctly between an object declared via a constructor and a method.
9273 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9274 (java-font-lock-keywords-1): Fontify package names individually.
9275 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9276 (java-font-lock-keywords-2): Simplify type fontification.
9277 (java-font-lock-keywords-3): Likewise.
9278
9279 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9280
9281 * language/japanese.el (iso-2022-jp-2): New coding system.
9282 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9283
9284 1999-02-16 Dave Love <fx@gnu.org>
9285
9286 * help.el (describe-function-1): Accept non-symbols.
9287
9288 1999-02-16 Paul Eggert <eggert@twinsun.com>
9289
9290 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9291 find the last match if there are multiple matches.
9292
9293 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9294
9295 * tex-mode.el (tex-run-command, latex-run-command)
9296 (slitex-run-command, tex-command): Doc changes.
9297 (tex-start-options-string): Autoload it. Doc change. Provide
9298 a menu for customization. Allow nil. Quote backslashes only once.
9299 (tex-start-tex): Handle nil value of tex-start-options-string
9300 and apply shell-quote-argument to it.
9301
9302 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9303
9304 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9305 the size in blocks, since it can be a float.
9306 (ls-lisp-format): Likewise
9307
9308 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9309
9310 * language/japanese.el (japanese-shift-jis): Add
9311 charset-origin-alist property.
9312
9313 1999-02-15 Richard Stallman <rms@gnu.org>
9314
9315 * progmodes/compile.el (compile-internal): Use save-selected-window.
9316
9317 * subr.el (momentary-string-display): Bind inhibit-read-only.
9318
9319 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9320
9321 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9322
9323 * mail/rmail.el (rmail-show-message): If an unseen message has a
9324 Summary-line in its header, get past one more line before looking
9325 for the X-Coding-System header.
9326
9327 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9328
9329 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9330 explicitly to accomodate Windows 9X lack of a useful copy program.
9331
9332 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9333
9334 * wid-edit.el (widget-choice-value-create): Use `equal'
9335 instead of `eq'.
9336
9337 1999-02-14 Richard Stallman <rms@gnu.org>
9338
9339 * international/iso-transl.el:
9340 (iso-transl-ae): Renamed from iso-transl-e-slash.
9341 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9342 (iso-transl-AE): Renamed from iso-transl-E-slash.
9343 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9344 (iso-transl-char-map): Related changes.
9345
9346 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9347
9348 1999-02-13 Richard Stallman <rms@gnu.org>
9349
9350 * textmodes/texinfmt.el (texinfo-alias): New function.
9351 (texinfo-fold-nodename-case): Add defvar.
9352 (texinfo-format-node): Do case folding if specified.
9353
9354 * ffap.el (ffap-file-at-point): Test local file names
9355 immediately. Strip off line numbers.
9356
9357 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9358
9359 * sql.el: Set version to 1.3.2
9360 (sql-solid-program): Added support for solid.
9361 (sql-help): Doc mentions sql-solid.
9362 (sql-solid): Entry function for Solid.
9363 (sql-buffer): Doc explains the use of the variable and how to
9364 change it.
9365 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9366 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9367 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9368 is new.
9369 (sql-show-sqli-buffer): New function to display the value of
9370 sql-buffer.
9371 (sql-change-sqli-buffer): New function to change sql-buffer.
9372 (sql-mode): Doc explains how to change sql-buffer.
9373 (sql-send-paragraph): New function to send a paragraph.
9374 (sql-mode-map): Added keybinding for sql-send-paragraph.
9375 (sql-mysql): Doc corrected.
9376 (sql-ms): Doc corrected.
9377
9378 * sql.el (sql-server): Doc fix.
9379 (sql-mysql): Added the use of sql-server to specify the host,
9380 sql-database now specifies database instead of host.
9381 (sql-mode-menu): Send... menu items are only active if sql-buffer
9382 is non-nil.
9383 (sql-help): Changed tag of entry functions a bit.
9384
9385 * sql.el: Added keywords from `finder-by-keyword'.
9386 (sql-mode): Made sql-buffer a local variable, changed the
9387 documentation: removed instructions to add *.sql files to
9388 auto-mode-alist, added documentation for having mutliple SQL
9389 buffers sending their stuff to different SQLi buffers, each
9390 running a different process.
9391 (sql-postgres): Quoted *SQL* in doc string.
9392 (sql-ms): Likewise.
9393 (sql-ingres): Likewise.
9394 (sql-ingres): Quoted *SQL* in doc string, added references to
9395 sql-user and sql-password used during login.
9396 (sql-sybase): Quoted *SQL* in doc string, added comma.
9397 (sql-oracle): Likewise.
9398 (sql-interactive-mode): Added extensive documentation for having
9399 mutliple SQL buffers sending their stuff to different SQLi
9400 buffers, each running a different process.
9401 (sql-buffer): Changed doc from *SQL* to SQLi.
9402 (sql-get-login): Doc fix.
9403
9404 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9405
9406 * international/mule-conf.el (undecided): Set ascii in
9407 safe-charsets property.
9408
9409 1999-02-12 Richard Stallman <rms@gnu.org>
9410
9411 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9412
9413 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9414
9415 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9416 value to ps-mule-font-info-database-latin.
9417
9418 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9419
9420 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9421 (ps-mule-font-info-database-default): New variable.
9422 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9423 ps-mule-font-info-database-default.
9424
9425 1999-02-12 Dave Love <fx@gnu.org>
9426
9427 * timezone.el (timezone-make-date-sortable)
9428 (timezone-make-date-arpa-standard): Doc fix.
9429
9430 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9431
9432 * international/quail.el (quail-show-kbd-layout): Bind
9433 blink-matching-paren to nil.
9434
9435 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9436 for ASCII and Latin-1.
9437
9438 1999-02-12 Andreas Schwab <schwab@gnu.org>
9439
9440 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9441
9442 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9443
9444 * international/mule-cmds.el (language-info-alist): Remove
9445 description about charset-origin-alist.
9446
9447 * international/mule.el: Comment added for a new coding system
9448 property `charset-origin-alit'.
9449 (make-translation-table): This variable deleted.
9450
9451 * language/chinese.el (chinese-big5): Add charset-origin-alist
9452 property.
9453 ("Chinese-CNS"): Remove charset-origin-alist property.
9454
9455 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9456 property.
9457 (cyrillic-alternativnyj): Likewise.
9458 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9459 ("Cyrillic-ALT"): Likewise.
9460
9461 * language/vietnamese.el (vietnamese-viqr): Add
9462 charset-origin-alist property.
9463 ("Vietnamese"): Remove charset-origin-alist property.
9464
9465 * simple.el (what-cursor-position): Don't use the varialbe
9466 charset-origin-alist, but use charset-origin-alist property of
9467 buffer-file-coding-system to decide external character set code.
9468
9469 1999-02-10 Richard Stallman <rms@gnu.org>
9470
9471 * shadowfile.el: Don't turn on the mode when the file is loaded.
9472
9473 1999-02-09 Richard Stallman <rms@gnu.org>
9474
9475 * progmodes/compile.el (compile-auto-highlight): Customize.
9476
9477 * add-log.el (add-log-file-name-function): New variable.
9478 (add-change-log-entry): Call that function, if non-nil.
9479
9480 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9481
9482 * rmail.el (rmail-search): Track match with a marker, not an integer.
9483
9484 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9485
9486 * progmodes/compile.el (compilation-setup): Set value of
9487 compilation-directory-stack as in compilation-forget-errors.
9488 (compile-reinitialize-errors): Bind buffer-undo-list and
9489 deactivate-mark.
9490 (compilation-forget-errors): Likewise.
9491
9492 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9493
9494 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9495 def... constructs.
9496
9497 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9498 Remove calls to sleep-for.
9499
9500 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9501
9502 * international/codepage.el (cp-coding-system-for-codepage-1): On
9503 MS-DOS, use dos-unsupported-char-glyph for characters not
9504 supported by the codepage.
9505 (cp-make-coding-systems-for-codepage): Likewise.
9506
9507 1999-02-08 Andreas Schwab <schwab@gnu.org>
9508
9509 * international/mule-util.el (coding-system-list): Don't sort
9510 coding-system-list here.
9511
9512 * international/mule.el (coding-system-lessp): Moved here from
9513 mule-util.el
9514 (add-to-coding-system-list): New function.
9515 (make-subsidiary-coding-system, make-coding-system,
9516 define-coding-system-alias): Use it instead of setting
9517 coding-system-list directly.
9518
9519 1999-02-07 Dave Love <fx@gnu.org>
9520
9521 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9522 onto message.
9523
9524 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9525
9526 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9527 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9528
9529 1999-02-06 Richard Stallman <rms@gnu.org>
9530
9531 * language/european.el (setup-slovenian-environment): New function.
9532 ("Slovenian"): New language environment.
9533
9534 * progmodes/sql.el (sql-help): Doc fix.
9535 (sql-mysql): Doc fix.
9536
9537 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9538
9539 * tex-mode.el: When compiling, require compare-w and skeleton
9540 to pacify the byte-compiler. Move the def's of the tex-commands
9541 together. Add a comment on kill-process vs. quit-process.
9542
9543 1999-02-05 Dave Love <fx@gnu.org>
9544
9545 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9546 null markers.
9547 (compile-goto-error): Likewise.
9548
9549 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9550
9551 * time-stamp.el (time-stamp-format): Format doc tighter.
9552 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9553 (time-stamp): Don't re-write the time stamp if it didn't change.
9554
9555 1999-02-05 Alex Schroeder <asc@bsiag.com>
9556
9557 * progmodes/sql.el: Changed version to 1.2.1.
9558 (sql-pop-to-buffer-after-send-region): Improved documentation.
9559 (sql-mysql-program): Added MySQL support.
9560 (sql-prompt-length): Made prompt-length configurable.
9561 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9562 (sql-help): Added MySQL support, changed documentation.
9563 (sql-send-region): A message is displayed if something is sent.
9564 (sql-mode): Added buffer-local comment-start.
9565 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9566 (sql-interactive-mode): Added buffer-local comment-start.
9567 (sql-oracle): Set sql-prompt-length.
9568 (sql-sybase): Set sql-prompt-length.
9569 (sql-mysql): Added MySQL support.
9570 (sql-ingres): Set sql-prompt-length.
9571 (sql-ms): Set sql-prompt-length.
9572 (sql-postgres): Set sql-prompt-length.
9573
9574 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9575
9576 * term/internal.el (dos-codepage-setup): Set selection coding
9577 system to cpNNN-dos.
9578
9579 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9580
9581 * international/characters.el: Let ethiopic use iso-2022-7bit.
9582
9583 1999-02-02 Dave Love <fx@gnu.org>
9584
9585 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9586 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9587
9588 1999-02-02 Karl Heuer <kwzh@gnu.org>
9589
9590 * terminal.el (terminal-emulator): Doc fix.
9591
9592 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9593
9594 * international/mule-util.el (compose-chars): Doc-string
9595 modified. Correctly handle a composition character in ARGS.
9596
9597 1999-02-01 Richard Stallman <rms@gnu.org>
9598
9599 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9600 (makefile-menu-index-function): Function deleted.
9601 (makefile-mode): Use makefile-imenu-generic-expression.
9602
9603 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9604
9605 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9606 change, invoke from before-init-hook.
9607
9608 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9609
9610 * subr.el (remove-from-invisibility-spec): Cope with the case when
9611 buffer-invisibility-spec is t.
9612
9613 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9614
9615 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9616 appt-add and appt-delete.
9617
9618 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9619
9620 * term/pc-win.el (msdos-approximate-color): New function.
9621 (msdos-color-translate): Call it to find a DOS color that best
9622 approximates an X-style "#NNNNNN" color specification.
9623
9624 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9625
9626 * international/mule-util.el (compose-chars-component): Add
9627 autoload cookie.
9628
9629 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9630
9631 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9632 function, replace cdr of MAP by the return value of the function
9633 unconditionally.
9634
9635 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9636
9637 * progmodes/compile.el (compilation-next-error-locus): Don't
9638 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9639
9640 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9641
9642 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9643 and NLs before "charset", and allow the charset name be in double
9644 quotes.
9645
9646 1999-01-31 Richard Stallman <rms@gnu.org>
9647
9648 * imenu.el (imenu-sort-function): Fix custom type.
9649
9650 1999-01-30 Richard Stallman <rms@gnu.org>
9651
9652 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9653 (speedbar-line-token): Likewise.
9654
9655 * play/gametree.el (gametree-default-score): Use defcustom.
9656 (gametree-score-regexp, gametree-score-closer): Likewise.
9657 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9658
9659 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9660
9661 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9662 decoding.
9663
9664 1999-01-29 Markus Rost <rost@gnu.org>
9665
9666 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9667 tex-validate-buffer.
9668 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9669 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9670 now with recent occur-mode.
9671 (tex-validate-region): Really walk through all Sexps.
9672 (tex-region): Bind shell-dirtrack-verbose.
9673 (tex-file, tex-bibtex-file): Likewise.
9674
9675 1999-01-29 Dave Love <fx@gnu.org>
9676
9677 * finder.el: (finder-commentary): Fix interactive spec. Try
9678 appending .el to file name.
9679 (finder-find-library, finder-commentary): Doc fixes.
9680
9681 1999-01-29 Andrew Innes <andrewi@gnu.org>
9682
9683 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9684 where the userid contains directory separators.
9685
9686 1999-01-29 Dave Love <fx@gnu.org>
9687
9688 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9689 (lm-commentary): Doc fix.
9690
9691 1999-01-29 Andreas Schwab <schwab@gnu.org>
9692
9693 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9694 wildcard match. Fix regexp that tests if dirpart contains
9695 wildcard characters.
9696
9697 1999-01-28 Richard Stallman <rms@gnu.org>
9698
9699 * font-lock.el (font-lock-default-unfontify-region):
9700 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9701
9702 1999-01-27 Jason Rumney <jasonr@altavista.net>
9703
9704 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9705 from FAMILY field.
9706 (w32-create-initial-fontsets): Do not use before-init-hook.
9707 (mouse-set-font): Document. Automatically create and use fontsets.
9708
9709 * dos-w32.el (direct-print-region-helper): Check for printer
9710 being t as well as a string.
9711
9712 1999-01-27 Kenichi Handa <handa@etl.go.jp>
9713
9714 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9715 (rmail-mime-charset-pattern): New variable.
9716 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9717 rmail-decode-mime-charset is non-nil.
9718
9719 1999-01-27 Ken'ichi Handa <handa@gnu.org>
9720
9721 * international/characters.el: Set category `q' for all characters
9722 in tibetan and tibetan-1-column.
9723
9724 1999-01-27 Andrew Innes <andrewi@gnu.org>
9725
9726 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9727 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9728
9729 1999-01-27 Dave Love <fx@gnu.org>
9730
9731 * international/mule-cmds.el (current-language-environment):
9732 Provide :link, :type (choices) and appropriate :get.
9733
9734 1999-01-27 Eli Zaretskii <eliz@gnu.org>
9735
9736 * startup.el (command-line): Set default eol-mnemonic-* strings to
9737 display end-of-line format in mode line.
9738
9739 * cus-start.el (all): Add eol-mnemonic-* variables.
9740
9741 1999-01-26 Dave Love <fx@gnu.org>
9742
9743 * startup.el (command-line-1): Up-date copyright.
9744
9745 * paths.el (Info-default-directory-list): Use configdir twice.
9746
9747 * info.el (Info-directory-list): Don't set path-separator now
9748 we're not shipped with Texinfo. Simplify path definition.
9749 Substitute all occurrences of instdir in Info-default-directory-list.
9750
9751 1999-01-25 Richard Stallman <rms@gnu.org>
9752
9753 * startup.el (normal-top-level-add-subdirs-to-load-path):
9754 Record the inode numbers of the dirs processed, to avoid loop.
9755
9756 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9757
9758 1999-01-25 Dave Love <fx@gnu.org>
9759
9760 * browse-url.el (browse-url-netscape-program): Doc addition.
9761
9762 * help.el (help-make-xrefs): Default info references to an `(emacs)'
9763 prefix.
9764
9765 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9766 auto-mode-alist.
9767
9768 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9769
9770 * calendar/diary-lib.el (mark-diary-entries): Use
9771 assoc-ignore-case and do not capitalize when matching month and
9772 day names.
9773
9774 * calendar/calendar.el (calendar-read-date): Ditto.
9775
9776 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9777 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9778
9779 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9780
9781 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9782
9783 * calendar/cal-islam.el (calendar-goto-islamic-date)
9784 (mark-islamic-diary-entries): Ditto.
9785
9786 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9787
9788 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9789 (calendar-read-mayan-tzolkin-date): Ditto.
9790
9791 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9792
9793 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
9794
9795 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9796
9797 1999-01-25 Karl Heuer <kwzh@gnu.org>
9798
9799 * faces.el (list-faces-display): Multiline case of previous fix.
9800
9801 1999-01-25 Andreas Schwab <schwab@gnu.org>
9802
9803 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9804
9805 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
9806
9807 * files.el (find-file): If find-file-noselect returns a list,
9808 do switch-to-buffer on each element.
9809 (find-file-other-window): Likewise for all but the first element.
9810 (find-file-other-frame): Same.
9811 (find-file-noselect): When we expand a wildcard, return a list
9812 of buffers.
9813
9814 1999-01-24 Eli Zaretskii <eliz@gnu.org>
9815
9816 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9817 to set the appropriate cpNNN-dos coding system as the
9818 highest-priority coding system.
9819
9820 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9821
9822 * international/fontset.el (generate-fontset-menu): Return a
9823 sorted list by plain names of fontsets.
9824
9825 * international/mule-diag.el (list-fontsets): Sort fontsets by
9826 plain names.
9827
9828 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9829 FIRST is a composite character, decompose it at first.
9830
9831 1999-01-23 Dave Love <fx@gnu.org>
9832
9833 * format.el: Doc fixes.
9834 (format-encode-run-method): Have things happen in the right buffer.
9835 Deal with errors from method. Set coding-system-for-write.
9836 (format-decode-run-method): Have things happen in the right buffer.
9837 Deal with errors from method. Set coding-system-for-read.
9838 (format-alist): Use nil instead of unmatchable regexps.
9839
9840 * simple.el (shell-command-on-region): Return command's exit status.
9841
9842 1999-01-23 Eric Ludlam <zappo@gnu.org>
9843
9844 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9845 of the file whose info we want to display.
9846 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9847 (speedbar-add-mode-functions-list) Improve doc.
9848 (speedbar-line-token) New function.
9849 (speedbar-dired) Fix order of directories in -shown-directories.
9850 (speedbar-line-path): Default return is default-directory
9851 (speedbar-buffers-line-path): Return is dir name only.
9852 (speedbar-mode-functions-list): New variable.
9853 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9854 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9855 speedbar-files-item-info speedbar-buffers-item-info): New functions.
9856 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9857 New functions.
9858 (speedbar-line-file): Broke out part that fetches file from a line.
9859 (speedbar-line-text): New function extracted from speedbar-line-file.
9860 (speedbar-line-path): Converted into a replaceable function.
9861 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
9862
9863 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9864
9865 * international/fontset.el (create-fontset-from-x-resource): Make
9866 style variants.
9867
9868 1999-01-22 Dave Love <fx@gnu.org>
9869
9870 * paths.el (Info-default-directory-list): Put sysdir after start.
9871
9872 1999-01-22 Sam Steingold <sds@goems.com>
9873
9874 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
9875 a process associated with it.
9876
9877 1999-01-22 Jason Rumney <jasonr@altavista.net>
9878
9879 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
9880
9881 1999-01-22 Felix Lee <flee@cygnus.com>
9882
9883 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
9884 major-mode.
9885 (vc-annotate-mode): Delete variable.
9886
9887 1999-01-22 Andrew Innes <andrewi@gnu.org>
9888
9889 * startup.el (command-line): [windows-nt]: Check for existence of
9890 .emacs file so as to notice .emacs.el or .emacs.elc and use them
9891 in preference to _emacs.
9892
9893 1999-01-22 Dave Love <fx@gnu.org>
9894
9895 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
9896
9897 1999-01-20 Richard Stallman <rms@gnu.org>
9898
9899 * files.el (find-file-noselect): Do wildcard processing only
9900 if new arg WILDCARDS is non-nil.
9901 (find-file, find-file-other-window): New arg WILDCARDS.
9902 Default it to non-nil if interactive.
9903 (find-file-other-frame): Likewise.
9904 (find-file-read-only): Likewise.
9905 (find-file-read-only-other-window): Likewise.
9906 (find-file-read-only-other-frame): Likewise.
9907
9908 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
9909 (widget-plist-convert-option): Delete spurious comma.
9910
9911 1999-01-19 Jason Rumney <jasonr@altavista.net>
9912
9913 * term/w32-win.el (w32-standard-fontspec-spec): Change
9914 iso8859-5 to koi8-r. Add iso8859-9.
9915
9916 1999-01-19 Dave Love <fx@gnu.org>
9917
9918 * browse-url.el (browse-url-maybe-new-window): Delete macro and
9919 its uses.
9920
9921 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
9922 is active.
9923 (fortran-indent-subprogram): Likewise.
9924
9925 1999-01-19 Dave Love <d.love@dl.ac.uk>
9926
9927 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
9928
9929 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9930
9931 * wid-edit.el (alist): Use sexp as default key-type.
9932
9933 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9934
9935 * textmodes/tex-mode.el (tex-define-common-keys):
9936 Remove key binding of tex-feed-input.
9937 (tex-mode-map): Bind tex-feed-input here.
9938 (tex-start-shell): Use compilation-shell-minor-mode. Set
9939 comint-input-filter-functions before running tex-shell-hook.
9940 (tex-start-tex): Forget compilation errors.
9941 (tex-compilation-parse-errors): Rewritten to work also with
9942 compile-mouse-goto-error and compile-goto-error. Adjusted to
9943 change in tex-region.
9944 (tex-region): For the temp file use file-name without directory.
9945 (tex-file): Expand file name of tex-print-file.
9946
9947 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9948
9949 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
9950
9951 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
9952
9953 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
9954 beginning could cause Emacs to hang. Fixed.
9955
9956 1999-01-18 Ken'ichi Handa <handa@gnu.org>
9957
9958 * international/ccl.el (ccl-compile-translate-character): Handle
9959 the case that a tranlation table is CCL register correctly.
9960
9961 * international/mule-cmds.el (select-safe-coding-system):
9962 Hightlight at most 256 characters.
9963
9964 1999-01-18 Dave Love <fx@gnu.org>
9965
9966 * startup.el (command-line): If the init file changes operation to
9967 unibyte, make all buffers unibyte and re-set language environment.
9968
9969 * disp-table.el (standard-display-european): Make all existing
9970 buffers unibyte. Fix doc.
9971
9972 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
9973
9974 * wid-edit.el (coding-system): Define this unconditionally.
9975
9976 * simple.el (shell-command-on-region-default-error-buffer): New var.
9977 (shell-command-on-region): Use that variable as interactive
9978 value of ERROR-BUFFER argument.
9979
9980 1999-01-17 Sam Steingold <sds@goems.com>
9981
9982 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
9983
9984 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9985
9986 * progmodes/compile.el (compilation-goto-locus): If already in the
9987 compilation buffer's window, keep it in that window.
9988 (compile-mouse-goto-error): Add Doc. Don't play with windows.
9989 (compile-goto-error): Don't play with windows.
9990
9991 * textmodes/tex-mode.el (latex-run-command): Doc fix.
9992 (tex-command): Doc fix.
9993 (tex-compilation-parse-errors): Doc fix.
9994 (tex-generate-zap-file-name): Don't start the name with -.
9995 (tex-expand-files): Works now also with strings ending with ":".
9996
9997 1999-01-17 Ian T Zimmerman <itz@transbay.net>
9998
9999 Patch failed to install:
10000 * gametree.el: Document scoring functionality.
10001 (gametree-score-regexp): Add optional plus sign.
10002 (gametree-score-opener): Replace `:' with `=' as the former
10003 conflicts with gametree-half-ply-regexp.
10004 (gametree-transpose-following-leaves): Add.
10005 (gametree-insert-new-leaf): Make modifying commands barf in read
10006 only buffers.
10007 (gametree-break-line-here): Add a call to
10008 `gametree-transpose-following-leaves'. This maintains the
10009 necessary invariant that on each level all leaf children precede
10010 all nonleaf children. This has always been implied, but left to
10011 the user, and, unfortunately, undocumented.
10012
10013 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10014
10015 * wid-edit.el (plist, alist): New widget types.
10016
10017 1999-01-17 Dave Love <fx@gnu.org>
10018
10019 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10020 fix scope of condition-case therein.
10021
10022 1999-01-17 Andrew Innes <andrewi@gnu.org>
10023
10024 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10025 default-buffer-file-coding-system when file doesn't exist (and
10026 isn't covered by a special case) instead of forcing undecided-dos
10027 against the user's wishes.
10028
10029 * dos-w32.el (direct-print-region-helper): New function based on
10030 direct-print-region-function; sends data to specified printer port
10031 without further translation. Recognize and handle specially the
10032 standard `print' and `nprint' programs, as well as `lpr' and
10033 similar programs. Only write directly to the printer port if no
10034 print program is specified. Work around a bug in Windows 9x
10035 affecting Win32 version of Emacs by invoking command.com to write
10036 to the printer port instead of writing directly.
10037 (direct-print-region-function): Use direct-print-region-helper to
10038 do most of the work.
10039 (direct-ps-print-region-function): New function; analogue of
10040 direct-print-region-function for ps-print.
10041 (ps-lpr-command): Comment out setq; leave as example usage.
10042 (ps-lpr-switches): Ditto.
10043
10044 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10045 and MS-Windows.
10046 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10047 DOS and Windows platforms, to indicate direct printing. Update
10048 the docstring accordingly.
10049
10050 * ps-print.el: (ps-printer-name): Update docstring about usage on
10051 MS-DOS and MS-Windows.
10052 (ps-lpr-command): Update docstring as for lpr-command.
10053 (ps-print-region-function): New variable.
10054 (ps-do-despool): Use it.
10055 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10056 DOS/Windows.
10057
10058 * subr.el (subst-char-in-string): New function.
10059
10060 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10061
10062 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10063
10064 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10065 (bdf-find-font-info): New function, looks for the first readable
10066 file from a list of alternatives.
10067 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10068 instead of bdf-get-font-info.
10069 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10070 to ps-mule-generate-bitmap-glyph.
10071
10072 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10073 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10074 now be a list of alternative names.
10075 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10076 (ps-mule-prepare-font): Likewise.
10077
10078 * international/codepage.el (cp855-decode-table,
10079 cp850-decode-table): Fill some nil entries.
10080
10081 1999-01-16 Dave Love <fx@gnu.org>
10082
10083 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10084 last change.
10085
10086 1999-01-15 Dave Love <fx@gnu.org>
10087
10088 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10089 and change regexp for command names.
10090 (help-xref-go-back, function-called-at-point, symbol-file)
10091 (where-is): Doc fixes.
10092 (help-xref-go-back): Remove interactive spec.
10093 (describe-function-1): Fix message for alias. Buttomize alias
10094 name.
10095
10096 * simple.el (join-line): New alias.
10097
10098 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10099
10100 * forms.el: (forms--show-record): Convert integers to string
10101 expicitly since concat will no longer accept integers.
10102 (forms-print): Use local `total-nb-records' since
10103 `forms--total-records' will be inaccessible after buffer switching.
10104
10105 1998-01-14 Felix Lee <flee@cygnus.com>
10106
10107 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10108
10109 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10110
10111 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10112
10113 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10114
10115 * international/codepage.el (cp850-decode-table): Fix previous change.
10116
10117 1999-01-14 Simon Marshall <simon@gnu.org>
10118
10119 * shell.el (shell-dirtrack-verbose): New custom variable.
10120 (shell-dirstack-message): Use it.
10121
10122 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10123
10124 * international/mule-conf.el: Coding system alias `dos' for
10125 `undecided-dos', `mac' for `undecided-mac'.
10126
10127 * international/mule-cmds.el (describe-language-environment):
10128 Don't alter input-method-alist.
10129
10130 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10131
10132 * international/codepage.el (cp850-decode-table): Replace nil
10133 entries with codes of similary looking glyphs. (Suggested by
10134 Jason Rumney <jasonr@altavista.net>.)
10135
10136 1999-01-13 Dave Love <fx@gnu.org>
10137
10138 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10139
10140 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10141
10142 1999-01-12 Karl Heuer <kwzh@gnu.org>
10143
10144 * files.el (auto-save-hook): Defvar this.
10145
10146 1999-01-12 Alex Schroeder <asc@bsiag.com>
10147
10148 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10149 faces, eliminating the need to load font-lock before loading sql.
10150 (sql-mode-oracle-font-lock-keywords): Likewise.
10151 (sql-mode-postgres-font-lock-keywords): Likewise.
10152
10153 1999-01-11 Dave Love <fx@gnu.org>
10154
10155 * cus-start.el: Add inhibit-eol-conversion.
10156
10157 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10158 the values round.
10159
10160 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10161
10162 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10163 Don't switch to Help mode here.
10164 (temp-buffer-setup-hook): Use help-mode-finish.
10165 (help-mode-setup): New function.
10166 (temp-buffer-setup-hook): Use help-mode-setup.
10167
10168 * progmodes/sql.el: New file.
10169
10170 * files.el (auto-mode-alist): Add sql-mode.
10171
10172 * faces.el (list-faces-display): Improve the formatting
10173 by computing the maximum length required for any face-name.
10174
10175 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10176
10177 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10178
10179 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10180
10181 * term.el (term_send_home): Change the string to
10182 be the same as the one emitted by xterm and consistent with the
10183 ones emitted by prior and next.
10184 (term_send_end): Likewise.
10185
10186 1999-01-10 Dave Love <fx@gnu.org>
10187
10188 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10189 bindings.
10190
10191 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10192
10193 * international/codepage.el (codepage-setup): Doc fix.
10194 (cp-decoding-vector-for-codepage): Likewise.
10195
10196 1999-01-10 Markus Rost <rost@gnu.org>
10197
10198 * cus-edit.el (custom-save-delete): First scan the custom-file.
10199
10200 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10201
10202 * international/iso-transl.el: Define a "function name" for
10203 each translation that isn't ASCII. Use these function names
10204 in iso-transl-char-map.
10205
10206 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10207
10208 * international/mule-util.el (decompose-region): Do decomposition
10209 on temporary unibyte buffer.
10210
10211 * international/mule.el (make-char): Doc-string modified.
10212
10213 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10214
10215 * simple.el (comment-region): Delete spaces only if we
10216 deleted a comment starter.
10217
10218 1999-01-07 Dave Love <fx@gnu.org>
10219
10220 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10221
10222 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10223 like eval-defun does.
10224
10225 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10226
10227 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10228 constructions. Doc fixes.
10229 (generic-create-generic-function): Use defalias, not fset.
10230
10231 * find-func.el: More doc fixes.
10232
10233 1999-01-06 Stephen Eglen <stephen@gnu.org>
10234
10235 * files.el (save-buffers-kill-emacs): Show the list of current
10236 processes before prompting to kill them and exit.
10237
10238 1999-01-06 Dave Love <fx@gnu.org>
10239
10240 * emacs-lisp/find-func.el: Doc fixes.
10241 (find-function-regexp): Extend for define-generic-mode,
10242 define-derived-mode, easy-mmode-define-minor-mode.
10243
10244 1999-01-06 Dave Love <fx@gnu.org>
10245
10246 * progmodes/fortran.el (fortran-window-create): Account for scroll
10247 bar width.
10248
10249 * browse-url.el: Require (noerror) w3-auto when compiling.
10250 (browse-url-maybe-new-window): Make it a macro and revert last
10251 change to callers.
10252 (browse-url-w3): Require w3 for w3-fetch-other-window.
10253
10254 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10255
10256 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10257 argument.
10258
10259 1999-01-06 Simon Marshall <simon@gnu.org>
10260
10261 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10262
10263 * font-lock.el (font-lock-default-fontify-buffer): When using
10264 with-temp-message, use nil rather than current-message.
10265
10266 * lazy-lock.el (lazy-lock-unstall):
10267 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10268 rather than current-message.
10269
10270 * fast-lock.el (fast-lock-save-cache-1):
10271 (fast-lock-cache-data): When using with-temp-message, use nil rather
10272 than current-message.
10273
10274 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10275
10276 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10277 the valid-codes property.
10278
10279 * international/mule-cmds.el (prefer-coding-system): Call
10280 set-coding-priority, so that the internal array of priorities is
10281 also updated.
10282
10283 * international/mule-util.el:
10284 (coding-system-change-eol-conversion,
10285 coding-system-change-text-conversion): Don't define here.
10286
10287 * international/mule-cmds.el: Define them here. Remove the
10288 autoload cookies.
10289
10290 1999-01-06 Andreas Schwab <schwab@gnu.org>
10291
10292 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10293 if it was enabled before.
10294
10295 * view.el (View-revert-buffer-scroll-page-forward): Bind
10296 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10297
10298 * files.el (recover-session): Preserve point when inserting
10299 explanation.
10300
10301 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10302
10303 * cus-edit.el (custom-save-delete): Don't delete whitespace
10304 and comments before the sexp that is replaced.
10305
10306 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10307
10308 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10309
10310 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10311
10312 * vc.el (vc-dired-hook): Use the original value of
10313 dired-move-to-filename-regexp on lines that have not been
10314 reformatted yet.
10315 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10316 file lines have already been reformatted.
10317
10318 1999-01-05 Dave Love <fx@gnu.org>
10319
10320 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10321 buffer-local.
10322
10323 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10324
10325 * progmodes/f90.el: Change of regular expressions for type to
10326 correct highlighting and identation. Some small fixes for
10327 compatibility with XEmacs.
10328
10329 1999-01-05 Stephen Eglen <stephen@gnu.org>
10330
10331 * mspools.el (mspools-vm-system-mail): Provide an alternative
10332 value based on rmail-spool-directory if $MAIL is not defined.
10333
10334 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10335
10336 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10337 (reftex-section-info): Handle negative section levels.
10338 (reftex-view-crossref-extra): New option.
10339 (reftex-view-crossref): Generalized to work in more places.
10340 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10341 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10342 (reftex-view-cite-locations-from-bibtex): New command.
10343 (reftex-view-regexp-match, reftex-global-search,
10344 reftex-global-search-continue): New functions.
10345 (reftex-extract-bib-entries): No error for non-existing BibTeX
10346 file, just a message.
10347 (reftex-extract-bib-entries): Better error handling.
10348 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10349 help and force it on current frame.
10350 (reftex-default-bibliography): New function.
10351 (reftex-access-parse-file): Check consistency after loading a
10352 parse file. When inconsistent, enfore rescan.
10353 (reftex-check-parse-consistency): New function.
10354 (easy-menu-define): Options section drastically shortened.
10355
10356 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10357
10358 * language/thai-util.el (thai-compose-string): New function.
10359
10360 1999-01-04 Inge Frick <inge@nada.kth.se>
10361
10362 * easymenu.el (easy-menu-define): Doc fix.
10363 (easy-menu-create-menu): New keyword :included.
10364 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10365 be an expression, not only a string. Simulate style `button'.
10366 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10367 (easy-menu-define-key-intern): New function.
10368 (easy-menu-add-item): Understand value returned from
10369 easy-menu-item-present-p and easy-menu-remove-item.
10370 (easy-menu-return-item): New function.
10371 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10372
10373 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10374
10375 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10376 Use rmail-output-read-rmail-file-name to read the file name.
10377 Always call rmail-output-to-rmail-file noninteractively.
10378 When count > 1, do the loop here.
10379 Handle rmail-delete-after-output here.
10380 (rmail-summary-output): Similar changes.
10381
10382 * mail/rmailout.el: Provide `rmailout'.
10383 (rmail-output-read-rmail-file-name): New function.
10384 (rmail-output-to-rmail-file): Use that.
10385 (rmail-output-read-file-name): New function.
10386 (rmail-output): Use that.
10387
10388 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10389 Error if wildcard matches no files.
10390
10391 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10392
10393 * menu-bar.el (clipboard-yank): Doc fix.
10394
10395 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10396
10397 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10398
10399 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10400
10401 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10402
10403 * rmail.el (rmail-encode-string): Make sure mask value is
10404 positive; (emacs-pid) returns a negative number on Windows 9x
10405 which causes odd behaviour.
10406
10407 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10408
10409 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10410 and about w32-* variables unless on Windows/NT.
10411
10412 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10413
10414 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10415 if buffer is modified; ask about all modified buffers.
10416
10417 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10418
10419 * simple.el (what-cursor-position): Fix previous change.
10420
10421 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10422
10423 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10424 from paragraph-start.
10425
10426 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10427
10428 * international/mule-cmds.el (prefer-coding-system): If the
10429 argument requires specific EOL conversion type, make the default
10430 coding systems use that.
10431
10432 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10433
10434 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10435 Use shell-command-on-region.
10436 (m4-start-m4, m4-end-m4): Functions deleted.
10437
10438 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10439
10440 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10441
10442 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10443
10444 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10445 to compose-mail in the correct places and as a list.
10446
10447 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10448
10449 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10450 (pages-directory-map): Bind mouse-2
10451 (pages-copy-header-and-position): Put text property.
10452 (pages-directory-goto-with-mouse): New function.
10453
10454 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10455
10456 * international/codepage.el (cp-make-coding-systems-for-codepage):
10457 Doc fix.
10458 (cp-coding-system-for-codepage-1): Likewise.
10459
10460 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10461
10462 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10463 composition sequence correctly here instead of calling
10464 thai-compose-region.
10465
10466 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10467 newline in multibyte buffer, if previous or next character is a
10468 composite char, check the first component of the composite char.
10469
10470 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10471
10472 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10473 and track-mouse.
10474
10475 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10476
10477 * mail/sendmail.el (mail-yank-original): Remove text properties
10478 after insertion.
10479 (mail-yank-region): Barf if no mark is set in the message
10480 being replied to.
10481
10482 * help.el (function-called-at-point): First look for function at point.
10483
10484 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10485
10486 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10487
10488 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10489
10490 * simple.el (what-cursor-position): Print character encoding also.
10491
10492 1998-12-26 Dave Love <fx@gnu.org>
10493
10494 * textmodes/flyspell.el: If local-maps work, don't put
10495 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10496 in flyspell-mouse-map (only).
10497 (flyspell-use-local-map): New variable.
10498 Use a different mouse-2 binding in that case,
10499 and don't add to minor-mode-map-alist.
10500 (make-flyspell-overlay, flyspell-correct-word):
10501 Test flyspell-use-local-map.
10502
10503 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10504
10505 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10506 Be careful about whether to return a relative file name,
10507 and if so, relative to what directory.
10508
10509 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10510
10511 * emacs-lisp/easymenu.el (easy-menu-get-map):
10512 Change global map only if this menu exists in the global map already,
10513 and not in the local map.
10514 (easy-menu-do-add-item): Fix error message.
10515
10516 * foldout.el (foldout-inhibit-key-bindings):
10517 Avoid concatenating onto outline-minor-mode-prefix.
10518 Make a new keymap for that prefix, if it does not already have one.
10519
10520 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10521
10522 * cperl-mode.el:
10523 Can use linear algorithm for indentation if Emacs supports it.
10524 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10525 (cperl-after-block-p): Likewise.
10526 (cperl-after-block-and-statement-beg): Likewise.
10527 (cperl-after-block-p): After END/BEGIN we are a block.
10528 (cperl-after-expr-p): Skip labels when checking
10529 (cperl-indent-region): Make a marker for END - text added/removed.
10530 Disable hooks during the call (how to call them later?).
10531 Now indents 820-line-long function in 6.5 sec (including
10532 syntaxification) the first time (when buffer has few
10533 properties), 7.1 sec the second time.
10534 (cperl-indent-region): Do not indent whitespace lines
10535 (cperl-style-alist)
10536 Include `cperl-merge-trailing-else' where the value is clear.
10537 (cperl-styles-entries): Likewise.
10538 (cperl-problems): Improvements to docs.
10539 (cperl-tips): Likewise.
10540 (cperl-non-problems): Likewise.
10541 (cperl-mode): Make lazy syntaxification possible.
10542 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10543 `font-lock-unfontify-region-function' was set to a wrong function.
10544
10545 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10546 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10547 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10548 but 1<<6 was considered as HERE-doc.
10549 <file/glob> made into a string.
10550 Postpone addition of faces after syntactic step.
10551 Recognition of <FH> was wrong.
10552 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10553 Knows that split// is null-RE.
10554 Highlights separators in 3-parts expressions as labels.
10555 <> was considered as a glob.
10556 Would err if the last line is `=head1'.
10557 $a-1 ? foo : bar; was a considered a regexp.
10558 `<< (' was considered a start of HERE-doc.
10559 mark qq[]-etc sections as syntax-type=string
10560 Was not processing sub protos after a comment ine.
10561 Was treating $a++ <= 5 as a glob.
10562 Tolerate unfinished REx at end-of-buffer.
10563 `unwind-protect' was left commented.
10564 / and ? after : start a REx.
10565
10566 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10567 Better default, customizes to `message' too, off in text-mode.
10568
10569 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10570 `defface'd.
10571 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10572 `defface'd.
10573 (cperl-emacs-can-parse): New state variable.
10574 (cperl-indent-line): Corrected to use global state.
10575 (cperl-calculate-indent): Likewise.
10576 (cperl-fix-line-spacing): Likewise (not used yet).
10577 (cperl-calculate-indent): Did not consider `,' as
10578 continuation mark for statements.
10579 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10580 Remove another parse-data optimization at toplevel: would
10581 indent correctly.
10582 Correct for labels when calculating indentation of continuations.
10583 Docstring updated.
10584 (cperl-choose-color): Converted to a function (to be
10585 compilable in text-mode).
10586 (cperl-dark-background): Disable without window-system.
10587 Do `defface' only if window-system.
10588 (cperl-fix-line-spacing): Sped up to bail out early.
10589 (x-color-defined-p): Was not compiling on XEmacs
10590 Was defmacro'ed with a tick. Remove another def.
10591 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10592 (cperl-unwind-to-safe): New function.
10593 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10594 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10595 long strings (not very successful).
10596 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10597 Highlight the starting // in s//foo/ as function-name.
10598 Emit a meaningful error instead of a cryptic one for an
10599 uncomplete REx near end-of-buffer.
10600
10601 (cperl-electric-keyword): `qr' recognized.
10602 (cperl-electric-else): Likewise
10603 (cperl-to-comment-or-eol): Likewise
10604 (cperl-make-regexp-x): Likewise
10605 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10606 Corrected to use new macros;
10607 `if' for copying `reference-face' to `constant-face' was backward.
10608 remove init `font-lock-other-emphasized-face',
10609 `font-lock-emphasized-face', `font-lock-keyword-face'.
10610 Interpolate `cperl-invalid-face'.
10611 (cperl-make-regexp-x): Misprint in a message.
10612 (cperl-syntaxify-unwind): New configuration variable
10613 (cperl-fontify-m-as-s): New configuration variable
10614 (cperl-electric-pod): Check for after-expr was performed
10615 inside of POD too.
10616 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10617 (cperl-clobber-mode-lists): New configuration variable.
10618 (cperl-not-bad-style-regexp): Updated.
10619 Init: `cperl-is-face' was busted.
10620 (cperl-make-face): New macros.
10621 (cperl-force-face): New macros.
10622 (font-lock-other-type-face): Done via `defface' too.
10623 (cperl-nonoverridable-face): New face. Renamed from
10624 `font-lock-other-type-face'.
10625 (cperl-init-faces-weak): Use `cperl-force-face'.
10626 (cperl-comment-indent): Commenting __END__ was not working.
10627 (cperl-indent-for-comment): Likewise.
10628 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10629 When removing old TAGS info was not relativizing filename.
10630 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10631 Another try to work around XEmacs problems. Better progress messages.
10632 (toplevel): Require custom unprotected => failure on 19.28.
10633 (cperl-xemacs-p): Defined when compile too
10634 (cperl-find-tags): Was writing line/pos in a wrong order,
10635 pos off by 1 and not at beg-of-line.
10636 (cperl-etags-snarf-tag): New macro
10637 (cperl-etags-goto-tag-location): New macro
10638 (cperl-version): New variable. New menu entry
10639 random docstrings: References to "future" 20.3 removed.
10640 Menu was described as `CPerl' instead of `Perl'
10641 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10642 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10643 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10644 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10645 `font-lock-reference-face', `font-lock-keyword-face'.
10646 Use `eval-after-load'.
10647 Remove not-CPerl-related faces.
10648 (cperl-tips-faces): New variable and an entry into Mini-docs.
10649 (cperl-indent-exp): Was not processing else-blocks.
10650 (cperl-get-state): NOP line removed.
10651 (cperl-ps-print): New function and menu entry.
10652 (cperl-ps-print-face-properties): New configuration variable.
10653 (cperl-invalid-face): New configuration variable.
10654 (perl-font-lock-keywords): Highlight trailing whitespace
10655 (cperl-contract-levels): Documentation corrected.
10656 (cperl-contract-level): Likewise.
10657 (cperl-ps-extend-face-list): New macro.
10658 (cperl-invalid-face): Change to ''underline.
10659
10660 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10661
10662 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10663 for read-file-name.
10664 (rmail-output-to-rmail-file): Likewise.
10665
10666 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10667
10668 * emacs-lisp/easymenu.el (easy-menu-get-map):
10669 If MENU is nil, use global menu-bar map.
10670 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10671 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10672
10673 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10674
10675 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10676
10677 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10678
10679 * ps-print.el (ps-print-version): New version number (4.1.3).
10680
10681 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10682
10683 * international/mule-cmds.el: Use make-sparse-keymap instead of
10684 define-prefix-key when defining MULE menu items.
10685
10686 * info.el (Info-node-at-bob-matching): New function.
10687 (Info-find-node, Info-build-node-completions): Call it.
10688
10689 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10690
10691 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10692 when this is an autoloaded keymap.
10693
10694 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10695
10696 * international/codepage.el (cp-coding-system-for-codepage-1):
10697 Create separate encoders and decoders, for DOS and Unix. Make the
10698 usual family of 3 coding systems, so that automatic detection of
10699 EOL type works.
10700 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10701 Unix-specific symbols here, and don't call
10702 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10703 Handa <handa@etl.go.jp>.)
10704
10705 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10706
10707 * term/internal.el (IT-character-translations): New variable, an
10708 alist used to display characters for which there's no glyphs in
10709 the current codepage.
10710 (IT-display-table-setup): New function, sets up the DOS terminal
10711 for a given codepage.
10712 (dos-codepage-setup): New function, sets up the MULE environment
10713 for the current value of dos-codepage.
10714 (top-level if): In the multibyte mode, turn on
10715 unibyte-display-via-language-environment. In the unibyte mode,
10716 set up the special syntax tables to map lower- to upper case and
10717 back.
10718
10719 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10720
10721 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10722 (speedbar-frame-plist) Remove useless comments.
10723 (speedbar-frame-mode) Do not specify height if it is in the param list.
10724 Use default y position w/out changing it.
10725 If default x position is a list, keep, calculate the non-list X
10726 value when devining an initial position.
10727 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10728 (speedbar-tag-group-name-minimum-length): New variable.
10729 (speedbar-frame-parameter): New compatibility function.
10730 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10731 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10732 groups to keep things in the right order, and to help with some
10733 naming conventions.
10734 (speedbar-create-tag-hierarchy): Enable buffer local version of
10735 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10736 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
10737 the case, derive it from the cursor location in speedbar.
10738
10739 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
10740
10741 * international/mule-cmds.el (set-language-environment): On MS-DOS
10742 terminals, install DOS-specific nonascii-translation-table if the
10743 language info doesn't specify one. Pass the default eol-type to
10744 set-language-environment-coding-systems.
10745 (set-default-coding-systems): Copy the eol-type property for the
10746 new default values of {buffer-file,process}-coding-system from the
10747 old defaults.
10748 (set-language-environment-coding-systems): Accept an optional
10749 argument EOL-TYPE, and set the eol-type property of the default
10750 coding systems accordingly.
10751 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10752 (set-keyboard-coding-system): Likewise.
10753 (set-default-coding-systems): Don't set
10754 default-terminal-coding-system on MS-DOS to anything but nil.
10755 (prefer-coding-system): Describe in the doc string that
10756 default-terminal-coding-system is not changed on MS-DOS.
10757 (set-language-environment): For MS-DOS, set standard syntax table
10758 and display table for all characters with code above 127.
10759 (standard-display-european-internal): For MS-DOS, pass all
10760 characters with code above 127 directly to the terminal, and don't
10761 remap characters 160 and 146 in the unibyte case.
10762
10763 * international/codepage.el: New file.
10764
10765 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10766
10767 * diary-lib.el (diary-float): Fix end-of-year error and typos in
10768 comments.
10769
10770 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
10771
10772 * map-ynp.el (map-y-or-n-p): Ignore input methods.
10773
10774 * subr.el (read-passwd): Likewise.
10775
10776 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
10777
10778 * info.el (Info-find-node): Add 1 to the position read from the
10779 tag table. Don't fail if the node delimiter ^_ is the first
10780 character in the file.
10781 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10782 first character in the file.
10783 (Info-read-subfile): Likewise.
10784 (Info-select-node): Likewise.
10785 (Info-build-node-completions): Likewise.
10786
10787 1998-12-16 Richard Stallman <rms@gnu.org>
10788
10789 * term/x-win.el (x-cut-buffer-or-selection-value):
10790 If clipboard is enabled, try it before PRIMARY selection.
10791
10792 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10793
10794 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10795 insert c-cedilla and C-cedilla respectively, like in latin-1.
10796
10797 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
10798
10799 * language/hebrew.el: Don't use sublists in the flags argument
10800 passed to make-coding-system.
10801
10802 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10803
10804 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10805 list of character sets found by find-charset-region.
10806
10807 * ps-mule.el: Always require ps-print. Move some function
10808 definitions for Emacs 20.2 and the earlier to ps-print.el.
10809 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10810
10811 * ps-print.el: Define several functions for Emacs 20.2 and the
10812 earlier version.
10813 (ps-printer-name): Check if printer-name is bound.
10814
10815 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10816
10817 * ps-mule.el: Programming uniformization and little code improvement.
10818 (ps-mule-prepare-font): Programming uniformization.
10819 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10820 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10821
10822 * ps-bdf.el: Programming uniformization and little code improvement.
10823 (bdf-search-and-read): New fun.
10824 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10825 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10826 (bdf-info-relative-compose, bdf-info-baseline-offset)
10827 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10828 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10829 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10830 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10831 improvement.
10832
10833 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10834
10835 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10836 and mule related code extraction. Autoload ps-mule funs.
10837
10838 * ps-mule.el: Doc fix. Require ps-print only when compiled.
10839 (ps-mule-prologue-generated): New fun.
10840 (ps-mule-plot-string): Add autoload cookie.
10841 (ps-mule-begin-job): Call ps-mule-prologue-generated.
10842
10843 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10844
10845 * ps-bdf.el: Require ps-mule instead of ps-print.
10846 (bdf-directory-list): Add autoload cookie.
10847
10848 * ps-mule.el: New file. Mule related code extracted from
10849 ps-print.el. Require ps-print, provide ps-mule.
10850 (ps-multibyte-buffer): Add autoload cookie.
10851 (ps-mule-prepare-ascii-font): New fun.
10852 (ps-mule-set-ascii-font): New fun.
10853 (ps-mule-skip-same-charset): Fun deleted.
10854 (ps-mule-plot-string): Set ps-mule-current-charset.
10855 (ps-mule-initialize): Add autload cookie. Don't set
10856 ps-mule-font-info-database here.
10857 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
10858 ps-mule-font-info-database and ps-control-or-escape-regexp.
10859 (ps-mule-begin-page): New fun.
10860
10861 * ps-print.el: Mule related code moved to ps-mule.el.
10862 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
10863 check ps-mule-charset-list.
10864 (ps-begin-page): Don't set ps-mule-current-charset, instead call
10865 ps-mule-begin-page.
10866 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
10867 (ps-plot-region): Don't set ps-mule-current-charset, instead call
10868 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
10869 instead skip same charsets by itself.
10870 (ps-generate): Call ps-mule-initialize of needs-begin-file is
10871 non-nil. Call ps-mule-begin-job.
10872
10873 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10874
10875 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
10876 instead of bdf.
10877
10878 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
10879 (ps-mule-external-libraries): New element FEATURE.
10880 (ps-mule-init-external-library): Ajusted for the above change.
10881 (ps-mule-generate-font): Likewise.
10882 (ps-mule-generate-glyphs): Likewise.
10883 (ps-mule-prepare-font): Likewise.
10884 (ps-mule-initialize): Likewise.
10885 (ps-begin-file): Superfluous tailing parenthesis deleted.
10886
10887 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10888
10889 * international/fontset.el (x-decompose-font-name): If PATTERN
10890 doesn't have any wild cards, return a vector made from a name that
10891 is found by x-resolve-font-name found. Comments added.
10892
10893 * international/mule-cmds.el (find-coding-systems-for-charsets):
10894 Handle the case of unknown charset.
10895 (find-multibyte-characters): If invalid multibyte characters are
10896 found, return the corresponding strings instead of character
10897 codes.
10898 (find-multibyte-characters): Adjusted for the above change.
10899 (select-safe-coding-system): For a unibyte buffer, always returns
10900 DEFAULT-CODING-SYSTEM.
10901 (get-charset-property): Fix previous change. Make it a function.
10902 (put-charset-property): Make it a function.
10903
10904 * international/mule.el (make-coding-system): Set mime-charset
10905 property of *-with-esc coding system to nil.
10906
10907 * international/quail.el (quail-point-in-conversion-region): New
10908 function.
10909 (quail-conversion-backward-delete-char): When a key sequence is
10910 being translated, call quail-delete-last-char.
10911
10912 * language/devan-util.el
10913 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
10914 handle devanagari-decomposition-rules.
10915
10916 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
10917
10918 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
10919 tex-start-options-string to empty string.
10920 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
10921
10922 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
10923
10924 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
10925 5xx responses are already handled properly).
10926
10927 1998-12-13 Richard Stallman <rms@gnu.org>
10928
10929 * progmodes/compile.el (compilation-error-regexp-alist): Insist
10930 on a non-digit in the file name.
10931
10932 * simple.el (comment-region): Handle comment-padding
10933 separately for insertion and for deletion, in the right way for each.
10934
10935 1998-12-13 Felix Lee <flee@cygnus.com>
10936
10937 * progmodes/compile.el (compilation-error-regexp-alist): Fix
10938 regexp to match "ChangeLog:1:1998-12-09 ..."
10939
10940 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
10941
10942 * cus-start.el (dos-unsupported-char-glyph): Add.
10943
10944 1998-12-11 Dave Love <fx@gnu.org>
10945
10946 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
10947 forward-sexp in condition-case.
10948
10949 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10950 Remove unnecessary test on `library' for explicit file name.
10951 Widen scope of save-match-data.
10952
10953 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
10954
10955 * international/mule.el (load-with-code-conversion): If the loaded
10956 file was inserted with no-conversion or raw-text coding system,
10957 make the buffer unibyte.
10958
10959 1998-12-09 Richard Stallman <rms@gnu.org>
10960
10961 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10962 Get rid of nested loops.
10963
10964 * mouse.el (mouse-drag-vertical-line):
10965 If WHICH-SIDE is not `right', then scroll bars are on the left.
10966
10967 * loadhist.el (load-history-loaded): defvar moved to help.el.
10968
10969 * help.el (symbol-file-load-history-loaded): Variable renamed,
10970 and defvar moved from loadhist.el.
10971 (symbol-file): Renamed from describe-function-find-file.
10972 Load fns-VERSION.el here.
10973 (describe-variable, describe-function-1): Use symbol-file.
10974
10975 * textmodes/tex-mode.el (tex-generate-zap-file-name):
10976 Don't start the name with #.
10977
10978 * ispell.el: Take out the eval-when's.
10979
10980 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
10981
10982 * dirtrack.el (dirtrack-directory-change-hook): New hook.
10983 (dirtrack): Run it. Make debug message more verbose.
10984
10985 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
10986
10987 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
10988 name of the abbrev table, and provide support for XEmacs.
10989 (octave-xemacs-p): New variable.
10990
10991 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10992
10993 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
10994 exit, when mail-interactive is nil.
10995
10996 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
10997
10998 * files.el (after-find-file): Message fix.
10999
11000 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11001
11002 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11003
11004 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11005
11006 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11007 filenames using backslashes.
11008
11009 1998-12-09 Dave Love <fx@gnu.org>
11010
11011 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11012 with correct number of args.
11013 (browse-url-maybe-new-window): New arg. Callers changed.
11014
11015 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11016 comment.
11017
11018 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11019
11020 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11021
11022 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11023
11024 * vc.el (vc-rcs-release): Fix Type.
11025 (vc-sccs-release): Fix Type.
11026 (vc-cvs-release): Fix Type.
11027
11028 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11029 arg work right.
11030
11031 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11032 output of last undeleted message.
11033
11034 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11035
11036 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11037 (buffer-undo-list) [windows-nt]: Use different relative path.
11038
11039 1998-12-07 Simon Marshall <simon@gnu.org>
11040
11041 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11042
11043 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11044
11045 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11046
11047 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11048
11049 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11050
11051 * info.el (Info-menu): Don't return error if point is between menu
11052 header and first menu item.
11053
11054 1998-12-04 Dave Love <fx@gnu.org>
11055
11056 * help.el (describe-function-1): Fix description for alias.
11057
11058 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11059
11060 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11061 specifications from summary line.
11062
11063 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11064 (close-rectangle): Define alias only once in loaddefs.el.
11065
11066 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11067
11068 * term/internal.el: Remove code which sets up a special syntax
11069 table for non-ASCII characters.
11070
11071 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11072
11073 * dos-w32.el (direct-print-region-function): Try to ensure that
11074 printer-name is expanded to a file name on a local drive;
11075 sometimes printing a file loaded from a network volume fails.
11076 (direct-print-region-function): Add a function to
11077 write-region-annotate-functions to append a formfeed character to
11078 the region being printed, if the region doesn't end with a
11079 formfeed already. This avoids creating a second print job
11080 containing a blank page when print spooling is enabled on Windows.
11081
11082 1998-12-02 Dave Love <fx@gnu.org>
11083
11084 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11085 `Info-goto-node'.
11086
11087 1998-12-02 Richard Stallman <rms@gnu.org>
11088
11089 * help.el (temp-buffer-resize-mode): Doc fix.
11090
11091 * cus-edit.el (custom-save-delete): Save point before
11092 reading a sexp, rather than backing up.
11093
11094 * international/iso-transl.el: Fix previous change.
11095
11096 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11097
11098 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11099 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11100 Added defvars to suppress compilation warnings.
11101
11102 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11103
11104 * ispell.el: Improved and fixed customize for variables:
11105 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11106 ispell-dictionary-alist, ispell-skip-sgml.
11107 Improved and fixed comments in variables and messages for
11108 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11109 ispell-menu-map, ispell-checking-message, ispell-parser,
11110 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11111 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11112 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11113 ispell-message-text-end, ispell-add-per-file-word-list.
11114 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11115 system is now required for all languages. Casechars improved for
11116 castellano, castellano8, and norsk dictionaries. Dictionary
11117 norsk7-tex added. Dictionary polish added.
11118 (ispell-dictionary-alist): Redefined at load-time to support
11119 dictionary changes.
11120 (ispell-menu-map): Redefined at load-time to support menu changes.
11121 (ispell-check-version): New alias for `check-ispell-version'.
11122 (ispell-parse-output): Fixed matching for ispell error messages.
11123 Correctly returns spelling suggestions in order generated by ispell
11124 process.
11125 (check-ispell-version): Ensure `case-fold-search' doesn't get
11126 redefined.
11127 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11128 redefined. Fix bug that didn't respect case of word being completed.
11129 (ispell-init-process): Set process coding system to be compatible
11130 with emacs processes and the ispell process.
11131 (ispell-kill-ispell): Ensures ispell process has terminated before
11132 starting new process. This can otherwise confuse process filters
11133 and hang the ispell process.
11134 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11135 skipping support for sgml.
11136 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11137 which could cause `ispell-complete-word' to hang.
11138 (ispell-message): Improved message reference matching. Ensure
11139 `case-fold-search' doesn't get redefined.
11140 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11141 get redefined. Fixed bug in returning to nroff mode from tex mode.
11142 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11143 get redefined.
11144
11145 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11146
11147 * textmodes/flyspell.el (flyspell-check-word-p):
11148 Don't delay inside a kbd macro.
11149
11150 * subr.el (make-local-hook): Return the hook variable.
11151
11152 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11153
11154 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11155 Use a timer instead of post-command-hook.
11156 (hscroll-timer): New variable.
11157
11158 1998-11-30 Dave Love <fx@gnu.org>
11159
11160 * help.el (help-xref-button): Do nothing if text already has the
11161 help-xref property.
11162 (describe-variable): Revert previous change to hyperlink to source.
11163
11164 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11165
11166 * bindings.el (features): Add `base64' to this list.
11167
11168 * loadhist.el (symbol-file): Doc fix.
11169
11170 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11171
11172 * files.el (hack-one-local-variable): Cope with non-file buffers.
11173
11174 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11175
11176 * help.el (describe-mode): Put major mode first.
11177
11178 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11179 to support special-display and same-window features.
11180
11181 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11182
11183 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11184 bound in one function and used in the other.
11185 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11186 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11187
11188 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11189
11190 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11191
11192 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11193
11194 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11195 Give format correct control string.
11196
11197 * international/mule.el (define-translation-table): Fix bug of
11198 setting incorrect translation-table-id. If the first element of
11199 ARGS is a translation table, just register it.
11200
11201 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11202 property.
11203
11204 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11205
11206 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11207 syntax table to determine what is whitespace.
11208
11209 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11210
11211 * frame.el (frame-parameter): Doc fix.
11212
11213 * textmodes/tex-mode.el (tex-feed-input): New function.
11214 (tex-define-common-keys): Add binding for C-c C-m.
11215
11216 1998-11-23 Dave Love <fx@gnu.org>
11217
11218 * progmodes/fortran.el: Various minor doc fixes.
11219 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11220 (fortran-with-subprogram-narrowing): New macro.
11221 (fortran-check-for-matching-do): Use it.
11222 (fortran-end-do): Use fortran-check-end-prog-re.
11223 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11224 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11225
11226 1998-11-23 Simon Marshall <simon@gnu.org>
11227
11228 * font-lock.el (font-lock-defaults): Doc fix.
11229 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11230 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11231
11232 * lazy-lock.el (lazy-lock-unstall):
11233 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11234
11235 * fast-lock.el (fast-lock-save-cache-1):
11236 (fast-lock-cache-data): Rewritten to use with-temp-message.
11237
11238 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11239
11240 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11241 messages that have been added with DOS line endings and convert
11242 the line endings for such messages.
11243
11244 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11245
11246 * help.el: Add resizing of temporary buffers.
11247 (temp-buffer-resize-mode): New command and variable.
11248 (temp-buffer-max-height): New variable.
11249 (resize-temp-buffer-window): New function.
11250
11251 * window.el (window-buffer-height): New function, split from
11252 shrink-window-if-larger-than-buffer.
11253 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11254
11255 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11256
11257 * frame.el (initial-frame-alist): Add defcustom.
11258
11259 * shell.el (shell-prompt-pattern): Add defcustom.
11260
11261 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11262
11263 * message.el (message-ignored-supersedes-headers): Remove
11264 NNTP-Posting-Date.
11265
11266 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11267
11268 * help.el (describe-mode): Don't avoid loop indirecting thru
11269 value of INDICATOR.
11270
11271 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11272
11273 * help.el (describe-variable): Allow any variable with a defcustom,
11274 even if it is not a user variable.
11275
11276 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11277
11278 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11279
11280 * gnus/nntp.el (nntp-request-group): Allow for failures when
11281 requesting a new group.
11282
11283 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11284
11285 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11286
11287 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11288
11289 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11290
11291 1998-11-19 Simon Marshall <simon@gnu.org>
11292
11293 * subr.el (with-temp-message): New macro.
11294
11295 * emacs-lisp/lisp-mode.el (with-temp-message):
11296 Add lisp-indent-function property.
11297
11298 1998-11-18 Dave Love <fx@gnu.org>
11299
11300 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11301
11302 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11303
11304 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11305 This is not obsolete.
11306
11307 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11308
11309 * textmodes/picture.el: Make a new map by make-keymap.
11310 (picture-desired-column): New variable.
11311 (picture-update-desired-column): New function.
11312 (picture-beginning-of-line): Set picture-desired-column to 0.
11313 (picture-end-of-line): Set picture-desired-column to the current
11314 column.
11315 (picture-forward-column): Pay attention to multi-column character.
11316 (picture-backward-column): Likewise.
11317 (picture-move-down): Likewise.
11318 (picture-move-up): Likewise.
11319 (picture-movement-nw): With prefix arg, move twice columns.
11320 (picture-movement-ne): Likewise.
11321 (picture-movement-sw): Likewise.
11322 (picture-movement-se): Likewise.
11323 (picture-set-motion): Handle two-column movements.
11324 (picture-move): Call picture-move-down or picture-forward-column
11325 only when necessary.
11326 (picture-insert): Pay attention to picture-desired-column.
11327 (picture-self-insert): Likewise.
11328 (picture-clear-column): Pay attention to multi-column character.
11329 (picture-mode): Modify doc-string for two-column movement.
11330
11331 * rect.el (move-to-column-force): New function.
11332 (operate-on-rectangle): If coerce-tabs is non-nil, call
11333 move-to-column-force instead of move-to-column.
11334 (insert-rectangle): Call move-to-column-force instead of
11335 move-to-column.
11336 (open-rectangle-line): If begextra is not zero, call
11337 move-to-column-force.
11338
11339
11340 1998-11-16 Dave Love <fx@gnu.org>
11341
11342 * textmodes/sgml-mode.el Require skeleton when compiling.
11343 (sgml-font-lock-keywords-1): Accept single-letter tags.
11344 (v2): Defvar free variable.
11345
11346 1998-11-16 Sam Steingold <sds@goems.com>
11347
11348 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11349 macro, not ELisp one.
11350
11351 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11352
11353 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11354 characters to symbol.
11355
11356 * language/japan-util.el (japanese-zenkaku-region): New optional
11357 arg KATAKANA-ONLY.
11358
11359 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11360
11361 * international/mule.el
11362 (after-insert-file-set-buffer-file-coding-system): If the buffer
11363 is changed to unibyte, return inserted bytes.
11364
11365 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11366 and link names if necessary.
11367 (tar-header-block-summarize): Handle the case that file or link
11368 names are multibyte.
11369 (tar-summarize-buffer): At first set the current buffer unibyte,
11370 then if there are multibyte file names, change it to multibyte.
11371 (tar-mode): Get char position from tar-header-offset.
11372 (tar-extract): Avoid multibyte<->unibyte conversion in
11373 insert-buffer-subsring by setting both buffers unibyte
11374 temporarily.
11375 (tar-copy): Set the buffer unibyte while doing a work. Write
11376 without code conversion.
11377 (tar-expunge): Set the buffer unibyte while doing a work.
11378 (tar-alter-one-field): Likewise.
11379 (tar-clear-modification-flags): Compare byte position with
11380 tar-header-offset.
11381 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11382 insert-buffer-subsring by setting both buffers unibyte
11383 temporarily. Pay attention to multibyteness while updating the
11384 descriptor-line.
11385 (tar-mode-write-file): Write without code conversion.
11386
11387 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11388
11389 * nngateway.el: Require cl.
11390
11391 1998-11-15 Dave Love <fx@gnu.org>
11392
11393 * progmodes/fortran.el: Fix previous change:
11394 (fortran-end-prog-re1): Changed.
11395 (fortran-check-end-prog-re): New function.
11396 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11397
11398 1998-11-13 Tom Breton <tob@world.std.com>
11399
11400 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11401 GNU Emacs.
11402
11403 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11404
11405 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11406 fixed.
11407 (reftex-toc-toggle-file-boundary,
11408 reftex-toc-toggle-labels,
11409 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11410 (reftex-toc-include-labels, reftex-toc-include-context,
11411 reftex-toc-include-file-boundaries,
11412 reftex-toc-keep-other-windows): New options.
11413 (reftex-use-text-after-label-as-context): Option removed.
11414 (reftex-extract-bib-entries): Protect use in non-latex
11415 buffers.
11416 (reftex-toc-visit-location): Renamed from
11417 `reftex-toc-visit-line'.
11418 (reftex-latin1-to-ascii): Works now with and without Mule.
11419 (reftex-truncate): Removed special stuff for Emacs 20.2.
11420 (reftex-get-offset): Made more general.
11421 (reftex-show-label-location): Renamed from
11422 `reftex-select-label-callback'.
11423 (reftex-pop-to-label): Function removed (using
11424 `reftex-show-label-location' instead.
11425 (reftex-insert-docstruct): Renamed from
11426 `reftex-make-and-insert-label-list'. Function args changed.
11427 (reftex-toc): Now uses `reftex-insert-docstruct' and
11428 `reftex-find-start-point'.
11429 (reftex-select-item): Use `reftex-find-start-point'.
11430 (reftex-toc-visit-line): Can display labels and file
11431 boundaries.
11432 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11433
11434 1998-11-12 Sam Steingold <sds@goems.com>
11435
11436 * browse-url.el (browse-url): Handle the case when
11437 `browse-url-browser-function' is a lambda list.
11438
11439 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11440
11441 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11442 version string.
11443 * loadhist.el (symbol-file): Likewise
11444
11445 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11446
11447 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11448
11449 1998-11-11 Sam Steingold <sds@goems.com>
11450
11451 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11452 `run-lisp' instead of signalling an error.
11453
11454 1998-11-11 Karl Heuer <kwzh@gnu.org>
11455
11456 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11457
11458 1998-11-11 Richard Stallman <rms@gnu.org>
11459
11460 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11461
11462 1998-11-11 Per Starback <starback@update.uu.se>
11463
11464 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11465 renamed svenska8 to svenska, and fixed and extended CASECHARS
11466 for it.
11467
11468 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11469
11470 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11471 handling if setpagedevice is not available.
11472 (ps-begin-file): Fix typo.
11473
11474 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11475
11476 * international/mule-util.el (compose-chars-component): Signal
11477 error if CH is a rule-based composition character.
11478 (compose-chars): Signal error if an already compsed character is
11479 going to be composed by rule-base.
11480
11481 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11482 full XLFD, don't try to get information of WEIGHT and SLANT from
11483 that font name.
11484
11485 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11486
11487 * dos-w32.el (set-default-process-coding-system): Use function on
11488 before-init-hook to set default-process-coding-system based on
11489 enable-multibyte-characters.
11490
11491 * term/w32-win.el ([language-change]): For now ignore
11492 keyboard language-change events.
11493
11494 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11495
11496 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11497 convert-standard-file-name, but leave the results of
11498 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11499 characters if the original name already exists, or has a special
11500 handler.
11501
11502 1998-11-10 Karl Heuer <kwzh@gnu.org>
11503
11504 * international/iso-insert.el: Delete autoload cookies.
11505
11506 * international/iso-transl.el: Add autoload cookies.
11507
11508 1998-11-10 Richard Stallman <rms@gnu.org>
11509
11510 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11511 (ispell-process-line): Don't treat multibyte
11512
11513 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11514
11515 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11516 setpagedevice to specify the page size if setpagedevice is
11517 available. This is necessary to select the correct paper tray on
11518 Level 2 printers with multiple paper sizes available.
11519
11520 (ps-begin-file): Cope with font names that contain spaces, and
11521 call BeginDoc in a BeginSetup/EndSetup block.
11522
11523 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11524
11525 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11526 convert-standard-filename.
11527
11528 * loadhist.el (symbol-file): Run fns-VERSION.el through
11529 convert-standard-filename.
11530
11531 1998-11-06 Richard Stallman <rms@gnu.org>
11532
11533 * textmodes/texinfmt.el (texinfo-format-scan):
11534 Detect the case of two @-commands in a row; process just the first.
11535 (texinfo-append-refill): If line has a @c, insert the @refill
11536 before it.
11537 (texinfo-format-refill): Return with point where the @refill was.
11538
11539 * files.el (hack-local-variables): Test local-enable-local-variables.
11540 (hack-local-variables-prop-line): Likewise.
11541 (set-auto-mode): Don't test local-enable-local-variables here.
11542 (enable-local-variables): Doc fix.
11543 (local-enable-local-variables): Doc fix.
11544 (normal-mode): Doc fix.
11545
11546 1998-11-06 Karl Heuer <kwzh@gnu.org>
11547
11548 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11549
11550 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11551
11552 * simple.el (line-number-mode): Doc fix.
11553
11554 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11555
11556 * international/fontset.el (create-fontset-from-fontset-spec):
11557 Give correct arg to `error'.
11558
11559 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11560
11561 * textmodes/sgml-mode.el (html-mode): Doc fix.
11562 (sgml-name-8bit-mode): Fix missing format character in message string.
11563
11564 1998-11-05 Karl Heuer <kwzh@gnu.org>
11565
11566 * mail/sendmail.el (sendmail-send-it): Check for failure.
11567
11568 1998-11-05 Richard Stallman <rms@gnu.org>
11569
11570 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11571
11572 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11573 (close-rectangle): Define as alias.
11574
11575 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11576
11577 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11578
11579 1998-11-05 Dave Love <fx@gnu.org>
11580
11581 * help.el (describe-variable): Don't quote link to source.
11582
11583 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11584
11585 * gud.el (gud-common-init): Use pop-to-buffer.
11586 (same-window-regexps): Add an element that matches all gud buffers.
11587
11588 1998-11-04 Jason Rumney <jasonr@altavista.net>
11589
11590 * term/w32-win.el (x-get-selection-value): Alias to
11591 x-cut-buffer-or-selection-value.
11592 (w32-standard-fontset-spec): New variable.
11593 (w32-create-initial-fontsets, mouse-set-font): Check whether
11594 new-fontset is available.
11595 (w32-use-w32-font-dialog): Enable use of set-variable.
11596
11597 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11598
11599 * vc.el (with-vc-file, edit-vc-file): New macros.
11600
11601 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11602
11603 * international/quail.el (quail-show-guidance-buf): Call
11604 set-minibuffer-window to set minibuffer window of the current
11605 frame correctly.
11606
11607 1998-11-03 Theodore Jump <tjump@tertius.com>
11608
11609 * term/w32-win.el: Require fontset.
11610
11611 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11612
11613 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11614 (set-face-font-auto): Ditto.
11615
11616 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11617
11618 * mouse.el (mouse-drag-region): Fix typo.
11619
11620 1998-11-02 Dave Love <fx@gnu.org>
11621
11622 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11623 (fortran-fontify-string): New function.
11624 (fortran-font-lock-keywords-1): Use it.
11625
11626 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11627
11628 * comint.el (comint-file-name-quote-list): Doc fix.
11629
11630 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11631
11632 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11633 build directory, not source directory.
11634
11635 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11636 if we did not get one for the final move.
11637
11638 1998-11-01 Dave Love <fx@gnu.org>
11639
11640 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11641 Don't funcall browse-url-browser-function.
11642
11643 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11644 Don't funcall browse-url-browser-function.
11645
11646 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11647
11648 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11649
11650 * files.el (revert-buffer): Doc fix.
11651
11652 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11653
11654 * textmodes/tex-mode.el (tex-start-options-string):
11655 Quote the backslashes with more backslashes.
11656
11657 1998-10-31 Dave Love <fx@gnu.org>
11658
11659 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11660 (webjump): Don't funcall browse-url-browser-function.
11661
11662 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11663
11664 * international/quail.el (quail-start-translation): Handle
11665 switching of the frame in read-key-sequence.
11666 (quail-start-conversion): Likewise.
11667 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11668 windows before setting an appropriate window for it.
11669 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11670 quail-guidance-win to nil.
11671 (quail-update-guidance): If quail-guidance-buf is not in the
11672 selected frame, call quail-show-guidance-buf again.
11673
11674 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11675
11676 * progmodes/pascal.el (pascal-mode):
11677 `blink-matching-paren-dont-ignore-comments' set to t.
11678
11679 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11680
11681 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11682
11683 1998-10-30 Dave Love <fx@gnu.org>
11684
11685 * vc.el (vc-backend-merge-news): Check for "P" output.
11686
11687 * help.el (describe-variable): Hyperlink the definition.
11688
11689 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11690
11691 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11692 (sh-set-shell): Likewise.
11693
11694 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11695
11696 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11697 (edebug-on-error): Fix customize type to match that of
11698 debug-on-error.
11699
11700 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11701
11702 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11703 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11704
11705 * international/mule-cmds.el (select-message-coding-system): Doc
11706 fix.
11707
11708 * international/mule-diag.el (describe-coding-system): Describe
11709 all flags.
11710
11711 * mail/sendmail.el (sendmail-coding-system,
11712 default-sendmail-coding-system): Doc fix.
11713
11714 * simple.el (shell-command-on-region): Doc fix.
11715
11716 * loadup.el: Write fns-*.el in current directory instead of
11717 data-directory since no installation directory exists yet. Mark
11718 buffer unmodified afterwards.
11719
11720 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11721 instead of data-directory since it is architecture dependent.
11722 (load-history-loaded): Update doc string.
11723
11724 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11725
11726 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11727 path as a default directory when canonicalizing names.
11728
11729 * w32-fns.el: Remove a dangling reference to a directory on the
11730 build machine.
11731
11732 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11733
11734 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11735 namespace related keywords such as `class', `body', `private',
11736 `variable', `namespace eval', etc.
11737 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11738 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11739 imenu and font-lock so that searches for \sw would find words
11740 containing colons.
11741
11742 * progmodes/etags.el (initialize-new-tags-table):
11743 Do not alter find-tag-marker-ring and tags-location-ring.
11744
11745 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
11746
11747 * term/w32-win.el: Require fontset.
11748 (w32-init-fontsets): New function (code from x-win.el).
11749
11750 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11751
11752 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11753 calendar-and-diary-frame-parameters): Add title parameter.
11754
11755 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11756
11757 * completion.el (dynamic-completion-mode): New function to enable
11758 the mode. (Just loading the file now does not change anything.)
11759
11760 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11761
11762 * ps-print.el: User option for multibyte buffer handling and doc fix.
11763 (ps-multibyte-buffer): New user option.
11764 (ps-setup): Print new user option.
11765 (ps-print-quote): New fun.
11766 (ps-color-p, ps-mule-font-info-database-latin): New var.
11767 (ps-default-color, ps-mule-font-info-database)
11768 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11769 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11770 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11771 Little code improvement.
11772 (ps-mule-initialize): Initialize ps-mule-font-info-database.
11773 (ps-print-prologue-header, ps-font-family, ps-font-size)
11774 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11775 (ps-build-face-reference, ps-mule-font-info-database-bdf)
11776 (ps-mule-external-libraries, ps-mule-init-external-library)
11777 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11778 Doc fix.
11779 (ps-print-version): New version number (4.1.1) and doc fix.
11780 (ps-print-prologue-header): New user option.
11781 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11782 Conditional compilation for GNU Emacs and emacsens.
11783 (ps-generate-postscript-with-faces): Skip invisible text better.
11784 (ps-setup): Print new user option.
11785 (ps-print-preprint): Check if input file name exists and is unwritable.
11786 (ps-begin-file): Adjust PostScript prologue header for duplex printers
11787 and insert user PostScript prologue header comments.
11788 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11789 New funs.
11790 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11791 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11792 PostScript programming normalization.
11793 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11794 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11795 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11796 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11797 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11798 Programming style normalization.
11799
11800 1998-10-26 Kenichi Handa <handa@etl.go.jp>
11801
11802 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11803 version, check the value of mule-version.
11804
11805 * international/mule-util.el (compose-region): Insert then delete
11806 to preserve markers.
11807 (decompose-region): Use search-forward for efficiency.
11808
11809 * language/chinese.el (pre-write-encode-hz): Cancel previous
11810 change, use generate-new-buffer instead of get-buffer-create.
11811 * language/devan-util.el
11812 (in-is13194-devanagari-pre-write-conversion): Likewise.
11813 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11814 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11815 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11816
11817 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11818
11819 * mail/rmailsum.el (rmail-message-subject-p):
11820 Handle message whose header has not been reformatted.
11821
11822 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11823
11824 1998-10-25 Jason Rumney <jasonr@altavista.net>
11825
11826 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11827 New variables.
11828 (mouse-set-font): Use font menus instead of dialog according to
11829 w32-use-w32-font-dialog.
11830
11831 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11832
11833 * calendar/calendar.el (calendar-day-name-array): Add doc string
11834 correctly!
11835 (calendar-month-name-array): Add doc string correctly!
11836
11837 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11838
11839 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11840
11841 1998-10-21 Markus Rost <rost@delysid.gnu.org>
11842
11843 * lisp/info.el (Info-next-menu-item): Stay on top of node.
11844
11845 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11846
11847 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11848
11849 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11850
11851 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
11852
11853 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11854
11855 1998-10-21 Karl Heuer <kwzh@gnu.org>
11856
11857 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
11858 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
11859 (profile-filter, profile-reset-timer): Functions deleted.
11860 (profile-check-zero-init-times, profile-get-time): Likewise.
11861 (profile-find-function, profile-quit): Likewise.
11862 (profile-distinct, profile-call-stack, profile-last-time): New vars.
11863 (profile-time-list, profile-init-list): Doc fix.
11864 (profile-functions): Simplify.
11865 (profile-print): Use float. Make output include space separators.
11866 (profile-add-time): New helper function.
11867 (profile-function-prolog): Renamed from profile-start-function.
11868 Handle profile-distinct.
11869 (profile-function-epilog): Renamed from profile-update-function.
11870 Handle profile-distinct.
11871 (profile-a-function): If the function to be profiled is an
11872 autoload form, load it. If it's lazy-loaded, fetch it.
11873 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
11874 (profile-restore-fun): Arg FUN is now a function symbol, as was
11875 documented, rather than a one-element list.
11876 (profile-finish): Call profile-restore-fun properly.
11877
11878 1998-10-21 Kenichi Handa <handa@etl.go.jp>
11879
11880 * international/characters.el: Setup charset property
11881 nospace-between-words.
11882
11883 * international/mule-cmds.el (get-charset-property): If CHARSET is
11884 composition, return nil.
11885 (put-charset-property): If CHARSET is composition, do nothing.
11886
11887 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11888 * language/devan-util.el
11889 (in-is13194-devanagari-pre-write-conversion): Likewise.
11890 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11891 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11892 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11893
11894 * textmodes/fill.el (sentence-end-without-period): New variable.
11895 (canonically-space-region): Pay attention to
11896 sentence-end-without-period.
11897 (fill-find-break-point): The first argument CHARSET deleted.
11898 Caller changed.
11899 (fill-region-as-paragraph): Pay attention to charset property
11900 nospace-between-words and text property nospace-between-words.
11901
11902 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11903
11904 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
11905 an unrecognized shell.
11906
11907 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11908
11909 * desktop.el (desktop-save): Include minor modes symbolically.
11910 (desktop-create-buffer): Turn on all minor modes in `mim'.
11911
11912 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11913
11914 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
11915 (sh-font-lock-keywords): Handle rpm and rpm2.
11916 (sh-ancestor-alist): Handle rpm.
11917
11918 * files.el (auto-mode-alist): Recognize .rpm files.
11919 Also .spec and .mspec files.
11920
11921 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11922
11923 * faces.el (frame-set-background-mode): Enable the function for
11924 MSDOS frames.
11925
11926 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11927
11928 * calendar/calendar.el (calendar-day-name-array): Add doc string.
11929 (calendar-month-name-array): Add doc string.
11930
11931 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11932
11933 * simple.el (kill-ring-max): Increased to 60.
11934
11935 1998-10-17 Kenichi Handa <handa@etl.go.jp>
11936
11937 * international/characters.el: Setup auto-fill-chars.
11938
11939 * international/kinsoku.el (kinsoku): Check the variable
11940 enable-kinsoku.
11941
11942 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
11943 Don't call kinsoku directly, intead call fill-find-break-point.
11944
11945 * textmodes/fill.el: Setup `fill-find-break-point-function'
11946 property to character sets which require `kinsoku' processing for
11947 filling.
11948 (fill-find-break-point): New function.
11949 (fill-region-as-paragraph): Don't check kinsoku-enable here.
11950 Don't call kinsoku directly, intead call fill-find-break-point.
11951
11952 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11953
11954 * faces.el (modify-face-read-string): Return (nil) for "none".
11955 (modify-face): Don't get error if (nil) is the argument.
11956 (face-try-color-list): Don't check whether nil is a valid color.
11957
11958 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11959
11960 * emacs-lisp/bytecomp.el (byte-recompile-directory):
11961 Print message about each directory, even in batch mode.
11962
11963 * gnus/nntp.el: Require `cl' before using nnoo-declare.
11964
11965 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
11966 (ps-mule-string-char): No need to use sref.
11967 (ps-mule-next-index): No need to use sref.
11968
11969 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
11970
11971 * files.el (revert-buffer-internal-hook): Add defvar.
11972
11973 * arc-mode.el (archive-mode): Locally set file-precious-flag.
11974
11975 * tar-mode.el (tar-mode): Locally set file-precious-flag.
11976
11977 1998-10-16 Markus Rost <rost@delysid.gnu.org>
11978
11979 * international/mule-cmds.el (default-input-method): Fix custom type.
11980
11981 * net-utils.el (whois-server-list): Fix customization type.
11982
11983 * shell.el (shell-input-autoexpand): Fix customization group.
11984
11985 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
11986
11987 * repeat.el (repeat): Handle keyboard macros properly.
11988 Handle new prefix arg after self-insert command.
11989
11990 * repeat.el: Don't include cl even at compile time.
11991 (repeat): Avoid using `loop'.
11992
11993 * simple.el (shell-command-on-region): Doc fix.
11994 (next-history-element): Special error message if no default.
11995
11996 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
11997
11998 * ps-print.el (ps-print-buffer): Doc fix.
11999 (ps-despool): Likewise.
12000
12001 * arc-mode.el (arc-mode): Provide arc-mode.
12002
12003 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12004
12005 * ps-print.el (ps-print-buffer): Doc fix.
12006
12007 1998-10-14 Dave Love <fx@gnu.org>
12008
12009 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12010 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12011 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12012
12013 * progmodes/fortran.el (fortran-mode-map): Change "Join
12014 Continuation Line" to "Join Line".
12015 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12016
12017 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12018
12019 * progmodes/fortran.el (fortran-join-line): Use
12020 `delete-indentation' instead of issuing an error message if not on
12021 a continuation line. Provide for joining several lines using
12022 prefix arg.
12023
12024 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12025
12026 * term/pc-win.el (msdos-color-values): New variable.
12027 (x-color-values): New function, emulates its namesake from
12028 src/xfns.c.
12029 (msdos-bg-mode): Add all dark colors to those which return
12030 "dark".
12031
12032 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12033
12034 * replace.el (keep-lines, flush-lines, how-many):
12035 Don't ignore case if arg has upper case letters.
12036
12037 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12038
12039 * progmodes/vhdl-mode.el
12040 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12041 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12042 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12043 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12044 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12045 (vhdl-when): Fix indentation problem.
12046 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12047 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12048 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12049
12050 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12051
12052 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12053 (ls-lisp-insert-directory): Renamed from insert-directory.
12054 (insert-directory): New function.
12055
12056 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12057
12058 * simple.el (completion-fixup-function): Variable deleted.
12059 (completion-setup-function): Delete code for completion-fixup-function.
12060 * emacs-lisp/lisp.el (lisp-complete-symbol):
12061 Don't bind completion-fixup-function.
12062
12063 * files.el (find-file-wildcards): New option.
12064 (find-file-noselect): Handle wild cards, if enabled.
12065 (file-expand-wildcards): New function.
12066
12067 * simple.el (set-fill-column): Doc fix.
12068
12069 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12070
12071 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12072
12073 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12074
12075 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12076 Move declaration before first use.
12077 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12078 hif-math, hif-factor): Rename token to hif-token and token-list to
12079 hif-token-list.
12080 (hif-token, hif-token-list): Declare them.
12081 (hif-find-ifdef-block): Return cons of top and bottom point
12082 instead of setting dynamically bound variables.
12083 (hide-ifdef-block, show-ifdef-block): Use return value of
12084 hif-find-ifdef-block.
12085
12086 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12087
12088 * subr.el (read-passwd): Use clear-this-command-keys.
12089
12090 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12091
12092 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12093 and ...-for-write.
12094
12095 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12096
12097 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12098 responses to GROUP command, since this may be called from a timer
12099 with quit inhibited.
12100
12101 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12102
12103 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12104 set unconditional-jump to nil.
12105 (ccl-compile-read-multibyte-character): Return nil.
12106 (ccl-compile-write-multibyte-character): Likewise.
12107 (ccl-compile-translate-character): Likewise
12108 (ccl-compile-map-multiple): Likewise.
12109 (ccl-compile-map-single): Likewise.
12110
12111 * international/kinsoku.el: Add coding tag.
12112 (kinsoku-bol): Remove superfluous TAB in a string.
12113
12114 * international/mule-cmds.el (find-coding-systems-for-charsets):
12115 Delete `composition' (if any) from CHARSETS.
12116
12117 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12118
12119 * international/mule-cmds.el (setup-specified-language-environment):
12120 Add apropos-inhibit property.
12121 (describe-specified-language-support): Likewise.
12122
12123 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12124
12125 * international/mule.el (make-coding-system): Create -with-esc
12126 variant coding system.
12127
12128 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12129
12130 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12131 (next-file): Optionally offer to revert a file's buffer,
12132 if it has an existing buffer but the file has changed.
12133
12134 * info.el (Info-insert-dir): Detect and report problems
12135 in input files, such as "No Top node". Return with point
12136 at the beginning of the text.
12137 (Info-find-node): Reinsert the code to handle files
12138 with no tags table; it was deleted by mistake.
12139
12140 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12141
12142 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12143 texinfo-find-higher-level-node repeatedly find the same node.
12144 (texinfo-find-higher-level-node): Doc fix.
12145
12146 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12147
12148 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12149 (smtpmail-address-buffer): Add defvar.
12150 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12151
12152 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12153
12154 * ffap.el (ffap-machine-p-local): Fix editing error.
12155
12156 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12157
12158 * faces.el (frame-set-background-mode):
12159 Don't do anythung for text-only or MSDOS frame.
12160
12161 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12162
12163 * international/quail.el (quail-defrule): New optional arg APPEND.
12164 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12165
12166 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12167
12168 * gnus/pop3.el (pop3-open-server):
12169 Set process-coding-system-alist around open-network-stream.
12170
12171 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12172
12173 * files.el (save-buffer): Doc fix.
12174
12175 1998-10-07 Karl Heuer <kwzh@gnu.org>
12176
12177 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12178 return DEF unchanged, not nil. Simplify.
12179
12180 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12181
12182 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12183
12184 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12185
12186 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12187
12188 * net-utils.el (ftp, nslookup): Require comint.
12189 (network-service-connection): Likewise.
12190 (whois-server-name): Defaults to whois.arin.net
12191 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12192 (whois): Tries to guess the appropriate top-level domain server.
12193 (whois-get-tld): New function.
12194
12195 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12196 (dirtrack-debug-toggle): Added this function.
12197
12198 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12199
12200 * files.el (find-file-noselect): Switch to the correct buffer
12201 before checking find-file-literally, and allow non-nil non-t
12202 rawfile params.
12203
12204 1998-10-06 Karl Heuer <kwzh@gnu.org>
12205
12206 * midnight.el (clean-buffer-list): Add autoload cookie.
12207
12208 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12209 no-autosave.
12210 * tar-mode.el (tar-mode-revert): Likewise.
12211 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12212 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12213 * gnus/message.el (message-auto-save-directory): Renamed from
12214 message-autosave-directory. All references changed.
12215
12216 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12217
12218 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12219 string. Expose mime stuff while searching.
12220
12221 1998-10-06 Richard Stallman <rms@gnu.org>
12222
12223 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12224
12225 * replace.el (perform-replace): Position point properly
12226 before and after the recursive edit of C-r.
12227
12228 * progmodes/etags.el (tags-reset-tags-tables): Properly
12229 find the markers in the old rings that are being discarded.
12230
12231 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12232
12233 * apropos.el (apropos-print): Control invalid characters.
12234
12235 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12236 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12237 confusing customize.
12238
12239 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12240
12241 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12242 built-in commands. Add more built-in commands and fix face names.
12243
12244 1998-10-05 Simon Marshall <simon@gnu.org>
12245
12246 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12247
12248 1998-10-04 Eric Ludlam <zappo@gnu.org>
12249
12250 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12251 customization since it is not useful in this case.
12252 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12253 sure it gets evalled to a number. Also verify that set-frame-name
12254 fn exists before calling it.
12255
12256 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12257 Protect a `forward-sexp' call which could fail, and improved regex
12258 for ie, and eg abbreviations.
12259
12260 1998-10-02 Noah Friedman <friedman@splode.com>
12261
12262 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12263 send-string.
12264 (rlogin-send-Ctrl-D): Here also.
12265 (rlogin-send-Ctrl-Z): Here also.
12266 (rlogin-send-Ctrl-backslash): Here also.
12267
12268 1998-10-02 Dave Love <fx@gnu.org>
12269
12270 * outline.el (hide-region-body): Bind
12271 outline-view-change-hook to nil while making repeated calls to
12272 outline-flag-region. Run it once at the end.
12273 (hide-other, hide-sublevels, show-children): Likewise.
12274
12275 * info-look.el: Remove duplicate scheme-mode entry.
12276 (info-lookup-make-completions): When looking for entries, check
12277 that `item' isn't null or "Menu".
12278
12279 1998-10-01 Karl Heuer <kwzh@gnu.org>
12280
12281 * net-utils.el: Don't require ffap.
12282 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12283 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12284
12285 1998-09-30 Richard Stallman <rms@gnu.org>
12286
12287 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12288
12289 * imenu.el (imenu--generic-function): Sort each submenu by position.
12290 (imenu--sort-by-position): New function.
12291
12292 * cus-edit.el (Custom-mode-menu): Fix info node name.
12293 (customize group): Fix info node name.
12294
12295 * mail/mailalias.el (build-mail-aliases): Don't allow
12296 a newline in the alias name. Don't define an alias
12297 if the definition would be empty.
12298
12299 * which-func.el (which-func-mode-global): Make :set function
12300 more reliable.
12301
12302 * custom.el (custom-set-variables): Load the requests first,
12303 then check the symbol's `set' function.
12304
12305 * ffap.el: Doc fixes.
12306
12307 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12308
12309 * gnus.el: (gnus-valid-select-methods): Fix type.
12310 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12311 * gnus-score.el (gnus-orphan-score): Fix type.
12312 (gnus-score-default-header, gnus-score-default-type): Fix type.
12313 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12314 (gnus-saved-headers): Fix type.
12315
12316 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12317 Avoid nil value of `two-lines-citation-part'.
12318
12319 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12320
12321 * which-func.el (which-function): Handle case when
12322 (car imenu--index-alist) is nil.
12323
12324 1998-09-29 Dave Love <fx@gnu.org>
12325
12326 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12327 bzip2 args.
12328
12329 1998-09-29 Simon Marshall <simon@gnu.org>
12330
12331 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12332 comint-exec-hook.
12333
12334 1998-09-29 Stephen Eglen <stephen@gnu.org>
12335
12336 * info-look.el: Add support for Octave.
12337
12338 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12339
12340 * textmodes/reftex.el (reftex-finding-files): New customize group.
12341 (reftex-texpath-environment-variables,
12342 reftex-use-external-file-finders, reftex-external-file-finders,
12343 reftex-search-unrecursed-path-first): New options.
12344 (reftex-process-string, reftex-find-file-externally): New
12345 functions.
12346 (reftex-access-search-path): Execute shell commands to find the
12347 search path.
12348 (reftex-toggle-auto-view-crossref): When turning on, make sure
12349 `reftex-auto-view-crossref' becomes non-nil.
12350 (reftex-abbrev-regexp): Constant removed.
12351 (reftex-convert-string): Abbrev regexp calculated locally.
12352
12353 1998-09-28 Dave Love <fx@gnu.org>
12354
12355 * progmodes/fortran.el: Don't call regexp-opt when deriving
12356 font-lock patterns with keywords that aren't all literal.
12357
12358 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12359
12360 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12361 the form `octave.bin:1>' which come from using precopiled binary
12362 versions.
12363
12364 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12365
12366 * help.el (help-for-help): Use %THIS-KEY%.
12367 (help-quit): Add doc.
12368
12369 * help-macro.el (make-help-screen): Keep HELP-TEXT
12370 in a separate function definition, not in the help command FNAME.
12371 Replace %THIS-KEY% with the key sequence that ran FNAME.
12372
12373 1998-09-25 Richard Stallman <rms@gnu.org>
12374
12375 * textmodes/texinfo.el (texinfo-show-structure):
12376 Bind inhibit-read-only.
12377
12378 * isearch.el (isearch-search-and-update): Properly
12379 handle upper case letters in the reverse-search special case.
12380
12381 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12382
12383 * gnus.el: Extend the list of autoloaded functions.
12384
12385 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12386 buffer before creating help group. (from Gnus v5.6.43, fix by
12387 1998-08-20 Per Starback <starback@update.uu.se>)
12388
12389 * gnus-util.el (gnus-output-to-rmail): Adjust to
12390 `rmail-output-to-rmail-file'.
12391
12392 1998-09-25 Karl Heuer <kwzh@gnu.org>
12393
12394 * hexl.el (hexl-mode-map): More of previous change.
12395
12396 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12397 (tex-start-tex): Don't use tex-start-options-string in star case.
12398 Quote file name in star case as well as in non-star.
12399 Add blank and quoting of option string here.
12400 (tex-start-options-string): Not here.
12401
12402 1998-09-23 Karl Heuer <kwzh@gnu.org>
12403
12404 * term.el (term-delimiter-argument-list): Doc fix.
12405 (term-emulate-terminal): Escape literal semicolon.
12406 * progmodes/asm-mode.el (asm-mode): Doc fix.
12407 (asm-comment-char): Escape literal semicolon.
12408 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12409
12410 1998-09-23 Richard Stallman <rms@gnu.org>
12411
12412 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12413 only those that normally modify the buffer.
12414
12415 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12416 over again.
12417
12418 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12419
12420 * ispell.el (check-ispell-version): Ensure same buffer is current
12421 when let-binding of case-fold-search ends.
12422
12423 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12424
12425 * ps-print.el: Skip invisible overlay.
12426 Test for set-buffer-multibyte rather than using mule-version.
12427 (ps-print-version): New version number (4.1) and doc fix.
12428 (ps-generate-postscript-with-faces): Skip invisible overlay.
12429
12430 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12431
12432 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12433
12434 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12435
12436 * international/quail.el (quail-update-guidance): Check for the
12437 return value of (quail-guidance) fixed.
12438 (quail-update-translation): Bind quail-current-str locally when it
12439 calls quail-update-guidance.
12440 (quail-update-translation): If input-method-exit-on-first-char is
12441 non-nil, terminate translation only when the current input method
12442 is simple.
12443
12444 1998-09-22 Paul Eggert <eggert@twinsun.com>
12445
12446 * startup.el (locale-translation-file-name): Prefer X-related names
12447 to the name used by GNU/Linux sans X. Set to nil if no file found.
12448 (command-line): Use locale-translation-file-name if it is not nil,
12449 instead of testing for its existence again.
12450 regexp-quote the ctype before using it in a regexp.
12451 Allow a colon to appear after the ctype in the aliases file,
12452 as is done in X11R6.4.
12453
12454 1998-09-21 Richard Stallman <rms@gnu.org>
12455
12456 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12457
12458 * calendar/appt.el (appt-interval): Variable deleted.
12459 (appt-check): For minutes in between appt-display-interval times,
12460 do check, but don't display anything except an updated mode line.
12461 Count against appt-display-interval based on minutes since
12462 first display of this appointment, not based on time of day.
12463 If appt-display-mode-line, force mode line redisplay
12464 whenever appt-mode-string has changed.
12465 (appt-add, appt-delete): Add autoload cookies.
12466 (appt-check): Catch errors from calling `diary'.
12467 (appt-max-time): Renamed from max-time.
12468 (appt-now-displayed, appt-display-count): New variables.
12469 (appt-timer): Don't create one if we already have one.
12470
12471 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12472 More general code to use the source buffer instead of the zap file.
12473
12474 * hilit-chg.el (highlight-compare-with-file): Renamed from
12475 compare-with-file.
12476
12477 * loadhist.el (load-history-loaded): New variable.
12478 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12479
12480 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12481
12482 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12483 Fix error messages.
12484
12485 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12486
12487 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12488 Emacs frame.
12489
12490 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12491
12492 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12493 `undecided' and `undecided-unix'.
12494
12495 1998-09-21 Dave Love <fx@gnu.org>
12496
12497 * help.el (help-make-xrefs): Fix typo affecting Info references.
12498
12499 * subr.el (remove-hook): Check list values to avoid errors.
12500
12501 1998-09-18 Noah Friedman <friedman@splode.com>
12502
12503 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12504 store string in eldoc-last-message without consing a new string.
12505 Rearrange logic from nested if's into cond's.
12506 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12507 Do not print message; just return string.
12508 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12509 Do not print message; just return string.
12510 Cache that string in eldoc-last-data.
12511 (eldoc-last-data): Make into a vector.
12512 (eldoc-get-fnsym-args-string): Use new data form of structure.
12513 (eldoc-get-var-docstring): Here also.
12514 (eldoc-last-data-store): New function.
12515 (eldoc-get-fnsym-args-string): Use it.
12516 (eldoc-get-var-docstring): Here also.
12517 (eldoc-docstring-first-line): Minimize interim string consing.
12518 Call substitute-command-keys on the result.
12519 (eldoc-print-var-docstrings, eldoc-print-docstring,
12520 eldoc-docstring-message): Functions removed.
12521 (eldoc-docstring-format-sym-doc): New function, functionality
12522 ripped out of eldoc-docstring-message.
12523 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12524
12525 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12526
12527 * international/mule.el (make-coding-system): Doc-string modified.
12528
12529 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12530
12531 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12532
12533 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12534 customize type.
12535
12536 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12537 type.
12538
12539 * progmodes/compile.el (compilation-error-screen-columns): New
12540 variable.
12541 (compilation-next-error-locus): Use it to decide whether to use
12542 forward-char or move-to-column.
12543
12544 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12545
12546 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12547 feedmail-fiddle-plex-user-list,
12548 feedmail-spray-address-fiddle-plex-list,
12549 feedmail-prompt-before-queue-user-alist,
12550 feedmail-prompt-before-queue-help-supplement,
12551 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12552 feedmail-queue-alternative-mail-header-separator): Fix customize
12553 type.
12554
12555 * startup.el (site-run-file): Fix customize type.
12556
12557 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12558 customize type.
12559
12560 * shell.el (shell-input-autoexpand): Fix customize type.
12561
12562 * ps-print.el (ps-font-info-database): Add missing dots in value.
12563 Improve layout of customize type.
12564
12565 * net-utils.el (traceroute-program-options, ping-program-options,
12566 ipconfig-program-options, netstat-program-options,
12567 arp-program-options, route-program-options,
12568 nslookup-program-options, ftp-program-options): Fix customize
12569 type.
12570
12571 * midnight.el (clean-buffer-list-kill-regexps,
12572 clean-buffer-list-kill-buffer-names,
12573 clean-buffer-list-kill-never-buffer-names,
12574 clean-buffer-list-kill-never-regexps): Fix customize type.
12575
12576 * man.el (Man-init-defvars): Avoid trailing nil on
12577 Man-filter-list.
12578
12579 * lpr.el (printer-name): Fix customize type.
12580
12581 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12582
12583 * international/mule-cmds.el (reset-language-environment): Call
12584 update-coding-systems-internal.
12585
12586 * international/mule-conf.el: Call update-coding-systems-internal
12587 at the tail.
12588
12589 1998-09-14 Dave Love <fx@gnu.org>
12590
12591 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12592 use the menu-enable properties, pending doing it correctly and
12593 acceptably fast.
12594
12595 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12596
12597 1998-09-13 Dave Love <d.love@dl.ac.uk>
12598
12599 * progmodes/hideshow.el (hs-grok-mode-type): Check
12600 comment-{start,end} non-nil as well as bound. Report an error if
12601 we can't grok the mode.
12602
12603 1998-09-13 Richard Stallman <rms@gnu.org>
12604
12605 * simple.el (blink-matching-open): Don't log paren matching
12606 messages in *Messages*.
12607
12608 1998-09-12 Richard Stallman <rms@gnu.org>
12609
12610 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12611 Set point-before-scroll at end even if there was an error.
12612
12613 * ange-ftp.el (ange-ftp-insert-file-contents):
12614 Use binary mode for dumb-unix hosts as for unix hosts.
12615 (ange-ftp-copy-file-internal): Likewise.
12616
12617 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12618
12619 * emacs-lisp/pp.el: Doc fixes.
12620
12621 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12622 (widget-choose): Don't use single-char shortcuts if # items
12623 exceeds that many. Use minibuffer instead.
12624
12625 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12626
12627 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12628
12629 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12630
12631 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12632 in terminal mode.
12633
12634 1998-09-10 Noah Friedman <friedman@splode.com>
12635
12636 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12637 defcustom declaration. It's wreaking too much havoc with XEmacs
12638 and older versions of Emacs, which share this code.
12639
12640 * type-break.el (type-break-mode): Here also.
12641
12642 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12643 `t' to add-hook also to modify the new local value.
12644
12645 1998-09-10 Dave Love <fx@gnu.org>
12646
12647 * vc.el (vc-insert-headers): Doc fix.
12648
12649 1998-09-10 Richard Stallman <rms@gnu.org>
12650
12651 * textmodes/flyspell.el (flyspell-mode-on): Make the
12652 ispell-... variables permanent locals.
12653 (flyspell-mode-off): Add autoload cookie.
12654
12655 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12656 do use binary mode, just as for `unix'.
12657 (ange-ftp-host-type): If HOST is nil, return `unix'.
12658
12659 * dired.el (dired-mark-files-containing-regexp):
12660 Don't scan directories. Ignore non-readable files.
12661
12662 * progmodes/compile.el (compilation-error-regexp-alist):
12663 Fix previous change: allow . and _ in command name.
12664
12665 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12666
12667 * uncompress.el (uncompress-while-visiting):
12668 Use just the car of what find-operation-coding-system returns.
12669
12670 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12671
12672 * shell.el (shell-file-name-quote-list): Add # to the value.
12673
12674 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12675
12676 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12677 to make killing of ispell process work even if
12678 kill-all-local-variables has been run.
12679
12680 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12681
12682 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12683 loop when sexp entry ends at end of file with no newline.
12684
12685 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12686
12687 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12688 (Custom-reset-standard): Fix menu inconsistency.
12689
12690 * mail/feedmail.el (feedmail-from-line): Allow t.
12691 (feedmail-message-id-suffix): Allow nil.
12692
12693 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12694 Simplify. Make prefix arg work right.
12695
12696 1998-09-09 Dave Love <fx@gnu.org>
12697
12698 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12699
12700 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12701
12702 1998-09-08 Dave Love <fx@gnu.org>
12703
12704 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12705 stuff only after file names or at start of line. Allow parens
12706 around e-mail, as well as angles.
12707
12708 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12709 ignore-errors too, eval'd when compile. Require w3 stuff at load
12710 time for nicer failure if it's not available.
12711
12712 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12713
12714 * comint.el (comint-arguments): Ignore backslashes when using
12715 w32 shells that expect backslashes as the directory separator.
12716
12717 1998-09-04 Kenichi Handa <handa@etl.go.jp>
12718
12719 * international/fontset.el (resolved-ascii-font): New variable.
12720 (x-complement-fontset-spec): By side effect, set
12721 `resolved-ascii-font' to the resolved name of ASCII font."
12722 (create-fontset-from-fontset-spec): Don't get a value for
12723 resolved-ascii-font from the list full-fontlist. It is set by
12724 x-complement-fontset-spec now.
12725
12726 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12727 version, check the value of mule-version.
12728
12729 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12730
12731 * textmodes/reftex.el (reftex-view-crossref): Split up into
12732 several functions. No longer moves to find a macro.
12733 (reftex-view-cr-cite, reftex-view-cr-ref,
12734 reftex-end-of-bib-entry): New functions.
12735 (reftex-auto-view-crossref): New value `window' allowed.
12736 (reftex-view-crossref-when-idle): Process new `window' option in
12737 (reftex-translate-to-ascii-function): New default.
12738 (reftex-label-illegal-re): Default changed, removed Latin1.
12739 (reftex-latin1-to-ascii): New function.
12740 (reftex-what-environment): Check for section regexp before use.
12741 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12742 absolute path names.
12743 (reftex-TeX-master-file): Changed sequence of file checks.
12744 (reftex-do-citation): bibview cache only with RefTeX mode on.
12745
12746 1998-09-06 Richard Stallman <rms@gnu.org>
12747
12748 * progmodes/compile.el (compilation-error-regexp-alist):
12749 In first pattern (GNU utilities and other things),
12750 allow a space after the optional program name at the beginning.
12751
12752 * mail/mail-hist.el (mail-hist-current-header-contents):
12753 Fix previous change: use mail-header-end.
12754
12755 1998-09-06 Bill Richter <richter@math.nwu.edu>
12756
12757 * international/ccl.el: Doc fixes.
12758 * international/encoded-kb.el: Doc fixes.
12759 * international/fontset.el: Doc fixes.
12760 * international/kinsoku.el: Doc fixes.
12761 * international/kkc.el: Doc fixes.
12762 * international/mule-cmds.el: Doc fixes.
12763 * international/mule-conf.el: Doc fixes.
12764 * international/mule-util.el: Doc fixes.
12765 * international/mule.el: Doc fixes.
12766
12767 1998-09-05 Eric Ludlam <zappo@gnu.org>
12768
12769 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12770 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12771 (checkdoc-this-string-valid-engine): Permit ? as terminating
12772 punctuation for first line sentence breaking.
12773 (checkdoc-this-string-valid): When converting a comment into a doc
12774 string, make sure " chars are \".
12775 (checkdoc-sentencespace-region-engine): Only do double space check
12776 if based on the variable `sentence-end-double-space'
12777 (checkdoc-this-string-valid-engine): ? ends valid sentence.
12778 (checkdoc-proper-noun-region-engine): Exclude items in URLs
12779
12780 1998-09-04 Richard Stallman <rms@gnu.org>
12781
12782 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12783 Recognize define-skeleton as a function definer.
12784
12785 * cus-edit.el (customize-option): Refuse to customize
12786 a variable that has no defcustom. But if variable is autoloaded,
12787 first try to load the library that defines it.
12788
12789 * international/iso-insert.el: Use `string' before calling `insert'
12790 so that in multibyte buffers we insert multibyte chars.
12791
12792 * dired.el (dired-mark-files-containing-regexp):
12793 Don't use find-file; instead, insert the file in a temp buffer.
12794
12795 * textmodes/tex-mode.el (tex-start-options-string): New option.
12796 (tex-start-tex): Use that variable.
12797
12798 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12799 value in the `repeat' alternative a list.
12800
12801 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12802 the inserted newline, verify that one was really inserted.
12803
12804 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12805 remains on or remains off.
12806 (flyspell-multi-language-p): Default changed to nil.
12807
12808 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12809 In "found in comment" case, don't beginning-of-line after forward-line.
12810
12811 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12812 If the function definition is not a lambda, return original FORM
12813 with no error.
12814
12815 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
12816
12817 * net-utils.el (netstat-program-options): Changed from nil to "-a"
12818 so that by default netstat shows all network connections.
12819
12820 1998-09-04 Bob Weiner <weiner@altrasoft.com>
12821
12822 * international/quail.el: Doc fixes.
12823
12824 * info.el (info): Don't add parens if FILE already has them.
12825
12826 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
12827
12828 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12829 on extension lines.
12830
12831 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
12832
12833 * w32-fns.el (w32-shell-dos-semantics): New function.
12834
12835 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
12836
12837 * international/quail.el (quail-choose-completion-string): Store
12838 completion `choice' in `quail-current-str'; don't insert it.
12839
12840 1998-09-02 Kenichi Handa <handa@etl.go.jp>
12841
12842 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
12843 argument to ps-mule-generate-bitmap-font.
12844
12845 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12846 entry and change Latin-1 entry in the default value.
12847 (ps-mule-font-info-database-ps-bdf): New variable.
12848 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12849 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12850 registerd in FONT-SPEC.
12851 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12852 charcter width of bitmap fonts.
12853 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12854 procedure NF.
12855 (ps-begin-file): Output PostScript code for setting
12856 SpaceWidthRatio.
12857 (ps-plot-region): Use line-beginning-position to get a position of
12858 the beginning of the current line.
12859
12860 * international/mule-cmds.el (register-input-method): Doc-string
12861 modified.
12862
12863 1998-09-01 Dave Love <fx@gnu.org>
12864
12865 * international/mule-cmds.el (current-language-environment): Fix
12866 setter function.
12867
12868 1998-09-01 Simon Marshall <simon@gnu.org>
12869
12870 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
12871 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
12872 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
12873 names with font-lock-type-face. Fontify type specs, etc., with
12874 font-lock-keyword-face.
12875
12876 1998-08-31 Kenichi Handa <handa@etl.go.jp>
12877
12878 * international/fontset.el (x-complement-fontset-spec): If ASCII
12879 font is specified in FONTLIST, don't substitute it for the
12880 resolved name.
12881
12882 1998-08-31 Paul Eggert <eggert@twinsun.com>
12883
12884 * international/mule.el (charset-description): Doc fix.
12885
12886 * language/chinese.el, language/cyrillic.el, language/czech.el,
12887 language/devanagari.el, language/ethiopic.el,
12888 language/european.el, language/hebrew.el, language/indian.el,
12889 language/japanese.el, language/korean.el, language/lao.el,
12890 language/slovak.el, language/thai.el, language/tibetan.el,
12891 language/vietnamese.el:
12892 Add coding: local variable, to avoid bootstrapping problem
12893 if you need to recompile all the Lisp files using interpreted code.
12894
12895 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12896
12897 * cal-china.el (chinese-year-cache): Change range of years from
12898 1989-2000 to 1990-2010.
12899
12900 1998-08-29 Dave Love <d.love@dl.ac.uk>
12901
12902 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
12903 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
12904
12905 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12906
12907 * ps-print.el (ps-print-control-characters): Doc-string modified.
12908 (ps-output-string-prim): Comment format changed.
12909 (ps-do-despool): Indentation of source code changed.
12910
12911 1998-08-28 Kenichi Handa <handa@etl.go.jp>
12912
12913 * subr.el (sref): Make it an alias of aref. Make the
12914 byte-compiler warn that it is obsolete.
12915 (char-bytes): Make the byte-compiler warn that it is obsolete.
12916
12917 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
12918 Calculate the total bytes using position-bytes instead of
12919 char-bytes.
12920
12921 1998-08-27 Karl Heuer <kwzh@gnu.org>
12922
12923 * snmp-mode.el: New file.
12924 * files.el (auto-mode-alist): Add snmp-mode patterns.
12925
12926 1998-08-27 Karl Eichwalder <ke@suse.de>
12927
12928 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
12929
12930 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12931
12932 * calendar/diary-lib.el (diary-block): Doc fix..
12933 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
12934
12935 1998-08-27 Richard Stallman <rms@gnu.org>
12936
12937 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
12938 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
12939 Clear appt-mode-string if we don't put something in it.
12940
12941 1998-08-27 Dave Love <fx@gnu.org>
12942
12943 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
12944 dired-local-variables-file for dired-x.
12945
12946 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
12947 for compressed library files too.
12948
12949 1998-08-26 Kenichi Handa <handa@etl.go.jp>
12950
12951 * language/european.el ("Latin-1"): Modify `documentation' key value.
12952 ("Latin-2"): Likewise.
12953
12954 1998-08-26 Karl Heuer <kwzh@gnu.org>
12955
12956 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
12957
12958 1998-08-26 Albert L. Ting <alt@artisan.com>
12959
12960 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
12961 (mail-hist-current-header-contents): Use mail-text-start.
12962
12963 1998-08-26 Richard Stallman <rms@gnu.org>
12964
12965 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
12966 (customize-changed-options-previous-release): New variable.
12967 (customize-changed-options): Use that variable as default arg.
12968
12969 1998-08-26 Karl Eichwalder <ke@suse.de>
12970
12971 * midnight.el: Require `timer' not only when compiling.
12972
12973 1998-08-26 Per Starback <starback@update.uu.se>
12974
12975 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12976 buffer before creating help group.
12977
12978 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12979
12980 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
12981 coding-system-for-write before saving.
12982
12983 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
12984
12985 * isearch.el (isearch-forward): Doc fix.
12986
12987 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
12988
12989 * emacs-lisp/find-func.el: Fix :version tags to have a string
12990 value, not a float.
12991
12992 * cus-dep.el: Fix typo in output.
12993
12994 1998-08-25 Dave Love <fx@gnu.org>
12995
12996 * repeat.el (repeat): Doc fix.
12997 [From rms:]
12998 (repeat-previous-repeated-command): New variable.
12999 (repeat): Check for real-last-command being null or repeat. Set
13000 repeat-previous-repeated-command.
13001
13002 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13003
13004 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13005
13006 * gnus/message.el (message-send-mail-with-sendmail): Bind
13007 coding-system-for-write by the return value of
13008 select-message-coding-system.
13009 (message-send-mail-with-qmail): Likewise.
13010
13011 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13012
13013 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13014 define-derived-mode.
13015
13016 * files.el (file-name-invalid-regexp):
13017 Fix regex for ms-dos without long file names.
13018
13019 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13020
13021 * ps-print.el: Multi-byte buffer handling.
13022 (ps-print-version): New version number (4.0) and doc fix.
13023 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13024 compilation for GNU Emacs and emacsens.
13025 (ps-generate-postscript-with-faces): Force invisible text to be
13026 visible.
13027 (dos-ps-printer): New var to avoid compilation gripes.
13028
13029 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13030
13031 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13032 that no more characters can't be printed in the current line.
13033
13034 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13035
13036 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13037 greater than TO.
13038
13039 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13040
13041 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13042 20.2 and the earlier version.
13043 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13044 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13045 (ps-mule-find-wrappoint): Likewise.
13046 (ps-mule-generate-font): Change `X' to `x' in format
13047 control-string.
13048 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13049 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13050 `restore' form procedures `BC' and `EC'.
13051
13052 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13053
13054 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13055 is an executable procedure. Make LineThickness, Xshadow, and
13056 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13057 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13058 ps-mule-font-info-database-bdf): New vars.
13059 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13060 (ccl-encode-ethio-unicode): New CCL program.
13061 (ps-mule-encode-ethiopic): New fun.
13062 (ps-mule-current-charset): New var.
13063 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13064 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13065 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13066 (ps-mule-external-libraries): New var.
13067 (ps-mule-init-external-library): New fun.
13068 (ps-mule-font-cache): New var.
13069 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13070 (ps-last-font): New var.
13071 (ps-mule-prepare-font): New fun.
13072 (ps-mule-charset-list): New var.
13073 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13074 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13075 ps-mule-plot-string): New funs.
13076 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13077 New vars.
13078 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13079 ps-mule-prepare-cmpchar-font): New funs.
13080 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13081 vars.
13082 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13083 ps-mule-generate-bitmap-glyph): New funs.
13084 (ps-mule-initialize, ps-mule-begin): New funs.
13085 (ps-output-string-prim): Insert string as unibyte.
13086 (ps-output-prologue): New fun.
13087 (ps-flush-output): Handle the case of 'prologue.
13088 (ps-begin-file): Call ps-mule-initialize.
13089 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13090 printing multibyte characters.
13091 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13092 (ps-basic-plot-string): Handle the case of printing ASCII
13093 characters by external libraries (e.g. BDF).
13094 (ps-set-font): Set ps-last-font.
13095 (ps-plot-region): Handle multibyte characters, use
13096 ps-mule-plot-string for them.
13097 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13098
13099 * bdf.el: New file.
13100
13101 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13102
13103 * international/mule-cmds.el (select-message-coding-system): New
13104 function.
13105 (set-language-environment-coding-systems): Set
13106 default-sendmail-coding-system.
13107
13108 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13109 (default-sendmail-coding-system): New variable.
13110 (sendmail-send-it): Encode the message by a coding system
13111 select-message-coding-system returns.
13112
13113 1998-08-23 Eric Ludlam <zappo@gnu.org>
13114
13115 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13116 (speedbar-mode): Set buffer to read only.
13117 (speedbar-temp-buffer-show-function): For emacs don't call hook
13118 with arguments.
13119 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13120
13121 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13122
13123 * speedbar.el (speedbar-key-map): Fix typo.
13124
13125 See ChangeLog.7 for earlier changes.