]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Changes for automatic remapping of X colors on terminal frames:
[gnu-emacs] / lisp / ChangeLog
1 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2
3 Changes for automatic remapping of X colors on terminal frames:
4
5 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
6 term-setup-hook. Call msdos-remember-default-colors and
7 msdos-handle-reverse-video.
8 (msdos-face-setup): Parts of code moved to
9 msdos-setup-initial-frame.
10 (msdos-handle-reverse-video): New function, modeled after
11 x-handle-reverse-video.
12 (make-msdos-frame): Don't use initial-frame-alist and
13 default-frame-alist. Call msdos-handle-reverse-video.
14 (msdos-color-aliases): Remove.
15 (msdos-color-translate, msdos-approximate-color): Remove.
16 (msdos-color-values): Use 16-bit RGB values. RGB values updated
17 for better approximation of X colors.
18 (msdos-face-setup): Call tty-color-clear. Remove code that sets
19 up tty-color-alist (it is now on startup.el).
20 (x-display-color-p, x-color-defined-p, x-color-values,
21 x-defined-colors, face-color-supported-p, face-color-gray-p):
22 Remove.
23
24 * facemenu.el (facemenu-read-color, list-colors-display): Use
25 defined-colors for all frame types.
26 (facemenu-color-equal): Use color-values for all frame types.
27
28 * faces.el (read-face-attribute): For :foreground and :background
29 attributes and frames on character terminals, translate the color
30 to the closest supported one before looking it up in the list of
31 valid values.
32 (face-valid-attribute-values): Call defined-colors for all types
33 of frames.
34 (defined-colors, color-defined-p, color-values, display-color-p):
35 New finctions.
36 (x-defined-colors, x-color-defined-p, x-color-values,
37 x-display-color-p): Aliases for the above.
38
39 * startup.el (command-line): Register terminal colors for frame
40 types other than x and w32, but only if the terminal supports
41 colors. Call tty-color-define instead of face-register-tty-color.
42
43 * term/x-win.el (xw-defined-colors): Renamed from
44 x-defined-colors.
45 * term/w32-win.el (xw-defined-colors): Likewise.
46
47 * term/tty-colors.el: New file.
48 * loadup.el: Load term/tty-colors.
49
50 1999-12-06 Dave Love <fx@gnu.org>
51
52 * ffap.el: Autoload the ffap alias directly.
53
54 1999-12-06 Inge Frick <inge@nada.kth.se>
55
56 * dired-aux.el (dired-do-shell-command): Changed documentation.
57 (dired-shell-stuff-it): A `?' in COMMAND has now the same
58 meaning as `*'.
59
60 1999-12-06 Gerd Moellmann <gerd@gnu.org>
61
62 * simple.el (insert-buffer): Doc fix.
63
64 * apropos.el (apropos-mode): Add autoload cookie.
65
66 1999-12-06 Sam Steingold <sds@goems.com>
67
68 * progmodes/etags.el (etags-tags-completion-table): Modified the
69 regexp to allow for the CL symbols starting with `+*'.
70 (tags-completion-table): Doc fix (it's an obarray, not an alist).
71 (tags-completion-table, tags-recognize-empty-tags-table): Remove
72 `function' quoting lambda.
73 (tags-with-face): New macro.
74 (list-tags, tags-apropos): Use it.
75 (tags-apropos-additional-actions): New user option.
76 (etags-tags-apropos-additional): Use it.
77 (tags-apropos): Call etags-tags-apropos-additional.
78 (tags-apropos-verbose): New user option.
79 (etags-tags-apropos): Use it.
80 (visit-tags-table-buffer, next-file): Use `unless'.
81 (recognize-empty-tags-table): Renamed to
82 tags-recognize-empty-tags-table.
83 (complete-tag): Call tags-complete-tag bypassing try-completion.
84
85 1999-12-06 Kenichi Handa <handa@etl.go.jp>
86
87 * international/mule.el (set-buffer-file-coding-system): Docstring
88 modified.
89
90 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
91
92 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
93 using the hideshow package.
94 (hs-special-modes-alist): Added entry for bibtex to allow the use
95 of the hideshow package.
96 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
97 not longer provided by bibtex.el directly. Instead the hideshow
98 package should be used.
99 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
100 references to bibtex-hide-entry-bodies.
101
102 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
103
104 * textmodes/bibtex.el: Copyright notice is up to date. Moved
105 maintainer information closer to the beginning of the bibtex.el
106 file.
107 (bibtex-maintainer-salutation): New constant.
108 (bibtex-version): New constant.
109 (bibtex-submit-bug-report): Use bibtex-version and
110 bibtex-maintainer-salutation.
111 (bibtex-entry-field-alist): Made booktitle field optional for
112 @inproceedings entries when crossreferenced.
113 (bibtex-entry-field-alist): Added booktitle field to proceedings
114 entry type (for cross referencing). Thanks to Wagner Toledo Correa
115 for the suggestion.
116 (bibtex-string-file-path): Fixed typo.
117
118 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
119
120 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
121 for reftex.el.
122 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
123 to menu.
124
125 1999-12-04 Dave Love <fx@gnu.org>
126
127 * delsel.el: Revert previous change -- region is significant to
128 skeleton.
129
130 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
131
132 * viper-cmd.el (viper-change-state): Use
133 viper-ESC-moves-cursor-back to decide whether to move the cursor
134 back.
135
136 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
137
138 * international/mule-util.el (truncate-string-to-width): Docsting
139 fixed.
140
141 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
142
143 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
144 use of `cond'.
145 (lm-with-file): Move all the find-file...kill-buffer stuff into
146 this macro. Make it use `find-file-noselect' and make it kill
147 the buffer only if it wasn't already displayed somewhere.
148 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
149 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
150 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
151 (lm-commentary): fix to handle the case when the change log is
152 at the end of the file.
153
154 1999-12-02 Kenichi Handa <handa@etl.go.jp>
155
156 * international/mule.el (charsetp): Fix typo in docstring.
157
158 * international/mule-diag.el (list-coding-categories): Fix typo;
159 automatic -> autoload.
160
161 1999-12-02 Gerd Moellmann <gerd@gnu.org>
162
163 * vc.el (vc-update-change-log): Look for rcs2log under
164 exec-directory.
165
166 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
167 outline-regexp, add outline-level.
168 (lisp-outline-level): New.
169
170 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
171 remove extraneous string-match.
172
173 * finder.el (finder-commentary): Activate Finder mode.
174
175 1999-12-01 Anders Lindgren <andersl@andersl.com>
176
177 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
178 off when reverting buffers that contained mode specifiers.
179 `revert-buffer' is now called with non-nil PRESERVE-MODES
180 argument.
181
182 1999-12-01 Dave Love <fx@gnu.org>
183
184 * delsel.el: Grok skeleton-pair-insert-maybe.
185
186 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
187
188 * progmodes/cperl-mode.el (cperl-under-as-char):
189 Use nil as default.
190
191 1999-11-30 Gerd Moellmann <gerd@gnu.org>
192
193 * speedbar.el (toplevel): Remove compatibility code for Emacs
194 versions without custom.el.
195
196 1999-11-30 Dave Love <fx@gnu.org>
197
198 * fortran.el (fortran-strip-sequence-nos): New command.
199
200 * autoinsert.el: Minor doc fixes.
201 (auto-insert): Return nil.
202
203 * faces.el (set-face-documentation): Purecopy STRING.
204
205 1999-11-29 Dave Love <fx@gnu.org>
206
207 * derived.el: Doc fixes, remove old backquote syntax.
208
209 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
210 comment warning about editing.
211
212 * help.el (help-mode-hook): Define.
213
214 1999-11-29 Gerd Moellmann <gerd@gnu.org>
215
216 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
217 invalid translation of old-style backquote syntax to new syntax.
218
219 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
220
221 * Makefile (DONTCOMPILE): Add term/internal.el.
222
223 1999-11-26 Dave Love <fx@gnu.org>
224
225 * comint.el: Fix last change.
226
227 * emacs-lisp/advice.el: Fix last change.
228
229 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
230
231 * cus-edit.el (Custom-reset-standard): Doc fix.
232 (custom-variable-reset-standard): Doc fix.
233 (custom-face-reset-standard): Doc fix.
234 (custom-face-menu): "Reset to Standard" => "Erase Customization".
235 (custom-variable-menu): Likewise.
236 (custom-reset-menu): Likewise.
237 (custom-buffer-create-internal): Likewise.
238
239 1999-11-26 Dave Love <fx@gnu.org>
240
241 * progmodes/make-mode.el (makefile-mode-hook): Customize.
242
243 * font-lock.el: Doc fixes.
244
245 * menu-bar.el (menu-bar-mode): Customize.
246
247 * cus-start.el: Add use-dialog-box.
248
249 * add-log.el (change-log-mode-hook): Customize.
250 (add-log-current-defun): Use
251 fortran-{beginning,end}-of-subprogram.
252
253 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
254
255 * emacs-lisp/advice.el: Many doc fixes.
256
257 * comint.el (comint-preoutput-filter-functions): Doc fix.
258
259 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
260
261 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
262 Improve messages for capitalization of arg names,
263 for flag variables, for t and nil, for imperatives.
264 Call them imperatives rather than infinitives sans "to".
265 (checkdoc-common-verbs-wrong-voice): Add "moves".
266 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
267
268 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
269 Don't convert comments from 3-semicolon to 2-semicolon.
270 That is a matter of style.
271 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
272 (checkdoc-comments): Don't bind that variable.
273
274 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
275
276 * files.el (write-file-hooks): Doc fix.
277
278 1999-11-26 Gerd Moellmann <gerd@gnu.org>
279
280 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
281
282 1999-11-25 Dave Love <fx@gnu.org>
283
284 * hippie-exp.el: Require comint when compiling.
285 (hippie-expand): Add :links.
286 (hippie-expand-try-functions-list): Customize.
287
288 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
289
290 * viper*el: Replaced old-style backquotes.
291
292 * ediff*el: Replaced old-style backquotes.
293
294 * ediff-merge
295 (ediff-looks-like-combined-merge,ediff-get-combined-region):
296 Changed to support the new format for ediff-combination-pattern.
297
298 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
299 Changed to support the new format for ediff-combination-pattern.
300
301 1999-11-24 Dave Love <fx@gnu.org>
302
303 * custom.el (custom-declare-group): Purecopy DOC.
304 (custom-handle-keyword): Purecopy VALUE.
305 (custom-add-link): Purecopy WIDGET.
306 (custom-add-version): Purecopy VERSION.
307 (custom-add-load): Purecopy LOAD.
308
309 * cus-face.el (custom-declare-face): Purecopy DOC.
310
311 * info.el:
312 (Info-build-node-completions, Info-search, Info-follow-reference)
313 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
314 (Info-find-emacs-command-nodes): Avoid properties on matched text
315 which may appear in minibuffer.
316
317 1999-11-24 Gerd Moellmann <gerd@gnu.org>
318
319 * locate.el (locate-with-filter): Doc fix.
320
321 1999-11-24 Alex Schroeder <alex@gnu.org>
322
323 * sql.el (sql-find-sqli-buffer): New function.
324 (sql-set-sqli-buffer-generally): New function.
325 (sql-set-sqli-buffer): Better checking of new-buffer.
326 (sql-copy-column): Add comma after INTO clause, too.
327
328 1999-11-24 Alex Schroeder <alex@gnu.org>
329
330 * sql.el (sql-imenu-generic-expression): New, used to set
331 imenu-generic-expression.
332
333 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
334 setting font-lock-defaults' SYNTAX-ALIST. Set
335 imenu-generic-expression, imenu-case-fold-search, and
336 imenu-syntax-alist.
337
338 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
339 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
340
341 1999-11-23 Andrew Innes <andrewi@gnu.org>
342
343 * w32-win.el (w32-drag-n-drop): Load files in current window, if
344 drop coords aren't over a specific window.
345
346 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
347
348 * ps-print.el: Define mule funs without checking if mule package is
349 loaded.
350 (ps-print-version): New version number (5.0.1).
351 (ps-header-dirpart): Now uses abbreviate-file-name.
352
353 1999-11-23 Dave Love <fx@gnu.org>
354
355 * fortran.el (fortran-comment-line-start): Renamed from
356 comment-line-start.
357 (fortran-comment-line-start-skip): Renamed from
358 comment-line-start-skip.
359 (fortran-mode-map): Use renamed functions. Add manual and custom
360 entries to menu.
361 (fortran-mode-hook): Customize.
362 (fortran-comment-indent-function): Renamed from
363 fortran-comment-hook.
364 (delete-horizontal-regexp): Function deleted.
365 (fortran-electric-line-number): Simplified.
366 (fortran-beginning-of-subprogram): Renamed from
367 beginning-of-fortran-subprogram.
368 (fortran-end-of-subprogram): Renamed from
369 end-of-fortran-subprogram.
370 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
371 (fortran-previous-statement, fortran-next-statement): Simplified.
372 (fortran-blink-match): New function.
373 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
374 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
375 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
376 line-end-position.
377 (fortran-fill): No longer interactive. Simplified.
378 (fortran-break-line): Simplified.
379 (fortran-analyze-file-format): Use char-after, not looking-at.
380
381 * find-func.el (find-function-regexp): Use `define-minor-mode'
382 after easy-menu change.
383
384 1999-11-23 Gerd Moellmann <gerd@gnu.org>
385
386 * comint.el: Add redirection.from active comint buffers into
387 another buffer. Written by Peter Breton.
388
389 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
390
391 * emacs-lisp/autoload.el (make-autoload): Recognize the new
392 `define-minor-mode'.
393 (define-minor-mode): Specify `doc-string-elt'.
394
395 * emacs-lisp/easy-mmode.el: Changed maintainer.
396 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
397 Use defcustom for the hooks; Improve the auto-generated docstrings.
398 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
399 (define-minor-mode): Add BODY arg; Only declare the keymap if
400 provided; Improve the auto-generated docstrings.
401
402 1999-11-22 Gerd Moellmann <gerd@gnu.org>
403
404 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
405 that the leading `^' is at the start. This is necessary because
406 paragraphs.el tries to remove anchors, but can find them only if
407 they are the first character.
408
409 * progmodes/antlr-mode.el: New file.
410
411 * calendar/calendar.el: Fix autoload for
412 calendar-absolute-from-astro. Add autoload for
413 calendar-print-astro-day-number.
414
415 1999-11-21 Anders Lindgren <andersl@andersl.com>
416
417 * follow.el: Use modern backquote syntax. Minor comment update.
418
419 1999-11-21 Gerd Moellmann <gerd@gnu.org>
420
421 * simple.el (with-syntax-table): Don't switch buffers.
422
423 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
424 progmodes/hideif.el: Use new backquote syntax.
425
426 1999-11-21 Ken Manheimer <klm@python.org>
427
428 * icomplete.el (icomplete-completions): Use an explicit variable
429 `icomplete-prospects-length', obviating the need to use an
430 apparently faulty throw/catch arrangement.
431
432 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
433
434 * term/internal.el (IT-display-table-setup): Don't overstep
435 character code 255.
436
437 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
438
439 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
440 for the charset chinese-sisheng is 7bit encoding, not 8bit.
441
442 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
443
444 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
445 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
446
447 * files.el (auto-mode-alist): Add patterns for diff-mode.
448
449 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
450 to detect an empty prompt.
451
452 1999-11-18 Dave Love <fx@gnu.org>
453
454 * simple.el (input-mode-8-bit): Fix the customization.
455
456 1999-11-18 Gerd Moellmann <gerd@gnu.org>
457
458 * international/iso-acc.el (iso-languages): Add more
459 characters for Portuguese.
460
461 * speedbar.el: Clean up comment at the start of the file.
462 Remove RCS id.
463
464 * progmodes/compile.el (compilation-parse-errors): Use
465 compilation-buffer-p instead of testing major-mode.
466
467 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
468
469 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
470 (quickurl-ask): completion-ignore-case is set to the value of
471 quickurl-completion-ignore-case for the duration of the call to
472 completing-read.
473
474 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
475
476 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
477
478 1999-11-18 Kenichi Handa <handa@etl.go.jp>
479
480 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
481 instead of ps-print-def.
482
483 * ps-print.el: Require ps-vars instead of ps-print-def.
484
485 * ps-mule.el: Require ps-vars instead of ps-print-def.
486
487 1999-11-17 Gerd Moellmann <gerd@gnu.org>
488
489 * simple.el (with-syntax-table): Save buffer explicitly instead of
490 using save-excursion.
491
492 1999-11-16 Gerd Moellmann <gerd@gnu.org>
493
494 * mail/supercite.el: New maintainer.
495
496 1999-11-16 Reto Zimmermann <reto@synopsys.com>
497
498 * progmodes/vhdl-mode.el: Use new backquote syntax.
499
500 1999-11-16 Gerd Moellmann <gerd@gnu.org>
501
502 * simple.el (with-syntax-table): New.
503
504 1999-11-15 Sam Steingold <sds@ksp.com>
505
506 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
507
508 1999-02-22 Sam Steingold <sds@goems.com>
509
510 * goto-addr.el (goto-address-at-mouse,
511 goto-address-find-address-at-point): use compose-mail.
512 (goto-address-mail-method): removed variable.
513 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
514 goto-address-send-using-mail): removed functions.
515
516 1998-11-03 Sam Steingold <sds@goems.com>
517
518 * simple.el (backward-delete-char-untabify):
519 backward-delete-char-untabify-method can be `all' now - to delete
520 hungrily including newlines.
521
522 1999-11-15 Sam Steingold <sds@ksp.com>
523
524 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
525
526 1999-11-15 Dave Love <fx@gnu.org>
527
528 * cus-edit.el (customize-face, customize-face-other-window):
529 Require match from completing-read.
530 (custom-buffer-done-function): Default to custom-bury-buffer, not
531 bury-buffer.
532
533 1999-11-15 Gerd Moellmann <gerd@gnu.org>
534
535 * mail/rmail.el, iswitchb.el, hippie-exp.el,
536 progmodes/cperl-mode.el: Use new backquote syntax.
537
538 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
539
540 * uniquify.el: Use new backquote syntax.
541
542 1999-11-14 Markus Rost <rost@ias.edu>
543
544 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
545 as in ispell-local-dictionary-alist.
546
547 1999-11-14 Alex Schroeder <alex@gnu.org>
548
549 * ansi-color.el (ansi-color-apply): Updated regexps to include
550 highlighted face.
551
552 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
553
554 * forms.el (forms--make-format-elt-using-text-properties):
555 Treat `intangible' differently.
556
557 * forms.el: Use new backquote syntax.
558
559 1999-11-13 Gerd Moellmann <gerd@gnu.org>
560
561 * textmodes/scribe.el (scribe-mode): Doc-fix.
562
563 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
564
565 * net-utils.el (run-network-program, net-utils-run-program): Use
566 the new backquote syntax.
567 (smbclient-program, smbclient-program-options)
568 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
569 variables
570 (smbclient, smbclient-list-shares): New functions
571
572 1999-11-12 Sam Steingold <sds@ksp.com>
573
574 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
575 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
576 (viper-kbd-buf-definition, viper-kbd-mode-alist)
577 (viper-kbd-mode-pair, viper-kbd-mode-definition)
578 (viper-kbd-global-pair, viper-kbd-global-definition):
579 Use the new backquote syntax.
580
581 * emulation/viper-cmd.el (viper-test-com-defun)
582 (viper-prefix-arg-value, viper-prefix-arg-com):
583 Use the new backquote syntax.
584
585 * emacs-lisp/debug.el (debugger-env-macro):
586 Use the new backquote syntax.
587
588 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
589 Use the new backquote syntax.
590
591 * calendar/calendar.el (calendar-remove-frame-by-deleting):
592 New user variable.
593 (calendar-hide-window): Use it.
594 (increment-calendar-month, calendar-for-loop, calendar-sum):
595 Use the new backquote syntax.
596
597 1999-11-12 Andrew Innes <andrewi@gnu.org>
598
599 * select.el (x-set-selection): Call buffer-substring, not
600 substring. Also fix docstring
601
602 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
603
604 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
605 of customizable variables to bug report message. Added
606 system-type to package name in bug report.
607
608 1999-11-12 Gerd Moellmann <gerd@gnu.org>
609
610 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
611 to display file names.
612
613 1999-11-11 Gerd Moellmann <gerd@gnu.org>
614
615 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
616
617 * isearch.el: Add lazy-highlighting feature.
618
619 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
620
621 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
622 constant.
623 (ps-mode-submit-bug-report): New function. Entry added to menu.
624
625 1999-11-10 William M. Perry <wmperry@aventail.com>
626
627 * mwheel.el: New file to support the new style wheeled mice.
628
629 1999-11-10 Gerd Moellmann <gerd@gnu.org>
630
631 * startup.el (initial-scratch-message): Add ";;" to the front of
632 lines in the message.
633
634 * files.el (file-local-copy): Remove optional BUFFER argument
635 because that's not used by anything.
636
637 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
638 to-address.
639
640 1999-11-08 Markus Rost <rost@ias.edu>
641
642 * wid-edit.el (widget-button-click): Wrap with save-excursion
643 to restore track-mouse in the correct buffer.
644
645 1999-11-08 Gerd Moellmann <gerd@gnu.org>
646
647 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
648
649 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
650
651 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
652 lpr-command to "lp" for some system-types. (copied from lpr.el
653 Emacs version 20.2.1).
654
655 1999-11-04 Markus Rost <rost@ias.edu>
656
657 * simple.el (comment-region): Strip off white space at end of
658 comment-start.
659
660 1999-11-04 Gerd Moellmann <gerd@gnu.org>
661
662 * faces.el (secondary-selection): Fix wrong color name.
663
664 1999-11-04 John Tobey <jtobey@epsilondev.com>
665
666 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
667 the default when invoking perldb in a non-Perl buffer, and other
668 cases involving -e or --.
669
670 1999-11-04 Gerd Moellmann <gerd@gnu.org>
671
672 * simple.el (previous-matching-history-element)
673 (next-history-element): Use delete-field instead of erase-field.
674
675 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
676 Use delete-field instead of erase-field.
677
678 * faces.el (secondary-selection): Change background to yellow.
679
680 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
681 find the start of the text. Use field-string to read the user
682 input.
683
684 1999-11-03 Gerd Moellmann <gerd@gnu.org>
685
686 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
687 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
688 for compatibility with old face implementation.
689
690 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
691 Use erase-field instead of erase-buffer.
692
693 * frame.el (blink-cursor-mode, blink-cursor-end): Use
694 internal-show-cursor with new interface.
695 (blink-cursor-timer-function): New.
696 (blink-cursor-start): Use blink-cursor-timer-function.
697
698 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
699
700 * calendar.el (redraw-calendar): Move to nearest date before
701 redrawing.
702
703 * diary-lib.el (simple-diary-display): Reset modeline even if
704 there are no diary entries since the diary buffer may be displayed.
705
706 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
707
708 * emacs-lisp/debug.el (debug): If noninteractive, display the
709 backtrace using `message', then exit Emacs.
710 (debugger-batch-max-lines): New variable.
711 (debugger-setup-buffer): New subroutine, broken out of `debug'.
712 Change the messages put at the start, to say that the debugger
713 was entered.
714
715 1999-11-02 Sam Steingold <sds@ksp.com>
716
717 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
718
719 1999-11-01 John Tobey <jtobey@epsilondev.com>
720
721 * gud.el: (gud-perldb-massage-args): Massage correctly in the
722 presence of perl switches other than "-e".
723
724 1999-11-01 Markus Rost <rost@ias.edu>
725
726 * dired-x.el (dired-smart-shell-command): Use
727 shell-command-history as in shell-command.
728
729 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
730
731 * userlock.el (ask-user-about-lock): Doc fix.
732
733 * frame.el: Doc fixes.
734
735 1999-11-01 Gerd Moellmann <gerd@gnu.org>
736
737 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
738 of show-cursor.
739 (blink-cursor-start, blink-cursor-end): Ditto.
740
741 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
742
743 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
744
745 * window.el (walk-windows): If ALL-FRAMES is a frame,
746 start on that frame. Use save-selected-window.
747
748 1999-11-01 Gerd Moellmann <gerd@gnu.org>
749
750 * simple.el (end-of-buffer): Use window-end to find the window end
751 instead of vertical-motion because this handles variable-height
752 lines correctly.
753
754 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
755
756 * ediff.el: Version change.
757
758 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
759 make sure you are in a good frame before deleting other
760 windows.
761 (ediff-file-checked-in-p): Don't consider CVS
762 files checked in.
763 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
764 are writing to a newly created empty file.
765
766 * ediff-mult.el (ediff-show-session-group-hook): New default.
767
768 * ediff-vers.el (ediff-pcl-cvs-view-revision):
769 First cd to the file directory. reportedly works
770 better with remote files.
771
772 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
773 Use file-name-nondirectory when passing files to CVS.
774
775 * ediff-diff.el (ediff-cmp-options): New variable.
776 (ediff-same-file-contents): Use ediff-cmp-options.
777
778 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
779 ediff-get-patch-buffer): Use current buffer if it appears to be a
780 patch.
781
782 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
783 C-g
784
785 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
786 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
787 (viper-save-cursor-color,viper-restore-cursor-color):
788 Improved cursor color handling.
789 (viper-get-saved-cursor-color-in-replace-mode,
790 viper-get-saved-cursor-color-in-insert-mode): New functions for
791 better cursor color handling.
792
793 * viper-ex.el (ex-read,ex-edit):
794 Fixes for correct interpretation of #,%.
795 (viper-ex): Now works correctly when called from other functions.
796 (viper-glob-function): New variable.
797 (viper-ex): Save excursion before doing :global.
798
799 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
800
801 * viper-cmd.el (viper-post-command-sentinel,
802 viper-insert-state-post-command-sentinel,
803 viper-insert-state-pre-command-sentinel): Takes better care of
804 cursor colors.
805
806 * viper.el: Version change.
807
808 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
809
810 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
811 that the modeline display was updated *only* when
812 `whitespace-display-in-modeline' was set, not otherwise.
813
814 1999-10-30 Gerd Moellmann <gerd@gnu.org>
815
816 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
817 "frac12".
818
819 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
820 ad-activate.
821
822 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
823
824 * whitespace.el: Test for existence of `defcustom' and `defgroup'
825 using fboundp instead of assuming that these are not present in
826 particular flavors of emacs.
827 (whitespace-version): Update to 2.8
828 (whitespace-display-in-modeline): Add custom variable to control
829 displaying the whitespace errors on the modeline based on
830 suggestion from <klaus.berndl@sdm.de>
831 (whitespace-buffer): Now returns `t' if unclean and `nil' if
832 clean, to enable using as a hook function, as suggested by Puneet
833 Goel <puneet@computer.org>
834 (whitespace-buffer): Fix a subtle bug that cleaned up only if
835 quiet was not set, even with whitespace-auto-cleanup set.
836 (whitespace-mode-line): Now uses less modeline real estate and
837 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
838 which is present in the file, and <y> is any type of whitespace
839 whose check has been suppressed by setting
840 `whitespace-check-<whitespace-type>' to nil.
841 (whitespace-unchecked-whitespaces): New function to return the
842 list of whitespaces for whom checks have been suppressed.
843 (whitespace-display-unchecked-whitespaces): Renamed to
844 `whitespace-update-modeline' to reflect its functionality.
845
846 1999-10-30 Gerd Moellmann <gerd@gnu.org>
847
848 * progmodes/compile.el (compilation-error-regexp-alist):
849 Undo previous change.
850
851 >>>>>>> 1.97
852 1999-10-28 Dave Love <fx@gnu.org>
853
854 * help.el (help-follow): Make arg optional again and really
855 default to point.
856
857 1999-10-28 Gerd Moellmann <gerd@gnu.org>
858
859 * paths.el (rmail-file-name): Make it an option.
860
861 * progmodes/ada-mode.el, progmodes/ada-prj.el,
862 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
863 comment fixes.
864
865 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
866 MIPS Pro 7.3 compiler error message syntax.
867
868 1999-10-27 Dave Love <fx@gnu.org>
869
870 * progmodes/compile.el: Checkdoc-inspired fixes.
871
872 1999-10-27 Gerd Moellmann <gerd@gnu.org>
873
874 * lpr.el (print-buffer): Doc-string fix.
875
876 1999-10-27 Dave Love <fx@gnu.org>
877
878 * emacs-lisp/advice.el: Doc fixes.
879 (ad-lemacs-p): Removed.
880 (advice): Add :link to defgroup.
881
882 1999-10-27 Kenichi Handa <handa@etl.go.jp>
883
884 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
885 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
886
887 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
888
889 * window.el (walk-windows): If ALL-FRAMES is a frame,
890 start on that frame. Use save-selected-window.
891
892 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
893
894 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
895 ad-activate. All callers changed, including those in data.c.
896 (ad-activate-internal-off): Renamed from ad-activate-off.
897 All uses changed.
898 (ad-activate): Renamed from ad-activate-on. All uses changed.
899 (ad-start-advice, ad-stop-advice, ad-recover-normality):
900 Alter the definition of ad-activate-internal, not ad-activate.
901
902 1999-10-26 Gerd Moellmann <gerd@gnu.org>
903
904 * startup.el (command-line-1): Add support for command line
905 arguments `file' and `execute'. Fix handling of `visit'.
906
907 1999-10-26 Kenichi Handa <handa@etl.go.jp>
908
909 * international/mule-cmds.el (read-input-method-name): Handle the
910 case that the arg DEFAULT is symbol.
911
912 * international/mule-diag.el (mule-diag): Handle the case that
913 default-input-method is symbol.
914
915 1999-10-26 Gerd Moellmann <gerd@gnu.org>
916
917 * textmodes/tildify.el: New file.
918
919 1999-10-25 Sam Steingold <sds@ksp.com>
920
921 * Makefile (compile-files): Fixed the "tr" strings.
922 (EMACS): Set to ../src/emacs.
923
924 1999-10-25 Gerd Moellmann <gerd@gnu.org>
925
926 * info.el (Info-build-node-completions): Add '("*") to the
927 completion list.
928
929 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
930
931 * frame.el (auto-raise-mode): When enabling the mode,
932 immediately raise the selected frame.
933
934 * indent.el (indent-region): Doc fix.
935
936 * comint.el (comint-output-filter): Make the Comint buffer current
937 for the comint-preoutput-filter-functions.
938
939 * mail/reporter.el: Doc fix.
940
941 1999-10-24 Stephen Eglen <stephen@gnu.org>
942
943 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
944 that Octave lisp files can also run under XEmacs 20.
945 (require 'custom) added so that files can run under Emacs 19.34.
946
947 * iswitchb.el (iswitchb-default-keybindings): No need to use
948 read-kbd-macro in keybindings.
949
950 1999-10-23 Dave Love <fx@gnu.org>
951
952 * elide-head.el: New file.
953
954 1999-10-23 Gerd Moellmann <gerd@gnu.org>
955
956 * Makefile (compile-files, backup-compiled-files): New targets.
957 (bootstrap, bootstrap-clean): Ditto.
958
959 1999-10-22 Paul Eggert <eggert@twinsun.com>
960
961 * international/mule-cmds.c (locale-language-names):
962 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
963 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
964 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
965 Use Latin-8 for Welsh.
966 Use Latin-1 for English if "en" is explicitly specified.
967 Use Latin-1 for Scots Gaelic, Tagalog.
968 Use Latin-1 (not Latin-4) for Greenlandic.
969 Use Latin-1 (not Latin-2) for Albanian.
970 (locale-preferred-coding-systems, locale-language-names):
971 Remove generic ISO 8859 locales; locale-charset-language-names now
972 does this.
973 (locale-charset-language-names): New variable.
974 (set-locale-environment): Use language name specified by
975 locale-charset-language-names if its charsets disagree with the
976 language name specified by locale-language-names.
977
978 1999-10-22 Dave Love <fx@gnu.org>
979
980 * make-mode.el: Minor doc fixes.
981
982 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
983
984 1999-10-21 Dave Love <fx@gnu.org>
985
986 * loadup.el: Add latin-8, latin-9.
987
988 1999-10-20 Paul Eggert <eggert@twinsun.com>
989
990 * disp-table.el (standard-display-european): Remove undocumented
991 arg AUTO; no longer used by startup.el. Do not attempt to treat
992 all non-English language environments as coding system names.
993 Instead, use the downcased language environment name as a coding
994 system name if it is one; otherwise, use latin-1.
995
996 1999-10-20 Gerd Moellmann <gerd@gnu.org>
997
998 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
999 that were split so that part of the comment appeared as Lisp code.
1000
1001 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1002
1003 * ps-bdf.el: Doc fix.
1004
1005 * ps-print-def.el: New file: common definitions for all parts of
1006 ps-print.
1007 (ps-multibyte-buffer): Moved from ps-mule.
1008
1009 * ps-mule.el: File dependence fix.
1010 (ps-multibyte-buffer): Moved to ps-print-def.
1011
1012 * ps-print.el: Doc fix, better customization.
1013 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
1014 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
1015 (ps-end-file): Doc fix.
1016 (ps-setup, ps-begin-file): Fun fix.
1017 (postscript): New group.
1018 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
1019 (ps-print-prologue-1): Adjust PostScript programming.
1020 (ps-print): Adjust group hierarchy.
1021 (ps-print-n-up, ps-print-zebra, ps-print-background,
1022 ps-print-printer)
1023 (ps-print-page): New subgroups.
1024 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
1025 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
1026 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
1027 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
1028 (ps-zebra-stripe-height, ps-print-background-image)
1029 (ps-print-background-text, ps-spool-config): Adjust customization.
1030 (dos-ps-printer): Definition eliminated.
1031
1032 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1033
1034 * ps-mule.el: Doc fix, define functions properly if mule package is
1035 loaded or not.
1036 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
1037 mule package is loaded or not.
1038
1039 * ps-print.el: Doc fix, n-up printing.
1040 (ps-print-version): New version number (5.0).
1041 (ps-page-dimensions-database): Added document media.
1042 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
1043 (ps-page-order, ps-printing-region-p): New vars.
1044 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
1045 funs.
1046 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
1047 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
1048 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
1049 (ps-n-up-xstart, ps-n-up-ystart): New macros.
1050 (ps-print-begin-sheet-hook): New hook.
1051 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
1052 const.
1053 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
1054 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
1055 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
1056 (ps-count-lines): Changed to defun.
1057 (ps-header-page): Changed to defsubst, fix fun.
1058 (ps-printing-region): Doc fix, adjust programming code.
1059 (ps-output-boolean, ps-background-pages, ps-background-text)
1060 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
1061 programming code.
1062
1063 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1064
1065 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
1066 (ps-print-version): New version number (4.2).
1067 (ps-spool-config, ps-spool-tumble): New vars.
1068 (ps-print-prologue-1): Changed to defconst, adjust PostScript
1069 programming, new PostScript procedure to handle errors.
1070 (ps-print-prologue-2): Changed to defconst.
1071 (ps-print-duplex-feature): New const: duplex and tumble setting.
1072 (ps-setup, ps-begin-file): Fix funs.
1073 (ps-boolean-capitalized): New fun.
1074
1075 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
1076
1077 * Makefile (dontcompilefiles): Obsoleted.
1078 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
1079 (EL): Unused.
1080 (temacs): Removed (unused).
1081 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
1082 version of the file (necessary for the update to work properly).
1083 (autoloads): Force the use of `pwd`/loaddefs.el.
1084 (updates); Redefined in terms of other targets to reduce redundancy.
1085 (.el.elc): New default rule, just in case you want it.
1086 (compile): Use a single invocation of Emacs.
1087 (bootstrap-compile); Unneeded.
1088 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
1089
1090 1999-10-19 Dave Love <fx@gnu.org>
1091
1092 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
1093
1094 1999-10-19 Sam Steingold <sds@ksp.com>
1095
1096 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
1097 comply with the comment.
1098
1099 1999-10-19 Gerd Moellmann <gerd@gnu.org>
1100
1101 * autorevert.el (auto-revert-mode): Make auto-revert-mode
1102 permanent-local.
1103
1104 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
1105
1106 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
1107 value: \"lpr\" changed to "lpr"
1108 (ps-mode-version): New constant
1109 (ps-mode-show-version): New function, added key in ps-mode-map
1110 (ps-run-messages): Removed
1111 (ps-run-font-lock-keywords-2): New defcustom variable replacing
1112 ps-run-messages. These keywords now include the value of
1113 ps-run-prompt, making its fontification customizable.
1114 (ps-run-init): Removed \\n from docstring, it is now added when
1115 the value is used
1116 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
1117 ps-run-prompt
1118 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
1119 customizable variables in doc-string (its equivalent
1120 ps-run-messages was missing in previous version of the doc-string)
1121 (ps-run-mode): Simplified assignment to font-lock-defaults, using
1122 symbols only
1123
1124 1999-10-19 Alex Schroeder <alex@gnu.org>
1125
1126 * ansi-color.el: Complete rewrite.
1127
1128 1999-10-19 Paul Eggert <eggert@twinsun.com>
1129
1130 Fix bootstrapping problems.
1131 Use the system locale to specify Emacs locale defaults.
1132
1133 * international/mule-cmds.el (global-map):
1134 Do not use backquote, because that makes a bootstrapping
1135 problem if you need to recompile all Lisp files using interpreted code.
1136 * international/mule.el (charset-id, charset-bytes,
1137 charset-dimension, charset-chars, charset-width,
1138 charset-direction, charset-iso-final-char,
1139 charset-iso-graphic-plane, charset-reverse-charset,
1140 charset-short-name, charset-long-name, charset-description,
1141 charset-plist): Likewise.
1142 * subr.el (save-match-data): Likewise.
1143
1144 * international/mule-cmds.el
1145 (set-display-table-and-terminal-coding-system): New function,
1146 containing code migrated out of set-language-environment.
1147 (set-language-environment, set-locale-environment): Use it.
1148 (locale-translation-file-name): Moved here from startup.el.
1149 (locale-language-names, locale-preferred-coding-systems):
1150 New vars.
1151 (locale-name-match, set-locale-environment): New functions.
1152
1153 * language/japan-util.el (setup-japanese-environment-internal):
1154 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
1155
1156 * startup.el (iso-8859-n-locale-regexp): Remove.
1157 (locale-translation-file-name): Move to mule-cmds.el.
1158 (command-line): Move locale-stuff into set-locale-environment.
1159
1160 1999-10-18 Dave Love <fx@gnu.org>
1161
1162 * abbrev.el (add-abbrev, inverse-add-abbrev)
1163 (expand-region-abbrevs): Remove properties from buffer text.
1164
1165 1999-10-17 Gerd Moellmann <gerd@gnu.org>
1166
1167 * iswitchb.el (iswitchb-exhibit): Extract user-input only
1168 from the mini-buffer, without the prompt.
1169
1170 * simple.el (minibuffer-prompt-end): Return the position
1171 after the prompt, not the position of that last character
1172 of the prompt.
1173
1174 1999-10-17 Miles Bader <miles@gnu.org>
1175
1176 * simple.el: Doc fixes.
1177
1178 1999-10-17 Miles Bader <miles@gnu.org>
1179
1180 * simple.el (previous-matching-history-element, next-history-element):
1181 Change to work correctly even if the point is in the prompt.
1182 (choose-completion-string): Likewise.
1183 (minibuffer-prompt-width): New function (compatibility with old subr).
1184
1185 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
1186 When constraining the final position to the current field,
1187 don't use the ONLY-IN-LINE mode of constrain-to-field.
1188
1189 1999-10-17 Miles Bader <miles@gnu.org>
1190
1191 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
1192 constrain-to-field.
1193 * textmodes/paragraphs.el (forward-sentence): Likewise.
1194
1195 1999-10-17 Miles Bader <miles@gnu.org>
1196
1197 * simple.el (line-move): Use constrain-to-field to avoid
1198 moving into a prompt.
1199 (previous-complete-history-element): Clarify doc string.
1200 (next-complete-history-element): Likewise.
1201 Use field-beginning instead of point-min.
1202 (next-matching-history-element): Use field-beginning and
1203 erase-field instead of point-min and erase-buffer.
1204 * textmodes/paragraphs.el
1205 (forward-paragraph, forward-sentence): Likewise.
1206 (backward-kill-paragraph, backward-kill-sentence): Remove code to
1207 constrain the kill to an field, as the movement commands now
1208 do this.
1209
1210 1999-10-17 Miles Bader <miles@gnu.org>
1211
1212 * simple.el (previous-matching-history-element): Get the
1213 minibuffer input with field-string instead of buffer-string.
1214 (choose-completion-string): Likewise.
1215 (next-history-element): Likewise.
1216 Erase the minibuffer input with erase-field, not erase-buffer.
1217 Use field-beginning to find the beginning of the input.
1218 * textmodes/paragraphs.el (backward-kill-sentence):
1219 Remove minibuffer-prompt hack.
1220 Constrain to any input field.
1221
1222 1999-10-17 Sam Steingold <sds@ksp.com>
1223
1224 * bindings.el (completion-ignored-extensions): Added ".sparcf"
1225 for CMUCL on sparc and ".ufsl" for LispWorks.
1226 (bound-and-true-p): Bugfix: free variable `v'.
1227
1228 1999-10-16 Dave Love <d.love@dl.ac.uk>
1229
1230 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
1231 (edebug-uninstall-read-eval-functions): Use load-read-function,
1232 avoiding elisp-eval.
1233
1234 1999-10-16 Sam Steingold <sds@ksp.com>
1235
1236 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
1237 instead of `eql'.
1238
1239 >>>>>>> 1.86
1240 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
1241
1242 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
1243 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
1244 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
1245 * ediff-util.el (ediff-make-temp-file):
1246 * ediff-vers.el (ediff-pcl-cvs-view-revision):
1247 * emerge.el (emerge-make-temp-file):
1248 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
1249 * vc.el (vc-update-change-log):
1250 * mail/mailpost.el (post-mail-send-it):
1251 * mail/metamail.el (metamail-region):
1252 * progmodes/cmacexp.el (c-macro-expansion):
1253 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
1254
1255 1999-10-15 Gerd Moellmann <gerd@gnu.org>
1256
1257 * smtpmail.el (smtpmail-via-smtp): Add support for
1258 automatically appending a domain to RCPT TO: addresses.
1259
1260 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1261
1262 * dired.el (dired-insert-directory): Insert the amount of
1263 free space after the total size.
1264 (dired-free-space-program, dired-free-space-args): New variables.
1265
1266 1999-10-14 Karl Heuer <kwzh@gnu.org>
1267
1268 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
1269
1270 1999-10-14 Dave Love <fx@gnu.org>
1271
1272 * international/characters.el:
1273 * international/fontset.el:
1274 * international/mule-conf.el: Add latin-iso8859-1[45].
1275
1276 * language/european.el: Add Latin-8, Latin-9. Modify some doc
1277 strings.
1278
1279 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
1280 (command-line): Detect Latin-[89] locales.
1281
1282 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
1283
1284 * international/mule-cmds.el (select-safe-coding-system)
1285 (leim-list-header): avoid the use of strings that start with backslash
1286 newline since lread.c:read1 has a hack to turn those strings into
1287 integer 0 during the loadup.el process.
1288
1289 * diff-mode.el (diff-find-file-name): use `Index:' preferentially.
1290
1291 1999-10-13 Dave Love <fx@gnu.org>
1292
1293 * image.el (insert-image): Copy the image spec and add an
1294 intangible property.
1295
1296 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
1297
1298 * help.el (help-xref-interned): Make it also work on variable-only
1299 and function-only symbols.
1300 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
1301 (help-follow): If the point under mouse is not highlighted, try
1302 `help-xref-interned' on the pointed-to symbol anyway.
1303
1304 * info.el (Info-on-current-buffer): New entry point.
1305 (Info-find-node): Split into two for Info-on-current-buffer to
1306 hook into it.
1307 (Info-current-file, Info-set-mode-line, Info-up):
1308 Info-current-file can now be t.
1309 (Info-clone-buffer-hook): function for `clone-buffer'.
1310 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
1311 `clone-buffer' available in various ways to the user.
1312
1313 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
1314
1315 * simple.el (shell-command, shell-command-on-region): Use
1316 make-temp-file.
1317 (clone-buffer, clone-process, clone-buffer-hook): New functions.
1318
1319 * subr.el (with-current-buffer): Don't use backquotes to avoid
1320 bootstrapping problems.
1321
1322 * loadup.el (load-path): Add subdirs for bootstrapping.
1323 (docstrings): Ignore errors during bootstrapping.
1324 (args): New `bootstrap' argument (for use in place of `dump').
1325
1326 1999-10-12 Emmanuel Briot <briot@gnat.com>
1327
1328 * ada-stmt.el: Doc-string fixes.
1329
1330 1999-10-12 Gerd Moellmann <gerd@gnu.org>
1331
1332 * recentf.el: New file.
1333
1334 * ps-mode.el: New file.
1335
1336 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
1337 case insensitive.
1338
1339 1999-10-12 Richard Sharman <rsharman@pobox.com>
1340
1341 * sh-script.el: Added support for indenting existing scripts.
1342 (sh-mode-map): Added new bindings.
1343 (sh-mode): Updated mode doc-string for new commands, added
1344 make-local-variable calls, initialize mode-specific variables.
1345 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
1346 is now a different function.
1347 (sh-header-marker): Changed docstring.
1348 (sh-set-shell): Initialize mode-specific variables.
1349 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
1350 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
1351 Changed these define-skeleton calls to work with user-specified
1352 indentation settings.
1353 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
1354 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
1355 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
1356 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
1357 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
1358 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
1359 (sh-guess-basic-offset, sh-handle-after-case-label)
1360 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
1361 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
1362 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
1363 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
1364 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
1365 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
1366 (sh-handle-this-then, sh-help-string-for-variable)
1367 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
1368 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
1369 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
1370 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
1371 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
1372 (sh-remove-our-text-properties, sh-rescan-buffer)
1373 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
1374 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
1375 (sh-scan-case, sh-search-word, sh-set-char-syntax)
1376 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
1377 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
1378 functions.
1379 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
1380 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
1381 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
1382 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
1383 (sh-var-list): New variables.
1384
1385 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
1386
1387 * quickurl.el (quickurl-list-insert): `count-lines' was returning
1388 a value one line to high if the cursor wasn't at the start of a
1389 line. A `beginning-of-line' is now performed before making the
1390 call to `count-lines'.
1391
1392 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
1393
1394 * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice.
1395
1396 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
1397
1398 * Makefile (setwins): abstract out the command to find subdirectories
1399 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
1400 (custom-deps, finder-data, autoloads, update-subdirs, updates)
1401 (autoloads-with-other-emacs): use it.
1402
1403 * diff-mode.el: new file. A mode for viewing/editing context diffs.
1404
1405 1999-10-09 Gerd Moellmann <gerd@gnu.org>
1406
1407 * Makefile (bootstrap-compile): New target. Compile Lisp
1408 files with ../src/temacs.
1409
1410 1999-10-08 Simon Marshall <simon@gnu.org>
1411
1412 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
1413 (regexp-opt-group): Use it to get common suffixes in STRINGS.
1414 If STRINGS is nil, return "" rather than nil.
1415
1416 1999-10-08 Gerd Moellmann <gerd@gnu.org>
1417
1418 * Makefile (compile): Compile files one by one. Set load-path to
1419 current directory and subdirectories when compiling.
1420
1421 1999-10-08 Gerd Moellmann <gerd@gnu.org>
1422
1423 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
1424 (emacs): Use it everywhere instead of EMACS.
1425 (compile): New target. Compile all Lisp files from scratch.
1426 (recompile): New target. Recompile lisp directory.
1427 (autoloads-with-other-emacs): New target. Build loaddefs.el with
1428 an Emacs executable not built in the current directory tree.
1429
1430 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
1431
1432 * filecache.el (file-cache-completion-ignore-case): New variable,
1433 defaulting to the value of completion-ignore-case.
1434 (file-cache-minibuffer-complete): Use it.
1435 (file-cache-files-matching, file-cache-files-matching-internal):
1436 New functions.
1437
1438 1999-10-07 Emmanuel Briot <briot@gnat.com>
1439
1440 * ada-xref.el: New file
1441
1442 * ada-prj.el: New file
1443
1444 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
1445
1446 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
1447 subprogram being created.
1448
1449 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
1450 ada-indent-newline-indent): Rewritten to support the new indentation
1451 scheme
1452
1453 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
1454 New functions
1455
1456 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
1457 justification parameter
1458
1459 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
1460 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
1461 external program
1462
1463 1999-10-07 Dave Love <fx@gnu.org>
1464
1465 * bindings.el (bound-and-true-p): New macro.
1466 (make-mode-line-mouse-sensitive): Don't require easymenu.
1467
1468 1999-10-07 Gerd Moellmann <gerd@gnu.org>
1469
1470 * custom.el (defface): Extend documentation for new values of
1471 `type'.
1472
1473 * faces.el (face-spec-set-match-display): Recognize `type' of
1474 `motif', `lucid', `x-toolkit'.
1475 (menu): New face.
1476
1477 1999-10-05 Dave Love <fx@gnu.org>
1478
1479 * files.el: Recognize temporary crontab files.
1480
1481 * info.el: Require jka-compr when compiling.
1482 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
1483
1484 1999-10-04 Dave Love <fx@gnu.org>
1485
1486 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
1487 scroll-up-aggressively, scroll-down-aggressively.
1488
1489 * time.el (display-time-mode): Add autoload cookie.
1490
1491 * rect.el (delete-extract-rectangle): Doc fix from verna.
1492
1493 * help-macro.el (three-step-help): Customize.
1494
1495 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1496
1497 * hexl.el (hexlify-buffer): Move point in proper range
1498 if it is too large.
1499 (hexl-after-revert-hook): Update hexl-max-address.
1500 (hexl-address-to-marker): Doc fix.
1501
1502 1999-10-03 Dave Love <fx@gnu.org>
1503
1504 * image.el (defimage): Remove redundant code. Substitute file in
1505 image plist.
1506
1507 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
1508
1509 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
1510 when doing with-temp-file.
1511
1512 1999-10-01 Dave Love <fx@gnu.org>
1513
1514 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
1515
1516 * help.el: Require view when compiling.
1517 (view-emacs-FAQ): Use Info version.
1518
1519 1999-09-29 Ken'ichi Handa <handa@gnu.org>
1520
1521 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
1522 (normat->normal). Use correct font names for Korean
1523 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
1524
1525 1999-09-29 Kenichi Handa <handa@etl.go.jp>
1526
1527 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
1528 code not used by KOI8 to the same 8-bit code instead of mapping to
1529 SPC.
1530 (cyrillic-alternativnyj-decode-table): Likewise.
1531
1532 1999-09-29 Alex Schroeder <alex@gnu.org>
1533
1534 * sql.el (sql-imenu-generic-expression): new, used to set
1535 imenu-generic-expression.
1536 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
1537 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
1538 imenu-case-fold-search, and imenu-syntax-alist.
1539 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
1540 setting font-lock-defaults' SYNTAX-ALIST.
1541
1542 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1543
1544 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
1545 macro, try again.
1546
1547 1999-09-28 Dave Love <fx@gnu.org>
1548
1549 * cus-edit.el (custom-comment): Change widget definition.
1550 (custom-comment-create, custom-comment-show)
1551 (custom-comment-invisible-p): Don't use :comment-overlay.
1552 (custom-comment-hide): New function.
1553 (custom-variable-set, custom-variable-save)
1554 (custom-variable-reset-standard, custom-face-set)
1555 (custom-face-save): Use it.
1556
1557 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1558
1559 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
1560
1561 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1562
1563 * faces.el (region): Doc fix.
1564
1565 1999-09-27 Dave Love <fx@gnu.org>
1566
1567 * isearch.el (isearch): Add :links in defgroup.
1568 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
1569 (isearch-switch-frame-handler): Comment out (unused).
1570 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
1571 (isearch-ring-retreat-edit): Doc fix.
1572 (isearch-mouse-yank): New command.
1573 (isearch-last-command-char): Removed. Callers changed to use
1574 last-command-char.
1575 (isearch-char-to-string): Removed. Callers changed to use
1576 char-to-string.
1577
1578 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
1579
1580 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
1581 option for Russian.
1582
1583 1999-09-25 Gerd Moellmann <gerd@gnu.org>
1584
1585 * faces.el (face-differs-from-default-p): Compare face
1586 attributes individually.
1587
1588 * image.el (put-image, insert-image): Add string argument.
1589
1590 1999-09-24 Gerd Moellmann <gerd@gnu.org>
1591
1592 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
1593 LANG=de_DE.iso88591 on HPUX 11.0.
1594
1595 * dired.el (dired-move-to-filename-regexp): Make it work
1596 for LANG=de_DE.iso88591 on HPUX 11.0.
1597
1598 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1599
1600 * info.el (info-initialize): Don't test existence of ALTERNATIVE
1601 if we know for some other reason it should not be used.
1602
1603 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
1604 New variable.
1605 (edebug-recursive-edit): Save current-prefix-arg there,
1606 bind it, and set it back at the end.
1607 (edebug-outside-excursion): Restore and update the outside
1608 value of current-prefix-arg.
1609 (edebug-emacs-version-specific): Delete support for Epoch.
1610
1611 1999-09-24 Howard Melman <howard@silverstream.com>
1612
1613 * imenu.el (imenu-after-jump-hook): New variable.
1614 (imenu): Run menu-after-jump-hook.
1615 (imenu-name-lookup-function): New variable.
1616 * imenu.el (imenu--in-alist): Use those variables.
1617
1618 1999-09-24 Carsten Dominik <cd@gnu.org>
1619
1620 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
1621 multiple thebibliography environments.
1622
1623 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
1624 with recentering window.
1625 (reftex-extract-bib-entries-from-thebibliography,
1626 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
1627 with multiple thebibliography environments.
1628
1629 * textmodes/reftex-vars.el
1630 (reftex-section-levels): Function allowed as cdr.
1631 (reftex-max-section-depth) New option.
1632
1633 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
1634 with multiple thebibliography environments.
1635
1636 1999-09-23 Gerd Moellmann <gerd@gnu.org>
1637
1638 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
1639 instead of point-min in call to delete-region.
1640
1641 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
1642
1643 * vc.el (vc-backend-checkout): Use with-temp-file when checking
1644 out into arbitrary file names.
1645
1646 1999-09-19 Ken'ichi Handa <handa@gnu.org>
1647
1648 * language/european.el ("Turkish"): New language environment.
1649
1650 1999-09-19 Dave Love <fx@gnu.org>
1651
1652 * delim-col.el: New file.
1653
1654 1999-09-17 Richard Stallman <rms@gnu.org>
1655
1656 * files.el (after-find-file): When visiting a backup file,
1657 make it read-only.
1658
1659 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
1660 (apropos-keybinding-face, apropos-label-face): Likewise.
1661 (apropos-property-face, apropos-match-face): Likewise.
1662 (apropos-label-properties): New variable.
1663 (apropos-print-doc): Use apropos-label-properties.
1664 (apropos-print): Set apropos-label-properties.
1665
1666 1999-09-15 Richard Stallman <rms@gnu.org>
1667
1668 * winner.el: Use aref instead of sref.
1669
1670 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
1671
1672 1999-09-14 Gerd Moellmann <gerd@gnu.org>
1673
1674 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
1675
1676 1999-09-14 Richard Stallman <rms@gnu.org>
1677
1678 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
1679 cookie, even if followed by a letter.
1680
1681 1999-09-14 Stephen Eglen <stephen@gnu.org>
1682
1683 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
1684 --no-line-editing are passed to Octave by including them here
1685 rather than storing them in inferior-octave-startup-args.
1686
1687 1999-09-14 Eli Zaretskii <eliz@gnu.org>
1688
1689 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
1690 command, option, env and sc.
1691
1692 * subr.el (shell-quote-argument): Quote argument with double
1693 quotes for ms-dos.
1694
1695 1999-09-14 Richard Stallman <rms@gnu.org>
1696
1697 * simple.el (eval-expression-print-level): New variable.
1698 (eval-expression-print-length): New variable.
1699 (eval-expression-debug-on-error): New variable.
1700 (eval-expression): Bind print-level, print-length and
1701 debug-on-error from those vars.
1702
1703 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
1704 Bind print-level, print-length and debug-on-error.
1705
1706 1999-09-14 Inge Frick <inge@nada.kth.se>
1707
1708 * dired.el (dired-recursive-deletes): New custom variable.
1709 (dired-re-no-dot): New variable.
1710 (dired-delete-file): New function deletes files and directories
1711 recursively.
1712 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
1713
1714 * dired-aux.el (dired-recursive-copies): New custom variable.
1715 (dired-handle-overwrite): Broke a long line.
1716 (dired-copy-file): Call `dired-copy-file-recursive' instead of
1717 `copy-file'.
1718 (dired-copy-file-recursive): New function. Copy directories
1719 recursively.
1720 (dired-do-create-files): Added support for generalized directory
1721 target. How-to function may now return a function. New fluid
1722 variable `dired-one-file'.
1723 (dired-copy-how-to-fn): New variable.
1724 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
1725 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
1726 (dired-do-copy-regexp): No recursive copies.
1727
1728 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
1729
1730 * whitespace.el (whitespace-version): Update version to 2.4
1731
1732 * whitespace.el: Add customization variables to conditionally test
1733 any of the five whitespaces, per request from Rune Kleveland
1734 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
1735
1736 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
1737
1738 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
1739 list of modes to be checked for bogus whitespaces.
1740
1741 * whitespace.el (whitespace-rescan-timer-time): Update
1742 documentation.
1743
1744 * whitespace.el (whitespace-display-unchecked-whitespaces):
1745 new function to update modeline with untested whitespaces.
1746
1747 * whitespace.el (whitespace-buffer): Test only whitespaces whose
1748 checking is turned on, and update modeline using the newly created
1749 `whitespace-display-unchecked-whitespaces'.
1750
1751 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
1752 whose checking is turned on, and update modeline using the newly
1753 created `whitespace-display-unchecked-whitespaces'.
1754
1755 * whitespace.el (whitespace-describe): Update documentation.
1756
1757 * whitespace.el (whitespace-tickle-timer): Test if
1758 `whitespace-rescan-timer-time' is non-zero before tickling timer.
1759
1760 1999-09-13 Dave Love <fx@gnu.org>
1761
1762 * hideif.el (hide-ifdef-mode): Add autoload cookie.
1763
1764 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
1765 for temp buffer.
1766 (checkdoc-this-string-valid): Don't assume default comment-start.
1767
1768 1999-09-13 Gerd Moellmann <gerd@gnu.org>
1769
1770 * rsz-mini.el: Remove code, keep the interface.
1771
1772 1999-09-13 Dave Love <fx@gnu.org>
1773
1774 * help.el (help-highlight-p): Doc fix.
1775
1776 * faces.el (mode-line, header-line, tool-bar): Add :version.
1777 (highlight, secondary-selection): Add :group.
1778 (trailing-whitespace): Add :group, :version.
1779
1780 * wid-edit.el: Remove some compatibility code and checks.
1781 (widget-specify-field, widget-specify-button): Don't use XEmacs
1782 properties.
1783 (widget-overlay-inactive): Change error message.
1784 (widget-button-pressed-face): New variable.
1785 (widget-button-click): Use it.
1786 (widget-documentation-link-add): Specify mouse and button faces.
1787 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
1788 removed now the functionality is built in.
1789
1790 * cus-edit.el: Don't define-widget-keywords.
1791 (multimedia): New group.
1792 (custom-last): Function removed.
1793 (custom-quote): Add vectorp case, comment out characterp case.
1794 (custom-buffer-done-function, custom-raised-buttons): New option.
1795 (Custom-buffer-done): New function.
1796 (custom-buffer-create-internal): Obey custom-raised-buttons,
1797 Custom-buffer-done.
1798 (custom-button-face): Make it `released-button'.
1799 (custom-button-pressed-face): Make it `pressed-button'
1800 (custom-mode-map): Bind "q" to Custom-buffer-done.
1801 (custom-mode): Deal with raised/pressed buttons.
1802
1803 Changes from Didier Verna:
1804 (custom-prompt-variable): Optional third arg makes prompt for a
1805 comment string.
1806 (customize-set-value, customize-set-variable,
1807 customize-save-variable): Optional prefix makes function handle
1808 variable comments.
1809 (customize-customized, customize-saved, custom-variable-state-set)
1810 (custom-variable-set, custom-variable-save, custom-face-state-set)
1811 (custom-variable-reset-saved, custom-variable-reset-standard)
1812 (custom-face-set, custom-face-save, custom-face-reset-saved)
1813 (custom-face-reset-standard, customize-save-customized): Handle
1814 custom comments.
1815 (custom-comment-face, custom-comment-tag-face): New face.
1816 (custom-comment): New widget.
1817 (custom-comment-create, custom-comment-delete)
1818 (custom-comment-value-set, custom-comment-show)
1819 ()custom-comment-invisible-p): New functions.
1820 (custom-variable-value-create, custom-face-value-create): Create a
1821 comment field widget.
1822 (custom-variable-menu, custom-face-menu): New entry for custom
1823 comment.
1824 (custom-face-value-create): Remove compatibility code.
1825 (custom-save-variables, custom-save-faces): Possibly save custom
1826 comments.
1827
1828 * cus-face.el (custom-face-attributes): Simplify :underline,
1829 :overline, :inverse-video cases. Fix up :box case (probably needs
1830 more work).
1831
1832 Change from Didier Verna:
1833 (custom-set-faces): The arguments can now have a custom comment as
1834 fourth argument.
1835
1836 * custom.el: Don't define-widget-keywords.
1837 Change from Didier Verna:
1838 (custom-set-variables): the arguments can now have a
1839 custom comment as fifth element.
1840
1841 1999-09-13 Richard Stallman <rms@gnu.org>
1842
1843 * info.el (Info-find-node): Cope better if guesspos is too large.
1844
1845 1999-09-12 Gerd Moellmann <gerd@gnu.org>
1846
1847 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
1848 of buffer-substring because buffer-string doesn't copy the
1849 prompt.
1850
1851 * faces.el (mode-line): Replaces `modeline'.
1852 (toplevel): Make `modeline' an alias for `mode-line'.
1853
1854 1999-09-12 Gerd Moellmann <gerd@gnu.org>
1855
1856 * gs.el: Change `ghostscript' to `postscript' in comment.
1857
1858 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
1859
1860 * emulation/tpu-edt.el (tpu-version): New version.
1861 (tpu-search-overlay, tpu-replace-overlay): New variables.
1862 (tpu-search-highlight, tpu-toggle-direction): New functions.
1863 (tpu-lm-replace): Set tpu-replace-overlay.
1864 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
1865 command hook.
1866
1867 1999-09-11 Richard Stallman <rms@gnu.org>
1868
1869 * isearch.el (isearch-mode-map): Undo previous change.
1870
1871 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
1872 use all of that as the sexp.
1873
1874 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
1875 and use the initial argument as file name directly.
1876 Likewise if nothing matches.
1877
1878 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
1879
1880 * winner.el: Major changes. Avoid changing point and mark.
1881 Save configurations after they change, not before.
1882
1883 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
1884
1885 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
1886 Bind print-continuous-numbering and print-number-table.
1887
1888 1999-09-10 Dave Love <fx@gnu.org>
1889
1890 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
1891
1892 1999-09-09 Richard Stallman <rms@gnu.org>
1893
1894 * whitespace.el: Finish making it fit Emacs conventions.
1895 Add autoloads.
1896
1897 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1898
1899 * generic-x.el (bat-generic-mode): "::"-style comments don't
1900 need to begin with "-". Fix the font-lock definitions of ON/OFF
1901 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
1902 from the list of keywords. Add DO to the list of keywords.
1903
1904 1999-09-09 Dave Love <fx@gnu.org>
1905
1906 * byte-opt.el (byte-optimize-backward-char):
1907 (byte-optimize-backward-word): New optimizations.
1908 (side-effect-free-fns, side-effect-and-error-free-fns): Add
1909 entries.
1910
1911 1999-09-09 Gerd Moellmann <gerd@gnu.org>
1912
1913 * image.el (put-image): Remove optional buffer parameter.
1914
1915 * faces.el (face-italic-p): Return t only for values `italic'
1916 and `oblique'.
1917
1918 * mouse.el (mouse-drag-mode-line-1): Extension of former
1919 mouse-drag-mode-line that also drags the header line.
1920 (mouse-drag-mode-line): Call it.
1921 (mouse-drag-header-line): New.
1922 (toplevel): Bind down-mouse-1 on header lines to
1923 mouse-drage-header-line.
1924
1925 1999-09-08 Gerd Moellmann <gerd@gnu.org>
1926
1927 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
1928 (make-mode-line-mouse-sensitive): Replace `top-line' by
1929 `header-line'.
1930
1931 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
1932
1933 * help.el (describe-function-1): Don't return empty string for keymaps.
1934
1935 * fill.el (fill-region-as-paragraph, canonically-space-region):
1936 Respect colon-double-space at end of line.
1937
1938 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
1939
1940 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
1941 (backup-buffer): Use it.
1942
1943 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
1944
1945 * generic-x.el (generic-define-unix-modes): Added new modes:
1946 inetd-conf-generic-mode, etc-services-generic-mode,
1947 etc-passwd-generic-mode. These are all defined for Unix by default.
1948 (apache-generic-mode): Use an imenu-generic-expression to list
1949 Configuration keywords.
1950 (samba-generic-mode): Use both ; and # as comment characters.
1951 (samba-generic-mode): Font-lock expressions now highlight name
1952 value pairs.
1953 (bat-generic-mode): Keywords are now case-insensitive through
1954 font-lock-defaults setting.
1955 (java-properties-generic-mode): Supports both ! and # as comment
1956 characters.
1957 (java-properties-generic-mode): Added an imenu-generic-expression
1958 (java-properties-generic-mode): Reworked to support the various
1959 different ways to separate name and value (viz, '=', ':' and
1960 whitespace).
1961 (show-tabs-generic-mode): Added this new generic-mode.
1962
1963 1999-09-08 Richard Stallman <rms@gnu.org>
1964
1965 * progmodes/inf-lisp.el: Moved from top directory.
1966
1967 * tar-mode.el (tar-header-block-tokenize):
1968 Use `when' instead of `and'. Fix some clobbered text.
1969
1970 * gud.el (gud-make-debug-menu): Make a child for the
1971 local menu, for its menu bar, and the debug menu.
1972 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
1973 Use the history in the simple way.
1974
1975 1999-09-07 Kenichi Handa <handa@etl.go.jp>
1976
1977 * language/korea-util.el (default-korean-keyboard): Initialize it
1978 according to the environment variable HANGUL_KEYBOARD_TYPE.
1979
1980 1999-09-07 Richard Stallman <rms@gnu.org>
1981
1982 * subr.el (make-temp-file): New function.
1983
1984 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
1985
1986 * font-lock.el (font-lock-multiline): New text property contains
1987 a boolean to indicate if the char is part of a multiline match.
1988 (font-lock-default-fontify-region): Extend the region appropriately
1989 for multiline keywords.
1990 (font-lock-default-unfontify-region): Also remove the new
1991 font-lock-multiline text property.
1992 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
1993 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
1994
1995 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1996
1997 * diary-lib.el (list-diary-entries): Make sure two-digit years
1998 have leading zeros.
1999
2000 1999-09-07 Gerd Moellmann <gerd@gnu.org>
2001
2002 * faces.el (face-set-after-frame-default): Initialize some
2003 attributes of some faces from frame parameters.
2004
2005 * faces.el (scroll-bar, border, cursor, mouse): New faces.
2006
2007 1999-09-07 Gerd Moellmann <gerd@gnu.org>
2008
2009 * faces.el (fringe): Replaces face `margin'.
2010
2011 1999-09-07 Dave Love <fx@gnu.org>
2012
2013 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
2014
2015 1999-09-07 Richard Stallman <rms@gnu.org>
2016
2017 * subr.el (push): Doc fix.
2018
2019 1999-09-06 Richard Stallman <rms@gnu.org>
2020
2021 * vc.el (vc-annotate-display): Use < 69 not < 70
2022 to distinguish 20YY from 19YY.
2023
2024 * timezone.el (timezone-parse-date): Use < 69 not < 70
2025 to distinguish 20YY from 19YY.
2026
2027 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
2028
2029 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
2030
2031 * quickurl.el: (quickurl-list-focused-line): Removed.
2032 (quickurl-list-insert): Now works out the focused line using
2033 `count-lines' instead of using `quickurl-list-focused-line'.
2034
2035 1999-09-06 Richard Stallman <rms@gnu.org>
2036
2037 * mail/rmail.el (rmail-retry-failure): Unconditionally move
2038 to beginning of message.
2039
2040 1999-09-06 Dave Love <fx@gnu.org>
2041
2042 * isearch.el (isearch-mode-map): Add mouse-2.
2043
2044 * rmail.el (rmail-read-password): Deleted.
2045 (rmail-get-pop-password): Use read-password.
2046
2047 * quickurl.el: Don't conditionally define caddr.
2048 (quickurl-url-comment): Use nth, not caddr in function and
2049 defsetf.
2050
2051 1999-09-06 Richard Stallman <rms@gnu.org>
2052
2053 * auto-show.el: Doc fixes.
2054
2055 1999-09-06 Stephen Eglen <stephen@gnu.org>
2056
2057 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
2058 --no-line-editing so that TABs in source files are not interpreted
2059 as completion requests.
2060
2061 1999-09-06 Gerd Moellmann <gerd@gnu.org>
2062
2063 * hscroll.el, auto-show.el: Remove all code, keep the public
2064 interface as no-ops.
2065
2066 * faces.el (face-bold-p): Don't return t if face has lighter
2067 weight than normal.
2068
2069 1999-09-06 Eli Zaretskii <eliz@gnu.org>
2070
2071 * startup.el (command-line): Make small-temporary-file-directory
2072 be nil except on ms-dos.
2073
2074 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
2075
2076 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
2077 is defined.
2078
2079 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
2080 letters with a colon after d or l.
2081
2082 1999-09-06 Dave Love <fx@gnu.org>
2083
2084 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.)
2085
2086 1999-09-05 Richard Stallman <rms@gnu.org>
2087
2088 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
2089
2090 * textmodes/paragraphs.el (backward-kill-sentence):
2091 Don't test minibuffer-prompt-end here.
2092 (forward-sentence): Do handle it here.
2093 (backward-kill-paragraph): Don't test it here.
2094 (forward-paragraph): Handle it here.
2095
2096 * mouse.el (font-menu-add-default): Simplify code.
2097
2098 1999-09-05 Gerd Moellmann <gerd@gnu.org>
2099
2100 * faces.el (header-line): Renamed from `top-line'.
2101
2102 1999-09-05 Gerd Moellmann <gerd@gnu.org>
2103
2104 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
2105
2106 1999-09-04 Richard Stallman <rms@gnu.org>
2107
2108 * whitespace.el: New file.
2109
2110 1999-09-04 Dave Love <fx@gnu.org>
2111
2112 * paths.el: Make some doc strings obey the make-docfile convention.
2113
2114 * bindings.el: Likewise.
2115 (debug-ignored-errors): Remove BBDB ones.
2116
2117 1999-09-03 Richard Stallman <rms@gnu.org>
2118
2119 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
2120 not from the draft to forward.
2121
2122 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
2123
2124 1999-09-03 Dave Love <fx@gnu.org>
2125
2126 * double.el (double-mode): Customize the variable.
2127
2128 1999-09-03 Kenichi Handa <handa@etl.go.jp>
2129
2130 * international/characters.el: Delete duplicated code.
2131
2132 1999-09-02 Richard Stallman <rms@gnu.org>
2133
2134 * indent.el (indent-relative): Doc fix.
2135
2136 * quickurl.el (quickurl): Doc fix.
2137
2138 1999-09-02 Gerd Moellmann <gerd@gnu.org>
2139
2140 * faces.el (margin): Change background to "gray" for mono (this is
2141 drawn with a stipple pattern).
2142
2143 1999-09-02 Gerd Moellmann <gerd@gnu.org>
2144
2145 * simple.el (next-history-element): Use minibuffer-prompt-end once
2146 again. Remove test for minibuffer-prompt-in-buffer.
2147
2148 1999-09-02 Eli Zaretskii <eliz@gnu.org>
2149
2150 * files.el (small-temporary-file-directory): New variable.
2151
2152 * startup.el (command-line): Compute the value of
2153 small-temporary-file-directory.
2154
2155 * ediff-init.el (ediff-temp-file-prefix): Use
2156 small-temporary-file-directory if non-nil.
2157
2158 * vc.el (vc-update-change-log): Likewise.
2159
2160 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
2161
2162 * simple.el (shell-command, shell-command-on-region): Use
2163 make-temp-name properly. Use small-temporary-file-directory if
2164 non-nil, otherwise temporary-file-directory, to generate temporary
2165 files.
2166
2167 * dos-w32.el (direct-print-region-helper): Use
2168 temporary-file-directory. (From Stefan Monnier.)
2169
2170 1999-09-02 Richard Stallman <rms@gnu.org>
2171
2172 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
2173 from asm-comment-char.
2174 (asm-font-lock-keywords): Recognize instruction width suffixes.
2175
2176 1999-09-01 Richard Stallman <rms@gnu.org>
2177
2178 * play/fortune.el: New file.
2179
2180 1999-08-31 Dave Love <fx@gnu.org>
2181
2182 * help.el (help-make-xrefs): Don't lose on non-empty blank line
2183 after key table.
2184
2185 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay
2186 variables.
2187
2188 * subr.el (push): Fix typo.
2189
2190 1999-08-30 Kevin Blake <kblake@ticnet.com>
2191
2192 * emacs-lisp/ring.el: Many doc fixes.
2193 (ring-size, ring-copy): New functions.
2194
2195 1999-08-29 Richard Stallman <rms@gnu.org>
2196
2197 * progmodes/etags.el (tags-loop-continue):
2198 After tags-loop-operate returns, force skip to next file.
2199
2200 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
2201 (mail-extr-first-letters, mail-extr-last-letters):
2202 Use character classes [:alpha:] and [:alnum:].
2203
2204 * subr.el (push, pop): New macros.
2205
2206 * progmodes/compile.el (compilation-error-regexp-alist):
2207 New item for SGI IRIX MipsPro compilers.
2208
2209 * speedbar.el (speedbar-directory-buttons): Recognize
2210 device names when checking for file names.
2211
2212 * array.el (array-reconfigure-rows): Use generate-new-buffer.
2213
2214 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
2215 and specially handle defvar inside their expansions.
2216 (eval-defun-1): New subroutine.
2217
2218 * progmodes/compile.el (compilation-error-regexp-alist):
2219 Fix the Perl -w entry to allow period after line number.
2220 Don't allow newlines in file name, but allow them after line number
2221 for Perl debugging traces.
2222
2223 * which-func.el (which-func-cleanup-function): New variable.
2224 (which-function): Call that function.
2225
2226 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
2227 to end a function name.
2228
2229 * informat.el (Info-tagify): Don't insert more than one newline
2230 before the tag table.
2231
2232 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
2233
2234 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
2235 than make-temp-name, use match-string-no-properties, and eliminate
2236 a quadratic behavior when building bibtex-strings.
2237
2238 1999-08-29 Alex Schroeder <alex@gnu.org>
2239
2240 * comint.el (comint-input-ring-separator): New variable.
2241 (comint-read-input-ring): Doc change; use
2242 comint-input-ring-separator when reading file.
2243 (comint-write-input-ring): Use
2244 comint-input-ring-separator when writing file.
2245
2246 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
2247
2248 * informat.el (Info-tagify): Start by widening.
2249 Match node headers that don't list the file name,
2250 and more kinds of page separations.
2251 Strip properties during tagification.
2252 Use start of node header line as tag's position.
2253 Fix the "done" message.
2254
2255 (Info-validate): Save and restore match data around narrowing down.
2256
2257 1999-08-28 Richard M. Stallman <rms@gnu.org>
2258
2259 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
2260 On repeated call, override previous values put into
2261 minor-mode-map-alist and minor-mode-alist.
2262
2263 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
2264
2265 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
2266
2267 1999-08-27 Andreas Schwab <schwab@gnu.org>
2268
2269 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
2270 from cvs update.
2271
2272 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2273
2274 * calendar/calendar.el (calendar-move-hook): New hook.
2275
2276 * calendar/cal-move.el: Call the new hook in every movement function.
2277
2278 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
2279 the right function name.
2280
2281 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
2282
2283 * time-stamp.el: Put quote-backquote around all symbol names
2284 in doc strings, for mousing.
2285 (time-stamp): support multi-line patterns.
2286 (time-stamp-inserts-lines): new variable.
2287 (time-stamp-count): new variable.
2288 (time-stamp-string-preprocess): fixed bug where "%%a" becomes
2289 "Thu" instead of "%a".
2290
2291 1999-08-25 Gerd Moellmann <gerd@gnu.org>
2292
2293 * simple.el (kill-word): Undo previous change.
2294
2295 1999-08-25 Gerd Moellmann <gerd@gnu.org>
2296
2297 * jit-lock.el (jit-lock-function): Extend the fontified range
2298 to the beginning of the line containing the range start and
2299 the beginning of the line following the range end.
2300
2301 1999-08-24 Dave Love <fx@gnu.org>
2302
2303 * timezone.el: Move provide to end.
2304 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
2305 <70 are 2000+.
2306 (timezone-parse-time): Simplify somewhat.
2307
2308 1999-08-24 Gerd Moellmann <gerd@gnu.org>
2309
2310 * faces.el (margin): Renamed from bitmap-area.
2311
2312 1999-08-24 Alex Schroeder <alex@gnu.org>
2313
2314 * sql.el: Doc changes.
2315 (sql-sybase): use sql-server instead of sql-database.
2316
2317 1999-08-23 Dave Love <fx@gnu.org>
2318
2319 * rect.el: Add/fix various doc strings. Add `*' to all the
2320 interactive specs.
2321
2322 1999-08-21 Gerd Moellmann <gerd@gnu.org>
2323
2324 * jit-lock.el (jit-lock-function): Use line-beginning-position.
2325 Don't unwind-protect font-lock-fontify-region.
2326
2327 * paragraphs.el (backward-kill-paragraph): Don't move
2328 point into mini-buffer prompt.
2329 (backward-kill-sentence): Ditto.
2330
2331 * simple.el (next-history-element): Use minibuffer-prompt-end.
2332 Remove test for minibuffer-prompt-in-buffer.
2333 (kill-word): Don't move point into mini-buffer prompt.
2334
2335 1999-08-21 Dave Love <fx@gnu.org>
2336
2337 * Makefile: Exclude CVS dirs like RCS.
2338
2339 1999-08-19 Dave Love <fx@gnu.org>
2340
2341 * tooltip.el (tooltip-mode): Customize this, per convention.
2342 (tooltip-active): Option deleted.
2343
2344 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
2345
2346 * hanoi.el, page-ext.el: Declare dynamic vars.
2347
2348 * term.el: Avoid ange-ftp related compilation warnings.
2349
2350 1999-08-18 Gerd Moellmann <gerd@gnu.org>
2351
2352 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
2353 the default so that beginners can benefit from it without
2354 searching in manuals.
2355
2356 1999-08-18 Ray Blaak <blaak@gnu.org>
2357
2358 * progmodes/delphi.el: Consider assembly sections as blocks, to
2359 indent them better. Make auto-indent on newline optional.
2360
2361 1999-08-17 Gerd Moellmann <gerd@gnu.org>
2362
2363 * bindings.el (mode-line-modified): Look up key binding for C-x
2364 C-q. If it's bound call that binding, otherwise call
2365 toggle-read-only.
2366
2367 1999-08-17 Dave Love <fx@gnu.org>
2368
2369 * info.el (info): Doc fix.
2370
2371 * finder.el (finder-known-keywords): Add `multimedia'.
2372
2373 * apropos.el: Don't capitalize custom group name.
2374
2375 * info-look.el: Remove compatibility code.
2376 (info-lookup-guess-default*): DTRT for point at start of symbol.
2377 (info-complete): Don't lose with point not at end of symbol.
2378
2379 1999-08-16 Gerd Moellmann <gerd@gnu.org>
2380
2381 * term.el (toplevel): Make face `term-default' an empty face.
2382 The code relied on the fact that Emacs ignored invalid faces in
2383 face text properties in 20.4.
2384
2385 1999-08-16 Richard M. Stallman <rms@gnu.org>
2386
2387 * subr.el (point-at-eol, point-at-bol): New aliases.
2388
2389 * simple.el: Functions reordered.
2390
2391 * rect.el (delete-rectangle-line): Use line-end-position.
2392
2393 1999-08-16 Karl Heuer <kwzh@gnu.org>
2394
2395 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
2396 here from simple.el.
2397
2398 1999-08-16 Dave Love <fx@gnu.org>
2399
2400 * mouse.el: Provide `mldrag' for compatibility.
2401 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
2402 marked obsolete.
2403
2404 * mldrag.el: Removed since the features are in mouse.el.
2405
2406 * jka-compr.el (auto-compression-mode): New variable for
2407 customization.
2408
2409 * bindings.el (mode-line-mule-info): Doc fix.
2410
2411 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
2412 name comparisons.
2413
2414 * files.el (interpreter-mode-alist): Add make, guile, clisp.
2415 (find-file): Doc fix.
2416
2417 1999-08-16 Carsten Dominik <cd@gnu.org>
2418
2419 * textmodes/reftex.el: Most of the code moved to other files.
2420 * textmodes/reftex-auc.el: New file, split out from reftex.el
2421 * textmodes/reftex-cite.el: New file, split out from reftex.el
2422 * textmodes/reftex-global.el: New file, split out from reftex.el
2423 * textmodes/reftex-index.el: New file, split out from reftex.el
2424 * textmodes/reftex-parse.el: New file, split out from reftex.el
2425 * textmodes/reftex-ref.el: New file, split out from reftex.el
2426 * textmodes/reftex-sel.el: New file, split out from reftex.el
2427 * textmodes/reftex-toc.el: New file, split out from reftex.el
2428 * textmodes/reftex-vars.el: New file, split out from reftex.el
2429 * textmodes/reftex-vcr.el: New file, split out from reftex.el
2430
2431 1999-08-16 Carsten Dominik <cd@gnu.org>
2432
2433 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
2434 conflict with pop-up-frames.
2435 (reftex-special-environment-parsers): New constant.
2436 (reftex-label-alist): car of an entry can also be a function.
2437 (reftex-what-special-env): new function.
2438 (reftex-label-location): Call `reftex-what-special-env'.
2439 (reftex-compile-variables): Check for symbol in
2440 `reftex-label-alist'.
2441 (reftex-what-environment): fixed bug with stacked environments of
2442 same kind (e.g. enumerate).
2443 (reftex-process-string): Preserve default directory.
2444 (reftex-label-alist-builtin): changed prefixes of endnote and
2445 footnote. Also the magic words.
2446 (reftex-reference): Interprete new option
2447 `reftex-fref-is-default'.
2448 (reftex-replace-prefix-escapes): Interprete new `%S' format.
2449 (reftex-toc-mouse-view-line): Command removed (had no binding).
2450 (reftex-everything-regexp): New function.
2451 (reftex-nearest-match): Made better.
2452 (reftex-toc-find-section): Use new version of
2453 `reftex-nearest-match'.
2454 (reftex-insert-docstruct): adapted to work with the index stuff.
2455 (reftex-parse-from-file): Find index entries as well.
2456 (reftex-toc-toggle-index): New function
2457 (reftex-toc-map): `i' is now used to togle the index, File
2458 boundaries has been moved to `F'.
2459 (reftex-select-label-map): Toggling display of file boundaries is
2460 now on the `F' key, for consistency with `reftex-toc-map'.
2461 (reftex-erase-all-selection-and-index-buffers): Renamed from
2462 `reftex-erase-all-selection-buffer'. Now also kills the index
2463 buffers.
2464 (reftex-viewing-cross-references): Customization group renamed
2465 from reftex-viewing-cross-references-and-citations.
2466 (reftex-index-macro-regexp,
2467 reftex-find-index-entry-regexp-format): New variables
2468 (reftex-macros-with-index): New variable
2469 (reftex-add-index-macros): New function
2470 (reftex-renumber-simple-labels, reftex-translate): Allow for
2471 multiple labels in a single ref command.
2472 (reftex-index-support): New customization group
2473 (reftex-support-index, reftex-index-special-chars,
2474 reftex-index-macros, reftex-index-default-macro,
2475 reftex-index-default-tag, reftex-index-math-format,
2476 reftex-index-section-letters, reftex-index-include-context,
2477 reftex-index-follow-mode, reftex-index-header-face,
2478 reftex-index-section-face, reftex-index-tag-face,
2479 reftex-index-face): New options
2480 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
2481 reftex-index-tag, reftex-index-return-marker,
2482 reftex-index-restriction-indicator, reftex-index-restriction-data,
2483 reftex-index-macro-regexp, reftex-index-level-re,
2484 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
2485 reftex-everything-regexp-no-index, reftex-index-re,
2486 reftex-macros-with-index, reftex-index-macro-alist): New variables
2487 (reftex-index-help, reftex-index-macros-builtin,
2488 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
2489 reftex-query-index-macro-help): New constants
2490 (reftex-index-selection-or-word, reftex-index,
2491 reftex-default-index, reftex-update-default-index,
2492 reftex-index-complete-tag, reftex-index-select-tag,
2493 reftex-index-complete-key, reftex-index-update-taglist,
2494 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
2495 reftex-display-index, reftex-insert-index,
2496 reftex-index-insert-new-letter, reftex-get-restriction,
2497 reftex-index-pre-command-hook, reftex-index-post-command-hook,
2498 reftex-index-show-help, reftex-index-next, reftex-index-previous,
2499 reftex-index-toggle-follow, reftex-index-toggle-context,
2500 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
2501 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
2502 reftex-index-quit, reftex-index-quit-and-kill,
2503 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
2504 reftex-index-revert, reftex-index-switch-index-tag,
2505 reftex-index-restrict-to-section, reftex-index-widen,
2506 reftex-index-restriction-forward,
2507 reftex-index-restriction-backward, reftex-index-visit-location,
2508 reftex-index-analyze-entry, reftex-index-globalize,
2509 reftex-index-edit, reftex-index-toggle-range-beginning,
2510 reftex-index-toggle-range-end, reftex-index-edit-key,
2511 reftex-index-edit-attribute, reftex-index-edit-visual,
2512 reftex-index-edit-part, reftex-index-level-down,
2513 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
2514 reftex-index-change-entry, reftex-index-goto-letter,
2515 reftex-add-index-macros, reftex-ensure-index-support,
2516 reftex-index-info-safe, reftex-index-info): New functions.
2517
2518
2519 1999-08-15 Richard M. Stallman <rms@gnu.org>
2520
2521 * paren.el (show-paren-mode): Support making show-paren-mode
2522 a buffer-local variable. Don't check for a window system.
2523 (show-paren-function): Check whether show-paren-function is
2524 enabled in current buffer; do the right thing if not.
2525 Don't check for a window system.
2526 (show-paren-mode): Make it a user variable.
2527
2528 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
2529 Handle `enum' like `struct'.
2530
2531 * server.el (server-process-filter): If a client visits no buffers,
2532 close it immediately before recording it.
2533
2534 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
2535 Optimize by calling concat just once. Handle =\n sequence.
2536 (mail-unquote-printable-region): New command.
2537 (mail-quote-printable): Make it autoload.
2538
2539 1999-08-15 Karl Heuer <kwzh@gnu.org>
2540
2541 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
2542
2543 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2544
2545 * lisp/texinfmt.el: Handle @ifnottex.
2546
2547 1999-08-15 Eli Zaretskii <eliz@gnu.org>
2548
2549 * frame.el (blink-cursor): Don't turn on cursor blinking for
2550 ms-dos.
2551
2552 * faces.el (face-valid-attribute-values): Look in
2553 x-bitmap-file-path only for x and w32 window systems.
2554
2555 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
2556 Do that if width is nil as well.
2557 (x-display-mm-height, x-display-mm-width): Update values.
2558 (x-colors): Compute the list from msdos-color-values.
2559 (x-select-enable-clipboard): Doc fix.
2560 (x-frob-font-weight, x-font-family-list): New functions.
2561
2562 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
2563
2564 * window.el (shrink-window-if-larger-than-buffer): Don't try to
2565 back up from beginning of buffer.
2566
2567 1999-08-13 Karl Heuer <kwzh@gnu.org>
2568
2569 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
2570
2571 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
2572
2573 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
2574 doomsday clock, speed control is added and changes are made to
2575 allow large numbers of rings: rings now show the whole ring
2576 number, not just the last digit; consecutive rings are allowed to
2577 be the same size when necessary to fit all the rings in the
2578 window; and poles can be oriented horizontally. Face support is
2579 thrown in gratuitously.
2580 (hanoi): Changed default number of rings back to 3.
2581 (hanoi-unix, hanoi-unix-64): New commands
2582 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
2583 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
2584 hanoi-odd-ring-face): New variables.
2585 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
2586 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
2587 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
2588 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
2589 (hanoi-topos, hanoi-draw-ring): Removed.
2590
2591 1999-08-12 Gerd Moellmann <gerd@gnu.org>
2592
2593 * faces.el (face-valid-attribute-values): Return an alist for
2594 families on ttys.
2595 (face-read-integer): Handle unspecified face attributes. Add
2596 completion for `unspecified'.
2597 (read-face-attribute): Handle unspecified font attributes.
2598 (face-valid-attribute-values): Add `unspecified' to lists so that
2599 it can be chosen via completion.
2600 (face-read-string): Don't recognize "none" as input.
2601
2602 1999-08-10 Dave Love <fx@gnu.org>
2603
2604 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
2605 string.
2606
2607 * sun-curs.el: Require sun-fns.
2608
2609 1999-08-10 Dave Love <fx@gnu.org>
2610
2611 * autorevert.el (auto-revert-mode): Add autoload cookie.
2612
2613 * hscroll.el, auto-show.el: Files deleted -- we have built-in
2614 hscroll.
2615
2616 * simple.el (hscroll-step, hscroll-point-visible)
2617 (hscroll-window-column): Remove now we have the mentioned real
2618 horizontal autoscrolling.
2619
2620 1999-08-10 Richard M. Stallman <rms@gnu.org>
2621
2622 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
2623 control use of -f option.
2624 (mail-specify-envelope-from): New variable.
2625 (mail-from-style): Doc fix.
2626
2627 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
2628 (easy-menu-get-map): New arg TO-MODIFY helps choose
2629 between local and global maps.
2630 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
2631 (easy-menu-change): Doc fix.
2632
2633 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
2634 (info-lookup-guess-default): Simplified and cleaned up.
2635 (info-lookup-guess-default*): Preserve point.
2636
2637 * view.el (view-mode-disable): If buffer-read-only is nil,
2638 don't change it.
2639
2640 * files.el (after-find-file): Disable View mode if buffer is no
2641 longer read-only.
2642
2643 * view.el (view-mode-enable, view-mode-disable):
2644 Call force-mode-line-update.
2645
2646 1999-08-10 Karl Heuer <kwzh@gnu.org>
2647
2648 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
2649 * array.el, play/landmark.el, international/latin-3.el: Likewise.
2650 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
2651
2652 1999-08-10 Alex Schroeder <asc@bsiag.com>
2653
2654 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
2655 to prevent m-eating-bug.
2656
2657 1999-08-10 Eli Zaretskii <eliz@gnu.org>
2658
2659 * term/pc-win.el (msdos-bg-mode): Remove. Call
2660 frame-set-background-mode instead. All callers changed.
2661 (msdos-face-setup): Don't force color display parameter, it is set
2662 by frame-set-background-mode.
2663 (make-msdos-frame): Call x-handle-reverse-video and
2664 face-set-after-frame-default. Delete frame if creation failed.
2665
2666 * faces.el (face-set-after-frame-default): Don't call
2667 make-face-x-resource-internal for the pc window-system.
2668
2669 1999-08-10 Dave Love <fx@melange.gnu.org>
2670
2671 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
2672 case with no docstring specially.
2673
2674 1999-08-09 Eli Zaretskii <eliz@gnu.org>
2675
2676 * complete.el (PC-do-completion): If completing on file name,
2677 reproduce str by concatenating its directory and basename parts.
2678
2679 1999-08-07 Dave Love <fx@gnu.org>
2680
2681 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
2682 unibyte to multibyte conversion of search-forward (from Handa),
2683 but avoid the replacement if the language is Latin-N.
2684
2685 1999-08-06 Richard Stallman <rms@gnu.org>
2686
2687 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
2688 of eval-buffer.
2689
2690 * international/mule.el (load-with-code-conversion):
2691 Pass t to eval-buffer for DO-ALLOW-PRINT.
2692
2693 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
2694
2695 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
2696 of filenames and attributes.
2697 (ls-lisp-insert-directory): Use directory-files-and-attributes
2698 for speed.
2699
2700 1999-08-05 Dave Love <fx@gnu.org>
2701
2702 * auto-show.el (auto-show-mode): Fix :set.
2703
2704 * widget.el (define-widget-keywords): Make dummy definition and
2705 comment-out its use.
2706
2707 1999-08-04 Richard Stallman <rms@gnu.org>
2708
2709 * progmodes/tcl.el: Customized.
2710
2711 * sql.el (sql-accumulate-and-indent): Instead of testing
2712 whether this is Emacs 20 before calling comint-accumulate,
2713 test whether comint-accumulate is defined.
2714
2715 1999-08-04 Dave Love <fx@gnu.org>
2716
2717 * sgml-mode.el: Require outline when compiling.
2718 (sgml-mode-hook, html-mode-hook): Customize.
2719 (sgml-validate-command): Fix :version.
2720 (html-autoview-mode): Doc fix.
2721
2722 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
2723 nothing in Latin-N environment.
2724
2725 * info.el (Info-find-node): Call info-initialize here.
2726 (info): Not here.
2727 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
2728
2729 1999-08-04 Richard Stallman <rms@gnu.org>
2730
2731 * ansi-color.el: New file.
2732
2733 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
2734
2735 * dired.el (dired-string-replace-match): Return `nil' when no match
2736 found with global search.
2737
2738 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
2739 * terminal.el (te-terminfo-directory):
2740 * mail/mailpost.el (post-mail-send-it):
2741 * mail/metamail.el (metamail-region):
2742 * progmodes/ada-mode.el (ada-tmp-directory):
2743 Use temporary-file-directory.
2744
2745 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
2746 (compilation-filter, compilation-forget-errors)
2747 (compilation-parse-errors): Use a marker instead of an integer for
2748 `compilation-parsing-end'.
2749
2750 * progmodes/diff.el (diff-parse-differences):
2751 Use a marker instead of an integer for `compilation-parsing-end'.
2752 * textmodes/tex-mode.el (tex-compilation-parse-errors):
2753 Use a marker instead of an integer for `compilation-parsing-end'.
2754
2755 1999-08-03 Richard Stallman <rms@gnu.org>
2756
2757 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
2758 (Buffer-menu-mode): Doc fix.
2759 (Buffer-menu-view): New command.
2760 (Buffer-menu-view-other-window): New command.
2761
2762 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
2763
2764 * replace.el (query-replace-regexp-eval)
2765 (replace-eval-replacement, replace-loop-through-replacements)
2766 (replace-match-string-symbols): New functions.
2767 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
2768 Use replace-loop-through-replacements.
2769
2770 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
2771
2772 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
2773 (5x5): Doc fix.
2774
2775 1999-08-03 Dave Love <fx@gnu.org>
2776
2777 * fortran.el (fortran-indent-new-line): Make it an alias
2778 for reindent-then-newline-and-indent.
2779
2780 1999-08-03 Didier Verna <verna@inf.enst.fr>
2781
2782 * rect.el: All functions rewritten, except when noted above
2783 their declaration. Below is a list of interface changes.
2784 (apply-on-rectangle): New function, mostly replaces
2785 `operate-on-rectangle'. All callers changed.
2786 (move-to-column-force): Pass new second argument to `move-to-column'.
2787 (kill-rectangle): Added optional prefix arg to fill lines.
2788 (delete-rectangle): Ditto.
2789 (delete-whitespace-rectangle): Ditto.
2790 (delete-extract-rectangle): Ditto.
2791 (open-rectangle): Ditto.
2792 (clear-rectangle): Ditto.
2793 (delete-whitespace-rectangle-line): New function.
2794 (delete-rectangle-line): Added third arg FILL.
2795 (delete-extract-rectangle-line): Ditto.
2796 (open-rectangle-line): Ditto.
2797 (clear-rectangle-line): Ditto.
2798
2799 1999-08-03 Ray Blaak <blaak@gnu.org>
2800
2801 * progmodes/delphi.el: New file.
2802
2803 1999-08-02 Richard Stallman <rms@gnu.org>
2804
2805 * textmodes/outline.el (outline-previous-heading): New function.
2806 (outline-up-heading-all): Use outline-previous-heading.
2807 (outline-next-heading): Delete definition inserted yesterday.
2808
2809 1999-08-01 Richard Stallman <rms@gnu.org>
2810
2811 * textmodes/outline.el (outline-next-heading): New function.
2812 (outline-up-heading-all): New function.
2813 (outline-font-lock-level): Using outline-up-heading-all.
2814 Tell outline-back-to-heading to accept invisible headings.
2815
2816 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
2817
2818 * mail/mh-utils.el (mh-find-path-run): New variable.
2819 (mh-find-path): Test and set that.
2820 Set mail-user-agent only the first time this function is run.
2821 (mail-user-agent): Defvar deleted.
2822
2823 * info.el (info-initialize): New function.
2824 (info): Call info-initialize.
2825 (Info-directory-list): Initialize to nil,
2826 so info-initialize will set it up for real.
2827
2828 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2829
2830 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
2831 does not interpret a time as the year in a day-month entry.
2832
2833 * calendar/diary-lib.el: Change syntax table entry for colon in
2834 the diary as part of the european-date-diary-pattern fix.
2835
2836 1999-08-01 Eli Zaretskii <eliz@gnu.org>
2837
2838 * international/mule.el (set-auto-coding): Allow whitespace before
2839 and after the "variable: value" pair.
2840
2841 1999-07-30 Ken'ichi Handa <handa@gnu.org>
2842
2843 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
2844 (default-sendmail-coding-system): Doc-string fixed.
2845
2846 1999-07-30 Dave Love <fx@gnu.org>
2847
2848 * subr.el (assoc-delete-all): New function, renamed from
2849 frame-delete-all.
2850
2851 * frame.el: Change comments to doc strings and other doc fixes.
2852 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
2853 Callers changed.
2854 (set-background-color, set-foreground-color, set-cursor-color)
2855 (set-mouse-color, set-border-color): Offer completion of colours.
2856 (cursor): Add :version to defgroup.
2857
2858 * facemenu.el (list-colors-display): Make it work on ttys.
2859 (facemenu-read-color): Likewise.
2860
2861 1999-07-30 Richard M. Stallman <rms@gnu.org>
2862
2863 * frame.el (frame-notice-user-settings): If background
2864 color has been changed, update background-mode from it,
2865 then update faces.
2866
2867 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
2868
2869 * net-utils.el (finger): Don't do indirect fingering.
2870
2871 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2872
2873 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
2874 rules. Add separator at end of holidays.
2875 (cal-tex-rules): New customizable variable.
2876 (cal-tex-latexify-list): Add optional parameter to put separator
2877 at end.
2878
2879 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
2880
2881 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
2882 fill prefix on each line while looping to the end of paragraph.
2883 End paragraph if it's longer than the existing fill prefix.
2884
2885 * textmodes/fill.el (fill-context-prefix): Doc fix.
2886
2887 1999-07-30 Dave Love <fx@gnu.org>
2888
2889 * font-lock.el (jit-lock): Fix :load, add :version.
2890
2891 1999-07-30 Eli Zaretskii <eliz@gnu.org>
2892
2893 * term/pc-win.el (msdos-face-setup): Register standard colors in
2894 Vface_tty_color_alist.
2895 (face-color-supported-p, face_color_gray_p): New functions.
2896
2897 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
2898 is bound.
2899
2900 * startup.el (command-line): Don't register default colors for
2901 MSDOS window-system.
2902
2903 1999-07-29 Dave Love <fx@gnu.org>
2904
2905 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
2906 charquote.
2907
2908 * lisp-mode.el (eval-defun): Re-written to avoid
2909 capturing variables.
2910
2911 * picture.el (picture-beginning-of-line): Don't call
2912 hscroll-point-visible now we have real autoscrolling.
2913 (picture-end-of-line, picture-newline, picture-open-line):
2914 Likewise.
2915
2916 * international/latin-8.el: New file.
2917 * international/latin-9.el: New file.
2918
2919 1999-07-28 Dave Love <fx@gnu.org>
2920
2921 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
2922
2923 * msb.el: Require cl only when compiling.
2924 (msb--home-dir): Deleted.
2925 (msb--format-title): Use abbreviate-file-name.
2926 (msb--choose-file-menu): Simplify string comparison.
2927
2928 1999-07-28 Gerd Moellmann <gerd@gnu.org>
2929
2930 * faces.el (toolbar): Add face definition for mono displays.
2931
2932 1999-07-27 Richard M. Stallman <rms@gnu.org>
2933
2934 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2935
2936 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
2937 force copying of default-frame-alist.
2938
2939 1999-07-26 Ken'ichi Handa <handa@gnu.org>
2940
2941 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
2942
2943 1999-07-26 Richard M. Stallman <rms@gnu.org>
2944
2945 * frame.el (set-mouse-color): If new color is nil,
2946 really respecify the current color.
2947
2948 1999-07-26 Gerd Moellmann <gerd@gnu.org>
2949
2950 * faces.el (bitmap-area): Change background of face `bitmap-area'
2951 to white for mono displays.
2952
2953 1999-07-26 Kenichi Handa <handa@etl.go.jp>
2954
2955 * international/ccl.el (ccl-embed-symbol): New function.
2956 (ccl-program-p): Deleted. Now it's implemented in C code.
2957 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
2958 (ccl-compile-translate-character): Likewise.
2959 (ccl-compile-map-single): Likewise.
2960 (ccl-compile-multiple-map-function): Likewise.
2961 (declare-ccl-program): Doc-string modified.
2962 (check-ccl-program): Check compiled CCL code by ccl-program-p.
2963
2964 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
2965
2966 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2967
2968 1999-07-25 Markus Rost <rost@gnu.org>
2969
2970 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
2971 the entries to make custom-file more readable.
2972
2973 1999-07-25 Richard M. Stallman <rms@gnu.org>
2974
2975 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
2976
2977 * emacs-lisp/edebug.el: Delete compatibility code.
2978 (edebug-next-token-class): If . is followed by a digit,
2979 return `symbol' for the token class.
2980
2981 * startup.el (command-line): If we don't find the user's init file,
2982 set user-init-file to nil.
2983
2984 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2985
2986 * info-look.el (info-lookup-interactive-arguments): Add optional
2987 argument query for new choice of help mode.
2988 (info-lookup-symbol): Use it.
2989 (info-lookup-file): Ditto.
2990 (info-lookup): Don't switch to other window, if already in Info
2991 buffer.
2992
2993 1999-07-23 Dave Love <fx@gnu.org>
2994
2995 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
2996 syntax.
2997 (fortran-fontify-string, fortran-match-!-comment): Deleted.
2998 (fortran-font-lock-syntactic-keywords): New variable.
2999 (fortran-mode): Use it.
3000 (fortran-font-lock-keywords-1): Don't do comments.
3001 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
3002 match data.
3003
3004 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
3005
3006 * msb.el (msb-menu-bar-update-buffers): Renamed from
3007 menu-bar-update-buffers.
3008 (msb-custom-set, msb--toggle-menu-type): Call
3009 msb-menu-bar-update-buffers.
3010 (msb-mode): Revise the hook setting.
3011
3012 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
3013
3014 1999-07-23 Gerd Moellmann <gerd@gnu.org>
3015
3016 * font-lock.el, help.el, simple.el: Re-integrate previously
3017 described changes that were lost due to errors while checking them
3018 in.
3019
3020 1999-07-23 Kevin Blake <kblake@ticnet.com>
3021
3022 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
3023
3024 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
3025
3026 * international/encoded-kb.el
3027 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
3028 but push it to unread-command-events.
3029 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
3030 (encoded-kbd-self-insert-sjis): Likewise.
3031 (encoded-kbd-self-insert-big5): Likewise.
3032
3033 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
3034 before left margin and fill-prefix by fill-find-break-point.
3035
3036 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3037
3038 * info-look.el (info-lookup-setup-mode): Don't give up, if
3039 info-lookup-make-completions returns an error.
3040 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
3041 name latex, not latex2e.
3042
3043 1999-07-21 Richard M. Stallman <rms@gnu.org>
3044
3045 * replace.el (perform-replace): Turn off case-fold-search
3046 if FROM-STRING argument has uppercase in it.
3047
3048 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3049
3050 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
3051 mode is on. Don't use end of changed text.
3052
3053 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3054
3055 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
3056 (cl-hash-table-p): Renamed from hash-table-p.
3057 (cl-hash-table-count): Renamed from hash-table-count.
3058 (maphash): Alias to cl-maphash removed.
3059 (gethash): Likewise.
3060 (puthash): Likewise.
3061 (remhash): Likewise.
3062 (clrhash): Likewise.
3063
3064 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3065
3066 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
3067 third arg non-nil. See comment there why this isn't a good idea.
3068
3069 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3070
3071 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
3072
3073 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
3074 sit-for with 3rd arg non-nil to prevent redisplay.
3075
3076 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3077
3078 * image.el (image-type-from-file-header): If file doesn't
3079 have a directory part, add data-directory.
3080
3081 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3082
3083 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
3084 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
3085 motion handling when tooltip-gud-tips-p is nil.
3086
3087 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3088
3089 * tooltip.el (tooltip-mode): Don't use `plusp'.
3090 (tooltip-active): Use initial value of nil.
3091
3092 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
3093
3094 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3095
3096 * bindings.el (make-mode-line-mouse-sensitive): Add key
3097 definitions for `top-line'.
3098
3099 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3100
3101 * faces.el (top-line): New face.
3102
3103 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3104
3105 * image.el (image-type-regexps): Add regexp for PS files.
3106
3107 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3108
3109 * faces.el (set-face-attribute): Fix wrong handling of frame
3110 begin equal to t.
3111
3112 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3113
3114 * image.el (image-type-regexps): Add PNG format.
3115
3116 1999-07-21 Dave Love <fx@gnu.org>
3117
3118 * bindings.el (mode-line-modified): New variable.
3119 (mode-line-mode-menu-1): Switch to appropriate window before
3120 showing menu.
3121
3122 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3123
3124 * faces.el (face-underline): Removed.
3125 (face-underline-color): Ditto.
3126
3127 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3128
3129 * faces.el (face-x-resources): Fix typo.
3130
3131 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3132
3133 * faces.el: Remove handling of `:relief', extend handling of
3134 `:box'.
3135 (frame-set-background-mode): Choose new defface specs after
3136 frame parameters have changed.
3137
3138 * cus-face.el: Ditto.
3139
3140 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3141
3142 * custom.el (defface): Extend documentation to include new
3143 face attributes.
3144
3145 * cus-face.el (custom-face-attributes): Add overline,
3146 strike-through, box.
3147
3148 * faces.el (face-valid-attribute-values): Handle overline,
3149 strike-through, box.
3150 (face-attribute-name-alist): Add pairs for new face attributes.
3151 (describe-face): Handle new face attributes.
3152
3153 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3154
3155 * faces.el (face-x-resources): Add overline, strike-through, box.
3156
3157 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3158
3159 * enriched.el (enriched-translations): Add `display' and
3160 "x-display".
3161 (enriched-handle-display-prop): New.
3162 (enriched-decode-display-prop): New.
3163
3164 * format.el (top-level): Give `display' property
3165 `format-list-atomic-p.
3166 (format-annotate-single-property-change): Test that property.
3167 If present, treat list property values like atoms.
3168
3169 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3170
3171 * cus-face.el (custom-face-attributes): Use `choice' everywhere
3172 so that "*" can be entered.
3173
3174 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3175
3176 * cus-face.el (custom-face-attributes): Don't use `#''.
3177
3178 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
3179
3180 * cus-face.el (custom-face-attributes): Return underline
3181 face attribute directly from the second lambda of underline.
3182
3183 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3184
3185 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
3186
3187 * frame.el (after-setting-font-hooks): New variable.
3188 (set-frame-font): Run those hooks.
3189
3190 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
3191
3192 * faces.el (set-face-attribute): Fix doc string.
3193
3194 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3195
3196 * cus-face.el (custom-face-attributes): Accept color name.
3197
3198 * faces.el (face-underline-p): Accept unspecified underlining.
3199 (face-underline): Ditto. Fix doc string.
3200
3201 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
3202
3203 * faces.el (face-underline-color): New function.
3204
3205 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
3206
3207 * cus-face.el (custom-face-attributes): Support underline coloring.
3208 Added slot to choose a color.
3209
3210 * faces.el (face-underline): New function.
3211 (face-underline-p): Support underline coloring.
3212 Return nil only if the underline attribute is 'normal.
3213 (set-face-underline): New function.
3214 (face-valid-attribute-values): Support underline coloring.
3215
3216 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3217
3218 * image.el (insert-image): Use `display' instead of `glyph'
3219 as text property name.
3220 (put-image): Ditto.
3221 (image-type-from-file-header): Use insert-file-contents-literally.
3222
3223 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3224
3225 * easymenu.el (easy-menu-do-add-item): Don't use the empty
3226 string to indicate separators.
3227
3228 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3229
3230 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
3231 instead of message-log.
3232
3233 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3234
3235 * faces.el (bitmap-area): New face.
3236
3237 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3238
3239 * image.el (insert-image): New.
3240
3241 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3242
3243 * frame.el (blink-cursor): Set the symbol's value.
3244 (show-trailing-whitespace): Change group to font-lock.
3245
3246 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3247
3248 * jit-lock.el: New.
3249 * font-lock.el: Add jit-mode as new support mode.
3250
3251 * font-lock.el (font-lock-fontify-keywords-region): Stop when
3252 reaching end instead of letting re-search-forward signal an error.
3253 (demand-lock-mode): New.
3254 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
3255 (font-lock-turn-off-thing-lock): Ditto.
3256 (font-lock-after-fontify-buffer): Ditto.
3257 (font-lock-after-unfontify-buffer): Ditto.
3258
3259 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3260
3261 * gs.el: New file.
3262
3263 * startup.el (command-line-1): Activate tooltip mode if
3264 interactive.
3265
3266 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3267
3268 * faces.el (toolbar): Grey default background.
3269 (modeline): Ditto.
3270
3271 * image.el (image-type-regexps): New.
3272 (image-type-from-file-header): New.
3273 (create-image): Call it.
3274
3275 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3276
3277 * image.el: New file.
3278
3279 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3280
3281 * bindings.el (mode-line-format): Replace `mode-name' with
3282 `(:eval mode-line-mode-name)'.
3283 (mode-line-mode-name): New.
3284 (make-mode-line-mouse-sensitive): Don't change default value
3285 of `mode-name'.
3286
3287 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3288
3289 * tooltip.el: New file.
3290
3291 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3292
3293 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
3294 instead of mouse-3 to pop up menus.
3295 (mode-line-kill-buffer): Removed.
3296 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
3297 buffer name.
3298 (mode-line-buffer-menu-1): Removed.
3299
3300 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
3301
3302 * bindings.el (mode-line-buffer-identification-keymap): New.
3303 (mode-line-buffer-menu-keymap): New.
3304 (mode-line-mode-menu-keymap): New.
3305 (mode-line-unbury-buffer): New.
3306 (mode-line-other-buffer): New.
3307 (mode-line-kill-buffer): New.
3308 (mode-line-buffer-menu-1): New.
3309 (mode-line-mode-menu-1): New.
3310 (make-mode-line-mouse-sensitive): New.
3311
3312 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3313
3314 * help.el (describe-key-briefly): Handle mode line strings
3315 with local-map properties.
3316 (describe-key): Ditto.
3317 (mode-line-key-binding): New.
3318
3319 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3320
3321 * scroll-bar.el (scroll-bar-timer): New.
3322 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
3323
3324 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3325
3326 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
3327 and `bottom'.
3328
3329 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3330
3331 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
3332 (global): Use different key bindings if using tookit scroll bars.
3333
3334 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3335
3336 * faces.el (modeline): Define mode line face with relief for
3337 class color, only.
3338 (toolbar): New face.
3339
3340 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3341
3342 * frame.el (frame-initialize): Set frame-creation-function to
3343 tty-create-frame-with-faces.
3344
3345 * faces.el (frame-set-background-mode): Make it work for
3346 window-system nil.
3347
3348 * faces.el (tty-create-frame-with-faces): New.
3349 (face-set-after-frame-default): Make it work for TTY frames.
3350
3351 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3352
3353 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
3354 Return a list of one font family for TTYs. Don't return bitmap
3355 file paths for TTY frames.
3356
3357 * faces.el: Add face specs for tty displays to basic faces.
3358
3359 * font-lock.el (font-lock-comment-face): Add spec for color tty.
3360 (font-lock-string-face): Ditto.
3361 (font-lock-keyword-face): Ditto.
3362 (font-lock-builtin-face): Ditto.
3363 (font-lock-function-name-face): Ditto.
3364 (font-lock-variable-name-face): Ditto.
3365 (font-lock-type-face): Ditto.
3366 (font-lock-constant-face): Ditto.
3367 (font-lock-warning-face): Ditto.
3368
3369 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3370
3371 * startup.el (command-line): Register default tty colors.
3372
3373 * faces.el (face-spec-set-match-display): Recognize `type tty'.
3374
3375 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3376
3377 * faces.el (modeline): For X frames, use a modeline with relief.
3378
3379 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3380
3381 * faces.el (frame-update-faces): Copied from 20.2.
3382 (frame-update-face-colors): Ditto. Code removed that isn't
3383 applicable in the new face implementation.
3384
3385 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3386
3387 * frame.el (show-trailing-whitespace): New.
3388
3389 * faces.el (trailing-whitespace): New basic face.
3390
3391 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3392
3393 * cus-face.el (custom-facep): Always define as alias for facep.
3394
3395 * cus-face.el (custom-face-attributes): Use choice widgets.
3396 Remove :bold and :italic.
3397
3398 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3399
3400 * faces.el (face-charset-registries): Removed since fontset.el
3401 is no always loaded.
3402
3403 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3404
3405 * faces.el (internal-get-face): Added as obsolete function for
3406 compatibility.
3407
3408 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3409
3410 * frame.el (blink-cursor-end): Call show-cursor.
3411 (blink-cursor-mode): Ditto.
3412
3413 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3414
3415 * faces.el (face-spec-reset-face): Reset all attributes to
3416 `unspecified'.
3417 (face-spec-set): Use it.
3418
3419 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3420
3421 * faces.el (read-all-face-attributes): Bug fix.
3422 (face-read-integer): Allow nil default value.
3423 (face-valid-attribute-values): Use symbol names of attribute
3424 values for completion list.
3425
3426 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3427
3428 * faces.el (internal-find-face): Define for compatibility with
3429 20.2.
3430 (face-id): Likewise.
3431
3432 * faces.el (face-id): Return the ID of a realized face for ASCII.
3433
3434 * fontset.el (x-charset-registries): Removed. Now in faces.el.
3435 (x-complement-fontset-spec): Use face-charset-registries.
3436
3437 * faces.el (face-font-selection-order): Set font selection order
3438 from Lisp.
3439 (face-alternative-font-family-alist): Set alternative font
3440 families from Lisp.
3441
3442 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3443
3444 * faces.el (set-face-charset-registries): Set symbol value.
3445
3446 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3447
3448 * faces.el (face-set-after-frame-default): Call function
3449 internal-merge-in-global-face.
3450
3451 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3452
3453 * faces.el (face-list): Return symbols from face-global-alist.
3454
3455 * faces.el (face-list): Return a copy of the face name list so
3456 that it cannot be modified from outside (facemenu.el uses
3457 nreverse, for example).
3458
3459 * cus-face.el (custom-face-attributes): Add :bold and :italic
3460 for compatibility with old code.
3461
3462 * faces.el (set-face-attributes-from-resources): Additional
3463 frame parameter.
3464 (make-face-x-resource-internal): Set attributes from resources
3465 for a given frame or all frames.
3466
3467 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3468
3469 * faces.el (all-faces): Removed.
3470
3471 * custom.el (defface): Add new face attributes to function
3472 comment.
3473
3474 * font-lock.el (font-lock-comment-face): Use new face attribute
3475 names.
3476 (font-lock-string-face): Ditto.
3477 (font-lock-keyword-face): Ditto.
3478 (font-lock-builtin-face): Ditto.
3479 (font-lock-function-name-face): Ditto.
3480 (font-lock-variable-name-face): Ditto.
3481 (font-lock-type-face): Ditto.
3482 (font-lock-reference-face): Ditto.
3483 (font-lock-warning-face): Ditto.
3484 ((boundp 'font-lock-face-attributes)): Ditto.
3485
3486 * cus-face.el (custom-face-attributes): Use new face attributes.
3487
3488 * faces.el (set-face-attribute-from-resource): Initialize
3489 from resources only for X and W32.
3490
3491 * cus-face.el (custom-declare-face): Don't make frame-local
3492 faces.
3493
3494 * faces.el (describe-face): Use princ instead of insert.
3495
3496 * faces.el: Add XLFD manipulation functions from 20.2 again
3497 because fontset.el uses them.
3498 (face-set-after-frame-default): Add empty definition.
3499
3500 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3501
3502 * faces.el (make-face): Correct typo.
3503 (set-face-attribute-from-resource): Use let*.
3504 (face-underline-p): Correct typo.
3505 (face-inverse-video-p): Ditto.
3506 (set-face-stipple): Ditto.
3507 (face-read-string): Make completion-list optional parameter.
3508
3509 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3510
3511 * faces.el (face-charset-registries): Alist mapping charset
3512 symbols to registries and encoding.
3513
3514 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3515
3516 * frame.el (blink-cursor-mode): Use interactive spec "P".
3517
3518 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3519
3520 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
3521 mode. The cursor of selected_window blinks if the mode is enabled.
3522
3523 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3524
3525 * simple.el (next-history-element): Set point to the end of the
3526 prompt if minibuffer-prompt-in-buffer.
3527
3528 1999-07-21 Gerd Moellmann <gerd@gnu.org>
3529
3530 * faces.el (x-font-regexp): Add sub-expression parentheses for
3531 several font name components.
3532
3533 1999-07-21 Gerd Moellmann <gerd@acm.org>
3534
3535 * faces.el (set-face-relief): Use index 12 for relief.
3536 (face-fill-in): Set relief from data.
3537 (internal-make-face): Init relief to zero.
3538
3539 * faces.el (face-spec-set): call modify-face with additional
3540 parameters for relief and fixed-p.
3541
3542 1999-07-21 Gerd Moellmann <gerd@acm.org>
3543
3544 * cus-face.el: ':fixed and ':relief added.
3545
3546 * faces.el (describe-face): Add fixed font attribute and relief.
3547 (face-attr-match-p): Ditto.
3548 (face-attr-construct): Ditto.
3549 (face-spec-set): Ditto.
3550
3551 1999-07-21 Gerd Moellmann <gerd@acm.org>
3552
3553 * faces.el (internal-make-face): Function to create a Lisp vector
3554 suitable for representing a face.
3555 (make-face): Use it instead of make-vector.
3556 (x-create-frame-with-faces): Use it instead of vector.
3557 (internal-facep): Increase vector size to 14.
3558 (internal-make-face): Ditto.
3559 (face-relief): Access relief thickness.
3560 (face-fixed-p): Access fixed font attribute.
3561 (set-face-fixed-p): Set fixed font attribute.
3562 (set-face-relief): Set relief attribute.
3563 (internal-face-interactive-int): Read int attribute of face.
3564 (modify-face): Add fixed-p and relief parameters.
3565 (copy-face): Handle fixed-p and relief.
3566 (face-equal): Compare fixed-p and relief.
3567 (face-differs-from-default-p): Ditto.
3568 (face-nontrivial-p): Add fixed-p and relief.
3569
3570 1999-07-21 Gerd Moellmann <gerd@acm.org>
3571
3572 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
3573 (internal-facep): Increase vector size.
3574 (make-face): Ditto.
3575 (face-shadow-thickness): Added.
3576 (set-face-shadow-thickness): Added.
3577 (modify-face): Add optional shadow-thickness parameter.
3578 (make-face-x-resource-internal): Add shadows.
3579 (copy-face): Ditto.
3580 (face-equal): Ditto.
3581 (face-differs-from-default-p): Ditto.
3582 (face-nontrivial-p): Ditto.
3583 (face-attr-match-p): Ditto.
3584 (face-attr-construct): Ditto.
3585 (face-spec-set): Ditto.
3586 (face-fill-in): Ditto.
3587
3588 1999-07-21 Gerd Moellmann <gerd@acm.org>
3589
3590 * bench.el (bench-mark-split-window): New bench mark.
3591
3592 1999-07-21 Gerd Moellmann <gerd@acm.org>
3593
3594 * faces.el (set-face-font): Don't pass default font to
3595 x-resolve-font so that font will not have to be of the same
3596 size.
3597
3598 1999-07-20 Dave Love <fx@gnu.org>
3599
3600 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
3601 unconditionally t.
3602
3603 1999-07-20 Karl Heuer <kwzh@gnu.org>
3604
3605 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
3606
3607 1999-07-20 Dave Love <fx@gnu.org>
3608
3609 * help.el (describe-variable): Fix test for customizability.
3610
3611 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
3612 Check for readonly buffer in interactive spec.
3613 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
3614 (backward-kill-word): Add * to interactive spec.
3615
3616 * underline.el (underline-region, ununderline-region): Add * to
3617 interactive spec.
3618
3619 * fill.el (canonically-space-region, justify-current-line): Add *
3620 to interactive spec.
3621 (fill-region-as-paragraph, fill-paragraph, fill-region)
3622 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
3623 readonly buffer in interactive spec.
3624
3625 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3626 (backward-kill-sentence, kill-sentence): Add * to interactive
3627 spec.
3628
3629 1999-07-19 Richard M. Stallman <rms@gnu.org>
3630
3631 * dired-aux.el (dired-do-shell-command): Doc fix.
3632
3633 * shell.el (shell-unquote-argument): New function.
3634 (shell-directory-tracker): Use shell-unquote-argument.
3635 * comint.el (comint-arguments): Handle \ followed by space or tab.
3636
3637 1999-07-19 John Wiegley <jwiegley@borland.com>
3638
3639 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
3640 color codes 39 and 49, which by the way lynx uses them seem to
3641 mean "foreground reset" and "background reset".
3642
3643 1999-07-19 Karl Heuer <kwzh@gnu.org>
3644
3645 * font-lock.el (c++-keywords): Add "typeid".
3646
3647 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
3648 selects no font, treat that as zero selections, not one.
3649
3650 1999-07-19 Dave Love <fx@gnu.org>
3651
3652 * info.el (Info-search): Don't lose with empty regexp.
3653
3654 * version.el: Cater for (free) `ident' program, not `which'.
3655
3656 * hl-line.el: New file.
3657
3658 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
3659 for modes which don't define menus.
3660
3661 1999-07-16 Richard M. Stallman <rms@gnu.org>
3662
3663 * webjump.el (webjump-sample-sites): Update some URLs.
3664
3665 1999-07-14 Richard Stallman <rms@gnu.org>
3666
3667 * Version 20.4 released.
3668
3669 1999-07-14 Andreas Schwab <schwab@gnu.org>
3670
3671 * compare-w.el (compare-windows): Try to find the next window in
3672 the current frame before looking at the other frames.
3673
3674 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
3675
3676 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
3677 Use cyrillic-jcuken as default input method.
3678
3679 1999-07-12 Richard Stallman <rms@gnu.org>
3680
3681 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
3682 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
3683
3684 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
3685 (ispell-local-dictionary-alist): Add koi8-r for character set.
3686
3687 * textmodes/flyspell.el (flyspell-get-word):
3688 Add special handling for when ispell-otherchars is empty.
3689
3690 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
3691
3692 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
3693 when having nested functons.
3694 (pascal-indent-nested-functions) (pascal-indent-line)
3695 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
3696 indenting nested functions.
3697
3698 1999-07-09 Richard Stallman <rms@gnu.org>
3699
3700 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
3701
3702 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
3703
3704 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
3705 the `end' keyword was in the very beginning of the buffer.
3706
3707 1999-07-08 Richard Stallman <rms@gnu.org>
3708
3709 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
3710
3711 * term.el (term-emulate-terminal): Avoid infinite loop
3712 in strange case where minibuffer window is selected but not active.
3713
3714 1999-07-07 Stephen Eglen <stephen@gnu.org>
3715
3716 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
3717 Change regexp so that it doesn't match commands beginning with `cd'.
3718
3719 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3720
3721 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
3722
3723 1999-07-06 Richard Stallman <rms@gnu.org>
3724
3725 * hscroll.el (hscroll-minibuffer-hook): New function.
3726 (hscroll-global-mode): Add and remove that hook.
3727 Set hscroll-old-truncate-was-global's default value.
3728
3729 1999-07-05 Richard Stallman <rms@gnu.org>
3730
3731 * files.el (revert-buffer): Don't preserve point here.
3732 (revert-buffer-insert-file-contents-function): Doc fix.
3733
3734 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
3735
3736 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
3737 doing a `stat' when it isn't necessary because that can cause
3738 trouble when an NFS server is down.
3739
3740 1999-07-04 Richard Stallman <rms@gnu.org>
3741
3742 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
3743
3744 1999-07-03 Richard Stallman <rms@gnu.org>
3745
3746 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
3747 for \200...\240 also.
3748 (isearch-printing-char): Use unibyte-char-to-multibyte.
3749
3750 1999-07-02 Richard Stallman <rms@gnu.org>
3751
3752 * frame.el (minibuffer-frame-alist): Use defcustom.
3753 (pop-up-frame-alist): Likewise.
3754 (initial-frame-alist): Specify * in the doc string.
3755
3756 * hscroll.el (hscroll-mode): Make it a permanent local.
3757 (hscroll-mode): Don't cancel the timer
3758 if HScroll mode is enabled in some other buffer.
3759
3760 * isearch.el (isearch-done): If search ends in middle of intangible
3761 text (due to text property), move on to the limit of that text.
3762
3763 1999-07-01 Andrew Innes <andrewi@gnu.org>
3764
3765 * man.el (Man-build-man-command): Use value of null-device,
3766 instead of hard-coding "/dev/null".
3767
3768 * dos-w32.el (untranslated-canonical-name): Avoid expanding
3769 ange-ftp file names, which might force ange-ftp to prompt for a
3770 password.
3771
3772 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
3773 to prevent references to temp files.
3774
3775 1999-06-30 Richard Stallman <rms@gnu.org>
3776
3777 * progmodes/sh-script.el (sh-feature): If nothing is known
3778 about the given shell, use the values for `sh'.
3779
3780 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
3781
3782 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
3783 to make it non-recursive.
3784
3785 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
3786
3787 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3788
3789 * auto-show.el (auto-show-mode): Fix Typo in :set.
3790
3791 1999-06-29 Richard M. Stallman <rms@gnu.org>
3792
3793 * progmodes/sh-script.el (sh-mode): When setting syntax
3794 table, default to the standard one.
3795
3796 1999-06-27 Richard M. Stallman <rms@gnu.org>
3797
3798 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
3799
3800 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu>
3801
3802 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up
3803 a frame when `return' is requested (even if pop-up-frames = t)
3804 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
3805 should only be set for the bibtex buffer.
3806
3807 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
3808
3809 * progmodes/compile.el: Deal with compilation-error-screen-columns
3810 being buffer-local.
3811
3812 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3813
3814 * comint.el (comint-password-prompt-regexp): Allow "(again)".
3815
3816 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3817
3818 * cal-x.el (calendar-only-one-frame-setup): New function.
3819 * calendar.el (calendar): Call it if requested.
3820
3821 1999-06-24 Karl Heuer <kwzh@gnu.org>
3822
3823 * startup.el (iso-8859-n-locale-regexp): Doc fix.
3824
3825 1999-06-22 Richard M. Stallman <rms@gnu.org>
3826
3827 * mail/supercite.el (sc-emacs-features): Doc fix.
3828
3829 1999-06-22 Karl Heuer <kwzh@gnu.org>
3830
3831 * files.el (auto-mode-alist): Add pike-mode.
3832
3833 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
3834
3835 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
3836 last byte of a numeric field is a space or a NUL. Parse it as
3837 potentially part of the number. This is used by GNU tar
3838 1.12.64012 to handle larger values.
3839
3840 1999-06-20 Karl Heuer <kwzh@gnu.org>
3841
3842 * custom.el (custom-handle-keyword): Fix error message.
3843
3844 1999-06-18 Andrew Innes <andrewi@gnu.org>
3845
3846 * mail/smtpmail.el (smtpmail-send-it): Use
3847 convert-standard-filename to make file names for queued mail safe
3848 on Windows (`:' is invalid in file names on Windows).
3849
3850 1999-06-17 Kenichi Handa <handa@etl.go.jp>
3851
3852 * international/mule-cmds.el (describe-current-input-method):
3853 Current-input-method is string.
3854 (toggle-input-method): Docstring fixed.
3855
3856 * international/mule-diag.el
3857 (describe-current-coding-system-briefly): Fix format string.
3858
3859 * international/mule-util.el (coding-system-eol-type-mnemonic):
3860 Docstring modified. Return a string.
3861
3862 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
3863
3864 * sql.el (sql-input-ring-file-name): Doc fix.
3865
3866 1999-06-17 Richard M. Stallman <rms@gnu.org>
3867
3868 * calendar/cal-x.el (special-display-buffer-names):
3869 Don't put (get-file-buffer diary-file) on this list.
3870
3871 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
3872
3873 * play/mpuz.el (mpuz-try-proposal): Fix message call.
3874 Don't penalize player for certain impossible guesses.
3875
3876 1999-06-16 Andrew Innes <andrewi@gnu.org>
3877
3878 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
3879 return the string "Unk 0 0000" so at least it appears to be a
3880 valid timestamp to `dired-move-to-filename-regexp'.
3881
3882 1999-06-15 Ken'ichi Handa <handa@gnu.org>
3883
3884 * ps-print.el (ps-control-character): Fix previous change.
3885
3886 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3887
3888 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
3889 multiple output of the last message.
3890
3891 1999-06-14 Eli Zaretskii <eliz@gnu.org>
3892
3893 * term/internal.el (IT-display-table-setup): Do not remap \222 to
3894 the ASCII apostrophe, as most DOS codepages have some other glyph
3895 there.
3896
3897 1999-06-14 Ken'ichi Handa <handa@gnu.org>
3898
3899 * language/ethio-util.el (setup-ethiopic-environment-internal):
3900 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
3901 (exit-ethiopic-environment): Likewize.
3902
3903 1999-06-12 Richard M. Stallman <rms@gnu.org>
3904
3905 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
3906
3907 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3908
3909 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
3910 custom-initialize-default to avoid infinite loop.
3911 (crisp-mode): (defun) Call transient-mark-mode here, not when
3912 loading the file. Run crisp-mode-hook here, and run
3913 crisp-load-hook when loading the file.
3914
3915 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
3916 rmail-summary buffer, search for pattern in rmail-file.
3917
3918 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
3919
3920 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
3921
3922 * ps-print.el (ps-printer-name): Fix custom type.
3923
3924 1999-06-12 Reto Zimmermann <reto@synopsys.com>
3925
3926 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
3927 (vhdl-port-paste-generic-map): Fix indentation bug.
3928 (vhdl-port-paste-port-map): Fix indentation bug.
3929 (vhdl-scan-file-contents): Make scanning case insensitive.
3930
3931 1999-06-11 Richard M. Stallman <rms@gnu.org>
3932
3933 * files.el (write-file): When buffer is not already visiting a file,
3934 don't put buffer name in the minibuffer, just make it the default.
3935 Also handle just directory as arg usefully in that case.
3936
3937 * simple.el (sendmail-user-agent-compose):
3938 Ignore case when inserting the rest of the "other" headers.
3939
3940 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
3941
3942 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
3943 (info-lookup-interactive-arguments): Never insert the default
3944 into the minibuffer automatically.
3945
3946 * emacs-lisp/cl-extra.el (getf): Don't call get*.
3947
3948 1999-06-09 Richard M. Stallman <rms@gnu.org>
3949
3950 * simple.el (shell-command): Avoid printing "mark set" message.
3951
3952 1999-06-09 Dave Love <fx@gnu.org>
3953
3954 * progmodes/compile.el (compilation-error-regexp-alist): Allow
3955 digits in program name in first pattern.
3956
3957 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
3958
3959 * vc.el (vc-dired-mode): Don't match anything before the date in
3960 dired-move-to-filename-regexp.
3961
3962 1999-06-07 Ken'ichi Handa <handa@gnu.org>
3963
3964 * international/quail.el (quail-define-rules): Fix typo in
3965 docstring.
3966
3967 1999-06-05 Stephen Eglen <stephen@gnu.org>
3968
3969 * iswitchb.el (iswitchb-default-keybindings): Add
3970 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
3971 than when package is loaded.
3972
3973 1999-06-04 Richard M. Stallman <rms@gnu.org>
3974
3975 * startup.el (command-line): Don't set user-init-file directly;
3976 tell `load' to set it.
3977
3978 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
3979
3980 * simple.el (next-history-element):
3981 Handle minibuffer-text-before-history properly when reading sexps.
3982
3983 * disp-table.el (standard-display-european):
3984 For an interactive call by the user,
3985 don't set enable-multibyte-characters,
3986 and don't set the terminal coding system.
3987
3988 * textmodes/refbib.el: Don't print any messages or display
3989 a buffer when loading the library.
3990 (r2b-help): Doc fix.
3991 (r2b-help-message): Update the documentation.
3992 (r2b-load-quietly): Variable deleted.
3993 (r2b-convert-buffer): Doc fix.
3994
3995 1999-06-04 Dave Love <fx@gnu.org>
3996
3997 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
3998
3999 * auto-show.el: Don't change hooks on loading.
4000 (auto-show-mode): Autoload. Default to nil. Add :set &c.
4001 (auto-show-mode): Add to hooks here.
4002
4003 1999-06-04 Richard Sharman <rsharman@pobox.com>
4004
4005 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
4006 recursion on bogus input.
4007
4008 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
4009
4010 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
4011 does not select a buffer from the buffers menu, then the attached
4012 frame is not switched to anything.
4013
4014 1999-06-03 Ken'ichi Handa <handa@gnu.org>
4015
4016 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
4017 (viet-viscii-...->viet-vscii...).
4018
4019 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
4020
4021 1999-06-01 Dave Love <fx@gnu.org>
4022
4023 * progmodes/fortran.el: Add :link to defgroup.
4024 (fortran-blink-matching-if): Match ELSE statements too.
4025 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
4026 that filling is always done.
4027
4028 1999-05-31 Richard M. Stallman <rms@gnu.org>
4029
4030 * simple.el (append-next-kill): Use an arg to distinguish
4031 interactive calls from Lisp calls, rather than (interactive-p).
4032
4033 * international/iso-transl.el (iso-transl-language-alist):
4034 Interchange n and N.
4035
4036 1999-05-31 Dave Love <fx@gnu.org>
4037
4038 * msb.el Add to minor-mode-map-alist. Remove hook installation
4039 and keymap munging on load.
4040 (msb-mode): New option.
4041 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
4042 Doc fix.
4043 (msb-mode-map): New variable.
4044 (msb-mode): New command.
4045
4046 1999-05-31 Dave Love <fx@gnu.org>
4047
4048 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
4049 (ispell-complete-word-dict): Likewise.
4050
4051 1999-05-31 Eli Zaretskii <eliz@gnu.org>
4052
4053 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
4054 force the data buffer to be saved, even if the data didn't
4055 change, in case the write filter was modified. Restore the
4056 current record after read-file-filter finishes.
4057
4058 1999-05-29 Karl Heuer <kwzh@gnu.org>
4059
4060 * ispell4.el: Obsolete; file deleted.
4061
4062 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
4063
4064 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
4065 VALUE is a syntax table.
4066
4067 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
4068
4069 * simple.el (zap-to-char): Doc fix.
4070
4071 1999-05-27 Ken'ichi Handa <handa@gnu.org>
4072
4073 * isearch.el (isearch-quote-char): Don't assume character codes
4074 0200 - 0237 stand for characters in some single-byte character
4075 charset.
4076
4077 1999-05-27 Dave Love <fx@gnu.org>
4078
4079 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
4080
4081 1999-05-27 Andreas Schwab <schwab@gnu.org>
4082
4083 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
4084 headerline does not exist already.
4085
4086 1999-05-26 Richard Stallman <rms@gnu.org>
4087
4088 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4089 Avoid nested null-loops.
4090
4091 1999-05-26 Ken'ichi Handa <handa@gnu.org>
4092
4093 * international/characters.el: Typo fixed; prefered->preferred.
4094
4095 * international/mule-cmds.el (find-coding-systems-for-charsets):
4096 Typo fixed; prefered->preferred.
4097
4098 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
4099 method in read-event.
4100
4101 * international/mule.el (charset-info): Doc-string fixed.
4102
4103 1999-05-25 Ken'ichi Handa <handa@gnu.org>
4104
4105 * mail/smtpmail.el (smtpmail-send-it): Bind
4106 smtpmail-code-conv-from properly.
4107 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
4108 by smtpmail-code-conv-from.
4109
4110 1999-05-24 Richard Stallman <rms@gnu.org>
4111
4112 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
4113 Binding deleted also.
4114
4115 1999-05-24 Karl Heuer <kwzh@gnu.org>
4116
4117 * comint.el (comint-bol-or-process-mark): Doc fix.
4118
4119 1999-05-23 Dave Love <fx@gnu.org>
4120
4121 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
4122 Enter it on minor-mode-map-alist.
4123 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
4124 Autoload. Add custom setter.
4125 (crisp-mark-line): Doc fix.
4126 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
4127 (crisp-mode-hook): Define.
4128
4129 1999-05-23 Ken'ichi Handa <handa@gnu.org>
4130
4131 * files.el (recover-file): Recover buffer-file-coding-system.
4132
4133 1999-05-22 Richard Stallman <rms@gnu.org>
4134
4135 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
4136 regexp match the date, to avoid treating date as file size.
4137 Add YYYY S option to WESTERN/
4138
4139 * bookmark.el: Delete some XEmacs compatibility code.
4140 (bookmark-jump-noselect): Check vc-backend.
4141
4142 * subr.el (add-to-list): Doc fix.
4143
4144 1999-05-21 Stephen Eglen <stephen@gnu.org>
4145
4146 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
4147
4148 1999-05-18 Richard Stallman <rms@gnu.org>
4149
4150 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
4151 non-space after the @anchor command.
4152 (texinfo-format-var): Handle other nested constructs, using
4153 texinfo-parse-expanded-arg and texinfo-discard-command, not
4154 texinfo-parse-arg-discard.
4155
4156 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
4157 (debug): Bind and use debugger-outer-inhibit-redisplay.
4158 Bind inhibit-redisplay to nil.
4159 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
4160
4161 1999-05-17 Dave Love <fx@gnu.org>
4162
4163 * help.el (describe-function-1): Extra arg, interactive-p.
4164 (describe-key, describe-function): Use it.
4165
4166 1999-05-17 Karl Heuer <kwzh@gnu.org>
4167
4168 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
4169
4170 1999-05-16 Dave Love <fx@gnu.org>
4171
4172 * cus-start.el (all): Delete selective-display. Add scroll-margin,
4173 scroll-preserve-screen-position, scroll-conservatively.
4174
4175 1999-05-16 Dave Love <fx@gnu.org>
4176
4177 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
4178
4179 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
4180
4181 * progmodes/vhdl-mode.el: Completely revised and massively extended.
4182
4183 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
4184
4185 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
4186 magic number and is not associated with a file.
4187
4188 1999-05-14 Richard M. Stallman <rms@gnu.org>
4189
4190 * files.el (find-file-noselect-1): Fix previous change.
4191
4192 1999-05-14 Simon Marshall <simon@gnu.org>
4193
4194 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
4195
4196 1999-05-13 Ken'ichi Handa <handa@gnu.org>
4197
4198 * international/mule-diag.el (mule-diag): Change MULE to Mule in
4199 docstring.
4200
4201 * international/mule-cmds.el: Change MULE to Mule in docstrings
4202 and menus.
4203
4204 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
4205
4206 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
4207 to correctly reflect the value of BaseLineOffset in
4208 RelativeCompose. Now the value of RelativeCompose is an array of
4209 low and high positions.
4210 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
4211 RLC for the above change.
4212
4213 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
4214
4215 * comint.el (comint-password-prompt-regexp): Modified to match the
4216 output of ksu and ssh-add.
4217
4218 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
4219
4220 * language/korea-util.el (isearch-toggle-korean-input-method):
4221 Adjusted for the change of input method handling in isearch.el.
4222 (isearch-hangul-switch-symbol-ksc): Likewise.
4223 (isearch-hangul-switch-hanja): Likewise.
4224
4225 1999-05-10 Dave Love <fx@gnu.org>
4226
4227 * help.el (help-make-xrefs): Fix typo.
4228
4229 1999-05-10 Andreas Schwab <schwab@gnu.org>
4230
4231 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
4232 unibyte-display-via-language-environment.
4233
4234 * help.el (help-make-xrefs): Handle more cases when looking for
4235 commands in a keymap description.
4236
4237 1999-05-10 Eli Zaretskii <eliz@gnu.org>
4238
4239 * loadup.el: For ms-dos systems, load ccl and codepage.
4240
4241 1999-05-09 Ken'ichi Handa <handa@gnu.org>
4242
4243 * ps-print.el (ps-control-character): Call
4244 ps-mule-prepare-ascii-font to setup ASCII fonts.
4245
4246 * ps-mule.el (ps-mule-begin-job): Redo this change "if
4247 ps-multibyte-buffer is nil, use
4248 ps-mule-font-info-database-default."
4249
4250 1999-05-08 Ken Stevens <k.stevens@ieee.org>
4251
4252 * ispell.el (ispell-local-dictionary-alist): New variable for
4253 customizing local dictionaries not accessable by everyone.
4254 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
4255 (ispell-required-version): Changed format `(major minor
4256 revision)' to support general pattern matching.
4257 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
4258 skip region commented out due to incorrect skip potential in std latex.
4259 (ispell-word): Removed `when' macro. Fixed bug of not restoring
4260 cursor point on small words for calls from `ispell-minor-mode'.
4261 (check-ispell-version): Tests and accepts versions major.minor
4262 and above, with adjustments for interactions in 3.1.0-3.1.11.
4263 (ispell-get-line): No longer skips ispell process special characters.
4264 (ispell-comments-and-strings): Removed `when' macro call.
4265 (ispell-minor-check): Requires ispell-word to restore cursor point.
4266 (ispell-buffer-local-parsing): Supports checking comments only.
4267
4268 1999-05-08 Karl Heuer <kwzh@gnu.org>
4269
4270 * comint.el (comint-password-prompt-regexp): Fix last change to be
4271 more specific.
4272
4273 1999-05-07 Richard M. Stallman <rms@gnu.org>
4274
4275 * subr.el (with-temp-message): Fix the other call to message
4276 to use %s.
4277
4278 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
4279
4280 * gud.el (gud-format-command): "%F" means file sans extension.
4281 (jdb): use %F, not %f, for gud-break.
4282
4283 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
4284
4285 * comint.el (comint-password-prompt-regexp): Modified so that it
4286 matches the output of kinit.
4287
4288 1999-05-06 Greg Stark <gsstark@mit.edu>
4289
4290 * timezone.el (timezone-parse-date): Recognize new format used in
4291 internet cookies.
4292
4293 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
4294
4295 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
4296
4297 1999-05-04 Andrew Innes <andrewi@gnu.org>
4298
4299 * time.el (display-time-update): Allow for wrap-around when
4300 checking against display-time-server-down-time.
4301
4302 1999-05-04 Ken'ichi Handa <handa@gnu.org>
4303
4304 * international/mule-diag.el (describe-coding-system): Fix English
4305 message.
4306
4307 1999-05-03 Jason Rumney <jasonr@altavista.net>
4308
4309 * term/w32-win.el: Change the x-charset-registry property for the
4310 Japanese charsets that are supported by Japanese Windows fonts.
4311
4312 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4313
4314 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
4315 diary-block diary entries for which the reminders and the diary
4316 entries can overlap.
4317
4318 1999-05-02 Jason Rumney <jasonr@altavista.net>
4319
4320 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
4321 matches the font selected in the dialog.
4322
4323 1999-05-02 Dave Love <fx@gnu.org>
4324
4325 * browse-url.el (browse-url-browser-function): Add :version.
4326
4327 * international/mule.el (auto-coding-alist): Add .tgz.
4328
4329 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
4330
4331 * international/codepage.el (cp-coding-system-for-codepage-1):
4332 Make the magnification parameter for the -dos encoder be 2.
4333
4334 1999-05-2 Andrew Innes <andrewi@gnu.org>
4335
4336 * term/w32-win.el (w32-drag-n-drop): Select file in window where
4337 it is dropped, rather than current window.
4338
4339 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
4340 after switching buffer, as case-fold-search is a buffer local
4341 variable.
4342
4343 * w32-fns.el (convert-standard-filename): Only convert directory
4344 separators to backslash if the interactive shell is one of the
4345 standard Windows shells that has DOS semantics.
4346
4347 * ls-lisp.el (ls-lisp-format-time): Trap errors from
4348 format-time-string, and return a suitable string to indicate the
4349 timestamp was invalid.
4350
4351 * hexl.el (hexlify-command): Apply shell-quote-argument after
4352 expanding hexl-program in case exec-directory contains a space.
4353 (dehexlify-command): Ditto.
4354
4355 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
4356 file extension regexps which aren't necessarily binary files.
4357 (direct-print-region-helper): Use subst-char-in-string instead of
4358 binding directory-sep-char to convert filenames to DOS syntax.
4359 (direct-print-region-use-command-dot-com): New variable.
4360 (direct-print-region-helper): Use it to control whether to invoked
4361 command.com to print on Windows 9x.
4362
4363 * browse-url.el (browse-url-browser-function): Default to
4364 browse-url-default-windows-browser on windows-nt.
4365 (browse-url-default-windows-browser): New function.
4366
4367 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
4368
4369 * forms.el (forms-mode): Don't call forms-first-record or
4370 forms-last-record if the data file has zero records.
4371
4372 1999-04-29 Richard M. Stallman <rms@gnu.org>
4373
4374 * files.el (find-file-noselect-1): If buffer-file-name has changed
4375 after find-file-not-found-hooks runs, recompute the truename.
4376 And don't use FILENAME after that point.
4377
4378 1999-04-27 Dave Love <fx@gnu.org>
4379
4380 * paren.el (show-paren-mode)
4381 * which-func.el (which-func-mode-global)
4382 * type-break.el (type-break-mode)
4383 * time.el (display-time-mode)
4384 * rsz-mini.el (resize-minibuffer-mode)
4385 * mouse-sel.el (mouse-sel-mode)
4386 * icomplete.el (icomplete-mode)
4387 * hscroll.el (hscroll-global-mode)
4388 * help.el (temp-buffer-resize-mode)
4389 * font-lock.el (global-font-lock-mode)
4390 * delsel.el (delete-selection-mode)
4391 * avoid.el (mouse-avoidance-mode)
4392 * autoinsert.el (auto-insert-mode)
4393 * winner.el (winner-mode): Doc fix.
4394
4395 1999-04-26 Karl Heuer <kwzh@gnu.org>
4396
4397 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
4398 the same whitespace that was ignored in choosing the subject string.
4399
4400 1999-04-26 Richard M. Stallman <rms@gnu.org>
4401
4402 * info.el (Info-find-node): Position properly after finding anchor.
4403
4404 * cus-start.el (all): Handle unibyte-display-via-language-environment.
4405
4406 * simple.el (indent-new-comment-line): Fix previous change.
4407
4408 * complete.el: Delete the wildcard expansion feature
4409 since that is now standard in find-file.
4410 (PC-try-load-many-files): Function deleted.
4411 (PC-after-load-many-files): Function deleted.
4412 (PC-many-files-list): Variable deleted.
4413 (PC-disable-wildcards): Variable deleted.
4414 (partial-completion-mode): Don't enable the wildcard feature.
4415
4416 * complete.el (PC-look-for-include-file): Don't set global variables
4417 `error', `buf' and `filename' here.
4418
4419 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
4420
4421 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
4422
4423 * textmodes/outline.el (outline-regexp): Doc fix.
4424
4425 1999-04-26 John Wiegley <johnw@borland.com>
4426
4427 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4428 C++Builder 4.0 error message syntax.
4429
4430 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
4431
4432 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
4433 supported, use find -exec.
4434
4435 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
4436
4437 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
4438 coding-system-for-write, to avoid hanging when non-interactive.
4439
4440 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
4441
4442 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
4443 start with a newline.
4444
4445 1999-04-13 Ken'ichi Handa <handa@gnu.org>
4446
4447 * international/mule-conf.el (x-ctext): New coding system.
4448
4449 1999-04-12 Richard M. Stallman <rms@gnu.org>
4450
4451 * international/mule-cmds.el (input-method-function):
4452 Add permanent-local property.
4453
4454 1999-04-12 Dave Love <fx@gnu.org>
4455
4456 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
4457 change to use jka-compr-byte-compiler-base-file-name.
4458
4459 * supercite.el (sc-scan-info-alist): Revert last change.
4460 (sc-attrib-selection-list): Fix :type here instead.
4461
4462 1999-04-11 Eli Zaretskii <eliz@gnu.org>
4463
4464 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
4465 in the list of case-insensitive filesystems.
4466
4467 1999-04-09 Kenichi Handa <handa@etl.go.jp>
4468
4469 * international/fontset.el (create-fontset-from-fontset-spec):
4470 Don't register duplicated alias fontset names.
4471
4472 1999-04-08 Richard Stallman <rms@gnu.org>
4473
4474 * international/mule.el (auto-coding-alist-lookup): New function.
4475 (set-auto-coding): Use auto-coding-alist-lookup.
4476
4477 * jka-compr.el (jka-compr-insert-file-contents):
4478 Use auto-coding-alist-lookup to check for files that
4479 should not have eol conversion, in the unibyte case.
4480
4481 1999-04-07 Dave Love <fx@gnu.org>
4482
4483 * help.el (describe-variable): Check custom-loads property as well
4484 as custom-type.
4485
4486 * abbrev.el (abbrev-mode): Customizing sets the default value.
4487
4488 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
4489
4490 * vc.el (vc-backend-revert): For CVS files that were made
4491 writeable with "cvs edit", call "cvs unedit" to undo that.
4492
4493 1999-04-08 Dave Love <fx@gnu.org>
4494
4495 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
4496 more.
4497 (sc-emacs-features): Recognize Emacs 20.
4498 (sc-read-string): Use history arg.
4499 (sc-scan-info-alist): Check for rtnvalue a cons.
4500
4501 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
4502
4503 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
4504 coding system to encode the message by
4505 select-message-coding-system.
4506
4507 1999-04-07 Richard Stallman <rms@gnu.org>
4508
4509 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
4510
4511 * winner.el: Reorder definitions.
4512
4513 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
4514
4515 * mail/rmail.el (rmail-decode-babyl-format):
4516 Undo previous change.
4517
4518 1999-04-06 Richard Stallman <rms@gnu.org>
4519
4520 * info.el (Info-find-node): Check for an anchor at the
4521 proper place, before reading an indirect file.
4522
4523 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
4524
4525 * jka-compr.el (jka-compr-insert-file-contents):
4526 Use raw-text-unix when we want no conversion.
4527
4528 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
4529
4530 * timezone.el (timezone-parse-date): Corrected regexp for
4531 style (5) date format so that tenths of seconds are optional.
4532
4533 1999-04-05 Eli Zaretskii <eliz@gnu.org>
4534
4535 * term/internal.el (dos-cpNNN-setup): New function, with the guts
4536 of dos-codepage-setup.
4537 (cjk-codepages-alist): New variable, an alist of Far-Eastern
4538 codepages for which there's no need to set up cpNNN coding
4539 systems.
4540 (dos-codepage-setup): Support Far-Eastern DOS terminals.
4541
4542 1999-04-05 Richard Stallman <rms@gnu.org>
4543
4544 * mail/rmail.el (rmail-ignored-headers): Doc fix.
4545
4546 1999-04-02 Richard Stallman <rms@gnu.org>
4547
4548 * progmodes/compile.el (compilation-handle-exit): Do right thing
4549 if (car status) doesn't end in a newline.
4550
4551 1999-04-01 Dave Love <fx@gnu.org>
4552
4553 * progmodes/sql.el (SQL): Add defgroup :version.
4554
4555 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4556
4557 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
4558 buffer-file-coding-system. If the coding system used is raw-text,
4559 etc., make the *Compiler Input* buffer unibyte.
4560
4561 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
4562
4563 * loadup.el: Don't write the fns-...el file if not dumping.
4564
4565 1999-03-31 Dave Love <fx@gnu.org>
4566
4567 * snmp-mode.el (snmp): Fix defgroup :version.
4568
4569 * hilit-chg.el (highlight-changes): Add defgroup :version.
4570
4571 1999-03-31 Andreas Schwab <schwab@gnu.org>
4572
4573 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
4574 the gnus-save-hidden-threads macro.
4575
4576 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
4577
4578 * faces.el (face-set-after-frame-default): Obey the
4579 `customized-face' for new faces.
4580
4581 1999-03-30 Dave Love <fx@gnu.org>
4582
4583 * international/mule-cmds.el (current-language-environment): Doc fix.
4584 * abbrev.el (abbrev-mode): Doc fix.
4585 * autoinsert.el (auto-insert-mode): Doc fix.
4586 * complete.el (partial-completion-mode): Doc fix.
4587 * avoid.el (mouse-avoidance-mode): Doc fix.
4588 * delsel.el (delete-selection-mode): Doc fix.
4589 * font-lock.el (global-font-lock-mode): Doc fix.
4590 * help.el (temp-buffer-resize-mode): Doc fix.
4591 * hscroll.el (hscroll-global-mode): Doc fix.
4592 * icomplete.el (icomplete-mode): Doc fix.
4593 * mouse-sel.el (mouse-sel-mode): Doc fix.
4594 * paren.el (show-paren-mode): Doc fix.
4595 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
4596 * time.el (display-time-mode): Doc fix.
4597 * type-break.el (type-break-mode): Doc fix.
4598 * which-func.el (which-func-mode-global): Doc fix.
4599 * winner.el (winner-mode): Doc fix.
4600
4601 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
4602
4603 * wid-edit.el (widget-before-change): Signal text-read-only rather
4604 than an ordinary error.
4605
4606 1999-03-30 Richard M. Stallman <rms@gnu.org>
4607
4608 * repeat.el: Don't require advice.
4609 (repeat): Do function-indirection in check for kbd macro.
4610 In self-insert case, use the *last* char in INSERTION.
4611
4612 1999-03-30 Karl Heuer <kwzh@gnu.org>
4613
4614 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
4615
4616 1999-03-29 Andreas Schwab <schwab@gnu.org>
4617
4618 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
4619 comint-input-filter-functions. Make variables related to shell
4620 directory tracking local.
4621
4622 1999-03-26 Andreas Schwab <schwab@gnu.org>
4623
4624 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
4625
4626 * simple.el (shell-command-on-region): Cope with exit-status being
4627 nil, which happens if call-process-region was interrupted.
4628
4629 1999-03-26 Richard M. Stallman <rms@gnu.org>
4630
4631 * simple.el (indent-new-comment-line): Handle use at a point
4632 after a comment-end. Handle multiple comments.
4633
4634 * mail/rmail.el (rmail-decode-babyl-format):
4635 To prevent locking, bind buffer-file-name to nil.
4636
4637 1999-03-26 Karl Fogel <kfogel@red-bean.com>
4638
4639 * mail-hist.el (mail-hist-current-header-name): Don't make
4640 off-by-one-error when determining if in message body.
4641
4642 1999-03-25 Andrew Innes <andrewi@gnu.org>
4643
4644 * w32-fns.el (set-default-process-coding-system): Copied from
4645 dos-w32.el, but modified to use Unix line endings for process
4646 input, and to add a suitable entry to process-coding-system-alist
4647 for DOS shells.
4648
4649 * dos-fns.el (set-default-process-coding-system): Copied from
4650 dos-w32.el.
4651
4652 * dos-w32.el (set-default-process-coding-system): Move function to
4653 dos-fns.el; a different version is used in w32-fns.el.
4654
4655 1999-03-24 Dave Love <fx@gnu.org>
4656
4657 * info.el (Info-directory-list): Revert change to re-writing
4658 Info-default-directory-list, but put `alternative' first.
4659 (Info-insert-dir): Modify selecting the top dir file as a consequence.
4660
4661 1999-03-23 Simon Marshall <simon@gnu.org>
4662
4663 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
4664 on the line by itself.
4665 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
4666 it is not in a declarative context.
4667
4668 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
4669
4670 * cus-edit.el (custom-variable-prompt): Allow customization of
4671 autoloaded symbols.
4672
4673 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
4674
4675 * simple.el (what-cursor-position): Don't cause error when point
4676 is at invalid multibyte sequence.
4677
4678 1999-03-21 Karl Heuer <kwzh@gnu.org>
4679
4680 * complete.el (partial-completion-mode): Doc fix.
4681
4682 1999-03-19 Richard M. Stallman <rms@gnu.org>
4683
4684 * progmodes/cplus-md.el (old-c++): Remove :group.
4685
4686 * progmodes/c-mode.el (old-c): Remove :group.
4687
4688 1999-03-18 Simon Marshall <simon@gnu.org>
4689
4690 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
4691 (java-font-lock-keywords-2): Added "strictfp" keyword.
4692
4693 1999-03-17 Jason Rumney <jasonr@altavista.net>
4694
4695 * w32-fns.el (set-w32-system-coding-system) New function.
4696 (w32-system-coding-system) Initialize to 'iso-latin-1.
4697
4698 1999-03-17 Eli Zaretskii <eliz@gnu.org>
4699
4700 * international/mule-cmds.el (set-language-environment): Fix
4701 previous change: don't use dos-codepage when unbound.
4702
4703 1999-03-17 Karl Heuer <kwzh@gnu.org>
4704
4705 * calendar/appt.el (appt-make-list): Fix previous change.
4706
4707 1999-03-16 Richard M. Stallman <rms@gnu.org>
4708
4709 * window.el (shrink-window-if-larger-than-buffer):
4710 Don't try to redisplay with the cursor at the end
4711 on its own line--that would force a scroll and spoil things.
4712
4713 1999-03-16 Eli Zaretskii <eliz@gnu.org>
4714
4715 * international/mule-cmds.el (set-language-environment): Don't use
4716 cpNNN-nonascii-translation-table if it is unbound.
4717
4718 * term/internal.el (dos-codepage-setup): Compute the unibyte
4719 syntax table and bind unibyte-display-via-language-environment
4720 here, rather than at top level, so that resetting to unibyte in
4721 .emacs works as expected.
4722
4723 1999-03-15 Simon Marshall <simon@gnu.org>
4724
4725 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
4726
4727 1999-03-14 Milan Zamazal <pdm@pvt.net>
4728
4729 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
4730
4731 1999-03-14 Kenichi Handa <handa@etl.go.jp>
4732
4733 * international/mule-util.el (detect-coding-with-priority):
4734 Restore the internal database.
4735
4736 1999-03-14 Stephen Eglen <stephen@gnu.org>
4737
4738 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
4739 if mail-from-style has invalid value.
4740
4741 1999-03-12 Karl Heuer <kwzh@gnu.org>
4742
4743 * vc.el (vc-delete-logbuf-window): New var.
4744 (vc-finish-logentry): Use it.
4745
4746 1999-03-12 Richard M. Stallman <rms@gnu.org>
4747
4748 * startup.el (command-line-1): Improve startup msg.
4749
4750 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
4751
4752 * speedbar.el: Added commentary about stealthy functions.
4753 (speedbar-message) new function.
4754 (speedbar-y-or-n-p): New function
4755 (speedbar-with-attached-buffer) Moved macro before reference.
4756 Now uses `save-selected-window'.
4757 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
4758 speedbar-generic-item-info, speedbar-item-info-file-helper,
4759 speedbar-item-delete, speedbar-insert-generic-list,
4760 speedbar-timer-fn, speedbar-check-vc-this-line,
4761 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
4762 speedbar-buffers-item-info) Use speedbar-message.
4763 (speedbar-item-info) Limit `message-log-max'.
4764 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
4765 speedbar-item-delete, speedbar-item-object-delete,
4766 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
4767
4768 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
4769
4770 * server.el (server-start): Set coding system for the server
4771 process to raw-text.
4772 (server-process-filter): Decode file names if necessary.
4773
4774 1999-03-12 Dave Love <fx@gnu.org>
4775
4776 * textmodes/fill.el (sentence-end-double-space): Doc fix.
4777
4778 * textmodes/paragraphs.el (sentence-end): Doc fix.
4779
4780 1999-03-11 Karl Heuer <kwzh@gnu.org>
4781
4782 * comint.el (comint-password-prompt-regexp): Accept "login password:"
4783
4784 1999-03-09 Karl Heuer <kwzh@gnu.org>
4785
4786 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
4787 (ispell-dictionary-alist-2): Likewise.
4788 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
4789 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
4790 (ispell-dictionary-alist): Build from six pieces, not just two.
4791
4792 * ps-bdf.el (bdf-directory-list): Doc fix.
4793
4794 * enriched.el (enriched-mode): Make var permanent-local.
4795
4796 1999-03-09 Dave Love <fx@gnu.org>
4797
4798 * textmodes/sgml-mode.el (html-mode): Use
4799 sentence-end-double-space when setting sentence-end.
4800
4801 1999-03-09 Ken'ichi Handa <handa@gnu.org>
4802
4803 * language/thai.el (tis-620): New alias coding system for thai-tis620.
4804
4805 1999-03-08 Felix Lee <flee@cygnus.com>
4806
4807 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
4808
4809 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
4810
4811 1999-03-08 Karl Heuer <kwzh@gnu.org>
4812
4813 * dired-aux.el (dired-do-copy-regexp): Doc fix.
4814 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4815
4816 * dired.el (dired-do-copy-regexp): Doc fix.
4817 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4818
4819 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
4820
4821 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
4822
4823 1999-03-08 Jason Rumney <jasonr@altavista.net>
4824
4825 * international/codepage.el (cp1250-decode-table)
4826 (cp1251-decode-table, cp1253-decode-table)
4827 (cp1257-decode-table): New translation tables for MS Windows codepages.
4828 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
4829
4830 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
4831
4832 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
4833
4834 1999-03-07 Eli Zaretskii <eliz@gnu.org>
4835
4836 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
4837
4838 * term/internal.el (top level): Display character 255 as 8bit as well.
4839
4840 1999-03-06 Dave Love <fx@gnu.org>
4841
4842 * progmodes/cc-cmds.el (c-outline-level): Bind
4843 buffer-invisibility-spec.
4844
4845 * progmodes/c-mode.el (c-outline-level): Likewise.
4846
4847 * progmodes/ada-mode.el (ada-outline-level): Likewise.
4848
4849 1999-03-05 Felix Lee <flee@cygnus.com>
4850
4851 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
4852
4853 1999-03-05 Richard M. Stallman <rms@gnu.org>
4854
4855 * bindings.el (complete-symbol): Invert meaning of prefix arg.
4856
4857 1999-03-05 Andrew Innes <andrewi@gnu.org>
4858
4859 * w32-fns.el (convert-standard-filename): Convert directory
4860 separators to Windows format.
4861
4862 1999-03-05 Andreas Schwab <schwab@gnu.org>
4863
4864 * international/skkdic-cnv.el: Provide skkdic-cnv.
4865 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
4866 (batch-skkdic-convert): Doc fix.
4867
4868 1999-03-04 Dave Love <fx@gnu.org>
4869
4870 * custom.el (custom-set-variables): Protect against setter errors.
4871
4872 1999-03-04 Eli Zaretskii <eliz@gnu.org>
4873
4874 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
4875 the file sizes from overflowing.
4876 (ls-lisp-format): If file size is a float, use %8.0f to print it.
4877 Under -s, print the size in blocks with %4.0f, in case they have
4878 a *really* huge file.
4879
4880 1999-03-03 Dave Love <fx@gnu.org>
4881
4882 * options.el (edit-options): Doc fix.
4883 (list-options): Don't lose with unbound symbols. Maintain
4884 Edit-options-mode.
4885
4886 1999-03-01 Dave Love <fx@gnu.org>
4887
4888 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
4889
4890 1999-02-28 Richard M. Stallman <rms@gnu.org>
4891
4892 * ispell.el (ispell-dictionary-alist-override): New variable.
4893 (ispell-dictionary-alist): Don't setq it,
4894 if ispell-dictionary-alist-override is set.
4895
4896 * simple.el (shell-command-default-error-buffer): Renamed from
4897 shell-command-on-region-default-error-buffer.
4898 (shell-command-on-region): Mention in echo area when there
4899 is some error output. Mention success or failure, too.
4900 Accumulate multiple error outputs
4901 going forward, with formfeed in between. Display the error buffer
4902 when we have put something in it.
4903 (shell-command): Add the ERROR-BUFFER argument feature.
4904
4905 1999-02-28 Karl Heuer <kwzh@gnu.org>
4906
4907 * mail/mh-utils.el (mh-lib): Doc fix.
4908 (mh-lib-progs, mh-nmh-p): New vars.
4909 (mh-find-progs): Set mh-lib-progs along with other vars.
4910 (mh-path-search): New arg FUNC-P; if specified, use that instead
4911 of mh-file-command-p.
4912 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
4913
4914 * mail/mh-comp.el (mh-repl-formfile): New var.
4915 (mh-smail-batch): Don't ignore all arguments.
4916 (mh-reply): Do the right thing when using nmh.
4917
4918 1999-02-27 Kenichi Handa <handa@etl.go.jp>
4919
4920 * international/mule-cmds.el (select-safe-coding-system): Be sure
4921 to show a buffer being decoded.
4922
4923 1999-02-26 Ken'ichi Handa <handa@gnu.org>
4924
4925 * ps-bdf.el (bdf-directory-list): Initialize it to
4926 '("/usr/local/share/emacs/fonts/bdf").
4927
4928 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4929
4930 * ps-print.el: PostScript programming fix.
4931 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
4932 setpagedevice operator).
4933
4934 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4935
4936 * ps-print.el: Doc fix, font size specifies landscape and portrait
4937 sizes.
4938 (ps-print-version): New version number (4.1.4).
4939 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
4940 Specifies landscape and portrait sizes.
4941 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
4942 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
4943 fix.
4944 (ps-get-font-size): New fun.
4945 (ps-font-size-internal, ps-header-font-size-internal)
4946 (ps-header-title-font-size-internal): New vars.
4947
4948 * ps-mule.el: Change of ps-print font size variable name.
4949 (ps-mule-generate-font): Fun fix.
4950 (ps-mule-begin-job): Programming uniformization.
4951
4952 1999-02-25 Dave Love <fx@gnu.org>
4953
4954 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
4955 (help-make-xrefs): Do Info case first.
4956
4957 * repeat.el: Don't require advice.
4958 (repeat-last-kill-command): Variable deleted.
4959
4960 1999-02-25 Richard Stallman <rms@gnu.org>
4961
4962 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
4963 case just because the current buffer is the output buffer.
4964
4965 1999-02-25 Kenichi Handa <handa@etl.go.jp>
4966
4967 * simple.el (what-cursor-position): To show the character's
4968 encoding, use encoded-string-description instead of information
4969 of chaset-origin-alist.
4970
4971 * international/mule-cmds.el (iso-2022-control-alist): New variable.
4972 (encoded-code-description): New function.
4973 (encoded-string-description): New function.
4974 (encode-coding-char): New function.
4975
4976 1999-02-25 Andrew Innes <andrewi@gnu.org>
4977
4978 * startup.el (command-line) [windows-nt]: Fix typo in regexp
4979 checking for .emacs[.el[c]].
4980
4981 1999-02-24 Richard Stallman <rms@gnu.org>
4982
4983 * help.el (describe-function-1): Don't print a whole lambda-function.
4984
4985 1999-02-23 Ken'ichi Handa <handa@gnu.org>
4986
4987 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
4988 inputting ?\240.
4989
4990 1999-02-23 Karl Heuer <kwzh@gnu.org>
4991
4992 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
4993
4994 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
4995 (clean-buffer-list-kill-buffer-names): Doc fix.
4996
4997 * gud.el (gud-jdb-massage-args): Spelling fix.
4998
4999 1999-02-23 Richard M. Stallman <rms@gnu.org>
5000
5001 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
5002
5003 1999-02-22 Eli Zaretskii <eliz@gnu.org>
5004
5005 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
5006 excursion while calling set-auto-coding-function.
5007
5008 * play/handwrite.el (handwrite): Require ps-print, and use
5009 ps-printer-name and ps-lpr-command. Call ps-print-region-function
5010 if it's defined, instead of forking ps-lpr-command unconditionally.
5011
5012 1999-02-22 Kenichi Handa <handa@etl.go.jp>
5013
5014 * international/codepage.el (cp-coding-system-for-codepage-1): Put
5015 charset-origin-alist property to a coding system for the codepage.
5016
5017 * international/mule.el: Modify comment for charset-origin-alist
5018 property of a coding system.
5019
5020 * simple.el (what-cursor-position): charset-origin-alist property
5021 of a coding system may be a translation table or a symbol of which
5022 `translation-table' property is a translation table.
5023
5024 1999-02-21 Richard Stallman <rms@gnu.org>
5025
5026 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
5027 to the "html" template.
5028
5029 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
5030
5031 * dirtrack.el (dirtrack): Added docstring. Now returns input.
5032
5033 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
5034
5035 * dirtrack.el (dirtrack): Check for the prompt in the input string
5036 instead of the buffer.
5037
5038 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
5039
5040 * sql.el: Set version to 1.4.1. Changed mail address to
5041 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
5042 (sql-input-ring-separator): Doc fix.
5043 (sql-mode-syntax-table): double-dash starts comments is defined as
5044 ". 56" instead of ". 12b" for XEmacs.
5045 (sql-stop, sql-interactive-mode): Doc fixes.
5046 (sql-postgres): Queries for database and server, not just one.
5047 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
5048
5049 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
5050 changed. This is needed for master.el to work.
5051 (sql-set-sqli-buffer): Use the new hook.
5052
5053 * sql.el (sql-make-alternate-buffer-name): Function that sets
5054 sql-alternate-buffer-name.
5055 (sql-alternate-buffer-name): Possible name of SQLi buffers.
5056 (sql-interactive-mode): Set sql-alternate-buffer-name.
5057 (sql-rename-buffer): New command.
5058 (sql-interactive-mode-menu): Menu for SQLi buffers.
5059
5060 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
5061 and sql-input-ring-file-name are used to temporarily set
5062 comint-input-ring-file-name and comint-input-ring-separator when
5063 reading and writing input history files.
5064
5065 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
5066 (sql-input-ring-file-name): New variable with customization.
5067 (sql-input-ring-separator): New variable with customization.
5068 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
5069 Callers changed.
5070 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
5071 now includes the name of the current buffer.
5072
5073 (sql-mode): Set paragraph-separate and paragraph-start so that
5074 sql-send-paragraph sends the entire SQL statements, even if it
5075 contains indented lines.
5076
5077 1999-02-18 Dave Love <fx@gnu.org>
5078
5079 * format.el (format-encode-run-method, format-decode-run-method):
5080 Fix previous change.
5081
5082 1999-02-18 Ken'ichi Handa <handa@gnu.org>
5083
5084 * international/mule.el (coding-system-list): Moved here from
5085 mule-util.el to avoid autoloading mule-util by the call of
5086 select-safe-coding-system.
5087
5088 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
5089
5090 * simple.el (turn-on-auto-fill): Mark it as an option for
5091 `text-mode-hook'.
5092
5093 1999-02-17 Richard Stallman <rms@gnu.org>
5094
5095 * emacs-lisp/easymenu.el (easy-menu-get-map):
5096 Don't crash if (current-local-map) is nil.
5097
5098 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
5099
5100 * filecache.el (file-cache-filter-regexps): Added .class.
5101
5102 1999-02-17 Ken'ichi Handa <handa@gnu.org>
5103
5104 * international/mule-util.el (decompose-region): Use
5105 insert-buffer-substring instead of insert-buffer to avoid putting
5106 mark.
5107
5108 1999-02-17 Andreas Schwab <schwab@gnu.org>
5109
5110 * calendar/cal-move.el (scroll-calendar-left): Don't set
5111 displayed-month and displayed-year here, let generate-calendar do
5112 it, after range checking.
5113
5114 1999-02-17 Simon Marshall <simon@gnu.org>
5115
5116 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
5117
5118 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
5119 correctly between an object declared via a constructor and a method.
5120 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
5121 (java-font-lock-keywords-1): Fontify package names individually.
5122 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
5123 (java-font-lock-keywords-2): Simplify type fontification.
5124 (java-font-lock-keywords-3): Likewise.
5125
5126 1999-02-17 Kenichi Handa <handa@etl.go.jp>
5127
5128 * language/japanese.el (iso-2022-jp-2): New coding system.
5129 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
5130
5131 1999-02-16 Dave Love <fx@gnu.org>
5132
5133 * help.el (describe-function-1): Accept non-symbols.
5134
5135 1999-02-16 Paul Eggert <eggert@twinsun.com>
5136
5137 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
5138 find the last match if there are multiple matches.
5139
5140 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5141
5142 * tex-mode.el (tex-run-command, latex-run-command)
5143 (slitex-run-command, tex-command): Doc changes.
5144 (tex-start-options-string): Autoload it. Doc change. Provide
5145 a menu for customization. Allow nil. Quote backslashes only once.
5146 (tex-start-tex): Handle nil value of tex-start-options-string
5147 and apply shell-quote-argument to it.
5148
5149 1999-02-16 Eli Zaretskii <eliz@gnu.org>
5150
5151 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
5152 the size in blocks, since it can be a float.
5153 (ls-lisp-format): Likewise
5154
5155 1999-02-16 Ken'ichi Handa <handa@gnu.org>
5156
5157 * language/japanese.el (japanese-shift-jis): Add
5158 charset-origin-alist property.
5159
5160 1999-02-15 Richard Stallman <rms@gnu.org>
5161
5162 * progmodes/compile.el (compile-internal): Use save-selected-window.
5163
5164 * subr.el (momentary-string-display): Bind inhibit-read-only.
5165
5166 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
5167
5168 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
5169
5170 * mail/rmail.el (rmail-show-message): If an unseen message has a
5171 Summary-line in its header, get past one more line before looking
5172 for the X-Coding-System header.
5173
5174 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
5175
5176 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
5177 explicitly to accomodate Windows 9X lack of a useful copy program.
5178
5179 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
5180
5181 * wid-edit.el (widget-choice-value-create): Use `equal'
5182 instead of `eq'.
5183
5184 1999-02-14 Richard Stallman <rms@gnu.org>
5185
5186 * international/iso-transl.el:
5187 (iso-transl-ae): Renamed from iso-transl-e-slash.
5188 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
5189 (iso-transl-AE): Renamed from iso-transl-E-slash.
5190 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
5191 (iso-transl-char-map): Related changes.
5192
5193 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
5194
5195 1999-02-13 Richard Stallman <rms@gnu.org>
5196
5197 * textmodes/texinfmt.el (texinfo-alias): New function.
5198 (texinfo-fold-nodename-case): Add defvar.
5199 (texinfo-format-node): Do case folding if specified.
5200
5201 * ffap.el (ffap-file-at-point): Test local file names
5202 immediately. Strip off line numbers.
5203
5204 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
5205
5206 * sql.el: Set version to 1.3.2
5207 (sql-solid-program): Added support for solid.
5208 (sql-help): Doc mentions sql-solid.
5209 (sql-solid): Entry function for Solid.
5210 (sql-buffer): Doc explains the use of the variable and how to
5211 change it.
5212 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
5213 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
5214 disabled if sql-buffer doesn't have a process; sql-send-paragraph
5215 is new.
5216 (sql-show-sqli-buffer): New function to display the value of
5217 sql-buffer.
5218 (sql-change-sqli-buffer): New function to change sql-buffer.
5219 (sql-mode): Doc explains how to change sql-buffer.
5220 (sql-send-paragraph): New function to send a paragraph.
5221 (sql-mode-map): Added keybinding for sql-send-paragraph.
5222 (sql-mysql): Doc corrected.
5223 (sql-ms): Doc corrected.
5224
5225 * sql.el (sql-server): Doc fix.
5226 (sql-mysql): Added the use of sql-server to specify the host,
5227 sql-database now specifies database instead of host.
5228 (sql-mode-menu): Send... menu items are only active if sql-buffer
5229 is non-nil.
5230 (sql-help): Changed tag of entry functions a bit.
5231
5232 * sql.el: Added keywords from `finder-by-keyword'.
5233 (sql-mode): Made sql-buffer a local variable, changed the
5234 documentation: removed instructions to add *.sql files to
5235 auto-mode-alist, added documentation for having mutliple SQL
5236 buffers sending their stuff to different SQLi buffers, each
5237 running a different process.
5238 (sql-postgres): Quoted *SQL* in doc string.
5239 (sql-ms): Likewise.
5240 (sql-ingres): Likewise.
5241 (sql-ingres): Quoted *SQL* in doc string, added references to
5242 sql-user and sql-password used during login.
5243 (sql-sybase): Quoted *SQL* in doc string, added comma.
5244 (sql-oracle): Likewise.
5245 (sql-interactive-mode): Added extensive documentation for having
5246 mutliple SQL buffers sending their stuff to different SQLi
5247 buffers, each running a different process.
5248 (sql-buffer): Changed doc from *SQL* to SQLi.
5249 (sql-get-login): Doc fix.
5250
5251 1999-02-12 Ken'ichi Handa <handa@gnu.org>
5252
5253 * international/mule-conf.el (undecided): Set ascii in
5254 safe-charsets property.
5255
5256 1999-02-12 Richard Stallman <rms@gnu.org>
5257
5258 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
5259
5260 1999-02-12 Ken'ichi Handa <handa@gnu.org>
5261
5262 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
5263 value to ps-mule-font-info-database-latin.
5264
5265 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
5266
5267 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
5268 (ps-mule-font-info-database-default): New variable.
5269 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
5270 ps-mule-font-info-database-default.
5271
5272 1999-02-12 Dave Love <fx@gnu.org>
5273
5274 * timezone.el (timezone-make-date-sortable)
5275 (timezone-make-date-arpa-standard): Doc fix.
5276
5277 1999-02-12 Ken'ichi Handa <handa@gnu.org>
5278
5279 * international/quail.el (quail-show-kbd-layout): Bind
5280 blink-matching-paren to nil.
5281
5282 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
5283 for ASCII and Latin-1.
5284
5285 1999-02-12 Andreas Schwab <schwab@gnu.org>
5286
5287 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
5288
5289 1999-02-12 Kenichi Handa <handa@etl.go.jp>
5290
5291 * international/mule-cmds.el (language-info-alist): Remove
5292 description about charset-origin-alist.
5293
5294 * international/mule.el: Comment added for a new coding system
5295 property `charset-origin-alit'.
5296 (make-translation-table): This variable deleted.
5297
5298 * language/chinese.el (chinese-big5): Add charset-origin-alist
5299 property.
5300 ("Chinese-CNS"): Remove charset-origin-alist property.
5301
5302 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
5303 property.
5304 (cyrillic-alternativnyj): Likewise.
5305 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
5306 ("Cyrillic-ALT"): Likewise.
5307
5308 * language/vietnamese.el (vietnamese-viqr): Add
5309 charset-origin-alist property.
5310 ("Vietnamese"): Remove charset-origin-alist property.
5311
5312 * simple.el (what-cursor-position): Don't use the varialbe
5313 charset-origin-alist, but use charset-origin-alist property of
5314 buffer-file-coding-system to decide external character set code.
5315
5316 1999-02-10 Richard Stallman <rms@gnu.org>
5317
5318 * shadowfile.el: Don't turn on the mode when the file is loaded.
5319
5320 1999-02-09 Richard Stallman <rms@gnu.org>
5321
5322 * progmodes/compile.el (compile-auto-highlight): Customize.
5323
5324 * add-log.el (add-log-file-name-function): New variable.
5325 (add-change-log-entry): Call that function, if non-nil.
5326
5327 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
5328
5329 * rmail.el (rmail-search): Track match with a marker, not an integer.
5330
5331 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5332
5333 * progmodes/compile.el (compilation-setup): Set value of
5334 compilation-directory-stack as in compilation-forget-errors.
5335 (compile-reinitialize-errors): Bind buffer-undo-list and
5336 deactivate-mark.
5337 (compilation-forget-errors): Likewise.
5338
5339 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
5340
5341 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
5342 def... constructs.
5343
5344 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
5345 Remove calls to sleep-for.
5346
5347 1999-02-08 Eli Zaretskii <eliz@gnu.org>
5348
5349 * international/codepage.el (cp-coding-system-for-codepage-1): On
5350 MS-DOS, use dos-unsupported-char-glyph for characters not
5351 supported by the codepage.
5352 (cp-make-coding-systems-for-codepage): Likewise.
5353
5354 1999-02-08 Andreas Schwab <schwab@gnu.org>
5355
5356 * international/mule-util.el (coding-system-list): Don't sort
5357 coding-system-list here.
5358
5359 * international/mule.el (coding-system-lessp): Moved here from
5360 mule-util.el
5361 (add-to-coding-system-list): New function.
5362 (make-subsidiary-coding-system, make-coding-system,
5363 define-coding-system-alias): Use it instead of setting
5364 coding-system-list directly.
5365
5366 1999-02-07 Dave Love <fx@gnu.org>
5367
5368 * calendar/appt.el (appt-make-list): Don't splice quotes and date
5369 onto message.
5370
5371 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5372
5373 * imenu.el (imenu--last-menubar-index-alist): Add doc.
5374 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
5375
5376 1999-02-06 Richard Stallman <rms@gnu.org>
5377
5378 * language/european.el (setup-slovenian-environment): New function.
5379 ("Slovenian"): New language environment.
5380
5381 * progmodes/sql.el (sql-help): Doc fix.
5382 (sql-mysql): Doc fix.
5383
5384 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5385
5386 * tex-mode.el: When compiling, require compare-w and skeleton
5387 to pacify the byte-compiler. Move the def's of the tex-commands
5388 together. Add a comment on kill-process vs. quit-process.
5389
5390 1999-02-05 Dave Love <fx@gnu.org>
5391
5392 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
5393 null markers.
5394 (compile-goto-error): Likewise.
5395
5396 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
5397
5398 * time-stamp.el (time-stamp-format): Format doc tighter.
5399 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
5400 (time-stamp): don't re-write the time stamp if it didn't change.
5401
5402 1999-02-05 Alex Schroeder <asc@bsiag.com>
5403
5404 * progmodes/sql.el: Changed version to 1.2.1.
5405 (sql-pop-to-buffer-after-send-region): Improved documentation.
5406 (sql-mysql-program): Added MySQL support.
5407 (sql-prompt-length): Made prompt-length configurable.
5408 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
5409 (sql-help): Added MySQL support, changed documentation.
5410 (sql-send-region): A message is displayed if something is sent.
5411 (sql-mode): Added buffer-local comment-start.
5412 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
5413 (sql-interactive-mode): Added buffer-local comment-start.
5414 (sql-oracle): Set sql-prompt-length.
5415 (sql-sybase): Set sql-prompt-length.
5416 (sql-mysql): Added MySQL support.
5417 (sql-ingres): Set sql-prompt-length.
5418 (sql-ms): Set sql-prompt-length.
5419 (sql-postgres): Set sql-prompt-length.
5420
5421 1999-02-04 Eli Zaretskii <eliz@gnu.org>
5422
5423 * term/internal.el (dos-codepage-setup): Set selection coding
5424 system to cpNNN-dos.
5425
5426 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5427
5428 * international/characters.el: Let ethiopic use iso-2022-7bit.
5429
5430 1999-02-02 Dave Love <fx@gnu.org>
5431
5432 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
5433 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
5434
5435 1999-02-02 Karl Heuer <kwzh@gnu.org>
5436
5437 * terminal.el (terminal-emulator): Doc fix.
5438
5439 1999-02-02 Ken'ichi Handa <handa@gnu.org>
5440
5441 * international/mule-util.el (compose-chars): Doc-string
5442 modified. Correctly handle a composition character in ARGS.
5443
5444 1999-02-01 Richard Stallman <rms@gnu.org>
5445
5446 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
5447 (makefile-menu-index-function): Function deleted.
5448 (makefile-mode): Use makefile-imenu-generic-expression.
5449
5450 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
5451
5452 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
5453 change, invoke from before-init-hook.
5454
5455 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
5456
5457 * subr.el (remove-from-invisibility-spec): Cope with the case when
5458 buffer-invisibility-spec is t.
5459
5460 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
5461
5462 * calendar/calendar.el (calendar-mode-map): Fix bindings for
5463 appt-add and appt-delete.
5464
5465 1999-02-01 Eli Zaretskii <eliz@gnu.org>
5466
5467 * term/pc-win.el (msdos-approximate-color): New function.
5468 (msdos-color-translate): Call it to find a DOS color that best
5469 approximates an X-style "#NNNNNN" color specification.
5470
5471 1999-02-01 Ken'ichi Handa <handa@gnu.org>
5472
5473 * international/mule-util.el (compose-chars-component): Add
5474 autoload cookie.
5475
5476 1999-01-31 Ken'ichi Handa <handa@gnu.org>
5477
5478 * international/quail.el (quail-lookup-key): If cdr of MAP is a
5479 function, replace cdr of MAP by the return value of the function
5480 unconditionally.
5481
5482 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5483
5484 * progmodes/compile.el (compilation-next-error-locus): Don't
5485 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
5486
5487 1999-01-31 Eli Zaretskii <eliz@gnu.org>
5488
5489 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
5490 and NLs before "charset", and allow the charset name be in double
5491 quotes.
5492
5493 1999-01-31 Richard Stallman <rms@gnu.org>
5494
5495 * imenu.el (imenu-sort-function): Fix custom type.
5496
5497 1999-01-30 Richard Stallman <rms@gnu.org>
5498
5499 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
5500 (speedbar-line-token): Likewise.
5501
5502 * play/gametree.el (gametree-default-score): Use defcustom.
5503 (gametree-score-regexp, gametree-score-closer): Likewise.
5504 (gametree-score-manual-flag, gametree-score-opener): Likewise.
5505
5506 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5507
5508 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
5509 decoding.
5510
5511 1999-01-29 Markus Rost <rost@gnu.org>
5512
5513 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
5514 tex-validate-buffer.
5515 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
5516 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
5517 now with recent occur-mode.
5518 (tex-validate-region): Really walk through all Sexps.
5519 (tex-region): Bind shell-dirtrack-verbose.
5520 (tex-file, tex-bibtex-file): Likewise.
5521
5522 1999-01-29 Dave Love <fx@gnu.org>
5523
5524 * finder.el: (finder-commentary): Fix interactive spec. Try
5525 appending .el to file name.
5526 (finder-find-library, finder-commentary): Doc fixes.
5527
5528 1999-01-29 Andrew Innes <andrewi@gnu.org>
5529
5530 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
5531 where the userid contains directory separators.
5532
5533 1999-01-29 Dave Love <fx@gnu.org>
5534
5535 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
5536 (lm-commentary): Doc fix.
5537
5538 1999-01-29 Andreas Schwab <schwab@gnu.org>
5539
5540 * files.el (file-expand-wildcards): Never consider `.' and `..' a
5541 wildcard match. Fix regexp that tests if dirpart contains
5542 wildcard characters.
5543
5544 1999-01-28 Richard Stallman <rms@gnu.org>
5545
5546 * font-lock.el (font-lock-default-unfontify-region):
5547 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
5548
5549 1999-01-27 Jason Rumney <jasonr@altavista.net>
5550
5551 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
5552 from FAMILY field.
5553 (w32-create-initial-fontsets): Do not use before-init-hook.
5554 (mouse-set-font): Document. Automatically create and use fontsets.
5555
5556 * dos-w32.el (direct-print-region-helper): Check for printer
5557 being t as well as a string.
5558
5559 1999-01-27 Kenichi Handa <handa@etl.go.jp>
5560
5561 * mail/rmail.el (rmail-decode-mime-charset): New variable.
5562 (rmail-mime-charset-pattern): New variable.
5563 (rmail-convert-to-babyl-format): Decode by MIME-charset if
5564 rmail-decode-mime-charset is non-nil.
5565
5566 1999-01-27 Ken'ichi Handa <handa@gnu.org>
5567
5568 * international/characters.el: Set category `q' for all characters
5569 in tibetan and tibetan-1-column.
5570
5571 1999-01-27 Andrew Innes <andrewi@gnu.org>
5572
5573 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
5574 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
5575
5576 1999-01-27 Dave Love <fx@gnu.org>
5577
5578 * international/mule-cmds.el (current-language-environment):
5579 Provide :link, :type (choices) and appropriate :get.
5580
5581 1999-01-27 Eli Zaretskii <eliz@gnu.org>
5582
5583 * startup.el (command-line): Set default eol-mnemonic-* strings to
5584 display end-of-line format in mode line.
5585
5586 * cus-start.el (all): Add eol-mnemonic-* variables.
5587
5588 1999-01-26 Dave Love <fx@gnu.org>
5589
5590 * startup.el (command-line-1): Up-date copyright.
5591
5592 * paths.el (Info-default-directory-list): Use configdir twice.
5593
5594 * info.el (Info-directory-list): Don't set path-separator now
5595 we're not shipped with Texinfo. Simplify path definition.
5596 Substitute all occurrences of instdir in Info-default-directory-list.
5597
5598 1999-01-25 Richard Stallman <rms@gnu.org>
5599
5600 * startup.el (normal-top-level-add-subdirs-to-load-path):
5601 Record the inode numbers of the dirs processed, to avoid loop.
5602
5603 * textmodes/tex-mode.el (tex-run-command): Doc fix.
5604
5605 1999-01-25 Dave Love <fx@gnu.org>
5606
5607 * browse-url.el (browse-url-netscape-program): Doc addition.
5608
5609 * help.el (help-make-xrefs): Default info references to an `(emacs)'
5610 prefix.
5611
5612 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
5613 auto-mode-alist.
5614
5615 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5616
5617 * calendar/diary-lib.el (mark-diary-entries): Use
5618 assoc-ignore-case and do not capitalize when matching month and
5619 day names.
5620
5621 * calendar/calendar.el (calendar-read-date): Ditto.
5622
5623 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5624 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5625
5626 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
5627
5628 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5629
5630 * calendar/cal-islam.el (calendar-goto-islamic-date)
5631 (mark-islamic-diary-entries): Ditto.
5632
5633 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5634
5635 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5636 (calendar-read-mayan-tzolkin-date): Ditto.
5637
5638 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
5639
5640 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
5641
5642 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
5643
5644 1999-01-25 Karl Heuer <kwzh@gnu.org>
5645
5646 * faces.el (list-faces-display): Multiline case of previous fix.
5647
5648 1999-01-25 Andreas Schwab <schwab@gnu.org>
5649
5650 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
5651
5652 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
5653
5654 * files.el (find-file): If find-file-noselect returns a list,
5655 do switch-to-buffer on each element.
5656 (find-file-other-window): Likewise for all but the first element.
5657 (find-file-other-frame): Same.
5658 (find-file-noselect): When we expand a wildcard, return a list
5659 of buffers.
5660
5661 1999-01-24 Eli Zaretskii <eliz@gnu.org>
5662
5663 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
5664 to set the appropriate cpNNN-dos coding system as the
5665 highest-priority coding system.
5666
5667 1999-01-23 Ken'ichi Handa <handa@gnu.org>
5668
5669 * international/fontset.el (generate-fontset-menu): Return a
5670 sorted list by plain names of fontsets.
5671
5672 * international/mule-diag.el (list-fontsets): Sort fontsets by
5673 plain names.
5674
5675 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
5676 FIRST is a composite character, decompose it at first.
5677
5678 1999-01-23 Dave Love <fx@gnu.org>
5679
5680 * format.el: Doc fixes.
5681 (format-encode-run-method): Have things happen in the right buffer.
5682 Deal with errors from method. Set coding-system-for-write.
5683 (format-decode-run-method): Have things happen in the right buffer.
5684 Deal with errors from method. Set coding-system-for-read.
5685 (format-alist): Use nil instead of unmatchable regexps.
5686
5687 * simple.el (shell-command-on-region): Return command's exit status.
5688
5689 1999-01-23 Eric Ludlam <zappo@gnu.org>
5690
5691 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
5692 of the file whose info we want to display.
5693 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
5694 (speedbar-add-mode-functions-list) Improve doc.
5695 (speedbar-line-token) New function.
5696 (speedbar-dired) Fix order of directories in -shown-directories.
5697 (speedbar-line-path): Default return is default-directory
5698 (speedbar-buffers-line-path): Return is dir name only.
5699 (speedbar-mode-functions-list): New variable.
5700 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
5701 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
5702 speedbar-files-item-info speedbar-buffers-item-info): New functions.
5703 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
5704 New functions.
5705 (speedbar-line-file): Broke out part that fetches file from a line.
5706 (speedbar-line-text): New function extracted from speedbar-line-file.
5707 (speedbar-line-path): Converted into a replaceable function.
5708 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
5709
5710 1999-01-23 Ken'ichi Handa <handa@gnu.org>
5711
5712 * international/fontset.el (create-fontset-from-x-resource): Make
5713 style variants.
5714
5715 1999-01-22 Dave Love <fx@gnu.org>
5716
5717 * paths.el (Info-default-directory-list): Put sysdir after start.
5718
5719 1999-01-22 Sam Steingold <sds@goems.com>
5720
5721 * midnight.el (clean-buffer-list): do not kill a buffer if it has
5722 a process associated with it.
5723
5724 1999-01-22 Jason Rumney <jasonr@altavista.net>
5725
5726 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
5727
5728 1999-01-22 Felix Lee <flee@cygnus.com>
5729
5730 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
5731 major-mode.
5732 (vc-annotate-mode): Delete variable.
5733
5734 1999-01-22 Andrew Innes <andrewi@gnu.org>
5735
5736 * startup.el (command-line): [windows-nt]: Check for existence of
5737 .emacs file so as to notice .emacs.el or .emacs.elc and use them
5738 in preference to _emacs.
5739
5740 1999-01-22 Dave Love <fx@gnu.org>
5741
5742 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
5743
5744 1999-01-20 Richard Stallman <rms@gnu.org>
5745
5746 * files.el (find-file-noselect): Do wildcard processing only
5747 if new arg WILDCARDS is non-nil.
5748 (find-file, find-file-other-window): New arg WILDCARDS.
5749 Default it to non-nil if interactive.
5750 (find-file-other-frame): Likewise.
5751 (find-file-read-only): Likewise.
5752 (find-file-read-only-other-window): Likewise.
5753 (find-file-read-only-other-frame): Likewise.
5754
5755 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
5756 (widget-plist-convert-option): Delete spurious comma.
5757
5758 1999-01-19 Jason Rumney <jasonr@altavista.net>
5759
5760 * term/w32-win.el (w32-standard-fontspec-spec): Change
5761 iso8859-5 to koi8-r. Add iso8859-9.
5762
5763 1999-01-19 Dave Love <fx@gnu.org>
5764
5765 * browse-url.el (browse-url-maybe-new-window): Delete macro and
5766 its uses.
5767
5768 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
5769 is active.
5770 (fortran-indent-subprogram): Likewise.
5771
5772 1999-01-19 Dave Love <d.love@dl.ac.uk>
5773
5774 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
5775
5776 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5777
5778 * wid-edit.el (alist): Use sexp as default key-type.
5779
5780 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5781
5782 * textmodes/tex-mode.el (tex-define-common-keys):
5783 Remove key binding of tex-feed-input.
5784 (tex-mode-map): Bind tex-feed-input here.
5785 (tex-start-shell): Use compilation-shell-minor-mode. Set
5786 comint-input-filter-functions before running tex-shell-hook.
5787 (tex-start-tex): Forget compilation errors.
5788 (tex-compilation-parse-errors): Rewritten to work also with
5789 compile-mouse-goto-error and compile-goto-error. Adjusted to
5790 change in tex-region.
5791 (tex-region): For the temp file use file-name without directory.
5792 (tex-file): Expand file name of tex-print-file.
5793
5794 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5795
5796 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
5797
5798 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
5799
5800 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
5801 beginning could cause Emacs to hang. Fixed.
5802
5803 1999-01-18 Ken'ichi Handa <handa@gnu.org>
5804
5805 * international/ccl.el (ccl-compile-translate-character): Handle
5806 the case that a tranlation table is CCL register correctly.
5807
5808 * international/mule-cmds.el (select-safe-coding-system):
5809 Hightlight at most 256 characters.
5810
5811 1999-01-18 Dave Love <fx@gnu.org>
5812
5813 * startup.el (command-line): If the init file changes operation to
5814 unibyte, make all buffers unibyte and re-set language environment.
5815
5816 * disp-table.el (standard-display-european): Make all existing
5817 buffers unibyte. Fix doc.
5818
5819 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
5820
5821 * wid-edit.el (coding-system): Define this unconditionally.
5822
5823 * simple.el (shell-command-on-region-default-error-buffer): New var.
5824 (shell-command-on-region): Use that variable as interactive
5825 value of ERROR-BUFFER argument.
5826
5827 1999-01-17 Sam Steingold <sds@goems.com>
5828
5829 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'.
5830
5831 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5832
5833 * progmodes/compile.el (compilation-goto-locus): If already in the
5834 compilation buffer's window, keep it in that window.
5835 (compile-mouse-goto-error): Add Doc. Don't play with windows.
5836 (compile-goto-error): Don't play with windows.
5837
5838 * textmodes/tex-mode.el (latex-run-command): Doc fix.
5839 (tex-command): Doc fix.
5840 (tex-compilation-parse-errors): Doc fix.
5841 (tex-generate-zap-file-name): Don't start the name with -.
5842 (tex-expand-files): Works now also with strings ending with ":".
5843
5844 1999-01-17 Ian T Zimmerman <itz@transbay.net>
5845
5846 Patch failed to install:
5847 * gametree.el: Document scoring functionality.
5848 (gametree-score-regexp): Add optional plus sign.
5849 (gametree-score-opener): Replace `:' with `=' as the former
5850 conflicts with gametree-half-ply-regexp.
5851 (gametree-transpose-following-leaves): Add.
5852 (gametree-insert-new-leaf): Make modifying commands barf in read
5853 only buffers.
5854 (gametree-break-line-here): Add a call to
5855 `gametree-transpose-following-leaves'. This maintains the
5856 necessary invariant that on each level all leaf children precede
5857 all nonleaf children. This has always been implied, but left to
5858 the user, and, unfortunately, undocumented.
5859
5860 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
5861
5862 * wid-edit.el (plist, alist): New widget types.
5863
5864 1999-01-17 Dave Love <fx@gnu.org>
5865
5866 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
5867 fix scope of condition-case therein.
5868
5869 1999-01-17 Andrew Innes <andrewi@gnu.org>
5870
5871 * dos-w32.el: (find-buffer-file-type-coding-system): Use
5872 default-buffer-file-coding-system when file doesn't exist (and
5873 isn't covered by a special case) instead of forcing undecided-dos
5874 against the user's wishes.
5875
5876 * dos-w32.el (direct-print-region-helper): New function based on
5877 direct-print-region-function; sends data to specified printer port
5878 without further translation. Recognize and handle specially the
5879 standard `print' and `nprint' programs, as well as `lpr' and
5880 similar programs. Only write directly to the printer port if no
5881 print program is specified. Work around a bug in Windows 9x
5882 affecting Win32 version of Emacs by invoking command.com to write
5883 to the printer port instead of writing directly.
5884 (direct-print-region-function): Use direct-print-region-helper to
5885 do most of the work.
5886 (direct-ps-print-region-function): New function; analogue of
5887 direct-print-region-function for ps-print.
5888 (ps-lpr-command): Comment out setq; leave as example usage.
5889 (ps-lpr-switches): Ditto.
5890
5891 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
5892 and MS-Windows.
5893 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
5894 DOS and Windows platforms, to indicate direct printing. Update
5895 the docstring accordingly.
5896
5897 * ps-print.el: (ps-printer-name): Update docstring about usage on
5898 MS-DOS and MS-Windows.
5899 (ps-lpr-command): Update docstring as for lpr-command.
5900 (ps-print-region-function): New variable.
5901 (ps-do-despool): Use it.
5902 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
5903 DOS/Windows.
5904
5905 * subr.el (subst-char-in-string): New function.
5906
5907 1999-01-17 Eli Zaretskii <eliz@gnu.org>
5908
5909 * international/codepage.el (cp852-decode-table): Fill a nil entry.
5910
5911 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
5912 (bdf-find-font-info): New function, looks for the first readable
5913 file from a list of alternatives.
5914 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
5915 instead of bdf-get-font-info.
5916 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
5917 to ps-mule-generate-bitmap-glyph.
5918
5919 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
5920 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
5921 now be a list of alternative names.
5922 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
5923 (ps-mule-prepare-font): Likewise.
5924
5925 * international/codepage.el (cp855-decode-table,
5926 cp850-decode-table): Fill some nil entries.
5927
5928 1999-01-16 Dave Love <fx@gnu.org>
5929
5930 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
5931 last change.
5932
5933 1999-01-15 Dave Love <fx@gnu.org>
5934
5935 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
5936 and change regexp for command names.
5937 (help-xref-go-back, function-called-at-point, symbol-file)
5938 (where-is): Doc fixes.
5939 (help-xref-go-back): Remove interactive spec.
5940 (describe-function-1): Fix message for alias. Buttomize alias
5941 name.
5942
5943 * simple.el (join-line): New alias.
5944
5945 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
5946
5947 * forms.el: (forms--show-record): Convert integers to string
5948 expicitly since concat will no longer accept integers.
5949 (forms-print): Use local `total-nb-records' since
5950 `forms--total-records' will be inaccessible after buffer switching.
5951
5952 1998-01-14 Felix Lee <flee@cygnus.com>
5953
5954 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness.
5955
5956 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
5957
5958 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
5959
5960 1999-01-14 Eli Zaretskii <eliz@gnu.org>
5961
5962 * international/codepage.el (cp850-decode-table): Fix previous change.
5963
5964 1999-01-14 Simon Marshall <simon@gnu.org>
5965
5966 * shell.el (shell-dirtrack-verbose): New custom variable.
5967 (shell-dirstack-message): Use it.
5968
5969 1999-01-14 Kenichi Handa <handa@etl.go.jp>
5970
5971 * international/mule-conf.el: Coding system alias `dos' for
5972 `undecided-dos', `mac' for `undecided-mac'.
5973
5974 * international/mule-cmds.el (describe-language-environment):
5975 Don't alter input-method-alist.
5976
5977 1999-01-13 Eli Zaretskii <eliz@gnu.org>
5978
5979 * international/codepage.el (cp850-decode-table): Replace nil
5980 entries with codes of similary looking glyphs. (Suggested by
5981 Jason Rumney <jasonr@altavista.net>.)
5982
5983 1999-01-13 Dave Love <fx@gnu.org>
5984
5985 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
5986
5987 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
5988
5989 1999-01-12 Karl Heuer <kwzh@gnu.org>
5990
5991 * files.el (auto-save-hook): Defvar this.
5992
5993 1999-01-12 Alex Schroeder <asc@bsiag.com>
5994
5995 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
5996 faces, eliminating the need to load font-lock before loading sql.
5997 (sql-mode-oracle-font-lock-keywords): Likewise.
5998 (sql-mode-postgres-font-lock-keywords): Likewise.
5999
6000 1999-01-11 Dave Love <fx@gnu.org>
6001
6002 * cus-start.el: Add inhibit-eol-conversion.
6003
6004 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
6005 the values round.
6006
6007 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
6008
6009 * help.el (help-mode-finish): Renamed from help-mode-maybe.
6010 Don't switch to Help mode here.
6011 (temp-buffer-setup-hook): Use help-mode-finish.
6012 (help-mode-setup): New function.
6013 (temp-buffer-setup-hook): Use help-mode-setup.
6014
6015 * progmodes/sql.el: New file.
6016
6017 * files.el (auto-mode-alist): Add sql-mode.
6018
6019 * faces.el (list-faces-display): Improve the formatting
6020 by computing the maximum length required for any face-name.
6021
6022 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6023
6024 * progmodes/compile.el (compilation-shell-minor-mode): New function.
6025
6026 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
6027
6028 * term.el (term_send_home): Change the string to
6029 be the same as the one emitted by xterm and consistent with the
6030 ones emitted by prior and next.
6031 (term_send_end): Likewise.
6032
6033 1999-01-10 Dave Love <fx@gnu.org>
6034
6035 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
6036 bindings.
6037
6038 1999-01-10 Eli Zaretskii <eliz@gnu.org>
6039
6040 * international/codepage.el (codepage-setup): Doc fix.
6041 (cp-decoding-vector-for-codepage): Likewise.
6042
6043 1999-01-10 Markus Rost <rost@gnu.org>
6044
6045 * cus-edit.el (custom-save-delete): First scan the custom-file.
6046
6047 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
6048
6049 * international/iso-transl.el: Define a "function name" for
6050 each translation that isn't ASCII. Use these function names
6051 in iso-transl-char-map.
6052
6053 1999-01-08 Kenichi Handa <handa@etl.go.jp>
6054
6055 * international/mule-util.el (decompose-region): Do decomposition
6056 on temporary unibyte buffer.
6057
6058 * international/mule.el (make-char): Doc-string modified.
6059
6060 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6061
6062 * simple.el (comment-region): Delete spaces only if we
6063 deleted a comment starter.
6064
6065 1999-01-07 Dave Love <fx@gnu.org>
6066
6067 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6068
6069 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
6070 like eval-defun does.
6071
6072 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
6073
6074 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
6075 constructions. Doc fixes.
6076 (generic-create-generic-function): Use defalias, not fset.
6077
6078 * find-func.el: More doc fixes.
6079
6080 1999-01-06 Stephen Eglen <stephen@gnu.org>
6081
6082 * files.el (save-buffers-kill-emacs): Show the list of current
6083 processes before prompting to kill them and exit.
6084
6085 1999-01-06 Dave Love <fx@gnu.org>
6086
6087 * emacs-lisp/find-func.el: Doc fixes.
6088 (find-function-regexp): Extend for define-generic-mode,
6089 define-derived-mode, easy-mmode-define-minor-mode.
6090
6091 1999-01-06 Dave Love <fx@gnu.org>
6092
6093 * progmodes/fortran.el (fortran-window-create): Account for scroll
6094 bar width.
6095
6096 * browse-url.el: Require (noerror) w3-auto when compiling.
6097 (browse-url-maybe-new-window): Make it a macro and revert last
6098 change to callers.
6099 (browse-url-w3): Require w3 for w3-fetch-other-window.
6100
6101 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6102
6103 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
6104 argument.
6105
6106 1999-01-06 Simon Marshall <simon@gnu.org>
6107
6108 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
6109
6110 * font-lock.el (font-lock-default-fontify-buffer): When using
6111 with-temp-message, use nil rather than current-message.
6112
6113 * lazy-lock.el (lazy-lock-unstall):
6114 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
6115 rather than current-message.
6116
6117 * fast-lock.el (fast-lock-save-cache-1):
6118 (fast-lock-cache-data): When using with-temp-message, use nil rather
6119 than current-message.
6120
6121 1999-01-06 Eli Zaretskii <eliz@gnu.org>
6122
6123 * international/codepage.el (cp-coding-system-for-codepage-1): Add
6124 the valid-codes property.
6125
6126 * international/mule-cmds.el (prefer-coding-system): Call
6127 set-coding-priority, so that the internal array of priorities is
6128 also updated.
6129
6130 * international/mule-util.el:
6131 (coding-system-change-eol-conversion,
6132 coding-system-change-text-conversion): Don't define here.
6133
6134 * international/mule-cmds.el: Define them here. Remove the
6135 autoload cookies.
6136
6137 1999-01-06 Andreas Schwab <schwab@gnu.org>
6138
6139 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
6140 if it was enabled before.
6141
6142 * view.el (View-revert-buffer-scroll-page-forward): Bind
6143 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
6144
6145 * files.el (recover-session): Preserve point when inserting
6146 explanation.
6147
6148 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
6149
6150 * cus-edit.el (custom-save-delete): Don't delete whitespace
6151 and comments before the sexp that is replaced.
6152
6153 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6154
6155 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
6156
6157 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
6158
6159 * vc.el (vc-dired-hook): Use the original value of
6160 dired-move-to-filename-regexp on lines that have not been
6161 reformatted yet.
6162 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
6163 file lines have already been reformatted.
6164
6165 1999-01-05 Dave Love <fx@gnu.org>
6166
6167 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
6168 buffer-local.
6169
6170 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
6171
6172 * progmodes/f90.el: Change of regular expressions for type to
6173 correct highlighting and identation. Some small fixes for
6174 compatibility with XEmacs.
6175
6176 1999-01-05 Stephen Eglen <stephen@gnu.org>
6177
6178 * mspools.el (mspools-vm-system-mail): Provide an alternative
6179 value based on rmail-spool-directory if $MAIL is not defined.
6180
6181 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
6182
6183 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
6184 (reftex-section-info): Handle negative section levels.
6185 (reftex-view-crossref-extra): New option.
6186 (reftex-view-crossref): Generalized to work in more places.
6187 (reftex-find-citation-regexp-format, reftex-find-reference-format,
6188 reftex-macros-with-labels, reftex-global-search-marker): New variables.
6189 (reftex-view-cite-locations-from-bibtex): New command.
6190 (reftex-view-regexp-match, reftex-global-search,
6191 reftex-global-search-continue): New functions.
6192 (reftex-extract-bib-entries): No error for non-existing BibTeX
6193 file, just a message.
6194 (reftex-extract-bib-entries): Better error handling.
6195 (reftex-select-with-char): Use `*RefTeX Select*' for selection
6196 help and force it on current frame.
6197 (reftex-default-bibliography): New function.
6198 (reftex-access-parse-file): Check consistency after loading a
6199 parse file. When inconsistent, enfore rescan.
6200 (reftex-check-parse-consistency): New function.
6201 (easy-menu-define): Options section drastically shortened.
6202
6203 1999-01-05 Kenichi Handa <handa@etl.go.jp>
6204
6205 * language/thai-util.el (thai-compose-string): New function.
6206
6207 1999-01-04 Inge Frick <inge@nada.kth.se>
6208
6209 * easymenu.el (easy-menu-define): Doc fix.
6210 (easy-menu-create-menu): New keyword :included.
6211 (easy-menu-do-add-item): New keyword :included. SUFFIX may
6212 be an expression, not only a string. Simulate style `button'.
6213 Use easy-menu-define-key-intern instead of easy-menu-define-key.
6214 (easy-menu-define-key-intern): New function.
6215 (easy-menu-add-item): Understand value returned from
6216 easy-menu-item-present-p and easy-menu-remove-item.
6217 (easy-menu-return-item): New function.
6218 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
6219
6220 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
6221
6222 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
6223 Use rmail-output-read-rmail-file-name to read the file name.
6224 Always call rmail-output-to-rmail-file noninteractively.
6225 When count > 1, do the loop here.
6226 Handle rmail-delete-after-output here.
6227 (rmail-summary-output): Similar changes.
6228
6229 * mail/rmailout.el: Provide `rmailout'.
6230 (rmail-output-read-rmail-file-name): New function.
6231 (rmail-output-to-rmail-file): Use that.
6232 (rmail-output-read-file-name): New function.
6233 (rmail-output): Use that.
6234
6235 * files.el (find-file-noselect): Let /: suppress wildcard matching.
6236 Error if wildcard matches no files.
6237
6238 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6239
6240 * menu-bar.el (clipboard-yank): Doc fix.
6241
6242 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
6243
6244 1998-12-31 Markus Rost <rost@delysid.gnu.org>
6245
6246 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
6247
6248 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
6249
6250 * rmail.el (rmail-encode-string): Make sure mask value is
6251 positive; (emacs-pid) returns a negative number on Windows 9x
6252 which causes odd behaviour.
6253
6254 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
6255
6256 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
6257 and about w32-* variables unless on Windows/NT.
6258
6259 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
6260
6261 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
6262 if buffer is modified; ask about all modified buffers.
6263
6264 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6265
6266 * simple.el (what-cursor-position): Fix previous change.
6267
6268 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
6269
6270 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
6271 from paragraph-start.
6272
6273 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
6274
6275 * international/mule-cmds.el (prefer-coding-system): If the
6276 argument requires specific EOL conversion type, make the default
6277 coding systems use that.
6278
6279 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
6280
6281 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
6282 Use shell-command-on-region.
6283 (m4-start-m4, m4-end-m4): Functions deleted.
6284
6285 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
6286
6287 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
6288
6289 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6290
6291 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
6292 to compose-mail in the correct places and as a list.
6293
6294 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
6295
6296 * page-ext.el: Added mouse-selection feature for pages directory buffer.
6297 (pages-directory-map): Bind mouse-2
6298 (pages-copy-header-and-position): Put text property.
6299 (pages-directory-goto-with-mouse): New function.
6300
6301 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
6302
6303 * international/codepage.el (cp-make-coding-systems-for-codepage):
6304 Doc fix.
6305 (cp-coding-system-for-codepage-1): Likewise.
6306
6307 1998-12-29 Kenichi Handa <handa@etl.go.jp>
6308
6309 * language/thai-util.el (thai-post-read-conversion): Handle Thai
6310 composition sequence correctly here instead of calling
6311 thai-compose-region.
6312
6313 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
6314 newline in multibyte buffer, if previous or next character is a
6315 composite char, check the first component of the composite char.
6316
6317 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
6318
6319 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
6320 and track-mouse.
6321
6322 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6323
6324 * mail/sendmail.el (mail-yank-original): Remove text properties
6325 after insertion.
6326 (mail-yank-region): Barf if no mark is set in the message
6327 being replied to.
6328
6329 * help.el (function-called-at-point): First look for function at point.
6330
6331 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
6332
6333 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
6334
6335 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
6336
6337 * simple.el (what-cursor-position): Print character encoding also.
6338
6339 1998-12-26 Dave Love <fx@gnu.org>
6340
6341 * textmodes/flyspell.el: If local-maps work, don't put
6342 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
6343 in flyspell-mouse-map (only).
6344 (flyspell-use-local-map): New variable.
6345 Use a different mouse-2 binding in that case,
6346 and don't add to minor-mode-map-alist.
6347 (make-flyspell-overlay, flyspell-correct-word):
6348 Test flyspell-use-local-map.
6349
6350 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
6351
6352 * files.el (file-expand-wildcards): Handle wildcards in directory name.
6353 Be careful about whether to return a relative file name,
6354 and if so, relative to what directory.
6355
6356 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
6357
6358 * emacs-lisp/easymenu.el (easy-menu-get-map):
6359 Change global map only if this menu exists in the global map already,
6360 and not in the local map.
6361 (easy-menu-do-add-item): Fix error message.
6362
6363 * foldout.el (foldout-inhibit-key-bindings):
6364 Avoid concatenating onto outline-minor-mode-prefix.
6365 Make a new keymap for that prefix, if it does not already have one.
6366
6367 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
6368
6369 * cperl-mode.el:
6370 Can use linear algorithm for indentation if Emacs supports it.
6371 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
6372 (cperl-after-block-p): Likewise.
6373 (cperl-after-block-and-statement-beg): Likewise.
6374 (cperl-after-block-p): After END/BEGIN we are a block.
6375 (cperl-after-expr-p): Skip labels when checking
6376 (cperl-indent-region): Make a marker for END - text added/removed.
6377 Disable hooks during the call (how to call them later?).
6378 Now indents 820-line-long function in 6.5 sec (including
6379 syntaxification) the first time (when buffer has few
6380 properties), 7.1 sec the second time.
6381 (cperl-indent-region): Do not indent whitespace lines
6382 (cperl-style-alist)
6383 Include `cperl-merge-trailing-else' where the value is clear.
6384 (cperl-styles-entries): Likewise.
6385 (cperl-problems): Improvements to docs.
6386 (cperl-tips): Likewise.
6387 (cperl-non-problems): Likewise.
6388 (cperl-mode): Make lazy syntaxification possible.
6389 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
6390 `font-lock-unfontify-region-function' was set to a wrong function.
6391
6392 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
6393 restart syntaxification. Changed so that -d ?foo? is a RE. Do
6394 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
6395 but 1<<6 was considered as HERE-doc.
6396 <file/glob> made into a string.
6397 Postpone addition of faces after syntactic step.
6398 Recognition of <FH> was wrong.
6399 Highlight `gem' in s///gem as a keyword. `qr' recognized.
6400 Knows that split// is null-RE.
6401 Highlights separators in 3-parts expressions as labels.
6402 <> was considered as a glob.
6403 Would err if the last line is `=head1'.
6404 $a-1 ? foo : bar; was a considered a regexp.
6405 `<< (' was considered a start of HERE-doc.
6406 mark qq[]-etc sections as syntax-type=string
6407 Was not processing sub protos after a comment ine.
6408 Was treating $a++ <= 5 as a glob.
6409 Tolerate unfinished REx at end-of-buffer.
6410 `unwind-protect' was left commented.
6411 / and ? after : start a REx.
6412
6413 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
6414 Better default, customizes to `message' too, off in text-mode.
6415
6416 (cperl-array-face): Renamed from `font-lock-emphasized-face',
6417 `defface'd.
6418 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
6419 `defface'd.
6420 (cperl-emacs-can-parse): New state variable.
6421 (cperl-indent-line): Corrected to use global state.
6422 (cperl-calculate-indent): Likewise.
6423 (cperl-fix-line-spacing): Likewise (not used yet).
6424 (cperl-calculate-indent): Did not consider `,' as
6425 continuation mark for statements.
6426 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
6427 Remove another parse-data optimization at toplevel: would
6428 indent correctly.
6429 Correct for labels when calculating indentation of continuations.
6430 Docstring updated.
6431 (cperl-choose-color): Converted to a function (to be
6432 compilable in text-mode).
6433 (cperl-dark-background): Disable without window-system.
6434 Do `defface' only if window-system.
6435 (cperl-fix-line-spacing): sped up to bail out early.
6436 (x-color-defined-p): was not compiling on XEmacs
6437 Was defmacro'ed with a tick. Remove another def.
6438 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones
6439 (cperl-unwind-to-safe): New function.
6440 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
6441 (cperl-fontify-syntaxically): Unwinds start and end to go out of
6442 long strings (not very successful).
6443 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
6444 Highlight the starting // in s//foo/ as function-name.
6445 Emit a meaningful error instead of a cryptic one for an
6446 uncomplete REx near end-of-buffer.
6447
6448 (cperl-electric-keyword): `qr' recognized.
6449 (cperl-electric-else): Likewise
6450 (cperl-to-comment-or-eol): Likewise
6451 (cperl-make-regexp-x): Likewise
6452 (cperl-init-faces): Likewise, and `lock' (as overridable?).
6453 Corrected to use new macros;
6454 `if' for copying `reference-face' to `constant-face' was backward.
6455 remove init `font-lock-other-emphasized-face',
6456 `font-lock-emphasized-face', `font-lock-keyword-face'.
6457 Interpolate `cperl-invalid-face'.
6458 (cperl-make-regexp-x): Misprint in a message.
6459 (cperl-syntaxify-unwind): New configuration variable
6460 (cperl-fontify-m-as-s): New configuration variable
6461 (cperl-electric-pod): check for after-expr was performed
6462 inside of POD too.
6463 (cperl-backward-to-noncomment): better treatment of PODs and HEREs.
6464 (cperl-clobber-mode-lists): New configuration variable.
6465 (cperl-not-bad-style-regexp): Updated.
6466 Init: `cperl-is-face' was busted.
6467 (cperl-make-face): New macros.
6468 (cperl-force-face): New macros.
6469 (font-lock-other-type-face): Done via `defface' too.
6470 (cperl-nonoverridable-face): New face. Renamed from
6471 `font-lock-other-type-face'.
6472 (cperl-init-faces-weak): use `cperl-force-face'.
6473 (cperl-comment-indent): Commenting __END__ was not working.
6474 (cperl-indent-for-comment): Likewise.
6475 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
6476 When removing old TAGS info was not relativizing filename.
6477 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
6478 Another try to work around XEmacs problems. Better progress messages.
6479 (toplevel): require custom unprotected => failure on 19.28.
6480 (cperl-xemacs-p): defined when compile too
6481 (cperl-find-tags): Was writing line/pos in a wrong order,
6482 pos off by 1 and not at beg-of-line.
6483 (cperl-etags-snarf-tag): New macro
6484 (cperl-etags-goto-tag-location): New macro
6485 (cperl-version): New variable. New menu entry
6486 random docstrings: References to "future" 20.3 removed.
6487 Menu was described as `CPerl' instead of `Perl'
6488 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
6489 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
6490 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
6491 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
6492 `font-lock-reference-face', `font-lock-keyword-face'.
6493 Use `eval-after-load'.
6494 Remove not-CPerl-related faces.
6495 (cperl-tips-faces): New variable and an entry into Mini-docs.
6496 (cperl-indent-exp): Was not processing else-blocks.
6497 (cperl-get-state): NOP line removed.
6498 (cperl-ps-print): New function and menu entry.
6499 (cperl-ps-print-face-properties): New configuration variable.
6500 (cperl-invalid-face): New configuration variable.
6501 (perl-font-lock-keywords): Highlight trailing whitespace
6502 (cperl-contract-levels): Documentation corrected.
6503 (cperl-contract-level): Likewise.
6504 (cperl-ps-extend-face-list): New macro.
6505 (cperl-invalid-face): Change to ''underline.
6506
6507 1998-12-25 Markus Rost <rost@delysid.gnu.org>
6508
6509 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
6510 for read-file-name.
6511 (rmail-output-to-rmail-file): Likewise.
6512
6513 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
6514
6515 * emacs-lisp/easymenu.el (easy-menu-get-map):
6516 If MENU is nil, use global menu-bar map.
6517 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
6518 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
6519
6520 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6521
6522 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
6523
6524 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6525
6526 * ps-print.el (ps-print-version): New version number (4.1.3).
6527
6528 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
6529
6530 * international/mule-cmds.el: Use make-sparse-keymap instead of
6531 define-prefix-key when defining MULE menu items.
6532
6533 * info.el (Info-node-at-bob-matching): New function.
6534 (Info-find-node, Info-build-node-completions): Call it.
6535
6536 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
6537
6538 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
6539 when this is an autoloaded keymap.
6540
6541 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
6542
6543 * international/codepage.el (cp-coding-system-for-codepage-1):
6544 Create separate encoders and decoders, for DOS and Unix. Make the
6545 usual family of 3 coding systems, so that automatic detection of
6546 EOL type works.
6547 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
6548 Unix-specific symbols here, and don't call
6549 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
6550 Handa <handa@etl.go.jp>.)
6551
6552 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
6553
6554 * term/internal.el (IT-character-translations): New variable, an
6555 alist used to display characters for which there's no glyphs in
6556 the current codepage.
6557 (IT-display-table-setup): New function, sets up the DOS terminal
6558 for a given codepage.
6559 (dos-codepage-setup): New function, sets up the MULE environment
6560 for the current value of dos-codepage.
6561 (top-level if): In the multibyte mode, turn on
6562 unibyte-display-via-language-environment. In the unibyte mode,
6563 set up the special syntax tables to map lower- to upper case and
6564 back.
6565
6566 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
6567
6568 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
6569 (speedbar-frame-plist) Remove useless comments.
6570 (speedbar-frame-mode) Do not specify height if it is in the param list.
6571 Use default y position w/out changing it.
6572 If default x position is a list, keep, calculate the non-list X
6573 value when devining an initial position.
6574 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
6575 (speedbar-tag-group-name-minimum-length): New variable.
6576 (speedbar-frame-parameter): New compatibility function.
6577 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
6578 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
6579 groups to keep things in the right order, and to help with some
6580 naming conventions.
6581 (speedbar-create-tag-hierarchy): Enable buffer local version of
6582 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
6583 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
6584 the case, derive it from the cursor location in speedbar.
6585
6586 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
6587
6588 * international/mule-cmds.el (set-language-environment): On MS-DOS
6589 terminals, install DOS-specific nonascii-translation-table if the
6590 language info doesn't specify one. Pass the default eol-type to
6591 set-language-environment-coding-systems.
6592 (set-default-coding-systems): Copy the eol-type property for the
6593 new default values of {buffer-file,process}-coding-system from the
6594 old defaults.
6595 (set-language-environment-coding-systems): Accept an optional
6596 argument EOL-TYPE, and set the eol-type property of the default
6597 coding systems accordingly.
6598 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
6599 (set-keyboard-coding-system): Likewise.
6600 (set-default-coding-systems): Don't set
6601 default-terminal-coding-system on MS-DOS to anything but nil.
6602 (prefer-coding-system): Describe in the doc string that
6603 default-terminal-coding-system is not changed on MS-DOS.
6604 (set-language-environment): For MS-DOS, set standard syntax table
6605 and display table for all characters with code above 127.
6606 (standard-display-european-internal): For MS-DOS, pass all
6607 characters with code above 127 directly to the terminal, and don't
6608 remap characters 160 and 146 in the unibyte case.
6609
6610 * international/codepage.el: New file.
6611
6612 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6613
6614 * diary-lib.el (diary-float): Fix end-of-year error and typos in
6615 comments.
6616
6617 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6618
6619 * map-ynp.el (map-y-or-n-p): Ignore input methods.
6620
6621 * subr.el (read-passwd): Likewise.
6622
6623 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
6624
6625 * info.el (Info-find-node): Add 1 to the position read from the
6626 tag table. Don't fail if the node delimiter ^_ is the first
6627 character in the file.
6628 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
6629 first character in the file.
6630 (Info-read-subfile): Likewise.
6631 (Info-select-node): Likewise.
6632 (Info-build-node-completions): Likewise.
6633
6634 1998-12-16 Richard Stallman <rms@gnu.org>
6635
6636 * term/x-win.el (x-cut-buffer-or-selection-value):
6637 If clipboard is enabled, try it before PRIMARY selection.
6638
6639 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
6640
6641 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
6642 insert c-cedilla and C-cedilla respectively, like in latin-1.
6643
6644 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
6645
6646 * language/hebrew.el: Don't use sublists in the flags argument
6647 passed to make-coding-system.
6648
6649 1998-12-15 Kenichi Handa <handa@etl.go.jp>
6650
6651 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
6652 list of character sets found by find-charset-region.
6653
6654 * ps-mule.el: Always require ps-print. Move some function
6655 definitions for Emacs 20.2 and the earlier to ps-print.el.
6656 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
6657
6658 * ps-print.el: Define several functions for Emacs 20.2 and the
6659 earlier version.
6660 (ps-printer-name): Check if printer-name is bound.
6661
6662 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6663
6664 * ps-mule.el: Programming uniformization and little code improvement.
6665 (ps-mule-prepare-font): Programming uniformization.
6666 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
6667 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
6668
6669 * ps-bdf.el: Programming uniformization and little code improvement.
6670 (bdf-search-and-read): New fun.
6671 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
6672 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
6673 (bdf-info-relative-compose, bdf-info-baseline-offset)
6674 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
6675 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
6676 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
6677 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
6678 improvement.
6679
6680 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6681
6682 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
6683 and mule related code extraction. Autoload ps-mule funs.
6684
6685 * ps-mule.el: Doc fix. Require ps-print only when compiled.
6686 (ps-mule-prologue-generated): New fun.
6687 (ps-mule-plot-string): Add autoload cookie.
6688 (ps-mule-begin-job): Call ps-mule-prologue-generated.
6689
6690 1998-12-15 Kenichi Handa <handa@etl.go.jp>
6691
6692 * ps-bdf.el: Require ps-mule instead of ps-print.
6693 (bdf-directory-list): Add autoload cookie.
6694
6695 * ps-mule.el: New file. Mule related code extracted from
6696 ps-print.el. Require ps-print, provide ps-mule.
6697 (ps-multibyte-buffer): Add autoload cookie.
6698 (ps-mule-prepare-ascii-font): New fun.
6699 (ps-mule-set-ascii-font): New fun.
6700 (ps-mule-skip-same-charset): Fun deleted.
6701 (ps-mule-plot-string): Set ps-mule-current-charset.
6702 (ps-mule-initialize): Add autload cookie. Don't set
6703 ps-mule-font-info-database here.
6704 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
6705 ps-mule-font-info-database and ps-control-or-escape-regexp.
6706 (ps-mule-begin-page): New fun.
6707
6708 * ps-print.el: Mule related code moved to ps-mule.el.
6709 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
6710 check ps-mule-charset-list.
6711 (ps-begin-page): Don't set ps-mule-current-charset, instead call
6712 ps-mule-begin-page.
6713 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
6714 (ps-plot-region): Don't set ps-mule-current-charset, instead call
6715 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
6716 instead skip same charsets by itself.
6717 (ps-generate): Call ps-mule-initialize of needs-begin-file is
6718 non-nil. Call ps-mule-begin-job.
6719
6720 1998-12-15 Kenichi Handa <handa@etl.go.jp>
6721
6722 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
6723 instead of bdf.
6724
6725 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
6726 (ps-mule-external-libraries): New element FEATURE.
6727 (ps-mule-init-external-library): Ajusted for the above change.
6728 (ps-mule-generate-font): Likewise.
6729 (ps-mule-generate-glyphs): Likewise.
6730 (ps-mule-prepare-font): Likewise.
6731 (ps-mule-initialize): Likewise.
6732 (ps-begin-file): Superfluous tailing parenthesis deleted.
6733
6734 1998-12-15 Kenichi Handa <handa@etl.go.jp>
6735
6736 * international/fontset.el (x-decompose-font-name): If PATTERN
6737 doesn't have any wild cards, return a vector made from a name that
6738 is found by x-resolve-font-name found. Comments added.
6739
6740 * international/mule-cmds.el (find-coding-systems-for-charsets):
6741 Handle the case of unknown charset.
6742 (find-multibyte-characters): If invalid multibyte characters are
6743 found, return the corresponding strings instead of character
6744 codes.
6745 (find-multibyte-characters): Adjusted for the above change.
6746 (select-safe-coding-system): For a unibyte buffer, always returns
6747 DEFAULT-CODING-SYSTEM.
6748 (get-charset-property): Fix previous change. Make it a function.
6749 (put-charset-property): Make it a function.
6750
6751 * international/mule.el (make-coding-system): Set mime-charset
6752 property of *-with-esc coding system to nil.
6753
6754 * international/quail.el (quail-point-in-conversion-region): New
6755 function.
6756 (quail-conversion-backward-delete-char): When a key sequence is
6757 being translated, call quail-delete-last-char.
6758
6759 * language/devan-util.el
6760 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
6761 handle devanagari-decomposition-rules.
6762
6763 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
6764
6765 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
6766 tex-start-options-string to empty string.
6767 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
6768
6769 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
6770
6771 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
6772 5xx responses are already handled properly).
6773
6774 1998-12-13 Richard Stallman <rms@gnu.org>
6775
6776 * progmodes/compile.el (compilation-error-regexp-alist): Insist
6777 on a non-digit in the file name.
6778
6779 * simple.el (comment-region): Handle comment-padding
6780 separately for insertion and for deletion, in the right way for each.
6781
6782 1998-12-13 Felix Lee <flee@cygnus.com>
6783
6784 * progmodes/compile.el (compilation-error-regexp-alist): Fix
6785 regexp to match "ChangeLog:1:1998-12-09 ..."
6786
6787 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
6788
6789 * cus-start.el (dos-unsupported-char-glyph): Add.
6790
6791 1998-12-11 Dave Love <fx@gnu.org>
6792
6793 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
6794 forward-sexp in condition-case.
6795
6796 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6797 Remove unnecessary test on `library' for explicit file name.
6798 Widen scope of save-match-data.
6799
6800 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
6801
6802 * international/mule.el (load-with-code-conversion): If the loaded
6803 file was inserted with no-conversion or raw-text coding system,
6804 make the buffer unibyte.
6805
6806 1998-12-09 Richard Stallman <rms@gnu.org>
6807
6808 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6809 Get rid of nested loops.
6810
6811 * mouse.el (mouse-drag-vertical-line):
6812 If WHICH-SIDE is not `right', then scroll bars are on the left.
6813
6814 * loadhist.el (load-history-loaded): defvar moved to help.el.
6815
6816 * help.el (symbol-file-load-history-loaded): Variable renamed,
6817 and defvar moved from loadhist.el.
6818 (symbol-file): Renamed from describe-function-find-file.
6819 Load fns-VERSION.el here.
6820 (describe-variable, describe-function-1): Use symbol-file.
6821
6822 * textmodes/tex-mode.el (tex-generate-zap-file-name):
6823 Don't start the name with #.
6824
6825 * ispell.el: Take out the eval-when's.
6826
6827 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
6828
6829 * dirtrack.el (dirtrack-directory-change-hook): New hook.
6830 (dirtrack): Run it. Make debug message more verbose.
6831
6832 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
6833
6834 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
6835 name of the abbrev table, and provide support for XEmacs.
6836 (octave-xemacs-p): New variable.
6837
6838 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6839
6840 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
6841 exit, when mail-interactive is nil.
6842
6843 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
6844
6845 * files.el (after-find-file): Message fix.
6846
6847 1998-12-09 Ken Stevens <stevens@kdstevens.com>
6848
6849 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
6850
6851 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
6852
6853 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
6854 filenames using backslashes.
6855
6856 1998-12-09 Dave Love <fx@gnu.org>
6857
6858 * browse-url.el (browse-url-mail): Call compose-mail-other-window
6859 with correct number of args.
6860 (browse-url-maybe-new-window): New arg. Callers changed.
6861
6862 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
6863 comment.
6864
6865 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
6866
6867 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
6868
6869 1998-12-08 Markus Rost <rost@delysid.gnu.org>
6870
6871 * vc.el (vc-rcs-release): Fix Type.
6872 (vc-sccs-release): Fix Type.
6873 (vc-cvs-release): Fix Type.
6874
6875 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
6876 arg work right.
6877
6878 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
6879 output of last undeleted message.
6880
6881 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
6882
6883 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6884 (buffer-undo-list) [windows-nt]: Use different relative path.
6885
6886 1998-12-07 Simon Marshall <simon@gnu.org>
6887
6888 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
6889
6890 1998-12-05 Markus Rost <rost@delysid.gnu.org>
6891
6892 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
6893
6894 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
6895
6896 1998-12-04 Markus Rost <rost@delysid.gnu.org>
6897
6898 * info.el (Info-menu): Don't return error if point is between menu
6899 header and first menu item.
6900
6901 1998-12-04 Dave Love <fx@gnu.org>
6902
6903 * help.el (describe-function-1): Fix description for alias.
6904
6905 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
6906
6907 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
6908 specifications from summary line.
6909
6910 * rect.el (delete-whitespace-rectangle): Mark for autoload.
6911 (close-rectangle): Define alias only once in loaddefs.el.
6912
6913 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
6914
6915 * term/internal.el: Remove code which sets up a special syntax
6916 table for non-ASCII characters.
6917
6918 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
6919
6920 * dos-w32.el (direct-print-region-function): Try to ensure that
6921 printer-name is expanded to a file name on a local drive;
6922 sometimes printing a file loaded from a network volume fails.
6923 (direct-print-region-function): Add a function to
6924 write-region-annotate-functions to append a formfeed character to
6925 the region being printed, if the region doesn't end with a
6926 formfeed already. This avoids creating a second print job
6927 containing a blank page when print spooling is enabled on Windows.
6928
6929 1998-12-02 Dave Love <fx@gnu.org>
6930
6931 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
6932 `Info-goto-node'.
6933
6934 1998-12-02 Richard Stallman <rms@gnu.org>
6935
6936 * help.el (temp-buffer-resize-mode): Doc fix.
6937
6938 * cus-edit.el (custom-save-delete): Save point before
6939 reading a sexp, rather than backing up.
6940
6941 * international/iso-transl.el: Fix previous change.
6942
6943 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6944
6945 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
6946 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
6947 Added defvars to suppress compilation warnings.
6948
6949 1998-11-30 Ken Stevens <k.stevens@ieee.org>
6950
6951 * ispell.el: Improved and fixed customize for variables:
6952 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
6953 ispell-dictionary-alist, ispell-skip-sgml.
6954 Improved and fixed comments in variables and messages for
6955 functions: ispell-help-in-bufferp, ispell-local-dictionary,
6956 ispell-menu-map, ispell-checking-message, ispell-parser,
6957 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
6958 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
6959 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
6960 ispell-message-text-end, ispell-add-per-file-word-list.
6961 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
6962 system is now required for all languages. Casechars improved for
6963 castellano, castellano8, and norsk dictionaries. Dictionary
6964 norsk7-tex added. Dictionary polish added.
6965 (ispell-dictionary-alist): Redefined at load-time to support
6966 dictionary changes.
6967 (ispell-menu-map): Redefined at load-time to support menu changes.
6968 (ispell-check-version): New alias for `check-ispell-version'.
6969 (ispell-parse-output): Fixed matching for ispell error messages.
6970 Correctly returns spelling suggestions in order generated by ispell
6971 process.
6972 (check-ispell-version): Ensure `case-fold-search' doesn't get
6973 redefined.
6974 (ispell-complete-word): Ensure `case-fold-search' doesn't get
6975 redefined. Fix bug that didn't respect case of word being completed.
6976 (ispell-init-process): Set process coding system to be compatible
6977 with emacs processes and the ispell process.
6978 (ispell-kill-ispell): Ensures ispell process has terminated before
6979 starting new process. This can otherwise confuse process filters
6980 and hang the ispell process.
6981 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
6982 skipping support for sgml.
6983 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
6984 which could cause `ispell-complete-word' to hang.
6985 (ispell-message): Improved message reference matching. Ensure
6986 `case-fold-search' doesn't get redefined.
6987 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
6988 get redefined. Fixed bug in returning to nroff mode from tex mode.
6989 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
6990 get redefined.
6991
6992 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6993
6994 * textmodes/flyspell.el (flyspell-check-word-p):
6995 Don't delay inside a kbd macro.
6996
6997 * subr.el (make-local-hook): Return the hook variable.
6998
6999 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7000
7001 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
7002 Use a timer instead of post-command-hook.
7003 (hscroll-timer): New variable.
7004
7005 1998-11-30 Dave Love <fx@gnu.org>
7006
7007 * help.el (help-xref-button): Do nothing if text already has the
7008 help-xref property.
7009 (describe-variable): Revert previous change to hyperlink to source.
7010
7011 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
7012
7013 * bindings.el (features): Add `base64' to this list.
7014
7015 * loadhist.el (symbol-file): Doc fix.
7016
7017 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
7018
7019 * files.el (hack-one-local-variable): Cope with non-file buffers.
7020
7021 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
7022
7023 * help.el (describe-mode): Put major mode first.
7024
7025 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
7026 to support special-display and same-window features.
7027
7028 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7029
7030 * simple.el (transpose-subr, transpose-subr-1): Rename variables
7031 bound in one function and used in the other.
7032 (transpose-subr-start1, transpose-subr-start2): Add defvars.
7033 (transpose-subr-end1, transpose-subr-end2): Add defvars.
7034
7035 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7036
7037 * autoinsert.el (auto-insert-alist): Use user-mail-address.
7038
7039 1998-11-26 Kenichi Handa <handa@etl.go.jp>
7040
7041 * international/ccl.el (ccl-dump-translate-character-const-tbl):
7042 Give format correct control string.
7043
7044 * international/mule.el (define-translation-table): Fix bug of
7045 setting incorrect translation-table-id. If the first element of
7046 ARGS is a translation table, just register it.
7047
7048 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
7049 property.
7050
7051 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
7052
7053 * thingatpt.el (thing-at-point-url-at-point): Don't use current
7054 syntax table to determine what is whitespace.
7055
7056 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
7057
7058 * frame.el (frame-parameter): Doc fix.
7059
7060 * textmodes/tex-mode.el (tex-feed-input): New function.
7061 (tex-define-common-keys): Add binding for C-c C-m.
7062
7063 1998-11-23 Dave Love <fx@gnu.org>
7064
7065 * progmodes/fortran.el: Various minor doc fixes.
7066 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
7067 (fortran-with-subprogram-narrowing): New macro.
7068 (fortran-check-for-matching-do): Use it.
7069 (fortran-end-do): Use fortran-check-end-prog-re.
7070 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
7071 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
7072
7073 1998-11-23 Simon Marshall <simon@gnu.org>
7074
7075 * font-lock.el (font-lock-defaults): Doc fix.
7076 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
7077 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
7078
7079 * lazy-lock.el (lazy-lock-unstall):
7080 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
7081
7082 * fast-lock.el (fast-lock-save-cache-1):
7083 (fast-lock-cache-data): Rewritten to use with-temp-message.
7084
7085 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
7086
7087 * mail/rmail.el (rmail-set-message-counters-counter): Detect
7088 messages that have been added with DOS line endings and convert
7089 the line endings for such messages.
7090
7091 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7092
7093 * help.el: Add resizing of temporary buffers.
7094 (temp-buffer-resize-mode): New command and variable.
7095 (temp-buffer-max-height): New variable.
7096 (resize-temp-buffer-window): New function.
7097
7098 * window.el (window-buffer-height): New function, split from
7099 shrink-window-if-larger-than-buffer.
7100 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
7101
7102 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
7103
7104 * frame.el (initial-frame-alist): Add defcustom.
7105
7106 * shell.el (shell-prompt-pattern): Add defcustom.
7107
7108 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7109
7110 * message.el (message-ignored-supersedes-headers): Remove
7111 NNTP-Posting-Date.
7112
7113 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
7114
7115 * help.el (describe-mode): Don't avoid loop indirecting thru
7116 value of INDICATOR.
7117
7118 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
7119
7120 * help.el (describe-variable): Allow any variable with a defcustom,
7121 even if it is not a user variable.
7122
7123 * mail/rmail.el (mail-unsent-separator): Additional alternative.
7124
7125 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
7126
7127 * gnus/nntp.el (nntp-request-group): Allow for failures when
7128 requesting a new group.
7129
7130 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7131
7132 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
7133
7134 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7135
7136 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
7137
7138 1998-11-19 Simon Marshall <simon@gnu.org>
7139
7140 * subr.el (with-temp-message): New macro.
7141
7142 * emacs-lisp/lisp-mode.el (with-temp-message):
7143 Add lisp-indent-function property.
7144
7145 1998-11-18 Dave Love <fx@gnu.org>
7146
7147 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
7148
7149 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
7150
7151 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
7152 This is not obsolete.
7153
7154 1998-11-18 Kenichi Handa <handa@etl.go.jp>
7155
7156 * textmodes/picture.el: Make a new map by make-keymap.
7157 (picture-desired-column): New variable.
7158 (picture-update-desired-column): New function.
7159 (picture-beginning-of-line): Set picture-desired-column to 0.
7160 (picture-end-of-line): Set picture-desired-column to the current
7161 column.
7162 (picture-forward-column): Pay attention to multi-column character.
7163 (picture-backward-column): Likewise.
7164 (picture-move-down): Likewise.
7165 (picture-move-up): Likewise.
7166 (picture-movement-nw): With prefix arg, move twice columns.
7167 (picture-movement-ne): Likewise.
7168 (picture-movement-sw): Likewise.
7169 (picture-movement-se): Likewise.
7170 (picture-set-motion): Handle two-column movements.
7171 (picture-move): Call picture-move-down or picture-forward-column
7172 only when necessary.
7173 (picture-insert): Pay attention to picture-desired-column.
7174 (picture-self-insert): Likewise.
7175 (picture-clear-column): Pay attention to multi-column character.
7176 (picture-mode): Modify doc-string for two-column movement.
7177
7178 * rect.el (move-to-column-force): New function.
7179 (operate-on-rectangle): If coerce-tabs is non-nil, call
7180 move-to-column-force instead of move-to-column.
7181 (insert-rectangle): Call move-to-column-force instead of
7182 move-to-column.
7183 (open-rectangle-line): If begextra is not zero, call
7184 move-to-column-force.
7185
7186
7187 1998-11-16 Dave Love <fx@gnu.org>
7188
7189 * textmodes/sgml-mode.el Require skeleton when compiling.
7190 (sgml-font-lock-keywords-1): Accept single-letter tags.
7191 (v2): Defvar free variable.
7192
7193 1998-11-16 Sam Steingold <sds@goems.com>
7194
7195 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL
7196 macro, not ELisp one.
7197
7198 1998-11-16 Kenichi Handa <handa@etl.go.jp>
7199
7200 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
7201 characters to symbol.
7202
7203 * language/japan-util.el (japanese-zenkaku-region): New optional
7204 arg KATAKANA-ONLY.
7205
7206 1998-11-16 Kenichi Handa <handa@etl.go.jp>
7207
7208 * international/mule.el
7209 (after-insert-file-set-buffer-file-coding-system): If the buffer
7210 is changed to unibyte, return inserted bytes.
7211
7212 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
7213 and link names if necessary.
7214 (tar-header-block-summarize): Handle the case that file or link
7215 names are multibyte.
7216 (tar-summarize-buffer): At first set the current buffer unibyte,
7217 then if there are multibyte file names, change it to multibyte.
7218 (tar-mode): Get char position from tar-header-offset.
7219 (tar-extract): Avoid multibyte<->unibyte conversion in
7220 insert-buffer-subsring by setting both buffers unibyte
7221 temporarily.
7222 (tar-copy): Set the buffer unibyte while doing a work. Write
7223 without code conversion.
7224 (tar-expunge): Set the buffer unibyte while doing a work.
7225 (tar-alter-one-field): Likewise.
7226 (tar-clear-modification-flags): Compare byte position with
7227 tar-header-offset.
7228 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
7229 insert-buffer-subsring by setting both buffers unibyte
7230 temporarily. Pay attention to multibyteness while updating the
7231 descriptor-line.
7232 (tar-mode-write-file): Write without code conversion.
7233
7234 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7235
7236 * nngateway.el: Require cl.
7237
7238 1998-11-15 Dave Love <fx@gnu.org>
7239
7240 * progmodes/fortran.el: Fix previous change:
7241 (fortran-end-prog-re1): Changed.
7242 (fortran-check-end-prog-re): New function.
7243 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
7244
7245 1998-11-13 Tom Breton <tob@world.std.com>
7246
7247 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
7248 GNU Emacs.
7249
7250 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
7251
7252 * textmodes/reftex.el: (reftex-finding-files): Group documentation
7253 fixed.
7254 (reftex-toc-toggle-file-boundary,
7255 reftex-toc-toggle-labels,
7256 reftex-toc-toggle-context,reftex-find-start-point): New functions.
7257 (reftex-toc-include-labels, reftex-toc-include-context,
7258 reftex-toc-include-file-boundaries,
7259 reftex-toc-keep-other-windows): New options.
7260 (reftex-use-text-after-label-as-context): Option removed.
7261 (reftex-extract-bib-entries): Protect use in non-latex
7262 buffers.
7263 (reftex-toc-visit-location): Renamed from
7264 `reftex-toc-visit-line'.
7265 (reftex-latin1-to-ascii): Works now with and without Mule.
7266 (reftex-truncate): Removed special stuff for Emacs 20.2.
7267 (reftex-get-offset): Made more general.
7268 (reftex-show-label-location): Renamed from
7269 `reftex-select-label-callback'.
7270 (reftex-pop-to-label): Function removed (using
7271 `reftex-show-label-location' instead.
7272 (reftex-insert-docstruct): Renamed from
7273 `reftex-make-and-insert-label-list'. Function args changed.
7274 (reftex-toc): Now uses `reftex-insert-docstruct' and
7275 `reftex-find-start-point'.
7276 (reftex-select-item): Use `reftex-find-start-point'.
7277 (reftex-toc-visit-line): Can display labels and file
7278 boundaries.
7279 (reftex-TeX-master-file): `(TeX-master-file)' protected.
7280
7281 1998-11-12 Sam Steingold <sds@goems.com>
7282
7283 * browse-url.el (browse-url): Handle the case when
7284 `browse-url-browser-function' is a lambda list.
7285
7286 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
7287
7288 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
7289 version string.
7290 * loadhist.el (symbol-file): Likewise
7291
7292 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
7293
7294 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
7295
7296 1998-11-11 Sam Steingold <sds@goems.com>
7297
7298 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
7299 `run-lisp' instead of signalling an error.
7300
7301 1998-11-11 Karl Heuer <kwzh@gnu.org>
7302
7303 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
7304
7305 1998-11-11 Richard Stallman <rms@gnu.org>
7306
7307 * vc-hooks.el (vc-toggle-read-only): Doc fix.
7308
7309 1998-11-11 Per Starback <starback@update.uu.se>
7310
7311 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
7312 renamed svenska8 to svenska, and fixed and extended CASECHARS
7313 for it.
7314
7315 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
7316
7317 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
7318 handling if setpagedevice is not available.
7319 (ps-begin-file): Fix typo.
7320
7321 1998-11-11 Kenichi Handa <handa@etl.go.jp>
7322
7323 * international/mule-util.el (compose-chars-component): Signal
7324 error if CH is a rule-based composition character.
7325 (compose-chars): Signal error if an already compsed character is
7326 going to be composed by rule-base.
7327
7328 * term/x-win.el: If a resolved ASCII font name doesn't conform to
7329 full XLFD, don't try to get information of WEIGHT and SLANT from
7330 that font name.
7331
7332 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
7333
7334 * dos-w32.el (set-default-process-coding-system): Use function on
7335 before-init-hook to set default-process-coding-system based on
7336 enable-multibyte-characters.
7337
7338 * term/w32-win.el ([language-change]): For now ignore
7339 keyboard language-change events.
7340
7341 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
7342
7343 * ediff-util.el (ediff-make-temp-file): Run the prefix through
7344 convert-standard-file-name, but leave the results of
7345 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
7346 characters if the original name already exists, or has a special
7347 handler.
7348
7349 1998-11-10 Karl Heuer <kwzh@gnu.org>
7350
7351 * international/iso-insert.el: Delete autoload cookies.
7352
7353 * international/iso-transl.el: Add autoload cookies.
7354
7355 1998-11-10 Richard Stallman <rms@gnu.org>
7356
7357 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
7358 (ispell-process-line): Don't treat multibyte
7359
7360 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
7361
7362 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
7363 setpagedevice to specify the page size if setpagedevice is
7364 available. This is necessary to select the correct paper tray on
7365 Level 2 printers with multiple paper sizes available.
7366
7367 (ps-begin-file): Cope with font names that contain spaces, and
7368 call BeginDoc in a BeginSetup/EndSetup block.
7369
7370 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
7371
7372 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
7373 convert-standard-filename.
7374
7375 * loadhist.el (symbol-file): Run fns-VERSION.el through
7376 convert-standard-filename.
7377
7378 1998-11-06 Richard Stallman <rms@gnu.org>
7379
7380 * textmodes/texinfmt.el (texinfo-format-scan):
7381 Detect the case of two @-commands in a row; process just the first.
7382 (texinfo-append-refill): If line has a @c, insert the @refill
7383 before it.
7384 (texinfo-format-refill): Return with point where the @refill was.
7385
7386 * files.el (hack-local-variables): Test local-enable-local-variables.
7387 (hack-local-variables-prop-line): Likewise.
7388 (set-auto-mode): Don't test local-enable-local-variables here.
7389 (enable-local-variables): Doc fix.
7390 (local-enable-local-variables): Doc fix.
7391 (normal-mode): Doc fix.
7392
7393 1998-11-06 Karl Heuer <kwzh@gnu.org>
7394
7395 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
7396
7397 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
7398
7399 * simple.el (line-number-mode): Doc fix.
7400
7401 1998-11-06 Kenichi Handa <handa@etl.go.jp>
7402
7403 * international/fontset.el (create-fontset-from-fontset-spec):
7404 Give correct arg to `error'.
7405
7406 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
7407
7408 * textmodes/sgml-mode.el (html-mode): Doc fix.
7409 (sgml-name-8bit-mode): Fix missing format character in message string.
7410
7411 1998-11-05 Karl Heuer <kwzh@gnu.org>
7412
7413 * mail/sendmail.el (sendmail-send-it): Check for failure.
7414
7415 1998-11-05 Richard Stallman <rms@gnu.org>
7416
7417 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
7418
7419 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
7420 (close-rectangle): Define as alias.
7421
7422 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
7423
7424 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
7425
7426 1998-11-05 Dave Love <fx@gnu.org>
7427
7428 * help.el (describe-variable): Don't quote link to source.
7429
7430 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
7431
7432 * gud.el (gud-common-init): Use pop-to-buffer.
7433 (same-window-regexps): Add an element that matches all gud buffers.
7434
7435 1998-11-04 Jason Rumney <jasonr@altavista.net>
7436
7437 * term/w32-win.el (x-get-selection-value): Alias to
7438 x-cut-buffer-or-selection-value.
7439 (w32-standard-fontset-spec): New variable.
7440 (w32-create-initial-fontsets, mouse-set-font): Check whether
7441 new-fontset is available.
7442 (w32-use-w32-font-dialog): Enable use of set-variable.
7443
7444 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7445
7446 * vc.el (with-vc-file, edit-vc-file): New macros.
7447
7448 1998-11-04 Kenichi Handa <handa@etl.go.jp>
7449
7450 * international/quail.el (quail-show-guidance-buf): Call
7451 set-minibuffer-window to set minibuffer window of the current
7452 frame correctly.
7453
7454 1998-11-03 Theodore Jump <tjump@tertius.com>
7455
7456 * term/w32-win.el: Require fontset.
7457
7458 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
7459
7460 * faces.el (set-face-font): Call resolve-fontset-name on w32.
7461 (set-face-font-auto): Ditto.
7462
7463 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
7464
7465 * mouse.el (mouse-drag-region): Fix typo.
7466
7467 1998-11-02 Dave Love <fx@gnu.org>
7468
7469 * progmodes/fortran.el Fix for fontification of strings lost somehow:
7470 (fortran-fontify-string): New function.
7471 (fortran-font-lock-keywords-1): Use it.
7472
7473 1998-11-02 Markus Rost <rost@delysid.gnu.org>
7474
7475 * comint.el (comint-file-name-quote-list): Doc fix.
7476
7477 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
7478
7479 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
7480 build directory, not source directory.
7481
7482 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
7483 if we did not get one for the final move.
7484
7485 1998-11-01 Dave Love <fx@gnu.org>
7486
7487 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
7488 Don't funcall browse-url-browser-function.
7489
7490 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
7491 Don't funcall browse-url-browser-function.
7492
7493 * fortran.el (fortran-end-prog-re1): Fix the regexp.
7494
7495 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
7496
7497 * files.el (revert-buffer): Doc fix.
7498
7499 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
7500
7501 * textmodes/tex-mode.el (tex-start-options-string):
7502 Quote the backslashes with more backslashes.
7503
7504 1998-10-31 Dave Love <fx@gnu.org>
7505
7506 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
7507 (webjump): Don't funcall browse-url-browser-function.
7508
7509 1998-10-30 Kenichi Handa <handa@etl.go.jp>
7510
7511 * international/quail.el (quail-start-translation): Handle
7512 switching of the frame in read-key-sequence.
7513 (quail-start-conversion): Likewise.
7514 (quail-show-guidance-buf): Detach quail-guidance-buf from any
7515 windows before setting an appropriate window for it.
7516 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
7517 quail-guidance-win to nil.
7518 (quail-update-guidance): If quail-guidance-buf is not in the
7519 selected frame, call quail-show-guidance-buf again.
7520
7521 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
7522
7523 * progmodes/pascal.el (pascal-mode):
7524 `blink-matching-paren-dont-ignore-comments' set to t.
7525
7526 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7527
7528 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
7529
7530 1998-10-30 Dave Love <fx@gnu.org>
7531
7532 * vc.el (vc-backend-merge-news): Check for "P" output.
7533
7534 * help.el (describe-variable): Hyperlink the definition.
7535
7536 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
7537
7538 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
7539 (sh-set-shell): Likewise.
7540
7541 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
7542
7543 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
7544 (edebug-on-error): Fix customize type to match that of
7545 debug-on-error.
7546
7547 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
7548
7549 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
7550 report-emacs-bug-address instead of undefined bug-gnu-emacs.
7551
7552 * international/mule-cmds.el (select-message-coding-system): Doc
7553 fix.
7554
7555 * international/mule-diag.el (describe-coding-system): Describe
7556 all flags.
7557
7558 * mail/sendmail.el (sendmail-coding-system,
7559 default-sendmail-coding-system): Doc fix.
7560
7561 * simple.el (shell-command-on-region): Doc fix.
7562
7563 * loadup.el: Write fns-*.el in current directory instead of
7564 data-directory since no installation directory exists yet. Mark
7565 buffer unmodified afterwards.
7566
7567 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
7568 instead of data-directory since it is architecture dependent.
7569 (load-history-loaded): Update doc string.
7570
7571 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
7572
7573 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
7574 path as a default directory when canonicalizing names.
7575
7576 * w32-fns.el: Remove a dangling reference to a directory on the
7577 build machine.
7578
7579 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7580
7581 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
7582 namespace related keywords such as `class', `body', `private',
7583 `variable', `namespace eval', etc.
7584 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
7585 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
7586 imenu and font-lock so that searches for \sw would find words
7587 containing colons.
7588
7589 * progmodes/etags.el (initialize-new-tags-table):
7590 Do not alter find-tag-marker-ring and tags-location-ring.
7591
7592 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
7593
7594 * term/w32-win.el: Require fontset.
7595 (w32-init-fontsets): New function (code from x-win.el).
7596
7597 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7598
7599 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
7600 calendar-and-diary-frame-parameters): Add title parameter.
7601
7602 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7603
7604 * completion.el (dynamic-completion-mode): New function to enable
7605 the mode. (Just loading the file now does not change anything.)
7606
7607 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7608
7609 * ps-print.el: User option for multibyte buffer handling and doc fix.
7610 (ps-multibyte-buffer): New user option.
7611 (ps-setup): Print new user option.
7612 (ps-print-quote): New fun.
7613 (ps-color-p, ps-mule-font-info-database-latin): New var.
7614 (ps-default-color, ps-mule-font-info-database)
7615 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
7616 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
7617 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
7618 Little code improvement.
7619 (ps-mule-initialize): Initialize ps-mule-font-info-database.
7620 (ps-print-prologue-header, ps-font-family, ps-font-size)
7621 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
7622 (ps-build-face-reference, ps-mule-font-info-database-bdf)
7623 (ps-mule-external-libraries, ps-mule-init-external-library)
7624 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
7625 Doc fix.
7626 (ps-print-version): New version number (4.1.1) and doc fix.
7627 (ps-print-prologue-header): New user option.
7628 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
7629 Conditional compilation for GNU Emacs and emacsens.
7630 (ps-generate-postscript-with-faces): Skip invisible text better.
7631 (ps-setup): Print new user option.
7632 (ps-print-preprint): Check if input file name exists and is unwritable.
7633 (ps-begin-file): Adjust PostScript prologue header for duplex printers
7634 and insert user PostScript prologue header comments.
7635 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
7636 New funs.
7637 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
7638 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
7639 PostScript programming normalization.
7640 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
7641 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
7642 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
7643 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
7644 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
7645 Programming style normalization.
7646
7647 1998-10-26 Kenichi Handa <handa@etl.go.jp>
7648
7649 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
7650 version, check the value of mule-version.
7651
7652 * international/mule-util.el (compose-region): Insert then delete
7653 to preserve markers.
7654 (decompose-region): Use search-forward for efficiency.
7655
7656 * language/chinese.el (pre-write-encode-hz): Cancel previous
7657 change, use generate-new-buffer instead of get-buffer-create.
7658 * language/devan-util.el
7659 (in-is13194-devanagari-pre-write-conversion): Likewise.
7660 * language/thai-util.el (thai-pre-write-conversion): Likewise.
7661 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7662 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7663
7664 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7665
7666 * mail/rmailsum.el (rmail-message-subject-p):
7667 Handle message whose header has not been reformatted.
7668
7669 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
7670
7671 1998-10-25 Jason Rumney <jasonr@altavista.net>
7672
7673 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
7674 New variables.
7675 (mouse-set-font): Use font menus instead of dialog according to
7676 w32-use-w32-font-dialog.
7677
7678 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7679
7680 * calendar/calendar.el (calendar-day-name-array): Add doc string
7681 correctly!
7682 (calendar-month-name-array): Add doc string correctly!
7683
7684 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
7685
7686 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
7687
7688 1998-10-21 Markus Rost <rost@delysid.gnu.org>
7689
7690 * lisp/info.el (Info-next-menu-item): Stay on top of node.
7691
7692 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
7693
7694 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
7695
7696 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
7697
7698 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
7699
7700 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
7701
7702 1998-10-21 Karl Heuer <kwzh@gnu.org>
7703
7704 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
7705 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
7706 (profile-filter, profile-reset-timer): Functions deleted.
7707 (profile-check-zero-init-times, profile-get-time): Likewise.
7708 (profile-find-function, profile-quit): Likewise.
7709 (profile-distinct, profile-call-stack, profile-last-time): New vars.
7710 (profile-time-list, profile-init-list): Doc fix.
7711 (profile-functions): Simplify.
7712 (profile-print): Use float. Make output include space separators.
7713 (profile-add-time): New helper function.
7714 (profile-function-prolog): Renamed from profile-start-function.
7715 Handle profile-distinct.
7716 (profile-function-epilog): Renamed from profile-update-function.
7717 Handle profile-distinct.
7718 (profile-a-function): If the function to be profiled is an
7719 autoload form, load it. If it's lazy-loaded, fetch it.
7720 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
7721 (profile-restore-fun): Arg FUN is now a function symbol, as was
7722 documented, rather than a one-element list.
7723 (profile-finish): Call profile-restore-fun properly.
7724
7725 1998-10-21 Kenichi Handa <handa@etl.go.jp>
7726
7727 * international/characters.el: Setup charset property
7728 nospace-between-words.
7729
7730 * international/mule-cmds.el (get-charset-property): If CHARSET is
7731 composition, return nil.
7732 (put-charset-property): If CHARSET is composition, do nothing.
7733
7734 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
7735 * language/devan-util.el
7736 (in-is13194-devanagari-pre-write-conversion): Likewise.
7737 * language/thai-util.el (thai-pre-write-conversion): Likewise.
7738 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7739 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7740
7741 * textmodes/fill.el (sentence-end-without-period): New variable.
7742 (canonically-space-region): Pay attention to
7743 sentence-end-without-period.
7744 (fill-find-break-point): The first argument CHARSET deleted.
7745 Caller changed.
7746 (fill-region-as-paragraph): Pay attention to charset property
7747 nospace-between-words and text property nospace-between-words.
7748
7749 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
7750
7751 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
7752 an unrecognized shell.
7753
7754 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
7755
7756 * desktop.el (desktop-save): Include minor modes symbolically.
7757 (desktop-create-buffer): Turn on all minor modes in `mim'.
7758
7759 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
7760
7761 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
7762 (sh-font-lock-keywords): Handle rpm and rpm2.
7763 (sh-ancestor-alist): Handle rpm.
7764
7765 * files.el (auto-mode-alist): Recognize .rpm files.
7766 Also .spec and .mspec files.
7767
7768 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
7769
7770 * faces.el (frame-set-background-mode): Enable the function for
7771 MSDOS frames.
7772
7773 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7774
7775 * calendar/calendar.el (calendar-day-name-array): Add doc string.
7776 (calendar-month-name-array): Add doc string.
7777
7778 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7779
7780 * simple.el (kill-ring-max): Increased to 60.
7781
7782 1998-10-17 Kenichi Handa <handa@etl.go.jp>
7783
7784 * international/characters.el: Setup auto-fill-chars.
7785
7786 * international/kinsoku.el (kinsoku): Check the variable
7787 enable-kinsoku.
7788
7789 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
7790 Don't call kinsoku directly, intead call fill-find-break-point.
7791
7792 * textmodes/fill.el: Setup `fill-find-break-point-function'
7793 property to character sets which require `kinsoku' processing for
7794 filling.
7795 (fill-find-break-point): New function.
7796 (fill-region-as-paragraph): Don't check kinsoku-enable here.
7797 Don't call kinsoku directly, intead call fill-find-break-point.
7798
7799 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
7800
7801 * faces.el (modify-face-read-string): Return (nil) for "none".
7802 (modify-face): Don't get error if (nil) is the argument.
7803 (face-try-color-list): Don't check whether nil is a valid color.
7804
7805 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
7806
7807 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7808 Print message about each directory, even in batch mode.
7809
7810 * gnus/nntp.el: Require `cl' before using nnoo-declare.
7811
7812 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
7813 (ps-mule-string-char): No need to use sref.
7814 (ps-mule-next-index): No need to use sref.
7815
7816 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
7817
7818 * files.el (revert-buffer-internal-hook): Add defvar.
7819
7820 * arc-mode.el (archive-mode): Locally set file-precious-flag.
7821
7822 * tar-mode.el (tar-mode): Locally set file-precious-flag.
7823
7824 1998-10-16 Markus Rost <rost@delysid.gnu.org>
7825
7826 * international/mule-cmds.el (default-input-method): Fix custom type.
7827
7828 * net-utils.el (whois-server-list): Fix customization type.
7829
7830 * shell.el (shell-input-autoexpand): Fix customization group.
7831
7832 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
7833
7834 * repeat.el (repeat): Handle keyboard macros properly.
7835 Handle new prefix arg after self-insert command.
7836
7837 * repeat.el: Don't include cl even at compile time.
7838 (repeat): Avoid using `loop'.
7839
7840 * simple.el (shell-command-on-region): Doc fix.
7841 (next-history-element): Special error message if no default.
7842
7843 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
7844
7845 * ps-print.el (ps-print-buffer): Doc fix.
7846 (ps-despool): Likewise.
7847
7848 * arc-mode.el (arc-mode): Provide arc-mode.
7849
7850 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7851
7852 * ps-print.el (ps-print-buffer): Doc fix.
7853
7854 1998-10-14 Dave Love <fx@gnu.org>
7855
7856 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
7857 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
7858 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
7859
7860 * progmodes/fortran.el (fortran-mode-map): Change "Join
7861 Continuation Line" to "Join Line".
7862 (fortran-font-lock-keywords-1): Add "cycle", "exit".
7863
7864 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7865
7866 * progmodes/fortran.el (fortran-join-line): Use
7867 `delete-indentation' instead of issuing an error message if not on
7868 a continuation line. Provide for joining several lines using
7869 prefix arg.
7870
7871 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
7872
7873 * term/pc-win.el (msdos-color-values): New variable.
7874 (x-color-values): New function, emulates its namesake from
7875 src/xfns.c.
7876 (msdos-bg-mode): Add all dark colors to those which return
7877 "dark".
7878
7879 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7880
7881 * replace.el (keep-lines, flush-lines, how-many):
7882 Don't ignore case if arg has upper case letters.
7883
7884 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
7885
7886 * progmodes/vhdl-mode.el
7887 (vhdl-add-index-menu): reverse order in imenu-generic-expression.
7888 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
7889 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
7890 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
7891 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
7892 (vhdl-when): Fix indentation problem.
7893 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
7894 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
7895 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
7896
7897 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
7898
7899 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
7900 (ls-lisp-insert-directory): Renamed from insert-directory.
7901 (insert-directory): New function.
7902
7903 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
7904
7905 * simple.el (completion-fixup-function): Variable deleted.
7906 (completion-setup-function): Delete code for completion-fixup-function.
7907 * emacs-lisp/lisp.el (lisp-complete-symbol):
7908 Don't bind completion-fixup-function.
7909
7910 * files.el (find-file-wildcards): New option.
7911 (find-file-noselect): Handle wild cards, if enabled.
7912 (file-expand-wildcards): New function.
7913
7914 * simple.el (set-fill-column): Doc fix.
7915
7916 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7917
7918 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
7919
7920 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
7921
7922 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
7923 Move declaration before first use.
7924 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
7925 hif-math, hif-factor): Rename token to hif-token and token-list to
7926 hif-token-list.
7927 (hif-token, hif-token-list): Declare them.
7928 (hif-find-ifdef-block): Return cons of top and bottom point
7929 instead of setting dynamically bound variables.
7930 (hide-ifdef-block, show-ifdef-block): Use return value of
7931 hif-find-ifdef-block.
7932
7933 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7934
7935 * subr.el (read-passwd): Use clear-this-command-keys.
7936
7937 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
7938
7939 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
7940 and ...-for-write.
7941
7942 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
7943
7944 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
7945 responses to GROUP command, since this may be called from a timer
7946 with quit inhibited.
7947
7948 1998-10-12 Kenichi Handa <handa@etl.go.jp>
7949
7950 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
7951 set unconditional-jump to nil.
7952 (ccl-compile-read-multibyte-character): Return nil.
7953 (ccl-compile-write-multibyte-character): Likewise.
7954 (ccl-compile-translate-character): Likewise
7955 (ccl-compile-map-multiple): Likewise.
7956 (ccl-compile-map-single): Likewise.
7957
7958 * international/kinsoku.el: Add coding tag.
7959 (kinsoku-bol): Remove superfluous TAB in a string.
7960
7961 * international/mule-cmds.el (find-coding-systems-for-charsets):
7962 Delete `composition' (if any) from CHARSETS.
7963
7964 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7965
7966 * international/mule-cmds.el (setup-specified-language-environment):
7967 Add apropos-inhibit property.
7968 (describe-specified-language-support): Likewise.
7969
7970 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
7971
7972 * international/mule.el (make-coding-system): Create -with-esc
7973 variant coding system.
7974
7975 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
7976
7977 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
7978 (next-file): Optionally offer to revert a file's buffer,
7979 if it has an existing buffer but the file has changed.
7980
7981 * info.el (Info-insert-dir): Detect and report problems
7982 in input files, such as "No Top node". Return with point
7983 at the beginning of the text.
7984 (Info-find-node): Reinsert the code to handle files
7985 with no tags table; it was deleted by mistake.
7986
7987 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
7988
7989 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
7990 texinfo-find-higher-level-node repeatedly find the same node.
7991 (texinfo-find-higher-level-node): Doc fix.
7992
7993 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
7994
7995 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
7996 (smtpmail-address-buffer): Add defvar.
7997 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
7998
7999 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
8000
8001 * ffap.el (ffap-machine-p-local): Fix editing error.
8002
8003 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8004
8005 * faces.el (frame-set-background-mode):
8006 Don't do anythung for text-only or MSDOS frame.
8007
8008 1998-10-08 Kenichi Handa <handa@etl.go.jp>
8009
8010 * international/quail.el (quail-defrule): New optional arg APPEND.
8011 (quail-defrule-internal): Fix bug of handling the argument APPEND.
8012
8013 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
8014
8015 * gnus/pop3.el (pop3-open-server):
8016 Set process-coding-system-alist around open-network-stream.
8017
8018 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8019
8020 * files.el (save-buffer): Doc fix.
8021
8022 1998-10-07 Karl Heuer <kwzh@gnu.org>
8023
8024 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
8025 return DEF unchanged, not nil. Simplify.
8026
8027 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
8028
8029 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
8030
8031 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
8032
8033 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
8034
8035 * net-utils.el (ftp, nslookup): Require comint.
8036 (network-service-connection): Likewise.
8037 (whois-server-name): Defaults to whois.arin.net
8038 (whois-server-list, whois-server-tld, whois-guess-server): New var.
8039 (whois): Tries to guess the appropriate top-level domain server.
8040 (whois-get-tld): New function.
8041
8042 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
8043 (dirtrack-debug-toggle): Added this function.
8044
8045 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8046
8047 * files.el (find-file-noselect): Switch to the correct buffer
8048 before checking find-file-literally, and allow non-nil non-t
8049 rawfile params.
8050
8051 1998-10-06 Karl Heuer <kwzh@gnu.org>
8052
8053 * midnight.el (clean-buffer-list): Add autoload cookie.
8054
8055 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
8056 no-autosave.
8057 * tar-mode.el (tar-mode-revert): Likewise.
8058 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
8059 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
8060 * gnus/message.el (message-auto-save-directory): Renamed from
8061 message-autosave-directory. All references changed.
8062
8063 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8064
8065 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
8066 string. Expose mime stuff while searching.
8067
8068 1998-10-06 Richard Stallman <rms@gnu.org>
8069
8070 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
8071
8072 * replace.el (perform-replace): Position point properly
8073 before and after the recursive edit of C-r.
8074
8075 * progmodes/etags.el (tags-reset-tags-tables): Properly
8076 find the markers in the old rings that are being discarded.
8077
8078 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8079
8080 * apropos.el (apropos-print): control invalid characters.
8081
8082 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
8083 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
8084 confusing customize.
8085
8086 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
8087
8088 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
8089 built-in commands. Add more built-in commands and fix face names.
8090
8091 1998-10-05 Simon Marshall <simon@gnu.org>
8092
8093 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
8094
8095 1998-10-04 Eric Ludlam <zappo@gnu.org>
8096
8097 * speedbar.el (speedbar-initial-expansion-list-name): Remove
8098 customization since it is not useful in this case.
8099 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
8100 sure it gets evalled to a number. Also verify that set-frame-name
8101 fn exists before calling it.
8102
8103 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8104 Protect a `forward-sexp' call which could fail, and improved regex
8105 for ie, and eg abbreviations.
8106
8107 1998-10-02 Noah Friedman <friedman@splode.com>
8108
8109 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
8110 send-string.
8111 (rlogin-send-Ctrl-D): Here also.
8112 (rlogin-send-Ctrl-Z): Here also.
8113 (rlogin-send-Ctrl-backslash): Here also.
8114
8115 1998-10-02 Dave Love <fx@gnu.org>
8116
8117 * outline.el (hide-region-body): Bind
8118 outline-view-change-hook to nil while making repeated calls to
8119 outline-flag-region. Run it once at the end.
8120 (hide-other, hide-sublevels, show-children): Likewise.
8121
8122 * info-look.el: Remove duplicate scheme-mode entry.
8123 (info-lookup-make-completions): When looking for entries, check
8124 that `item' isn't null or "Menu".
8125
8126 1998-10-01 Karl Heuer <kwzh@gnu.org>
8127
8128 * net-utils.el: Don't require ffap.
8129 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
8130 (ping, nslookup-host, finger, network-connection-to-service): Use them.
8131
8132 1998-09-30 Richard Stallman <rms@gnu.org>
8133
8134 * ispell.el (check-ispell-version): No need to bind default-major-mode.
8135
8136 * imenu.el (imenu--generic-function): Sort each submenu by position.
8137 (imenu--sort-by-position): New function.
8138
8139 * cus-edit.el (Custom-mode-menu): Fix info node name.
8140 (customize group): Fix info node name.
8141
8142 * mail/mailalias.el (build-mail-aliases): Don't allow
8143 a newline in the alias name. Don't define an alias
8144 if the definition would be empty.
8145
8146 * which-func.el (which-func-mode-global): Make :set function
8147 more reliable.
8148
8149 * custom.el (custom-set-variables): Load the requests first,
8150 then check the symbol's `set' function.
8151
8152 * ffap.el: Doc fixes.
8153
8154 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8155
8156 * gnus.el: (gnus-valid-select-methods): Fix type.
8157 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
8158 * gnus-score.el (gnus-orphan-score): Fix type.
8159 (gnus-score-default-header, gnus-score-default-type): Fix type.
8160 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
8161 (gnus-saved-headers): Fix type.
8162
8163 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
8164 Avoid nil value of `two-lines-citation-part'.
8165
8166 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
8167
8168 * which-func.el (which-function): Handle case when
8169 (car imenu--index-alist) is nil.
8170
8171 1998-09-29 Dave Love <fx@gnu.org>
8172
8173 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
8174 bzip2 args.
8175
8176 1998-09-29 Simon Marshall <simon@gnu.org>
8177
8178 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
8179 comint-exec-hook.
8180
8181 1998-09-29 Stephen Eglen <stephen@gnu.org>
8182
8183 * info-look.el: Add support for Octave.
8184
8185 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
8186
8187 * textmodes/reftex.el (reftex-finding-files): New customize group.
8188 (reftex-texpath-environment-variables,
8189 reftex-use-external-file-finders, reftex-external-file-finders,
8190 reftex-search-unrecursed-path-first): New options.
8191 (reftex-process-string, reftex-find-file-externally): New
8192 functions.
8193 (reftex-access-search-path): Execute shell commands to find the
8194 search path.
8195 (reftex-toggle-auto-view-crossref): When turning on, make sure
8196 `reftex-auto-view-crossref' becomes non-nil.
8197 (reftex-abbrev-regexp): Constant removed.
8198 (reftex-convert-string): Abbrev regexp calculated locally.
8199
8200 1998-09-28 Dave Love <fx@gnu.org>
8201
8202 * progmodes/fortran.el: Don't call regexp-opt when deriving
8203 font-lock patterns with keywords that aren't all literal.
8204
8205 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
8206
8207 * octave-inf.el (inferior-octave-prompt): Also match prompts of
8208 the form `octave.bin:1>' which come from using precopiled binary
8209 versions.
8210
8211 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
8212
8213 * help.el (help-for-help): Use %THIS-KEY%.
8214 (help-quit): Add doc.
8215
8216 * help-macro.el (make-help-screen): Keep HELP-TEXT
8217 in a separate function definition, not in the help command FNAME.
8218 Replace %THIS-KEY% with the key sequence that ran FNAME.
8219
8220 1998-09-25 Richard Stallman <rms@gnu.org>
8221
8222 * textmodes/texinfo.el (texinfo-show-structure):
8223 Bind inhibit-read-only.
8224
8225 * isearch.el (isearch-search-and-update): Properly
8226 handle upper case letters in the reverse-search special case.
8227
8228 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8229
8230 * gnus.el: Extend the list of autoloaded functions.
8231
8232 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8233 buffer before creating help group. (from Gnus v5.6.43, fix by
8234 1998-08-20 Per Starback <starback@update.uu.se>)
8235
8236 * gnus-util.el (gnus-output-to-rmail): Adjust to
8237 `rmail-output-to-rmail-file'.
8238
8239 1998-09-25 Karl Heuer <kwzh@gnu.org>
8240
8241 * hexl.el (hexl-mode-map): More of previous change.
8242
8243 * textmodes/tex-mode.el (tex-run-command): Doc fix.
8244 (tex-start-tex): Don't use tex-start-options-string in star case.
8245 Quote file name in star case as well as in non-star.
8246 Add blank and quoting of option string here.
8247 (tex-start-options-string): Not here.
8248
8249 1998-09-23 Karl Heuer <kwzh@gnu.org>
8250
8251 * term.el (term-delimiter-argument-list): Doc fix.
8252 (term-emulate-terminal): Escape literal semicolon.
8253 * progmodes/asm-mode.el (asm-mode): Doc fix.
8254 (asm-comment-char): Escape literal semicolon.
8255 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
8256
8257 1998-09-23 Richard Stallman <rms@gnu.org>
8258
8259 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
8260 only those that normally modify the buffer.
8261
8262 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
8263 over again.
8264
8265 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
8266
8267 * ispell.el (check-ispell-version): Ensure same buffer is current
8268 when let-binding of case-fold-search ends.
8269
8270 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8271
8272 * ps-print.el: Skip invisible overlay.
8273 Test for set-buffer-multibyte rather than using mule-version.
8274 (ps-print-version): New version number (4.1) and doc fix.
8275 (ps-generate-postscript-with-faces): Skip invisible overlay.
8276
8277 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
8278
8279 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
8280
8281 1998-09-22 Kenichi Handa <handa@etl.go.jp>
8282
8283 * international/quail.el (quail-update-guidance): Check for the
8284 return value of (quail-guidance) fixed.
8285 (quail-update-translation): Bind quail-current-str locally when it
8286 calls quail-update-guidance.
8287 (quail-update-translation): If input-method-exit-on-first-char is
8288 non-nil, terminate translation only when the current input method
8289 is simple.
8290
8291 1998-09-22 Paul Eggert <eggert@twinsun.com>
8292
8293 * startup.el (locale-translation-file-name): Prefer X-related names
8294 to the name used by GNU/Linux sans X. Set to nil if no file found.
8295 (command-line): Use locale-translation-file-name if it is not nil,
8296 instead of testing for its existence again.
8297 regexp-quote the ctype before using it in a regexp.
8298 Allow a colon to appear after the ctype in the aliases file,
8299 as is done in X11R6.4.
8300
8301 1998-09-21 Richard Stallman <rms@gnu.org>
8302
8303 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
8304
8305 * calendar/appt.el (appt-interval): Variable deleted.
8306 (appt-check): For minutes in between appt-display-interval times,
8307 do check, but don't display anything except an updated mode line.
8308 Count against appt-display-interval based on minutes since
8309 first display of this appointment, not based on time of day.
8310 If appt-display-mode-line, force mode line redisplay
8311 whenever appt-mode-string has changed.
8312 (appt-add, appt-delete): Add autoload cookies.
8313 (appt-check): Catch errors from calling `diary'.
8314 (appt-max-time): Renamed from max-time.
8315 (appt-now-displayed, appt-display-count): New variables.
8316 (appt-timer): Don't create one if we already have one.
8317
8318 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8319 More general code to use the source buffer instead of the zap file.
8320
8321 * hilit-chg.el (highlight-compare-with-file): Renamed from
8322 compare-with-file.
8323
8324 * loadhist.el (load-history-loaded): New variable.
8325 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
8326
8327 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
8328
8329 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8330 Fix error messages.
8331
8332 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
8333
8334 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
8335 Emacs frame.
8336
8337 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8338
8339 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
8340 `undecided' and `undecided-unix'.
8341
8342 1998-09-21 Dave Love <fx@gnu.org>
8343
8344 * help.el (help-make-xrefs): Fix typo affecting Info references.
8345
8346 * subr.el (remove-hook): Check list values to avoid errors.
8347
8348 1998-09-18 Noah Friedman <friedman@splode.com>
8349
8350 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
8351 store string in eldoc-last-message without consing a new string.
8352 Rearrange logic from nested if's into cond's.
8353 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
8354 Do not print message; just return string.
8355 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
8356 Do not print message; just return string.
8357 Cache that string in eldoc-last-data.
8358 (eldoc-last-data): Make into a vector.
8359 (eldoc-get-fnsym-args-string): Use new data form of structure.
8360 (eldoc-get-var-docstring): Here also.
8361 (eldoc-last-data-store): New function.
8362 (eldoc-get-fnsym-args-string): Use it.
8363 (eldoc-get-var-docstring): Here also.
8364 (eldoc-docstring-first-line): Minimize interim string consing.
8365 Call substitute-command-keys on the result.
8366 (eldoc-print-var-docstrings, eldoc-print-docstring,
8367 eldoc-docstring-message): Functions removed.
8368 (eldoc-docstring-format-sym-doc): New function, functionality
8369 ripped out of eldoc-docstring-message.
8370 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
8371
8372 1998-09-18 Kenichi Handa <handa@etl.go.jp>
8373
8374 * international/mule.el (make-coding-system): Doc-string modified.
8375
8376 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
8377
8378 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
8379
8380 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
8381 customize type.
8382
8383 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
8384 type.
8385
8386 * progmodes/compile.el (compilation-error-screen-columns): New
8387 variable.
8388 (compilation-next-error-locus): Use it to decide whether to use
8389 forward-char or move-to-column.
8390
8391 * mail/rmail.el (rmail-movemail-program): Fix customize type.
8392
8393 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
8394 feedmail-fiddle-plex-user-list,
8395 feedmail-spray-address-fiddle-plex-list,
8396 feedmail-prompt-before-queue-user-alist,
8397 feedmail-prompt-before-queue-help-supplement,
8398 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
8399 feedmail-queue-alternative-mail-header-separator): Fix customize
8400 type.
8401
8402 * startup.el (site-run-file): Fix customize type.
8403
8404 * speedbar.el (speedbar-initial-expansion-list-name): Fix
8405 customize type.
8406
8407 * shell.el (shell-input-autoexpand): Fix customize type.
8408
8409 * ps-print.el (ps-font-info-database): Add missing dots in value.
8410 Improve layout of customize type.
8411
8412 * net-utils.el (traceroute-program-options, ping-program-options,
8413 ipconfig-program-options, netstat-program-options,
8414 arp-program-options, route-program-options,
8415 nslookup-program-options, ftp-program-options): Fix customize
8416 type.
8417
8418 * midnight.el (clean-buffer-list-kill-regexps,
8419 clean-buffer-list-kill-buffer-names,
8420 clean-buffer-list-kill-never-buffer-names,
8421 clean-buffer-list-kill-never-regexps): Fix customize type.
8422
8423 * man.el (Man-init-defvars): Avoid trailing nil on
8424 Man-filter-list.
8425
8426 * lpr.el (printer-name): Fix customize type.
8427
8428 1998-09-16 Kenichi Handa <handa@etl.go.jp>
8429
8430 * international/mule-cmds.el (reset-language-environment): Call
8431 update-coding-systems-internal.
8432
8433 * international/mule-conf.el: Call update-coding-systems-internal
8434 at the tail.
8435
8436 1998-09-14 Dave Love <fx@gnu.org>
8437
8438 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
8439 use the menu-enable properties, pending doing it correctly and
8440 acceptably fast.
8441
8442 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
8443
8444 1998-09-13 Dave Love <d.love@dl.ac.uk>
8445
8446 * progmodes/hideshow.el (hs-grok-mode-type): Check
8447 comment-{start,end} non-nil as well as bound. Report an error if
8448 we can't grok the mode.
8449
8450 1998-09-13 Richard Stallman <rms@gnu.org>
8451
8452 * simple.el (blink-matching-open): Don't log paren matching
8453 messages in *Messages*.
8454
8455 1998-09-12 Richard Stallman <rms@gnu.org>
8456
8457 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
8458 Set point-before-scroll at end even if there was an error.
8459
8460 * ange-ftp.el (ange-ftp-insert-file-contents):
8461 Use binary mode for dumb-unix hosts as for unix hosts.
8462 (ange-ftp-copy-file-internal): Likewise.
8463
8464 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8465
8466 * emacs-lisp/pp.el: Doc fixes.
8467
8468 * wid-edit.el (widget-menu-max-shortcuts): New variable.
8469 (widget-choose): Don't use single-char shortcuts if # items
8470 exceeds that many. Use minibuffer instead.
8471
8472 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8473
8474 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
8475
8476 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
8477
8478 * speedbar.el (speedbar-frame-mode): Do not set frame position if
8479 in terminal mode.
8480
8481 1998-09-10 Noah Friedman <friedman@splode.com>
8482
8483 * rsz-mini.el (resize-minibuffer-mode): remove :version field from
8484 defcustom declaration. It's wreaking too much havoc with XEmacs
8485 and older versions of Emacs, which share this code.
8486
8487 * type-break.el (type-break-mode): Here also.
8488
8489 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
8490 `t' to add-hook also to modify the new local value.
8491
8492 1998-09-10 Dave Love <fx@gnu.org>
8493
8494 * vc.el (vc-insert-headers): Doc fix.
8495
8496 1998-09-10 Richard Stallman <rms@gnu.org>
8497
8498 * textmodes/flyspell.el (flyspell-mode-on): Make the
8499 ispell-... variables permanent locals.
8500 (flyspell-mode-off): Add autoload cookie.
8501
8502 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
8503 do use binary mode, just as for `unix'.
8504 (ange-ftp-host-type): If HOST is nil, return `unix'.
8505
8506 * dired.el (dired-mark-files-containing-regexp):
8507 Don't scan directories. Ignore non-readable files.
8508
8509 * progmodes/compile.el (compilation-error-regexp-alist):
8510 Fix previous change: allow . and _ in command name.
8511
8512 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
8513
8514 * uncompress.el (uncompress-while-visiting):
8515 Use just the car of what find-operation-coding-system returns.
8516
8517 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
8518
8519 * shell.el (shell-file-name-quote-list): Add # to the value.
8520
8521 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
8522
8523 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook
8524 to make killing of ispell process work even if
8525 kill-all-local-variables has been run.
8526
8527 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8528
8529 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
8530 loop when sexp entry ends at end of file with no newline.
8531
8532 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8533
8534 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
8535 (Custom-reset-standard): Fix menu inconsistency.
8536
8537 * mail/feedmail.el (feedmail-from-line): Allow t.
8538 (feedmail-message-id-suffix): Allow nil.
8539
8540 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8541 Simplify. Make prefix arg work right.
8542
8543 1998-09-09 Dave Love <fx@gnu.org>
8544
8545 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8546
8547 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
8548
8549 1998-09-08 Dave Love <fx@gnu.org>
8550
8551 * add-log.el (change-log-font-lock-keywords): Do parenthesized
8552 stuff only after file names or at start of line. Allow parens
8553 around e-mail, as well as angles.
8554
8555 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
8556 ignore-errors too, eval'd when compile. Require w3 stuff at load
8557 time for nicer failure if it's not available.
8558
8559 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
8560
8561 * comint.el (comint-arguments): Ignore backslashes when using
8562 w32 shells that expect backslashes as the directory separator.
8563
8564 1998-09-04 Kenichi Handa <handa@etl.go.jp>
8565
8566 * international/fontset.el (resolved-ascii-font): New variable.
8567 (x-complement-fontset-spec): By side effect, set
8568 `resolved-ascii-font' to the resolved name of ASCII font."
8569 (create-fontset-from-fontset-spec): Don't get a value for
8570 resolved-ascii-font from the list full-fontlist. It is set by
8571 x-complement-fontset-spec now.
8572
8573 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
8574 version, check the value of mule-version.
8575
8576 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
8577
8578 * textmodes/reftex.el (reftex-view-crossref): Split up into
8579 several functions. No longer moves to find a macro.
8580 (reftex-view-cr-cite, reftex-view-cr-ref,
8581 reftex-end-of-bib-entry): New functions.
8582 (reftex-auto-view-crossref): New value `window' allowed.
8583 (reftex-view-crossref-when-idle): Process new `window' option in
8584 (reftex-translate-to-ascii-function): New default.
8585 (reftex-label-illegal-re): Default changed, removed Latin1.
8586 (reftex-latin1-to-ascii): New function.
8587 (reftex-what-environment): Check for section regexp before use.
8588 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
8589 absolute path names.
8590 (reftex-TeX-master-file): Changed sequence of file checks.
8591 (reftex-do-citation): bibview cache only with RefTeX mode on.
8592
8593 1998-09-06 Richard Stallman <rms@gnu.org>
8594
8595 * progmodes/compile.el (compilation-error-regexp-alist):
8596 In first pattern (GNU utilities and other things),
8597 allow a space after the optional program name at the beginning.
8598
8599 * mail/mail-hist.el (mail-hist-current-header-contents):
8600 Fix previous change: use mail-header-end.
8601
8602 1998-09-06 Bill Richter <richter@math.nwu.edu>
8603
8604 * international/ccl.el: Doc fixes.
8605 * international/encoded-kb.el: Doc fixes.
8606 * international/fontset.el: Doc fixes.
8607 * international/kinsoku.el: Doc fixes.
8608 * international/kkc.el: Doc fixes.
8609 * international/mule-cmds.el: Doc fixes.
8610 * international/mule-conf.el: Doc fixes.
8611 * international/mule-util.el: Doc fixes.
8612 * international/mule.el: Doc fixes.
8613
8614 1998-09-05 Eric Ludlam <zappo@gnu.org>
8615
8616 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
8617 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
8618 (checkdoc-this-string-valid-engine): Permit ? as terminating
8619 punctuation for first line sentence breaking.
8620 (checkdoc-this-string-valid): When converting a comment into a doc
8621 string, make sure " chars are \".
8622 (checkdoc-sentencespace-region-engine): Only do double space check
8623 if based on the variable `sentence-end-double-space'
8624 (checkdoc-this-string-valid-engine): ? ends valid sentence.
8625 (checkdoc-proper-noun-region-engine): Exclude items in URLs
8626
8627 1998-09-04 Richard Stallman <rms@gnu.org>
8628
8629 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8630 Recognize define-skeleton as a function definer.
8631
8632 * cus-edit.el (customize-option): Refuse to customize
8633 a variable that has no defcustom. But if variable is autoloaded,
8634 first try to load the library that defines it.
8635
8636 * international/iso-insert.el: Use `string' before calling `insert'
8637 so that in multibyte buffers we insert multibyte chars.
8638
8639 * dired.el (dired-mark-files-containing-regexp):
8640 Don't use find-file; instead, insert the file in a temp buffer.
8641
8642 * textmodes/tex-mode.el (tex-start-options-string): New option.
8643 (tex-start-tex): Use that variable.
8644
8645 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
8646 value in the `repeat' alternative a list.
8647
8648 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
8649 the inserted newline, verify that one was really inserted.
8650
8651 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
8652 remains on or remains off.
8653 (flyspell-multi-language-p): Default changed to nil.
8654
8655 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
8656 In "found in comment" case, don't beginning-of-line after forward-line.
8657
8658 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8659 If the function definition is not a lambda, return original FORM
8660 with no error.
8661
8662 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
8663
8664 * net-utils.el (netstat-program-options): Changed from nil to "-a"
8665 so that by default netstat shows all network connections.
8666
8667 1998-09-04 Bob Weiner <weiner@altrasoft.com>
8668
8669 * international/quail.el: Doc fixes.
8670
8671 * info.el (info): Don't add parens if FILE already has them.
8672
8673 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
8674
8675 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
8676 on extension lines.
8677
8678 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
8679
8680 * w32-fns.el (w32-shell-dos-semantics): New function.
8681
8682 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
8683
8684 * international/quail.el (quail-choose-completion-string): Store
8685 completion `choice' in `quail-current-str'; don't insert it.
8686
8687 1998-09-02 Kenichi Handa <handa@etl.go.jp>
8688
8689 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
8690 argument to ps-mule-generate-bitmap-font.
8691
8692 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
8693 entry and change Latin-1 entry in the default value.
8694 (ps-mule-font-info-database-ps-bdf): New variable.
8695 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
8696 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
8697 registerd in FONT-SPEC.
8698 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
8699 charcter width of bitmap fonts.
8700 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
8701 procedure NF.
8702 (ps-begin-file): Output PostScript code for setting
8703 SpaceWidthRatio.
8704 (ps-plot-region): Use line-beginning-position to get a position of
8705 the beginning of the current line.
8706
8707 * international/mule-cmds.el (register-input-method): Doc-string
8708 modified.
8709
8710 1998-09-01 Dave Love <fx@gnu.org>
8711
8712 * international/mule-cmds.el (current-language-environment): Fix
8713 setter function.
8714
8715 1998-09-01 Simon Marshall <simon@gnu.org>
8716
8717 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
8718 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
8719 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
8720 names with font-lock-type-face. Fontify type specs, etc., with
8721 font-lock-keyword-face.
8722
8723 1998-08-31 Kenichi Handa <handa@etl.go.jp>
8724
8725 * international/fontset.el (x-complement-fontset-spec): If ASCII
8726 font is specified in FONTLIST, don't substitute it for the
8727 resolved name.
8728
8729 1998-08-31 Paul Eggert <eggert@twinsun.com>
8730
8731 * international/mule.el (charset-description): Doc fix.
8732
8733 * language/chinese.el, language/cyrillic.el, language/czech.el,
8734 language/devanagari.el, language/ethiopic.el,
8735 language/european.el, language/hebrew.el, language/indian.el,
8736 language/japanese.el, language/korean.el, language/lao.el,
8737 language/slovak.el, language/thai.el, language/tibetan.el,
8738 language/vietnamese.el:
8739 Add coding: local variable, to avoid bootstrapping problem
8740 if you need to recompile all the Lisp files using interpreted code.
8741
8742 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8743
8744 * cal-china.el (chinese-year-cache): Change range of years from
8745 1989-2000 to 1990-2010.
8746
8747 1998-08-29 Dave Love <d.love@dl.ac.uk>
8748
8749 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
8750 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
8751
8752 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8753
8754 * ps-print.el (ps-print-control-characters): Doc-string modified.
8755 (ps-output-string-prim): Comment format changed.
8756 (ps-do-despool): Indentation of source code changed.
8757
8758 1998-08-28 Kenichi Handa <handa@etl.go.jp>
8759
8760 * subr.el (sref): Make it an alias of aref. Make the
8761 byte-compiler warn that it is obsolete.
8762 (char-bytes): Make the byte-compiler warn that it is obsolete.
8763
8764 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
8765 Calculate the total bytes using position-bytes instead of
8766 char-bytes.
8767
8768 1998-08-27 Karl Heuer <kwzh@gnu.org>
8769
8770 * snmp-mode.el: New file.
8771 * files.el (auto-mode-alist): Add snmp-mode patterns.
8772
8773 1998-08-27 Karl Eichwalder <ke@suse.de>
8774
8775 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
8776
8777 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8778
8779 * calendar/diary-lib.el (diary-block): Doc fix..
8780 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
8781
8782 1998-08-27 Richard Stallman <rms@gnu.org>
8783
8784 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
8785 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
8786 Clear appt-mode-string if we don't put something in it.
8787
8788 1998-08-27 Dave Love <fx@gnu.org>
8789
8790 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
8791 dired-local-variables-file for dired-x.
8792
8793 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
8794 for compressed library files too.
8795
8796 1998-08-26 Kenichi Handa <handa@etl.go.jp>
8797
8798 * language/european.el ("Latin-1"): Modify `documentation' key value.
8799 ("Latin-2"): Likewise.
8800
8801 1998-08-26 Karl Heuer <kwzh@gnu.org>
8802
8803 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
8804
8805 1998-08-26 Albert L. Ting <alt@artisan.com>
8806
8807 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
8808 (mail-hist-current-header-contents): Use mail-text-start.
8809
8810 1998-08-26 Richard Stallman <rms@gnu.org>
8811
8812 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
8813 (customize-changed-options-previous-release): New variable.
8814 (customize-changed-options): Use that variable as default arg.
8815
8816 1998-08-26 Karl Eichwalder <ke@suse.de>
8817
8818 * midnight.el: Require `timer' not only when compiling.
8819
8820 1998-08-26 Per Starback <starback@update.uu.se>
8821
8822 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8823 buffer before creating help group.
8824
8825 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8826
8827 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
8828 coding-system-for-write before saving.
8829
8830 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
8831
8832 * isearch.el (isearch-forward): Doc fix.
8833
8834 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
8835
8836 * emacs-lisp/find-func.el: Fix :version tags to have a string
8837 value, not a float.
8838
8839 * cus-dep.el: Fix typo in output.
8840
8841 1998-08-25 Dave Love <fx@gnu.org>
8842
8843 * repeat.el (repeat): Doc fix.
8844 [From rms:]
8845 (repeat-previous-repeated-command): New variable.
8846 (repeat): Check for real-last-command being null or repeat. Set
8847 repeat-previous-repeated-command.
8848
8849 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
8850
8851 1998-08-25 Kenichi Handa <handa@etl.go.jp>
8852
8853 * gnus/message.el (message-send-mail-with-sendmail): Bind
8854 coding-system-for-write by the return value of
8855 select-message-coding-system.
8856 (message-send-mail-with-qmail): Likewise.
8857
8858 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
8859
8860 * emacs-lisp/autoload.el: Fix doc-string-elt property on
8861 define-derived-mode.
8862
8863 * files.el (file-name-invalid-regexp):
8864 Fix regex for ms-dos without long file names.
8865
8866 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8867
8868 * ps-print.el: Multi-byte buffer handling.
8869 (ps-print-version): New version number (4.0) and doc fix.
8870 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
8871 compilation for GNU Emacs and emacsens.
8872 (ps-generate-postscript-with-faces): Force invisible text to be
8873 visible.
8874 (dos-ps-printer): New var to avoid compilation gripes.
8875
8876 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8877
8878 * ps-print.el (ps-mule-plot-string): Pay attention to the case
8879 that no more characters can't be printed in the current line.
8880
8881 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8882
8883 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
8884 greater than TO.
8885
8886 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8887
8888 * ps-print.el: Add codes to make ps-print.el work also on Emacs
8889 20.2 and the earlier version.
8890 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
8891 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
8892 (ps-mule-find-wrappoint): Likewise.
8893 (ps-mule-generate-font): Change `X' to `x' in format
8894 control-string.
8895 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
8896 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
8897 `restore' form procedures `BC' and `EC'.
8898
8899 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8900
8901 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
8902 is an executable procedure. Make LineThickness, Xshadow, and
8903 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
8904 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
8905 ps-mule-font-info-database-bdf): New vars.
8906 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
8907 (ccl-encode-ethio-unicode): New CCL program.
8908 (ps-mule-encode-ethiopic): New fun.
8909 (ps-mule-current-charset): New var.
8910 (ps-mule-get-font-spec, ps-mule-font-spec-src,
8911 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
8912 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
8913 (ps-mule-external-libraries): New var.
8914 (ps-mule-init-external-library): New fun.
8915 (ps-mule-font-cache): New var.
8916 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
8917 (ps-last-font): New var.
8918 (ps-mule-prepare-font): New fun.
8919 (ps-mule-charset-list): New var.
8920 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
8921 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
8922 ps-mule-plot-string): New funs.
8923 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
8924 New vars.
8925 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
8926 ps-mule-prepare-cmpchar-font): New funs.
8927 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
8928 vars.
8929 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
8930 ps-mule-generate-bitmap-glyph): New funs.
8931 (ps-mule-initialize, ps-mule-begin): New funs.
8932 (ps-output-string-prim): Insert string as unibyte.
8933 (ps-output-prologue): New fun.
8934 (ps-flush-output): Handle the case of 'prologue.
8935 (ps-begin-file): Call ps-mule-initialize.
8936 (ps-begin-job): Set ps-control-or-escape-regexp differently if
8937 printing multibyte characters.
8938 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
8939 (ps-basic-plot-string): Handle the case of printing ASCII
8940 characters by external libraries (e.g. BDF).
8941 (ps-set-font): Set ps-last-font.
8942 (ps-plot-region): Handle multibyte characters, use
8943 ps-mule-plot-string for them.
8944 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
8945
8946 * bdf.el: New file.
8947
8948 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
8949
8950 * international/mule-cmds.el (select-message-coding-system): New
8951 function.
8952 (set-language-environment-coding-systems): Set
8953 default-sendmail-coding-system.
8954
8955 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
8956 (default-sendmail-coding-system): New variable.
8957 (sendmail-send-it): Encode the message by a coding system
8958 select-message-coding-system returns.
8959
8960 1998-08-23 Eric Ludlam <zappo@gnu.org>
8961
8962 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'.
8963 (speedbar-mode): Set buffer to read only.
8964 (speedbar-temp-buffer-show-function): For emacs don't call hook
8965 with arguments.
8966 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
8967
8968 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
8969
8970 * speedbar.el (speedbar-key-map): Fix typo.
8971
8972 See ChangeLog.7 for earlier changes.