]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(Ffontset_info): Fix newline in doc.
[gnu-emacs] / lisp / ChangeLog
1 2000-05-18 Dave Love <fx@gnu.org>
2
3 * info.el (Info-fontify-node): Add intangible property as well as
4 invisible.
5
6 * calendar/appt.el (appt-make-list): Match all lines of entry.
7 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8
9 2000-05-18 Kenichi Handa <handa@etl.go.jp>
10
11 * international/mule-diag.el (describe-char-after): Call
12 internal-char-font, not char-font. If internal-char-font returns
13 nil, display "-- none --".
14
15 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16
17 * image.el (image-type-available-p): Don't reference image-types
18 if it isn't bound.
19
20 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
21
22 * autoarg.el (autoarg-mode): Typo in the :set argument.
23
24 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
25
26 * startup.el (command-line-1): Don't signal an error if the
27 directory for auto-save-list files does not yet exist.
28
29 2000-05-17 Kenichi Handa <handa@etl.go.jp>
30
31 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
32
33 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
34
35 * subr.el (remove-hook): `setq' hook-value, not `set'.
36
37 2000-05-16 Sam Steingold <sds@gnu.org>
38
39 * info.el (debug-ignored-errors): more errors to ignore.
40
41 2000-05-16 Dave Love <fx@gnu.org>
42
43 * cus-edit.el: Don't require cl or easymenu.
44 (custom-variable-prompt): Test standard-value property, not
45 user-variable-p.
46
47 2000-05-16 Sam Steingold <sds@gnu.org>
48
49 * subr.el (add-hook): `setq' hook-value, not `set'.
50
51 2000-05-16 Gerd Moellmann <gerd@gnu.org>
52
53 * startup.el (command-line-1): Mention the FAQ in the startup
54 message.
55
56 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
57
58 * progmodes/compile.el (compilation-parse-errors): Collect
59 `nomessage' regexps last.
60
61 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
62
63 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
64 to the function name.
65
66 2000-05-15 Dave Love <fx@gnu.org>
67
68 * speedbar.el (speedbar-recenter): Typo.
69 (speedbar-expand-line): Make arg optional.
70 (speedbar-mode): Avoid a compiler warning.
71
72 2000-05-15 Gerd Moellmann <gerd@gnu.org>
73
74 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
75 user-specified option string is empty.
76
77 * mouse.el (mouse-yank-at-click): Doc fix.
78
79 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
80
81 * term/internal.el (IT-character-translations): More updates of
82 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
83 documents.
84
85 2000-05-15 Gerd Moellmann <gerd@gnu.org>
86
87 * env.el (getenv): New function, interactively callable.
88 (setenv, getenv): Remove autoload cookies.
89
90 * loadup.el: Load `env'.
91
92 * progmodes/f90.el: Change author's mail address.
93
94 2000-05-14 Dave Love <fx@gnu.org>
95
96 * mail/rmail.el (rmail-show-message-hook): Customize and offer
97 goto-addr as an option.
98
99 * help.el (help-xref-stack): Doc fix.
100 (help-xref-following): New variable.
101 (help-make-xrefs): Use it.
102 (help-xref-go-back): Use position information from stack element.
103 (help-follow): Make position in stack element a pair. Use
104 help-xref-following.
105
106 * autoarg.el: New file.
107
108 * faces.el: Declare more functions obsolete.
109
110 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
111 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
112 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
113 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
114 Remove all the setup-...-environment functions.
115
116 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
117
118 * speedbar.el: Updated the commentary section. xemacs20p now uses
119 >= when detecting. Require `defimage' safely.
120 (speedbar-easymenu-definition-base): Add toggle for images.
121 (speedbar-easymenu-definition-special): Add flush cache & expand.
122 (speedbar-visiting-tag-hook): Set new defaults. Added options.
123 (speedbar-reconfigure-keymaps-hook): New variable.
124 (speedbar-frame-parameters): Updated documentation.
125 (speedbar-use-imenu-flag): Updated custom tag
126 (speedbar-dynamic-tags-function-list): New variable.
127 (speedbar-tag-hierarchy-method): Updated doc & custom.
128 (speedbar-indentation-width, speedbar-indentation-width) New
129 variables.
130 (speedbar-hide-button-brackets-flag): Customizable.
131 (speedbar-vc-indicator): Doc update.
132 (speedbar-ignored-path-expressions): Updated default value.
133 (speedbar-supported-extension-expressions): Updated default value.
134 (speedbar-syntax-table): Remove {} paren status.
135 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
136 as "+". Added overlay aliases.
137 (speedbar-mode): Use `speedbar-mode-line-update' instead of
138 `force-mode-line-update'.
139 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
140 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
141 `mouse-set-point'
142 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
143 (speedbar-item-info-tag-helper): Revamped to handle a wider range
144 of arbitrary text, and new helper functions.
145 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
146 filename finder.
147 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
148 (speedbar-directory-buttons): Update path search/expansion.
149 (speedbar-make-tag-line): Pay attention to
150 `speedbar-indentation-width'. Use more care w/ invisible
151 properties.
152 (speedbar-change-expand-button-char): Call
153 `speedbar-insert-image-button-maybe'.
154 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
155 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
156 (speedbar-trim-words-tag-hierarchy)
157 (speedbar-simple-group-tag-hierarchy): New functions
158 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
159 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
160 functions.
161 (speedbar-mouse-set-point): New function
162 (speedbar-power-click): Updated documentation.
163 (speedbar-line-token, speedbar-goto-this-file): Handle more types
164 of tag prefix text.
165 (speedbar-expand-line, speedbar-contract-line): Make more robust
166 to strange text.
167 (speedbar-expand-line): Takes universal argument to flush the
168 cache.
169 (speedbar-flush-expand-line): New function.
170 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
171 Use new generator insertion method.
172 (speedbar-fetch-dynamic-tags): New function.
173 (speedbar-fetch-dynamic-imenu): Removed code now handled in
174 `speedbar-fetch-dynamic-imenu'.
175 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
176 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
177 "Revert Buffer" menu items.
178 (speedbar-buffer-buttons-engine): Be smarter when creating a
179 filename tag (for expansion purposes.).
180 (speedbar-highlight-one-tag-line,
181 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
182 (speedbar-recenter): New functions.
183 (defimage-speedbar): Image loading abstraction.
184 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
185 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
186 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
187 (speedbar-tag-type, speedbar-tag-mail): New images.
188 (speedbar-expand-image-button-alist): New variable.
189 (speedbar-insert-image-button-maybe): Insert an image over some
190 buttons.
191
192 2000-05-13 Kenichi Handa <handa@etl.go.jp>
193
194 * international/mule-cmds.el (encode-coding-char): An ASCII
195 character is always encodable.
196
197 * international/mule-conf.el: Add more information in descriptions
198 of character sets.
199
200 * international/mule-diag.el (describe-char-after): New function.
201 (describe-font-internal): Adjusted for the change of font-info.
202 (describe-font): Likewise.
203 (print-fontset): Rewritten for the new fontset implementation.
204 (describe-fontset): Include fontset alias names in completion.
205 (list-fontsets): Adjusted for the change of print-fontset.
206
207 * simple.el (what-cursor-position): If DETAIL is non-nil, call
208 describe-char-after instead of displaying the detail in the echo
209 area.
210 (syntax-code-table): Format changed.
211 (string-to-syntax): Adjusted for the above change.
212
213 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
214
215 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
216
217 2000-05-12 Dave Love <fx@gnu.org>
218
219 * calendar/todo-mode.el: Remove some compatibility stuff and CL
220 dependence. Use line-{beginning,end}-position, not
221 point-at{b,e}ol. Some doc fixes.
222 (todo-position): New function. Fix callers of position to use it.
223 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
224
225 2000-05-12 Gerd Moellmann <gerd@gnu.org>
226
227 * time.el (display-time-mail-icon): Use `:ascent center'.
228
229 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
230 handling FTP security extensions.
231
232 2000-05-11 Dave Love <fx@gnu.org>
233
234 * calendar/todo-mode.el: New file.
235
236 2000-05-11 Gerd Moellmann <gerd@gnu.org>
237
238 * comint.el (comint-read-input-ring): Move reference to
239 comint-input-ring-size outside of the save-excursion. It was
240 causing the default value to be the only one ever seen.
241
242 * font-lock.el: Update copyright. Remove Simon Marshall's email
243 address on request from him.
244
245 * subr.el (substitute-key-definition): Add comment describing
246 the meaning of PREFIX.
247
248 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
249
250 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
251
252 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
253 (add-minor-mode): Don't make the variable buffer-local and add a
254 reference to define-minor-mode in the docstring.
255
256 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
257 HEADER/FOOTER and fix bug with trailing empty directory.
258 (cvs-append-to-ignore): Use vc-editable-p if available.
259 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
260 (vc-do-command): Tweak advice to handle the new VC.
261
262 * log-view.el (log-view-goto-rev): New function for the new VC.
263 (log-view-minor-wrap): Use mark-active.
264
265 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
266 (log-edit-changelog-full-paragraphs): New var.
267 (log-edit-insert-changelog): Remove a lonely leading `* file'.
268 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
269 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
270 (log-edit-changelog-ours-p, log-edit-changelog-entries)
271 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
272 Replace the `cvs' prefix with `log-edit'.
273
274 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
275
276 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
277 (diff-font-lock-defaults): Explicitly turn off multiline.
278 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
279 (diff-ediff-patch): Fix call to ediff-patch-file.
280 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
281 Handle comments.
282
283 * frame.el (automatic-hscrolling): Typo.
284
285 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
286
287 2000-05-09 Sam Steingold <sds@goems.com>
288
289 * apropos.el (apropos-print): use `describe-face' instead of
290 `customize-face-other-window'.
291
292 2000-05-09 Dave Love <fx@gnu.org>
293
294 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
295
296 * help.el (describe-variable): Have customize button pop the
297 help-xref stack when invoked.
298 (help-xref-symbol-regexp): Add `face'.
299 (help-make-xrefs): Check for quoted face names and adapt regexp
300 submatch numbers to cope.
301 (help-xref-interned): Maybe insert face doc too. Separate
302 sections with a line of hyphens.
303
304 * faces.el: Some doc fixes. Declare some functions obsolete.
305 (describe-face): Add customize button. Return the help
306 text. Fix prompt.
307
308 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
309
310 * term/internal.el (IT-character-translations): Fix last change.
311
312 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
313
314 * woman.el: New file
315 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
316
317 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
318
319 * term/internal.el (IT-character-translations): Update ASCII
320 simulations for greek-iso8859-7, add latin-iso8859-14 and
321 latin-iso8859-15.
322
323 * international/mule-cmds.el (set-language-info-alist): Call
324 define-prefix-command with 3 arguments, to make the map suitable
325 for a menu.
326
327 2000-05-07 Dave Love <fx@gnu.org>
328
329 * time.el: Small doc fixes from Pavel Janic.
330
331 2000-05-05 Dave Love <fx@gnu.org>
332
333 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
334 list in doc string. Don't quote keyword symbols.
335 * emacs-lisp/cl.el: Likewise
336 * emacs-lisp/cl-seq.el: Likewise
337
338 2000-05-05 Gerd Moellmann <gerd@gnu.org>
339
340 * abbrev.el (abbrev-mode): Make ARG optional.
341
342 2000-05-04 Gerd Moellmann <gerd@gnu.org>
343
344 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
345
346 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
347
348 * subr.el (substitute-key-definition): Clarify documentation.
349
350 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
351
352 * glasses.el (glasses-convert-to-unreadable): Use
353 `glasses-separator' instead of the hard-wired "_".
354 (glasses-mode): Call `glasses-make-unreadable' only in a single
355 place.
356
357 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
358
359 * term/internal.el (cjk-codepages-alist): Add associations for
360 Chinese and Korean codepages. Remove FIXME comment.
361
362 2000-05-03 Dave Love <fx@gnu.org>
363
364 * time.el (display-time-mail-face, display-time-use-mail-icon):
365 New option.
366 (display-time-mail-icon): New variable.
367 (display-time-string-forms): Use the above. Fix the local-map.
368
369 2000-05-03 Gerd Moellmann <gerd@gnu.org>
370
371 * replace.el (query-replace-map): Add binding for `E'.
372 (query-replace-help): Extend help text.
373 (perform-replace): Allow editing the replacement string.
374
375 * make-mode.el (makefile-mode-abbrev-table): New variable.
376 (makefile-mode): Set local abbrev table to
377 makefile-mode-abbrev-table.
378 (makefile-font-lock-keywords): Fontify includes and conditionals.
379
380 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
381 set TOGGLE's value.
382
383 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
384 mail-interactive-insert-alias.
385 (mail-abbrev-complete-alias): New command.
386 (mail-mode-map): Bind it to `M-TAB'.
387
388 2000-05-03 Kenichi Handa <handa@etl.go.jp>
389
390 * language/lao-util.el (lao-compose-region): New function.
391
392 2000-05-02 Gerd Moellmann <gerd@gnu.org>
393
394 * files.el (recover-session): Make directories as necessary
395 if they don't exist yet.
396
397 * calendar/cal-french.el
398 (french-calendar-multibyte-special-days-array)
399 (french-calendar-special-days-array): Change French text.
400 (calendar-french-date-string): Change output.
401 (calendar-goto-french-date): Likewise.
402
403 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
404
405 * wid-edit.el (widget-default-active): Obey `:always-active'.
406 (widget-documentation-string-value-create): Set `:always-active'.
407
408 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
409
410 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
411 default prefix to `~/_emacs.d/auto-save.list/_s'.
412 (normal-top-level): Create the directory for auto-save files, if
413 it doesn't already exist (in the ms-dos case only).
414
415 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
416
417 * international/mule-cmds.el (set-language-environment): Don't
418 concat an integer (dos-codepage), use format instead.
419
420 2000-05-02 Dave Love <fx@gnu.org>
421
422 * help.el (help-xref-on-pp): Check for constant symbols.
423
424 2000-04-29 Gerd Moellmann <gerd@gnu.org>
425
426 * startup.el (normal-top-level): Put a condition-case around
427 the code loading subdirs.el.
428
429 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
430
431 * ps-print.el: Upside-down and face background color printing,
432 line number step, doc fix.
433 (ps-print-version): New version number (5.2).
434 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
435 (ps-face-attribute-list, ps-plot-with-face): Code fix.
436 (ps-spool-config): Var fix.
437 (ps-printer-name-option): Const fix.
438 (ps-print-upside-down, ps-use-face-background)
439 (ps-line-number-step): New vars.
440 (ps-window-system, ps-lp-system): New consts.
441 (ps-face-background): New fun.
442
443 2000-04-28 Richard Stallman <rms@gnu.org>
444
445 * files.el (make-auto-save-file-name):
446 Apply auto-save-file-name-transforms to visited file name
447 before generating auto save file name.
448 (auto-save-file-name-transforms): New variable.
449
450 * files.el (backup-enable-predicate):
451 Correctly test for a file under a temporary directory.
452
453 2000-04-28 Gerd Moellmann <gerd@gnu.org>
454
455 * subr.el (add-minor-mode): Rewritten.
456
457 2000-04-28 Kenichi Handa <handa@etl.go.jp>
458
459 * mail/sendmail.el (sendmail-send-it): Set
460 buffer-file-coding-system to the selected coding system for MIME
461 header.
462
463 2000-04-27 Gerd Moellmann <gerd@gnu.org>
464
465 * dired.el (dired-move-to-filename-regexp): Allow format where
466 YYYY is followed by two spaces.
467
468 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
469 in the second character class of the regexp.
470
471 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
472 mh-etc, too.
473
474 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
475 nil.
476
477 * subr.el (add-minor-mode): Use `set' instead of `setq'.
478
479 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
480 argument.
481
482 2000-04-27 Sen Nagata <sen@eccosys.com>
483
484 * emacs-lisp/crm.el (crm-completion-table): New variable.
485 (crm-collection-fn, crm-test-completion)
486 (completing-read-multiple): Use it.
487
488 2000-04-27 Dave Love <fx@gnu.org>
489
490 * help.el (locate-library): Use mapc.
491 (help-manyarg-func-alist): Add call-process-region.
492
493 2000-04-26 Gerd Moellmann <gerd@gnu.org>
494
495 * subr.el (add-minor-mode): Make argument MAP optional.
496
497 * desktop.el (desktop-save): Save list of minor modes.
498 (desktop-create-buffer): Restore minor modes.
499 (desktop-minor-mode-table): New user-option.
500
501 * subr.el (add-minor-mode): New function.
502
503 * image.el (find-image): New function.
504 (defimage): Rewritten to find image at load time.
505
506 * startup.el (normal-top-level-add-to-load-path): Handle
507 case that the default directory is not in load-path.
508
509 * help.el: Old patch from Stefan Monnier.
510 (help-xref-on-pp): New function.
511 (describe-variable): Use it to display xrefs in a symbol's value.
512
513 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
514
515 * cus-edit.el (custom-face): Fix parenthesis.
516
517 2000-04-26 Kenichi Handa <handa@etl.go.jp>
518
519 * mail/rmail.el (rmail-expunge): When there are no deleted
520 messages, do nothing.
521
522 2000-04-26 Dave Love <fx@gnu.org>
523
524 * international/mule-cmds.el (locale-translation-file-name):
525 Defvar to nil.
526 (set-locale-environment): Set it here (at runtime).
527
528 2000-04-25 Gerd Moellmann <gerd@gnu.org>
529
530 * replace.el (perform-replace): Add parameters START and END. Use
531 them instead of the check for a region in Transient Mark mode.
532 (query-replace-read-args): Return two more list elements for the
533 start and end of the region in Transient Mark mode.
534 (query-replace, query-replace-regexp, query-replace-regexp-eval)
535 (map-query-replace-regexp, replace-string, replace-regexp): Add
536 optional last arguments START and END and pass them to
537 perform-replace.
538
539 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
540 form with additional arguments for perform-replace.
541
542 * progmodes/etags.el (tags-query-replace): Add parameters START
543 and END. Construct a form with additional arguments for
544 perform-replace.
545
546 * simple.el (shell-command): Set default directory for "*Shell
547 Command Output" buffer.
548
549 * language/european.el (iso-latin-4): Fix typo.
550
551 * emacs-lisp/crm.el: New file.
552
553 2000-04-24 Dave Love <fx@gnu.org>
554
555 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
556 (Custom-reset-saved, Custom-reset-standard)
557 (custom-group-value-create, custom-group-set, custom-group-save)
558 (custom-group-reset-current, custom-group-reset-saved)
559 (custom-group-reset-standard): Use mapc.
560 (custom-buffer-create-internal): Disable undo when creating items.
561 Use mapc.
562 (custom-face): Avoid redundant lambda.
563
564 2000-04-24 Gerd Moellmann <gerd@gnu.org>
565
566 * startup.el (auto-save-list-file-prefix): Set default to
567 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
568
569 2000-04-24 Sam Steingold <sds@gnu.org>
570
571 * time-stamp.el (time-stamp-string-preprocess): Always convert
572 `field-result' to a string.
573
574 2000-04-24 Gerd Moellmann <gerd@gnu.org>
575
576 * frame.el (scrolling): New group.
577 (automatic-hscrolling): New user-option.
578
579 * startup.el (command-line-x-option-alist): Add `-lsp' and
580 `--line-spacing'.
581
582 2000-04-19 Dave Love <fx@gnu.org>
583
584 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
585 (cl-mapc): Rename from mapc. Fix the funcall.
586
587 2000-04-19 Gerd Moellmann <gerd@gnu.org>
588
589 * simple.el (clone-indirect-buffer-other-window): New command.
590 (clone-indirect-buffer): Add optional arg NORECROD.
591 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
592
593 * help.el (resize-temp-buffer-window): Use count-screen-lines.
594
595 * window.el (count-screen-lines): New function.
596 (shrink-window-if-larger-than-buffer): Use count-screen-lines
597 instead of window-buffer-height.
598
599 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
600 non-existing variable comint-input-sentinel.
601 (inferior-lisp-args-to-list): Removed.
602 (inferior-lisp): Use split-string instead of
603 inferior-lisp-args-to-list.
604
605 * hexl.el (hexl-insert-hex-string): New command.
606
607 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
608 instead of concat.
609
610 2000-04-18 Gerd Moellmann <gerd@gnu.org>
611
612 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
613 at the start of an existing but empty folder.
614
615 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
616
617 * ps-mule.el: Customization fix, doc fix.
618 (ps-multibyte-buffer): Customization fix.
619
620 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
621
622 * subr.el (read-passwd): Use read-char-exclusive.
623
624 2000-04-17 Gerd Moellmann <gerd@gnu.org>
625
626 * textmodes/texinfo.el (texinfo-insert-@email)
627 (texinfo-insert-@emph, texinfo-insert-@quotation)
628 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
629 (texinfo-mode-map): Add key bindings for them.
630
631 * files.el (basic-save-buffer-2): Use a template with `$'
632 instead of `#' for VMS.
633
634 * simple.el (clone-indirect-buffer): New function.
635
636 2000-04-16 Stephen Eglen <stephen@gnu.org>
637
638 * iswitchb.el (iswitchb-case): New function. If the user input
639 contains any upper-case characters, the search is made
640 case-sensitive.
641
642 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
643
644 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
645 comment-end.
646 (texinfo-font-lock-syntactic-keywords): New var.
647 (texinfo-font-lock-keywords): Remove comment regexp.
648 (texinfo-insert-block): New function.
649 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
650 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
651 and font-lock-defaults. Use regexp-opt for outline-regexp.
652 (texinfo-environments): New var.
653 (texinfo-environment-regexp): Use regexp-opt and
654 texinfo-environments.
655
656 * textmodes/ispell.el (ispell-menu-map-needed): Check that
657 ispell-process is bound since this might be eval'd before ispell
658 is loaded.
659 (ispell-message): Use a tiny bit less magic and a bit more hard
660 data to figure out what kind of sc-cite-regexp to use.
661
662 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
663
664 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
665 (insert-cyclic-diary-entry): Unquote the lambda.
666
667 * gud.el (gud-jdb-build-source-files-list): Fix typo.
668
669 * files.el (backup-enable-predicate): Unquote the lambda.
670
671 * cus-edit.el (custom-face, face): Unquote the lambda.
672
673 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
674
675 * ps-print.el: Check for line-beginning-position definition.
676
677 * ps-print.el: Fix counting lines in a region.
678 (ps-print-version): New version number (5.1.5).
679 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
680 (ps-printing-region): Fun code fix.
681
682 2000-04-15 Gerd Moellmann <gerd@gnu.org>
683
684 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
685 to file-directory-p.
686
687 2000-04-14 Gerd Moellmann <gerd@gnu.org>
688
689 * gud.el (gud-jdb-build-source-files-list): Check that directory
690 exists before calling directory-files.
691
692 2000-04-13 Dave Love <fx@gnu.org>
693
694 * emacs-lisp/trace.el: Change maintainer. Use new backquote
695 syntax.
696
697 * emacs-lisp/cl-specs.el: Remove when, unless.
698
699 * emacs-lisp/cl-extra.el: Don't quote keywords.
700 (cl-old-mapc): New variable.
701 (mapc): Use it.
702 (cl-map-intervals): Use with-current-buffer. Don't check for
703 next-property-change.
704 (cl-map-overlays): Use with-current-buffer.
705 (cl-expt): Remove.
706 (copy-tree, remprop): Define unconditionally.
707
708 * emacs-lisp/cl-compat.el (keywordp): Remove.
709
710 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
711 to use keywordp.
712 (edebug-spec): Enable keywordp.
713
714 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
715 string-lessp.
716
717 * cus-start.el: Use keywordp.
718
719 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
720
721 * diary-lib.el (include-other-diary-files): Fix the fix of
722 2000-02-18 by doing a save-excursion.
723
724 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
725
726 * ps-print.el: Customization fix, doc fix.
727 (ps-print-version): New version number (5.1.4).
728 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
729 (ps-print-preprint): Adjust code.
730 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
731 (ps-print-prologue-header, ps-print-control-characters)
732 (ps-spool-config): Customization fix.
733
734 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
735
736 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
737 converted to the new menu-item format, names silightly changed,
738 help strings added.
739
740 Support for spelling without async subprocesses:
741
742 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
743 (ispell-session-buffer): New variables.
744 (ispell-start-process, ispell-process-status,
745 ispell-accept-output, ispell-send-string): New functions, for
746 Ispell invocation when async subprocesses aren't supported.
747 (ispell-word, ispell-pdict-save, ispell-command-loop,
748 ispell-process-line, ispell-buffer-local-parsing): Replace calls
749 to process-send-string with calls to ispell-send-string, and
750 accept-process-output with ispell-accept-output.
751 (ispell-init-process): Call ispell-process-status instead of
752 process-status with.
753 (ispell-init-process): Call ispell-start-process. Call
754 ispell-accept-output and ispell-send-string. Don't call
755 process-kill-without-query and kill-process if they are unbound.
756 (ispell-async-processp): New function.
757
758 2000-04-12 Dave Love <fx@gnu.org>
759
760 * info.el: Add debug-ignored-errors.
761 (Info-mode-menu): Add some items.
762 (Info-directory): Add autoload cookie.
763
764 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
765 Modify `truncate-lines'. Make `describe-language-environment'
766 always visible and add help. Modify `describe-key' help. Invoke
767 Info-directory from `info'. New entry `emacs-manual'.
768
769 2000-04-10 Gerd Moellmann <gerd@gnu.org>
770
771 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
772 propertized-buffer-identification.
773 (ebrowse-update-member-buffer-mode-line): Likewise.
774 (ebrowse--mode-strings): Removed.
775 (ebrowse--mode-line-props): Removed.
776
777 * files.el (auto-mode-alist): Add `EBROWSE'.
778
779 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
780 space before testing for end of buffer.
781 (ebrowse-load): Removed.
782 (ebrowse-revert-tree-buffer-from-file): Rewritten.
783 (ebrowse-create-tree-buffer): Rewritten.
784 (ebrowse-tree-mode): Read tree from buffer.
785
786 * progmodes/ebrowse-ffh.el: Removed.
787
788 2000-04-10 Kenichi Handa <handa@etl.go.jp>
789
790 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
791
792 2000-04-10 Gerd Moellmann <gerd@gnu.org>
793
794 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
795 at the wrong place.
796
797 2000-04-09 Dave Love <fx@gnu.org>
798
799 * files.el (backup-enable-predicate): Use
800 temporary-file-directory, small-temporary-file-directory.
801 (make-backup-file-name-function, backup-directory-alist): New
802 variables.
803 (make-backup-file-name-1): New function.
804 (make-backup-file-name): Use it.
805 (find-backup-file-name): Likewise. Use format for clarity, not
806 concat.
807 (file-newest-backup): Use make-backup-file-name.
808
809 2000-04-09 Gerd Moellmann <gerd@gnu.org>
810
811 * progmodes/ebrowse-ffh.el: New file.
812
813 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
814 to ebrowse-ffh.el.
815 (ebrowse-load): Add autoload.
816
817 * finder.el (finder-commentary): Add autoload cookie.
818
819 * mail/rfc2368.el: Correct author's email address.
820
821 * progmodes/ebrowse.el: New file.
822
823 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
824 item help string.
825 (easy-menu-do-add-item): Ditto.
826 (easy-menu-define): Extend doc string.
827
828 * jit-lock.el (with-buffer-unmodified): Use
829 restore-buffer-modified-p.
830 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
831 (jit-lock-function, jit-lock-stealth-fontify): Don't use
832 with-buffer-unmodified.
833
834 2000-04-08 Dave Love <fx@gnu.org>
835
836 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
837 unless, when.
838
839 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
840
841 * viper-util.el (viper-put-on-search-overlay): New subroutine.
842 (viper-flash-search-pattern): No operation when using Emacs
843 doesn't support face.
844 Use `viper-put-on-search-overlay'.
845
846 2000-04-04 Gerd Moellmann <gerd@gnu.org>
847
848 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
849 like C-r.
850
851 * progmodes/make-mode.el: Some doc fixes.
852 (makefile-mode-abbrev-table): New variable.
853 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
854 (makefile-font-lock-keywords): Fontify includes and conditionals.
855 (toplevel): Require `dabbrev' and `add-log' when compiling.
856
857 * replace.el (perform-replace): Don't move forward one char
858 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
859 to do that because it leaves point 1 position after the last
860 replacement, after everything has been replaced.
861
862 * jit-lock.el (with-buffer-unmodified): New macro.
863 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
864 modified state.
865 (jit-lock-function-1): Extracted from jit-lock-function; not
866 preserving buffer's modified state.
867 (jit-lock-function, jit-lock-stealth-fontify): Call
868 jit-lock-function-1.
869
870 * mail/rfc2368.el: Remove supernumerary copyright line.
871
872 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
873
874 * glasses.el: Provide facilities for inserting space before left
875 parentheses and uncapitalization of identifiers.
876 (glasses-mode): Try to remove old overlays in all cases.
877
878 2000-04-03 Gerd Moellmann <gerd@gnu.org>
879
880 * progmodes/compile.el (compile-internal): Display the compilation
881 buffer in a different frame, if it's already displayed there.
882
883 * mail/rfc2368.el: New file.
884
885 * simple.el (sendmail-user-agent-compose): Recognize a `body'
886 header and insert its value as mail body.
887
888 * subr.el (member-ignore-case): New function.
889
890 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
891 (dabbrev--find-expansion): Ignore buffers matching a regexp
892 from dabbrev-ignored-regexps.
893
894 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
895 to extensions handled by gzip.
896
897 2000-04-03 Richard M. Stallman <rms@gnu.org>
898
899 * files.el (insert-directory): List the total free space
900 along with the used space.
901
902 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
903 line is followed by one that matches CITATION-REGEXP, end the
904 paragraph.
905
906 2000-04-03 Markus Rost <rost@delysid.gnu.org>
907
908 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
909 (rmail-make-basic-summary-line): Use that option.
910
911 2000-04-03 Kenichi Handa <handa@etl.go.jp>
912
913 * international/mule-cmds.el (encoded-string-description):
914 Rewritten. Try pretty description for ISO 2022 escape sequences
915 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
916 for hexadecimal format.
917
918 2000-04-01 Dave Love <fx@gnu.org>
919
920 * cpp.el: Change customization group to `c' from `C'.
921
922 * vcursor.el (vcursor-move): Use display-color-p.
923
924 * international/mule-util.el: Provide mule-utils.
925 (string-to-sequence): Simplify and speed up.
926
927 * international/mule.el (make-coding-system): Purecopy doc-string.
928
929 * international/mule-cmds.el: Various menu changes.
930 (describe-specified-language-support): Handle `Default'.
931 (set-language-info): Purecopy `info'.
932
933 2000-03-31 Andrew Innes <andrewi@gnu.org>
934
935 * vc.el (vc-backend-diff): Return the correct status if we had to
936 retry the rcsdiff command without the --brief option.
937
938 2000-03-31 Dave Love <fx@gnu.org>
939
940 * help.el (help-manyarg-func-alist): Correct several omissions.
941
942 * add-log.el: Don't require cl, fortran.
943 (add-log-current-defun-function): Doc fix.
944 (change-log-version-number-regexp-list): Remove SCCS part. Doc
945 fix.
946 (change-log-version-rcs): Function deleted.
947 (change-log-version-number-search): Doc fix. Use
948 vc-workfile-version. Avoid CL dolist.
949 (add-change-log-entry): Just call add-log-current-defun to get
950 defun. Simplify somewhat.
951 (change-log-get-method-definition-1): Likewise.
952 (add-log-current-defun): Return nil if calling
953 add-log-current-defun-function does so. Move Fortran stuff to
954 fortran.el. Return string without properties.
955
956 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
957 and :alpha: char classes.
958
959 * mail/supercite.el: Defvar curline when compiling.
960 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
961 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
962 rather than a-zA-Z0-9 to allow non-ASCII characters.
963
964 2000-03-31 Gerd Moellmann <gerd@gnu.org>
965
966 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
967
968 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
969 Re-enable new code.
970
971 * lpr.el (print-region-1): Use -d to specify printer name for
972 systems `usg-unix-v*, `dgux', `hpux', `irix'.
973
974 2000-03-31 Dave Love <fx@gnu.org>
975
976 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
977 for function definition in symbol's function value slot first
978 instead of first consulting byte-compile-function-environment.
979
980 2000-03-31 Kenichi Handa <handa@etl.go.jp>
981
982 * language/european.el ("Polish"): New language environment.
983 (setup-polish-environment): New function.
984
985 2000-03-30 Gerd Moellmann <gerd@gnu.org>
986
987 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
988 Disable new code.
989
990 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
991 trying to `load' the symbol of an autoload instead of the file
992 recorded in the autoload. Fix error messages.
993
994 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
995
996 * ps-print.el: PostScript programming fix for ghostview, doc fix.
997 (ps-print-version): New version number (5.1.3).
998 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
999 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1000 (ps-generate-postscript-with-faces): Code fix.
1001 (ps-color-values): XEmacs compatibility.
1002 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1003 (ps-default-fg, ps-default-bg): Adjust customization.
1004 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1005 (ps-color-scale): Renaming old ps-color-value fun.
1006 (ps-print-headers): Replace ps-print-header group to avoid conflict
1007 with ps-print-header variable.
1008 (ps-print-miscellany): New group.
1009 (ps-format-color, ps-rgb-color): New funs.
1010 (ps-default-foreground): New var.
1011 (ps-printer-name-option): New const.
1012
1013 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1014
1015 * net/net-utils.el:
1016 (network-connection-host, network-connection-service): New variables
1017 (network-connection-mode): New mode, derived from comint-mode
1018 (network-connection-mode-setup): New function, saves host and
1019 service information in local variables.
1020
1021 * lisp/locate.el:
1022 (locate-word-at-point): Added this function
1023 (locate): Default to using locate-word-at-point as input
1024 Run dired-mode-hook
1025
1026 2000-03-29 Dave Love <fx@gnu.org>
1027
1028 * calendar/appt.el: Doc fixes.
1029 (appt-check): Convert min-to-app to a string before passing to
1030 appt-disp-window-function or concat.
1031 (appt-delete-window): Remove test for frame-root-window.
1032 (appt-select-lowest-window, appt-convert-time): Simplify.
1033
1034 * emacs-lisp/bytecomp.el: Doc fixes.
1035 (byte-compile-file-form-autoload): Update
1036 byte-compile-function-environment.
1037
1038 2000-03-29 Andreas Schwab <schwab@suse.de>
1039
1040 * emacs-lisp/autoload.el: Also print defsubst doc string
1041 specially.
1042
1043 * dired.el (dired-insert-directory): If dired-free-space-program
1044 failed just delete its output.
1045
1046 2000-03-29 Dave Love <fx@gnu.org>
1047
1048 * international/iso-cvt.el: Move provide to end. Doc fixes.
1049 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1050 (iso-iso2sgml, iso-sgml2iso): New functions.
1051 (iso-cvt-define-menu): Fix some entries and use backquote for
1052 clarity.
1053
1054 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1055
1056 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1057
1058 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1059 ISO-DATE. If non-nil, return date in ISO 8601 format.
1060
1061 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1062
1063 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1064 if it ever becomes used.
1065 (log-edit-mode-hook): Default to vc-log-mode-hook.
1066 (log-edit-mode): Fix the docstring.
1067
1068 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1069 the code.
1070
1071 2000-03-26 Dave Love <fx@gnu.org>
1072
1073 * net/browse-url.el (browse-url): Re-fix case of
1074 browse-url-browser-function being an alist.
1075 (browse-url): Add :link to defgroup.
1076
1077 * files.el: Doc fixes.
1078 (file-truename): Include `[' in wildcard characters.
1079 (automount-dir-prefix): Customize.
1080 (find-file-wildcards): Add :version.
1081 (find-file-noselect): Simplify a mapcar call.
1082
1083 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1084 compatible with inf-lisp version.
1085 (eval-defun-1): Fix custom-declare-variable case.
1086
1087 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1088
1089 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1090
1091 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1092
1093 * Makefile (COMPILE_FIRST): New macro.
1094 (compile-files): Compile files from COMPILE_FIRST first.
1095
1096 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1097 code.
1098
1099 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1100 matching open parenthesis in column 0 to defun-prompt-regexp
1101 only if open-paren-in-column-0-is-defun-start is set.
1102
1103 * sun-curs.el: Require CL at compile-time only.
1104
1105 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1106 instead of copy-list which is a function from CL.
1107 (msb--choose-menu, msb--mode-menu-cond)
1108 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1109 (msb--init-file-alist): Use mapcar instead of mapcan.
1110 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1111 `(' in column 0 in doc string.
1112 (msb--add-separators): Use mapcar instead of mapcan.
1113
1114 * cus-dep.el: Require CL at compile-time only.
1115
1116 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1117
1118 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1119 (byte-compile-warnings): New warning `noruntime'.
1120 (byte-compile-constants, byte-compile-variables): Fix docstring.
1121 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1122 execute `eval-whenc-compile's body.
1123 (byte-compile-unresolved-functions): Fix docstring.
1124 (byte-compile-eval): New function.
1125 (byte-compile-callargs-warn): Check if the function will be available
1126 at runtime (via property `byte-compile-noruntime').
1127 (byte-compile-print-syms): New function.
1128 (byte-compile-warn-about-unresolved-functions): Also warn about
1129 `noruntime' functions (and use `byte-compile-print-syms').
1130 (byte-compile-file): Capitalize the message.
1131
1132 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1133
1134 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1135 (rmail-expunge): Ask for confirmation depending on the setting
1136 of rmail-confirm-expunge.
1137
1138 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1139
1140 * Makefile (bootstrap-clean): If $(emacs) exists, build
1141 loaddefs.el first. A loaddefs.el that's not up-to-date might
1142 cause a bootstrap failure because things don't autoload as
1143 expected.
1144
1145 2000-03-23 Dave Love <fx@gnu.org>
1146
1147 * net/browse-url.el: Restore previous use of
1148 browse-url-maybe-new-window.
1149
1150 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1151
1152 * ps-print.el: Skip banner page fix.
1153 (ps-print-version): New version number (5.1.2).
1154 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1155
1156 2000-03-23 Dave Pearson <davep@davep.org>
1157
1158 * net/quickurl.el Changed the type of parameter passed to the
1159 function defined by `quickurl-format-function'. Before only the
1160 text of the URL was passed. Now the whole URL structure is passed
1161 and the function is responsible for extracting the parts it
1162 requires. Changed the default of `quickurl-format-function'
1163 accordingly.
1164 (quickurl-insert): Changed the `funcall' of
1165 `quickurl-format-function' to match the above change.
1166 (quickurl-list-insert): Changed the `url' case so that it makes
1167 use of `quickurl-format-function', previous to this the format was
1168 hard wired.
1169
1170 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1171
1172 * startup.el: Change some spellings for the X Window System.
1173
1174 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1175
1176 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1177 up the code and the regexp and make sure the cursor is temporarily
1178 moved to the suspicious line while querying the user.
1179
1180 2000-03-22 Jason Rumney <jasonr@gnu.org>
1181
1182 * w32-fns.el (w32-charset-info-alist): Initialize.
1183
1184 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1185
1186 * ps-print.el: N-up last page fix.
1187 (ps-print-version): New version number (5.1.1).
1188 (ps-end-file, ps-end-job, ps-generate): Code fix.
1189
1190 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1191
1192 * files.el (find-file-run-dired): Update docstring.
1193 (find-directory-functions): New hook.
1194 (find-file-noselect): Run find-directory-functions rather than
1195 calling dired directly.
1196
1197 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1198
1199 * pcvs.el: Add a minimal leading commentary.
1200 (cvs-make-cvs-buffer): Change the header part by removing the startup
1201 message and adding a `Module' entry. Also replace the FOOTER and
1202 HEADER special fileinfos with the new support in ewoc for updating
1203 its own footer and header.
1204 (cvs-update-header): Update to use the header/footer of the ewoc.
1205 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1206 (cvs-is-within-p): New function.
1207 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1208 to only examine some subset of the buffers.
1209
1210 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1211 `format' instead of our own ad-hoc functions.
1212 Remove HEADER and FOOTER cases, now handled in the EWOC.
1213 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1214
1215 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1216 output to avoid scaring the user.
1217 (cvs-parse-table): Catch message for non-up-to-date commits.
1218
1219 * pcvs-defs.el (cvs-startup-message): Remove.
1220 (cvs-global-menu): New autoloaded menu.
1221
1222 * pcvs-util.el (cvs-string-fill): Remove.
1223
1224 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1225 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1226 PP part of it and also make it work for footers and headers.
1227 (ewoc-create): Drop POS and BUFFER arguments.
1228 Use the DLL's dummy node to store the end-of-footer position.
1229 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1230 (ewoc-refresh): Remove unused `header' variable.
1231 (ewoc-(get|set)-hf): New functions.
1232
1233 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1234 log-view-*-(message|file) and use easy-mmode-define-navigation.
1235 (log-view-message-re): Match SCCS format as well.
1236 And match the revision line rather than the dashed separator line.
1237 (log-view-mode): Use the new define-derived-mode.
1238 (log-view-current-tag): Fill in with an actual implementation.
1239
1240 * cvs-status.el (cvs-status-(prev|next)): Rename from
1241 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1242 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1243 to let the output "breathe" a little more (more readable).
1244 (cvs-status-mode): Use the new define-derived-mode.
1245
1246 * smerge-mode.el (smerge-auto-leave): New function and variable.
1247 (smerge-basic-map): Rename from smerge-basic-keymap.
1248 Change the bindings for smerge-diff-*.
1249 (smerge-*-map): Use easy-mmode-defmap.
1250 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1251 (smerge-keep-*): Use smerge-auto-leave.
1252
1253 2000-03-21 Jason Rumney <jasonr@gnu.org>
1254
1255 * cus-edit.el (custom-button-face): Use 3D look for w32.
1256 (custom-button-pressed-face): Likewise.
1257
1258 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1259
1260 * progmodes/etags.el (tags-case-fold-search): New user-option.
1261 (tags-loop-eval): New function. Bind case-fold-search around eval
1262 depending on the value of tags-case-fold-search.
1263 (tags-loop-continue): Use tags-loop-eval.
1264 (find-tag-in-order): Bind case-fold-search depending on the value
1265 of tags-case-fold-search.
1266
1267 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1268
1269 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1270 (diff-end-of-hunk): Return the end position for use in
1271 `easy-mmode-define-navigation'.
1272 (diff-recenter): Remove.
1273 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1274 of `easy-mmode-define-navigation'.
1275 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1276 previous renaming) and fix to use new names.
1277 (diff-merge-strings): Use \n as separator: simpler, faster.
1278 (diff-mode): Use `define-derived-mode'.
1279
1280 * derived.el (define-derived-mode): Don't autoload anymore.
1281 Prefer the macro-only version provided by easy-mmode.el.
1282
1283 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1284 `easy-mmode-define-derived-mode'.
1285 Use `combine-run-hooks'.
1286 (easy-mmode-define-navigation): New macro.
1287
1288 * subr.el (combine-run-hooks): New function.
1289
1290 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1291
1292 * term/x-win.el: Fontsets related initialization is simplified.
1293
1294 * international/mule-diag.el (describe-font): Don't refer to
1295 global-fontset-alist, instead call font-list.
1296 (describe-fontset, list-fontsets, mule-diag): Likewise.
1297 (print-fontset): Adjusted for the change of fontset
1298 implementation.
1299
1300 * international/fontset.el (x-charset-registries): Variable
1301 removed, instead the corresponding data is stored in the default
1302 fontset.
1303 (register-alternate-fontnames): Function removed.
1304 (resolved-ascii-font): Variable removed.
1305 (x-compose-font-name): Ignore the second argument REDOCE.
1306 (x-complement-fontset-spec): Complement only an ASCII font and
1307 element for those charsets than can use that ASCII font.
1308 (generate-fontset-menu): Don't refer to global-fontset-alist,
1309 instead call fontset-list.
1310 (uninstantiated-fontset-alist): Variable removed.
1311 (x-style-funcs-alist): Likewise.
1312 (fontset-default-styles): Likewise.
1313 (x-modify-font-name): Function removed.
1314 (create-fontset-from-fontset-spec): Ignore the argument
1315 STYLE-VARIANT.
1316 (create-fontset-from-ascii-font): Docsting adjusted for the above
1317 change.
1318 (instantiate-fontset, resolve-fontset-name): Functions removed.
1319 (fontset-list): Now implemented by C code.
1320
1321 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1322 (describe-face): Include `font' attribute in the description.
1323
1324 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1325
1326 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1327
1328 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1329
1330 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1331 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1332 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1333
1334 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1335 about behavior of set-buffer-modified-p wrt redisplay.
1336
1337 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1338
1339 * view.el (view-mode-disable): Kill local binding of view-read-only.
1340
1341 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1342
1343 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1344 is a string, convert it to a syntax cell using string-to-syntax.
1345
1346 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1347 (string-to-syntax): New function.
1348
1349 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1350 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1351 try to use passive ftp mode.
1352
1353 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1354
1355 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1356
1357 * simple.el (append-to-buffer): Update point of windows after
1358 insertion.
1359
1360 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1361 forward then moving backward. Reindent.
1362
1363 * frame.el (other-frame): Call x-focus-frame only if
1364 focus-follows-mouse is off.
1365
1366 2000-03-17 Dave Love <fx@gnu.org>
1367
1368 * pcvs-util.el (cvs-strings->string): Rename
1369 replace-regexps-in-string.
1370
1371 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1372
1373 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1374 regexp for labels cannot span several lines.
1375
1376 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1377 `(setq :<key> ':<key>)' to the macro expansion.
1378
1379 2000-03-16 Dave Love <fx@gnu.org>
1380
1381 * progmodes/f90.el (f90): Put custom group under `languages', not
1382 `fortran'.
1383 (f90-mode-hook): Customize.
1384 (f90-mode): Set add-log-current-defun-function.
1385 (f90-current-defun): New function.
1386
1387 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1388
1389 * cus-edit.el (custom-variable-tag-face): Handle case that
1390 default face's height is not a number.
1391 (custom-face-tag-face, custom-group-tag-face-1)
1392 (custom-group-tag-face): Ditto.
1393 (custom-group-tag-face-1): Add :group.
1394
1395 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1396
1397 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1398
1399 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1400 requiring easymenu.
1401
1402 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1403
1404 * ps-print.el: PostScript user-defined prologue, PostScript error
1405 handler, doc fix.
1406 (ps-print-version): New version number (5.1).
1407 (ps-user-defined-prologue, ps-error-handler-message)
1408 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1409 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1410 (ps-insert-string): New function.
1411
1412 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1413
1414 * international/ccl.el (ccl-compile-expression): Don't generate
1415 invalid self-assignment code.
1416
1417 2000-03-14 Dave Love <fx@gnu.org>
1418
1419 * subr.el (replace-regexp-in-string): Renamed from
1420 replace-regexps-in-string. Doc fix.
1421
1422 2000-03-12 Dave Love <fx@gnu.org>
1423
1424 * cus-edit.el: Doc fixes.
1425 (customize-set-variable, customize-save-variable): Rename args for
1426 doc.
1427 (custom-variable-tag-face, custom-face-tag-face)
1428 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1429 style which user identify as hyperlink.
1430 (hook): Don't add undefined functions to the hook.
1431 (debug-ignored-errors): Transfer message from bindings.el.
1432
1433 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1434
1435 * recentf.el (recentf-keep-non-readable-files-p): Remove
1436 double/nested definition.
1437
1438 2000-03-12 Dave Love <fx@gnu.org>
1439
1440 * facemenu.el (facemenu-get-face): Use display-color-p.
1441 * enriched.el (enriched-decode-foreground): Likewise.
1442 (enriched-decode-background): Likewise.
1443 * isearch.el (isearch-highlight): Likewise.
1444 * info-look.el (info-lookup): Likewise.
1445 * simple.el (completion-setup-function): Likewise.
1446
1447 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1448 :options.
1449
1450 * bindings.el (mode-line-format): Fix line-number and
1451 column-number items. Add help-echo for the background.
1452 (mode-line-mule-info): Modify help-echo.
1453
1454 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1455 defcustom.
1456
1457 * files.el (load-file): Allow completion to .elc.
1458
1459 * man.el: Doc fixes.
1460 (Man-init-defvars): Use display-color-p to set fontification.
1461
1462 * play/hanoi.el (hanoi-internal): Don't use oddp.
1463
1464 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1465
1466 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1467
1468 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1469
1470 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1471
1472 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1473 Fix comment.
1474
1475 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1476
1477 * font-lock.el (font-lock-keywords): Fix the doc now that
1478 regexp-opt-depth is unnecessary.
1479 (save-buffer-state): Set an edebug spec.
1480 (font-lock-fontify-anchored-keywords): Properly handle the case when
1481 the matcher goes past the limit.
1482
1483 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1484 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1485
1486 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1487 dll.el and cookie.el (from Elib) with heavy renaming and other
1488 massaging.
1489
1490 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1491 Autoload the functions used.
1492 (easy-mmode-define-syntax): Fix CL typo.
1493 (easy-mmode-define-derived-mode): Improve the docstring generation.
1494
1495 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1496
1497 * textmodes/texinfo.el (texinfo-version): Variable and function
1498 removed.
1499
1500 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1501
1502 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1503 allow more flexibility.
1504 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1505 fns.
1506 (easy-mmode-defmap, easy-mmode-defsyntax)
1507 (easy-mmode-define-derived-mode): New macros.
1508
1509 2000-03-09 Didier Verna <didier@xemacs.org>
1510
1511 * rect.el (replace-rectangle): New function.
1512
1513 2000-03-09 Dave Love <fx@gnu.org>
1514
1515 * progmodes/fortran.el (fortran-comment-line-start): Define as
1516 "C".
1517 (fortran-comment-line-start-skip): Don't match cpp stuff.
1518 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1519 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1520 (fortran-mode): Don't set fortran-comment-line-start-skip,
1521 fortran-comment-line-start here. Set comment-start,
1522 add-log-current-defun.
1523 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1524 (fortran-current-defun): New function.
1525
1526 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1527
1528 * emacs-lisp/re-builder.el: New file.
1529
1530 * mouse.el (mouse-drag-region): Don't run up-event handler
1531 if hscroll has changed.
1532
1533 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1534 builtin operators, use `font-lock-builtin-face' for Emacs and
1535 `font-lock-preprocessor-face' otherwise.
1536
1537 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1538 `(defun (setf foo)' differently.
1539
1540 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1541
1542 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1543 (regexp-opt): Update comment and adapt the code the new meaning of
1544 the `paren' argument of regex-opt-group for shy-groups.
1545 (regexp-opt-depth): Handle shy groups as well as backslashed
1546 backslashes.
1547 (regexp-opt-group): Turn the leading comment into a docstring.
1548 Allow `paren' to be a string (the string to use to open a group).
1549 Remove open-presuf and close-presuf. Instead of checking for `all
1550 one-char' and then later on check for `several one-char', handle
1551 both cases close together. Also apply a more generic algorithm
1552 for suffixes (the mirror image of the algorithm used for
1553 prefixes). Use shy-groups. Use nreverse rather than reverse.
1554 (regexp-opt-try-suffix): Removed.
1555
1556 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1557 from comint-mode-map, so we can just inherit from it. Also, move
1558 the initialization into the `defvar' since there's no docstring
1559 anyway and it's fairly short.
1560 (inferior-scheme-mode): Define it as derived-mode: the code is
1561 shorter and this way we inherit from comint-mode-map rather than
1562 copying it.
1563
1564 * subr.el (replace-regexps-in-string): Properly handle the case
1565 where we match an empty string.
1566
1567 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1568 when the command has a directory component (such as "./testml").
1569 Also fix a typo in the comment.
1570
1571 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1572
1573 * Makefile (compile-files): Compile files one by one because
1574 that's the only way to ensure a clean compilation environment for
1575 each individual file.
1576
1577 * frame.el (other-frame): Call x-focus-frame.
1578
1579 2000-03-07 Dave Love <fx@gnu.org>
1580
1581 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1582 :require to defcustom.
1583
1584 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1585 lists.
1586
1587 * files.el (auto-mode-alist): Add configure.in.
1588
1589 * progmodes/autoconf.el: New file.
1590
1591 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1592
1593 * mail/mh-e.el: Change maintainer to `none'.
1594
1595 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1596 to remove-hook and add-hook.
1597
1598 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1599
1600 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1601 it as the default.
1602 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1603 (sendmail-send-it): Conditionally add MIME headers specifying the
1604 used character set.
1605
1606 2000-03-07 Dave Love <fx@gnu.org>
1607
1608 * winner.el: Fix keywords, autoload cookies. Split
1609 eval-when-compile form to avoid compilation failure.
1610
1611 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1612
1613 * international/mule.el: Modify comment about coding system
1614 property `coding-category'.
1615 (make-coding-system): New argument EOL-TYPE. Pay attention to
1616 coding-category property of PROPERTIES.
1617
1618 * international/mule-conf.el (coding-category-utf-8,
1619 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1620 categories. Include them in the argument for set-coding-priority.
1621
1622 * international/mule-cmds.el (reset-language-environment): Include
1623 coding-category-utf-8, coding-category-utf-16-be, and
1624 coding-category-utf-16-le in the argument for set-coding-priority.
1625 (reset-language-environment): Initialize coding-category-utf-8,
1626 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1627
1628 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1629
1630 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1631 code abstracted out of `bookmark-jump-noselect'. Now tries info
1632 extensions as well as compression extensions.
1633 (bookmark-jump-noselect): Use above new func.
1634
1635 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1636
1637 * strokes.el: Change maintainer's mail address.
1638
1639 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1640
1641 * international/mule-diag.el (list-character-sets): Make help-echo
1642 string by substitute-command-keys.
1643 (list-character-sets): Likewise.
1644 (sort-listed-character-sets): Call help-setup-xref.
1645
1646 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1647
1648 * time.el (display-time-mail-file): Add `none' to the list of
1649 choices.
1650
1651 2000-03-01 Dave Love <fx@gnu.org>
1652
1653 * help.el (help-xref-go-back): Don't try to set position.
1654
1655 * international/mule-diag.el (list-character-sets): Call
1656 help-setup-xref. Add help-echo to xrefs.
1657 (list-character-sets-1): Add help-echo to xrefs.
1658
1659 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1660
1661 * frame.el (blink-cursor-mode): Switch cursor on when turning
1662 the mode off.
1663
1664 * add-log.el (add-log-current-defun): Add support for
1665 Autoconf mode.
1666
1667 * mail/rmail.el (rmail-quit-hook): New variable.
1668
1669 2000-03-01 Dave Love <fx@gnu.org>
1670
1671 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1672
1673 * help.el (help-xref-button): Add help-echo arg.
1674 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1675
1676 * faces.el (list-faces-display): Supply help-echo with
1677 help-make-xrefs.
1678
1679 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1680 nil.
1681
1682 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1683
1684 * image.el (defimage): Look for image files in load-path.
1685
1686 * frame.el (busy-cursor-delay-seconds): Change type to
1687 `number'.
1688
1689 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1690
1691 * recentf.el (recentf): Added version tag to the defgroup of
1692 recentf.
1693
1694 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1695
1696 * recentf.el (recentf-cleanup): Changed to remove excluded file
1697 too.
1698 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1699 action to select/unselect a file.
1700 (recentf-edit-list): Code cleanup and improvement.
1701 (recentf-open-more-files-action): `recentf-open-more-files' button
1702 widget action to open a file.
1703 (recentf-open-more-files): No more use standard completion but
1704 widgets.
1705 (recentf-more-collection): Deleted.
1706 (recentf-more-history): Deleted.
1707 (recentf-setup-more-completion): Deleted.
1708
1709 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1710
1711 * recentf.el (recentf-mode): No more needs that Emacs is running
1712 under a window-system.
1713
1714 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1715
1716 * recentf.el (recentf-edit-list): New command to edit the recent
1717 list which allow the user to remove files.
1718 (recentf-edit-selected-items): New global variable, used by
1719 `recentf-edit-list' to hold the list of files to be removed from
1720 the recent list.
1721 (recentf-make-menu-items): Updated to display a "Edit list..."
1722 menu item. Minor code cleanup.
1723
1724 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1725
1726 * recentf.el (recentf-open-more-files): New command to open files
1727 that are not displayed in the menu.
1728 (recentf-more-collection): New global variable holding the set of
1729 permissible completions used by `recentf-open-more-files'.
1730 (recentf-more-history): New global variable holding the history list
1731 used by `recentf-open-more-files' completion.
1732 (recentf-setup-more-completion): New function to setup completion for
1733 `recentf-open-more-files'.
1734 (recentf-make-menu-items): Updated to display a "More..." menu item.
1735
1736 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1737
1738 * recentf.el (recentf-menu-action): Doc fixed.
1739
1740 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1741
1742 * recentf.el (recentf-menu-filter): Doc updated.
1743 (recentf-update-menu-hook): Allow menu filters to force menu update.
1744 (recentf-make-menu-items): New menu filter handling.
1745 (recentf-make-menu-item): New helper function.
1746 (recentf-menu-elements): New menu handling function.
1747 (recentf-sort-ascending): Updated to new menu filter handling.
1748 (recentf-sort-descending): Updated to new menu filter handling.
1749 (recentf-sort-basenames-ascending): New menu filter function.
1750 (recentf-sort-basenames-descending): New menu filter function.
1751 (recentf-show-basenames): New menu filter function.
1752 (recentf-show-basenames-ascending): New menu filter function.
1753 (recentf-show-basenames-descending): New menu filter function.
1754
1755 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1756
1757 * diary-lib.el (list-diary-entries): Don't try to go forward at
1758 the end of the buffer.
1759
1760 2000-02-29 Kenichi Handa <handa@etl.go.jp>
1761
1762 * international/mule-diag.el (list-character-sets): Completely
1763 rewritten.
1764 (sort-listed-character-sets): New function.
1765 (list-character-sets-1): Completely rewritten.
1766 (list-character-sets-2): New function.
1767 (non-iso-charset-alist): New variable.
1768 (decode-codepage-char): New function.
1769 (charset-history): New variable.
1770 (read-charset) (list-block-of-chars)
1771 (list-iso-charset-chars)
1772 (list-non-iso-charset-chars)
1773 (list-charset-chars): New functions.
1774 (mule-diag): Call list-character-sets-2, not
1775 list-character-sets-2.
1776 (dump-charsets): Likewise.
1777
1778 2000-02-29 Gerd Moellmann <gerd@gnu.org>
1779
1780 * dired-x.el (dired-filename-at-point): Add `@' to valid
1781 file name characters.
1782 (dired-filename-at-point): Handle ange-ftp file names.
1783
1784 * frame.el (frame-notice-user-settings): Use assq-delete-all
1785 instead of assoc-delete-all.
1786 (frame-notice-user-settings): Ditto.
1787
1788 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1789 Don't copy alist.
1790
1791 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
1792
1793 * calculator.el (calculator-use-menu): New option.
1794 (calculator-initial-bindings): Changed some bindings to work as
1795 macros.
1796 (calculator-forced-input): Removed.
1797 (calculator-restart-other-mode): New variable.
1798 (calculator-mode-map): Set up menu.
1799
1800 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
1801
1802 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1803 tags.
1804
1805 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
1806
1807 * viper-cmd.el (viper-envelop-ESC-key): added the option to
1808 translate all ESC key sequences.
1809 (viper-goto-mark-subr): restore markers for files for which
1810 they were saved.
1811 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1812 * viper-util.el (viper-set-replace-overlay-glyphs,
1813 viper-set-replace-overlay): always check if the replacement
1814 overlay is live.
1815 * viper.el (viper-vi-state-mode-list): added major modes.
1816 * ediff-wind.el: minor comment changes.
1817 * ediff.el: copyright notice date fix.
1818
1819 2000-02-27 Jason Rumney <jasonr@gnu.org>
1820
1821 * faces.el (face-font-family-alternatives): Add arial to helv.
1822 (mode-line, header-line, tool-bar): Same default as x for w32.
1823 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1824 face-font-family-alternatives from working.
1825 * term/w32-win.el (mouse-set-font): Do not build fontset from
1826 chosen font.
1827
1828 2000-02-25 Sam Steingold <sds@goems.com>
1829
1830 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1831 properly.
1832
1833 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1834
1835 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1836
1837 2000-02-25 Gerd Moellmann <gerd@gnu.org>
1838
1839 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1840 writable.
1841
1842 * frame.el (busy-cursor-delay-seconds): New option.
1843
1844 2000-02-24 Gerd Moellmann <gerd@gnu.org>
1845
1846 * frame.el (show-cursor-in-non-selected-windows): New option.
1847
1848 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1849
1850 * diary-lib.el (include-other-diary-files): Undo the selective
1851 display in any included file and don't kill it.
1852
1853 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
1854
1855 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1856 bar. Menu items converted to (menu-item format, help strings
1857 added.
1858 [downcase, upcase]: Don't enable on MS-DOS.
1859 [symlink, symlinks]: Don't show if make-symbolic-link is not
1860 bound.
1861 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1862
1863 2000-02-23 Dave Love <fx@gnu.org>
1864
1865 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1866 (backward-kill-word): Revert addition of * to interactive spec --
1867 it's a feature.
1868
1869 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1870 (backward-kill-sentence, kill-sentence): Likewise.
1871
1872 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1873 scratch buffer name.
1874 (gud-format-command): Use int-to-string in ?l case. Simplify
1875 slightly.
1876
1877 * term/w32-win.el (internal-face-interactive): Update prompt for
1878 new read-face-name.
1879
1880 * mail/footnote.el (footnote): Add :version to defgroup.
1881 (footnote-section-tag-regexp): Customize.
1882 (footnote-start-tag, footnote-end-tag): New option.
1883 (footnote-latin-regexp): New variable.
1884 (Footnote-latin): New function.
1885 (footnote-style-alist): Add element for latin style.
1886 (footnote-style): Moved.
1887 (Footnote-goto-footnote): Use eq to test arg.
1888
1889 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1890
1891 * emacs-lisp/byte-opt.el: Change old backquote syntax.
1892 (byte-compile-trueconstp): Include keywords.
1893 (byte-optimize-quote, byte-optimize-lapcode): Use
1894 byte-compile-const-symbol-p.
1895 (byte-optimize-char-before): New optimization.
1896
1897 * emacs-lisp/bytecomp.el: Change old backquote syntax.
1898 (byte-compile-const-symbol-p): New function.
1899 (byte-compile-constp, byte-compile-out-toplevel)
1900 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
1901 Use it.
1902
1903 * subr.el (define-key-after): Default AFTER to t. Doc fix.
1904
1905 2000-02-23 Kenichi Handa <handa@etl.go.jp>
1906
1907 * international/encoded-kb.el: Be sure to update minor-mode-alist
1908 and minor-mode-map-alist.
1909 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
1910 codes SS2 and SS3 correctly.
1911 (encoded-kbd-self-insert-ccl): New function.
1912 (encoded-kbd-setup-keymap): New function.
1913 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
1914 by calling encoded-kbd-setup-keymap.
1915
1916 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
1917 characters.
1918 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
1919 locally.
1920
1921 2000-02-22 Dave Love <fx@gnu.org>
1922
1923 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
1924 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
1925 defvar.
1926 (lisp-mode-syntax-table): Set up for #|...|# comments.
1927 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
1928 classes. Match `defface'.
1929 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
1930 (eval-defun-1): Fix for defcustom.
1931 (lisp-indent-region): Doc fix.
1932
1933 * subr.el (when, unless, split-string): Doc fix.
1934 (read-passwd): Move call of clear-this-command-keys to the right
1935 place.
1936 (replace-regexps-in-string): New function.
1937
1938 2000-02-22 Gerd Moellmann <gerd@gnu.org>
1939
1940 * help.el (describe-variable): Set syntax table to
1941 emacs-lisp-mode-syntax-table when moving forward over the
1942 symbol's name.
1943
1944 2000-02-22 Dave Love <fx@gnu.org>
1945
1946 * xt-mouse.el: Doc fixes.
1947 (xterm-mouse-position-function): New function, replacing advice of
1948 mouse-position.
1949 (xterm-mouse-mode): Use it. Don't turn on under a window system.
1950
1951 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
1952
1953 2000-02-21 Gerd Moellmann <gerd@gnu.org>
1954
1955 * format.el (format-annotate-single-property-change): Handle
1956 properties.with dotted-list values.
1957 (format-proper-list-p): New function.
1958
1959 * enriched.el (enriched-face-ans): Handle '(foreground-color
1960 . COLOR) and (background-color . COLOR).
1961
1962 2000-02-20 Dave Love <fx@gnu.org>
1963
1964 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
1965 and assignments to it.
1966 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
1967 current local map.
1968 (make-flyspell-overlay): Use it.
1969 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
1970
1971 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
1972 (lm-get-header-re): Defun, not defsubst.
1973 (lm-get-package-name): Defun, not defsubst. Simplify.
1974 (lm-version): Doc fix. Simplify.
1975 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
1976 (lm-crack-address, lm-last-modified-date, lm-commentary)
1977 (lm-verify, lm-synopsis): Simplify.
1978 (lm-report-bug): Require emacsbug. Use compose-mail.
1979
1980 2000-02-20 Gerd Moellmann <gerd@gnu.org>
1981
1982 * dired.el (dired-mode): Call propertized-buffer-identification
1983 to set mode-line-buffer-identification to something having
1984 the right text properties.
1985
1986 * bindings.el (propertized-buffer-identification): New function.
1987
1988 2000-02-20 Dave Love <fx@gnu.org>
1989
1990 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
1991 check for t-mouse too.
1992
1993 * cus-start.el: Make echo-keystrokes `number'.
1994
1995 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1996
1997 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
1998 Don't call ring-empty-p unless tags-location-ring is bound.
1999 From Noah Friedman <friedman@splode.com>.
2000
2001 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2002
2003 * progmodes/hideshow.el (hs-flag-region): No longer use
2004 `intangible' overlay property.
2005
2006 (hs-toggle-hiding): New command.
2007 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2008
2009 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2010 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2011 and deactivation.
2012
2013 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2014
2015 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2016
2017 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2018
2019 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2020
2021 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2022 of `*' to handle `(* ... *)' comments.
2023
2024 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2025
2026 * faces.el (list-faces-display): Use display-mouse-p instead of
2027 window-system.
2028
2029 * menu-bar.el (global-map): Menu-bar items converted to the new
2030 format (menu-item..., rearranged for better CUA compliance, and
2031 their names changed for better clarity. Help strings added.
2032
2033 * international/mule-cmds.el (mule-menu-keymap)
2034 (describe-language-environment-map, set-coding-system-map)
2035 (setup-language-environment-map): Convert to new (menu-item...
2036 form, add help strings. Change names of menu items for better
2037 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2038 submenu).
2039
2040 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2041
2042 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2043 within the code.
2044
2045 2000-02-16 Dave Love <fx@gnu.org>
2046
2047 * faces.el: Don't require custom. Add more specific :groups to
2048 various deffaces.
2049 (set-face-attribute): Purecopy args.
2050 (read-face-name): Default to name at point and use it in prompt.
2051 Remove colon from arg in all callers.
2052 (list-faces-display): Hyperlink to face descriptions and customize
2053 buffers.
2054
2055 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2056
2057 * wid-edit.el (widget-match-inline): An atom never matches a
2058 list.
2059
2060 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2061
2062 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2063 at ':' characters by call to split-string.
2064
2065 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2066
2067 * textmodes/bibtex.el: Added RCS version identification.
2068
2069 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2070
2071 * textmodes/bibtex.el: Some temporary comments removed.
2072 (bibtex-field-name, bibtex-entry-type): Made the relationship
2073 explicit.
2074 (bibtex-field-const): Allow capital letters.
2075 (bibtex-start-of-string): Deleted because unused.
2076
2077 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2078 use the term 'reference' to describe a bibtex entry as a whole.
2079 Further, reference keys are no longer called 'labels'.
2080 (bibtex-keys): Renamed to bibtex-reference-keys.
2081 (bibtex-reformat-previous-labels): Renamed to
2082 bibtex-reformat-previous-reference-keys.
2083 (bibtex-reference-type): Renamed to bibtex-entry-type.
2084 (bibtex-reference-head): Renamed to bibtex-entry-head.
2085 (bibtex-reference-maybe-empty-head): Renamed to
2086 bibtex-entry-maybe-empty-head.
2087 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2088 (bibtex-search-reference): Renamed to bibtex-search-entry.
2089 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2090 bibtex-enclosing-entry-maybe-empty-head.
2091 (bibtex-entry-field-alist, bibtex-entry-head,
2092 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2093 bibtex-map-entries, bibtex-search-entry,
2094 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2095 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2096 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2097 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2098 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2099 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2100 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2101
2102 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2103
2104 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2105 comment.
2106 (bibtex-format-field-delimiters): New function, functionality
2107 extracted from bibtex-format-entry.
2108 (bibtex-autokey-get-yearfield-digits): New function, functionality
2109 extracted from bibtex-autokey-get-yearfield.
2110
2111 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2112 entries in order to avoid stack overflow in the regexp matcher if
2113 field contents become large.
2114 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2115 bibtex-field-string-part-not-braced,
2116 bibtex-field-string-part-no-inner-braces,
2117 bibtex-field-string-part-1-inner-brace,
2118 bibtex-field-string-part-2-inner-braces,
2119 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2120 bibtex-field-string-quoted, bibtex-field-string,
2121 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2122 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2123 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2124 as parsing is now performed by the following functions.
2125 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2126 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2127 bibtex-parse-field-string, bibtex-search-forward-field-string,
2128 bibtex-parse-association, bibtex-field-name-for-parsing,
2129 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2130 bibtex-search-forward-field, bibtex-search-backward-field,
2131 bibtex-start-of-field, bibtex-end-of-field,
2132 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2133 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2134 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2135 bibtex-parse-string, bibtex-search-forward-string,
2136 bibtex-search-backward-string, bibtex-start-of-string,
2137 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2138 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2139 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2140 entries. Instead of reporting the results of the parsing by
2141 match-beginning or match-end, these functions return data structures
2142 that hold the corresponding positions.
2143 (bibtex-enclosing-field): Changed to also report field boundaries by
2144 return values rather than by match-beginning or match-end. The
2145 following functions have been adapted to use the new parsing
2146 functions.
2147 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2148 bibtex-enclosing-field, bibtex-format-entry,
2149 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2150 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2151 bibtex-print-help-message, bibtex-end-of-entry,
2152 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2153 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2154 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2155 method for parsing.
2156 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2157 bibtex-map-entries, bibtex-flash-head,
2158 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2159 bibtex-autokey-change, bibtex-autokey-get-namefield,
2160 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2161 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2162 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2163 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2164 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2165 order to make the new binding of case-fold-search immediately
2166 visible.
2167
2168 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2169
2170 * textmodes/bibtex.el: Copyright notice is up to date.
2171 Added constant 'bibtex-maintainer-salutation.
2172
2173 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2174 than make-temp-name, use match-string-no-properties and eliminate
2175 a quadratic behavior when building bibtex-strings.
2176
2177 * bibtex.el (bibtex-reference-key): Accept string entries whose
2178 reference key contains upper case letters.
2179
2180 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2181
2182 * bibtex.el (bibtex-reference-head): Allow entries to start with
2183 a new line.
2184
2185 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2186
2187 * bibtex.el: Hiding of entry bodies is not longer provided by
2188 bibtex.el directly. Instead the hideshow package can be used.
2189 Added a special bibtex entry to hs-special-modes-alist.
2190 (bibtex-hs-forward-sexp): Added for hideshow.el.
2191
2192 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2193
2194 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2195 at ':' characters by call to split-string.
2196
2197 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2198
2199 * textmodes/bibtex.el: Added RCS version identification.
2200
2201 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2202
2203 * textmodes/bibtex.el: Some temporary comments removed.
2204 (bibtex-field-name, bibtex-entry-type): Made the relationship
2205 explicit.
2206 (bibtex-field-const): Allow capital letters.
2207 (bibtex-start-of-string): Deleted because unused.
2208
2209 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2210 use the term 'reference' to describe a bibtex entry as a whole.
2211 Further, reference keys are no longer called 'labels'.
2212 (bibtex-keys): Renamed to bibtex-reference-keys.
2213 (bibtex-reformat-previous-labels): Renamed to
2214 bibtex-reformat-previous-reference-keys.
2215 (bibtex-reference-type): Renamed to bibtex-entry-type.
2216 (bibtex-reference-head): Renamed to bibtex-entry-head.
2217 (bibtex-reference-maybe-empty-head): Renamed to
2218 bibtex-entry-maybe-empty-head.
2219 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2220 (bibtex-search-reference): Renamed to bibtex-search-entry.
2221 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2222 bibtex-enclosing-entry-maybe-empty-head.
2223 (bibtex-entry-field-alist, bibtex-entry-head,
2224 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2225 bibtex-map-entries, bibtex-search-entry,
2226 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2227 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2228 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2229 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2230 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2231 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2232 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2233
2234 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2235
2236 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2237 comment.
2238 (bibtex-format-field-delimiters): New function, functionality
2239 extracted from bibtex-format-entry.
2240 (bibtex-autokey-get-yearfield-digits): New function, functionality
2241 extracted from bibtex-autokey-get-yearfield.
2242
2243 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2244 entries in order to avoid stack overflow in the regexp matcher if
2245 field contents become large.
2246 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2247 bibtex-field-string-part-not-braced,
2248 bibtex-field-string-part-no-inner-braces,
2249 bibtex-field-string-part-1-inner-brace,
2250 bibtex-field-string-part-2-inner-braces,
2251 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2252 bibtex-field-string-quoted, bibtex-field-string,
2253 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2254 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2255 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2256 as parsing is now performed by the following functions.
2257 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2258 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2259 bibtex-parse-field-string, bibtex-search-forward-field-string,
2260 bibtex-parse-association, bibtex-field-name-for-parsing,
2261 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2262 bibtex-search-forward-field, bibtex-search-backward-field,
2263 bibtex-start-of-field, bibtex-end-of-field,
2264 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2265 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2266 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2267 bibtex-parse-string, bibtex-search-forward-string,
2268 bibtex-search-backward-string, bibtex-start-of-string,
2269 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2270 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2271 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2272 entries. Instead of reporting the results of the parsing by
2273 match-beginning or match-end, these functions return data structures
2274 that hold the corresponding positions.
2275 (bibtex-enclosing-field): Changed to also report field boundaries by
2276 return values rather than by match-beginning or match-end. The
2277 following functions have been adapted to use the new parsing
2278 functions.
2279 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2280 bibtex-enclosing-field, bibtex-format-entry,
2281 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2282 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2283 bibtex-print-help-message, bibtex-end-of-entry,
2284 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2285 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2286 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2287 method for parsing.
2288 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2289 bibtex-map-entries, bibtex-flash-head,
2290 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2291 bibtex-autokey-change, bibtex-autokey-get-namefield,
2292 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2293 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2294 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2295 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2296 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2297 order to make the new binding of case-fold-search immediately
2298 visible.
2299
2300 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2301
2302 * textmodes/bibtex.el: Copyright notice is up to date.
2303 Added constant 'bibtex-maintainer-salutation.
2304
2305 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2306 than make-temp-name, use match-string-no-properties and eliminate
2307 a quadratic behavior when building bibtex-strings.
2308
2309 * bibtex.el (bibtex-reference-key): Accept string entries whose
2310 reference key contains upper case letters.
2311
2312 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2313
2314 * bibtex.el (bibtex-reference-head): Allow entries to start with
2315 a new line.
2316
2317 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2318
2319 * bibtex.el: Hiding of entry bodies is not longer provided by
2320 bibtex.el directly. Instead the hideshow package can be used.
2321 Added a special bibtex entry to hs-special-modes-alist.
2322 (bibtex-hs-forward-sexp): Added for hideshow.el.
2323
2324 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2325
2326 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2327 proceedings entry type (for cross referencing). Thanks to Wagner
2328 Toledo Correa for the suggestion.
2329
2330 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2331
2332 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2333
2334 * international/characters.el: Setup case table for Vietnamese.
2335
2336 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2337
2338 * uniquify.el (toplevel): Require CL at compile time.
2339 (uniquify-push): Removed.
2340
2341 * shadowfile.el (shadow-when): Removed.
2342
2343 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2344 (tempo-process-and-insert-string): Use dolist instead of
2345 tempo-dolist.
2346
2347 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2348 regexp for paragraph-start.
2349
2350 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2351 commas as well.
2352
2353 2000-02-10 Dave Love <fx@gnu.org>
2354
2355 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2356 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2357 Deleted.
2358 (widget-specify-field, widget-specify-button): Don't use
2359 widget-mouse-help as help-echo property.
2360 (default): Use #'ignore for :validate and :mouse-down-action.
2361 (checkbox): Add help-echo.
2362 (widget-sexp-validate): Rewritten to clarify error messages.
2363 (character): Use char-valid-p in :match function.
2364 (widget-color-complete): Use facemenu-color-alist.
2365 (widget-color-action): Use facemenu-read-color.
2366
2367 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2368 set up `caar' &c that we now have.
2369
2370 2000-02-09 Ray Blaak <blaak@gnu.org>
2371
2372 * delphi.el: Make resourcestring a declaration region, like const
2373 and var.
2374
2375 2000-02-09 Dave Love <fx@gnu.org>
2376
2377 * bindings.el (mode-line-input-method-map): New variable.
2378 (mode-line-mule-info): Use it; fix last change.
2379 (mode-line-mode-menu): Move definition.
2380 (mode-line-mouse-sensitive-p): Deleted.
2381 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2382 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2383 level.
2384
2385 * startup.el (command-line-1): Don't call
2386 make-mode-line-mouse-sensitive.
2387
2388 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2389
2390 * mail/rmail.el (rmail-retry-failure): Use
2391 rmail-beginning-of-message before rmail-toggle-header, because the
2392 former toggles headers.
2393
2394 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2395
2396 * diff-mode.el (diff-kill-junk): New interactive function.
2397 (diff-reverse-direction): Use delete-and-extract-region.
2398 (diff-post-command-hook): Restrict the area so that the hook also works
2399 outside of any diff hunk. This is necessary for the minor-mode.
2400 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2401 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2402
2403 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2404 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2405 so that it can be used more easily in <foo>-mode-hook. Also make sure
2406 to avoid duplicate entries.
2407 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2408 (font-lock-remove-keywords): Just as was done for `add', allow it to
2409 work even if font-lock-mode is nil. Also make sure we don't modify
2410 any pre-existing list by forcing a copy-sequence. Finally rename
2411 `major-mode' to `mode'.
2412 (font-lock-fontify-syntactic-anchored-keywords)
2413 (font-lock-fontify-anchored-keywords)
2414 (font-lock-fontify-keywords-region): Use line-end-position.
2415 Don't make `font-lock-multiline' local (it's now done in
2416 font-lock-set-defaults).
2417 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2418 move the `font-lock-fontified' creation to inside the `unless'.
2419
2420 2000-02-06 Andrew Innes <andrewi@gnu.org>
2421
2422 * term/w32-win.el (x-handle-args): Comment out call to message,
2423 which occurs before window system is initialized.
2424
2425 * makefile.nt: Add support for recompiling lisp code.
2426
2427 2000-02-04 Dave Love <fx@gnu.org>
2428
2429 * bindings.el (mode-line-mule-info): Fix/extend last change.
2430
2431 * completion.el: Replace completion-dolist with dolist.
2432
2433 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2434 dotimes.
2435
2436 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2437
2438 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2439 environment names before they go into the section regexp.
2440
2441 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2442 char class in regexp.
2443
2444 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2445 `case-fold-search' to nil.
2446
2447 * progmodes/idlwave.el (idlwave-template): Respect
2448 `idlwave-abbrev-change-case'.
2449 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2450 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2451 idlwave-while): respect `idlwave-reserved-word-upcase'.
2452 (idlwave-rw-case): New function.
2453 (idlwave-statement-match): Fixed problem with assignment regexp.
2454 (idlwave-font-lock-keywords): Improved regexp for keyword
2455 parameters.
2456 (idlwave-surround): New argument LENGTH to support padding of
2457 operators longer than 1 char.
2458
2459 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2460 idlwave-shell-expression-overlay. Implemented printing of
2461 expressions on higher levels of the calling stack.
2462 (idlwave-shell-display-level-in-calling-stack): Restore stack
2463 level.
2464 (idlwave-retrieve-expression-from-level): New function.
2465 (idlwave-shell-last-calling-stack): Variable removed.
2466 (idlwave-shell-reset): Argument action reversed (`visible' to
2467 `hidden'). Also remove stop-line overlay.
2468 (idlwave-shell-calling-stack-routine): New variable.
2469 (idlwave-shell-parse-stack-and-display): Messages now display
2470 negative level numbers.
2471 (idlwave-shell-mode): Set `modeline-format'.
2472 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2473 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2474 21.
2475 (idlwave-shell-print-expression-function): New option.
2476
2477 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2478 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2479 `tool-bar' instead of `toolbar'.
2480
2481 2000-02-02 Dave Love <fx@gnu.org>
2482
2483 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2484 emacs-lisp-mode-hook. Don't check for defalias being defined.
2485
2486 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2487 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2488 the new builtins directly.
2489
2490 * whitespace.el (whitespace): Add :version to defgroup.
2491
2492 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2493 Doc fix.
2494
2495 * thingatpt.el (sexp-at-point, symbol-at-point)
2496 (number-at-point, list-at-point): Add autoload cookie.
2497
2498 * recentf.el (recentf): Add :version to defgroup.
2499
2500 * quickurl.el (quickurl): Add :version to defgroup.
2501
2502 * elide-head.el (elide-head): Use point-marker more.
2503
2504 * bs.el (bs): Add :version to defgroup.
2505
2506 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2507
2508 * progmodes/delphi.el (delphi): Add :version to defgroup.
2509
2510 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2511
2512 * ange-ftp.el (ange-ftp-write-region): Handle case that
2513 succeeding process operation sets a different coding system.
2514
2515 * calculator.el: New file.
2516
2517 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2518
2519 * frame.el (frames-on-display-list, framep-on-display): New
2520 functions.
2521 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2522 (display-selections-p, display-screens, display-pixel-width)
2523 (display-pixel-height, display-mm-width, display-mm-height)
2524 (display-backing-store, display-save-under, display-planes)
2525 (display-color-cells, display-visual-class): New functions.
2526
2527 * term/tty-colors.el (tty-color-gray-shades): New function.
2528
2529 * faces.el (display-color-p): Use framep-on-display.
2530 (display-grayscale-p): New function.
2531
2532 2000-01-31 Dave Love <fx@gnu.org>
2533
2534 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2535 (create-fontset-from-x-resource): Don't concat integers.
2536
2537 2000-01-31 Inge Frick <inge@nada.kth.se>
2538
2539 * view.el: Some changes in documentation. Removed some trailing
2540 whitespace. Changed some parameter names to agree with
2541 documentation.
2542 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2543 window is not deleted. Modifies change 1998-04-26.
2544
2545 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2546
2547 * windmove.el: New file.
2548
2549 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2550 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2551 progmodes/ebnf-yac.el: Update copyright and license info.
2552
2553 * jit-lock.el (jit-lock-function): Widen before calculating end
2554 position.
2555 (jit-lock-stealth-chunk-start): Rewritten.
2556
2557 * info.el (Info-title-face-alist): Removed.
2558 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2559 faces.
2560 (Info-fontify-node): Use these faces.
2561
2562 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2563
2564 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2565 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2566 `&allow-other-keywords'.
2567
2568 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2569 the list of directories scanned heuristically.
2570
2571 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2572 exist.
2573
2574 2000-01-30 Jason Rumney <jasonr@gnu.org>
2575
2576 * w32-fns.el: Define w32-tty-standard-colors.
2577
2578 * startup.el (command-line): Use w32-tty-standard-colors when in
2579 w32 console mode.
2580
2581 2000-01-30 Dave Love <fx@gnu.org>
2582
2583 * jka-compr.el (jka-compr-load): Fix up load-history.
2584
2585 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2586
2587 * emacs-lisp/cl-macs.el: Revert previous change.
2588
2589 2000-01-29 Dave Love <fx@gnu.org>
2590
2591 * facemenu.el: Purecopy various strings.
2592
2593 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2594 years. Deal with three-digit years.
2595
2596 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2597 defconst, purecopy.
2598 (help-back-label): Purecopy it.
2599
2600 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2601
2602 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2603 variable. If non-nil, order the buffer list according to the
2604 currently selected frame.
2605 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2606 non-nil, pass the selected frame to function buffer-list.
2607
2608 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2609
2610 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2611
2612 2000-01-28 Dave Love <fx@gnu.org>
2613
2614 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2615
2616 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2617 Don't use lisp-indent-hook property.
2618 (cl-abs): Remove.
2619
2620 * subr.el: Move out indent and edebug specs for when and unless.
2621
2622 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2623 when, unless.
2624
2625 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2626 unless, when.
2627
2628 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2629
2630 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2631 `collecting' as synonym for `collect'.
2632
2633 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2634 for the case it contains spaces.
2635
2636 * simple.el (what-cursor-position): Change formatting of
2637 messages.
2638
2639 * frame.el (delete-other-frames): New function.
2640 (toplevel): Bind it to C-x 5 1.
2641
2642 * sort.el (sort-numeric-base): New option.
2643 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2644 interpret it as octal or hexadecimal. Use sort-numeric-base
2645 as default base.
2646
2647 * progmodes/glasses.el: New file.
2648
2649 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2650
2651 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2652 userids differently.
2653
2654 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2655 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2656 progmodes/ebnf-yac.el: New files.
2657
2658 2000-01-26 Dave Love <fx@gnu.org>
2659
2660 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2661 on a function with an empty body. [From Eric Ludlam.]
2662
2663 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2664
2665 * vc.el (vc-version-diff): Make sure file name is expanded.
2666
2667 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2668
2669 * scroll-bar.el (scroll-bar-timer): Variable removed.
2670 (scroll-bar-toolkit-scroll): Don't use a timer.
2671
2672 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2673
2674 * language/thai-util.el (thai-composition-function): Delete
2675 superfluous `a'.
2676
2677 2000-01-24 Dave Love <fx@gnu.org>
2678
2679 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2680 end-of-defun-function.
2681
2682 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2683 &c.
2684
2685 2000-01-22 Jason Rumney <jasonr@gnu.org>
2686
2687 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2688 conflicts with new face support.
2689
2690 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2691
2692 * replace.el (query-replace): Rename last arg to DELIMITED.
2693 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2694 (query-replace-regexp): Likewise.
2695
2696 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2697
2698 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2699
2700 * emacs-lisp/lisp.el (beginning-of-defun-function):
2701 Variable renamed from beginning-of-defun.
2702 Do not call make-variable-buffer-local.
2703 (beginning-of-defun-raw): Use new variable name; doc fix.
2704 (beginning-of-defun): Doc fix.
2705 (end-of-defun-function): Variable renamed from end-of-defun.
2706 Do not call make-variable-buffer-local.
2707 (end-of-defun): Use new variable name; doc fix.
2708
2709 * subr.el (dolist, dotimes): Copied from cl-macs.el
2710 and made to work.
2711
2712 * mail/undigest.el (rmail-digest-end-regexps):
2713 Variable replaces rmail-digest-end-regexp.
2714 Allows multiple regexps for detecting the end line.
2715 (undigestify-rmail-message): Corresponding changes.
2716
2717 2000-01-19 Dave Love <fx@gnu.org>
2718
2719 * files.el (user-init-file): Don't declare here -- is primitive.
2720
2721 * startup.el (command-line): Check for compiled user-init-file and
2722 set to uncompiled version if necessary.
2723
2724 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2725
2726 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2727 (undigestify-rmail-message): Use it.
2728
2729 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2730
2731 2000-01-17 Gerd Moellmann <gerd@gnu.org>
2732
2733 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2734 of mini-buffer.
2735
2736 2000-01-14 Gerd Moellmann <gerd@gnu.org>
2737
2738 * emacs-lisp/copyright.el (copyright-update): Removed the
2739 requirement for a trailing space from `copyright-regexp', to
2740 support copyrights with owner specified on a separate line..
2741
2742 * align.el: New file.
2743
2744 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2745
2746 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2747
2748 2000-01-13 Dave Love <fx@gnu.org>
2749
2750 * ph.el: Removed. (Obsoleted by EUDC.)
2751
2752 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2753
2754 * net/eudc.el (toplevel): Remove autoloaded code installing
2755 menu with easymenu, because that causes build problems.
2756
2757 * frame.el (frame-notice-user-settings): New variable.
2758 (frame-notice-user-settings): Don't modify frame parameters
2759 if called a second time.
2760
2761 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2762
2763 * frame.el (frame-notice-user-settings):
2764 Notice default-frame-parameters even for non-window frames.
2765
2766 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2767
2768 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2769 for Emacs.
2770 (eudc-bob-can-display-inline-images): Extend for Emacs.
2771 (eudc-bob-toggle-inline-display): Ditto.
2772 (eudc-bob-display-jpeg): Ditto.
2773
2774 2000-01-12 Gerd Moellmann <gerd@gnu.org>
2775
2776 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2777 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2778 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2779
2780 * add-log.el (add-change-log-entry): Fix error trying an `(insert
2781 nil)'.
2782
2783 * subdirs.el: Add `net' directory.
2784
2785 * net: New directory.
2786
2787 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2788 eval-last-sexp. Don't bind debug-on-error here.
2789 (eval-last-sexp): New function. Bind debug-on-error if
2790 eval-expression-debug-on-error is non-nil.
2791 (eval-defun-2, eval-defun): Likewise.
2792
2793 * simple.el (eval-expression): Don't bind debug-on-error if
2794 eval-expression-debug-on-error is nil. Detect changed
2795 debug-on-error, and propagate new value to global binding, if
2796 eval-expression-debug-on-error is non-nil,
2797 (eval-expression-debug-on-error): Change doc string.
2798
2799 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2800
2801 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2802
2803 * emacs-lisp/lisp-mode.el (with-syntax-table):
2804 Set up lisp-indent-function property.
2805
2806 * subr.el (with-syntax-table): Moved from simple.el.
2807
2808 * simple.el (with-syntax-table): Moved to subr.el.
2809
2810 2000-01-11 Gerd Moellmann <gerd@gnu.org>
2811
2812 * tmm.el (tmm-shortcut): Delete region after prompt instead
2813 of erasing buffer.
2814
2815 * textmodes/fill.el (fill-common-string-prefix): New function.
2816 (fill-context-prefix): Use the longest common prefix of first
2817 and second line fill prefix, if there is one.
2818
2819 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2820
2821 * array.el (array-mode): Don't use make-variable-buffer-local.
2822 Use make-local-variable for `truncate-lines'.
2823
2824 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
2825
2826 * add-log.el (add-log-current-defun): Handle user-defined
2827 add-log-current-function returning nil,
2828
2829 * add-log.el (add-change-log-entry): Insert version number
2830 if having found a current function
2831
2832 * add-log.el (add-log-current-defun): Call
2833 `add-log-current-defun-function'. Try matches at level 0 and
2834 level 1. Strip whitespace from defun found.
2835
2836 2000-01-10 John Wiegley <johnw@gnu.org>
2837
2838 * allout.el (isearch-done/outline-provisions): Added `edit'
2839 argument to correspond with the current definition of
2840 `isearch-done'.
2841
2842 2000-01-10 Dave Love <fx@gnu.org>
2843
2844 * elide-head.el (elide-head): Use point-marker, not point.
2845
2846 2000-01-10 Gerd Moellmann <gerd@gnu.org>
2847
2848 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2849 before and after the year 2000.
2850
2851 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2852 Add ispell- prefix.
2853
2854 2000-01-10 Ken Stevens <k.stevens@ieee.org>
2855
2856 * ispell.el: Only define dictionaries in menus when they exist.
2857 (version18p): New variable.
2858 (version20p): New variable.
2859 (xemacsp): New variable.
2860 (ispell-choices-win-default-height): Fix for XEmacs visibility.
2861 (ispell-dictionary-alist1): Added Brasileiro dictionary.
2862 (ispell-dictionary-alist6): Russian command lines no longer accept
2863 run-together words.
2864 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2865 (ispell-dictionary-alist): Add koi8-r to customize definition.
2866 (check-ispell-version): Added documentation string. Returns
2867 library path when called non-interactively.
2868 (ispell-menu-map-needed): Uses new variables.
2869 (ispell-library-path): New variable.
2870 (ispell-decode-string): XEmacs fix for bogus variable bindings.
2871 (ispell-word): Improved documentation string. Test for valid
2872 character mappings. Correctly check typed in word changes that can
2873 result in single words split into multiple words. Returns
2874 replacement word.
2875 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
2876 replace in recursive query replace mode. Help message for
2877 recursive edit mode.
2878 (ispell-show-choices): Protect against bad framepop bindings.
2879 (ispell-help): Fix to work with XEmacs.
2880 (ispell-highlight-spelling-error): Use new variables.
2881 (ispell-overlay-window): Fix to work with XEmacs.
2882 (ispell-parse-output): Passed and returns location information
2883 tracking spelling corrections. Doesn't recheck same word on
2884 current line.
2885 (ispell-init-process): Protect against bogus XEmacs variable binding.
2886 Fix call to single argument in sleep-for. Use new variables.
2887 (ispell-region): Passed and returns location information tracking
2888 spelling corrections. Doesn't check same word on current line.
2889 Improved documentation string. Doesn't resend a line already
2890 checked to the ispell process - fixes bug in LaTeX parsing.
2891 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2892 (ispell-skip-region): No longer skips <TT> in SGML.
2893 (ispell-process-line): Tracks location information with spelling
2894 corrections. Added documentation string. Accounts for words
2895 already accepted on this line. Don't allow query-replace on line
2896 starting with math characters. Doesn't resend a line already sent
2897 to ispell process. Fixes alignment error bug.
2898
2899 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2900
2901 * dired-x.el (dired-guess-shell-alist-default):
2902 Suggest xloadimage, which is free, not xv, which isn't.
2903
2904 * ange-ftp.el (ange-ftp-file-name-nondirectory):
2905 Don't ever include the host name or user name in the value.
2906
2907 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2908
2909 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
2910 of a real newline.
2911
2912 2000-01-09 Stephen Eglen <stephen@gnu.org>
2913
2914 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
2915 for .png files.
2916
2917 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
2918
2919 * cus-edit.el (custom-hook-convert-widget): Fix comment.
2920
2921 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2922
2923 * progmodes/cperl-mode.el: Replace ^F with ^L.
2924
2925 * sendmail.el (toplevel): Provide `sendmail' when compiling
2926 before `require'ing rmail and mailalias to prevent infinite
2927 recursion.
2928
2929 2000-01-08 Dave Love <fx@gnu.org>
2930
2931 * emacs-lisp/backquote.el: Remove inappropriate customization
2932 (allowing custom.el to use backquote).
2933
2934 2000-01-07 Dave Love <fx@gnu.org>
2935
2936 * add-log.el (add-log-debugging): Deleted.
2937 (add-change-log-entry): Treat a backup FILE-NAME as its parent
2938 file. Remove debugging code.
2939 (change-log-get-method-definition, change-log-name): Add doc.
2940 (change-log-sortable-date-at): New function.
2941 (change-log-merge): New command.
2942
2943 * time.el (display-time-string-forms): Make the Mail string active.
2944 (display-time-update): Provide help-echo for load average.
2945
2946 * bindings.el (make-mode-line-mouse2-map): New function.
2947 (mode-line-modified): Use it and simplify.
2948 (mode-line-mule-info): Provide help-echo info.
2949 (minor-mode-alist): Activate the strings.
2950 (make-mode-line-mouse-sensitive): Simplify for
2951 mode-line-buffer-identification.
2952
2953 2000-01-07 Gerd Moellmann <gerd@gnu.org>
2954
2955 * play/pong.el: New file.
2956
2957 2000-01-06 Dave Love <fx@gnu.org>
2958
2959 * array.el: Assorted cleanups for compiler warnings, doc strings,
2960 `array-' prefix for symbols.
2961
2962 2000-01-05 Dave Love <fx@gnu.org>
2963
2964 * textmodes/outline.el (outline-mode-menu-bar-map): Add
2965 outline-headers-as-kill.
2966 (outline-mode): Define imenu-generic-expression.
2967 (outline-headers-as-kill): New command.
2968
2969 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
2970 from paragraph-start.
2971 (paragraph-indent-minor-mode): New command.
2972
2973 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
2974 M-C-e, M-C-h, C-j, C-xnd, TAB.
2975 (fortran-mode): Set beginning-of-defun, end-of-defun.
2976 (fortran-column-ruler): Simplify.
2977 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
2978 (fortran-with-subprogram-narrowing): Likewise.
2979 (fortran-indent-subprogram): Call mark-defun.
2980 (fortran-check-for-matching-do): Change narrowing.
2981
2982 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
2983 (cl-lucid-hash-tag): Delete.
2984 (cl-hash-table-p): Correct test for native table.
2985 (cl-hash-table-count): Use hash-table-count.
2986
2987 * browse-url.el (browse-url): Fix case of
2988 browse-url-browser-function being an alist.
2989
2990 2000-01-05 Carsten Dominik <cd@gnu.org>
2991
2992 * textmodes/reftex-vars.el (reftex-parse-file-extension)
2993 (reftex-index-phrase-file-extension): New options.
2994
2995 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
2996 Use new option `reftex-index-phrase-file-extension'.
2997
2998 * textmodes/reftex.el (reftex-access-parse-file): Use new option
2999 `reftex-parse-file-extension'.
3000
3001 2000-01-05 Dave Love <fx@gnu.org>
3002
3003 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3004 (beginning-of-defun-raw): Use it.
3005 (end-of-defun): New variable.
3006 (end-of-defun): Use it.
3007 (check-parens): New command.
3008
3009 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3010
3011 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3012 (hs-show-block): Don't use `mapcar' when not accumulating.
3013
3014 Fix buglet in local variables initialization.
3015
3016 2000-01-05 Andreas Schwab <schwab@suse.de>
3017
3018 * hscroll.el (hscroll): Doc fix.
3019
3020 2000-01-05 Carsten Dominik <cd@gnu.org>
3021
3022 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3023 idlw-toolbar.
3024
3025 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3026 file idlw-rinfo.el.
3027 (idlwave-customize): load must read file idlw-shell.el.
3028 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3029
3030 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3031
3032 * progmodes/idlw-shell.el: Also provide idlwave-shell
3033 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3034 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3035
3036 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3037 both reftex-dcr and reftex-vcr.
3038
3039 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3040
3041 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3042
3043 * ps-print.el: PostScript code now is in separate files, doc fix.
3044 (ps-print-version): New version number (5.0.3).
3045 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3046 local.
3047 (ps-spool-config): Initialization fix.
3048 (ps-print-prologue-1, ps-print-prologue-2)
3049 (ps-print-duplex-feature): PostScript code moved to separated file.
3050 (ps-background-image): Little code reformating.
3051 (ps-begin-file, ps-begin-job): Fix code.
3052 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3053 (ps-prologue-file): New fun.
3054
3055 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3056
3057 * ps-vars.el: Eliminated.
3058
3059 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3060 `;;;###autoload'.
3061
3062 * ps-print.el: ps-vars eliminated, doc fix.
3063 (ps-print-version): New version number (5.0.2).
3064 (ps-spool-config): Initialization fix.
3065 (ps-print-customize): New fun.
3066
3067 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3068
3069 * autorevert.el (auto-revert-mode): Return value of
3070 auto-revert-mode.
3071
3072 2000-01-04 Dave Love <fx@gnu.org>
3073
3074 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3075 menu items.
3076
3077 2000-01-03 Dave Love <fx@gnu.org>
3078
3079 * elide-head.el (elide-head) [defgroup]: Add :version.
3080
3081 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3082 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3083 `cl-hash-table-p', not `hash-table-p'.
3084 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3085
3086 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3087
3088 * faces.el (face-read-integer, read-face-attribute)
3089 (color-defined-p, color-values): unspecified-{f,b}g are now
3090 strings.
3091
3092 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3093
3094 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3095 at comment end, and re-insert them after filling.
3096
3097 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3098
3099 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3100 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3101 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3102
3103 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3104
3105 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3106 the new name of face-color-supported-p.
3107
3108 * term/w32-win.el (xw-defined-colors): Likewise.
3109
3110 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3111
3112 * simple.el (completion-setup-function): Count completion-size
3113 from minibuffer-prompt-end, not from point-min.
3114
3115 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3116
3117 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3118 Pass the frame to tty-color-* functions.
3119 (display-color-p, frame-set-background-mode): Pass the frame to
3120 tty-display-color-p.
3121
3122 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3123 tty-color-alist.
3124 (tty-color-alist, tty-modify-color-alist): New functions.
3125 (tty-color-define, tty-color-clear, tty-color-approximate)
3126 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3127 an optional parameter FRAME.
3128
3129 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3130
3131 * image.el (create-image, defimage): Don't assume image data is a
3132 string.
3133
3134 * image.el (defimage): Handle specifications containing :data
3135 instead of :file.
3136 (image-type-from-data): New function.
3137 (image-type-from-file-header): Use it.
3138 (create-image): Add parameter DATA-P.
3139
3140 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3141
3142 * echistory.el (electric-command-history): Call Command-history-setup
3143 and command-history-mode using their new conventions.
3144
3145 * chistory.el (Command-history-setup): Don't switch buffers. Take
3146 no args, and do not set major-mode, mode-name or the local map.
3147 (command-history-mode): New function, does some of those things
3148 Command-history-setup used to do.
3149 (list-command-history): Call command-history-mode, not
3150 Command-history-setup.
3151 (command-history): Renamed from command-history-mode.
3152
3153 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3154
3155 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3156
3157 1999-12-31 William M. Perry <wmperry@aventail.com>
3158
3159 * image.el (defimage): Images with the `:data' keyword should be
3160 considered valid as well.
3161
3162 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3163
3164 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3165 with FILE if FILE is nil.
3166
3167 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3168
3169 * simple.el (choose-completion-string): In minibuffer,
3170 do not delete the prompt string.
3171
3172 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3173
3174 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3175 assigned to mode-line-mode-menu because bindings.el is dumped with
3176 Emacs, and thus the lists used for menu-item definition will be
3177 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3178 like pure menu item definitions.
3179
3180 * expand.el (expand-abbrev-hook): Return t if expansion was
3181 done, nil otherwise.
3182
3183 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3184
3185 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3186 (tar-quit): Function deleted.
3187
3188 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3189
3190 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3191 was used but not declared.
3192
3193 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3194 hs-find-block-beginning): Add or modify docstrings.
3195
3196 (hs-isearch-show): Rewrite.
3197
3198 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3199
3200 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3201
3202 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3203 space in front of a C-style comment end.
3204
3205 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3206
3207 * startup.el (command-line-1): Make mode line mouse-sensitive for
3208 the MS-DOS version as well.
3209
3210 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3211
3212 * bs.el: New file.
3213
3214 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3215
3216 * textmodes/ispell.el (ispell-process-line):
3217 Add local var line-offset to adjust for the change
3218 in positions within the line, due to previous replacements.
3219
3220 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3221
3222 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3223 Doc fixes.
3224
3225 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3226
3227 * add-log.el (change-log-version-number-regexp-list)
3228 (change-log-version-info-enabled): Change :version to 21.1.
3229 (toplevel): Require CL when compiling.
3230
3231 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3232
3233 * add-log.el (change-log-version-number-regexp-list): Added tag
3234 :version 20.6
3235 (change-log-version-info-enabled): Added tag :version 20.6
3236
3237 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3238
3239 * add-log.el: More general version number search with
3240 user-configurable regexp list.
3241 (change-log-version-number-regexp-list): New user variable.
3242 (change-log-find-version): Rewritten. Use user-configurable
3243 version numbering regexp list
3244 change-log-version-number-regexp-list.
3245 (change-log-find-version): Renamed to
3246 change-log-version-number-search
3247 (add-log-file-name-function): New.
3248 (change-log-search-vc-number): Added END paramaeter. Added doc
3249 string to function.
3250 (change-log-version-rcs): Renamed. Was
3251 change-log-search-vc-number.
3252
3253 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3254
3255 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3256 overlays if they interfere.
3257 (compilation-find-file): Make intangible overlays tangible.
3258
3259 * progmodes/hideshow.el: Generally, synch w/ maintainer
3260 version 5.9.
3261
3262 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3263
3264 (hs-minor-mode-hook): Don't initialize.
3265
3266 (hs-special-modes-alist): Rewrite value and docstring.
3267
3268 (hs-minor-mode-prefix): Delete unused var.
3269
3270 (hs-block-start-mdata-select): New var, buffer local.
3271
3272 (hs-headline): New var.
3273
3274 (hs-match-data, hs-forward-sexp): New funcs.
3275
3276 (hs-hide-comment-region): New func.
3277
3278 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3279 hs-safety-is-job-n, hs-hide-initial-comment-block,
3280 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3281 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3282 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3283 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3284 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3285
3286 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3287 (hs-isearch-show-temporary): New funcs.
3288
3289 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3290
3291 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3292
3293 When constructing menu, use `[(shift button2)]' notation.
3294
3295 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3296
3297 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3298 (jka-compr-compression-info-list): Add new elt to each vector.
3299 (jka-compr-write-region): Don't compress the data if it is
3300 already compressed.
3301
3302 * jka-compr.el (jka-compr-really-do-compress): New variable.
3303 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3304 if visiting.
3305 (jka-compr-write-region): Set jka-compr-really-do-compress
3306 if visiting. Test it when deciding to compress.
3307
3308 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3309
3310 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3311 with third argument t.
3312
3313 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3314
3315 * antlr-mode.el: Version 1.2 is released.
3316 (antlr): This package has a web page.
3317
3318 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3319
3320 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3321 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3322 (antlr-mode-map): New binding [C-c C-c].
3323 (antlr-mode-menu): New entries.
3324
3325 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3326
3327 * antlr-mode.el: Respect Emacs conventions.
3328 ((require 'cl)): Only use during compilation.
3329 (antlr-language-for-option): New function to avoid using `find'.
3330 (antlr-mode): Use it.
3331 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3332 (antlr-imenu-create-index-function): Change accordingly.
3333 (antlr-inside-rule-p): Ditto.
3334 (antlr-end-of-rule): Ditto.
3335 (antlr-end-of-body): Ditto.
3336 (antlr-beginning-of-rule): Ditto.
3337 (antlr-indent-line): Ditto.
3338
3339 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3340
3341 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3342 (antlr-set-tabs): Don't use hard-coded values.
3343
3344 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3345 won't be possible without a huge time penalty.
3346 (antlr-skip-exception-part): Be more specific.
3347 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3348 Renamed from `antlr-skip-grammar-header'.
3349 (antlr-next-rule): Change accordingly.
3350 (antlr-end-of-body): Ditto. Better error message.
3351 (antlr-beginning-of-body): Better error message.
3352 (antlr-imenu-create-index-function): Skip rule action prelude.
3353
3354 * antlr-mode.el: Minor syntax highlighting changes.
3355 (antlr-font-lock-default-face): Deletia.
3356 (antlr-font-lock-tokendef-face): Changed color.
3357 (antlr-font-lock-tokenref-face): Changed color.
3358 (antlr-font-lock-literal-face): Changed color.
3359 (antlr-font-lock-additional-keywords): Minor changes.
3360
3361 1999-12-20 Carsten Dominik <cd@gnu.org>
3362
3363 * progmodes/idlwave.el: New file.
3364
3365 * progmodes/idlwave-rinfo.el: New file.
3366
3367 * progmodes/idlwave-shell.el: New file.
3368
3369 * progmodes/idlwave-toolbar.el: New file.
3370
3371 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3372
3373 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3374
3375 * progmodes/cwarn.el: New file.
3376
3377 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3378
3379 * bindings.el (completion-ignored-extensions): Add .pdf.
3380
3381 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3382
3383 * version.el: Put the version info into binary on MS-DOS as well.
3384
3385 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3386
3387 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3388 debugger-may-continue is nil.
3389
3390 1999-12-18 Dave Love <fx@gnu.org>
3391
3392 * emacs-lisp/cl-macs.el: Remove conditional definition of
3393 eval-when-compile. Don't specify abs, expt, gethash,
3394 hash-table-count, hash-table-p as side-effect-free here.
3395 (cl-emacs-type): Don't declare.
3396 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3397 (cl-parse-loop-clause): Remove compatibility code.
3398
3399 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3400 (side-effect-free-fns): Add gethash, hash-table-count.
3401 (side-effect-and-error-free-fns): Add hash-table-p.
3402
3403 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3404 `cl-' to autoload names for some hash functions. Don't autoload
3405 eval-when-compile. Don't provide mini-cl.
3406 (cl-emacs-type): Remove.
3407 (cl-map-extents): Remove compatibility code.
3408
3409 * emacs-lisp/float.el: Bind free variables.
3410
3411 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3412
3413 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3414
3415 * bindings.el (completion-ignored-extensions): Add .tfm.
3416
3417 1999-12-16 Dave Love <fx@gnu.org>
3418
3419 * faces.el (set-face-attribute): Purecopy the attributes set.
3420
3421 * custom.el (custom-declare-variable): Purecopy value.
3422
3423 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3424 (byte-extrude-byte-code-vectors): Use remprop.
3425 (byte-compile-lambda): Check that arg is a lambda.
3426
3427 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3428
3429 * font-lock.el: System for adding and removing keywords.
3430 Both local (previously added keyword) and global keywords
3431 can be removed.
3432 (font-lock-remove-keywords): New user-level function.
3433 (font-lock-update-removed-keyword-alist): New internal function.
3434 (font-lock-removed-keywords-alist): New variable.
3435 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3436 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3437 growing datastructures.
3438 (font-lock-set-defaults): Removes keywords stored in
3439 `font-lock-removed-keywords-alist' after local keywords added.
3440
3441 1999-12-16 Anders Lindgren <andersl@andersl.com>
3442
3443 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3444 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3445
3446 * font-lock.el (c-keywords): Only highlight preprocessor
3447 directives when spelled correctly.
3448
3449 * font-lock.el (font-lock-match-c++-structor-declaration,
3450 c++-keywords): Fontify constructors and destructors with function
3451 face inside C++ class declarations.
3452
3453 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3454
3455 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3456 the shell from sh-shell-file.
3457
3458 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3459
3460 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3461
3462 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3463 if one of the files specified cannot be accessed by
3464 file-attributes. Do not strip any leading directories from the
3465 file names, to behave more like `ls' does.
3466
3467 * dired.el (dired-get-filename): Handle absolute file names.
3468 (dired-readin-insert): If argument is a cons, don't print
3469 "wildcard" on the ``total'' line.
3470
3471 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3472
3473 * faces.el (face-read-integer, read-face-attribute)
3474 (color-defined-p, color-values): Allow color values unspecified-fg
3475 and unspecified-bg, handle them as unspecified.
3476
3477 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3478
3479 * textmodes/reftex.el: (reftex-compile-variables): respect new
3480 structure of `reftex-index-macro'
3481 (reftex-compile-variables): Use the changed structure of
3482 `reftex-label-alist'.
3483
3484 * textmodes/reftex-vars.el (reftex-index-math-format,
3485 (reftex-toc-max-level): New option.
3486 reftex-index-phrases-search-whole-words,
3487 reftex-index-phrases-case-fold-search,
3488 reftex-index-phrases-skip-indexed-matches,
3489 reftex-index-phrases-wrap-long-lines,
3490 reftex-index-phrases-sort-prefers-entry,
3491 reftex-index-phrases-sort-in-blocks): New options.
3492 (reftex-index-macros): Option structure changed.
3493 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3494 (reftex-label-alist): Additional item in each entry to specify if
3495 the environment should be listed in the TOC.
3496 (eval-when-compile (require 'cl)) added.
3497
3498 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3499 longer deals with "repeat".
3500 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3501 now used.
3502 (reftex-index-phrases-comment-regexp,
3503 reftex-index-phrases-macrodef-regexp,
3504 reftex-index-phrases-phrase-regexp1,
3505 reftex-index-phrases-phrase-regexp2,
3506 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3507 New constants.
3508 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3509 reftex-index-phrases-font-lock-keywords,
3510 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3511 reftex-index-phrases-restrict-file): New variables.
3512 (reftex-index-phrase-selection-or-word,
3513 reftex-index-visit-phrases-buffer,
3514 reftex-index-initialize-phrases-buffer,
3515 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3516 reftex-index-next-phrase, reftex-index-this-phrase,
3517 reftex-index-all-phrases, reftex-index-region-phrases,
3518 reftex-index-phrases-parse-header,
3519 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3520 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3521 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3522 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3523 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3524 reftex-index-make-replace-string,
3525 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3526 reftex-index-phrase-match-is-indexed,
3527 reftex-index-phrases-fixup-line,
3528 reftex-index-phrases-replace-space,
3529 reftex-index-select-phrases-macro): New functions.
3530 (reftex-index-globalize, reftex-index-globally): functions removed
3531 (eval-when-compile (require 'cl)) added.
3532
3533 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3534 for max level.
3535 (reftex-toc-max-level-indicator): New variable.
3536 (reftex-toc-max-level): New command.
3537 (reftex-toc-map): New keybinding `t'.
3538 (reftex-toc-help): Constant updated.
3539 (eval-when-compile (require 'cl)) added.
3540
3541 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3542 `t' command key can change `reftex-toc-max-level'
3543 (eval-when-compile (require 'cl)) added.
3544
3545 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3546 `reftex-toc-max-level'
3547 (eval-when-compile (require 'cl)) added.
3548
3549 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3550 added.
3551
3552 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3553 added.
3554
3555 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3556 commands.
3557 (reftex-citation, reftex-do-citation,
3558 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3559 preselect a citation format.
3560 (eval-when-compile (require 'cl)) added.
3561
3562 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3563 parameter to-end
3564 (reftex-section-info): Deal with environment matches.
3565 (eval-when-compile (require 'cl)) added.
3566
3567 * reftex-global.el (eval-when-compile (require 'cl)) added.
3568
3569 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3570
3571 The following changes are for the new composition mechanism. We
3572 have deleted `composition' charset and composite characters,
3573 instead introduced a special text property `composition'.
3574
3575 * composite.el: New file.
3576
3577 * ps-mule.el: Define encode-composition-rule and find-composition
3578 for Emacs 20.4 and the earlier versions.
3579 (ps-mule-init-external-library): Just require a feature for
3580 external libraries.
3581 (ps-mule-prologue): Postscript code modified for new composition.
3582 (ps-mule-find-wrappoint): New arg COMPOSITION.
3583 (ps-mule-plot-string): Delete code for composite characaters.
3584 (ps-mule-plot-composition): New funcion.
3585 (ps-mule-prepare-font-for-components): New function.
3586 (ps-mule-plot-components): New function.
3587 (ps-mule-composition-prologue-generated): Renamed from
3588 ps-mule-cmpchar-prologue-generated.
3589 (ps-mule-composition-prologue): New named from
3590 ps-mule-cmpchar-prologue. Modified for new composition.
3591 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3592 ps-mule-prepare-cmpchar-font): Deleted.
3593 (ps-mule-string-encoding): New arg NO-SETFONT.
3594 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3595 check Composing, not Cmpchar
3596 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3597 to nil.
3598 (ps-mule-begin-job): Check existence of new composition.
3599
3600 * ps-print.el (ps-plot-region): Handle new composition.
3601
3602 * simple.el (what-cursor-position): Show "(composed)" if the
3603 character is composed.
3604
3605 * international/characters.el: Fix cateogries of Lao symbols.
3606
3607 * international/fontset.el (vertical-centering-font-regexp): New
3608 variable.
3609
3610 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3611 (mule-version-date): Updated to 1999.12.7.
3612 (with-category-table): New macro.
3613
3614 * international/mule-cmds.el (encode-coding-char): Don't check
3615 composite character.
3616
3617 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3618 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3619 x-ctext): Give `composition' property t.
3620
3621 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3622 non-nil) at the tail of ALIST.
3623 (compose-region, decompose-region, decompse-string,
3624 reference-point-alist, compose-chars): Moved to composite.el.
3625 (compose-chars-component, compose-chars-rule,
3626 decompose-composite-char): Deleted.
3627
3628 * international/quail.el (quail-install-map): New optional arg
3629 NAME.
3630 (quail-get-translation): If DEF is a symbol but not a function,
3631 ignore it.
3632 (quail-start-translation): Put a key sequence undefined in the
3633 translation keymap in unread-command-events, not generated-events.
3634 Return parameterized event (compose-last-chars N) if the input
3635 characters should be composed.
3636 (quail-map-definition): If DEF is t, treat it as nil.
3637 (quail-delete-last-char): Delete the quail region.
3638 (quail-show-translations): Don't show list of translations if the
3639 quail package is deterministic.
3640 (quail-completion-max-depth): New variable.
3641 (quail-completion-1): Pay attention to the above variable. Fix
3642 for the case that a translation is a function.
3643 (quail-map-from-table, quail-map-from-table-1,
3644 quail-map-from-table-2): New functions.
3645 (quail-lookup-map-and-concat): New function
3646
3647 * language/devan-util.el: Mostly rewritten.
3648
3649 * language/lao.el: Register lao-composition-function in
3650 composition-function-table.
3651
3652 * language/lao-util.el: Mostly rewritten.
3653
3654 * language/thai.el: Register thai-composition-function in
3655 composition-function-table.
3656 (thai-tis620): Delete `pre-write-conversion' property.
3657
3658 * language/thai-util.el: (thai-category-table): Make it by
3659 make-category-table.
3660 (thai-composition-pattern): New variable.
3661 (thai-compose-region, thai-compose-string): Use
3662 with-category-table.
3663 (thai-post-read-conversion): Just call thai-compose-region.
3664 (thai-pre-write-conversion): Deleted.
3665 (thai-composition-function): New funciton.
3666
3667 * language/tibet-util.el: Most functions rewritten.
3668 (tibetan-char-p): Renamed from tibetan-char-examin.
3669 (tibetan-composable-examin) (tibetan-complete-char-examin)
3670 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3671 (tibetan-add-components): New function.
3672 (tibetan-composition-function): New function.
3673
3674 * language/tibetan.el: Register tibetan-composition-function in
3675 composition-function-table.
3676 (tibetan-composable-pattern): New variable.
3677 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3678 (tibetan-precomposition-rule-alist): Move punctuations to
3679 tibetan-punctuation-transcription-alist and
3680 tibetan-obsolete-glyphs.
3681 (tibetan-punctuation-transcription-alist): New variable.
3682 (tibetan-obsolete-glyphs): New variable.
3683 (tibetan-regexp): Improve the initialization code.
3684
3685 * textmodes/fill.el (fill-find-break-point): Delete codes for
3686 composite characters.
3687 (fill-region-as-paragraph): Likewise.
3688
3689 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3690
3691 * international/mule-cmds.el (default-input-method): Specify
3692 that it should be set after current-language-environment.
3693
3694 * custom.el (custom-handle-keyword): Add :set-after.
3695 (custom-add-dependencies): New function.
3696 (custom-set-variables): Take dependencies between args into
3697 account.
3698
3699 * battery.el (battery): Doc fix.
3700
3701 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3702
3703 * progmodes/cc-make.el: Removed.
3704
3705 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3706
3707 * Release of cc-mode 5.26
3708
3709 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3710
3711 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3712 target depth. Optionally count #else lines as clause limits,
3713 as suggested by don provan <provan@lucent.com>. #elif
3714 handling fixed.
3715
3716 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3717 (c-down-conditional-with-else): New commands that uses the
3718 added functionality in `c-forward-conditional'.
3719
3720 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3721
3722 * cc-align.el (c-lineup-comment): Preserve the alignment with
3723 a comment on the previous line instead of preserving the
3724 comment-column.
3725
3726 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3727
3728 * Fixes to IDL mode after input from Eric Eide
3729 <eeide@cs.utah.edu>:
3730 * cc-engine.el (c-beginning-of-statement-1): Allow
3731 `c-conditional-key' to be nil, for the benefit of IDL mode.
3732 * cc-engine.el (c-guess-basic-syntax): Ditto.
3733 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3734 but do match CORBA 2.3 `valuetype'.
3735 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3736 for IDL.
3737 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3738 be nil for IDL.
3739 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3740 Like C++.
3741 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3742 set `c-method-key' and `c-baseclass-key' to nil.
3743
3744 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3745
3746 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3747 with nonhanging open braces.
3748
3749 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3750
3751 * cc-align.el: Added docstrings to all lineup functions.
3752
3753 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3754 keyword.
3755
3756 * cc-align.el (c-lineup-C-comments): Handle free form text
3757 comments. Use c-comment-prefix-regexp and comment-start-skip
3758 instead of hardcoded regexps.
3759
3760 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3761
3762 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3763 behavior and return value as documented.
3764
3765 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3766
3767 * Changes for new style variable init system:
3768 * cc-langs.el (c-common-init): Dito.
3769 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3770 now customizable.
3771 * cc-vars.el: Style variables may now take a value
3772 'set-from-style to make them take their value from the style
3773 system. This value is now the default on all these variables.
3774 * cc-vars.el (c-valid-offset): New function to verify a
3775 syntactic symbol offset setting.
3776 * cc-vars.el (c-offsets-alist): Variable moved from
3777 cc-styles.el since it's now customizable in a similar way to
3778 the other style variables.
3779 * cc-vars.el (c-old-style-variable-behavior): New variable to
3780 revert to the old style init behavior.
3781
3782 * cc-vars.el (c-file-style, c-file-offsets): Made always
3783 buffer local.
3784
3785 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3786 the throws clause that might follow the function prototype in
3787 C++.
3788
3789 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3790
3791 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3792 could move forward for macros that doesn't start in column 0.
3793
3794 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3795
3796 * cc-align.el (c-indent-multi-line-block,
3797 c-lineup-whitesmith-in-block): Two new lineup functions for
3798 use in whitesmith style.
3799
3800 * cc-styles.el (c-style-alist): More fixes to whitesmith
3801 style. It should now handle all different braces uniformly in
3802 both hanging and non-hanging cases.
3803
3804 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3805
3806 * cc-cmds.el (c-indent-exp): Use a marker to save point to
3807 make it stay in the same position relative to the surrounding
3808 text.
3809
3810 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3811 when adaptive-fill-mode doesn't manage to get it correct.
3812
3813 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3814 with dotted notation, e.g. foo.bar.Gnu.
3815
3816 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3817 within unwind-protect (previously only some were wrapped so it
3818 would be possible to register mode initialization when full
3819 initialization did not finish).
3820
3821 * cc-styles.el (c-style-alist): Corrected the brace placement
3822 in the whitesmith style. Thanks to Sean Luke
3823 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
3824 styles with consistent brace placement for all constructs.
3825
3826 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3827
3828 * cc-cmds.el (c-context-line-break): Continue C++ comments too
3829 when point is in the middle of them.
3830
3831 * cc-cmds.el: Line breaking and paragraph filling code
3832 rewritten:
3833 (c-guess-fill-prefix): New function that uses various
3834 heuristics to guess the comment prefix.
3835 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3836 It now assumes adaptive filling is active to preserve the line
3837 prefix inside comments.
3838 (c-indent-new-comment-line): Replacement for the now
3839 obsolete `c-comment-line-break-function' that uses
3840 `c-guess-fill-prefix' when appropriate. It now observes the
3841 setting of `comment-multi-line', which has effect in C-style
3842 block comments.
3843
3844 * cc-cmds.el (c-context-line-break): New function intended to
3845 be put on RET. It's essentially `newline-and-indent', but
3846 continues C block comments with the appropriate line prefix.
3847
3848 * cc-cmds.el (c-do-auto-fill): New function put on
3849 `normal-auto-fill-function' to implement the
3850 `c-ignore-auto-fill' variable.
3851
3852 * cc-cmds.el (c-beginning-of-statement): Use
3853 `c-comment-prefix-regexp' to avoid ending up inside the
3854 comment prefix. Better handling of comment starters and
3855 enders. Catch comments better when traversing code. Stop at
3856 preprocessor directives.
3857
3858 * cc-defs.el (c-forward-comment): New subst to hide platform
3859 dependent quirks in `forward-comment'.
3860
3861 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3862 argument.
3863 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3864 arguments. Activate this function by default when
3865 `parse-partial-sexp' supports it (currently Emacs 20.x).
3866
3867 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3868 on the comment opener to make constants usable as lineup
3869 arguments.
3870
3871 * cc-align.el (c-lineup-C-comments): Fixes to handle the
3872 changed anchor position in the `c' syntactic symbol. Handle
3873 more than stars in the comment prefix; use the new variable
3874 `c-comment-prefix-regexp'. Don't indent text not preceded by
3875 a comment prefix to the right of the comment opener if it's
3876 long.
3877
3878 * cc-langs.el: Fixes to mode initialization for new line
3879 breaking and paragraph filling method. Adaptive fill mode is
3880 now activated at startup instead of deactivated. The
3881 variables used for adaptive filling and paragraph movement are
3882 also changed to incorporate the value of
3883 `c-comment-prefix-regexp'. `substitute-key-definition' is
3884 used to override some functions in the global map instead of
3885 overriding their default bindings.
3886
3887 * cc-mode.el (java-mode): Modify `paragraph-start' for the
3888 javadoc markup at mode init.
3889
3890 * cc-mode.el (c-setup-filladapt): A new convenience function
3891 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
3892 function is intended to be used explicitly by the end user
3893 only.
3894
3895 * cc-vars.el (c-comment-prefix-regexp): New variable used to
3896 recognize the comment fill prefix inside comments.
3897 (c-block-comment-prefix): New name for
3898 `c-comment-contiuation-stars', which is now obsolete. It's
3899 generalized to handle any character sequence.
3900 (c-ignore-auto-fill): New variable used to selectively disable
3901 Auto Fill mode in specific contexts.
3902
3903 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3904
3905 * cc-cmds.el (c-comment-indent): Leave at least one space
3906 between the comment and the last nonblank character in the
3907 case where we look at the indentation of the comment on the
3908 previous line (case 4).
3909
3910 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
3911 list of characters that may start a statement (it's a sort of
3912 prefix operator in Pike, and isn't used at all in any of the
3913 other languages).
3914
3915 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3916
3917 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
3918 inside continued statements as statement-cont instead of
3919 brace-list-open. The reason is that one normally adjusts
3920 brace-list-open for brace lists as top-level constructs, and
3921 brace lists inside statements is a completely different
3922 context. Case 10B.2 changed. Also changed (the somewhat
3923 esoteric) case 9A to cope with this.
3924
3925 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3926
3927 * cc-cmds.el (c-electric-brace): Added electric handling of
3928 the open brace for brace-elseif-brace.
3929
3930 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3931
3932 * cc-defs.el (c-with-syntax-table): New macro to easily switch
3933 syntax tables temporarily.
3934
3935 * cc-engine.el (c-guess-basic-syntax): Handle template and
3936 member init argument lists split over several lines. Case 5D
3937 changed.
3938
3939 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
3940 @throws introduced in Javadoc 1.2.
3941
3942 * cc-menus.el (cc-imenu-java-generic-expression): Applied
3943 patch from RMS to avoid infinite backtracking.
3944
3945 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3946
3947 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
3948 by [ ].
3949
3950 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3951
3952 * cc-align.el (c-lineup-dont-change): Compensate properly for
3953 the column in langelem.
3954
3955 * cc-engine.el (c-syntactic-information-on-region): New
3956 function to help debugging the syntactic analysis.
3957
3958 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3959
3960 * cc-align.el (c-lineup-template-args): Handle nested template
3961 arglists.
3962
3963 * cc-langs.el (c++-template-syntax-table): New syntax table
3964 that makes `<' and `>' parenthesis characters, which is useful
3965 to switch to temporarily when analyzing template arglists.
3966
3967 * cc-styles.el: Changed default alignment of labels in the
3968 java style to conform to the examples in the Java Language
3969 Specification.
3970
3971 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
3972 by default.
3973
3974 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3975
3976 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
3977 immediately before the closing paren in an arglist, so don't
3978 check that in Pike mode. Case 7A changed.
3979
3980 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3981
3982 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
3983 lines were ignored under certain conditions.
3984
3985 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3986
3987 * cc-align.el (c-lineup-template-args): New function for
3988 aligning continued template argument lists.
3989
3990 * cc-engine.el (c-guess-basic-syntax): Fix for member init
3991 lists containing function arglists split over several lines.
3992 Case 5D.1 changed.
3993
3994 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
3995 template-args-cont didn't get recognized when the first
3996 arglist opener line doesn't contain a template argument. New
3997 case 5K.
3998
3999 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4000
4001 * cc-defs.el (c-point): Changed from subst to macro for
4002 efficiency.
4003 (c-beginning-of-defun-1, c-end-of-defun-1): New
4004 beginning-of-defun/end-of-defun wrappers separated from
4005 c-point.
4006
4007 * cc-menus.el (imenu-generic-expression,
4008 imenu-case-fold-search, imenu-progress-message): Dummy
4009 definitions to avoid compiler warnings if imenu can't be
4010 loaded.
4011 * cc-menus.el (cc-imenu-init): New function called at mode
4012 init.
4013 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4014 imenu initializations to cc-imenu-init.
4015
4016 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4017
4018 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4019 for lambda-intro-cont in Pike mode. Case 6 changed.
4020
4021 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4022 anything following "new Foo()" was considered an anonymous
4023 class body in Java mode.
4024
4025 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4026
4027 * cc-cmds.el (c-comment-line-break-function): When breaking in
4028 a string, don't insert a new line.
4029
4030 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4031
4032 * cc-engine.el (c-at-toplevel-p): New interface function which
4033 returns information useful to add-on authors. It tells you
4034 whether you're at a toplevel statement or not.
4035
4036 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4037
4038 * cc-cmds.el (c-comment-line-break-function): It is possible
4039 that forward-line does not land us at the bol, say if we're on
4040 the last line in a file. In that case, do a
4041 back-to-indentation instead of a forward-comment -1.
4042
4043 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4044
4045 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4046 "default:" as normal label in case 4.
4047
4048 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4049
4050 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4051 recognize continued bitfield declarations. Case 5D.1 changed.
4052 * cc-langs.el: New variable c-bitfield-key.
4053 * cc-mode.el: New variable c-bitfield-key.
4054
4055 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4056
4057 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4058 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4059 ..}").
4060
4061 1999-12-12 Dave Love <fx@gnu.org>
4062
4063 * mail/footnote.el: Require cl when compiling. Don't autoload
4064 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4065 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4066 Avoid `acons'.
4067 (footnote-mode-line-string, Footnote-add-footnote): Remove
4068 autoload cookie.
4069
4070 1999-12-12 Richard Sharman <rsharman@pobox.com>
4071
4072 * sh-script.el: Fix for when font-lock mode is active.
4073 (sh-font-lock-unfontify-region-function): New function.
4074
4075 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4076
4077 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4078 if start-process is not bound, since Ispell now supports such
4079 platforms as well.
4080
4081 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4082
4083 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4084 rmail-summary-goto-msg.
4085
4086 * files.el (after-find-file): Fix previous change.
4087
4088 1999-12-11 Dave Love <fx@gnu.org>
4089
4090 * help.el (where-is): Use `commandp' as predicate for
4091 `completing-read'
4092
4093 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4094
4095 * cus-edit.el (custom-save-delete): Delete all occurrences,
4096 leave point where the first occurrence was.
4097 (custom-save-faces): Insert a newline at the end of the comment.
4098 Avoid a double newline there.
4099 If final closeparen is at bol, put a space before it.
4100 (custom-save-variables): Likewise.
4101 (custom-file): Doc fix.
4102
4103 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4104
4105 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4106 regexp matching image and audio files.
4107
4108 1999-12-09 Dave Love <fx@gnu.org>
4109
4110 * mail/footnote.el: New file.
4111
4112 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4113
4114 * files.el (after-find-file): Use auto-save-visited-file-name if
4115 set.
4116
4117 * mail/feedmail.el (feedmail-find-eoh): Take
4118 feedmail-queue-alternative-mail-header-separator into account.
4119
4120 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4121
4122 * smerge-mode.el: New file.
4123
4124 * font-lock.el (font-lock-multiline): New variable.
4125 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4126 (font-lock-remove-keywords): Added a dummy `mode' argument for
4127 potential future support.
4128 (font-lock-fontify-anchored-keywords,
4129 (font-lock-fontify-keywords-region): Only handle multiline strings
4130 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4131
4132 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4133
4134 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4135
4136 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4137
4138 1999-12-07 Dave Love <fx@gnu.org>
4139
4140 * help.el (view-emacs-problems): New command, bound to C-h P.
4141
4142 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4143
4144 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4145
4146 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4147 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4148 New code to support the minor mode version.
4149 (diff-recenter): New function.
4150 (diff-next-hunk, diff-next-file): Use it.
4151 (diff-remembered-files-alist): New var.
4152 (diff-merge-strings): New function.
4153 (diff-find-file-name): Make it smarter and use the user's input more.
4154 (diff-mode): Cosmetic changes.
4155
4156 * files.el (save-some-buffers): Turn EXITING into the more general
4157 PRED argument to allow specifying a subset of buffers.
4158
4159 * simple.el (kill-region): Use the new `delete-and-extract-region'
4160 rather than the undo log (which is incorrect with *-change-functions).
4161
4162 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4163 off-by-one problem that could force re-fontifying the whole buffer.
4164 (font-lock-remove-keywords): New function.
4165 (font-lock-add-keywords): Use the new function to ensure idempotence.
4166
4167 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4168
4169 * viper-cmd.el (viper-minibuffer-standard-hook,
4170 viper-minibuffer-real-start): Mew functions.
4171 (viper-read-string-with-history,viper-file-add-suffix,
4172 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4173 change in the status of the minibuffer prompt.
4174
4175 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4176
4177 * comint.el (comint-redirect-results-list)
4178 (comint-redirect-results-list-from-process): Remove interactive
4179 spec.
4180
4181 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4182
4183 * info.el (info-node, info-menu-5, info-xref): Define colors for
4184 Info faces if the display supports them.
4185
4186 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4187
4188 Changes for automatic remapping of X colors on terminal frames:
4189
4190 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4191 term-setup-hook. Call msdos-remember-default-colors and
4192 msdos-handle-reverse-video.
4193 (msdos-face-setup): Parts of code moved to
4194 msdos-setup-initial-frame.
4195 (msdos-handle-reverse-video): New function, modeled after
4196 x-handle-reverse-video.
4197 (make-msdos-frame): Don't use initial-frame-alist and
4198 default-frame-alist. Call msdos-handle-reverse-video.
4199 (msdos-color-aliases): Remove.
4200 (msdos-color-translate, msdos-approximate-color): Remove.
4201 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4202 for better approximation of X colors.
4203 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4204 up tty-color-alist (it is now on startup.el).
4205 (x-display-color-p, x-color-defined-p, x-color-values,
4206 x-defined-colors, face-color-supported-p, face-color-gray-p):
4207 Remove.
4208
4209 * facemenu.el (facemenu-read-color, list-colors-display): Use
4210 defined-colors for all frame types.
4211 (facemenu-color-equal): Use color-values for all frame types.
4212
4213 * faces.el (read-face-attribute): For :foreground and :background
4214 attributes and frames on character terminals, translate the color
4215 to the closest supported one before looking it up in the list of
4216 valid values.
4217 (face-valid-attribute-values): Call defined-colors for all types
4218 of frames.
4219 (defined-colors, color-defined-p, color-values, display-color-p):
4220 New finctions.
4221 (x-defined-colors, x-color-defined-p, x-color-values,
4222 x-display-color-p): Aliases for the above.
4223
4224 * startup.el (command-line): Register terminal colors for frame
4225 types other than x and w32, but only if the terminal supports
4226 colors. Call tty-color-define instead of face-register-tty-color.
4227
4228 * term/x-win.el (xw-defined-colors): Renamed from
4229 x-defined-colors.
4230 * term/w32-win.el (xw-defined-colors): Likewise.
4231
4232 * term/tty-colors.el: New file.
4233 * loadup.el: Load term/tty-colors.
4234
4235 1999-12-06 Dave Love <fx@gnu.org>
4236
4237 * ffap.el: Autoload the ffap alias directly.
4238
4239 1999-12-06 Inge Frick <inge@nada.kth.se>
4240
4241 * dired-aux.el (dired-do-shell-command): Changed documentation.
4242 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4243 meaning as `*'.
4244
4245 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4246
4247 * simple.el (insert-buffer): Doc fix.
4248
4249 * apropos.el (apropos-mode): Add autoload cookie.
4250
4251 1999-12-06 Sam Steingold <sds@goems.com>
4252
4253 * progmodes/etags.el (etags-tags-completion-table): Modified the
4254 regexp to allow for the CL symbols starting with `+*'.
4255 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4256 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4257 `function' quoting lambda.
4258 (tags-with-face): New macro.
4259 (list-tags, tags-apropos): Use it.
4260 (tags-apropos-additional-actions): New user option.
4261 (etags-tags-apropos-additional): Use it.
4262 (tags-apropos): Call etags-tags-apropos-additional.
4263 (tags-apropos-verbose): New user option.
4264 (etags-tags-apropos): Use it.
4265 (visit-tags-table-buffer, next-file): Use `unless'.
4266 (recognize-empty-tags-table): Renamed to
4267 tags-recognize-empty-tags-table.
4268 (complete-tag): Call tags-complete-tag bypassing try-completion.
4269
4270 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4271
4272 * international/mule.el (set-buffer-file-coding-system): Docstring
4273 modified.
4274
4275 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4276
4277 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4278 using the hideshow package.
4279 (hs-special-modes-alist): Added entry for bibtex to allow the use
4280 of the hideshow package.
4281 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4282 not longer provided by bibtex.el directly. Instead the hideshow
4283 package should be used.
4284 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4285 references to bibtex-hide-entry-bodies.
4286
4287 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4288
4289 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4290 maintainer information closer to the beginning of the bibtex.el
4291 file.
4292 (bibtex-maintainer-salutation): New constant.
4293 (bibtex-version): New constant.
4294 (bibtex-submit-bug-report): Use bibtex-version and
4295 bibtex-maintainer-salutation.
4296 (bibtex-entry-field-alist): Made booktitle field optional for
4297 @inproceedings entries when crossreferenced.
4298 (bibtex-entry-field-alist): Added booktitle field to proceedings
4299 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4300 for the suggestion.
4301 (bibtex-string-file-path): Fixed typo.
4302
4303 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4304
4305 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4306 for reftex.el.
4307 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4308 to menu.
4309
4310 1999-12-04 Dave Love <fx@gnu.org>
4311
4312 * delsel.el: Revert previous change -- region is significant to
4313 skeleton.
4314
4315 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4316
4317 * viper-cmd.el (viper-change-state): Use
4318 viper-ESC-moves-cursor-back to decide whether to move the cursor
4319 back.
4320
4321 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4322
4323 * international/mule-util.el (truncate-string-to-width): Docsting
4324 fixed.
4325
4326 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4327
4328 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4329 use of `cond'.
4330 (lm-with-file): Move all the find-file...kill-buffer stuff into
4331 this macro. Make it use `find-file-noselect' and make it kill
4332 the buffer only if it wasn't already displayed somewhere.
4333 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4334 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4335 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4336 (lm-commentary): Fix to handle the case when the change log is
4337 at the end of the file.
4338
4339 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4340
4341 * international/mule.el (charsetp): Fix typo in docstring.
4342
4343 * international/mule-diag.el (list-coding-categories): Fix typo;
4344 automatic -> autoload.
4345
4346 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4347
4348 * vc.el (vc-update-change-log): Look for rcs2log under
4349 exec-directory.
4350
4351 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4352 outline-regexp, add outline-level.
4353 (lisp-outline-level): New.
4354
4355 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4356 remove extraneous string-match.
4357
4358 * finder.el (finder-commentary): Activate Finder mode.
4359
4360 1999-12-01 Anders Lindgren <andersl@andersl.com>
4361
4362 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4363 off when reverting buffers that contained mode specifiers.
4364 `revert-buffer' is now called with non-nil PRESERVE-MODES
4365 argument.
4366
4367 1999-12-01 Dave Love <fx@gnu.org>
4368
4369 * delsel.el: Grok skeleton-pair-insert-maybe.
4370
4371 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4372
4373 * progmodes/cperl-mode.el (cperl-under-as-char):
4374 Use nil as default.
4375
4376 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4377
4378 * speedbar.el (toplevel): Remove compatibility code for Emacs
4379 versions without custom.el.
4380
4381 1999-11-30 Dave Love <fx@gnu.org>
4382
4383 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4384
4385 * autoinsert.el: Minor doc fixes.
4386 (auto-insert): Return nil.
4387
4388 * faces.el (set-face-documentation): Purecopy STRING.
4389
4390 1999-11-29 Dave Love <fx@gnu.org>
4391
4392 * derived.el: Doc fixes, remove old backquote syntax.
4393
4394 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4395 comment warning about editing.
4396
4397 * help.el (help-mode-hook): Define.
4398
4399 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4400
4401 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4402 invalid translation of old-style backquote syntax to new syntax.
4403
4404 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4405
4406 * Makefile (DONTCOMPILE): Add term/internal.el.
4407
4408 1999-11-26 Dave Love <fx@gnu.org>
4409
4410 * comint.el: Fix last change.
4411
4412 * emacs-lisp/advice.el: Fix last change.
4413
4414 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4415
4416 * cus-edit.el (Custom-reset-standard): Doc fix.
4417 (custom-variable-reset-standard): Doc fix.
4418 (custom-face-reset-standard): Doc fix.
4419 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4420 (custom-variable-menu): Likewise.
4421 (custom-reset-menu): Likewise.
4422 (custom-buffer-create-internal): Likewise.
4423
4424 1999-11-26 Dave Love <fx@gnu.org>
4425
4426 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4427
4428 * font-lock.el: Doc fixes.
4429
4430 * menu-bar.el (menu-bar-mode): Customize.
4431
4432 * cus-start.el: Add use-dialog-box.
4433
4434 * add-log.el (change-log-mode-hook): Customize.
4435 (add-log-current-defun): Use
4436 fortran-{beginning,end}-of-subprogram.
4437
4438 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4439
4440 * emacs-lisp/advice.el: Many doc fixes.
4441
4442 * comint.el (comint-preoutput-filter-functions): Doc fix.
4443
4444 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4445
4446 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4447 Improve messages for capitalization of arg names,
4448 for flag variables, for t and nil, for imperatives.
4449 Call them imperatives rather than infinitives sans "to".
4450 (checkdoc-common-verbs-wrong-voice): Add "moves".
4451 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4452
4453 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4454 Don't convert comments from 3-semicolon to 2-semicolon.
4455 That is a matter of style.
4456 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4457 (checkdoc-comments): Don't bind that variable.
4458
4459 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4460
4461 * files.el (write-file-hooks): Doc fix.
4462
4463 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4464
4465 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4466
4467 1999-11-25 Dave Love <fx@gnu.org>
4468
4469 * hippie-exp.el: Require comint when compiling.
4470 (hippie-expand): Add :links.
4471 (hippie-expand-try-functions-list): Customize.
4472
4473 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4474
4475 * viper*el: Replaced old-style backquotes.
4476
4477 * ediff*el: Replaced old-style backquotes.
4478
4479 * ediff-merge
4480 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4481 Changed to support the new format for ediff-combination-pattern.
4482
4483 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4484 Changed to support the new format for ediff-combination-pattern.
4485
4486 1999-11-24 Dave Love <fx@gnu.org>
4487
4488 * custom.el (custom-declare-group): Purecopy DOC.
4489 (custom-handle-keyword): Purecopy VALUE.
4490 (custom-add-link): Purecopy WIDGET.
4491 (custom-add-version): Purecopy VERSION.
4492 (custom-add-load): Purecopy LOAD.
4493
4494 * cus-face.el (custom-declare-face): Purecopy DOC.
4495
4496 * info.el:
4497 (Info-build-node-completions, Info-search, Info-follow-reference)
4498 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4499 (Info-find-emacs-command-nodes): Avoid properties on matched text
4500 which may appear in minibuffer.
4501
4502 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4503
4504 * locate.el (locate-with-filter): Doc fix.
4505
4506 1999-11-24 Alex Schroeder <alex@gnu.org>
4507
4508 * sql.el (sql-find-sqli-buffer): New function.
4509 (sql-set-sqli-buffer-generally): New function.
4510 (sql-set-sqli-buffer): Better checking of new-buffer.
4511 (sql-copy-column): Add comma after INTO clause, too.
4512
4513 1999-11-24 Alex Schroeder <alex@gnu.org>
4514
4515 * sql.el (sql-imenu-generic-expression): New, used to set
4516 imenu-generic-expression.
4517
4518 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4519 setting font-lock-defaults' SYNTAX-ALIST. Set
4520 imenu-generic-expression, imenu-case-fold-search, and
4521 imenu-syntax-alist.
4522
4523 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4524 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4525
4526 1999-11-23 Andrew Innes <andrewi@gnu.org>
4527
4528 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4529 drop coords aren't over a specific window.
4530
4531 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4532
4533 * ps-print.el: Define mule funs without checking if mule package is
4534 loaded.
4535 (ps-print-version): New version number (5.0.1).
4536 (ps-header-dirpart): Now uses abbreviate-file-name.
4537
4538 1999-11-23 Dave Love <fx@gnu.org>
4539
4540 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4541 comment-line-start.
4542 (fortran-comment-line-start-skip): Renamed from
4543 comment-line-start-skip.
4544 (fortran-mode-map): Use renamed functions. Add manual and custom
4545 entries to menu.
4546 (fortran-mode-hook): Customize.
4547 (fortran-comment-indent-function): Renamed from
4548 fortran-comment-hook.
4549 (delete-horizontal-regexp): Function deleted.
4550 (fortran-electric-line-number): Simplified.
4551 (fortran-beginning-of-subprogram): Renamed from
4552 beginning-of-fortran-subprogram.
4553 (fortran-end-of-subprogram): Renamed from
4554 end-of-fortran-subprogram.
4555 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4556 (fortran-previous-statement, fortran-next-statement): Simplified.
4557 (fortran-blink-match): New function.
4558 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4559 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4560 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4561 line-end-position.
4562 (fortran-fill): No longer interactive. Simplified.
4563 (fortran-break-line): Simplified.
4564 (fortran-analyze-file-format): Use char-after, not looking-at.
4565
4566 * emacs-lisp/find-func.el (find-function-regexp): Use
4567 `define-minor-mode' after easy-menu change.
4568
4569 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4570
4571 * comint.el: Add redirection.from active comint buffers into
4572 another buffer. Written by Peter Breton.
4573
4574 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4575
4576 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4577 `define-minor-mode'.
4578 (define-minor-mode): Specify `doc-string-elt'.
4579
4580 * emacs-lisp/easy-mmode.el: Changed maintainer.
4581 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4582 Use defcustom for the hooks; Improve the auto-generated docstrings.
4583 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4584 (define-minor-mode): Add BODY arg; Only declare the keymap if
4585 provided; Improve the auto-generated docstrings.
4586
4587 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4588
4589 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4590 that the leading `^' is at the start. This is necessary because
4591 paragraphs.el tries to remove anchors, but can find them only if
4592 they are the first character.
4593
4594 * progmodes/antlr-mode.el: New file.
4595
4596 * calendar/calendar.el: Fix autoload for
4597 calendar-absolute-from-astro. Add autoload for
4598 calendar-print-astro-day-number.
4599
4600 1999-11-21 Anders Lindgren <andersl@andersl.com>
4601
4602 * follow.el: Use modern backquote syntax. Minor comment update.
4603
4604 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4605
4606 * simple.el (with-syntax-table): Don't switch buffers.
4607
4608 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4609 progmodes/hideif.el: Use new backquote syntax.
4610
4611 1999-11-21 Ken Manheimer <klm@python.org>
4612
4613 * icomplete.el (icomplete-completions): Use an explicit variable
4614 `icomplete-prospects-length', obviating the need to use an
4615 apparently faulty throw/catch arrangement.
4616
4617 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4618
4619 * term/internal.el (IT-display-table-setup): Don't overstep
4620 character code 255.
4621
4622 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4623
4624 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4625 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4626
4627 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4628
4629 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4630 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4631
4632 * files.el (auto-mode-alist): Add patterns for diff-mode.
4633
4634 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4635 to detect an empty prompt.
4636
4637 1999-11-18 Dave Love <fx@gnu.org>
4638
4639 * simple.el (input-mode-8-bit): Fix the customization.
4640
4641 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4642
4643 * international/iso-acc.el (iso-languages): Add more
4644 characters for Portuguese.
4645
4646 * speedbar.el: Clean up comment at the start of the file.
4647 Remove RCS id.
4648
4649 * progmodes/compile.el (compilation-parse-errors): Use
4650 compilation-buffer-p instead of testing major-mode.
4651
4652 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4653
4654 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4655 (quickurl-ask): completion-ignore-case is set to the value of
4656 quickurl-completion-ignore-case for the duration of the call to
4657 completing-read.
4658
4659 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4660
4661 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4662
4663 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4664
4665 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4666 instead of ps-print-def.
4667
4668 * ps-print.el: Require ps-vars instead of ps-print-def.
4669
4670 * ps-mule.el: Require ps-vars instead of ps-print-def.
4671
4672 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4673
4674 * simple.el (with-syntax-table): Save buffer explicitly instead of
4675 using save-excursion.
4676
4677 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4678
4679 * mail/supercite.el: New maintainer.
4680
4681 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4682
4683 * progmodes/vhdl-mode.el: Use new backquote syntax.
4684
4685 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4686
4687 * simple.el (with-syntax-table): New.
4688
4689 1999-11-15 Sam Steingold <sds@ksp.com>
4690
4691 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4692
4693 1999-02-22 Sam Steingold <sds@goems.com>
4694
4695 * goto-addr.el (goto-address-at-mouse,
4696 goto-address-find-address-at-point): Use compose-mail.
4697 (goto-address-mail-method): Removed variable.
4698 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4699 goto-address-send-using-mail): Removed functions.
4700
4701 1998-11-03 Sam Steingold <sds@goems.com>
4702
4703 * simple.el (backward-delete-char-untabify):
4704 backward-delete-char-untabify-method can be `all' now - to delete
4705 hungrily including newlines.
4706
4707 1999-11-15 Sam Steingold <sds@ksp.com>
4708
4709 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4710
4711 1999-11-15 Dave Love <fx@gnu.org>
4712
4713 * cus-edit.el (customize-face, customize-face-other-window):
4714 Require match from completing-read.
4715 (custom-buffer-done-function): Default to custom-bury-buffer, not
4716 bury-buffer.
4717
4718 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4719
4720 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4721 progmodes/cperl-mode.el: Use new backquote syntax.
4722
4723 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4724
4725 * uniquify.el: Use new backquote syntax.
4726
4727 1999-11-14 Markus Rost <rost@ias.edu>
4728
4729 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4730 as in ispell-local-dictionary-alist.
4731
4732 1999-11-14 Alex Schroeder <alex@gnu.org>
4733
4734 * ansi-color.el (ansi-color-apply): Updated regexps to include
4735 highlighted face.
4736
4737 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
4738
4739 * forms.el (forms--make-format-elt-using-text-properties):
4740 Treat `intangible' differently.
4741
4742 * forms.el: Use new backquote syntax.
4743
4744 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4745
4746 * textmodes/scribe.el (scribe-mode): Doc-fix.
4747
4748 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4749
4750 * net-utils.el (run-network-program, net-utils-run-program): Use
4751 the new backquote syntax.
4752 (smbclient-program, smbclient-program-options)
4753 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4754 variables
4755 (smbclient, smbclient-list-shares): New functions
4756
4757 1999-11-12 Sam Steingold <sds@ksp.com>
4758
4759 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4760 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4761 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4762 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4763 (viper-kbd-global-pair, viper-kbd-global-definition):
4764 Use the new backquote syntax.
4765
4766 * emulation/viper-cmd.el (viper-test-com-defun)
4767 (viper-prefix-arg-value, viper-prefix-arg-com):
4768 Use the new backquote syntax.
4769
4770 * emacs-lisp/debug.el (debugger-env-macro):
4771 Use the new backquote syntax.
4772
4773 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4774 Use the new backquote syntax.
4775
4776 * calendar/calendar.el (calendar-remove-frame-by-deleting):
4777 New user variable.
4778 (calendar-hide-window): Use it.
4779 (increment-calendar-month, calendar-for-loop, calendar-sum):
4780 Use the new backquote syntax.
4781
4782 1999-11-12 Andrew Innes <andrewi@gnu.org>
4783
4784 * select.el (x-set-selection): Call buffer-substring, not
4785 substring. Also fix docstring
4786
4787 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
4788
4789 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4790 of customizable variables to bug report message. Added
4791 system-type to package name in bug report.
4792
4793 1999-11-12 Gerd Moellmann <gerd@gnu.org>
4794
4795 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4796 to display file names.
4797
4798 1999-11-11 Gerd Moellmann <gerd@gnu.org>
4799
4800 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4801
4802 * isearch.el: Add lazy-highlighting feature.
4803
4804 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4805
4806 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4807 constant.
4808 (ps-mode-submit-bug-report): New function. Entry added to menu.
4809
4810 1999-11-10 William M. Perry <wmperry@aventail.com>
4811
4812 * mwheel.el: New file to support the new style wheeled mice.
4813
4814 1999-11-10 Gerd Moellmann <gerd@gnu.org>
4815
4816 * startup.el (initial-scratch-message): Add ";;" to the front of
4817 lines in the message.
4818
4819 * files.el (file-local-copy): Remove optional BUFFER argument
4820 because that's not used by anything.
4821
4822 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4823 to-address.
4824
4825 1999-11-08 Markus Rost <rost@ias.edu>
4826
4827 * wid-edit.el (widget-button-click): Wrap with save-excursion
4828 to restore track-mouse in the correct buffer.
4829
4830 1999-11-08 Gerd Moellmann <gerd@gnu.org>
4831
4832 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4833
4834 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
4835
4836 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4837 lpr-command to "lp" for some system-types. (copied from lpr.el
4838 Emacs version 20.2.1).
4839
4840 1999-11-04 Markus Rost <rost@ias.edu>
4841
4842 * simple.el (comment-region): Strip off white space at end of
4843 comment-start.
4844
4845 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4846
4847 * faces.el (secondary-selection): Fix wrong color name.
4848
4849 1999-11-04 John Tobey <jtobey@epsilondev.com>
4850
4851 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4852 the default when invoking perldb in a non-Perl buffer, and other
4853 cases involving -e or --.
4854
4855 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4856
4857 * simple.el (previous-matching-history-element)
4858 (next-history-element): Use delete-field instead of erase-field.
4859
4860 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4861 Use delete-field instead of erase-field.
4862
4863 * faces.el (secondary-selection): Change background to yellow.
4864
4865 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4866 find the start of the text. Use field-string to read the user
4867 input.
4868
4869 1999-11-03 Gerd Moellmann <gerd@gnu.org>
4870
4871 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4872 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4873 for compatibility with old face implementation.
4874
4875 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4876 Use erase-field instead of erase-buffer.
4877
4878 * frame.el (blink-cursor-mode, blink-cursor-end): Use
4879 internal-show-cursor with new interface.
4880 (blink-cursor-timer-function): New.
4881 (blink-cursor-start): Use blink-cursor-timer-function.
4882
4883 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4884
4885 * calendar.el (redraw-calendar): Move to nearest date before
4886 redrawing.
4887
4888 * diary-lib.el (simple-diary-display): Reset modeline even if
4889 there are no diary entries since the diary buffer may be displayed.
4890
4891 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4892
4893 * emacs-lisp/debug.el (debug): If noninteractive, display the
4894 backtrace using `message', then exit Emacs.
4895 (debugger-batch-max-lines): New variable.
4896 (debugger-setup-buffer): New subroutine, broken out of `debug'.
4897 Change the messages put at the start, to say that the debugger
4898 was entered.
4899
4900 1999-11-02 Sam Steingold <sds@ksp.com>
4901
4902 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4903
4904 1999-11-01 John Tobey <jtobey@epsilondev.com>
4905
4906 * gud.el: (gud-perldb-massage-args): Massage correctly in the
4907 presence of perl switches other than "-e".
4908
4909 1999-11-01 Markus Rost <rost@ias.edu>
4910
4911 * dired-x.el (dired-smart-shell-command): Use
4912 shell-command-history as in shell-command.
4913
4914 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4915
4916 * userlock.el (ask-user-about-lock): Doc fix.
4917
4918 * frame.el: Doc fixes.
4919
4920 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4921
4922 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4923 of show-cursor.
4924 (blink-cursor-start, blink-cursor-end): Ditto.
4925
4926 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4927
4928 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4929
4930 * window.el (walk-windows): If ALL-FRAMES is a frame,
4931 start on that frame. Use save-selected-window.
4932
4933 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4934
4935 * simple.el (end-of-buffer): Use window-end to find the window end
4936 instead of vertical-motion because this handles variable-height
4937 lines correctly.
4938
4939 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
4940
4941 * ediff.el: Version change.
4942
4943 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
4944 make sure you are in a good frame before deleting other
4945 windows.
4946 (ediff-file-checked-in-p): Don't consider CVS
4947 files checked in.
4948 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
4949 are writing to a newly created empty file.
4950
4951 * ediff-mult.el (ediff-show-session-group-hook): New default.
4952
4953 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4954 First cd to the file directory. reportedly works
4955 better with remote files.
4956
4957 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
4958 Use file-name-nondirectory when passing files to CVS.
4959
4960 * ediff-diff.el (ediff-cmp-options): New variable.
4961 (ediff-same-file-contents): Use ediff-cmp-options.
4962
4963 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
4964 ediff-get-patch-buffer): Use current buffer if it appears to be a
4965 patch.
4966
4967 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
4968 C-g
4969
4970 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
4971 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
4972 (viper-save-cursor-color,viper-restore-cursor-color):
4973 Improved cursor color handling.
4974 (viper-get-saved-cursor-color-in-replace-mode,
4975 viper-get-saved-cursor-color-in-insert-mode): New functions for
4976 better cursor color handling.
4977
4978 * viper-ex.el (ex-read,ex-edit):
4979 Fixes for correct interpretation of #,%.
4980 (viper-ex): Now works correctly when called from other functions.
4981 (viper-glob-function): New variable.
4982 (viper-ex): Save excursion before doing :global.
4983
4984 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4985
4986 * viper-cmd.el (viper-post-command-sentinel,
4987 viper-insert-state-post-command-sentinel,
4988 viper-insert-state-pre-command-sentinel): Takes better care of
4989 cursor colors.
4990
4991 * viper.el: Version change.
4992
4993 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
4994
4995 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
4996 that the modeline display was updated *only* when
4997 `whitespace-display-in-modeline' was set, not otherwise.
4998
4999 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5000
5001 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5002 "frac12".
5003
5004 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5005 ad-activate.
5006
5007 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5008
5009 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5010 using fboundp instead of assuming that these are not present in
5011 particular flavors of emacs.
5012 (whitespace-version): Update to 2.8
5013 (whitespace-display-in-modeline): Add custom variable to control
5014 displaying the whitespace errors on the modeline based on
5015 suggestion from <klaus.berndl@sdm.de>
5016 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5017 clean, to enable using as a hook function, as suggested by Puneet
5018 Goel <puneet@computer.org>
5019 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5020 quiet was not set, even with whitespace-auto-cleanup set.
5021 (whitespace-mode-line): Now uses less modeline real estate and
5022 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5023 which is present in the file, and <y> is any type of whitespace
5024 whose check has been suppressed by setting
5025 `whitespace-check-<whitespace-type>' to nil.
5026 (whitespace-unchecked-whitespaces): New function to return the
5027 list of whitespaces for whom checks have been suppressed.
5028 (whitespace-display-unchecked-whitespaces): Renamed to
5029 `whitespace-update-modeline' to reflect its functionality.
5030
5031 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5032
5033 * progmodes/compile.el (compilation-error-regexp-alist):
5034 Undo previous change.
5035
5036 1999-10-28 Dave Love <fx@gnu.org>
5037
5038 * help.el (help-follow): Make arg optional again and really
5039 default to point.
5040
5041 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5042
5043 * paths.el (rmail-file-name): Make it an option.
5044
5045 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5046 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5047 comment fixes.
5048
5049 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5050 MIPS Pro 7.3 compiler error message syntax.
5051
5052 1999-10-27 Dave Love <fx@gnu.org>
5053
5054 * progmodes/compile.el: Checkdoc-inspired fixes.
5055
5056 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5057
5058 * lpr.el (print-buffer): Doc-string fix.
5059
5060 1999-10-27 Dave Love <fx@gnu.org>
5061
5062 * emacs-lisp/advice.el: Doc fixes.
5063 (ad-lemacs-p): Removed.
5064 (advice): Add :link to defgroup.
5065
5066 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5067
5068 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5069 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5070
5071 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5072
5073 * window.el (walk-windows): If ALL-FRAMES is a frame,
5074 start on that frame. Use save-selected-window.
5075
5076 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5077
5078 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5079 ad-activate. All callers changed, including those in data.c.
5080 (ad-activate-internal-off): Renamed from ad-activate-off.
5081 All uses changed.
5082 (ad-activate): Renamed from ad-activate-on. All uses changed.
5083 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5084 Alter the definition of ad-activate-internal, not ad-activate.
5085
5086 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5087
5088 * startup.el (command-line-1): Add support for command line
5089 arguments `file' and `execute'. Fix handling of `visit'.
5090
5091 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5092
5093 * international/mule-cmds.el (read-input-method-name): Handle the
5094 case that the arg DEFAULT is symbol.
5095
5096 * international/mule-diag.el (mule-diag): Handle the case that
5097 default-input-method is symbol.
5098
5099 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5100
5101 * textmodes/tildify.el: New file.
5102
5103 1999-10-25 Sam Steingold <sds@ksp.com>
5104
5105 * Makefile (compile-files): Fixed the "tr" strings.
5106 (EMACS): Set to ../src/emacs.
5107
5108 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5109
5110 * info.el (Info-build-node-completions): Add '("*") to the
5111 completion list.
5112
5113 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5114
5115 * frame.el (auto-raise-mode): When enabling the mode,
5116 immediately raise the selected frame.
5117
5118 * indent.el (indent-region): Doc fix.
5119
5120 * comint.el (comint-output-filter): Make the Comint buffer current
5121 for the comint-preoutput-filter-functions.
5122
5123 * mail/reporter.el: Doc fix.
5124
5125 1999-10-24 Stephen Eglen <stephen@gnu.org>
5126
5127 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5128 that Octave lisp files can also run under XEmacs 20.
5129 (require 'custom) added so that files can run under Emacs 19.34.
5130
5131 * iswitchb.el (iswitchb-default-keybindings): No need to use
5132 read-kbd-macro in keybindings.
5133
5134 1999-10-23 Dave Love <fx@gnu.org>
5135
5136 * elide-head.el: New file.
5137
5138 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5139
5140 * Makefile (compile-files, backup-compiled-files): New targets.
5141 (bootstrap, bootstrap-clean): Ditto.
5142
5143 1999-10-22 Paul Eggert <eggert@twinsun.com>
5144
5145 * international/mule-cmds.c (locale-language-names):
5146 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5147 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5148 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5149 Use Latin-8 for Welsh.
5150 Use Latin-1 for English if "en" is explicitly specified.
5151 Use Latin-1 for Scots Gaelic, Tagalog.
5152 Use Latin-1 (not Latin-4) for Greenlandic.
5153 Use Latin-1 (not Latin-2) for Albanian.
5154 (locale-preferred-coding-systems, locale-language-names):
5155 Remove generic ISO 8859 locales; locale-charset-language-names now
5156 does this.
5157 (locale-charset-language-names): New variable.
5158 (set-locale-environment): Use language name specified by
5159 locale-charset-language-names if its charsets disagree with the
5160 language name specified by locale-language-names.
5161
5162 1999-10-22 Dave Love <fx@gnu.org>
5163
5164 * make-mode.el: Minor doc fixes.
5165
5166 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5167
5168 1999-10-21 Dave Love <fx@gnu.org>
5169
5170 * loadup.el: Add latin-8, latin-9.
5171
5172 1999-10-20 Paul Eggert <eggert@twinsun.com>
5173
5174 * disp-table.el (standard-display-european): Remove undocumented
5175 arg AUTO; no longer used by startup.el. Do not attempt to treat
5176 all non-English language environments as coding system names.
5177 Instead, use the downcased language environment name as a coding
5178 system name if it is one; otherwise, use latin-1.
5179
5180 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5181
5182 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5183 that were split so that part of the comment appeared as Lisp code.
5184
5185 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5186
5187 * ps-bdf.el: Doc fix.
5188
5189 * ps-print-def.el: New file: common definitions for all parts of
5190 ps-print.
5191 (ps-multibyte-buffer): Moved from ps-mule.
5192
5193 * ps-mule.el: File dependence fix.
5194 (ps-multibyte-buffer): Moved to ps-print-def.
5195
5196 * ps-print.el: Doc fix, better customization.
5197 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5198 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5199 (ps-end-file): Doc fix.
5200 (ps-setup, ps-begin-file): Fun fix.
5201 (postscript): New group.
5202 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5203 (ps-print-prologue-1): Adjust PostScript programming.
5204 (ps-print): Adjust group hierarchy.
5205 (ps-print-n-up, ps-print-zebra, ps-print-background,
5206 ps-print-printer)
5207 (ps-print-page): New subgroups.
5208 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5209 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5210 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5211 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5212 (ps-zebra-stripe-height, ps-print-background-image)
5213 (ps-print-background-text, ps-spool-config): Adjust customization.
5214 (dos-ps-printer): Definition eliminated.
5215
5216 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5217
5218 * ps-mule.el: Doc fix, define functions properly if mule package is
5219 loaded or not.
5220 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5221 mule package is loaded or not.
5222
5223 * ps-print.el: Doc fix, n-up printing.
5224 (ps-print-version): New version number (5.0).
5225 (ps-page-dimensions-database): Added document media.
5226 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5227 (ps-page-order, ps-printing-region-p): New vars.
5228 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5229 funs.
5230 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5231 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5232 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5233 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5234 (ps-print-begin-sheet-hook): New hook.
5235 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5236 const.
5237 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5238 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5239 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5240 (ps-count-lines): Changed to defun.
5241 (ps-header-page): Changed to defsubst, fix fun.
5242 (ps-printing-region): Doc fix, adjust programming code.
5243 (ps-output-boolean, ps-background-pages, ps-background-text)
5244 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5245 programming code.
5246
5247 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5248
5249 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5250 (ps-print-version): New version number (4.2).
5251 (ps-spool-config, ps-spool-tumble): New vars.
5252 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5253 programming, new PostScript procedure to handle errors.
5254 (ps-print-prologue-2): Changed to defconst.
5255 (ps-print-duplex-feature): New const: duplex and tumble setting.
5256 (ps-setup, ps-begin-file): Fix funs.
5257 (ps-boolean-capitalized): New fun.
5258
5259 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5260
5261 * Makefile (dontcompilefiles): Obsoleted.
5262 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5263 (EL): Unused.
5264 (temacs): Removed (unused).
5265 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5266 version of the file (necessary for the update to work properly).
5267 (autoloads): Force the use of `pwd`/loaddefs.el.
5268 (updates); Redefined in terms of other targets to reduce redundancy.
5269 (.el.elc): New default rule, just in case you want it.
5270 (compile): Use a single invocation of Emacs.
5271 (bootstrap-compile); Unneeded.
5272 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5273
5274 1999-10-19 Dave Love <fx@gnu.org>
5275
5276 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5277
5278 1999-10-19 Sam Steingold <sds@ksp.com>
5279
5280 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5281 comply with the comment.
5282
5283 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5284
5285 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5286 permanent-local.
5287
5288 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5289
5290 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5291 value: \"lpr\" changed to "lpr"
5292 (ps-mode-version): New constant
5293 (ps-mode-show-version): New function, added key in ps-mode-map
5294 (ps-run-messages): Removed
5295 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5296 ps-run-messages. These keywords now include the value of
5297 ps-run-prompt, making its fontification customizable.
5298 (ps-run-init): Removed \\n from docstring, it is now added when
5299 the value is used
5300 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5301 ps-run-prompt
5302 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5303 customizable variables in doc-string (its equivalent
5304 ps-run-messages was missing in previous version of the doc-string)
5305 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5306 symbols only
5307
5308 1999-10-19 Alex Schroeder <alex@gnu.org>
5309
5310 * ansi-color.el: Complete rewrite.
5311
5312 1999-10-19 Paul Eggert <eggert@twinsun.com>
5313
5314 Fix bootstrapping problems.
5315 Use the system locale to specify Emacs locale defaults.
5316
5317 * international/mule-cmds.el (global-map):
5318 Do not use backquote, because that makes a bootstrapping
5319 problem if you need to recompile all Lisp files using interpreted code.
5320 * international/mule.el (charset-id, charset-bytes,
5321 charset-dimension, charset-chars, charset-width,
5322 charset-direction, charset-iso-final-char,
5323 charset-iso-graphic-plane, charset-reverse-charset,
5324 charset-short-name, charset-long-name, charset-description,
5325 charset-plist): Likewise.
5326 * subr.el (save-match-data): Likewise.
5327
5328 * international/mule-cmds.el
5329 (set-display-table-and-terminal-coding-system): New function,
5330 containing code migrated out of set-language-environment.
5331 (set-language-environment, set-locale-environment): Use it.
5332 (locale-translation-file-name): Moved here from startup.el.
5333 (locale-language-names, locale-preferred-coding-systems):
5334 New vars.
5335 (locale-name-match, set-locale-environment): New functions.
5336
5337 * language/japan-util.el (setup-japanese-environment-internal):
5338 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5339
5340 * startup.el (iso-8859-n-locale-regexp): Remove.
5341 (locale-translation-file-name): Move to mule-cmds.el.
5342 (command-line): Move locale-stuff into set-locale-environment.
5343
5344 1999-10-18 Dave Love <fx@gnu.org>
5345
5346 * abbrev.el (add-abbrev, inverse-add-abbrev)
5347 (expand-region-abbrevs): Remove properties from buffer text.
5348
5349 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5350
5351 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5352 from the mini-buffer, without the prompt.
5353
5354 * simple.el (minibuffer-prompt-end): Return the position
5355 after the prompt, not the position of that last character
5356 of the prompt.
5357
5358 1999-10-17 Miles Bader <miles@gnu.org>
5359
5360 * simple.el: Doc fixes.
5361
5362 1999-10-17 Miles Bader <miles@gnu.org>
5363
5364 * simple.el (previous-matching-history-element, next-history-element):
5365 Change to work correctly even if the point is in the prompt.
5366 (choose-completion-string): Likewise.
5367 (minibuffer-prompt-width): New function (compatibility with old subr).
5368
5369 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5370 When constraining the final position to the current field,
5371 don't use the ONLY-IN-LINE mode of constrain-to-field.
5372
5373 1999-10-17 Miles Bader <miles@gnu.org>
5374
5375 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5376 constrain-to-field.
5377 * textmodes/paragraphs.el (forward-sentence): Likewise.
5378
5379 1999-10-17 Miles Bader <miles@gnu.org>
5380
5381 * simple.el (line-move): Use constrain-to-field to avoid
5382 moving into a prompt.
5383 (previous-complete-history-element): Clarify doc string.
5384 (next-complete-history-element): Likewise.
5385 Use field-beginning instead of point-min.
5386 (next-matching-history-element): Use field-beginning and
5387 erase-field instead of point-min and erase-buffer.
5388 * textmodes/paragraphs.el
5389 (forward-paragraph, forward-sentence): Likewise.
5390 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5391 constrain the kill to an field, as the movement commands now
5392 do this.
5393
5394 1999-10-17 Miles Bader <miles@gnu.org>
5395
5396 * simple.el (previous-matching-history-element): Get the
5397 minibuffer input with field-string instead of buffer-string.
5398 (choose-completion-string): Likewise.
5399 (next-history-element): Likewise.
5400 Erase the minibuffer input with erase-field, not erase-buffer.
5401 Use field-beginning to find the beginning of the input.
5402 * textmodes/paragraphs.el (backward-kill-sentence):
5403 Remove minibuffer-prompt hack.
5404 Constrain to any input field.
5405
5406 1999-10-17 Sam Steingold <sds@ksp.com>
5407
5408 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5409 for CMUCL on sparc and ".ufsl" for LispWorks.
5410 (bound-and-true-p): Bugfix: free variable `v'.
5411
5412 1999-10-16 Dave Love <d.love@dl.ac.uk>
5413
5414 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5415 (edebug-uninstall-read-eval-functions): Use load-read-function,
5416 avoiding elisp-eval.
5417
5418 1999-10-16 Sam Steingold <sds@ksp.com>
5419
5420 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5421 instead of `eql'.
5422
5423 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5424
5425 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5426 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5427 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5428 * ediff-util.el (ediff-make-temp-file):
5429 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5430 * emerge.el (emerge-make-temp-file):
5431 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5432 * vc.el (vc-update-change-log):
5433 * mail/mailpost.el (post-mail-send-it):
5434 * mail/metamail.el (metamail-region):
5435 * progmodes/cmacexp.el (c-macro-expansion):
5436 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5437
5438 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5439
5440 * smtpmail.el (smtpmail-via-smtp): Add support for
5441 automatically appending a domain to RCPT TO: addresses.
5442
5443 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5444
5445 * dired.el (dired-insert-directory): Insert the amount of
5446 free space after the total size.
5447 (dired-free-space-program, dired-free-space-args): New variables.
5448
5449 1999-10-14 Karl Heuer <kwzh@gnu.org>
5450
5451 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5452
5453 1999-10-14 Dave Love <fx@gnu.org>
5454
5455 * international/characters.el:
5456 * international/fontset.el:
5457 * international/mule-conf.el: Add latin-iso8859-1[45].
5458
5459 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5460 strings.
5461
5462 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5463 (command-line): Detect Latin-[89] locales.
5464
5465 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5466
5467 * international/mule-cmds.el (select-safe-coding-system)
5468 (leim-list-header): Avoid the use of strings that start with backslash
5469 newline since lread.c:read1 has a hack to turn those strings into
5470 integer 0 during the loadup.el process.
5471
5472 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5473
5474 1999-10-13 Dave Love <fx@gnu.org>
5475
5476 * image.el (insert-image): Copy the image spec and add an
5477 intangible property.
5478
5479 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5480
5481 * help.el (help-xref-interned): Make it also work on variable-only
5482 and function-only symbols.
5483 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5484 (help-follow): If the point under mouse is not highlighted, try
5485 `help-xref-interned' on the pointed-to symbol anyway.
5486
5487 * info.el (Info-on-current-buffer): New entry point.
5488 (Info-find-node): Split into two for Info-on-current-buffer to
5489 hook into it.
5490 (Info-current-file, Info-set-mode-line, Info-up):
5491 Info-current-file can now be t.
5492 (Info-clone-buffer-hook): Function for `clone-buffer'.
5493 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5494 Make `clone-buffer' available in various ways to the user.
5495
5496 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5497
5498 * simple.el (shell-command, shell-command-on-region): Use
5499 make-temp-file.
5500 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5501
5502 * subr.el (with-current-buffer): Don't use backquotes to avoid
5503 bootstrapping problems.
5504
5505 * loadup.el (load-path): Add subdirs for bootstrapping.
5506 (docstrings): Ignore errors during bootstrapping.
5507 (args): New `bootstrap' argument (for use in place of `dump').
5508
5509 1999-10-12 Emmanuel Briot <briot@gnat.com>
5510
5511 * ada-stmt.el: Doc-string fixes.
5512
5513 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5514
5515 * recentf.el: New file.
5516
5517 * ps-mode.el: New file.
5518
5519 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5520 case insensitive.
5521
5522 1999-10-12 Richard Sharman <rsharman@pobox.com>
5523
5524 * sh-script.el: Added support for indenting existing scripts.
5525 (sh-mode-map): Added new bindings.
5526 (sh-mode): Updated mode doc-string for new commands, added
5527 make-local-variable calls, initialize mode-specific variables.
5528 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5529 is now a different function.
5530 (sh-header-marker): Changed docstring.
5531 (sh-set-shell): Initialize mode-specific variables.
5532 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5533 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5534 Changed these define-skeleton calls to work with user-specified
5535 indentation settings.
5536 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5537 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5538 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5539 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5540 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5541 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5542 (sh-guess-basic-offset, sh-handle-after-case-label)
5543 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5544 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5545 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5546 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5547 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5548 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5549 (sh-handle-this-then, sh-help-string-for-variable)
5550 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5551 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5552 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5553 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5554 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5555 (sh-remove-our-text-properties, sh-rescan-buffer)
5556 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5557 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5558 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5559 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5560 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5561 functions.
5562 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5563 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5564 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5565 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5566 (sh-var-list): New variables.
5567
5568 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5569
5570 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5571 a value one line to high if the cursor wasn't at the start of a
5572 line. A `beginning-of-line' is now performed before making the
5573 call to `count-lines'.
5574
5575 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5576
5577 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5578
5579 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5580
5581 * Makefile (setwins): Abstract out the command to find subdirectories
5582 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5583 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5584 (autoloads-with-other-emacs): Use it.
5585
5586 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5587
5588 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5589
5590 * Makefile (bootstrap-compile): New target. Compile Lisp
5591 files with ../src/temacs.
5592
5593 1999-10-08 Dave Love <fx@gnu.org>
5594
5595 * ange-ftp.el: Require dired when compiling.
5596 (ange-ftp-normal-login): Allow EFS-style port specification.
5597
5598 1999-10-08 Simon Marshall <simon@gnu.org>
5599
5600 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5601 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5602 If STRINGS is nil, return "" rather than nil.
5603
5604 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5605
5606 * Makefile (compile): Compile files one by one. Set load-path to
5607 current directory and subdirectories when compiling.
5608
5609 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5610
5611 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5612 (emacs): Use it everywhere instead of EMACS.
5613 (compile): New target. Compile all Lisp files from scratch.
5614 (recompile): New target. Recompile lisp directory.
5615 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5616 an Emacs executable not built in the current directory tree.
5617
5618 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5619
5620 * filecache.el (file-cache-completion-ignore-case): New variable,
5621 defaulting to the value of completion-ignore-case.
5622 (file-cache-minibuffer-complete): Use it.
5623 (file-cache-files-matching, file-cache-files-matching-internal):
5624 New functions.
5625
5626 1999-10-07 Emmanuel Briot <briot@gnat.com>
5627
5628 * ada-xref.el: New file
5629
5630 * ada-prj.el: New file
5631
5632 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5633
5634 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5635 subprogram being created.
5636
5637 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5638 ada-indent-newline-indent): Rewritten to support the new indentation
5639 scheme
5640
5641 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5642 New functions
5643
5644 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5645 justification parameter
5646
5647 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5648 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5649 external program
5650
5651 1999-10-07 Dave Love <fx@gnu.org>
5652
5653 * bindings.el (bound-and-true-p): New macro.
5654 (make-mode-line-mouse-sensitive): Don't require easymenu.
5655
5656 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5657
5658 * custom.el (defface): Extend documentation for new values of
5659 `type'.
5660
5661 * faces.el (face-spec-set-match-display): Recognize `type' of
5662 `motif', `lucid', `x-toolkit'.
5663 (menu): New face.
5664
5665 1999-10-05 Dave Love <fx@gnu.org>
5666
5667 * files.el: Recognize temporary crontab files.
5668
5669 * info.el: Require jka-compr when compiling.
5670 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5671
5672 1999-10-04 Dave Love <fx@gnu.org>
5673
5674 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5675 scroll-up-aggressively, scroll-down-aggressively.
5676
5677 * time.el (display-time-mode): Add autoload cookie.
5678
5679 * rect.el (delete-extract-rectangle): Doc fix from verna.
5680
5681 * help-macro.el (three-step-help): Customize.
5682
5683 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5684
5685 * hexl.el (hexlify-buffer): Move point in proper range
5686 if it is too large.
5687 (hexl-after-revert-hook): Update hexl-max-address.
5688 (hexl-address-to-marker): Doc fix.
5689
5690 1999-10-03 Dave Love <fx@gnu.org>
5691
5692 * image.el (defimage): Remove redundant code. Substitute file in
5693 image plist.
5694
5695 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5696
5697 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5698 when doing with-temp-file.
5699
5700 1999-10-01 Dave Love <fx@gnu.org>
5701
5702 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5703
5704 * help.el: Require view when compiling.
5705 (view-emacs-FAQ): Use Info version.
5706
5707 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5708
5709 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5710 (normat->normal). Use correct font names for Korean
5711 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5712
5713 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5714
5715 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5716 code not used by KOI8 to the same 8-bit code instead of mapping to
5717 SPC.
5718 (cyrillic-alternativnyj-decode-table): Likewise.
5719
5720 1999-09-29 Alex Schroeder <alex@gnu.org>
5721
5722 * sql.el (sql-imenu-generic-expression): Aew, used to set
5723 imenu-generic-expression.
5724 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5725 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5726 imenu-case-fold-search, and imenu-syntax-alist.
5727 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5728 setting font-lock-defaults' SYNTAX-ALIST.
5729
5730 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5731
5732 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5733 macro, try again.
5734
5735 1999-09-28 Dave Love <fx@gnu.org>
5736
5737 * cus-edit.el (custom-comment): Change widget definition.
5738 (custom-comment-create, custom-comment-show)
5739 (custom-comment-invisible-p): Don't use :comment-overlay.
5740 (custom-comment-hide): New function.
5741 (custom-variable-set, custom-variable-save)
5742 (custom-variable-reset-standard, custom-face-set)
5743 (custom-face-save): Use it.
5744
5745 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5746
5747 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5748
5749 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5750
5751 * faces.el (region): Doc fix.
5752
5753 1999-09-27 Dave Love <fx@gnu.org>
5754
5755 * isearch.el (isearch): Add :links in defgroup.
5756 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5757 (isearch-switch-frame-handler): Comment out (unused).
5758 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5759 (isearch-ring-retreat-edit): Doc fix.
5760 (isearch-mouse-yank): New command.
5761 (isearch-last-command-char): Removed. Callers changed to use
5762 last-command-char.
5763 (isearch-char-to-string): Removed. Callers changed to use
5764 char-to-string.
5765
5766 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5767
5768 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5769 option for Russian.
5770
5771 1999-09-25 Gerd Moellmann <gerd@gnu.org>
5772
5773 * faces.el (face-differs-from-default-p): Compare face
5774 attributes individually.
5775
5776 * image.el (put-image, insert-image): Add string argument.
5777
5778 1999-09-24 Gerd Moellmann <gerd@gnu.org>
5779
5780 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5781 LANG=de_DE.iso88591 on HPUX 11.0.
5782
5783 * dired.el (dired-move-to-filename-regexp): Make it work
5784 for LANG=de_DE.iso88591 on HPUX 11.0.
5785
5786 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5787
5788 * info.el (info-initialize): Don't test existence of ALTERNATIVE
5789 if we know for some other reason it should not be used.
5790
5791 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5792 New variable.
5793 (edebug-recursive-edit): Save current-prefix-arg there,
5794 bind it, and set it back at the end.
5795 (edebug-outside-excursion): Restore and update the outside
5796 value of current-prefix-arg.
5797 (edebug-emacs-version-specific): Delete support for Epoch.
5798
5799 1999-09-24 Howard Melman <howard@silverstream.com>
5800
5801 * imenu.el (imenu-after-jump-hook): New variable.
5802 (imenu): Run menu-after-jump-hook.
5803 (imenu-name-lookup-function): New variable.
5804 * imenu.el (imenu--in-alist): Use those variables.
5805
5806 1999-09-24 Carsten Dominik <cd@gnu.org>
5807
5808 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5809 multiple thebibliography environments.
5810
5811 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5812 with recentering window.
5813 (reftex-extract-bib-entries-from-thebibliography,
5814 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
5815 with multiple thebibliography environments.
5816
5817 * textmodes/reftex-vars.el
5818 (reftex-section-levels): Function allowed as cdr.
5819 (reftex-max-section-depth) New option.
5820
5821 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5822 with multiple thebibliography environments.
5823
5824 1999-09-23 Gerd Moellmann <gerd@gnu.org>
5825
5826 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5827 instead of point-min in call to delete-region.
5828
5829 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
5830
5831 * vc.el (vc-backend-checkout): Use with-temp-file when checking
5832 out into arbitrary file names.
5833
5834 1999-09-19 Ken'ichi Handa <handa@gnu.org>
5835
5836 * language/european.el ("Turkish"): New language environment.
5837
5838 1999-09-19 Dave Love <fx@gnu.org>
5839
5840 * delim-col.el: New file.
5841
5842 1999-09-17 Richard Stallman <rms@gnu.org>
5843
5844 * files.el (after-find-file): When visiting a backup file,
5845 make it read-only.
5846
5847 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5848 (apropos-keybinding-face, apropos-label-face): Likewise.
5849 (apropos-property-face, apropos-match-face): Likewise.
5850 (apropos-label-properties): New variable.
5851 (apropos-print-doc): Use apropos-label-properties.
5852 (apropos-print): Set apropos-label-properties.
5853
5854 1999-09-15 Richard Stallman <rms@gnu.org>
5855
5856 * winner.el: Use aref instead of sref.
5857
5858 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5859
5860 1999-09-14 Gerd Moellmann <gerd@gnu.org>
5861
5862 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5863
5864 1999-09-14 Richard Stallman <rms@gnu.org>
5865
5866 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5867 cookie, even if followed by a letter.
5868
5869 1999-09-14 Stephen Eglen <stephen@gnu.org>
5870
5871 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5872 --no-line-editing are passed to Octave by including them here
5873 rather than storing them in inferior-octave-startup-args.
5874
5875 1999-09-14 Eli Zaretskii <eliz@gnu.org>
5876
5877 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5878 command, option, env and sc.
5879
5880 * subr.el (shell-quote-argument): Quote argument with double
5881 quotes for ms-dos.
5882
5883 1999-09-14 Richard Stallman <rms@gnu.org>
5884
5885 * simple.el (eval-expression-print-level): New variable.
5886 (eval-expression-print-length): New variable.
5887 (eval-expression-debug-on-error): New variable.
5888 (eval-expression): Bind print-level, print-length and
5889 debug-on-error from those vars.
5890
5891 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5892 Bind print-level, print-length and debug-on-error.
5893
5894 1999-09-14 Inge Frick <inge@nada.kth.se>
5895
5896 * dired.el (dired-recursive-deletes): New custom variable.
5897 (dired-re-no-dot): New variable.
5898 (dired-delete-file): New function deletes files and directories
5899 recursively.
5900 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
5901
5902 * dired-aux.el (dired-recursive-copies): New custom variable.
5903 (dired-handle-overwrite): Broke a long line.
5904 (dired-copy-file): Call `dired-copy-file-recursive' instead of
5905 `copy-file'.
5906 (dired-copy-file-recursive): New function. Copy directories
5907 recursively.
5908 (dired-do-create-files): Added support for generalized directory
5909 target. How-to function may now return a function. New fluid
5910 variable `dired-one-file'.
5911 (dired-copy-how-to-fn): New variable.
5912 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
5913 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
5914 (dired-do-copy-regexp): No recursive copies.
5915
5916 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
5917
5918 * whitespace.el (whitespace-version): Update version to 2.4
5919
5920 * whitespace.el: Add customization variables to conditionally test
5921 any of the five whitespaces, per request from Rune Kleveland
5922 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
5923
5924 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
5925
5926 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
5927 list of modes to be checked for bogus whitespaces.
5928
5929 * whitespace.el (whitespace-rescan-timer-time): Update
5930 documentation.
5931
5932 * whitespace.el (whitespace-display-unchecked-whitespaces):
5933 New function to update modeline with untested whitespaces.
5934
5935 * whitespace.el (whitespace-buffer): Test only whitespaces whose
5936 checking is turned on, and update modeline using the newly created
5937 `whitespace-display-unchecked-whitespaces'.
5938
5939 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
5940 whose checking is turned on, and update modeline using the newly
5941 created `whitespace-display-unchecked-whitespaces'.
5942
5943 * whitespace.el (whitespace-describe): Update documentation.
5944
5945 * whitespace.el (whitespace-tickle-timer): Test if
5946 `whitespace-rescan-timer-time' is non-zero before tickling timer.
5947
5948 1999-09-13 Dave Love <fx@gnu.org>
5949
5950 * hideif.el (hide-ifdef-mode): Add autoload cookie.
5951
5952 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
5953 for temp buffer.
5954 (checkdoc-this-string-valid): Don't assume default comment-start.
5955
5956 1999-09-13 Gerd Moellmann <gerd@gnu.org>
5957
5958 * rsz-mini.el: Remove code, keep the interface.
5959
5960 1999-09-13 Dave Love <fx@gnu.org>
5961
5962 * help.el (help-highlight-p): Doc fix.
5963
5964 * faces.el (mode-line, header-line, tool-bar): Add :version.
5965 (highlight, secondary-selection): Add :group.
5966 (trailing-whitespace): Add :group, :version.
5967
5968 * wid-edit.el: Remove some compatibility code and checks.
5969 (widget-specify-field, widget-specify-button): Don't use XEmacs
5970 properties.
5971 (widget-overlay-inactive): Change error message.
5972 (widget-button-pressed-face): New variable.
5973 (widget-button-click): Use it.
5974 (widget-documentation-link-add): Specify mouse and button faces.
5975 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
5976 removed now the functionality is built in.
5977
5978 * cus-edit.el: Don't define-widget-keywords.
5979 (multimedia): New group.
5980 (custom-last): Function removed.
5981 (custom-quote): Add vectorp case, comment out characterp case.
5982 (custom-buffer-done-function, custom-raised-buttons): New option.
5983 (Custom-buffer-done): New function.
5984 (custom-buffer-create-internal): Obey custom-raised-buttons,
5985 Custom-buffer-done.
5986 (custom-button-face): Make it `released-button'.
5987 (custom-button-pressed-face): Make it `pressed-button'
5988 (custom-mode-map): Bind "q" to Custom-buffer-done.
5989 (custom-mode): Deal with raised/pressed buttons.
5990
5991 Changes from Didier Verna:
5992 (custom-prompt-variable): Optional third arg makes prompt for a
5993 comment string.
5994 (customize-set-value, customize-set-variable,
5995 customize-save-variable): Optional prefix makes function handle
5996 variable comments.
5997 (customize-customized, customize-saved, custom-variable-state-set)
5998 (custom-variable-set, custom-variable-save, custom-face-state-set)
5999 (custom-variable-reset-saved, custom-variable-reset-standard)
6000 (custom-face-set, custom-face-save, custom-face-reset-saved)
6001 (custom-face-reset-standard, customize-save-customized): Handle
6002 custom comments.
6003 (custom-comment-face, custom-comment-tag-face): New face.
6004 (custom-comment): New widget.
6005 (custom-comment-create, custom-comment-delete)
6006 (custom-comment-value-set, custom-comment-show)
6007 ()custom-comment-invisible-p): New functions.
6008 (custom-variable-value-create, custom-face-value-create): Create a
6009 comment field widget.
6010 (custom-variable-menu, custom-face-menu): New entry for custom
6011 comment.
6012 (custom-face-value-create): Remove compatibility code.
6013 (custom-save-variables, custom-save-faces): Possibly save custom
6014 comments.
6015
6016 * cus-face.el (custom-face-attributes): Simplify :underline,
6017 :overline, :inverse-video cases. Fix up :box case (probably needs
6018 more work).
6019
6020 Change from Didier Verna:
6021 (custom-set-faces): The arguments can now have a custom comment as
6022 fourth argument.
6023
6024 * custom.el: Don't define-widget-keywords.
6025 Change from Didier Verna:
6026 (custom-set-variables): The arguments can now have a
6027 custom comment as fifth element.
6028
6029 1999-09-13 Richard Stallman <rms@gnu.org>
6030
6031 * info.el (Info-find-node): Cope better if guesspos is too large.
6032
6033 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6034
6035 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6036 of buffer-substring because buffer-string doesn't copy the
6037 prompt.
6038
6039 * faces.el (mode-line): Replaces `modeline'.
6040 (toplevel): Make `modeline' an alias for `mode-line'.
6041
6042 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6043
6044 * gs.el: Change `ghostscript' to `postscript' in comment.
6045
6046 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6047
6048 * emulation/tpu-edt.el (tpu-version): New version.
6049 (tpu-search-overlay, tpu-replace-overlay): New variables.
6050 (tpu-search-highlight, tpu-toggle-direction): New functions.
6051 (tpu-lm-replace): Set tpu-replace-overlay.
6052 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6053 command hook.
6054
6055 1999-09-11 Richard Stallman <rms@gnu.org>
6056
6057 * isearch.el (isearch-mode-map): Undo previous change.
6058
6059 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6060 use all of that as the sexp.
6061
6062 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6063 and use the initial argument as file name directly.
6064 Likewise if nothing matches.
6065
6066 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6067
6068 * winner.el: Major changes. Avoid changing point and mark.
6069 Save configurations after they change, not before.
6070
6071 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6072
6073 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6074 Bind print-continuous-numbering and print-number-table.
6075
6076 1999-09-10 Dave Love <fx@gnu.org>
6077
6078 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6079
6080 1999-09-09 Richard Stallman <rms@gnu.org>
6081
6082 * whitespace.el: Finish making it fit Emacs conventions.
6083 Add autoloads.
6084
6085 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6086
6087 * generic-x.el (bat-generic-mode): "::"-style comments don't
6088 need to begin with "-". Fix the font-lock definitions of ON/OFF
6089 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6090 from the list of keywords. Add DO to the list of keywords.
6091
6092 1999-09-09 Dave Love <fx@gnu.org>
6093
6094 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6095 (byte-optimize-backward-word): New optimizations.
6096 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6097 entries.
6098
6099 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6100
6101 * image.el (put-image): Remove optional buffer parameter.
6102
6103 * faces.el (face-italic-p): Return t only for values `italic'
6104 and `oblique'.
6105
6106 * mouse.el (mouse-drag-mode-line-1): Extension of former
6107 mouse-drag-mode-line that also drags the header line.
6108 (mouse-drag-mode-line): Call it.
6109 (mouse-drag-header-line): New.
6110 (toplevel): Bind down-mouse-1 on header lines to
6111 mouse-drage-header-line.
6112
6113 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6114
6115 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6116 (make-mode-line-mouse-sensitive): Replace `top-line' by
6117 `header-line'.
6118
6119 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6120
6121 * help.el (describe-function-1): Don't return empty string for keymaps.
6122
6123 * fill.el (fill-region-as-paragraph, canonically-space-region):
6124 Respect colon-double-space at end of line.
6125
6126 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6127
6128 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6129 (backup-buffer): Use it.
6130
6131 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6132
6133 * generic-x.el (generic-define-unix-modes): Added new modes:
6134 inetd-conf-generic-mode, etc-services-generic-mode,
6135 etc-passwd-generic-mode. These are all defined for Unix by default.
6136 (apache-generic-mode): Use an imenu-generic-expression to list
6137 Configuration keywords.
6138 (samba-generic-mode): Use both ; and # as comment characters.
6139 (samba-generic-mode): Font-lock expressions now highlight name
6140 value pairs.
6141 (bat-generic-mode): Keywords are now case-insensitive through
6142 font-lock-defaults setting.
6143 (java-properties-generic-mode): Supports both ! and # as comment
6144 characters.
6145 (java-properties-generic-mode): Added an imenu-generic-expression
6146 (java-properties-generic-mode): Reworked to support the various
6147 different ways to separate name and value (viz, '=', ':' and
6148 whitespace).
6149 (show-tabs-generic-mode): Added this new generic-mode.
6150
6151 1999-09-08 Richard Stallman <rms@gnu.org>
6152
6153 * progmodes/inf-lisp.el: Moved from top directory.
6154
6155 * tar-mode.el (tar-header-block-tokenize):
6156 Use `when' instead of `and'. Fix some clobbered text.
6157
6158 * gud.el (gud-make-debug-menu): Make a child for the
6159 local menu, for its menu bar, and the debug menu.
6160 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6161 Use the history in the simple way.
6162
6163 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6164
6165 * language/korea-util.el (default-korean-keyboard): Initialize it
6166 according to the environment variable HANGUL_KEYBOARD_TYPE.
6167
6168 1999-09-07 Richard Stallman <rms@gnu.org>
6169
6170 * subr.el (make-temp-file): New function.
6171
6172 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6173
6174 * font-lock.el (font-lock-multiline): New text property contains
6175 a boolean to indicate if the char is part of a multiline match.
6176 (font-lock-default-fontify-region): Extend the region appropriately
6177 for multiline keywords.
6178 (font-lock-default-unfontify-region): Also remove the new
6179 font-lock-multiline text property.
6180 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6181 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6182
6183 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6184
6185 * diary-lib.el (list-diary-entries): Make sure two-digit years
6186 have leading zeros.
6187
6188 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6189
6190 * faces.el (face-set-after-frame-default): Initialize some
6191 attributes of some faces from frame parameters.
6192
6193 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6194
6195 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6196
6197 * faces.el (fringe): Replaces face `margin'.
6198
6199 1999-09-07 Dave Love <fx@gnu.org>
6200
6201 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6202
6203 1999-09-07 Richard Stallman <rms@gnu.org>
6204
6205 * subr.el (push): Doc fix.
6206
6207 1999-09-06 Richard Stallman <rms@gnu.org>
6208
6209 * vc.el (vc-annotate-display): Use < 69 not < 70
6210 to distinguish 20YY from 19YY.
6211
6212 * timezone.el (timezone-parse-date): Use < 69 not < 70
6213 to distinguish 20YY from 19YY.
6214
6215 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6216
6217 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6218
6219 * quickurl.el: (quickurl-list-focused-line): Removed.
6220 (quickurl-list-insert): Now works out the focused line using
6221 `count-lines' instead of using `quickurl-list-focused-line'.
6222
6223 1999-09-06 Richard Stallman <rms@gnu.org>
6224
6225 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6226 to beginning of message.
6227
6228 1999-09-06 Dave Love <fx@gnu.org>
6229
6230 * isearch.el (isearch-mode-map): Add mouse-2.
6231
6232 * mail/rmail.el (rmail-read-password): Deleted.
6233 (rmail-get-pop-password): Use read-password.
6234
6235 * quickurl.el: Don't conditionally define caddr.
6236 (quickurl-url-comment): Use nth, not caddr in function and
6237 defsetf.
6238
6239 1999-09-06 Richard Stallman <rms@gnu.org>
6240
6241 * auto-show.el: Doc fixes.
6242
6243 1999-09-06 Stephen Eglen <stephen@gnu.org>
6244
6245 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6246 --no-line-editing so that TABs in source files are not interpreted
6247 as completion requests.
6248
6249 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6250
6251 * hscroll.el, auto-show.el: Remove all code, keep the public
6252 interface as no-ops.
6253
6254 * faces.el (face-bold-p): Don't return t if face has lighter
6255 weight than normal.
6256
6257 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6258
6259 * startup.el (command-line): Make small-temporary-file-directory
6260 be nil except on ms-dos.
6261
6262 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6263
6264 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6265 is defined.
6266
6267 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6268 letters with a colon after d or l.
6269
6270 1999-09-06 Dave Love <fx@gnu.org>
6271
6272 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6273 primitive.)
6274
6275 1999-09-05 Richard Stallman <rms@gnu.org>
6276
6277 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6278
6279 * textmodes/paragraphs.el (backward-kill-sentence):
6280 Don't test minibuffer-prompt-end here.
6281 (forward-sentence): Do handle it here.
6282 (backward-kill-paragraph): Don't test it here.
6283 (forward-paragraph): Handle it here.
6284
6285 * mouse.el (font-menu-add-default): Simplify code.
6286
6287 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6288
6289 * faces.el (header-line): Renamed from `top-line'.
6290
6291 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6292
6293 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6294
6295 1999-09-04 Richard Stallman <rms@gnu.org>
6296
6297 * whitespace.el: New file.
6298
6299 1999-09-04 Dave Love <fx@gnu.org>
6300
6301 * paths.el: Make some doc strings obey the make-docfile convention.
6302
6303 * bindings.el: Likewise.
6304 (debug-ignored-errors): Remove BBDB ones.
6305
6306 1999-09-03 Richard Stallman <rms@gnu.org>
6307
6308 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6309 not from the draft to forward.
6310
6311 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6312
6313 1999-09-03 Dave Love <fx@gnu.org>
6314
6315 * double.el (double-mode): Customize the variable.
6316
6317 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6318
6319 * international/characters.el: Delete duplicated code.
6320
6321 1999-09-02 Richard Stallman <rms@gnu.org>
6322
6323 * indent.el (indent-relative): Doc fix.
6324
6325 * quickurl.el (quickurl): Doc fix.
6326
6327 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6328
6329 * faces.el (margin): Change background to "gray" for mono (this is
6330 drawn with a stipple pattern).
6331
6332 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6333
6334 * simple.el (next-history-element): Use minibuffer-prompt-end once
6335 again. Remove test for minibuffer-prompt-in-buffer.
6336
6337 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6338
6339 * files.el (small-temporary-file-directory): New variable.
6340
6341 * startup.el (command-line): Compute the value of
6342 small-temporary-file-directory.
6343
6344 * ediff-init.el (ediff-temp-file-prefix): Use
6345 small-temporary-file-directory if non-nil.
6346
6347 * vc.el (vc-update-change-log): Likewise.
6348
6349 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6350
6351 * simple.el (shell-command, shell-command-on-region): Use
6352 make-temp-name properly. Use small-temporary-file-directory if
6353 non-nil, otherwise temporary-file-directory, to generate temporary
6354 files.
6355
6356 * dos-w32.el (direct-print-region-helper): Use
6357 temporary-file-directory. (From Stefan Monnier.)
6358
6359 1999-09-02 Richard Stallman <rms@gnu.org>
6360
6361 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6362 from asm-comment-char.
6363 (asm-font-lock-keywords): Recognize instruction width suffixes.
6364
6365 1999-09-01 Richard Stallman <rms@gnu.org>
6366
6367 * play/fortune.el: New file.
6368
6369 1999-08-31 Dave Love <fx@gnu.org>
6370
6371 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6372 after key table.
6373
6374 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6375 redisplay variables.
6376
6377 * subr.el (push): Fix typo.
6378
6379 1999-08-30 Kevin Blake <kblake@ticnet.com>
6380
6381 * emacs-lisp/ring.el: Many doc fixes.
6382 (ring-size, ring-copy): New functions.
6383
6384 1999-08-29 Richard Stallman <rms@gnu.org>
6385
6386 * progmodes/etags.el (tags-loop-continue):
6387 After tags-loop-operate returns, force skip to next file.
6388
6389 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6390 (mail-extr-first-letters, mail-extr-last-letters):
6391 Use character classes [:alpha:] and [:alnum:].
6392
6393 * subr.el (push, pop): New macros.
6394
6395 * progmodes/compile.el (compilation-error-regexp-alist):
6396 New item for SGI IRIX MipsPro compilers.
6397
6398 * speedbar.el (speedbar-directory-buttons): Recognize
6399 device names when checking for file names.
6400
6401 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6402
6403 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6404 and specially handle defvar inside their expansions.
6405 (eval-defun-1): New subroutine.
6406
6407 * progmodes/compile.el (compilation-error-regexp-alist):
6408 Fix the Perl -w entry to allow period after line number.
6409 Don't allow newlines in file name, but allow them after line number
6410 for Perl debugging traces.
6411
6412 * which-func.el (which-func-cleanup-function): New variable.
6413 (which-function): Call that function.
6414
6415 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6416 to end a function name.
6417
6418 * informat.el (Info-tagify): Don't insert more than one newline
6419 before the tag table.
6420
6421 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6422
6423 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6424 than make-temp-name, use match-string-no-properties, and eliminate
6425 a quadratic behavior when building bibtex-strings.
6426
6427 1999-08-29 Alex Schroeder <alex@gnu.org>
6428
6429 * comint.el (comint-input-ring-separator): New variable.
6430 (comint-read-input-ring): Doc change; use
6431 comint-input-ring-separator when reading file.
6432 (comint-write-input-ring): Use
6433 comint-input-ring-separator when writing file.
6434
6435 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6436
6437 * informat.el (Info-tagify): Start by widening.
6438 Match node headers that don't list the file name,
6439 and more kinds of page separations.
6440 Strip properties during tagification.
6441 Use start of node header line as tag's position.
6442 Fix the "done" message.
6443
6444 (Info-validate): Save and restore match data around narrowing down.
6445
6446 1999-08-28 Richard M. Stallman <rms@gnu.org>
6447
6448 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6449 On repeated call, override previous values put into
6450 minor-mode-map-alist and minor-mode-alist.
6451
6452 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6453
6454 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6455
6456 1999-08-27 Andreas Schwab <schwab@gnu.org>
6457
6458 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6459 from cvs update.
6460
6461 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6462
6463 * calendar/calendar.el (calendar-move-hook): New hook.
6464
6465 * calendar/cal-move.el: Call the new hook in every movement function.
6466
6467 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6468 the right function name.
6469
6470 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6471
6472 * time-stamp.el: Put quote-backquote around all symbol names
6473 in doc strings, for mousing.
6474 (time-stamp): Support multi-line patterns.
6475 (time-stamp-inserts-lines): New variable.
6476 (time-stamp-count): New variable.
6477 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6478 "Thu" instead of "%a".
6479
6480 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6481
6482 * simple.el (kill-word): Undo previous change.
6483
6484 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6485
6486 * jit-lock.el (jit-lock-function): Extend the fontified range
6487 to the beginning of the line containing the range start and
6488 the beginning of the line following the range end.
6489
6490 1999-08-24 Dave Love <fx@gnu.org>
6491
6492 * timezone.el: Move provide to end.
6493 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6494 <70 are 2000+.
6495 (timezone-parse-time): Simplify somewhat.
6496
6497 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6498
6499 * faces.el (margin): Renamed from bitmap-area.
6500
6501 1999-08-24 Alex Schroeder <alex@gnu.org>
6502
6503 * sql.el: Doc changes.
6504 (sql-sybase): Use sql-server instead of sql-database.
6505
6506 1999-08-23 Dave Love <fx@gnu.org>
6507
6508 * rect.el: Add/fix various doc strings. Add `*' to all the
6509 interactive specs.
6510
6511 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6512
6513 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6514 Don't unwind-protect font-lock-fontify-region.
6515
6516 * paragraphs.el (backward-kill-paragraph): Don't move
6517 point into mini-buffer prompt.
6518 (backward-kill-sentence): Ditto.
6519
6520 * simple.el (next-history-element): Use minibuffer-prompt-end.
6521 Remove test for minibuffer-prompt-in-buffer.
6522 (kill-word): Don't move point into mini-buffer prompt.
6523
6524 1999-08-21 Dave Love <fx@gnu.org>
6525
6526 * Makefile: Exclude CVS dirs like RCS.
6527
6528 1999-08-19 Dave Love <fx@gnu.org>
6529
6530 * tooltip.el (tooltip-mode): Customize this, per convention.
6531 (tooltip-active): Option deleted.
6532
6533 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6534
6535 * hanoi.el, page-ext.el: Declare dynamic vars.
6536
6537 * term.el: Avoid ange-ftp related compilation warnings.
6538
6539 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6540
6541 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6542 the default so that beginners can benefit from it without
6543 searching in manuals.
6544
6545 1999-08-18 Ray Blaak <blaak@gnu.org>
6546
6547 * progmodes/delphi.el: Consider assembly sections as blocks, to
6548 indent them better. Make auto-indent on newline optional.
6549
6550 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6551
6552 * bindings.el (mode-line-modified): Look up key binding for C-x
6553 C-q. If it's bound call that binding, otherwise call
6554 toggle-read-only.
6555
6556 1999-08-17 Dave Love <fx@gnu.org>
6557
6558 * info.el (info): Doc fix.
6559
6560 * finder.el (finder-known-keywords): Add `multimedia'.
6561
6562 * apropos.el: Don't capitalize custom group name.
6563
6564 * info-look.el: Remove compatibility code.
6565 (info-lookup-guess-default*): DTRT for point at start of symbol.
6566 (info-complete): Don't lose with point not at end of symbol.
6567
6568 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6569
6570 * term.el (toplevel): Make face `term-default' an empty face.
6571 The code relied on the fact that Emacs ignored invalid faces in
6572 face text properties in 20.4.
6573
6574 1999-08-16 Richard M. Stallman <rms@gnu.org>
6575
6576 * subr.el (point-at-eol, point-at-bol): New aliases.
6577
6578 * simple.el: Functions reordered.
6579
6580 * rect.el (delete-rectangle-line): Use line-end-position.
6581
6582 1999-08-16 Karl Heuer <kwzh@gnu.org>
6583
6584 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6585 here from simple.el.
6586
6587 1999-08-16 Dave Love <fx@gnu.org>
6588
6589 * mouse.el: Provide `mldrag' for compatibility.
6590 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6591 marked obsolete.
6592
6593 * mldrag.el: Removed since the features are in mouse.el.
6594
6595 * jka-compr.el (auto-compression-mode): New variable for
6596 customization.
6597
6598 * bindings.el (mode-line-mule-info): Doc fix.
6599
6600 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6601 name comparisons.
6602
6603 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6604 (find-file): Doc fix.
6605
6606 1999-08-16 Carsten Dominik <cd@gnu.org>
6607
6608 * textmodes/reftex.el: Most of the code moved to other files.
6609 * textmodes/reftex-auc.el: New file, split out from reftex.el
6610 * textmodes/reftex-cite.el: New file, split out from reftex.el
6611 * textmodes/reftex-global.el: New file, split out from reftex.el
6612 * textmodes/reftex-index.el: New file, split out from reftex.el
6613 * textmodes/reftex-parse.el: New file, split out from reftex.el
6614 * textmodes/reftex-ref.el: New file, split out from reftex.el
6615 * textmodes/reftex-sel.el: New file, split out from reftex.el
6616 * textmodes/reftex-toc.el: New file, split out from reftex.el
6617 * textmodes/reftex-vars.el: New file, split out from reftex.el
6618 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6619
6620 1999-08-16 Carsten Dominik <cd@gnu.org>
6621
6622 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6623 conflict with pop-up-frames.
6624 (reftex-special-environment-parsers): New constant.
6625 (reftex-label-alist): car of an entry can also be a function.
6626 (reftex-what-special-env): Cew function.
6627 (reftex-label-location): Call `reftex-what-special-env'.
6628 (reftex-compile-variables): Check for symbol in
6629 `reftex-label-alist'.
6630 (reftex-what-environment): Fixed bug with stacked environments of
6631 same kind (e.g. enumerate).
6632 (reftex-process-string): Preserve default directory.
6633 (reftex-label-alist-builtin): Changed prefixes of endnote and
6634 footnote. Also the magic words.
6635 (reftex-reference): Interprete new option
6636 `reftex-fref-is-default'.
6637 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6638 (reftex-toc-mouse-view-line): Command removed (had no binding).
6639 (reftex-everything-regexp): New function.
6640 (reftex-nearest-match): Made better.
6641 (reftex-toc-find-section): Use new version of
6642 `reftex-nearest-match'.
6643 (reftex-insert-docstruct): Adapted to work with the index stuff.
6644 (reftex-parse-from-file): Find index entries as well.
6645 (reftex-toc-toggle-index): New function
6646 (reftex-toc-map): `i' is now used to togle the index, File
6647 boundaries has been moved to `F'.
6648 (reftex-select-label-map): Toggling display of file boundaries is
6649 now on the `F' key, for consistency with `reftex-toc-map'.
6650 (reftex-erase-all-selection-and-index-buffers): Renamed from
6651 `reftex-erase-all-selection-buffer'. Now also kills the index
6652 buffers.
6653 (reftex-viewing-cross-references): Customization group renamed
6654 from reftex-viewing-cross-references-and-citations.
6655 (reftex-index-macro-regexp,
6656 reftex-find-index-entry-regexp-format): New variables
6657 (reftex-macros-with-index): New variable
6658 (reftex-add-index-macros): New function
6659 (reftex-renumber-simple-labels, reftex-translate): Allow for
6660 multiple labels in a single ref command.
6661 (reftex-index-support): New customization group
6662 (reftex-support-index, reftex-index-special-chars,
6663 reftex-index-macros, reftex-index-default-macro,
6664 reftex-index-default-tag, reftex-index-math-format,
6665 reftex-index-section-letters, reftex-index-include-context,
6666 reftex-index-follow-mode, reftex-index-header-face,
6667 reftex-index-section-face, reftex-index-tag-face,
6668 reftex-index-face): New options
6669 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6670 reftex-index-tag, reftex-index-return-marker,
6671 reftex-index-restriction-indicator, reftex-index-restriction-data,
6672 reftex-index-macro-regexp, reftex-index-level-re,
6673 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6674 reftex-everything-regexp-no-index, reftex-index-re,
6675 reftex-macros-with-index, reftex-index-macro-alist): New variables
6676 (reftex-index-help, reftex-index-macros-builtin,
6677 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6678 reftex-query-index-macro-help): New constants
6679 (reftex-index-selection-or-word, reftex-index,
6680 reftex-default-index, reftex-update-default-index,
6681 reftex-index-complete-tag, reftex-index-select-tag,
6682 reftex-index-complete-key, reftex-index-update-taglist,
6683 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6684 reftex-display-index, reftex-insert-index,
6685 reftex-index-insert-new-letter, reftex-get-restriction,
6686 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6687 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6688 reftex-index-toggle-follow, reftex-index-toggle-context,
6689 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6690 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6691 reftex-index-quit, reftex-index-quit-and-kill,
6692 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6693 reftex-index-revert, reftex-index-switch-index-tag,
6694 reftex-index-restrict-to-section, reftex-index-widen,
6695 reftex-index-restriction-forward,
6696 reftex-index-restriction-backward, reftex-index-visit-location,
6697 reftex-index-analyze-entry, reftex-index-globalize,
6698 reftex-index-edit, reftex-index-toggle-range-beginning,
6699 reftex-index-toggle-range-end, reftex-index-edit-key,
6700 reftex-index-edit-attribute, reftex-index-edit-visual,
6701 reftex-index-edit-part, reftex-index-level-down,
6702 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6703 reftex-index-change-entry, reftex-index-goto-letter,
6704 reftex-add-index-macros, reftex-ensure-index-support,
6705 reftex-index-info-safe, reftex-index-info): New functions.
6706
6707
6708 1999-08-15 Richard M. Stallman <rms@gnu.org>
6709
6710 * paren.el (show-paren-mode): Support making show-paren-mode
6711 a buffer-local variable. Don't check for a window system.
6712 (show-paren-function): Check whether show-paren-function is
6713 enabled in current buffer; do the right thing if not.
6714 Don't check for a window system.
6715 (show-paren-mode): Make it a user variable.
6716
6717 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6718 Handle `enum' like `struct'.
6719
6720 * server.el (server-process-filter): If a client visits no buffers,
6721 close it immediately before recording it.
6722
6723 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6724 Optimize by calling concat just once. Handle =\n sequence.
6725 (mail-unquote-printable-region): New command.
6726 (mail-quote-printable): Make it autoload.
6727
6728 1999-08-15 Karl Heuer <kwzh@gnu.org>
6729
6730 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6731
6732 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6733
6734 * lisp/texinfmt.el: Handle @ifnottex.
6735
6736 1999-08-15 Eli Zaretskii <eliz@gnu.org>
6737
6738 * frame.el (blink-cursor): Don't turn on cursor blinking for
6739 ms-dos.
6740
6741 * faces.el (face-valid-attribute-values): Look in
6742 x-bitmap-file-path only for x and w32 window systems.
6743
6744 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6745 Do that if width is nil as well.
6746 (x-display-mm-height, x-display-mm-width): Update values.
6747 (x-colors): Compute the list from msdos-color-values.
6748 (x-select-enable-clipboard): Doc fix.
6749 (x-frob-font-weight, x-font-family-list): New functions.
6750
6751 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6752
6753 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6754 back up from beginning of buffer.
6755
6756 1999-08-13 Karl Heuer <kwzh@gnu.org>
6757
6758 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6759
6760 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6761
6762 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6763 doomsday clock, speed control is added and changes are made to
6764 allow large numbers of rings: rings now show the whole ring
6765 number, not just the last digit; consecutive rings are allowed to
6766 be the same size when necessary to fit all the rings in the
6767 window; and poles can be oriented horizontally. Face support is
6768 thrown in gratuitously.
6769 (hanoi): Changed default number of rings back to 3.
6770 (hanoi-unix, hanoi-unix-64): New commands
6771 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6772 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6773 hanoi-odd-ring-face): New variables.
6774 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6775 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6776 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6777 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6778 (hanoi-topos, hanoi-draw-ring): Removed.
6779
6780 1999-08-12 Gerd Moellmann <gerd@gnu.org>
6781
6782 * faces.el (face-valid-attribute-values): Return an alist for
6783 families on ttys.
6784 (face-read-integer): Handle unspecified face attributes. Add
6785 completion for `unspecified'.
6786 (read-face-attribute): Handle unspecified font attributes.
6787 (face-valid-attribute-values): Add `unspecified' to lists so that
6788 it can be chosen via completion.
6789 (face-read-string): Don't recognize "none" as input.
6790
6791 1999-08-10 Dave Love <fx@gnu.org>
6792
6793 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6794 string.
6795
6796 * sun-curs.el: Require sun-fns.
6797
6798 1999-08-10 Dave Love <fx@gnu.org>
6799
6800 * autorevert.el (auto-revert-mode): Add autoload cookie.
6801
6802 * hscroll.el, auto-show.el: Files deleted -- we have built-in
6803 hscroll.
6804
6805 * simple.el (hscroll-step, hscroll-point-visible)
6806 (hscroll-window-column): Remove now we have the mentioned real
6807 horizontal autoscrolling.
6808
6809 1999-08-10 Richard M. Stallman <rms@gnu.org>
6810
6811 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6812 control use of -f option.
6813 (mail-specify-envelope-from): New variable.
6814 (mail-from-style): Doc fix.
6815
6816 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6817 (easy-menu-get-map): New arg TO-MODIFY helps choose
6818 between local and global maps.
6819 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6820 (easy-menu-change): Doc fix.
6821
6822 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6823 (info-lookup-guess-default): Simplified and cleaned up.
6824 (info-lookup-guess-default*): Preserve point.
6825
6826 * view.el (view-mode-disable): If buffer-read-only is nil,
6827 don't change it.
6828
6829 * files.el (after-find-file): Disable View mode if buffer is no
6830 longer read-only.
6831
6832 * view.el (view-mode-enable, view-mode-disable):
6833 Call force-mode-line-update.
6834
6835 1999-08-10 Karl Heuer <kwzh@gnu.org>
6836
6837 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6838 * array.el, play/landmark.el, international/latin-3.el: Likewise.
6839 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6840
6841 1999-08-10 Alex Schroeder <asc@bsiag.com>
6842
6843 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6844 to prevent m-eating-bug.
6845
6846 1999-08-10 Eli Zaretskii <eliz@gnu.org>
6847
6848 * term/pc-win.el (msdos-bg-mode): Remove. Call
6849 frame-set-background-mode instead. All callers changed.
6850 (msdos-face-setup): Don't force color display parameter, it is set
6851 by frame-set-background-mode.
6852 (make-msdos-frame): Call x-handle-reverse-video and
6853 face-set-after-frame-default. Delete frame if creation failed.
6854
6855 * faces.el (face-set-after-frame-default): Don't call
6856 make-face-x-resource-internal for the pc window-system.
6857
6858 1999-08-10 Dave Love <fx@melange.gnu.org>
6859
6860 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6861 case with no docstring specially.
6862
6863 1999-08-09 Eli Zaretskii <eliz@gnu.org>
6864
6865 * complete.el (PC-do-completion): If completing on file name,
6866 reproduce str by concatenating its directory and basename parts.
6867
6868 1999-08-07 Dave Love <fx@gnu.org>
6869
6870 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
6871 unibyte to multibyte conversion of search-forward (from Handa),
6872 but avoid the replacement if the language is Latin-N.
6873
6874 1999-08-06 Richard Stallman <rms@gnu.org>
6875
6876 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6877 of eval-buffer.
6878
6879 * international/mule.el (load-with-code-conversion):
6880 Pass t to eval-buffer for DO-ALLOW-PRINT.
6881
6882 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
6883
6884 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6885 of filenames and attributes.
6886 (ls-lisp-insert-directory): Use directory-files-and-attributes
6887 for speed.
6888
6889 1999-08-05 Dave Love <fx@gnu.org>
6890
6891 * auto-show.el (auto-show-mode): Fix :set.
6892
6893 * widget.el (define-widget-keywords): Make dummy definition and
6894 comment-out its use.
6895
6896 1999-08-04 Richard Stallman <rms@gnu.org>
6897
6898 * progmodes/tcl.el: Customized.
6899
6900 * sql.el (sql-accumulate-and-indent): Instead of testing
6901 whether this is Emacs 20 before calling comint-accumulate,
6902 test whether comint-accumulate is defined.
6903
6904 1999-08-04 Dave Love <fx@gnu.org>
6905
6906 * sgml-mode.el: Require outline when compiling.
6907 (sgml-mode-hook, html-mode-hook): Customize.
6908 (sgml-validate-command): Fix :version.
6909 (html-autoview-mode): Doc fix.
6910
6911 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
6912 nothing in Latin-N environment.
6913
6914 * info.el (Info-find-node): Call info-initialize here.
6915 (info): Not here.
6916 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
6917
6918 1999-08-04 Richard Stallman <rms@gnu.org>
6919
6920 * ansi-color.el: New file.
6921
6922 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
6923
6924 * dired.el (dired-string-replace-match): Return `nil' when no match
6925 found with global search.
6926
6927 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
6928 * terminal.el (te-terminfo-directory):
6929 * mail/mailpost.el (post-mail-send-it):
6930 * mail/metamail.el (metamail-region):
6931 * progmodes/ada-mode.el (ada-tmp-directory):
6932 Use temporary-file-directory.
6933
6934 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
6935 (compilation-filter, compilation-forget-errors)
6936 (compilation-parse-errors): Use a marker instead of an integer for
6937 `compilation-parsing-end'.
6938
6939 * progmodes/diff.el (diff-parse-differences):
6940 Use a marker instead of an integer for `compilation-parsing-end'.
6941 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6942 Use a marker instead of an integer for `compilation-parsing-end'.
6943
6944 1999-08-03 Richard Stallman <rms@gnu.org>
6945
6946 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
6947 (Buffer-menu-mode): Doc fix.
6948 (Buffer-menu-view): New command.
6949 (Buffer-menu-view-other-window): New command.
6950
6951 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
6952
6953 * replace.el (query-replace-regexp-eval)
6954 (replace-eval-replacement, replace-loop-through-replacements)
6955 (replace-match-string-symbols): New functions.
6956 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
6957 Use replace-loop-through-replacements.
6958
6959 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
6960
6961 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
6962 (5x5): Doc fix.
6963
6964 1999-08-03 Dave Love <fx@gnu.org>
6965
6966 * fortran.el (fortran-indent-new-line): Make it an alias
6967 for reindent-then-newline-and-indent.
6968
6969 1999-08-03 Didier Verna <verna@inf.enst.fr>
6970
6971 * rect.el: All functions rewritten, except when noted above
6972 their declaration. Below is a list of interface changes.
6973 (apply-on-rectangle): New function, mostly replaces
6974 `operate-on-rectangle'. All callers changed.
6975 (move-to-column-force): Pass new second argument to `move-to-column'.
6976 (kill-rectangle): Added optional prefix arg to fill lines.
6977 (delete-rectangle): Ditto.
6978 (delete-whitespace-rectangle): Ditto.
6979 (delete-extract-rectangle): Ditto.
6980 (open-rectangle): Ditto.
6981 (clear-rectangle): Ditto.
6982 (delete-whitespace-rectangle-line): New function.
6983 (delete-rectangle-line): Added third arg FILL.
6984 (delete-extract-rectangle-line): Ditto.
6985 (open-rectangle-line): Ditto.
6986 (clear-rectangle-line): Ditto.
6987
6988 1999-08-03 Ray Blaak <blaak@gnu.org>
6989
6990 * progmodes/delphi.el: New file.
6991
6992 1999-08-02 Richard Stallman <rms@gnu.org>
6993
6994 * textmodes/outline.el (outline-previous-heading): New function.
6995 (outline-up-heading-all): Use outline-previous-heading.
6996 (outline-next-heading): Delete definition inserted yesterday.
6997
6998 1999-08-01 Richard Stallman <rms@gnu.org>
6999
7000 * textmodes/outline.el (outline-next-heading): New function.
7001 (outline-up-heading-all): New function.
7002 (outline-font-lock-level): Using outline-up-heading-all.
7003 Tell outline-back-to-heading to accept invisible headings.
7004
7005 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7006
7007 * mail/mh-utils.el (mh-find-path-run): New variable.
7008 (mh-find-path): Test and set that.
7009 Set mail-user-agent only the first time this function is run.
7010 (mail-user-agent): Defvar deleted.
7011
7012 * info.el (info-initialize): New function.
7013 (info): Call info-initialize.
7014 (Info-directory-list): Initialize to nil,
7015 so info-initialize will set it up for real.
7016
7017 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7018
7019 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7020 does not interpret a time as the year in a day-month entry.
7021
7022 * calendar/diary-lib.el: Change syntax table entry for colon in
7023 the diary as part of the european-date-diary-pattern fix.
7024
7025 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7026
7027 * international/mule.el (set-auto-coding): Allow whitespace before
7028 and after the "variable: value" pair.
7029
7030 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7031
7032 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7033 (default-sendmail-coding-system): Doc-string fixed.
7034
7035 1999-07-30 Dave Love <fx@gnu.org>
7036
7037 * subr.el (assoc-delete-all): New function, renamed from
7038 frame-delete-all.
7039
7040 * frame.el: Change comments to doc strings and other doc fixes.
7041 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7042 Callers changed.
7043 (set-background-color, set-foreground-color, set-cursor-color)
7044 (set-mouse-color, set-border-color): Offer completion of colours.
7045 (cursor): Add :version to defgroup.
7046
7047 * facemenu.el (list-colors-display): Make it work on ttys.
7048 (facemenu-read-color): Likewise.
7049
7050 1999-07-30 Richard M. Stallman <rms@gnu.org>
7051
7052 * frame.el (frame-notice-user-settings): If background
7053 color has been changed, update background-mode from it,
7054 then update faces.
7055
7056 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7057
7058 * net-utils.el (finger): Don't do indirect fingering.
7059
7060 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7061
7062 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7063 rules. Add separator at end of holidays.
7064 (cal-tex-rules): New customizable variable.
7065 (cal-tex-latexify-list): Add optional parameter to put separator
7066 at end.
7067
7068 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7069
7070 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7071 fill prefix on each line while looping to the end of paragraph.
7072 End paragraph if it's longer than the existing fill prefix.
7073
7074 * textmodes/fill.el (fill-context-prefix): Doc fix.
7075
7076 1999-07-30 Dave Love <fx@gnu.org>
7077
7078 * font-lock.el (jit-lock): Fix :load, add :version.
7079
7080 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7081
7082 * term/pc-win.el (msdos-face-setup): Register standard colors in
7083 Vface_tty_color_alist.
7084 (face-color-supported-p, face_color_gray_p): New functions.
7085
7086 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7087 is bound.
7088
7089 * startup.el (command-line): Don't register default colors for
7090 MSDOS window-system.
7091
7092 1999-07-29 Dave Love <fx@gnu.org>
7093
7094 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7095 charquote.
7096
7097 * lisp-mode.el (eval-defun): Re-written to avoid
7098 capturing variables.
7099
7100 * picture.el (picture-beginning-of-line): Don't call
7101 hscroll-point-visible now we have real autoscrolling.
7102 (picture-end-of-line, picture-newline, picture-open-line):
7103 Likewise.
7104
7105 * international/latin-8.el: New file.
7106 * international/latin-9.el: New file.
7107
7108 1999-07-28 Dave Love <fx@gnu.org>
7109
7110 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7111
7112 * msb.el: Require cl only when compiling.
7113 (msb--home-dir): Deleted.
7114 (msb--format-title): Use abbreviate-file-name.
7115 (msb--choose-file-menu): Simplify string comparison.
7116
7117 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7118
7119 * faces.el (toolbar): Add face definition for mono displays.
7120
7121 1999-07-27 Richard M. Stallman <rms@gnu.org>
7122
7123 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7124
7125 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7126 force copying of default-frame-alist.
7127
7128 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7129
7130 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7131
7132 1999-07-26 Richard M. Stallman <rms@gnu.org>
7133
7134 * frame.el (set-mouse-color): If new color is nil,
7135 really respecify the current color.
7136
7137 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7138
7139 * faces.el (bitmap-area): Change background of face `bitmap-area'
7140 to white for mono displays.
7141
7142 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7143
7144 * international/ccl.el (ccl-embed-symbol): New function.
7145 (ccl-program-p): Deleted. Now it's implemented in C code.
7146 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7147 (ccl-compile-translate-character): Likewise.
7148 (ccl-compile-map-single): Likewise.
7149 (ccl-compile-multiple-map-function): Likewise.
7150 (declare-ccl-program): Doc-string modified.
7151 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7152
7153 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7154
7155 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7156
7157 1999-07-25 Markus Rost <rost@gnu.org>
7158
7159 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7160 the entries to make custom-file more readable.
7161
7162 1999-07-25 Richard M. Stallman <rms@gnu.org>
7163
7164 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7165
7166 * emacs-lisp/edebug.el: Delete compatibility code.
7167 (edebug-next-token-class): If . is followed by a digit,
7168 return `symbol' for the token class.
7169
7170 * startup.el (command-line): If we don't find the user's init file,
7171 set user-init-file to nil.
7172
7173 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7174
7175 * info-look.el (info-lookup-interactive-arguments): Add optional
7176 argument query for new choice of help mode.
7177 (info-lookup-symbol): Use it.
7178 (info-lookup-file): Ditto.
7179 (info-lookup): Don't switch to other window, if already in Info
7180 buffer.
7181
7182 1999-07-23 Dave Love <fx@gnu.org>
7183
7184 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7185 syntax.
7186 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7187 (fortran-font-lock-syntactic-keywords): New variable.
7188 (fortran-mode): Use it.
7189 (fortran-font-lock-keywords-1): Don't do comments.
7190 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7191 match data.
7192
7193 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7194
7195 * msb.el (msb-menu-bar-update-buffers): Renamed from
7196 menu-bar-update-buffers.
7197 (msb-custom-set, msb--toggle-menu-type): Call
7198 msb-menu-bar-update-buffers.
7199 (msb-mode): Revise the hook setting.
7200
7201 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7202
7203 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7204
7205 * font-lock.el, help.el, simple.el: Re-integrate previously
7206 described changes that were lost due to errors while checking them
7207 in.
7208
7209 1999-07-23 Kevin Blake <kblake@ticnet.com>
7210
7211 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7212
7213 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7214
7215 * international/encoded-kb.el
7216 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7217 but push it to unread-command-events.
7218 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7219 (encoded-kbd-self-insert-sjis): Likewise.
7220 (encoded-kbd-self-insert-big5): Likewise.
7221
7222 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7223 before left margin and fill-prefix by fill-find-break-point.
7224
7225 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7226
7227 * info-look.el (info-lookup-setup-mode): Don't give up, if
7228 info-lookup-make-completions returns an error.
7229 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7230 name latex, not latex2e.
7231
7232 1999-07-21 Richard M. Stallman <rms@gnu.org>
7233
7234 * replace.el (perform-replace): Turn off case-fold-search
7235 if FROM-STRING argument has uppercase in it.
7236
7237 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7238
7239 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7240 mode is on. Don't use end of changed text.
7241
7242 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7243
7244 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7245 (cl-hash-table-p): Renamed from hash-table-p.
7246 (cl-hash-table-count): Renamed from hash-table-count.
7247 (maphash): Alias to cl-maphash removed.
7248 (gethash): Likewise.
7249 (puthash): Likewise.
7250 (remhash): Likewise.
7251 (clrhash): Likewise.
7252
7253 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7254
7255 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7256 third arg non-nil. See comment there why this isn't a good idea.
7257
7258 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7259
7260 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7261
7262 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7263 sit-for with 3rd arg non-nil to prevent redisplay.
7264
7265 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7266
7267 * image.el (image-type-from-file-header): If file doesn't
7268 have a directory part, add data-directory.
7269
7270 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7271
7272 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7273 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7274 motion handling when tooltip-gud-tips-p is nil.
7275
7276 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7277
7278 * tooltip.el (tooltip-mode): Don't use `plusp'.
7279 (tooltip-active): Use initial value of nil.
7280
7281 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7282
7283 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7284
7285 * bindings.el (make-mode-line-mouse-sensitive): Add key
7286 definitions for `top-line'.
7287
7288 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7289
7290 * faces.el (top-line): New face.
7291
7292 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7293
7294 * image.el (image-type-regexps): Add regexp for PS files.
7295
7296 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7297
7298 * faces.el (set-face-attribute): Fix wrong handling of frame
7299 begin equal to t.
7300
7301 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7302
7303 * image.el (image-type-regexps): Add PNG format.
7304
7305 1999-07-21 Dave Love <fx@gnu.org>
7306
7307 * bindings.el (mode-line-modified): New variable.
7308 (mode-line-mode-menu-1): Switch to appropriate window before
7309 showing menu.
7310
7311 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7312
7313 * faces.el (face-underline): Removed.
7314 (face-underline-color): Ditto.
7315
7316 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7317
7318 * faces.el (face-x-resources): Fix typo.
7319
7320 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7321
7322 * faces.el: Remove handling of `:relief', extend handling of
7323 `:box'.
7324 (frame-set-background-mode): Choose new defface specs after
7325 frame parameters have changed.
7326
7327 * cus-face.el: Ditto.
7328
7329 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7330
7331 * custom.el (defface): Extend documentation to include new
7332 face attributes.
7333
7334 * cus-face.el (custom-face-attributes): Add overline,
7335 strike-through, box.
7336
7337 * faces.el (face-valid-attribute-values): Handle overline,
7338 strike-through, box.
7339 (face-attribute-name-alist): Add pairs for new face attributes.
7340 (describe-face): Handle new face attributes.
7341
7342 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7343
7344 * faces.el (face-x-resources): Add overline, strike-through, box.
7345
7346 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7347
7348 * enriched.el (enriched-translations): Add `display' and
7349 "x-display".
7350 (enriched-handle-display-prop): New.
7351 (enriched-decode-display-prop): New.
7352
7353 * format.el (top-level): Give `display' property
7354 `format-list-atomic-p.
7355 (format-annotate-single-property-change): Test that property.
7356 If present, treat list property values like atoms.
7357
7358 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7359
7360 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7361 so that "*" can be entered.
7362
7363 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7364
7365 * cus-face.el (custom-face-attributes): Don't use `#''.
7366
7367 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7368
7369 * cus-face.el (custom-face-attributes): Return underline
7370 face attribute directly from the second lambda of underline.
7371
7372 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7373
7374 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7375
7376 * frame.el (after-setting-font-hooks): New variable.
7377 (set-frame-font): Run those hooks.
7378
7379 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7380
7381 * faces.el (set-face-attribute): Fix doc string.
7382
7383 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7384
7385 * cus-face.el (custom-face-attributes): Accept color name.
7386
7387 * faces.el (face-underline-p): Accept unspecified underlining.
7388 (face-underline): Ditto. Fix doc string.
7389
7390 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7391
7392 * faces.el (face-underline-color): New function.
7393
7394 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7395
7396 * cus-face.el (custom-face-attributes): Support underline coloring.
7397 Added slot to choose a color.
7398
7399 * faces.el (face-underline): New function.
7400 (face-underline-p): Support underline coloring.
7401 Return nil only if the underline attribute is 'normal.
7402 (set-face-underline): New function.
7403 (face-valid-attribute-values): Support underline coloring.
7404
7405 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7406
7407 * image.el (insert-image): Use `display' instead of `glyph'
7408 as text property name.
7409 (put-image): Ditto.
7410 (image-type-from-file-header): Use insert-file-contents-literally.
7411
7412 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7413
7414 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7415 string to indicate separators.
7416
7417 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7418
7419 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7420 instead of message-log.
7421
7422 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7423
7424 * faces.el (bitmap-area): New face.
7425
7426 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7427
7428 * image.el (insert-image): New.
7429
7430 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7431
7432 * frame.el (blink-cursor): Set the symbol's value.
7433 (show-trailing-whitespace): Change group to font-lock.
7434
7435 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7436
7437 * jit-lock.el: New.
7438 * font-lock.el: Add jit-mode as new support mode.
7439
7440 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7441 reaching end instead of letting re-search-forward signal an error.
7442 (demand-lock-mode): New.
7443 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7444 (font-lock-turn-off-thing-lock): Ditto.
7445 (font-lock-after-fontify-buffer): Ditto.
7446 (font-lock-after-unfontify-buffer): Ditto.
7447
7448 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7449
7450 * gs.el: New file.
7451
7452 * startup.el (command-line-1): Activate tooltip mode if
7453 interactive.
7454
7455 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7456
7457 * faces.el (toolbar): Grey default background.
7458 (modeline): Ditto.
7459
7460 * image.el (image-type-regexps): New.
7461 (image-type-from-file-header): New.
7462 (create-image): Call it.
7463
7464 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7465
7466 * image.el: New file.
7467
7468 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7469
7470 * bindings.el (mode-line-format): Replace `mode-name' with
7471 `(:eval mode-line-mode-name)'.
7472 (mode-line-mode-name): New.
7473 (make-mode-line-mouse-sensitive): Don't change default value
7474 of `mode-name'.
7475
7476 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7477
7478 * tooltip.el: New file.
7479
7480 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7481
7482 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7483 instead of mouse-3 to pop up menus.
7484 (mode-line-kill-buffer): Removed.
7485 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7486 buffer name.
7487 (mode-line-buffer-menu-1): Removed.
7488
7489 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7490
7491 * bindings.el (mode-line-buffer-identification-keymap): New.
7492 (mode-line-buffer-menu-keymap): New.
7493 (mode-line-mode-menu-keymap): New.
7494 (mode-line-unbury-buffer): New.
7495 (mode-line-other-buffer): New.
7496 (mode-line-kill-buffer): New.
7497 (mode-line-buffer-menu-1): New.
7498 (mode-line-mode-menu-1): New.
7499 (make-mode-line-mouse-sensitive): New.
7500
7501 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7502
7503 * help.el (describe-key-briefly): Handle mode line strings
7504 with local-map properties.
7505 (describe-key): Ditto.
7506 (mode-line-key-binding): New.
7507
7508 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7509
7510 * scroll-bar.el (scroll-bar-timer): New.
7511 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7512
7513 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7514
7515 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7516 and `bottom'.
7517
7518 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7519
7520 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7521 (global): Use different key bindings if using tookit scroll bars.
7522
7523 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7524
7525 * faces.el (modeline): Define mode line face with relief for
7526 class color, only.
7527 (toolbar): New face.
7528
7529 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7530
7531 * frame.el (frame-initialize): Set frame-creation-function to
7532 tty-create-frame-with-faces.
7533
7534 * faces.el (frame-set-background-mode): Make it work for
7535 window-system nil.
7536
7537 * faces.el (tty-create-frame-with-faces): New.
7538 (face-set-after-frame-default): Make it work for TTY frames.
7539
7540 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7541
7542 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7543 Return a list of one font family for TTYs. Don't return bitmap
7544 file paths for TTY frames.
7545
7546 * faces.el: Add face specs for tty displays to basic faces.
7547
7548 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7549 (font-lock-string-face): Ditto.
7550 (font-lock-keyword-face): Ditto.
7551 (font-lock-builtin-face): Ditto.
7552 (font-lock-function-name-face): Ditto.
7553 (font-lock-variable-name-face): Ditto.
7554 (font-lock-type-face): Ditto.
7555 (font-lock-constant-face): Ditto.
7556 (font-lock-warning-face): Ditto.
7557
7558 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7559
7560 * startup.el (command-line): Register default tty colors.
7561
7562 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7563
7564 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7565
7566 * faces.el (modeline): For X frames, use a modeline with relief.
7567
7568 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7569
7570 * faces.el (frame-update-faces): Copied from 20.2.
7571 (frame-update-face-colors): Ditto. Code removed that isn't
7572 applicable in the new face implementation.
7573
7574 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7575
7576 * frame.el (show-trailing-whitespace): New.
7577
7578 * faces.el (trailing-whitespace): New basic face.
7579
7580 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7581
7582 * cus-face.el (custom-facep): Always define as alias for facep.
7583
7584 * cus-face.el (custom-face-attributes): Use choice widgets.
7585 Remove :bold and :italic.
7586
7587 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7588
7589 * faces.el (face-charset-registries): Removed since fontset.el
7590 is no always loaded.
7591
7592 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7593
7594 * faces.el (internal-get-face): Added as obsolete function for
7595 compatibility.
7596
7597 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7598
7599 * frame.el (blink-cursor-end): Call show-cursor.
7600 (blink-cursor-mode): Ditto.
7601
7602 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7603
7604 * faces.el (face-spec-reset-face): Reset all attributes to
7605 `unspecified'.
7606 (face-spec-set): Use it.
7607
7608 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7609
7610 * faces.el (read-all-face-attributes): Bug fix.
7611 (face-read-integer): Allow nil default value.
7612 (face-valid-attribute-values): Use symbol names of attribute
7613 values for completion list.
7614
7615 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7616
7617 * faces.el (internal-find-face): Define for compatibility with
7618 20.2.
7619 (face-id): Likewise.
7620
7621 * faces.el (face-id): Return the ID of a realized face for ASCII.
7622
7623 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7624 (x-complement-fontset-spec): Use face-charset-registries.
7625
7626 * faces.el (face-font-selection-order): Set font selection order
7627 from Lisp.
7628 (face-alternative-font-family-alist): Set alternative font
7629 families from Lisp.
7630
7631 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7632
7633 * faces.el (set-face-charset-registries): Set symbol value.
7634
7635 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7636
7637 * faces.el (face-set-after-frame-default): Call function
7638 internal-merge-in-global-face.
7639
7640 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7641
7642 * faces.el (face-list): Return symbols from face-global-alist.
7643
7644 * faces.el (face-list): Return a copy of the face name list so
7645 that it cannot be modified from outside (facemenu.el uses
7646 nreverse, for example).
7647
7648 * cus-face.el (custom-face-attributes): Add :bold and :italic
7649 for compatibility with old code.
7650
7651 * faces.el (set-face-attributes-from-resources): Additional
7652 frame parameter.
7653 (make-face-x-resource-internal): Set attributes from resources
7654 for a given frame or all frames.
7655
7656 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7657
7658 * faces.el (all-faces): Removed.
7659
7660 * custom.el (defface): Add new face attributes to function
7661 comment.
7662
7663 * font-lock.el (font-lock-comment-face): Use new face attribute
7664 names.
7665 (font-lock-string-face): Ditto.
7666 (font-lock-keyword-face): Ditto.
7667 (font-lock-builtin-face): Ditto.
7668 (font-lock-function-name-face): Ditto.
7669 (font-lock-variable-name-face): Ditto.
7670 (font-lock-type-face): Ditto.
7671 (font-lock-reference-face): Ditto.
7672 (font-lock-warning-face): Ditto.
7673 ((boundp 'font-lock-face-attributes)): Ditto.
7674
7675 * cus-face.el (custom-face-attributes): Use new face attributes.
7676
7677 * faces.el (set-face-attribute-from-resource): Initialize
7678 from resources only for X and W32.
7679
7680 * cus-face.el (custom-declare-face): Don't make frame-local
7681 faces.
7682
7683 * faces.el (describe-face): Use princ instead of insert.
7684
7685 * faces.el: Add XLFD manipulation functions from 20.2 again
7686 because fontset.el uses them.
7687 (face-set-after-frame-default): Add empty definition.
7688
7689 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7690
7691 * faces.el (make-face): Correct typo.
7692 (set-face-attribute-from-resource): Use let*.
7693 (face-underline-p): Correct typo.
7694 (face-inverse-video-p): Ditto.
7695 (set-face-stipple): Ditto.
7696 (face-read-string): Make completion-list optional parameter.
7697
7698 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7699
7700 * faces.el (face-charset-registries): Alist mapping charset
7701 symbols to registries and encoding.
7702
7703 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7704
7705 * frame.el (blink-cursor-mode): Use interactive spec "P".
7706
7707 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7708
7709 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7710 mode. The cursor of selected_window blinks if the mode is enabled.
7711
7712 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7713
7714 * simple.el (next-history-element): Set point to the end of the
7715 prompt if minibuffer-prompt-in-buffer.
7716
7717 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7718
7719 * faces.el (x-font-regexp): Add sub-expression parentheses for
7720 several font name components.
7721
7722 1999-07-21 Gerd Moellmann <gerd@acm.org>
7723
7724 * faces.el (set-face-relief): Use index 12 for relief.
7725 (face-fill-in): Set relief from data.
7726 (internal-make-face): Init relief to zero.
7727
7728 * faces.el (face-spec-set): Call modify-face with additional
7729 parameters for relief and fixed-p.
7730
7731 1999-07-21 Gerd Moellmann <gerd@acm.org>
7732
7733 * cus-face.el: ':fixed and ':relief added.
7734
7735 * faces.el (describe-face): Add fixed font attribute and relief.
7736 (face-attr-match-p): Ditto.
7737 (face-attr-construct): Ditto.
7738 (face-spec-set): Ditto.
7739
7740 1999-07-21 Gerd Moellmann <gerd@acm.org>
7741
7742 * faces.el (internal-make-face): Function to create a Lisp vector
7743 suitable for representing a face.
7744 (make-face): Use it instead of make-vector.
7745 (x-create-frame-with-faces): Use it instead of vector.
7746 (internal-facep): Increase vector size to 14.
7747 (internal-make-face): Ditto.
7748 (face-relief): Access relief thickness.
7749 (face-fixed-p): Access fixed font attribute.
7750 (set-face-fixed-p): Set fixed font attribute.
7751 (set-face-relief): Set relief attribute.
7752 (internal-face-interactive-int): Read int attribute of face.
7753 (modify-face): Add fixed-p and relief parameters.
7754 (copy-face): Handle fixed-p and relief.
7755 (face-equal): Compare fixed-p and relief.
7756 (face-differs-from-default-p): Ditto.
7757 (face-nontrivial-p): Add fixed-p and relief.
7758
7759 1999-07-21 Gerd Moellmann <gerd@acm.org>
7760
7761 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7762 (internal-facep): Increase vector size.
7763 (make-face): Ditto.
7764 (face-shadow-thickness): Added.
7765 (set-face-shadow-thickness): Added.
7766 (modify-face): Add optional shadow-thickness parameter.
7767 (make-face-x-resource-internal): Add shadows.
7768 (copy-face): Ditto.
7769 (face-equal): Ditto.
7770 (face-differs-from-default-p): Ditto.
7771 (face-nontrivial-p): Ditto.
7772 (face-attr-match-p): Ditto.
7773 (face-attr-construct): Ditto.
7774 (face-spec-set): Ditto.
7775 (face-fill-in): Ditto.
7776
7777 1999-07-21 Gerd Moellmann <gerd@acm.org>
7778
7779 * bench.el (bench-mark-split-window): New bench mark.
7780
7781 1999-07-21 Gerd Moellmann <gerd@acm.org>
7782
7783 * faces.el (set-face-font): Don't pass default font to
7784 x-resolve-font so that font will not have to be of the same
7785 size.
7786
7787 1999-07-20 Dave Love <fx@gnu.org>
7788
7789 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7790 unconditionally t.
7791
7792 1999-07-20 Karl Heuer <kwzh@gnu.org>
7793
7794 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7795
7796 1999-07-20 Dave Love <fx@gnu.org>
7797
7798 * help.el (describe-variable): Fix test for customizability.
7799
7800 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7801 Check for readonly buffer in interactive spec.
7802 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7803 (backward-kill-word): Add * to interactive spec.
7804
7805 * underline.el (underline-region, ununderline-region): Add * to
7806 interactive spec.
7807
7808 * fill.el (canonically-space-region, justify-current-line): Add *
7809 to interactive spec.
7810 (fill-region-as-paragraph, fill-paragraph, fill-region)
7811 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7812 readonly buffer in interactive spec.
7813
7814 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7815 (backward-kill-sentence, kill-sentence): Add * to interactive
7816 spec.
7817
7818 1999-07-19 Richard M. Stallman <rms@gnu.org>
7819
7820 * dired-aux.el (dired-do-shell-command): Doc fix.
7821
7822 * shell.el (shell-unquote-argument): New function.
7823 (shell-directory-tracker): Use shell-unquote-argument.
7824 * comint.el (comint-arguments): Handle \ followed by space or tab.
7825
7826 1999-07-19 John Wiegley <jwiegley@borland.com>
7827
7828 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7829 color codes 39 and 49, which by the way lynx uses them seem to
7830 mean "foreground reset" and "background reset".
7831
7832 1999-07-19 Karl Heuer <kwzh@gnu.org>
7833
7834 * font-lock.el (c++-keywords): Add "typeid".
7835
7836 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7837 selects no font, treat that as zero selections, not one.
7838
7839 1999-07-19 Dave Love <fx@gnu.org>
7840
7841 * info.el (Info-search): Don't lose with empty regexp.
7842
7843 * version.el: Cater for (free) `ident' program, not `which'.
7844
7845 * hl-line.el: New file.
7846
7847 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7848 for modes which don't define menus.
7849
7850 1999-07-16 Richard M. Stallman <rms@gnu.org>
7851
7852 * webjump.el (webjump-sample-sites): Update some URLs.
7853
7854 1999-07-14 Richard Stallman <rms@gnu.org>
7855
7856 * Version 20.4 released.
7857
7858 1999-07-14 Andreas Schwab <schwab@gnu.org>
7859
7860 * compare-w.el (compare-windows): Try to find the next window in
7861 the current frame before looking at the other frames.
7862
7863 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
7864
7865 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7866 Use cyrillic-jcuken as default input method.
7867
7868 1999-07-12 Richard Stallman <rms@gnu.org>
7869
7870 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7871 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7872
7873 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7874 (ispell-local-dictionary-alist): Add koi8-r for character set.
7875
7876 * textmodes/flyspell.el (flyspell-get-word):
7877 Add special handling for when ispell-otherchars is empty.
7878
7879 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
7880
7881 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7882 when having nested functons.
7883 (pascal-indent-nested-functions) (pascal-indent-line)
7884 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7885 indenting nested functions.
7886
7887 1999-07-09 Richard Stallman <rms@gnu.org>
7888
7889 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7890
7891 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
7892
7893 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
7894 the `end' keyword was in the very beginning of the buffer.
7895
7896 1999-07-08 Richard Stallman <rms@gnu.org>
7897
7898 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
7899
7900 * term.el (term-emulate-terminal): Avoid infinite loop
7901 in strange case where minibuffer window is selected but not active.
7902
7903 1999-07-07 Stephen Eglen <stephen@gnu.org>
7904
7905 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
7906 Change regexp so that it doesn't match commands beginning with `cd'.
7907
7908 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7909
7910 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
7911
7912 1999-07-06 Richard Stallman <rms@gnu.org>
7913
7914 * hscroll.el (hscroll-minibuffer-hook): New function.
7915 (hscroll-global-mode): Add and remove that hook.
7916 Set hscroll-old-truncate-was-global's default value.
7917
7918 1999-07-05 Richard Stallman <rms@gnu.org>
7919
7920 * files.el (revert-buffer): Don't preserve point here.
7921 (revert-buffer-insert-file-contents-function): Doc fix.
7922
7923 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
7924
7925 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
7926 doing a `stat' when it isn't necessary because that can cause
7927 trouble when an NFS server is down.
7928
7929 1999-07-04 Richard Stallman <rms@gnu.org>
7930
7931 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
7932
7933 1999-07-03 Richard Stallman <rms@gnu.org>
7934
7935 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
7936 for \200...\240 also.
7937 (isearch-printing-char): Use unibyte-char-to-multibyte.
7938
7939 1999-07-02 Richard Stallman <rms@gnu.org>
7940
7941 * frame.el (minibuffer-frame-alist): Use defcustom.
7942 (pop-up-frame-alist): Likewise.
7943 (initial-frame-alist): Specify * in the doc string.
7944
7945 * hscroll.el (hscroll-mode): Make it a permanent local.
7946 (hscroll-mode): Don't cancel the timer
7947 if HScroll mode is enabled in some other buffer.
7948
7949 * isearch.el (isearch-done): If search ends in middle of intangible
7950 text (due to text property), move on to the limit of that text.
7951
7952 1999-07-01 Andrew Innes <andrewi@gnu.org>
7953
7954 * man.el (Man-build-man-command): Use value of null-device,
7955 instead of hard-coding "/dev/null".
7956
7957 * dos-w32.el (untranslated-canonical-name): Avoid expanding
7958 ange-ftp file names, which might force ange-ftp to prompt for a
7959 password.
7960
7961 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
7962 to prevent references to temp files.
7963
7964 1999-06-30 Richard Stallman <rms@gnu.org>
7965
7966 * progmodes/sh-script.el (sh-feature): If nothing is known
7967 about the given shell, use the values for `sh'.
7968
7969 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
7970
7971 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
7972 to make it non-recursive.
7973
7974 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
7975
7976 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7977
7978 * auto-show.el (auto-show-mode): Fix Typo in :set.
7979
7980 1999-06-29 Richard M. Stallman <rms@gnu.org>
7981
7982 * progmodes/sh-script.el (sh-mode): When setting syntax
7983 table, default to the standard one.
7984
7985 1999-06-27 Richard M. Stallman <rms@gnu.org>
7986
7987 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
7988
7989 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
7990
7991 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
7992 a frame when `return' is requested (even if pop-up-frames = t)
7993 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
7994 should only be set for the bibtex buffer.
7995
7996 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
7997
7998 * progmodes/compile.el: Deal with compilation-error-screen-columns
7999 being buffer-local.
8000
8001 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8002
8003 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8004
8005 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8006
8007 * cal-x.el (calendar-only-one-frame-setup): New function.
8008 * calendar.el (calendar): Call it if requested.
8009
8010 1999-06-24 Karl Heuer <kwzh@gnu.org>
8011
8012 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8013
8014 1999-06-22 Richard M. Stallman <rms@gnu.org>
8015
8016 * mail/supercite.el (sc-emacs-features): Doc fix.
8017
8018 1999-06-22 Karl Heuer <kwzh@gnu.org>
8019
8020 * files.el (auto-mode-alist): Add pike-mode.
8021
8022 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8023
8024 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8025 last byte of a numeric field is a space or a NUL. Parse it as
8026 potentially part of the number. This is used by GNU tar
8027 1.12.64012 to handle larger values.
8028
8029 1999-06-20 Karl Heuer <kwzh@gnu.org>
8030
8031 * custom.el (custom-handle-keyword): Fix error message.
8032
8033 1999-06-18 Andrew Innes <andrewi@gnu.org>
8034
8035 * mail/smtpmail.el (smtpmail-send-it): Use
8036 convert-standard-filename to make file names for queued mail safe
8037 on Windows (`:' is invalid in file names on Windows).
8038
8039 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8040
8041 * international/mule-cmds.el (describe-current-input-method):
8042 Current-input-method is string.
8043 (toggle-input-method): Docstring fixed.
8044
8045 * international/mule-diag.el
8046 (describe-current-coding-system-briefly): Fix format string.
8047
8048 * international/mule-util.el (coding-system-eol-type-mnemonic):
8049 Docstring modified. Return a string.
8050
8051 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8052
8053 * sql.el (sql-input-ring-file-name): Doc fix.
8054
8055 1999-06-17 Richard M. Stallman <rms@gnu.org>
8056
8057 * calendar/cal-x.el (special-display-buffer-names):
8058 Don't put (get-file-buffer diary-file) on this list.
8059
8060 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8061
8062 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8063 Don't penalize player for certain impossible guesses.
8064
8065 1999-06-16 Andrew Innes <andrewi@gnu.org>
8066
8067 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8068 return the string "Unk 0 0000" so at least it appears to be a
8069 valid timestamp to `dired-move-to-filename-regexp'.
8070
8071 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8072
8073 * ps-print.el (ps-control-character): Fix previous change.
8074
8075 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8076
8077 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8078 multiple output of the last message.
8079
8080 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8081
8082 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8083 the ASCII apostrophe, as most DOS codepages have some other glyph
8084 there.
8085
8086 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8087
8088 * language/ethio-util.el (setup-ethiopic-environment-internal):
8089 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8090 (exit-ethiopic-environment): Likewize.
8091
8092 1999-06-12 Richard M. Stallman <rms@gnu.org>
8093
8094 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8095
8096 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8097
8098 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8099 custom-initialize-default to avoid infinite loop.
8100 (crisp-mode): (defun) Call transient-mark-mode here, not when
8101 loading the file. Run crisp-mode-hook here, and run
8102 crisp-load-hook when loading the file.
8103
8104 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8105 rmail-summary buffer, search for pattern in rmail-file.
8106
8107 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8108
8109 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8110
8111 * ps-print.el (ps-printer-name): Fix custom type.
8112
8113 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8114
8115 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8116 (vhdl-port-paste-generic-map): Fix indentation bug.
8117 (vhdl-port-paste-port-map): Fix indentation bug.
8118 (vhdl-scan-file-contents): Make scanning case insensitive.
8119
8120 1999-06-11 Richard M. Stallman <rms@gnu.org>
8121
8122 * files.el (write-file): When buffer is not already visiting a file,
8123 don't put buffer name in the minibuffer, just make it the default.
8124 Also handle just directory as arg usefully in that case.
8125
8126 * simple.el (sendmail-user-agent-compose):
8127 Ignore case when inserting the rest of the "other" headers.
8128
8129 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8130
8131 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8132 (info-lookup-interactive-arguments): Never insert the default
8133 into the minibuffer automatically.
8134
8135 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8136
8137 1999-06-09 Richard M. Stallman <rms@gnu.org>
8138
8139 * simple.el (shell-command): Avoid printing "mark set" message.
8140
8141 1999-06-09 Dave Love <fx@gnu.org>
8142
8143 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8144 digits in program name in first pattern.
8145
8146 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8147
8148 * vc.el (vc-dired-mode): Don't match anything before the date in
8149 dired-move-to-filename-regexp.
8150
8151 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8152
8153 * international/quail.el (quail-define-rules): Fix typo in
8154 docstring.
8155
8156 1999-06-05 Stephen Eglen <stephen@gnu.org>
8157
8158 * iswitchb.el (iswitchb-default-keybindings): Add
8159 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8160 than when package is loaded.
8161
8162 1999-06-04 Richard M. Stallman <rms@gnu.org>
8163
8164 * startup.el (command-line): Don't set user-init-file directly;
8165 tell `load' to set it.
8166
8167 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8168
8169 * simple.el (next-history-element):
8170 Handle minibuffer-text-before-history properly when reading sexps.
8171
8172 * disp-table.el (standard-display-european):
8173 For an interactive call by the user,
8174 don't set enable-multibyte-characters,
8175 and don't set the terminal coding system.
8176
8177 * textmodes/refbib.el: Don't print any messages or display
8178 a buffer when loading the library.
8179 (r2b-help): Doc fix.
8180 (r2b-help-message): Update the documentation.
8181 (r2b-load-quietly): Variable deleted.
8182 (r2b-convert-buffer): Doc fix.
8183
8184 1999-06-04 Dave Love <fx@gnu.org>
8185
8186 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8187
8188 * auto-show.el: Don't change hooks on loading.
8189 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8190 (auto-show-mode): Add to hooks here.
8191
8192 1999-06-04 Richard Sharman <rsharman@pobox.com>
8193
8194 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8195 recursion on bogus input.
8196
8197 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8198
8199 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8200 does not select a buffer from the buffers menu, then the attached
8201 frame is not switched to anything.
8202
8203 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8204
8205 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8206 (viet-viscii-...->viet-vscii...).
8207
8208 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8209
8210 1999-06-01 Dave Love <fx@gnu.org>
8211
8212 * progmodes/fortran.el: Add :link to defgroup.
8213 (fortran-blink-matching-if): Match ELSE statements too.
8214 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8215 that filling is always done.
8216
8217 1999-05-31 Richard M. Stallman <rms@gnu.org>
8218
8219 * simple.el (append-next-kill): Use an arg to distinguish
8220 interactive calls from Lisp calls, rather than (interactive-p).
8221
8222 * international/iso-transl.el (iso-transl-language-alist):
8223 Interchange n and N.
8224
8225 1999-05-31 Dave Love <fx@gnu.org>
8226
8227 * msb.el Add to minor-mode-map-alist. Remove hook installation
8228 and keymap munging on load.
8229 (msb-mode): New option.
8230 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8231 Doc fix.
8232 (msb-mode-map): New variable.
8233 (msb-mode): New command.
8234
8235 1999-05-31 Dave Love <fx@gnu.org>
8236
8237 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8238 (ispell-complete-word-dict): Likewise.
8239
8240 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8241
8242 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8243 force the data buffer to be saved, even if the data didn't
8244 change, in case the write filter was modified. Restore the
8245 current record after read-file-filter finishes.
8246
8247 1999-05-29 Karl Heuer <kwzh@gnu.org>
8248
8249 * ispell4.el: Obsolete; file deleted.
8250
8251 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8252
8253 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8254 VALUE is a syntax table.
8255
8256 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8257
8258 * simple.el (zap-to-char): Doc fix.
8259
8260 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8261
8262 * isearch.el (isearch-quote-char): Don't assume character codes
8263 0200 - 0237 stand for characters in some single-byte character
8264 charset.
8265
8266 1999-05-27 Dave Love <fx@gnu.org>
8267
8268 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8269
8270 1999-05-27 Andreas Schwab <schwab@gnu.org>
8271
8272 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8273 headerline does not exist already.
8274
8275 1999-05-26 Richard Stallman <rms@gnu.org>
8276
8277 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8278 Avoid nested null-loops.
8279
8280 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8281
8282 * international/characters.el: Typo fixed; prefered->preferred.
8283
8284 * international/mule-cmds.el (find-coding-systems-for-charsets):
8285 Typo fixed; prefered->preferred.
8286
8287 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8288 method in read-event.
8289
8290 * international/mule.el (charset-info): Doc-string fixed.
8291
8292 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8293
8294 * mail/smtpmail.el (smtpmail-send-it): Bind
8295 smtpmail-code-conv-from properly.
8296 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8297 by smtpmail-code-conv-from.
8298
8299 1999-05-24 Richard Stallman <rms@gnu.org>
8300
8301 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8302 Binding deleted also.
8303
8304 1999-05-24 Karl Heuer <kwzh@gnu.org>
8305
8306 * comint.el (comint-bol-or-process-mark): Doc fix.
8307
8308 1999-05-23 Dave Love <fx@gnu.org>
8309
8310 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8311 Enter it on minor-mode-map-alist.
8312 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8313 Autoload. Add custom setter.
8314 (crisp-mark-line): Doc fix.
8315 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8316 (crisp-mode-hook): Define.
8317
8318 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8319
8320 * files.el (recover-file): Recover buffer-file-coding-system.
8321
8322 1999-05-22 Richard Stallman <rms@gnu.org>
8323
8324 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8325 regexp match the date, to avoid treating date as file size.
8326 Add YYYY S option to WESTERN/
8327
8328 * bookmark.el: Delete some XEmacs compatibility code.
8329 (bookmark-jump-noselect): Check vc-backend.
8330
8331 * subr.el (add-to-list): Doc fix.
8332
8333 1999-05-21 Stephen Eglen <stephen@gnu.org>
8334
8335 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8336
8337 1999-05-18 Richard Stallman <rms@gnu.org>
8338
8339 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8340 non-space after the @anchor command.
8341 (texinfo-format-var): Handle other nested constructs, using
8342 texinfo-parse-expanded-arg and texinfo-discard-command, not
8343 texinfo-parse-arg-discard.
8344
8345 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8346 (debug): Bind and use debugger-outer-inhibit-redisplay.
8347 Bind inhibit-redisplay to nil.
8348 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8349
8350 1999-05-17 Dave Love <fx@gnu.org>
8351
8352 * help.el (describe-function-1): Extra arg, interactive-p.
8353 (describe-key, describe-function): Use it.
8354
8355 1999-05-17 Karl Heuer <kwzh@gnu.org>
8356
8357 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8358
8359 1999-05-16 Dave Love <fx@gnu.org>
8360
8361 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8362 scroll-preserve-screen-position, scroll-conservatively.
8363
8364 1999-05-16 Dave Love <fx@gnu.org>
8365
8366 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8367
8368 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8369
8370 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8371
8372 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8373
8374 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8375 magic number and is not associated with a file.
8376
8377 1999-05-14 Richard M. Stallman <rms@gnu.org>
8378
8379 * files.el (find-file-noselect-1): Fix previous change.
8380
8381 1999-05-14 Simon Marshall <simon@gnu.org>
8382
8383 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8384
8385 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8386
8387 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8388 docstring.
8389
8390 * international/mule-cmds.el: Change MULE to Mule in docstrings
8391 and menus.
8392
8393 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8394
8395 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8396 to correctly reflect the value of BaseLineOffset in
8397 RelativeCompose. Now the value of RelativeCompose is an array of
8398 low and high positions.
8399 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8400 RLC for the above change.
8401
8402 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8403
8404 * comint.el (comint-password-prompt-regexp): Modified to match the
8405 output of ksu and ssh-add.
8406
8407 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8408
8409 * language/korea-util.el (isearch-toggle-korean-input-method):
8410 Adjusted for the change of input method handling in isearch.el.
8411 (isearch-hangul-switch-symbol-ksc): Likewise.
8412 (isearch-hangul-switch-hanja): Likewise.
8413
8414 1999-05-10 Dave Love <fx@gnu.org>
8415
8416 * help.el (help-make-xrefs): Fix typo.
8417
8418 1999-05-10 Andreas Schwab <schwab@gnu.org>
8419
8420 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8421 unibyte-display-via-language-environment.
8422
8423 * help.el (help-make-xrefs): Handle more cases when looking for
8424 commands in a keymap description.
8425
8426 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8427
8428 * loadup.el: For ms-dos systems, load ccl and codepage.
8429
8430 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8431
8432 * ps-print.el (ps-control-character): Call
8433 ps-mule-prepare-ascii-font to setup ASCII fonts.
8434
8435 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8436 ps-multibyte-buffer is nil, use
8437 ps-mule-font-info-database-default."
8438
8439 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8440
8441 * ispell.el (ispell-local-dictionary-alist): New variable for
8442 customizing local dictionaries not accessable by everyone.
8443 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8444 (ispell-required-version): Changed format `(major minor
8445 revision)' to support general pattern matching.
8446 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8447 skip region commented out due to incorrect skip potential in std latex.
8448 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8449 cursor point on small words for calls from `ispell-minor-mode'.
8450 (check-ispell-version): Tests and accepts versions major.minor
8451 and above, with adjustments for interactions in 3.1.0-3.1.11.
8452 (ispell-get-line): No longer skips ispell process special characters.
8453 (ispell-comments-and-strings): Removed `when' macro call.
8454 (ispell-minor-check): Requires ispell-word to restore cursor point.
8455 (ispell-buffer-local-parsing): Supports checking comments only.
8456
8457 1999-05-08 Karl Heuer <kwzh@gnu.org>
8458
8459 * comint.el (comint-password-prompt-regexp): Fix last change to be
8460 more specific.
8461
8462 1999-05-07 Richard M. Stallman <rms@gnu.org>
8463
8464 * subr.el (with-temp-message): Fix the other call to message
8465 to use %s.
8466
8467 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8468
8469 * gud.el (gud-format-command): "%F" means file sans extension.
8470 (jdb): Use %F, not %f, for gud-break.
8471
8472 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8473
8474 * comint.el (comint-password-prompt-regexp): Modified so that it
8475 matches the output of kinit.
8476
8477 1999-05-06 Greg Stark <gsstark@mit.edu>
8478
8479 * timezone.el (timezone-parse-date): Recognize new format used in
8480 internet cookies.
8481
8482 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8483
8484 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8485
8486 1999-05-04 Andrew Innes <andrewi@gnu.org>
8487
8488 * time.el (display-time-update): Allow for wrap-around when
8489 checking against display-time-server-down-time.
8490
8491 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8492
8493 * international/mule-diag.el (describe-coding-system): Fix English
8494 message.
8495
8496 1999-05-03 Jason Rumney <jasonr@altavista.net>
8497
8498 * term/w32-win.el: Change the x-charset-registry property for the
8499 Japanese charsets that are supported by Japanese Windows fonts.
8500
8501 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8502
8503 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8504 diary-block diary entries for which the reminders and the diary
8505 entries can overlap.
8506
8507 1999-05-02 Jason Rumney <jasonr@altavista.net>
8508
8509 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8510 matches the font selected in the dialog.
8511
8512 1999-05-02 Dave Love <fx@gnu.org>
8513
8514 * browse-url.el (browse-url-browser-function): Add :version.
8515
8516 * international/mule.el (auto-coding-alist): Add .tgz.
8517
8518 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8519
8520 * international/codepage.el (cp-coding-system-for-codepage-1):
8521 Make the magnification parameter for the -dos encoder be 2.
8522
8523 1999-05-2 Andrew Innes <andrewi@gnu.org>
8524
8525 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8526 it is dropped, rather than current window.
8527
8528 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8529 after switching buffer, as case-fold-search is a buffer local
8530 variable.
8531
8532 * w32-fns.el (convert-standard-filename): Only convert directory
8533 separators to backslash if the interactive shell is one of the
8534 standard Windows shells that has DOS semantics.
8535
8536 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8537 format-time-string, and return a suitable string to indicate the
8538 timestamp was invalid.
8539
8540 * hexl.el (hexlify-command): Apply shell-quote-argument after
8541 expanding hexl-program in case exec-directory contains a space.
8542 (dehexlify-command): Ditto.
8543
8544 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8545 file extension regexps which aren't necessarily binary files.
8546 (direct-print-region-helper): Use subst-char-in-string instead of
8547 binding directory-sep-char to convert filenames to DOS syntax.
8548 (direct-print-region-use-command-dot-com): New variable.
8549 (direct-print-region-helper): Use it to control whether to invoked
8550 command.com to print on Windows 9x.
8551
8552 * browse-url.el (browse-url-browser-function): Default to
8553 browse-url-default-windows-browser on windows-nt.
8554 (browse-url-default-windows-browser): New function.
8555
8556 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8557
8558 * forms.el (forms-mode): Don't call forms-first-record or
8559 forms-last-record if the data file has zero records.
8560
8561 1999-04-29 Richard M. Stallman <rms@gnu.org>
8562
8563 * files.el (find-file-noselect-1): If buffer-file-name has changed
8564 after find-file-not-found-hooks runs, recompute the truename.
8565 And don't use FILENAME after that point.
8566
8567 1999-04-27 Dave Love <fx@gnu.org>
8568
8569 * paren.el (show-paren-mode)
8570 * which-func.el (which-func-mode-global)
8571 * type-break.el (type-break-mode)
8572 * time.el (display-time-mode)
8573 * rsz-mini.el (resize-minibuffer-mode)
8574 * mouse-sel.el (mouse-sel-mode)
8575 * icomplete.el (icomplete-mode)
8576 * hscroll.el (hscroll-global-mode)
8577 * help.el (temp-buffer-resize-mode)
8578 * font-lock.el (global-font-lock-mode)
8579 * delsel.el (delete-selection-mode)
8580 * avoid.el (mouse-avoidance-mode)
8581 * autoinsert.el (auto-insert-mode)
8582 * winner.el (winner-mode): Doc fix.
8583
8584 1999-04-26 Karl Heuer <kwzh@gnu.org>
8585
8586 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8587 the same whitespace that was ignored in choosing the subject string.
8588
8589 1999-04-26 Richard M. Stallman <rms@gnu.org>
8590
8591 * info.el (Info-find-node): Position properly after finding anchor.
8592
8593 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8594
8595 * simple.el (indent-new-comment-line): Fix previous change.
8596
8597 * complete.el: Delete the wildcard expansion feature
8598 since that is now standard in find-file.
8599 (PC-try-load-many-files): Function deleted.
8600 (PC-after-load-many-files): Function deleted.
8601 (PC-many-files-list): Variable deleted.
8602 (PC-disable-wildcards): Variable deleted.
8603 (partial-completion-mode): Don't enable the wildcard feature.
8604
8605 * complete.el (PC-look-for-include-file): Don't set global variables
8606 `error', `buf' and `filename' here.
8607
8608 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8609
8610 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8611
8612 * textmodes/outline.el (outline-regexp): Doc fix.
8613
8614 1999-04-26 John Wiegley <johnw@borland.com>
8615
8616 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8617 C++Builder 4.0 error message syntax.
8618
8619 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8620
8621 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8622 supported, use find -exec.
8623
8624 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8625
8626 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8627 coding-system-for-write, to avoid hanging when non-interactive.
8628
8629 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8630
8631 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8632 start with a newline.
8633
8634 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8635
8636 * international/mule-conf.el (x-ctext): New coding system.
8637
8638 1999-04-12 Richard M. Stallman <rms@gnu.org>
8639
8640 * international/mule-cmds.el (input-method-function):
8641 Add permanent-local property.
8642
8643 1999-04-12 Dave Love <fx@gnu.org>
8644
8645 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8646 change to use jka-compr-byte-compiler-base-file-name.
8647
8648 * supercite.el (sc-scan-info-alist): Revert last change.
8649 (sc-attrib-selection-list): Fix :type here instead.
8650
8651 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8652
8653 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8654 in the list of case-insensitive filesystems.
8655
8656 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8657
8658 * international/fontset.el (create-fontset-from-fontset-spec):
8659 Don't register duplicated alias fontset names.
8660
8661 1999-04-08 Richard Stallman <rms@gnu.org>
8662
8663 * international/mule.el (auto-coding-alist-lookup): New function.
8664 (set-auto-coding): Use auto-coding-alist-lookup.
8665
8666 * jka-compr.el (jka-compr-insert-file-contents):
8667 Use auto-coding-alist-lookup to check for files that
8668 should not have eol conversion, in the unibyte case.
8669
8670 1999-04-07 Dave Love <fx@gnu.org>
8671
8672 * help.el (describe-variable): Check custom-loads property as well
8673 as custom-type.
8674
8675 * abbrev.el (abbrev-mode): Customizing sets the default value.
8676
8677 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8678
8679 * vc.el (vc-backend-revert): For CVS files that were made
8680 writeable with "cvs edit", call "cvs unedit" to undo that.
8681
8682 1999-04-08 Dave Love <fx@gnu.org>
8683
8684 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8685 more.
8686 (sc-emacs-features): Recognize Emacs 20.
8687 (sc-read-string): Use history arg.
8688 (sc-scan-info-alist): Check for rtnvalue a cons.
8689
8690 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8691
8692 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8693 coding system to encode the message by
8694 select-message-coding-system.
8695
8696 1999-04-07 Richard Stallman <rms@gnu.org>
8697
8698 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8699
8700 * winner.el: Reorder definitions.
8701
8702 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8703
8704 * mail/rmail.el (rmail-decode-babyl-format):
8705 Undo previous change.
8706
8707 1999-04-06 Richard Stallman <rms@gnu.org>
8708
8709 * info.el (Info-find-node): Check for an anchor at the
8710 proper place, before reading an indirect file.
8711
8712 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8713
8714 * jka-compr.el (jka-compr-insert-file-contents):
8715 Use raw-text-unix when we want no conversion.
8716
8717 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8718
8719 * timezone.el (timezone-parse-date): Corrected regexp for
8720 style (5) date format so that tenths of seconds are optional.
8721
8722 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8723
8724 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8725 of dos-codepage-setup.
8726 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8727 codepages for which there's no need to set up cpNNN coding
8728 systems.
8729 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8730
8731 1999-04-05 Richard Stallman <rms@gnu.org>
8732
8733 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8734
8735 1999-04-02 Richard Stallman <rms@gnu.org>
8736
8737 * progmodes/compile.el (compilation-handle-exit): Do right thing
8738 if (car status) doesn't end in a newline.
8739
8740 1999-04-01 Dave Love <fx@gnu.org>
8741
8742 * progmodes/sql.el (SQL): Add defgroup :version.
8743
8744 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8745
8746 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8747 buffer-file-coding-system. If the coding system used is raw-text,
8748 etc., make the *Compiler Input* buffer unibyte.
8749
8750 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8751
8752 * loadup.el: Don't write the fns-...el file if not dumping.
8753
8754 1999-03-31 Dave Love <fx@gnu.org>
8755
8756 * snmp-mode.el (snmp): Fix defgroup :version.
8757
8758 * hilit-chg.el (highlight-changes): Add defgroup :version.
8759
8760 1999-03-31 Andreas Schwab <schwab@gnu.org>
8761
8762 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8763 the gnus-save-hidden-threads macro.
8764
8765 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8766
8767 * faces.el (face-set-after-frame-default): Obey the
8768 `customized-face' for new faces.
8769
8770 1999-03-30 Dave Love <fx@gnu.org>
8771
8772 * international/mule-cmds.el (current-language-environment): Doc fix.
8773 * abbrev.el (abbrev-mode): Doc fix.
8774 * autoinsert.el (auto-insert-mode): Doc fix.
8775 * complete.el (partial-completion-mode): Doc fix.
8776 * avoid.el (mouse-avoidance-mode): Doc fix.
8777 * delsel.el (delete-selection-mode): Doc fix.
8778 * font-lock.el (global-font-lock-mode): Doc fix.
8779 * help.el (temp-buffer-resize-mode): Doc fix.
8780 * hscroll.el (hscroll-global-mode): Doc fix.
8781 * icomplete.el (icomplete-mode): Doc fix.
8782 * mouse-sel.el (mouse-sel-mode): Doc fix.
8783 * paren.el (show-paren-mode): Doc fix.
8784 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8785 * time.el (display-time-mode): Doc fix.
8786 * type-break.el (type-break-mode): Doc fix.
8787 * which-func.el (which-func-mode-global): Doc fix.
8788 * winner.el (winner-mode): Doc fix.
8789
8790 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
8791
8792 * wid-edit.el (widget-before-change): Signal text-read-only rather
8793 than an ordinary error.
8794
8795 1999-03-30 Richard M. Stallman <rms@gnu.org>
8796
8797 * repeat.el: Don't require advice.
8798 (repeat): Do function-indirection in check for kbd macro.
8799 In self-insert case, use the *last* char in INSERTION.
8800
8801 1999-03-30 Karl Heuer <kwzh@gnu.org>
8802
8803 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8804
8805 1999-03-29 Andreas Schwab <schwab@gnu.org>
8806
8807 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8808 comint-input-filter-functions. Make variables related to shell
8809 directory tracking local.
8810
8811 1999-03-26 Andreas Schwab <schwab@gnu.org>
8812
8813 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8814
8815 * simple.el (shell-command-on-region): Cope with exit-status being
8816 nil, which happens if call-process-region was interrupted.
8817
8818 1999-03-26 Richard M. Stallman <rms@gnu.org>
8819
8820 * simple.el (indent-new-comment-line): Handle use at a point
8821 after a comment-end. Handle multiple comments.
8822
8823 * mail/rmail.el (rmail-decode-babyl-format):
8824 To prevent locking, bind buffer-file-name to nil.
8825
8826 1999-03-26 Karl Fogel <kfogel@red-bean.com>
8827
8828 * mail-hist.el (mail-hist-current-header-name): Don't make
8829 off-by-one-error when determining if in message body.
8830
8831 1999-03-25 Andrew Innes <andrewi@gnu.org>
8832
8833 * w32-fns.el (set-default-process-coding-system): Copied from
8834 dos-w32.el, but modified to use Unix line endings for process
8835 input, and to add a suitable entry to process-coding-system-alist
8836 for DOS shells.
8837
8838 * dos-fns.el (set-default-process-coding-system): Copied from
8839 dos-w32.el.
8840
8841 * dos-w32.el (set-default-process-coding-system): Move function to
8842 dos-fns.el; a different version is used in w32-fns.el.
8843
8844 1999-03-24 Dave Love <fx@gnu.org>
8845
8846 * info.el (Info-directory-list): Revert change to re-writing
8847 Info-default-directory-list, but put `alternative' first.
8848 (Info-insert-dir): Modify selecting the top dir file as a consequence.
8849
8850 1999-03-23 Simon Marshall <simon@gnu.org>
8851
8852 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8853 on the line by itself.
8854 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
8855 it is not in a declarative context.
8856
8857 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
8858
8859 * cus-edit.el (custom-variable-prompt): Allow customization of
8860 autoloaded symbols.
8861
8862 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
8863
8864 * simple.el (what-cursor-position): Don't cause error when point
8865 is at invalid multibyte sequence.
8866
8867 1999-03-21 Karl Heuer <kwzh@gnu.org>
8868
8869 * complete.el (partial-completion-mode): Doc fix.
8870
8871 1999-03-19 Richard M. Stallman <rms@gnu.org>
8872
8873 * progmodes/cplus-md.el (old-c++): Remove :group.
8874
8875 * progmodes/c-mode.el (old-c): Remove :group.
8876
8877 1999-03-18 Simon Marshall <simon@gnu.org>
8878
8879 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8880 (java-font-lock-keywords-2): Added "strictfp" keyword.
8881
8882 1999-03-17 Jason Rumney <jasonr@altavista.net>
8883
8884 * w32-fns.el (set-w32-system-coding-system) New function.
8885 (w32-system-coding-system) Initialize to 'iso-latin-1.
8886
8887 1999-03-17 Eli Zaretskii <eliz@gnu.org>
8888
8889 * international/mule-cmds.el (set-language-environment): Fix
8890 previous change: don't use dos-codepage when unbound.
8891
8892 1999-03-17 Karl Heuer <kwzh@gnu.org>
8893
8894 * calendar/appt.el (appt-make-list): Fix previous change.
8895
8896 1999-03-16 Richard M. Stallman <rms@gnu.org>
8897
8898 * window.el (shrink-window-if-larger-than-buffer):
8899 Don't try to redisplay with the cursor at the end
8900 on its own line--that would force a scroll and spoil things.
8901
8902 1999-03-16 Eli Zaretskii <eliz@gnu.org>
8903
8904 * international/mule-cmds.el (set-language-environment): Don't use
8905 cpNNN-nonascii-translation-table if it is unbound.
8906
8907 * term/internal.el (dos-codepage-setup): Compute the unibyte
8908 syntax table and bind unibyte-display-via-language-environment
8909 here, rather than at top level, so that resetting to unibyte in
8910 .emacs works as expected.
8911
8912 1999-03-15 Simon Marshall <simon@gnu.org>
8913
8914 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
8915
8916 1999-03-14 Milan Zamazal <pdm@pvt.net>
8917
8918 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
8919
8920 1999-03-14 Kenichi Handa <handa@etl.go.jp>
8921
8922 * international/mule-util.el (detect-coding-with-priority):
8923 Restore the internal database.
8924
8925 1999-03-14 Stephen Eglen <stephen@gnu.org>
8926
8927 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
8928 if mail-from-style has invalid value.
8929
8930 1999-03-12 Karl Heuer <kwzh@gnu.org>
8931
8932 * vc.el (vc-delete-logbuf-window): New var.
8933 (vc-finish-logentry): Use it.
8934
8935 1999-03-12 Richard M. Stallman <rms@gnu.org>
8936
8937 * startup.el (command-line-1): Improve startup msg.
8938
8939 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
8940
8941 * speedbar.el: Added commentary about stealthy functions.
8942 (speedbar-message) new function.
8943 (speedbar-y-or-n-p): New function
8944 (speedbar-with-attached-buffer) Moved macro before reference.
8945 Now uses `save-selected-window'.
8946 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
8947 speedbar-generic-item-info, speedbar-item-info-file-helper,
8948 speedbar-item-delete, speedbar-insert-generic-list,
8949 speedbar-timer-fn, speedbar-check-vc-this-line,
8950 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
8951 speedbar-buffers-item-info) Use speedbar-message.
8952 (speedbar-item-info) Limit `message-log-max'.
8953 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
8954 speedbar-item-delete, speedbar-item-object-delete,
8955 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
8956
8957 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
8958
8959 * server.el (server-start): Set coding system for the server
8960 process to raw-text.
8961 (server-process-filter): Decode file names if necessary.
8962
8963 1999-03-12 Dave Love <fx@gnu.org>
8964
8965 * textmodes/fill.el (sentence-end-double-space): Doc fix.
8966
8967 * textmodes/paragraphs.el (sentence-end): Doc fix.
8968
8969 1999-03-11 Karl Heuer <kwzh@gnu.org>
8970
8971 * comint.el (comint-password-prompt-regexp): Accept "login password:"
8972
8973 1999-03-09 Karl Heuer <kwzh@gnu.org>
8974
8975 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
8976 (ispell-dictionary-alist-2): Likewise.
8977 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
8978 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
8979 (ispell-dictionary-alist): Build from six pieces, not just two.
8980
8981 * ps-bdf.el (bdf-directory-list): Doc fix.
8982
8983 * enriched.el (enriched-mode): Make var permanent-local.
8984
8985 1999-03-09 Dave Love <fx@gnu.org>
8986
8987 * textmodes/sgml-mode.el (html-mode): Use
8988 sentence-end-double-space when setting sentence-end.
8989
8990 1999-03-09 Ken'ichi Handa <handa@gnu.org>
8991
8992 * language/thai.el (tis-620): New alias coding system for thai-tis620.
8993
8994 1999-03-08 Felix Lee <flee@cygnus.com>
8995
8996 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
8997
8998 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
8999
9000 1999-03-08 Karl Heuer <kwzh@gnu.org>
9001
9002 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9003 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9004
9005 * dired.el (dired-do-copy-regexp): Doc fix.
9006 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9007
9008 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9009
9010 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9011
9012 1999-03-08 Jason Rumney <jasonr@altavista.net>
9013
9014 * international/codepage.el (cp1250-decode-table)
9015 (cp1251-decode-table, cp1253-decode-table)
9016 (cp1257-decode-table): New translation tables for MS Windows codepages.
9017 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9018
9019 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9020
9021 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9022
9023 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9024
9025 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9026
9027 * term/internal.el (top level): Display character 255 as 8bit as well.
9028
9029 1999-03-06 Dave Love <fx@gnu.org>
9030
9031 * progmodes/cc-cmds.el (c-outline-level): Bind
9032 buffer-invisibility-spec.
9033
9034 * progmodes/c-mode.el (c-outline-level): Likewise.
9035
9036 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9037
9038 1999-03-05 Felix Lee <flee@cygnus.com>
9039
9040 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9041
9042 1999-03-05 Richard M. Stallman <rms@gnu.org>
9043
9044 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9045
9046 1999-03-05 Andrew Innes <andrewi@gnu.org>
9047
9048 * w32-fns.el (convert-standard-filename): Convert directory
9049 separators to Windows format.
9050
9051 1999-03-05 Andreas Schwab <schwab@gnu.org>
9052
9053 * international/skkdic-cnv.el: Provide skkdic-cnv.
9054 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9055 (batch-skkdic-convert): Doc fix.
9056
9057 1999-03-04 Dave Love <fx@gnu.org>
9058
9059 * custom.el (custom-set-variables): Protect against setter errors.
9060
9061 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9062
9063 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9064 the file sizes from overflowing.
9065 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9066 Under -s, print the size in blocks with %4.0f, in case they have
9067 a *really* huge file.
9068
9069 1999-03-03 Dave Love <fx@gnu.org>
9070
9071 * options.el (edit-options): Doc fix.
9072 (list-options): Don't lose with unbound symbols. Maintain
9073 Edit-options-mode.
9074
9075 1999-03-01 Dave Love <fx@gnu.org>
9076
9077 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9078
9079 1999-02-28 Richard M. Stallman <rms@gnu.org>
9080
9081 * ispell.el (ispell-dictionary-alist-override): New variable.
9082 (ispell-dictionary-alist): Don't setq it,
9083 if ispell-dictionary-alist-override is set.
9084
9085 * simple.el (shell-command-default-error-buffer): Renamed from
9086 shell-command-on-region-default-error-buffer.
9087 (shell-command-on-region): Mention in echo area when there
9088 is some error output. Mention success or failure, too.
9089 Accumulate multiple error outputs
9090 going forward, with formfeed in between. Display the error buffer
9091 when we have put something in it.
9092 (shell-command): Add the ERROR-BUFFER argument feature.
9093
9094 1999-02-28 Karl Heuer <kwzh@gnu.org>
9095
9096 * mail/mh-utils.el (mh-lib): Doc fix.
9097 (mh-lib-progs, mh-nmh-p): New vars.
9098 (mh-find-progs): Set mh-lib-progs along with other vars.
9099 (mh-path-search): New arg FUNC-P; if specified, use that instead
9100 of mh-file-command-p.
9101 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9102
9103 * mail/mh-comp.el (mh-repl-formfile): New var.
9104 (mh-smail-batch): Don't ignore all arguments.
9105 (mh-reply): Do the right thing when using nmh.
9106
9107 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9108
9109 * international/mule-cmds.el (select-safe-coding-system): Be sure
9110 to show a buffer being decoded.
9111
9112 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9113
9114 * ps-bdf.el (bdf-directory-list): Initialize it to
9115 '("/usr/local/share/emacs/fonts/bdf").
9116
9117 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9118
9119 * ps-print.el: PostScript programming fix.
9120 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9121 setpagedevice operator).
9122
9123 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9124
9125 * ps-print.el: Doc fix, font size specifies landscape and portrait
9126 sizes.
9127 (ps-print-version): New version number (4.1.4).
9128 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9129 Specifies landscape and portrait sizes.
9130 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9131 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9132 fix.
9133 (ps-get-font-size): New fun.
9134 (ps-font-size-internal, ps-header-font-size-internal)
9135 (ps-header-title-font-size-internal): New vars.
9136
9137 * ps-mule.el: Change of ps-print font size variable name.
9138 (ps-mule-generate-font): Fun fix.
9139 (ps-mule-begin-job): Programming uniformization.
9140
9141 1999-02-25 Dave Love <fx@gnu.org>
9142
9143 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9144 (help-make-xrefs): Do Info case first.
9145
9146 * repeat.el: Don't require advice.
9147 (repeat-last-kill-command): Variable deleted.
9148
9149 1999-02-25 Richard Stallman <rms@gnu.org>
9150
9151 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9152 case just because the current buffer is the output buffer.
9153
9154 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9155
9156 * simple.el (what-cursor-position): To show the character's
9157 encoding, use encoded-string-description instead of information
9158 of chaset-origin-alist.
9159
9160 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9161 (encoded-code-description): New function.
9162 (encoded-string-description): New function.
9163 (encode-coding-char): New function.
9164
9165 1999-02-25 Andrew Innes <andrewi@gnu.org>
9166
9167 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9168 checking for .emacs[.el[c]].
9169
9170 1999-02-24 Richard Stallman <rms@gnu.org>
9171
9172 * help.el (describe-function-1): Don't print a whole lambda-function.
9173
9174 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9175
9176 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9177 inputting ?\240.
9178
9179 1999-02-23 Karl Heuer <kwzh@gnu.org>
9180
9181 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9182
9183 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9184 (clean-buffer-list-kill-buffer-names): Doc fix.
9185
9186 * gud.el (gud-jdb-massage-args): Spelling fix.
9187
9188 1999-02-23 Richard M. Stallman <rms@gnu.org>
9189
9190 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9191
9192 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9193
9194 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9195 excursion while calling set-auto-coding-function.
9196
9197 * play/handwrite.el (handwrite): Require ps-print, and use
9198 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9199 if it's defined, instead of forking ps-lpr-command unconditionally.
9200
9201 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9202
9203 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9204 charset-origin-alist property to a coding system for the codepage.
9205
9206 * international/mule.el: Modify comment for charset-origin-alist
9207 property of a coding system.
9208
9209 * simple.el (what-cursor-position): charset-origin-alist property
9210 of a coding system may be a translation table or a symbol of which
9211 `translation-table' property is a translation table.
9212
9213 1999-02-21 Richard Stallman <rms@gnu.org>
9214
9215 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9216 to the "html" template.
9217
9218 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9219
9220 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9221
9222 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9223
9224 * dirtrack.el (dirtrack): Check for the prompt in the input string
9225 instead of the buffer.
9226
9227 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9228
9229 * sql.el: Set version to 1.4.1. Changed mail address to
9230 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9231 (sql-input-ring-separator): Doc fix.
9232 (sql-mode-syntax-table): double-dash starts comments is defined as
9233 ". 56" instead of ". 12b" for XEmacs.
9234 (sql-stop, sql-interactive-mode): Doc fixes.
9235 (sql-postgres): Queries for database and server, not just one.
9236 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9237
9238 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9239 changed. This is needed for master.el to work.
9240 (sql-set-sqli-buffer): Use the new hook.
9241
9242 * sql.el (sql-make-alternate-buffer-name): Function that sets
9243 sql-alternate-buffer-name.
9244 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9245 (sql-interactive-mode): Set sql-alternate-buffer-name.
9246 (sql-rename-buffer): New command.
9247 (sql-interactive-mode-menu): Menu for SQLi buffers.
9248
9249 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9250 and sql-input-ring-file-name are used to temporarily set
9251 comint-input-ring-file-name and comint-input-ring-separator when
9252 reading and writing input history files.
9253
9254 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9255 (sql-input-ring-file-name): New variable with customization.
9256 (sql-input-ring-separator): New variable with customization.
9257 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9258 Callers changed.
9259 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9260 now includes the name of the current buffer.
9261
9262 (sql-mode): Set paragraph-separate and paragraph-start so that
9263 sql-send-paragraph sends the entire SQL statements, even if it
9264 contains indented lines.
9265
9266 1999-02-18 Dave Love <fx@gnu.org>
9267
9268 * format.el (format-encode-run-method, format-decode-run-method):
9269 Fix previous change.
9270
9271 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9272
9273 * international/mule.el (coding-system-list): Moved here from
9274 mule-util.el to avoid autoloading mule-util by the call of
9275 select-safe-coding-system.
9276
9277 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9278
9279 * simple.el (turn-on-auto-fill): Mark it as an option for
9280 `text-mode-hook'.
9281
9282 1999-02-17 Richard Stallman <rms@gnu.org>
9283
9284 * emacs-lisp/easymenu.el (easy-menu-get-map):
9285 Don't crash if (current-local-map) is nil.
9286
9287 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9288
9289 * filecache.el (file-cache-filter-regexps): Added .class.
9290
9291 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9292
9293 * international/mule-util.el (decompose-region): Use
9294 insert-buffer-substring instead of insert-buffer to avoid putting
9295 mark.
9296
9297 1999-02-17 Andreas Schwab <schwab@gnu.org>
9298
9299 * calendar/cal-move.el (scroll-calendar-left): Don't set
9300 displayed-month and displayed-year here, let generate-calendar do
9301 it, after range checking.
9302
9303 1999-02-17 Simon Marshall <simon@gnu.org>
9304
9305 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9306
9307 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9308 correctly between an object declared via a constructor and a method.
9309 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9310 (java-font-lock-keywords-1): Fontify package names individually.
9311 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9312 (java-font-lock-keywords-2): Simplify type fontification.
9313 (java-font-lock-keywords-3): Likewise.
9314
9315 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9316
9317 * language/japanese.el (iso-2022-jp-2): New coding system.
9318 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9319
9320 1999-02-16 Dave Love <fx@gnu.org>
9321
9322 * help.el (describe-function-1): Accept non-symbols.
9323
9324 1999-02-16 Paul Eggert <eggert@twinsun.com>
9325
9326 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9327 find the last match if there are multiple matches.
9328
9329 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9330
9331 * tex-mode.el (tex-run-command, latex-run-command)
9332 (slitex-run-command, tex-command): Doc changes.
9333 (tex-start-options-string): Autoload it. Doc change. Provide
9334 a menu for customization. Allow nil. Quote backslashes only once.
9335 (tex-start-tex): Handle nil value of tex-start-options-string
9336 and apply shell-quote-argument to it.
9337
9338 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9339
9340 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9341 the size in blocks, since it can be a float.
9342 (ls-lisp-format): Likewise
9343
9344 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9345
9346 * language/japanese.el (japanese-shift-jis): Add
9347 charset-origin-alist property.
9348
9349 1999-02-15 Richard Stallman <rms@gnu.org>
9350
9351 * progmodes/compile.el (compile-internal): Use save-selected-window.
9352
9353 * subr.el (momentary-string-display): Bind inhibit-read-only.
9354
9355 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9356
9357 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9358
9359 * mail/rmail.el (rmail-show-message): If an unseen message has a
9360 Summary-line in its header, get past one more line before looking
9361 for the X-Coding-System header.
9362
9363 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9364
9365 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9366 explicitly to accomodate Windows 9X lack of a useful copy program.
9367
9368 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9369
9370 * wid-edit.el (widget-choice-value-create): Use `equal'
9371 instead of `eq'.
9372
9373 1999-02-14 Richard Stallman <rms@gnu.org>
9374
9375 * international/iso-transl.el:
9376 (iso-transl-ae): Renamed from iso-transl-e-slash.
9377 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9378 (iso-transl-AE): Renamed from iso-transl-E-slash.
9379 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9380 (iso-transl-char-map): Related changes.
9381
9382 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9383
9384 1999-02-13 Richard Stallman <rms@gnu.org>
9385
9386 * textmodes/texinfmt.el (texinfo-alias): New function.
9387 (texinfo-fold-nodename-case): Add defvar.
9388 (texinfo-format-node): Do case folding if specified.
9389
9390 * ffap.el (ffap-file-at-point): Test local file names
9391 immediately. Strip off line numbers.
9392
9393 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9394
9395 * sql.el: Set version to 1.3.2
9396 (sql-solid-program): Added support for solid.
9397 (sql-help): Doc mentions sql-solid.
9398 (sql-solid): Entry function for Solid.
9399 (sql-buffer): Doc explains the use of the variable and how to
9400 change it.
9401 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9402 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9403 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9404 is new.
9405 (sql-show-sqli-buffer): New function to display the value of
9406 sql-buffer.
9407 (sql-change-sqli-buffer): New function to change sql-buffer.
9408 (sql-mode): Doc explains how to change sql-buffer.
9409 (sql-send-paragraph): New function to send a paragraph.
9410 (sql-mode-map): Added keybinding for sql-send-paragraph.
9411 (sql-mysql): Doc corrected.
9412 (sql-ms): Doc corrected.
9413
9414 * sql.el (sql-server): Doc fix.
9415 (sql-mysql): Added the use of sql-server to specify the host,
9416 sql-database now specifies database instead of host.
9417 (sql-mode-menu): Send... menu items are only active if sql-buffer
9418 is non-nil.
9419 (sql-help): Changed tag of entry functions a bit.
9420
9421 * sql.el: Added keywords from `finder-by-keyword'.
9422 (sql-mode): Made sql-buffer a local variable, changed the
9423 documentation: removed instructions to add *.sql files to
9424 auto-mode-alist, added documentation for having mutliple SQL
9425 buffers sending their stuff to different SQLi buffers, each
9426 running a different process.
9427 (sql-postgres): Quoted *SQL* in doc string.
9428 (sql-ms): Likewise.
9429 (sql-ingres): Likewise.
9430 (sql-ingres): Quoted *SQL* in doc string, added references to
9431 sql-user and sql-password used during login.
9432 (sql-sybase): Quoted *SQL* in doc string, added comma.
9433 (sql-oracle): Likewise.
9434 (sql-interactive-mode): Added extensive documentation for having
9435 mutliple SQL buffers sending their stuff to different SQLi
9436 buffers, each running a different process.
9437 (sql-buffer): Changed doc from *SQL* to SQLi.
9438 (sql-get-login): Doc fix.
9439
9440 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9441
9442 * international/mule-conf.el (undecided): Set ascii in
9443 safe-charsets property.
9444
9445 1999-02-12 Richard Stallman <rms@gnu.org>
9446
9447 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9448
9449 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9450
9451 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9452 value to ps-mule-font-info-database-latin.
9453
9454 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9455
9456 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9457 (ps-mule-font-info-database-default): New variable.
9458 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9459 ps-mule-font-info-database-default.
9460
9461 1999-02-12 Dave Love <fx@gnu.org>
9462
9463 * timezone.el (timezone-make-date-sortable)
9464 (timezone-make-date-arpa-standard): Doc fix.
9465
9466 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9467
9468 * international/quail.el (quail-show-kbd-layout): Bind
9469 blink-matching-paren to nil.
9470
9471 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9472 for ASCII and Latin-1.
9473
9474 1999-02-12 Andreas Schwab <schwab@gnu.org>
9475
9476 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9477
9478 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9479
9480 * international/mule-cmds.el (language-info-alist): Remove
9481 description about charset-origin-alist.
9482
9483 * international/mule.el: Comment added for a new coding system
9484 property `charset-origin-alit'.
9485 (make-translation-table): This variable deleted.
9486
9487 * language/chinese.el (chinese-big5): Add charset-origin-alist
9488 property.
9489 ("Chinese-CNS"): Remove charset-origin-alist property.
9490
9491 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9492 property.
9493 (cyrillic-alternativnyj): Likewise.
9494 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9495 ("Cyrillic-ALT"): Likewise.
9496
9497 * language/vietnamese.el (vietnamese-viqr): Add
9498 charset-origin-alist property.
9499 ("Vietnamese"): Remove charset-origin-alist property.
9500
9501 * simple.el (what-cursor-position): Don't use the varialbe
9502 charset-origin-alist, but use charset-origin-alist property of
9503 buffer-file-coding-system to decide external character set code.
9504
9505 1999-02-10 Richard Stallman <rms@gnu.org>
9506
9507 * shadowfile.el: Don't turn on the mode when the file is loaded.
9508
9509 1999-02-09 Richard Stallman <rms@gnu.org>
9510
9511 * progmodes/compile.el (compile-auto-highlight): Customize.
9512
9513 * add-log.el (add-log-file-name-function): New variable.
9514 (add-change-log-entry): Call that function, if non-nil.
9515
9516 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9517
9518 * rmail.el (rmail-search): Track match with a marker, not an integer.
9519
9520 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9521
9522 * progmodes/compile.el (compilation-setup): Set value of
9523 compilation-directory-stack as in compilation-forget-errors.
9524 (compile-reinitialize-errors): Bind buffer-undo-list and
9525 deactivate-mark.
9526 (compilation-forget-errors): Likewise.
9527
9528 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9529
9530 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9531 def... constructs.
9532
9533 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9534 Remove calls to sleep-for.
9535
9536 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9537
9538 * international/codepage.el (cp-coding-system-for-codepage-1): On
9539 MS-DOS, use dos-unsupported-char-glyph for characters not
9540 supported by the codepage.
9541 (cp-make-coding-systems-for-codepage): Likewise.
9542
9543 1999-02-08 Andreas Schwab <schwab@gnu.org>
9544
9545 * international/mule-util.el (coding-system-list): Don't sort
9546 coding-system-list here.
9547
9548 * international/mule.el (coding-system-lessp): Moved here from
9549 mule-util.el
9550 (add-to-coding-system-list): New function.
9551 (make-subsidiary-coding-system, make-coding-system,
9552 define-coding-system-alias): Use it instead of setting
9553 coding-system-list directly.
9554
9555 1999-02-07 Dave Love <fx@gnu.org>
9556
9557 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9558 onto message.
9559
9560 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9561
9562 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9563 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9564
9565 1999-02-06 Richard Stallman <rms@gnu.org>
9566
9567 * language/european.el (setup-slovenian-environment): New function.
9568 ("Slovenian"): New language environment.
9569
9570 * progmodes/sql.el (sql-help): Doc fix.
9571 (sql-mysql): Doc fix.
9572
9573 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9574
9575 * tex-mode.el: When compiling, require compare-w and skeleton
9576 to pacify the byte-compiler. Move the def's of the tex-commands
9577 together. Add a comment on kill-process vs. quit-process.
9578
9579 1999-02-05 Dave Love <fx@gnu.org>
9580
9581 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9582 null markers.
9583 (compile-goto-error): Likewise.
9584
9585 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9586
9587 * time-stamp.el (time-stamp-format): Format doc tighter.
9588 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9589 (time-stamp): Don't re-write the time stamp if it didn't change.
9590
9591 1999-02-05 Alex Schroeder <asc@bsiag.com>
9592
9593 * progmodes/sql.el: Changed version to 1.2.1.
9594 (sql-pop-to-buffer-after-send-region): Improved documentation.
9595 (sql-mysql-program): Added MySQL support.
9596 (sql-prompt-length): Made prompt-length configurable.
9597 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9598 (sql-help): Added MySQL support, changed documentation.
9599 (sql-send-region): A message is displayed if something is sent.
9600 (sql-mode): Added buffer-local comment-start.
9601 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9602 (sql-interactive-mode): Added buffer-local comment-start.
9603 (sql-oracle): Set sql-prompt-length.
9604 (sql-sybase): Set sql-prompt-length.
9605 (sql-mysql): Added MySQL support.
9606 (sql-ingres): Set sql-prompt-length.
9607 (sql-ms): Set sql-prompt-length.
9608 (sql-postgres): Set sql-prompt-length.
9609
9610 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9611
9612 * term/internal.el (dos-codepage-setup): Set selection coding
9613 system to cpNNN-dos.
9614
9615 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9616
9617 * international/characters.el: Let ethiopic use iso-2022-7bit.
9618
9619 1999-02-02 Dave Love <fx@gnu.org>
9620
9621 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9622 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9623
9624 1999-02-02 Karl Heuer <kwzh@gnu.org>
9625
9626 * terminal.el (terminal-emulator): Doc fix.
9627
9628 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9629
9630 * international/mule-util.el (compose-chars): Doc-string
9631 modified. Correctly handle a composition character in ARGS.
9632
9633 1999-02-01 Richard Stallman <rms@gnu.org>
9634
9635 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9636 (makefile-menu-index-function): Function deleted.
9637 (makefile-mode): Use makefile-imenu-generic-expression.
9638
9639 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9640
9641 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9642 change, invoke from before-init-hook.
9643
9644 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9645
9646 * subr.el (remove-from-invisibility-spec): Cope with the case when
9647 buffer-invisibility-spec is t.
9648
9649 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9650
9651 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9652 appt-add and appt-delete.
9653
9654 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9655
9656 * term/pc-win.el (msdos-approximate-color): New function.
9657 (msdos-color-translate): Call it to find a DOS color that best
9658 approximates an X-style "#NNNNNN" color specification.
9659
9660 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9661
9662 * international/mule-util.el (compose-chars-component): Add
9663 autoload cookie.
9664
9665 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9666
9667 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9668 function, replace cdr of MAP by the return value of the function
9669 unconditionally.
9670
9671 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9672
9673 * progmodes/compile.el (compilation-next-error-locus): Don't
9674 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9675
9676 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9677
9678 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9679 and NLs before "charset", and allow the charset name be in double
9680 quotes.
9681
9682 1999-01-31 Richard Stallman <rms@gnu.org>
9683
9684 * imenu.el (imenu-sort-function): Fix custom type.
9685
9686 1999-01-30 Richard Stallman <rms@gnu.org>
9687
9688 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9689 (speedbar-line-token): Likewise.
9690
9691 * play/gametree.el (gametree-default-score): Use defcustom.
9692 (gametree-score-regexp, gametree-score-closer): Likewise.
9693 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9694
9695 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9696
9697 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9698 decoding.
9699
9700 1999-01-29 Markus Rost <rost@gnu.org>
9701
9702 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9703 tex-validate-buffer.
9704 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9705 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9706 now with recent occur-mode.
9707 (tex-validate-region): Really walk through all Sexps.
9708 (tex-region): Bind shell-dirtrack-verbose.
9709 (tex-file, tex-bibtex-file): Likewise.
9710
9711 1999-01-29 Dave Love <fx@gnu.org>
9712
9713 * finder.el: (finder-commentary): Fix interactive spec. Try
9714 appending .el to file name.
9715 (finder-find-library, finder-commentary): Doc fixes.
9716
9717 1999-01-29 Andrew Innes <andrewi@gnu.org>
9718
9719 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9720 where the userid contains directory separators.
9721
9722 1999-01-29 Dave Love <fx@gnu.org>
9723
9724 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9725 (lm-commentary): Doc fix.
9726
9727 1999-01-29 Andreas Schwab <schwab@gnu.org>
9728
9729 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9730 wildcard match. Fix regexp that tests if dirpart contains
9731 wildcard characters.
9732
9733 1999-01-28 Richard Stallman <rms@gnu.org>
9734
9735 * font-lock.el (font-lock-default-unfontify-region):
9736 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9737
9738 1999-01-27 Jason Rumney <jasonr@altavista.net>
9739
9740 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9741 from FAMILY field.
9742 (w32-create-initial-fontsets): Do not use before-init-hook.
9743 (mouse-set-font): Document. Automatically create and use fontsets.
9744
9745 * dos-w32.el (direct-print-region-helper): Check for printer
9746 being t as well as a string.
9747
9748 1999-01-27 Kenichi Handa <handa@etl.go.jp>
9749
9750 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9751 (rmail-mime-charset-pattern): New variable.
9752 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9753 rmail-decode-mime-charset is non-nil.
9754
9755 1999-01-27 Ken'ichi Handa <handa@gnu.org>
9756
9757 * international/characters.el: Set category `q' for all characters
9758 in tibetan and tibetan-1-column.
9759
9760 1999-01-27 Andrew Innes <andrewi@gnu.org>
9761
9762 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9763 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9764
9765 1999-01-27 Dave Love <fx@gnu.org>
9766
9767 * international/mule-cmds.el (current-language-environment):
9768 Provide :link, :type (choices) and appropriate :get.
9769
9770 1999-01-27 Eli Zaretskii <eliz@gnu.org>
9771
9772 * startup.el (command-line): Set default eol-mnemonic-* strings to
9773 display end-of-line format in mode line.
9774
9775 * cus-start.el (all): Add eol-mnemonic-* variables.
9776
9777 1999-01-26 Dave Love <fx@gnu.org>
9778
9779 * startup.el (command-line-1): Up-date copyright.
9780
9781 * paths.el (Info-default-directory-list): Use configdir twice.
9782
9783 * info.el (Info-directory-list): Don't set path-separator now
9784 we're not shipped with Texinfo. Simplify path definition.
9785 Substitute all occurrences of instdir in Info-default-directory-list.
9786
9787 1999-01-25 Richard Stallman <rms@gnu.org>
9788
9789 * startup.el (normal-top-level-add-subdirs-to-load-path):
9790 Record the inode numbers of the dirs processed, to avoid loop.
9791
9792 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9793
9794 1999-01-25 Dave Love <fx@gnu.org>
9795
9796 * browse-url.el (browse-url-netscape-program): Doc addition.
9797
9798 * help.el (help-make-xrefs): Default info references to an `(emacs)'
9799 prefix.
9800
9801 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9802 auto-mode-alist.
9803
9804 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9805
9806 * calendar/diary-lib.el (mark-diary-entries): Use
9807 assoc-ignore-case and do not capitalize when matching month and
9808 day names.
9809
9810 * calendar/calendar.el (calendar-read-date): Ditto.
9811
9812 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9813 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9814
9815 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9816
9817 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9818
9819 * calendar/cal-islam.el (calendar-goto-islamic-date)
9820 (mark-islamic-diary-entries): Ditto.
9821
9822 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9823
9824 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9825 (calendar-read-mayan-tzolkin-date): Ditto.
9826
9827 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9828
9829 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
9830
9831 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9832
9833 1999-01-25 Karl Heuer <kwzh@gnu.org>
9834
9835 * faces.el (list-faces-display): Multiline case of previous fix.
9836
9837 1999-01-25 Andreas Schwab <schwab@gnu.org>
9838
9839 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9840
9841 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
9842
9843 * files.el (find-file): If find-file-noselect returns a list,
9844 do switch-to-buffer on each element.
9845 (find-file-other-window): Likewise for all but the first element.
9846 (find-file-other-frame): Same.
9847 (find-file-noselect): When we expand a wildcard, return a list
9848 of buffers.
9849
9850 1999-01-24 Eli Zaretskii <eliz@gnu.org>
9851
9852 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9853 to set the appropriate cpNNN-dos coding system as the
9854 highest-priority coding system.
9855
9856 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9857
9858 * international/fontset.el (generate-fontset-menu): Return a
9859 sorted list by plain names of fontsets.
9860
9861 * international/mule-diag.el (list-fontsets): Sort fontsets by
9862 plain names.
9863
9864 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9865 FIRST is a composite character, decompose it at first.
9866
9867 1999-01-23 Dave Love <fx@gnu.org>
9868
9869 * format.el: Doc fixes.
9870 (format-encode-run-method): Have things happen in the right buffer.
9871 Deal with errors from method. Set coding-system-for-write.
9872 (format-decode-run-method): Have things happen in the right buffer.
9873 Deal with errors from method. Set coding-system-for-read.
9874 (format-alist): Use nil instead of unmatchable regexps.
9875
9876 * simple.el (shell-command-on-region): Return command's exit status.
9877
9878 1999-01-23 Eric Ludlam <zappo@gnu.org>
9879
9880 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9881 of the file whose info we want to display.
9882 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9883 (speedbar-add-mode-functions-list) Improve doc.
9884 (speedbar-line-token) New function.
9885 (speedbar-dired) Fix order of directories in -shown-directories.
9886 (speedbar-line-path): Default return is default-directory
9887 (speedbar-buffers-line-path): Return is dir name only.
9888 (speedbar-mode-functions-list): New variable.
9889 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9890 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9891 speedbar-files-item-info speedbar-buffers-item-info): New functions.
9892 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9893 New functions.
9894 (speedbar-line-file): Broke out part that fetches file from a line.
9895 (speedbar-line-text): New function extracted from speedbar-line-file.
9896 (speedbar-line-path): Converted into a replaceable function.
9897 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
9898
9899 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9900
9901 * international/fontset.el (create-fontset-from-x-resource): Make
9902 style variants.
9903
9904 1999-01-22 Dave Love <fx@gnu.org>
9905
9906 * paths.el (Info-default-directory-list): Put sysdir after start.
9907
9908 1999-01-22 Sam Steingold <sds@goems.com>
9909
9910 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
9911 a process associated with it.
9912
9913 1999-01-22 Jason Rumney <jasonr@altavista.net>
9914
9915 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
9916
9917 1999-01-22 Felix Lee <flee@cygnus.com>
9918
9919 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
9920 major-mode.
9921 (vc-annotate-mode): Delete variable.
9922
9923 1999-01-22 Andrew Innes <andrewi@gnu.org>
9924
9925 * startup.el (command-line): [windows-nt]: Check for existence of
9926 .emacs file so as to notice .emacs.el or .emacs.elc and use them
9927 in preference to _emacs.
9928
9929 1999-01-22 Dave Love <fx@gnu.org>
9930
9931 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
9932
9933 1999-01-20 Richard Stallman <rms@gnu.org>
9934
9935 * files.el (find-file-noselect): Do wildcard processing only
9936 if new arg WILDCARDS is non-nil.
9937 (find-file, find-file-other-window): New arg WILDCARDS.
9938 Default it to non-nil if interactive.
9939 (find-file-other-frame): Likewise.
9940 (find-file-read-only): Likewise.
9941 (find-file-read-only-other-window): Likewise.
9942 (find-file-read-only-other-frame): Likewise.
9943
9944 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
9945 (widget-plist-convert-option): Delete spurious comma.
9946
9947 1999-01-19 Jason Rumney <jasonr@altavista.net>
9948
9949 * term/w32-win.el (w32-standard-fontspec-spec): Change
9950 iso8859-5 to koi8-r. Add iso8859-9.
9951
9952 1999-01-19 Dave Love <fx@gnu.org>
9953
9954 * browse-url.el (browse-url-maybe-new-window): Delete macro and
9955 its uses.
9956
9957 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
9958 is active.
9959 (fortran-indent-subprogram): Likewise.
9960
9961 1999-01-19 Dave Love <d.love@dl.ac.uk>
9962
9963 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
9964
9965 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9966
9967 * wid-edit.el (alist): Use sexp as default key-type.
9968
9969 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9970
9971 * textmodes/tex-mode.el (tex-define-common-keys):
9972 Remove key binding of tex-feed-input.
9973 (tex-mode-map): Bind tex-feed-input here.
9974 (tex-start-shell): Use compilation-shell-minor-mode. Set
9975 comint-input-filter-functions before running tex-shell-hook.
9976 (tex-start-tex): Forget compilation errors.
9977 (tex-compilation-parse-errors): Rewritten to work also with
9978 compile-mouse-goto-error and compile-goto-error. Adjusted to
9979 change in tex-region.
9980 (tex-region): For the temp file use file-name without directory.
9981 (tex-file): Expand file name of tex-print-file.
9982
9983 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9984
9985 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
9986
9987 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
9988
9989 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
9990 beginning could cause Emacs to hang. Fixed.
9991
9992 1999-01-18 Ken'ichi Handa <handa@gnu.org>
9993
9994 * international/ccl.el (ccl-compile-translate-character): Handle
9995 the case that a tranlation table is CCL register correctly.
9996
9997 * international/mule-cmds.el (select-safe-coding-system):
9998 Hightlight at most 256 characters.
9999
10000 1999-01-18 Dave Love <fx@gnu.org>
10001
10002 * startup.el (command-line): If the init file changes operation to
10003 unibyte, make all buffers unibyte and re-set language environment.
10004
10005 * disp-table.el (standard-display-european): Make all existing
10006 buffers unibyte. Fix doc.
10007
10008 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10009
10010 * wid-edit.el (coding-system): Define this unconditionally.
10011
10012 * simple.el (shell-command-on-region-default-error-buffer): New var.
10013 (shell-command-on-region): Use that variable as interactive
10014 value of ERROR-BUFFER argument.
10015
10016 1999-01-17 Sam Steingold <sds@goems.com>
10017
10018 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10019
10020 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10021
10022 * progmodes/compile.el (compilation-goto-locus): If already in the
10023 compilation buffer's window, keep it in that window.
10024 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10025 (compile-goto-error): Don't play with windows.
10026
10027 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10028 (tex-command): Doc fix.
10029 (tex-compilation-parse-errors): Doc fix.
10030 (tex-generate-zap-file-name): Don't start the name with -.
10031 (tex-expand-files): Works now also with strings ending with ":".
10032
10033 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10034
10035 Patch failed to install:
10036 * gametree.el: Document scoring functionality.
10037 (gametree-score-regexp): Add optional plus sign.
10038 (gametree-score-opener): Replace `:' with `=' as the former
10039 conflicts with gametree-half-ply-regexp.
10040 (gametree-transpose-following-leaves): Add.
10041 (gametree-insert-new-leaf): Make modifying commands barf in read
10042 only buffers.
10043 (gametree-break-line-here): Add a call to
10044 `gametree-transpose-following-leaves'. This maintains the
10045 necessary invariant that on each level all leaf children precede
10046 all nonleaf children. This has always been implied, but left to
10047 the user, and, unfortunately, undocumented.
10048
10049 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10050
10051 * wid-edit.el (plist, alist): New widget types.
10052
10053 1999-01-17 Dave Love <fx@gnu.org>
10054
10055 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10056 fix scope of condition-case therein.
10057
10058 1999-01-17 Andrew Innes <andrewi@gnu.org>
10059
10060 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10061 default-buffer-file-coding-system when file doesn't exist (and
10062 isn't covered by a special case) instead of forcing undecided-dos
10063 against the user's wishes.
10064
10065 * dos-w32.el (direct-print-region-helper): New function based on
10066 direct-print-region-function; sends data to specified printer port
10067 without further translation. Recognize and handle specially the
10068 standard `print' and `nprint' programs, as well as `lpr' and
10069 similar programs. Only write directly to the printer port if no
10070 print program is specified. Work around a bug in Windows 9x
10071 affecting Win32 version of Emacs by invoking command.com to write
10072 to the printer port instead of writing directly.
10073 (direct-print-region-function): Use direct-print-region-helper to
10074 do most of the work.
10075 (direct-ps-print-region-function): New function; analogue of
10076 direct-print-region-function for ps-print.
10077 (ps-lpr-command): Comment out setq; leave as example usage.
10078 (ps-lpr-switches): Ditto.
10079
10080 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10081 and MS-Windows.
10082 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10083 DOS and Windows platforms, to indicate direct printing. Update
10084 the docstring accordingly.
10085
10086 * ps-print.el: (ps-printer-name): Update docstring about usage on
10087 MS-DOS and MS-Windows.
10088 (ps-lpr-command): Update docstring as for lpr-command.
10089 (ps-print-region-function): New variable.
10090 (ps-do-despool): Use it.
10091 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10092 DOS/Windows.
10093
10094 * subr.el (subst-char-in-string): New function.
10095
10096 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10097
10098 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10099
10100 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10101 (bdf-find-font-info): New function, looks for the first readable
10102 file from a list of alternatives.
10103 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10104 instead of bdf-get-font-info.
10105 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10106 to ps-mule-generate-bitmap-glyph.
10107
10108 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10109 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10110 now be a list of alternative names.
10111 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10112 (ps-mule-prepare-font): Likewise.
10113
10114 * international/codepage.el (cp855-decode-table,
10115 cp850-decode-table): Fill some nil entries.
10116
10117 1999-01-16 Dave Love <fx@gnu.org>
10118
10119 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10120 last change.
10121
10122 1999-01-15 Dave Love <fx@gnu.org>
10123
10124 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10125 and change regexp for command names.
10126 (help-xref-go-back, function-called-at-point, symbol-file)
10127 (where-is): Doc fixes.
10128 (help-xref-go-back): Remove interactive spec.
10129 (describe-function-1): Fix message for alias. Buttomize alias
10130 name.
10131
10132 * simple.el (join-line): New alias.
10133
10134 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10135
10136 * forms.el: (forms--show-record): Convert integers to string
10137 expicitly since concat will no longer accept integers.
10138 (forms-print): Use local `total-nb-records' since
10139 `forms--total-records' will be inaccessible after buffer switching.
10140
10141 1998-01-14 Felix Lee <flee@cygnus.com>
10142
10143 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10144
10145 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10146
10147 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10148
10149 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10150
10151 * international/codepage.el (cp850-decode-table): Fix previous change.
10152
10153 1999-01-14 Simon Marshall <simon@gnu.org>
10154
10155 * shell.el (shell-dirtrack-verbose): New custom variable.
10156 (shell-dirstack-message): Use it.
10157
10158 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10159
10160 * international/mule-conf.el: Coding system alias `dos' for
10161 `undecided-dos', `mac' for `undecided-mac'.
10162
10163 * international/mule-cmds.el (describe-language-environment):
10164 Don't alter input-method-alist.
10165
10166 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10167
10168 * international/codepage.el (cp850-decode-table): Replace nil
10169 entries with codes of similary looking glyphs. (Suggested by
10170 Jason Rumney <jasonr@altavista.net>.)
10171
10172 1999-01-13 Dave Love <fx@gnu.org>
10173
10174 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10175
10176 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10177
10178 1999-01-12 Karl Heuer <kwzh@gnu.org>
10179
10180 * files.el (auto-save-hook): Defvar this.
10181
10182 1999-01-12 Alex Schroeder <asc@bsiag.com>
10183
10184 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10185 faces, eliminating the need to load font-lock before loading sql.
10186 (sql-mode-oracle-font-lock-keywords): Likewise.
10187 (sql-mode-postgres-font-lock-keywords): Likewise.
10188
10189 1999-01-11 Dave Love <fx@gnu.org>
10190
10191 * cus-start.el: Add inhibit-eol-conversion.
10192
10193 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10194 the values round.
10195
10196 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10197
10198 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10199 Don't switch to Help mode here.
10200 (temp-buffer-setup-hook): Use help-mode-finish.
10201 (help-mode-setup): New function.
10202 (temp-buffer-setup-hook): Use help-mode-setup.
10203
10204 * progmodes/sql.el: New file.
10205
10206 * files.el (auto-mode-alist): Add sql-mode.
10207
10208 * faces.el (list-faces-display): Improve the formatting
10209 by computing the maximum length required for any face-name.
10210
10211 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10212
10213 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10214
10215 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10216
10217 * term.el (term_send_home): Change the string to
10218 be the same as the one emitted by xterm and consistent with the
10219 ones emitted by prior and next.
10220 (term_send_end): Likewise.
10221
10222 1999-01-10 Dave Love <fx@gnu.org>
10223
10224 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10225 bindings.
10226
10227 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10228
10229 * international/codepage.el (codepage-setup): Doc fix.
10230 (cp-decoding-vector-for-codepage): Likewise.
10231
10232 1999-01-10 Markus Rost <rost@gnu.org>
10233
10234 * cus-edit.el (custom-save-delete): First scan the custom-file.
10235
10236 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10237
10238 * international/iso-transl.el: Define a "function name" for
10239 each translation that isn't ASCII. Use these function names
10240 in iso-transl-char-map.
10241
10242 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10243
10244 * international/mule-util.el (decompose-region): Do decomposition
10245 on temporary unibyte buffer.
10246
10247 * international/mule.el (make-char): Doc-string modified.
10248
10249 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10250
10251 * simple.el (comment-region): Delete spaces only if we
10252 deleted a comment starter.
10253
10254 1999-01-07 Dave Love <fx@gnu.org>
10255
10256 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10257
10258 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10259 like eval-defun does.
10260
10261 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10262
10263 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10264 constructions. Doc fixes.
10265 (generic-create-generic-function): Use defalias, not fset.
10266
10267 * find-func.el: More doc fixes.
10268
10269 1999-01-06 Stephen Eglen <stephen@gnu.org>
10270
10271 * files.el (save-buffers-kill-emacs): Show the list of current
10272 processes before prompting to kill them and exit.
10273
10274 1999-01-06 Dave Love <fx@gnu.org>
10275
10276 * emacs-lisp/find-func.el: Doc fixes.
10277 (find-function-regexp): Extend for define-generic-mode,
10278 define-derived-mode, easy-mmode-define-minor-mode.
10279
10280 1999-01-06 Dave Love <fx@gnu.org>
10281
10282 * progmodes/fortran.el (fortran-window-create): Account for scroll
10283 bar width.
10284
10285 * browse-url.el: Require (noerror) w3-auto when compiling.
10286 (browse-url-maybe-new-window): Make it a macro and revert last
10287 change to callers.
10288 (browse-url-w3): Require w3 for w3-fetch-other-window.
10289
10290 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10291
10292 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10293 argument.
10294
10295 1999-01-06 Simon Marshall <simon@gnu.org>
10296
10297 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10298
10299 * font-lock.el (font-lock-default-fontify-buffer): When using
10300 with-temp-message, use nil rather than current-message.
10301
10302 * lazy-lock.el (lazy-lock-unstall):
10303 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10304 rather than current-message.
10305
10306 * fast-lock.el (fast-lock-save-cache-1):
10307 (fast-lock-cache-data): When using with-temp-message, use nil rather
10308 than current-message.
10309
10310 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10311
10312 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10313 the valid-codes property.
10314
10315 * international/mule-cmds.el (prefer-coding-system): Call
10316 set-coding-priority, so that the internal array of priorities is
10317 also updated.
10318
10319 * international/mule-util.el:
10320 (coding-system-change-eol-conversion,
10321 coding-system-change-text-conversion): Don't define here.
10322
10323 * international/mule-cmds.el: Define them here. Remove the
10324 autoload cookies.
10325
10326 1999-01-06 Andreas Schwab <schwab@gnu.org>
10327
10328 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10329 if it was enabled before.
10330
10331 * view.el (View-revert-buffer-scroll-page-forward): Bind
10332 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10333
10334 * files.el (recover-session): Preserve point when inserting
10335 explanation.
10336
10337 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10338
10339 * cus-edit.el (custom-save-delete): Don't delete whitespace
10340 and comments before the sexp that is replaced.
10341
10342 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10343
10344 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10345
10346 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10347
10348 * vc.el (vc-dired-hook): Use the original value of
10349 dired-move-to-filename-regexp on lines that have not been
10350 reformatted yet.
10351 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10352 file lines have already been reformatted.
10353
10354 1999-01-05 Dave Love <fx@gnu.org>
10355
10356 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10357 buffer-local.
10358
10359 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10360
10361 * progmodes/f90.el: Change of regular expressions for type to
10362 correct highlighting and identation. Some small fixes for
10363 compatibility with XEmacs.
10364
10365 1999-01-05 Stephen Eglen <stephen@gnu.org>
10366
10367 * mspools.el (mspools-vm-system-mail): Provide an alternative
10368 value based on rmail-spool-directory if $MAIL is not defined.
10369
10370 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10371
10372 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10373 (reftex-section-info): Handle negative section levels.
10374 (reftex-view-crossref-extra): New option.
10375 (reftex-view-crossref): Generalized to work in more places.
10376 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10377 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10378 (reftex-view-cite-locations-from-bibtex): New command.
10379 (reftex-view-regexp-match, reftex-global-search,
10380 reftex-global-search-continue): New functions.
10381 (reftex-extract-bib-entries): No error for non-existing BibTeX
10382 file, just a message.
10383 (reftex-extract-bib-entries): Better error handling.
10384 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10385 help and force it on current frame.
10386 (reftex-default-bibliography): New function.
10387 (reftex-access-parse-file): Check consistency after loading a
10388 parse file. When inconsistent, enfore rescan.
10389 (reftex-check-parse-consistency): New function.
10390 (easy-menu-define): Options section drastically shortened.
10391
10392 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10393
10394 * language/thai-util.el (thai-compose-string): New function.
10395
10396 1999-01-04 Inge Frick <inge@nada.kth.se>
10397
10398 * easymenu.el (easy-menu-define): Doc fix.
10399 (easy-menu-create-menu): New keyword :included.
10400 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10401 be an expression, not only a string. Simulate style `button'.
10402 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10403 (easy-menu-define-key-intern): New function.
10404 (easy-menu-add-item): Understand value returned from
10405 easy-menu-item-present-p and easy-menu-remove-item.
10406 (easy-menu-return-item): New function.
10407 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10408
10409 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10410
10411 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10412 Use rmail-output-read-rmail-file-name to read the file name.
10413 Always call rmail-output-to-rmail-file noninteractively.
10414 When count > 1, do the loop here.
10415 Handle rmail-delete-after-output here.
10416 (rmail-summary-output): Similar changes.
10417
10418 * mail/rmailout.el: Provide `rmailout'.
10419 (rmail-output-read-rmail-file-name): New function.
10420 (rmail-output-to-rmail-file): Use that.
10421 (rmail-output-read-file-name): New function.
10422 (rmail-output): Use that.
10423
10424 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10425 Error if wildcard matches no files.
10426
10427 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10428
10429 * menu-bar.el (clipboard-yank): Doc fix.
10430
10431 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10432
10433 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10434
10435 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10436
10437 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10438
10439 * rmail.el (rmail-encode-string): Make sure mask value is
10440 positive; (emacs-pid) returns a negative number on Windows 9x
10441 which causes odd behaviour.
10442
10443 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10444
10445 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10446 and about w32-* variables unless on Windows/NT.
10447
10448 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10449
10450 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10451 if buffer is modified; ask about all modified buffers.
10452
10453 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10454
10455 * simple.el (what-cursor-position): Fix previous change.
10456
10457 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10458
10459 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10460 from paragraph-start.
10461
10462 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10463
10464 * international/mule-cmds.el (prefer-coding-system): If the
10465 argument requires specific EOL conversion type, make the default
10466 coding systems use that.
10467
10468 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10469
10470 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10471 Use shell-command-on-region.
10472 (m4-start-m4, m4-end-m4): Functions deleted.
10473
10474 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10475
10476 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10477
10478 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10479
10480 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10481 to compose-mail in the correct places and as a list.
10482
10483 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10484
10485 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10486 (pages-directory-map): Bind mouse-2
10487 (pages-copy-header-and-position): Put text property.
10488 (pages-directory-goto-with-mouse): New function.
10489
10490 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10491
10492 * international/codepage.el (cp-make-coding-systems-for-codepage):
10493 Doc fix.
10494 (cp-coding-system-for-codepage-1): Likewise.
10495
10496 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10497
10498 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10499 composition sequence correctly here instead of calling
10500 thai-compose-region.
10501
10502 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10503 newline in multibyte buffer, if previous or next character is a
10504 composite char, check the first component of the composite char.
10505
10506 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10507
10508 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10509 and track-mouse.
10510
10511 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10512
10513 * mail/sendmail.el (mail-yank-original): Remove text properties
10514 after insertion.
10515 (mail-yank-region): Barf if no mark is set in the message
10516 being replied to.
10517
10518 * help.el (function-called-at-point): First look for function at point.
10519
10520 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10521
10522 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10523
10524 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10525
10526 * simple.el (what-cursor-position): Print character encoding also.
10527
10528 1998-12-26 Dave Love <fx@gnu.org>
10529
10530 * textmodes/flyspell.el: If local-maps work, don't put
10531 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10532 in flyspell-mouse-map (only).
10533 (flyspell-use-local-map): New variable.
10534 Use a different mouse-2 binding in that case,
10535 and don't add to minor-mode-map-alist.
10536 (make-flyspell-overlay, flyspell-correct-word):
10537 Test flyspell-use-local-map.
10538
10539 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10540
10541 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10542 Be careful about whether to return a relative file name,
10543 and if so, relative to what directory.
10544
10545 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10546
10547 * emacs-lisp/easymenu.el (easy-menu-get-map):
10548 Change global map only if this menu exists in the global map already,
10549 and not in the local map.
10550 (easy-menu-do-add-item): Fix error message.
10551
10552 * foldout.el (foldout-inhibit-key-bindings):
10553 Avoid concatenating onto outline-minor-mode-prefix.
10554 Make a new keymap for that prefix, if it does not already have one.
10555
10556 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10557
10558 * cperl-mode.el:
10559 Can use linear algorithm for indentation if Emacs supports it.
10560 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10561 (cperl-after-block-p): Likewise.
10562 (cperl-after-block-and-statement-beg): Likewise.
10563 (cperl-after-block-p): After END/BEGIN we are a block.
10564 (cperl-after-expr-p): Skip labels when checking
10565 (cperl-indent-region): Make a marker for END - text added/removed.
10566 Disable hooks during the call (how to call them later?).
10567 Now indents 820-line-long function in 6.5 sec (including
10568 syntaxification) the first time (when buffer has few
10569 properties), 7.1 sec the second time.
10570 (cperl-indent-region): Do not indent whitespace lines
10571 (cperl-style-alist)
10572 Include `cperl-merge-trailing-else' where the value is clear.
10573 (cperl-styles-entries): Likewise.
10574 (cperl-problems): Improvements to docs.
10575 (cperl-tips): Likewise.
10576 (cperl-non-problems): Likewise.
10577 (cperl-mode): Make lazy syntaxification possible.
10578 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10579 `font-lock-unfontify-region-function' was set to a wrong function.
10580
10581 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10582 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10583 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10584 but 1<<6 was considered as HERE-doc.
10585 <file/glob> made into a string.
10586 Postpone addition of faces after syntactic step.
10587 Recognition of <FH> was wrong.
10588 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10589 Knows that split// is null-RE.
10590 Highlights separators in 3-parts expressions as labels.
10591 <> was considered as a glob.
10592 Would err if the last line is `=head1'.
10593 $a-1 ? foo : bar; was a considered a regexp.
10594 `<< (' was considered a start of HERE-doc.
10595 mark qq[]-etc sections as syntax-type=string
10596 Was not processing sub protos after a comment ine.
10597 Was treating $a++ <= 5 as a glob.
10598 Tolerate unfinished REx at end-of-buffer.
10599 `unwind-protect' was left commented.
10600 / and ? after : start a REx.
10601
10602 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10603 Better default, customizes to `message' too, off in text-mode.
10604
10605 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10606 `defface'd.
10607 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10608 `defface'd.
10609 (cperl-emacs-can-parse): New state variable.
10610 (cperl-indent-line): Corrected to use global state.
10611 (cperl-calculate-indent): Likewise.
10612 (cperl-fix-line-spacing): Likewise (not used yet).
10613 (cperl-calculate-indent): Did not consider `,' as
10614 continuation mark for statements.
10615 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10616 Remove another parse-data optimization at toplevel: would
10617 indent correctly.
10618 Correct for labels when calculating indentation of continuations.
10619 Docstring updated.
10620 (cperl-choose-color): Converted to a function (to be
10621 compilable in text-mode).
10622 (cperl-dark-background): Disable without window-system.
10623 Do `defface' only if window-system.
10624 (cperl-fix-line-spacing): Sped up to bail out early.
10625 (x-color-defined-p): Was not compiling on XEmacs
10626 Was defmacro'ed with a tick. Remove another def.
10627 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10628 (cperl-unwind-to-safe): New function.
10629 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10630 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10631 long strings (not very successful).
10632 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10633 Highlight the starting // in s//foo/ as function-name.
10634 Emit a meaningful error instead of a cryptic one for an
10635 uncomplete REx near end-of-buffer.
10636
10637 (cperl-electric-keyword): `qr' recognized.
10638 (cperl-electric-else): Likewise
10639 (cperl-to-comment-or-eol): Likewise
10640 (cperl-make-regexp-x): Likewise
10641 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10642 Corrected to use new macros;
10643 `if' for copying `reference-face' to `constant-face' was backward.
10644 remove init `font-lock-other-emphasized-face',
10645 `font-lock-emphasized-face', `font-lock-keyword-face'.
10646 Interpolate `cperl-invalid-face'.
10647 (cperl-make-regexp-x): Misprint in a message.
10648 (cperl-syntaxify-unwind): New configuration variable
10649 (cperl-fontify-m-as-s): New configuration variable
10650 (cperl-electric-pod): Check for after-expr was performed
10651 inside of POD too.
10652 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10653 (cperl-clobber-mode-lists): New configuration variable.
10654 (cperl-not-bad-style-regexp): Updated.
10655 Init: `cperl-is-face' was busted.
10656 (cperl-make-face): New macros.
10657 (cperl-force-face): New macros.
10658 (font-lock-other-type-face): Done via `defface' too.
10659 (cperl-nonoverridable-face): New face. Renamed from
10660 `font-lock-other-type-face'.
10661 (cperl-init-faces-weak): Use `cperl-force-face'.
10662 (cperl-comment-indent): Commenting __END__ was not working.
10663 (cperl-indent-for-comment): Likewise.
10664 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10665 When removing old TAGS info was not relativizing filename.
10666 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10667 Another try to work around XEmacs problems. Better progress messages.
10668 (toplevel): Require custom unprotected => failure on 19.28.
10669 (cperl-xemacs-p): Defined when compile too
10670 (cperl-find-tags): Was writing line/pos in a wrong order,
10671 pos off by 1 and not at beg-of-line.
10672 (cperl-etags-snarf-tag): New macro
10673 (cperl-etags-goto-tag-location): New macro
10674 (cperl-version): New variable. New menu entry
10675 random docstrings: References to "future" 20.3 removed.
10676 Menu was described as `CPerl' instead of `Perl'
10677 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10678 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10679 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10680 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10681 `font-lock-reference-face', `font-lock-keyword-face'.
10682 Use `eval-after-load'.
10683 Remove not-CPerl-related faces.
10684 (cperl-tips-faces): New variable and an entry into Mini-docs.
10685 (cperl-indent-exp): Was not processing else-blocks.
10686 (cperl-get-state): NOP line removed.
10687 (cperl-ps-print): New function and menu entry.
10688 (cperl-ps-print-face-properties): New configuration variable.
10689 (cperl-invalid-face): New configuration variable.
10690 (perl-font-lock-keywords): Highlight trailing whitespace
10691 (cperl-contract-levels): Documentation corrected.
10692 (cperl-contract-level): Likewise.
10693 (cperl-ps-extend-face-list): New macro.
10694 (cperl-invalid-face): Change to ''underline.
10695
10696 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10697
10698 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10699 for read-file-name.
10700 (rmail-output-to-rmail-file): Likewise.
10701
10702 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10703
10704 * emacs-lisp/easymenu.el (easy-menu-get-map):
10705 If MENU is nil, use global menu-bar map.
10706 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10707 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10708
10709 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10710
10711 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10712
10713 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10714
10715 * ps-print.el (ps-print-version): New version number (4.1.3).
10716
10717 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10718
10719 * international/mule-cmds.el: Use make-sparse-keymap instead of
10720 define-prefix-key when defining MULE menu items.
10721
10722 * info.el (Info-node-at-bob-matching): New function.
10723 (Info-find-node, Info-build-node-completions): Call it.
10724
10725 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10726
10727 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10728 when this is an autoloaded keymap.
10729
10730 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10731
10732 * international/codepage.el (cp-coding-system-for-codepage-1):
10733 Create separate encoders and decoders, for DOS and Unix. Make the
10734 usual family of 3 coding systems, so that automatic detection of
10735 EOL type works.
10736 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10737 Unix-specific symbols here, and don't call
10738 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10739 Handa <handa@etl.go.jp>.)
10740
10741 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10742
10743 * term/internal.el (IT-character-translations): New variable, an
10744 alist used to display characters for which there's no glyphs in
10745 the current codepage.
10746 (IT-display-table-setup): New function, sets up the DOS terminal
10747 for a given codepage.
10748 (dos-codepage-setup): New function, sets up the MULE environment
10749 for the current value of dos-codepage.
10750 (top-level if): In the multibyte mode, turn on
10751 unibyte-display-via-language-environment. In the unibyte mode,
10752 set up the special syntax tables to map lower- to upper case and
10753 back.
10754
10755 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10756
10757 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10758 (speedbar-frame-plist) Remove useless comments.
10759 (speedbar-frame-mode) Do not specify height if it is in the param list.
10760 Use default y position w/out changing it.
10761 If default x position is a list, keep, calculate the non-list X
10762 value when devining an initial position.
10763 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10764 (speedbar-tag-group-name-minimum-length): New variable.
10765 (speedbar-frame-parameter): New compatibility function.
10766 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10767 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10768 groups to keep things in the right order, and to help with some
10769 naming conventions.
10770 (speedbar-create-tag-hierarchy): Enable buffer local version of
10771 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10772 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
10773 the case, derive it from the cursor location in speedbar.
10774
10775 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
10776
10777 * international/mule-cmds.el (set-language-environment): On MS-DOS
10778 terminals, install DOS-specific nonascii-translation-table if the
10779 language info doesn't specify one. Pass the default eol-type to
10780 set-language-environment-coding-systems.
10781 (set-default-coding-systems): Copy the eol-type property for the
10782 new default values of {buffer-file,process}-coding-system from the
10783 old defaults.
10784 (set-language-environment-coding-systems): Accept an optional
10785 argument EOL-TYPE, and set the eol-type property of the default
10786 coding systems accordingly.
10787 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10788 (set-keyboard-coding-system): Likewise.
10789 (set-default-coding-systems): Don't set
10790 default-terminal-coding-system on MS-DOS to anything but nil.
10791 (prefer-coding-system): Describe in the doc string that
10792 default-terminal-coding-system is not changed on MS-DOS.
10793 (set-language-environment): For MS-DOS, set standard syntax table
10794 and display table for all characters with code above 127.
10795 (standard-display-european-internal): For MS-DOS, pass all
10796 characters with code above 127 directly to the terminal, and don't
10797 remap characters 160 and 146 in the unibyte case.
10798
10799 * international/codepage.el: New file.
10800
10801 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10802
10803 * diary-lib.el (diary-float): Fix end-of-year error and typos in
10804 comments.
10805
10806 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
10807
10808 * map-ynp.el (map-y-or-n-p): Ignore input methods.
10809
10810 * subr.el (read-passwd): Likewise.
10811
10812 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
10813
10814 * info.el (Info-find-node): Add 1 to the position read from the
10815 tag table. Don't fail if the node delimiter ^_ is the first
10816 character in the file.
10817 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10818 first character in the file.
10819 (Info-read-subfile): Likewise.
10820 (Info-select-node): Likewise.
10821 (Info-build-node-completions): Likewise.
10822
10823 1998-12-16 Richard Stallman <rms@gnu.org>
10824
10825 * term/x-win.el (x-cut-buffer-or-selection-value):
10826 If clipboard is enabled, try it before PRIMARY selection.
10827
10828 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10829
10830 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10831 insert c-cedilla and C-cedilla respectively, like in latin-1.
10832
10833 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
10834
10835 * language/hebrew.el: Don't use sublists in the flags argument
10836 passed to make-coding-system.
10837
10838 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10839
10840 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10841 list of character sets found by find-charset-region.
10842
10843 * ps-mule.el: Always require ps-print. Move some function
10844 definitions for Emacs 20.2 and the earlier to ps-print.el.
10845 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10846
10847 * ps-print.el: Define several functions for Emacs 20.2 and the
10848 earlier version.
10849 (ps-printer-name): Check if printer-name is bound.
10850
10851 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10852
10853 * ps-mule.el: Programming uniformization and little code improvement.
10854 (ps-mule-prepare-font): Programming uniformization.
10855 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10856 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10857
10858 * ps-bdf.el: Programming uniformization and little code improvement.
10859 (bdf-search-and-read): New fun.
10860 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10861 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10862 (bdf-info-relative-compose, bdf-info-baseline-offset)
10863 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10864 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10865 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10866 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10867 improvement.
10868
10869 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10870
10871 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10872 and mule related code extraction. Autoload ps-mule funs.
10873
10874 * ps-mule.el: Doc fix. Require ps-print only when compiled.
10875 (ps-mule-prologue-generated): New fun.
10876 (ps-mule-plot-string): Add autoload cookie.
10877 (ps-mule-begin-job): Call ps-mule-prologue-generated.
10878
10879 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10880
10881 * ps-bdf.el: Require ps-mule instead of ps-print.
10882 (bdf-directory-list): Add autoload cookie.
10883
10884 * ps-mule.el: New file. Mule related code extracted from
10885 ps-print.el. Require ps-print, provide ps-mule.
10886 (ps-multibyte-buffer): Add autoload cookie.
10887 (ps-mule-prepare-ascii-font): New fun.
10888 (ps-mule-set-ascii-font): New fun.
10889 (ps-mule-skip-same-charset): Fun deleted.
10890 (ps-mule-plot-string): Set ps-mule-current-charset.
10891 (ps-mule-initialize): Add autload cookie. Don't set
10892 ps-mule-font-info-database here.
10893 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
10894 ps-mule-font-info-database and ps-control-or-escape-regexp.
10895 (ps-mule-begin-page): New fun.
10896
10897 * ps-print.el: Mule related code moved to ps-mule.el.
10898 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
10899 check ps-mule-charset-list.
10900 (ps-begin-page): Don't set ps-mule-current-charset, instead call
10901 ps-mule-begin-page.
10902 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
10903 (ps-plot-region): Don't set ps-mule-current-charset, instead call
10904 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
10905 instead skip same charsets by itself.
10906 (ps-generate): Call ps-mule-initialize of needs-begin-file is
10907 non-nil. Call ps-mule-begin-job.
10908
10909 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10910
10911 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
10912 instead of bdf.
10913
10914 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
10915 (ps-mule-external-libraries): New element FEATURE.
10916 (ps-mule-init-external-library): Ajusted for the above change.
10917 (ps-mule-generate-font): Likewise.
10918 (ps-mule-generate-glyphs): Likewise.
10919 (ps-mule-prepare-font): Likewise.
10920 (ps-mule-initialize): Likewise.
10921 (ps-begin-file): Superfluous tailing parenthesis deleted.
10922
10923 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10924
10925 * international/fontset.el (x-decompose-font-name): If PATTERN
10926 doesn't have any wild cards, return a vector made from a name that
10927 is found by x-resolve-font-name found. Comments added.
10928
10929 * international/mule-cmds.el (find-coding-systems-for-charsets):
10930 Handle the case of unknown charset.
10931 (find-multibyte-characters): If invalid multibyte characters are
10932 found, return the corresponding strings instead of character
10933 codes.
10934 (find-multibyte-characters): Adjusted for the above change.
10935 (select-safe-coding-system): For a unibyte buffer, always returns
10936 DEFAULT-CODING-SYSTEM.
10937 (get-charset-property): Fix previous change. Make it a function.
10938 (put-charset-property): Make it a function.
10939
10940 * international/mule.el (make-coding-system): Set mime-charset
10941 property of *-with-esc coding system to nil.
10942
10943 * international/quail.el (quail-point-in-conversion-region): New
10944 function.
10945 (quail-conversion-backward-delete-char): When a key sequence is
10946 being translated, call quail-delete-last-char.
10947
10948 * language/devan-util.el
10949 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
10950 handle devanagari-decomposition-rules.
10951
10952 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
10953
10954 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
10955 tex-start-options-string to empty string.
10956 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
10957
10958 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
10959
10960 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
10961 5xx responses are already handled properly).
10962
10963 1998-12-13 Richard Stallman <rms@gnu.org>
10964
10965 * progmodes/compile.el (compilation-error-regexp-alist): Insist
10966 on a non-digit in the file name.
10967
10968 * simple.el (comment-region): Handle comment-padding
10969 separately for insertion and for deletion, in the right way for each.
10970
10971 1998-12-13 Felix Lee <flee@cygnus.com>
10972
10973 * progmodes/compile.el (compilation-error-regexp-alist): Fix
10974 regexp to match "ChangeLog:1:1998-12-09 ..."
10975
10976 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
10977
10978 * cus-start.el (dos-unsupported-char-glyph): Add.
10979
10980 1998-12-11 Dave Love <fx@gnu.org>
10981
10982 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
10983 forward-sexp in condition-case.
10984
10985 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10986 Remove unnecessary test on `library' for explicit file name.
10987 Widen scope of save-match-data.
10988
10989 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
10990
10991 * international/mule.el (load-with-code-conversion): If the loaded
10992 file was inserted with no-conversion or raw-text coding system,
10993 make the buffer unibyte.
10994
10995 1998-12-09 Richard Stallman <rms@gnu.org>
10996
10997 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10998 Get rid of nested loops.
10999
11000 * mouse.el (mouse-drag-vertical-line):
11001 If WHICH-SIDE is not `right', then scroll bars are on the left.
11002
11003 * loadhist.el (load-history-loaded): defvar moved to help.el.
11004
11005 * help.el (symbol-file-load-history-loaded): Variable renamed,
11006 and defvar moved from loadhist.el.
11007 (symbol-file): Renamed from describe-function-find-file.
11008 Load fns-VERSION.el here.
11009 (describe-variable, describe-function-1): Use symbol-file.
11010
11011 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11012 Don't start the name with #.
11013
11014 * ispell.el: Take out the eval-when's.
11015
11016 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11017
11018 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11019 (dirtrack): Run it. Make debug message more verbose.
11020
11021 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11022
11023 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11024 name of the abbrev table, and provide support for XEmacs.
11025 (octave-xemacs-p): New variable.
11026
11027 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11028
11029 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11030 exit, when mail-interactive is nil.
11031
11032 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11033
11034 * files.el (after-find-file): Message fix.
11035
11036 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11037
11038 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11039
11040 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11041
11042 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11043 filenames using backslashes.
11044
11045 1998-12-09 Dave Love <fx@gnu.org>
11046
11047 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11048 with correct number of args.
11049 (browse-url-maybe-new-window): New arg. Callers changed.
11050
11051 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11052 comment.
11053
11054 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11055
11056 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11057
11058 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11059
11060 * vc.el (vc-rcs-release): Fix Type.
11061 (vc-sccs-release): Fix Type.
11062 (vc-cvs-release): Fix Type.
11063
11064 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11065 arg work right.
11066
11067 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11068 output of last undeleted message.
11069
11070 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11071
11072 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11073 (buffer-undo-list) [windows-nt]: Use different relative path.
11074
11075 1998-12-07 Simon Marshall <simon@gnu.org>
11076
11077 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11078
11079 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11080
11081 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11082
11083 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11084
11085 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11086
11087 * info.el (Info-menu): Don't return error if point is between menu
11088 header and first menu item.
11089
11090 1998-12-04 Dave Love <fx@gnu.org>
11091
11092 * help.el (describe-function-1): Fix description for alias.
11093
11094 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11095
11096 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11097 specifications from summary line.
11098
11099 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11100 (close-rectangle): Define alias only once in loaddefs.el.
11101
11102 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11103
11104 * term/internal.el: Remove code which sets up a special syntax
11105 table for non-ASCII characters.
11106
11107 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11108
11109 * dos-w32.el (direct-print-region-function): Try to ensure that
11110 printer-name is expanded to a file name on a local drive;
11111 sometimes printing a file loaded from a network volume fails.
11112 (direct-print-region-function): Add a function to
11113 write-region-annotate-functions to append a formfeed character to
11114 the region being printed, if the region doesn't end with a
11115 formfeed already. This avoids creating a second print job
11116 containing a blank page when print spooling is enabled on Windows.
11117
11118 1998-12-02 Dave Love <fx@gnu.org>
11119
11120 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11121 `Info-goto-node'.
11122
11123 1998-12-02 Richard Stallman <rms@gnu.org>
11124
11125 * help.el (temp-buffer-resize-mode): Doc fix.
11126
11127 * cus-edit.el (custom-save-delete): Save point before
11128 reading a sexp, rather than backing up.
11129
11130 * international/iso-transl.el: Fix previous change.
11131
11132 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11133
11134 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11135 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11136 Added defvars to suppress compilation warnings.
11137
11138 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11139
11140 * ispell.el: Improved and fixed customize for variables:
11141 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11142 ispell-dictionary-alist, ispell-skip-sgml.
11143 Improved and fixed comments in variables and messages for
11144 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11145 ispell-menu-map, ispell-checking-message, ispell-parser,
11146 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11147 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11148 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11149 ispell-message-text-end, ispell-add-per-file-word-list.
11150 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11151 system is now required for all languages. Casechars improved for
11152 castellano, castellano8, and norsk dictionaries. Dictionary
11153 norsk7-tex added. Dictionary polish added.
11154 (ispell-dictionary-alist): Redefined at load-time to support
11155 dictionary changes.
11156 (ispell-menu-map): Redefined at load-time to support menu changes.
11157 (ispell-check-version): New alias for `check-ispell-version'.
11158 (ispell-parse-output): Fixed matching for ispell error messages.
11159 Correctly returns spelling suggestions in order generated by ispell
11160 process.
11161 (check-ispell-version): Ensure `case-fold-search' doesn't get
11162 redefined.
11163 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11164 redefined. Fix bug that didn't respect case of word being completed.
11165 (ispell-init-process): Set process coding system to be compatible
11166 with emacs processes and the ispell process.
11167 (ispell-kill-ispell): Ensures ispell process has terminated before
11168 starting new process. This can otherwise confuse process filters
11169 and hang the ispell process.
11170 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11171 skipping support for sgml.
11172 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11173 which could cause `ispell-complete-word' to hang.
11174 (ispell-message): Improved message reference matching. Ensure
11175 `case-fold-search' doesn't get redefined.
11176 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11177 get redefined. Fixed bug in returning to nroff mode from tex mode.
11178 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11179 get redefined.
11180
11181 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11182
11183 * textmodes/flyspell.el (flyspell-check-word-p):
11184 Don't delay inside a kbd macro.
11185
11186 * subr.el (make-local-hook): Return the hook variable.
11187
11188 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11189
11190 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11191 Use a timer instead of post-command-hook.
11192 (hscroll-timer): New variable.
11193
11194 1998-11-30 Dave Love <fx@gnu.org>
11195
11196 * help.el (help-xref-button): Do nothing if text already has the
11197 help-xref property.
11198 (describe-variable): Revert previous change to hyperlink to source.
11199
11200 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11201
11202 * bindings.el (features): Add `base64' to this list.
11203
11204 * loadhist.el (symbol-file): Doc fix.
11205
11206 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11207
11208 * files.el (hack-one-local-variable): Cope with non-file buffers.
11209
11210 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11211
11212 * help.el (describe-mode): Put major mode first.
11213
11214 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11215 to support special-display and same-window features.
11216
11217 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11218
11219 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11220 bound in one function and used in the other.
11221 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11222 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11223
11224 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11225
11226 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11227
11228 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11229
11230 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11231 Give format correct control string.
11232
11233 * international/mule.el (define-translation-table): Fix bug of
11234 setting incorrect translation-table-id. If the first element of
11235 ARGS is a translation table, just register it.
11236
11237 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11238 property.
11239
11240 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11241
11242 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11243 syntax table to determine what is whitespace.
11244
11245 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11246
11247 * frame.el (frame-parameter): Doc fix.
11248
11249 * textmodes/tex-mode.el (tex-feed-input): New function.
11250 (tex-define-common-keys): Add binding for C-c C-m.
11251
11252 1998-11-23 Dave Love <fx@gnu.org>
11253
11254 * progmodes/fortran.el: Various minor doc fixes.
11255 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11256 (fortran-with-subprogram-narrowing): New macro.
11257 (fortran-check-for-matching-do): Use it.
11258 (fortran-end-do): Use fortran-check-end-prog-re.
11259 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11260 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11261
11262 1998-11-23 Simon Marshall <simon@gnu.org>
11263
11264 * font-lock.el (font-lock-defaults): Doc fix.
11265 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11266 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11267
11268 * lazy-lock.el (lazy-lock-unstall):
11269 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11270
11271 * fast-lock.el (fast-lock-save-cache-1):
11272 (fast-lock-cache-data): Rewritten to use with-temp-message.
11273
11274 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11275
11276 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11277 messages that have been added with DOS line endings and convert
11278 the line endings for such messages.
11279
11280 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11281
11282 * help.el: Add resizing of temporary buffers.
11283 (temp-buffer-resize-mode): New command and variable.
11284 (temp-buffer-max-height): New variable.
11285 (resize-temp-buffer-window): New function.
11286
11287 * window.el (window-buffer-height): New function, split from
11288 shrink-window-if-larger-than-buffer.
11289 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11290
11291 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11292
11293 * frame.el (initial-frame-alist): Add defcustom.
11294
11295 * shell.el (shell-prompt-pattern): Add defcustom.
11296
11297 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11298
11299 * message.el (message-ignored-supersedes-headers): Remove
11300 NNTP-Posting-Date.
11301
11302 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11303
11304 * help.el (describe-mode): Don't avoid loop indirecting thru
11305 value of INDICATOR.
11306
11307 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11308
11309 * help.el (describe-variable): Allow any variable with a defcustom,
11310 even if it is not a user variable.
11311
11312 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11313
11314 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11315
11316 * gnus/nntp.el (nntp-request-group): Allow for failures when
11317 requesting a new group.
11318
11319 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11320
11321 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11322
11323 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11324
11325 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11326
11327 1998-11-19 Simon Marshall <simon@gnu.org>
11328
11329 * subr.el (with-temp-message): New macro.
11330
11331 * emacs-lisp/lisp-mode.el (with-temp-message):
11332 Add lisp-indent-function property.
11333
11334 1998-11-18 Dave Love <fx@gnu.org>
11335
11336 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11337
11338 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11339
11340 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11341 This is not obsolete.
11342
11343 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11344
11345 * textmodes/picture.el: Make a new map by make-keymap.
11346 (picture-desired-column): New variable.
11347 (picture-update-desired-column): New function.
11348 (picture-beginning-of-line): Set picture-desired-column to 0.
11349 (picture-end-of-line): Set picture-desired-column to the current
11350 column.
11351 (picture-forward-column): Pay attention to multi-column character.
11352 (picture-backward-column): Likewise.
11353 (picture-move-down): Likewise.
11354 (picture-move-up): Likewise.
11355 (picture-movement-nw): With prefix arg, move twice columns.
11356 (picture-movement-ne): Likewise.
11357 (picture-movement-sw): Likewise.
11358 (picture-movement-se): Likewise.
11359 (picture-set-motion): Handle two-column movements.
11360 (picture-move): Call picture-move-down or picture-forward-column
11361 only when necessary.
11362 (picture-insert): Pay attention to picture-desired-column.
11363 (picture-self-insert): Likewise.
11364 (picture-clear-column): Pay attention to multi-column character.
11365 (picture-mode): Modify doc-string for two-column movement.
11366
11367 * rect.el (move-to-column-force): New function.
11368 (operate-on-rectangle): If coerce-tabs is non-nil, call
11369 move-to-column-force instead of move-to-column.
11370 (insert-rectangle): Call move-to-column-force instead of
11371 move-to-column.
11372 (open-rectangle-line): If begextra is not zero, call
11373 move-to-column-force.
11374
11375
11376 1998-11-16 Dave Love <fx@gnu.org>
11377
11378 * textmodes/sgml-mode.el Require skeleton when compiling.
11379 (sgml-font-lock-keywords-1): Accept single-letter tags.
11380 (v2): Defvar free variable.
11381
11382 1998-11-16 Sam Steingold <sds@goems.com>
11383
11384 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11385 macro, not ELisp one.
11386
11387 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11388
11389 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11390 characters to symbol.
11391
11392 * language/japan-util.el (japanese-zenkaku-region): New optional
11393 arg KATAKANA-ONLY.
11394
11395 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11396
11397 * international/mule.el
11398 (after-insert-file-set-buffer-file-coding-system): If the buffer
11399 is changed to unibyte, return inserted bytes.
11400
11401 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11402 and link names if necessary.
11403 (tar-header-block-summarize): Handle the case that file or link
11404 names are multibyte.
11405 (tar-summarize-buffer): At first set the current buffer unibyte,
11406 then if there are multibyte file names, change it to multibyte.
11407 (tar-mode): Get char position from tar-header-offset.
11408 (tar-extract): Avoid multibyte<->unibyte conversion in
11409 insert-buffer-subsring by setting both buffers unibyte
11410 temporarily.
11411 (tar-copy): Set the buffer unibyte while doing a work. Write
11412 without code conversion.
11413 (tar-expunge): Set the buffer unibyte while doing a work.
11414 (tar-alter-one-field): Likewise.
11415 (tar-clear-modification-flags): Compare byte position with
11416 tar-header-offset.
11417 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11418 insert-buffer-subsring by setting both buffers unibyte
11419 temporarily. Pay attention to multibyteness while updating the
11420 descriptor-line.
11421 (tar-mode-write-file): Write without code conversion.
11422
11423 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11424
11425 * nngateway.el: Require cl.
11426
11427 1998-11-15 Dave Love <fx@gnu.org>
11428
11429 * progmodes/fortran.el: Fix previous change:
11430 (fortran-end-prog-re1): Changed.
11431 (fortran-check-end-prog-re): New function.
11432 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11433
11434 1998-11-13 Tom Breton <tob@world.std.com>
11435
11436 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11437 GNU Emacs.
11438
11439 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11440
11441 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11442 fixed.
11443 (reftex-toc-toggle-file-boundary,
11444 reftex-toc-toggle-labels,
11445 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11446 (reftex-toc-include-labels, reftex-toc-include-context,
11447 reftex-toc-include-file-boundaries,
11448 reftex-toc-keep-other-windows): New options.
11449 (reftex-use-text-after-label-as-context): Option removed.
11450 (reftex-extract-bib-entries): Protect use in non-latex
11451 buffers.
11452 (reftex-toc-visit-location): Renamed from
11453 `reftex-toc-visit-line'.
11454 (reftex-latin1-to-ascii): Works now with and without Mule.
11455 (reftex-truncate): Removed special stuff for Emacs 20.2.
11456 (reftex-get-offset): Made more general.
11457 (reftex-show-label-location): Renamed from
11458 `reftex-select-label-callback'.
11459 (reftex-pop-to-label): Function removed (using
11460 `reftex-show-label-location' instead.
11461 (reftex-insert-docstruct): Renamed from
11462 `reftex-make-and-insert-label-list'. Function args changed.
11463 (reftex-toc): Now uses `reftex-insert-docstruct' and
11464 `reftex-find-start-point'.
11465 (reftex-select-item): Use `reftex-find-start-point'.
11466 (reftex-toc-visit-line): Can display labels and file
11467 boundaries.
11468 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11469
11470 1998-11-12 Sam Steingold <sds@goems.com>
11471
11472 * browse-url.el (browse-url): Handle the case when
11473 `browse-url-browser-function' is a lambda list.
11474
11475 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11476
11477 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11478 version string.
11479 * loadhist.el (symbol-file): Likewise
11480
11481 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11482
11483 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11484
11485 1998-11-11 Sam Steingold <sds@goems.com>
11486
11487 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11488 `run-lisp' instead of signalling an error.
11489
11490 1998-11-11 Karl Heuer <kwzh@gnu.org>
11491
11492 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11493
11494 1998-11-11 Richard Stallman <rms@gnu.org>
11495
11496 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11497
11498 1998-11-11 Per Starback <starback@update.uu.se>
11499
11500 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11501 renamed svenska8 to svenska, and fixed and extended CASECHARS
11502 for it.
11503
11504 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11505
11506 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11507 handling if setpagedevice is not available.
11508 (ps-begin-file): Fix typo.
11509
11510 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11511
11512 * international/mule-util.el (compose-chars-component): Signal
11513 error if CH is a rule-based composition character.
11514 (compose-chars): Signal error if an already compsed character is
11515 going to be composed by rule-base.
11516
11517 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11518 full XLFD, don't try to get information of WEIGHT and SLANT from
11519 that font name.
11520
11521 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11522
11523 * dos-w32.el (set-default-process-coding-system): Use function on
11524 before-init-hook to set default-process-coding-system based on
11525 enable-multibyte-characters.
11526
11527 * term/w32-win.el ([language-change]): For now ignore
11528 keyboard language-change events.
11529
11530 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11531
11532 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11533 convert-standard-file-name, but leave the results of
11534 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11535 characters if the original name already exists, or has a special
11536 handler.
11537
11538 1998-11-10 Karl Heuer <kwzh@gnu.org>
11539
11540 * international/iso-insert.el: Delete autoload cookies.
11541
11542 * international/iso-transl.el: Add autoload cookies.
11543
11544 1998-11-10 Richard Stallman <rms@gnu.org>
11545
11546 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11547 (ispell-process-line): Don't treat multibyte
11548
11549 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11550
11551 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11552 setpagedevice to specify the page size if setpagedevice is
11553 available. This is necessary to select the correct paper tray on
11554 Level 2 printers with multiple paper sizes available.
11555
11556 (ps-begin-file): Cope with font names that contain spaces, and
11557 call BeginDoc in a BeginSetup/EndSetup block.
11558
11559 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11560
11561 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11562 convert-standard-filename.
11563
11564 * loadhist.el (symbol-file): Run fns-VERSION.el through
11565 convert-standard-filename.
11566
11567 1998-11-06 Richard Stallman <rms@gnu.org>
11568
11569 * textmodes/texinfmt.el (texinfo-format-scan):
11570 Detect the case of two @-commands in a row; process just the first.
11571 (texinfo-append-refill): If line has a @c, insert the @refill
11572 before it.
11573 (texinfo-format-refill): Return with point where the @refill was.
11574
11575 * files.el (hack-local-variables): Test local-enable-local-variables.
11576 (hack-local-variables-prop-line): Likewise.
11577 (set-auto-mode): Don't test local-enable-local-variables here.
11578 (enable-local-variables): Doc fix.
11579 (local-enable-local-variables): Doc fix.
11580 (normal-mode): Doc fix.
11581
11582 1998-11-06 Karl Heuer <kwzh@gnu.org>
11583
11584 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11585
11586 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11587
11588 * simple.el (line-number-mode): Doc fix.
11589
11590 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11591
11592 * international/fontset.el (create-fontset-from-fontset-spec):
11593 Give correct arg to `error'.
11594
11595 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11596
11597 * textmodes/sgml-mode.el (html-mode): Doc fix.
11598 (sgml-name-8bit-mode): Fix missing format character in message string.
11599
11600 1998-11-05 Karl Heuer <kwzh@gnu.org>
11601
11602 * mail/sendmail.el (sendmail-send-it): Check for failure.
11603
11604 1998-11-05 Richard Stallman <rms@gnu.org>
11605
11606 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11607
11608 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11609 (close-rectangle): Define as alias.
11610
11611 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11612
11613 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11614
11615 1998-11-05 Dave Love <fx@gnu.org>
11616
11617 * help.el (describe-variable): Don't quote link to source.
11618
11619 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11620
11621 * gud.el (gud-common-init): Use pop-to-buffer.
11622 (same-window-regexps): Add an element that matches all gud buffers.
11623
11624 1998-11-04 Jason Rumney <jasonr@altavista.net>
11625
11626 * term/w32-win.el (x-get-selection-value): Alias to
11627 x-cut-buffer-or-selection-value.
11628 (w32-standard-fontset-spec): New variable.
11629 (w32-create-initial-fontsets, mouse-set-font): Check whether
11630 new-fontset is available.
11631 (w32-use-w32-font-dialog): Enable use of set-variable.
11632
11633 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11634
11635 * vc.el (with-vc-file, edit-vc-file): New macros.
11636
11637 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11638
11639 * international/quail.el (quail-show-guidance-buf): Call
11640 set-minibuffer-window to set minibuffer window of the current
11641 frame correctly.
11642
11643 1998-11-03 Theodore Jump <tjump@tertius.com>
11644
11645 * term/w32-win.el: Require fontset.
11646
11647 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11648
11649 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11650 (set-face-font-auto): Ditto.
11651
11652 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11653
11654 * mouse.el (mouse-drag-region): Fix typo.
11655
11656 1998-11-02 Dave Love <fx@gnu.org>
11657
11658 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11659 (fortran-fontify-string): New function.
11660 (fortran-font-lock-keywords-1): Use it.
11661
11662 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11663
11664 * comint.el (comint-file-name-quote-list): Doc fix.
11665
11666 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11667
11668 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11669 build directory, not source directory.
11670
11671 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11672 if we did not get one for the final move.
11673
11674 1998-11-01 Dave Love <fx@gnu.org>
11675
11676 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11677 Don't funcall browse-url-browser-function.
11678
11679 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11680 Don't funcall browse-url-browser-function.
11681
11682 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11683
11684 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11685
11686 * files.el (revert-buffer): Doc fix.
11687
11688 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11689
11690 * textmodes/tex-mode.el (tex-start-options-string):
11691 Quote the backslashes with more backslashes.
11692
11693 1998-10-31 Dave Love <fx@gnu.org>
11694
11695 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11696 (webjump): Don't funcall browse-url-browser-function.
11697
11698 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11699
11700 * international/quail.el (quail-start-translation): Handle
11701 switching of the frame in read-key-sequence.
11702 (quail-start-conversion): Likewise.
11703 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11704 windows before setting an appropriate window for it.
11705 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11706 quail-guidance-win to nil.
11707 (quail-update-guidance): If quail-guidance-buf is not in the
11708 selected frame, call quail-show-guidance-buf again.
11709
11710 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11711
11712 * progmodes/pascal.el (pascal-mode):
11713 `blink-matching-paren-dont-ignore-comments' set to t.
11714
11715 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11716
11717 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11718
11719 1998-10-30 Dave Love <fx@gnu.org>
11720
11721 * vc.el (vc-backend-merge-news): Check for "P" output.
11722
11723 * help.el (describe-variable): Hyperlink the definition.
11724
11725 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11726
11727 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11728 (sh-set-shell): Likewise.
11729
11730 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11731
11732 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11733 (edebug-on-error): Fix customize type to match that of
11734 debug-on-error.
11735
11736 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11737
11738 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11739 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11740
11741 * international/mule-cmds.el (select-message-coding-system): Doc
11742 fix.
11743
11744 * international/mule-diag.el (describe-coding-system): Describe
11745 all flags.
11746
11747 * mail/sendmail.el (sendmail-coding-system,
11748 default-sendmail-coding-system): Doc fix.
11749
11750 * simple.el (shell-command-on-region): Doc fix.
11751
11752 * loadup.el: Write fns-*.el in current directory instead of
11753 data-directory since no installation directory exists yet. Mark
11754 buffer unmodified afterwards.
11755
11756 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11757 instead of data-directory since it is architecture dependent.
11758 (load-history-loaded): Update doc string.
11759
11760 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11761
11762 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11763 path as a default directory when canonicalizing names.
11764
11765 * w32-fns.el: Remove a dangling reference to a directory on the
11766 build machine.
11767
11768 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11769
11770 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11771 namespace related keywords such as `class', `body', `private',
11772 `variable', `namespace eval', etc.
11773 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11774 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11775 imenu and font-lock so that searches for \sw would find words
11776 containing colons.
11777
11778 * progmodes/etags.el (initialize-new-tags-table):
11779 Do not alter find-tag-marker-ring and tags-location-ring.
11780
11781 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
11782
11783 * term/w32-win.el: Require fontset.
11784 (w32-init-fontsets): New function (code from x-win.el).
11785
11786 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11787
11788 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11789 calendar-and-diary-frame-parameters): Add title parameter.
11790
11791 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11792
11793 * completion.el (dynamic-completion-mode): New function to enable
11794 the mode. (Just loading the file now does not change anything.)
11795
11796 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11797
11798 * ps-print.el: User option for multibyte buffer handling and doc fix.
11799 (ps-multibyte-buffer): New user option.
11800 (ps-setup): Print new user option.
11801 (ps-print-quote): New fun.
11802 (ps-color-p, ps-mule-font-info-database-latin): New var.
11803 (ps-default-color, ps-mule-font-info-database)
11804 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11805 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11806 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11807 Little code improvement.
11808 (ps-mule-initialize): Initialize ps-mule-font-info-database.
11809 (ps-print-prologue-header, ps-font-family, ps-font-size)
11810 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11811 (ps-build-face-reference, ps-mule-font-info-database-bdf)
11812 (ps-mule-external-libraries, ps-mule-init-external-library)
11813 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11814 Doc fix.
11815 (ps-print-version): New version number (4.1.1) and doc fix.
11816 (ps-print-prologue-header): New user option.
11817 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11818 Conditional compilation for GNU Emacs and emacsens.
11819 (ps-generate-postscript-with-faces): Skip invisible text better.
11820 (ps-setup): Print new user option.
11821 (ps-print-preprint): Check if input file name exists and is unwritable.
11822 (ps-begin-file): Adjust PostScript prologue header for duplex printers
11823 and insert user PostScript prologue header comments.
11824 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11825 New funs.
11826 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11827 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11828 PostScript programming normalization.
11829 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11830 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11831 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11832 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11833 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11834 Programming style normalization.
11835
11836 1998-10-26 Kenichi Handa <handa@etl.go.jp>
11837
11838 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11839 version, check the value of mule-version.
11840
11841 * international/mule-util.el (compose-region): Insert then delete
11842 to preserve markers.
11843 (decompose-region): Use search-forward for efficiency.
11844
11845 * language/chinese.el (pre-write-encode-hz): Cancel previous
11846 change, use generate-new-buffer instead of get-buffer-create.
11847 * language/devan-util.el
11848 (in-is13194-devanagari-pre-write-conversion): Likewise.
11849 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11850 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11851 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11852
11853 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11854
11855 * mail/rmailsum.el (rmail-message-subject-p):
11856 Handle message whose header has not been reformatted.
11857
11858 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11859
11860 1998-10-25 Jason Rumney <jasonr@altavista.net>
11861
11862 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11863 New variables.
11864 (mouse-set-font): Use font menus instead of dialog according to
11865 w32-use-w32-font-dialog.
11866
11867 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11868
11869 * calendar/calendar.el (calendar-day-name-array): Add doc string
11870 correctly!
11871 (calendar-month-name-array): Add doc string correctly!
11872
11873 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11874
11875 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11876
11877 1998-10-21 Markus Rost <rost@delysid.gnu.org>
11878
11879 * lisp/info.el (Info-next-menu-item): Stay on top of node.
11880
11881 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11882
11883 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11884
11885 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11886
11887 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
11888
11889 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11890
11891 1998-10-21 Karl Heuer <kwzh@gnu.org>
11892
11893 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
11894 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
11895 (profile-filter, profile-reset-timer): Functions deleted.
11896 (profile-check-zero-init-times, profile-get-time): Likewise.
11897 (profile-find-function, profile-quit): Likewise.
11898 (profile-distinct, profile-call-stack, profile-last-time): New vars.
11899 (profile-time-list, profile-init-list): Doc fix.
11900 (profile-functions): Simplify.
11901 (profile-print): Use float. Make output include space separators.
11902 (profile-add-time): New helper function.
11903 (profile-function-prolog): Renamed from profile-start-function.
11904 Handle profile-distinct.
11905 (profile-function-epilog): Renamed from profile-update-function.
11906 Handle profile-distinct.
11907 (profile-a-function): If the function to be profiled is an
11908 autoload form, load it. If it's lazy-loaded, fetch it.
11909 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
11910 (profile-restore-fun): Arg FUN is now a function symbol, as was
11911 documented, rather than a one-element list.
11912 (profile-finish): Call profile-restore-fun properly.
11913
11914 1998-10-21 Kenichi Handa <handa@etl.go.jp>
11915
11916 * international/characters.el: Setup charset property
11917 nospace-between-words.
11918
11919 * international/mule-cmds.el (get-charset-property): If CHARSET is
11920 composition, return nil.
11921 (put-charset-property): If CHARSET is composition, do nothing.
11922
11923 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11924 * language/devan-util.el
11925 (in-is13194-devanagari-pre-write-conversion): Likewise.
11926 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11927 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11928 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11929
11930 * textmodes/fill.el (sentence-end-without-period): New variable.
11931 (canonically-space-region): Pay attention to
11932 sentence-end-without-period.
11933 (fill-find-break-point): The first argument CHARSET deleted.
11934 Caller changed.
11935 (fill-region-as-paragraph): Pay attention to charset property
11936 nospace-between-words and text property nospace-between-words.
11937
11938 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11939
11940 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
11941 an unrecognized shell.
11942
11943 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11944
11945 * desktop.el (desktop-save): Include minor modes symbolically.
11946 (desktop-create-buffer): Turn on all minor modes in `mim'.
11947
11948 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11949
11950 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
11951 (sh-font-lock-keywords): Handle rpm and rpm2.
11952 (sh-ancestor-alist): Handle rpm.
11953
11954 * files.el (auto-mode-alist): Recognize .rpm files.
11955 Also .spec and .mspec files.
11956
11957 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11958
11959 * faces.el (frame-set-background-mode): Enable the function for
11960 MSDOS frames.
11961
11962 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11963
11964 * calendar/calendar.el (calendar-day-name-array): Add doc string.
11965 (calendar-month-name-array): Add doc string.
11966
11967 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11968
11969 * simple.el (kill-ring-max): Increased to 60.
11970
11971 1998-10-17 Kenichi Handa <handa@etl.go.jp>
11972
11973 * international/characters.el: Setup auto-fill-chars.
11974
11975 * international/kinsoku.el (kinsoku): Check the variable
11976 enable-kinsoku.
11977
11978 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
11979 Don't call kinsoku directly, intead call fill-find-break-point.
11980
11981 * textmodes/fill.el: Setup `fill-find-break-point-function'
11982 property to character sets which require `kinsoku' processing for
11983 filling.
11984 (fill-find-break-point): New function.
11985 (fill-region-as-paragraph): Don't check kinsoku-enable here.
11986 Don't call kinsoku directly, intead call fill-find-break-point.
11987
11988 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11989
11990 * faces.el (modify-face-read-string): Return (nil) for "none".
11991 (modify-face): Don't get error if (nil) is the argument.
11992 (face-try-color-list): Don't check whether nil is a valid color.
11993
11994 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11995
11996 * emacs-lisp/bytecomp.el (byte-recompile-directory):
11997 Print message about each directory, even in batch mode.
11998
11999 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12000
12001 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12002 (ps-mule-string-char): No need to use sref.
12003 (ps-mule-next-index): No need to use sref.
12004
12005 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12006
12007 * files.el (revert-buffer-internal-hook): Add defvar.
12008
12009 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12010
12011 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12012
12013 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12014
12015 * international/mule-cmds.el (default-input-method): Fix custom type.
12016
12017 * net-utils.el (whois-server-list): Fix customization type.
12018
12019 * shell.el (shell-input-autoexpand): Fix customization group.
12020
12021 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12022
12023 * repeat.el (repeat): Handle keyboard macros properly.
12024 Handle new prefix arg after self-insert command.
12025
12026 * repeat.el: Don't include cl even at compile time.
12027 (repeat): Avoid using `loop'.
12028
12029 * simple.el (shell-command-on-region): Doc fix.
12030 (next-history-element): Special error message if no default.
12031
12032 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12033
12034 * ps-print.el (ps-print-buffer): Doc fix.
12035 (ps-despool): Likewise.
12036
12037 * arc-mode.el (arc-mode): Provide arc-mode.
12038
12039 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12040
12041 * ps-print.el (ps-print-buffer): Doc fix.
12042
12043 1998-10-14 Dave Love <fx@gnu.org>
12044
12045 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12046 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12047 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12048
12049 * progmodes/fortran.el (fortran-mode-map): Change "Join
12050 Continuation Line" to "Join Line".
12051 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12052
12053 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12054
12055 * progmodes/fortran.el (fortran-join-line): Use
12056 `delete-indentation' instead of issuing an error message if not on
12057 a continuation line. Provide for joining several lines using
12058 prefix arg.
12059
12060 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12061
12062 * term/pc-win.el (msdos-color-values): New variable.
12063 (x-color-values): New function, emulates its namesake from
12064 src/xfns.c.
12065 (msdos-bg-mode): Add all dark colors to those which return
12066 "dark".
12067
12068 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12069
12070 * replace.el (keep-lines, flush-lines, how-many):
12071 Don't ignore case if arg has upper case letters.
12072
12073 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12074
12075 * progmodes/vhdl-mode.el
12076 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12077 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12078 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12079 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12080 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12081 (vhdl-when): Fix indentation problem.
12082 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12083 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12084 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12085
12086 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12087
12088 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12089 (ls-lisp-insert-directory): Renamed from insert-directory.
12090 (insert-directory): New function.
12091
12092 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12093
12094 * simple.el (completion-fixup-function): Variable deleted.
12095 (completion-setup-function): Delete code for completion-fixup-function.
12096 * emacs-lisp/lisp.el (lisp-complete-symbol):
12097 Don't bind completion-fixup-function.
12098
12099 * files.el (find-file-wildcards): New option.
12100 (find-file-noselect): Handle wild cards, if enabled.
12101 (file-expand-wildcards): New function.
12102
12103 * simple.el (set-fill-column): Doc fix.
12104
12105 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12106
12107 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12108
12109 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12110
12111 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12112 Move declaration before first use.
12113 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12114 hif-math, hif-factor): Rename token to hif-token and token-list to
12115 hif-token-list.
12116 (hif-token, hif-token-list): Declare them.
12117 (hif-find-ifdef-block): Return cons of top and bottom point
12118 instead of setting dynamically bound variables.
12119 (hide-ifdef-block, show-ifdef-block): Use return value of
12120 hif-find-ifdef-block.
12121
12122 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12123
12124 * subr.el (read-passwd): Use clear-this-command-keys.
12125
12126 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12127
12128 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12129 and ...-for-write.
12130
12131 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12132
12133 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12134 responses to GROUP command, since this may be called from a timer
12135 with quit inhibited.
12136
12137 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12138
12139 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12140 set unconditional-jump to nil.
12141 (ccl-compile-read-multibyte-character): Return nil.
12142 (ccl-compile-write-multibyte-character): Likewise.
12143 (ccl-compile-translate-character): Likewise
12144 (ccl-compile-map-multiple): Likewise.
12145 (ccl-compile-map-single): Likewise.
12146
12147 * international/kinsoku.el: Add coding tag.
12148 (kinsoku-bol): Remove superfluous TAB in a string.
12149
12150 * international/mule-cmds.el (find-coding-systems-for-charsets):
12151 Delete `composition' (if any) from CHARSETS.
12152
12153 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12154
12155 * international/mule-cmds.el (setup-specified-language-environment):
12156 Add apropos-inhibit property.
12157 (describe-specified-language-support): Likewise.
12158
12159 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12160
12161 * international/mule.el (make-coding-system): Create -with-esc
12162 variant coding system.
12163
12164 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12165
12166 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12167 (next-file): Optionally offer to revert a file's buffer,
12168 if it has an existing buffer but the file has changed.
12169
12170 * info.el (Info-insert-dir): Detect and report problems
12171 in input files, such as "No Top node". Return with point
12172 at the beginning of the text.
12173 (Info-find-node): Reinsert the code to handle files
12174 with no tags table; it was deleted by mistake.
12175
12176 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12177
12178 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12179 texinfo-find-higher-level-node repeatedly find the same node.
12180 (texinfo-find-higher-level-node): Doc fix.
12181
12182 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12183
12184 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12185 (smtpmail-address-buffer): Add defvar.
12186 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12187
12188 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12189
12190 * ffap.el (ffap-machine-p-local): Fix editing error.
12191
12192 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12193
12194 * faces.el (frame-set-background-mode):
12195 Don't do anythung for text-only or MSDOS frame.
12196
12197 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12198
12199 * international/quail.el (quail-defrule): New optional arg APPEND.
12200 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12201
12202 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12203
12204 * gnus/pop3.el (pop3-open-server):
12205 Set process-coding-system-alist around open-network-stream.
12206
12207 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12208
12209 * files.el (save-buffer): Doc fix.
12210
12211 1998-10-07 Karl Heuer <kwzh@gnu.org>
12212
12213 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12214 return DEF unchanged, not nil. Simplify.
12215
12216 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12217
12218 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12219
12220 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12221
12222 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12223
12224 * net-utils.el (ftp, nslookup): Require comint.
12225 (network-service-connection): Likewise.
12226 (whois-server-name): Defaults to whois.arin.net
12227 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12228 (whois): Tries to guess the appropriate top-level domain server.
12229 (whois-get-tld): New function.
12230
12231 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12232 (dirtrack-debug-toggle): Added this function.
12233
12234 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12235
12236 * files.el (find-file-noselect): Switch to the correct buffer
12237 before checking find-file-literally, and allow non-nil non-t
12238 rawfile params.
12239
12240 1998-10-06 Karl Heuer <kwzh@gnu.org>
12241
12242 * midnight.el (clean-buffer-list): Add autoload cookie.
12243
12244 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12245 no-autosave.
12246 * tar-mode.el (tar-mode-revert): Likewise.
12247 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12248 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12249 * gnus/message.el (message-auto-save-directory): Renamed from
12250 message-autosave-directory. All references changed.
12251
12252 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12253
12254 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12255 string. Expose mime stuff while searching.
12256
12257 1998-10-06 Richard Stallman <rms@gnu.org>
12258
12259 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12260
12261 * replace.el (perform-replace): Position point properly
12262 before and after the recursive edit of C-r.
12263
12264 * progmodes/etags.el (tags-reset-tags-tables): Properly
12265 find the markers in the old rings that are being discarded.
12266
12267 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12268
12269 * apropos.el (apropos-print): Control invalid characters.
12270
12271 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12272 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12273 confusing customize.
12274
12275 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12276
12277 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12278 built-in commands. Add more built-in commands and fix face names.
12279
12280 1998-10-05 Simon Marshall <simon@gnu.org>
12281
12282 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12283
12284 1998-10-04 Eric Ludlam <zappo@gnu.org>
12285
12286 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12287 customization since it is not useful in this case.
12288 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12289 sure it gets evalled to a number. Also verify that set-frame-name
12290 fn exists before calling it.
12291
12292 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12293 Protect a `forward-sexp' call which could fail, and improved regex
12294 for ie, and eg abbreviations.
12295
12296 1998-10-02 Noah Friedman <friedman@splode.com>
12297
12298 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12299 send-string.
12300 (rlogin-send-Ctrl-D): Here also.
12301 (rlogin-send-Ctrl-Z): Here also.
12302 (rlogin-send-Ctrl-backslash): Here also.
12303
12304 1998-10-02 Dave Love <fx@gnu.org>
12305
12306 * outline.el (hide-region-body): Bind
12307 outline-view-change-hook to nil while making repeated calls to
12308 outline-flag-region. Run it once at the end.
12309 (hide-other, hide-sublevels, show-children): Likewise.
12310
12311 * info-look.el: Remove duplicate scheme-mode entry.
12312 (info-lookup-make-completions): When looking for entries, check
12313 that `item' isn't null or "Menu".
12314
12315 1998-10-01 Karl Heuer <kwzh@gnu.org>
12316
12317 * net-utils.el: Don't require ffap.
12318 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12319 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12320
12321 1998-09-30 Richard Stallman <rms@gnu.org>
12322
12323 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12324
12325 * imenu.el (imenu--generic-function): Sort each submenu by position.
12326 (imenu--sort-by-position): New function.
12327
12328 * cus-edit.el (Custom-mode-menu): Fix info node name.
12329 (customize group): Fix info node name.
12330
12331 * mail/mailalias.el (build-mail-aliases): Don't allow
12332 a newline in the alias name. Don't define an alias
12333 if the definition would be empty.
12334
12335 * which-func.el (which-func-mode-global): Make :set function
12336 more reliable.
12337
12338 * custom.el (custom-set-variables): Load the requests first,
12339 then check the symbol's `set' function.
12340
12341 * ffap.el: Doc fixes.
12342
12343 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12344
12345 * gnus.el: (gnus-valid-select-methods): Fix type.
12346 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12347 * gnus-score.el (gnus-orphan-score): Fix type.
12348 (gnus-score-default-header, gnus-score-default-type): Fix type.
12349 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12350 (gnus-saved-headers): Fix type.
12351
12352 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12353 Avoid nil value of `two-lines-citation-part'.
12354
12355 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12356
12357 * which-func.el (which-function): Handle case when
12358 (car imenu--index-alist) is nil.
12359
12360 1998-09-29 Dave Love <fx@gnu.org>
12361
12362 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12363 bzip2 args.
12364
12365 1998-09-29 Simon Marshall <simon@gnu.org>
12366
12367 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12368 comint-exec-hook.
12369
12370 1998-09-29 Stephen Eglen <stephen@gnu.org>
12371
12372 * info-look.el: Add support for Octave.
12373
12374 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12375
12376 * textmodes/reftex.el (reftex-finding-files): New customize group.
12377 (reftex-texpath-environment-variables,
12378 reftex-use-external-file-finders, reftex-external-file-finders,
12379 reftex-search-unrecursed-path-first): New options.
12380 (reftex-process-string, reftex-find-file-externally): New
12381 functions.
12382 (reftex-access-search-path): Execute shell commands to find the
12383 search path.
12384 (reftex-toggle-auto-view-crossref): When turning on, make sure
12385 `reftex-auto-view-crossref' becomes non-nil.
12386 (reftex-abbrev-regexp): Constant removed.
12387 (reftex-convert-string): Abbrev regexp calculated locally.
12388
12389 1998-09-28 Dave Love <fx@gnu.org>
12390
12391 * progmodes/fortran.el: Don't call regexp-opt when deriving
12392 font-lock patterns with keywords that aren't all literal.
12393
12394 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12395
12396 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12397 the form `octave.bin:1>' which come from using precopiled binary
12398 versions.
12399
12400 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12401
12402 * help.el (help-for-help): Use %THIS-KEY%.
12403 (help-quit): Add doc.
12404
12405 * help-macro.el (make-help-screen): Keep HELP-TEXT
12406 in a separate function definition, not in the help command FNAME.
12407 Replace %THIS-KEY% with the key sequence that ran FNAME.
12408
12409 1998-09-25 Richard Stallman <rms@gnu.org>
12410
12411 * textmodes/texinfo.el (texinfo-show-structure):
12412 Bind inhibit-read-only.
12413
12414 * isearch.el (isearch-search-and-update): Properly
12415 handle upper case letters in the reverse-search special case.
12416
12417 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12418
12419 * gnus.el: Extend the list of autoloaded functions.
12420
12421 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12422 buffer before creating help group. (from Gnus v5.6.43, fix by
12423 1998-08-20 Per Starback <starback@update.uu.se>)
12424
12425 * gnus-util.el (gnus-output-to-rmail): Adjust to
12426 `rmail-output-to-rmail-file'.
12427
12428 1998-09-25 Karl Heuer <kwzh@gnu.org>
12429
12430 * hexl.el (hexl-mode-map): More of previous change.
12431
12432 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12433 (tex-start-tex): Don't use tex-start-options-string in star case.
12434 Quote file name in star case as well as in non-star.
12435 Add blank and quoting of option string here.
12436 (tex-start-options-string): Not here.
12437
12438 1998-09-23 Karl Heuer <kwzh@gnu.org>
12439
12440 * term.el (term-delimiter-argument-list): Doc fix.
12441 (term-emulate-terminal): Escape literal semicolon.
12442 * progmodes/asm-mode.el (asm-mode): Doc fix.
12443 (asm-comment-char): Escape literal semicolon.
12444 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12445
12446 1998-09-23 Richard Stallman <rms@gnu.org>
12447
12448 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12449 only those that normally modify the buffer.
12450
12451 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12452 over again.
12453
12454 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12455
12456 * ispell.el (check-ispell-version): Ensure same buffer is current
12457 when let-binding of case-fold-search ends.
12458
12459 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12460
12461 * ps-print.el: Skip invisible overlay.
12462 Test for set-buffer-multibyte rather than using mule-version.
12463 (ps-print-version): New version number (4.1) and doc fix.
12464 (ps-generate-postscript-with-faces): Skip invisible overlay.
12465
12466 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12467
12468 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12469
12470 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12471
12472 * international/quail.el (quail-update-guidance): Check for the
12473 return value of (quail-guidance) fixed.
12474 (quail-update-translation): Bind quail-current-str locally when it
12475 calls quail-update-guidance.
12476 (quail-update-translation): If input-method-exit-on-first-char is
12477 non-nil, terminate translation only when the current input method
12478 is simple.
12479
12480 1998-09-22 Paul Eggert <eggert@twinsun.com>
12481
12482 * startup.el (locale-translation-file-name): Prefer X-related names
12483 to the name used by GNU/Linux sans X. Set to nil if no file found.
12484 (command-line): Use locale-translation-file-name if it is not nil,
12485 instead of testing for its existence again.
12486 regexp-quote the ctype before using it in a regexp.
12487 Allow a colon to appear after the ctype in the aliases file,
12488 as is done in X11R6.4.
12489
12490 1998-09-21 Richard Stallman <rms@gnu.org>
12491
12492 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12493
12494 * calendar/appt.el (appt-interval): Variable deleted.
12495 (appt-check): For minutes in between appt-display-interval times,
12496 do check, but don't display anything except an updated mode line.
12497 Count against appt-display-interval based on minutes since
12498 first display of this appointment, not based on time of day.
12499 If appt-display-mode-line, force mode line redisplay
12500 whenever appt-mode-string has changed.
12501 (appt-add, appt-delete): Add autoload cookies.
12502 (appt-check): Catch errors from calling `diary'.
12503 (appt-max-time): Renamed from max-time.
12504 (appt-now-displayed, appt-display-count): New variables.
12505 (appt-timer): Don't create one if we already have one.
12506
12507 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12508 More general code to use the source buffer instead of the zap file.
12509
12510 * hilit-chg.el (highlight-compare-with-file): Renamed from
12511 compare-with-file.
12512
12513 * loadhist.el (load-history-loaded): New variable.
12514 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12515
12516 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12517
12518 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12519 Fix error messages.
12520
12521 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12522
12523 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12524 Emacs frame.
12525
12526 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12527
12528 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12529 `undecided' and `undecided-unix'.
12530
12531 1998-09-21 Dave Love <fx@gnu.org>
12532
12533 * help.el (help-make-xrefs): Fix typo affecting Info references.
12534
12535 * subr.el (remove-hook): Check list values to avoid errors.
12536
12537 1998-09-18 Noah Friedman <friedman@splode.com>
12538
12539 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12540 store string in eldoc-last-message without consing a new string.
12541 Rearrange logic from nested if's into cond's.
12542 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12543 Do not print message; just return string.
12544 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12545 Do not print message; just return string.
12546 Cache that string in eldoc-last-data.
12547 (eldoc-last-data): Make into a vector.
12548 (eldoc-get-fnsym-args-string): Use new data form of structure.
12549 (eldoc-get-var-docstring): Here also.
12550 (eldoc-last-data-store): New function.
12551 (eldoc-get-fnsym-args-string): Use it.
12552 (eldoc-get-var-docstring): Here also.
12553 (eldoc-docstring-first-line): Minimize interim string consing.
12554 Call substitute-command-keys on the result.
12555 (eldoc-print-var-docstrings, eldoc-print-docstring,
12556 eldoc-docstring-message): Functions removed.
12557 (eldoc-docstring-format-sym-doc): New function, functionality
12558 ripped out of eldoc-docstring-message.
12559 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12560
12561 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12562
12563 * international/mule.el (make-coding-system): Doc-string modified.
12564
12565 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12566
12567 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12568
12569 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12570 customize type.
12571
12572 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12573 type.
12574
12575 * progmodes/compile.el (compilation-error-screen-columns): New
12576 variable.
12577 (compilation-next-error-locus): Use it to decide whether to use
12578 forward-char or move-to-column.
12579
12580 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12581
12582 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12583 feedmail-fiddle-plex-user-list,
12584 feedmail-spray-address-fiddle-plex-list,
12585 feedmail-prompt-before-queue-user-alist,
12586 feedmail-prompt-before-queue-help-supplement,
12587 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12588 feedmail-queue-alternative-mail-header-separator): Fix customize
12589 type.
12590
12591 * startup.el (site-run-file): Fix customize type.
12592
12593 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12594 customize type.
12595
12596 * shell.el (shell-input-autoexpand): Fix customize type.
12597
12598 * ps-print.el (ps-font-info-database): Add missing dots in value.
12599 Improve layout of customize type.
12600
12601 * net-utils.el (traceroute-program-options, ping-program-options,
12602 ipconfig-program-options, netstat-program-options,
12603 arp-program-options, route-program-options,
12604 nslookup-program-options, ftp-program-options): Fix customize
12605 type.
12606
12607 * midnight.el (clean-buffer-list-kill-regexps,
12608 clean-buffer-list-kill-buffer-names,
12609 clean-buffer-list-kill-never-buffer-names,
12610 clean-buffer-list-kill-never-regexps): Fix customize type.
12611
12612 * man.el (Man-init-defvars): Avoid trailing nil on
12613 Man-filter-list.
12614
12615 * lpr.el (printer-name): Fix customize type.
12616
12617 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12618
12619 * international/mule-cmds.el (reset-language-environment): Call
12620 update-coding-systems-internal.
12621
12622 * international/mule-conf.el: Call update-coding-systems-internal
12623 at the tail.
12624
12625 1998-09-14 Dave Love <fx@gnu.org>
12626
12627 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12628 use the menu-enable properties, pending doing it correctly and
12629 acceptably fast.
12630
12631 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12632
12633 1998-09-13 Dave Love <d.love@dl.ac.uk>
12634
12635 * progmodes/hideshow.el (hs-grok-mode-type): Check
12636 comment-{start,end} non-nil as well as bound. Report an error if
12637 we can't grok the mode.
12638
12639 1998-09-13 Richard Stallman <rms@gnu.org>
12640
12641 * simple.el (blink-matching-open): Don't log paren matching
12642 messages in *Messages*.
12643
12644 1998-09-12 Richard Stallman <rms@gnu.org>
12645
12646 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12647 Set point-before-scroll at end even if there was an error.
12648
12649 * ange-ftp.el (ange-ftp-insert-file-contents):
12650 Use binary mode for dumb-unix hosts as for unix hosts.
12651 (ange-ftp-copy-file-internal): Likewise.
12652
12653 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12654
12655 * emacs-lisp/pp.el: Doc fixes.
12656
12657 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12658 (widget-choose): Don't use single-char shortcuts if # items
12659 exceeds that many. Use minibuffer instead.
12660
12661 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12662
12663 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12664
12665 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12666
12667 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12668 in terminal mode.
12669
12670 1998-09-10 Noah Friedman <friedman@splode.com>
12671
12672 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12673 defcustom declaration. It's wreaking too much havoc with XEmacs
12674 and older versions of Emacs, which share this code.
12675
12676 * type-break.el (type-break-mode): Here also.
12677
12678 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12679 `t' to add-hook also to modify the new local value.
12680
12681 1998-09-10 Dave Love <fx@gnu.org>
12682
12683 * vc.el (vc-insert-headers): Doc fix.
12684
12685 1998-09-10 Richard Stallman <rms@gnu.org>
12686
12687 * textmodes/flyspell.el (flyspell-mode-on): Make the
12688 ispell-... variables permanent locals.
12689 (flyspell-mode-off): Add autoload cookie.
12690
12691 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12692 do use binary mode, just as for `unix'.
12693 (ange-ftp-host-type): If HOST is nil, return `unix'.
12694
12695 * dired.el (dired-mark-files-containing-regexp):
12696 Don't scan directories. Ignore non-readable files.
12697
12698 * progmodes/compile.el (compilation-error-regexp-alist):
12699 Fix previous change: allow . and _ in command name.
12700
12701 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12702
12703 * uncompress.el (uncompress-while-visiting):
12704 Use just the car of what find-operation-coding-system returns.
12705
12706 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12707
12708 * shell.el (shell-file-name-quote-list): Add # to the value.
12709
12710 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12711
12712 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12713 to make killing of ispell process work even if
12714 kill-all-local-variables has been run.
12715
12716 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12717
12718 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12719 loop when sexp entry ends at end of file with no newline.
12720
12721 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12722
12723 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12724 (Custom-reset-standard): Fix menu inconsistency.
12725
12726 * mail/feedmail.el (feedmail-from-line): Allow t.
12727 (feedmail-message-id-suffix): Allow nil.
12728
12729 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12730 Simplify. Make prefix arg work right.
12731
12732 1998-09-09 Dave Love <fx@gnu.org>
12733
12734 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12735
12736 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12737
12738 1998-09-08 Dave Love <fx@gnu.org>
12739
12740 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12741 stuff only after file names or at start of line. Allow parens
12742 around e-mail, as well as angles.
12743
12744 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12745 ignore-errors too, eval'd when compile. Require w3 stuff at load
12746 time for nicer failure if it's not available.
12747
12748 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12749
12750 * comint.el (comint-arguments): Ignore backslashes when using
12751 w32 shells that expect backslashes as the directory separator.
12752
12753 1998-09-04 Kenichi Handa <handa@etl.go.jp>
12754
12755 * international/fontset.el (resolved-ascii-font): New variable.
12756 (x-complement-fontset-spec): By side effect, set
12757 `resolved-ascii-font' to the resolved name of ASCII font."
12758 (create-fontset-from-fontset-spec): Don't get a value for
12759 resolved-ascii-font from the list full-fontlist. It is set by
12760 x-complement-fontset-spec now.
12761
12762 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12763 version, check the value of mule-version.
12764
12765 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12766
12767 * textmodes/reftex.el (reftex-view-crossref): Split up into
12768 several functions. No longer moves to find a macro.
12769 (reftex-view-cr-cite, reftex-view-cr-ref,
12770 reftex-end-of-bib-entry): New functions.
12771 (reftex-auto-view-crossref): New value `window' allowed.
12772 (reftex-view-crossref-when-idle): Process new `window' option in
12773 (reftex-translate-to-ascii-function): New default.
12774 (reftex-label-illegal-re): Default changed, removed Latin1.
12775 (reftex-latin1-to-ascii): New function.
12776 (reftex-what-environment): Check for section regexp before use.
12777 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12778 absolute path names.
12779 (reftex-TeX-master-file): Changed sequence of file checks.
12780 (reftex-do-citation): bibview cache only with RefTeX mode on.
12781
12782 1998-09-06 Richard Stallman <rms@gnu.org>
12783
12784 * progmodes/compile.el (compilation-error-regexp-alist):
12785 In first pattern (GNU utilities and other things),
12786 allow a space after the optional program name at the beginning.
12787
12788 * mail/mail-hist.el (mail-hist-current-header-contents):
12789 Fix previous change: use mail-header-end.
12790
12791 1998-09-06 Bill Richter <richter@math.nwu.edu>
12792
12793 * international/ccl.el: Doc fixes.
12794 * international/encoded-kb.el: Doc fixes.
12795 * international/fontset.el: Doc fixes.
12796 * international/kinsoku.el: Doc fixes.
12797 * international/kkc.el: Doc fixes.
12798 * international/mule-cmds.el: Doc fixes.
12799 * international/mule-conf.el: Doc fixes.
12800 * international/mule-util.el: Doc fixes.
12801 * international/mule.el: Doc fixes.
12802
12803 1998-09-05 Eric Ludlam <zappo@gnu.org>
12804
12805 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12806 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12807 (checkdoc-this-string-valid-engine): Permit ? as terminating
12808 punctuation for first line sentence breaking.
12809 (checkdoc-this-string-valid): When converting a comment into a doc
12810 string, make sure " chars are \".
12811 (checkdoc-sentencespace-region-engine): Only do double space check
12812 if based on the variable `sentence-end-double-space'
12813 (checkdoc-this-string-valid-engine): ? ends valid sentence.
12814 (checkdoc-proper-noun-region-engine): Exclude items in URLs
12815
12816 1998-09-04 Richard Stallman <rms@gnu.org>
12817
12818 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12819 Recognize define-skeleton as a function definer.
12820
12821 * cus-edit.el (customize-option): Refuse to customize
12822 a variable that has no defcustom. But if variable is autoloaded,
12823 first try to load the library that defines it.
12824
12825 * international/iso-insert.el: Use `string' before calling `insert'
12826 so that in multibyte buffers we insert multibyte chars.
12827
12828 * dired.el (dired-mark-files-containing-regexp):
12829 Don't use find-file; instead, insert the file in a temp buffer.
12830
12831 * textmodes/tex-mode.el (tex-start-options-string): New option.
12832 (tex-start-tex): Use that variable.
12833
12834 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12835 value in the `repeat' alternative a list.
12836
12837 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12838 the inserted newline, verify that one was really inserted.
12839
12840 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12841 remains on or remains off.
12842 (flyspell-multi-language-p): Default changed to nil.
12843
12844 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12845 In "found in comment" case, don't beginning-of-line after forward-line.
12846
12847 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12848 If the function definition is not a lambda, return original FORM
12849 with no error.
12850
12851 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
12852
12853 * net-utils.el (netstat-program-options): Changed from nil to "-a"
12854 so that by default netstat shows all network connections.
12855
12856 1998-09-04 Bob Weiner <weiner@altrasoft.com>
12857
12858 * international/quail.el: Doc fixes.
12859
12860 * info.el (info): Don't add parens if FILE already has them.
12861
12862 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
12863
12864 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12865 on extension lines.
12866
12867 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
12868
12869 * w32-fns.el (w32-shell-dos-semantics): New function.
12870
12871 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
12872
12873 * international/quail.el (quail-choose-completion-string): Store
12874 completion `choice' in `quail-current-str'; don't insert it.
12875
12876 1998-09-02 Kenichi Handa <handa@etl.go.jp>
12877
12878 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
12879 argument to ps-mule-generate-bitmap-font.
12880
12881 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12882 entry and change Latin-1 entry in the default value.
12883 (ps-mule-font-info-database-ps-bdf): New variable.
12884 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12885 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12886 registerd in FONT-SPEC.
12887 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12888 charcter width of bitmap fonts.
12889 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12890 procedure NF.
12891 (ps-begin-file): Output PostScript code for setting
12892 SpaceWidthRatio.
12893 (ps-plot-region): Use line-beginning-position to get a position of
12894 the beginning of the current line.
12895
12896 * international/mule-cmds.el (register-input-method): Doc-string
12897 modified.
12898
12899 1998-09-01 Dave Love <fx@gnu.org>
12900
12901 * international/mule-cmds.el (current-language-environment): Fix
12902 setter function.
12903
12904 1998-09-01 Simon Marshall <simon@gnu.org>
12905
12906 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
12907 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
12908 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
12909 names with font-lock-type-face. Fontify type specs, etc., with
12910 font-lock-keyword-face.
12911
12912 1998-08-31 Kenichi Handa <handa@etl.go.jp>
12913
12914 * international/fontset.el (x-complement-fontset-spec): If ASCII
12915 font is specified in FONTLIST, don't substitute it for the
12916 resolved name.
12917
12918 1998-08-31 Paul Eggert <eggert@twinsun.com>
12919
12920 * international/mule.el (charset-description): Doc fix.
12921
12922 * language/chinese.el, language/cyrillic.el, language/czech.el,
12923 language/devanagari.el, language/ethiopic.el,
12924 language/european.el, language/hebrew.el, language/indian.el,
12925 language/japanese.el, language/korean.el, language/lao.el,
12926 language/slovak.el, language/thai.el, language/tibetan.el,
12927 language/vietnamese.el:
12928 Add coding: local variable, to avoid bootstrapping problem
12929 if you need to recompile all the Lisp files using interpreted code.
12930
12931 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12932
12933 * cal-china.el (chinese-year-cache): Change range of years from
12934 1989-2000 to 1990-2010.
12935
12936 1998-08-29 Dave Love <d.love@dl.ac.uk>
12937
12938 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
12939 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
12940
12941 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12942
12943 * ps-print.el (ps-print-control-characters): Doc-string modified.
12944 (ps-output-string-prim): Comment format changed.
12945 (ps-do-despool): Indentation of source code changed.
12946
12947 1998-08-28 Kenichi Handa <handa@etl.go.jp>
12948
12949 * subr.el (sref): Make it an alias of aref. Make the
12950 byte-compiler warn that it is obsolete.
12951 (char-bytes): Make the byte-compiler warn that it is obsolete.
12952
12953 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
12954 Calculate the total bytes using position-bytes instead of
12955 char-bytes.
12956
12957 1998-08-27 Karl Heuer <kwzh@gnu.org>
12958
12959 * snmp-mode.el: New file.
12960 * files.el (auto-mode-alist): Add snmp-mode patterns.
12961
12962 1998-08-27 Karl Eichwalder <ke@suse.de>
12963
12964 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
12965
12966 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12967
12968 * calendar/diary-lib.el (diary-block): Doc fix..
12969 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
12970
12971 1998-08-27 Richard Stallman <rms@gnu.org>
12972
12973 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
12974 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
12975 Clear appt-mode-string if we don't put something in it.
12976
12977 1998-08-27 Dave Love <fx@gnu.org>
12978
12979 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
12980 dired-local-variables-file for dired-x.
12981
12982 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
12983 for compressed library files too.
12984
12985 1998-08-26 Kenichi Handa <handa@etl.go.jp>
12986
12987 * language/european.el ("Latin-1"): Modify `documentation' key value.
12988 ("Latin-2"): Likewise.
12989
12990 1998-08-26 Karl Heuer <kwzh@gnu.org>
12991
12992 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
12993
12994 1998-08-26 Albert L. Ting <alt@artisan.com>
12995
12996 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
12997 (mail-hist-current-header-contents): Use mail-text-start.
12998
12999 1998-08-26 Richard Stallman <rms@gnu.org>
13000
13001 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13002 (customize-changed-options-previous-release): New variable.
13003 (customize-changed-options): Use that variable as default arg.
13004
13005 1998-08-26 Karl Eichwalder <ke@suse.de>
13006
13007 * midnight.el: Require `timer' not only when compiling.
13008
13009 1998-08-26 Per Starback <starback@update.uu.se>
13010
13011 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13012 buffer before creating help group.
13013
13014 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13015
13016 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13017 coding-system-for-write before saving.
13018
13019 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13020
13021 * isearch.el (isearch-forward): Doc fix.
13022
13023 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13024
13025 * emacs-lisp/find-func.el: Fix :version tags to have a string
13026 value, not a float.
13027
13028 * cus-dep.el: Fix typo in output.
13029
13030 1998-08-25 Dave Love <fx@gnu.org>
13031
13032 * repeat.el (repeat): Doc fix.
13033 [From rms:]
13034 (repeat-previous-repeated-command): New variable.
13035 (repeat): Check for real-last-command being null or repeat. Set
13036 repeat-previous-repeated-command.
13037
13038 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13039
13040 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13041
13042 * gnus/message.el (message-send-mail-with-sendmail): Bind
13043 coding-system-for-write by the return value of
13044 select-message-coding-system.
13045 (message-send-mail-with-qmail): Likewise.
13046
13047 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13048
13049 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13050 define-derived-mode.
13051
13052 * files.el (file-name-invalid-regexp):
13053 Fix regex for ms-dos without long file names.
13054
13055 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13056
13057 * ps-print.el: Multi-byte buffer handling.
13058 (ps-print-version): New version number (4.0) and doc fix.
13059 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13060 compilation for GNU Emacs and emacsens.
13061 (ps-generate-postscript-with-faces): Force invisible text to be
13062 visible.
13063 (dos-ps-printer): New var to avoid compilation gripes.
13064
13065 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13066
13067 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13068 that no more characters can't be printed in the current line.
13069
13070 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13071
13072 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13073 greater than TO.
13074
13075 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13076
13077 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13078 20.2 and the earlier version.
13079 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13080 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13081 (ps-mule-find-wrappoint): Likewise.
13082 (ps-mule-generate-font): Change `X' to `x' in format
13083 control-string.
13084 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13085 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13086 `restore' form procedures `BC' and `EC'.
13087
13088 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13089
13090 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13091 is an executable procedure. Make LineThickness, Xshadow, and
13092 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13093 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13094 ps-mule-font-info-database-bdf): New vars.
13095 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13096 (ccl-encode-ethio-unicode): New CCL program.
13097 (ps-mule-encode-ethiopic): New fun.
13098 (ps-mule-current-charset): New var.
13099 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13100 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13101 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13102 (ps-mule-external-libraries): New var.
13103 (ps-mule-init-external-library): New fun.
13104 (ps-mule-font-cache): New var.
13105 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13106 (ps-last-font): New var.
13107 (ps-mule-prepare-font): New fun.
13108 (ps-mule-charset-list): New var.
13109 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13110 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13111 ps-mule-plot-string): New funs.
13112 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13113 New vars.
13114 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13115 ps-mule-prepare-cmpchar-font): New funs.
13116 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13117 vars.
13118 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13119 ps-mule-generate-bitmap-glyph): New funs.
13120 (ps-mule-initialize, ps-mule-begin): New funs.
13121 (ps-output-string-prim): Insert string as unibyte.
13122 (ps-output-prologue): New fun.
13123 (ps-flush-output): Handle the case of 'prologue.
13124 (ps-begin-file): Call ps-mule-initialize.
13125 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13126 printing multibyte characters.
13127 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13128 (ps-basic-plot-string): Handle the case of printing ASCII
13129 characters by external libraries (e.g. BDF).
13130 (ps-set-font): Set ps-last-font.
13131 (ps-plot-region): Handle multibyte characters, use
13132 ps-mule-plot-string for them.
13133 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13134
13135 * bdf.el: New file.
13136
13137 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13138
13139 * international/mule-cmds.el (select-message-coding-system): New
13140 function.
13141 (set-language-environment-coding-systems): Set
13142 default-sendmail-coding-system.
13143
13144 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13145 (default-sendmail-coding-system): New variable.
13146 (sendmail-send-it): Encode the message by a coding system
13147 select-message-coding-system returns.
13148
13149 1998-08-23 Eric Ludlam <zappo@gnu.org>
13150
13151 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13152 (speedbar-mode): Set buffer to read only.
13153 (speedbar-temp-buffer-show-function): For emacs don't call hook
13154 with arguments.
13155 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13156
13157 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13158
13159 * speedbar.el (speedbar-key-map): Fix typo.
13160
13161 See ChangeLog.7 for earlier changes.