]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Update whitespace.el - comment out the :version string, since it
[gnu-emacs] / lisp / ChangeLog
1 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
2
3 * whitespace.el (defgroup whitespace): Comment out `:version'.
4 XEmacs 20.4 has problems defining the group with this present.
5 We'll have this commented out till get resolve the problem.
6
7 2000-06-07 Gerd Moellmann <gerd@gnu.org>
8
9 * align.el: Update from author.
10
11 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12
13 * apropos.el (apropos-mode-hook): New user variable.
14 (apropos-mode): Run apropos-mode-hook.
15
16 2000-06-07 David Ponce <david@dponce.com>
17
18 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
19 commands. Require `wid-edit' at run-time.
20
21 2000-06-07 David Ponce <david@dponce.com>
22
23 * recentf.el: Added some "Commentary".
24 (recentf-open-more-files, recentf-edit-list): Minor changes to
25 move the point at the top of the file list. This behaviour is
26 consistent with the menu one when the list contains a lot of
27 files.
28 (recentf-cleanup): Now displays the number of items removed from
29 the list.
30 (recentf-relative-filter) New menu filter to show filenames
31 relative to `default-directory'.
32
33 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
34
35 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
36 with/without giving an error if PostScript printer doesn't have this
37 kind of page size. Zebra Stripe continues or restarts on next page.
38 Manual/automatic paper feeding. Switch or not the header.
39 (ps-print-version): New version number (5.2.2).
40 (ps-windows-system): Include emx as a Windows system.
41 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
42 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
43 (ps-background-text): Code fix.
44 (ps-error-handler-message, ps-user-defined-prologue)
45 (ps-print-prologue-header, ps-printer-name)
46 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
47 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
48 (ps-use-face-background): Customization fix.
49 (ps-n-up-database): Data fix.
50 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
51 (ps-switch-header): New vars.
52 (ps-xemacs-color-name, ps-face-foreground-name)
53 (ps-face-background-name, ps-boolean-constant): New funs.
54
55 2000-06-07 Dave Love <fx@gnu.org>
56
57 * allout.el: New version from Manheimer.
58
59 2000-06-07 Kenichi Handa <handa@etl.go.jp>
60
61 * textmodes/fill.el (fill-find-break-point): Check the validity of
62 charset.
63
64 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
65
66 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
67 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
68 Call display-color-p and display-mouse-p instead of looking at
69 window-system.
70
71 2000-06-06 Dave Love <fx@gnu.org>
72
73 * image.el (find-image): Doc fix. Return nil if image not found.
74 (put-image, insert-image): Make STRING arg optional.
75
76 2000-06-06 Kenichi Handa <handa@etl.go.jp>
77
78 * language/vietnamese.el: Remove eval-when-compile.
79 (viet-viscii-nonascii-translation-table): Define it as a
80 translation table made from viet-viscii-decode-table.
81 (viet-viscii-encode-table): Define it as a translation table made
82 from the reverse map of above.
83 (viet-vscii-nonascii-translation-table): Define it as a
84 translation table made from viet-vscii-decode-table.
85 (viet-vscii-encode-table): Define it as a translation table made
86 from the reverse map of above.
87 (ccl-decode-viscii): Use translate-character.
88 (ccl-encode-viscii, ccl-encode-viscii-font)
89 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
90 Likewize.
91
92 * language/cyrillic.el: Remove eval-when-compile.
93 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
94 translation table made from cyrillic-koi8-r-decode-table.
95 (cyrillic-koi8-r-encode-table): Define it as a translation table
96 made from the reverse map of above.
97 (ccl-decode-koi8): Use translate-character.
98 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
99 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
100 a translation table made from cyrillic-alternativnyj-decode-table.
101 (cyrillic-alternativnyj-encode-table): Define it as a translation
102 table made from the reverse map of above.
103 (ccl-decode-alternativnyj): Use translate-character.
104 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
105 Likewize
106
107 * international/mule-diag.el (non-iso-charset-alist): Specify
108 translation table symbol instead of translation table itself.
109 (list-block-of-chars): CHARSET may be a translation table symbol.
110
111 * international/mule.el (make-coding-system): If CODING-SYSTEM
112 already exists, override it.
113
114 * international/fontset.el: Use family `proportional' for Tibetan
115 fonts.
116
117 * international/ccl.el (ccl-compile-translate-character): Don't
118 check if Rrr has property translation-table.
119 (ccl-compile-map-multiple): Modified to avoid compiler warning.
120
121 2000-06-05 Gerd Moellmann <gerd@gnu.org>
122
123 * info.el: Bind case-fold-search to t when searching in case
124 a user sets it to nil in a hook.
125
126 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
127
128 * autoarg.el (autoarg-mode, autoarg-kp-mode):
129 * hl-line.el (hl-line-mode): Use the new :global key argument.
130
131 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
132 (tar-clip-time-string): Prepend a space.
133 (tar-grind-file-mode): Construct a string rather than modifying one.
134 (tar-header-block-summarize): Fix docstring.
135 Use `format' rather than an error-prone set of copy-loops.
136
137 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
138 (diff-goto-source, diff-unified->context, diff-context->unified)
139 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
140 understand the format output by the `-p' argument to diff.
141
142 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
143 (sh-re-done): Use defconst.
144 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
145 (sh-help-string-for-variable, sh-guess-basic-offset):
146 Don't quote lambdas.
147 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
148 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
149
150 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
151 (mh-letter-mode): Derive from text-mode.
152 This implicitly means that it now calls kill-all-local-variables.
153 Also remove the Emacs-18 compatibility code.
154
155 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
156 Make use of symbol-property doc-string-elt.
157 Use memq rather than a sequence of eq.
158 (doc-string-elt): Fix the wrong or missing previously unused values.
159 (autoload-print-form): New function extracted from
160 generate-file-autoloads to allow recursion when handling progn
161 so that defvar's and defun's docstrings are properly printed.
162 (generate-file-autoloads): Use it.
163
164 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
165 Use find-file-hooks in the minor-mode function.
166 Be careful not to loop indefinitely in the post-command-hook function.
167
168 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
169
170 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
171 tty's.
172 * ediff-diff.el (ediff-exec-process): Use --binary for fine
173 differences whenever appropriate.
174 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
175 * viper.el (find-file, find-file-other-window): Get viper to do
176 wildcards.
177
178 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
179
180 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
181 (jit-lock-fontify-buffer): New function for JIT refontification.
182 (jit-lock-mode): Fix docstring.
183 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
184 Remove jit-lock-after-change from the _local_ hook.
185 (jit-lock-function-1): Fix docstring.
186
187 * info.el (Info-on-current-buffer): Initialize info.
188
189 * newcomment.el (comment-indent): Ignore comment-indent-hook.
190
191 * progmodes/tcl.el (tcl-indent-for-comment):
192 Ignore comment-indent-hook.
193
194 * emacs-lisp/easy-mmode.el: Require CL during compilation.
195 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
196 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
197 and improve to use the lighter to guess the capitalization.
198 (define-minor-mode): Inline code from easy-mmode-define-toggle.
199 Add keyword arguments to specify global-ness or the custom group.
200 Add local-map and help-echo properties to the lighter.
201 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
202 (easy-mmode-define-global-mode): New macro.
203
204 2000-06-02 Dave Love <fx@gnu.org>
205
206 * wid-edit.el: byte-compile-dynamic since we typically don't use
207 all the widgets. Don't require cl or widget. Remove
208 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
209 (widget-read-event): Removed. Callers changed to use read-event.
210 (widget-button-release-event-p): Renamed from
211 button-release-event-p.
212 (widget-field-add-space, widget-field-use-before-change):
213 Uncustomize.
214 (widget-specify-field): Use keymap property, not local-map.
215 (widget-specify-button): Obey :suppress-face.
216 (widget-specify-insert): Use modern backquote syntax.
217 (widget-image-directory): Renamed from widget-glyph-directory.
218 (widget-image-enable): Renamed from widget-glyph-enable.
219 (widget-image-find): Replaces widget-glyph-find.
220 (widget-button-pressed-face): Move defvar.
221 (widget-image-insert): Replaces widget-glyph-insert.
222 (widget-convert): Use keywordp.
223 (widget-leave-text, widget-children-value-delete): Use mapc.
224 (widget-keymap): Remove XEmacs stuff.
225 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
226 (widget-button-click): Don't set point at the click, but re-centre
227 if we scroll out of window. Rewritten for images v. glyphs &c.
228 (widget-tabable-at): Use POS arg, not point.
229 (widget-beginning-of-line, widget-end-of-line)
230 (widget-item-value-create, widget-sublist, widget-princ-to-string)
231 (widget-sexp-prompt-value, widget-echo-help): Simplify.
232 (widget-default-create): Use widget-image-insert; some rewriting.
233 (widget-visibility-value-create)
234 (widget-push-button-value-create, widget-toggle-value-create): Use
235 widget-image-insert.
236 (checkbox): Create on and off images dynamically.
237 (documentation-link): Change :help-echo.
238 (widget-documentation-link-echo-help): Remove.
239
240 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
241
242 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
243
244 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
245 (easy-mmode-define-toggle, define-minor-mode): Use it.
246 (easy-mmode-define-keymap): Docstring fix.
247 (define-derived-mode): Default PARENT to fundamental-mode.
248 Add the derived-mode-parent symbol-property.
249 (easy-mmode-derived-mode-p): New function.
250
251 2000-06-02 Dave Love <fx@gnu.org>
252
253 * files.el (convert-standard-filename): Doc fix.
254 (normal-backup-enable-predicate): New function.
255 (backup-enable-predicate): Use it to replace the lambda form.
256
257 * calendar/todo-mode.el: [This needs more work on the outline
258 stuff.] Doc fixes.
259 (todo) <defgroup>: Add :version.
260 (todo-add-category): Don't use pushnew.
261 (todo-cmd-raise): Fix typo.
262 (todo-top-priorities): Change temp buffer name.
263 (todo-category-alist): Avoid redundant lambda.
264 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
265 Use outline-next-heading.
266
267 * autoarg.el: Rewritten to use define-minor-mode.
268 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
269 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
270
271 2000-06-02 Kenichi Handa <handa@etl.go.jp>
272
273 * isearch.el (isearch-other-meta-char): Fix previous change.
274
275 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
276
277 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
278 (log-edit-done): Only add the comment to the ring if it's different
279 from the last comment entered.
280
281 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
282
283 2000-06-01 Dave Love <fx@gnu.org>
284
285 * hl-line.el: Rewritten using define-minor-mode.
286
287 * help.el (describe-function-1): Distinguish special form from
288 builtin function. Sanity-check presence of arglist for builtins.
289
290 2000-06-01 Kenichi Handa <handa@etl.go.jp>
291
292 * international/characters.el: Fix syntax/category setting of
293 Tibetan characters.
294
295 * language/tibet-util.el (tibetan-add-components): Fixes for new
296 encoding of Tibetan characters.
297 (tibetan-decompose-precomposition-alist): New variable.
298 (tibetan-decompose-region): Convert precomposed characters to
299 non-precomposed characters.
300 (tibetan-decompose-string): Likewise.
301 (tibetan-composition-function): Fix args to
302 thibetan-compose-string.
303
304 * language/tibetan.el (tibetan-composable-pattern): More
305 characters included.
306 (tibetan-consonant-transcription-alist): Rule for "R" added.
307 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
308 "+R" added.
309 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
310
311 * language/lao-util.el (lao-composition-function): Fix args to
312 compose-string.
313
314 * language/thai-util.el (thai-composition-function): Fix args to
315 compose-string.
316
317 * isearch.el (isearch-update): Set disable-point-adjustment to t
318 to prevent the point moving to the end of a composition when a
319 part of a composition is searched.
320 (isearch-other-meta-char): If the key invoking this command can be
321 mapped by function-key-map to a printing char, call
322 isearch-process-search-char directly.
323
324 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
325
326 * emacs-lisp/bytecomp.el:
327 * frame.el:
328 * international/mule-cmds.el:
329 * international/mule-util.el:
330 * international/mule.el:
331 * mouse.el:
332 * subr.el:
333 * faces.el: Update calls to make-obsolete with a WHEN argument.
334
335 * byte-run.el (make-obsolete, make-obsolete-variable):
336 Add an optional WHEN argument and change the format of the
337 symbol-property information.
338 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
339 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
340 new obsolete-symbol-property format and print WHEN if it is provided.
341
342 2000-05-31 Dave Love <fx@gnu.org>
343
344 * loadhist.el (loadhist-hook-functions): Remove
345 before-change-function, after-change-function.
346 (unload-feature): Deal with symbols which are both bound and
347 fbound.
348
349 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
350 before-change-function, after-change-function.
351
352 * simple.el (newline): Don't bind before-change-function,
353 after-change-function.
354
355 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
356
357 * whitespace.el (whitespace-rescan-timer-time): Update interval
358 set to 600 seconds (10 minutes) instead of 60 seconds since
359 a large number of whitespace buffers causes emacs to `freeze'
360 for a considerable amount of time.
361
362 * whitespace.el: Updated email address
363
364 2000-05-31 Dave Love <fx@gnu.org>
365
366 * add-log.el (change-log-font-lock-keywords) <function>: Add
367 pattern for function of change.
368 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
369 acknowledgements patterns.
370
371 2000-05-31 Kenichi Handa <handa@etl.go.jp>
372
373 * isearch.el (isearch-printing-char): If keyboard coding system is
374 being used, call isearch-process-search-multibyte-characters.
375
376 * international/isearch-x.el: Mostly rewritten.
377
378 * international/quail.el (quail-start-conversion): Don't include
379 unhandled events in the returned events, but set them in
380 unread-command-events. Exit if all inputs are deleted.
381
382 2000-05-30 Jason Rumney <jasonr@gnu.org>
383
384 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
385
386 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
387 Reenable code to create initial fontsets.
388 Use set-fontset-font in place of put-charset-property.
389
390 2000-05-30 Gerd Moellmann <gerd@gnu.org>
391
392 * progmodes/perl-mode.el (perl-indent-line): When looking for a
393 label, ensure that the first colon isn't followed by another.
394
395 * paths.el (Info-default-directory-list): Doc fix.
396
397 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
398 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
399 send a query containing USER only, not USER@HOST.
400
401 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
402 and rmail-msgend to compute the restriction at the end, instead of
403 computing it.
404
405 2000-05-29 Gerd Moellmann <gerd@gnu.org>
406
407 * dabbrev.el (dabbrev-expand): Don't display messages in the
408 echo area if the minibuffer window is active.
409
410 * jit-lock.el (jit-lock-mode): Add after change function to
411 local hook.
412
413 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
414
415 * antlr-mode.el: New commands: hide/unhide actions,
416 upcase/downcase literals.
417 (antlr-tiny-action-length): New user option.
418 (antlr-hide-actions): New command. Suggested by
419 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
420 (antlr-mode-map): New binding [C-c C-v].
421 (antlr-mode-menu): New entries.
422 (antlr-downcase-literals): New command.
423 (antlr-upcase-literals): Ditto.
424
425 * antlr-mode.el: Minor changes: indendation, mode-name.
426 (antlr-indent-line): Indent cpp directive at column 0.
427 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
428
429 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
430 (antlr-font-lock-additional-keywords): Workaround for intentional
431 bug in XEmacs version of font-lock.
432 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
433 be used by a smarter version of `buffers-menu-grouping-function'.
434
435 2000-05-29 Gerd Moellmann <gerd@gnu.org>
436
437 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
438 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
439
440 2000-05-29 Kenichi Handa <handa@etl.go.jp>
441
442 * international/encoded-kb.el
443 (encoded-kbd-iso2022-designation-map): Pay attention to that
444 charset-iso-final-char return -1 for eight-bit-control and
445 eight-bit-graphic.
446
447 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
448
449 * speedbar.el (speedbar-use-images, speedbar-update-flag)
450 (speedbar-easymenu-definition-base): Use display-graphic-p where
451 available, instead of window-system.
452
453 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
454
455 * international/codepage.el (cp-coding-system-for-codepage-1): Add
456 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
457 coding systems.
458
459 2000-05-26 Dave Love <fx@gnu.org>
460
461 * disp-table.el (standard-display-underline): Don't use
462 internal-find-face.
463
464 * mail/reporter.el: Maintainer change. Doc fixes.
465 (reporter-version): Deleted.
466
467 * emacs-lisp/elp.el: Maintainer change.
468 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
469
470 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
471
472 * add-log.el (add-change-log-entry): Merge the current entry with the
473 previous one if the previous one is empty.
474
475 2000-05-26 Dave Love <fx@gnu.org>
476
477 * loadhist.el (unload-feature): Fix interactive spec [from
478 lijnzaad@ebi.ac.uk].
479
480 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
481 subr-arity to check primitives.
482 (byte-compile-flush-pending, byte-compile-file-form-progn)
483 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
484 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
485 mapcar.
486
487 2000-05-26 Kenichi Handa <handa@etl.go.jp>
488
489 * international/fontset.el: Set family names of non-latin charsets
490 in default fontset to "*".
491
492 * international/mule-diag.el (print-fontset): Combine family part
493 and registry part of the fontname by "-*-" instead of "-".
494
495 * international/mule-cmds.el (encode-coding-char): Make strings
496 multibyte before calling encode-coding-string.
497
498 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
499
500 * derived.el: Fix keywords.
501 (define-derived-mode): Only define if needed.
502
503 * simple.el (fill-comment, comment-column, comment-start)
504 (comment-start-skip, comment-end, comment-indent-function)
505 (block-comment-start, block-comment-end, indent-for-comment)
506 (set-comment-column, kill-comment, comment-padding, comment-region)
507 (comment-multi-line, indent-new-comment-line): Remove.
508
509 * bindings.el (esc-map): Change ; to comment-dwim and use the new
510 function names for comment operations.
511
512 * newcomment.el: Add abundant autoload cookies.
513 (comment-style): Don't depend on runtime data at compile-time.
514 (comment-indent-hook): Remove.
515 (comment-indent): Check if comment-indent-hook is bound.
516 (comment-region): Docstring fix.
517
518 2000-05-25 Dave Love <fx@gnu.org>
519
520 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
521 byte-code-function-p.
522
523 * mail/rmailsum.el: Add provide.
524
525 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
526
527 * smerge-mode.el (smerge-diff-switches): Don't use list* in
528 defcustom.
529
530 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
531
532 * ediff-diff.el (ediff-exec-process): delete --binary option from
533 non-buffer ediff jobs.
534
535 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
536
537 * hilit-chg.el (highlight-changes-mode): Ask about color or
538 grayscale support, not about window-system.
539
540 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
541 window-system.
542 (ffap-highlight): Always default to t.
543
544 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
545 display-popup-menus-p instead of looking at window-system.
546
547 * disp-table.el (standard-display-g1, standard-display-graphic):
548 Only refuse to use string glyphs on X and MS-Windows.
549
550 * avoid.el: Remove window-system from commentary, suggest to use
551 display-*-p instead.
552
553 * apropos.el (apropos-print): Use display-mouse-p instead of
554 window-system.
555
556 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
557
558 * international/codepage.el (cp-decoding-vector-for-codepage):
559 Fill up unsupported characters with their own codes. From Kenichi
560 Handa.
561
562 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
563
564 * international/mule-diag.el (describe-char-after): Use
565 display-graphic-p instead of window-system, so that this function
566 works on MS-DOS.
567
568 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
569
570 * international/codepage.el (cp-make-coding-systems-for-codepage):
571 Remove the eight-bit-graphic and eight-bit-control charsets from
572 the list of charsets which we convert into `?'.
573
574 2000-05-25 Kenichi Handa <handa@etl.go.jp>
575
576 * international/mule-conf.el: Specify CHARSET-ID explicitely for
577 private charsets.
578 (mule-unicode-0100-24ff, japanese-jisx0213-1,
579 japanese-jisx0213-2): New charsets.
580
581 * international/fontset.el: Setup default fontset for new charsets.
582
583 2000-05-24 Dave Love <fx@gnu.org>
584
585 * info.el (Info-find-node-2): Restructure [following "Vadim
586 S. Solomin" <sovs@uic.nnov.ru>].
587
588 * icomplete.el: Fix header for Finder.
589
590 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
591
592 * rmailout.el (rmail-output-to-rmail-file): Added optional param
593 STAY.
594
595 * rmail.el (rmail-automatic-folder-directives): New user variable.
596 (rmail-show-message): Add call to `rmail-auto-file' during
597 display.
598 (rmail-auto-file): New function.
599
600 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
601
602 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
603 account.
604 (ediff-test-utility,ediff-diff-mandatory-option)
605 (ediff-reset-diff-options): Utilities for proper initialization of
606 ediff-diff-options and ediff-diff3-options on Windows.
607
608 * ediff-init.el (ediff-merge-filename-prefix): New customizable
609 variable.
610
611 * ediff-mult.el (ediff-filegroup-action): Use
612 ediff-merge-filename-prefix.
613
614 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
615
616 * viper-ex.el (ex-write): Set selective display to nil.
617
618 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
619
620 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
621 aliases for hebrew-iso-8bit.
622
623 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
624
625 * woman.el: New version from Francis J. Wright
626 <F.J.Wright@Maths.QMW.ac.uk>.
627 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
628 names in environment variables regardless of the path separator.
629 (woman-topic-all-completions-1): Don't call file-name-directory-p
630 on all files, since woman-file-regexp already filters out any
631 directories.
632
633 2000-05-24 Kenichi Handa <handa@etl.go.jp>
634
635 * international/quail.el (quail-start-translation): Don't change
636 modified-p of the current buffer.
637 (quail-start-conversion): Likewise.
638
639 * international/kkc.el (kkc-region): Don't change modified-p of
640 the current buffer.
641
642 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
643 conform to RFC1468.
644 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
645
646 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
647
648 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
649 (speedbar-insert-button): Invisible text property fix.
650 (speedbar-directory-plus): Renamed from speedbar-directory-+
651 (speedbar-directory-minus): Renamed from speedbar-directory--
652 (speedbar-page-plus): Renamed from speedbar-file-+
653 (speedbar-page-minus): Renamed from speedbar-file--
654 (speedbar-page): Renamed from speedbar-file-
655 (speedbar-tag): Renamed from speedbar-tag-
656 (speedbar-tag-plus): Renamed from speedbar-tag-+
657 (speedbar-tag-minus): Renamed from speedbar-tag--
658 (speedbar-expand-image-button-alist): Use above renames.
659
660 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
661 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
662 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
663 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
664 * sb-pg.xpm: Renamed from sb-file.xpm
665 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
666 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
667
668 2000-05-24 Kenichi Handa <handa@etl.go.jp>
669
670 * international/quail.el (quail-show-guidance-buf): Set
671 current-input-method of the guidance buffer to the name of the
672 curren input method.
673
674 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
675
676 * progmodes/compile.el (compile-internal): Style typo.
677
678 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
679 quote vars and functions in the docstring.
680
681 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
682
683 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
684 Don't quote lambdas.
685
686 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
687
688 2000-05-23 Gerd Moellmann <gerd@gnu.org>
689
690 * startup.el (command-line): Determine source file of compiled
691 user init file differently. Warn if compiled user init file
692 is older than its source file.
693
694 * ffap.el (ffap-url-regexp): Add `https'.
695
696 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
697
698 * files.el (make-backup-file-name-1): Replace slashes with `!'
699 rather than `|' (which is not allowed on Windows). Replace the
700 drive letters with a string "drive_X".
701
702 2000-05-23 Gerd Moellmann <gerd@gnu.org>
703
704 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
705
706 * files.el (interpreter-mode-alist): Add `bash2'.
707
708 2000-05-22 Dave Love <fx@gnu.org>
709
710 * loadhist.el (feature-symbols, file-provides, file-requires): Use
711 mapc.
712 (feature-file): Avoid calling symbol-name. Doc fix.
713 (file-set-intersect, file-dependents): Use dolist, not mapcar.
714 (loadhist-hook-functions): Add mouse-position-function.
715 (unload-feature): Change uses of mapcar.
716
717 * files.el (parse-colon-path): Doc fix.
718 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
719 (set-auto-mode): Use mapc.
720
721 * complete.el (PC-look-for-include-file): Use :alnum: character
722 class.
723 (partial-completion-mode): Add autoload cookie.
724
725 2000-05-22 Sam Steingold <sds@gnu.org>
726
727 * info.el (Info-fontify-node): Fixed the call to
728 `add-text-properties' (bug introduced on 2000-05-18).
729
730 2000-05-22 Dave Love <fx@gnu.org>
731
732 * bindings.el: Remove debug-ignored-errors set in other files.
733
734 * progmodes/etags.el: Add to debug-ignored-errors.
735 (visit-tags-table-buffer): Clear out buffers holding old tables
736 when making a new list.
737 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
738 mapc.
739
740 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
741 quote keywords.
742 (cmpl-string-case-type): Use character classes.
743
744 * comint.el:
745 * textmodes/ispell.el:
746 * imenu.el:
747 * mail/mh-e.el:
748 * progmodes/compile.el: Add to debug-ignored-errors.
749
750 * dabbrev.el: Add to debug-ignored-errors.
751 (dabbrev-completion): Use mapc.
752
753 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
754
755 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
756 (woman-mapcan, woman-parse-man.conf)
757 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
758 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
759 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
760 path syntax better.
761 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
762 (woman-manpath): Call woman-parse-man.conf.
763 (woman-emulation): New defcustom, defaults to nroff.
764 (woman-font-support): New defconst.
765 (woman-use-symbol-font): New defcustom.
766 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
767 "Emulation".
768 Many functions: Doc fix.
769
770 2000-05-22 Kenichi Handa <handa@etl.go.jp>
771
772 * international/quail.el (quail-simple-translation-keymap): Map
773 128..255 to quail-self-insert-command.
774 (quail-keyboard-layout-alist): Add definition for "pc102-de".
775
776 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
777
778 * help.el (help-manyarg-func-alist): Typo.
779
780 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
781 intervals which makes it heaps simpler.
782
783 * newcomment.el (comment-region-internal): Go back to BEG after quoting
784 the nested comment markers.
785
786 * subr.el (remove-hook): Don't turn the hook's value into a list.
787
788 2000-05-21 Dave Love <fx@gnu.org>
789
790 * edmacro.el (edmacro-parse-keys): Return vector if any elements
791 are invalid characters.
792
793 * international/mule-util.el (detect-coding-with-priority): Use
794 mapc. Remove redundant lambda.
795
796 * international/mule-diag.el (list-non-iso-charset-chars)
797 (describe-fontset): Remove redundant lambda.
798
799 * emulation/crisp.el (brief-mode): New alias.
800
801 * emacs-lisp/ring.el (ring-elements): New function.
802
803 * emacs-lisp/easymenu.el (easy-menu-create-menu)
804 (easy-menu-do-add-item): Use keywordp.
805
806 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
807
808 * replace.el: Doc and error message fixes.
809 (replace-highlight): Use facep, not internal-find-face.
810
811 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
812
813 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
814
815 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
816 (log-edit-insert-changelog): Drop `:' as well.
817
818 * log-view.el: Fix file description.
819 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
820 available.
821 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
822 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
823
824 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
825 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
826 Print a status message if the toggle is called interactively.
827 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
828 for global minor modes and use `defcustom' for them.
829 Use add-minor-mode.
830 (easy-mmode-define-derived-mode): Remove.
831 (define-derived-mode): Fancier default docstring.
832 (easy-mmode-define-navigation): Signal an error rather than (ding).
833
834 * newcomment.el (comment-styles): New `box-multi'.
835 (comment-normalize-vars): Better default for comment-continue to
836 avoid whitespace-only continuations.
837 (comment-search-forward): Always move even in the no-syntax case.
838 (comment-padright): Only obey N if it's only obeyed for padleft.
839 (comment-make-extra-lines): Better handling of empty continuations.
840 Use `=' for the filler if comment-start has only one character.
841 (uncomment-region): Try handling the special `=' filler.
842 (comment-region): Allow LINES even if MULTI is nil.
843 (comment-box): Choose box style based on comment-style.
844
845 2000-05-20 Kenichi Handa <handa@etl.go.jp>
846
847 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
848 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
849
850 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
851
852 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
853 and insert, not subst-char-in-region.
854
855 * international/mule-diag.el (list-character-sets-1): Handle
856 charsets eight-bit-control and eight-bit-graphic.
857 (list-iso-charset-chars): Likewise.
858 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
859 charactes as is. Use indent-to to align characters.
860
861 * international/mule-cmds.el (find-multibyte-characters): Never
862 exclude charsets eight-bit-control and eight-bit-graphic.
863
864 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
865
866 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
867 Don't quote lambdas.
868
869 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
870
871 2000-05-19 Gerd Moellmann <gerd@gnu.org>
872
873 * gud.el (gud-jdb-directories): Doc fix.
874
875 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
876
877 * newcomment.el: New file.
878
879 2000-05-19 Gerd Moellmann <gerd@gnu.org>
880
881 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
882
883 2000-05-18 Andreas Schwab <schwab@suse.de>
884
885 * dired.el (dired-between-files): Also skip lines beginning with
886 `used'.
887
888 2000-05-18 Gerd Moellmann <gerd@gnu.org>
889
890 * msb.el (msb-menu-cond): Add choice `user'.
891
892 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
893
894 * ps-print.el: Compatibility, customization and doc fix.
895 (ps-printer-name-option): Replace defconst by defvar.
896 (ps-postscript-code-directory): XEmacs compatibility.
897 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
898 fix.
899 (ps-user-defined-prologue, ps-print-prologue-header)
900 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
901 compatibility and code fix.
902 (ps-print-background-image, ps-print-background-text):
903 Customization fix.
904 (ps-line-number-start, ps-n-up-on): New vars.
905
906 2000-05-18 Espen Skoglund <esk@ira.uka.de>
907
908 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
909 the indent-comment function to just return the appropriate indent.
910
911 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
912
913 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
914 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
915 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
916
917 2000-05-18 Dave Love <fx@gnu.org>
918
919 * info.el (Info-fontify-node): Add intangible property as well as
920 invisible.
921
922 * calendar/appt.el (appt-make-list): Match all lines of entry.
923 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
924
925 2000-05-18 Kenichi Handa <handa@etl.go.jp>
926
927 * international/mule-diag.el (describe-char-after): Call
928 internal-char-font, not char-font. If internal-char-font returns
929 nil, display "-- none --".
930
931 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
932
933 * image.el (image-type-available-p): Don't reference image-types
934 if it isn't bound.
935
936 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
937
938 * autoarg.el (autoarg-mode): Typo in the :set argument.
939
940 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
941
942 * startup.el (command-line-1): Don't signal an error if the
943 directory for auto-save-list files does not yet exist.
944
945 2000-05-17 Kenichi Handa <handa@etl.go.jp>
946
947 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
948
949 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
950
951 * subr.el (remove-hook): `setq' hook-value, not `set'.
952
953 2000-05-16 Sam Steingold <sds@gnu.org>
954
955 * info.el (debug-ignored-errors): More errors to ignore.
956
957 2000-05-16 Dave Love <fx@gnu.org>
958
959 * cus-edit.el: Don't require cl or easymenu.
960 (custom-variable-prompt): Test standard-value property, not
961 user-variable-p.
962
963 2000-05-16 Sam Steingold <sds@gnu.org>
964
965 * subr.el (add-hook): `setq' hook-value, not `set'.
966
967 2000-05-16 Gerd Moellmann <gerd@gnu.org>
968
969 * startup.el (command-line-1): Mention the FAQ in the startup
970 message.
971
972 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
973
974 * progmodes/compile.el (compilation-parse-errors): Collect
975 `nomessage' regexps last.
976
977 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
978
979 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
980 to the function name.
981
982 2000-05-15 Dave Love <fx@gnu.org>
983
984 * speedbar.el (speedbar-recenter): Typo.
985 (speedbar-expand-line): Make arg optional.
986 (speedbar-mode): Avoid a compiler warning.
987
988 2000-05-15 Gerd Moellmann <gerd@gnu.org>
989
990 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
991 user-specified option string is empty.
992
993 * mouse.el (mouse-yank-at-click): Doc fix.
994
995 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
996
997 * term/internal.el (IT-character-translations): More updates of
998 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
999 documents.
1000
1001 2000-05-15 Gerd Moellmann <gerd@gnu.org>
1002
1003 * env.el (getenv): New function, interactively callable.
1004 (setenv, getenv): Remove autoload cookies.
1005
1006 * loadup.el: Load `env'.
1007
1008 * progmodes/f90.el: Change author's mail address.
1009
1010 2000-05-14 Dave Love <fx@gnu.org>
1011
1012 * mail/rmail.el (rmail-show-message-hook): Customize and offer
1013 goto-addr as an option.
1014
1015 * help.el (help-xref-stack): Doc fix.
1016 (help-xref-following): New variable.
1017 (help-make-xrefs): Use it.
1018 (help-xref-go-back): Use position information from stack element.
1019 (help-follow): Make position in stack element a pair. Use
1020 help-xref-following.
1021
1022 * autoarg.el: New file.
1023
1024 * faces.el: Declare more functions obsolete.
1025
1026 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
1027 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
1028 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
1029 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
1030 Remove all the setup-...-environment functions.
1031
1032 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
1033
1034 * speedbar.el: Updated the commentary section. xemacs20p now uses
1035 >= when detecting. Require `defimage' safely.
1036 (speedbar-easymenu-definition-base): Add toggle for images.
1037 (speedbar-easymenu-definition-special): Add flush cache & expand.
1038 (speedbar-visiting-tag-hook): Set new defaults. Added options.
1039 (speedbar-reconfigure-keymaps-hook): New variable.
1040 (speedbar-frame-parameters): Updated documentation.
1041 (speedbar-use-imenu-flag): Updated custom tag
1042 (speedbar-dynamic-tags-function-list): New variable.
1043 (speedbar-tag-hierarchy-method): Updated doc & custom.
1044 (speedbar-indentation-width, speedbar-indentation-width) New
1045 variables.
1046 (speedbar-hide-button-brackets-flag): Customizable.
1047 (speedbar-vc-indicator): Doc update.
1048 (speedbar-ignored-path-expressions): Updated default value.
1049 (speedbar-supported-extension-expressions): Updated default value.
1050 (speedbar-syntax-table): Remove {} paren status.
1051 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
1052 as "+". Added overlay aliases.
1053 (speedbar-mode): Use `speedbar-mode-line-update' instead of
1054 `force-mode-line-update'.
1055 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
1056 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
1057 `mouse-set-point'
1058 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
1059 (speedbar-item-info-tag-helper): Revamped to handle a wider range
1060 of arbitrary text, and new helper functions.
1061 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
1062 filename finder.
1063 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
1064 (speedbar-directory-buttons): Update path search/expansion.
1065 (speedbar-make-tag-line): Pay attention to
1066 `speedbar-indentation-width'. Use more care w/ invisible
1067 properties.
1068 (speedbar-change-expand-button-char): Call
1069 `speedbar-insert-image-button-maybe'.
1070 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
1071 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
1072 (speedbar-trim-words-tag-hierarchy)
1073 (speedbar-simple-group-tag-hierarchy): New functions
1074 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
1075 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
1076 functions.
1077 (speedbar-mouse-set-point): New function
1078 (speedbar-power-click): Updated documentation.
1079 (speedbar-line-token, speedbar-goto-this-file): Handle more types
1080 of tag prefix text.
1081 (speedbar-expand-line, speedbar-contract-line): Make more robust
1082 to strange text.
1083 (speedbar-expand-line): Takes universal argument to flush the
1084 cache.
1085 (speedbar-flush-expand-line): New function.
1086 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
1087 Use new generator insertion method.
1088 (speedbar-fetch-dynamic-tags): New function.
1089 (speedbar-fetch-dynamic-imenu): Removed code now handled in
1090 `speedbar-fetch-dynamic-imenu'.
1091 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
1092 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
1093 "Revert Buffer" menu items.
1094 (speedbar-buffer-buttons-engine): Be smarter when creating a
1095 filename tag (for expansion purposes.).
1096 (speedbar-highlight-one-tag-line,
1097 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
1098 (speedbar-recenter): New functions.
1099 (defimage-speedbar): Image loading abstraction.
1100 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
1101 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
1102 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
1103 (speedbar-tag-type, speedbar-tag-mail): New images.
1104 (speedbar-expand-image-button-alist): New variable.
1105 (speedbar-insert-image-button-maybe): Insert an image over some
1106 buttons.
1107
1108 2000-05-13 Kenichi Handa <handa@etl.go.jp>
1109
1110 * international/mule-cmds.el (encode-coding-char): An ASCII
1111 character is always encodable.
1112
1113 * international/mule-conf.el: Add more information in descriptions
1114 of character sets.
1115
1116 * international/mule-diag.el (describe-char-after): New function.
1117 (describe-font-internal): Adjusted for the change of font-info.
1118 (describe-font): Likewise.
1119 (print-fontset): Rewritten for the new fontset implementation.
1120 (describe-fontset): Include fontset alias names in completion.
1121 (list-fontsets): Adjusted for the change of print-fontset.
1122
1123 * simple.el (what-cursor-position): If DETAIL is non-nil, call
1124 describe-char-after instead of displaying the detail in the echo
1125 area.
1126 (syntax-code-table): Format changed.
1127 (string-to-syntax): Adjusted for the above change.
1128
1129 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
1130
1131 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
1132
1133 2000-05-12 Dave Love <fx@gnu.org>
1134
1135 * calendar/todo-mode.el: Remove some compatibility stuff and CL
1136 dependence. Use line-{beginning,end}-position, not
1137 point-at{b,e}ol. Some doc fixes.
1138 (todo-position): New function. Fix callers of position to use it.
1139 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
1140
1141 2000-05-12 Gerd Moellmann <gerd@gnu.org>
1142
1143 * time.el (display-time-mail-icon): Use `:ascent center'.
1144
1145 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
1146 handling FTP security extensions.
1147
1148 2000-05-11 Dave Love <fx@gnu.org>
1149
1150 * calendar/todo-mode.el: New file.
1151
1152 2000-05-11 Gerd Moellmann <gerd@gnu.org>
1153
1154 * comint.el (comint-read-input-ring): Move reference to
1155 comint-input-ring-size outside of the save-excursion. It was
1156 causing the default value to be the only one ever seen.
1157
1158 * font-lock.el: Update copyright. Remove Simon Marshall's email
1159 address on request from him.
1160
1161 * subr.el (substitute-key-definition): Add comment describing
1162 the meaning of PREFIX.
1163
1164 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
1165
1166 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
1167
1168 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
1169 (add-minor-mode): Don't make the variable buffer-local and add a
1170 reference to define-minor-mode in the docstring.
1171
1172 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
1173 HEADER/FOOTER and fix bug with trailing empty directory.
1174 (cvs-append-to-ignore): Use vc-editable-p if available.
1175 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
1176 (vc-do-command): Tweak advice to handle the new VC.
1177
1178 * log-view.el (log-view-goto-rev): New function for the new VC.
1179 (log-view-minor-wrap): Use mark-active.
1180
1181 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
1182 (log-edit-changelog-full-paragraphs): New var.
1183 (log-edit-insert-changelog): Remove a lonely leading `* file'.
1184 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
1185 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
1186 (log-edit-changelog-ours-p, log-edit-changelog-entries)
1187 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
1188 Replace the `cvs' prefix with `log-edit'.
1189
1190 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
1191
1192 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
1193 (diff-font-lock-defaults): Explicitly turn off multiline.
1194 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
1195 (diff-ediff-patch): Fix call to ediff-patch-file.
1196 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
1197 Handle comments.
1198
1199 * frame.el (automatic-hscrolling): Typo.
1200
1201 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
1202
1203 2000-05-09 Sam Steingold <sds@goems.com>
1204
1205 * apropos.el (apropos-print): use `describe-face' instead of
1206 `customize-face-other-window'.
1207
1208 2000-05-09 Dave Love <fx@gnu.org>
1209
1210 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
1211
1212 * help.el (describe-variable): Have customize button pop the
1213 help-xref stack when invoked.
1214 (help-xref-symbol-regexp): Add `face'.
1215 (help-make-xrefs): Check for quoted face names and adapt regexp
1216 submatch numbers to cope.
1217 (help-xref-interned): Maybe insert face doc too. Separate
1218 sections with a line of hyphens.
1219
1220 * faces.el: Some doc fixes. Declare some functions obsolete.
1221 (describe-face): Add customize button. Return the help
1222 text. Fix prompt.
1223
1224 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1225
1226 * term/internal.el (IT-character-translations): Fix last change.
1227
1228 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1229
1230 * woman.el: New file
1231 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
1232
1233 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1234
1235 * term/internal.el (IT-character-translations): Update ASCII
1236 simulations for greek-iso8859-7, add latin-iso8859-14 and
1237 latin-iso8859-15.
1238
1239 * international/mule-cmds.el (set-language-info-alist): Call
1240 define-prefix-command with 3 arguments, to make the map suitable
1241 for a menu.
1242
1243 2000-05-07 Dave Love <fx@gnu.org>
1244
1245 * time.el: Small doc fixes from Pavel Janík ml..
1246
1247 2000-05-05 Dave Love <fx@gnu.org>
1248
1249 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
1250 list in doc string. Don't quote keyword symbols.
1251 * emacs-lisp/cl.el: Likewise
1252 * emacs-lisp/cl-seq.el: Likewise
1253
1254 2000-05-05 Gerd Moellmann <gerd@gnu.org>
1255
1256 * abbrev.el (abbrev-mode): Make ARG optional.
1257
1258 2000-05-04 Gerd Moellmann <gerd@gnu.org>
1259
1260 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
1261
1262 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
1263
1264 * subr.el (substitute-key-definition): Clarify documentation.
1265
1266 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
1267
1268 * glasses.el (glasses-convert-to-unreadable): Use
1269 `glasses-separator' instead of the hard-wired "_".
1270 (glasses-mode): Call `glasses-make-unreadable' only in a single
1271 place.
1272
1273 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
1274
1275 * term/internal.el (cjk-codepages-alist): Add associations for
1276 Chinese and Korean codepages. Remove FIXME comment.
1277
1278 2000-05-03 Dave Love <fx@gnu.org>
1279
1280 * time.el (display-time-mail-face, display-time-use-mail-icon):
1281 New option.
1282 (display-time-mail-icon): New variable.
1283 (display-time-string-forms): Use the above. Fix the local-map.
1284
1285 2000-05-03 Gerd Moellmann <gerd@gnu.org>
1286
1287 * replace.el (query-replace-map): Add binding for `E'.
1288 (query-replace-help): Extend help text.
1289 (perform-replace): Allow editing the replacement string.
1290
1291 * make-mode.el (makefile-mode-abbrev-table): New variable.
1292 (makefile-mode): Set local abbrev table to
1293 makefile-mode-abbrev-table.
1294 (makefile-font-lock-keywords): Fontify includes and conditionals.
1295
1296 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
1297 set TOGGLE's value.
1298
1299 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
1300 mail-interactive-insert-alias.
1301 (mail-abbrev-complete-alias): New command.
1302 (mail-mode-map): Bind it to `M-TAB'.
1303
1304 2000-05-03 Kenichi Handa <handa@etl.go.jp>
1305
1306 * language/lao-util.el (lao-compose-region): New function.
1307
1308 2000-05-02 Gerd Moellmann <gerd@gnu.org>
1309
1310 * files.el (recover-session): Make directories as necessary
1311 if they don't exist yet.
1312
1313 * calendar/cal-french.el
1314 (french-calendar-multibyte-special-days-array)
1315 (french-calendar-special-days-array): Change French text.
1316 (calendar-french-date-string): Change output.
1317 (calendar-goto-french-date): Likewise.
1318
1319 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
1320
1321 * wid-edit.el (widget-default-active): Obey `:always-active'.
1322 (widget-documentation-string-value-create): Set `:always-active'.
1323
1324 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1325
1326 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
1327 default prefix to `~/_emacs.d/auto-save.list/_s'.
1328 (normal-top-level): Create the directory for auto-save files, if
1329 it doesn't already exist (in the ms-dos case only).
1330
1331 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1332
1333 * international/mule-cmds.el (set-language-environment): Don't
1334 concat an integer (dos-codepage), use format instead.
1335
1336 2000-05-02 Dave Love <fx@gnu.org>
1337
1338 * help.el (help-xref-on-pp): Check for constant symbols.
1339
1340 2000-04-29 Gerd Moellmann <gerd@gnu.org>
1341
1342 * startup.el (normal-top-level): Put a condition-case around
1343 the code loading subdirs.el.
1344
1345 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1346
1347 * ps-print.el: Upside-down and face background color printing,
1348 line number step, doc fix.
1349 (ps-print-version): New version number (5.2).
1350 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
1351 (ps-face-attribute-list, ps-plot-with-face): Code fix.
1352 (ps-spool-config): Var fix.
1353 (ps-printer-name-option): Const fix.
1354 (ps-print-upside-down, ps-use-face-background)
1355 (ps-line-number-step): New vars.
1356 (ps-window-system, ps-lp-system): New consts.
1357 (ps-face-background): New fun.
1358
1359 2000-04-28 Richard Stallman <rms@gnu.org>
1360
1361 * files.el (make-auto-save-file-name):
1362 Apply auto-save-file-name-transforms to visited file name
1363 before generating auto save file name.
1364 (auto-save-file-name-transforms): New variable.
1365
1366 * files.el (backup-enable-predicate):
1367 Correctly test for a file under a temporary directory.
1368
1369 2000-04-28 Gerd Moellmann <gerd@gnu.org>
1370
1371 * subr.el (add-minor-mode): Rewritten.
1372
1373 2000-04-28 Kenichi Handa <handa@etl.go.jp>
1374
1375 * mail/sendmail.el (sendmail-send-it): Set
1376 buffer-file-coding-system to the selected coding system for MIME
1377 header.
1378
1379 2000-04-27 Gerd Moellmann <gerd@gnu.org>
1380
1381 * dired.el (dired-move-to-filename-regexp): Allow format where
1382 YYYY is followed by two spaces.
1383
1384 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1385 in the second character class of the regexp.
1386
1387 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1388 mh-etc, too.
1389
1390 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1391 nil.
1392
1393 * subr.el (add-minor-mode): Use `set' instead of `setq'.
1394
1395 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1396 argument.
1397
1398 2000-04-27 Sen Nagata <sen@eccosys.com>
1399
1400 * emacs-lisp/crm.el (crm-completion-table): New variable.
1401 (crm-collection-fn, crm-test-completion)
1402 (completing-read-multiple): Use it.
1403
1404 2000-04-27 Dave Love <fx@gnu.org>
1405
1406 * help.el (locate-library): Use mapc.
1407 (help-manyarg-func-alist): Add call-process-region.
1408
1409 2000-04-26 Gerd Moellmann <gerd@gnu.org>
1410
1411 * subr.el (add-minor-mode): Make argument MAP optional.
1412
1413 * desktop.el (desktop-save): Save list of minor modes.
1414 (desktop-create-buffer): Restore minor modes.
1415 (desktop-minor-mode-table): New user-option.
1416
1417 * subr.el (add-minor-mode): New function.
1418
1419 * image.el (find-image): New function.
1420 (defimage): Rewritten to find image at load time.
1421
1422 * startup.el (normal-top-level-add-to-load-path): Handle
1423 case that the default directory is not in load-path.
1424
1425 * help.el: Old patch from Stefan Monnier.
1426 (help-xref-on-pp): New function.
1427 (describe-variable): Use it to display xrefs in a symbol's value.
1428
1429 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
1430
1431 * cus-edit.el (custom-face): Fix parenthesis.
1432
1433 2000-04-26 Kenichi Handa <handa@etl.go.jp>
1434
1435 * mail/rmail.el (rmail-expunge): When there are no deleted
1436 messages, do nothing.
1437
1438 2000-04-26 Dave Love <fx@gnu.org>
1439
1440 * international/mule-cmds.el (locale-translation-file-name):
1441 Defvar to nil.
1442 (set-locale-environment): Set it here (at runtime).
1443
1444 2000-04-25 Gerd Moellmann <gerd@gnu.org>
1445
1446 * replace.el (perform-replace): Add parameters START and END. Use
1447 them instead of the check for a region in Transient Mark mode.
1448 (query-replace-read-args): Return two more list elements for the
1449 start and end of the region in Transient Mark mode.
1450 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1451 (map-query-replace-regexp, replace-string, replace-regexp): Add
1452 optional last arguments START and END and pass them to
1453 perform-replace.
1454
1455 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1456 form with additional arguments for perform-replace.
1457
1458 * progmodes/etags.el (tags-query-replace): Add parameters START
1459 and END. Construct a form with additional arguments for
1460 perform-replace.
1461
1462 * simple.el (shell-command): Set default directory for "*Shell
1463 Command Output" buffer.
1464
1465 * language/european.el (iso-latin-4): Fix typo.
1466
1467 * emacs-lisp/crm.el: New file.
1468
1469 2000-04-24 Dave Love <fx@gnu.org>
1470
1471 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1472 (Custom-reset-saved, Custom-reset-standard)
1473 (custom-group-value-create, custom-group-set, custom-group-save)
1474 (custom-group-reset-current, custom-group-reset-saved)
1475 (custom-group-reset-standard): Use mapc.
1476 (custom-buffer-create-internal): Disable undo when creating items.
1477 Use mapc.
1478 (custom-face): Avoid redundant lambda.
1479
1480 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1481
1482 * startup.el (auto-save-list-file-prefix): Set default to
1483 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1484
1485 2000-04-24 Sam Steingold <sds@gnu.org>
1486
1487 * time-stamp.el (time-stamp-string-preprocess): Always convert
1488 `field-result' to a string.
1489
1490 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1491
1492 * frame.el (scrolling): New group.
1493 (automatic-hscrolling): New user-option.
1494
1495 * startup.el (command-line-x-option-alist): Add `-lsp' and
1496 `--line-spacing'.
1497
1498 2000-04-19 Dave Love <fx@gnu.org>
1499
1500 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1501 (cl-mapc): Rename from mapc. Fix the funcall.
1502
1503 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1504
1505 * simple.el (clone-indirect-buffer-other-window): New command.
1506 (clone-indirect-buffer): Add optional arg NORECROD.
1507 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1508
1509 * help.el (resize-temp-buffer-window): Use count-screen-lines.
1510
1511 * window.el (count-screen-lines): New function.
1512 (shrink-window-if-larger-than-buffer): Use count-screen-lines
1513 instead of window-buffer-height.
1514
1515 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1516 non-existing variable comint-input-sentinel.
1517 (inferior-lisp-args-to-list): Removed.
1518 (inferior-lisp): Use split-string instead of
1519 inferior-lisp-args-to-list.
1520
1521 * hexl.el (hexl-insert-hex-string): New command.
1522
1523 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1524 instead of concat.
1525
1526 2000-04-18 Gerd Moellmann <gerd@gnu.org>
1527
1528 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1529 at the start of an existing but empty folder.
1530
1531 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1532
1533 * ps-mule.el: Customization fix, doc fix.
1534 (ps-multibyte-buffer): Customization fix.
1535
1536 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1537
1538 * subr.el (read-passwd): Use read-char-exclusive.
1539
1540 2000-04-17 Gerd Moellmann <gerd@gnu.org>
1541
1542 * textmodes/texinfo.el (texinfo-insert-@email)
1543 (texinfo-insert-@emph, texinfo-insert-@quotation)
1544 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1545 (texinfo-mode-map): Add key bindings for them.
1546
1547 * files.el (basic-save-buffer-2): Use a template with `$'
1548 instead of `#' for VMS.
1549
1550 * simple.el (clone-indirect-buffer): New function.
1551
1552 2000-04-16 Stephen Eglen <stephen@gnu.org>
1553
1554 * iswitchb.el (iswitchb-case): New function. If the user input
1555 contains any upper-case characters, the search is made
1556 case-sensitive.
1557
1558 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
1559
1560 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1561 comment-end.
1562 (texinfo-font-lock-syntactic-keywords): New var.
1563 (texinfo-font-lock-keywords): Remove comment regexp.
1564 (texinfo-insert-block): New function.
1565 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1566 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
1567 and font-lock-defaults. Use regexp-opt for outline-regexp.
1568 (texinfo-environments): New var.
1569 (texinfo-environment-regexp): Use regexp-opt and
1570 texinfo-environments.
1571
1572 * textmodes/ispell.el (ispell-menu-map-needed): Check that
1573 ispell-process is bound since this might be eval'd before ispell
1574 is loaded.
1575 (ispell-message): Use a tiny bit less magic and a bit more hard
1576 data to figure out what kind of sc-cite-regexp to use.
1577
1578 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1579
1580 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1581 (insert-cyclic-diary-entry): Unquote the lambda.
1582
1583 * gud.el (gud-jdb-build-source-files-list): Fix typo.
1584
1585 * files.el (backup-enable-predicate): Unquote the lambda.
1586
1587 * cus-edit.el (custom-face, face): Unquote the lambda.
1588
1589 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1590
1591 * ps-print.el: Check for line-beginning-position definition.
1592
1593 * ps-print.el: Fix counting lines in a region.
1594 (ps-print-version): New version number (5.1.5).
1595 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1596 (ps-printing-region): Fun code fix.
1597
1598 2000-04-15 Gerd Moellmann <gerd@gnu.org>
1599
1600 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1601 to file-directory-p.
1602
1603 2000-04-14 Gerd Moellmann <gerd@gnu.org>
1604
1605 * gud.el (gud-jdb-build-source-files-list): Check that directory
1606 exists before calling directory-files.
1607
1608 2000-04-13 Dave Love <fx@gnu.org>
1609
1610 * emacs-lisp/trace.el: Change maintainer. Use new backquote
1611 syntax.
1612
1613 * emacs-lisp/cl-specs.el: Remove when, unless.
1614
1615 * emacs-lisp/cl-extra.el: Don't quote keywords.
1616 (cl-old-mapc): New variable.
1617 (mapc): Use it.
1618 (cl-map-intervals): Use with-current-buffer. Don't check for
1619 next-property-change.
1620 (cl-map-overlays): Use with-current-buffer.
1621 (cl-expt): Remove.
1622 (copy-tree, remprop): Define unconditionally.
1623
1624 * emacs-lisp/cl-compat.el (keywordp): Remove.
1625
1626 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1627 to use keywordp.
1628 (edebug-spec): Enable keywordp.
1629
1630 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1631 string-lessp.
1632
1633 * cus-start.el: Use keywordp.
1634
1635 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1636
1637 * diary-lib.el (include-other-diary-files): Fix the fix of
1638 2000-02-18 by doing a save-excursion.
1639
1640 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1641
1642 * ps-print.el: Customization fix, doc fix.
1643 (ps-print-version): New version number (5.1.4).
1644 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1645 (ps-print-preprint): Adjust code.
1646 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1647 (ps-print-prologue-header, ps-print-control-characters)
1648 (ps-spool-config): Customization fix.
1649
1650 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1651
1652 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1653 converted to the new menu-item format, names silightly changed,
1654 help strings added.
1655
1656 Support for spelling without async subprocesses:
1657
1658 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1659 (ispell-session-buffer): New variables.
1660 (ispell-start-process, ispell-process-status,
1661 ispell-accept-output, ispell-send-string): New functions, for
1662 Ispell invocation when async subprocesses aren't supported.
1663 (ispell-word, ispell-pdict-save, ispell-command-loop,
1664 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1665 to process-send-string with calls to ispell-send-string, and
1666 accept-process-output with ispell-accept-output.
1667 (ispell-init-process): Call ispell-process-status instead of
1668 process-status with.
1669 (ispell-init-process): Call ispell-start-process. Call
1670 ispell-accept-output and ispell-send-string. Don't call
1671 process-kill-without-query and kill-process if they are unbound.
1672 (ispell-async-processp): New function.
1673
1674 2000-04-12 Dave Love <fx@gnu.org>
1675
1676 * info.el: Add debug-ignored-errors.
1677 (Info-mode-menu): Add some items.
1678 (Info-directory): Add autoload cookie.
1679
1680 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1681 Modify `truncate-lines'. Make `describe-language-environment'
1682 always visible and add help. Modify `describe-key' help. Invoke
1683 Info-directory from `info'. New entry `emacs-manual'.
1684
1685 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1686
1687 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1688 propertized-buffer-identification.
1689 (ebrowse-update-member-buffer-mode-line): Likewise.
1690 (ebrowse--mode-strings): Removed.
1691 (ebrowse--mode-line-props): Removed.
1692
1693 * files.el (auto-mode-alist): Add `EBROWSE'.
1694
1695 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1696 space before testing for end of buffer.
1697 (ebrowse-load): Removed.
1698 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1699 (ebrowse-create-tree-buffer): Rewritten.
1700 (ebrowse-tree-mode): Read tree from buffer.
1701
1702 * progmodes/ebrowse-ffh.el: Removed.
1703
1704 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1705
1706 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1707
1708 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1709
1710 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1711 at the wrong place.
1712
1713 2000-04-09 Dave Love <fx@gnu.org>
1714
1715 * files.el (backup-enable-predicate): Use
1716 temporary-file-directory, small-temporary-file-directory.
1717 (make-backup-file-name-function, backup-directory-alist): New
1718 variables.
1719 (make-backup-file-name-1): New function.
1720 (make-backup-file-name): Use it.
1721 (find-backup-file-name): Likewise. Use format for clarity, not
1722 concat.
1723 (file-newest-backup): Use make-backup-file-name.
1724
1725 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1726
1727 * progmodes/ebrowse-ffh.el: New file.
1728
1729 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1730 to ebrowse-ffh.el.
1731 (ebrowse-load): Add autoload.
1732
1733 * finder.el (finder-commentary): Add autoload cookie.
1734
1735 * mail/rfc2368.el: Correct author's email address.
1736
1737 * progmodes/ebrowse.el: New file.
1738
1739 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1740 item help string.
1741 (easy-menu-do-add-item): Ditto.
1742 (easy-menu-define): Extend doc string.
1743
1744 * jit-lock.el (with-buffer-unmodified): Use
1745 restore-buffer-modified-p.
1746 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1747 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1748 with-buffer-unmodified.
1749
1750 2000-04-08 Dave Love <fx@gnu.org>
1751
1752 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1753 unless, when.
1754
1755 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1756
1757 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1758 (viper-flash-search-pattern): No operation when using Emacs
1759 doesn't support face.
1760 Use `viper-put-on-search-overlay'.
1761
1762 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1763
1764 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1765 like C-r.
1766
1767 * progmodes/make-mode.el: Some doc fixes.
1768 (makefile-mode-abbrev-table): New variable.
1769 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1770 (makefile-font-lock-keywords): Fontify includes and conditionals.
1771 (toplevel): Require `dabbrev' and `add-log' when compiling.
1772
1773 * replace.el (perform-replace): Don't move forward one char
1774 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1775 to do that because it leaves point 1 position after the last
1776 replacement, after everything has been replaced.
1777
1778 * jit-lock.el (with-buffer-unmodified): New macro.
1779 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1780 modified state.
1781 (jit-lock-function-1): Extracted from jit-lock-function; not
1782 preserving buffer's modified state.
1783 (jit-lock-function, jit-lock-stealth-fontify): Call
1784 jit-lock-function-1.
1785
1786 * mail/rfc2368.el: Remove supernumerary copyright line.
1787
1788 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1789
1790 * glasses.el: Provide facilities for inserting space before left
1791 parentheses and uncapitalization of identifiers.
1792 (glasses-mode): Try to remove old overlays in all cases.
1793
1794 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1795
1796 * progmodes/compile.el (compile-internal): Display the compilation
1797 buffer in a different frame, if it's already displayed there.
1798
1799 * mail/rfc2368.el: New file.
1800
1801 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1802 header and insert its value as mail body.
1803
1804 * subr.el (member-ignore-case): New function.
1805
1806 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1807 (dabbrev--find-expansion): Ignore buffers matching a regexp
1808 from dabbrev-ignored-regexps.
1809
1810 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1811 to extensions handled by gzip.
1812
1813 2000-04-03 Richard M. Stallman <rms@gnu.org>
1814
1815 * files.el (insert-directory): List the total free space
1816 along with the used space.
1817
1818 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1819 line is followed by one that matches CITATION-REGEXP, end the
1820 paragraph.
1821
1822 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1823
1824 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1825 (rmail-make-basic-summary-line): Use that option.
1826
1827 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1828
1829 * international/mule-cmds.el (encoded-string-description):
1830 Rewritten. Try pretty description for ISO 2022 escape sequences
1831 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1832 for hexadecimal format.
1833
1834 2000-04-01 Dave Love <fx@gnu.org>
1835
1836 * cpp.el: Change customization group to `c' from `C'.
1837
1838 * vcursor.el (vcursor-move): Use display-color-p.
1839
1840 * international/mule-util.el: Provide mule-utils.
1841 (string-to-sequence): Simplify and speed up.
1842
1843 * international/mule.el (make-coding-system): Purecopy doc-string.
1844
1845 * international/mule-cmds.el: Various menu changes.
1846 (describe-specified-language-support): Handle `Default'.
1847 (set-language-info): Purecopy `info'.
1848
1849 2000-03-31 Andrew Innes <andrewi@gnu.org>
1850
1851 * vc.el (vc-backend-diff): Return the correct status if we had to
1852 retry the rcsdiff command without the --brief option.
1853
1854 2000-03-31 Dave Love <fx@gnu.org>
1855
1856 * help.el (help-manyarg-func-alist): Correct several omissions.
1857
1858 * add-log.el: Don't require cl, fortran.
1859 (add-log-current-defun-function): Doc fix.
1860 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1861 fix.
1862 (change-log-version-rcs): Function deleted.
1863 (change-log-version-number-search): Doc fix. Use
1864 vc-workfile-version. Avoid CL dolist.
1865 (add-change-log-entry): Just call add-log-current-defun to get
1866 defun. Simplify somewhat.
1867 (change-log-get-method-definition-1): Likewise.
1868 (add-log-current-defun): Return nil if calling
1869 add-log-current-defun-function does so. Move Fortran stuff to
1870 fortran.el. Return string without properties.
1871
1872 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1873 and :alpha: char classes.
1874
1875 * mail/supercite.el: Defvar curline when compiling.
1876 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1877 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1878 rather than a-zA-Z0-9 to allow non-ASCII characters.
1879
1880 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1881
1882 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1883
1884 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1885 Re-enable new code.
1886
1887 * lpr.el (print-region-1): Use -d to specify printer name for
1888 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1889
1890 2000-03-31 Dave Love <fx@gnu.org>
1891
1892 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1893 for function definition in symbol's function value slot first
1894 instead of first consulting byte-compile-function-environment.
1895
1896 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1897
1898 * language/european.el ("Polish"): New language environment.
1899 (setup-polish-environment): New function.
1900
1901 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1902
1903 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1904 Disable new code.
1905
1906 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1907 trying to `load' the symbol of an autoload instead of the file
1908 recorded in the autoload. Fix error messages.
1909
1910 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1911
1912 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1913 (ps-print-version): New version number (5.1.3).
1914 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1915 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1916 (ps-generate-postscript-with-faces): Code fix.
1917 (ps-color-values): XEmacs compatibility.
1918 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1919 (ps-default-fg, ps-default-bg): Adjust customization.
1920 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1921 (ps-color-scale): Renaming old ps-color-value fun.
1922 (ps-print-headers): Replace ps-print-header group to avoid conflict
1923 with ps-print-header variable.
1924 (ps-print-miscellany): New group.
1925 (ps-format-color, ps-rgb-color): New funs.
1926 (ps-default-foreground): New var.
1927 (ps-printer-name-option): New const.
1928
1929 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1930
1931 * net/net-utils.el:
1932 (network-connection-host, network-connection-service): New variables
1933 (network-connection-mode): New mode, derived from comint-mode
1934 (network-connection-mode-setup): New function, saves host and
1935 service information in local variables.
1936
1937 * lisp/locate.el:
1938 (locate-word-at-point): Added this function
1939 (locate): Default to using locate-word-at-point as input
1940 Run dired-mode-hook
1941
1942 2000-03-29 Dave Love <fx@gnu.org>
1943
1944 * calendar/appt.el: Doc fixes.
1945 (appt-check): Convert min-to-app to a string before passing to
1946 appt-disp-window-function or concat.
1947 (appt-delete-window): Remove test for frame-root-window.
1948 (appt-select-lowest-window, appt-convert-time): Simplify.
1949
1950 * emacs-lisp/bytecomp.el: Doc fixes.
1951 (byte-compile-file-form-autoload): Update
1952 byte-compile-function-environment.
1953
1954 2000-03-29 Andreas Schwab <schwab@suse.de>
1955
1956 * emacs-lisp/autoload.el: Also print defsubst doc string
1957 specially.
1958
1959 * dired.el (dired-insert-directory): If dired-free-space-program
1960 failed just delete its output.
1961
1962 2000-03-29 Dave Love <fx@gnu.org>
1963
1964 * international/iso-cvt.el: Move provide to end. Doc fixes.
1965 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1966 (iso-iso2sgml, iso-sgml2iso): New functions.
1967 (iso-cvt-define-menu): Fix some entries and use backquote for
1968 clarity.
1969
1970 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1971
1972 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1973
1974 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1975 ISO-DATE. If non-nil, return date in ISO 8601 format.
1976
1977 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1978
1979 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1980 if it ever becomes used.
1981 (log-edit-mode-hook): Default to vc-log-mode-hook.
1982 (log-edit-mode): Fix the docstring.
1983
1984 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1985 the code.
1986
1987 2000-03-26 Dave Love <fx@gnu.org>
1988
1989 * net/browse-url.el (browse-url): Re-fix case of
1990 browse-url-browser-function being an alist.
1991 (browse-url): Add :link to defgroup.
1992
1993 * files.el: Doc fixes.
1994 (file-truename): Include `[' in wildcard characters.
1995 (automount-dir-prefix): Customize.
1996 (find-file-wildcards): Add :version.
1997 (find-file-noselect): Simplify a mapcar call.
1998
1999 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
2000 compatible with inf-lisp version.
2001 (eval-defun-1): Fix custom-declare-variable case.
2002
2003 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
2004
2005 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
2006
2007 2000-03-24 Gerd Moellmann <gerd@gnu.org>
2008
2009 * Makefile (COMPILE_FIRST): New macro.
2010 (compile-files): Compile files from COMPILE_FIRST first.
2011
2012 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
2013 code.
2014
2015 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
2016 matching open parenthesis in column 0 to defun-prompt-regexp
2017 only if open-paren-in-column-0-is-defun-start is set.
2018
2019 * sun-curs.el: Require CL at compile-time only.
2020
2021 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
2022 instead of copy-list which is a function from CL.
2023 (msb--choose-menu, msb--mode-menu-cond)
2024 (msb--create-buffer-menu-2): Use dolist instead of mapc.
2025 (msb--init-file-alist): Use mapcar instead of mapcan.
2026 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
2027 `(' in column 0 in doc string.
2028 (msb--add-separators): Use mapcar instead of mapcan.
2029
2030 * cus-dep.el: Require CL at compile-time only.
2031
2032 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
2033
2034 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2035 (byte-compile-warnings): New warning `noruntime'.
2036 (byte-compile-constants, byte-compile-variables): Fix docstring.
2037 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
2038 execute `eval-whenc-compile's body.
2039 (byte-compile-unresolved-functions): Fix docstring.
2040 (byte-compile-eval): New function.
2041 (byte-compile-callargs-warn): Check if the function will be available
2042 at runtime (via property `byte-compile-noruntime').
2043 (byte-compile-print-syms): New function.
2044 (byte-compile-warn-about-unresolved-functions): Also warn about
2045 `noruntime' functions (and use `byte-compile-print-syms').
2046 (byte-compile-file): Capitalize the message.
2047
2048 2000-03-24 Gerd Moellmann <gerd@gnu.org>
2049
2050 * mail/rmail.el (rmail-confirm-expunge): New user-option.
2051 (rmail-expunge): Ask for confirmation depending on the setting
2052 of rmail-confirm-expunge.
2053
2054 2000-03-23 Gerd Moellmann <gerd@gnu.org>
2055
2056 * Makefile (bootstrap-clean): If $(emacs) exists, build
2057 loaddefs.el first. A loaddefs.el that's not up-to-date might
2058 cause a bootstrap failure because things don't autoload as
2059 expected.
2060
2061 2000-03-23 Dave Love <fx@gnu.org>
2062
2063 * net/browse-url.el: Restore previous use of
2064 browse-url-maybe-new-window.
2065
2066 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2067
2068 * ps-print.el: Skip banner page fix.
2069 (ps-print-version): New version number (5.1.2).
2070 (ps-begin-file, ps-end-file, ps-generate): Code fix.
2071
2072 2000-03-23 Dave Pearson <davep@davep.org>
2073
2074 * net/quickurl.el Changed the type of parameter passed to the
2075 function defined by `quickurl-format-function'. Before only the
2076 text of the URL was passed. Now the whole URL structure is passed
2077 and the function is responsible for extracting the parts it
2078 requires. Changed the default of `quickurl-format-function'
2079 accordingly.
2080 (quickurl-insert): Changed the `funcall' of
2081 `quickurl-format-function' to match the above change.
2082 (quickurl-list-insert): Changed the `url' case so that it makes
2083 use of `quickurl-format-function', previous to this the format was
2084 hard wired.
2085
2086 2000-03-22 Gerd Moellmann <gerd@gnu.org>
2087
2088 * startup.el: Change some spellings for the X Window System.
2089
2090 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
2091
2092 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
2093 up the code and the regexp and make sure the cursor is temporarily
2094 moved to the suspicious line while querying the user.
2095
2096 2000-03-22 Jason Rumney <jasonr@gnu.org>
2097
2098 * w32-fns.el (w32-charset-info-alist): Initialize.
2099
2100 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2101
2102 * ps-print.el: N-up last page fix.
2103 (ps-print-version): New version number (5.1.1).
2104 (ps-end-file, ps-end-job, ps-generate): Code fix.
2105
2106 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2107
2108 * files.el (find-file-run-dired): Update docstring.
2109 (find-directory-functions): New hook.
2110 (find-file-noselect): Run find-directory-functions rather than
2111 calling dired directly.
2112
2113 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
2114
2115 * pcvs.el: Add a minimal leading commentary.
2116 (cvs-make-cvs-buffer): Change the header part by removing the startup
2117 message and adding a `Module' entry. Also replace the FOOTER and
2118 HEADER special fileinfos with the new support in ewoc for updating
2119 its own footer and header.
2120 (cvs-update-header): Update to use the header/footer of the ewoc.
2121 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
2122 (cvs-is-within-p): New function.
2123 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
2124 to only examine some subset of the buffers.
2125
2126 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
2127 `format' instead of our own ad-hoc functions.
2128 Remove HEADER and FOOTER cases, now handled in the EWOC.
2129 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
2130
2131 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
2132 output to avoid scaring the user.
2133 (cvs-parse-table): Catch message for non-up-to-date commits.
2134
2135 * pcvs-defs.el (cvs-startup-message): Remove.
2136 (cvs-global-menu): New autoloaded menu.
2137
2138 * pcvs-util.el (cvs-string-fill): Remove.
2139
2140 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
2141 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
2142 PP part of it and also make it work for footers and headers.
2143 (ewoc-create): Drop POS and BUFFER arguments.
2144 Use the DLL's dummy node to store the end-of-footer position.
2145 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
2146 (ewoc-refresh): Remove unused `header' variable.
2147 (ewoc-(get|set)-hf): New functions.
2148
2149 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
2150 log-view-*-(message|file) and use easy-mmode-define-navigation.
2151 (log-view-message-re): Match SCCS format as well.
2152 And match the revision line rather than the dashed separator line.
2153 (log-view-mode): Use the new define-derived-mode.
2154 (log-view-current-tag): Fill in with an actual implementation.
2155
2156 * cvs-status.el (cvs-status-(prev|next)): Rename from
2157 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
2158 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
2159 to let the output "breathe" a little more (more readable).
2160 (cvs-status-mode): Use the new define-derived-mode.
2161
2162 * smerge-mode.el (smerge-auto-leave): New function and variable.
2163 (smerge-basic-map): Rename from smerge-basic-keymap.
2164 Change the bindings for smerge-diff-*.
2165 (smerge-*-map): Use easy-mmode-defmap.
2166 (smerge-(next|prev)): Use easy-mmode-define-navigation.
2167 (smerge-keep-*): Use smerge-auto-leave.
2168
2169 2000-03-21 Jason Rumney <jasonr@gnu.org>
2170
2171 * cus-edit.el (custom-button-face): Use 3D look for w32.
2172 (custom-button-pressed-face): Likewise.
2173
2174 2000-03-21 Gerd Moellmann <gerd@gnu.org>
2175
2176 * progmodes/etags.el (tags-case-fold-search): New user-option.
2177 (tags-loop-eval): New function. Bind case-fold-search around eval
2178 depending on the value of tags-case-fold-search.
2179 (tags-loop-continue): Use tags-loop-eval.
2180 (find-tag-in-order): Bind case-fold-search depending on the value
2181 of tags-case-fold-search.
2182
2183 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2184
2185 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
2186 (diff-end-of-hunk): Return the end position for use in
2187 `easy-mmode-define-navigation'.
2188 (diff-recenter): Remove.
2189 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
2190 of `easy-mmode-define-navigation'.
2191 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
2192 previous renaming) and fix to use new names.
2193 (diff-merge-strings): Use \n as separator: simpler, faster.
2194 (diff-mode): Use `define-derived-mode'.
2195
2196 * derived.el (define-derived-mode): Don't autoload anymore.
2197 Prefer the macro-only version provided by easy-mmode.el.
2198
2199 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
2200 `easy-mmode-define-derived-mode'.
2201 Use `combine-run-hooks'.
2202 (easy-mmode-define-navigation): New macro.
2203
2204 * subr.el (combine-run-hooks): New function.
2205
2206 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
2207
2208 * term/x-win.el: Fontsets related initialization is simplified.
2209
2210 * international/mule-diag.el (describe-font): Don't refer to
2211 global-fontset-alist, instead call font-list.
2212 (describe-fontset, list-fontsets, mule-diag): Likewise.
2213 (print-fontset): Adjusted for the change of fontset
2214 implementation.
2215
2216 * international/fontset.el (x-charset-registries): Variable
2217 removed, instead the corresponding data is stored in the default
2218 fontset.
2219 (register-alternate-fontnames): Function removed.
2220 (resolved-ascii-font): Variable removed.
2221 (x-compose-font-name): Ignore the second argument REDOCE.
2222 (x-complement-fontset-spec): Complement only an ASCII font and
2223 element for those charsets than can use that ASCII font.
2224 (generate-fontset-menu): Don't refer to global-fontset-alist,
2225 instead call fontset-list.
2226 (uninstantiated-fontset-alist): Variable removed.
2227 (x-style-funcs-alist): Likewise.
2228 (fontset-default-styles): Likewise.
2229 (x-modify-font-name): Function removed.
2230 (create-fontset-from-fontset-spec): Ignore the argument
2231 STYLE-VARIANT.
2232 (create-fontset-from-ascii-font): Docsting adjusted for the above
2233 change.
2234 (instantiate-fontset, resolve-fontset-name): Functions removed.
2235 (fontset-list): Now implemented by C code.
2236
2237 * faces.el (read-face-font): Fix TABLE arg to completing-read.
2238 (describe-face): Include `font' attribute in the description.
2239
2240 2000-03-21 Kenichi Handa <handa@etl.go.jp>
2241
2242 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
2243
2244 2000-03-20 Gerd Moellmann <gerd@gnu.org>
2245
2246 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
2247 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
2248 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
2249
2250 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
2251 about behavior of set-buffer-modified-p wrt redisplay.
2252
2253 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2254
2255 * view.el (view-mode-disable): Kill local binding of view-read-only.
2256
2257 2000-03-18 Gerd Moellmann <gerd@gnu.org>
2258
2259 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
2260 is a string, convert it to a syntax cell using string-to-syntax.
2261
2262 * simple.el (syntax-code-table, syntax-flag-table): New variables.
2263 (string-to-syntax): New function.
2264
2265 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
2266 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
2267 try to use passive ftp mode.
2268
2269 2000-03-17 Gerd Moellmann <gerd@gnu.org>
2270
2271 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
2272
2273 * simple.el (append-to-buffer): Update point of windows after
2274 insertion.
2275
2276 * abbrev.el (inverse-add-abbrev): Identify word by first moving
2277 forward then moving backward. Reindent.
2278
2279 * frame.el (other-frame): Call x-focus-frame only if
2280 focus-follows-mouse is off.
2281
2282 2000-03-17 Dave Love <fx@gnu.org>
2283
2284 * pcvs-util.el (cvs-strings->string): Rename
2285 replace-regexps-in-string.
2286
2287 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
2288
2289 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
2290 regexp for labels cannot span several lines.
2291
2292 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
2293 `(setq :<key> ':<key>)' to the macro expansion.
2294
2295 2000-03-16 Dave Love <fx@gnu.org>
2296
2297 * progmodes/f90.el (f90): Put custom group under `languages', not
2298 `fortran'.
2299 (f90-mode-hook): Customize.
2300 (f90-mode): Set add-log-current-defun-function.
2301 (f90-current-defun): New function.
2302
2303 2000-03-16 Gerd Moellmann <gerd@gnu.org>
2304
2305 * cus-edit.el (custom-variable-tag-face): Handle case that
2306 default face's height is not a number.
2307 (custom-face-tag-face, custom-group-tag-face-1)
2308 (custom-group-tag-face): Ditto.
2309 (custom-group-tag-face-1): Add :group.
2310
2311 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
2312
2313 2000-03-15 Gerd Moellmann <gerd@gnu.org>
2314
2315 * pcvs-defs.el (toplevel): Remove autoload cookie for form
2316 requiring easymenu.
2317
2318 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2319
2320 * ps-print.el: PostScript user-defined prologue, PostScript error
2321 handler, doc fix.
2322 (ps-print-version): New version number (5.1).
2323 (ps-user-defined-prologue, ps-error-handler-message)
2324 (ps-print-prologue-0, ps-error-handler-alist): New vars.
2325 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
2326 (ps-insert-string): New function.
2327
2328 2000-03-15 Kenichi Handa <handa@etl.go.jp>
2329
2330 * international/ccl.el (ccl-compile-expression): Don't generate
2331 invalid self-assignment code.
2332
2333 2000-03-14 Dave Love <fx@gnu.org>
2334
2335 * subr.el (replace-regexp-in-string): Renamed from
2336 replace-regexps-in-string. Doc fix.
2337
2338 2000-03-12 Dave Love <fx@gnu.org>
2339
2340 * cus-edit.el: Doc fixes.
2341 (customize-set-variable, customize-save-variable): Rename args for
2342 doc.
2343 (custom-variable-tag-face, custom-face-tag-face)
2344 (custom-group-tag-face-1, custom-group-tag-face): Modify from
2345 style which user identify as hyperlink.
2346 (hook): Don't add undefined functions to the hook.
2347 (debug-ignored-errors): Transfer message from bindings.el.
2348
2349 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2350
2351 * recentf.el (recentf-keep-non-readable-files-p): Remove
2352 double/nested definition.
2353
2354 2000-03-12 Dave Love <fx@gnu.org>
2355
2356 * facemenu.el (facemenu-get-face): Use display-color-p.
2357 * enriched.el (enriched-decode-foreground): Likewise.
2358 (enriched-decode-background): Likewise.
2359 * isearch.el (isearch-highlight): Likewise.
2360 * info-look.el (info-lookup): Likewise.
2361 * simple.el (completion-setup-function): Likewise.
2362
2363 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
2364 :options.
2365
2366 * bindings.el (mode-line-format): Fix line-number and
2367 column-number items. Add help-echo for the background.
2368 (mode-line-mule-info): Modify help-echo.
2369
2370 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
2371 defcustom.
2372
2373 * files.el (load-file): Allow completion to .elc.
2374
2375 * man.el: Doc fixes.
2376 (Man-init-defvars): Use display-color-p to set fontification.
2377
2378 * play/hanoi.el (hanoi-internal): Don't use oddp.
2379
2380 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2381
2382 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2383
2384 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2385
2386 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2387
2388 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2389 Fix comment.
2390
2391 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
2392
2393 * font-lock.el (font-lock-keywords): Fix the doc now that
2394 regexp-opt-depth is unnecessary.
2395 (save-buffer-state): Set an edebug spec.
2396 (font-lock-fontify-anchored-keywords): Properly handle the case when
2397 the matcher goes past the limit.
2398
2399 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2400 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2401
2402 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
2403 dll.el and cookie.el (from Elib) with heavy renaming and other
2404 massaging.
2405
2406 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2407 Autoload the functions used.
2408 (easy-mmode-define-syntax): Fix CL typo.
2409 (easy-mmode-define-derived-mode): Improve the docstring generation.
2410
2411 2000-03-10 Gerd Moellmann <gerd@gnu.org>
2412
2413 * textmodes/texinfo.el (texinfo-version): Variable and function
2414 removed.
2415
2416 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
2417
2418 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2419 allow more flexibility.
2420 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2421 fns.
2422 (easy-mmode-defmap, easy-mmode-defsyntax)
2423 (easy-mmode-define-derived-mode): New macros.
2424
2425 2000-03-09 Didier Verna <didier@xemacs.org>
2426
2427 * rect.el (replace-rectangle): New function.
2428
2429 2000-03-09 Dave Love <fx@gnu.org>
2430
2431 * progmodes/fortran.el (fortran-comment-line-start): Define as
2432 "C".
2433 (fortran-comment-line-start-skip): Don't match cpp stuff.
2434 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
2435 (fortran-mode-map): Remove over-eager custom-menu-create for now.
2436 (fortran-mode): Don't set fortran-comment-line-start-skip,
2437 fortran-comment-line-start here. Set comment-start,
2438 add-log-current-defun.
2439 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2440 (fortran-current-defun): New function.
2441
2442 2000-03-09 Gerd Moellmann <gerd@gnu.org>
2443
2444 * emacs-lisp/re-builder.el: New file.
2445
2446 * mouse.el (mouse-drag-region): Don't run up-event handler
2447 if hscroll has changed.
2448
2449 * octave-mod.el (octave-font-lock-keywords): To font-lock the
2450 builtin operators, use `font-lock-builtin-face' for Emacs and
2451 `font-lock-preprocessor-face' otherwise.
2452
2453 * font-lock.el (lisp-font-lock-keywords-1): Highlight
2454 `(defun (setf foo)' differently.
2455
2456 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
2457
2458 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2459 (regexp-opt): Update comment and adapt the code the new meaning of
2460 the `paren' argument of regex-opt-group for shy-groups.
2461 (regexp-opt-depth): Handle shy groups as well as backslashed
2462 backslashes.
2463 (regexp-opt-group): Turn the leading comment into a docstring.
2464 Allow `paren' to be a string (the string to use to open a group).
2465 Remove open-presuf and close-presuf. Instead of checking for `all
2466 one-char' and then later on check for `several one-char', handle
2467 both cases close together. Also apply a more generic algorithm
2468 for suffixes (the mirror image of the algorithm used for
2469 prefixes). Use shy-groups. Use nreverse rather than reverse.
2470 (regexp-opt-try-suffix): Removed.
2471
2472 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2473 from comint-mode-map, so we can just inherit from it. Also, move
2474 the initialization into the `defvar' since there's no docstring
2475 anyway and it's fairly short.
2476 (inferior-scheme-mode): Define it as derived-mode: the code is
2477 shorter and this way we inherit from comint-mode-map rather than
2478 copying it.
2479
2480 * subr.el (replace-regexps-in-string): Properly handle the case
2481 where we match an empty string.
2482
2483 * comint.el (comint-exec-1): Add the current-dir to the exec-path
2484 when the command has a directory component (such as "./testml").
2485 Also fix a typo in the comment.
2486
2487 2000-03-08 Gerd Moellmann <gerd@gnu.org>
2488
2489 * Makefile (compile-files): Compile files one by one because
2490 that's the only way to ensure a clean compilation environment for
2491 each individual file.
2492
2493 * frame.el (other-frame): Call x-focus-frame.
2494
2495 2000-03-07 Dave Love <fx@gnu.org>
2496
2497 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2498 :require to defcustom.
2499
2500 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2501 lists.
2502
2503 * files.el (auto-mode-alist): Add configure.in.
2504
2505 * progmodes/autoconf.el: New file.
2506
2507 2000-03-07 Gerd Moellmann <gerd@gnu.org>
2508
2509 * mail/mh-e.el: Change maintainer to `none'.
2510
2511 * recentf.el (recentf-keep-non-readable-files-p): Quote args
2512 to remove-hook and add-hook.
2513
2514 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2515
2516 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2517 it as the default.
2518 (mail-send): Test mail-send-nonascii also for the new `mime' value.
2519 (sendmail-send-it): Conditionally add MIME headers specifying the
2520 used character set.
2521
2522 2000-03-07 Dave Love <fx@gnu.org>
2523
2524 * winner.el: Fix keywords, autoload cookies. Split
2525 eval-when-compile form to avoid compilation failure.
2526
2527 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2528
2529 * international/mule.el: Modify comment about coding system
2530 property `coding-category'.
2531 (make-coding-system): New argument EOL-TYPE. Pay attention to
2532 coding-category property of PROPERTIES.
2533
2534 * international/mule-conf.el (coding-category-utf-8,
2535 coding-category-utf-16-be, coding-category-utf-16-le): New coding
2536 categories. Include them in the argument for set-coding-priority.
2537
2538 * international/mule-cmds.el (reset-language-environment): Include
2539 coding-category-utf-8, coding-category-utf-16-be, and
2540 coding-category-utf-16-le in the argument for set-coding-priority.
2541 (reset-language-environment): Initialize coding-category-utf-8,
2542 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2543
2544 2000-03-06 Karl Fogel <kfogel@red-bean.com>
2545
2546 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2547 code abstracted out of `bookmark-jump-noselect'. Now tries info
2548 extensions as well as compression extensions.
2549 (bookmark-jump-noselect): Use above new func.
2550
2551 2000-03-03 Gerd Moellmann <gerd@gnu.org>
2552
2553 * strokes.el: Change maintainer's mail address.
2554
2555 2000-03-03 Kenichi Handa <handa@etl.go.jp>
2556
2557 * international/mule-diag.el (list-character-sets): Make help-echo
2558 string by substitute-command-keys.
2559 (list-character-sets): Likewise.
2560 (sort-listed-character-sets): Call help-setup-xref.
2561
2562 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2563
2564 * time.el (display-time-mail-file): Add `none' to the list of
2565 choices.
2566
2567 2000-03-01 Dave Love <fx@gnu.org>
2568
2569 * help.el (help-xref-go-back): Don't try to set position.
2570
2571 * international/mule-diag.el (list-character-sets): Call
2572 help-setup-xref. Add help-echo to xrefs.
2573 (list-character-sets-1): Add help-echo to xrefs.
2574
2575 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2576
2577 * frame.el (blink-cursor-mode): Switch cursor on when turning
2578 the mode off.
2579
2580 * add-log.el (add-log-current-defun): Add support for
2581 Autoconf mode.
2582
2583 * mail/rmail.el (rmail-quit-hook): New variable.
2584
2585 2000-03-01 Dave Love <fx@gnu.org>
2586
2587 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2588
2589 * help.el (help-xref-button): Add help-echo arg.
2590 (describe-function-1, describe-variable, help-make-xrefs): Use it.
2591
2592 * faces.el (list-faces-display): Supply help-echo with
2593 help-make-xrefs.
2594
2595 * facemenu.el (list-text-properties-at): Set help-xref-stack to
2596 nil.
2597
2598 2000-03-01 Gerd Moellmann <gerd@gnu.org>
2599
2600 * image.el (defimage): Look for image files in load-path.
2601
2602 * frame.el (busy-cursor-delay-seconds): Change type to
2603 `number'.
2604
2605 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2606
2607 * recentf.el (recentf): Added version tag to the defgroup of
2608 recentf.
2609
2610 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2611
2612 * recentf.el (recentf-cleanup): Changed to remove excluded file
2613 too.
2614 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2615 action to select/unselect a file.
2616 (recentf-edit-list): Code cleanup and improvement.
2617 (recentf-open-more-files-action): `recentf-open-more-files' button
2618 widget action to open a file.
2619 (recentf-open-more-files): No more use standard completion but
2620 widgets.
2621 (recentf-more-collection): Deleted.
2622 (recentf-more-history): Deleted.
2623 (recentf-setup-more-completion): Deleted.
2624
2625 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2626
2627 * recentf.el (recentf-mode): No more needs that Emacs is running
2628 under a window-system.
2629
2630 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2631
2632 * recentf.el (recentf-edit-list): New command to edit the recent
2633 list which allow the user to remove files.
2634 (recentf-edit-selected-items): New global variable, used by
2635 `recentf-edit-list' to hold the list of files to be removed from
2636 the recent list.
2637 (recentf-make-menu-items): Updated to display a "Edit list..."
2638 menu item. Minor code cleanup.
2639
2640 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2641
2642 * recentf.el (recentf-open-more-files): New command to open files
2643 that are not displayed in the menu.
2644 (recentf-more-collection): New global variable holding the set of
2645 permissible completions used by `recentf-open-more-files'.
2646 (recentf-more-history): New global variable holding the history list
2647 used by `recentf-open-more-files' completion.
2648 (recentf-setup-more-completion): New function to setup completion for
2649 `recentf-open-more-files'.
2650 (recentf-make-menu-items): Updated to display a "More..." menu item.
2651
2652 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2653
2654 * recentf.el (recentf-menu-action): Doc fixed.
2655
2656 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2657
2658 * recentf.el (recentf-menu-filter): Doc updated.
2659 (recentf-update-menu-hook): Allow menu filters to force menu update.
2660 (recentf-make-menu-items): New menu filter handling.
2661 (recentf-make-menu-item): New helper function.
2662 (recentf-menu-elements): New menu handling function.
2663 (recentf-sort-ascending): Updated to new menu filter handling.
2664 (recentf-sort-descending): Updated to new menu filter handling.
2665 (recentf-sort-basenames-ascending): New menu filter function.
2666 (recentf-sort-basenames-descending): New menu filter function.
2667 (recentf-show-basenames): New menu filter function.
2668 (recentf-show-basenames-ascending): New menu filter function.
2669 (recentf-show-basenames-descending): New menu filter function.
2670
2671 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2672
2673 * diary-lib.el (list-diary-entries): Don't try to go forward at
2674 the end of the buffer.
2675
2676 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2677
2678 * international/mule-diag.el (list-character-sets): Completely
2679 rewritten.
2680 (sort-listed-character-sets): New function.
2681 (list-character-sets-1): Completely rewritten.
2682 (list-character-sets-2): New function.
2683 (non-iso-charset-alist): New variable.
2684 (decode-codepage-char): New function.
2685 (charset-history): New variable.
2686 (read-charset) (list-block-of-chars)
2687 (list-iso-charset-chars)
2688 (list-non-iso-charset-chars)
2689 (list-charset-chars): New functions.
2690 (mule-diag): Call list-character-sets-2, not
2691 list-character-sets-2.
2692 (dump-charsets): Likewise.
2693
2694 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2695
2696 * dired-x.el (dired-filename-at-point): Add `@' to valid
2697 file name characters.
2698 (dired-filename-at-point): Handle ange-ftp file names.
2699
2700 * frame.el (frame-notice-user-settings): Use assq-delete-all
2701 instead of assoc-delete-all.
2702 (frame-notice-user-settings): Ditto.
2703
2704 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2705 Don't copy alist.
2706
2707 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2708
2709 * calculator.el (calculator-use-menu): New option.
2710 (calculator-initial-bindings): Changed some bindings to work as
2711 macros.
2712 (calculator-forced-input): Removed.
2713 (calculator-restart-other-mode): New variable.
2714 (calculator-mode-map): Set up menu.
2715
2716 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2717
2718 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2719 tags.
2720
2721 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2722
2723 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2724 translate all ESC key sequences.
2725 (viper-goto-mark-subr): restore markers for files for which
2726 they were saved.
2727 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2728 * viper-util.el (viper-set-replace-overlay-glyphs,
2729 viper-set-replace-overlay): always check if the replacement
2730 overlay is live.
2731 * viper.el (viper-vi-state-mode-list): added major modes.
2732 * ediff-wind.el: minor comment changes.
2733 * ediff.el: copyright notice date fix.
2734
2735 2000-02-27 Jason Rumney <jasonr@gnu.org>
2736
2737 * faces.el (face-font-family-alternatives): Add arial to helv.
2738 (mode-line, header-line, tool-bar): Same default as x for w32.
2739 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2740 face-font-family-alternatives from working.
2741 * term/w32-win.el (mouse-set-font): Do not build fontset from
2742 chosen font.
2743
2744 2000-02-25 Sam Steingold <sds@goems.com>
2745
2746 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2747 properly.
2748
2749 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2750
2751 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2752
2753 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2754
2755 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2756 writable.
2757
2758 * frame.el (busy-cursor-delay-seconds): New option.
2759
2760 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2761
2762 * frame.el (show-cursor-in-non-selected-windows): New option.
2763
2764 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2765
2766 * diary-lib.el (include-other-diary-files): Undo the selective
2767 display in any included file and don't kill it.
2768
2769 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2770
2771 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2772 bar. Menu items converted to (menu-item format, help strings
2773 added.
2774 [downcase, upcase]: Don't enable on MS-DOS.
2775 [symlink, symlinks]: Don't show if make-symbolic-link is not
2776 bound.
2777 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2778
2779 2000-02-23 Dave Love <fx@gnu.org>
2780
2781 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2782 (backward-kill-word): Revert addition of * to interactive spec --
2783 it's a feature.
2784
2785 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2786 (backward-kill-sentence, kill-sentence): Likewise.
2787
2788 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2789 scratch buffer name.
2790 (gud-format-command): Use int-to-string in ?l case. Simplify
2791 slightly.
2792
2793 * term/w32-win.el (internal-face-interactive): Update prompt for
2794 new read-face-name.
2795
2796 * mail/footnote.el (footnote): Add :version to defgroup.
2797 (footnote-section-tag-regexp): Customize.
2798 (footnote-start-tag, footnote-end-tag): New option.
2799 (footnote-latin-regexp): New variable.
2800 (Footnote-latin): New function.
2801 (footnote-style-alist): Add element for latin style.
2802 (footnote-style): Moved.
2803 (Footnote-goto-footnote): Use eq to test arg.
2804
2805 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2806
2807 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2808 (byte-compile-trueconstp): Include keywords.
2809 (byte-optimize-quote, byte-optimize-lapcode): Use
2810 byte-compile-const-symbol-p.
2811 (byte-optimize-char-before): New optimization.
2812
2813 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2814 (byte-compile-const-symbol-p): New function.
2815 (byte-compile-constp, byte-compile-out-toplevel)
2816 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2817 Use it.
2818
2819 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2820
2821 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2822
2823 * international/encoded-kb.el: Be sure to update minor-mode-alist
2824 and minor-mode-map-alist.
2825 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2826 codes SS2 and SS3 correctly.
2827 (encoded-kbd-self-insert-ccl): New function.
2828 (encoded-kbd-setup-keymap): New function.
2829 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2830 by calling encoded-kbd-setup-keymap.
2831
2832 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2833 characters.
2834 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2835 locally.
2836
2837 2000-02-22 Dave Love <fx@gnu.org>
2838
2839 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2840 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2841 defvar.
2842 (lisp-mode-syntax-table): Set up for #|...|# comments.
2843 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2844 classes. Match `defface'.
2845 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2846 (eval-defun-1): Fix for defcustom.
2847 (lisp-indent-region): Doc fix.
2848
2849 * subr.el (when, unless, split-string): Doc fix.
2850 (read-passwd): Move call of clear-this-command-keys to the right
2851 place.
2852 (replace-regexps-in-string): New function.
2853
2854 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2855
2856 * help.el (describe-variable): Set syntax table to
2857 emacs-lisp-mode-syntax-table when moving forward over the
2858 symbol's name.
2859
2860 2000-02-22 Dave Love <fx@gnu.org>
2861
2862 * xt-mouse.el: Doc fixes.
2863 (xterm-mouse-position-function): New function, replacing advice of
2864 mouse-position.
2865 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2866
2867 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2868
2869 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2870
2871 * format.el (format-annotate-single-property-change): Handle
2872 properties.with dotted-list values.
2873 (format-proper-list-p): New function.
2874
2875 * enriched.el (enriched-face-ans): Handle '(foreground-color
2876 . COLOR) and (background-color . COLOR).
2877
2878 2000-02-20 Dave Love <fx@gnu.org>
2879
2880 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2881 and assignments to it.
2882 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2883 current local map.
2884 (make-flyspell-overlay): Use it.
2885 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2886
2887 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2888 (lm-get-header-re): Defun, not defsubst.
2889 (lm-get-package-name): Defun, not defsubst. Simplify.
2890 (lm-version): Doc fix. Simplify.
2891 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2892 (lm-crack-address, lm-last-modified-date, lm-commentary)
2893 (lm-verify, lm-synopsis): Simplify.
2894 (lm-report-bug): Require emacsbug. Use compose-mail.
2895
2896 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2897
2898 * dired.el (dired-mode): Call propertized-buffer-identification
2899 to set mode-line-buffer-identification to something having
2900 the right text properties.
2901
2902 * bindings.el (propertized-buffer-identification): New function.
2903
2904 2000-02-20 Dave Love <fx@gnu.org>
2905
2906 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2907 check for t-mouse too.
2908
2909 * cus-start.el: Make echo-keystrokes `number'.
2910
2911 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2912
2913 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2914 Don't call ring-empty-p unless tags-location-ring is bound.
2915 From Noah Friedman <friedman@splode.com>.
2916
2917 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2918
2919 * progmodes/hideshow.el (hs-flag-region): No longer use
2920 `intangible' overlay property.
2921
2922 (hs-toggle-hiding): New command.
2923 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2924
2925 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2926 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2927 and deactivation.
2928
2929 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2930
2931 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2932
2933 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2934
2935 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2936
2937 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2938 of `*' to handle `(* ... *)' comments.
2939
2940 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2941
2942 * faces.el (list-faces-display): Use display-mouse-p instead of
2943 window-system.
2944
2945 * menu-bar.el (global-map): Menu-bar items converted to the new
2946 format (menu-item..., rearranged for better CUA compliance, and
2947 their names changed for better clarity. Help strings added.
2948
2949 * international/mule-cmds.el (mule-menu-keymap)
2950 (describe-language-environment-map, set-coding-system-map)
2951 (setup-language-environment-map): Convert to new (menu-item...
2952 form, add help strings. Change names of menu items for better
2953 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2954 submenu).
2955
2956 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2957
2958 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2959 within the code.
2960
2961 2000-02-16 Dave Love <fx@gnu.org>
2962
2963 * faces.el: Don't require custom. Add more specific :groups to
2964 various deffaces.
2965 (set-face-attribute): Purecopy args.
2966 (read-face-name): Default to name at point and use it in prompt.
2967 Remove colon from arg in all callers.
2968 (list-faces-display): Hyperlink to face descriptions and customize
2969 buffers.
2970
2971 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2972
2973 * wid-edit.el (widget-match-inline): An atom never matches a
2974 list.
2975
2976 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2977
2978 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2979 at ':' characters by call to split-string.
2980
2981 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2982
2983 * textmodes/bibtex.el: Added RCS version identification.
2984
2985 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2986
2987 * textmodes/bibtex.el: Some temporary comments removed.
2988 (bibtex-field-name, bibtex-entry-type): Made the relationship
2989 explicit.
2990 (bibtex-field-const): Allow capital letters.
2991 (bibtex-start-of-string): Deleted because unused.
2992
2993 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2994 use the term 'reference' to describe a bibtex entry as a whole.
2995 Further, reference keys are no longer called 'labels'.
2996 (bibtex-keys): Renamed to bibtex-reference-keys.
2997 (bibtex-reformat-previous-labels): Renamed to
2998 bibtex-reformat-previous-reference-keys.
2999 (bibtex-reference-type): Renamed to bibtex-entry-type.
3000 (bibtex-reference-head): Renamed to bibtex-entry-head.
3001 (bibtex-reference-maybe-empty-head): Renamed to
3002 bibtex-entry-maybe-empty-head.
3003 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3004 (bibtex-search-reference): Renamed to bibtex-search-entry.
3005 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3006 bibtex-enclosing-entry-maybe-empty-head.
3007 (bibtex-entry-field-alist, bibtex-entry-head,
3008 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3009 bibtex-map-entries, bibtex-search-entry,
3010 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3011 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3012 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3013 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3014 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3015 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3016 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3017
3018 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3019
3020 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3021 comment.
3022 (bibtex-format-field-delimiters): New function, functionality
3023 extracted from bibtex-format-entry.
3024 (bibtex-autokey-get-yearfield-digits): New function, functionality
3025 extracted from bibtex-autokey-get-yearfield.
3026
3027 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3028 entries in order to avoid stack overflow in the regexp matcher if
3029 field contents become large.
3030 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3031 bibtex-field-string-part-not-braced,
3032 bibtex-field-string-part-no-inner-braces,
3033 bibtex-field-string-part-1-inner-brace,
3034 bibtex-field-string-part-2-inner-braces,
3035 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3036 bibtex-field-string-quoted, bibtex-field-string,
3037 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3038 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3039 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3040 as parsing is now performed by the following functions.
3041 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3042 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3043 bibtex-parse-field-string, bibtex-search-forward-field-string,
3044 bibtex-parse-association, bibtex-field-name-for-parsing,
3045 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3046 bibtex-search-forward-field, bibtex-search-backward-field,
3047 bibtex-start-of-field, bibtex-end-of-field,
3048 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3049 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3050 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3051 bibtex-parse-string, bibtex-search-forward-string,
3052 bibtex-search-backward-string, bibtex-start-of-string,
3053 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3054 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3055 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3056 entries. Instead of reporting the results of the parsing by
3057 match-beginning or match-end, these functions return data structures
3058 that hold the corresponding positions.
3059 (bibtex-enclosing-field): Changed to also report field boundaries by
3060 return values rather than by match-beginning or match-end. The
3061 following functions have been adapted to use the new parsing
3062 functions.
3063 (bibtex-skip-to-valid-entry, bibtex-search-reference,
3064 bibtex-enclosing-field, bibtex-format-entry,
3065 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3066 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3067 bibtex-print-help-message, bibtex-end-of-entry,
3068 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3069 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3070 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3071 method for parsing.
3072 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3073 bibtex-map-entries, bibtex-flash-head,
3074 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3075 bibtex-autokey-change, bibtex-autokey-get-namefield,
3076 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3077 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3078 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3079 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3080 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3081 order to make the new binding of case-fold-search immediately
3082 visible.
3083
3084 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3085
3086 * textmodes/bibtex.el: Copyright notice is up to date.
3087 Added constant 'bibtex-maintainer-salutation.
3088
3089 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3090 than make-temp-name, use match-string-no-properties and eliminate
3091 a quadratic behavior when building bibtex-strings.
3092
3093 * bibtex.el (bibtex-reference-key): Accept string entries whose
3094 reference key contains upper case letters.
3095
3096 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3097
3098 * bibtex.el (bibtex-reference-head): Allow entries to start with
3099 a new line.
3100
3101 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3102
3103 * bibtex.el: Hiding of entry bodies is not longer provided by
3104 bibtex.el directly. Instead the hideshow package can be used.
3105 Added a special bibtex entry to hs-special-modes-alist.
3106 (bibtex-hs-forward-sexp): Added for hideshow.el.
3107
3108 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3109
3110 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3111 at ':' characters by call to split-string.
3112
3113 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3114
3115 * textmodes/bibtex.el: Added RCS version identification.
3116
3117 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3118
3119 * textmodes/bibtex.el: Some temporary comments removed.
3120 (bibtex-field-name, bibtex-entry-type): Made the relationship
3121 explicit.
3122 (bibtex-field-const): Allow capital letters.
3123 (bibtex-start-of-string): Deleted because unused.
3124
3125 * textmodes/bibtex.el: Unified some nomenclature. We no longer
3126 use the term 'reference' to describe a bibtex entry as a whole.
3127 Further, reference keys are no longer called 'labels'.
3128 (bibtex-keys): Renamed to bibtex-reference-keys.
3129 (bibtex-reformat-previous-labels): Renamed to
3130 bibtex-reformat-previous-reference-keys.
3131 (bibtex-reference-type): Renamed to bibtex-entry-type.
3132 (bibtex-reference-head): Renamed to bibtex-entry-head.
3133 (bibtex-reference-maybe-empty-head): Renamed to
3134 bibtex-entry-maybe-empty-head.
3135 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3136 (bibtex-search-reference): Renamed to bibtex-search-entry.
3137 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3138 bibtex-enclosing-entry-maybe-empty-head.
3139 (bibtex-entry-field-alist, bibtex-entry-head,
3140 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3141 bibtex-map-entries, bibtex-search-entry,
3142 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3143 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3144 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3145 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3146 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3147 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3148 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3149
3150 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3151
3152 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3153 comment.
3154 (bibtex-format-field-delimiters): New function, functionality
3155 extracted from bibtex-format-entry.
3156 (bibtex-autokey-get-yearfield-digits): New function, functionality
3157 extracted from bibtex-autokey-get-yearfield.
3158
3159 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3160 entries in order to avoid stack overflow in the regexp matcher if
3161 field contents become large.
3162 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3163 bibtex-field-string-part-not-braced,
3164 bibtex-field-string-part-no-inner-braces,
3165 bibtex-field-string-part-1-inner-brace,
3166 bibtex-field-string-part-2-inner-braces,
3167 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3168 bibtex-field-string-quoted, bibtex-field-string,
3169 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3170 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3171 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3172 as parsing is now performed by the following functions.
3173 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3174 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3175 bibtex-parse-field-string, bibtex-search-forward-field-string,
3176 bibtex-parse-association, bibtex-field-name-for-parsing,
3177 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3178 bibtex-search-forward-field, bibtex-search-backward-field,
3179 bibtex-start-of-field, bibtex-end-of-field,
3180 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3181 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3182 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3183 bibtex-parse-string, bibtex-search-forward-string,
3184 bibtex-search-backward-string, bibtex-start-of-string,
3185 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3186 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3187 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3188 entries. Instead of reporting the results of the parsing by
3189 match-beginning or match-end, these functions return data structures
3190 that hold the corresponding positions.
3191 (bibtex-enclosing-field): Changed to also report field boundaries by
3192 return values rather than by match-beginning or match-end. The
3193 following functions have been adapted to use the new parsing
3194 functions.
3195 (bibtex-skip-to-valid-entry, bibtex-search-reference,
3196 bibtex-enclosing-field, bibtex-format-entry,
3197 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3198 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3199 bibtex-print-help-message, bibtex-end-of-entry,
3200 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3201 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3202 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3203 method for parsing.
3204 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3205 bibtex-map-entries, bibtex-flash-head,
3206 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3207 bibtex-autokey-change, bibtex-autokey-get-namefield,
3208 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3209 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3210 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3211 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3212 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3213 order to make the new binding of case-fold-search immediately
3214 visible.
3215
3216 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3217
3218 * textmodes/bibtex.el: Copyright notice is up to date.
3219 Added constant 'bibtex-maintainer-salutation.
3220
3221 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3222 than make-temp-name, use match-string-no-properties and eliminate
3223 a quadratic behavior when building bibtex-strings.
3224
3225 * bibtex.el (bibtex-reference-key): Accept string entries whose
3226 reference key contains upper case letters.
3227
3228 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3229
3230 * bibtex.el (bibtex-reference-head): Allow entries to start with
3231 a new line.
3232
3233 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3234
3235 * bibtex.el: Hiding of entry bodies is not longer provided by
3236 bibtex.el directly. Instead the hideshow package can be used.
3237 Added a special bibtex entry to hs-special-modes-alist.
3238 (bibtex-hs-forward-sexp): Added for hideshow.el.
3239
3240 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3241
3242 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
3243 proceedings entry type (for cross referencing). Thanks to Wagner
3244 Toledo Correa for the suggestion.
3245
3246 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
3247
3248 2000-02-14 Kenichi Handa <handa@etl.go.jp>
3249
3250 * international/characters.el: Setup case table for Vietnamese.
3251
3252 2000-02-12 Gerd Moellmann <gerd@gnu.org>
3253
3254 * uniquify.el (toplevel): Require CL at compile time.
3255 (uniquify-push): Removed.
3256
3257 * shadowfile.el (shadow-when): Removed.
3258
3259 * tempo.el (tempo-dolist, tempo-mapc): Removed.
3260 (tempo-process-and-insert-string): Use dolist instead of
3261 tempo-dolist.
3262
3263 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
3264 regexp for paragraph-start.
3265
3266 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
3267 commas as well.
3268
3269 2000-02-10 Dave Love <fx@gnu.org>
3270
3271 * wid-edit.el: (widgets) [defgroup]: Remove url link.
3272 (widget-color-choice-list, widget-color-history, widget-mouse-help):
3273 Deleted.
3274 (widget-specify-field, widget-specify-button): Don't use
3275 widget-mouse-help as help-echo property.
3276 (default): Use #'ignore for :validate and :mouse-down-action.
3277 (checkbox): Add help-echo.
3278 (widget-sexp-validate): Rewritten to clarify error messages.
3279 (character): Use char-valid-p in :match function.
3280 (widget-color-complete): Use facemenu-color-alist.
3281 (widget-color-action): Use facemenu-read-color.
3282
3283 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
3284 set up `caar' &c that we now have.
3285
3286 2000-02-09 Ray Blaak <blaak@gnu.org>
3287
3288 * delphi.el: Make resourcestring a declaration region, like const
3289 and var.
3290
3291 2000-02-09 Dave Love <fx@gnu.org>
3292
3293 * bindings.el (mode-line-input-method-map): New variable.
3294 (mode-line-mule-info): Use it; fix last change.
3295 (mode-line-mode-menu): Move definition.
3296 (mode-line-mouse-sensitive-p): Deleted.
3297 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
3298 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
3299 level.
3300
3301 * startup.el (command-line-1): Don't call
3302 make-mode-line-mouse-sensitive.
3303
3304 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3305
3306 * mail/rmail.el (rmail-retry-failure): Use
3307 rmail-beginning-of-message before rmail-toggle-header, because the
3308 former toggles headers.
3309
3310 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
3311
3312 * diff-mode.el (diff-kill-junk): New interactive function.
3313 (diff-reverse-direction): Use delete-and-extract-region.
3314 (diff-post-command-hook): Restrict the area so that the hook also works
3315 outside of any diff hunk. This is necessary for the minor-mode.
3316 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
3317 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
3318
3319 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
3320 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
3321 so that it can be used more easily in <foo>-mode-hook. Also make sure
3322 to avoid duplicate entries.
3323 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
3324 (font-lock-remove-keywords): Just as was done for `add', allow it to
3325 work even if font-lock-mode is nil. Also make sure we don't modify
3326 any pre-existing list by forcing a copy-sequence. Finally rename
3327 `major-mode' to `mode'.
3328 (font-lock-fontify-syntactic-anchored-keywords)
3329 (font-lock-fontify-anchored-keywords)
3330 (font-lock-fontify-keywords-region): Use line-end-position.
3331 Don't make `font-lock-multiline' local (it's now done in
3332 font-lock-set-defaults).
3333 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
3334 move the `font-lock-fontified' creation to inside the `unless'.
3335
3336 2000-02-06 Andrew Innes <andrewi@gnu.org>
3337
3338 * term/w32-win.el (x-handle-args): Comment out call to message,
3339 which occurs before window system is initialized.
3340
3341 * makefile.nt: Add support for recompiling lisp code.
3342
3343 2000-02-04 Dave Love <fx@gnu.org>
3344
3345 * bindings.el (mode-line-mule-info): Fix/extend last change.
3346
3347 * completion.el: Replace completion-dolist with dolist.
3348
3349 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
3350 dotimes.
3351
3352 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
3353
3354 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
3355 environment names before they go into the section regexp.
3356
3357 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
3358 char class in regexp.
3359
3360 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
3361 `case-fold-search' to nil.
3362
3363 * progmodes/idlwave.el (idlwave-template): Respect
3364 `idlwave-abbrev-change-case'.
3365 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
3366 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
3367 idlwave-while): respect `idlwave-reserved-word-upcase'.
3368 (idlwave-rw-case): New function.
3369 (idlwave-statement-match): Fixed problem with assignment regexp.
3370 (idlwave-font-lock-keywords): Improved regexp for keyword
3371 parameters.
3372 (idlwave-surround): New argument LENGTH to support padding of
3373 operators longer than 1 char.
3374
3375 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
3376 idlwave-shell-expression-overlay. Implemented printing of
3377 expressions on higher levels of the calling stack.
3378 (idlwave-shell-display-level-in-calling-stack): Restore stack
3379 level.
3380 (idlwave-retrieve-expression-from-level): New function.
3381 (idlwave-shell-last-calling-stack): Variable removed.
3382 (idlwave-shell-reset): Argument action reversed (`visible' to
3383 `hidden'). Also remove stop-line overlay.
3384 (idlwave-shell-calling-stack-routine): New variable.
3385 (idlwave-shell-parse-stack-and-display): Messages now display
3386 negative level numbers.
3387 (idlwave-shell-mode): Set `modeline-format'.
3388 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3389 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3390 21.
3391 (idlwave-shell-print-expression-function): New option.
3392
3393 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3394 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3395 `tool-bar' instead of `toolbar'.
3396
3397 2000-02-02 Dave Love <fx@gnu.org>
3398
3399 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3400 emacs-lisp-mode-hook. Don't check for defalias being defined.
3401
3402 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3403 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
3404 the new builtins directly.
3405
3406 * whitespace.el (whitespace): Add :version to defgroup.
3407
3408 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3409 Doc fix.
3410
3411 * thingatpt.el (sexp-at-point, symbol-at-point)
3412 (number-at-point, list-at-point): Add autoload cookie.
3413
3414 * recentf.el (recentf): Add :version to defgroup.
3415
3416 * quickurl.el (quickurl): Add :version to defgroup.
3417
3418 * elide-head.el (elide-head): Use point-marker more.
3419
3420 * bs.el (bs): Add :version to defgroup.
3421
3422 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3423
3424 * progmodes/delphi.el (delphi): Add :version to defgroup.
3425
3426 2000-02-02 Gerd Moellmann <gerd@gnu.org>
3427
3428 * ange-ftp.el (ange-ftp-write-region): Handle case that
3429 succeeding process operation sets a different coding system.
3430
3431 * calculator.el: New file.
3432
3433 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3434
3435 * frame.el (frames-on-display-list, framep-on-display): New
3436 functions.
3437 (display-mouse-p, display-popup-menus-p, display-graphic-p)
3438 (display-selections-p, display-screens, display-pixel-width)
3439 (display-pixel-height, display-mm-width, display-mm-height)
3440 (display-backing-store, display-save-under, display-planes)
3441 (display-color-cells, display-visual-class): New functions.
3442
3443 * term/tty-colors.el (tty-color-gray-shades): New function.
3444
3445 * faces.el (display-color-p): Use framep-on-display.
3446 (display-grayscale-p): New function.
3447
3448 2000-01-31 Dave Love <fx@gnu.org>
3449
3450 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3451 (create-fontset-from-x-resource): Don't concat integers.
3452
3453 2000-01-31 Inge Frick <inge@nada.kth.se>
3454
3455 * view.el: Some changes in documentation. Removed some trailing
3456 whitespace. Changed some parameter names to agree with
3457 documentation.
3458 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3459 window is not deleted. Modifies change 1998-04-26.
3460
3461 2000-01-31 Gerd Moellmann <gerd@gnu.org>
3462
3463 * windmove.el: New file.
3464
3465 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3466 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3467 progmodes/ebnf-yac.el: Update copyright and license info.
3468
3469 * jit-lock.el (jit-lock-function): Widen before calculating end
3470 position.
3471 (jit-lock-stealth-chunk-start): Rewritten.
3472
3473 * info.el (Info-title-face-alist): Removed.
3474 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3475 faces.
3476 (Info-fontify-node): Use these faces.
3477
3478 2000-01-30 Gerd Moellmann <gerd@gnu.org>
3479
3480 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3481 (cl-macro-list1): Recognize `&allow-other-keys' instead of
3482 `&allow-other-keywords'.
3483
3484 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3485 the list of directories scanned heuristically.
3486
3487 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3488 exist.
3489
3490 2000-01-30 Jason Rumney <jasonr@gnu.org>
3491
3492 * w32-fns.el: Define w32-tty-standard-colors.
3493
3494 * startup.el (command-line): Use w32-tty-standard-colors when in
3495 w32 console mode.
3496
3497 2000-01-30 Dave Love <fx@gnu.org>
3498
3499 * jka-compr.el (jka-compr-load): Fix up load-history.
3500
3501 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3502
3503 * emacs-lisp/cl-macs.el: Revert previous change.
3504
3505 2000-01-29 Dave Love <fx@gnu.org>
3506
3507 * facemenu.el: Purecopy various strings.
3508
3509 * timezone.el (timezone-fix-time): Window against 69 for two-digit
3510 years. Deal with three-digit years.
3511
3512 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3513 defconst, purecopy.
3514 (help-back-label): Purecopy it.
3515
3516 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3517
3518 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3519 variable. If non-nil, order the buffer list according to the
3520 currently selected frame.
3521 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3522 non-nil, pass the selected frame to function buffer-list.
3523
3524 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3525
3526 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3527
3528 2000-01-28 Dave Love <fx@gnu.org>
3529
3530 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3531
3532 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3533 Don't use lisp-indent-hook property.
3534 (cl-abs): Remove.
3535
3536 * subr.el: Move out indent and edebug specs for when and unless.
3537
3538 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3539 when, unless.
3540
3541 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3542 unless, when.
3543
3544 2000-01-28 Gerd Moellmann <gerd@gnu.org>
3545
3546 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3547 `collecting' as synonym for `collect'.
3548
3549 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3550 for the case it contains spaces.
3551
3552 * simple.el (what-cursor-position): Change formatting of
3553 messages.
3554
3555 * frame.el (delete-other-frames): New function.
3556 (toplevel): Bind it to C-x 5 1.
3557
3558 * sort.el (sort-numeric-base): New option.
3559 (sort-numeric-fields): If number starts with `0' or `0[xX[',
3560 interpret it as octal or hexadecimal. Use sort-numeric-base
3561 as default base.
3562
3563 * progmodes/glasses.el: New file.
3564
3565 2000-01-27 Gerd Moellmann <gerd@gnu.org>
3566
3567 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3568 userids differently.
3569
3570 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3571 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3572 progmodes/ebnf-yac.el: New files.
3573
3574 2000-01-26 Dave Love <fx@gnu.org>
3575
3576 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3577 on a function with an empty body. [From Eric Ludlam.]
3578
3579 2000-01-25 Andre Spiegel <spiegel@gnu.org>
3580
3581 * vc.el (vc-version-diff): Make sure file name is expanded.
3582
3583 2000-01-25 Gerd Moellmann <gerd@gnu.org>
3584
3585 * scroll-bar.el (scroll-bar-timer): Variable removed.
3586 (scroll-bar-toolkit-scroll): Don't use a timer.
3587
3588 2000-01-25 Kenichi Handa <handa@etl.go.jp>
3589
3590 * language/thai-util.el (thai-composition-function): Delete
3591 superfluous `a'.
3592
3593 2000-01-24 Dave Love <fx@gnu.org>
3594
3595 * fortran.el (fortran-mode): Use beginning-of-defun-function,
3596 end-of-defun-function.
3597
3598 * font-lock.el (turn-on-font-lock): Don't depend on window-system
3599 &c.
3600
3601 2000-01-22 Jason Rumney <jasonr@gnu.org>
3602
3603 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3604 conflicts with new face support.
3605
3606 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3607
3608 * replace.el (query-replace): Rename last arg to DELIMITED.
3609 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3610 (query-replace-regexp): Likewise.
3611
3612 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3613
3614 * subr.el (with-syntax-table): Use make-symbol, not gensym.
3615
3616 * emacs-lisp/lisp.el (beginning-of-defun-function):
3617 Variable renamed from beginning-of-defun.
3618 Do not call make-variable-buffer-local.
3619 (beginning-of-defun-raw): Use new variable name; doc fix.
3620 (beginning-of-defun): Doc fix.
3621 (end-of-defun-function): Variable renamed from end-of-defun.
3622 Do not call make-variable-buffer-local.
3623 (end-of-defun): Use new variable name; doc fix.
3624
3625 * subr.el (dolist, dotimes): Copied from cl-macs.el
3626 and made to work.
3627
3628 * mail/undigest.el (rmail-digest-end-regexps):
3629 Variable replaces rmail-digest-end-regexp.
3630 Allows multiple regexps for detecting the end line.
3631 (undigestify-rmail-message): Corresponding changes.
3632
3633 2000-01-19 Dave Love <fx@gnu.org>
3634
3635 * files.el (user-init-file): Don't declare here -- is primitive.
3636
3637 * startup.el (command-line): Check for compiled user-init-file and
3638 set to uncompiled version if necessary.
3639
3640 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3641
3642 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3643 (undigestify-rmail-message): Use it.
3644
3645 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3646
3647 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3648
3649 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3650 of mini-buffer.
3651
3652 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3653
3654 * emacs-lisp/copyright.el (copyright-update): Removed the
3655 requirement for a trailing space from `copyright-regexp', to
3656 support copyrights with owner specified on a separate line..
3657
3658 * align.el: New file.
3659
3660 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3661
3662 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3663
3664 2000-01-13 Dave Love <fx@gnu.org>
3665
3666 * ph.el: Removed. (Obsoleted by EUDC.)
3667
3668 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3669
3670 * net/eudc.el (toplevel): Remove autoloaded code installing
3671 menu with easymenu, because that causes build problems.
3672
3673 * frame.el (frame-notice-user-settings): New variable.
3674 (frame-notice-user-settings): Don't modify frame parameters
3675 if called a second time.
3676
3677 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3678
3679 * frame.el (frame-notice-user-settings):
3680 Notice default-frame-parameters even for non-window frames.
3681
3682 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3683
3684 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3685 for Emacs.
3686 (eudc-bob-can-display-inline-images): Extend for Emacs.
3687 (eudc-bob-toggle-inline-display): Ditto.
3688 (eudc-bob-display-jpeg): Ditto.
3689
3690 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3691
3692 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3693 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3694 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3695
3696 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3697 nil)'.
3698
3699 * subdirs.el: Add `net' directory.
3700
3701 * net: New directory.
3702
3703 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3704 eval-last-sexp. Don't bind debug-on-error here.
3705 (eval-last-sexp): New function. Bind debug-on-error if
3706 eval-expression-debug-on-error is non-nil.
3707 (eval-defun-2, eval-defun): Likewise.
3708
3709 * simple.el (eval-expression): Don't bind debug-on-error if
3710 eval-expression-debug-on-error is nil. Detect changed
3711 debug-on-error, and propagate new value to global binding, if
3712 eval-expression-debug-on-error is non-nil,
3713 (eval-expression-debug-on-error): Change doc string.
3714
3715 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3716
3717 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3718
3719 * emacs-lisp/lisp-mode.el (with-syntax-table):
3720 Set up lisp-indent-function property.
3721
3722 * subr.el (with-syntax-table): Moved from simple.el.
3723
3724 * simple.el (with-syntax-table): Moved to subr.el.
3725
3726 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3727
3728 * tmm.el (tmm-shortcut): Delete region after prompt instead
3729 of erasing buffer.
3730
3731 * textmodes/fill.el (fill-common-string-prefix): New function.
3732 (fill-context-prefix): Use the longest common prefix of first
3733 and second line fill prefix, if there is one.
3734
3735 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3736
3737 * array.el (array-mode): Don't use make-variable-buffer-local.
3738 Use make-local-variable for `truncate-lines'.
3739
3740 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3741
3742 * add-log.el (add-log-current-defun): Handle user-defined
3743 add-log-current-function returning nil,
3744
3745 * add-log.el (add-change-log-entry): Insert version number
3746 if having found a current function
3747
3748 * add-log.el (add-log-current-defun): Call
3749 `add-log-current-defun-function'. Try matches at level 0 and
3750 level 1. Strip whitespace from defun found.
3751
3752 2000-01-10 John Wiegley <johnw@gnu.org>
3753
3754 * allout.el (isearch-done/outline-provisions): Added `edit'
3755 argument to correspond with the current definition of
3756 `isearch-done'.
3757
3758 2000-01-10 Dave Love <fx@gnu.org>
3759
3760 * elide-head.el (elide-head): Use point-marker, not point.
3761
3762 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3763
3764 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3765 before and after the year 2000.
3766
3767 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3768 Add ispell- prefix.
3769
3770 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3771
3772 * ispell.el: Only define dictionaries in menus when they exist.
3773 (version18p): New variable.
3774 (version20p): New variable.
3775 (xemacsp): New variable.
3776 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3777 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3778 (ispell-dictionary-alist6): Russian command lines no longer accept
3779 run-together words.
3780 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3781 (ispell-dictionary-alist): Add koi8-r to customize definition.
3782 (check-ispell-version): Added documentation string. Returns
3783 library path when called non-interactively.
3784 (ispell-menu-map-needed): Uses new variables.
3785 (ispell-library-path): New variable.
3786 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3787 (ispell-word): Improved documentation string. Test for valid
3788 character mappings. Correctly check typed in word changes that can
3789 result in single words split into multiple words. Returns
3790 replacement word.
3791 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3792 replace in recursive query replace mode. Help message for
3793 recursive edit mode.
3794 (ispell-show-choices): Protect against bad framepop bindings.
3795 (ispell-help): Fix to work with XEmacs.
3796 (ispell-highlight-spelling-error): Use new variables.
3797 (ispell-overlay-window): Fix to work with XEmacs.
3798 (ispell-parse-output): Passed and returns location information
3799 tracking spelling corrections. Doesn't recheck same word on
3800 current line.
3801 (ispell-init-process): Protect against bogus XEmacs variable binding.
3802 Fix call to single argument in sleep-for. Use new variables.
3803 (ispell-region): Passed and returns location information tracking
3804 spelling corrections. Doesn't check same word on current line.
3805 Improved documentation string. Doesn't resend a line already
3806 checked to the ispell process - fixes bug in LaTeX parsing.
3807 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3808 (ispell-skip-region): No longer skips <TT> in SGML.
3809 (ispell-process-line): Tracks location information with spelling
3810 corrections. Added documentation string. Accounts for words
3811 already accepted on this line. Don't allow query-replace on line
3812 starting with math characters. Doesn't resend a line already sent
3813 to ispell process. Fixes alignment error bug.
3814
3815 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3816
3817 * dired-x.el (dired-guess-shell-alist-default):
3818 Suggest xloadimage, which is free, not xv, which isn't.
3819
3820 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3821 Don't ever include the host name or user name in the value.
3822
3823 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3824
3825 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3826 of a real newline.
3827
3828 2000-01-09 Stephen Eglen <stephen@gnu.org>
3829
3830 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3831 for .png files.
3832
3833 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3834
3835 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3836
3837 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3838
3839 * progmodes/cperl-mode.el: Replace ^F with ^L.
3840
3841 * sendmail.el (toplevel): Provide `sendmail' when compiling
3842 before `require'ing rmail and mailalias to prevent infinite
3843 recursion.
3844
3845 2000-01-08 Dave Love <fx@gnu.org>
3846
3847 * emacs-lisp/backquote.el: Remove inappropriate customization
3848 (allowing custom.el to use backquote).
3849
3850 2000-01-07 Dave Love <fx@gnu.org>
3851
3852 * add-log.el (add-log-debugging): Deleted.
3853 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3854 file. Remove debugging code.
3855 (change-log-get-method-definition, change-log-name): Add doc.
3856 (change-log-sortable-date-at): New function.
3857 (change-log-merge): New command.
3858
3859 * time.el (display-time-string-forms): Make the Mail string active.
3860 (display-time-update): Provide help-echo for load average.
3861
3862 * bindings.el (make-mode-line-mouse2-map): New function.
3863 (mode-line-modified): Use it and simplify.
3864 (mode-line-mule-info): Provide help-echo info.
3865 (minor-mode-alist): Activate the strings.
3866 (make-mode-line-mouse-sensitive): Simplify for
3867 mode-line-buffer-identification.
3868
3869 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3870
3871 * play/pong.el: New file.
3872
3873 2000-01-06 Dave Love <fx@gnu.org>
3874
3875 * array.el: Assorted cleanups for compiler warnings, doc strings,
3876 `array-' prefix for symbols.
3877
3878 2000-01-05 Dave Love <fx@gnu.org>
3879
3880 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3881 outline-headers-as-kill.
3882 (outline-mode): Define imenu-generic-expression.
3883 (outline-headers-as-kill): New command.
3884
3885 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3886 from paragraph-start.
3887 (paragraph-indent-minor-mode): New command.
3888
3889 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3890 M-C-e, M-C-h, C-j, C-xnd, TAB.
3891 (fortran-mode): Set beginning-of-defun, end-of-defun.
3892 (fortran-column-ruler): Simplify.
3893 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3894 (fortran-with-subprogram-narrowing): Likewise.
3895 (fortran-indent-subprogram): Call mark-defun.
3896 (fortran-check-for-matching-do): Change narrowing.
3897
3898 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3899 (cl-lucid-hash-tag): Delete.
3900 (cl-hash-table-p): Correct test for native table.
3901 (cl-hash-table-count): Use hash-table-count.
3902
3903 * browse-url.el (browse-url): Fix case of
3904 browse-url-browser-function being an alist.
3905
3906 2000-01-05 Carsten Dominik <cd@gnu.org>
3907
3908 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3909 (reftex-index-phrase-file-extension): New options.
3910
3911 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3912 Use new option `reftex-index-phrase-file-extension'.
3913
3914 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3915 `reftex-parse-file-extension'.
3916
3917 2000-01-05 Dave Love <fx@gnu.org>
3918
3919 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3920 (beginning-of-defun-raw): Use it.
3921 (end-of-defun): New variable.
3922 (end-of-defun): Use it.
3923 (check-parens): New command.
3924
3925 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3926
3927 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3928 (hs-show-block): Don't use `mapcar' when not accumulating.
3929
3930 Fix buglet in local variables initialization.
3931
3932 2000-01-05 Andreas Schwab <schwab@suse.de>
3933
3934 * hscroll.el (hscroll): Doc fix.
3935
3936 2000-01-05 Carsten Dominik <cd@gnu.org>
3937
3938 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3939 idlw-toolbar.
3940
3941 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3942 file idlw-rinfo.el.
3943 (idlwave-customize): load must read file idlw-shell.el.
3944 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3945
3946 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3947
3948 * progmodes/idlw-shell.el: Also provide idlwave-shell
3949 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3950 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3951
3952 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3953 both reftex-dcr and reftex-vcr.
3954
3955 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3956
3957 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3958
3959 * ps-print.el: PostScript code now is in separate files, doc fix.
3960 (ps-print-version): New version number (5.0.3).
3961 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3962 local.
3963 (ps-spool-config): Initialization fix.
3964 (ps-print-prologue-1, ps-print-prologue-2)
3965 (ps-print-duplex-feature): PostScript code moved to separated file.
3966 (ps-background-image): Little code reformating.
3967 (ps-begin-file, ps-begin-job): Fix code.
3968 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3969 (ps-prologue-file): New fun.
3970
3971 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3972
3973 * ps-vars.el: Eliminated.
3974
3975 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3976 `;;;###autoload'.
3977
3978 * ps-print.el: ps-vars eliminated, doc fix.
3979 (ps-print-version): New version number (5.0.2).
3980 (ps-spool-config): Initialization fix.
3981 (ps-print-customize): New fun.
3982
3983 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3984
3985 * autorevert.el (auto-revert-mode): Return value of
3986 auto-revert-mode.
3987
3988 2000-01-04 Dave Love <fx@gnu.org>
3989
3990 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3991 menu items.
3992
3993 2000-01-03 Dave Love <fx@gnu.org>
3994
3995 * elide-head.el (elide-head) [defgroup]: Add :version.
3996
3997 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3998 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3999 `cl-hash-table-p', not `hash-table-p'.
4000 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
4001
4002 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4003
4004 * faces.el (face-read-integer, read-face-attribute)
4005 (color-defined-p, color-values): unspecified-{f,b}g are now
4006 strings.
4007
4008 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
4009
4010 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
4011 at comment end, and re-insert them after filling.
4012
4013 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4014
4015 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
4016 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
4017 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
4018
4019 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4020
4021 * term/x-win.el (xw-defined-colors): Call color-supported-p,
4022 the new name of face-color-supported-p.
4023
4024 * term/w32-win.el (xw-defined-colors): Likewise.
4025
4026 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4027
4028 * simple.el (completion-setup-function): Count completion-size
4029 from minibuffer-prompt-end, not from point-min.
4030
4031 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
4032
4033 * faces.el (read-face-attribute, defined-colors, color-defined-p):
4034 Pass the frame to tty-color-* functions.
4035 (display-color-p, frame-set-background-mode): Pass the frame to
4036 tty-display-color-p.
4037
4038 * term/tty-colors.el (tty-defined-color-alist): Renamed from
4039 tty-color-alist.
4040 (tty-color-alist, tty-modify-color-alist): New functions.
4041 (tty-color-define, tty-color-clear, tty-color-approximate)
4042 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
4043 an optional parameter FRAME.
4044
4045 2000-01-01 Gerd Moellmann <gerd@gnu.org>
4046
4047 * image.el (create-image, defimage): Don't assume image data is a
4048 string.
4049
4050 * image.el (defimage): Handle specifications containing :data
4051 instead of :file.
4052 (image-type-from-data): New function.
4053 (image-type-from-file-header): Use it.
4054 (create-image): Add parameter DATA-P.
4055
4056 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4057
4058 * echistory.el (electric-command-history): Call Command-history-setup
4059 and command-history-mode using their new conventions.
4060
4061 * chistory.el (Command-history-setup): Don't switch buffers. Take
4062 no args, and do not set major-mode, mode-name or the local map.
4063 (command-history-mode): New function, does some of those things
4064 Command-history-setup used to do.
4065 (list-command-history): Call command-history-mode, not
4066 Command-history-setup.
4067 (command-history): Renamed from command-history-mode.
4068
4069 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4070
4071 * arc-mode.el (archive-mode-map): Bind q to quit-window.
4072
4073 1999-12-31 William M. Perry <wmperry@aventail.com>
4074
4075 * image.el (defimage): Images with the `:data' keyword should be
4076 considered valid as well.
4077
4078 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4079
4080 * dired.el (dired-get-filename): Don't call file-name-absolute-p
4081 with FILE if FILE is nil.
4082
4083 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4084
4085 * simple.el (choose-completion-string): In minibuffer,
4086 do not delete the prompt string.
4087
4088 1999-12-30 Gerd Moellmann <gerd@gnu.org>
4089
4090 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
4091 assigned to mode-line-mode-menu because bindings.el is dumped with
4092 Emacs, and thus the lists used for menu-item definition will be
4093 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
4094 like pure menu item definitions.
4095
4096 * expand.el (expand-abbrev-hook): Return t if expansion was
4097 done, nil otherwise.
4098
4099 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4100
4101 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
4102 (tar-quit): Function deleted.
4103
4104 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4105
4106 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
4107 was used but not declared.
4108
4109 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
4110 hs-find-block-beginning): Add or modify docstrings.
4111
4112 (hs-isearch-show): Rewrite.
4113
4114 1999-12-28 Gerd Moellmann <gerd@gnu.org>
4115
4116 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
4117
4118 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
4119 space in front of a C-style comment end.
4120
4121 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
4122
4123 * startup.el (command-line-1): Make mode line mouse-sensitive for
4124 the MS-DOS version as well.
4125
4126 1999-12-28 Gerd Moellmann <gerd@gnu.org>
4127
4128 * bs.el: New file.
4129
4130 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4131
4132 * textmodes/ispell.el (ispell-process-line):
4133 Add local var line-offset to adjust for the change
4134 in positions within the line, due to previous replacements.
4135
4136 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4137
4138 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4139 Doc fixes.
4140
4141 1999-12-27 Gerd Moellmann <gerd@gnu.org>
4142
4143 * add-log.el (change-log-version-number-regexp-list)
4144 (change-log-version-info-enabled): Change :version to 21.1.
4145 (toplevel): Require CL when compiling.
4146
4147 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
4148
4149 * add-log.el (change-log-version-number-regexp-list): Added tag
4150 :version 20.6
4151 (change-log-version-info-enabled): Added tag :version 20.6
4152
4153 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
4154
4155 * add-log.el: More general version number search with
4156 user-configurable regexp list.
4157 (change-log-version-number-regexp-list): New user variable.
4158 (change-log-find-version): Rewritten. Use user-configurable
4159 version numbering regexp list
4160 change-log-version-number-regexp-list.
4161 (change-log-find-version): Renamed to
4162 change-log-version-number-search
4163 (add-log-file-name-function): New.
4164 (change-log-search-vc-number): Added END paramaeter. Added doc
4165 string to function.
4166 (change-log-version-rcs): Renamed. Was
4167 change-log-search-vc-number.
4168
4169 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4170
4171 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
4172 overlays if they interfere.
4173 (compilation-find-file): Make intangible overlays tangible.
4174
4175 * progmodes/hideshow.el: Generally, synch w/ maintainer
4176 version 5.9.
4177
4178 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
4179
4180 (hs-minor-mode-hook): Don't initialize.
4181
4182 (hs-special-modes-alist): Rewrite value and docstring.
4183
4184 (hs-minor-mode-prefix): Delete unused var.
4185
4186 (hs-block-start-mdata-select): New var, buffer local.
4187
4188 (hs-headline): New var.
4189
4190 (hs-match-data, hs-forward-sexp): New funcs.
4191
4192 (hs-hide-comment-region): New func.
4193
4194 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
4195 hs-safety-is-job-n, hs-hide-initial-comment-block,
4196 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
4197 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
4198 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
4199 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
4200 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
4201
4202 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
4203 (hs-isearch-show-temporary): New funcs.
4204
4205 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
4206
4207 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
4208
4209 When constructing menu, use `[(shift button2)]' notation.
4210
4211 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4212
4213 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
4214 (jka-compr-compression-info-list): Add new elt to each vector.
4215 (jka-compr-write-region): Don't compress the data if it is
4216 already compressed.
4217
4218 * jka-compr.el (jka-compr-really-do-compress): New variable.
4219 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
4220 if visiting.
4221 (jka-compr-write-region): Set jka-compr-really-do-compress
4222 if visiting. Test it when deciding to compress.
4223
4224 1999-12-22 Gerd Moellmann <gerd@gnu.org>
4225
4226 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
4227 with third argument t.
4228
4229 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4230
4231 * antlr-mode.el: Version 1.2 is released.
4232 (antlr): This package has a web page.
4233
4234 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4235
4236 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
4237 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
4238 (antlr-mode-map): New binding [C-c C-c].
4239 (antlr-mode-menu): New entries.
4240
4241 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4242
4243 * antlr-mode.el: Respect Emacs conventions.
4244 ((require 'cl)): Only use during compilation.
4245 (antlr-language-for-option): New function to avoid using `find'.
4246 (antlr-mode): Use it.
4247 (antlr-with-syntax-table): Define new instead using XEmacs' one.
4248 (antlr-imenu-create-index-function): Change accordingly.
4249 (antlr-inside-rule-p): Ditto.
4250 (antlr-end-of-rule): Ditto.
4251 (antlr-end-of-body): Ditto.
4252 (antlr-beginning-of-rule): Ditto.
4253 (antlr-indent-line): Ditto.
4254
4255 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
4256
4257 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
4258 (antlr-set-tabs): Don't use hard-coded values.
4259
4260 * antlr-mode.el: Minor navigation changes. Not perfect, but this
4261 won't be possible without a huge time penalty.
4262 (antlr-skip-exception-part): Be more specific.
4263 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
4264 Renamed from `antlr-skip-grammar-header'.
4265 (antlr-next-rule): Change accordingly.
4266 (antlr-end-of-body): Ditto. Better error message.
4267 (antlr-beginning-of-body): Better error message.
4268 (antlr-imenu-create-index-function): Skip rule action prelude.
4269
4270 * antlr-mode.el: Minor syntax highlighting changes.
4271 (antlr-font-lock-default-face): Deletia.
4272 (antlr-font-lock-tokendef-face): Changed color.
4273 (antlr-font-lock-tokenref-face): Changed color.
4274 (antlr-font-lock-literal-face): Changed color.
4275 (antlr-font-lock-additional-keywords): Minor changes.
4276
4277 1999-12-20 Carsten Dominik <cd@gnu.org>
4278
4279 * progmodes/idlwave.el: New file.
4280
4281 * progmodes/idlwave-rinfo.el: New file.
4282
4283 * progmodes/idlwave-shell.el: New file.
4284
4285 * progmodes/idlwave-toolbar.el: New file.
4286
4287 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
4288
4289 1999-12-21 Gerd Moellmann <gerd@gnu.org>
4290
4291 * progmodes/cwarn.el: New file.
4292
4293 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4294
4295 * bindings.el (completion-ignored-extensions): Add .pdf.
4296
4297 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
4298
4299 * version.el: Put the version info into binary on MS-DOS as well.
4300
4301 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4302
4303 * emacs-lisp/debug.el (debugger-continue): Don't continue if
4304 debugger-may-continue is nil.
4305
4306 1999-12-18 Dave Love <fx@gnu.org>
4307
4308 * emacs-lisp/cl-macs.el: Remove conditional definition of
4309 eval-when-compile. Don't specify abs, expt, gethash,
4310 hash-table-count, hash-table-p as side-effect-free here.
4311 (cl-emacs-type): Don't declare.
4312 (cl-compile-time-init): Remove Emacs 18 compiler patch.
4313 (cl-parse-loop-clause): Remove compatibility code.
4314
4315 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
4316 (side-effect-free-fns): Add gethash, hash-table-count.
4317 (side-effect-and-error-free-fns): Add hash-table-p.
4318
4319 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
4320 `cl-' to autoload names for some hash functions. Don't autoload
4321 eval-when-compile. Don't provide mini-cl.
4322 (cl-emacs-type): Remove.
4323 (cl-map-extents): Remove compatibility code.
4324
4325 * emacs-lisp/float.el: Bind free variables.
4326
4327 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
4328
4329 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4330
4331 * bindings.el (completion-ignored-extensions): Add .tfm.
4332
4333 1999-12-16 Dave Love <fx@gnu.org>
4334
4335 * faces.el (set-face-attribute): Purecopy the attributes set.
4336
4337 * custom.el (custom-declare-variable): Purecopy value.
4338
4339 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
4340 (byte-extrude-byte-code-vectors): Use remprop.
4341 (byte-compile-lambda): Check that arg is a lambda.
4342
4343 1999-11-16 Anders Lindgren <AndersL@andersl.com>
4344
4345 * font-lock.el: System for adding and removing keywords.
4346 Both local (previously added keyword) and global keywords
4347 can be removed.
4348 (font-lock-remove-keywords): New user-level function.
4349 (font-lock-update-removed-keyword-alist): New internal function.
4350 (font-lock-removed-keywords-alist): New variable.
4351 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
4352 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
4353 growing datastructures.
4354 (font-lock-set-defaults): Removes keywords stored in
4355 `font-lock-removed-keywords-alist' after local keywords added.
4356
4357 1999-12-16 Anders Lindgren <andersl@andersl.com>
4358
4359 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
4360 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
4361
4362 * font-lock.el (c-keywords): Only highlight preprocessor
4363 directives when spelled correctly.
4364
4365 * font-lock.el (font-lock-match-c++-structor-declaration,
4366 c++-keywords): Fontify constructors and destructors with function
4367 face inside C++ class declarations.
4368
4369 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4370
4371 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
4372 the shell from sh-shell-file.
4373
4374 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
4375
4376 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4377
4378 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
4379 if one of the files specified cannot be accessed by
4380 file-attributes. Do not strip any leading directories from the
4381 file names, to behave more like `ls' does.
4382
4383 * dired.el (dired-get-filename): Handle absolute file names.
4384 (dired-readin-insert): If argument is a cons, don't print
4385 "wildcard" on the ``total'' line.
4386
4387 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4388
4389 * faces.el (face-read-integer, read-face-attribute)
4390 (color-defined-p, color-values): Allow color values unspecified-fg
4391 and unspecified-bg, handle them as unspecified.
4392
4393 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
4394
4395 * textmodes/reftex.el: (reftex-compile-variables): respect new
4396 structure of `reftex-index-macro'
4397 (reftex-compile-variables): Use the changed structure of
4398 `reftex-label-alist'.
4399
4400 * textmodes/reftex-vars.el (reftex-index-math-format,
4401 (reftex-toc-max-level): New option.
4402 reftex-index-phrases-search-whole-words,
4403 reftex-index-phrases-case-fold-search,
4404 reftex-index-phrases-skip-indexed-matches,
4405 reftex-index-phrases-wrap-long-lines,
4406 reftex-index-phrases-sort-prefers-entry,
4407 reftex-index-phrases-sort-in-blocks): New options.
4408 (reftex-index-macros): Option structure changed.
4409 (reftex-index-macros-builtin): Added `repeat' item to each entry.
4410 (reftex-label-alist): Additional item in each entry to specify if
4411 the environment should be listed in the TOC.
4412 (eval-when-compile (require 'cl)) added.
4413
4414 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4415 longer deals with "repeat".
4416 (reftex-index): "repeat property in `reftex-index-macro-alist' is
4417 now used.
4418 (reftex-index-phrases-comment-regexp,
4419 reftex-index-phrases-macrodef-regexp,
4420 reftex-index-phrases-phrase-regexp1,
4421 reftex-index-phrases-phrase-regexp2,
4422 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4423 New constants.
4424 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4425 reftex-index-phrases-font-lock-keywords,
4426 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4427 reftex-index-phrases-restrict-file): New variables.
4428 (reftex-index-phrase-selection-or-word,
4429 reftex-index-visit-phrases-buffer,
4430 reftex-index-initialize-phrases-buffer,
4431 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4432 reftex-index-next-phrase, reftex-index-this-phrase,
4433 reftex-index-all-phrases, reftex-index-region-phrases,
4434 reftex-index-phrases-parse-header,
4435 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4436 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4437 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4438 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4439 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4440 reftex-index-make-replace-string,
4441 reftex-query-index-phrase-globally, reftex-query-index-phrase,
4442 reftex-index-phrase-match-is-indexed,
4443 reftex-index-phrases-fixup-line,
4444 reftex-index-phrases-replace-space,
4445 reftex-index-select-phrases-macro): New functions.
4446 (reftex-index-globalize, reftex-index-globally): functions removed
4447 (eval-when-compile (require 'cl)) added.
4448
4449 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4450 for max level.
4451 (reftex-toc-max-level-indicator): New variable.
4452 (reftex-toc-max-level): New command.
4453 (reftex-toc-map): New keybinding `t'.
4454 (reftex-toc-help): Constant updated.
4455 (eval-when-compile (require 'cl)) added.
4456
4457 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4458 `t' command key can change `reftex-toc-max-level'
4459 (eval-when-compile (require 'cl)) added.
4460
4461 * textmode/reftex-sel (reftex-insert-docstruct): Respect
4462 `reftex-toc-max-level'
4463 (eval-when-compile (require 'cl)) added.
4464
4465 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4466 added.
4467
4468 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4469 added.
4470
4471 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4472 commands.
4473 (reftex-citation, reftex-do-citation,
4474 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4475 preselect a citation format.
4476 (eval-when-compile (require 'cl)) added.
4477
4478 * textmodes/reftex-parse.el (reftex-context-substring): Optional
4479 parameter to-end
4480 (reftex-section-info): Deal with environment matches.
4481 (eval-when-compile (require 'cl)) added.
4482
4483 * reftex-global.el (eval-when-compile (require 'cl)) added.
4484
4485 1999-12-15 Kenichi Handa <handa@etl.go.jp>
4486
4487 The following changes are for the new composition mechanism. We
4488 have deleted `composition' charset and composite characters,
4489 instead introduced a special text property `composition'.
4490
4491 * composite.el: New file.
4492
4493 * ps-mule.el: Define encode-composition-rule and find-composition
4494 for Emacs 20.4 and the earlier versions.
4495 (ps-mule-init-external-library): Just require a feature for
4496 external libraries.
4497 (ps-mule-prologue): Postscript code modified for new composition.
4498 (ps-mule-find-wrappoint): New arg COMPOSITION.
4499 (ps-mule-plot-string): Delete code for composite characaters.
4500 (ps-mule-plot-composition): New funcion.
4501 (ps-mule-prepare-font-for-components): New function.
4502 (ps-mule-plot-components): New function.
4503 (ps-mule-composition-prologue-generated): Renamed from
4504 ps-mule-cmpchar-prologue-generated.
4505 (ps-mule-composition-prologue): New named from
4506 ps-mule-cmpchar-prologue. Modified for new composition.
4507 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4508 ps-mule-prepare-cmpchar-font): Deleted.
4509 (ps-mule-string-encoding): New arg NO-SETFONT.
4510 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4511 check Composing, not Cmpchar
4512 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4513 to nil.
4514 (ps-mule-begin-job): Check existence of new composition.
4515
4516 * ps-print.el (ps-plot-region): Handle new composition.
4517
4518 * simple.el (what-cursor-position): Show "(composed)" if the
4519 character is composed.
4520
4521 * international/characters.el: Fix cateogries of Lao symbols.
4522
4523 * international/fontset.el (vertical-centering-font-regexp): New
4524 variable.
4525
4526 * international/mule.el (mule-version): Updated to 5.0 (AOI).
4527 (mule-version-date): Updated to 1999.12.7.
4528 (with-category-table): New macro.
4529
4530 * international/mule-cmds.el (encode-coding-char): Don't check
4531 composite character.
4532
4533 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4534 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4535 x-ctext): Give `composition' property t.
4536
4537 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4538 non-nil) at the tail of ALIST.
4539 (compose-region, decompose-region, decompse-string,
4540 reference-point-alist, compose-chars): Moved to composite.el.
4541 (compose-chars-component, compose-chars-rule,
4542 decompose-composite-char): Deleted.
4543
4544 * international/quail.el (quail-install-map): New optional arg
4545 NAME.
4546 (quail-get-translation): If DEF is a symbol but not a function,
4547 ignore it.
4548 (quail-start-translation): Put a key sequence undefined in the
4549 translation keymap in unread-command-events, not generated-events.
4550 Return parameterized event (compose-last-chars N) if the input
4551 characters should be composed.
4552 (quail-map-definition): If DEF is t, treat it as nil.
4553 (quail-delete-last-char): Delete the quail region.
4554 (quail-show-translations): Don't show list of translations if the
4555 quail package is deterministic.
4556 (quail-completion-max-depth): New variable.
4557 (quail-completion-1): Pay attention to the above variable. Fix
4558 for the case that a translation is a function.
4559 (quail-map-from-table, quail-map-from-table-1,
4560 quail-map-from-table-2): New functions.
4561 (quail-lookup-map-and-concat): New function
4562
4563 * language/devan-util.el: Mostly rewritten.
4564
4565 * language/lao.el: Register lao-composition-function in
4566 composition-function-table.
4567
4568 * language/lao-util.el: Mostly rewritten.
4569
4570 * language/thai.el: Register thai-composition-function in
4571 composition-function-table.
4572 (thai-tis620): Delete `pre-write-conversion' property.
4573
4574 * language/thai-util.el: (thai-category-table): Make it by
4575 make-category-table.
4576 (thai-composition-pattern): New variable.
4577 (thai-compose-region, thai-compose-string): Use
4578 with-category-table.
4579 (thai-post-read-conversion): Just call thai-compose-region.
4580 (thai-pre-write-conversion): Deleted.
4581 (thai-composition-function): New funciton.
4582
4583 * language/tibet-util.el: Most functions rewritten.
4584 (tibetan-char-p): Renamed from tibetan-char-examin.
4585 (tibetan-composable-examin) (tibetan-complete-char-examin)
4586 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4587 (tibetan-add-components): New function.
4588 (tibetan-composition-function): New function.
4589
4590 * language/tibetan.el: Register tibetan-composition-function in
4591 composition-function-table.
4592 (tibetan-composable-pattern): New variable.
4593 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4594 (tibetan-precomposition-rule-alist): Move punctuations to
4595 tibetan-punctuation-transcription-alist and
4596 tibetan-obsolete-glyphs.
4597 (tibetan-punctuation-transcription-alist): New variable.
4598 (tibetan-obsolete-glyphs): New variable.
4599 (tibetan-regexp): Improve the initialization code.
4600
4601 * textmodes/fill.el (fill-find-break-point): Delete codes for
4602 composite characters.
4603 (fill-region-as-paragraph): Likewise.
4604
4605 1999-12-14 Gerd Moellmann <gerd@gnu.org>
4606
4607 * international/mule-cmds.el (default-input-method): Specify
4608 that it should be set after current-language-environment.
4609
4610 * custom.el (custom-handle-keyword): Add :set-after.
4611 (custom-add-dependencies): New function.
4612 (custom-set-variables): Take dependencies between args into
4613 account.
4614
4615 * battery.el (battery): Doc fix.
4616
4617 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4618
4619 * progmodes/cc-make.el: Removed.
4620
4621 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4622
4623 * Release of cc-mode 5.26
4624
4625 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4626
4627 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4628 target depth. Optionally count #else lines as clause limits,
4629 as suggested by don provan <provan@lucent.com>. #elif
4630 handling fixed.
4631
4632 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4633 (c-down-conditional-with-else): New commands that uses the
4634 added functionality in `c-forward-conditional'.
4635
4636 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4637
4638 * cc-align.el (c-lineup-comment): Preserve the alignment with
4639 a comment on the previous line instead of preserving the
4640 comment-column.
4641
4642 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4643
4644 * Fixes to IDL mode after input from Eric Eide
4645 <eeide@cs.utah.edu>:
4646 * cc-engine.el (c-beginning-of-statement-1): Allow
4647 `c-conditional-key' to be nil, for the benefit of IDL mode.
4648 * cc-engine.el (c-guess-basic-syntax): Ditto.
4649 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4650 but do match CORBA 2.3 `valuetype'.
4651 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4652 for IDL.
4653 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4654 be nil for IDL.
4655 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4656 Like C++.
4657 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4658 set `c-method-key' and `c-baseclass-key' to nil.
4659
4660 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4661
4662 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4663 with nonhanging open braces.
4664
4665 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4666
4667 * cc-align.el: Added docstrings to all lineup functions.
4668
4669 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4670 keyword.
4671
4672 * cc-align.el (c-lineup-C-comments): Handle free form text
4673 comments. Use c-comment-prefix-regexp and comment-start-skip
4674 instead of hardcoded regexps.
4675
4676 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4677
4678 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4679 behavior and return value as documented.
4680
4681 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4682
4683 * Changes for new style variable init system:
4684 * cc-langs.el (c-common-init): Dito.
4685 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4686 now customizable.
4687 * cc-vars.el: Style variables may now take a value
4688 'set-from-style to make them take their value from the style
4689 system. This value is now the default on all these variables.
4690 * cc-vars.el (c-valid-offset): New function to verify a
4691 syntactic symbol offset setting.
4692 * cc-vars.el (c-offsets-alist): Variable moved from
4693 cc-styles.el since it's now customizable in a similar way to
4694 the other style variables.
4695 * cc-vars.el (c-old-style-variable-behavior): New variable to
4696 revert to the old style init behavior.
4697
4698 * cc-vars.el (c-file-style, c-file-offsets): Made always
4699 buffer local.
4700
4701 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4702 the throws clause that might follow the function prototype in
4703 C++.
4704
4705 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4706
4707 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4708 could move forward for macros that doesn't start in column 0.
4709
4710 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4711
4712 * cc-align.el (c-indent-multi-line-block,
4713 c-lineup-whitesmith-in-block): Two new lineup functions for
4714 use in whitesmith style.
4715
4716 * cc-styles.el (c-style-alist): More fixes to whitesmith
4717 style. It should now handle all different braces uniformly in
4718 both hanging and non-hanging cases.
4719
4720 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4721
4722 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4723 make it stay in the same position relative to the surrounding
4724 text.
4725
4726 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4727 when adaptive-fill-mode doesn't manage to get it correct.
4728
4729 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4730 with dotted notation, e.g. foo.bar.Gnu.
4731
4732 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4733 within unwind-protect (previously only some were wrapped so it
4734 would be possible to register mode initialization when full
4735 initialization did not finish).
4736
4737 * cc-styles.el (c-style-alist): Corrected the brace placement
4738 in the whitesmith style. Thanks to Sean Luke
4739 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4740 styles with consistent brace placement for all constructs.
4741
4742 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4743
4744 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4745 when point is in the middle of them.
4746
4747 * cc-cmds.el: Line breaking and paragraph filling code
4748 rewritten:
4749 (c-guess-fill-prefix): New function that uses various
4750 heuristics to guess the comment prefix.
4751 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4752 It now assumes adaptive filling is active to preserve the line
4753 prefix inside comments.
4754 (c-indent-new-comment-line): Replacement for the now
4755 obsolete `c-comment-line-break-function' that uses
4756 `c-guess-fill-prefix' when appropriate. It now observes the
4757 setting of `comment-multi-line', which has effect in C-style
4758 block comments.
4759
4760 * cc-cmds.el (c-context-line-break): New function intended to
4761 be put on RET. It's essentially `newline-and-indent', but
4762 continues C block comments with the appropriate line prefix.
4763
4764 * cc-cmds.el (c-do-auto-fill): New function put on
4765 `normal-auto-fill-function' to implement the
4766 `c-ignore-auto-fill' variable.
4767
4768 * cc-cmds.el (c-beginning-of-statement): Use
4769 `c-comment-prefix-regexp' to avoid ending up inside the
4770 comment prefix. Better handling of comment starters and
4771 enders. Catch comments better when traversing code. Stop at
4772 preprocessor directives.
4773
4774 * cc-defs.el (c-forward-comment): New subst to hide platform
4775 dependent quirks in `forward-comment'.
4776
4777 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4778 argument.
4779 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4780 arguments. Activate this function by default when
4781 `parse-partial-sexp' supports it (currently Emacs 20.x).
4782
4783 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4784 on the comment opener to make constants usable as lineup
4785 arguments.
4786
4787 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4788 changed anchor position in the `c' syntactic symbol. Handle
4789 more than stars in the comment prefix; use the new variable
4790 `c-comment-prefix-regexp'. Don't indent text not preceded by
4791 a comment prefix to the right of the comment opener if it's
4792 long.
4793
4794 * cc-langs.el: Fixes to mode initialization for new line
4795 breaking and paragraph filling method. Adaptive fill mode is
4796 now activated at startup instead of deactivated. The
4797 variables used for adaptive filling and paragraph movement are
4798 also changed to incorporate the value of
4799 `c-comment-prefix-regexp'. `substitute-key-definition' is
4800 used to override some functions in the global map instead of
4801 overriding their default bindings.
4802
4803 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4804 javadoc markup at mode init.
4805
4806 * cc-mode.el (c-setup-filladapt): A new convenience function
4807 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4808 function is intended to be used explicitly by the end user
4809 only.
4810
4811 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4812 recognize the comment fill prefix inside comments.
4813 (c-block-comment-prefix): New name for
4814 `c-comment-contiuation-stars', which is now obsolete. It's
4815 generalized to handle any character sequence.
4816 (c-ignore-auto-fill): New variable used to selectively disable
4817 Auto Fill mode in specific contexts.
4818
4819 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4820
4821 * cc-cmds.el (c-comment-indent): Leave at least one space
4822 between the comment and the last nonblank character in the
4823 case where we look at the indentation of the comment on the
4824 previous line (case 4).
4825
4826 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4827 list of characters that may start a statement (it's a sort of
4828 prefix operator in Pike, and isn't used at all in any of the
4829 other languages).
4830
4831 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4832
4833 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4834 inside continued statements as statement-cont instead of
4835 brace-list-open. The reason is that one normally adjusts
4836 brace-list-open for brace lists as top-level constructs, and
4837 brace lists inside statements is a completely different
4838 context. Case 10B.2 changed. Also changed (the somewhat
4839 esoteric) case 9A to cope with this.
4840
4841 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4842
4843 * cc-cmds.el (c-electric-brace): Added electric handling of
4844 the open brace for brace-elseif-brace.
4845
4846 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4847
4848 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4849 syntax tables temporarily.
4850
4851 * cc-engine.el (c-guess-basic-syntax): Handle template and
4852 member init argument lists split over several lines. Case 5D
4853 changed.
4854
4855 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4856 @throws introduced in Javadoc 1.2.
4857
4858 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4859 patch from RMS to avoid infinite backtracking.
4860
4861 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4862
4863 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4864 by [ ].
4865
4866 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4867
4868 * cc-align.el (c-lineup-dont-change): Compensate properly for
4869 the column in langelem.
4870
4871 * cc-engine.el (c-syntactic-information-on-region): New
4872 function to help debugging the syntactic analysis.
4873
4874 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4875
4876 * cc-align.el (c-lineup-template-args): Handle nested template
4877 arglists.
4878
4879 * cc-langs.el (c++-template-syntax-table): New syntax table
4880 that makes `<' and `>' parenthesis characters, which is useful
4881 to switch to temporarily when analyzing template arglists.
4882
4883 * cc-styles.el: Changed default alignment of labels in the
4884 java style to conform to the examples in the Java Language
4885 Specification.
4886
4887 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4888 by default.
4889
4890 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4891
4892 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4893 immediately before the closing paren in an arglist, so don't
4894 check that in Pike mode. Case 7A changed.
4895
4896 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4897
4898 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4899 lines were ignored under certain conditions.
4900
4901 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4902
4903 * cc-align.el (c-lineup-template-args): New function for
4904 aligning continued template argument lists.
4905
4906 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4907 lists containing function arglists split over several lines.
4908 Case 5D.1 changed.
4909
4910 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4911 template-args-cont didn't get recognized when the first
4912 arglist opener line doesn't contain a template argument. New
4913 case 5K.
4914
4915 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4916
4917 * cc-defs.el (c-point): Changed from subst to macro for
4918 efficiency.
4919 (c-beginning-of-defun-1, c-end-of-defun-1): New
4920 beginning-of-defun/end-of-defun wrappers separated from
4921 c-point.
4922
4923 * cc-menus.el (imenu-generic-expression,
4924 imenu-case-fold-search, imenu-progress-message): Dummy
4925 definitions to avoid compiler warnings if imenu can't be
4926 loaded.
4927 * cc-menus.el (cc-imenu-init): New function called at mode
4928 init.
4929 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4930 imenu initializations to cc-imenu-init.
4931
4932 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4933
4934 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4935 for lambda-intro-cont in Pike mode. Case 6 changed.
4936
4937 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4938 anything following "new Foo()" was considered an anonymous
4939 class body in Java mode.
4940
4941 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4942
4943 * cc-cmds.el (c-comment-line-break-function): When breaking in
4944 a string, don't insert a new line.
4945
4946 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4947
4948 * cc-engine.el (c-at-toplevel-p): New interface function which
4949 returns information useful to add-on authors. It tells you
4950 whether you're at a toplevel statement or not.
4951
4952 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4953
4954 * cc-cmds.el (c-comment-line-break-function): It is possible
4955 that forward-line does not land us at the bol, say if we're on
4956 the last line in a file. In that case, do a
4957 back-to-indentation instead of a forward-comment -1.
4958
4959 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4960
4961 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4962 "default:" as normal label in case 4.
4963
4964 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4965
4966 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4967 recognize continued bitfield declarations. Case 5D.1 changed.
4968 * cc-langs.el: New variable c-bitfield-key.
4969 * cc-mode.el: New variable c-bitfield-key.
4970
4971 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4972
4973 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4974 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4975 ..}").
4976
4977 1999-12-12 Dave Love <fx@gnu.org>
4978
4979 * mail/footnote.el: Require cl when compiling. Don't autoload
4980 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4981 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4982 Avoid `acons'.
4983 (footnote-mode-line-string, Footnote-add-footnote): Remove
4984 autoload cookie.
4985
4986 1999-12-12 Richard Sharman <rsharman@pobox.com>
4987
4988 * sh-script.el: Fix for when font-lock mode is active.
4989 (sh-font-lock-unfontify-region-function): New function.
4990
4991 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4992
4993 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4994 if start-process is not bound, since Ispell now supports such
4995 platforms as well.
4996
4997 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4998
4999 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
5000 rmail-summary-goto-msg.
5001
5002 * files.el (after-find-file): Fix previous change.
5003
5004 1999-12-11 Dave Love <fx@gnu.org>
5005
5006 * help.el (where-is): Use `commandp' as predicate for
5007 `completing-read'
5008
5009 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5010
5011 * cus-edit.el (custom-save-delete): Delete all occurrences,
5012 leave point where the first occurrence was.
5013 (custom-save-faces): Insert a newline at the end of the comment.
5014 Avoid a double newline there.
5015 If final closeparen is at bol, put a space before it.
5016 (custom-save-variables): Likewise.
5017 (custom-file): Doc fix.
5018
5019 1999-12-10 Gerd Moellmann <gerd@gnu.org>
5020
5021 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
5022 regexp matching image and audio files.
5023
5024 1999-12-09 Dave Love <fx@gnu.org>
5025
5026 * mail/footnote.el: New file.
5027
5028 1999-12-09 Gerd Moellmann <gerd@gnu.org>
5029
5030 * files.el (after-find-file): Use auto-save-visited-file-name if
5031 set.
5032
5033 * mail/feedmail.el (feedmail-find-eoh): Take
5034 feedmail-queue-alternative-mail-header-separator into account.
5035
5036 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
5037
5038 * smerge-mode.el: New file.
5039
5040 * font-lock.el (font-lock-multiline): New variable.
5041 (font-lock-add-keywords): Rename `major-mode' into `mode'.
5042 (font-lock-remove-keywords): Added a dummy `mode' argument for
5043 potential future support.
5044 (font-lock-fontify-anchored-keywords,
5045 (font-lock-fontify-keywords-region): Only handle multiline strings
5046 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
5047
5048 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5049
5050 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
5051
5052 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
5053
5054 1999-12-07 Dave Love <fx@gnu.org>
5055
5056 * help.el (view-emacs-problems): New command, bound to C-h P.
5057
5058 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
5059
5060 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
5061
5062 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
5063 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
5064 New code to support the minor mode version.
5065 (diff-recenter): New function.
5066 (diff-next-hunk, diff-next-file): Use it.
5067 (diff-remembered-files-alist): New var.
5068 (diff-merge-strings): New function.
5069 (diff-find-file-name): Make it smarter and use the user's input more.
5070 (diff-mode): Cosmetic changes.
5071
5072 * files.el (save-some-buffers): Turn EXITING into the more general
5073 PRED argument to allow specifying a subset of buffers.
5074
5075 * simple.el (kill-region): Use the new `delete-and-extract-region'
5076 rather than the undo log (which is incorrect with *-change-functions).
5077
5078 * font-lock.el (font-lock-default-fontify-region): Fix subtle
5079 off-by-one problem that could force re-fontifying the whole buffer.
5080 (font-lock-remove-keywords): New function.
5081 (font-lock-add-keywords): Use the new function to ensure idempotence.
5082
5083 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
5084
5085 * viper-cmd.el (viper-minibuffer-standard-hook,
5086 viper-minibuffer-real-start): Mew functions.
5087 (viper-read-string-with-history,viper-file-add-suffix,
5088 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
5089 change in the status of the minibuffer prompt.
5090
5091 1999-12-06 Gerd Moellmann <gerd@gnu.org>
5092
5093 * comint.el (comint-redirect-results-list)
5094 (comint-redirect-results-list-from-process): Remove interactive
5095 spec.
5096
5097 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5098
5099 * info.el (info-node, info-menu-5, info-xref): Define colors for
5100 Info faces if the display supports them.
5101
5102 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5103
5104 Changes for automatic remapping of X colors on terminal frames:
5105
5106 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
5107 term-setup-hook. Call msdos-remember-default-colors and
5108 msdos-handle-reverse-video.
5109 (msdos-face-setup): Parts of code moved to
5110 msdos-setup-initial-frame.
5111 (msdos-handle-reverse-video): New function, modeled after
5112 x-handle-reverse-video.
5113 (make-msdos-frame): Don't use initial-frame-alist and
5114 default-frame-alist. Call msdos-handle-reverse-video.
5115 (msdos-color-aliases): Remove.
5116 (msdos-color-translate, msdos-approximate-color): Remove.
5117 (msdos-color-values): Use 16-bit RGB values. RGB values updated
5118 for better approximation of X colors.
5119 (msdos-face-setup): Call tty-color-clear. Remove code that sets
5120 up tty-color-alist (it is now on startup.el).
5121 (x-display-color-p, x-color-defined-p, x-color-values,
5122 x-defined-colors, face-color-supported-p, face-color-gray-p):
5123 Remove.
5124
5125 * facemenu.el (facemenu-read-color, list-colors-display): Use
5126 defined-colors for all frame types.
5127 (facemenu-color-equal): Use color-values for all frame types.
5128
5129 * faces.el (read-face-attribute): For :foreground and :background
5130 attributes and frames on character terminals, translate the color
5131 to the closest supported one before looking it up in the list of
5132 valid values.
5133 (face-valid-attribute-values): Call defined-colors for all types
5134 of frames.
5135 (defined-colors, color-defined-p, color-values, display-color-p):
5136 New finctions.
5137 (x-defined-colors, x-color-defined-p, x-color-values,
5138 x-display-color-p): Aliases for the above.
5139
5140 * startup.el (command-line): Register terminal colors for frame
5141 types other than x and w32, but only if the terminal supports
5142 colors. Call tty-color-define instead of face-register-tty-color.
5143
5144 * term/x-win.el (xw-defined-colors): Renamed from
5145 x-defined-colors.
5146 * term/w32-win.el (xw-defined-colors): Likewise.
5147
5148 * term/tty-colors.el: New file.
5149 * loadup.el: Load term/tty-colors.
5150
5151 1999-12-06 Dave Love <fx@gnu.org>
5152
5153 * ffap.el: Autoload the ffap alias directly.
5154
5155 1999-12-06 Inge Frick <inge@nada.kth.se>
5156
5157 * dired-aux.el (dired-do-shell-command): Changed documentation.
5158 (dired-shell-stuff-it): A `?' in COMMAND has now the same
5159 meaning as `*'.
5160
5161 1999-12-06 Gerd Moellmann <gerd@gnu.org>
5162
5163 * simple.el (insert-buffer): Doc fix.
5164
5165 * apropos.el (apropos-mode): Add autoload cookie.
5166
5167 1999-12-06 Sam Steingold <sds@goems.com>
5168
5169 * progmodes/etags.el (etags-tags-completion-table): Modified the
5170 regexp to allow for the CL symbols starting with `+*'.
5171 (tags-completion-table): Doc fix (it's an obarray, not an alist).
5172 (tags-completion-table, tags-recognize-empty-tags-table): Remove
5173 `function' quoting lambda.
5174 (tags-with-face): New macro.
5175 (list-tags, tags-apropos): Use it.
5176 (tags-apropos-additional-actions): New user option.
5177 (etags-tags-apropos-additional): Use it.
5178 (tags-apropos): Call etags-tags-apropos-additional.
5179 (tags-apropos-verbose): New user option.
5180 (etags-tags-apropos): Use it.
5181 (visit-tags-table-buffer, next-file): Use `unless'.
5182 (recognize-empty-tags-table): Renamed to
5183 tags-recognize-empty-tags-table.
5184 (complete-tag): Call tags-complete-tag bypassing try-completion.
5185
5186 1999-12-06 Kenichi Handa <handa@etl.go.jp>
5187
5188 * international/mule.el (set-buffer-file-coding-system): Docstring
5189 modified.
5190
5191 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
5192
5193 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
5194 using the hideshow package.
5195 (hs-special-modes-alist): Added entry for bibtex to allow the use
5196 of the hideshow package.
5197 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
5198 not longer provided by bibtex.el directly. Instead the hideshow
5199 package should be used.
5200 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
5201 references to bibtex-hide-entry-bodies.
5202
5203 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
5204
5205 * textmodes/bibtex.el: Copyright notice is up to date. Moved
5206 maintainer information closer to the beginning of the bibtex.el
5207 file.
5208 (bibtex-maintainer-salutation): New constant.
5209 (bibtex-version): New constant.
5210 (bibtex-submit-bug-report): Use bibtex-version and
5211 bibtex-maintainer-salutation.
5212 (bibtex-entry-field-alist): Made booktitle field optional for
5213 @inproceedings entries when crossreferenced.
5214 (bibtex-entry-field-alist): Added booktitle field to proceedings
5215 entry type (for cross referencing). Thanks to Wagner Toledo Correa
5216 for the suggestion.
5217 (bibtex-string-file-path): Fixed typo.
5218
5219 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
5220
5221 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
5222 for reftex.el.
5223 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
5224 to menu.
5225
5226 1999-12-04 Dave Love <fx@gnu.org>
5227
5228 * delsel.el: Revert previous change -- region is significant to
5229 skeleton.
5230
5231 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
5232
5233 * viper-cmd.el (viper-change-state): Use
5234 viper-ESC-moves-cursor-back to decide whether to move the cursor
5235 back.
5236
5237 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
5238
5239 * international/mule-util.el (truncate-string-to-width): Docsting
5240 fixed.
5241
5242 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
5243
5244 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
5245 use of `cond'.
5246 (lm-with-file): Move all the find-file...kill-buffer stuff into
5247 this macro. Make it use `find-file-noselect' and make it kill
5248 the buffer only if it wasn't already displayed somewhere.
5249 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
5250 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
5251 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
5252 (lm-commentary): Fix to handle the case when the change log is
5253 at the end of the file.
5254
5255 1999-12-02 Kenichi Handa <handa@etl.go.jp>
5256
5257 * international/mule.el (charsetp): Fix typo in docstring.
5258
5259 * international/mule-diag.el (list-coding-categories): Fix typo;
5260 automatic -> autoload.
5261
5262 1999-12-02 Gerd Moellmann <gerd@gnu.org>
5263
5264 * vc.el (vc-update-change-log): Look for rcs2log under
5265 exec-directory.
5266
5267 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
5268 outline-regexp, add outline-level.
5269 (lisp-outline-level): New.
5270
5271 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
5272 remove extraneous string-match.
5273
5274 * finder.el (finder-commentary): Activate Finder mode.
5275
5276 1999-12-01 Anders Lindgren <andersl@andersl.com>
5277
5278 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
5279 off when reverting buffers that contained mode specifiers.
5280 `revert-buffer' is now called with non-nil PRESERVE-MODES
5281 argument.
5282
5283 1999-12-01 Dave Love <fx@gnu.org>
5284
5285 * delsel.el: Grok skeleton-pair-insert-maybe.
5286
5287 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5288
5289 * progmodes/cperl-mode.el (cperl-under-as-char):
5290 Use nil as default.
5291
5292 1999-11-30 Gerd Moellmann <gerd@gnu.org>
5293
5294 * speedbar.el (toplevel): Remove compatibility code for Emacs
5295 versions without custom.el.
5296
5297 1999-11-30 Dave Love <fx@gnu.org>
5298
5299 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
5300
5301 * autoinsert.el: Minor doc fixes.
5302 (auto-insert): Return nil.
5303
5304 * faces.el (set-face-documentation): Purecopy STRING.
5305
5306 1999-11-29 Dave Love <fx@gnu.org>
5307
5308 * derived.el: Doc fixes, remove old backquote syntax.
5309
5310 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
5311 comment warning about editing.
5312
5313 * help.el (help-mode-hook): Define.
5314
5315 1999-11-29 Gerd Moellmann <gerd@gnu.org>
5316
5317 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
5318 invalid translation of old-style backquote syntax to new syntax.
5319
5320 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
5321
5322 * Makefile (DONTCOMPILE): Add term/internal.el.
5323
5324 1999-11-26 Dave Love <fx@gnu.org>
5325
5326 * comint.el: Fix last change.
5327
5328 * emacs-lisp/advice.el: Fix last change.
5329
5330 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5331
5332 * cus-edit.el (Custom-reset-standard): Doc fix.
5333 (custom-variable-reset-standard): Doc fix.
5334 (custom-face-reset-standard): Doc fix.
5335 (custom-face-menu): "Reset to Standard" => "Erase Customization".
5336 (custom-variable-menu): Likewise.
5337 (custom-reset-menu): Likewise.
5338 (custom-buffer-create-internal): Likewise.
5339
5340 1999-11-26 Dave Love <fx@gnu.org>
5341
5342 * progmodes/make-mode.el (makefile-mode-hook): Customize.
5343
5344 * font-lock.el: Doc fixes.
5345
5346 * menu-bar.el (menu-bar-mode): Customize.
5347
5348 * cus-start.el: Add use-dialog-box.
5349
5350 * add-log.el (change-log-mode-hook): Customize.
5351 (add-log-current-defun): Use
5352 fortran-{beginning,end}-of-subprogram.
5353
5354 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5355
5356 * emacs-lisp/advice.el: Many doc fixes.
5357
5358 * comint.el (comint-preoutput-filter-functions): Doc fix.
5359
5360 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5361
5362 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5363 Improve messages for capitalization of arg names,
5364 for flag variables, for t and nil, for imperatives.
5365 Call them imperatives rather than infinitives sans "to".
5366 (checkdoc-common-verbs-wrong-voice): Add "moves".
5367 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
5368
5369 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5370 Don't convert comments from 3-semicolon to 2-semicolon.
5371 That is a matter of style.
5372 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
5373 (checkdoc-comments): Don't bind that variable.
5374
5375 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5376
5377 * files.el (write-file-hooks): Doc fix.
5378
5379 1999-11-26 Gerd Moellmann <gerd@gnu.org>
5380
5381 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5382
5383 1999-11-25 Dave Love <fx@gnu.org>
5384
5385 * hippie-exp.el: Require comint when compiling.
5386 (hippie-expand): Add :links.
5387 (hippie-expand-try-functions-list): Customize.
5388
5389 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5390
5391 * viper*el: Replaced old-style backquotes.
5392
5393 * ediff*el: Replaced old-style backquotes.
5394
5395 * ediff-merge
5396 (ediff-looks-like-combined-merge,ediff-get-combined-region):
5397 Changed to support the new format for ediff-combination-pattern.
5398
5399 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5400 Changed to support the new format for ediff-combination-pattern.
5401
5402 1999-11-24 Dave Love <fx@gnu.org>
5403
5404 * custom.el (custom-declare-group): Purecopy DOC.
5405 (custom-handle-keyword): Purecopy VALUE.
5406 (custom-add-link): Purecopy WIDGET.
5407 (custom-add-version): Purecopy VERSION.
5408 (custom-add-load): Purecopy LOAD.
5409
5410 * cus-face.el (custom-declare-face): Purecopy DOC.
5411
5412 * info.el:
5413 (Info-build-node-completions, Info-search, Info-follow-reference)
5414 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5415 (Info-find-emacs-command-nodes): Avoid properties on matched text
5416 which may appear in minibuffer.
5417
5418 1999-11-24 Gerd Moellmann <gerd@gnu.org>
5419
5420 * locate.el (locate-with-filter): Doc fix.
5421
5422 1999-11-24 Alex Schroeder <alex@gnu.org>
5423
5424 * sql.el (sql-find-sqli-buffer): New function.
5425 (sql-set-sqli-buffer-generally): New function.
5426 (sql-set-sqli-buffer): Better checking of new-buffer.
5427 (sql-copy-column): Add comma after INTO clause, too.
5428
5429 1999-11-24 Alex Schroeder <alex@gnu.org>
5430
5431 * sql.el (sql-imenu-generic-expression): New, used to set
5432 imenu-generic-expression.
5433
5434 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5435 setting font-lock-defaults' SYNTAX-ALIST. Set
5436 imenu-generic-expression, imenu-case-fold-search, and
5437 imenu-syntax-alist.
5438
5439 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5440 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5441
5442 1999-11-23 Andrew Innes <andrewi@gnu.org>
5443
5444 * w32-win.el (w32-drag-n-drop): Load files in current window, if
5445 drop coords aren't over a specific window.
5446
5447 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5448
5449 * ps-print.el: Define mule funs without checking if mule package is
5450 loaded.
5451 (ps-print-version): New version number (5.0.1).
5452 (ps-header-dirpart): Now uses abbreviate-file-name.
5453
5454 1999-11-23 Dave Love <fx@gnu.org>
5455
5456 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5457 comment-line-start.
5458 (fortran-comment-line-start-skip): Renamed from
5459 comment-line-start-skip.
5460 (fortran-mode-map): Use renamed functions. Add manual and custom
5461 entries to menu.
5462 (fortran-mode-hook): Customize.
5463 (fortran-comment-indent-function): Renamed from
5464 fortran-comment-hook.
5465 (delete-horizontal-regexp): Function deleted.
5466 (fortran-electric-line-number): Simplified.
5467 (fortran-beginning-of-subprogram): Renamed from
5468 beginning-of-fortran-subprogram.
5469 (fortran-end-of-subprogram): Renamed from
5470 end-of-fortran-subprogram.
5471 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5472 (fortran-previous-statement, fortran-next-statement): Simplified.
5473 (fortran-blink-match): New function.
5474 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5475 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5476 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5477 line-end-position.
5478 (fortran-fill): No longer interactive. Simplified.
5479 (fortran-break-line): Simplified.
5480 (fortran-analyze-file-format): Use char-after, not looking-at.
5481
5482 * emacs-lisp/find-func.el (find-function-regexp): Use
5483 `define-minor-mode' after easy-menu change.
5484
5485 1999-11-23 Gerd Moellmann <gerd@gnu.org>
5486
5487 * comint.el: Add redirection.from active comint buffers into
5488 another buffer. Written by Peter Breton.
5489
5490 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
5491
5492 * emacs-lisp/autoload.el (make-autoload): Recognize the new
5493 `define-minor-mode'.
5494 (define-minor-mode): Specify `doc-string-elt'.
5495
5496 * emacs-lisp/easy-mmode.el: Changed maintainer.
5497 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5498 Use defcustom for the hooks; Improve the auto-generated docstrings.
5499 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5500 (define-minor-mode): Add BODY arg; Only declare the keymap if
5501 provided; Improve the auto-generated docstrings.
5502
5503 1999-11-22 Gerd Moellmann <gerd@gnu.org>
5504
5505 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5506 that the leading `^' is at the start. This is necessary because
5507 paragraphs.el tries to remove anchors, but can find them only if
5508 they are the first character.
5509
5510 * progmodes/antlr-mode.el: New file.
5511
5512 * calendar/calendar.el: Fix autoload for
5513 calendar-absolute-from-astro. Add autoload for
5514 calendar-print-astro-day-number.
5515
5516 1999-11-21 Anders Lindgren <andersl@andersl.com>
5517
5518 * follow.el: Use modern backquote syntax. Minor comment update.
5519
5520 1999-11-21 Gerd Moellmann <gerd@gnu.org>
5521
5522 * simple.el (with-syntax-table): Don't switch buffers.
5523
5524 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5525 progmodes/hideif.el: Use new backquote syntax.
5526
5527 1999-11-21 Ken Manheimer <klm@python.org>
5528
5529 * icomplete.el (icomplete-completions): Use an explicit variable
5530 `icomplete-prospects-length', obviating the need to use an
5531 apparently faulty throw/catch arrangement.
5532
5533 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
5534
5535 * term/internal.el (IT-display-table-setup): Don't overstep
5536 character code 255.
5537
5538 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
5539
5540 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5541 for the charset chinese-sisheng is 7bit encoding, not 8bit.
5542
5543 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
5544
5545 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5546 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5547
5548 * files.el (auto-mode-alist): Add patterns for diff-mode.
5549
5550 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5551 to detect an empty prompt.
5552
5553 1999-11-18 Dave Love <fx@gnu.org>
5554
5555 * simple.el (input-mode-8-bit): Fix the customization.
5556
5557 1999-11-18 Gerd Moellmann <gerd@gnu.org>
5558
5559 * international/iso-acc.el (iso-languages): Add more
5560 characters for Portuguese.
5561
5562 * speedbar.el: Clean up comment at the start of the file.
5563 Remove RCS id.
5564
5565 * progmodes/compile.el (compilation-parse-errors): Use
5566 compilation-buffer-p instead of testing major-mode.
5567
5568 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
5569
5570 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5571 (quickurl-ask): completion-ignore-case is set to the value of
5572 quickurl-completion-ignore-case for the duration of the call to
5573 completing-read.
5574
5575 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5576
5577 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5578
5579 1999-11-18 Kenichi Handa <handa@etl.go.jp>
5580
5581 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
5582 instead of ps-print-def.
5583
5584 * ps-print.el: Require ps-vars instead of ps-print-def.
5585
5586 * ps-mule.el: Require ps-vars instead of ps-print-def.
5587
5588 1999-11-17 Gerd Moellmann <gerd@gnu.org>
5589
5590 * simple.el (with-syntax-table): Save buffer explicitly instead of
5591 using save-excursion.
5592
5593 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5594
5595 * mail/supercite.el: New maintainer.
5596
5597 1999-11-16 Reto Zimmermann <reto@synopsys.com>
5598
5599 * progmodes/vhdl-mode.el: Use new backquote syntax.
5600
5601 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5602
5603 * simple.el (with-syntax-table): New.
5604
5605 1999-11-15 Sam Steingold <sds@ksp.com>
5606
5607 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5608
5609 1999-02-22 Sam Steingold <sds@goems.com>
5610
5611 * goto-addr.el (goto-address-at-mouse,
5612 goto-address-find-address-at-point): Use compose-mail.
5613 (goto-address-mail-method): Removed variable.
5614 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5615 goto-address-send-using-mail): Removed functions.
5616
5617 1998-11-03 Sam Steingold <sds@goems.com>
5618
5619 * simple.el (backward-delete-char-untabify):
5620 backward-delete-char-untabify-method can be `all' now - to delete
5621 hungrily including newlines.
5622
5623 1999-11-15 Sam Steingold <sds@ksp.com>
5624
5625 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5626
5627 1999-11-15 Dave Love <fx@gnu.org>
5628
5629 * cus-edit.el (customize-face, customize-face-other-window):
5630 Require match from completing-read.
5631 (custom-buffer-done-function): Default to custom-bury-buffer, not
5632 bury-buffer.
5633
5634 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5635
5636 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5637 progmodes/cperl-mode.el: Use new backquote syntax.
5638
5639 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5640
5641 * uniquify.el: Use new backquote syntax.
5642
5643 1999-11-14 Markus Rost <rost@ias.edu>
5644
5645 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5646 as in ispell-local-dictionary-alist.
5647
5648 1999-11-14 Alex Schroeder <alex@gnu.org>
5649
5650 * ansi-color.el (ansi-color-apply): Updated regexps to include
5651 highlighted face.
5652
5653 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5654
5655 * forms.el (forms--make-format-elt-using-text-properties):
5656 Treat `intangible' differently.
5657
5658 * forms.el: Use new backquote syntax.
5659
5660 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5661
5662 * textmodes/scribe.el (scribe-mode): Doc-fix.
5663
5664 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5665
5666 * net-utils.el (run-network-program, net-utils-run-program): Use
5667 the new backquote syntax.
5668 (smbclient-program, smbclient-program-options)
5669 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5670 variables
5671 (smbclient, smbclient-list-shares): New functions
5672
5673 1999-11-12 Sam Steingold <sds@ksp.com>
5674
5675 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5676 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5677 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5678 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5679 (viper-kbd-global-pair, viper-kbd-global-definition):
5680 Use the new backquote syntax.
5681
5682 * emulation/viper-cmd.el (viper-test-com-defun)
5683 (viper-prefix-arg-value, viper-prefix-arg-com):
5684 Use the new backquote syntax.
5685
5686 * emacs-lisp/debug.el (debugger-env-macro):
5687 Use the new backquote syntax.
5688
5689 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5690 Use the new backquote syntax.
5691
5692 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5693 New user variable.
5694 (calendar-hide-window): Use it.
5695 (increment-calendar-month, calendar-for-loop, calendar-sum):
5696 Use the new backquote syntax.
5697
5698 1999-11-12 Andrew Innes <andrewi@gnu.org>
5699
5700 * select.el (x-set-selection): Call buffer-substring, not
5701 substring. Also fix docstring
5702
5703 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5704
5705 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5706 of customizable variables to bug report message. Added
5707 system-type to package name in bug report.
5708
5709 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5710
5711 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5712 to display file names.
5713
5714 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5715
5716 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5717
5718 * isearch.el: Add lazy-highlighting feature.
5719
5720 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5721
5722 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5723 constant.
5724 (ps-mode-submit-bug-report): New function. Entry added to menu.
5725
5726 1999-11-10 William M. Perry <wmperry@aventail.com>
5727
5728 * mwheel.el: New file to support the new style wheeled mice.
5729
5730 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5731
5732 * startup.el (initial-scratch-message): Add ";;" to the front of
5733 lines in the message.
5734
5735 * files.el (file-local-copy): Remove optional BUFFER argument
5736 because that's not used by anything.
5737
5738 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5739 to-address.
5740
5741 1999-11-08 Markus Rost <rost@ias.edu>
5742
5743 * wid-edit.el (widget-button-click): Wrap with save-excursion
5744 to restore track-mouse in the correct buffer.
5745
5746 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5747
5748 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5749
5750 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5751
5752 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5753 lpr-command to "lp" for some system-types. (copied from lpr.el
5754 Emacs version 20.2.1).
5755
5756 1999-11-04 Markus Rost <rost@ias.edu>
5757
5758 * simple.el (comment-region): Strip off white space at end of
5759 comment-start.
5760
5761 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5762
5763 * faces.el (secondary-selection): Fix wrong color name.
5764
5765 1999-11-04 John Tobey <jtobey@epsilondev.com>
5766
5767 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5768 the default when invoking perldb in a non-Perl buffer, and other
5769 cases involving -e or --.
5770
5771 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5772
5773 * simple.el (previous-matching-history-element)
5774 (next-history-element): Use delete-field instead of erase-field.
5775
5776 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5777 Use delete-field instead of erase-field.
5778
5779 * faces.el (secondary-selection): Change background to yellow.
5780
5781 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5782 find the start of the text. Use field-string to read the user
5783 input.
5784
5785 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5786
5787 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5788 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5789 for compatibility with old face implementation.
5790
5791 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5792 Use erase-field instead of erase-buffer.
5793
5794 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5795 internal-show-cursor with new interface.
5796 (blink-cursor-timer-function): New.
5797 (blink-cursor-start): Use blink-cursor-timer-function.
5798
5799 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5800
5801 * calendar.el (redraw-calendar): Move to nearest date before
5802 redrawing.
5803
5804 * diary-lib.el (simple-diary-display): Reset modeline even if
5805 there are no diary entries since the diary buffer may be displayed.
5806
5807 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5808
5809 * emacs-lisp/debug.el (debug): If noninteractive, display the
5810 backtrace using `message', then exit Emacs.
5811 (debugger-batch-max-lines): New variable.
5812 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5813 Change the messages put at the start, to say that the debugger
5814 was entered.
5815
5816 1999-11-02 Sam Steingold <sds@ksp.com>
5817
5818 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5819
5820 1999-11-01 John Tobey <jtobey@epsilondev.com>
5821
5822 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5823 presence of perl switches other than "-e".
5824
5825 1999-11-01 Markus Rost <rost@ias.edu>
5826
5827 * dired-x.el (dired-smart-shell-command): Use
5828 shell-command-history as in shell-command.
5829
5830 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5831
5832 * userlock.el (ask-user-about-lock): Doc fix.
5833
5834 * frame.el: Doc fixes.
5835
5836 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5837
5838 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5839 of show-cursor.
5840 (blink-cursor-start, blink-cursor-end): Ditto.
5841
5842 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5843
5844 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5845
5846 * window.el (walk-windows): If ALL-FRAMES is a frame,
5847 start on that frame. Use save-selected-window.
5848
5849 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5850
5851 * simple.el (end-of-buffer): Use window-end to find the window end
5852 instead of vertical-motion because this handles variable-height
5853 lines correctly.
5854
5855 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5856
5857 * ediff.el: Version change.
5858
5859 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5860 make sure you are in a good frame before deleting other
5861 windows.
5862 (ediff-file-checked-in-p): Don't consider CVS
5863 files checked in.
5864 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5865 are writing to a newly created empty file.
5866
5867 * ediff-mult.el (ediff-show-session-group-hook): New default.
5868
5869 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5870 First cd to the file directory. reportedly works
5871 better with remote files.
5872
5873 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5874 Use file-name-nondirectory when passing files to CVS.
5875
5876 * ediff-diff.el (ediff-cmp-options): New variable.
5877 (ediff-same-file-contents): Use ediff-cmp-options.
5878
5879 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5880 ediff-get-patch-buffer): Use current buffer if it appears to be a
5881 patch.
5882
5883 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5884 C-g
5885
5886 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5887 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5888 (viper-save-cursor-color,viper-restore-cursor-color):
5889 Improved cursor color handling.
5890 (viper-get-saved-cursor-color-in-replace-mode,
5891 viper-get-saved-cursor-color-in-insert-mode): New functions for
5892 better cursor color handling.
5893
5894 * viper-ex.el (ex-read,ex-edit):
5895 Fixes for correct interpretation of #,%.
5896 (viper-ex): Now works correctly when called from other functions.
5897 (viper-glob-function): New variable.
5898 (viper-ex): Save excursion before doing :global.
5899
5900 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5901
5902 * viper-cmd.el (viper-post-command-sentinel,
5903 viper-insert-state-post-command-sentinel,
5904 viper-insert-state-pre-command-sentinel): Takes better care of
5905 cursor colors.
5906
5907 * viper.el: Version change.
5908
5909 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5910
5911 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5912 that the modeline display was updated *only* when
5913 `whitespace-display-in-modeline' was set, not otherwise.
5914
5915 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5916
5917 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5918 "frac12".
5919
5920 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5921 ad-activate.
5922
5923 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5924
5925 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5926 using fboundp instead of assuming that these are not present in
5927 particular flavors of emacs.
5928 (whitespace-version): Update to 2.8
5929 (whitespace-display-in-modeline): Add custom variable to control
5930 displaying the whitespace errors on the modeline based on
5931 suggestion from <klaus.berndl@sdm.de>
5932 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5933 clean, to enable using as a hook function, as suggested by Puneet
5934 Goel <puneet@computer.org>
5935 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5936 quiet was not set, even with whitespace-auto-cleanup set.
5937 (whitespace-mode-line): Now uses less modeline real estate and
5938 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5939 which is present in the file, and <y> is any type of whitespace
5940 whose check has been suppressed by setting
5941 `whitespace-check-<whitespace-type>' to nil.
5942 (whitespace-unchecked-whitespaces): New function to return the
5943 list of whitespaces for whom checks have been suppressed.
5944 (whitespace-display-unchecked-whitespaces): Renamed to
5945 `whitespace-update-modeline' to reflect its functionality.
5946
5947 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5948
5949 * progmodes/compile.el (compilation-error-regexp-alist):
5950 Undo previous change.
5951
5952 1999-10-28 Dave Love <fx@gnu.org>
5953
5954 * help.el (help-follow): Make arg optional again and really
5955 default to point.
5956
5957 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5958
5959 * paths.el (rmail-file-name): Make it an option.
5960
5961 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5962 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5963 comment fixes.
5964
5965 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5966 MIPS Pro 7.3 compiler error message syntax.
5967
5968 1999-10-27 Dave Love <fx@gnu.org>
5969
5970 * progmodes/compile.el: Checkdoc-inspired fixes.
5971
5972 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5973
5974 * lpr.el (print-buffer): Doc-string fix.
5975
5976 1999-10-27 Dave Love <fx@gnu.org>
5977
5978 * emacs-lisp/advice.el: Doc fixes.
5979 (ad-lemacs-p): Removed.
5980 (advice): Add :link to defgroup.
5981
5982 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5983
5984 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5985 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5986
5987 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5988
5989 * window.el (walk-windows): If ALL-FRAMES is a frame,
5990 start on that frame. Use save-selected-window.
5991
5992 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5993
5994 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5995 ad-activate. All callers changed, including those in data.c.
5996 (ad-activate-internal-off): Renamed from ad-activate-off.
5997 All uses changed.
5998 (ad-activate): Renamed from ad-activate-on. All uses changed.
5999 (ad-start-advice, ad-stop-advice, ad-recover-normality):
6000 Alter the definition of ad-activate-internal, not ad-activate.
6001
6002 1999-10-26 Gerd Moellmann <gerd@gnu.org>
6003
6004 * startup.el (command-line-1): Add support for command line
6005 arguments `file' and `execute'. Fix handling of `visit'.
6006
6007 1999-10-26 Kenichi Handa <handa@etl.go.jp>
6008
6009 * international/mule-cmds.el (read-input-method-name): Handle the
6010 case that the arg DEFAULT is symbol.
6011
6012 * international/mule-diag.el (mule-diag): Handle the case that
6013 default-input-method is symbol.
6014
6015 1999-10-26 Gerd Moellmann <gerd@gnu.org>
6016
6017 * textmodes/tildify.el: New file.
6018
6019 1999-10-25 Sam Steingold <sds@ksp.com>
6020
6021 * Makefile (compile-files): Fixed the "tr" strings.
6022 (EMACS): Set to ../src/emacs.
6023
6024 1999-10-25 Gerd Moellmann <gerd@gnu.org>
6025
6026 * info.el (Info-build-node-completions): Add '("*") to the
6027 completion list.
6028
6029 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6030
6031 * frame.el (auto-raise-mode): When enabling the mode,
6032 immediately raise the selected frame.
6033
6034 * indent.el (indent-region): Doc fix.
6035
6036 * comint.el (comint-output-filter): Make the Comint buffer current
6037 for the comint-preoutput-filter-functions.
6038
6039 * mail/reporter.el: Doc fix.
6040
6041 1999-10-24 Stephen Eglen <stephen@gnu.org>
6042
6043 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
6044 that Octave lisp files can also run under XEmacs 20.
6045 (require 'custom) added so that files can run under Emacs 19.34.
6046
6047 * iswitchb.el (iswitchb-default-keybindings): No need to use
6048 read-kbd-macro in keybindings.
6049
6050 1999-10-23 Dave Love <fx@gnu.org>
6051
6052 * elide-head.el: New file.
6053
6054 1999-10-23 Gerd Moellmann <gerd@gnu.org>
6055
6056 * Makefile (compile-files, backup-compiled-files): New targets.
6057 (bootstrap, bootstrap-clean): Ditto.
6058
6059 1999-10-22 Paul Eggert <eggert@twinsun.com>
6060
6061 * international/mule-cmds.c (locale-language-names):
6062 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
6063 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
6064 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
6065 Use Latin-8 for Welsh.
6066 Use Latin-1 for English if "en" is explicitly specified.
6067 Use Latin-1 for Scots Gaelic, Tagalog.
6068 Use Latin-1 (not Latin-4) for Greenlandic.
6069 Use Latin-1 (not Latin-2) for Albanian.
6070 (locale-preferred-coding-systems, locale-language-names):
6071 Remove generic ISO 8859 locales; locale-charset-language-names now
6072 does this.
6073 (locale-charset-language-names): New variable.
6074 (set-locale-environment): Use language name specified by
6075 locale-charset-language-names if its charsets disagree with the
6076 language name specified by locale-language-names.
6077
6078 1999-10-22 Dave Love <fx@gnu.org>
6079
6080 * make-mode.el: Minor doc fixes.
6081
6082 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
6083
6084 1999-10-21 Dave Love <fx@gnu.org>
6085
6086 * loadup.el: Add latin-8, latin-9.
6087
6088 1999-10-20 Paul Eggert <eggert@twinsun.com>
6089
6090 * disp-table.el (standard-display-european): Remove undocumented
6091 arg AUTO; no longer used by startup.el. Do not attempt to treat
6092 all non-English language environments as coding system names.
6093 Instead, use the downcased language environment name as a coding
6094 system name if it is one; otherwise, use latin-1.
6095
6096 1999-10-20 Gerd Moellmann <gerd@gnu.org>
6097
6098 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
6099 that were split so that part of the comment appeared as Lisp code.
6100
6101 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6102
6103 * ps-bdf.el: Doc fix.
6104
6105 * ps-print-def.el: New file: common definitions for all parts of
6106 ps-print.
6107 (ps-multibyte-buffer): Moved from ps-mule.
6108
6109 * ps-mule.el: File dependence fix.
6110 (ps-multibyte-buffer): Moved to ps-print-def.
6111
6112 * ps-print.el: Doc fix, better customization.
6113 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
6114 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
6115 (ps-end-file): Doc fix.
6116 (ps-setup, ps-begin-file): Fun fix.
6117 (postscript): New group.
6118 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
6119 (ps-print-prologue-1): Adjust PostScript programming.
6120 (ps-print): Adjust group hierarchy.
6121 (ps-print-n-up, ps-print-zebra, ps-print-background,
6122 ps-print-printer)
6123 (ps-print-page): New subgroups.
6124 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
6125 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
6126 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
6127 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
6128 (ps-zebra-stripe-height, ps-print-background-image)
6129 (ps-print-background-text, ps-spool-config): Adjust customization.
6130 (dos-ps-printer): Definition eliminated.
6131
6132 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6133
6134 * ps-mule.el: Doc fix, define functions properly if mule package is
6135 loaded or not.
6136 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
6137 mule package is loaded or not.
6138
6139 * ps-print.el: Doc fix, n-up printing.
6140 (ps-print-version): New version number (5.0).
6141 (ps-page-dimensions-database): Added document media.
6142 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
6143 (ps-page-order, ps-printing-region-p): New vars.
6144 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
6145 funs.
6146 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
6147 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
6148 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
6149 (ps-n-up-xstart, ps-n-up-ystart): New macros.
6150 (ps-print-begin-sheet-hook): New hook.
6151 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
6152 const.
6153 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
6154 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
6155 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
6156 (ps-count-lines): Changed to defun.
6157 (ps-header-page): Changed to defsubst, fix fun.
6158 (ps-printing-region): Doc fix, adjust programming code.
6159 (ps-output-boolean, ps-background-pages, ps-background-text)
6160 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
6161 programming code.
6162
6163 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6164
6165 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
6166 (ps-print-version): New version number (4.2).
6167 (ps-spool-config, ps-spool-tumble): New vars.
6168 (ps-print-prologue-1): Changed to defconst, adjust PostScript
6169 programming, new PostScript procedure to handle errors.
6170 (ps-print-prologue-2): Changed to defconst.
6171 (ps-print-duplex-feature): New const: duplex and tumble setting.
6172 (ps-setup, ps-begin-file): Fix funs.
6173 (ps-boolean-capitalized): New fun.
6174
6175 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
6176
6177 * Makefile (dontcompilefiles): Obsoleted.
6178 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
6179 (EL): Unused.
6180 (temacs): Removed (unused).
6181 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
6182 version of the file (necessary for the update to work properly).
6183 (autoloads): Force the use of `pwd`/loaddefs.el.
6184 (updates); Redefined in terms of other targets to reduce redundancy.
6185 (.el.elc): New default rule, just in case you want it.
6186 (compile): Use a single invocation of Emacs.
6187 (bootstrap-compile); Unneeded.
6188 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
6189
6190 1999-10-19 Dave Love <fx@gnu.org>
6191
6192 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
6193
6194 1999-10-19 Sam Steingold <sds@ksp.com>
6195
6196 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
6197 comply with the comment.
6198
6199 1999-10-19 Gerd Moellmann <gerd@gnu.org>
6200
6201 * autorevert.el (auto-revert-mode): Make auto-revert-mode
6202 permanent-local.
6203
6204 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
6205
6206 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
6207 value: \"lpr\" changed to "lpr"
6208 (ps-mode-version): New constant
6209 (ps-mode-show-version): New function, added key in ps-mode-map
6210 (ps-run-messages): Removed
6211 (ps-run-font-lock-keywords-2): New defcustom variable replacing
6212 ps-run-messages. These keywords now include the value of
6213 ps-run-prompt, making its fontification customizable.
6214 (ps-run-init): Removed \\n from docstring, it is now added when
6215 the value is used
6216 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
6217 ps-run-prompt
6218 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
6219 customizable variables in doc-string (its equivalent
6220 ps-run-messages was missing in previous version of the doc-string)
6221 (ps-run-mode): Simplified assignment to font-lock-defaults, using
6222 symbols only
6223
6224 1999-10-19 Alex Schroeder <alex@gnu.org>
6225
6226 * ansi-color.el: Complete rewrite.
6227
6228 1999-10-19 Paul Eggert <eggert@twinsun.com>
6229
6230 Fix bootstrapping problems.
6231 Use the system locale to specify Emacs locale defaults.
6232
6233 * international/mule-cmds.el (global-map):
6234 Do not use backquote, because that makes a bootstrapping
6235 problem if you need to recompile all Lisp files using interpreted code.
6236 * international/mule.el (charset-id, charset-bytes,
6237 charset-dimension, charset-chars, charset-width,
6238 charset-direction, charset-iso-final-char,
6239 charset-iso-graphic-plane, charset-reverse-charset,
6240 charset-short-name, charset-long-name, charset-description,
6241 charset-plist): Likewise.
6242 * subr.el (save-match-data): Likewise.
6243
6244 * international/mule-cmds.el
6245 (set-display-table-and-terminal-coding-system): New function,
6246 containing code migrated out of set-language-environment.
6247 (set-language-environment, set-locale-environment): Use it.
6248 (locale-translation-file-name): Moved here from startup.el.
6249 (locale-language-names, locale-preferred-coding-systems):
6250 New vars.
6251 (locale-name-match, set-locale-environment): New functions.
6252
6253 * language/japan-util.el (setup-japanese-environment-internal):
6254 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
6255
6256 * startup.el (iso-8859-n-locale-regexp): Remove.
6257 (locale-translation-file-name): Move to mule-cmds.el.
6258 (command-line): Move locale-stuff into set-locale-environment.
6259
6260 1999-10-18 Dave Love <fx@gnu.org>
6261
6262 * abbrev.el (add-abbrev, inverse-add-abbrev)
6263 (expand-region-abbrevs): Remove properties from buffer text.
6264
6265 1999-10-17 Gerd Moellmann <gerd@gnu.org>
6266
6267 * iswitchb.el (iswitchb-exhibit): Extract user-input only
6268 from the mini-buffer, without the prompt.
6269
6270 * simple.el (minibuffer-prompt-end): Return the position
6271 after the prompt, not the position of that last character
6272 of the prompt.
6273
6274 1999-10-17 Miles Bader <miles@gnu.org>
6275
6276 * simple.el: Doc fixes.
6277
6278 1999-10-17 Miles Bader <miles@gnu.org>
6279
6280 * simple.el (previous-matching-history-element, next-history-element):
6281 Change to work correctly even if the point is in the prompt.
6282 (choose-completion-string): Likewise.
6283 (minibuffer-prompt-width): New function (compatibility with old subr).
6284
6285 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
6286 When constraining the final position to the current field,
6287 don't use the ONLY-IN-LINE mode of constrain-to-field.
6288
6289 1999-10-17 Miles Bader <miles@gnu.org>
6290
6291 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
6292 constrain-to-field.
6293 * textmodes/paragraphs.el (forward-sentence): Likewise.
6294
6295 1999-10-17 Miles Bader <miles@gnu.org>
6296
6297 * simple.el (line-move): Use constrain-to-field to avoid
6298 moving into a prompt.
6299 (previous-complete-history-element): Clarify doc string.
6300 (next-complete-history-element): Likewise.
6301 Use field-beginning instead of point-min.
6302 (next-matching-history-element): Use field-beginning and
6303 erase-field instead of point-min and erase-buffer.
6304 * textmodes/paragraphs.el
6305 (forward-paragraph, forward-sentence): Likewise.
6306 (backward-kill-paragraph, backward-kill-sentence): Remove code to
6307 constrain the kill to an field, as the movement commands now
6308 do this.
6309
6310 1999-10-17 Miles Bader <miles@gnu.org>
6311
6312 * simple.el (previous-matching-history-element): Get the
6313 minibuffer input with field-string instead of buffer-string.
6314 (choose-completion-string): Likewise.
6315 (next-history-element): Likewise.
6316 Erase the minibuffer input with erase-field, not erase-buffer.
6317 Use field-beginning to find the beginning of the input.
6318 * textmodes/paragraphs.el (backward-kill-sentence):
6319 Remove minibuffer-prompt hack.
6320 Constrain to any input field.
6321
6322 1999-10-17 Sam Steingold <sds@ksp.com>
6323
6324 * bindings.el (completion-ignored-extensions): Added ".sparcf"
6325 for CMUCL on sparc and ".ufsl" for LispWorks.
6326 (bound-and-true-p): Bugfix: free variable `v'.
6327
6328 1999-10-16 Dave Love <d.love@dl.ac.uk>
6329
6330 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
6331 (edebug-uninstall-read-eval-functions): Use load-read-function,
6332 avoiding elisp-eval.
6333
6334 1999-10-16 Sam Steingold <sds@ksp.com>
6335
6336 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
6337 instead of `eql'.
6338
6339 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
6340
6341 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
6342 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
6343 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
6344 * ediff-util.el (ediff-make-temp-file):
6345 * ediff-vers.el (ediff-pcl-cvs-view-revision):
6346 * emerge.el (emerge-make-temp-file):
6347 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
6348 * vc.el (vc-update-change-log):
6349 * mail/mailpost.el (post-mail-send-it):
6350 * mail/metamail.el (metamail-region):
6351 * progmodes/cmacexp.el (c-macro-expansion):
6352 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
6353
6354 1999-10-15 Gerd Moellmann <gerd@gnu.org>
6355
6356 * smtpmail.el (smtpmail-via-smtp): Add support for
6357 automatically appending a domain to RCPT TO: addresses.
6358
6359 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6360
6361 * dired.el (dired-insert-directory): Insert the amount of
6362 free space after the total size.
6363 (dired-free-space-program, dired-free-space-args): New variables.
6364
6365 1999-10-14 Karl Heuer <kwzh@gnu.org>
6366
6367 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
6368
6369 1999-10-14 Dave Love <fx@gnu.org>
6370
6371 * international/characters.el:
6372 * international/fontset.el:
6373 * international/mule-conf.el: Add latin-iso8859-1[45].
6374
6375 * language/european.el: Add Latin-8, Latin-9. Modify some doc
6376 strings.
6377
6378 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
6379 (command-line): Detect Latin-[89] locales.
6380
6381 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6382
6383 * international/mule-cmds.el (select-safe-coding-system)
6384 (leim-list-header): Avoid the use of strings that start with backslash
6385 newline since lread.c:read1 has a hack to turn those strings into
6386 integer 0 during the loadup.el process.
6387
6388 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6389
6390 1999-10-13 Dave Love <fx@gnu.org>
6391
6392 * image.el (insert-image): Copy the image spec and add an
6393 intangible property.
6394
6395 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6396
6397 * help.el (help-xref-interned): Make it also work on variable-only
6398 and function-only symbols.
6399 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6400 (help-follow): If the point under mouse is not highlighted, try
6401 `help-xref-interned' on the pointed-to symbol anyway.
6402
6403 * info.el (Info-on-current-buffer): New entry point.
6404 (Info-find-node): Split into two for Info-on-current-buffer to
6405 hook into it.
6406 (Info-current-file, Info-set-mode-line, Info-up):
6407 Info-current-file can now be t.
6408 (Info-clone-buffer-hook): Function for `clone-buffer'.
6409 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6410 Make `clone-buffer' available in various ways to the user.
6411
6412 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
6413
6414 * simple.el (shell-command, shell-command-on-region): Use
6415 make-temp-file.
6416 (clone-buffer, clone-process, clone-buffer-hook): New functions.
6417
6418 * subr.el (with-current-buffer): Don't use backquotes to avoid
6419 bootstrapping problems.
6420
6421 * loadup.el (load-path): Add subdirs for bootstrapping.
6422 (docstrings): Ignore errors during bootstrapping.
6423 (args): New `bootstrap' argument (for use in place of `dump').
6424
6425 1999-10-12 Emmanuel Briot <briot@gnat.com>
6426
6427 * ada-stmt.el: Doc-string fixes.
6428
6429 1999-10-12 Gerd Moellmann <gerd@gnu.org>
6430
6431 * recentf.el: New file.
6432
6433 * ps-mode.el: New file.
6434
6435 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6436 case insensitive.
6437
6438 1999-10-12 Richard Sharman <rsharman@pobox.com>
6439
6440 * sh-script.el: Added support for indenting existing scripts.
6441 (sh-mode-map): Added new bindings.
6442 (sh-mode): Updated mode doc-string for new commands, added
6443 make-local-variable calls, initialize mode-specific variables.
6444 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
6445 is now a different function.
6446 (sh-header-marker): Changed docstring.
6447 (sh-set-shell): Initialize mode-specific variables.
6448 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6449 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6450 Changed these define-skeleton calls to work with user-specified
6451 indentation settings.
6452 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6453 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6454 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6455 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6456 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6457 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6458 (sh-guess-basic-offset, sh-handle-after-case-label)
6459 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6460 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6461 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6462 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6463 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6464 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6465 (sh-handle-this-then, sh-help-string-for-variable)
6466 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6467 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6468 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6469 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6470 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6471 (sh-remove-our-text-properties, sh-rescan-buffer)
6472 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6473 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6474 (sh-scan-case, sh-search-word, sh-set-char-syntax)
6475 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6476 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6477 functions.
6478 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6479 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6480 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6481 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6482 (sh-var-list): New variables.
6483
6484 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
6485
6486 * quickurl.el (quickurl-list-insert): `count-lines' was returning
6487 a value one line to high if the cursor wasn't at the start of a
6488 line. A `beginning-of-line' is now performed before making the
6489 call to `count-lines'.
6490
6491 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
6492
6493 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6494
6495 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6496
6497 * Makefile (setwins): Abstract out the command to find subdirectories
6498 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6499 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6500 (autoloads-with-other-emacs): Use it.
6501
6502 * diff-mode.el: New file. A mode for viewing/editing context diffs.
6503
6504 1999-10-09 Gerd Moellmann <gerd@gnu.org>
6505
6506 * Makefile (bootstrap-compile): New target. Compile Lisp
6507 files with ../src/temacs.
6508
6509 1999-10-08 Dave Love <fx@gnu.org>
6510
6511 * ange-ftp.el: Require dired when compiling.
6512 (ange-ftp-normal-login): Allow EFS-style port specification.
6513
6514 1999-10-08 Simon Marshall <simon@gnu.org>
6515
6516 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6517 (regexp-opt-group): Use it to get common suffixes in STRINGS.
6518 If STRINGS is nil, return "" rather than nil.
6519
6520 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6521
6522 * Makefile (compile): Compile files one by one. Set load-path to
6523 current directory and subdirectories when compiling.
6524
6525 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6526
6527 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6528 (emacs): Use it everywhere instead of EMACS.
6529 (compile): New target. Compile all Lisp files from scratch.
6530 (recompile): New target. Recompile lisp directory.
6531 (autoloads-with-other-emacs): New target. Build loaddefs.el with
6532 an Emacs executable not built in the current directory tree.
6533
6534 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
6535
6536 * filecache.el (file-cache-completion-ignore-case): New variable,
6537 defaulting to the value of completion-ignore-case.
6538 (file-cache-minibuffer-complete): Use it.
6539 (file-cache-files-matching, file-cache-files-matching-internal):
6540 New functions.
6541
6542 1999-10-07 Emmanuel Briot <briot@gnat.com>
6543
6544 * ada-xref.el: New file
6545
6546 * ada-prj.el: New file
6547
6548 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6549
6550 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6551 subprogram being created.
6552
6553 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6554 ada-indent-newline-indent): Rewritten to support the new indentation
6555 scheme
6556
6557 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6558 New functions
6559
6560 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6561 justification parameter
6562
6563 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6564 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6565 external program
6566
6567 1999-10-07 Dave Love <fx@gnu.org>
6568
6569 * bindings.el (bound-and-true-p): New macro.
6570 (make-mode-line-mouse-sensitive): Don't require easymenu.
6571
6572 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6573
6574 * custom.el (defface): Extend documentation for new values of
6575 `type'.
6576
6577 * faces.el (face-spec-set-match-display): Recognize `type' of
6578 `motif', `lucid', `x-toolkit'.
6579 (menu): New face.
6580
6581 1999-10-05 Dave Love <fx@gnu.org>
6582
6583 * files.el: Recognize temporary crontab files.
6584
6585 * info.el: Require jka-compr when compiling.
6586 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6587
6588 1999-10-04 Dave Love <fx@gnu.org>
6589
6590 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6591 scroll-up-aggressively, scroll-down-aggressively.
6592
6593 * time.el (display-time-mode): Add autoload cookie.
6594
6595 * rect.el (delete-extract-rectangle): Doc fix from verna.
6596
6597 * help-macro.el (three-step-help): Customize.
6598
6599 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6600
6601 * hexl.el (hexlify-buffer): Move point in proper range
6602 if it is too large.
6603 (hexl-after-revert-hook): Update hexl-max-address.
6604 (hexl-address-to-marker): Doc fix.
6605
6606 1999-10-03 Dave Love <fx@gnu.org>
6607
6608 * image.el (defimage): Remove redundant code. Substitute file in
6609 image plist.
6610
6611 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6612
6613 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6614 when doing with-temp-file.
6615
6616 1999-10-01 Dave Love <fx@gnu.org>
6617
6618 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6619
6620 * help.el: Require view when compiling.
6621 (view-emacs-FAQ): Use Info version.
6622
6623 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6624
6625 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6626 (normat->normal). Use correct font names for Korean
6627 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6628
6629 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6630
6631 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6632 code not used by KOI8 to the same 8-bit code instead of mapping to
6633 SPC.
6634 (cyrillic-alternativnyj-decode-table): Likewise.
6635
6636 1999-09-29 Alex Schroeder <alex@gnu.org>
6637
6638 * sql.el (sql-imenu-generic-expression): Aew, used to set
6639 imenu-generic-expression.
6640 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6641 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6642 imenu-case-fold-search, and imenu-syntax-alist.
6643 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6644 setting font-lock-defaults' SYNTAX-ALIST.
6645
6646 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6647
6648 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6649 macro, try again.
6650
6651 1999-09-28 Dave Love <fx@gnu.org>
6652
6653 * cus-edit.el (custom-comment): Change widget definition.
6654 (custom-comment-create, custom-comment-show)
6655 (custom-comment-invisible-p): Don't use :comment-overlay.
6656 (custom-comment-hide): New function.
6657 (custom-variable-set, custom-variable-save)
6658 (custom-variable-reset-standard, custom-face-set)
6659 (custom-face-save): Use it.
6660
6661 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6662
6663 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6664
6665 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6666
6667 * faces.el (region): Doc fix.
6668
6669 1999-09-27 Dave Love <fx@gnu.org>
6670
6671 * isearch.el (isearch): Add :links in defgroup.
6672 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6673 (isearch-switch-frame-handler): Comment out (unused).
6674 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6675 (isearch-ring-retreat-edit): Doc fix.
6676 (isearch-mouse-yank): New command.
6677 (isearch-last-command-char): Removed. Callers changed to use
6678 last-command-char.
6679 (isearch-char-to-string): Removed. Callers changed to use
6680 char-to-string.
6681
6682 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6683
6684 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6685 option for Russian.
6686
6687 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6688
6689 * faces.el (face-differs-from-default-p): Compare face
6690 attributes individually.
6691
6692 * image.el (put-image, insert-image): Add string argument.
6693
6694 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6695
6696 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6697 LANG=de_DE.iso88591 on HPUX 11.0.
6698
6699 * dired.el (dired-move-to-filename-regexp): Make it work
6700 for LANG=de_DE.iso88591 on HPUX 11.0.
6701
6702 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6703
6704 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6705 if we know for some other reason it should not be used.
6706
6707 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6708 New variable.
6709 (edebug-recursive-edit): Save current-prefix-arg there,
6710 bind it, and set it back at the end.
6711 (edebug-outside-excursion): Restore and update the outside
6712 value of current-prefix-arg.
6713 (edebug-emacs-version-specific): Delete support for Epoch.
6714
6715 1999-09-24 Howard Melman <howard@silverstream.com>
6716
6717 * imenu.el (imenu-after-jump-hook): New variable.
6718 (imenu): Run menu-after-jump-hook.
6719 (imenu-name-lookup-function): New variable.
6720 * imenu.el (imenu--in-alist): Use those variables.
6721
6722 1999-09-24 Carsten Dominik <cd@gnu.org>
6723
6724 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6725 multiple thebibliography environments.
6726
6727 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6728 with recentering window.
6729 (reftex-extract-bib-entries-from-thebibliography,
6730 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6731 with multiple thebibliography environments.
6732
6733 * textmodes/reftex-vars.el
6734 (reftex-section-levels): Function allowed as cdr.
6735 (reftex-max-section-depth) New option.
6736
6737 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6738 with multiple thebibliography environments.
6739
6740 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6741
6742 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6743 instead of point-min in call to delete-region.
6744
6745 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6746
6747 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6748 out into arbitrary file names.
6749
6750 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6751
6752 * language/european.el ("Turkish"): New language environment.
6753
6754 1999-09-19 Dave Love <fx@gnu.org>
6755
6756 * delim-col.el: New file.
6757
6758 1999-09-17 Richard Stallman <rms@gnu.org>
6759
6760 * files.el (after-find-file): When visiting a backup file,
6761 make it read-only.
6762
6763 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6764 (apropos-keybinding-face, apropos-label-face): Likewise.
6765 (apropos-property-face, apropos-match-face): Likewise.
6766 (apropos-label-properties): New variable.
6767 (apropos-print-doc): Use apropos-label-properties.
6768 (apropos-print): Set apropos-label-properties.
6769
6770 1999-09-15 Richard Stallman <rms@gnu.org>
6771
6772 * winner.el: Use aref instead of sref.
6773
6774 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6775
6776 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6777
6778 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6779
6780 1999-09-14 Richard Stallman <rms@gnu.org>
6781
6782 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6783 cookie, even if followed by a letter.
6784
6785 1999-09-14 Stephen Eglen <stephen@gnu.org>
6786
6787 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6788 --no-line-editing are passed to Octave by including them here
6789 rather than storing them in inferior-octave-startup-args.
6790
6791 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6792
6793 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6794 command, option, env and sc.
6795
6796 * subr.el (shell-quote-argument): Quote argument with double
6797 quotes for ms-dos.
6798
6799 1999-09-14 Richard Stallman <rms@gnu.org>
6800
6801 * simple.el (eval-expression-print-level): New variable.
6802 (eval-expression-print-length): New variable.
6803 (eval-expression-debug-on-error): New variable.
6804 (eval-expression): Bind print-level, print-length and
6805 debug-on-error from those vars.
6806
6807 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6808 Bind print-level, print-length and debug-on-error.
6809
6810 1999-09-14 Inge Frick <inge@nada.kth.se>
6811
6812 * dired.el (dired-recursive-deletes): New custom variable.
6813 (dired-re-no-dot): New variable.
6814 (dired-delete-file): New function deletes files and directories
6815 recursively.
6816 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6817
6818 * dired-aux.el (dired-recursive-copies): New custom variable.
6819 (dired-handle-overwrite): Broke a long line.
6820 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6821 `copy-file'.
6822 (dired-copy-file-recursive): New function. Copy directories
6823 recursively.
6824 (dired-do-create-files): Added support for generalized directory
6825 target. How-to function may now return a function. New fluid
6826 variable `dired-one-file'.
6827 (dired-copy-how-to-fn): New variable.
6828 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6829 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6830 (dired-do-copy-regexp): No recursive copies.
6831
6832 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6833
6834 * whitespace.el (whitespace-version): Update version to 2.4
6835
6836 * whitespace.el: Add customization variables to conditionally test
6837 any of the five whitespaces, per request from Rune Kleveland
6838 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6839
6840 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6841
6842 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6843 list of modes to be checked for bogus whitespaces.
6844
6845 * whitespace.el (whitespace-rescan-timer-time): Update
6846 documentation.
6847
6848 * whitespace.el (whitespace-display-unchecked-whitespaces):
6849 New function to update modeline with untested whitespaces.
6850
6851 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6852 checking is turned on, and update modeline using the newly created
6853 `whitespace-display-unchecked-whitespaces'.
6854
6855 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6856 whose checking is turned on, and update modeline using the newly
6857 created `whitespace-display-unchecked-whitespaces'.
6858
6859 * whitespace.el (whitespace-describe): Update documentation.
6860
6861 * whitespace.el (whitespace-tickle-timer): Test if
6862 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6863
6864 1999-09-13 Dave Love <fx@gnu.org>
6865
6866 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6867
6868 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6869 for temp buffer.
6870 (checkdoc-this-string-valid): Don't assume default comment-start.
6871
6872 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6873
6874 * rsz-mini.el: Remove code, keep the interface.
6875
6876 1999-09-13 Dave Love <fx@gnu.org>
6877
6878 * help.el (help-highlight-p): Doc fix.
6879
6880 * faces.el (mode-line, header-line, tool-bar): Add :version.
6881 (highlight, secondary-selection): Add :group.
6882 (trailing-whitespace): Add :group, :version.
6883
6884 * wid-edit.el: Remove some compatibility code and checks.
6885 (widget-specify-field, widget-specify-button): Don't use XEmacs
6886 properties.
6887 (widget-overlay-inactive): Change error message.
6888 (widget-button-pressed-face): New variable.
6889 (widget-button-click): Use it.
6890 (widget-documentation-link-add): Specify mouse and button faces.
6891 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6892 removed now the functionality is built in.
6893
6894 * cus-edit.el: Don't define-widget-keywords.
6895 (multimedia): New group.
6896 (custom-last): Function removed.
6897 (custom-quote): Add vectorp case, comment out characterp case.
6898 (custom-buffer-done-function, custom-raised-buttons): New option.
6899 (Custom-buffer-done): New function.
6900 (custom-buffer-create-internal): Obey custom-raised-buttons,
6901 Custom-buffer-done.
6902 (custom-button-face): Make it `released-button'.
6903 (custom-button-pressed-face): Make it `pressed-button'
6904 (custom-mode-map): Bind "q" to Custom-buffer-done.
6905 (custom-mode): Deal with raised/pressed buttons.
6906
6907 Changes from Didier Verna:
6908 (custom-prompt-variable): Optional third arg makes prompt for a
6909 comment string.
6910 (customize-set-value, customize-set-variable,
6911 customize-save-variable): Optional prefix makes function handle
6912 variable comments.
6913 (customize-customized, customize-saved, custom-variable-state-set)
6914 (custom-variable-set, custom-variable-save, custom-face-state-set)
6915 (custom-variable-reset-saved, custom-variable-reset-standard)
6916 (custom-face-set, custom-face-save, custom-face-reset-saved)
6917 (custom-face-reset-standard, customize-save-customized): Handle
6918 custom comments.
6919 (custom-comment-face, custom-comment-tag-face): New face.
6920 (custom-comment): New widget.
6921 (custom-comment-create, custom-comment-delete)
6922 (custom-comment-value-set, custom-comment-show)
6923 ()custom-comment-invisible-p): New functions.
6924 (custom-variable-value-create, custom-face-value-create): Create a
6925 comment field widget.
6926 (custom-variable-menu, custom-face-menu): New entry for custom
6927 comment.
6928 (custom-face-value-create): Remove compatibility code.
6929 (custom-save-variables, custom-save-faces): Possibly save custom
6930 comments.
6931
6932 * cus-face.el (custom-face-attributes): Simplify :underline,
6933 :overline, :inverse-video cases. Fix up :box case (probably needs
6934 more work).
6935
6936 Change from Didier Verna:
6937 (custom-set-faces): The arguments can now have a custom comment as
6938 fourth argument.
6939
6940 * custom.el: Don't define-widget-keywords.
6941 Change from Didier Verna:
6942 (custom-set-variables): The arguments can now have a
6943 custom comment as fifth element.
6944
6945 1999-09-13 Richard Stallman <rms@gnu.org>
6946
6947 * info.el (Info-find-node): Cope better if guesspos is too large.
6948
6949 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6950
6951 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6952 of buffer-substring because buffer-string doesn't copy the
6953 prompt.
6954
6955 * faces.el (mode-line): Replaces `modeline'.
6956 (toplevel): Make `modeline' an alias for `mode-line'.
6957
6958 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6959
6960 * gs.el: Change `ghostscript' to `postscript' in comment.
6961
6962 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6963
6964 * emulation/tpu-edt.el (tpu-version): New version.
6965 (tpu-search-overlay, tpu-replace-overlay): New variables.
6966 (tpu-search-highlight, tpu-toggle-direction): New functions.
6967 (tpu-lm-replace): Set tpu-replace-overlay.
6968 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6969 command hook.
6970
6971 1999-09-11 Richard Stallman <rms@gnu.org>
6972
6973 * isearch.el (isearch-mode-map): Undo previous change.
6974
6975 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6976 use all of that as the sexp.
6977
6978 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6979 and use the initial argument as file name directly.
6980 Likewise if nothing matches.
6981
6982 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6983
6984 * winner.el: Major changes. Avoid changing point and mark.
6985 Save configurations after they change, not before.
6986
6987 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6988
6989 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6990 Bind print-continuous-numbering and print-number-table.
6991
6992 1999-09-10 Dave Love <fx@gnu.org>
6993
6994 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6995
6996 1999-09-09 Richard Stallman <rms@gnu.org>
6997
6998 * whitespace.el: Finish making it fit Emacs conventions.
6999 Add autoloads.
7000
7001 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
7002
7003 * generic-x.el (bat-generic-mode): "::"-style comments don't
7004 need to begin with "-". Fix the font-lock definitions of ON/OFF
7005 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
7006 from the list of keywords. Add DO to the list of keywords.
7007
7008 1999-09-09 Dave Love <fx@gnu.org>
7009
7010 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
7011 (byte-optimize-backward-word): New optimizations.
7012 (side-effect-free-fns, side-effect-and-error-free-fns): Add
7013 entries.
7014
7015 1999-09-09 Gerd Moellmann <gerd@gnu.org>
7016
7017 * image.el (put-image): Remove optional buffer parameter.
7018
7019 * faces.el (face-italic-p): Return t only for values `italic'
7020 and `oblique'.
7021
7022 * mouse.el (mouse-drag-mode-line-1): Extension of former
7023 mouse-drag-mode-line that also drags the header line.
7024 (mouse-drag-mode-line): Call it.
7025 (mouse-drag-header-line): New.
7026 (toplevel): Bind down-mouse-1 on header lines to
7027 mouse-drage-header-line.
7028
7029 1999-09-08 Gerd Moellmann <gerd@gnu.org>
7030
7031 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
7032 (make-mode-line-mouse-sensitive): Replace `top-line' by
7033 `header-line'.
7034
7035 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
7036
7037 * help.el (describe-function-1): Don't return empty string for keymaps.
7038
7039 * fill.el (fill-region-as-paragraph, canonically-space-region):
7040 Respect colon-double-space at end of line.
7041
7042 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
7043
7044 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
7045 (backup-buffer): Use it.
7046
7047 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
7048
7049 * generic-x.el (generic-define-unix-modes): Added new modes:
7050 inetd-conf-generic-mode, etc-services-generic-mode,
7051 etc-passwd-generic-mode. These are all defined for Unix by default.
7052 (apache-generic-mode): Use an imenu-generic-expression to list
7053 Configuration keywords.
7054 (samba-generic-mode): Use both ; and # as comment characters.
7055 (samba-generic-mode): Font-lock expressions now highlight name
7056 value pairs.
7057 (bat-generic-mode): Keywords are now case-insensitive through
7058 font-lock-defaults setting.
7059 (java-properties-generic-mode): Supports both ! and # as comment
7060 characters.
7061 (java-properties-generic-mode): Added an imenu-generic-expression
7062 (java-properties-generic-mode): Reworked to support the various
7063 different ways to separate name and value (viz, '=', ':' and
7064 whitespace).
7065 (show-tabs-generic-mode): Added this new generic-mode.
7066
7067 1999-09-08 Richard Stallman <rms@gnu.org>
7068
7069 * progmodes/inf-lisp.el: Moved from top directory.
7070
7071 * tar-mode.el (tar-header-block-tokenize):
7072 Use `when' instead of `and'. Fix some clobbered text.
7073
7074 * gud.el (gud-make-debug-menu): Make a child for the
7075 local menu, for its menu bar, and the debug menu.
7076 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
7077 Use the history in the simple way.
7078
7079 1999-09-07 Kenichi Handa <handa@etl.go.jp>
7080
7081 * language/korea-util.el (default-korean-keyboard): Initialize it
7082 according to the environment variable HANGUL_KEYBOARD_TYPE.
7083
7084 1999-09-07 Richard Stallman <rms@gnu.org>
7085
7086 * subr.el (make-temp-file): New function.
7087
7088 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
7089
7090 * font-lock.el (font-lock-multiline): New text property contains
7091 a boolean to indicate if the char is part of a multiline match.
7092 (font-lock-default-fontify-region): Extend the region appropriately
7093 for multiline keywords.
7094 (font-lock-default-unfontify-region): Also remove the new
7095 font-lock-multiline text property.
7096 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
7097 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
7098
7099 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7100
7101 * diary-lib.el (list-diary-entries): Make sure two-digit years
7102 have leading zeros.
7103
7104 1999-09-07 Gerd Moellmann <gerd@gnu.org>
7105
7106 * faces.el (face-set-after-frame-default): Initialize some
7107 attributes of some faces from frame parameters.
7108
7109 * faces.el (scroll-bar, border, cursor, mouse): New faces.
7110
7111 1999-09-07 Gerd Moellmann <gerd@gnu.org>
7112
7113 * faces.el (fringe): Replaces face `margin'.
7114
7115 1999-09-07 Dave Love <fx@gnu.org>
7116
7117 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
7118
7119 1999-09-07 Richard Stallman <rms@gnu.org>
7120
7121 * subr.el (push): Doc fix.
7122
7123 1999-09-06 Richard Stallman <rms@gnu.org>
7124
7125 * vc.el (vc-annotate-display): Use < 69 not < 70
7126 to distinguish 20YY from 19YY.
7127
7128 * timezone.el (timezone-parse-date): Use < 69 not < 70
7129 to distinguish 20YY from 19YY.
7130
7131 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
7132
7133 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
7134
7135 * quickurl.el: (quickurl-list-focused-line): Removed.
7136 (quickurl-list-insert): Now works out the focused line using
7137 `count-lines' instead of using `quickurl-list-focused-line'.
7138
7139 1999-09-06 Richard Stallman <rms@gnu.org>
7140
7141 * mail/rmail.el (rmail-retry-failure): Unconditionally move
7142 to beginning of message.
7143
7144 1999-09-06 Dave Love <fx@gnu.org>
7145
7146 * isearch.el (isearch-mode-map): Add mouse-2.
7147
7148 * mail/rmail.el (rmail-read-password): Deleted.
7149 (rmail-get-pop-password): Use read-password.
7150
7151 * quickurl.el: Don't conditionally define caddr.
7152 (quickurl-url-comment): Use nth, not caddr in function and
7153 defsetf.
7154
7155 1999-09-06 Richard Stallman <rms@gnu.org>
7156
7157 * auto-show.el: Doc fixes.
7158
7159 1999-09-06 Stephen Eglen <stephen@gnu.org>
7160
7161 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
7162 --no-line-editing so that TABs in source files are not interpreted
7163 as completion requests.
7164
7165 1999-09-06 Gerd Moellmann <gerd@gnu.org>
7166
7167 * hscroll.el, auto-show.el: Remove all code, keep the public
7168 interface as no-ops.
7169
7170 * faces.el (face-bold-p): Don't return t if face has lighter
7171 weight than normal.
7172
7173 1999-09-06 Eli Zaretskii <eliz@gnu.org>
7174
7175 * startup.el (command-line): Make small-temporary-file-directory
7176 be nil except on ms-dos.
7177
7178 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
7179
7180 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
7181 is defined.
7182
7183 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
7184 letters with a colon after d or l.
7185
7186 1999-09-06 Dave Love <fx@gnu.org>
7187
7188 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
7189 primitive.)
7190
7191 1999-09-05 Richard Stallman <rms@gnu.org>
7192
7193 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
7194
7195 * textmodes/paragraphs.el (backward-kill-sentence):
7196 Don't test minibuffer-prompt-end here.
7197 (forward-sentence): Do handle it here.
7198 (backward-kill-paragraph): Don't test it here.
7199 (forward-paragraph): Handle it here.
7200
7201 * mouse.el (font-menu-add-default): Simplify code.
7202
7203 1999-09-05 Gerd Moellmann <gerd@gnu.org>
7204
7205 * faces.el (header-line): Renamed from `top-line'.
7206
7207 1999-09-05 Gerd Moellmann <gerd@gnu.org>
7208
7209 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
7210
7211 1999-09-04 Richard Stallman <rms@gnu.org>
7212
7213 * whitespace.el: New file.
7214
7215 1999-09-04 Dave Love <fx@gnu.org>
7216
7217 * paths.el: Make some doc strings obey the make-docfile convention.
7218
7219 * bindings.el: Likewise.
7220 (debug-ignored-errors): Remove BBDB ones.
7221
7222 1999-09-03 Richard Stallman <rms@gnu.org>
7223
7224 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
7225 not from the draft to forward.
7226
7227 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
7228
7229 1999-09-03 Dave Love <fx@gnu.org>
7230
7231 * double.el (double-mode): Customize the variable.
7232
7233 1999-09-03 Kenichi Handa <handa@etl.go.jp>
7234
7235 * international/characters.el: Delete duplicated code.
7236
7237 1999-09-02 Richard Stallman <rms@gnu.org>
7238
7239 * indent.el (indent-relative): Doc fix.
7240
7241 * quickurl.el (quickurl): Doc fix.
7242
7243 1999-09-02 Gerd Moellmann <gerd@gnu.org>
7244
7245 * faces.el (margin): Change background to "gray" for mono (this is
7246 drawn with a stipple pattern).
7247
7248 1999-09-02 Gerd Moellmann <gerd@gnu.org>
7249
7250 * simple.el (next-history-element): Use minibuffer-prompt-end once
7251 again. Remove test for minibuffer-prompt-in-buffer.
7252
7253 1999-09-02 Eli Zaretskii <eliz@gnu.org>
7254
7255 * files.el (small-temporary-file-directory): New variable.
7256
7257 * startup.el (command-line): Compute the value of
7258 small-temporary-file-directory.
7259
7260 * ediff-init.el (ediff-temp-file-prefix): Use
7261 small-temporary-file-directory if non-nil.
7262
7263 * vc.el (vc-update-change-log): Likewise.
7264
7265 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
7266
7267 * simple.el (shell-command, shell-command-on-region): Use
7268 make-temp-name properly. Use small-temporary-file-directory if
7269 non-nil, otherwise temporary-file-directory, to generate temporary
7270 files.
7271
7272 * dos-w32.el (direct-print-region-helper): Use
7273 temporary-file-directory. (From Stefan Monnier.)
7274
7275 1999-09-02 Richard Stallman <rms@gnu.org>
7276
7277 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
7278 from asm-comment-char.
7279 (asm-font-lock-keywords): Recognize instruction width suffixes.
7280
7281 1999-09-01 Richard Stallman <rms@gnu.org>
7282
7283 * play/fortune.el: New file.
7284
7285 1999-08-31 Dave Love <fx@gnu.org>
7286
7287 * help.el (help-make-xrefs): Don't lose on non-empty blank line
7288 after key table.
7289
7290 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
7291 redisplay variables.
7292
7293 * subr.el (push): Fix typo.
7294
7295 1999-08-30 Kevin Blake <kblake@ticnet.com>
7296
7297 * emacs-lisp/ring.el: Many doc fixes.
7298 (ring-size, ring-copy): New functions.
7299
7300 1999-08-29 Richard Stallman <rms@gnu.org>
7301
7302 * progmodes/etags.el (tags-loop-continue):
7303 After tags-loop-operate returns, force skip to next file.
7304
7305 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
7306 (mail-extr-first-letters, mail-extr-last-letters):
7307 Use character classes [:alpha:] and [:alnum:].
7308
7309 * subr.el (push, pop): New macros.
7310
7311 * progmodes/compile.el (compilation-error-regexp-alist):
7312 New item for SGI IRIX MipsPro compilers.
7313
7314 * speedbar.el (speedbar-directory-buttons): Recognize
7315 device names when checking for file names.
7316
7317 * array.el (array-reconfigure-rows): Use generate-new-buffer.
7318
7319 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
7320 and specially handle defvar inside their expansions.
7321 (eval-defun-1): New subroutine.
7322
7323 * progmodes/compile.el (compilation-error-regexp-alist):
7324 Fix the Perl -w entry to allow period after line number.
7325 Don't allow newlines in file name, but allow them after line number
7326 for Perl debugging traces.
7327
7328 * which-func.el (which-func-cleanup-function): New variable.
7329 (which-function): Call that function.
7330
7331 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
7332 to end a function name.
7333
7334 * informat.el (Info-tagify): Don't insert more than one newline
7335 before the tag table.
7336
7337 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
7338
7339 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
7340 than make-temp-name, use match-string-no-properties, and eliminate
7341 a quadratic behavior when building bibtex-strings.
7342
7343 1999-08-29 Alex Schroeder <alex@gnu.org>
7344
7345 * comint.el (comint-input-ring-separator): New variable.
7346 (comint-read-input-ring): Doc change; use
7347 comint-input-ring-separator when reading file.
7348 (comint-write-input-ring): Use
7349 comint-input-ring-separator when writing file.
7350
7351 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
7352
7353 * informat.el (Info-tagify): Start by widening.
7354 Match node headers that don't list the file name,
7355 and more kinds of page separations.
7356 Strip properties during tagification.
7357 Use start of node header line as tag's position.
7358 Fix the "done" message.
7359
7360 (Info-validate): Save and restore match data around narrowing down.
7361
7362 1999-08-28 Richard M. Stallman <rms@gnu.org>
7363
7364 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
7365 On repeated call, override previous values put into
7366 minor-mode-map-alist and minor-mode-alist.
7367
7368 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
7369
7370 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
7371
7372 1999-08-27 Andreas Schwab <schwab@gnu.org>
7373
7374 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
7375 from cvs update.
7376
7377 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7378
7379 * calendar/calendar.el (calendar-move-hook): New hook.
7380
7381 * calendar/cal-move.el: Call the new hook in every movement function.
7382
7383 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7384 the right function name.
7385
7386 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
7387
7388 * time-stamp.el: Put quote-backquote around all symbol names
7389 in doc strings, for mousing.
7390 (time-stamp): Support multi-line patterns.
7391 (time-stamp-inserts-lines): New variable.
7392 (time-stamp-count): New variable.
7393 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7394 "Thu" instead of "%a".
7395
7396 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7397
7398 * simple.el (kill-word): Undo previous change.
7399
7400 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7401
7402 * jit-lock.el (jit-lock-function): Extend the fontified range
7403 to the beginning of the line containing the range start and
7404 the beginning of the line following the range end.
7405
7406 1999-08-24 Dave Love <fx@gnu.org>
7407
7408 * timezone.el: Move provide to end.
7409 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
7410 <70 are 2000+.
7411 (timezone-parse-time): Simplify somewhat.
7412
7413 1999-08-24 Gerd Moellmann <gerd@gnu.org>
7414
7415 * faces.el (margin): Renamed from bitmap-area.
7416
7417 1999-08-24 Alex Schroeder <alex@gnu.org>
7418
7419 * sql.el: Doc changes.
7420 (sql-sybase): Use sql-server instead of sql-database.
7421
7422 1999-08-23 Dave Love <fx@gnu.org>
7423
7424 * rect.el: Add/fix various doc strings. Add `*' to all the
7425 interactive specs.
7426
7427 1999-08-21 Gerd Moellmann <gerd@gnu.org>
7428
7429 * jit-lock.el (jit-lock-function): Use line-beginning-position.
7430 Don't unwind-protect font-lock-fontify-region.
7431
7432 * paragraphs.el (backward-kill-paragraph): Don't move
7433 point into mini-buffer prompt.
7434 (backward-kill-sentence): Ditto.
7435
7436 * simple.el (next-history-element): Use minibuffer-prompt-end.
7437 Remove test for minibuffer-prompt-in-buffer.
7438 (kill-word): Don't move point into mini-buffer prompt.
7439
7440 1999-08-21 Dave Love <fx@gnu.org>
7441
7442 * Makefile: Exclude CVS dirs like RCS.
7443
7444 1999-08-19 Dave Love <fx@gnu.org>
7445
7446 * tooltip.el (tooltip-mode): Customize this, per convention.
7447 (tooltip-active): Option deleted.
7448
7449 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
7450
7451 * hanoi.el, page-ext.el: Declare dynamic vars.
7452
7453 * term.el: Avoid ange-ftp related compilation warnings.
7454
7455 1999-08-18 Gerd Moellmann <gerd@gnu.org>
7456
7457 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7458 the default so that beginners can benefit from it without
7459 searching in manuals.
7460
7461 1999-08-18 Ray Blaak <blaak@gnu.org>
7462
7463 * progmodes/delphi.el: Consider assembly sections as blocks, to
7464 indent them better. Make auto-indent on newline optional.
7465
7466 1999-08-17 Gerd Moellmann <gerd@gnu.org>
7467
7468 * bindings.el (mode-line-modified): Look up key binding for C-x
7469 C-q. If it's bound call that binding, otherwise call
7470 toggle-read-only.
7471
7472 1999-08-17 Dave Love <fx@gnu.org>
7473
7474 * info.el (info): Doc fix.
7475
7476 * finder.el (finder-known-keywords): Add `multimedia'.
7477
7478 * apropos.el: Don't capitalize custom group name.
7479
7480 * info-look.el: Remove compatibility code.
7481 (info-lookup-guess-default*): DTRT for point at start of symbol.
7482 (info-complete): Don't lose with point not at end of symbol.
7483
7484 1999-08-16 Gerd Moellmann <gerd@gnu.org>
7485
7486 * term.el (toplevel): Make face `term-default' an empty face.
7487 The code relied on the fact that Emacs ignored invalid faces in
7488 face text properties in 20.4.
7489
7490 1999-08-16 Richard M. Stallman <rms@gnu.org>
7491
7492 * subr.el (point-at-eol, point-at-bol): New aliases.
7493
7494 * simple.el: Functions reordered.
7495
7496 * rect.el (delete-rectangle-line): Use line-end-position.
7497
7498 1999-08-16 Karl Heuer <kwzh@gnu.org>
7499
7500 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7501 here from simple.el.
7502
7503 1999-08-16 Dave Love <fx@gnu.org>
7504
7505 * mouse.el: Provide `mldrag' for compatibility.
7506 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7507 marked obsolete.
7508
7509 * mldrag.el: Removed since the features are in mouse.el.
7510
7511 * jka-compr.el (auto-compression-mode): New variable for
7512 customization.
7513
7514 * bindings.el (mode-line-mule-info): Doc fix.
7515
7516 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7517 name comparisons.
7518
7519 * files.el (interpreter-mode-alist): Add make, guile, clisp.
7520 (find-file): Doc fix.
7521
7522 1999-08-16 Carsten Dominik <cd@gnu.org>
7523
7524 * textmodes/reftex.el: Most of the code moved to other files.
7525 * textmodes/reftex-auc.el: New file, split out from reftex.el
7526 * textmodes/reftex-cite.el: New file, split out from reftex.el
7527 * textmodes/reftex-global.el: New file, split out from reftex.el
7528 * textmodes/reftex-index.el: New file, split out from reftex.el
7529 * textmodes/reftex-parse.el: New file, split out from reftex.el
7530 * textmodes/reftex-ref.el: New file, split out from reftex.el
7531 * textmodes/reftex-sel.el: New file, split out from reftex.el
7532 * textmodes/reftex-toc.el: New file, split out from reftex.el
7533 * textmodes/reftex-vars.el: New file, split out from reftex.el
7534 * textmodes/reftex-vcr.el: New file, split out from reftex.el
7535
7536 1999-08-16 Carsten Dominik <cd@gnu.org>
7537
7538 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7539 conflict with pop-up-frames.
7540 (reftex-special-environment-parsers): New constant.
7541 (reftex-label-alist): car of an entry can also be a function.
7542 (reftex-what-special-env): Cew function.
7543 (reftex-label-location): Call `reftex-what-special-env'.
7544 (reftex-compile-variables): Check for symbol in
7545 `reftex-label-alist'.
7546 (reftex-what-environment): Fixed bug with stacked environments of
7547 same kind (e.g. enumerate).
7548 (reftex-process-string): Preserve default directory.
7549 (reftex-label-alist-builtin): Changed prefixes of endnote and
7550 footnote. Also the magic words.
7551 (reftex-reference): Interprete new option
7552 `reftex-fref-is-default'.
7553 (reftex-replace-prefix-escapes): Interprete new `%S' format.
7554 (reftex-toc-mouse-view-line): Command removed (had no binding).
7555 (reftex-everything-regexp): New function.
7556 (reftex-nearest-match): Made better.
7557 (reftex-toc-find-section): Use new version of
7558 `reftex-nearest-match'.
7559 (reftex-insert-docstruct): Adapted to work with the index stuff.
7560 (reftex-parse-from-file): Find index entries as well.
7561 (reftex-toc-toggle-index): New function
7562 (reftex-toc-map): `i' is now used to togle the index, File
7563 boundaries has been moved to `F'.
7564 (reftex-select-label-map): Toggling display of file boundaries is
7565 now on the `F' key, for consistency with `reftex-toc-map'.
7566 (reftex-erase-all-selection-and-index-buffers): Renamed from
7567 `reftex-erase-all-selection-buffer'. Now also kills the index
7568 buffers.
7569 (reftex-viewing-cross-references): Customization group renamed
7570 from reftex-viewing-cross-references-and-citations.
7571 (reftex-index-macro-regexp,
7572 reftex-find-index-entry-regexp-format): New variables
7573 (reftex-macros-with-index): New variable
7574 (reftex-add-index-macros): New function
7575 (reftex-renumber-simple-labels, reftex-translate): Allow for
7576 multiple labels in a single ref command.
7577 (reftex-index-support): New customization group
7578 (reftex-support-index, reftex-index-special-chars,
7579 reftex-index-macros, reftex-index-default-macro,
7580 reftex-index-default-tag, reftex-index-math-format,
7581 reftex-index-section-letters, reftex-index-include-context,
7582 reftex-index-follow-mode, reftex-index-header-face,
7583 reftex-index-section-face, reftex-index-tag-face,
7584 reftex-index-face): New options
7585 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7586 reftex-index-tag, reftex-index-return-marker,
7587 reftex-index-restriction-indicator, reftex-index-restriction-data,
7588 reftex-index-macro-regexp, reftex-index-level-re,
7589 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7590 reftex-everything-regexp-no-index, reftex-index-re,
7591 reftex-macros-with-index, reftex-index-macro-alist): New variables
7592 (reftex-index-help, reftex-index-macros-builtin,
7593 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7594 reftex-query-index-macro-help): New constants
7595 (reftex-index-selection-or-word, reftex-index,
7596 reftex-default-index, reftex-update-default-index,
7597 reftex-index-complete-tag, reftex-index-select-tag,
7598 reftex-index-complete-key, reftex-index-update-taglist,
7599 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7600 reftex-display-index, reftex-insert-index,
7601 reftex-index-insert-new-letter, reftex-get-restriction,
7602 reftex-index-pre-command-hook, reftex-index-post-command-hook,
7603 reftex-index-show-help, reftex-index-next, reftex-index-previous,
7604 reftex-index-toggle-follow, reftex-index-toggle-context,
7605 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7606 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7607 reftex-index-quit, reftex-index-quit-and-kill,
7608 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7609 reftex-index-revert, reftex-index-switch-index-tag,
7610 reftex-index-restrict-to-section, reftex-index-widen,
7611 reftex-index-restriction-forward,
7612 reftex-index-restriction-backward, reftex-index-visit-location,
7613 reftex-index-analyze-entry, reftex-index-globalize,
7614 reftex-index-edit, reftex-index-toggle-range-beginning,
7615 reftex-index-toggle-range-end, reftex-index-edit-key,
7616 reftex-index-edit-attribute, reftex-index-edit-visual,
7617 reftex-index-edit-part, reftex-index-level-down,
7618 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7619 reftex-index-change-entry, reftex-index-goto-letter,
7620 reftex-add-index-macros, reftex-ensure-index-support,
7621 reftex-index-info-safe, reftex-index-info): New functions.
7622
7623
7624 1999-08-15 Richard M. Stallman <rms@gnu.org>
7625
7626 * paren.el (show-paren-mode): Support making show-paren-mode
7627 a buffer-local variable. Don't check for a window system.
7628 (show-paren-function): Check whether show-paren-function is
7629 enabled in current buffer; do the right thing if not.
7630 Don't check for a window system.
7631 (show-paren-mode): Make it a user variable.
7632
7633 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7634 Handle `enum' like `struct'.
7635
7636 * server.el (server-process-filter): If a client visits no buffers,
7637 close it immediately before recording it.
7638
7639 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7640 Optimize by calling concat just once. Handle =\n sequence.
7641 (mail-unquote-printable-region): New command.
7642 (mail-quote-printable): Make it autoload.
7643
7644 1999-08-15 Karl Heuer <kwzh@gnu.org>
7645
7646 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7647
7648 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7649
7650 * lisp/texinfmt.el: Handle @ifnottex.
7651
7652 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7653
7654 * frame.el (blink-cursor): Don't turn on cursor blinking for
7655 ms-dos.
7656
7657 * faces.el (face-valid-attribute-values): Look in
7658 x-bitmap-file-path only for x and w32 window systems.
7659
7660 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7661 Do that if width is nil as well.
7662 (x-display-mm-height, x-display-mm-width): Update values.
7663 (x-colors): Compute the list from msdos-color-values.
7664 (x-select-enable-clipboard): Doc fix.
7665 (x-frob-font-weight, x-font-family-list): New functions.
7666
7667 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7668
7669 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7670 back up from beginning of buffer.
7671
7672 1999-08-13 Karl Heuer <kwzh@gnu.org>
7673
7674 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7675
7676 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7677
7678 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7679 doomsday clock, speed control is added and changes are made to
7680 allow large numbers of rings: rings now show the whole ring
7681 number, not just the last digit; consecutive rings are allowed to
7682 be the same size when necessary to fit all the rings in the
7683 window; and poles can be oriented horizontally. Face support is
7684 thrown in gratuitously.
7685 (hanoi): Changed default number of rings back to 3.
7686 (hanoi-unix, hanoi-unix-64): New commands
7687 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7688 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7689 hanoi-odd-ring-face): New variables.
7690 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7691 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7692 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7693 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7694 (hanoi-topos, hanoi-draw-ring): Removed.
7695
7696 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7697
7698 * faces.el (face-valid-attribute-values): Return an alist for
7699 families on ttys.
7700 (face-read-integer): Handle unspecified face attributes. Add
7701 completion for `unspecified'.
7702 (read-face-attribute): Handle unspecified font attributes.
7703 (face-valid-attribute-values): Add `unspecified' to lists so that
7704 it can be chosen via completion.
7705 (face-read-string): Don't recognize "none" as input.
7706
7707 1999-08-10 Dave Love <fx@gnu.org>
7708
7709 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7710 string.
7711
7712 * sun-curs.el: Require sun-fns.
7713
7714 1999-08-10 Dave Love <fx@gnu.org>
7715
7716 * autorevert.el (auto-revert-mode): Add autoload cookie.
7717
7718 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7719 hscroll.
7720
7721 * simple.el (hscroll-step, hscroll-point-visible)
7722 (hscroll-window-column): Remove now we have the mentioned real
7723 horizontal autoscrolling.
7724
7725 1999-08-10 Richard M. Stallman <rms@gnu.org>
7726
7727 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7728 control use of -f option.
7729 (mail-specify-envelope-from): New variable.
7730 (mail-from-style): Doc fix.
7731
7732 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7733 (easy-menu-get-map): New arg TO-MODIFY helps choose
7734 between local and global maps.
7735 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7736 (easy-menu-change): Doc fix.
7737
7738 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7739 (info-lookup-guess-default): Simplified and cleaned up.
7740 (info-lookup-guess-default*): Preserve point.
7741
7742 * view.el (view-mode-disable): If buffer-read-only is nil,
7743 don't change it.
7744
7745 * files.el (after-find-file): Disable View mode if buffer is no
7746 longer read-only.
7747
7748 * view.el (view-mode-enable, view-mode-disable):
7749 Call force-mode-line-update.
7750
7751 1999-08-10 Karl Heuer <kwzh@gnu.org>
7752
7753 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7754 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7755 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7756
7757 1999-08-10 Alex Schroeder <asc@bsiag.com>
7758
7759 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7760 to prevent m-eating-bug.
7761
7762 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7763
7764 * term/pc-win.el (msdos-bg-mode): Remove. Call
7765 frame-set-background-mode instead. All callers changed.
7766 (msdos-face-setup): Don't force color display parameter, it is set
7767 by frame-set-background-mode.
7768 (make-msdos-frame): Call x-handle-reverse-video and
7769 face-set-after-frame-default. Delete frame if creation failed.
7770
7771 * faces.el (face-set-after-frame-default): Don't call
7772 make-face-x-resource-internal for the pc window-system.
7773
7774 1999-08-10 Dave Love <fx@melange.gnu.org>
7775
7776 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7777 case with no docstring specially.
7778
7779 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7780
7781 * complete.el (PC-do-completion): If completing on file name,
7782 reproduce str by concatenating its directory and basename parts.
7783
7784 1999-08-07 Dave Love <fx@gnu.org>
7785
7786 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7787 unibyte to multibyte conversion of search-forward (from Handa),
7788 but avoid the replacement if the language is Latin-N.
7789
7790 1999-08-06 Richard Stallman <rms@gnu.org>
7791
7792 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7793 of eval-buffer.
7794
7795 * international/mule.el (load-with-code-conversion):
7796 Pass t to eval-buffer for DO-ALLOW-PRINT.
7797
7798 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7799
7800 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7801 of filenames and attributes.
7802 (ls-lisp-insert-directory): Use directory-files-and-attributes
7803 for speed.
7804
7805 1999-08-05 Dave Love <fx@gnu.org>
7806
7807 * auto-show.el (auto-show-mode): Fix :set.
7808
7809 * widget.el (define-widget-keywords): Make dummy definition and
7810 comment-out its use.
7811
7812 1999-08-04 Richard Stallman <rms@gnu.org>
7813
7814 * progmodes/tcl.el: Customized.
7815
7816 * sql.el (sql-accumulate-and-indent): Instead of testing
7817 whether this is Emacs 20 before calling comint-accumulate,
7818 test whether comint-accumulate is defined.
7819
7820 1999-08-04 Dave Love <fx@gnu.org>
7821
7822 * sgml-mode.el: Require outline when compiling.
7823 (sgml-mode-hook, html-mode-hook): Customize.
7824 (sgml-validate-command): Fix :version.
7825 (html-autoview-mode): Doc fix.
7826
7827 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7828 nothing in Latin-N environment.
7829
7830 * info.el (Info-find-node): Call info-initialize here.
7831 (info): Not here.
7832 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7833
7834 1999-08-04 Richard Stallman <rms@gnu.org>
7835
7836 * ansi-color.el: New file.
7837
7838 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7839
7840 * dired.el (dired-string-replace-match): Return `nil' when no match
7841 found with global search.
7842
7843 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7844 * terminal.el (te-terminfo-directory):
7845 * mail/mailpost.el (post-mail-send-it):
7846 * mail/metamail.el (metamail-region):
7847 * progmodes/ada-mode.el (ada-tmp-directory):
7848 Use temporary-file-directory.
7849
7850 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7851 (compilation-filter, compilation-forget-errors)
7852 (compilation-parse-errors): Use a marker instead of an integer for
7853 `compilation-parsing-end'.
7854
7855 * progmodes/diff.el (diff-parse-differences):
7856 Use a marker instead of an integer for `compilation-parsing-end'.
7857 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7858 Use a marker instead of an integer for `compilation-parsing-end'.
7859
7860 1999-08-03 Richard Stallman <rms@gnu.org>
7861
7862 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7863 (Buffer-menu-mode): Doc fix.
7864 (Buffer-menu-view): New command.
7865 (Buffer-menu-view-other-window): New command.
7866
7867 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7868
7869 * replace.el (query-replace-regexp-eval)
7870 (replace-eval-replacement, replace-loop-through-replacements)
7871 (replace-match-string-symbols): New functions.
7872 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7873 Use replace-loop-through-replacements.
7874
7875 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7876
7877 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7878 (5x5): Doc fix.
7879
7880 1999-08-03 Dave Love <fx@gnu.org>
7881
7882 * fortran.el (fortran-indent-new-line): Make it an alias
7883 for reindent-then-newline-and-indent.
7884
7885 1999-08-03 Didier Verna <verna@inf.enst.fr>
7886
7887 * rect.el: All functions rewritten, except when noted above
7888 their declaration. Below is a list of interface changes.
7889 (apply-on-rectangle): New function, mostly replaces
7890 `operate-on-rectangle'. All callers changed.
7891 (move-to-column-force): Pass new second argument to `move-to-column'.
7892 (kill-rectangle): Added optional prefix arg to fill lines.
7893 (delete-rectangle): Ditto.
7894 (delete-whitespace-rectangle): Ditto.
7895 (delete-extract-rectangle): Ditto.
7896 (open-rectangle): Ditto.
7897 (clear-rectangle): Ditto.
7898 (delete-whitespace-rectangle-line): New function.
7899 (delete-rectangle-line): Added third arg FILL.
7900 (delete-extract-rectangle-line): Ditto.
7901 (open-rectangle-line): Ditto.
7902 (clear-rectangle-line): Ditto.
7903
7904 1999-08-03 Ray Blaak <blaak@gnu.org>
7905
7906 * progmodes/delphi.el: New file.
7907
7908 1999-08-02 Richard Stallman <rms@gnu.org>
7909
7910 * textmodes/outline.el (outline-previous-heading): New function.
7911 (outline-up-heading-all): Use outline-previous-heading.
7912 (outline-next-heading): Delete definition inserted yesterday.
7913
7914 1999-08-01 Richard Stallman <rms@gnu.org>
7915
7916 * textmodes/outline.el (outline-next-heading): New function.
7917 (outline-up-heading-all): New function.
7918 (outline-font-lock-level): Using outline-up-heading-all.
7919 Tell outline-back-to-heading to accept invisible headings.
7920
7921 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7922
7923 * mail/mh-utils.el (mh-find-path-run): New variable.
7924 (mh-find-path): Test and set that.
7925 Set mail-user-agent only the first time this function is run.
7926 (mail-user-agent): Defvar deleted.
7927
7928 * info.el (info-initialize): New function.
7929 (info): Call info-initialize.
7930 (Info-directory-list): Initialize to nil,
7931 so info-initialize will set it up for real.
7932
7933 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7934
7935 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7936 does not interpret a time as the year in a day-month entry.
7937
7938 * calendar/diary-lib.el: Change syntax table entry for colon in
7939 the diary as part of the european-date-diary-pattern fix.
7940
7941 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7942
7943 * international/mule.el (set-auto-coding): Allow whitespace before
7944 and after the "variable: value" pair.
7945
7946 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7947
7948 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7949 (default-sendmail-coding-system): Doc-string fixed.
7950
7951 1999-07-30 Dave Love <fx@gnu.org>
7952
7953 * subr.el (assoc-delete-all): New function, renamed from
7954 frame-delete-all.
7955
7956 * frame.el: Change comments to doc strings and other doc fixes.
7957 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7958 Callers changed.
7959 (set-background-color, set-foreground-color, set-cursor-color)
7960 (set-mouse-color, set-border-color): Offer completion of colours.
7961 (cursor): Add :version to defgroup.
7962
7963 * facemenu.el (list-colors-display): Make it work on ttys.
7964 (facemenu-read-color): Likewise.
7965
7966 1999-07-30 Richard M. Stallman <rms@gnu.org>
7967
7968 * frame.el (frame-notice-user-settings): If background
7969 color has been changed, update background-mode from it,
7970 then update faces.
7971
7972 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7973
7974 * net-utils.el (finger): Don't do indirect fingering.
7975
7976 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7977
7978 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7979 rules. Add separator at end of holidays.
7980 (cal-tex-rules): New customizable variable.
7981 (cal-tex-latexify-list): Add optional parameter to put separator
7982 at end.
7983
7984 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7985
7986 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7987 fill prefix on each line while looping to the end of paragraph.
7988 End paragraph if it's longer than the existing fill prefix.
7989
7990 * textmodes/fill.el (fill-context-prefix): Doc fix.
7991
7992 1999-07-30 Dave Love <fx@gnu.org>
7993
7994 * font-lock.el (jit-lock): Fix :load, add :version.
7995
7996 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7997
7998 * term/pc-win.el (msdos-face-setup): Register standard colors in
7999 Vface_tty_color_alist.
8000 (face-color-supported-p, face_color_gray_p): New functions.
8001
8002 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
8003 is bound.
8004
8005 * startup.el (command-line): Don't register default colors for
8006 MSDOS window-system.
8007
8008 1999-07-29 Dave Love <fx@gnu.org>
8009
8010 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
8011 charquote.
8012
8013 * lisp-mode.el (eval-defun): Re-written to avoid
8014 capturing variables.
8015
8016 * picture.el (picture-beginning-of-line): Don't call
8017 hscroll-point-visible now we have real autoscrolling.
8018 (picture-end-of-line, picture-newline, picture-open-line):
8019 Likewise.
8020
8021 * international/latin-8.el: New file.
8022 * international/latin-9.el: New file.
8023
8024 1999-07-28 Dave Love <fx@gnu.org>
8025
8026 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
8027
8028 * msb.el: Require cl only when compiling.
8029 (msb--home-dir): Deleted.
8030 (msb--format-title): Use abbreviate-file-name.
8031 (msb--choose-file-menu): Simplify string comparison.
8032
8033 1999-07-28 Gerd Moellmann <gerd@gnu.org>
8034
8035 * faces.el (toolbar): Add face definition for mono displays.
8036
8037 1999-07-27 Richard M. Stallman <rms@gnu.org>
8038
8039 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8040
8041 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
8042 force copying of default-frame-alist.
8043
8044 1999-07-26 Ken'ichi Handa <handa@gnu.org>
8045
8046 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
8047
8048 1999-07-26 Richard M. Stallman <rms@gnu.org>
8049
8050 * frame.el (set-mouse-color): If new color is nil,
8051 really respecify the current color.
8052
8053 1999-07-26 Gerd Moellmann <gerd@gnu.org>
8054
8055 * faces.el (bitmap-area): Change background of face `bitmap-area'
8056 to white for mono displays.
8057
8058 1999-07-26 Kenichi Handa <handa@etl.go.jp>
8059
8060 * international/ccl.el (ccl-embed-symbol): New function.
8061 (ccl-program-p): Deleted. Now it's implemented in C code.
8062 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
8063 (ccl-compile-translate-character): Likewise.
8064 (ccl-compile-map-single): Likewise.
8065 (ccl-compile-multiple-map-function): Likewise.
8066 (declare-ccl-program): Doc-string modified.
8067 (check-ccl-program): Check compiled CCL code by ccl-program-p.
8068
8069 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
8070
8071 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8072
8073 1999-07-25 Markus Rost <rost@gnu.org>
8074
8075 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
8076 the entries to make custom-file more readable.
8077
8078 1999-07-25 Richard M. Stallman <rms@gnu.org>
8079
8080 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
8081
8082 * emacs-lisp/edebug.el: Delete compatibility code.
8083 (edebug-next-token-class): If . is followed by a digit,
8084 return `symbol' for the token class.
8085
8086 * startup.el (command-line): If we don't find the user's init file,
8087 set user-init-file to nil.
8088
8089 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8090
8091 * info-look.el (info-lookup-interactive-arguments): Add optional
8092 argument query for new choice of help mode.
8093 (info-lookup-symbol): Use it.
8094 (info-lookup-file): Ditto.
8095 (info-lookup): Don't switch to other window, if already in Info
8096 buffer.
8097
8098 1999-07-23 Dave Love <fx@gnu.org>
8099
8100 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
8101 syntax.
8102 (fortran-fontify-string, fortran-match-!-comment): Deleted.
8103 (fortran-font-lock-syntactic-keywords): New variable.
8104 (fortran-mode): Use it.
8105 (fortran-font-lock-keywords-1): Don't do comments.
8106 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
8107 match data.
8108
8109 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
8110
8111 * msb.el (msb-menu-bar-update-buffers): Renamed from
8112 menu-bar-update-buffers.
8113 (msb-custom-set, msb--toggle-menu-type): Call
8114 msb-menu-bar-update-buffers.
8115 (msb-mode): Revise the hook setting.
8116
8117 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
8118
8119 1999-07-23 Gerd Moellmann <gerd@gnu.org>
8120
8121 * font-lock.el, help.el, simple.el: Re-integrate previously
8122 described changes that were lost due to errors while checking them
8123 in.
8124
8125 1999-07-23 Kevin Blake <kblake@ticnet.com>
8126
8127 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
8128
8129 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
8130
8131 * international/encoded-kb.el
8132 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
8133 but push it to unread-command-events.
8134 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
8135 (encoded-kbd-self-insert-sjis): Likewise.
8136 (encoded-kbd-self-insert-big5): Likewise.
8137
8138 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
8139 before left margin and fill-prefix by fill-find-break-point.
8140
8141 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8142
8143 * info-look.el (info-lookup-setup-mode): Don't give up, if
8144 info-lookup-make-completions returns an error.
8145 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
8146 name latex, not latex2e.
8147
8148 1999-07-21 Richard M. Stallman <rms@gnu.org>
8149
8150 * replace.el (perform-replace): Turn off case-fold-search
8151 if FROM-STRING argument has uppercase in it.
8152
8153 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8154
8155 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
8156 mode is on. Don't use end of changed text.
8157
8158 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8159
8160 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
8161 (cl-hash-table-p): Renamed from hash-table-p.
8162 (cl-hash-table-count): Renamed from hash-table-count.
8163 (maphash): Alias to cl-maphash removed.
8164 (gethash): Likewise.
8165 (puthash): Likewise.
8166 (remhash): Likewise.
8167 (clrhash): Likewise.
8168
8169 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8170
8171 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
8172 third arg non-nil. See comment there why this isn't a good idea.
8173
8174 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8175
8176 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
8177
8178 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
8179 sit-for with 3rd arg non-nil to prevent redisplay.
8180
8181 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8182
8183 * image.el (image-type-from-file-header): If file doesn't
8184 have a directory part, add data-directory.
8185
8186 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8187
8188 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
8189 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
8190 motion handling when tooltip-gud-tips-p is nil.
8191
8192 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8193
8194 * tooltip.el (tooltip-mode): Don't use `plusp'.
8195 (tooltip-active): Use initial value of nil.
8196
8197 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
8198
8199 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8200
8201 * bindings.el (make-mode-line-mouse-sensitive): Add key
8202 definitions for `top-line'.
8203
8204 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8205
8206 * faces.el (top-line): New face.
8207
8208 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8209
8210 * image.el (image-type-regexps): Add regexp for PS files.
8211
8212 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8213
8214 * faces.el (set-face-attribute): Fix wrong handling of frame
8215 begin equal to t.
8216
8217 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8218
8219 * image.el (image-type-regexps): Add PNG format.
8220
8221 1999-07-21 Dave Love <fx@gnu.org>
8222
8223 * bindings.el (mode-line-modified): New variable.
8224 (mode-line-mode-menu-1): Switch to appropriate window before
8225 showing menu.
8226
8227 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8228
8229 * faces.el (face-underline): Removed.
8230 (face-underline-color): Ditto.
8231
8232 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8233
8234 * faces.el (face-x-resources): Fix typo.
8235
8236 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8237
8238 * faces.el: Remove handling of `:relief', extend handling of
8239 `:box'.
8240 (frame-set-background-mode): Choose new defface specs after
8241 frame parameters have changed.
8242
8243 * cus-face.el: Ditto.
8244
8245 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8246
8247 * custom.el (defface): Extend documentation to include new
8248 face attributes.
8249
8250 * cus-face.el (custom-face-attributes): Add overline,
8251 strike-through, box.
8252
8253 * faces.el (face-valid-attribute-values): Handle overline,
8254 strike-through, box.
8255 (face-attribute-name-alist): Add pairs for new face attributes.
8256 (describe-face): Handle new face attributes.
8257
8258 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8259
8260 * faces.el (face-x-resources): Add overline, strike-through, box.
8261
8262 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8263
8264 * enriched.el (enriched-translations): Add `display' and
8265 "x-display".
8266 (enriched-handle-display-prop): New.
8267 (enriched-decode-display-prop): New.
8268
8269 * format.el (top-level): Give `display' property
8270 `format-list-atomic-p.
8271 (format-annotate-single-property-change): Test that property.
8272 If present, treat list property values like atoms.
8273
8274 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8275
8276 * cus-face.el (custom-face-attributes): Use `choice' everywhere
8277 so that "*" can be entered.
8278
8279 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8280
8281 * cus-face.el (custom-face-attributes): Don't use `#''.
8282
8283 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8284
8285 * cus-face.el (custom-face-attributes): Return underline
8286 face attribute directly from the second lambda of underline.
8287
8288 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8289
8290 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
8291
8292 * frame.el (after-setting-font-hooks): New variable.
8293 (set-frame-font): Run those hooks.
8294
8295 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
8296
8297 * faces.el (set-face-attribute): Fix doc string.
8298
8299 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8300
8301 * cus-face.el (custom-face-attributes): Accept color name.
8302
8303 * faces.el (face-underline-p): Accept unspecified underlining.
8304 (face-underline): Ditto. Fix doc string.
8305
8306 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8307
8308 * faces.el (face-underline-color): New function.
8309
8310 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8311
8312 * cus-face.el (custom-face-attributes): Support underline coloring.
8313 Added slot to choose a color.
8314
8315 * faces.el (face-underline): New function.
8316 (face-underline-p): Support underline coloring.
8317 Return nil only if the underline attribute is 'normal.
8318 (set-face-underline): New function.
8319 (face-valid-attribute-values): Support underline coloring.
8320
8321 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8322
8323 * image.el (insert-image): Use `display' instead of `glyph'
8324 as text property name.
8325 (put-image): Ditto.
8326 (image-type-from-file-header): Use insert-file-contents-literally.
8327
8328 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8329
8330 * easymenu.el (easy-menu-do-add-item): Don't use the empty
8331 string to indicate separators.
8332
8333 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8334
8335 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
8336 instead of message-log.
8337
8338 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8339
8340 * faces.el (bitmap-area): New face.
8341
8342 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8343
8344 * image.el (insert-image): New.
8345
8346 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8347
8348 * frame.el (blink-cursor): Set the symbol's value.
8349 (show-trailing-whitespace): Change group to font-lock.
8350
8351 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8352
8353 * jit-lock.el: New.
8354 * font-lock.el: Add jit-mode as new support mode.
8355
8356 * font-lock.el (font-lock-fontify-keywords-region): Stop when
8357 reaching end instead of letting re-search-forward signal an error.
8358 (demand-lock-mode): New.
8359 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
8360 (font-lock-turn-off-thing-lock): Ditto.
8361 (font-lock-after-fontify-buffer): Ditto.
8362 (font-lock-after-unfontify-buffer): Ditto.
8363
8364 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8365
8366 * gs.el: New file.
8367
8368 * startup.el (command-line-1): Activate tooltip mode if
8369 interactive.
8370
8371 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8372
8373 * faces.el (toolbar): Grey default background.
8374 (modeline): Ditto.
8375
8376 * image.el (image-type-regexps): New.
8377 (image-type-from-file-header): New.
8378 (create-image): Call it.
8379
8380 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8381
8382 * image.el: New file.
8383
8384 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8385
8386 * bindings.el (mode-line-format): Replace `mode-name' with
8387 `(:eval mode-line-mode-name)'.
8388 (mode-line-mode-name): New.
8389 (make-mode-line-mouse-sensitive): Don't change default value
8390 of `mode-name'.
8391
8392 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8393
8394 * tooltip.el: New file.
8395
8396 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8397
8398 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8399 instead of mouse-3 to pop up menus.
8400 (mode-line-kill-buffer): Removed.
8401 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8402 buffer name.
8403 (mode-line-buffer-menu-1): Removed.
8404
8405 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8406
8407 * bindings.el (mode-line-buffer-identification-keymap): New.
8408 (mode-line-buffer-menu-keymap): New.
8409 (mode-line-mode-menu-keymap): New.
8410 (mode-line-unbury-buffer): New.
8411 (mode-line-other-buffer): New.
8412 (mode-line-kill-buffer): New.
8413 (mode-line-buffer-menu-1): New.
8414 (mode-line-mode-menu-1): New.
8415 (make-mode-line-mouse-sensitive): New.
8416
8417 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8418
8419 * help.el (describe-key-briefly): Handle mode line strings
8420 with local-map properties.
8421 (describe-key): Ditto.
8422 (mode-line-key-binding): New.
8423
8424 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8425
8426 * scroll-bar.el (scroll-bar-timer): New.
8427 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8428
8429 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8430
8431 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8432 and `bottom'.
8433
8434 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8435
8436 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8437 (global): Use different key bindings if using tookit scroll bars.
8438
8439 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8440
8441 * faces.el (modeline): Define mode line face with relief for
8442 class color, only.
8443 (toolbar): New face.
8444
8445 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8446
8447 * frame.el (frame-initialize): Set frame-creation-function to
8448 tty-create-frame-with-faces.
8449
8450 * faces.el (frame-set-background-mode): Make it work for
8451 window-system nil.
8452
8453 * faces.el (tty-create-frame-with-faces): New.
8454 (face-set-after-frame-default): Make it work for TTY frames.
8455
8456 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8457
8458 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8459 Return a list of one font family for TTYs. Don't return bitmap
8460 file paths for TTY frames.
8461
8462 * faces.el: Add face specs for tty displays to basic faces.
8463
8464 * font-lock.el (font-lock-comment-face): Add spec for color tty.
8465 (font-lock-string-face): Ditto.
8466 (font-lock-keyword-face): Ditto.
8467 (font-lock-builtin-face): Ditto.
8468 (font-lock-function-name-face): Ditto.
8469 (font-lock-variable-name-face): Ditto.
8470 (font-lock-type-face): Ditto.
8471 (font-lock-constant-face): Ditto.
8472 (font-lock-warning-face): Ditto.
8473
8474 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8475
8476 * startup.el (command-line): Register default tty colors.
8477
8478 * faces.el (face-spec-set-match-display): Recognize `type tty'.
8479
8480 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8481
8482 * faces.el (modeline): For X frames, use a modeline with relief.
8483
8484 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8485
8486 * faces.el (frame-update-faces): Copied from 20.2.
8487 (frame-update-face-colors): Ditto. Code removed that isn't
8488 applicable in the new face implementation.
8489
8490 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8491
8492 * frame.el (show-trailing-whitespace): New.
8493
8494 * faces.el (trailing-whitespace): New basic face.
8495
8496 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8497
8498 * cus-face.el (custom-facep): Always define as alias for facep.
8499
8500 * cus-face.el (custom-face-attributes): Use choice widgets.
8501 Remove :bold and :italic.
8502
8503 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8504
8505 * faces.el (face-charset-registries): Removed since fontset.el
8506 is no always loaded.
8507
8508 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8509
8510 * faces.el (internal-get-face): Added as obsolete function for
8511 compatibility.
8512
8513 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8514
8515 * frame.el (blink-cursor-end): Call show-cursor.
8516 (blink-cursor-mode): Ditto.
8517
8518 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8519
8520 * faces.el (face-spec-reset-face): Reset all attributes to
8521 `unspecified'.
8522 (face-spec-set): Use it.
8523
8524 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8525
8526 * faces.el (read-all-face-attributes): Bug fix.
8527 (face-read-integer): Allow nil default value.
8528 (face-valid-attribute-values): Use symbol names of attribute
8529 values for completion list.
8530
8531 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8532
8533 * faces.el (internal-find-face): Define for compatibility with
8534 20.2.
8535 (face-id): Likewise.
8536
8537 * faces.el (face-id): Return the ID of a realized face for ASCII.
8538
8539 * fontset.el (x-charset-registries): Removed. Now in faces.el.
8540 (x-complement-fontset-spec): Use face-charset-registries.
8541
8542 * faces.el (face-font-selection-order): Set font selection order
8543 from Lisp.
8544 (face-alternative-font-family-alist): Set alternative font
8545 families from Lisp.
8546
8547 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8548
8549 * faces.el (set-face-charset-registries): Set symbol value.
8550
8551 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8552
8553 * faces.el (face-set-after-frame-default): Call function
8554 internal-merge-in-global-face.
8555
8556 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8557
8558 * faces.el (face-list): Return symbols from face-global-alist.
8559
8560 * faces.el (face-list): Return a copy of the face name list so
8561 that it cannot be modified from outside (facemenu.el uses
8562 nreverse, for example).
8563
8564 * cus-face.el (custom-face-attributes): Add :bold and :italic
8565 for compatibility with old code.
8566
8567 * faces.el (set-face-attributes-from-resources): Additional
8568 frame parameter.
8569 (make-face-x-resource-internal): Set attributes from resources
8570 for a given frame or all frames.
8571
8572 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8573
8574 * faces.el (all-faces): Removed.
8575
8576 * custom.el (defface): Add new face attributes to function
8577 comment.
8578
8579 * font-lock.el (font-lock-comment-face): Use new face attribute
8580 names.
8581 (font-lock-string-face): Ditto.
8582 (font-lock-keyword-face): Ditto.
8583 (font-lock-builtin-face): Ditto.
8584 (font-lock-function-name-face): Ditto.
8585 (font-lock-variable-name-face): Ditto.
8586 (font-lock-type-face): Ditto.
8587 (font-lock-reference-face): Ditto.
8588 (font-lock-warning-face): Ditto.
8589 ((boundp 'font-lock-face-attributes)): Ditto.
8590
8591 * cus-face.el (custom-face-attributes): Use new face attributes.
8592
8593 * faces.el (set-face-attribute-from-resource): Initialize
8594 from resources only for X and W32.
8595
8596 * cus-face.el (custom-declare-face): Don't make frame-local
8597 faces.
8598
8599 * faces.el (describe-face): Use princ instead of insert.
8600
8601 * faces.el: Add XLFD manipulation functions from 20.2 again
8602 because fontset.el uses them.
8603 (face-set-after-frame-default): Add empty definition.
8604
8605 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8606
8607 * faces.el (make-face): Correct typo.
8608 (set-face-attribute-from-resource): Use let*.
8609 (face-underline-p): Correct typo.
8610 (face-inverse-video-p): Ditto.
8611 (set-face-stipple): Ditto.
8612 (face-read-string): Make completion-list optional parameter.
8613
8614 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8615
8616 * faces.el (face-charset-registries): Alist mapping charset
8617 symbols to registries and encoding.
8618
8619 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8620
8621 * frame.el (blink-cursor-mode): Use interactive spec "P".
8622
8623 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8624
8625 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8626 mode. The cursor of selected_window blinks if the mode is enabled.
8627
8628 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8629
8630 * simple.el (next-history-element): Set point to the end of the
8631 prompt if minibuffer-prompt-in-buffer.
8632
8633 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8634
8635 * faces.el (x-font-regexp): Add sub-expression parentheses for
8636 several font name components.
8637
8638 1999-07-21 Gerd Moellmann <gerd@acm.org>
8639
8640 * faces.el (set-face-relief): Use index 12 for relief.
8641 (face-fill-in): Set relief from data.
8642 (internal-make-face): Init relief to zero.
8643
8644 * faces.el (face-spec-set): Call modify-face with additional
8645 parameters for relief and fixed-p.
8646
8647 1999-07-21 Gerd Moellmann <gerd@acm.org>
8648
8649 * cus-face.el: ':fixed and ':relief added.
8650
8651 * faces.el (describe-face): Add fixed font attribute and relief.
8652 (face-attr-match-p): Ditto.
8653 (face-attr-construct): Ditto.
8654 (face-spec-set): Ditto.
8655
8656 1999-07-21 Gerd Moellmann <gerd@acm.org>
8657
8658 * faces.el (internal-make-face): Function to create a Lisp vector
8659 suitable for representing a face.
8660 (make-face): Use it instead of make-vector.
8661 (x-create-frame-with-faces): Use it instead of vector.
8662 (internal-facep): Increase vector size to 14.
8663 (internal-make-face): Ditto.
8664 (face-relief): Access relief thickness.
8665 (face-fixed-p): Access fixed font attribute.
8666 (set-face-fixed-p): Set fixed font attribute.
8667 (set-face-relief): Set relief attribute.
8668 (internal-face-interactive-int): Read int attribute of face.
8669 (modify-face): Add fixed-p and relief parameters.
8670 (copy-face): Handle fixed-p and relief.
8671 (face-equal): Compare fixed-p and relief.
8672 (face-differs-from-default-p): Ditto.
8673 (face-nontrivial-p): Add fixed-p and relief.
8674
8675 1999-07-21 Gerd Moellmann <gerd@acm.org>
8676
8677 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8678 (internal-facep): Increase vector size.
8679 (make-face): Ditto.
8680 (face-shadow-thickness): Added.
8681 (set-face-shadow-thickness): Added.
8682 (modify-face): Add optional shadow-thickness parameter.
8683 (make-face-x-resource-internal): Add shadows.
8684 (copy-face): Ditto.
8685 (face-equal): Ditto.
8686 (face-differs-from-default-p): Ditto.
8687 (face-nontrivial-p): Ditto.
8688 (face-attr-match-p): Ditto.
8689 (face-attr-construct): Ditto.
8690 (face-spec-set): Ditto.
8691 (face-fill-in): Ditto.
8692
8693 1999-07-21 Gerd Moellmann <gerd@acm.org>
8694
8695 * bench.el (bench-mark-split-window): New bench mark.
8696
8697 1999-07-21 Gerd Moellmann <gerd@acm.org>
8698
8699 * faces.el (set-face-font): Don't pass default font to
8700 x-resolve-font so that font will not have to be of the same
8701 size.
8702
8703 1999-07-20 Dave Love <fx@gnu.org>
8704
8705 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8706 unconditionally t.
8707
8708 1999-07-20 Karl Heuer <kwzh@gnu.org>
8709
8710 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8711
8712 1999-07-20 Dave Love <fx@gnu.org>
8713
8714 * help.el (describe-variable): Fix test for customizability.
8715
8716 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8717 Check for readonly buffer in interactive spec.
8718 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8719 (backward-kill-word): Add * to interactive spec.
8720
8721 * underline.el (underline-region, ununderline-region): Add * to
8722 interactive spec.
8723
8724 * fill.el (canonically-space-region, justify-current-line): Add *
8725 to interactive spec.
8726 (fill-region-as-paragraph, fill-paragraph, fill-region)
8727 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8728 readonly buffer in interactive spec.
8729
8730 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8731 (backward-kill-sentence, kill-sentence): Add * to interactive
8732 spec.
8733
8734 1999-07-19 Richard M. Stallman <rms@gnu.org>
8735
8736 * dired-aux.el (dired-do-shell-command): Doc fix.
8737
8738 * shell.el (shell-unquote-argument): New function.
8739 (shell-directory-tracker): Use shell-unquote-argument.
8740 * comint.el (comint-arguments): Handle \ followed by space or tab.
8741
8742 1999-07-19 John Wiegley <jwiegley@borland.com>
8743
8744 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8745 color codes 39 and 49, which by the way lynx uses them seem to
8746 mean "foreground reset" and "background reset".
8747
8748 1999-07-19 Karl Heuer <kwzh@gnu.org>
8749
8750 * font-lock.el (c++-keywords): Add "typeid".
8751
8752 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8753 selects no font, treat that as zero selections, not one.
8754
8755 1999-07-19 Dave Love <fx@gnu.org>
8756
8757 * info.el (Info-search): Don't lose with empty regexp.
8758
8759 * version.el: Cater for (free) `ident' program, not `which'.
8760
8761 * hl-line.el: New file.
8762
8763 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8764 for modes which don't define menus.
8765
8766 1999-07-16 Richard M. Stallman <rms@gnu.org>
8767
8768 * webjump.el (webjump-sample-sites): Update some URLs.
8769
8770 1999-07-14 Richard Stallman <rms@gnu.org>
8771
8772 * Version 20.4 released.
8773
8774 1999-07-14 Andreas Schwab <schwab@gnu.org>
8775
8776 * compare-w.el (compare-windows): Try to find the next window in
8777 the current frame before looking at the other frames.
8778
8779 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8780
8781 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8782 Use cyrillic-jcuken as default input method.
8783
8784 1999-07-12 Richard Stallman <rms@gnu.org>
8785
8786 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8787 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8788
8789 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8790 (ispell-local-dictionary-alist): Add koi8-r for character set.
8791
8792 * textmodes/flyspell.el (flyspell-get-word):
8793 Add special handling for when ispell-otherchars is empty.
8794
8795 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8796
8797 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8798 when having nested functons.
8799 (pascal-indent-nested-functions) (pascal-indent-line)
8800 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8801 indenting nested functions.
8802
8803 1999-07-09 Richard Stallman <rms@gnu.org>
8804
8805 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8806
8807 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8808
8809 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8810 the `end' keyword was in the very beginning of the buffer.
8811
8812 1999-07-08 Richard Stallman <rms@gnu.org>
8813
8814 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8815
8816 * term.el (term-emulate-terminal): Avoid infinite loop
8817 in strange case where minibuffer window is selected but not active.
8818
8819 1999-07-07 Stephen Eglen <stephen@gnu.org>
8820
8821 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8822 Change regexp so that it doesn't match commands beginning with `cd'.
8823
8824 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8825
8826 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8827
8828 1999-07-06 Richard Stallman <rms@gnu.org>
8829
8830 * hscroll.el (hscroll-minibuffer-hook): New function.
8831 (hscroll-global-mode): Add and remove that hook.
8832 Set hscroll-old-truncate-was-global's default value.
8833
8834 1999-07-05 Richard Stallman <rms@gnu.org>
8835
8836 * files.el (revert-buffer): Don't preserve point here.
8837 (revert-buffer-insert-file-contents-function): Doc fix.
8838
8839 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8840
8841 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8842 doing a `stat' when it isn't necessary because that can cause
8843 trouble when an NFS server is down.
8844
8845 1999-07-04 Richard Stallman <rms@gnu.org>
8846
8847 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8848
8849 1999-07-03 Richard Stallman <rms@gnu.org>
8850
8851 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8852 for \200...\240 also.
8853 (isearch-printing-char): Use unibyte-char-to-multibyte.
8854
8855 1999-07-02 Richard Stallman <rms@gnu.org>
8856
8857 * frame.el (minibuffer-frame-alist): Use defcustom.
8858 (pop-up-frame-alist): Likewise.
8859 (initial-frame-alist): Specify * in the doc string.
8860
8861 * hscroll.el (hscroll-mode): Make it a permanent local.
8862 (hscroll-mode): Don't cancel the timer
8863 if HScroll mode is enabled in some other buffer.
8864
8865 * isearch.el (isearch-done): If search ends in middle of intangible
8866 text (due to text property), move on to the limit of that text.
8867
8868 1999-07-01 Andrew Innes <andrewi@gnu.org>
8869
8870 * man.el (Man-build-man-command): Use value of null-device,
8871 instead of hard-coding "/dev/null".
8872
8873 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8874 ange-ftp file names, which might force ange-ftp to prompt for a
8875 password.
8876
8877 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8878 to prevent references to temp files.
8879
8880 1999-06-30 Richard Stallman <rms@gnu.org>
8881
8882 * progmodes/sh-script.el (sh-feature): If nothing is known
8883 about the given shell, use the values for `sh'.
8884
8885 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8886
8887 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8888 to make it non-recursive.
8889
8890 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8891
8892 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8893
8894 * auto-show.el (auto-show-mode): Fix Typo in :set.
8895
8896 1999-06-29 Richard M. Stallman <rms@gnu.org>
8897
8898 * progmodes/sh-script.el (sh-mode): When setting syntax
8899 table, default to the standard one.
8900
8901 1999-06-27 Richard M. Stallman <rms@gnu.org>
8902
8903 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8904
8905 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8906
8907 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8908 a frame when `return' is requested (even if pop-up-frames = t)
8909 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8910 should only be set for the bibtex buffer.
8911
8912 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8913
8914 * progmodes/compile.el: Deal with compilation-error-screen-columns
8915 being buffer-local.
8916
8917 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8918
8919 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8920
8921 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8922
8923 * cal-x.el (calendar-only-one-frame-setup): New function.
8924 * calendar.el (calendar): Call it if requested.
8925
8926 1999-06-24 Karl Heuer <kwzh@gnu.org>
8927
8928 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8929
8930 1999-06-22 Richard M. Stallman <rms@gnu.org>
8931
8932 * mail/supercite.el (sc-emacs-features): Doc fix.
8933
8934 1999-06-22 Karl Heuer <kwzh@gnu.org>
8935
8936 * files.el (auto-mode-alist): Add pike-mode.
8937
8938 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8939
8940 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8941 last byte of a numeric field is a space or a NUL. Parse it as
8942 potentially part of the number. This is used by GNU tar
8943 1.12.64012 to handle larger values.
8944
8945 1999-06-20 Karl Heuer <kwzh@gnu.org>
8946
8947 * custom.el (custom-handle-keyword): Fix error message.
8948
8949 1999-06-18 Andrew Innes <andrewi@gnu.org>
8950
8951 * mail/smtpmail.el (smtpmail-send-it): Use
8952 convert-standard-filename to make file names for queued mail safe
8953 on Windows (`:' is invalid in file names on Windows).
8954
8955 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8956
8957 * international/mule-cmds.el (describe-current-input-method):
8958 Current-input-method is string.
8959 (toggle-input-method): Docstring fixed.
8960
8961 * international/mule-diag.el
8962 (describe-current-coding-system-briefly): Fix format string.
8963
8964 * international/mule-util.el (coding-system-eol-type-mnemonic):
8965 Docstring modified. Return a string.
8966
8967 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8968
8969 * sql.el (sql-input-ring-file-name): Doc fix.
8970
8971 1999-06-17 Richard M. Stallman <rms@gnu.org>
8972
8973 * calendar/cal-x.el (special-display-buffer-names):
8974 Don't put (get-file-buffer diary-file) on this list.
8975
8976 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8977
8978 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8979 Don't penalize player for certain impossible guesses.
8980
8981 1999-06-16 Andrew Innes <andrewi@gnu.org>
8982
8983 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8984 return the string "Unk 0 0000" so at least it appears to be a
8985 valid timestamp to `dired-move-to-filename-regexp'.
8986
8987 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8988
8989 * ps-print.el (ps-control-character): Fix previous change.
8990
8991 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8992
8993 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8994 multiple output of the last message.
8995
8996 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8997
8998 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8999 the ASCII apostrophe, as most DOS codepages have some other glyph
9000 there.
9001
9002 1999-06-14 Ken'ichi Handa <handa@gnu.org>
9003
9004 * language/ethio-util.el (setup-ethiopic-environment-internal):
9005 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
9006 (exit-ethiopic-environment): Likewize.
9007
9008 1999-06-12 Richard M. Stallman <rms@gnu.org>
9009
9010 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
9011
9012 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9013
9014 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
9015 custom-initialize-default to avoid infinite loop.
9016 (crisp-mode): (defun) Call transient-mark-mode here, not when
9017 loading the file. Run crisp-mode-hook here, and run
9018 crisp-load-hook when loading the file.
9019
9020 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
9021 rmail-summary buffer, search for pattern in rmail-file.
9022
9023 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
9024
9025 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
9026
9027 * ps-print.el (ps-printer-name): Fix custom type.
9028
9029 1999-06-12 Reto Zimmermann <reto@synopsys.com>
9030
9031 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
9032 (vhdl-port-paste-generic-map): Fix indentation bug.
9033 (vhdl-port-paste-port-map): Fix indentation bug.
9034 (vhdl-scan-file-contents): Make scanning case insensitive.
9035
9036 1999-06-11 Richard M. Stallman <rms@gnu.org>
9037
9038 * files.el (write-file): When buffer is not already visiting a file,
9039 don't put buffer name in the minibuffer, just make it the default.
9040 Also handle just directory as arg usefully in that case.
9041
9042 * simple.el (sendmail-user-agent-compose):
9043 Ignore case when inserting the rest of the "other" headers.
9044
9045 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
9046
9047 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
9048 (info-lookup-interactive-arguments): Never insert the default
9049 into the minibuffer automatically.
9050
9051 * emacs-lisp/cl-extra.el (getf): Don't call get*.
9052
9053 1999-06-09 Richard M. Stallman <rms@gnu.org>
9054
9055 * simple.el (shell-command): Avoid printing "mark set" message.
9056
9057 1999-06-09 Dave Love <fx@gnu.org>
9058
9059 * progmodes/compile.el (compilation-error-regexp-alist): Allow
9060 digits in program name in first pattern.
9061
9062 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
9063
9064 * vc.el (vc-dired-mode): Don't match anything before the date in
9065 dired-move-to-filename-regexp.
9066
9067 1999-06-07 Ken'ichi Handa <handa@gnu.org>
9068
9069 * international/quail.el (quail-define-rules): Fix typo in
9070 docstring.
9071
9072 1999-06-05 Stephen Eglen <stephen@gnu.org>
9073
9074 * iswitchb.el (iswitchb-default-keybindings): Add
9075 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
9076 than when package is loaded.
9077
9078 1999-06-04 Richard M. Stallman <rms@gnu.org>
9079
9080 * startup.el (command-line): Don't set user-init-file directly;
9081 tell `load' to set it.
9082
9083 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
9084
9085 * simple.el (next-history-element):
9086 Handle minibuffer-text-before-history properly when reading sexps.
9087
9088 * disp-table.el (standard-display-european):
9089 For an interactive call by the user,
9090 don't set enable-multibyte-characters,
9091 and don't set the terminal coding system.
9092
9093 * textmodes/refbib.el: Don't print any messages or display
9094 a buffer when loading the library.
9095 (r2b-help): Doc fix.
9096 (r2b-help-message): Update the documentation.
9097 (r2b-load-quietly): Variable deleted.
9098 (r2b-convert-buffer): Doc fix.
9099
9100 1999-06-04 Dave Love <fx@gnu.org>
9101
9102 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
9103
9104 * auto-show.el: Don't change hooks on loading.
9105 (auto-show-mode): Autoload. Default to nil. Add :set &c.
9106 (auto-show-mode): Add to hooks here.
9107
9108 1999-06-04 Richard Sharman <rsharman@pobox.com>
9109
9110 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
9111 recursion on bogus input.
9112
9113 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
9114
9115 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
9116 does not select a buffer from the buffers menu, then the attached
9117 frame is not switched to anything.
9118
9119 1999-06-03 Ken'ichi Handa <handa@gnu.org>
9120
9121 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
9122 (viet-viscii-...->viet-vscii...).
9123
9124 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
9125
9126 1999-06-01 Dave Love <fx@gnu.org>
9127
9128 * progmodes/fortran.el: Add :link to defgroup.
9129 (fortran-blink-matching-if): Match ELSE statements too.
9130 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
9131 that filling is always done.
9132
9133 1999-05-31 Richard M. Stallman <rms@gnu.org>
9134
9135 * simple.el (append-next-kill): Use an arg to distinguish
9136 interactive calls from Lisp calls, rather than (interactive-p).
9137
9138 * international/iso-transl.el (iso-transl-language-alist):
9139 Interchange n and N.
9140
9141 1999-05-31 Dave Love <fx@gnu.org>
9142
9143 * msb.el Add to minor-mode-map-alist. Remove hook installation
9144 and keymap munging on load.
9145 (msb-mode): New option.
9146 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
9147 Doc fix.
9148 (msb-mode-map): New variable.
9149 (msb-mode): New command.
9150
9151 1999-05-31 Dave Love <fx@gnu.org>
9152
9153 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
9154 (ispell-complete-word-dict): Likewise.
9155
9156 1999-05-31 Eli Zaretskii <eliz@gnu.org>
9157
9158 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
9159 force the data buffer to be saved, even if the data didn't
9160 change, in case the write filter was modified. Restore the
9161 current record after read-file-filter finishes.
9162
9163 1999-05-29 Karl Heuer <kwzh@gnu.org>
9164
9165 * ispell4.el: Obsolete; file deleted.
9166
9167 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
9168
9169 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
9170 VALUE is a syntax table.
9171
9172 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
9173
9174 * simple.el (zap-to-char): Doc fix.
9175
9176 1999-05-27 Ken'ichi Handa <handa@gnu.org>
9177
9178 * isearch.el (isearch-quote-char): Don't assume character codes
9179 0200 - 0237 stand for characters in some single-byte character
9180 charset.
9181
9182 1999-05-27 Dave Love <fx@gnu.org>
9183
9184 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
9185
9186 1999-05-27 Andreas Schwab <schwab@gnu.org>
9187
9188 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
9189 headerline does not exist already.
9190
9191 1999-05-26 Richard Stallman <rms@gnu.org>
9192
9193 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9194 Avoid nested null-loops.
9195
9196 1999-05-26 Ken'ichi Handa <handa@gnu.org>
9197
9198 * international/characters.el: Typo fixed; prefered->preferred.
9199
9200 * international/mule-cmds.el (find-coding-systems-for-charsets):
9201 Typo fixed; prefered->preferred.
9202
9203 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
9204 method in read-event.
9205
9206 * international/mule.el (charset-info): Doc-string fixed.
9207
9208 1999-05-25 Ken'ichi Handa <handa@gnu.org>
9209
9210 * mail/smtpmail.el (smtpmail-send-it): Bind
9211 smtpmail-code-conv-from properly.
9212 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
9213 by smtpmail-code-conv-from.
9214
9215 1999-05-24 Richard Stallman <rms@gnu.org>
9216
9217 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
9218 Binding deleted also.
9219
9220 1999-05-24 Karl Heuer <kwzh@gnu.org>
9221
9222 * comint.el (comint-bol-or-process-mark): Doc fix.
9223
9224 1999-05-23 Dave Love <fx@gnu.org>
9225
9226 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
9227 Enter it on minor-mode-map-alist.
9228 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
9229 Autoload. Add custom setter.
9230 (crisp-mark-line): Doc fix.
9231 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
9232 (crisp-mode-hook): Define.
9233
9234 1999-05-23 Ken'ichi Handa <handa@gnu.org>
9235
9236 * files.el (recover-file): Recover buffer-file-coding-system.
9237
9238 1999-05-22 Richard Stallman <rms@gnu.org>
9239
9240 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
9241 regexp match the date, to avoid treating date as file size.
9242 Add YYYY S option to WESTERN/
9243
9244 * bookmark.el: Delete some XEmacs compatibility code.
9245 (bookmark-jump-noselect): Check vc-backend.
9246
9247 * subr.el (add-to-list): Doc fix.
9248
9249 1999-05-21 Stephen Eglen <stephen@gnu.org>
9250
9251 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
9252
9253 1999-05-18 Richard Stallman <rms@gnu.org>
9254
9255 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
9256 non-space after the @anchor command.
9257 (texinfo-format-var): Handle other nested constructs, using
9258 texinfo-parse-expanded-arg and texinfo-discard-command, not
9259 texinfo-parse-arg-discard.
9260
9261 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
9262 (debug): Bind and use debugger-outer-inhibit-redisplay.
9263 Bind inhibit-redisplay to nil.
9264 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
9265
9266 1999-05-17 Dave Love <fx@gnu.org>
9267
9268 * help.el (describe-function-1): Extra arg, interactive-p.
9269 (describe-key, describe-function): Use it.
9270
9271 1999-05-17 Karl Heuer <kwzh@gnu.org>
9272
9273 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
9274
9275 1999-05-16 Dave Love <fx@gnu.org>
9276
9277 * cus-start.el (all): Delete selective-display. Add scroll-margin,
9278 scroll-preserve-screen-position, scroll-conservatively.
9279
9280 1999-05-16 Dave Love <fx@gnu.org>
9281
9282 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
9283
9284 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
9285
9286 * progmodes/vhdl-mode.el: Completely revised and massively extended.
9287
9288 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9289
9290 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
9291 magic number and is not associated with a file.
9292
9293 1999-05-14 Richard M. Stallman <rms@gnu.org>
9294
9295 * files.el (find-file-noselect-1): Fix previous change.
9296
9297 1999-05-14 Simon Marshall <simon@gnu.org>
9298
9299 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
9300
9301 1999-05-13 Ken'ichi Handa <handa@gnu.org>
9302
9303 * international/mule-diag.el (mule-diag): Change MULE to Mule in
9304 docstring.
9305
9306 * international/mule-cmds.el: Change MULE to Mule in docstrings
9307 and menus.
9308
9309 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
9310
9311 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
9312 to correctly reflect the value of BaseLineOffset in
9313 RelativeCompose. Now the value of RelativeCompose is an array of
9314 low and high positions.
9315 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
9316 RLC for the above change.
9317
9318 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
9319
9320 * comint.el (comint-password-prompt-regexp): Modified to match the
9321 output of ksu and ssh-add.
9322
9323 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
9324
9325 * language/korea-util.el (isearch-toggle-korean-input-method):
9326 Adjusted for the change of input method handling in isearch.el.
9327 (isearch-hangul-switch-symbol-ksc): Likewise.
9328 (isearch-hangul-switch-hanja): Likewise.
9329
9330 1999-05-10 Dave Love <fx@gnu.org>
9331
9332 * help.el (help-make-xrefs): Fix typo.
9333
9334 1999-05-10 Andreas Schwab <schwab@gnu.org>
9335
9336 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
9337 unibyte-display-via-language-environment.
9338
9339 * help.el (help-make-xrefs): Handle more cases when looking for
9340 commands in a keymap description.
9341
9342 1999-05-10 Eli Zaretskii <eliz@gnu.org>
9343
9344 * loadup.el: For ms-dos systems, load ccl and codepage.
9345
9346 1999-05-09 Ken'ichi Handa <handa@gnu.org>
9347
9348 * ps-print.el (ps-control-character): Call
9349 ps-mule-prepare-ascii-font to setup ASCII fonts.
9350
9351 * ps-mule.el (ps-mule-begin-job): Redo this change "if
9352 ps-multibyte-buffer is nil, use
9353 ps-mule-font-info-database-default."
9354
9355 1999-05-08 Ken Stevens <k.stevens@ieee.org>
9356
9357 * ispell.el (ispell-local-dictionary-alist): New variable for
9358 customizing local dictionaries not accessable by everyone.
9359 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
9360 (ispell-required-version): Changed format `(major minor
9361 revision)' to support general pattern matching.
9362 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
9363 skip region commented out due to incorrect skip potential in std latex.
9364 (ispell-word): Removed `when' macro. Fixed bug of not restoring
9365 cursor point on small words for calls from `ispell-minor-mode'.
9366 (check-ispell-version): Tests and accepts versions major.minor
9367 and above, with adjustments for interactions in 3.1.0-3.1.11.
9368 (ispell-get-line): No longer skips ispell process special characters.
9369 (ispell-comments-and-strings): Removed `when' macro call.
9370 (ispell-minor-check): Requires ispell-word to restore cursor point.
9371 (ispell-buffer-local-parsing): Supports checking comments only.
9372
9373 1999-05-08 Karl Heuer <kwzh@gnu.org>
9374
9375 * comint.el (comint-password-prompt-regexp): Fix last change to be
9376 more specific.
9377
9378 1999-05-07 Richard M. Stallman <rms@gnu.org>
9379
9380 * subr.el (with-temp-message): Fix the other call to message
9381 to use %s.
9382
9383 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
9384
9385 * gud.el (gud-format-command): "%F" means file sans extension.
9386 (jdb): Use %F, not %f, for gud-break.
9387
9388 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
9389
9390 * comint.el (comint-password-prompt-regexp): Modified so that it
9391 matches the output of kinit.
9392
9393 1999-05-06 Greg Stark <gsstark@mit.edu>
9394
9395 * timezone.el (timezone-parse-date): Recognize new format used in
9396 internet cookies.
9397
9398 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
9399
9400 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9401
9402 1999-05-04 Andrew Innes <andrewi@gnu.org>
9403
9404 * time.el (display-time-update): Allow for wrap-around when
9405 checking against display-time-server-down-time.
9406
9407 1999-05-04 Ken'ichi Handa <handa@gnu.org>
9408
9409 * international/mule-diag.el (describe-coding-system): Fix English
9410 message.
9411
9412 1999-05-03 Jason Rumney <jasonr@altavista.net>
9413
9414 * term/w32-win.el: Change the x-charset-registry property for the
9415 Japanese charsets that are supported by Japanese Windows fonts.
9416
9417 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9418
9419 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9420 diary-block diary entries for which the reminders and the diary
9421 entries can overlap.
9422
9423 1999-05-02 Jason Rumney <jasonr@altavista.net>
9424
9425 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9426 matches the font selected in the dialog.
9427
9428 1999-05-02 Dave Love <fx@gnu.org>
9429
9430 * browse-url.el (browse-url-browser-function): Add :version.
9431
9432 * international/mule.el (auto-coding-alist): Add .tgz.
9433
9434 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
9435
9436 * international/codepage.el (cp-coding-system-for-codepage-1):
9437 Make the magnification parameter for the -dos encoder be 2.
9438
9439 1999-05-2 Andrew Innes <andrewi@gnu.org>
9440
9441 * term/w32-win.el (w32-drag-n-drop): Select file in window where
9442 it is dropped, rather than current window.
9443
9444 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9445 after switching buffer, as case-fold-search is a buffer local
9446 variable.
9447
9448 * w32-fns.el (convert-standard-filename): Only convert directory
9449 separators to backslash if the interactive shell is one of the
9450 standard Windows shells that has DOS semantics.
9451
9452 * ls-lisp.el (ls-lisp-format-time): Trap errors from
9453 format-time-string, and return a suitable string to indicate the
9454 timestamp was invalid.
9455
9456 * hexl.el (hexlify-command): Apply shell-quote-argument after
9457 expanding hexl-program in case exec-directory contains a space.
9458 (dehexlify-command): Ditto.
9459
9460 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9461 file extension regexps which aren't necessarily binary files.
9462 (direct-print-region-helper): Use subst-char-in-string instead of
9463 binding directory-sep-char to convert filenames to DOS syntax.
9464 (direct-print-region-use-command-dot-com): New variable.
9465 (direct-print-region-helper): Use it to control whether to invoked
9466 command.com to print on Windows 9x.
9467
9468 * browse-url.el (browse-url-browser-function): Default to
9469 browse-url-default-windows-browser on windows-nt.
9470 (browse-url-default-windows-browser): New function.
9471
9472 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
9473
9474 * forms.el (forms-mode): Don't call forms-first-record or
9475 forms-last-record if the data file has zero records.
9476
9477 1999-04-29 Richard M. Stallman <rms@gnu.org>
9478
9479 * files.el (find-file-noselect-1): If buffer-file-name has changed
9480 after find-file-not-found-hooks runs, recompute the truename.
9481 And don't use FILENAME after that point.
9482
9483 1999-04-27 Dave Love <fx@gnu.org>
9484
9485 * paren.el (show-paren-mode)
9486 * which-func.el (which-func-mode-global)
9487 * type-break.el (type-break-mode)
9488 * time.el (display-time-mode)
9489 * rsz-mini.el (resize-minibuffer-mode)
9490 * mouse-sel.el (mouse-sel-mode)
9491 * icomplete.el (icomplete-mode)
9492 * hscroll.el (hscroll-global-mode)
9493 * help.el (temp-buffer-resize-mode)
9494 * font-lock.el (global-font-lock-mode)
9495 * delsel.el (delete-selection-mode)
9496 * avoid.el (mouse-avoidance-mode)
9497 * autoinsert.el (auto-insert-mode)
9498 * winner.el (winner-mode): Doc fix.
9499
9500 1999-04-26 Karl Heuer <kwzh@gnu.org>
9501
9502 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9503 the same whitespace that was ignored in choosing the subject string.
9504
9505 1999-04-26 Richard M. Stallman <rms@gnu.org>
9506
9507 * info.el (Info-find-node): Position properly after finding anchor.
9508
9509 * cus-start.el (all): Handle unibyte-display-via-language-environment.
9510
9511 * simple.el (indent-new-comment-line): Fix previous change.
9512
9513 * complete.el: Delete the wildcard expansion feature
9514 since that is now standard in find-file.
9515 (PC-try-load-many-files): Function deleted.
9516 (PC-after-load-many-files): Function deleted.
9517 (PC-many-files-list): Variable deleted.
9518 (PC-disable-wildcards): Variable deleted.
9519 (partial-completion-mode): Don't enable the wildcard feature.
9520
9521 * complete.el (PC-look-for-include-file): Don't set global variables
9522 `error', `buf' and `filename' here.
9523
9524 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9525
9526 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
9527
9528 * textmodes/outline.el (outline-regexp): Doc fix.
9529
9530 1999-04-26 John Wiegley <johnw@borland.com>
9531
9532 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9533 C++Builder 4.0 error message syntax.
9534
9535 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
9536
9537 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9538 supported, use find -exec.
9539
9540 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9541
9542 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9543 coding-system-for-write, to avoid hanging when non-interactive.
9544
9545 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
9546
9547 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9548 start with a newline.
9549
9550 1999-04-13 Ken'ichi Handa <handa@gnu.org>
9551
9552 * international/mule-conf.el (x-ctext): New coding system.
9553
9554 1999-04-12 Richard M. Stallman <rms@gnu.org>
9555
9556 * international/mule-cmds.el (input-method-function):
9557 Add permanent-local property.
9558
9559 1999-04-12 Dave Love <fx@gnu.org>
9560
9561 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9562 change to use jka-compr-byte-compiler-base-file-name.
9563
9564 * supercite.el (sc-scan-info-alist): Revert last change.
9565 (sc-attrib-selection-list): Fix :type here instead.
9566
9567 1999-04-11 Eli Zaretskii <eliz@gnu.org>
9568
9569 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9570 in the list of case-insensitive filesystems.
9571
9572 1999-04-09 Kenichi Handa <handa@etl.go.jp>
9573
9574 * international/fontset.el (create-fontset-from-fontset-spec):
9575 Don't register duplicated alias fontset names.
9576
9577 1999-04-08 Richard Stallman <rms@gnu.org>
9578
9579 * international/mule.el (auto-coding-alist-lookup): New function.
9580 (set-auto-coding): Use auto-coding-alist-lookup.
9581
9582 * jka-compr.el (jka-compr-insert-file-contents):
9583 Use auto-coding-alist-lookup to check for files that
9584 should not have eol conversion, in the unibyte case.
9585
9586 1999-04-07 Dave Love <fx@gnu.org>
9587
9588 * help.el (describe-variable): Check custom-loads property as well
9589 as custom-type.
9590
9591 * abbrev.el (abbrev-mode): Customizing sets the default value.
9592
9593 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
9594
9595 * vc.el (vc-backend-revert): For CVS files that were made
9596 writeable with "cvs edit", call "cvs unedit" to undo that.
9597
9598 1999-04-08 Dave Love <fx@gnu.org>
9599
9600 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9601 more.
9602 (sc-emacs-features): Recognize Emacs 20.
9603 (sc-read-string): Use history arg.
9604 (sc-scan-info-alist): Check for rtnvalue a cons.
9605
9606 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
9607
9608 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9609 coding system to encode the message by
9610 select-message-coding-system.
9611
9612 1999-04-07 Richard Stallman <rms@gnu.org>
9613
9614 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9615
9616 * winner.el: Reorder definitions.
9617
9618 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9619
9620 * mail/rmail.el (rmail-decode-babyl-format):
9621 Undo previous change.
9622
9623 1999-04-06 Richard Stallman <rms@gnu.org>
9624
9625 * info.el (Info-find-node): Check for an anchor at the
9626 proper place, before reading an indirect file.
9627
9628 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9629
9630 * jka-compr.el (jka-compr-insert-file-contents):
9631 Use raw-text-unix when we want no conversion.
9632
9633 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9634
9635 * timezone.el (timezone-parse-date): Corrected regexp for
9636 style (5) date format so that tenths of seconds are optional.
9637
9638 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9639
9640 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9641 of dos-codepage-setup.
9642 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9643 codepages for which there's no need to set up cpNNN coding
9644 systems.
9645 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9646
9647 1999-04-05 Richard Stallman <rms@gnu.org>
9648
9649 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9650
9651 1999-04-02 Richard Stallman <rms@gnu.org>
9652
9653 * progmodes/compile.el (compilation-handle-exit): Do right thing
9654 if (car status) doesn't end in a newline.
9655
9656 1999-04-01 Dave Love <fx@gnu.org>
9657
9658 * progmodes/sql.el (SQL): Add defgroup :version.
9659
9660 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9661
9662 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9663 buffer-file-coding-system. If the coding system used is raw-text,
9664 etc., make the *Compiler Input* buffer unibyte.
9665
9666 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9667
9668 * loadup.el: Don't write the fns-...el file if not dumping.
9669
9670 1999-03-31 Dave Love <fx@gnu.org>
9671
9672 * snmp-mode.el (snmp): Fix defgroup :version.
9673
9674 * hilit-chg.el (highlight-changes): Add defgroup :version.
9675
9676 1999-03-31 Andreas Schwab <schwab@gnu.org>
9677
9678 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9679 the gnus-save-hidden-threads macro.
9680
9681 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9682
9683 * faces.el (face-set-after-frame-default): Obey the
9684 `customized-face' for new faces.
9685
9686 1999-03-30 Dave Love <fx@gnu.org>
9687
9688 * international/mule-cmds.el (current-language-environment): Doc fix.
9689 * abbrev.el (abbrev-mode): Doc fix.
9690 * autoinsert.el (auto-insert-mode): Doc fix.
9691 * complete.el (partial-completion-mode): Doc fix.
9692 * avoid.el (mouse-avoidance-mode): Doc fix.
9693 * delsel.el (delete-selection-mode): Doc fix.
9694 * font-lock.el (global-font-lock-mode): Doc fix.
9695 * help.el (temp-buffer-resize-mode): Doc fix.
9696 * hscroll.el (hscroll-global-mode): Doc fix.
9697 * icomplete.el (icomplete-mode): Doc fix.
9698 * mouse-sel.el (mouse-sel-mode): Doc fix.
9699 * paren.el (show-paren-mode): Doc fix.
9700 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9701 * time.el (display-time-mode): Doc fix.
9702 * type-break.el (type-break-mode): Doc fix.
9703 * which-func.el (which-func-mode-global): Doc fix.
9704 * winner.el (winner-mode): Doc fix.
9705
9706 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9707
9708 * wid-edit.el (widget-before-change): Signal text-read-only rather
9709 than an ordinary error.
9710
9711 1999-03-30 Richard M. Stallman <rms@gnu.org>
9712
9713 * repeat.el: Don't require advice.
9714 (repeat): Do function-indirection in check for kbd macro.
9715 In self-insert case, use the *last* char in INSERTION.
9716
9717 1999-03-30 Karl Heuer <kwzh@gnu.org>
9718
9719 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9720
9721 1999-03-29 Andreas Schwab <schwab@gnu.org>
9722
9723 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9724 comint-input-filter-functions. Make variables related to shell
9725 directory tracking local.
9726
9727 1999-03-26 Andreas Schwab <schwab@gnu.org>
9728
9729 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9730
9731 * simple.el (shell-command-on-region): Cope with exit-status being
9732 nil, which happens if call-process-region was interrupted.
9733
9734 1999-03-26 Richard M. Stallman <rms@gnu.org>
9735
9736 * simple.el (indent-new-comment-line): Handle use at a point
9737 after a comment-end. Handle multiple comments.
9738
9739 * mail/rmail.el (rmail-decode-babyl-format):
9740 To prevent locking, bind buffer-file-name to nil.
9741
9742 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9743
9744 * mail-hist.el (mail-hist-current-header-name): Don't make
9745 off-by-one-error when determining if in message body.
9746
9747 1999-03-25 Andrew Innes <andrewi@gnu.org>
9748
9749 * w32-fns.el (set-default-process-coding-system): Copied from
9750 dos-w32.el, but modified to use Unix line endings for process
9751 input, and to add a suitable entry to process-coding-system-alist
9752 for DOS shells.
9753
9754 * dos-fns.el (set-default-process-coding-system): Copied from
9755 dos-w32.el.
9756
9757 * dos-w32.el (set-default-process-coding-system): Move function to
9758 dos-fns.el; a different version is used in w32-fns.el.
9759
9760 1999-03-24 Dave Love <fx@gnu.org>
9761
9762 * info.el (Info-directory-list): Revert change to re-writing
9763 Info-default-directory-list, but put `alternative' first.
9764 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9765
9766 1999-03-23 Simon Marshall <simon@gnu.org>
9767
9768 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9769 on the line by itself.
9770 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9771 it is not in a declarative context.
9772
9773 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9774
9775 * cus-edit.el (custom-variable-prompt): Allow customization of
9776 autoloaded symbols.
9777
9778 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9779
9780 * simple.el (what-cursor-position): Don't cause error when point
9781 is at invalid multibyte sequence.
9782
9783 1999-03-21 Karl Heuer <kwzh@gnu.org>
9784
9785 * complete.el (partial-completion-mode): Doc fix.
9786
9787 1999-03-19 Richard M. Stallman <rms@gnu.org>
9788
9789 * progmodes/cplus-md.el (old-c++): Remove :group.
9790
9791 * progmodes/c-mode.el (old-c): Remove :group.
9792
9793 1999-03-18 Simon Marshall <simon@gnu.org>
9794
9795 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9796 (java-font-lock-keywords-2): Added "strictfp" keyword.
9797
9798 1999-03-17 Jason Rumney <jasonr@altavista.net>
9799
9800 * w32-fns.el (set-w32-system-coding-system) New function.
9801 (w32-system-coding-system) Initialize to 'iso-latin-1.
9802
9803 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9804
9805 * international/mule-cmds.el (set-language-environment): Fix
9806 previous change: don't use dos-codepage when unbound.
9807
9808 1999-03-17 Karl Heuer <kwzh@gnu.org>
9809
9810 * calendar/appt.el (appt-make-list): Fix previous change.
9811
9812 1999-03-16 Richard M. Stallman <rms@gnu.org>
9813
9814 * window.el (shrink-window-if-larger-than-buffer):
9815 Don't try to redisplay with the cursor at the end
9816 on its own line--that would force a scroll and spoil things.
9817
9818 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9819
9820 * international/mule-cmds.el (set-language-environment): Don't use
9821 cpNNN-nonascii-translation-table if it is unbound.
9822
9823 * term/internal.el (dos-codepage-setup): Compute the unibyte
9824 syntax table and bind unibyte-display-via-language-environment
9825 here, rather than at top level, so that resetting to unibyte in
9826 .emacs works as expected.
9827
9828 1999-03-15 Simon Marshall <simon@gnu.org>
9829
9830 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9831
9832 1999-03-14 Milan Zamazal <pdm@pvt.net>
9833
9834 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9835
9836 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9837
9838 * international/mule-util.el (detect-coding-with-priority):
9839 Restore the internal database.
9840
9841 1999-03-14 Stephen Eglen <stephen@gnu.org>
9842
9843 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9844 if mail-from-style has invalid value.
9845
9846 1999-03-12 Karl Heuer <kwzh@gnu.org>
9847
9848 * vc.el (vc-delete-logbuf-window): New var.
9849 (vc-finish-logentry): Use it.
9850
9851 1999-03-12 Richard M. Stallman <rms@gnu.org>
9852
9853 * startup.el (command-line-1): Improve startup msg.
9854
9855 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9856
9857 * speedbar.el: Added commentary about stealthy functions.
9858 (speedbar-message) new function.
9859 (speedbar-y-or-n-p): New function
9860 (speedbar-with-attached-buffer) Moved macro before reference.
9861 Now uses `save-selected-window'.
9862 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9863 speedbar-generic-item-info, speedbar-item-info-file-helper,
9864 speedbar-item-delete, speedbar-insert-generic-list,
9865 speedbar-timer-fn, speedbar-check-vc-this-line,
9866 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9867 speedbar-buffers-item-info) Use speedbar-message.
9868 (speedbar-item-info) Limit `message-log-max'.
9869 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9870 speedbar-item-delete, speedbar-item-object-delete,
9871 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9872
9873 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9874
9875 * server.el (server-start): Set coding system for the server
9876 process to raw-text.
9877 (server-process-filter): Decode file names if necessary.
9878
9879 1999-03-12 Dave Love <fx@gnu.org>
9880
9881 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9882
9883 * textmodes/paragraphs.el (sentence-end): Doc fix.
9884
9885 1999-03-11 Karl Heuer <kwzh@gnu.org>
9886
9887 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9888
9889 1999-03-09 Karl Heuer <kwzh@gnu.org>
9890
9891 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9892 (ispell-dictionary-alist-2): Likewise.
9893 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9894 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9895 (ispell-dictionary-alist): Build from six pieces, not just two.
9896
9897 * ps-bdf.el (bdf-directory-list): Doc fix.
9898
9899 * enriched.el (enriched-mode): Make var permanent-local.
9900
9901 1999-03-09 Dave Love <fx@gnu.org>
9902
9903 * textmodes/sgml-mode.el (html-mode): Use
9904 sentence-end-double-space when setting sentence-end.
9905
9906 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9907
9908 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9909
9910 1999-03-08 Felix Lee <flee@cygnus.com>
9911
9912 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9913
9914 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9915
9916 1999-03-08 Karl Heuer <kwzh@gnu.org>
9917
9918 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9919 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9920
9921 * dired.el (dired-do-copy-regexp): Doc fix.
9922 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9923
9924 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9925
9926 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9927
9928 1999-03-08 Jason Rumney <jasonr@altavista.net>
9929
9930 * international/codepage.el (cp1250-decode-table)
9931 (cp1251-decode-table, cp1253-decode-table)
9932 (cp1257-decode-table): New translation tables for MS Windows codepages.
9933 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9934
9935 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9936
9937 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9938
9939 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9940
9941 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9942
9943 * term/internal.el (top level): Display character 255 as 8bit as well.
9944
9945 1999-03-06 Dave Love <fx@gnu.org>
9946
9947 * progmodes/cc-cmds.el (c-outline-level): Bind
9948 buffer-invisibility-spec.
9949
9950 * progmodes/c-mode.el (c-outline-level): Likewise.
9951
9952 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9953
9954 1999-03-05 Felix Lee <flee@cygnus.com>
9955
9956 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9957
9958 1999-03-05 Richard M. Stallman <rms@gnu.org>
9959
9960 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9961
9962 1999-03-05 Andrew Innes <andrewi@gnu.org>
9963
9964 * w32-fns.el (convert-standard-filename): Convert directory
9965 separators to Windows format.
9966
9967 1999-03-05 Andreas Schwab <schwab@gnu.org>
9968
9969 * international/skkdic-cnv.el: Provide skkdic-cnv.
9970 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9971 (batch-skkdic-convert): Doc fix.
9972
9973 1999-03-04 Dave Love <fx@gnu.org>
9974
9975 * custom.el (custom-set-variables): Protect against setter errors.
9976
9977 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9978
9979 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9980 the file sizes from overflowing.
9981 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9982 Under -s, print the size in blocks with %4.0f, in case they have
9983 a *really* huge file.
9984
9985 1999-03-03 Dave Love <fx@gnu.org>
9986
9987 * options.el (edit-options): Doc fix.
9988 (list-options): Don't lose with unbound symbols. Maintain
9989 Edit-options-mode.
9990
9991 1999-03-01 Dave Love <fx@gnu.org>
9992
9993 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9994
9995 1999-02-28 Richard M. Stallman <rms@gnu.org>
9996
9997 * ispell.el (ispell-dictionary-alist-override): New variable.
9998 (ispell-dictionary-alist): Don't setq it,
9999 if ispell-dictionary-alist-override is set.
10000
10001 * simple.el (shell-command-default-error-buffer): Renamed from
10002 shell-command-on-region-default-error-buffer.
10003 (shell-command-on-region): Mention in echo area when there
10004 is some error output. Mention success or failure, too.
10005 Accumulate multiple error outputs
10006 going forward, with formfeed in between. Display the error buffer
10007 when we have put something in it.
10008 (shell-command): Add the ERROR-BUFFER argument feature.
10009
10010 1999-02-28 Karl Heuer <kwzh@gnu.org>
10011
10012 * mail/mh-utils.el (mh-lib): Doc fix.
10013 (mh-lib-progs, mh-nmh-p): New vars.
10014 (mh-find-progs): Set mh-lib-progs along with other vars.
10015 (mh-path-search): New arg FUNC-P; if specified, use that instead
10016 of mh-file-command-p.
10017 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
10018
10019 * mail/mh-comp.el (mh-repl-formfile): New var.
10020 (mh-smail-batch): Don't ignore all arguments.
10021 (mh-reply): Do the right thing when using nmh.
10022
10023 1999-02-27 Kenichi Handa <handa@etl.go.jp>
10024
10025 * international/mule-cmds.el (select-safe-coding-system): Be sure
10026 to show a buffer being decoded.
10027
10028 1999-02-26 Ken'ichi Handa <handa@gnu.org>
10029
10030 * ps-bdf.el (bdf-directory-list): Initialize it to
10031 '("/usr/local/share/emacs/fonts/bdf").
10032
10033 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10034
10035 * ps-print.el: PostScript programming fix.
10036 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
10037 setpagedevice operator).
10038
10039 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10040
10041 * ps-print.el: Doc fix, font size specifies landscape and portrait
10042 sizes.
10043 (ps-print-version): New version number (4.1.4).
10044 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
10045 Specifies landscape and portrait sizes.
10046 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
10047 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
10048 fix.
10049 (ps-get-font-size): New fun.
10050 (ps-font-size-internal, ps-header-font-size-internal)
10051 (ps-header-title-font-size-internal): New vars.
10052
10053 * ps-mule.el: Change of ps-print font size variable name.
10054 (ps-mule-generate-font): Fun fix.
10055 (ps-mule-begin-job): Programming uniformization.
10056
10057 1999-02-25 Dave Love <fx@gnu.org>
10058
10059 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
10060 (help-make-xrefs): Do Info case first.
10061
10062 * repeat.el: Don't require advice.
10063 (repeat-last-kill-command): Variable deleted.
10064
10065 1999-02-25 Richard Stallman <rms@gnu.org>
10066
10067 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
10068 case just because the current buffer is the output buffer.
10069
10070 1999-02-25 Kenichi Handa <handa@etl.go.jp>
10071
10072 * simple.el (what-cursor-position): To show the character's
10073 encoding, use encoded-string-description instead of information
10074 of chaset-origin-alist.
10075
10076 * international/mule-cmds.el (iso-2022-control-alist): New variable.
10077 (encoded-code-description): New function.
10078 (encoded-string-description): New function.
10079 (encode-coding-char): New function.
10080
10081 1999-02-25 Andrew Innes <andrewi@gnu.org>
10082
10083 * startup.el (command-line) [windows-nt]: Fix typo in regexp
10084 checking for .emacs[.el[c]].
10085
10086 1999-02-24 Richard Stallman <rms@gnu.org>
10087
10088 * help.el (describe-function-1): Don't print a whole lambda-function.
10089
10090 1999-02-23 Ken'ichi Handa <handa@gnu.org>
10091
10092 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
10093 inputting ?\240.
10094
10095 1999-02-23 Karl Heuer <kwzh@gnu.org>
10096
10097 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
10098
10099 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
10100 (clean-buffer-list-kill-buffer-names): Doc fix.
10101
10102 * gud.el (gud-jdb-massage-args): Spelling fix.
10103
10104 1999-02-23 Richard M. Stallman <rms@gnu.org>
10105
10106 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
10107
10108 1999-02-22 Eli Zaretskii <eliz@gnu.org>
10109
10110 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
10111 excursion while calling set-auto-coding-function.
10112
10113 * play/handwrite.el (handwrite): Require ps-print, and use
10114 ps-printer-name and ps-lpr-command. Call ps-print-region-function
10115 if it's defined, instead of forking ps-lpr-command unconditionally.
10116
10117 1999-02-22 Kenichi Handa <handa@etl.go.jp>
10118
10119 * international/codepage.el (cp-coding-system-for-codepage-1): Put
10120 charset-origin-alist property to a coding system for the codepage.
10121
10122 * international/mule.el: Modify comment for charset-origin-alist
10123 property of a coding system.
10124
10125 * simple.el (what-cursor-position): charset-origin-alist property
10126 of a coding system may be a translation table or a symbol of which
10127 `translation-table' property is a translation table.
10128
10129 1999-02-21 Richard Stallman <rms@gnu.org>
10130
10131 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
10132 to the "html" template.
10133
10134 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
10135
10136 * dirtrack.el (dirtrack): Added docstring. Now returns input.
10137
10138 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
10139
10140 * dirtrack.el (dirtrack): Check for the prompt in the input string
10141 instead of the buffer.
10142
10143 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
10144
10145 * sql.el: Set version to 1.4.1. Changed mail address to
10146 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
10147 (sql-input-ring-separator): Doc fix.
10148 (sql-mode-syntax-table): double-dash starts comments is defined as
10149 ". 56" instead of ". 12b" for XEmacs.
10150 (sql-stop, sql-interactive-mode): Doc fixes.
10151 (sql-postgres): Queries for database and server, not just one.
10152 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
10153
10154 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
10155 changed. This is needed for master.el to work.
10156 (sql-set-sqli-buffer): Use the new hook.
10157
10158 * sql.el (sql-make-alternate-buffer-name): Function that sets
10159 sql-alternate-buffer-name.
10160 (sql-alternate-buffer-name): Possible name of SQLi buffers.
10161 (sql-interactive-mode): Set sql-alternate-buffer-name.
10162 (sql-rename-buffer): New command.
10163 (sql-interactive-mode-menu): Menu for SQLi buffers.
10164
10165 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
10166 and sql-input-ring-file-name are used to temporarily set
10167 comint-input-ring-file-name and comint-input-ring-separator when
10168 reading and writing input history files.
10169
10170 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
10171 (sql-input-ring-file-name): New variable with customization.
10172 (sql-input-ring-separator): New variable with customization.
10173 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
10174 Callers changed.
10175 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
10176 now includes the name of the current buffer.
10177
10178 (sql-mode): Set paragraph-separate and paragraph-start so that
10179 sql-send-paragraph sends the entire SQL statements, even if it
10180 contains indented lines.
10181
10182 1999-02-18 Dave Love <fx@gnu.org>
10183
10184 * format.el (format-encode-run-method, format-decode-run-method):
10185 Fix previous change.
10186
10187 1999-02-18 Ken'ichi Handa <handa@gnu.org>
10188
10189 * international/mule.el (coding-system-list): Moved here from
10190 mule-util.el to avoid autoloading mule-util by the call of
10191 select-safe-coding-system.
10192
10193 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
10194
10195 * simple.el (turn-on-auto-fill): Mark it as an option for
10196 `text-mode-hook'.
10197
10198 1999-02-17 Richard Stallman <rms@gnu.org>
10199
10200 * emacs-lisp/easymenu.el (easy-menu-get-map):
10201 Don't crash if (current-local-map) is nil.
10202
10203 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
10204
10205 * filecache.el (file-cache-filter-regexps): Added .class.
10206
10207 1999-02-17 Ken'ichi Handa <handa@gnu.org>
10208
10209 * international/mule-util.el (decompose-region): Use
10210 insert-buffer-substring instead of insert-buffer to avoid putting
10211 mark.
10212
10213 1999-02-17 Andreas Schwab <schwab@gnu.org>
10214
10215 * calendar/cal-move.el (scroll-calendar-left): Don't set
10216 displayed-month and displayed-year here, let generate-calendar do
10217 it, after range checking.
10218
10219 1999-02-17 Simon Marshall <simon@gnu.org>
10220
10221 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
10222
10223 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
10224 correctly between an object declared via a constructor and a method.
10225 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
10226 (java-font-lock-keywords-1): Fontify package names individually.
10227 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
10228 (java-font-lock-keywords-2): Simplify type fontification.
10229 (java-font-lock-keywords-3): Likewise.
10230
10231 1999-02-17 Kenichi Handa <handa@etl.go.jp>
10232
10233 * language/japanese.el (iso-2022-jp-2): New coding system.
10234 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
10235
10236 1999-02-16 Dave Love <fx@gnu.org>
10237
10238 * help.el (describe-function-1): Accept non-symbols.
10239
10240 1999-02-16 Paul Eggert <eggert@twinsun.com>
10241
10242 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
10243 find the last match if there are multiple matches.
10244
10245 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10246
10247 * tex-mode.el (tex-run-command, latex-run-command)
10248 (slitex-run-command, tex-command): Doc changes.
10249 (tex-start-options-string): Autoload it. Doc change. Provide
10250 a menu for customization. Allow nil. Quote backslashes only once.
10251 (tex-start-tex): Handle nil value of tex-start-options-string
10252 and apply shell-quote-argument to it.
10253
10254 1999-02-16 Eli Zaretskii <eliz@gnu.org>
10255
10256 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
10257 the size in blocks, since it can be a float.
10258 (ls-lisp-format): Likewise
10259
10260 1999-02-16 Ken'ichi Handa <handa@gnu.org>
10261
10262 * language/japanese.el (japanese-shift-jis): Add
10263 charset-origin-alist property.
10264
10265 1999-02-15 Richard Stallman <rms@gnu.org>
10266
10267 * progmodes/compile.el (compile-internal): Use save-selected-window.
10268
10269 * subr.el (momentary-string-display): Bind inhibit-read-only.
10270
10271 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
10272
10273 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
10274
10275 * mail/rmail.el (rmail-show-message): If an unseen message has a
10276 Summary-line in its header, get past one more line before looking
10277 for the X-Coding-System header.
10278
10279 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
10280
10281 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
10282 explicitly to accomodate Windows 9X lack of a useful copy program.
10283
10284 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
10285
10286 * wid-edit.el (widget-choice-value-create): Use `equal'
10287 instead of `eq'.
10288
10289 1999-02-14 Richard Stallman <rms@gnu.org>
10290
10291 * international/iso-transl.el:
10292 (iso-transl-ae): Renamed from iso-transl-e-slash.
10293 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
10294 (iso-transl-AE): Renamed from iso-transl-E-slash.
10295 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
10296 (iso-transl-char-map): Related changes.
10297
10298 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
10299
10300 1999-02-13 Richard Stallman <rms@gnu.org>
10301
10302 * textmodes/texinfmt.el (texinfo-alias): New function.
10303 (texinfo-fold-nodename-case): Add defvar.
10304 (texinfo-format-node): Do case folding if specified.
10305
10306 * ffap.el (ffap-file-at-point): Test local file names
10307 immediately. Strip off line numbers.
10308
10309 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
10310
10311 * sql.el: Set version to 1.3.2
10312 (sql-solid-program): Added support for solid.
10313 (sql-help): Doc mentions sql-solid.
10314 (sql-solid): Entry function for Solid.
10315 (sql-buffer): Doc explains the use of the variable and how to
10316 change it.
10317 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
10318 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
10319 disabled if sql-buffer doesn't have a process; sql-send-paragraph
10320 is new.
10321 (sql-show-sqli-buffer): New function to display the value of
10322 sql-buffer.
10323 (sql-change-sqli-buffer): New function to change sql-buffer.
10324 (sql-mode): Doc explains how to change sql-buffer.
10325 (sql-send-paragraph): New function to send a paragraph.
10326 (sql-mode-map): Added keybinding for sql-send-paragraph.
10327 (sql-mysql): Doc corrected.
10328 (sql-ms): Doc corrected.
10329
10330 * sql.el (sql-server): Doc fix.
10331 (sql-mysql): Added the use of sql-server to specify the host,
10332 sql-database now specifies database instead of host.
10333 (sql-mode-menu): Send... menu items are only active if sql-buffer
10334 is non-nil.
10335 (sql-help): Changed tag of entry functions a bit.
10336
10337 * sql.el: Added keywords from `finder-by-keyword'.
10338 (sql-mode): Made sql-buffer a local variable, changed the
10339 documentation: removed instructions to add *.sql files to
10340 auto-mode-alist, added documentation for having mutliple SQL
10341 buffers sending their stuff to different SQLi buffers, each
10342 running a different process.
10343 (sql-postgres): Quoted *SQL* in doc string.
10344 (sql-ms): Likewise.
10345 (sql-ingres): Likewise.
10346 (sql-ingres): Quoted *SQL* in doc string, added references to
10347 sql-user and sql-password used during login.
10348 (sql-sybase): Quoted *SQL* in doc string, added comma.
10349 (sql-oracle): Likewise.
10350 (sql-interactive-mode): Added extensive documentation for having
10351 mutliple SQL buffers sending their stuff to different SQLi
10352 buffers, each running a different process.
10353 (sql-buffer): Changed doc from *SQL* to SQLi.
10354 (sql-get-login): Doc fix.
10355
10356 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10357
10358 * international/mule-conf.el (undecided): Set ascii in
10359 safe-charsets property.
10360
10361 1999-02-12 Richard Stallman <rms@gnu.org>
10362
10363 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
10364
10365 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10366
10367 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
10368 value to ps-mule-font-info-database-latin.
10369
10370 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
10371
10372 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
10373 (ps-mule-font-info-database-default): New variable.
10374 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
10375 ps-mule-font-info-database-default.
10376
10377 1999-02-12 Dave Love <fx@gnu.org>
10378
10379 * timezone.el (timezone-make-date-sortable)
10380 (timezone-make-date-arpa-standard): Doc fix.
10381
10382 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10383
10384 * international/quail.el (quail-show-kbd-layout): Bind
10385 blink-matching-paren to nil.
10386
10387 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10388 for ASCII and Latin-1.
10389
10390 1999-02-12 Andreas Schwab <schwab@gnu.org>
10391
10392 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10393
10394 1999-02-12 Kenichi Handa <handa@etl.go.jp>
10395
10396 * international/mule-cmds.el (language-info-alist): Remove
10397 description about charset-origin-alist.
10398
10399 * international/mule.el: Comment added for a new coding system
10400 property `charset-origin-alit'.
10401 (make-translation-table): This variable deleted.
10402
10403 * language/chinese.el (chinese-big5): Add charset-origin-alist
10404 property.
10405 ("Chinese-CNS"): Remove charset-origin-alist property.
10406
10407 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10408 property.
10409 (cyrillic-alternativnyj): Likewise.
10410 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10411 ("Cyrillic-ALT"): Likewise.
10412
10413 * language/vietnamese.el (vietnamese-viqr): Add
10414 charset-origin-alist property.
10415 ("Vietnamese"): Remove charset-origin-alist property.
10416
10417 * simple.el (what-cursor-position): Don't use the varialbe
10418 charset-origin-alist, but use charset-origin-alist property of
10419 buffer-file-coding-system to decide external character set code.
10420
10421 1999-02-10 Richard Stallman <rms@gnu.org>
10422
10423 * shadowfile.el: Don't turn on the mode when the file is loaded.
10424
10425 1999-02-09 Richard Stallman <rms@gnu.org>
10426
10427 * progmodes/compile.el (compile-auto-highlight): Customize.
10428
10429 * add-log.el (add-log-file-name-function): New variable.
10430 (add-change-log-entry): Call that function, if non-nil.
10431
10432 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
10433
10434 * rmail.el (rmail-search): Track match with a marker, not an integer.
10435
10436 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10437
10438 * progmodes/compile.el (compilation-setup): Set value of
10439 compilation-directory-stack as in compilation-forget-errors.
10440 (compile-reinitialize-errors): Bind buffer-undo-list and
10441 deactivate-mark.
10442 (compilation-forget-errors): Likewise.
10443
10444 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
10445
10446 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10447 def... constructs.
10448
10449 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10450 Remove calls to sleep-for.
10451
10452 1999-02-08 Eli Zaretskii <eliz@gnu.org>
10453
10454 * international/codepage.el (cp-coding-system-for-codepage-1): On
10455 MS-DOS, use dos-unsupported-char-glyph for characters not
10456 supported by the codepage.
10457 (cp-make-coding-systems-for-codepage): Likewise.
10458
10459 1999-02-08 Andreas Schwab <schwab@gnu.org>
10460
10461 * international/mule-util.el (coding-system-list): Don't sort
10462 coding-system-list here.
10463
10464 * international/mule.el (coding-system-lessp): Moved here from
10465 mule-util.el
10466 (add-to-coding-system-list): New function.
10467 (make-subsidiary-coding-system, make-coding-system,
10468 define-coding-system-alias): Use it instead of setting
10469 coding-system-list directly.
10470
10471 1999-02-07 Dave Love <fx@gnu.org>
10472
10473 * calendar/appt.el (appt-make-list): Don't splice quotes and date
10474 onto message.
10475
10476 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10477
10478 * imenu.el (imenu--last-menubar-index-alist): Add doc.
10479 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
10480
10481 1999-02-06 Richard Stallman <rms@gnu.org>
10482
10483 * language/european.el (setup-slovenian-environment): New function.
10484 ("Slovenian"): New language environment.
10485
10486 * progmodes/sql.el (sql-help): Doc fix.
10487 (sql-mysql): Doc fix.
10488
10489 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10490
10491 * tex-mode.el: When compiling, require compare-w and skeleton
10492 to pacify the byte-compiler. Move the def's of the tex-commands
10493 together. Add a comment on kill-process vs. quit-process.
10494
10495 1999-02-05 Dave Love <fx@gnu.org>
10496
10497 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10498 null markers.
10499 (compile-goto-error): Likewise.
10500
10501 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
10502
10503 * time-stamp.el (time-stamp-format): Format doc tighter.
10504 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10505 (time-stamp): Don't re-write the time stamp if it didn't change.
10506
10507 1999-02-05 Alex Schroeder <asc@bsiag.com>
10508
10509 * progmodes/sql.el: Changed version to 1.2.1.
10510 (sql-pop-to-buffer-after-send-region): Improved documentation.
10511 (sql-mysql-program): Added MySQL support.
10512 (sql-prompt-length): Made prompt-length configurable.
10513 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10514 (sql-help): Added MySQL support, changed documentation.
10515 (sql-send-region): A message is displayed if something is sent.
10516 (sql-mode): Added buffer-local comment-start.
10517 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10518 (sql-interactive-mode): Added buffer-local comment-start.
10519 (sql-oracle): Set sql-prompt-length.
10520 (sql-sybase): Set sql-prompt-length.
10521 (sql-mysql): Added MySQL support.
10522 (sql-ingres): Set sql-prompt-length.
10523 (sql-ms): Set sql-prompt-length.
10524 (sql-postgres): Set sql-prompt-length.
10525
10526 1999-02-04 Eli Zaretskii <eliz@gnu.org>
10527
10528 * term/internal.el (dos-codepage-setup): Set selection coding
10529 system to cpNNN-dos.
10530
10531 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10532
10533 * international/characters.el: Let ethiopic use iso-2022-7bit.
10534
10535 1999-02-02 Dave Love <fx@gnu.org>
10536
10537 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10538 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10539
10540 1999-02-02 Karl Heuer <kwzh@gnu.org>
10541
10542 * terminal.el (terminal-emulator): Doc fix.
10543
10544 1999-02-02 Ken'ichi Handa <handa@gnu.org>
10545
10546 * international/mule-util.el (compose-chars): Doc-string
10547 modified. Correctly handle a composition character in ARGS.
10548
10549 1999-02-01 Richard Stallman <rms@gnu.org>
10550
10551 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10552 (makefile-menu-index-function): Function deleted.
10553 (makefile-mode): Use makefile-imenu-generic-expression.
10554
10555 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
10556
10557 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10558 change, invoke from before-init-hook.
10559
10560 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
10561
10562 * subr.el (remove-from-invisibility-spec): Cope with the case when
10563 buffer-invisibility-spec is t.
10564
10565 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
10566
10567 * calendar/calendar.el (calendar-mode-map): Fix bindings for
10568 appt-add and appt-delete.
10569
10570 1999-02-01 Eli Zaretskii <eliz@gnu.org>
10571
10572 * term/pc-win.el (msdos-approximate-color): New function.
10573 (msdos-color-translate): Call it to find a DOS color that best
10574 approximates an X-style "#NNNNNN" color specification.
10575
10576 1999-02-01 Ken'ichi Handa <handa@gnu.org>
10577
10578 * international/mule-util.el (compose-chars-component): Add
10579 autoload cookie.
10580
10581 1999-01-31 Ken'ichi Handa <handa@gnu.org>
10582
10583 * international/quail.el (quail-lookup-key): If cdr of MAP is a
10584 function, replace cdr of MAP by the return value of the function
10585 unconditionally.
10586
10587 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10588
10589 * progmodes/compile.el (compilation-next-error-locus): Don't
10590 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10591
10592 1999-01-31 Eli Zaretskii <eliz@gnu.org>
10593
10594 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10595 and NLs before "charset", and allow the charset name be in double
10596 quotes.
10597
10598 1999-01-31 Richard Stallman <rms@gnu.org>
10599
10600 * imenu.el (imenu-sort-function): Fix custom type.
10601
10602 1999-01-30 Richard Stallman <rms@gnu.org>
10603
10604 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10605 (speedbar-line-token): Likewise.
10606
10607 * play/gametree.el (gametree-default-score): Use defcustom.
10608 (gametree-score-regexp, gametree-score-closer): Likewise.
10609 (gametree-score-manual-flag, gametree-score-opener): Likewise.
10610
10611 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10612
10613 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10614 decoding.
10615
10616 1999-01-29 Markus Rost <rost@gnu.org>
10617
10618 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10619 tex-validate-buffer.
10620 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10621 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10622 now with recent occur-mode.
10623 (tex-validate-region): Really walk through all Sexps.
10624 (tex-region): Bind shell-dirtrack-verbose.
10625 (tex-file, tex-bibtex-file): Likewise.
10626
10627 1999-01-29 Dave Love <fx@gnu.org>
10628
10629 * finder.el: (finder-commentary): Fix interactive spec. Try
10630 appending .el to file name.
10631 (finder-find-library, finder-commentary): Doc fixes.
10632
10633 1999-01-29 Andrew Innes <andrewi@gnu.org>
10634
10635 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10636 where the userid contains directory separators.
10637
10638 1999-01-29 Dave Love <fx@gnu.org>
10639
10640 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10641 (lm-commentary): Doc fix.
10642
10643 1999-01-29 Andreas Schwab <schwab@gnu.org>
10644
10645 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10646 wildcard match. Fix regexp that tests if dirpart contains
10647 wildcard characters.
10648
10649 1999-01-28 Richard Stallman <rms@gnu.org>
10650
10651 * font-lock.el (font-lock-default-unfontify-region):
10652 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10653
10654 1999-01-27 Jason Rumney <jasonr@altavista.net>
10655
10656 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10657 from FAMILY field.
10658 (w32-create-initial-fontsets): Do not use before-init-hook.
10659 (mouse-set-font): Document. Automatically create and use fontsets.
10660
10661 * dos-w32.el (direct-print-region-helper): Check for printer
10662 being t as well as a string.
10663
10664 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10665
10666 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10667 (rmail-mime-charset-pattern): New variable.
10668 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10669 rmail-decode-mime-charset is non-nil.
10670
10671 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10672
10673 * international/characters.el: Set category `q' for all characters
10674 in tibetan and tibetan-1-column.
10675
10676 1999-01-27 Andrew Innes <andrewi@gnu.org>
10677
10678 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10679 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10680
10681 1999-01-27 Dave Love <fx@gnu.org>
10682
10683 * international/mule-cmds.el (current-language-environment):
10684 Provide :link, :type (choices) and appropriate :get.
10685
10686 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10687
10688 * startup.el (command-line): Set default eol-mnemonic-* strings to
10689 display end-of-line format in mode line.
10690
10691 * cus-start.el (all): Add eol-mnemonic-* variables.
10692
10693 1999-01-26 Dave Love <fx@gnu.org>
10694
10695 * startup.el (command-line-1): Up-date copyright.
10696
10697 * paths.el (Info-default-directory-list): Use configdir twice.
10698
10699 * info.el (Info-directory-list): Don't set path-separator now
10700 we're not shipped with Texinfo. Simplify path definition.
10701 Substitute all occurrences of instdir in Info-default-directory-list.
10702
10703 1999-01-25 Richard Stallman <rms@gnu.org>
10704
10705 * startup.el (normal-top-level-add-subdirs-to-load-path):
10706 Record the inode numbers of the dirs processed, to avoid loop.
10707
10708 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10709
10710 1999-01-25 Dave Love <fx@gnu.org>
10711
10712 * browse-url.el (browse-url-netscape-program): Doc addition.
10713
10714 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10715 prefix.
10716
10717 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10718 auto-mode-alist.
10719
10720 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10721
10722 * calendar/diary-lib.el (mark-diary-entries): Use
10723 assoc-ignore-case and do not capitalize when matching month and
10724 day names.
10725
10726 * calendar/calendar.el (calendar-read-date): Ditto.
10727
10728 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10729 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10730
10731 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10732
10733 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10734
10735 * calendar/cal-islam.el (calendar-goto-islamic-date)
10736 (mark-islamic-diary-entries): Ditto.
10737
10738 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10739
10740 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10741 (calendar-read-mayan-tzolkin-date): Ditto.
10742
10743 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10744
10745 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10746
10747 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10748
10749 1999-01-25 Karl Heuer <kwzh@gnu.org>
10750
10751 * faces.el (list-faces-display): Multiline case of previous fix.
10752
10753 1999-01-25 Andreas Schwab <schwab@gnu.org>
10754
10755 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10756
10757 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10758
10759 * files.el (find-file): If find-file-noselect returns a list,
10760 do switch-to-buffer on each element.
10761 (find-file-other-window): Likewise for all but the first element.
10762 (find-file-other-frame): Same.
10763 (find-file-noselect): When we expand a wildcard, return a list
10764 of buffers.
10765
10766 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10767
10768 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10769 to set the appropriate cpNNN-dos coding system as the
10770 highest-priority coding system.
10771
10772 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10773
10774 * international/fontset.el (generate-fontset-menu): Return a
10775 sorted list by plain names of fontsets.
10776
10777 * international/mule-diag.el (list-fontsets): Sort fontsets by
10778 plain names.
10779
10780 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10781 FIRST is a composite character, decompose it at first.
10782
10783 1999-01-23 Dave Love <fx@gnu.org>
10784
10785 * format.el: Doc fixes.
10786 (format-encode-run-method): Have things happen in the right buffer.
10787 Deal with errors from method. Set coding-system-for-write.
10788 (format-decode-run-method): Have things happen in the right buffer.
10789 Deal with errors from method. Set coding-system-for-read.
10790 (format-alist): Use nil instead of unmatchable regexps.
10791
10792 * simple.el (shell-command-on-region): Return command's exit status.
10793
10794 1999-01-23 Eric Ludlam <zappo@gnu.org>
10795
10796 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10797 of the file whose info we want to display.
10798 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10799 (speedbar-add-mode-functions-list) Improve doc.
10800 (speedbar-line-token) New function.
10801 (speedbar-dired) Fix order of directories in -shown-directories.
10802 (speedbar-line-path): Default return is default-directory
10803 (speedbar-buffers-line-path): Return is dir name only.
10804 (speedbar-mode-functions-list): New variable.
10805 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10806 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10807 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10808 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10809 New functions.
10810 (speedbar-line-file): Broke out part that fetches file from a line.
10811 (speedbar-line-text): New function extracted from speedbar-line-file.
10812 (speedbar-line-path): Converted into a replaceable function.
10813 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10814
10815 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10816
10817 * international/fontset.el (create-fontset-from-x-resource): Make
10818 style variants.
10819
10820 1999-01-22 Dave Love <fx@gnu.org>
10821
10822 * paths.el (Info-default-directory-list): Put sysdir after start.
10823
10824 1999-01-22 Sam Steingold <sds@goems.com>
10825
10826 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10827 a process associated with it.
10828
10829 1999-01-22 Jason Rumney <jasonr@altavista.net>
10830
10831 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10832
10833 1999-01-22 Felix Lee <flee@cygnus.com>
10834
10835 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10836 major-mode.
10837 (vc-annotate-mode): Delete variable.
10838
10839 1999-01-22 Andrew Innes <andrewi@gnu.org>
10840
10841 * startup.el (command-line): [windows-nt]: Check for existence of
10842 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10843 in preference to _emacs.
10844
10845 1999-01-22 Dave Love <fx@gnu.org>
10846
10847 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10848
10849 1999-01-20 Richard Stallman <rms@gnu.org>
10850
10851 * files.el (find-file-noselect): Do wildcard processing only
10852 if new arg WILDCARDS is non-nil.
10853 (find-file, find-file-other-window): New arg WILDCARDS.
10854 Default it to non-nil if interactive.
10855 (find-file-other-frame): Likewise.
10856 (find-file-read-only): Likewise.
10857 (find-file-read-only-other-window): Likewise.
10858 (find-file-read-only-other-frame): Likewise.
10859
10860 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10861 (widget-plist-convert-option): Delete spurious comma.
10862
10863 1999-01-19 Jason Rumney <jasonr@altavista.net>
10864
10865 * term/w32-win.el (w32-standard-fontspec-spec): Change
10866 iso8859-5 to koi8-r. Add iso8859-9.
10867
10868 1999-01-19 Dave Love <fx@gnu.org>
10869
10870 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10871 its uses.
10872
10873 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10874 is active.
10875 (fortran-indent-subprogram): Likewise.
10876
10877 1999-01-19 Dave Love <d.love@dl.ac.uk>
10878
10879 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10880
10881 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10882
10883 * wid-edit.el (alist): Use sexp as default key-type.
10884
10885 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10886
10887 * textmodes/tex-mode.el (tex-define-common-keys):
10888 Remove key binding of tex-feed-input.
10889 (tex-mode-map): Bind tex-feed-input here.
10890 (tex-start-shell): Use compilation-shell-minor-mode. Set
10891 comint-input-filter-functions before running tex-shell-hook.
10892 (tex-start-tex): Forget compilation errors.
10893 (tex-compilation-parse-errors): Rewritten to work also with
10894 compile-mouse-goto-error and compile-goto-error. Adjusted to
10895 change in tex-region.
10896 (tex-region): For the temp file use file-name without directory.
10897 (tex-file): Expand file name of tex-print-file.
10898
10899 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10900
10901 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10902
10903 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10904
10905 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10906 beginning could cause Emacs to hang. Fixed.
10907
10908 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10909
10910 * international/ccl.el (ccl-compile-translate-character): Handle
10911 the case that a tranlation table is CCL register correctly.
10912
10913 * international/mule-cmds.el (select-safe-coding-system):
10914 Hightlight at most 256 characters.
10915
10916 1999-01-18 Dave Love <fx@gnu.org>
10917
10918 * startup.el (command-line): If the init file changes operation to
10919 unibyte, make all buffers unibyte and re-set language environment.
10920
10921 * disp-table.el (standard-display-european): Make all existing
10922 buffers unibyte. Fix doc.
10923
10924 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10925
10926 * wid-edit.el (coding-system): Define this unconditionally.
10927
10928 * simple.el (shell-command-on-region-default-error-buffer): New var.
10929 (shell-command-on-region): Use that variable as interactive
10930 value of ERROR-BUFFER argument.
10931
10932 1999-01-17 Sam Steingold <sds@goems.com>
10933
10934 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10935
10936 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10937
10938 * progmodes/compile.el (compilation-goto-locus): If already in the
10939 compilation buffer's window, keep it in that window.
10940 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10941 (compile-goto-error): Don't play with windows.
10942
10943 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10944 (tex-command): Doc fix.
10945 (tex-compilation-parse-errors): Doc fix.
10946 (tex-generate-zap-file-name): Don't start the name with -.
10947 (tex-expand-files): Works now also with strings ending with ":".
10948
10949 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10950
10951 Patch failed to install:
10952 * gametree.el: Document scoring functionality.
10953 (gametree-score-regexp): Add optional plus sign.
10954 (gametree-score-opener): Replace `:' with `=' as the former
10955 conflicts with gametree-half-ply-regexp.
10956 (gametree-transpose-following-leaves): Add.
10957 (gametree-insert-new-leaf): Make modifying commands barf in read
10958 only buffers.
10959 (gametree-break-line-here): Add a call to
10960 `gametree-transpose-following-leaves'. This maintains the
10961 necessary invariant that on each level all leaf children precede
10962 all nonleaf children. This has always been implied, but left to
10963 the user, and, unfortunately, undocumented.
10964
10965 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10966
10967 * wid-edit.el (plist, alist): New widget types.
10968
10969 1999-01-17 Dave Love <fx@gnu.org>
10970
10971 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10972 fix scope of condition-case therein.
10973
10974 1999-01-17 Andrew Innes <andrewi@gnu.org>
10975
10976 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10977 default-buffer-file-coding-system when file doesn't exist (and
10978 isn't covered by a special case) instead of forcing undecided-dos
10979 against the user's wishes.
10980
10981 * dos-w32.el (direct-print-region-helper): New function based on
10982 direct-print-region-function; sends data to specified printer port
10983 without further translation. Recognize and handle specially the
10984 standard `print' and `nprint' programs, as well as `lpr' and
10985 similar programs. Only write directly to the printer port if no
10986 print program is specified. Work around a bug in Windows 9x
10987 affecting Win32 version of Emacs by invoking command.com to write
10988 to the printer port instead of writing directly.
10989 (direct-print-region-function): Use direct-print-region-helper to
10990 do most of the work.
10991 (direct-ps-print-region-function): New function; analogue of
10992 direct-print-region-function for ps-print.
10993 (ps-lpr-command): Comment out setq; leave as example usage.
10994 (ps-lpr-switches): Ditto.
10995
10996 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10997 and MS-Windows.
10998 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10999 DOS and Windows platforms, to indicate direct printing. Update
11000 the docstring accordingly.
11001
11002 * ps-print.el: (ps-printer-name): Update docstring about usage on
11003 MS-DOS and MS-Windows.
11004 (ps-lpr-command): Update docstring as for lpr-command.
11005 (ps-print-region-function): New variable.
11006 (ps-do-despool): Use it.
11007 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
11008 DOS/Windows.
11009
11010 * subr.el (subst-char-in-string): New function.
11011
11012 1999-01-17 Eli Zaretskii <eliz@gnu.org>
11013
11014 * international/codepage.el (cp852-decode-table): Fill a nil entry.
11015
11016 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
11017 (bdf-find-font-info): New function, looks for the first readable
11018 file from a list of alternatives.
11019 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
11020 instead of bdf-get-font-info.
11021 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
11022 to ps-mule-generate-bitmap-glyph.
11023
11024 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
11025 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
11026 now be a list of alternative names.
11027 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
11028 (ps-mule-prepare-font): Likewise.
11029
11030 * international/codepage.el (cp855-decode-table,
11031 cp850-decode-table): Fill some nil entries.
11032
11033 1999-01-16 Dave Love <fx@gnu.org>
11034
11035 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
11036 last change.
11037
11038 1999-01-15 Dave Love <fx@gnu.org>
11039
11040 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
11041 and change regexp for command names.
11042 (help-xref-go-back, function-called-at-point, symbol-file)
11043 (where-is): Doc fixes.
11044 (help-xref-go-back): Remove interactive spec.
11045 (describe-function-1): Fix message for alias. Buttomize alias
11046 name.
11047
11048 * simple.el (join-line): New alias.
11049
11050 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
11051
11052 * forms.el: (forms--show-record): Convert integers to string
11053 expicitly since concat will no longer accept integers.
11054 (forms-print): Use local `total-nb-records' since
11055 `forms--total-records' will be inaccessible after buffer switching.
11056
11057 1998-01-14 Felix Lee <flee@cygnus.com>
11058
11059 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
11060
11061 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11062
11063 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
11064
11065 1999-01-14 Eli Zaretskii <eliz@gnu.org>
11066
11067 * international/codepage.el (cp850-decode-table): Fix previous change.
11068
11069 1999-01-14 Simon Marshall <simon@gnu.org>
11070
11071 * shell.el (shell-dirtrack-verbose): New custom variable.
11072 (shell-dirstack-message): Use it.
11073
11074 1999-01-14 Kenichi Handa <handa@etl.go.jp>
11075
11076 * international/mule-conf.el: Coding system alias `dos' for
11077 `undecided-dos', `mac' for `undecided-mac'.
11078
11079 * international/mule-cmds.el (describe-language-environment):
11080 Don't alter input-method-alist.
11081
11082 1999-01-13 Eli Zaretskii <eliz@gnu.org>
11083
11084 * international/codepage.el (cp850-decode-table): Replace nil
11085 entries with codes of similary looking glyphs. (Suggested by
11086 Jason Rumney <jasonr@altavista.net>.)
11087
11088 1999-01-13 Dave Love <fx@gnu.org>
11089
11090 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
11091
11092 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
11093
11094 1999-01-12 Karl Heuer <kwzh@gnu.org>
11095
11096 * files.el (auto-save-hook): Defvar this.
11097
11098 1999-01-12 Alex Schroeder <asc@bsiag.com>
11099
11100 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
11101 faces, eliminating the need to load font-lock before loading sql.
11102 (sql-mode-oracle-font-lock-keywords): Likewise.
11103 (sql-mode-postgres-font-lock-keywords): Likewise.
11104
11105 1999-01-11 Dave Love <fx@gnu.org>
11106
11107 * cus-start.el: Add inhibit-eol-conversion.
11108
11109 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
11110 the values round.
11111
11112 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
11113
11114 * help.el (help-mode-finish): Renamed from help-mode-maybe.
11115 Don't switch to Help mode here.
11116 (temp-buffer-setup-hook): Use help-mode-finish.
11117 (help-mode-setup): New function.
11118 (temp-buffer-setup-hook): Use help-mode-setup.
11119
11120 * progmodes/sql.el: New file.
11121
11122 * files.el (auto-mode-alist): Add sql-mode.
11123
11124 * faces.el (list-faces-display): Improve the formatting
11125 by computing the maximum length required for any face-name.
11126
11127 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11128
11129 * progmodes/compile.el (compilation-shell-minor-mode): New function.
11130
11131 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
11132
11133 * term.el (term_send_home): Change the string to
11134 be the same as the one emitted by xterm and consistent with the
11135 ones emitted by prior and next.
11136 (term_send_end): Likewise.
11137
11138 1999-01-10 Dave Love <fx@gnu.org>
11139
11140 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
11141 bindings.
11142
11143 1999-01-10 Eli Zaretskii <eliz@gnu.org>
11144
11145 * international/codepage.el (codepage-setup): Doc fix.
11146 (cp-decoding-vector-for-codepage): Likewise.
11147
11148 1999-01-10 Markus Rost <rost@gnu.org>
11149
11150 * cus-edit.el (custom-save-delete): First scan the custom-file.
11151
11152 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11153
11154 * international/iso-transl.el: Define a "function name" for
11155 each translation that isn't ASCII. Use these function names
11156 in iso-transl-char-map.
11157
11158 1999-01-08 Kenichi Handa <handa@etl.go.jp>
11159
11160 * international/mule-util.el (decompose-region): Do decomposition
11161 on temporary unibyte buffer.
11162
11163 * international/mule.el (make-char): Doc-string modified.
11164
11165 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11166
11167 * simple.el (comment-region): Delete spaces only if we
11168 deleted a comment starter.
11169
11170 1999-01-07 Dave Love <fx@gnu.org>
11171
11172 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11173
11174 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
11175 like eval-defun does.
11176
11177 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
11178
11179 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
11180 constructions. Doc fixes.
11181 (generic-create-generic-function): Use defalias, not fset.
11182
11183 * find-func.el: More doc fixes.
11184
11185 1999-01-06 Stephen Eglen <stephen@gnu.org>
11186
11187 * files.el (save-buffers-kill-emacs): Show the list of current
11188 processes before prompting to kill them and exit.
11189
11190 1999-01-06 Dave Love <fx@gnu.org>
11191
11192 * emacs-lisp/find-func.el: Doc fixes.
11193 (find-function-regexp): Extend for define-generic-mode,
11194 define-derived-mode, easy-mmode-define-minor-mode.
11195
11196 1999-01-06 Dave Love <fx@gnu.org>
11197
11198 * progmodes/fortran.el (fortran-window-create): Account for scroll
11199 bar width.
11200
11201 * browse-url.el: Require (noerror) w3-auto when compiling.
11202 (browse-url-maybe-new-window): Make it a macro and revert last
11203 change to callers.
11204 (browse-url-w3): Require w3 for w3-fetch-other-window.
11205
11206 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11207
11208 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
11209 argument.
11210
11211 1999-01-06 Simon Marshall <simon@gnu.org>
11212
11213 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
11214
11215 * font-lock.el (font-lock-default-fontify-buffer): When using
11216 with-temp-message, use nil rather than current-message.
11217
11218 * lazy-lock.el (lazy-lock-unstall):
11219 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
11220 rather than current-message.
11221
11222 * fast-lock.el (fast-lock-save-cache-1):
11223 (fast-lock-cache-data): When using with-temp-message, use nil rather
11224 than current-message.
11225
11226 1999-01-06 Eli Zaretskii <eliz@gnu.org>
11227
11228 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11229 the valid-codes property.
11230
11231 * international/mule-cmds.el (prefer-coding-system): Call
11232 set-coding-priority, so that the internal array of priorities is
11233 also updated.
11234
11235 * international/mule-util.el:
11236 (coding-system-change-eol-conversion,
11237 coding-system-change-text-conversion): Don't define here.
11238
11239 * international/mule-cmds.el: Define them here. Remove the
11240 autoload cookies.
11241
11242 1999-01-06 Andreas Schwab <schwab@gnu.org>
11243
11244 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
11245 if it was enabled before.
11246
11247 * view.el (View-revert-buffer-scroll-page-forward): Bind
11248 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
11249
11250 * files.el (recover-session): Preserve point when inserting
11251 explanation.
11252
11253 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
11254
11255 * cus-edit.el (custom-save-delete): Don't delete whitespace
11256 and comments before the sexp that is replaced.
11257
11258 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11259
11260 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
11261
11262 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
11263
11264 * vc.el (vc-dired-hook): Use the original value of
11265 dired-move-to-filename-regexp on lines that have not been
11266 reformatted yet.
11267 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
11268 file lines have already been reformatted.
11269
11270 1999-01-05 Dave Love <fx@gnu.org>
11271
11272 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
11273 buffer-local.
11274
11275 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
11276
11277 * progmodes/f90.el: Change of regular expressions for type to
11278 correct highlighting and identation. Some small fixes for
11279 compatibility with XEmacs.
11280
11281 1999-01-05 Stephen Eglen <stephen@gnu.org>
11282
11283 * mspools.el (mspools-vm-system-mail): Provide an alternative
11284 value based on rmail-spool-directory if $MAIL is not defined.
11285
11286 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
11287
11288 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
11289 (reftex-section-info): Handle negative section levels.
11290 (reftex-view-crossref-extra): New option.
11291 (reftex-view-crossref): Generalized to work in more places.
11292 (reftex-find-citation-regexp-format, reftex-find-reference-format,
11293 reftex-macros-with-labels, reftex-global-search-marker): New variables.
11294 (reftex-view-cite-locations-from-bibtex): New command.
11295 (reftex-view-regexp-match, reftex-global-search,
11296 reftex-global-search-continue): New functions.
11297 (reftex-extract-bib-entries): No error for non-existing BibTeX
11298 file, just a message.
11299 (reftex-extract-bib-entries): Better error handling.
11300 (reftex-select-with-char): Use `*RefTeX Select*' for selection
11301 help and force it on current frame.
11302 (reftex-default-bibliography): New function.
11303 (reftex-access-parse-file): Check consistency after loading a
11304 parse file. When inconsistent, enfore rescan.
11305 (reftex-check-parse-consistency): New function.
11306 (easy-menu-define): Options section drastically shortened.
11307
11308 1999-01-05 Kenichi Handa <handa@etl.go.jp>
11309
11310 * language/thai-util.el (thai-compose-string): New function.
11311
11312 1999-01-04 Inge Frick <inge@nada.kth.se>
11313
11314 * easymenu.el (easy-menu-define): Doc fix.
11315 (easy-menu-create-menu): New keyword :included.
11316 (easy-menu-do-add-item): New keyword :included. SUFFIX may
11317 be an expression, not only a string. Simulate style `button'.
11318 Use easy-menu-define-key-intern instead of easy-menu-define-key.
11319 (easy-menu-define-key-intern): New function.
11320 (easy-menu-add-item): Understand value returned from
11321 easy-menu-item-present-p and easy-menu-remove-item.
11322 (easy-menu-return-item): New function.
11323 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
11324
11325 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
11326
11327 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11328 Use rmail-output-read-rmail-file-name to read the file name.
11329 Always call rmail-output-to-rmail-file noninteractively.
11330 When count > 1, do the loop here.
11331 Handle rmail-delete-after-output here.
11332 (rmail-summary-output): Similar changes.
11333
11334 * mail/rmailout.el: Provide `rmailout'.
11335 (rmail-output-read-rmail-file-name): New function.
11336 (rmail-output-to-rmail-file): Use that.
11337 (rmail-output-read-file-name): New function.
11338 (rmail-output): Use that.
11339
11340 * files.el (find-file-noselect): Let /: suppress wildcard matching.
11341 Error if wildcard matches no files.
11342
11343 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
11344
11345 * menu-bar.el (clipboard-yank): Doc fix.
11346
11347 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
11348
11349 1998-12-31 Markus Rost <rost@delysid.gnu.org>
11350
11351 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
11352
11353 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
11354
11355 * rmail.el (rmail-encode-string): Make sure mask value is
11356 positive; (emacs-pid) returns a negative number on Windows 9x
11357 which causes odd behaviour.
11358
11359 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
11360
11361 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
11362 and about w32-* variables unless on Windows/NT.
11363
11364 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
11365
11366 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
11367 if buffer is modified; ask about all modified buffers.
11368
11369 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11370
11371 * simple.el (what-cursor-position): Fix previous change.
11372
11373 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
11374
11375 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
11376 from paragraph-start.
11377
11378 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
11379
11380 * international/mule-cmds.el (prefer-coding-system): If the
11381 argument requires specific EOL conversion type, make the default
11382 coding systems use that.
11383
11384 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
11385
11386 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11387 Use shell-command-on-region.
11388 (m4-start-m4, m4-end-m4): Functions deleted.
11389
11390 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
11391
11392 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11393
11394 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11395
11396 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11397 to compose-mail in the correct places and as a list.
11398
11399 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
11400
11401 * page-ext.el: Added mouse-selection feature for pages directory buffer.
11402 (pages-directory-map): Bind mouse-2
11403 (pages-copy-header-and-position): Put text property.
11404 (pages-directory-goto-with-mouse): New function.
11405
11406 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
11407
11408 * international/codepage.el (cp-make-coding-systems-for-codepage):
11409 Doc fix.
11410 (cp-coding-system-for-codepage-1): Likewise.
11411
11412 1998-12-29 Kenichi Handa <handa@etl.go.jp>
11413
11414 * language/thai-util.el (thai-post-read-conversion): Handle Thai
11415 composition sequence correctly here instead of calling
11416 thai-compose-region.
11417
11418 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11419 newline in multibyte buffer, if previous or next character is a
11420 composite char, check the first component of the composite char.
11421
11422 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
11423
11424 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11425 and track-mouse.
11426
11427 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11428
11429 * mail/sendmail.el (mail-yank-original): Remove text properties
11430 after insertion.
11431 (mail-yank-region): Barf if no mark is set in the message
11432 being replied to.
11433
11434 * help.el (function-called-at-point): First look for function at point.
11435
11436 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11437
11438 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11439
11440 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11441
11442 * simple.el (what-cursor-position): Print character encoding also.
11443
11444 1998-12-26 Dave Love <fx@gnu.org>
11445
11446 * textmodes/flyspell.el: If local-maps work, don't put
11447 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11448 in flyspell-mouse-map (only).
11449 (flyspell-use-local-map): New variable.
11450 Use a different mouse-2 binding in that case,
11451 and don't add to minor-mode-map-alist.
11452 (make-flyspell-overlay, flyspell-correct-word):
11453 Test flyspell-use-local-map.
11454
11455 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11456
11457 * files.el (file-expand-wildcards): Handle wildcards in directory name.
11458 Be careful about whether to return a relative file name,
11459 and if so, relative to what directory.
11460
11461 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11462
11463 * emacs-lisp/easymenu.el (easy-menu-get-map):
11464 Change global map only if this menu exists in the global map already,
11465 and not in the local map.
11466 (easy-menu-do-add-item): Fix error message.
11467
11468 * foldout.el (foldout-inhibit-key-bindings):
11469 Avoid concatenating onto outline-minor-mode-prefix.
11470 Make a new keymap for that prefix, if it does not already have one.
11471
11472 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
11473
11474 * cperl-mode.el:
11475 Can use linear algorithm for indentation if Emacs supports it.
11476 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
11477 (cperl-after-block-p): Likewise.
11478 (cperl-after-block-and-statement-beg): Likewise.
11479 (cperl-after-block-p): After END/BEGIN we are a block.
11480 (cperl-after-expr-p): Skip labels when checking
11481 (cperl-indent-region): Make a marker for END - text added/removed.
11482 Disable hooks during the call (how to call them later?).
11483 Now indents 820-line-long function in 6.5 sec (including
11484 syntaxification) the first time (when buffer has few
11485 properties), 7.1 sec the second time.
11486 (cperl-indent-region): Do not indent whitespace lines
11487 (cperl-style-alist)
11488 Include `cperl-merge-trailing-else' where the value is clear.
11489 (cperl-styles-entries): Likewise.
11490 (cperl-problems): Improvements to docs.
11491 (cperl-tips): Likewise.
11492 (cperl-non-problems): Likewise.
11493 (cperl-mode): Make lazy syntaxification possible.
11494 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11495 `font-lock-unfontify-region-function' was set to a wrong function.
11496
11497 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11498 restart syntaxification. Changed so that -d ?foo? is a RE. Do
11499 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11500 but 1<<6 was considered as HERE-doc.
11501 <file/glob> made into a string.
11502 Postpone addition of faces after syntactic step.
11503 Recognition of <FH> was wrong.
11504 Highlight `gem' in s///gem as a keyword. `qr' recognized.
11505 Knows that split// is null-RE.
11506 Highlights separators in 3-parts expressions as labels.
11507 <> was considered as a glob.
11508 Would err if the last line is `=head1'.
11509 $a-1 ? foo : bar; was a considered a regexp.
11510 `<< (' was considered a start of HERE-doc.
11511 mark qq[]-etc sections as syntax-type=string
11512 Was not processing sub protos after a comment ine.
11513 Was treating $a++ <= 5 as a glob.
11514 Tolerate unfinished REx at end-of-buffer.
11515 `unwind-protect' was left commented.
11516 / and ? after : start a REx.
11517
11518 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11519 Better default, customizes to `message' too, off in text-mode.
11520
11521 (cperl-array-face): Renamed from `font-lock-emphasized-face',
11522 `defface'd.
11523 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11524 `defface'd.
11525 (cperl-emacs-can-parse): New state variable.
11526 (cperl-indent-line): Corrected to use global state.
11527 (cperl-calculate-indent): Likewise.
11528 (cperl-fix-line-spacing): Likewise (not used yet).
11529 (cperl-calculate-indent): Did not consider `,' as
11530 continuation mark for statements.
11531 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11532 Remove another parse-data optimization at toplevel: would
11533 indent correctly.
11534 Correct for labels when calculating indentation of continuations.
11535 Docstring updated.
11536 (cperl-choose-color): Converted to a function (to be
11537 compilable in text-mode).
11538 (cperl-dark-background): Disable without window-system.
11539 Do `defface' only if window-system.
11540 (cperl-fix-line-spacing): Sped up to bail out early.
11541 (x-color-defined-p): Was not compiling on XEmacs
11542 Was defmacro'ed with a tick. Remove another def.
11543 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11544 (cperl-unwind-to-safe): New function.
11545 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11546 (cperl-fontify-syntaxically): Unwinds start and end to go out of
11547 long strings (not very successful).
11548 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
11549 Highlight the starting // in s//foo/ as function-name.
11550 Emit a meaningful error instead of a cryptic one for an
11551 uncomplete REx near end-of-buffer.
11552
11553 (cperl-electric-keyword): `qr' recognized.
11554 (cperl-electric-else): Likewise
11555 (cperl-to-comment-or-eol): Likewise
11556 (cperl-make-regexp-x): Likewise
11557 (cperl-init-faces): Likewise, and `lock' (as overridable?).
11558 Corrected to use new macros;
11559 `if' for copying `reference-face' to `constant-face' was backward.
11560 remove init `font-lock-other-emphasized-face',
11561 `font-lock-emphasized-face', `font-lock-keyword-face'.
11562 Interpolate `cperl-invalid-face'.
11563 (cperl-make-regexp-x): Misprint in a message.
11564 (cperl-syntaxify-unwind): New configuration variable
11565 (cperl-fontify-m-as-s): New configuration variable
11566 (cperl-electric-pod): Check for after-expr was performed
11567 inside of POD too.
11568 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11569 (cperl-clobber-mode-lists): New configuration variable.
11570 (cperl-not-bad-style-regexp): Updated.
11571 Init: `cperl-is-face' was busted.
11572 (cperl-make-face): New macros.
11573 (cperl-force-face): New macros.
11574 (font-lock-other-type-face): Done via `defface' too.
11575 (cperl-nonoverridable-face): New face. Renamed from
11576 `font-lock-other-type-face'.
11577 (cperl-init-faces-weak): Use `cperl-force-face'.
11578 (cperl-comment-indent): Commenting __END__ was not working.
11579 (cperl-indent-for-comment): Likewise.
11580 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
11581 When removing old TAGS info was not relativizing filename.
11582 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11583 Another try to work around XEmacs problems. Better progress messages.
11584 (toplevel): Require custom unprotected => failure on 19.28.
11585 (cperl-xemacs-p): Defined when compile too
11586 (cperl-find-tags): Was writing line/pos in a wrong order,
11587 pos off by 1 and not at beg-of-line.
11588 (cperl-etags-snarf-tag): New macro
11589 (cperl-etags-goto-tag-location): New macro
11590 (cperl-version): New variable. New menu entry
11591 random docstrings: References to "future" 20.3 removed.
11592 Menu was described as `CPerl' instead of `Perl'
11593 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11594 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11595 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
11596 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11597 `font-lock-reference-face', `font-lock-keyword-face'.
11598 Use `eval-after-load'.
11599 Remove not-CPerl-related faces.
11600 (cperl-tips-faces): New variable and an entry into Mini-docs.
11601 (cperl-indent-exp): Was not processing else-blocks.
11602 (cperl-get-state): NOP line removed.
11603 (cperl-ps-print): New function and menu entry.
11604 (cperl-ps-print-face-properties): New configuration variable.
11605 (cperl-invalid-face): New configuration variable.
11606 (perl-font-lock-keywords): Highlight trailing whitespace
11607 (cperl-contract-levels): Documentation corrected.
11608 (cperl-contract-level): Likewise.
11609 (cperl-ps-extend-face-list): New macro.
11610 (cperl-invalid-face): Change to ''underline.
11611
11612 1998-12-25 Markus Rost <rost@delysid.gnu.org>
11613
11614 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11615 for read-file-name.
11616 (rmail-output-to-rmail-file): Likewise.
11617
11618 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11619
11620 * emacs-lisp/easymenu.el (easy-menu-get-map):
11621 If MENU is nil, use global menu-bar map.
11622 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11623 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11624
11625 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11626
11627 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11628
11629 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11630
11631 * ps-print.el (ps-print-version): New version number (4.1.3).
11632
11633 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11634
11635 * international/mule-cmds.el: Use make-sparse-keymap instead of
11636 define-prefix-key when defining MULE menu items.
11637
11638 * info.el (Info-node-at-bob-matching): New function.
11639 (Info-find-node, Info-build-node-completions): Call it.
11640
11641 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11642
11643 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11644 when this is an autoloaded keymap.
11645
11646 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11647
11648 * international/codepage.el (cp-coding-system-for-codepage-1):
11649 Create separate encoders and decoders, for DOS and Unix. Make the
11650 usual family of 3 coding systems, so that automatic detection of
11651 EOL type works.
11652 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11653 Unix-specific symbols here, and don't call
11654 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11655 Handa <handa@etl.go.jp>.)
11656
11657 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11658
11659 * term/internal.el (IT-character-translations): New variable, an
11660 alist used to display characters for which there's no glyphs in
11661 the current codepage.
11662 (IT-display-table-setup): New function, sets up the DOS terminal
11663 for a given codepage.
11664 (dos-codepage-setup): New function, sets up the MULE environment
11665 for the current value of dos-codepage.
11666 (top-level if): In the multibyte mode, turn on
11667 unibyte-display-via-language-environment. In the unibyte mode,
11668 set up the special syntax tables to map lower- to upper case and
11669 back.
11670
11671 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11672
11673 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11674 (speedbar-frame-plist) Remove useless comments.
11675 (speedbar-frame-mode) Do not specify height if it is in the param list.
11676 Use default y position w/out changing it.
11677 If default x position is a list, keep, calculate the non-list X
11678 value when devining an initial position.
11679 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11680 (speedbar-tag-group-name-minimum-length): New variable.
11681 (speedbar-frame-parameter): New compatibility function.
11682 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11683 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11684 groups to keep things in the right order, and to help with some
11685 naming conventions.
11686 (speedbar-create-tag-hierarchy): Enable buffer local version of
11687 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11688 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11689 the case, derive it from the cursor location in speedbar.
11690
11691 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11692
11693 * international/mule-cmds.el (set-language-environment): On MS-DOS
11694 terminals, install DOS-specific nonascii-translation-table if the
11695 language info doesn't specify one. Pass the default eol-type to
11696 set-language-environment-coding-systems.
11697 (set-default-coding-systems): Copy the eol-type property for the
11698 new default values of {buffer-file,process}-coding-system from the
11699 old defaults.
11700 (set-language-environment-coding-systems): Accept an optional
11701 argument EOL-TYPE, and set the eol-type property of the default
11702 coding systems accordingly.
11703 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11704 (set-keyboard-coding-system): Likewise.
11705 (set-default-coding-systems): Don't set
11706 default-terminal-coding-system on MS-DOS to anything but nil.
11707 (prefer-coding-system): Describe in the doc string that
11708 default-terminal-coding-system is not changed on MS-DOS.
11709 (set-language-environment): For MS-DOS, set standard syntax table
11710 and display table for all characters with code above 127.
11711 (standard-display-european-internal): For MS-DOS, pass all
11712 characters with code above 127 directly to the terminal, and don't
11713 remap characters 160 and 146 in the unibyte case.
11714
11715 * international/codepage.el: New file.
11716
11717 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11718
11719 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11720 comments.
11721
11722 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11723
11724 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11725
11726 * subr.el (read-passwd): Likewise.
11727
11728 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11729
11730 * info.el (Info-find-node): Add 1 to the position read from the
11731 tag table. Don't fail if the node delimiter ^_ is the first
11732 character in the file.
11733 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11734 first character in the file.
11735 (Info-read-subfile): Likewise.
11736 (Info-select-node): Likewise.
11737 (Info-build-node-completions): Likewise.
11738
11739 1998-12-16 Richard Stallman <rms@gnu.org>
11740
11741 * term/x-win.el (x-cut-buffer-or-selection-value):
11742 If clipboard is enabled, try it before PRIMARY selection.
11743
11744 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11745
11746 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11747 insert c-cedilla and C-cedilla respectively, like in latin-1.
11748
11749 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11750
11751 * language/hebrew.el: Don't use sublists in the flags argument
11752 passed to make-coding-system.
11753
11754 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11755
11756 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11757 list of character sets found by find-charset-region.
11758
11759 * ps-mule.el: Always require ps-print. Move some function
11760 definitions for Emacs 20.2 and the earlier to ps-print.el.
11761 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11762
11763 * ps-print.el: Define several functions for Emacs 20.2 and the
11764 earlier version.
11765 (ps-printer-name): Check if printer-name is bound.
11766
11767 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11768
11769 * ps-mule.el: Programming uniformization and little code improvement.
11770 (ps-mule-prepare-font): Programming uniformization.
11771 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11772 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11773
11774 * ps-bdf.el: Programming uniformization and little code improvement.
11775 (bdf-search-and-read): New fun.
11776 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11777 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11778 (bdf-info-relative-compose, bdf-info-baseline-offset)
11779 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11780 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11781 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11782 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11783 improvement.
11784
11785 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11786
11787 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11788 and mule related code extraction. Autoload ps-mule funs.
11789
11790 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11791 (ps-mule-prologue-generated): New fun.
11792 (ps-mule-plot-string): Add autoload cookie.
11793 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11794
11795 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11796
11797 * ps-bdf.el: Require ps-mule instead of ps-print.
11798 (bdf-directory-list): Add autoload cookie.
11799
11800 * ps-mule.el: New file. Mule related code extracted from
11801 ps-print.el. Require ps-print, provide ps-mule.
11802 (ps-multibyte-buffer): Add autoload cookie.
11803 (ps-mule-prepare-ascii-font): New fun.
11804 (ps-mule-set-ascii-font): New fun.
11805 (ps-mule-skip-same-charset): Fun deleted.
11806 (ps-mule-plot-string): Set ps-mule-current-charset.
11807 (ps-mule-initialize): Add autload cookie. Don't set
11808 ps-mule-font-info-database here.
11809 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11810 ps-mule-font-info-database and ps-control-or-escape-regexp.
11811 (ps-mule-begin-page): New fun.
11812
11813 * ps-print.el: Mule related code moved to ps-mule.el.
11814 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11815 check ps-mule-charset-list.
11816 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11817 ps-mule-begin-page.
11818 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11819 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11820 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11821 instead skip same charsets by itself.
11822 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11823 non-nil. Call ps-mule-begin-job.
11824
11825 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11826
11827 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11828 instead of bdf.
11829
11830 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11831 (ps-mule-external-libraries): New element FEATURE.
11832 (ps-mule-init-external-library): Ajusted for the above change.
11833 (ps-mule-generate-font): Likewise.
11834 (ps-mule-generate-glyphs): Likewise.
11835 (ps-mule-prepare-font): Likewise.
11836 (ps-mule-initialize): Likewise.
11837 (ps-begin-file): Superfluous tailing parenthesis deleted.
11838
11839 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11840
11841 * international/fontset.el (x-decompose-font-name): If PATTERN
11842 doesn't have any wild cards, return a vector made from a name that
11843 is found by x-resolve-font-name found. Comments added.
11844
11845 * international/mule-cmds.el (find-coding-systems-for-charsets):
11846 Handle the case of unknown charset.
11847 (find-multibyte-characters): If invalid multibyte characters are
11848 found, return the corresponding strings instead of character
11849 codes.
11850 (find-multibyte-characters): Adjusted for the above change.
11851 (select-safe-coding-system): For a unibyte buffer, always returns
11852 DEFAULT-CODING-SYSTEM.
11853 (get-charset-property): Fix previous change. Make it a function.
11854 (put-charset-property): Make it a function.
11855
11856 * international/mule.el (make-coding-system): Set mime-charset
11857 property of *-with-esc coding system to nil.
11858
11859 * international/quail.el (quail-point-in-conversion-region): New
11860 function.
11861 (quail-conversion-backward-delete-char): When a key sequence is
11862 being translated, call quail-delete-last-char.
11863
11864 * language/devan-util.el
11865 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11866 handle devanagari-decomposition-rules.
11867
11868 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11869
11870 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11871 tex-start-options-string to empty string.
11872 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11873
11874 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11875
11876 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11877 5xx responses are already handled properly).
11878
11879 1998-12-13 Richard Stallman <rms@gnu.org>
11880
11881 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11882 on a non-digit in the file name.
11883
11884 * simple.el (comment-region): Handle comment-padding
11885 separately for insertion and for deletion, in the right way for each.
11886
11887 1998-12-13 Felix Lee <flee@cygnus.com>
11888
11889 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11890 regexp to match "ChangeLog:1:1998-12-09 ..."
11891
11892 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11893
11894 * cus-start.el (dos-unsupported-char-glyph): Add.
11895
11896 1998-12-11 Dave Love <fx@gnu.org>
11897
11898 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11899 forward-sexp in condition-case.
11900
11901 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11902 Remove unnecessary test on `library' for explicit file name.
11903 Widen scope of save-match-data.
11904
11905 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11906
11907 * international/mule.el (load-with-code-conversion): If the loaded
11908 file was inserted with no-conversion or raw-text coding system,
11909 make the buffer unibyte.
11910
11911 1998-12-09 Richard Stallman <rms@gnu.org>
11912
11913 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11914 Get rid of nested loops.
11915
11916 * mouse.el (mouse-drag-vertical-line):
11917 If WHICH-SIDE is not `right', then scroll bars are on the left.
11918
11919 * loadhist.el (load-history-loaded): defvar moved to help.el.
11920
11921 * help.el (symbol-file-load-history-loaded): Variable renamed,
11922 and defvar moved from loadhist.el.
11923 (symbol-file): Renamed from describe-function-find-file.
11924 Load fns-VERSION.el here.
11925 (describe-variable, describe-function-1): Use symbol-file.
11926
11927 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11928 Don't start the name with #.
11929
11930 * ispell.el: Take out the eval-when's.
11931
11932 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11933
11934 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11935 (dirtrack): Run it. Make debug message more verbose.
11936
11937 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11938
11939 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11940 name of the abbrev table, and provide support for XEmacs.
11941 (octave-xemacs-p): New variable.
11942
11943 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11944
11945 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11946 exit, when mail-interactive is nil.
11947
11948 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11949
11950 * files.el (after-find-file): Message fix.
11951
11952 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11953
11954 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11955
11956 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11957
11958 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11959 filenames using backslashes.
11960
11961 1998-12-09 Dave Love <fx@gnu.org>
11962
11963 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11964 with correct number of args.
11965 (browse-url-maybe-new-window): New arg. Callers changed.
11966
11967 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11968 comment.
11969
11970 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11971
11972 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11973
11974 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11975
11976 * vc.el (vc-rcs-release): Fix Type.
11977 (vc-sccs-release): Fix Type.
11978 (vc-cvs-release): Fix Type.
11979
11980 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11981 arg work right.
11982
11983 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11984 output of last undeleted message.
11985
11986 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11987
11988 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11989 (buffer-undo-list) [windows-nt]: Use different relative path.
11990
11991 1998-12-07 Simon Marshall <simon@gnu.org>
11992
11993 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11994
11995 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11996
11997 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11998
11999 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
12000
12001 1998-12-04 Markus Rost <rost@delysid.gnu.org>
12002
12003 * info.el (Info-menu): Don't return error if point is between menu
12004 header and first menu item.
12005
12006 1998-12-04 Dave Love <fx@gnu.org>
12007
12008 * help.el (describe-function-1): Fix description for alias.
12009
12010 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
12011
12012 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
12013 specifications from summary line.
12014
12015 * rect.el (delete-whitespace-rectangle): Mark for autoload.
12016 (close-rectangle): Define alias only once in loaddefs.el.
12017
12018 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
12019
12020 * term/internal.el: Remove code which sets up a special syntax
12021 table for non-ASCII characters.
12022
12023 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
12024
12025 * dos-w32.el (direct-print-region-function): Try to ensure that
12026 printer-name is expanded to a file name on a local drive;
12027 sometimes printing a file loaded from a network volume fails.
12028 (direct-print-region-function): Add a function to
12029 write-region-annotate-functions to append a formfeed character to
12030 the region being printed, if the region doesn't end with a
12031 formfeed already. This avoids creating a second print job
12032 containing a blank page when print spooling is enabled on Windows.
12033
12034 1998-12-02 Dave Love <fx@gnu.org>
12035
12036 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
12037 `Info-goto-node'.
12038
12039 1998-12-02 Richard Stallman <rms@gnu.org>
12040
12041 * help.el (temp-buffer-resize-mode): Doc fix.
12042
12043 * cus-edit.el (custom-save-delete): Save point before
12044 reading a sexp, rather than backing up.
12045
12046 * international/iso-transl.el: Fix previous change.
12047
12048 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
12049
12050 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
12051 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
12052 Added defvars to suppress compilation warnings.
12053
12054 1998-11-30 Ken Stevens <k.stevens@ieee.org>
12055
12056 * ispell.el: Improved and fixed customize for variables:
12057 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
12058 ispell-dictionary-alist, ispell-skip-sgml.
12059 Improved and fixed comments in variables and messages for
12060 functions: ispell-help-in-bufferp, ispell-local-dictionary,
12061 ispell-menu-map, ispell-checking-message, ispell-parser,
12062 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
12063 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
12064 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
12065 ispell-message-text-end, ispell-add-per-file-word-list.
12066 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
12067 system is now required for all languages. Casechars improved for
12068 castellano, castellano8, and norsk dictionaries. Dictionary
12069 norsk7-tex added. Dictionary polish added.
12070 (ispell-dictionary-alist): Redefined at load-time to support
12071 dictionary changes.
12072 (ispell-menu-map): Redefined at load-time to support menu changes.
12073 (ispell-check-version): New alias for `check-ispell-version'.
12074 (ispell-parse-output): Fixed matching for ispell error messages.
12075 Correctly returns spelling suggestions in order generated by ispell
12076 process.
12077 (check-ispell-version): Ensure `case-fold-search' doesn't get
12078 redefined.
12079 (ispell-complete-word): Ensure `case-fold-search' doesn't get
12080 redefined. Fix bug that didn't respect case of word being completed.
12081 (ispell-init-process): Set process coding system to be compatible
12082 with emacs processes and the ispell process.
12083 (ispell-kill-ispell): Ensures ispell process has terminated before
12084 starting new process. This can otherwise confuse process filters
12085 and hang the ispell process.
12086 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
12087 skipping support for sgml.
12088 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
12089 which could cause `ispell-complete-word' to hang.
12090 (ispell-message): Improved message reference matching. Ensure
12091 `case-fold-search' doesn't get redefined.
12092 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
12093 get redefined. Fixed bug in returning to nroff mode from tex mode.
12094 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
12095 get redefined.
12096
12097 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
12098
12099 * textmodes/flyspell.el (flyspell-check-word-p):
12100 Don't delay inside a kbd macro.
12101
12102 * subr.el (make-local-hook): Return the hook variable.
12103
12104 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12105
12106 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
12107 Use a timer instead of post-command-hook.
12108 (hscroll-timer): New variable.
12109
12110 1998-11-30 Dave Love <fx@gnu.org>
12111
12112 * help.el (help-xref-button): Do nothing if text already has the
12113 help-xref property.
12114 (describe-variable): Revert previous change to hyperlink to source.
12115
12116 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
12117
12118 * bindings.el (features): Add `base64' to this list.
12119
12120 * loadhist.el (symbol-file): Doc fix.
12121
12122 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12123
12124 * files.el (hack-one-local-variable): Cope with non-file buffers.
12125
12126 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
12127
12128 * help.el (describe-mode): Put major mode first.
12129
12130 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
12131 to support special-display and same-window features.
12132
12133 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12134
12135 * simple.el (transpose-subr, transpose-subr-1): Rename variables
12136 bound in one function and used in the other.
12137 (transpose-subr-start1, transpose-subr-start2): Add defvars.
12138 (transpose-subr-end1, transpose-subr-end2): Add defvars.
12139
12140 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12141
12142 * autoinsert.el (auto-insert-alist): Use user-mail-address.
12143
12144 1998-11-26 Kenichi Handa <handa@etl.go.jp>
12145
12146 * international/ccl.el (ccl-dump-translate-character-const-tbl):
12147 Give format correct control string.
12148
12149 * international/mule.el (define-translation-table): Fix bug of
12150 setting incorrect translation-table-id. If the first element of
12151 ARGS is a translation table, just register it.
12152
12153 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
12154 property.
12155
12156 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
12157
12158 * thingatpt.el (thing-at-point-url-at-point): Don't use current
12159 syntax table to determine what is whitespace.
12160
12161 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
12162
12163 * frame.el (frame-parameter): Doc fix.
12164
12165 * textmodes/tex-mode.el (tex-feed-input): New function.
12166 (tex-define-common-keys): Add binding for C-c C-m.
12167
12168 1998-11-23 Dave Love <fx@gnu.org>
12169
12170 * progmodes/fortran.el: Various minor doc fixes.
12171 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
12172 (fortran-with-subprogram-narrowing): New macro.
12173 (fortran-check-for-matching-do): Use it.
12174 (fortran-end-do): Use fortran-check-end-prog-re.
12175 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
12176 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
12177
12178 1998-11-23 Simon Marshall <simon@gnu.org>
12179
12180 * font-lock.el (font-lock-defaults): Doc fix.
12181 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
12182 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
12183
12184 * lazy-lock.el (lazy-lock-unstall):
12185 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
12186
12187 * fast-lock.el (fast-lock-save-cache-1):
12188 (fast-lock-cache-data): Rewritten to use with-temp-message.
12189
12190 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
12191
12192 * mail/rmail.el (rmail-set-message-counters-counter): Detect
12193 messages that have been added with DOS line endings and convert
12194 the line endings for such messages.
12195
12196 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12197
12198 * help.el: Add resizing of temporary buffers.
12199 (temp-buffer-resize-mode): New command and variable.
12200 (temp-buffer-max-height): New variable.
12201 (resize-temp-buffer-window): New function.
12202
12203 * window.el (window-buffer-height): New function, split from
12204 shrink-window-if-larger-than-buffer.
12205 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
12206
12207 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
12208
12209 * frame.el (initial-frame-alist): Add defcustom.
12210
12211 * shell.el (shell-prompt-pattern): Add defcustom.
12212
12213 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12214
12215 * message.el (message-ignored-supersedes-headers): Remove
12216 NNTP-Posting-Date.
12217
12218 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12219
12220 * help.el (describe-mode): Don't avoid loop indirecting thru
12221 value of INDICATOR.
12222
12223 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12224
12225 * help.el (describe-variable): Allow any variable with a defcustom,
12226 even if it is not a user variable.
12227
12228 * mail/rmail.el (mail-unsent-separator): Additional alternative.
12229
12230 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
12231
12232 * gnus/nntp.el (nntp-request-group): Allow for failures when
12233 requesting a new group.
12234
12235 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12236
12237 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
12238
12239 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12240
12241 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
12242
12243 1998-11-19 Simon Marshall <simon@gnu.org>
12244
12245 * subr.el (with-temp-message): New macro.
12246
12247 * emacs-lisp/lisp-mode.el (with-temp-message):
12248 Add lisp-indent-function property.
12249
12250 1998-11-18 Dave Love <fx@gnu.org>
12251
12252 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
12253
12254 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12255
12256 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
12257 This is not obsolete.
12258
12259 1998-11-18 Kenichi Handa <handa@etl.go.jp>
12260
12261 * textmodes/picture.el: Make a new map by make-keymap.
12262 (picture-desired-column): New variable.
12263 (picture-update-desired-column): New function.
12264 (picture-beginning-of-line): Set picture-desired-column to 0.
12265 (picture-end-of-line): Set picture-desired-column to the current
12266 column.
12267 (picture-forward-column): Pay attention to multi-column character.
12268 (picture-backward-column): Likewise.
12269 (picture-move-down): Likewise.
12270 (picture-move-up): Likewise.
12271 (picture-movement-nw): With prefix arg, move twice columns.
12272 (picture-movement-ne): Likewise.
12273 (picture-movement-sw): Likewise.
12274 (picture-movement-se): Likewise.
12275 (picture-set-motion): Handle two-column movements.
12276 (picture-move): Call picture-move-down or picture-forward-column
12277 only when necessary.
12278 (picture-insert): Pay attention to picture-desired-column.
12279 (picture-self-insert): Likewise.
12280 (picture-clear-column): Pay attention to multi-column character.
12281 (picture-mode): Modify doc-string for two-column movement.
12282
12283 * rect.el (move-to-column-force): New function.
12284 (operate-on-rectangle): If coerce-tabs is non-nil, call
12285 move-to-column-force instead of move-to-column.
12286 (insert-rectangle): Call move-to-column-force instead of
12287 move-to-column.
12288 (open-rectangle-line): If begextra is not zero, call
12289 move-to-column-force.
12290
12291
12292 1998-11-16 Dave Love <fx@gnu.org>
12293
12294 * textmodes/sgml-mode.el Require skeleton when compiling.
12295 (sgml-font-lock-keywords-1): Accept single-letter tags.
12296 (v2): Defvar free variable.
12297
12298 1998-11-16 Sam Steingold <sds@goems.com>
12299
12300 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
12301 macro, not ELisp one.
12302
12303 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12304
12305 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
12306 characters to symbol.
12307
12308 * language/japan-util.el (japanese-zenkaku-region): New optional
12309 arg KATAKANA-ONLY.
12310
12311 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12312
12313 * international/mule.el
12314 (after-insert-file-set-buffer-file-coding-system): If the buffer
12315 is changed to unibyte, return inserted bytes.
12316
12317 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
12318 and link names if necessary.
12319 (tar-header-block-summarize): Handle the case that file or link
12320 names are multibyte.
12321 (tar-summarize-buffer): At first set the current buffer unibyte,
12322 then if there are multibyte file names, change it to multibyte.
12323 (tar-mode): Get char position from tar-header-offset.
12324 (tar-extract): Avoid multibyte<->unibyte conversion in
12325 insert-buffer-subsring by setting both buffers unibyte
12326 temporarily.
12327 (tar-copy): Set the buffer unibyte while doing a work. Write
12328 without code conversion.
12329 (tar-expunge): Set the buffer unibyte while doing a work.
12330 (tar-alter-one-field): Likewise.
12331 (tar-clear-modification-flags): Compare byte position with
12332 tar-header-offset.
12333 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
12334 insert-buffer-subsring by setting both buffers unibyte
12335 temporarily. Pay attention to multibyteness while updating the
12336 descriptor-line.
12337 (tar-mode-write-file): Write without code conversion.
12338
12339 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12340
12341 * nngateway.el: Require cl.
12342
12343 1998-11-15 Dave Love <fx@gnu.org>
12344
12345 * progmodes/fortran.el: Fix previous change:
12346 (fortran-end-prog-re1): Changed.
12347 (fortran-check-end-prog-re): New function.
12348 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
12349
12350 1998-11-13 Tom Breton <tob@world.std.com>
12351
12352 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
12353 GNU Emacs.
12354
12355 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
12356
12357 * textmodes/reftex.el: (reftex-finding-files): Group documentation
12358 fixed.
12359 (reftex-toc-toggle-file-boundary,
12360 reftex-toc-toggle-labels,
12361 reftex-toc-toggle-context,reftex-find-start-point): New functions.
12362 (reftex-toc-include-labels, reftex-toc-include-context,
12363 reftex-toc-include-file-boundaries,
12364 reftex-toc-keep-other-windows): New options.
12365 (reftex-use-text-after-label-as-context): Option removed.
12366 (reftex-extract-bib-entries): Protect use in non-latex
12367 buffers.
12368 (reftex-toc-visit-location): Renamed from
12369 `reftex-toc-visit-line'.
12370 (reftex-latin1-to-ascii): Works now with and without Mule.
12371 (reftex-truncate): Removed special stuff for Emacs 20.2.
12372 (reftex-get-offset): Made more general.
12373 (reftex-show-label-location): Renamed from
12374 `reftex-select-label-callback'.
12375 (reftex-pop-to-label): Function removed (using
12376 `reftex-show-label-location' instead.
12377 (reftex-insert-docstruct): Renamed from
12378 `reftex-make-and-insert-label-list'. Function args changed.
12379 (reftex-toc): Now uses `reftex-insert-docstruct' and
12380 `reftex-find-start-point'.
12381 (reftex-select-item): Use `reftex-find-start-point'.
12382 (reftex-toc-visit-line): Can display labels and file
12383 boundaries.
12384 (reftex-TeX-master-file): `(TeX-master-file)' protected.
12385
12386 1998-11-12 Sam Steingold <sds@goems.com>
12387
12388 * browse-url.el (browse-url): Handle the case when
12389 `browse-url-browser-function' is a lambda list.
12390
12391 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
12392
12393 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12394 version string.
12395 * loadhist.el (symbol-file): Likewise
12396
12397 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
12398
12399 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12400
12401 1998-11-11 Sam Steingold <sds@goems.com>
12402
12403 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12404 `run-lisp' instead of signalling an error.
12405
12406 1998-11-11 Karl Heuer <kwzh@gnu.org>
12407
12408 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12409
12410 1998-11-11 Richard Stallman <rms@gnu.org>
12411
12412 * vc-hooks.el (vc-toggle-read-only): Doc fix.
12413
12414 1998-11-11 Per Starback <starback@update.uu.se>
12415
12416 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12417 renamed svenska8 to svenska, and fixed and extended CASECHARS
12418 for it.
12419
12420 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
12421
12422 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12423 handling if setpagedevice is not available.
12424 (ps-begin-file): Fix typo.
12425
12426 1998-11-11 Kenichi Handa <handa@etl.go.jp>
12427
12428 * international/mule-util.el (compose-chars-component): Signal
12429 error if CH is a rule-based composition character.
12430 (compose-chars): Signal error if an already compsed character is
12431 going to be composed by rule-base.
12432
12433 * term/x-win.el: If a resolved ASCII font name doesn't conform to
12434 full XLFD, don't try to get information of WEIGHT and SLANT from
12435 that font name.
12436
12437 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
12438
12439 * dos-w32.el (set-default-process-coding-system): Use function on
12440 before-init-hook to set default-process-coding-system based on
12441 enable-multibyte-characters.
12442
12443 * term/w32-win.el ([language-change]): For now ignore
12444 keyboard language-change events.
12445
12446 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
12447
12448 * ediff-util.el (ediff-make-temp-file): Run the prefix through
12449 convert-standard-file-name, but leave the results of
12450 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
12451 characters if the original name already exists, or has a special
12452 handler.
12453
12454 1998-11-10 Karl Heuer <kwzh@gnu.org>
12455
12456 * international/iso-insert.el: Delete autoload cookies.
12457
12458 * international/iso-transl.el: Add autoload cookies.
12459
12460 1998-11-10 Richard Stallman <rms@gnu.org>
12461
12462 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12463 (ispell-process-line): Don't treat multibyte
12464
12465 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
12466
12467 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12468 setpagedevice to specify the page size if setpagedevice is
12469 available. This is necessary to select the correct paper tray on
12470 Level 2 printers with multiple paper sizes available.
12471
12472 (ps-begin-file): Cope with font names that contain spaces, and
12473 call BeginDoc in a BeginSetup/EndSetup block.
12474
12475 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
12476
12477 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12478 convert-standard-filename.
12479
12480 * loadhist.el (symbol-file): Run fns-VERSION.el through
12481 convert-standard-filename.
12482
12483 1998-11-06 Richard Stallman <rms@gnu.org>
12484
12485 * textmodes/texinfmt.el (texinfo-format-scan):
12486 Detect the case of two @-commands in a row; process just the first.
12487 (texinfo-append-refill): If line has a @c, insert the @refill
12488 before it.
12489 (texinfo-format-refill): Return with point where the @refill was.
12490
12491 * files.el (hack-local-variables): Test local-enable-local-variables.
12492 (hack-local-variables-prop-line): Likewise.
12493 (set-auto-mode): Don't test local-enable-local-variables here.
12494 (enable-local-variables): Doc fix.
12495 (local-enable-local-variables): Doc fix.
12496 (normal-mode): Doc fix.
12497
12498 1998-11-06 Karl Heuer <kwzh@gnu.org>
12499
12500 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12501
12502 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
12503
12504 * simple.el (line-number-mode): Doc fix.
12505
12506 1998-11-06 Kenichi Handa <handa@etl.go.jp>
12507
12508 * international/fontset.el (create-fontset-from-fontset-spec):
12509 Give correct arg to `error'.
12510
12511 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
12512
12513 * textmodes/sgml-mode.el (html-mode): Doc fix.
12514 (sgml-name-8bit-mode): Fix missing format character in message string.
12515
12516 1998-11-05 Karl Heuer <kwzh@gnu.org>
12517
12518 * mail/sendmail.el (sendmail-send-it): Check for failure.
12519
12520 1998-11-05 Richard Stallman <rms@gnu.org>
12521
12522 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12523
12524 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12525 (close-rectangle): Define as alias.
12526
12527 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
12528
12529 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12530
12531 1998-11-05 Dave Love <fx@gnu.org>
12532
12533 * help.el (describe-variable): Don't quote link to source.
12534
12535 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
12536
12537 * gud.el (gud-common-init): Use pop-to-buffer.
12538 (same-window-regexps): Add an element that matches all gud buffers.
12539
12540 1998-11-04 Jason Rumney <jasonr@altavista.net>
12541
12542 * term/w32-win.el (x-get-selection-value): Alias to
12543 x-cut-buffer-or-selection-value.
12544 (w32-standard-fontset-spec): New variable.
12545 (w32-create-initial-fontsets, mouse-set-font): Check whether
12546 new-fontset is available.
12547 (w32-use-w32-font-dialog): Enable use of set-variable.
12548
12549 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12550
12551 * vc.el (with-vc-file, edit-vc-file): New macros.
12552
12553 1998-11-04 Kenichi Handa <handa@etl.go.jp>
12554
12555 * international/quail.el (quail-show-guidance-buf): Call
12556 set-minibuffer-window to set minibuffer window of the current
12557 frame correctly.
12558
12559 1998-11-03 Theodore Jump <tjump@tertius.com>
12560
12561 * term/w32-win.el: Require fontset.
12562
12563 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
12564
12565 * faces.el (set-face-font): Call resolve-fontset-name on w32.
12566 (set-face-font-auto): Ditto.
12567
12568 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
12569
12570 * mouse.el (mouse-drag-region): Fix typo.
12571
12572 1998-11-02 Dave Love <fx@gnu.org>
12573
12574 * progmodes/fortran.el Fix for fontification of strings lost somehow:
12575 (fortran-fontify-string): New function.
12576 (fortran-font-lock-keywords-1): Use it.
12577
12578 1998-11-02 Markus Rost <rost@delysid.gnu.org>
12579
12580 * comint.el (comint-file-name-quote-list): Doc fix.
12581
12582 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12583
12584 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12585 build directory, not source directory.
12586
12587 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12588 if we did not get one for the final move.
12589
12590 1998-11-01 Dave Love <fx@gnu.org>
12591
12592 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12593 Don't funcall browse-url-browser-function.
12594
12595 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12596 Don't funcall browse-url-browser-function.
12597
12598 * fortran.el (fortran-end-prog-re1): Fix the regexp.
12599
12600 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12601
12602 * files.el (revert-buffer): Doc fix.
12603
12604 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
12605
12606 * textmodes/tex-mode.el (tex-start-options-string):
12607 Quote the backslashes with more backslashes.
12608
12609 1998-10-31 Dave Love <fx@gnu.org>
12610
12611 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12612 (webjump): Don't funcall browse-url-browser-function.
12613
12614 1998-10-30 Kenichi Handa <handa@etl.go.jp>
12615
12616 * international/quail.el (quail-start-translation): Handle
12617 switching of the frame in read-key-sequence.
12618 (quail-start-conversion): Likewise.
12619 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12620 windows before setting an appropriate window for it.
12621 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12622 quail-guidance-win to nil.
12623 (quail-update-guidance): If quail-guidance-buf is not in the
12624 selected frame, call quail-show-guidance-buf again.
12625
12626 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12627
12628 * progmodes/pascal.el (pascal-mode):
12629 `blink-matching-paren-dont-ignore-comments' set to t.
12630
12631 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12632
12633 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12634
12635 1998-10-30 Dave Love <fx@gnu.org>
12636
12637 * vc.el (vc-backend-merge-news): Check for "P" output.
12638
12639 * help.el (describe-variable): Hyperlink the definition.
12640
12641 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12642
12643 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12644 (sh-set-shell): Likewise.
12645
12646 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12647
12648 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12649 (edebug-on-error): Fix customize type to match that of
12650 debug-on-error.
12651
12652 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12653
12654 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12655 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12656
12657 * international/mule-cmds.el (select-message-coding-system): Doc
12658 fix.
12659
12660 * international/mule-diag.el (describe-coding-system): Describe
12661 all flags.
12662
12663 * mail/sendmail.el (sendmail-coding-system,
12664 default-sendmail-coding-system): Doc fix.
12665
12666 * simple.el (shell-command-on-region): Doc fix.
12667
12668 * loadup.el: Write fns-*.el in current directory instead of
12669 data-directory since no installation directory exists yet. Mark
12670 buffer unmodified afterwards.
12671
12672 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12673 instead of data-directory since it is architecture dependent.
12674 (load-history-loaded): Update doc string.
12675
12676 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12677
12678 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12679 path as a default directory when canonicalizing names.
12680
12681 * w32-fns.el: Remove a dangling reference to a directory on the
12682 build machine.
12683
12684 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12685
12686 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12687 namespace related keywords such as `class', `body', `private',
12688 `variable', `namespace eval', etc.
12689 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12690 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12691 imenu and font-lock so that searches for \sw would find words
12692 containing colons.
12693
12694 * progmodes/etags.el (initialize-new-tags-table):
12695 Do not alter find-tag-marker-ring and tags-location-ring.
12696
12697 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12698
12699 * term/w32-win.el: Require fontset.
12700 (w32-init-fontsets): New function (code from x-win.el).
12701
12702 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12703
12704 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12705 calendar-and-diary-frame-parameters): Add title parameter.
12706
12707 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12708
12709 * completion.el (dynamic-completion-mode): New function to enable
12710 the mode. (Just loading the file now does not change anything.)
12711
12712 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12713
12714 * ps-print.el: User option for multibyte buffer handling and doc fix.
12715 (ps-multibyte-buffer): New user option.
12716 (ps-setup): Print new user option.
12717 (ps-print-quote): New fun.
12718 (ps-color-p, ps-mule-font-info-database-latin): New var.
12719 (ps-default-color, ps-mule-font-info-database)
12720 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12721 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12722 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12723 Little code improvement.
12724 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12725 (ps-print-prologue-header, ps-font-family, ps-font-size)
12726 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12727 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12728 (ps-mule-external-libraries, ps-mule-init-external-library)
12729 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12730 Doc fix.
12731 (ps-print-version): New version number (4.1.1) and doc fix.
12732 (ps-print-prologue-header): New user option.
12733 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12734 Conditional compilation for GNU Emacs and emacsens.
12735 (ps-generate-postscript-with-faces): Skip invisible text better.
12736 (ps-setup): Print new user option.
12737 (ps-print-preprint): Check if input file name exists and is unwritable.
12738 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12739 and insert user PostScript prologue header comments.
12740 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12741 New funs.
12742 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12743 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12744 PostScript programming normalization.
12745 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12746 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12747 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12748 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12749 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12750 Programming style normalization.
12751
12752 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12753
12754 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12755 version, check the value of mule-version.
12756
12757 * international/mule-util.el (compose-region): Insert then delete
12758 to preserve markers.
12759 (decompose-region): Use search-forward for efficiency.
12760
12761 * language/chinese.el (pre-write-encode-hz): Cancel previous
12762 change, use generate-new-buffer instead of get-buffer-create.
12763 * language/devan-util.el
12764 (in-is13194-devanagari-pre-write-conversion): Likewise.
12765 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12766 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12767 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12768
12769 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12770
12771 * mail/rmailsum.el (rmail-message-subject-p):
12772 Handle message whose header has not been reformatted.
12773
12774 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12775
12776 1998-10-25 Jason Rumney <jasonr@altavista.net>
12777
12778 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12779 New variables.
12780 (mouse-set-font): Use font menus instead of dialog according to
12781 w32-use-w32-font-dialog.
12782
12783 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12784
12785 * calendar/calendar.el (calendar-day-name-array): Add doc string
12786 correctly!
12787 (calendar-month-name-array): Add doc string correctly!
12788
12789 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12790
12791 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12792
12793 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12794
12795 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12796
12797 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12798
12799 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12800
12801 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12802
12803 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12804
12805 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12806
12807 1998-10-21 Karl Heuer <kwzh@gnu.org>
12808
12809 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12810 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12811 (profile-filter, profile-reset-timer): Functions deleted.
12812 (profile-check-zero-init-times, profile-get-time): Likewise.
12813 (profile-find-function, profile-quit): Likewise.
12814 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12815 (profile-time-list, profile-init-list): Doc fix.
12816 (profile-functions): Simplify.
12817 (profile-print): Use float. Make output include space separators.
12818 (profile-add-time): New helper function.
12819 (profile-function-prolog): Renamed from profile-start-function.
12820 Handle profile-distinct.
12821 (profile-function-epilog): Renamed from profile-update-function.
12822 Handle profile-distinct.
12823 (profile-a-function): If the function to be profiled is an
12824 autoload form, load it. If it's lazy-loaded, fetch it.
12825 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12826 (profile-restore-fun): Arg FUN is now a function symbol, as was
12827 documented, rather than a one-element list.
12828 (profile-finish): Call profile-restore-fun properly.
12829
12830 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12831
12832 * international/characters.el: Setup charset property
12833 nospace-between-words.
12834
12835 * international/mule-cmds.el (get-charset-property): If CHARSET is
12836 composition, return nil.
12837 (put-charset-property): If CHARSET is composition, do nothing.
12838
12839 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12840 * language/devan-util.el
12841 (in-is13194-devanagari-pre-write-conversion): Likewise.
12842 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12843 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12844 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12845
12846 * textmodes/fill.el (sentence-end-without-period): New variable.
12847 (canonically-space-region): Pay attention to
12848 sentence-end-without-period.
12849 (fill-find-break-point): The first argument CHARSET deleted.
12850 Caller changed.
12851 (fill-region-as-paragraph): Pay attention to charset property
12852 nospace-between-words and text property nospace-between-words.
12853
12854 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12855
12856 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12857 an unrecognized shell.
12858
12859 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12860
12861 * desktop.el (desktop-save): Include minor modes symbolically.
12862 (desktop-create-buffer): Turn on all minor modes in `mim'.
12863
12864 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12865
12866 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12867 (sh-font-lock-keywords): Handle rpm and rpm2.
12868 (sh-ancestor-alist): Handle rpm.
12869
12870 * files.el (auto-mode-alist): Recognize .rpm files.
12871 Also .spec and .mspec files.
12872
12873 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12874
12875 * faces.el (frame-set-background-mode): Enable the function for
12876 MSDOS frames.
12877
12878 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12879
12880 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12881 (calendar-month-name-array): Add doc string.
12882
12883 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12884
12885 * simple.el (kill-ring-max): Increased to 60.
12886
12887 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12888
12889 * international/characters.el: Setup auto-fill-chars.
12890
12891 * international/kinsoku.el (kinsoku): Check the variable
12892 enable-kinsoku.
12893
12894 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12895 Don't call kinsoku directly, intead call fill-find-break-point.
12896
12897 * textmodes/fill.el: Setup `fill-find-break-point-function'
12898 property to character sets which require `kinsoku' processing for
12899 filling.
12900 (fill-find-break-point): New function.
12901 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12902 Don't call kinsoku directly, intead call fill-find-break-point.
12903
12904 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12905
12906 * faces.el (modify-face-read-string): Return (nil) for "none".
12907 (modify-face): Don't get error if (nil) is the argument.
12908 (face-try-color-list): Don't check whether nil is a valid color.
12909
12910 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12911
12912 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12913 Print message about each directory, even in batch mode.
12914
12915 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12916
12917 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12918 (ps-mule-string-char): No need to use sref.
12919 (ps-mule-next-index): No need to use sref.
12920
12921 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12922
12923 * files.el (revert-buffer-internal-hook): Add defvar.
12924
12925 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12926
12927 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12928
12929 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12930
12931 * international/mule-cmds.el (default-input-method): Fix custom type.
12932
12933 * net-utils.el (whois-server-list): Fix customization type.
12934
12935 * shell.el (shell-input-autoexpand): Fix customization group.
12936
12937 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12938
12939 * repeat.el (repeat): Handle keyboard macros properly.
12940 Handle new prefix arg after self-insert command.
12941
12942 * repeat.el: Don't include cl even at compile time.
12943 (repeat): Avoid using `loop'.
12944
12945 * simple.el (shell-command-on-region): Doc fix.
12946 (next-history-element): Special error message if no default.
12947
12948 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12949
12950 * ps-print.el (ps-print-buffer): Doc fix.
12951 (ps-despool): Likewise.
12952
12953 * arc-mode.el (arc-mode): Provide arc-mode.
12954
12955 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12956
12957 * ps-print.el (ps-print-buffer): Doc fix.
12958
12959 1998-10-14 Dave Love <fx@gnu.org>
12960
12961 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12962 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12963 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12964
12965 * progmodes/fortran.el (fortran-mode-map): Change "Join
12966 Continuation Line" to "Join Line".
12967 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12968
12969 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12970
12971 * progmodes/fortran.el (fortran-join-line): Use
12972 `delete-indentation' instead of issuing an error message if not on
12973 a continuation line. Provide for joining several lines using
12974 prefix arg.
12975
12976 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12977
12978 * term/pc-win.el (msdos-color-values): New variable.
12979 (x-color-values): New function, emulates its namesake from
12980 src/xfns.c.
12981 (msdos-bg-mode): Add all dark colors to those which return
12982 "dark".
12983
12984 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12985
12986 * replace.el (keep-lines, flush-lines, how-many):
12987 Don't ignore case if arg has upper case letters.
12988
12989 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12990
12991 * progmodes/vhdl-mode.el
12992 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12993 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12994 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12995 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12996 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12997 (vhdl-when): Fix indentation problem.
12998 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12999 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
13000 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
13001
13002 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
13003
13004 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
13005 (ls-lisp-insert-directory): Renamed from insert-directory.
13006 (insert-directory): New function.
13007
13008 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
13009
13010 * simple.el (completion-fixup-function): Variable deleted.
13011 (completion-setup-function): Delete code for completion-fixup-function.
13012 * emacs-lisp/lisp.el (lisp-complete-symbol):
13013 Don't bind completion-fixup-function.
13014
13015 * files.el (find-file-wildcards): New option.
13016 (find-file-noselect): Handle wild cards, if enabled.
13017 (file-expand-wildcards): New function.
13018
13019 * simple.el (set-fill-column): Doc fix.
13020
13021 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13022
13023 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
13024
13025 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
13026
13027 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
13028 Move declaration before first use.
13029 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
13030 hif-math, hif-factor): Rename token to hif-token and token-list to
13031 hif-token-list.
13032 (hif-token, hif-token-list): Declare them.
13033 (hif-find-ifdef-block): Return cons of top and bottom point
13034 instead of setting dynamically bound variables.
13035 (hide-ifdef-block, show-ifdef-block): Use return value of
13036 hif-find-ifdef-block.
13037
13038 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13039
13040 * subr.el (read-passwd): Use clear-this-command-keys.
13041
13042 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
13043
13044 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
13045 and ...-for-write.
13046
13047 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
13048
13049 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
13050 responses to GROUP command, since this may be called from a timer
13051 with quit inhibited.
13052
13053 1998-10-12 Kenichi Handa <handa@etl.go.jp>
13054
13055 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
13056 set unconditional-jump to nil.
13057 (ccl-compile-read-multibyte-character): Return nil.
13058 (ccl-compile-write-multibyte-character): Likewise.
13059 (ccl-compile-translate-character): Likewise
13060 (ccl-compile-map-multiple): Likewise.
13061 (ccl-compile-map-single): Likewise.
13062
13063 * international/kinsoku.el: Add coding tag.
13064 (kinsoku-bol): Remove superfluous TAB in a string.
13065
13066 * international/mule-cmds.el (find-coding-systems-for-charsets):
13067 Delete `composition' (if any) from CHARSETS.
13068
13069 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13070
13071 * international/mule-cmds.el (setup-specified-language-environment):
13072 Add apropos-inhibit property.
13073 (describe-specified-language-support): Likewise.
13074
13075 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
13076
13077 * international/mule.el (make-coding-system): Create -with-esc
13078 variant coding system.
13079
13080 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
13081
13082 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
13083 (next-file): Optionally offer to revert a file's buffer,
13084 if it has an existing buffer but the file has changed.
13085
13086 * info.el (Info-insert-dir): Detect and report problems
13087 in input files, such as "No Top node". Return with point
13088 at the beginning of the text.
13089 (Info-find-node): Reinsert the code to handle files
13090 with no tags table; it was deleted by mistake.
13091
13092 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
13093
13094 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
13095 texinfo-find-higher-level-node repeatedly find the same node.
13096 (texinfo-find-higher-level-node): Doc fix.
13097
13098 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
13099
13100 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
13101 (smtpmail-address-buffer): Add defvar.
13102 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
13103
13104 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
13105
13106 * ffap.el (ffap-machine-p-local): Fix editing error.
13107
13108 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13109
13110 * faces.el (frame-set-background-mode):
13111 Don't do anythung for text-only or MSDOS frame.
13112
13113 1998-10-08 Kenichi Handa <handa@etl.go.jp>
13114
13115 * international/quail.el (quail-defrule): New optional arg APPEND.
13116 (quail-defrule-internal): Fix bug of handling the argument APPEND.
13117
13118 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
13119
13120 * gnus/pop3.el (pop3-open-server):
13121 Set process-coding-system-alist around open-network-stream.
13122
13123 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
13124
13125 * files.el (save-buffer): Doc fix.
13126
13127 1998-10-07 Karl Heuer <kwzh@gnu.org>
13128
13129 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
13130 return DEF unchanged, not nil. Simplify.
13131
13132 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
13133
13134 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
13135
13136 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
13137
13138 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
13139
13140 * net-utils.el (ftp, nslookup): Require comint.
13141 (network-service-connection): Likewise.
13142 (whois-server-name): Defaults to whois.arin.net
13143 (whois-server-list, whois-server-tld, whois-guess-server): New var.
13144 (whois): Tries to guess the appropriate top-level domain server.
13145 (whois-get-tld): New function.
13146
13147 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
13148 (dirtrack-debug-toggle): Added this function.
13149
13150 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13151
13152 * files.el (find-file-noselect): Switch to the correct buffer
13153 before checking find-file-literally, and allow non-nil non-t
13154 rawfile params.
13155
13156 1998-10-06 Karl Heuer <kwzh@gnu.org>
13157
13158 * midnight.el (clean-buffer-list): Add autoload cookie.
13159
13160 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
13161 no-autosave.
13162 * tar-mode.el (tar-mode-revert): Likewise.
13163 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
13164 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
13165 * gnus/message.el (message-auto-save-directory): Renamed from
13166 message-autosave-directory. All references changed.
13167
13168 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13169
13170 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
13171 string. Expose mime stuff while searching.
13172
13173 1998-10-06 Richard Stallman <rms@gnu.org>
13174
13175 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
13176
13177 * replace.el (perform-replace): Position point properly
13178 before and after the recursive edit of C-r.
13179
13180 * progmodes/etags.el (tags-reset-tags-tables): Properly
13181 find the markers in the old rings that are being discarded.
13182
13183 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13184
13185 * apropos.el (apropos-print): Control invalid characters.
13186
13187 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13188 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
13189 confusing customize.
13190
13191 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
13192
13193 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
13194 built-in commands. Add more built-in commands and fix face names.
13195
13196 1998-10-05 Simon Marshall <simon@gnu.org>
13197
13198 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
13199
13200 1998-10-04 Eric Ludlam <zappo@gnu.org>
13201
13202 * speedbar.el (speedbar-initial-expansion-list-name): Remove
13203 customization since it is not useful in this case.
13204 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
13205 sure it gets evalled to a number. Also verify that set-frame-name
13206 fn exists before calling it.
13207
13208 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13209 Protect a `forward-sexp' call which could fail, and improved regex
13210 for ie, and eg abbreviations.
13211
13212 1998-10-02 Noah Friedman <friedman@splode.com>
13213
13214 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
13215 send-string.
13216 (rlogin-send-Ctrl-D): Here also.
13217 (rlogin-send-Ctrl-Z): Here also.
13218 (rlogin-send-Ctrl-backslash): Here also.
13219
13220 1998-10-02 Dave Love <fx@gnu.org>
13221
13222 * outline.el (hide-region-body): Bind
13223 outline-view-change-hook to nil while making repeated calls to
13224 outline-flag-region. Run it once at the end.
13225 (hide-other, hide-sublevels, show-children): Likewise.
13226
13227 * info-look.el: Remove duplicate scheme-mode entry.
13228 (info-lookup-make-completions): When looking for entries, check
13229 that `item' isn't null or "Menu".
13230
13231 1998-10-01 Karl Heuer <kwzh@gnu.org>
13232
13233 * net-utils.el: Don't require ffap.
13234 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
13235 (ping, nslookup-host, finger, network-connection-to-service): Use them.
13236
13237 1998-09-30 Richard Stallman <rms@gnu.org>
13238
13239 * ispell.el (check-ispell-version): No need to bind default-major-mode.
13240
13241 * imenu.el (imenu--generic-function): Sort each submenu by position.
13242 (imenu--sort-by-position): New function.
13243
13244 * cus-edit.el (Custom-mode-menu): Fix info node name.
13245 (customize group): Fix info node name.
13246
13247 * mail/mailalias.el (build-mail-aliases): Don't allow
13248 a newline in the alias name. Don't define an alias
13249 if the definition would be empty.
13250
13251 * which-func.el (which-func-mode-global): Make :set function
13252 more reliable.
13253
13254 * custom.el (custom-set-variables): Load the requests first,
13255 then check the symbol's `set' function.
13256
13257 * ffap.el: Doc fixes.
13258
13259 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13260
13261 * gnus.el: (gnus-valid-select-methods): Fix type.
13262 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
13263 * gnus-score.el (gnus-orphan-score): Fix type.
13264 (gnus-score-default-header, gnus-score-default-type): Fix type.
13265 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
13266 (gnus-saved-headers): Fix type.
13267
13268 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
13269 Avoid nil value of `two-lines-citation-part'.
13270
13271 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
13272
13273 * which-func.el (which-function): Handle case when
13274 (car imenu--index-alist) is nil.
13275
13276 1998-09-29 Dave Love <fx@gnu.org>
13277
13278 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
13279 bzip2 args.
13280
13281 1998-09-29 Simon Marshall <simon@gnu.org>
13282
13283 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
13284 comint-exec-hook.
13285
13286 1998-09-29 Stephen Eglen <stephen@gnu.org>
13287
13288 * info-look.el: Add support for Octave.
13289
13290 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
13291
13292 * textmodes/reftex.el (reftex-finding-files): New customize group.
13293 (reftex-texpath-environment-variables,
13294 reftex-use-external-file-finders, reftex-external-file-finders,
13295 reftex-search-unrecursed-path-first): New options.
13296 (reftex-process-string, reftex-find-file-externally): New
13297 functions.
13298 (reftex-access-search-path): Execute shell commands to find the
13299 search path.
13300 (reftex-toggle-auto-view-crossref): When turning on, make sure
13301 `reftex-auto-view-crossref' becomes non-nil.
13302 (reftex-abbrev-regexp): Constant removed.
13303 (reftex-convert-string): Abbrev regexp calculated locally.
13304
13305 1998-09-28 Dave Love <fx@gnu.org>
13306
13307 * progmodes/fortran.el: Don't call regexp-opt when deriving
13308 font-lock patterns with keywords that aren't all literal.
13309
13310 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
13311
13312 * octave-inf.el (inferior-octave-prompt): Also match prompts of
13313 the form `octave.bin:1>' which come from using precopiled binary
13314 versions.
13315
13316 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
13317
13318 * help.el (help-for-help): Use %THIS-KEY%.
13319 (help-quit): Add doc.
13320
13321 * help-macro.el (make-help-screen): Keep HELP-TEXT
13322 in a separate function definition, not in the help command FNAME.
13323 Replace %THIS-KEY% with the key sequence that ran FNAME.
13324
13325 1998-09-25 Richard Stallman <rms@gnu.org>
13326
13327 * textmodes/texinfo.el (texinfo-show-structure):
13328 Bind inhibit-read-only.
13329
13330 * isearch.el (isearch-search-and-update): Properly
13331 handle upper case letters in the reverse-search special case.
13332
13333 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13334
13335 * gnus.el: Extend the list of autoloaded functions.
13336
13337 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13338 buffer before creating help group. (from Gnus v5.6.43, fix by
13339 1998-08-20 Per Starback <starback@update.uu.se>)
13340
13341 * gnus-util.el (gnus-output-to-rmail): Adjust to
13342 `rmail-output-to-rmail-file'.
13343
13344 1998-09-25 Karl Heuer <kwzh@gnu.org>
13345
13346 * hexl.el (hexl-mode-map): More of previous change.
13347
13348 * textmodes/tex-mode.el (tex-run-command): Doc fix.
13349 (tex-start-tex): Don't use tex-start-options-string in star case.
13350 Quote file name in star case as well as in non-star.
13351 Add blank and quoting of option string here.
13352 (tex-start-options-string): Not here.
13353
13354 1998-09-23 Karl Heuer <kwzh@gnu.org>
13355
13356 * term.el (term-delimiter-argument-list): Doc fix.
13357 (term-emulate-terminal): Escape literal semicolon.
13358 * progmodes/asm-mode.el (asm-mode): Doc fix.
13359 (asm-comment-char): Escape literal semicolon.
13360 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
13361
13362 1998-09-23 Richard Stallman <rms@gnu.org>
13363
13364 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
13365 only those that normally modify the buffer.
13366
13367 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
13368 over again.
13369
13370 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
13371
13372 * ispell.el (check-ispell-version): Ensure same buffer is current
13373 when let-binding of case-fold-search ends.
13374
13375 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13376
13377 * ps-print.el: Skip invisible overlay.
13378 Test for set-buffer-multibyte rather than using mule-version.
13379 (ps-print-version): New version number (4.1) and doc fix.
13380 (ps-generate-postscript-with-faces): Skip invisible overlay.
13381
13382 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
13383
13384 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13385
13386 1998-09-22 Kenichi Handa <handa@etl.go.jp>
13387
13388 * international/quail.el (quail-update-guidance): Check for the
13389 return value of (quail-guidance) fixed.
13390 (quail-update-translation): Bind quail-current-str locally when it
13391 calls quail-update-guidance.
13392 (quail-update-translation): If input-method-exit-on-first-char is
13393 non-nil, terminate translation only when the current input method
13394 is simple.
13395
13396 1998-09-22 Paul Eggert <eggert@twinsun.com>
13397
13398 * startup.el (locale-translation-file-name): Prefer X-related names
13399 to the name used by GNU/Linux sans X. Set to nil if no file found.
13400 (command-line): Use locale-translation-file-name if it is not nil,
13401 instead of testing for its existence again.
13402 regexp-quote the ctype before using it in a regexp.
13403 Allow a colon to appear after the ctype in the aliases file,
13404 as is done in X11R6.4.
13405
13406 1998-09-21 Richard Stallman <rms@gnu.org>
13407
13408 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13409
13410 * calendar/appt.el (appt-interval): Variable deleted.
13411 (appt-check): For minutes in between appt-display-interval times,
13412 do check, but don't display anything except an updated mode line.
13413 Count against appt-display-interval based on minutes since
13414 first display of this appointment, not based on time of day.
13415 If appt-display-mode-line, force mode line redisplay
13416 whenever appt-mode-string has changed.
13417 (appt-add, appt-delete): Add autoload cookies.
13418 (appt-check): Catch errors from calling `diary'.
13419 (appt-max-time): Renamed from max-time.
13420 (appt-now-displayed, appt-display-count): New variables.
13421 (appt-timer): Don't create one if we already have one.
13422
13423 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13424 More general code to use the source buffer instead of the zap file.
13425
13426 * hilit-chg.el (highlight-compare-with-file): Renamed from
13427 compare-with-file.
13428
13429 * loadhist.el (load-history-loaded): New variable.
13430 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13431
13432 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13433
13434 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13435 Fix error messages.
13436
13437 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
13438
13439 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13440 Emacs frame.
13441
13442 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13443
13444 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13445 `undecided' and `undecided-unix'.
13446
13447 1998-09-21 Dave Love <fx@gnu.org>
13448
13449 * help.el (help-make-xrefs): Fix typo affecting Info references.
13450
13451 * subr.el (remove-hook): Check list values to avoid errors.
13452
13453 1998-09-18 Noah Friedman <friedman@splode.com>
13454
13455 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13456 store string in eldoc-last-message without consing a new string.
13457 Rearrange logic from nested if's into cond's.
13458 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13459 Do not print message; just return string.
13460 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13461 Do not print message; just return string.
13462 Cache that string in eldoc-last-data.
13463 (eldoc-last-data): Make into a vector.
13464 (eldoc-get-fnsym-args-string): Use new data form of structure.
13465 (eldoc-get-var-docstring): Here also.
13466 (eldoc-last-data-store): New function.
13467 (eldoc-get-fnsym-args-string): Use it.
13468 (eldoc-get-var-docstring): Here also.
13469 (eldoc-docstring-first-line): Minimize interim string consing.
13470 Call substitute-command-keys on the result.
13471 (eldoc-print-var-docstrings, eldoc-print-docstring,
13472 eldoc-docstring-message): Functions removed.
13473 (eldoc-docstring-format-sym-doc): New function, functionality
13474 ripped out of eldoc-docstring-message.
13475 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13476
13477 1998-09-18 Kenichi Handa <handa@etl.go.jp>
13478
13479 * international/mule.el (make-coding-system): Doc-string modified.
13480
13481 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
13482
13483 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13484
13485 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13486 customize type.
13487
13488 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13489 type.
13490
13491 * progmodes/compile.el (compilation-error-screen-columns): New
13492 variable.
13493 (compilation-next-error-locus): Use it to decide whether to use
13494 forward-char or move-to-column.
13495
13496 * mail/rmail.el (rmail-movemail-program): Fix customize type.
13497
13498 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13499 feedmail-fiddle-plex-user-list,
13500 feedmail-spray-address-fiddle-plex-list,
13501 feedmail-prompt-before-queue-user-alist,
13502 feedmail-prompt-before-queue-help-supplement,
13503 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13504 feedmail-queue-alternative-mail-header-separator): Fix customize
13505 type.
13506
13507 * startup.el (site-run-file): Fix customize type.
13508
13509 * speedbar.el (speedbar-initial-expansion-list-name): Fix
13510 customize type.
13511
13512 * shell.el (shell-input-autoexpand): Fix customize type.
13513
13514 * ps-print.el (ps-font-info-database): Add missing dots in value.
13515 Improve layout of customize type.
13516
13517 * net-utils.el (traceroute-program-options, ping-program-options,
13518 ipconfig-program-options, netstat-program-options,
13519 arp-program-options, route-program-options,
13520 nslookup-program-options, ftp-program-options): Fix customize
13521 type.
13522
13523 * midnight.el (clean-buffer-list-kill-regexps,
13524 clean-buffer-list-kill-buffer-names,
13525 clean-buffer-list-kill-never-buffer-names,
13526 clean-buffer-list-kill-never-regexps): Fix customize type.
13527
13528 * man.el (Man-init-defvars): Avoid trailing nil on
13529 Man-filter-list.
13530
13531 * lpr.el (printer-name): Fix customize type.
13532
13533 1998-09-16 Kenichi Handa <handa@etl.go.jp>
13534
13535 * international/mule-cmds.el (reset-language-environment): Call
13536 update-coding-systems-internal.
13537
13538 * international/mule-conf.el: Call update-coding-systems-internal
13539 at the tail.
13540
13541 1998-09-14 Dave Love <fx@gnu.org>
13542
13543 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
13544 use the menu-enable properties, pending doing it correctly and
13545 acceptably fast.
13546
13547 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13548
13549 1998-09-13 Dave Love <d.love@dl.ac.uk>
13550
13551 * progmodes/hideshow.el (hs-grok-mode-type): Check
13552 comment-{start,end} non-nil as well as bound. Report an error if
13553 we can't grok the mode.
13554
13555 1998-09-13 Richard Stallman <rms@gnu.org>
13556
13557 * simple.el (blink-matching-open): Don't log paren matching
13558 messages in *Messages*.
13559
13560 1998-09-12 Richard Stallman <rms@gnu.org>
13561
13562 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13563 Set point-before-scroll at end even if there was an error.
13564
13565 * ange-ftp.el (ange-ftp-insert-file-contents):
13566 Use binary mode for dumb-unix hosts as for unix hosts.
13567 (ange-ftp-copy-file-internal): Likewise.
13568
13569 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13570
13571 * emacs-lisp/pp.el: Doc fixes.
13572
13573 * wid-edit.el (widget-menu-max-shortcuts): New variable.
13574 (widget-choose): Don't use single-char shortcuts if # items
13575 exceeds that many. Use minibuffer instead.
13576
13577 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13578
13579 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13580
13581 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
13582
13583 * speedbar.el (speedbar-frame-mode): Do not set frame position if
13584 in terminal mode.
13585
13586 1998-09-10 Noah Friedman <friedman@splode.com>
13587
13588 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13589 defcustom declaration. It's wreaking too much havoc with XEmacs
13590 and older versions of Emacs, which share this code.
13591
13592 * type-break.el (type-break-mode): Here also.
13593
13594 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13595 `t' to add-hook also to modify the new local value.
13596
13597 1998-09-10 Dave Love <fx@gnu.org>
13598
13599 * vc.el (vc-insert-headers): Doc fix.
13600
13601 1998-09-10 Richard Stallman <rms@gnu.org>
13602
13603 * textmodes/flyspell.el (flyspell-mode-on): Make the
13604 ispell-... variables permanent locals.
13605 (flyspell-mode-off): Add autoload cookie.
13606
13607 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13608 do use binary mode, just as for `unix'.
13609 (ange-ftp-host-type): If HOST is nil, return `unix'.
13610
13611 * dired.el (dired-mark-files-containing-regexp):
13612 Don't scan directories. Ignore non-readable files.
13613
13614 * progmodes/compile.el (compilation-error-regexp-alist):
13615 Fix previous change: allow . and _ in command name.
13616
13617 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13618
13619 * uncompress.el (uncompress-while-visiting):
13620 Use just the car of what find-operation-coding-system returns.
13621
13622 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13623
13624 * shell.el (shell-file-name-quote-list): Add # to the value.
13625
13626 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13627
13628 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13629 to make killing of ispell process work even if
13630 kill-all-local-variables has been run.
13631
13632 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13633
13634 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13635 loop when sexp entry ends at end of file with no newline.
13636
13637 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13638
13639 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13640 (Custom-reset-standard): Fix menu inconsistency.
13641
13642 * mail/feedmail.el (feedmail-from-line): Allow t.
13643 (feedmail-message-id-suffix): Allow nil.
13644
13645 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13646 Simplify. Make prefix arg work right.
13647
13648 1998-09-09 Dave Love <fx@gnu.org>
13649
13650 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13651
13652 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13653
13654 1998-09-08 Dave Love <fx@gnu.org>
13655
13656 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13657 stuff only after file names or at start of line. Allow parens
13658 around e-mail, as well as angles.
13659
13660 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13661 ignore-errors too, eval'd when compile. Require w3 stuff at load
13662 time for nicer failure if it's not available.
13663
13664 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13665
13666 * comint.el (comint-arguments): Ignore backslashes when using
13667 w32 shells that expect backslashes as the directory separator.
13668
13669 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13670
13671 * international/fontset.el (resolved-ascii-font): New variable.
13672 (x-complement-fontset-spec): By side effect, set
13673 `resolved-ascii-font' to the resolved name of ASCII font."
13674 (create-fontset-from-fontset-spec): Don't get a value for
13675 resolved-ascii-font from the list full-fontlist. It is set by
13676 x-complement-fontset-spec now.
13677
13678 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13679 version, check the value of mule-version.
13680
13681 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13682
13683 * textmodes/reftex.el (reftex-view-crossref): Split up into
13684 several functions. No longer moves to find a macro.
13685 (reftex-view-cr-cite, reftex-view-cr-ref,
13686 reftex-end-of-bib-entry): New functions.
13687 (reftex-auto-view-crossref): New value `window' allowed.
13688 (reftex-view-crossref-when-idle): Process new `window' option in
13689 (reftex-translate-to-ascii-function): New default.
13690 (reftex-label-illegal-re): Default changed, removed Latin1.
13691 (reftex-latin1-to-ascii): New function.
13692 (reftex-what-environment): Check for section regexp before use.
13693 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13694 absolute path names.
13695 (reftex-TeX-master-file): Changed sequence of file checks.
13696 (reftex-do-citation): bibview cache only with RefTeX mode on.
13697
13698 1998-09-06 Richard Stallman <rms@gnu.org>
13699
13700 * progmodes/compile.el (compilation-error-regexp-alist):
13701 In first pattern (GNU utilities and other things),
13702 allow a space after the optional program name at the beginning.
13703
13704 * mail/mail-hist.el (mail-hist-current-header-contents):
13705 Fix previous change: use mail-header-end.
13706
13707 1998-09-06 Bill Richter <richter@math.nwu.edu>
13708
13709 * international/ccl.el: Doc fixes.
13710 * international/encoded-kb.el: Doc fixes.
13711 * international/fontset.el: Doc fixes.
13712 * international/kinsoku.el: Doc fixes.
13713 * international/kkc.el: Doc fixes.
13714 * international/mule-cmds.el: Doc fixes.
13715 * international/mule-conf.el: Doc fixes.
13716 * international/mule-util.el: Doc fixes.
13717 * international/mule.el: Doc fixes.
13718
13719 1998-09-05 Eric Ludlam <zappo@gnu.org>
13720
13721 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13722 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13723 (checkdoc-this-string-valid-engine): Permit ? as terminating
13724 punctuation for first line sentence breaking.
13725 (checkdoc-this-string-valid): When converting a comment into a doc
13726 string, make sure " chars are \".
13727 (checkdoc-sentencespace-region-engine): Only do double space check
13728 if based on the variable `sentence-end-double-space'
13729 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13730 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13731
13732 1998-09-04 Richard Stallman <rms@gnu.org>
13733
13734 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13735 Recognize define-skeleton as a function definer.
13736
13737 * cus-edit.el (customize-option): Refuse to customize
13738 a variable that has no defcustom. But if variable is autoloaded,
13739 first try to load the library that defines it.
13740
13741 * international/iso-insert.el: Use `string' before calling `insert'
13742 so that in multibyte buffers we insert multibyte chars.
13743
13744 * dired.el (dired-mark-files-containing-regexp):
13745 Don't use find-file; instead, insert the file in a temp buffer.
13746
13747 * textmodes/tex-mode.el (tex-start-options-string): New option.
13748 (tex-start-tex): Use that variable.
13749
13750 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13751 value in the `repeat' alternative a list.
13752
13753 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13754 the inserted newline, verify that one was really inserted.
13755
13756 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13757 remains on or remains off.
13758 (flyspell-multi-language-p): Default changed to nil.
13759
13760 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13761 In "found in comment" case, don't beginning-of-line after forward-line.
13762
13763 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13764 If the function definition is not a lambda, return original FORM
13765 with no error.
13766
13767 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13768
13769 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13770 so that by default netstat shows all network connections.
13771
13772 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13773
13774 * international/quail.el: Doc fixes.
13775
13776 * info.el (info): Don't add parens if FILE already has them.
13777
13778 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13779
13780 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13781 on extension lines.
13782
13783 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13784
13785 * w32-fns.el (w32-shell-dos-semantics): New function.
13786
13787 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13788
13789 * international/quail.el (quail-choose-completion-string): Store
13790 completion `choice' in `quail-current-str'; don't insert it.
13791
13792 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13793
13794 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13795 argument to ps-mule-generate-bitmap-font.
13796
13797 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13798 entry and change Latin-1 entry in the default value.
13799 (ps-mule-font-info-database-ps-bdf): New variable.
13800 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13801 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13802 registerd in FONT-SPEC.
13803 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13804 charcter width of bitmap fonts.
13805 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13806 procedure NF.
13807 (ps-begin-file): Output PostScript code for setting
13808 SpaceWidthRatio.
13809 (ps-plot-region): Use line-beginning-position to get a position of
13810 the beginning of the current line.
13811
13812 * international/mule-cmds.el (register-input-method): Doc-string
13813 modified.
13814
13815 1998-09-01 Dave Love <fx@gnu.org>
13816
13817 * international/mule-cmds.el (current-language-environment): Fix
13818 setter function.
13819
13820 1998-09-01 Simon Marshall <simon@gnu.org>
13821
13822 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13823 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13824 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13825 names with font-lock-type-face. Fontify type specs, etc., with
13826 font-lock-keyword-face.
13827
13828 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13829
13830 * international/fontset.el (x-complement-fontset-spec): If ASCII
13831 font is specified in FONTLIST, don't substitute it for the
13832 resolved name.
13833
13834 1998-08-31 Paul Eggert <eggert@twinsun.com>
13835
13836 * international/mule.el (charset-description): Doc fix.
13837
13838 * language/chinese.el, language/cyrillic.el, language/czech.el,
13839 language/devanagari.el, language/ethiopic.el,
13840 language/european.el, language/hebrew.el, language/indian.el,
13841 language/japanese.el, language/korean.el, language/lao.el,
13842 language/slovak.el, language/thai.el, language/tibetan.el,
13843 language/vietnamese.el:
13844 Add coding: local variable, to avoid bootstrapping problem
13845 if you need to recompile all the Lisp files using interpreted code.
13846
13847 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13848
13849 * cal-china.el (chinese-year-cache): Change range of years from
13850 1989-2000 to 1990-2010.
13851
13852 1998-08-29 Dave Love <d.love@dl.ac.uk>
13853
13854 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13855 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13856
13857 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13858
13859 * ps-print.el (ps-print-control-characters): Doc-string modified.
13860 (ps-output-string-prim): Comment format changed.
13861 (ps-do-despool): Indentation of source code changed.
13862
13863 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13864
13865 * subr.el (sref): Make it an alias of aref. Make the
13866 byte-compiler warn that it is obsolete.
13867 (char-bytes): Make the byte-compiler warn that it is obsolete.
13868
13869 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13870 Calculate the total bytes using position-bytes instead of
13871 char-bytes.
13872
13873 1998-08-27 Karl Heuer <kwzh@gnu.org>
13874
13875 * snmp-mode.el: New file.
13876 * files.el (auto-mode-alist): Add snmp-mode patterns.
13877
13878 1998-08-27 Karl Eichwalder <ke@suse.de>
13879
13880 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13881
13882 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13883
13884 * calendar/diary-lib.el (diary-block): Doc fix..
13885 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13886
13887 1998-08-27 Richard Stallman <rms@gnu.org>
13888
13889 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13890 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13891 Clear appt-mode-string if we don't put something in it.
13892
13893 1998-08-27 Dave Love <fx@gnu.org>
13894
13895 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13896 dired-local-variables-file for dired-x.
13897
13898 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13899 for compressed library files too.
13900
13901 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13902
13903 * language/european.el ("Latin-1"): Modify `documentation' key value.
13904 ("Latin-2"): Likewise.
13905
13906 1998-08-26 Karl Heuer <kwzh@gnu.org>
13907
13908 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13909
13910 1998-08-26 Albert L. Ting <alt@artisan.com>
13911
13912 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13913 (mail-hist-current-header-contents): Use mail-text-start.
13914
13915 1998-08-26 Richard Stallman <rms@gnu.org>
13916
13917 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13918 (customize-changed-options-previous-release): New variable.
13919 (customize-changed-options): Use that variable as default arg.
13920
13921 1998-08-26 Karl Eichwalder <ke@suse.de>
13922
13923 * midnight.el: Require `timer' not only when compiling.
13924
13925 1998-08-26 Per Starback <starback@update.uu.se>
13926
13927 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13928 buffer before creating help group.
13929
13930 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13931
13932 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13933 coding-system-for-write before saving.
13934
13935 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13936
13937 * isearch.el (isearch-forward): Doc fix.
13938
13939 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13940
13941 * emacs-lisp/find-func.el: Fix :version tags to have a string
13942 value, not a float.
13943
13944 * cus-dep.el: Fix typo in output.
13945
13946 1998-08-25 Dave Love <fx@gnu.org>
13947
13948 * repeat.el (repeat): Doc fix.
13949 [From rms:]
13950 (repeat-previous-repeated-command): New variable.
13951 (repeat): Check for real-last-command being null or repeat. Set
13952 repeat-previous-repeated-command.
13953
13954 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13955
13956 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13957
13958 * gnus/message.el (message-send-mail-with-sendmail): Bind
13959 coding-system-for-write by the return value of
13960 select-message-coding-system.
13961 (message-send-mail-with-qmail): Likewise.
13962
13963 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13964
13965 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13966 define-derived-mode.
13967
13968 * files.el (file-name-invalid-regexp):
13969 Fix regex for ms-dos without long file names.
13970
13971 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13972
13973 * ps-print.el: Multi-byte buffer handling.
13974 (ps-print-version): New version number (4.0) and doc fix.
13975 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13976 compilation for GNU Emacs and emacsens.
13977 (ps-generate-postscript-with-faces): Force invisible text to be
13978 visible.
13979 (dos-ps-printer): New var to avoid compilation gripes.
13980
13981 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13982
13983 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13984 that no more characters can't be printed in the current line.
13985
13986 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13987
13988 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13989 greater than TO.
13990
13991 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13992
13993 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13994 20.2 and the earlier version.
13995 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13996 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13997 (ps-mule-find-wrappoint): Likewise.
13998 (ps-mule-generate-font): Change `X' to `x' in format
13999 control-string.
14000 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
14001 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
14002 `restore' form procedures `BC' and `EC'.
14003
14004 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14005
14006 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
14007 is an executable procedure. Make LineThickness, Xshadow, and
14008 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
14009 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
14010 ps-mule-font-info-database-bdf): New vars.
14011 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
14012 (ccl-encode-ethio-unicode): New CCL program.
14013 (ps-mule-encode-ethiopic): New fun.
14014 (ps-mule-current-charset): New var.
14015 (ps-mule-get-font-spec, ps-mule-font-spec-src,
14016 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
14017 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
14018 (ps-mule-external-libraries): New var.
14019 (ps-mule-init-external-library): New fun.
14020 (ps-mule-font-cache): New var.
14021 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
14022 (ps-last-font): New var.
14023 (ps-mule-prepare-font): New fun.
14024 (ps-mule-charset-list): New var.
14025 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
14026 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
14027 ps-mule-plot-string): New funs.
14028 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
14029 New vars.
14030 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
14031 ps-mule-prepare-cmpchar-font): New funs.
14032 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
14033 vars.
14034 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
14035 ps-mule-generate-bitmap-glyph): New funs.
14036 (ps-mule-initialize, ps-mule-begin): New funs.
14037 (ps-output-string-prim): Insert string as unibyte.
14038 (ps-output-prologue): New fun.
14039 (ps-flush-output): Handle the case of 'prologue.
14040 (ps-begin-file): Call ps-mule-initialize.
14041 (ps-begin-job): Set ps-control-or-escape-regexp differently if
14042 printing multibyte characters.
14043 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
14044 (ps-basic-plot-string): Handle the case of printing ASCII
14045 characters by external libraries (e.g. BDF).
14046 (ps-set-font): Set ps-last-font.
14047 (ps-plot-region): Handle multibyte characters, use
14048 ps-mule-plot-string for them.
14049 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
14050
14051 * bdf.el: New file.
14052
14053 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
14054
14055 * international/mule-cmds.el (select-message-coding-system): New
14056 function.
14057 (set-language-environment-coding-systems): Set
14058 default-sendmail-coding-system.
14059
14060 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
14061 (default-sendmail-coding-system): New variable.
14062 (sendmail-send-it): Encode the message by a coding system
14063 select-message-coding-system returns.
14064
14065 1998-08-23 Eric Ludlam <zappo@gnu.org>
14066
14067 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
14068 (speedbar-mode): Set buffer to read only.
14069 (speedbar-temp-buffer-show-function): For emacs don't call hook
14070 with arguments.
14071 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
14072
14073 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
14074
14075 * speedbar.el (speedbar-key-map): Fix typo.
14076
14077 See ChangeLog.7 for earlier changes.