]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-09-01 Didier Verna <didier@xemacs.org>
2
3 * rect.el (replace-rectangle): New function.
4
5 2000-03-09 Dave Love <fx@gnu.org>
6
7 * progmodes/fortran.el (fortran-comment-line-start): Define as
8 "C".
9 (fortran-comment-line-start-skip): Don't match cpp stuff.
10 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12 (fortran-mode): Don't set fortran-comment-line-start-skip,
13 fortran-comment-line-start here. Set comment-start,
14 add-log-current-defun.
15 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16 (fortran-current-defun): New function.
17
18 2000-03-09 Gerd Moellmann <gerd@gnu.org>
19
20 * emacs-lisp/re-builder.el: New file.
21
22 * mouse.el (mouse-drag-region): Don't run up-event handler
23 if hscroll has changed.
24
25 * octave-mod.el (octave-font-lock-keywords): To font-lock the
26 builtin operators, use `font-lock-builtin-face' for Emacs and
27 `font-lock-preprocessor-face' otherwise.
28
29 * font-lock.el (lisp-font-lock-keywords-1): Highlight
30 `(defun (setf foo)' differently.
31
32 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
33
34 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
35 (regexp-opt): Update comment and adapt the code the new meaning of
36 the `paren' argument of regex-opt-group for shy-groups.
37 (regexp-opt-depth): Handle shy groups as well as backslashed
38 backslashes.
39 (regexp-opt-group): Turn the leading comment into a docstring.
40 Allow `paren' to be a string (the string to use to open a group).
41 Remove open-presuf and close-presuf. Instead of checking for `all
42 one-char' and then later on check for `several one-char', handle
43 both cases close together. Also apply a more generic algorithm
44 for suffixes (the mirror image of the algorithm used for
45 prefixes). Use shy-groups. Use nreverse rather than reverse.
46 (regexp-opt-try-suffix): Removed.
47
48 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
49 from comint-mode-map, so we can just inherit from it. Also, move
50 the initialization into the `defvar' since there's no docstring
51 anyway and it's fairly short.
52 (inferior-scheme-mode): Define it as derived-mode: the code is
53 shorter and this way we inherit from comint-mode-map rather than
54 copying it.
55
56 * subr.el (replace-regexps-in-string): Properly handle the case
57 where we match an empty string.
58
59 * comint.el (comint-exec-1): Add the current-dir to the exec-path
60 when the command has a directory component (such as "./testml").
61 Also fix a typo in the comment.
62
63 2000-03-08 Gerd Moellmann <gerd@gnu.org>
64
65 * Makefile (compile-files): Compile files one by one because
66 that's the only way to ensure a clean compilation environment for
67 each individual file.
68
69 * frame.el (other-frame): Call x-focus-frame.
70
71 2000-03-07 Dave Love <fx@gnu.org>
72
73 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
74 :require to defcustom.
75
76 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
77 lists.
78
79 * files.el (auto-mode-alist): Add configure.in.
80
81 * progmodes/autoconf.el: New file.
82
83 2000-03-07 Gerd Moellmann <gerd@gnu.org>
84
85 * mail/mh-e.el: Change maintainer to `none'.
86
87 * recentf.el (recentf-keep-non-readable-files-p): Quote args
88 to remove-hook and add-hook.
89
90 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
91
92 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
93 it as the default.
94 (mail-send): Test mail-send-nonascii also for the new `mime' value.
95 (sendmail-send-it): Conditionally add MIME headers specifying the
96 used character set.
97
98 2000-03-07 Dave Love <fx@gnu.org>
99
100 * winner.el: Fix keywords, autoload cookies. Split
101 eval-when-compile form to avoid compilation failure.
102
103 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
104
105 * international/mule.el: Modify comment about coding system
106 property `coding-category'.
107 (make-coding-system): New argument EOL-TYPE. Pay attention to
108 coding-category property of PROPERTIES.
109
110 * international/mule-conf.el (coding-category-utf-8,
111 coding-category-utf-16-be, coding-category-utf-16-le): New coding
112 categories. Include them in the argument for set-coding-priority.
113
114 * international/mule-cmds.el (reset-language-environment): Include
115 coding-category-utf-8, coding-category-utf-16-be, and
116 coding-category-utf-16-le in the argument for set-coding-priority.
117 (reset-language-environment): Initialize coding-category-utf-8,
118 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
119
120 2000-03-06 Karl Fogel <kfogel@red-bean.com>
121
122 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
123 code abstracted out of `bookmark-jump-noselect'. Now tries info
124 extensions as well as compression extensions.
125 (bookmark-jump-noselect): Use above new func.
126
127 2000-03-03 Gerd Moellmann <gerd@gnu.org>
128
129 * strokes.el: Change maintainer's mail address.
130
131 2000-03-03 Kenichi Handa <handa@etl.go.jp>
132
133 * international/mule-diag.el (list-character-sets): Make help-echo
134 string by substitute-command-keys.
135 (list-character-sets): Likewise.
136 (sort-listed-character-sets): Call help-setup-xref.
137
138 2000-03-02 Gerd Moellmann <gerd@gnu.org>
139
140 * time.el (display-time-mail-file): Add `none' to the list of
141 choices.
142
143 2000-03-01 Dave Love <fx@gnu.org>
144
145 * help.el (help-xref-go-back): Don't try to set position.
146
147 * international/mule-diag.el (list-character-sets): Call
148 help-setup-xref. Add help-echo to xrefs.
149 (list-character-sets-1): Add help-echo to xrefs.
150
151 2000-03-02 Gerd Moellmann <gerd@gnu.org>
152
153 * frame.el (blink-cursor-mode): Switch cursor on when turning
154 the mode off.
155
156 * add-log.el (add-log-current-defun): Add support for
157 Autoconf mode.
158
159 * mail/rmail.el (rmail-quit-hook): New variable.
160
161 2000-03-01 Dave Love <fx@gnu.org>
162
163 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
164
165 * help.el (help-xref-button): Add help-echo arg.
166 (describe-function-1, describe-variable, help-make-xrefs): Use it.
167
168 * faces.el (list-faces-display): Supply help-echo with
169 help-make-xrefs.
170
171 * facemenu.el (list-text-properties-at): Set help-xref-stack to
172 nil.
173
174 2000-03-01 Gerd Moellmann <gerd@gnu.org>
175
176 * image.el (defimage): Look for image files in load-path.
177
178 * frame.el (busy-cursor-delay-seconds): Change type to
179 `number'.
180
181 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
182
183 * recentf.el (recentf): Added version tag to the defgroup of
184 recentf.
185
186 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
187
188 * recentf.el (recentf-cleanup): Changed to remove excluded file
189 too.
190 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
191 action to select/unselect a file.
192 (recentf-edit-list): Code cleanup and improvement.
193 (recentf-open-more-files-action): `recentf-open-more-files' button
194 widget action to open a file.
195 (recentf-open-more-files): No more use standard completion but
196 widgets.
197 (recentf-more-collection): Deleted.
198 (recentf-more-history): Deleted.
199 (recentf-setup-more-completion): Deleted.
200
201 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
202
203 * recentf.el (recentf-mode): No more needs that Emacs is running
204 under a window-system.
205
206 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
207
208 * recentf.el (recentf-edit-list): New command to edit the recent
209 list which allow the user to remove files.
210 (recentf-edit-selected-items): New global variable, used by
211 `recentf-edit-list' to hold the list of files to be removed from
212 the recent list.
213 (recentf-make-menu-items): Updated to display a "Edit list..."
214 menu item. Minor code cleanup.
215
216 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
217
218 * recentf.el (recentf-open-more-files): New command to open files
219 that are not displayed in the menu.
220 (recentf-more-collection): New global variable holding the set of
221 permissible completions used by `recentf-open-more-files'.
222 (recentf-more-history): New global variable holding the history list
223 used by `recentf-open-more-files' completion.
224 (recentf-setup-more-completion): New function to setup completion for
225 `recentf-open-more-files'.
226 (recentf-make-menu-items): Updated to display a "More..." menu item.
227
228 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
229
230 * recentf.el (recentf-menu-action): Doc fixed.
231
232 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
233
234 * recentf.el (recentf-menu-filter): Doc updated.
235 (recentf-update-menu-hook): Allow menu filters to force menu update.
236 (recentf-make-menu-items): New menu filter handling.
237 (recentf-make-menu-item): New helper function.
238 (recentf-menu-elements): New menu handling function.
239 (recentf-sort-ascending): Updated to new menu filter handling.
240 (recentf-sort-descending): Updated to new menu filter handling.
241 (recentf-sort-basenames-ascending): New menu filter function.
242 (recentf-sort-basenames-descending): New menu filter function.
243 (recentf-show-basenames): New menu filter function.
244 (recentf-show-basenames-ascending): New menu filter function.
245 (recentf-show-basenames-descending): New menu filter function.
246
247 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
248
249 * diary-lib.el (list-diary-entries): Don't try to go forward at
250 the end of the buffer.
251
252 2000-02-29 Kenichi Handa <handa@etl.go.jp>
253
254 * international/mule-diag.el (list-character-sets): Completely
255 rewritten.
256 (sort-listed-character-sets): New function.
257 (list-character-sets-1): Completely rewritten.
258 (list-character-sets-2): New function.
259 (non-iso-charset-alist): New variable.
260 (decode-codepage-char): New function.
261 (charset-history): New variable.
262 (read-charset) (list-block-of-chars)
263 (list-iso-charset-chars)
264 (list-non-iso-charset-chars)
265 (list-charset-chars): New functions.
266 (mule-diag): Call list-character-sets-2, not
267 list-character-sets-2.
268 (dump-charsets): Likewise.
269
270 2000-02-29 Gerd Moellmann <gerd@gnu.org>
271
272 * dired-x.el (dired-filename-at-point): Add `@' to valid
273 file name characters.
274 (dired-filename-at-point): Handle ange-ftp file names.
275
276 * frame.el (frame-notice-user-settings): Use assq-delete-all
277 instead of assoc-delete-all.
278 (frame-notice-user-settings): Ditto.
279
280 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
281 Don't copy alist.
282
283 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
284
285 * calculator.el (calculator-use-menu): New option.
286 (calculator-initial-bindings): Changed some bindings to work as
287 macros.
288 (calculator-forced-input): Removed.
289 (calculator-restart-other-mode): New variable.
290 (calculator-mode-map): Set up menu.
291
292 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
293
294 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
295 tags.
296
297 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
298
299 * viper-cmd.el (viper-envelop-ESC-key): added the option to
300 translate all ESC key sequences.
301 (viper-goto-mark-subr): restore markers for files for which
302 they were saved.
303 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
304 * viper-util.el (viper-set-replace-overlay-glyphs,
305 viper-set-replace-overlay): always check if the replacement
306 overlay is live.
307 * viper.el (viper-vi-state-mode-list): added major modes.
308 * ediff-wind.el: minor comment changes.
309 * ediff.el: copyright notice date fix.
310
311 2000-02-27 Jason Rumney <jasonr@gnu.org>
312
313 * faces.el (face-font-family-alternatives): Add arial to helv.
314 (mode-line, header-line, tool-bar): Same default as x for w32.
315 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
316 face-font-family-alternatives from working.
317 * term/w32-win.el (mouse-set-font): Do not build fontset from
318 chosen font.
319
320 2000-02-25 Sam Steingold <sds@goems.com>
321
322 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
323 properly.
324
325 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
326
327 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
328
329 2000-02-25 Gerd Moellmann <gerd@gnu.org>
330
331 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
332 writable.
333
334 * frame.el (busy-cursor-delay-seconds): New option.
335
336 2000-02-24 Gerd Moellmann <gerd@gnu.org>
337
338 * frame.el (show-cursor-in-non-selected-windows): New option.
339
340 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
341
342 * diary-lib.el (include-other-diary-files): Undo the selective
343 display in any included file and don't kill it.
344
345 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
346
347 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
348 bar. Menu items converted to (menu-item format, help strings
349 added.
350 [downcase, upcase]: Don't enable on MS-DOS.
351 [symlink, symlinks]: Don't show if make-symbolic-link is not
352 bound.
353 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
354
355 2000-02-23 Dave Love <fx@gnu.org>
356
357 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
358 (backward-kill-word): Revert addition of * to interactive spec --
359 it's a feature.
360
361 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
362 (backward-kill-sentence, kill-sentence): Likewise.
363
364 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
365 scratch buffer name.
366 (gud-format-command): Use int-to-string in ?l case. Simplify
367 slightly.
368
369 * term/w32-win.el (internal-face-interactive): Update prompt for
370 new read-face-name.
371
372 * mail/footnote.el (footnote): Add :version to defgroup.
373 (footnote-section-tag-regexp): Customize.
374 (footnote-start-tag, footnote-end-tag): New option.
375 (footnote-latin-regexp): New variable.
376 (Footnote-latin): New function.
377 (footnote-style-alist): Add element for latin style.
378 (footnote-style): Moved.
379 (Footnote-goto-footnote): Use eq to test arg.
380
381 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
382
383 * emacs-lisp/byte-opt.el: Change old backquote syntax.
384 (byte-compile-trueconstp): Include keywords.
385 (byte-optimize-quote, byte-optimize-lapcode): Use
386 byte-compile-const-symbol-p.
387 (byte-optimize-char-before): New optimization.
388
389 * emacs-lisp/bytecomp.el: Change old backquote syntax.
390 (byte-compile-const-symbol-p): New function.
391 (byte-compile-constp, byte-compile-out-toplevel)
392 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
393 Use it.
394
395 * subr.el (define-key-after): Default AFTER to t. Doc fix.
396
397 2000-02-23 Kenichi Handa <handa@etl.go.jp>
398
399 * international/encoded-kb.el: Be sure to update minor-mode-alist
400 and minor-mode-map-alist.
401 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
402 codes SS2 and SS3 correctly.
403 (encoded-kbd-self-insert-ccl): New function.
404 (encoded-kbd-setup-keymap): New function.
405 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
406 by calling encoded-kbd-setup-keymap.
407
408 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
409 characters.
410 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
411 locally.
412
413 2000-02-22 Dave Love <fx@gnu.org>
414
415 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
416 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
417 defvar.
418 (lisp-mode-syntax-table): Set up for #|...|# comments.
419 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
420 classes. Match `defface'.
421 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
422 (eval-defun-1): Fix for defcustom.
423 (lisp-indent-region): Doc fix.
424
425 * subr.el (when, unless, split-string): Doc fix.
426 (read-passwd): Move call of clear-this-command-keys to the right
427 place.
428 (replace-regexps-in-string): New function.
429
430 2000-02-22 Gerd Moellmann <gerd@gnu.org>
431
432 * help.el (describe-variable): Set syntax table to
433 emacs-lisp-mode-syntax-table when moving forward over the
434 symbol's name.
435
436 2000-02-22 Dave Love <fx@gnu.org>
437
438 * xt-mouse.el: Doc fixes.
439 (xterm-mouse-position-function): New function, replacing advice of
440 mouse-position.
441 (xterm-mouse-mode): Use it. Don't turn on under a window system.
442
443 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
444
445 2000-02-21 Gerd Moellmann <gerd@gnu.org>
446
447 * format.el (format-annotate-single-property-change): Handle
448 properties.with dotted-list values.
449 (format-proper-list-p): New function.
450
451 * enriched.el (enriched-face-ans): Handle '(foreground-color
452 . COLOR) and (background-color . COLOR).
453
454 2000-02-20 Dave Love <fx@gnu.org>
455
456 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
457 and assignments to it.
458 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
459 current local map.
460 (make-flyspell-overlay): Use it.
461 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
462
463 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
464 (lm-get-header-re): Defun, not defsubst.
465 (lm-get-package-name): Defun, not defsubst. Simplify.
466 (lm-version): Doc fix. Simplify.
467 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
468 (lm-crack-address, lm-last-modified-date, lm-commentary)
469 (lm-verify, lm-synopsis): Simplify.
470 (lm-report-bug): Require emacsbug. Use compose-mail.
471
472 2000-02-20 Gerd Moellmann <gerd@gnu.org>
473
474 * dired.el (dired-mode): Call propertized-buffer-identification
475 to set mode-line-buffer-identification to something having
476 the right text properties.
477
478 * bindings.el (propertized-buffer-identification): New function.
479
480 2000-02-20 Dave Love <fx@gnu.org>
481
482 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
483 check for t-mouse too.
484
485 * cus-start.el: Make echo-keystrokes `number'.
486
487 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
488
489 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
490 Don't call ring-empty-p unless tags-location-ring is bound.
491 From Noah Friedman <friedman@splode.com>.
492
493 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
494
495 * progmodes/hideshow.el (hs-flag-region): No longer use
496 `intangible' overlay property.
497
498 (hs-toggle-hiding): New command.
499 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
500
501 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
502 Fix omission bug: Run `hs-minor-mode-hook' for both activation
503 and deactivation.
504
505 2000-02-18 Gerd Moellmann <gerd@gnu.org>
506
507 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
508
509 2000-02-17 Gerd Moellmann <gerd@gnu.org>
510
511 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
512
513 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
514 of `*' to handle `(* ... *)' comments.
515
516 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
517
518 * faces.el (list-faces-display): Use display-mouse-p instead of
519 window-system.
520
521 * menu-bar.el (global-map): Menu-bar items converted to the new
522 format (menu-item..., rearranged for better CUA compliance, and
523 their names changed for better clarity. Help strings added.
524
525 * international/mule-cmds.el (mule-menu-keymap)
526 (describe-language-environment-map, set-coding-system-map)
527 (setup-language-environment-map): Convert to new (menu-item...
528 form, add help strings. Change names of menu items for better
529 clarity. "Mule" menu-bar item removed (it's now in the "Options"
530 submenu).
531
532 2000-02-17 Gerd Moellmann <gerd@gnu.org>
533
534 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
535 within the code.
536
537 2000-02-16 Dave Love <fx@gnu.org>
538
539 * faces.el: Don't require custom. Add more specific :groups to
540 various deffaces.
541 (set-face-attribute): Purecopy args.
542 (read-face-name): Default to name at point and use it in prompt.
543 Remove colon from arg in all callers.
544 (list-faces-display): Hyperlink to face descriptions and customize
545 buffers.
546
547 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
548
549 * wid-edit.el (widget-match-inline): An atom never matches a
550 list.
551
552 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
553
554 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
555 at ':' characters by call to split-string.
556
557 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
558
559 * textmodes/bibtex.el: Added RCS version identification.
560
561 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
562
563 * textmodes/bibtex.el: Some temporary comments removed.
564 (bibtex-field-name, bibtex-entry-type): Made the relationship
565 explicit.
566 (bibtex-field-const): Allow capital letters.
567 (bibtex-start-of-string): Deleted because unused.
568
569 * textmodes/bibtex.el: Unified some nomenclature. We no longer
570 use the term 'reference' to describe a bibtex entry as a whole.
571 Further, reference keys are no longer called 'labels'.
572 (bibtex-keys): Renamed to bibtex-reference-keys.
573 (bibtex-reformat-previous-labels): Renamed to
574 bibtex-reformat-previous-reference-keys.
575 (bibtex-reference-type): Renamed to bibtex-entry-type.
576 (bibtex-reference-head): Renamed to bibtex-entry-head.
577 (bibtex-reference-maybe-empty-head): Renamed to
578 bibtex-entry-maybe-empty-head.
579 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
580 (bibtex-search-reference): Renamed to bibtex-search-entry.
581 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
582 bibtex-enclosing-entry-maybe-empty-head.
583 (bibtex-entry-field-alist, bibtex-entry-head,
584 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
585 bibtex-map-entries, bibtex-search-entry,
586 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
587 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
588 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
589 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
590 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
591 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
592 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
593
594 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
595
596 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
597 comment.
598 (bibtex-format-field-delimiters): New function, functionality
599 extracted from bibtex-format-entry.
600 (bibtex-autokey-get-yearfield-digits): New function, functionality
601 extracted from bibtex-autokey-get-yearfield.
602
603 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
604 entries in order to avoid stack overflow in the regexp matcher if
605 field contents become large.
606 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
607 bibtex-field-string-part-not-braced,
608 bibtex-field-string-part-no-inner-braces,
609 bibtex-field-string-part-1-inner-brace,
610 bibtex-field-string-part-2-inner-braces,
611 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
612 bibtex-field-string-quoted, bibtex-field-string,
613 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
614 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
615 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
616 as parsing is now performed by the following functions.
617 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
618 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
619 bibtex-parse-field-string, bibtex-search-forward-field-string,
620 bibtex-parse-association, bibtex-field-name-for-parsing,
621 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
622 bibtex-search-forward-field, bibtex-search-backward-field,
623 bibtex-start-of-field, bibtex-end-of-field,
624 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
625 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
626 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
627 bibtex-parse-string, bibtex-search-forward-string,
628 bibtex-search-backward-string, bibtex-start-of-string,
629 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
630 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
631 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
632 entries. Instead of reporting the results of the parsing by
633 match-beginning or match-end, these functions return data structures
634 that hold the corresponding positions.
635 (bibtex-enclosing-field): Changed to also report field boundaries by
636 return values rather than by match-beginning or match-end. The
637 following functions have been adapted to use the new parsing
638 functions.
639 (bibtex-skip-to-valid-entry, bibtex-search-reference,
640 bibtex-enclosing-field, bibtex-format-entry,
641 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
642 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
643 bibtex-print-help-message, bibtex-end-of-entry,
644 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
645 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
646 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
647 method for parsing.
648 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
649 bibtex-map-entries, bibtex-flash-head,
650 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
651 bibtex-autokey-change, bibtex-autokey-get-namefield,
652 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
653 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
654 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
655 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
656 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
657 order to make the new binding of case-fold-search immediately
658 visible.
659
660 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
661
662 * textmodes/bibtex.el: Copyright notice is up to date.
663 Added constant 'bibtex-maintainer-salutation.
664
665 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
666 than make-temp-name, use match-string-no-properties and eliminate
667 a quadratic behavior when building bibtex-strings.
668
669 * bibtex.el (bibtex-reference-key): Accept string entries whose
670 reference key contains upper case letters.
671
672 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
673
674 * bibtex.el (bibtex-reference-head): Allow entries to start with
675 a new line.
676
677 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
678
679 * bibtex.el: Hiding of entry bodies is not longer provided by
680 bibtex.el directly. Instead the hideshow package can be used.
681 Added a special bibtex entry to hs-special-modes-alist.
682 (bibtex-hs-forward-sexp): Added for hideshow.el.
683
684 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
685
686 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
687 at ':' characters by call to split-string.
688
689 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
690
691 * textmodes/bibtex.el: Added RCS version identification.
692
693 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
694
695 * textmodes/bibtex.el: Some temporary comments removed.
696 (bibtex-field-name, bibtex-entry-type): Made the relationship
697 explicit.
698 (bibtex-field-const): Allow capital letters.
699 (bibtex-start-of-string): Deleted because unused.
700
701 * textmodes/bibtex.el: Unified some nomenclature. We no longer
702 use the term 'reference' to describe a bibtex entry as a whole.
703 Further, reference keys are no longer called 'labels'.
704 (bibtex-keys): Renamed to bibtex-reference-keys.
705 (bibtex-reformat-previous-labels): Renamed to
706 bibtex-reformat-previous-reference-keys.
707 (bibtex-reference-type): Renamed to bibtex-entry-type.
708 (bibtex-reference-head): Renamed to bibtex-entry-head.
709 (bibtex-reference-maybe-empty-head): Renamed to
710 bibtex-entry-maybe-empty-head.
711 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
712 (bibtex-search-reference): Renamed to bibtex-search-entry.
713 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
714 bibtex-enclosing-entry-maybe-empty-head.
715 (bibtex-entry-field-alist, bibtex-entry-head,
716 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
717 bibtex-map-entries, bibtex-search-entry,
718 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
719 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
720 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
721 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
722 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
723 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
724 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
725
726 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
727
728 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
729 comment.
730 (bibtex-format-field-delimiters): New function, functionality
731 extracted from bibtex-format-entry.
732 (bibtex-autokey-get-yearfield-digits): New function, functionality
733 extracted from bibtex-autokey-get-yearfield.
734
735 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
736 entries in order to avoid stack overflow in the regexp matcher if
737 field contents become large.
738 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
739 bibtex-field-string-part-not-braced,
740 bibtex-field-string-part-no-inner-braces,
741 bibtex-field-string-part-1-inner-brace,
742 bibtex-field-string-part-2-inner-braces,
743 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
744 bibtex-field-string-quoted, bibtex-field-string,
745 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
746 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
747 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
748 as parsing is now performed by the following functions.
749 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
750 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
751 bibtex-parse-field-string, bibtex-search-forward-field-string,
752 bibtex-parse-association, bibtex-field-name-for-parsing,
753 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
754 bibtex-search-forward-field, bibtex-search-backward-field,
755 bibtex-start-of-field, bibtex-end-of-field,
756 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
757 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
758 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
759 bibtex-parse-string, bibtex-search-forward-string,
760 bibtex-search-backward-string, bibtex-start-of-string,
761 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
762 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
763 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
764 entries. Instead of reporting the results of the parsing by
765 match-beginning or match-end, these functions return data structures
766 that hold the corresponding positions.
767 (bibtex-enclosing-field): Changed to also report field boundaries by
768 return values rather than by match-beginning or match-end. The
769 following functions have been adapted to use the new parsing
770 functions.
771 (bibtex-skip-to-valid-entry, bibtex-search-reference,
772 bibtex-enclosing-field, bibtex-format-entry,
773 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
774 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
775 bibtex-print-help-message, bibtex-end-of-entry,
776 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
777 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
778 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
779 method for parsing.
780 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
781 bibtex-map-entries, bibtex-flash-head,
782 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
783 bibtex-autokey-change, bibtex-autokey-get-namefield,
784 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
785 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
786 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
787 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
788 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
789 order to make the new binding of case-fold-search immediately
790 visible.
791
792 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
793
794 * textmodes/bibtex.el: Copyright notice is up to date.
795 Added constant 'bibtex-maintainer-salutation.
796
797 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
798 than make-temp-name, use match-string-no-properties and eliminate
799 a quadratic behavior when building bibtex-strings.
800
801 * bibtex.el (bibtex-reference-key): Accept string entries whose
802 reference key contains upper case letters.
803
804 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
805
806 * bibtex.el (bibtex-reference-head): Allow entries to start with
807 a new line.
808
809 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
810
811 * bibtex.el: Hiding of entry bodies is not longer provided by
812 bibtex.el directly. Instead the hideshow package can be used.
813 Added a special bibtex entry to hs-special-modes-alist.
814 (bibtex-hs-forward-sexp): Added for hideshow.el.
815
816 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
817
818 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
819 proceedings entry type (for cross referencing). Thanks to Wagner
820 Toledo Correa for the suggestion.
821
822 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
823
824 2000-02-14 Kenichi Handa <handa@etl.go.jp>
825
826 * international/characters.el: Setup case table for Vietnamese.
827
828 2000-02-12 Gerd Moellmann <gerd@gnu.org>
829
830 * uniquify.el (toplevel): Require CL at compile time.
831 (uniquify-push): Removed.
832
833 * shadowfile.el (shadow-when): Removed.
834
835 * tempo.el (tempo-dolist, tempo-mapc): Removed.
836 (tempo-process-and-insert-string): Use dolist instead of
837 tempo-dolist.
838
839 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
840 regexp for paragraph-start.
841
842 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
843 commas as well.
844
845 2000-02-10 Dave Love <fx@gnu.org>
846
847 * wid-edit.el: (widgets) [defgroup]: Remove url link.
848 (widget-color-choice-list, widget-color-history, widget-mouse-help):
849 Deleted.
850 (widget-specify-field, widget-specify-button): Don't use
851 widget-mouse-help as help-echo property.
852 (default): Use #'ignore for :validate and :mouse-down-action.
853 (checkbox): Add help-echo.
854 (widget-sexp-validate): Rewritten to clarify error messages.
855 (character): Use char-valid-p in :match function.
856 (widget-color-complete): Use facemenu-color-alist.
857 (widget-color-action): Use facemenu-read-color.
858
859 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
860 set up `caar' &c that we now have.
861
862 2000-02-09 Ray Blaak <blaak@gnu.org>
863
864 * delphi.el: Make resourcestring a declaration region, like const
865 and var.
866
867 2000-02-09 Dave Love <fx@gnu.org>
868
869 * bindings.el (mode-line-input-method-map): New variable.
870 (mode-line-mule-info): Use it; fix last change.
871 (mode-line-mode-menu): Move definition.
872 (mode-line-mouse-sensitive-p): Deleted.
873 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
874 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
875 level.
876
877 * startup.el (command-line-1): Don't call
878 make-mode-line-mouse-sensitive.
879
880 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
881
882 * mail/rmail.el (rmail-retry-failure): Use
883 rmail-beginning-of-message before rmail-toggle-header, because the
884 former toggles headers.
885
886 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
887
888 * diff-mode.el (diff-kill-junk): New interactive function.
889 (diff-reverse-direction): Use delete-and-extract-region.
890 (diff-post-command-hook): Restrict the area so that the hook also works
891 outside of any diff hunk. This is necessary for the minor-mode.
892 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
893 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
894
895 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
896 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
897 so that it can be used more easily in <foo>-mode-hook. Also make sure
898 to avoid duplicate entries.
899 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
900 (font-lock-remove-keywords): Just as was done for `add', allow it to
901 work even if font-lock-mode is nil. Also make sure we don't modify
902 any pre-existing list by forcing a copy-sequence. Finally rename
903 `major-mode' to `mode'.
904 (font-lock-fontify-syntactic-anchored-keywords)
905 (font-lock-fontify-anchored-keywords)
906 (font-lock-fontify-keywords-region): Use line-end-position.
907 Don't make `font-lock-multiline' local (it's now done in
908 font-lock-set-defaults).
909 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
910 move the `font-lock-fontified' creation to inside the `unless'.
911
912 2000-02-06 Andrew Innes <andrewi@gnu.org>
913
914 * term/w32-win.el (x-handle-args): Comment out call to message,
915 which occurs before window system is initialized.
916
917 * makefile.nt: Add support for recompiling lisp code.
918
919 2000-02-04 Dave Love <fx@gnu.org>
920
921 * bindings.el (mode-line-mule-info): Fix/extend last change.
922
923 * completion.el: Replace completion-dolist with dolist.
924
925 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
926 dotimes.
927
928 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
929
930 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
931 environment names before they go into the section regexp.
932
933 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
934 char class in regexp.
935
936 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
937 `case-fold-search' to nil.
938
939 * progmodes/idlwave.el (idlwave-template): Respect
940 `idlwave-abbrev-change-case'.
941 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
942 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
943 idlwave-while): respect `idlwave-reserved-word-upcase'.
944 (idlwave-rw-case): New function.
945 (idlwave-statement-match): Fixed problem with assignment regexp.
946 (idlwave-font-lock-keywords): Improved regexp for keyword
947 parameters.
948 (idlwave-surround): New argument LENGTH to support padding of
949 operators longer than 1 char.
950
951 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
952 idlwave-shell-expression-overlay. Implemented printing of
953 expressions on higher levels of the calling stack.
954 (idlwave-shell-display-level-in-calling-stack): Restore stack
955 level.
956 (idlwave-retrieve-expression-from-level): New function.
957 (idlwave-shell-last-calling-stack): Variable removed.
958 (idlwave-shell-reset): Argument action reversed (`visible' to
959 `hidden'). Also remove stop-line overlay.
960 (idlwave-shell-calling-stack-routine): New variable.
961 (idlwave-shell-parse-stack-and-display): Messages now display
962 negative level numbers.
963 (idlwave-shell-mode): Set `modeline-format'.
964 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
965 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
966 21.
967 (idlwave-shell-print-expression-function): New option.
968
969 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
970 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
971 `tool-bar' instead of `toolbar'.
972
973 2000-02-02 Dave Love <fx@gnu.org>
974
975 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
976 emacs-lisp-mode-hook. Don't check for defalias being defined.
977
978 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
979 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
980 the new builtins directly.
981
982 * whitespace.el (whitespace): Add :version to defgroup.
983
984 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
985 Doc fix.
986
987 * thingatpt.el (sexp-at-point, symbol-at-point)
988 (number-at-point, list-at-point): Add autoload cookie.
989
990 * recentf.el (recentf): Add :version to defgroup.
991
992 * quickurl.el (quickurl): Add :version to defgroup.
993
994 * elide-head.el (elide-head): Use point-marker more.
995
996 * bs.el (bs): Add :version to defgroup.
997
998 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
999
1000 * progmodes/delphi.el (delphi): Add :version to defgroup.
1001
1002 2000-02-02 Gerd Moellmann <gerd@gnu.org>
1003
1004 * ange-ftp.el (ange-ftp-write-region): Handle case that
1005 succeeding process operation sets a different coding system.
1006
1007 * calculator.el: New file.
1008
1009 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1010
1011 * frame.el (frames-on-display-list, framep-on-display): New
1012 functions.
1013 (display-mouse-p, display-popup-menus-p, display-graphic-p)
1014 (display-selections-p, display-screens, display-pixel-width)
1015 (display-pixel-height, display-mm-width, display-mm-height)
1016 (display-backing-store, display-save-under, display-planes)
1017 (display-color-cells, display-visual-class): New functions.
1018
1019 * term/tty-colors.el (tty-color-gray-shades): New function.
1020
1021 * faces.el (display-color-p): Use framep-on-display.
1022 (display-grayscale-p): New function.
1023
1024 2000-01-31 Dave Love <fx@gnu.org>
1025
1026 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1027 (create-fontset-from-x-resource): Don't concat integers.
1028
1029 2000-01-31 Inge Frick <inge@nada.kth.se>
1030
1031 * view.el: Some changes in documentation. Removed some trailing
1032 whitespace. Changed some parameter names to agree with
1033 documentation.
1034 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1035 window is not deleted. Modifies change 1998-04-26.
1036
1037 2000-01-31 Gerd Moellmann <gerd@gnu.org>
1038
1039 * windmove.el: New file.
1040
1041 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1042 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1043 progmodes/ebnf-yac.el: Update copyright and license info.
1044
1045 * jit-lock.el (jit-lock-function): Widen before calculating end
1046 position.
1047 (jit-lock-stealth-chunk-start): Rewritten.
1048
1049 * info.el (Info-title-face-alist): Removed.
1050 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1051 faces.
1052 (Info-fontify-node): Use these faces.
1053
1054 2000-01-30 Gerd Moellmann <gerd@gnu.org>
1055
1056 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1057 (cl-macro-list1): Recognize `&allow-other-keys' instead of
1058 `&allow-other-keywords'.
1059
1060 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1061 the list of directories scanned heuristically.
1062
1063 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1064 exist.
1065
1066 2000-01-30 Jason Rumney <jasonr@gnu.org>
1067
1068 * w32-fns.el: Define w32-tty-standard-colors.
1069
1070 * startup.el (command-line): Use w32-tty-standard-colors when in
1071 w32 console mode.
1072
1073 2000-01-30 Dave Love <fx@gnu.org>
1074
1075 * jka-compr.el (jka-compr-load): Fix up load-history.
1076
1077 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1078
1079 * emacs-lisp/cl-macs.el: Revert previous change.
1080
1081 2000-01-29 Dave Love <fx@gnu.org>
1082
1083 * facemenu.el: Purecopy various strings.
1084
1085 * timezone.el (timezone-fix-time): Window against 69 for two-digit
1086 years. Deal with three-digit years.
1087
1088 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1089 defconst, purecopy.
1090 (help-back-label): Purecopy it.
1091
1092 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1093
1094 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1095 variable. If non-nil, order the buffer list according to the
1096 currently selected frame.
1097 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1098 non-nil, pass the selected frame to function buffer-list.
1099
1100 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1101
1102 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1103
1104 2000-01-28 Dave Love <fx@gnu.org>
1105
1106 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1107
1108 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1109 Don't use lisp-indent-hook property.
1110 (cl-abs): Remove.
1111
1112 * subr.el: Move out indent and edebug specs for when and unless.
1113
1114 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1115 when, unless.
1116
1117 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1118 unless, when.
1119
1120 2000-01-28 Gerd Moellmann <gerd@gnu.org>
1121
1122 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1123 `collecting' as synonym for `collect'.
1124
1125 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1126 for the case it contains spaces.
1127
1128 * simple.el (what-cursor-position): Change formatting of
1129 messages.
1130
1131 * frame.el (delete-other-frames): New function.
1132 (toplevel): Bind it to C-x 5 1.
1133
1134 * sort.el (sort-numeric-base): New option.
1135 (sort-numeric-fields): If number starts with `0' or `0[xX[',
1136 interpret it as octal or hexadecimal. Use sort-numeric-base
1137 as default base.
1138
1139 * progmodes/glasses.el: New file.
1140
1141 2000-01-27 Gerd Moellmann <gerd@gnu.org>
1142
1143 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1144 userids differently.
1145
1146 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1147 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1148 progmodes/ebnf-yac.el: New files.
1149
1150 2000-01-26 Dave Love <fx@gnu.org>
1151
1152 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1153 on a function with an empty body. [From Eric Ludlam.]
1154
1155 2000-01-25 Andre Spiegel <spiegel@gnu.org>
1156
1157 * vc.el (vc-version-diff): Make sure file name is expanded.
1158
1159 2000-01-25 Gerd Moellmann <gerd@gnu.org>
1160
1161 * scroll-bar.el (scroll-bar-timer): Variable removed.
1162 (scroll-bar-toolkit-scroll): Don't use a timer.
1163
1164 2000-01-25 Kenichi Handa <handa@etl.go.jp>
1165
1166 * language/thai-util.el (thai-composition-function): Delete
1167 superfluous `a'.
1168
1169 2000-01-24 Dave Love <fx@gnu.org>
1170
1171 * fortran.el (fortran-mode): Use beginning-of-defun-function,
1172 end-of-defun-function.
1173
1174 * font-lock.el (turn-on-font-lock): Don't depend on window-system
1175 &c.
1176
1177 2000-01-22 Jason Rumney <jasonr@gnu.org>
1178
1179 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1180 conflicts with new face support.
1181
1182 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1183
1184 * replace.el (query-replace): Rename last arg to DELIMITED.
1185 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1186 (query-replace-regexp): Likewise.
1187
1188 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1189
1190 * subr.el (with-syntax-table): Use make-symbol, not gensym.
1191
1192 * emacs-lisp/lisp.el (beginning-of-defun-function):
1193 Variable renamed from beginning-of-defun.
1194 Do not call make-variable-buffer-local.
1195 (beginning-of-defun-raw): Use new variable name; doc fix.
1196 (beginning-of-defun): Doc fix.
1197 (end-of-defun-function): Variable renamed from end-of-defun.
1198 Do not call make-variable-buffer-local.
1199 (end-of-defun): Use new variable name; doc fix.
1200
1201 * subr.el (dolist, dotimes): Copied from cl-macs.el
1202 and made to work.
1203
1204 * mail/undigest.el (rmail-digest-end-regexps):
1205 Variable replaces rmail-digest-end-regexp.
1206 Allows multiple regexps for detecting the end line.
1207 (undigestify-rmail-message): Corresponding changes.
1208
1209 2000-01-19 Dave Love <fx@gnu.org>
1210
1211 * files.el (user-init-file): Don't declare here -- is primitive.
1212
1213 * startup.el (command-line): Check for compiled user-init-file and
1214 set to uncompiled version if necessary.
1215
1216 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1217
1218 * mail/undigest.el (rmail-digest-end-regexp): New user option.
1219 (undigestify-rmail-message): Use it.
1220
1221 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1222
1223 2000-01-17 Gerd Moellmann <gerd@gnu.org>
1224
1225 * tmm.el (tmm-goto-completions): Adapt to prompt being part
1226 of mini-buffer.
1227
1228 2000-01-14 Gerd Moellmann <gerd@gnu.org>
1229
1230 * emacs-lisp/copyright.el (copyright-update): Removed the
1231 requirement for a trailing space from `copyright-regexp', to
1232 support copyrights with owner specified on a separate line..
1233
1234 * align.el: New file.
1235
1236 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1237
1238 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1239
1240 2000-01-13 Dave Love <fx@gnu.org>
1241
1242 * ph.el: Removed. (Obsoleted by EUDC.)
1243
1244 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1245
1246 * net/eudc.el (toplevel): Remove autoloaded code installing
1247 menu with easymenu, because that causes build problems.
1248
1249 * frame.el (frame-notice-user-settings): New variable.
1250 (frame-notice-user-settings): Don't modify frame parameters
1251 if called a second time.
1252
1253 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1254
1255 * frame.el (frame-notice-user-settings):
1256 Notice default-frame-parameters even for non-window frames.
1257
1258 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1259
1260 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1261 for Emacs.
1262 (eudc-bob-can-display-inline-images): Extend for Emacs.
1263 (eudc-bob-toggle-inline-display): Ditto.
1264 (eudc-bob-display-jpeg): Ditto.
1265
1266 2000-01-12 Gerd Moellmann <gerd@gnu.org>
1267
1268 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1269 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1270 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1271
1272 * add-log.el (add-change-log-entry): Fix error trying an `(insert
1273 nil)'.
1274
1275 * subdirs.el: Add `net' directory.
1276
1277 * net: New directory.
1278
1279 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1280 eval-last-sexp. Don't bind debug-on-error here.
1281 (eval-last-sexp): New function. Bind debug-on-error if
1282 eval-expression-debug-on-error is non-nil.
1283 (eval-defun-2, eval-defun): Likewise.
1284
1285 * simple.el (eval-expression): Don't bind debug-on-error if
1286 eval-expression-debug-on-error is nil. Detect changed
1287 debug-on-error, and propagate new value to global binding, if
1288 eval-expression-debug-on-error is non-nil,
1289 (eval-expression-debug-on-error): Change doc string.
1290
1291 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1292
1293 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1294
1295 * emacs-lisp/lisp-mode.el (with-syntax-table):
1296 Set up lisp-indent-function property.
1297
1298 * subr.el (with-syntax-table): Moved from simple.el.
1299
1300 * simple.el (with-syntax-table): Moved to subr.el.
1301
1302 2000-01-11 Gerd Moellmann <gerd@gnu.org>
1303
1304 * tmm.el (tmm-shortcut): Delete region after prompt instead
1305 of erasing buffer.
1306
1307 * textmodes/fill.el (fill-common-string-prefix): New function.
1308 (fill-context-prefix): Use the longest common prefix of first
1309 and second line fill prefix, if there is one.
1310
1311 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1312
1313 * array.el (array-mode): Don't use make-variable-buffer-local.
1314 Use make-local-variable for `truncate-lines'.
1315
1316 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
1317
1318 * add-log.el (add-log-current-defun): Handle user-defined
1319 add-log-current-function returning nil,
1320
1321 * add-log.el (add-change-log-entry): Insert version number
1322 if having found a current function
1323
1324 * add-log.el (add-log-current-defun): Call
1325 `add-log-current-defun-function'. Try matches at level 0 and
1326 level 1. Strip whitespace from defun found.
1327
1328 2000-01-10 John Wiegley <johnw@gnu.org>
1329
1330 * allout.el (isearch-done/outline-provisions): Added `edit'
1331 argument to correspond with the current definition of
1332 `isearch-done'.
1333
1334 2000-01-10 Dave Love <fx@gnu.org>
1335
1336 * elide-head.el (elide-head): Use point-marker, not point.
1337
1338 2000-01-10 Gerd Moellmann <gerd@gnu.org>
1339
1340 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
1341 before and after the year 2000.
1342
1343 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
1344 Add ispell- prefix.
1345
1346 2000-01-10 Ken Stevens <k.stevens@ieee.org>
1347
1348 * ispell.el: Only define dictionaries in menus when they exist.
1349 (version18p): New variable.
1350 (version20p): New variable.
1351 (xemacsp): New variable.
1352 (ispell-choices-win-default-height): Fix for XEmacs visibility.
1353 (ispell-dictionary-alist1): Added Brasileiro dictionary.
1354 (ispell-dictionary-alist6): Russian command lines no longer accept
1355 run-together words.
1356 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
1357 (ispell-dictionary-alist): Add koi8-r to customize definition.
1358 (check-ispell-version): Added documentation string. Returns
1359 library path when called non-interactively.
1360 (ispell-menu-map-needed): Uses new variables.
1361 (ispell-library-path): New variable.
1362 (ispell-decode-string): XEmacs fix for bogus variable bindings.
1363 (ispell-word): Improved documentation string. Test for valid
1364 character mappings. Correctly check typed in word changes that can
1365 result in single words split into multiple words. Returns
1366 replacement word.
1367 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
1368 replace in recursive query replace mode. Help message for
1369 recursive edit mode.
1370 (ispell-show-choices): Protect against bad framepop bindings.
1371 (ispell-help): Fix to work with XEmacs.
1372 (ispell-highlight-spelling-error): Use new variables.
1373 (ispell-overlay-window): Fix to work with XEmacs.
1374 (ispell-parse-output): Passed and returns location information
1375 tracking spelling corrections. Doesn't recheck same word on
1376 current line.
1377 (ispell-init-process): Protect against bogus XEmacs variable binding.
1378 Fix call to single argument in sleep-for. Use new variables.
1379 (ispell-region): Passed and returns location information tracking
1380 spelling corrections. Doesn't check same word on current line.
1381 Improved documentation string. Doesn't resend a line already
1382 checked to the ispell process - fixes bug in LaTeX parsing.
1383 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
1384 (ispell-skip-region): No longer skips <TT> in SGML.
1385 (ispell-process-line): Tracks location information with spelling
1386 corrections. Added documentation string. Accounts for words
1387 already accepted on this line. Don't allow query-replace on line
1388 starting with math characters. Doesn't resend a line already sent
1389 to ispell process. Fixes alignment error bug.
1390
1391 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1392
1393 * dired-x.el (dired-guess-shell-alist-default):
1394 Suggest xloadimage, which is free, not xv, which isn't.
1395
1396 * ange-ftp.el (ange-ftp-file-name-nondirectory):
1397 Don't ever include the host name or user name in the value.
1398
1399 2000-01-09 Gerd Moellmann <gerd@gnu.org>
1400
1401 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
1402 of a real newline.
1403
1404 2000-01-09 Stephen Eglen <stephen@gnu.org>
1405
1406 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
1407 for .png files.
1408
1409 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
1410
1411 * cus-edit.el (custom-hook-convert-widget): Fix comment.
1412
1413 2000-01-09 Gerd Moellmann <gerd@gnu.org>
1414
1415 * progmodes/cperl-mode.el: Replace ^F with ^L.
1416
1417 * sendmail.el (toplevel): Provide `sendmail' when compiling
1418 before `require'ing rmail and mailalias to prevent infinite
1419 recursion.
1420
1421 2000-01-08 Dave Love <fx@gnu.org>
1422
1423 * emacs-lisp/backquote.el: Remove inappropriate customization
1424 (allowing custom.el to use backquote).
1425
1426 2000-01-07 Dave Love <fx@gnu.org>
1427
1428 * add-log.el (add-log-debugging): Deleted.
1429 (add-change-log-entry): Treat a backup FILE-NAME as its parent
1430 file. Remove debugging code.
1431 (change-log-get-method-definition, change-log-name): Add doc.
1432 (change-log-sortable-date-at): New function.
1433 (change-log-merge): New command.
1434
1435 * time.el (display-time-string-forms): Make the Mail string active.
1436 (display-time-update): Provide help-echo for load average.
1437
1438 * bindings.el (make-mode-line-mouse2-map): New function.
1439 (mode-line-modified): Use it and simplify.
1440 (mode-line-mule-info): Provide help-echo info.
1441 (minor-mode-alist): Activate the strings.
1442 (make-mode-line-mouse-sensitive): Simplify for
1443 mode-line-buffer-identification.
1444
1445 2000-01-07 Gerd Moellmann <gerd@gnu.org>
1446
1447 * play/pong.el: New file.
1448
1449 2000-01-06 Dave Love <fx@gnu.org>
1450
1451 * array.el: Assorted cleanups for compiler warnings, doc strings,
1452 `array-' prefix for symbols.
1453
1454 2000-01-05 Dave Love <fx@gnu.org>
1455
1456 * textmodes/outline.el (outline-mode-menu-bar-map): Add
1457 outline-headers-as-kill.
1458 (outline-mode): Define imenu-generic-expression.
1459 (outline-headers-as-kill): New command.
1460
1461 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
1462 from paragraph-start.
1463 (paragraph-indent-minor-mode): New command.
1464
1465 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
1466 M-C-e, M-C-h, C-j, C-xnd, TAB.
1467 (fortran-mode): Set beginning-of-defun, end-of-defun.
1468 (fortran-column-ruler): Simplify.
1469 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
1470 (fortran-with-subprogram-narrowing): Likewise.
1471 (fortran-indent-subprogram): Call mark-defun.
1472 (fortran-check-for-matching-do): Change narrowing.
1473
1474 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
1475 (cl-lucid-hash-tag): Delete.
1476 (cl-hash-table-p): Correct test for native table.
1477 (cl-hash-table-count): Use hash-table-count.
1478
1479 * browse-url.el (browse-url): Fix case of
1480 browse-url-browser-function being an alist.
1481
1482 2000-01-05 Carsten Dominik <cd@gnu.org>
1483
1484 * textmodes/reftex-vars.el (reftex-parse-file-extension)
1485 (reftex-index-phrase-file-extension): New options.
1486
1487 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
1488 Use new option `reftex-index-phrase-file-extension'.
1489
1490 * textmodes/reftex.el (reftex-access-parse-file): Use new option
1491 `reftex-parse-file-extension'.
1492
1493 2000-01-05 Dave Love <fx@gnu.org>
1494
1495 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
1496 (beginning-of-defun-raw): Use it.
1497 (end-of-defun): New variable.
1498 (end-of-defun): Use it.
1499 (check-parens): New command.
1500
1501 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
1502
1503 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
1504 (hs-show-block): Don't use `mapcar' when not accumulating.
1505
1506 Fix buglet in local variables initialization.
1507
1508 2000-01-05 Andreas Schwab <schwab@suse.de>
1509
1510 * hscroll.el (hscroll): Doc fix.
1511
1512 2000-01-05 Carsten Dominik <cd@gnu.org>
1513
1514 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
1515 idlw-toolbar.
1516
1517 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
1518 file idlw-rinfo.el.
1519 (idlwave-customize): load must read file idlw-shell.el.
1520 (idlwave-create-customize-menu): load must read file idlw-shell.el.
1521
1522 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
1523
1524 * progmodes/idlw-shell.el: Also provide idlwave-shell
1525 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
1526 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
1527
1528 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
1529 both reftex-dcr and reftex-vcr.
1530
1531 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
1532
1533 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1534
1535 * ps-print.el: PostScript code now is in separate files, doc fix.
1536 (ps-print-version): New version number (5.0.3).
1537 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
1538 local.
1539 (ps-spool-config): Initialization fix.
1540 (ps-print-prologue-1, ps-print-prologue-2)
1541 (ps-print-duplex-feature): PostScript code moved to separated file.
1542 (ps-background-image): Little code reformating.
1543 (ps-begin-file, ps-begin-job): Fix code.
1544 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
1545 (ps-prologue-file): New fun.
1546
1547 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1548
1549 * ps-vars.el: Eliminated.
1550
1551 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
1552 `;;;###autoload'.
1553
1554 * ps-print.el: ps-vars eliminated, doc fix.
1555 (ps-print-version): New version number (5.0.2).
1556 (ps-spool-config): Initialization fix.
1557 (ps-print-customize): New fun.
1558
1559 2000-01-04 Gerd Moellmann <gerd@gnu.org>
1560
1561 * autorevert.el (auto-revert-mode): Return value of
1562 auto-revert-mode.
1563
1564 2000-01-04 Dave Love <fx@gnu.org>
1565
1566 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
1567 menu items.
1568
1569 2000-01-03 Dave Love <fx@gnu.org>
1570
1571 * elide-head.el (elide-head) [defgroup]: Add :version.
1572
1573 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
1574 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
1575 `cl-hash-table-p', not `hash-table-p'.
1576 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
1577
1578 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1579
1580 * faces.el (face-read-integer, read-face-attribute)
1581 (color-defined-p, color-values): unspecified-{f,b}g are now
1582 strings.
1583
1584 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1585
1586 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
1587 at comment end, and re-insert them after filling.
1588
1589 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1590
1591 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
1592 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
1593 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
1594
1595 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1596
1597 * term/x-win.el (xw-defined-colors): Call color-supported-p,
1598 the new name of face-color-supported-p.
1599
1600 * term/w32-win.el (xw-defined-colors): Likewise.
1601
1602 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1603
1604 * simple.el (completion-setup-function): Count completion-size
1605 from minibuffer-prompt-end, not from point-min.
1606
1607 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1608
1609 * faces.el (read-face-attribute, defined-colors, color-defined-p):
1610 Pass the frame to tty-color-* functions.
1611 (display-color-p, frame-set-background-mode): Pass the frame to
1612 tty-display-color-p.
1613
1614 * term/tty-colors.el (tty-defined-color-alist): Renamed from
1615 tty-color-alist.
1616 (tty-color-alist, tty-modify-color-alist): New functions.
1617 (tty-color-define, tty-color-clear, tty-color-approximate)
1618 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
1619 an optional parameter FRAME.
1620
1621 2000-01-01 Gerd Moellmann <gerd@gnu.org>
1622
1623 * image.el (create-image, defimage): Don't assume image data is a
1624 string.
1625
1626 * image.el (defimage): Handle specifications containing :data
1627 instead of :file.
1628 (image-type-from-data): New function.
1629 (image-type-from-file-header): Use it.
1630 (create-image): Add parameter DATA-P.
1631
1632 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1633
1634 * echistory.el (electric-command-history): Call Command-history-setup
1635 and command-history-mode using their new conventions.
1636
1637 * chistory.el (Command-history-setup): Don't switch buffers. Take
1638 no args, and do not set major-mode, mode-name or the local map.
1639 (command-history-mode): New function, does some of those things
1640 Command-history-setup used to do.
1641 (list-command-history): Call command-history-mode, not
1642 Command-history-setup.
1643 (command-history): Renamed from command-history-mode.
1644
1645 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1646
1647 * arc-mode.el (archive-mode-map): Bind q to quit-window.
1648
1649 1999-12-31 William M. Perry <wmperry@aventail.com>
1650
1651 * image.el (defimage): Images with the `:data' keyword should be
1652 considered valid as well.
1653
1654 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1655
1656 * dired.el (dired-get-filename): Don't call file-name-absolute-p
1657 with FILE if FILE is nil.
1658
1659 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1660
1661 * simple.el (choose-completion-string): In minibuffer,
1662 do not delete the prompt string.
1663
1664 1999-12-30 Gerd Moellmann <gerd@gnu.org>
1665
1666 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
1667 assigned to mode-line-mode-menu because bindings.el is dumped with
1668 Emacs, and thus the lists used for menu-item definition will be
1669 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
1670 like pure menu item definitions.
1671
1672 * expand.el (expand-abbrev-hook): Return t if expansion was
1673 done, nil otherwise.
1674
1675 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1676
1677 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
1678 (tar-quit): Function deleted.
1679
1680 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
1681
1682 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
1683 was used but not declared.
1684
1685 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
1686 hs-find-block-beginning): Add or modify docstrings.
1687
1688 (hs-isearch-show): Rewrite.
1689
1690 1999-12-28 Gerd Moellmann <gerd@gnu.org>
1691
1692 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
1693
1694 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
1695 space in front of a C-style comment end.
1696
1697 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
1698
1699 * startup.el (command-line-1): Make mode line mouse-sensitive for
1700 the MS-DOS version as well.
1701
1702 1999-12-28 Gerd Moellmann <gerd@gnu.org>
1703
1704 * bs.el: New file.
1705
1706 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1707
1708 * textmodes/ispell.el (ispell-process-line):
1709 Add local var line-offset to adjust for the change
1710 in positions within the line, due to previous replacements.
1711
1712 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1713
1714 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1715 Doc fixes.
1716
1717 1999-12-27 Gerd Moellmann <gerd@gnu.org>
1718
1719 * add-log.el (change-log-version-number-regexp-list)
1720 (change-log-version-info-enabled): Change :version to 21.1.
1721 (toplevel): Require CL when compiling.
1722
1723 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
1724
1725 * add-log.el (change-log-version-number-regexp-list): Added tag
1726 :version 20.6
1727 (change-log-version-info-enabled): Added tag :version 20.6
1728
1729 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
1730
1731 * add-log.el: More general version number search with
1732 user-configurable regexp list.
1733 (change-log-version-number-regexp-list): New user variable.
1734 (change-log-find-version): Rewritten. Use user-configurable
1735 version numbering regexp list
1736 change-log-version-number-regexp-list.
1737 (change-log-find-version): Renamed to
1738 change-log-version-number-search
1739 (add-log-file-name-function): New.
1740 (change-log-search-vc-number): Added END paramaeter. Added doc
1741 string to function.
1742 (change-log-version-rcs): Renamed. Was
1743 change-log-search-vc-number.
1744
1745 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
1746
1747 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
1748 overlays if they interfere.
1749 (compilation-find-file): Make intangible overlays tangible.
1750
1751 * progmodes/hideshow.el: Generally, synch w/ maintainer
1752 version 5.9.
1753
1754 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
1755
1756 (hs-minor-mode-hook): Don't initialize.
1757
1758 (hs-special-modes-alist): Rewrite value and docstring.
1759
1760 (hs-minor-mode-prefix): Delete unused var.
1761
1762 (hs-block-start-mdata-select): New var, buffer local.
1763
1764 (hs-headline): New var.
1765
1766 (hs-match-data, hs-forward-sexp): New funcs.
1767
1768 (hs-hide-comment-region): New func.
1769
1770 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
1771 hs-safety-is-job-n, hs-hide-initial-comment-block,
1772 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
1773 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
1774 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
1775 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
1776 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
1777
1778 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
1779 (hs-isearch-show-temporary): New funcs.
1780
1781 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
1782
1783 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
1784
1785 When constructing menu, use `[(shift button2)]' notation.
1786
1787 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1788
1789 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
1790 (jka-compr-compression-info-list): Add new elt to each vector.
1791 (jka-compr-write-region): Don't compress the data if it is
1792 already compressed.
1793
1794 * jka-compr.el (jka-compr-really-do-compress): New variable.
1795 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
1796 if visiting.
1797 (jka-compr-write-region): Set jka-compr-really-do-compress
1798 if visiting. Test it when deciding to compress.
1799
1800 1999-12-22 Gerd Moellmann <gerd@gnu.org>
1801
1802 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
1803 with third argument t.
1804
1805 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
1806
1807 * antlr-mode.el: Version 1.2 is released.
1808 (antlr): This package has a web page.
1809
1810 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
1811
1812 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
1813 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
1814 (antlr-mode-map): New binding [C-c C-c].
1815 (antlr-mode-menu): New entries.
1816
1817 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
1818
1819 * antlr-mode.el: Respect Emacs conventions.
1820 ((require 'cl)): Only use during compilation.
1821 (antlr-language-for-option): New function to avoid using `find'.
1822 (antlr-mode): Use it.
1823 (antlr-with-syntax-table): Define new instead using XEmacs' one.
1824 (antlr-imenu-create-index-function): Change accordingly.
1825 (antlr-inside-rule-p): Ditto.
1826 (antlr-end-of-rule): Ditto.
1827 (antlr-end-of-body): Ditto.
1828 (antlr-beginning-of-rule): Ditto.
1829 (antlr-indent-line): Ditto.
1830
1831 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
1832
1833 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
1834 (antlr-set-tabs): Don't use hard-coded values.
1835
1836 * antlr-mode.el: Minor navigation changes. Not perfect, but this
1837 won't be possible without a huge time penalty.
1838 (antlr-skip-exception-part): Be more specific.
1839 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
1840 Renamed from `antlr-skip-grammar-header'.
1841 (antlr-next-rule): Change accordingly.
1842 (antlr-end-of-body): Ditto. Better error message.
1843 (antlr-beginning-of-body): Better error message.
1844 (antlr-imenu-create-index-function): Skip rule action prelude.
1845
1846 * antlr-mode.el: Minor syntax highlighting changes.
1847 (antlr-font-lock-default-face): Deletia.
1848 (antlr-font-lock-tokendef-face): Changed color.
1849 (antlr-font-lock-tokenref-face): Changed color.
1850 (antlr-font-lock-literal-face): Changed color.
1851 (antlr-font-lock-additional-keywords): Minor changes.
1852
1853 1999-12-20 Carsten Dominik <cd@gnu.org>
1854
1855 * progmodes/idlwave.el: New file.
1856
1857 * progmodes/idlwave-rinfo.el: New file.
1858
1859 * progmodes/idlwave-shell.el: New file.
1860
1861 * progmodes/idlwave-toolbar.el: New file.
1862
1863 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
1864
1865 1999-12-21 Gerd Moellmann <gerd@gnu.org>
1866
1867 * progmodes/cwarn.el: New file.
1868
1869 1999-12-19 Gerd Moellmann <gerd@gnu.org>
1870
1871 * bindings.el (completion-ignored-extensions): Add .pdf.
1872
1873 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
1874
1875 * version.el: Put the version info into binary on MS-DOS as well.
1876
1877 1999-12-19 Gerd Moellmann <gerd@gnu.org>
1878
1879 * emacs-lisp/debug.el (debugger-continue): Don't continue if
1880 debugger-may-continue is nil.
1881
1882 1999-12-18 Dave Love <fx@gnu.org>
1883
1884 * emacs-lisp/cl-macs.el: Remove conditional definition of
1885 eval-when-compile. Don't specify abs, expt, gethash,
1886 hash-table-count, hash-table-p as side-effect-free here.
1887 (cl-emacs-type): Don't declare.
1888 (cl-compile-time-init): Remove Emacs 18 compiler patch.
1889 (cl-parse-loop-clause): Remove compatibility code.
1890
1891 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
1892 (side-effect-free-fns): Add gethash, hash-table-count.
1893 (side-effect-and-error-free-fns): Add hash-table-p.
1894
1895 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
1896 `cl-' to autoload names for some hash functions. Don't autoload
1897 eval-when-compile. Don't provide mini-cl.
1898 (cl-emacs-type): Remove.
1899 (cl-map-extents): Remove compatibility code.
1900
1901 * emacs-lisp/float.el: Bind free variables.
1902
1903 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
1904
1905 1999-12-16 Gerd Moellmann <gerd@gnu.org>
1906
1907 * bindings.el (completion-ignored-extensions): Add .tfm.
1908
1909 1999-12-16 Dave Love <fx@gnu.org>
1910
1911 * faces.el (set-face-attribute): Purecopy the attributes set.
1912
1913 * custom.el (custom-declare-variable): Purecopy value.
1914
1915 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
1916 (byte-extrude-byte-code-vectors): Use remprop.
1917 (byte-compile-lambda): Check that arg is a lambda.
1918
1919 1999-11-16 Anders Lindgren <AndersL@andersl.com>
1920
1921 * font-lock.el: System for adding and removing keywords.
1922 Both local (previously added keyword) and global keywords
1923 can be removed.
1924 (font-lock-remove-keywords): New user-level function.
1925 (font-lock-update-removed-keyword-alist): New internal function.
1926 (font-lock-removed-keywords-alist): New variable.
1927 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
1928 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
1929 growing datastructures.
1930 (font-lock-set-defaults): Removes keywords stored in
1931 `font-lock-removed-keywords-alist' after local keywords added.
1932
1933 1999-12-16 Anders Lindgren <andersl@andersl.com>
1934
1935 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
1936 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
1937
1938 * font-lock.el (c-keywords): Only highlight preprocessor
1939 directives when spelled correctly.
1940
1941 * font-lock.el (font-lock-match-c++-structor-declaration,
1942 c++-keywords): Fontify constructors and destructors with function
1943 face inside C++ class declarations.
1944
1945 1999-12-16 Gerd Moellmann <gerd@gnu.org>
1946
1947 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
1948 the shell from sh-shell-file.
1949
1950 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
1951
1952 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1953
1954 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
1955 if one of the files specified cannot be accessed by
1956 file-attributes. Do not strip any leading directories from the
1957 file names, to behave more like `ls' does.
1958
1959 * dired.el (dired-get-filename): Handle absolute file names.
1960 (dired-readin-insert): If argument is a cons, don't print
1961 "wildcard" on the ``total'' line.
1962
1963 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1964
1965 * faces.el (face-read-integer, read-face-attribute)
1966 (color-defined-p, color-values): Allow color values unspecified-fg
1967 and unspecified-bg, handle them as unspecified.
1968
1969 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
1970
1971 * textmodes/reftex.el: (reftex-compile-variables): respect new
1972 structure of `reftex-index-macro'
1973 (reftex-compile-variables): Use the changed structure of
1974 `reftex-label-alist'.
1975
1976 * textmodes/reftex-vars.el (reftex-index-math-format,
1977 (reftex-toc-max-level): New option.
1978 reftex-index-phrases-search-whole-words,
1979 reftex-index-phrases-case-fold-search,
1980 reftex-index-phrases-skip-indexed-matches,
1981 reftex-index-phrases-wrap-long-lines,
1982 reftex-index-phrases-sort-prefers-entry,
1983 reftex-index-phrases-sort-in-blocks): New options.
1984 (reftex-index-macros): Option structure changed.
1985 (reftex-index-macros-builtin): Added `repeat' item to each entry.
1986 (reftex-label-alist): Additional item in each entry to specify if
1987 the environment should be listed in the TOC.
1988 (eval-when-compile (require 'cl)) added.
1989
1990 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
1991 longer deals with "repeat".
1992 (reftex-index): "repeat property in `reftex-index-macro-alist' is
1993 now used.
1994 (reftex-index-phrases-comment-regexp,
1995 reftex-index-phrases-macrodef-regexp,
1996 reftex-index-phrases-phrase-regexp1,
1997 reftex-index-phrases-phrase-regexp2,
1998 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
1999 New constants.
2000 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2001 reftex-index-phrases-font-lock-keywords,
2002 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2003 reftex-index-phrases-restrict-file): New variables.
2004 (reftex-index-phrase-selection-or-word,
2005 reftex-index-visit-phrases-buffer,
2006 reftex-index-initialize-phrases-buffer,
2007 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2008 reftex-index-next-phrase, reftex-index-this-phrase,
2009 reftex-index-all-phrases, reftex-index-region-phrases,
2010 reftex-index-phrases-parse-header,
2011 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2012 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2013 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2014 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2015 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2016 reftex-index-make-replace-string,
2017 reftex-query-index-phrase-globally, reftex-query-index-phrase,
2018 reftex-index-phrase-match-is-indexed,
2019 reftex-index-phrases-fixup-line,
2020 reftex-index-phrases-replace-space,
2021 reftex-index-select-phrases-macro): New functions.
2022 (reftex-index-globalize, reftex-index-globally): functions removed
2023 (eval-when-compile (require 'cl)) added.
2024
2025 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2026 for max level.
2027 (reftex-toc-max-level-indicator): New variable.
2028 (reftex-toc-max-level): New command.
2029 (reftex-toc-map): New keybinding `t'.
2030 (reftex-toc-help): Constant updated.
2031 (eval-when-compile (require 'cl)) added.
2032
2033 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2034 `t' command key can change `reftex-toc-max-level'
2035 (eval-when-compile (require 'cl)) added.
2036
2037 * textmode/reftex-sel (reftex-insert-docstruct): Respect
2038 `reftex-toc-max-level'
2039 (eval-when-compile (require 'cl)) added.
2040
2041 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2042 added.
2043
2044 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2045 added.
2046
2047 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2048 commands.
2049 (reftex-citation, reftex-do-citation,
2050 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2051 preselect a citation format.
2052 (eval-when-compile (require 'cl)) added.
2053
2054 * textmodes/reftex-parse.el (reftex-context-substring): Optional
2055 parameter to-end
2056 (reftex-section-info): Deal with environment matches.
2057 (eval-when-compile (require 'cl)) added.
2058
2059 * reftex-global.el (eval-when-compile (require 'cl)) added.
2060
2061 1999-12-15 Kenichi Handa <handa@etl.go.jp>
2062
2063 The following changes are for the new composition mechanism. We
2064 have deleted `composition' charset and composite characters,
2065 instead introduced a special text property `composition'.
2066
2067 * composite.el: New file.
2068
2069 * ps-mule.el: Define encode-composition-rule and find-composition
2070 for Emacs 20.4 and the earlier versions.
2071 (ps-mule-init-external-library): Just require a feature for
2072 external libraries.
2073 (ps-mule-prologue): Postscript code modified for new composition.
2074 (ps-mule-find-wrappoint): New arg COMPOSITION.
2075 (ps-mule-plot-string): Delete code for composite characaters.
2076 (ps-mule-plot-composition): New funcion.
2077 (ps-mule-prepare-font-for-components): New function.
2078 (ps-mule-plot-components): New function.
2079 (ps-mule-composition-prologue-generated): Renamed from
2080 ps-mule-cmpchar-prologue-generated.
2081 (ps-mule-composition-prologue): New named from
2082 ps-mule-cmpchar-prologue. Modified for new composition.
2083 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2084 ps-mule-prepare-cmpchar-font): Deleted.
2085 (ps-mule-string-encoding): New arg NO-SETFONT.
2086 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2087 check Composing, not Cmpchar
2088 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2089 to nil.
2090 (ps-mule-begin-job): Check existence of new composition.
2091
2092 * ps-print.el (ps-plot-region): Handle new composition.
2093
2094 * simple.el (what-cursor-position): Show "(composed)" if the
2095 character is composed.
2096
2097 * international/characters.el: Fix cateogries of Lao symbols.
2098
2099 * international/fontset.el (vertical-centering-font-regexp): New
2100 variable.
2101
2102 * international/mule.el (mule-version): Updated to 5.0 (AOI).
2103 (mule-version-date): Updated to 1999.12.7.
2104 (with-category-table): New macro.
2105
2106 * international/mule-cmds.el (encode-coding-char): Don't check
2107 composite character.
2108
2109 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2110 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2111 x-ctext): Give `composition' property t.
2112
2113 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2114 non-nil) at the tail of ALIST.
2115 (compose-region, decompose-region, decompse-string,
2116 reference-point-alist, compose-chars): Moved to composite.el.
2117 (compose-chars-component, compose-chars-rule,
2118 decompose-composite-char): Deleted.
2119
2120 * international/quail.el (quail-install-map): New optional arg
2121 NAME.
2122 (quail-get-translation): If DEF is a symbol but not a function,
2123 ignore it.
2124 (quail-start-translation): Put a key sequence undefined in the
2125 translation keymap in unread-command-events, not generated-events.
2126 Return parameterized event (compose-last-chars N) if the input
2127 characters should be composed.
2128 (quail-map-definition): If DEF is t, treat it as nil.
2129 (quail-delete-last-char): Delete the quail region.
2130 (quail-show-translations): Don't show list of translations if the
2131 quail package is deterministic.
2132 (quail-completion-max-depth): New variable.
2133 (quail-completion-1): Pay attention to the above variable. Fix
2134 for the case that a translation is a function.
2135 (quail-map-from-table, quail-map-from-table-1,
2136 quail-map-from-table-2): New functions.
2137 (quail-lookup-map-and-concat): New function
2138
2139 * language/devan-util.el: Mostly rewritten.
2140
2141 * language/lao.el: Register lao-composition-function in
2142 composition-function-table.
2143
2144 * language/lao-util.el: Mostly rewritten.
2145
2146 * language/thai.el: Register thai-composition-function in
2147 composition-function-table.
2148 (thai-tis620): Delete `pre-write-conversion' property.
2149
2150 * language/thai-util.el: (thai-category-table): Make it by
2151 make-category-table.
2152 (thai-composition-pattern): New variable.
2153 (thai-compose-region, thai-compose-string): Use
2154 with-category-table.
2155 (thai-post-read-conversion): Just call thai-compose-region.
2156 (thai-pre-write-conversion): Deleted.
2157 (thai-composition-function): New funciton.
2158
2159 * language/tibet-util.el: Most functions rewritten.
2160 (tibetan-char-p): Renamed from tibetan-char-examin.
2161 (tibetan-composable-examin) (tibetan-complete-char-examin)
2162 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2163 (tibetan-add-components): New function.
2164 (tibetan-composition-function): New function.
2165
2166 * language/tibetan.el: Register tibetan-composition-function in
2167 composition-function-table.
2168 (tibetan-composable-pattern): New variable.
2169 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2170 (tibetan-precomposition-rule-alist): Move punctuations to
2171 tibetan-punctuation-transcription-alist and
2172 tibetan-obsolete-glyphs.
2173 (tibetan-punctuation-transcription-alist): New variable.
2174 (tibetan-obsolete-glyphs): New variable.
2175 (tibetan-regexp): Improve the initialization code.
2176
2177 * textmodes/fill.el (fill-find-break-point): Delete codes for
2178 composite characters.
2179 (fill-region-as-paragraph): Likewise.
2180
2181 1999-12-14 Gerd Moellmann <gerd@gnu.org>
2182
2183 * international/mule-cmds.el (default-input-method): Specify
2184 that it should be set after current-language-environment.
2185
2186 * custom.el (custom-handle-keyword): Add :set-after.
2187 (custom-add-dependencies): New function.
2188 (custom-set-variables): Take dependencies between args into
2189 account.
2190
2191 * battery.el (battery): Doc fix.
2192
2193 1999-12-12 Gerd Moellmann <gerd@gnu.org>
2194
2195 * progmodes/cc-make.el: Removed.
2196
2197 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2198
2199 * Release of cc-mode 5.26
2200
2201 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2202
2203 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2204 target depth. Optionally count #else lines as clause limits,
2205 as suggested by don provan <provan@lucent.com>. #elif
2206 handling fixed.
2207
2208 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2209 (c-down-conditional-with-else): New commands that uses the
2210 added functionality in `c-forward-conditional'.
2211
2212 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2213
2214 * cc-align.el (c-lineup-comment): Preserve the alignment with
2215 a comment on the previous line instead of preserving the
2216 comment-column.
2217
2218 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2219
2220 * Fixes to IDL mode after input from Eric Eide
2221 <eeide@cs.utah.edu>:
2222 * cc-engine.el (c-beginning-of-statement-1): Allow
2223 `c-conditional-key' to be nil, for the benefit of IDL mode.
2224 * cc-engine.el (c-guess-basic-syntax): Ditto.
2225 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
2226 but do match CORBA 2.3 `valuetype'.
2227 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
2228 for IDL.
2229 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
2230 be nil for IDL.
2231 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2232 Like C++.
2233 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
2234 set `c-method-key' and `c-baseclass-key' to nil.
2235
2236 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2237
2238 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2239 with nonhanging open braces.
2240
2241 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2242
2243 * cc-align.el: Added docstrings to all lineup functions.
2244
2245 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2246 keyword.
2247
2248 * cc-align.el (c-lineup-C-comments): Handle free form text
2249 comments. Use c-comment-prefix-regexp and comment-start-skip
2250 instead of hardcoded regexps.
2251
2252 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2253
2254 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2255 behavior and return value as documented.
2256
2257 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2258
2259 * Changes for new style variable init system:
2260 * cc-langs.el (c-common-init): Dito.
2261 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2262 now customizable.
2263 * cc-vars.el: Style variables may now take a value
2264 'set-from-style to make them take their value from the style
2265 system. This value is now the default on all these variables.
2266 * cc-vars.el (c-valid-offset): New function to verify a
2267 syntactic symbol offset setting.
2268 * cc-vars.el (c-offsets-alist): Variable moved from
2269 cc-styles.el since it's now customizable in a similar way to
2270 the other style variables.
2271 * cc-vars.el (c-old-style-variable-behavior): New variable to
2272 revert to the old style init behavior.
2273
2274 * cc-vars.el (c-file-style, c-file-offsets): Made always
2275 buffer local.
2276
2277 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2278 the throws clause that might follow the function prototype in
2279 C++.
2280
2281 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2282
2283 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2284 could move forward for macros that doesn't start in column 0.
2285
2286 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2287
2288 * cc-align.el (c-indent-multi-line-block,
2289 c-lineup-whitesmith-in-block): Two new lineup functions for
2290 use in whitesmith style.
2291
2292 * cc-styles.el (c-style-alist): More fixes to whitesmith
2293 style. It should now handle all different braces uniformly in
2294 both hanging and non-hanging cases.
2295
2296 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2297
2298 * cc-cmds.el (c-indent-exp): Use a marker to save point to
2299 make it stay in the same position relative to the surrounding
2300 text.
2301
2302 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2303 when adaptive-fill-mode doesn't manage to get it correct.
2304
2305 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2306 with dotted notation, e.g. foo.bar.Gnu.
2307
2308 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2309 within unwind-protect (previously only some were wrapped so it
2310 would be possible to register mode initialization when full
2311 initialization did not finish).
2312
2313 * cc-styles.el (c-style-alist): Corrected the brace placement
2314 in the whitesmith style. Thanks to Sean Luke
2315 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
2316 styles with consistent brace placement for all constructs.
2317
2318 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2319
2320 * cc-cmds.el (c-context-line-break): Continue C++ comments too
2321 when point is in the middle of them.
2322
2323 * cc-cmds.el: Line breaking and paragraph filling code
2324 rewritten:
2325 (c-guess-fill-prefix): New function that uses various
2326 heuristics to guess the comment prefix.
2327 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2328 It now assumes adaptive filling is active to preserve the line
2329 prefix inside comments.
2330 (c-indent-new-comment-line): Replacement for the now
2331 obsolete `c-comment-line-break-function' that uses
2332 `c-guess-fill-prefix' when appropriate. It now observes the
2333 setting of `comment-multi-line', which has effect in C-style
2334 block comments.
2335
2336 * cc-cmds.el (c-context-line-break): New function intended to
2337 be put on RET. It's essentially `newline-and-indent', but
2338 continues C block comments with the appropriate line prefix.
2339
2340 * cc-cmds.el (c-do-auto-fill): New function put on
2341 `normal-auto-fill-function' to implement the
2342 `c-ignore-auto-fill' variable.
2343
2344 * cc-cmds.el (c-beginning-of-statement): Use
2345 `c-comment-prefix-regexp' to avoid ending up inside the
2346 comment prefix. Better handling of comment starters and
2347 enders. Catch comments better when traversing code. Stop at
2348 preprocessor directives.
2349
2350 * cc-defs.el (c-forward-comment): New subst to hide platform
2351 dependent quirks in `forward-comment'.
2352
2353 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
2354 argument.
2355 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
2356 arguments. Activate this function by default when
2357 `parse-partial-sexp' supports it (currently Emacs 20.x).
2358
2359 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
2360 on the comment opener to make constants usable as lineup
2361 arguments.
2362
2363 * cc-align.el (c-lineup-C-comments): Fixes to handle the
2364 changed anchor position in the `c' syntactic symbol. Handle
2365 more than stars in the comment prefix; use the new variable
2366 `c-comment-prefix-regexp'. Don't indent text not preceded by
2367 a comment prefix to the right of the comment opener if it's
2368 long.
2369
2370 * cc-langs.el: Fixes to mode initialization for new line
2371 breaking and paragraph filling method. Adaptive fill mode is
2372 now activated at startup instead of deactivated. The
2373 variables used for adaptive filling and paragraph movement are
2374 also changed to incorporate the value of
2375 `c-comment-prefix-regexp'. `substitute-key-definition' is
2376 used to override some functions in the global map instead of
2377 overriding their default bindings.
2378
2379 * cc-mode.el (java-mode): Modify `paragraph-start' for the
2380 javadoc markup at mode init.
2381
2382 * cc-mode.el (c-setup-filladapt): A new convenience function
2383 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
2384 function is intended to be used explicitly by the end user
2385 only.
2386
2387 * cc-vars.el (c-comment-prefix-regexp): New variable used to
2388 recognize the comment fill prefix inside comments.
2389 (c-block-comment-prefix): New name for
2390 `c-comment-contiuation-stars', which is now obsolete. It's
2391 generalized to handle any character sequence.
2392 (c-ignore-auto-fill): New variable used to selectively disable
2393 Auto Fill mode in specific contexts.
2394
2395 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2396
2397 * cc-cmds.el (c-comment-indent): Leave at least one space
2398 between the comment and the last nonblank character in the
2399 case where we look at the indentation of the comment on the
2400 previous line (case 4).
2401
2402 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
2403 list of characters that may start a statement (it's a sort of
2404 prefix operator in Pike, and isn't used at all in any of the
2405 other languages).
2406
2407 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2408
2409 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
2410 inside continued statements as statement-cont instead of
2411 brace-list-open. The reason is that one normally adjusts
2412 brace-list-open for brace lists as top-level constructs, and
2413 brace lists inside statements is a completely different
2414 context. Case 10B.2 changed. Also changed (the somewhat
2415 esoteric) case 9A to cope with this.
2416
2417 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2418
2419 * cc-cmds.el (c-electric-brace): Added electric handling of
2420 the open brace for brace-elseif-brace.
2421
2422 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2423
2424 * cc-defs.el (c-with-syntax-table): New macro to easily switch
2425 syntax tables temporarily.
2426
2427 * cc-engine.el (c-guess-basic-syntax): Handle template and
2428 member init argument lists split over several lines. Case 5D
2429 changed.
2430
2431 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
2432 @throws introduced in Javadoc 1.2.
2433
2434 * cc-menus.el (cc-imenu-java-generic-expression): Applied
2435 patch from RMS to avoid infinite backtracking.
2436
2437 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2438
2439 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
2440 by [ ].
2441
2442 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2443
2444 * cc-align.el (c-lineup-dont-change): Compensate properly for
2445 the column in langelem.
2446
2447 * cc-engine.el (c-syntactic-information-on-region): New
2448 function to help debugging the syntactic analysis.
2449
2450 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2451
2452 * cc-align.el (c-lineup-template-args): Handle nested template
2453 arglists.
2454
2455 * cc-langs.el (c++-template-syntax-table): New syntax table
2456 that makes `<' and `>' parenthesis characters, which is useful
2457 to switch to temporarily when analyzing template arglists.
2458
2459 * cc-styles.el: Changed default alignment of labels in the
2460 java style to conform to the examples in the Java Language
2461 Specification.
2462
2463 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
2464 by default.
2465
2466 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2467
2468 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
2469 immediately before the closing paren in an arglist, so don't
2470 check that in Pike mode. Case 7A changed.
2471
2472 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2473
2474 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
2475 lines were ignored under certain conditions.
2476
2477 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2478
2479 * cc-align.el (c-lineup-template-args): New function for
2480 aligning continued template argument lists.
2481
2482 * cc-engine.el (c-guess-basic-syntax): Fix for member init
2483 lists containing function arglists split over several lines.
2484 Case 5D.1 changed.
2485
2486 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
2487 template-args-cont didn't get recognized when the first
2488 arglist opener line doesn't contain a template argument. New
2489 case 5K.
2490
2491 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2492
2493 * cc-defs.el (c-point): Changed from subst to macro for
2494 efficiency.
2495 (c-beginning-of-defun-1, c-end-of-defun-1): New
2496 beginning-of-defun/end-of-defun wrappers separated from
2497 c-point.
2498
2499 * cc-menus.el (imenu-generic-expression,
2500 imenu-case-fold-search, imenu-progress-message): Dummy
2501 definitions to avoid compiler warnings if imenu can't be
2502 loaded.
2503 * cc-menus.el (cc-imenu-init): New function called at mode
2504 init.
2505 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
2506 imenu initializations to cc-imenu-init.
2507
2508 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2509
2510 * cc-engine.el (c-guess-basic-syntax): Slightly better check
2511 for lambda-intro-cont in Pike mode. Case 6 changed.
2512
2513 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
2514 anything following "new Foo()" was considered an anonymous
2515 class body in Java mode.
2516
2517 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2518
2519 * cc-cmds.el (c-comment-line-break-function): When breaking in
2520 a string, don't insert a new line.
2521
2522 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2523
2524 * cc-engine.el (c-at-toplevel-p): New interface function which
2525 returns information useful to add-on authors. It tells you
2526 whether you're at a toplevel statement or not.
2527
2528 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2529
2530 * cc-cmds.el (c-comment-line-break-function): It is possible
2531 that forward-line does not land us at the bol, say if we're on
2532 the last line in a file. In that case, do a
2533 back-to-indentation instead of a forward-comment -1.
2534
2535 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2536
2537 * cc-engine.el (c-beginning-of-statement-1): Don't catch
2538 "default:" as normal label in case 4.
2539
2540 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2541
2542 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
2543 recognize continued bitfield declarations. Case 5D.1 changed.
2544 * cc-langs.el: New variable c-bitfield-key.
2545 * cc-mode.el: New variable c-bitfield-key.
2546
2547 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2548
2549 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
2550 anonymous array expressions (i.e. "new Foo[] {.. bracelist
2551 ..}").
2552
2553 1999-12-12 Dave Love <fx@gnu.org>
2554
2555 * mail/footnote.el: Require cl when compiling. Don't autoload
2556 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
2557 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
2558 Avoid `acons'.
2559 (footnote-mode-line-string, Footnote-add-footnote): Remove
2560 autoload cookie.
2561
2562 1999-12-12 Richard Sharman <rsharman@pobox.com>
2563
2564 * sh-script.el: Fix for when font-lock mode is active.
2565 (sh-font-lock-unfontify-region-function): New function.
2566
2567 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
2568
2569 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
2570 if start-process is not bound, since Ispell now supports such
2571 platforms as well.
2572
2573 1999-12-12 Gerd Moellmann <gerd@gnu.org>
2574
2575 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
2576 rmail-summary-goto-msg.
2577
2578 * files.el (after-find-file): Fix previous change.
2579
2580 1999-12-11 Dave Love <fx@gnu.org>
2581
2582 * help.el (where-is): Use `commandp' as predicate for
2583 `completing-read'
2584
2585 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2586
2587 * cus-edit.el (custom-save-delete): Delete all occurrences,
2588 leave point where the first occurrence was.
2589 (custom-save-faces): Insert a newline at the end of the comment.
2590 Avoid a double newline there.
2591 If final closeparen is at bol, put a space before it.
2592 (custom-save-variables): Likewise.
2593 (custom-file): Doc fix.
2594
2595 1999-12-10 Gerd Moellmann <gerd@gnu.org>
2596
2597 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
2598 regexp matching image and audio files.
2599
2600 1999-12-09 Dave Love <fx@gnu.org>
2601
2602 * mail/footnote.el: New file.
2603
2604 1999-12-09 Gerd Moellmann <gerd@gnu.org>
2605
2606 * files.el (after-find-file): Use auto-save-visited-file-name if
2607 set.
2608
2609 * mail/feedmail.el (feedmail-find-eoh): Take
2610 feedmail-queue-alternative-mail-header-separator into account.
2611
2612 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
2613
2614 * smerge-mode.el: New file.
2615
2616 * font-lock.el (font-lock-multiline): New variable.
2617 (font-lock-add-keywords): Rename `major-mode' into `mode'.
2618 (font-lock-remove-keywords): Added a dummy `mode' argument for
2619 potential future support.
2620 (font-lock-fontify-anchored-keywords,
2621 (font-lock-fontify-keywords-region): Only handle multiline strings
2622 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
2623
2624 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2625
2626 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
2627
2628 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
2629
2630 1999-12-07 Dave Love <fx@gnu.org>
2631
2632 * help.el (view-emacs-problems): New command, bound to C-h P.
2633
2634 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
2635
2636 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
2637
2638 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
2639 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
2640 New code to support the minor mode version.
2641 (diff-recenter): New function.
2642 (diff-next-hunk, diff-next-file): Use it.
2643 (diff-remembered-files-alist): New var.
2644 (diff-merge-strings): New function.
2645 (diff-find-file-name): Make it smarter and use the user's input more.
2646 (diff-mode): Cosmetic changes.
2647
2648 * files.el (save-some-buffers): Turn EXITING into the more general
2649 PRED argument to allow specifying a subset of buffers.
2650
2651 * simple.el (kill-region): Use the new `delete-and-extract-region'
2652 rather than the undo log (which is incorrect with *-change-functions).
2653
2654 * font-lock.el (font-lock-default-fontify-region): Fix subtle
2655 off-by-one problem that could force re-fontifying the whole buffer.
2656 (font-lock-remove-keywords): New function.
2657 (font-lock-add-keywords): Use the new function to ensure idempotence.
2658
2659 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
2660
2661 * viper-cmd.el (viper-minibuffer-standard-hook,
2662 viper-minibuffer-real-start): Mew functions.
2663 (viper-read-string-with-history,viper-file-add-suffix,
2664 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
2665 change in the status of the minibuffer prompt.
2666
2667 1999-12-06 Gerd Moellmann <gerd@gnu.org>
2668
2669 * comint.el (comint-redirect-results-list)
2670 (comint-redirect-results-list-from-process): Remove interactive
2671 spec.
2672
2673 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2674
2675 * info.el (info-node, info-menu-5, info-xref): Define colors for
2676 Info faces if the display supports them.
2677
2678 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2679
2680 Changes for automatic remapping of X colors on terminal frames:
2681
2682 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
2683 term-setup-hook. Call msdos-remember-default-colors and
2684 msdos-handle-reverse-video.
2685 (msdos-face-setup): Parts of code moved to
2686 msdos-setup-initial-frame.
2687 (msdos-handle-reverse-video): New function, modeled after
2688 x-handle-reverse-video.
2689 (make-msdos-frame): Don't use initial-frame-alist and
2690 default-frame-alist. Call msdos-handle-reverse-video.
2691 (msdos-color-aliases): Remove.
2692 (msdos-color-translate, msdos-approximate-color): Remove.
2693 (msdos-color-values): Use 16-bit RGB values. RGB values updated
2694 for better approximation of X colors.
2695 (msdos-face-setup): Call tty-color-clear. Remove code that sets
2696 up tty-color-alist (it is now on startup.el).
2697 (x-display-color-p, x-color-defined-p, x-color-values,
2698 x-defined-colors, face-color-supported-p, face-color-gray-p):
2699 Remove.
2700
2701 * facemenu.el (facemenu-read-color, list-colors-display): Use
2702 defined-colors for all frame types.
2703 (facemenu-color-equal): Use color-values for all frame types.
2704
2705 * faces.el (read-face-attribute): For :foreground and :background
2706 attributes and frames on character terminals, translate the color
2707 to the closest supported one before looking it up in the list of
2708 valid values.
2709 (face-valid-attribute-values): Call defined-colors for all types
2710 of frames.
2711 (defined-colors, color-defined-p, color-values, display-color-p):
2712 New finctions.
2713 (x-defined-colors, x-color-defined-p, x-color-values,
2714 x-display-color-p): Aliases for the above.
2715
2716 * startup.el (command-line): Register terminal colors for frame
2717 types other than x and w32, but only if the terminal supports
2718 colors. Call tty-color-define instead of face-register-tty-color.
2719
2720 * term/x-win.el (xw-defined-colors): Renamed from
2721 x-defined-colors.
2722 * term/w32-win.el (xw-defined-colors): Likewise.
2723
2724 * term/tty-colors.el: New file.
2725 * loadup.el: Load term/tty-colors.
2726
2727 1999-12-06 Dave Love <fx@gnu.org>
2728
2729 * ffap.el: Autoload the ffap alias directly.
2730
2731 1999-12-06 Inge Frick <inge@nada.kth.se>
2732
2733 * dired-aux.el (dired-do-shell-command): Changed documentation.
2734 (dired-shell-stuff-it): A `?' in COMMAND has now the same
2735 meaning as `*'.
2736
2737 1999-12-06 Gerd Moellmann <gerd@gnu.org>
2738
2739 * simple.el (insert-buffer): Doc fix.
2740
2741 * apropos.el (apropos-mode): Add autoload cookie.
2742
2743 1999-12-06 Sam Steingold <sds@goems.com>
2744
2745 * progmodes/etags.el (etags-tags-completion-table): Modified the
2746 regexp to allow for the CL symbols starting with `+*'.
2747 (tags-completion-table): Doc fix (it's an obarray, not an alist).
2748 (tags-completion-table, tags-recognize-empty-tags-table): Remove
2749 `function' quoting lambda.
2750 (tags-with-face): New macro.
2751 (list-tags, tags-apropos): Use it.
2752 (tags-apropos-additional-actions): New user option.
2753 (etags-tags-apropos-additional): Use it.
2754 (tags-apropos): Call etags-tags-apropos-additional.
2755 (tags-apropos-verbose): New user option.
2756 (etags-tags-apropos): Use it.
2757 (visit-tags-table-buffer, next-file): Use `unless'.
2758 (recognize-empty-tags-table): Renamed to
2759 tags-recognize-empty-tags-table.
2760 (complete-tag): Call tags-complete-tag bypassing try-completion.
2761
2762 1999-12-06 Kenichi Handa <handa@etl.go.jp>
2763
2764 * international/mule.el (set-buffer-file-coding-system): Docstring
2765 modified.
2766
2767 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
2768
2769 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
2770 using the hideshow package.
2771 (hs-special-modes-alist): Added entry for bibtex to allow the use
2772 of the hideshow package.
2773 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
2774 not longer provided by bibtex.el directly. Instead the hideshow
2775 package should be used.
2776 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
2777 references to bibtex-hide-entry-bodies.
2778
2779 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
2780
2781 * textmodes/bibtex.el: Copyright notice is up to date. Moved
2782 maintainer information closer to the beginning of the bibtex.el
2783 file.
2784 (bibtex-maintainer-salutation): New constant.
2785 (bibtex-version): New constant.
2786 (bibtex-submit-bug-report): Use bibtex-version and
2787 bibtex-maintainer-salutation.
2788 (bibtex-entry-field-alist): Made booktitle field optional for
2789 @inproceedings entries when crossreferenced.
2790 (bibtex-entry-field-alist): Added booktitle field to proceedings
2791 entry type (for cross referencing). Thanks to Wagner Toledo Correa
2792 for the suggestion.
2793 (bibtex-string-file-path): Fixed typo.
2794
2795 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
2796
2797 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
2798 for reftex.el.
2799 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
2800 to menu.
2801
2802 1999-12-04 Dave Love <fx@gnu.org>
2803
2804 * delsel.el: Revert previous change -- region is significant to
2805 skeleton.
2806
2807 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
2808
2809 * viper-cmd.el (viper-change-state): Use
2810 viper-ESC-moves-cursor-back to decide whether to move the cursor
2811 back.
2812
2813 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
2814
2815 * international/mule-util.el (truncate-string-to-width): Docsting
2816 fixed.
2817
2818 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
2819
2820 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
2821 use of `cond'.
2822 (lm-with-file): Move all the find-file...kill-buffer stuff into
2823 this macro. Make it use `find-file-noselect' and make it kill
2824 the buffer only if it wasn't already displayed somewhere.
2825 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
2826 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
2827 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
2828 (lm-commentary): Fix to handle the case when the change log is
2829 at the end of the file.
2830
2831 1999-12-02 Kenichi Handa <handa@etl.go.jp>
2832
2833 * international/mule.el (charsetp): Fix typo in docstring.
2834
2835 * international/mule-diag.el (list-coding-categories): Fix typo;
2836 automatic -> autoload.
2837
2838 1999-12-02 Gerd Moellmann <gerd@gnu.org>
2839
2840 * vc.el (vc-update-change-log): Look for rcs2log under
2841 exec-directory.
2842
2843 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
2844 outline-regexp, add outline-level.
2845 (lisp-outline-level): New.
2846
2847 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
2848 remove extraneous string-match.
2849
2850 * finder.el (finder-commentary): Activate Finder mode.
2851
2852 1999-12-01 Anders Lindgren <andersl@andersl.com>
2853
2854 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
2855 off when reverting buffers that contained mode specifiers.
2856 `revert-buffer' is now called with non-nil PRESERVE-MODES
2857 argument.
2858
2859 1999-12-01 Dave Love <fx@gnu.org>
2860
2861 * delsel.el: Grok skeleton-pair-insert-maybe.
2862
2863 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2864
2865 * progmodes/cperl-mode.el (cperl-under-as-char):
2866 Use nil as default.
2867
2868 1999-11-30 Gerd Moellmann <gerd@gnu.org>
2869
2870 * speedbar.el (toplevel): Remove compatibility code for Emacs
2871 versions without custom.el.
2872
2873 1999-11-30 Dave Love <fx@gnu.org>
2874
2875 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
2876
2877 * autoinsert.el: Minor doc fixes.
2878 (auto-insert): Return nil.
2879
2880 * faces.el (set-face-documentation): Purecopy STRING.
2881
2882 1999-11-29 Dave Love <fx@gnu.org>
2883
2884 * derived.el: Doc fixes, remove old backquote syntax.
2885
2886 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
2887 comment warning about editing.
2888
2889 * help.el (help-mode-hook): Define.
2890
2891 1999-11-29 Gerd Moellmann <gerd@gnu.org>
2892
2893 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
2894 invalid translation of old-style backquote syntax to new syntax.
2895
2896 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
2897
2898 * Makefile (DONTCOMPILE): Add term/internal.el.
2899
2900 1999-11-26 Dave Love <fx@gnu.org>
2901
2902 * comint.el: Fix last change.
2903
2904 * emacs-lisp/advice.el: Fix last change.
2905
2906 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2907
2908 * cus-edit.el (Custom-reset-standard): Doc fix.
2909 (custom-variable-reset-standard): Doc fix.
2910 (custom-face-reset-standard): Doc fix.
2911 (custom-face-menu): "Reset to Standard" => "Erase Customization".
2912 (custom-variable-menu): Likewise.
2913 (custom-reset-menu): Likewise.
2914 (custom-buffer-create-internal): Likewise.
2915
2916 1999-11-26 Dave Love <fx@gnu.org>
2917
2918 * progmodes/make-mode.el (makefile-mode-hook): Customize.
2919
2920 * font-lock.el: Doc fixes.
2921
2922 * menu-bar.el (menu-bar-mode): Customize.
2923
2924 * cus-start.el: Add use-dialog-box.
2925
2926 * add-log.el (change-log-mode-hook): Customize.
2927 (add-log-current-defun): Use
2928 fortran-{beginning,end}-of-subprogram.
2929
2930 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2931
2932 * emacs-lisp/advice.el: Many doc fixes.
2933
2934 * comint.el (comint-preoutput-filter-functions): Doc fix.
2935
2936 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2937
2938 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2939 Improve messages for capitalization of arg names,
2940 for flag variables, for t and nil, for imperatives.
2941 Call them imperatives rather than infinitives sans "to".
2942 (checkdoc-common-verbs-wrong-voice): Add "moves".
2943 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
2944
2945 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2946 Don't convert comments from 3-semicolon to 2-semicolon.
2947 That is a matter of style.
2948 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
2949 (checkdoc-comments): Don't bind that variable.
2950
2951 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2952
2953 * files.el (write-file-hooks): Doc fix.
2954
2955 1999-11-26 Gerd Moellmann <gerd@gnu.org>
2956
2957 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
2958
2959 1999-11-25 Dave Love <fx@gnu.org>
2960
2961 * hippie-exp.el: Require comint when compiling.
2962 (hippie-expand): Add :links.
2963 (hippie-expand-try-functions-list): Customize.
2964
2965 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
2966
2967 * viper*el: Replaced old-style backquotes.
2968
2969 * ediff*el: Replaced old-style backquotes.
2970
2971 * ediff-merge
2972 (ediff-looks-like-combined-merge,ediff-get-combined-region):
2973 Changed to support the new format for ediff-combination-pattern.
2974
2975 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
2976 Changed to support the new format for ediff-combination-pattern.
2977
2978 1999-11-24 Dave Love <fx@gnu.org>
2979
2980 * custom.el (custom-declare-group): Purecopy DOC.
2981 (custom-handle-keyword): Purecopy VALUE.
2982 (custom-add-link): Purecopy WIDGET.
2983 (custom-add-version): Purecopy VERSION.
2984 (custom-add-load): Purecopy LOAD.
2985
2986 * cus-face.el (custom-declare-face): Purecopy DOC.
2987
2988 * info.el:
2989 (Info-build-node-completions, Info-search, Info-follow-reference)
2990 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
2991 (Info-find-emacs-command-nodes): Avoid properties on matched text
2992 which may appear in minibuffer.
2993
2994 1999-11-24 Gerd Moellmann <gerd@gnu.org>
2995
2996 * locate.el (locate-with-filter): Doc fix.
2997
2998 1999-11-24 Alex Schroeder <alex@gnu.org>
2999
3000 * sql.el (sql-find-sqli-buffer): New function.
3001 (sql-set-sqli-buffer-generally): New function.
3002 (sql-set-sqli-buffer): Better checking of new-buffer.
3003 (sql-copy-column): Add comma after INTO clause, too.
3004
3005 1999-11-24 Alex Schroeder <alex@gnu.org>
3006
3007 * sql.el (sql-imenu-generic-expression): New, used to set
3008 imenu-generic-expression.
3009
3010 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3011 setting font-lock-defaults' SYNTAX-ALIST. Set
3012 imenu-generic-expression, imenu-case-fold-search, and
3013 imenu-syntax-alist.
3014
3015 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3016 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3017
3018 1999-11-23 Andrew Innes <andrewi@gnu.org>
3019
3020 * w32-win.el (w32-drag-n-drop): Load files in current window, if
3021 drop coords aren't over a specific window.
3022
3023 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3024
3025 * ps-print.el: Define mule funs without checking if mule package is
3026 loaded.
3027 (ps-print-version): New version number (5.0.1).
3028 (ps-header-dirpart): Now uses abbreviate-file-name.
3029
3030 1999-11-23 Dave Love <fx@gnu.org>
3031
3032 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3033 comment-line-start.
3034 (fortran-comment-line-start-skip): Renamed from
3035 comment-line-start-skip.
3036 (fortran-mode-map): Use renamed functions. Add manual and custom
3037 entries to menu.
3038 (fortran-mode-hook): Customize.
3039 (fortran-comment-indent-function): Renamed from
3040 fortran-comment-hook.
3041 (delete-horizontal-regexp): Function deleted.
3042 (fortran-electric-line-number): Simplified.
3043 (fortran-beginning-of-subprogram): Renamed from
3044 beginning-of-fortran-subprogram.
3045 (fortran-end-of-subprogram): Renamed from
3046 end-of-fortran-subprogram.
3047 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3048 (fortran-previous-statement, fortran-next-statement): Simplified.
3049 (fortran-blink-match): New function.
3050 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3051 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3052 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3053 line-end-position.
3054 (fortran-fill): No longer interactive. Simplified.
3055 (fortran-break-line): Simplified.
3056 (fortran-analyze-file-format): Use char-after, not looking-at.
3057
3058 * emacs-lisp/find-func.el (find-function-regexp): Use
3059 `define-minor-mode' after easy-menu change.
3060
3061 1999-11-23 Gerd Moellmann <gerd@gnu.org>
3062
3063 * comint.el: Add redirection.from active comint buffers into
3064 another buffer. Written by Peter Breton.
3065
3066 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
3067
3068 * emacs-lisp/autoload.el (make-autoload): Recognize the new
3069 `define-minor-mode'.
3070 (define-minor-mode): Specify `doc-string-elt'.
3071
3072 * emacs-lisp/easy-mmode.el: Changed maintainer.
3073 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3074 Use defcustom for the hooks; Improve the auto-generated docstrings.
3075 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3076 (define-minor-mode): Add BODY arg; Only declare the keymap if
3077 provided; Improve the auto-generated docstrings.
3078
3079 1999-11-22 Gerd Moellmann <gerd@gnu.org>
3080
3081 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3082 that the leading `^' is at the start. This is necessary because
3083 paragraphs.el tries to remove anchors, but can find them only if
3084 they are the first character.
3085
3086 * progmodes/antlr-mode.el: New file.
3087
3088 * calendar/calendar.el: Fix autoload for
3089 calendar-absolute-from-astro. Add autoload for
3090 calendar-print-astro-day-number.
3091
3092 1999-11-21 Anders Lindgren <andersl@andersl.com>
3093
3094 * follow.el: Use modern backquote syntax. Minor comment update.
3095
3096 1999-11-21 Gerd Moellmann <gerd@gnu.org>
3097
3098 * simple.el (with-syntax-table): Don't switch buffers.
3099
3100 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3101 progmodes/hideif.el: Use new backquote syntax.
3102
3103 1999-11-21 Ken Manheimer <klm@python.org>
3104
3105 * icomplete.el (icomplete-completions): Use an explicit variable
3106 `icomplete-prospects-length', obviating the need to use an
3107 apparently faulty throw/catch arrangement.
3108
3109 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
3110
3111 * term/internal.el (IT-display-table-setup): Don't overstep
3112 character code 255.
3113
3114 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
3115
3116 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3117 for the charset chinese-sisheng is 7bit encoding, not 8bit.
3118
3119 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
3120
3121 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3122 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3123
3124 * files.el (auto-mode-alist): Add patterns for diff-mode.
3125
3126 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3127 to detect an empty prompt.
3128
3129 1999-11-18 Dave Love <fx@gnu.org>
3130
3131 * simple.el (input-mode-8-bit): Fix the customization.
3132
3133 1999-11-18 Gerd Moellmann <gerd@gnu.org>
3134
3135 * international/iso-acc.el (iso-languages): Add more
3136 characters for Portuguese.
3137
3138 * speedbar.el: Clean up comment at the start of the file.
3139 Remove RCS id.
3140
3141 * progmodes/compile.el (compilation-parse-errors): Use
3142 compilation-buffer-p instead of testing major-mode.
3143
3144 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
3145
3146 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3147 (quickurl-ask): completion-ignore-case is set to the value of
3148 quickurl-completion-ignore-case for the duration of the call to
3149 completing-read.
3150
3151 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3152
3153 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3154
3155 1999-11-18 Kenichi Handa <handa@etl.go.jp>
3156
3157 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
3158 instead of ps-print-def.
3159
3160 * ps-print.el: Require ps-vars instead of ps-print-def.
3161
3162 * ps-mule.el: Require ps-vars instead of ps-print-def.
3163
3164 1999-11-17 Gerd Moellmann <gerd@gnu.org>
3165
3166 * simple.el (with-syntax-table): Save buffer explicitly instead of
3167 using save-excursion.
3168
3169 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3170
3171 * mail/supercite.el: New maintainer.
3172
3173 1999-11-16 Reto Zimmermann <reto@synopsys.com>
3174
3175 * progmodes/vhdl-mode.el: Use new backquote syntax.
3176
3177 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3178
3179 * simple.el (with-syntax-table): New.
3180
3181 1999-11-15 Sam Steingold <sds@ksp.com>
3182
3183 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3184
3185 1999-02-22 Sam Steingold <sds@goems.com>
3186
3187 * goto-addr.el (goto-address-at-mouse,
3188 goto-address-find-address-at-point): Use compose-mail.
3189 (goto-address-mail-method): Removed variable.
3190 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3191 goto-address-send-using-mail): Removed functions.
3192
3193 1998-11-03 Sam Steingold <sds@goems.com>
3194
3195 * simple.el (backward-delete-char-untabify):
3196 backward-delete-char-untabify-method can be `all' now - to delete
3197 hungrily including newlines.
3198
3199 1999-11-15 Sam Steingold <sds@ksp.com>
3200
3201 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3202
3203 1999-11-15 Dave Love <fx@gnu.org>
3204
3205 * cus-edit.el (customize-face, customize-face-other-window):
3206 Require match from completing-read.
3207 (custom-buffer-done-function): Default to custom-bury-buffer, not
3208 bury-buffer.
3209
3210 1999-11-15 Gerd Moellmann <gerd@gnu.org>
3211
3212 * mail/rmail.el, iswitchb.el, hippie-exp.el,
3213 progmodes/cperl-mode.el: Use new backquote syntax.
3214
3215 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
3216
3217 * uniquify.el: Use new backquote syntax.
3218
3219 1999-11-14 Markus Rost <rost@ias.edu>
3220
3221 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3222 as in ispell-local-dictionary-alist.
3223
3224 1999-11-14 Alex Schroeder <alex@gnu.org>
3225
3226 * ansi-color.el (ansi-color-apply): Updated regexps to include
3227 highlighted face.
3228
3229 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
3230
3231 * forms.el (forms--make-format-elt-using-text-properties):
3232 Treat `intangible' differently.
3233
3234 * forms.el: Use new backquote syntax.
3235
3236 1999-11-13 Gerd Moellmann <gerd@gnu.org>
3237
3238 * textmodes/scribe.el (scribe-mode): Doc-fix.
3239
3240 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
3241
3242 * net-utils.el (run-network-program, net-utils-run-program): Use
3243 the new backquote syntax.
3244 (smbclient-program, smbclient-program-options)
3245 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3246 variables
3247 (smbclient, smbclient-list-shares): New functions
3248
3249 1999-11-12 Sam Steingold <sds@ksp.com>
3250
3251 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3252 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3253 (viper-kbd-buf-definition, viper-kbd-mode-alist)
3254 (viper-kbd-mode-pair, viper-kbd-mode-definition)
3255 (viper-kbd-global-pair, viper-kbd-global-definition):
3256 Use the new backquote syntax.
3257
3258 * emulation/viper-cmd.el (viper-test-com-defun)
3259 (viper-prefix-arg-value, viper-prefix-arg-com):
3260 Use the new backquote syntax.
3261
3262 * emacs-lisp/debug.el (debugger-env-macro):
3263 Use the new backquote syntax.
3264
3265 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3266 Use the new backquote syntax.
3267
3268 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3269 New user variable.
3270 (calendar-hide-window): Use it.
3271 (increment-calendar-month, calendar-for-loop, calendar-sum):
3272 Use the new backquote syntax.
3273
3274 1999-11-12 Andrew Innes <andrewi@gnu.org>
3275
3276 * select.el (x-set-selection): Call buffer-substring, not
3277 substring. Also fix docstring
3278
3279 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
3280
3281 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3282 of customizable variables to bug report message. Added
3283 system-type to package name in bug report.
3284
3285 1999-11-12 Gerd Moellmann <gerd@gnu.org>
3286
3287 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3288 to display file names.
3289
3290 1999-11-11 Gerd Moellmann <gerd@gnu.org>
3291
3292 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3293
3294 * isearch.el: Add lazy-highlighting feature.
3295
3296 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3297
3298 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3299 constant.
3300 (ps-mode-submit-bug-report): New function. Entry added to menu.
3301
3302 1999-11-10 William M. Perry <wmperry@aventail.com>
3303
3304 * mwheel.el: New file to support the new style wheeled mice.
3305
3306 1999-11-10 Gerd Moellmann <gerd@gnu.org>
3307
3308 * startup.el (initial-scratch-message): Add ";;" to the front of
3309 lines in the message.
3310
3311 * files.el (file-local-copy): Remove optional BUFFER argument
3312 because that's not used by anything.
3313
3314 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3315 to-address.
3316
3317 1999-11-08 Markus Rost <rost@ias.edu>
3318
3319 * wid-edit.el (widget-button-click): Wrap with save-excursion
3320 to restore track-mouse in the correct buffer.
3321
3322 1999-11-08 Gerd Moellmann <gerd@gnu.org>
3323
3324 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3325
3326 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
3327
3328 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3329 lpr-command to "lp" for some system-types. (copied from lpr.el
3330 Emacs version 20.2.1).
3331
3332 1999-11-04 Markus Rost <rost@ias.edu>
3333
3334 * simple.el (comment-region): Strip off white space at end of
3335 comment-start.
3336
3337 1999-11-04 Gerd Moellmann <gerd@gnu.org>
3338
3339 * faces.el (secondary-selection): Fix wrong color name.
3340
3341 1999-11-04 John Tobey <jtobey@epsilondev.com>
3342
3343 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
3344 the default when invoking perldb in a non-Perl buffer, and other
3345 cases involving -e or --.
3346
3347 1999-11-04 Gerd Moellmann <gerd@gnu.org>
3348
3349 * simple.el (previous-matching-history-element)
3350 (next-history-element): Use delete-field instead of erase-field.
3351
3352 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
3353 Use delete-field instead of erase-field.
3354
3355 * faces.el (secondary-selection): Change background to yellow.
3356
3357 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
3358 find the start of the text. Use field-string to read the user
3359 input.
3360
3361 1999-11-03 Gerd Moellmann <gerd@gnu.org>
3362
3363 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
3364 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
3365 for compatibility with old face implementation.
3366
3367 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
3368 Use erase-field instead of erase-buffer.
3369
3370 * frame.el (blink-cursor-mode, blink-cursor-end): Use
3371 internal-show-cursor with new interface.
3372 (blink-cursor-timer-function): New.
3373 (blink-cursor-start): Use blink-cursor-timer-function.
3374
3375 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3376
3377 * calendar.el (redraw-calendar): Move to nearest date before
3378 redrawing.
3379
3380 * diary-lib.el (simple-diary-display): Reset modeline even if
3381 there are no diary entries since the diary buffer may be displayed.
3382
3383 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3384
3385 * emacs-lisp/debug.el (debug): If noninteractive, display the
3386 backtrace using `message', then exit Emacs.
3387 (debugger-batch-max-lines): New variable.
3388 (debugger-setup-buffer): New subroutine, broken out of `debug'.
3389 Change the messages put at the start, to say that the debugger
3390 was entered.
3391
3392 1999-11-02 Sam Steingold <sds@ksp.com>
3393
3394 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
3395
3396 1999-11-01 John Tobey <jtobey@epsilondev.com>
3397
3398 * gud.el: (gud-perldb-massage-args): Massage correctly in the
3399 presence of perl switches other than "-e".
3400
3401 1999-11-01 Markus Rost <rost@ias.edu>
3402
3403 * dired-x.el (dired-smart-shell-command): Use
3404 shell-command-history as in shell-command.
3405
3406 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3407
3408 * userlock.el (ask-user-about-lock): Doc fix.
3409
3410 * frame.el: Doc fixes.
3411
3412 1999-11-01 Gerd Moellmann <gerd@gnu.org>
3413
3414 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
3415 of show-cursor.
3416 (blink-cursor-start, blink-cursor-end): Ditto.
3417
3418 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
3419
3420 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3421
3422 * window.el (walk-windows): If ALL-FRAMES is a frame,
3423 start on that frame. Use save-selected-window.
3424
3425 1999-11-01 Gerd Moellmann <gerd@gnu.org>
3426
3427 * simple.el (end-of-buffer): Use window-end to find the window end
3428 instead of vertical-motion because this handles variable-height
3429 lines correctly.
3430
3431 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
3432
3433 * ediff.el: Version change.
3434
3435 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3436 make sure you are in a good frame before deleting other
3437 windows.
3438 (ediff-file-checked-in-p): Don't consider CVS
3439 files checked in.
3440 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
3441 are writing to a newly created empty file.
3442
3443 * ediff-mult.el (ediff-show-session-group-hook): New default.
3444
3445 * ediff-vers.el (ediff-pcl-cvs-view-revision):
3446 First cd to the file directory. reportedly works
3447 better with remote files.
3448
3449 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
3450 Use file-name-nondirectory when passing files to CVS.
3451
3452 * ediff-diff.el (ediff-cmp-options): New variable.
3453 (ediff-same-file-contents): Use ediff-cmp-options.
3454
3455 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
3456 ediff-get-patch-buffer): Use current buffer if it appears to be a
3457 patch.
3458
3459 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
3460 C-g
3461
3462 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
3463 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3464 (viper-save-cursor-color,viper-restore-cursor-color):
3465 Improved cursor color handling.
3466 (viper-get-saved-cursor-color-in-replace-mode,
3467 viper-get-saved-cursor-color-in-insert-mode): New functions for
3468 better cursor color handling.
3469
3470 * viper-ex.el (ex-read,ex-edit):
3471 Fixes for correct interpretation of #,%.
3472 (viper-ex): Now works correctly when called from other functions.
3473 (viper-glob-function): New variable.
3474 (viper-ex): Save excursion before doing :global.
3475
3476 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
3477
3478 * viper-cmd.el (viper-post-command-sentinel,
3479 viper-insert-state-post-command-sentinel,
3480 viper-insert-state-pre-command-sentinel): Takes better care of
3481 cursor colors.
3482
3483 * viper.el: Version change.
3484
3485 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
3486
3487 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
3488 that the modeline display was updated *only* when
3489 `whitespace-display-in-modeline' was set, not otherwise.
3490
3491 1999-10-30 Gerd Moellmann <gerd@gnu.org>
3492
3493 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
3494 "frac12".
3495
3496 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
3497 ad-activate.
3498
3499 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
3500
3501 * whitespace.el: Test for existence of `defcustom' and `defgroup'
3502 using fboundp instead of assuming that these are not present in
3503 particular flavors of emacs.
3504 (whitespace-version): Update to 2.8
3505 (whitespace-display-in-modeline): Add custom variable to control
3506 displaying the whitespace errors on the modeline based on
3507 suggestion from <klaus.berndl@sdm.de>
3508 (whitespace-buffer): Now returns `t' if unclean and `nil' if
3509 clean, to enable using as a hook function, as suggested by Puneet
3510 Goel <puneet@computer.org>
3511 (whitespace-buffer): Fix a subtle bug that cleaned up only if
3512 quiet was not set, even with whitespace-auto-cleanup set.
3513 (whitespace-mode-line): Now uses less modeline real estate and
3514 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
3515 which is present in the file, and <y> is any type of whitespace
3516 whose check has been suppressed by setting
3517 `whitespace-check-<whitespace-type>' to nil.
3518 (whitespace-unchecked-whitespaces): New function to return the
3519 list of whitespaces for whom checks have been suppressed.
3520 (whitespace-display-unchecked-whitespaces): Renamed to
3521 `whitespace-update-modeline' to reflect its functionality.
3522
3523 1999-10-30 Gerd Moellmann <gerd@gnu.org>
3524
3525 * progmodes/compile.el (compilation-error-regexp-alist):
3526 Undo previous change.
3527
3528 1999-10-28 Dave Love <fx@gnu.org>
3529
3530 * help.el (help-follow): Make arg optional again and really
3531 default to point.
3532
3533 1999-10-28 Gerd Moellmann <gerd@gnu.org>
3534
3535 * paths.el (rmail-file-name): Make it an option.
3536
3537 * progmodes/ada-mode.el, progmodes/ada-prj.el,
3538 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
3539 comment fixes.
3540
3541 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
3542 MIPS Pro 7.3 compiler error message syntax.
3543
3544 1999-10-27 Dave Love <fx@gnu.org>
3545
3546 * progmodes/compile.el: Checkdoc-inspired fixes.
3547
3548 1999-10-27 Gerd Moellmann <gerd@gnu.org>
3549
3550 * lpr.el (print-buffer): Doc-string fix.
3551
3552 1999-10-27 Dave Love <fx@gnu.org>
3553
3554 * emacs-lisp/advice.el: Doc fixes.
3555 (ad-lemacs-p): Removed.
3556 (advice): Add :link to defgroup.
3557
3558 1999-10-27 Kenichi Handa <handa@etl.go.jp>
3559
3560 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
3561 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
3562
3563 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3564
3565 * window.el (walk-windows): If ALL-FRAMES is a frame,
3566 start on that frame. Use save-selected-window.
3567
3568 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3569
3570 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
3571 ad-activate. All callers changed, including those in data.c.
3572 (ad-activate-internal-off): Renamed from ad-activate-off.
3573 All uses changed.
3574 (ad-activate): Renamed from ad-activate-on. All uses changed.
3575 (ad-start-advice, ad-stop-advice, ad-recover-normality):
3576 Alter the definition of ad-activate-internal, not ad-activate.
3577
3578 1999-10-26 Gerd Moellmann <gerd@gnu.org>
3579
3580 * startup.el (command-line-1): Add support for command line
3581 arguments `file' and `execute'. Fix handling of `visit'.
3582
3583 1999-10-26 Kenichi Handa <handa@etl.go.jp>
3584
3585 * international/mule-cmds.el (read-input-method-name): Handle the
3586 case that the arg DEFAULT is symbol.
3587
3588 * international/mule-diag.el (mule-diag): Handle the case that
3589 default-input-method is symbol.
3590
3591 1999-10-26 Gerd Moellmann <gerd@gnu.org>
3592
3593 * textmodes/tildify.el: New file.
3594
3595 1999-10-25 Sam Steingold <sds@ksp.com>
3596
3597 * Makefile (compile-files): Fixed the "tr" strings.
3598 (EMACS): Set to ../src/emacs.
3599
3600 1999-10-25 Gerd Moellmann <gerd@gnu.org>
3601
3602 * info.el (Info-build-node-completions): Add '("*") to the
3603 completion list.
3604
3605 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3606
3607 * frame.el (auto-raise-mode): When enabling the mode,
3608 immediately raise the selected frame.
3609
3610 * indent.el (indent-region): Doc fix.
3611
3612 * comint.el (comint-output-filter): Make the Comint buffer current
3613 for the comint-preoutput-filter-functions.
3614
3615 * mail/reporter.el: Doc fix.
3616
3617 1999-10-24 Stephen Eglen <stephen@gnu.org>
3618
3619 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
3620 that Octave lisp files can also run under XEmacs 20.
3621 (require 'custom) added so that files can run under Emacs 19.34.
3622
3623 * iswitchb.el (iswitchb-default-keybindings): No need to use
3624 read-kbd-macro in keybindings.
3625
3626 1999-10-23 Dave Love <fx@gnu.org>
3627
3628 * elide-head.el: New file.
3629
3630 1999-10-23 Gerd Moellmann <gerd@gnu.org>
3631
3632 * Makefile (compile-files, backup-compiled-files): New targets.
3633 (bootstrap, bootstrap-clean): Ditto.
3634
3635 1999-10-22 Paul Eggert <eggert@twinsun.com>
3636
3637 * international/mule-cmds.c (locale-language-names):
3638 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
3639 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
3640 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
3641 Use Latin-8 for Welsh.
3642 Use Latin-1 for English if "en" is explicitly specified.
3643 Use Latin-1 for Scots Gaelic, Tagalog.
3644 Use Latin-1 (not Latin-4) for Greenlandic.
3645 Use Latin-1 (not Latin-2) for Albanian.
3646 (locale-preferred-coding-systems, locale-language-names):
3647 Remove generic ISO 8859 locales; locale-charset-language-names now
3648 does this.
3649 (locale-charset-language-names): New variable.
3650 (set-locale-environment): Use language name specified by
3651 locale-charset-language-names if its charsets disagree with the
3652 language name specified by locale-language-names.
3653
3654 1999-10-22 Dave Love <fx@gnu.org>
3655
3656 * make-mode.el: Minor doc fixes.
3657
3658 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
3659
3660 1999-10-21 Dave Love <fx@gnu.org>
3661
3662 * loadup.el: Add latin-8, latin-9.
3663
3664 1999-10-20 Paul Eggert <eggert@twinsun.com>
3665
3666 * disp-table.el (standard-display-european): Remove undocumented
3667 arg AUTO; no longer used by startup.el. Do not attempt to treat
3668 all non-English language environments as coding system names.
3669 Instead, use the downcased language environment name as a coding
3670 system name if it is one; otherwise, use latin-1.
3671
3672 1999-10-20 Gerd Moellmann <gerd@gnu.org>
3673
3674 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
3675 that were split so that part of the comment appeared as Lisp code.
3676
3677 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3678
3679 * ps-bdf.el: Doc fix.
3680
3681 * ps-print-def.el: New file: common definitions for all parts of
3682 ps-print.
3683 (ps-multibyte-buffer): Moved from ps-mule.
3684
3685 * ps-mule.el: File dependence fix.
3686 (ps-multibyte-buffer): Moved to ps-print-def.
3687
3688 * ps-print.el: Doc fix, better customization.
3689 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
3690 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
3691 (ps-end-file): Doc fix.
3692 (ps-setup, ps-begin-file): Fun fix.
3693 (postscript): New group.
3694 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
3695 (ps-print-prologue-1): Adjust PostScript programming.
3696 (ps-print): Adjust group hierarchy.
3697 (ps-print-n-up, ps-print-zebra, ps-print-background,
3698 ps-print-printer)
3699 (ps-print-page): New subgroups.
3700 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
3701 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
3702 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
3703 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
3704 (ps-zebra-stripe-height, ps-print-background-image)
3705 (ps-print-background-text, ps-spool-config): Adjust customization.
3706 (dos-ps-printer): Definition eliminated.
3707
3708 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3709
3710 * ps-mule.el: Doc fix, define functions properly if mule package is
3711 loaded or not.
3712 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
3713 mule package is loaded or not.
3714
3715 * ps-print.el: Doc fix, n-up printing.
3716 (ps-print-version): New version number (5.0).
3717 (ps-page-dimensions-database): Added document media.
3718 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
3719 (ps-page-order, ps-printing-region-p): New vars.
3720 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
3721 funs.
3722 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
3723 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
3724 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
3725 (ps-n-up-xstart, ps-n-up-ystart): New macros.
3726 (ps-print-begin-sheet-hook): New hook.
3727 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
3728 const.
3729 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
3730 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
3731 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
3732 (ps-count-lines): Changed to defun.
3733 (ps-header-page): Changed to defsubst, fix fun.
3734 (ps-printing-region): Doc fix, adjust programming code.
3735 (ps-output-boolean, ps-background-pages, ps-background-text)
3736 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
3737 programming code.
3738
3739 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3740
3741 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
3742 (ps-print-version): New version number (4.2).
3743 (ps-spool-config, ps-spool-tumble): New vars.
3744 (ps-print-prologue-1): Changed to defconst, adjust PostScript
3745 programming, new PostScript procedure to handle errors.
3746 (ps-print-prologue-2): Changed to defconst.
3747 (ps-print-duplex-feature): New const: duplex and tumble setting.
3748 (ps-setup, ps-begin-file): Fix funs.
3749 (ps-boolean-capitalized): New fun.
3750
3751 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
3752
3753 * Makefile (dontcompilefiles): Obsoleted.
3754 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
3755 (EL): Unused.
3756 (temacs): Removed (unused).
3757 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
3758 version of the file (necessary for the update to work properly).
3759 (autoloads): Force the use of `pwd`/loaddefs.el.
3760 (updates); Redefined in terms of other targets to reduce redundancy.
3761 (.el.elc): New default rule, just in case you want it.
3762 (compile): Use a single invocation of Emacs.
3763 (bootstrap-compile); Unneeded.
3764 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
3765
3766 1999-10-19 Dave Love <fx@gnu.org>
3767
3768 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
3769
3770 1999-10-19 Sam Steingold <sds@ksp.com>
3771
3772 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
3773 comply with the comment.
3774
3775 1999-10-19 Gerd Moellmann <gerd@gnu.org>
3776
3777 * autorevert.el (auto-revert-mode): Make auto-revert-mode
3778 permanent-local.
3779
3780 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
3781
3782 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
3783 value: \"lpr\" changed to "lpr"
3784 (ps-mode-version): New constant
3785 (ps-mode-show-version): New function, added key in ps-mode-map
3786 (ps-run-messages): Removed
3787 (ps-run-font-lock-keywords-2): New defcustom variable replacing
3788 ps-run-messages. These keywords now include the value of
3789 ps-run-prompt, making its fontification customizable.
3790 (ps-run-init): Removed \\n from docstring, it is now added when
3791 the value is used
3792 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
3793 ps-run-prompt
3794 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
3795 customizable variables in doc-string (its equivalent
3796 ps-run-messages was missing in previous version of the doc-string)
3797 (ps-run-mode): Simplified assignment to font-lock-defaults, using
3798 symbols only
3799
3800 1999-10-19 Alex Schroeder <alex@gnu.org>
3801
3802 * ansi-color.el: Complete rewrite.
3803
3804 1999-10-19 Paul Eggert <eggert@twinsun.com>
3805
3806 Fix bootstrapping problems.
3807 Use the system locale to specify Emacs locale defaults.
3808
3809 * international/mule-cmds.el (global-map):
3810 Do not use backquote, because that makes a bootstrapping
3811 problem if you need to recompile all Lisp files using interpreted code.
3812 * international/mule.el (charset-id, charset-bytes,
3813 charset-dimension, charset-chars, charset-width,
3814 charset-direction, charset-iso-final-char,
3815 charset-iso-graphic-plane, charset-reverse-charset,
3816 charset-short-name, charset-long-name, charset-description,
3817 charset-plist): Likewise.
3818 * subr.el (save-match-data): Likewise.
3819
3820 * international/mule-cmds.el
3821 (set-display-table-and-terminal-coding-system): New function,
3822 containing code migrated out of set-language-environment.
3823 (set-language-environment, set-locale-environment): Use it.
3824 (locale-translation-file-name): Moved here from startup.el.
3825 (locale-language-names, locale-preferred-coding-systems):
3826 New vars.
3827 (locale-name-match, set-locale-environment): New functions.
3828
3829 * language/japan-util.el (setup-japanese-environment-internal):
3830 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
3831
3832 * startup.el (iso-8859-n-locale-regexp): Remove.
3833 (locale-translation-file-name): Move to mule-cmds.el.
3834 (command-line): Move locale-stuff into set-locale-environment.
3835
3836 1999-10-18 Dave Love <fx@gnu.org>
3837
3838 * abbrev.el (add-abbrev, inverse-add-abbrev)
3839 (expand-region-abbrevs): Remove properties from buffer text.
3840
3841 1999-10-17 Gerd Moellmann <gerd@gnu.org>
3842
3843 * iswitchb.el (iswitchb-exhibit): Extract user-input only
3844 from the mini-buffer, without the prompt.
3845
3846 * simple.el (minibuffer-prompt-end): Return the position
3847 after the prompt, not the position of that last character
3848 of the prompt.
3849
3850 1999-10-17 Miles Bader <miles@gnu.org>
3851
3852 * simple.el: Doc fixes.
3853
3854 1999-10-17 Miles Bader <miles@gnu.org>
3855
3856 * simple.el (previous-matching-history-element, next-history-element):
3857 Change to work correctly even if the point is in the prompt.
3858 (choose-completion-string): Likewise.
3859 (minibuffer-prompt-width): New function (compatibility with old subr).
3860
3861 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
3862 When constraining the final position to the current field,
3863 don't use the ONLY-IN-LINE mode of constrain-to-field.
3864
3865 1999-10-17 Miles Bader <miles@gnu.org>
3866
3867 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
3868 constrain-to-field.
3869 * textmodes/paragraphs.el (forward-sentence): Likewise.
3870
3871 1999-10-17 Miles Bader <miles@gnu.org>
3872
3873 * simple.el (line-move): Use constrain-to-field to avoid
3874 moving into a prompt.
3875 (previous-complete-history-element): Clarify doc string.
3876 (next-complete-history-element): Likewise.
3877 Use field-beginning instead of point-min.
3878 (next-matching-history-element): Use field-beginning and
3879 erase-field instead of point-min and erase-buffer.
3880 * textmodes/paragraphs.el
3881 (forward-paragraph, forward-sentence): Likewise.
3882 (backward-kill-paragraph, backward-kill-sentence): Remove code to
3883 constrain the kill to an field, as the movement commands now
3884 do this.
3885
3886 1999-10-17 Miles Bader <miles@gnu.org>
3887
3888 * simple.el (previous-matching-history-element): Get the
3889 minibuffer input with field-string instead of buffer-string.
3890 (choose-completion-string): Likewise.
3891 (next-history-element): Likewise.
3892 Erase the minibuffer input with erase-field, not erase-buffer.
3893 Use field-beginning to find the beginning of the input.
3894 * textmodes/paragraphs.el (backward-kill-sentence):
3895 Remove minibuffer-prompt hack.
3896 Constrain to any input field.
3897
3898 1999-10-17 Sam Steingold <sds@ksp.com>
3899
3900 * bindings.el (completion-ignored-extensions): Added ".sparcf"
3901 for CMUCL on sparc and ".ufsl" for LispWorks.
3902 (bound-and-true-p): Bugfix: free variable `v'.
3903
3904 1999-10-16 Dave Love <d.love@dl.ac.uk>
3905
3906 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
3907 (edebug-uninstall-read-eval-functions): Use load-read-function,
3908 avoiding elisp-eval.
3909
3910 1999-10-16 Sam Steingold <sds@ksp.com>
3911
3912 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
3913 instead of `eql'.
3914
3915 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
3916
3917 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
3918 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
3919 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
3920 * ediff-util.el (ediff-make-temp-file):
3921 * ediff-vers.el (ediff-pcl-cvs-view-revision):
3922 * emerge.el (emerge-make-temp-file):
3923 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
3924 * vc.el (vc-update-change-log):
3925 * mail/mailpost.el (post-mail-send-it):
3926 * mail/metamail.el (metamail-region):
3927 * progmodes/cmacexp.el (c-macro-expansion):
3928 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
3929
3930 1999-10-15 Gerd Moellmann <gerd@gnu.org>
3931
3932 * smtpmail.el (smtpmail-via-smtp): Add support for
3933 automatically appending a domain to RCPT TO: addresses.
3934
3935 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3936
3937 * dired.el (dired-insert-directory): Insert the amount of
3938 free space after the total size.
3939 (dired-free-space-program, dired-free-space-args): New variables.
3940
3941 1999-10-14 Karl Heuer <kwzh@gnu.org>
3942
3943 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
3944
3945 1999-10-14 Dave Love <fx@gnu.org>
3946
3947 * international/characters.el:
3948 * international/fontset.el:
3949 * international/mule-conf.el: Add latin-iso8859-1[45].
3950
3951 * language/european.el: Add Latin-8, Latin-9. Modify some doc
3952 strings.
3953
3954 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
3955 (command-line): Detect Latin-[89] locales.
3956
3957 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
3958
3959 * international/mule-cmds.el (select-safe-coding-system)
3960 (leim-list-header): Avoid the use of strings that start with backslash
3961 newline since lread.c:read1 has a hack to turn those strings into
3962 integer 0 during the loadup.el process.
3963
3964 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
3965
3966 1999-10-13 Dave Love <fx@gnu.org>
3967
3968 * image.el (insert-image): Copy the image spec and add an
3969 intangible property.
3970
3971 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
3972
3973 * help.el (help-xref-interned): Make it also work on variable-only
3974 and function-only symbols.
3975 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
3976 (help-follow): If the point under mouse is not highlighted, try
3977 `help-xref-interned' on the pointed-to symbol anyway.
3978
3979 * info.el (Info-on-current-buffer): New entry point.
3980 (Info-find-node): Split into two for Info-on-current-buffer to
3981 hook into it.
3982 (Info-current-file, Info-set-mode-line, Info-up):
3983 Info-current-file can now be t.
3984 (Info-clone-buffer-hook): Function for `clone-buffer'.
3985 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
3986 Make `clone-buffer' available in various ways to the user.
3987
3988 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
3989
3990 * simple.el (shell-command, shell-command-on-region): Use
3991 make-temp-file.
3992 (clone-buffer, clone-process, clone-buffer-hook): New functions.
3993
3994 * subr.el (with-current-buffer): Don't use backquotes to avoid
3995 bootstrapping problems.
3996
3997 * loadup.el (load-path): Add subdirs for bootstrapping.
3998 (docstrings): Ignore errors during bootstrapping.
3999 (args): New `bootstrap' argument (for use in place of `dump').
4000
4001 1999-10-12 Emmanuel Briot <briot@gnat.com>
4002
4003 * ada-stmt.el: Doc-string fixes.
4004
4005 1999-10-12 Gerd Moellmann <gerd@gnu.org>
4006
4007 * recentf.el: New file.
4008
4009 * ps-mode.el: New file.
4010
4011 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4012 case insensitive.
4013
4014 1999-10-12 Richard Sharman <rsharman@pobox.com>
4015
4016 * sh-script.el: Added support for indenting existing scripts.
4017 (sh-mode-map): Added new bindings.
4018 (sh-mode): Updated mode doc-string for new commands, added
4019 make-local-variable calls, initialize mode-specific variables.
4020 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
4021 is now a different function.
4022 (sh-header-marker): Changed docstring.
4023 (sh-set-shell): Initialize mode-specific variables.
4024 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4025 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4026 Changed these define-skeleton calls to work with user-specified
4027 indentation settings.
4028 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4029 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4030 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4031 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4032 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4033 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4034 (sh-guess-basic-offset, sh-handle-after-case-label)
4035 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4036 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4037 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4038 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4039 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4040 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4041 (sh-handle-this-then, sh-help-string-for-variable)
4042 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4043 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4044 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4045 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4046 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4047 (sh-remove-our-text-properties, sh-rescan-buffer)
4048 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4049 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4050 (sh-scan-case, sh-search-word, sh-set-char-syntax)
4051 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4052 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4053 functions.
4054 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4055 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4056 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4057 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4058 (sh-var-list): New variables.
4059
4060 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
4061
4062 * quickurl.el (quickurl-list-insert): `count-lines' was returning
4063 a value one line to high if the cursor wasn't at the start of a
4064 line. A `beginning-of-line' is now performed before making the
4065 call to `count-lines'.
4066
4067 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
4068
4069 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4070
4071 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4072
4073 * Makefile (setwins): Abstract out the command to find subdirectories
4074 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4075 (custom-deps, finder-data, autoloads, update-subdirs, updates)
4076 (autoloads-with-other-emacs): Use it.
4077
4078 * diff-mode.el: New file. A mode for viewing/editing context diffs.
4079
4080 1999-10-09 Gerd Moellmann <gerd@gnu.org>
4081
4082 * Makefile (bootstrap-compile): New target. Compile Lisp
4083 files with ../src/temacs.
4084
4085 1999-10-08 Dave Love <fx@gnu.org>
4086
4087 * ange-ftp.el: Require dired when compiling.
4088 (ange-ftp-normal-login): Allow EFS-style port specification.
4089
4090 1999-10-08 Simon Marshall <simon@gnu.org>
4091
4092 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4093 (regexp-opt-group): Use it to get common suffixes in STRINGS.
4094 If STRINGS is nil, return "" rather than nil.
4095
4096 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4097
4098 * Makefile (compile): Compile files one by one. Set load-path to
4099 current directory and subdirectories when compiling.
4100
4101 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4102
4103 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4104 (emacs): Use it everywhere instead of EMACS.
4105 (compile): New target. Compile all Lisp files from scratch.
4106 (recompile): New target. Recompile lisp directory.
4107 (autoloads-with-other-emacs): New target. Build loaddefs.el with
4108 an Emacs executable not built in the current directory tree.
4109
4110 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
4111
4112 * filecache.el (file-cache-completion-ignore-case): New variable,
4113 defaulting to the value of completion-ignore-case.
4114 (file-cache-minibuffer-complete): Use it.
4115 (file-cache-files-matching, file-cache-files-matching-internal):
4116 New functions.
4117
4118 1999-10-07 Emmanuel Briot <briot@gnat.com>
4119
4120 * ada-xref.el: New file
4121
4122 * ada-prj.el: New file
4123
4124 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4125
4126 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4127 subprogram being created.
4128
4129 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4130 ada-indent-newline-indent): Rewritten to support the new indentation
4131 scheme
4132
4133 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4134 New functions
4135
4136 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4137 justification parameter
4138
4139 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4140 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4141 external program
4142
4143 1999-10-07 Dave Love <fx@gnu.org>
4144
4145 * bindings.el (bound-and-true-p): New macro.
4146 (make-mode-line-mouse-sensitive): Don't require easymenu.
4147
4148 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4149
4150 * custom.el (defface): Extend documentation for new values of
4151 `type'.
4152
4153 * faces.el (face-spec-set-match-display): Recognize `type' of
4154 `motif', `lucid', `x-toolkit'.
4155 (menu): New face.
4156
4157 1999-10-05 Dave Love <fx@gnu.org>
4158
4159 * files.el: Recognize temporary crontab files.
4160
4161 * info.el: Require jka-compr when compiling.
4162 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4163
4164 1999-10-04 Dave Love <fx@gnu.org>
4165
4166 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4167 scroll-up-aggressively, scroll-down-aggressively.
4168
4169 * time.el (display-time-mode): Add autoload cookie.
4170
4171 * rect.el (delete-extract-rectangle): Doc fix from verna.
4172
4173 * help-macro.el (three-step-help): Customize.
4174
4175 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4176
4177 * hexl.el (hexlify-buffer): Move point in proper range
4178 if it is too large.
4179 (hexl-after-revert-hook): Update hexl-max-address.
4180 (hexl-address-to-marker): Doc fix.
4181
4182 1999-10-03 Dave Love <fx@gnu.org>
4183
4184 * image.el (defimage): Remove redundant code. Substitute file in
4185 image plist.
4186
4187 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
4188
4189 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4190 when doing with-temp-file.
4191
4192 1999-10-01 Dave Love <fx@gnu.org>
4193
4194 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4195
4196 * help.el: Require view when compiling.
4197 (view-emacs-FAQ): Use Info version.
4198
4199 1999-09-29 Ken'ichi Handa <handa@gnu.org>
4200
4201 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4202 (normat->normal). Use correct font names for Korean
4203 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4204
4205 1999-09-29 Kenichi Handa <handa@etl.go.jp>
4206
4207 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4208 code not used by KOI8 to the same 8-bit code instead of mapping to
4209 SPC.
4210 (cyrillic-alternativnyj-decode-table): Likewise.
4211
4212 1999-09-29 Alex Schroeder <alex@gnu.org>
4213
4214 * sql.el (sql-imenu-generic-expression): Aew, used to set
4215 imenu-generic-expression.
4216 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4217 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
4218 imenu-case-fold-search, and imenu-syntax-alist.
4219 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4220 setting font-lock-defaults' SYNTAX-ALIST.
4221
4222 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4223
4224 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4225 macro, try again.
4226
4227 1999-09-28 Dave Love <fx@gnu.org>
4228
4229 * cus-edit.el (custom-comment): Change widget definition.
4230 (custom-comment-create, custom-comment-show)
4231 (custom-comment-invisible-p): Don't use :comment-overlay.
4232 (custom-comment-hide): New function.
4233 (custom-variable-set, custom-variable-save)
4234 (custom-variable-reset-standard, custom-face-set)
4235 (custom-face-save): Use it.
4236
4237 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4238
4239 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4240
4241 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4242
4243 * faces.el (region): Doc fix.
4244
4245 1999-09-27 Dave Love <fx@gnu.org>
4246
4247 * isearch.el (isearch): Add :links in defgroup.
4248 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4249 (isearch-switch-frame-handler): Comment out (unused).
4250 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4251 (isearch-ring-retreat-edit): Doc fix.
4252 (isearch-mouse-yank): New command.
4253 (isearch-last-command-char): Removed. Callers changed to use
4254 last-command-char.
4255 (isearch-char-to-string): Removed. Callers changed to use
4256 char-to-string.
4257
4258 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
4259
4260 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4261 option for Russian.
4262
4263 1999-09-25 Gerd Moellmann <gerd@gnu.org>
4264
4265 * faces.el (face-differs-from-default-p): Compare face
4266 attributes individually.
4267
4268 * image.el (put-image, insert-image): Add string argument.
4269
4270 1999-09-24 Gerd Moellmann <gerd@gnu.org>
4271
4272 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4273 LANG=de_DE.iso88591 on HPUX 11.0.
4274
4275 * dired.el (dired-move-to-filename-regexp): Make it work
4276 for LANG=de_DE.iso88591 on HPUX 11.0.
4277
4278 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4279
4280 * info.el (info-initialize): Don't test existence of ALTERNATIVE
4281 if we know for some other reason it should not be used.
4282
4283 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4284 New variable.
4285 (edebug-recursive-edit): Save current-prefix-arg there,
4286 bind it, and set it back at the end.
4287 (edebug-outside-excursion): Restore and update the outside
4288 value of current-prefix-arg.
4289 (edebug-emacs-version-specific): Delete support for Epoch.
4290
4291 1999-09-24 Howard Melman <howard@silverstream.com>
4292
4293 * imenu.el (imenu-after-jump-hook): New variable.
4294 (imenu): Run menu-after-jump-hook.
4295 (imenu-name-lookup-function): New variable.
4296 * imenu.el (imenu--in-alist): Use those variables.
4297
4298 1999-09-24 Carsten Dominik <cd@gnu.org>
4299
4300 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4301 multiple thebibliography environments.
4302
4303 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4304 with recentering window.
4305 (reftex-extract-bib-entries-from-thebibliography,
4306 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
4307 with multiple thebibliography environments.
4308
4309 * textmodes/reftex-vars.el
4310 (reftex-section-levels): Function allowed as cdr.
4311 (reftex-max-section-depth) New option.
4312
4313 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4314 with multiple thebibliography environments.
4315
4316 1999-09-23 Gerd Moellmann <gerd@gnu.org>
4317
4318 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4319 instead of point-min in call to delete-region.
4320
4321 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
4322
4323 * vc.el (vc-backend-checkout): Use with-temp-file when checking
4324 out into arbitrary file names.
4325
4326 1999-09-19 Ken'ichi Handa <handa@gnu.org>
4327
4328 * language/european.el ("Turkish"): New language environment.
4329
4330 1999-09-19 Dave Love <fx@gnu.org>
4331
4332 * delim-col.el: New file.
4333
4334 1999-09-17 Richard Stallman <rms@gnu.org>
4335
4336 * files.el (after-find-file): When visiting a backup file,
4337 make it read-only.
4338
4339 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
4340 (apropos-keybinding-face, apropos-label-face): Likewise.
4341 (apropos-property-face, apropos-match-face): Likewise.
4342 (apropos-label-properties): New variable.
4343 (apropos-print-doc): Use apropos-label-properties.
4344 (apropos-print): Set apropos-label-properties.
4345
4346 1999-09-15 Richard Stallman <rms@gnu.org>
4347
4348 * winner.el: Use aref instead of sref.
4349
4350 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
4351
4352 1999-09-14 Gerd Moellmann <gerd@gnu.org>
4353
4354 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
4355
4356 1999-09-14 Richard Stallman <rms@gnu.org>
4357
4358 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
4359 cookie, even if followed by a letter.
4360
4361 1999-09-14 Stephen Eglen <stephen@gnu.org>
4362
4363 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
4364 --no-line-editing are passed to Octave by including them here
4365 rather than storing them in inferior-octave-startup-args.
4366
4367 1999-09-14 Eli Zaretskii <eliz@gnu.org>
4368
4369 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
4370 command, option, env and sc.
4371
4372 * subr.el (shell-quote-argument): Quote argument with double
4373 quotes for ms-dos.
4374
4375 1999-09-14 Richard Stallman <rms@gnu.org>
4376
4377 * simple.el (eval-expression-print-level): New variable.
4378 (eval-expression-print-length): New variable.
4379 (eval-expression-debug-on-error): New variable.
4380 (eval-expression): Bind print-level, print-length and
4381 debug-on-error from those vars.
4382
4383 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
4384 Bind print-level, print-length and debug-on-error.
4385
4386 1999-09-14 Inge Frick <inge@nada.kth.se>
4387
4388 * dired.el (dired-recursive-deletes): New custom variable.
4389 (dired-re-no-dot): New variable.
4390 (dired-delete-file): New function deletes files and directories
4391 recursively.
4392 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
4393
4394 * dired-aux.el (dired-recursive-copies): New custom variable.
4395 (dired-handle-overwrite): Broke a long line.
4396 (dired-copy-file): Call `dired-copy-file-recursive' instead of
4397 `copy-file'.
4398 (dired-copy-file-recursive): New function. Copy directories
4399 recursively.
4400 (dired-do-create-files): Added support for generalized directory
4401 target. How-to function may now return a function. New fluid
4402 variable `dired-one-file'.
4403 (dired-copy-how-to-fn): New variable.
4404 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
4405 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
4406 (dired-do-copy-regexp): No recursive copies.
4407
4408 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
4409
4410 * whitespace.el (whitespace-version): Update version to 2.4
4411
4412 * whitespace.el: Add customization variables to conditionally test
4413 any of the five whitespaces, per request from Rune Kleveland
4414 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
4415
4416 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
4417
4418 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
4419 list of modes to be checked for bogus whitespaces.
4420
4421 * whitespace.el (whitespace-rescan-timer-time): Update
4422 documentation.
4423
4424 * whitespace.el (whitespace-display-unchecked-whitespaces):
4425 New function to update modeline with untested whitespaces.
4426
4427 * whitespace.el (whitespace-buffer): Test only whitespaces whose
4428 checking is turned on, and update modeline using the newly created
4429 `whitespace-display-unchecked-whitespaces'.
4430
4431 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
4432 whose checking is turned on, and update modeline using the newly
4433 created `whitespace-display-unchecked-whitespaces'.
4434
4435 * whitespace.el (whitespace-describe): Update documentation.
4436
4437 * whitespace.el (whitespace-tickle-timer): Test if
4438 `whitespace-rescan-timer-time' is non-zero before tickling timer.
4439
4440 1999-09-13 Dave Love <fx@gnu.org>
4441
4442 * hideif.el (hide-ifdef-mode): Add autoload cookie.
4443
4444 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
4445 for temp buffer.
4446 (checkdoc-this-string-valid): Don't assume default comment-start.
4447
4448 1999-09-13 Gerd Moellmann <gerd@gnu.org>
4449
4450 * rsz-mini.el: Remove code, keep the interface.
4451
4452 1999-09-13 Dave Love <fx@gnu.org>
4453
4454 * help.el (help-highlight-p): Doc fix.
4455
4456 * faces.el (mode-line, header-line, tool-bar): Add :version.
4457 (highlight, secondary-selection): Add :group.
4458 (trailing-whitespace): Add :group, :version.
4459
4460 * wid-edit.el: Remove some compatibility code and checks.
4461 (widget-specify-field, widget-specify-button): Don't use XEmacs
4462 properties.
4463 (widget-overlay-inactive): Change error message.
4464 (widget-button-pressed-face): New variable.
4465 (widget-button-click): Use it.
4466 (widget-documentation-link-add): Specify mouse and button faces.
4467 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
4468 removed now the functionality is built in.
4469
4470 * cus-edit.el: Don't define-widget-keywords.
4471 (multimedia): New group.
4472 (custom-last): Function removed.
4473 (custom-quote): Add vectorp case, comment out characterp case.
4474 (custom-buffer-done-function, custom-raised-buttons): New option.
4475 (Custom-buffer-done): New function.
4476 (custom-buffer-create-internal): Obey custom-raised-buttons,
4477 Custom-buffer-done.
4478 (custom-button-face): Make it `released-button'.
4479 (custom-button-pressed-face): Make it `pressed-button'
4480 (custom-mode-map): Bind "q" to Custom-buffer-done.
4481 (custom-mode): Deal with raised/pressed buttons.
4482
4483 Changes from Didier Verna:
4484 (custom-prompt-variable): Optional third arg makes prompt for a
4485 comment string.
4486 (customize-set-value, customize-set-variable,
4487 customize-save-variable): Optional prefix makes function handle
4488 variable comments.
4489 (customize-customized, customize-saved, custom-variable-state-set)
4490 (custom-variable-set, custom-variable-save, custom-face-state-set)
4491 (custom-variable-reset-saved, custom-variable-reset-standard)
4492 (custom-face-set, custom-face-save, custom-face-reset-saved)
4493 (custom-face-reset-standard, customize-save-customized): Handle
4494 custom comments.
4495 (custom-comment-face, custom-comment-tag-face): New face.
4496 (custom-comment): New widget.
4497 (custom-comment-create, custom-comment-delete)
4498 (custom-comment-value-set, custom-comment-show)
4499 ()custom-comment-invisible-p): New functions.
4500 (custom-variable-value-create, custom-face-value-create): Create a
4501 comment field widget.
4502 (custom-variable-menu, custom-face-menu): New entry for custom
4503 comment.
4504 (custom-face-value-create): Remove compatibility code.
4505 (custom-save-variables, custom-save-faces): Possibly save custom
4506 comments.
4507
4508 * cus-face.el (custom-face-attributes): Simplify :underline,
4509 :overline, :inverse-video cases. Fix up :box case (probably needs
4510 more work).
4511
4512 Change from Didier Verna:
4513 (custom-set-faces): The arguments can now have a custom comment as
4514 fourth argument.
4515
4516 * custom.el: Don't define-widget-keywords.
4517 Change from Didier Verna:
4518 (custom-set-variables): The arguments can now have a
4519 custom comment as fifth element.
4520
4521 1999-09-13 Richard Stallman <rms@gnu.org>
4522
4523 * info.el (Info-find-node): Cope better if guesspos is too large.
4524
4525 1999-09-12 Gerd Moellmann <gerd@gnu.org>
4526
4527 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
4528 of buffer-substring because buffer-string doesn't copy the
4529 prompt.
4530
4531 * faces.el (mode-line): Replaces `modeline'.
4532 (toplevel): Make `modeline' an alias for `mode-line'.
4533
4534 1999-09-12 Gerd Moellmann <gerd@gnu.org>
4535
4536 * gs.el: Change `ghostscript' to `postscript' in comment.
4537
4538 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
4539
4540 * emulation/tpu-edt.el (tpu-version): New version.
4541 (tpu-search-overlay, tpu-replace-overlay): New variables.
4542 (tpu-search-highlight, tpu-toggle-direction): New functions.
4543 (tpu-lm-replace): Set tpu-replace-overlay.
4544 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
4545 command hook.
4546
4547 1999-09-11 Richard Stallman <rms@gnu.org>
4548
4549 * isearch.el (isearch-mode-map): Undo previous change.
4550
4551 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
4552 use all of that as the sexp.
4553
4554 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
4555 and use the initial argument as file name directly.
4556 Likewise if nothing matches.
4557
4558 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
4559
4560 * winner.el: Major changes. Avoid changing point and mark.
4561 Save configurations after they change, not before.
4562
4563 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
4564
4565 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4566 Bind print-continuous-numbering and print-number-table.
4567
4568 1999-09-10 Dave Love <fx@gnu.org>
4569
4570 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
4571
4572 1999-09-09 Richard Stallman <rms@gnu.org>
4573
4574 * whitespace.el: Finish making it fit Emacs conventions.
4575 Add autoloads.
4576
4577 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
4578
4579 * generic-x.el (bat-generic-mode): "::"-style comments don't
4580 need to begin with "-". Fix the font-lock definitions of ON/OFF
4581 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
4582 from the list of keywords. Add DO to the list of keywords.
4583
4584 1999-09-09 Dave Love <fx@gnu.org>
4585
4586 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
4587 (byte-optimize-backward-word): New optimizations.
4588 (side-effect-free-fns, side-effect-and-error-free-fns): Add
4589 entries.
4590
4591 1999-09-09 Gerd Moellmann <gerd@gnu.org>
4592
4593 * image.el (put-image): Remove optional buffer parameter.
4594
4595 * faces.el (face-italic-p): Return t only for values `italic'
4596 and `oblique'.
4597
4598 * mouse.el (mouse-drag-mode-line-1): Extension of former
4599 mouse-drag-mode-line that also drags the header line.
4600 (mouse-drag-mode-line): Call it.
4601 (mouse-drag-header-line): New.
4602 (toplevel): Bind down-mouse-1 on header lines to
4603 mouse-drage-header-line.
4604
4605 1999-09-08 Gerd Moellmann <gerd@gnu.org>
4606
4607 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
4608 (make-mode-line-mouse-sensitive): Replace `top-line' by
4609 `header-line'.
4610
4611 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
4612
4613 * help.el (describe-function-1): Don't return empty string for keymaps.
4614
4615 * fill.el (fill-region-as-paragraph, canonically-space-region):
4616 Respect colon-double-space at end of line.
4617
4618 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
4619
4620 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
4621 (backup-buffer): Use it.
4622
4623 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
4624
4625 * generic-x.el (generic-define-unix-modes): Added new modes:
4626 inetd-conf-generic-mode, etc-services-generic-mode,
4627 etc-passwd-generic-mode. These are all defined for Unix by default.
4628 (apache-generic-mode): Use an imenu-generic-expression to list
4629 Configuration keywords.
4630 (samba-generic-mode): Use both ; and # as comment characters.
4631 (samba-generic-mode): Font-lock expressions now highlight name
4632 value pairs.
4633 (bat-generic-mode): Keywords are now case-insensitive through
4634 font-lock-defaults setting.
4635 (java-properties-generic-mode): Supports both ! and # as comment
4636 characters.
4637 (java-properties-generic-mode): Added an imenu-generic-expression
4638 (java-properties-generic-mode): Reworked to support the various
4639 different ways to separate name and value (viz, '=', ':' and
4640 whitespace).
4641 (show-tabs-generic-mode): Added this new generic-mode.
4642
4643 1999-09-08 Richard Stallman <rms@gnu.org>
4644
4645 * progmodes/inf-lisp.el: Moved from top directory.
4646
4647 * tar-mode.el (tar-header-block-tokenize):
4648 Use `when' instead of `and'. Fix some clobbered text.
4649
4650 * gud.el (gud-make-debug-menu): Make a child for the
4651 local menu, for its menu bar, and the debug menu.
4652 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
4653 Use the history in the simple way.
4654
4655 1999-09-07 Kenichi Handa <handa@etl.go.jp>
4656
4657 * language/korea-util.el (default-korean-keyboard): Initialize it
4658 according to the environment variable HANGUL_KEYBOARD_TYPE.
4659
4660 1999-09-07 Richard Stallman <rms@gnu.org>
4661
4662 * subr.el (make-temp-file): New function.
4663
4664 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
4665
4666 * font-lock.el (font-lock-multiline): New text property contains
4667 a boolean to indicate if the char is part of a multiline match.
4668 (font-lock-default-fontify-region): Extend the region appropriately
4669 for multiline keywords.
4670 (font-lock-default-unfontify-region): Also remove the new
4671 font-lock-multiline text property.
4672 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
4673 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
4674
4675 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4676
4677 * diary-lib.el (list-diary-entries): Make sure two-digit years
4678 have leading zeros.
4679
4680 1999-09-07 Gerd Moellmann <gerd@gnu.org>
4681
4682 * faces.el (face-set-after-frame-default): Initialize some
4683 attributes of some faces from frame parameters.
4684
4685 * faces.el (scroll-bar, border, cursor, mouse): New faces.
4686
4687 1999-09-07 Gerd Moellmann <gerd@gnu.org>
4688
4689 * faces.el (fringe): Replaces face `margin'.
4690
4691 1999-09-07 Dave Love <fx@gnu.org>
4692
4693 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
4694
4695 1999-09-07 Richard Stallman <rms@gnu.org>
4696
4697 * subr.el (push): Doc fix.
4698
4699 1999-09-06 Richard Stallman <rms@gnu.org>
4700
4701 * vc.el (vc-annotate-display): Use < 69 not < 70
4702 to distinguish 20YY from 19YY.
4703
4704 * timezone.el (timezone-parse-date): Use < 69 not < 70
4705 to distinguish 20YY from 19YY.
4706
4707 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
4708
4709 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
4710
4711 * quickurl.el: (quickurl-list-focused-line): Removed.
4712 (quickurl-list-insert): Now works out the focused line using
4713 `count-lines' instead of using `quickurl-list-focused-line'.
4714
4715 1999-09-06 Richard Stallman <rms@gnu.org>
4716
4717 * mail/rmail.el (rmail-retry-failure): Unconditionally move
4718 to beginning of message.
4719
4720 1999-09-06 Dave Love <fx@gnu.org>
4721
4722 * isearch.el (isearch-mode-map): Add mouse-2.
4723
4724 * mail/rmail.el (rmail-read-password): Deleted.
4725 (rmail-get-pop-password): Use read-password.
4726
4727 * quickurl.el: Don't conditionally define caddr.
4728 (quickurl-url-comment): Use nth, not caddr in function and
4729 defsetf.
4730
4731 1999-09-06 Richard Stallman <rms@gnu.org>
4732
4733 * auto-show.el: Doc fixes.
4734
4735 1999-09-06 Stephen Eglen <stephen@gnu.org>
4736
4737 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
4738 --no-line-editing so that TABs in source files are not interpreted
4739 as completion requests.
4740
4741 1999-09-06 Gerd Moellmann <gerd@gnu.org>
4742
4743 * hscroll.el, auto-show.el: Remove all code, keep the public
4744 interface as no-ops.
4745
4746 * faces.el (face-bold-p): Don't return t if face has lighter
4747 weight than normal.
4748
4749 1999-09-06 Eli Zaretskii <eliz@gnu.org>
4750
4751 * startup.el (command-line): Make small-temporary-file-directory
4752 be nil except on ms-dos.
4753
4754 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
4755
4756 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
4757 is defined.
4758
4759 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
4760 letters with a colon after d or l.
4761
4762 1999-09-06 Dave Love <fx@gnu.org>
4763
4764 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
4765 primitive.)
4766
4767 1999-09-05 Richard Stallman <rms@gnu.org>
4768
4769 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
4770
4771 * textmodes/paragraphs.el (backward-kill-sentence):
4772 Don't test minibuffer-prompt-end here.
4773 (forward-sentence): Do handle it here.
4774 (backward-kill-paragraph): Don't test it here.
4775 (forward-paragraph): Handle it here.
4776
4777 * mouse.el (font-menu-add-default): Simplify code.
4778
4779 1999-09-05 Gerd Moellmann <gerd@gnu.org>
4780
4781 * faces.el (header-line): Renamed from `top-line'.
4782
4783 1999-09-05 Gerd Moellmann <gerd@gnu.org>
4784
4785 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
4786
4787 1999-09-04 Richard Stallman <rms@gnu.org>
4788
4789 * whitespace.el: New file.
4790
4791 1999-09-04 Dave Love <fx@gnu.org>
4792
4793 * paths.el: Make some doc strings obey the make-docfile convention.
4794
4795 * bindings.el: Likewise.
4796 (debug-ignored-errors): Remove BBDB ones.
4797
4798 1999-09-03 Richard Stallman <rms@gnu.org>
4799
4800 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
4801 not from the draft to forward.
4802
4803 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
4804
4805 1999-09-03 Dave Love <fx@gnu.org>
4806
4807 * double.el (double-mode): Customize the variable.
4808
4809 1999-09-03 Kenichi Handa <handa@etl.go.jp>
4810
4811 * international/characters.el: Delete duplicated code.
4812
4813 1999-09-02 Richard Stallman <rms@gnu.org>
4814
4815 * indent.el (indent-relative): Doc fix.
4816
4817 * quickurl.el (quickurl): Doc fix.
4818
4819 1999-09-02 Gerd Moellmann <gerd@gnu.org>
4820
4821 * faces.el (margin): Change background to "gray" for mono (this is
4822 drawn with a stipple pattern).
4823
4824 1999-09-02 Gerd Moellmann <gerd@gnu.org>
4825
4826 * simple.el (next-history-element): Use minibuffer-prompt-end once
4827 again. Remove test for minibuffer-prompt-in-buffer.
4828
4829 1999-09-02 Eli Zaretskii <eliz@gnu.org>
4830
4831 * files.el (small-temporary-file-directory): New variable.
4832
4833 * startup.el (command-line): Compute the value of
4834 small-temporary-file-directory.
4835
4836 * ediff-init.el (ediff-temp-file-prefix): Use
4837 small-temporary-file-directory if non-nil.
4838
4839 * vc.el (vc-update-change-log): Likewise.
4840
4841 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
4842
4843 * simple.el (shell-command, shell-command-on-region): Use
4844 make-temp-name properly. Use small-temporary-file-directory if
4845 non-nil, otherwise temporary-file-directory, to generate temporary
4846 files.
4847
4848 * dos-w32.el (direct-print-region-helper): Use
4849 temporary-file-directory. (From Stefan Monnier.)
4850
4851 1999-09-02 Richard Stallman <rms@gnu.org>
4852
4853 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
4854 from asm-comment-char.
4855 (asm-font-lock-keywords): Recognize instruction width suffixes.
4856
4857 1999-09-01 Richard Stallman <rms@gnu.org>
4858
4859 * play/fortune.el: New file.
4860
4861 1999-08-31 Dave Love <fx@gnu.org>
4862
4863 * help.el (help-make-xrefs): Don't lose on non-empty blank line
4864 after key table.
4865
4866 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
4867 redisplay variables.
4868
4869 * subr.el (push): Fix typo.
4870
4871 1999-08-30 Kevin Blake <kblake@ticnet.com>
4872
4873 * emacs-lisp/ring.el: Many doc fixes.
4874 (ring-size, ring-copy): New functions.
4875
4876 1999-08-29 Richard Stallman <rms@gnu.org>
4877
4878 * progmodes/etags.el (tags-loop-continue):
4879 After tags-loop-operate returns, force skip to next file.
4880
4881 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
4882 (mail-extr-first-letters, mail-extr-last-letters):
4883 Use character classes [:alpha:] and [:alnum:].
4884
4885 * subr.el (push, pop): New macros.
4886
4887 * progmodes/compile.el (compilation-error-regexp-alist):
4888 New item for SGI IRIX MipsPro compilers.
4889
4890 * speedbar.el (speedbar-directory-buttons): Recognize
4891 device names when checking for file names.
4892
4893 * array.el (array-reconfigure-rows): Use generate-new-buffer.
4894
4895 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
4896 and specially handle defvar inside their expansions.
4897 (eval-defun-1): New subroutine.
4898
4899 * progmodes/compile.el (compilation-error-regexp-alist):
4900 Fix the Perl -w entry to allow period after line number.
4901 Don't allow newlines in file name, but allow them after line number
4902 for Perl debugging traces.
4903
4904 * which-func.el (which-func-cleanup-function): New variable.
4905 (which-function): Call that function.
4906
4907 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
4908 to end a function name.
4909
4910 * informat.el (Info-tagify): Don't insert more than one newline
4911 before the tag table.
4912
4913 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
4914
4915 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
4916 than make-temp-name, use match-string-no-properties, and eliminate
4917 a quadratic behavior when building bibtex-strings.
4918
4919 1999-08-29 Alex Schroeder <alex@gnu.org>
4920
4921 * comint.el (comint-input-ring-separator): New variable.
4922 (comint-read-input-ring): Doc change; use
4923 comint-input-ring-separator when reading file.
4924 (comint-write-input-ring): Use
4925 comint-input-ring-separator when writing file.
4926
4927 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
4928
4929 * informat.el (Info-tagify): Start by widening.
4930 Match node headers that don't list the file name,
4931 and more kinds of page separations.
4932 Strip properties during tagification.
4933 Use start of node header line as tag's position.
4934 Fix the "done" message.
4935
4936 (Info-validate): Save and restore match data around narrowing down.
4937
4938 1999-08-28 Richard M. Stallman <rms@gnu.org>
4939
4940 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
4941 On repeated call, override previous values put into
4942 minor-mode-map-alist and minor-mode-alist.
4943
4944 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
4945
4946 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
4947
4948 1999-08-27 Andreas Schwab <schwab@gnu.org>
4949
4950 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
4951 from cvs update.
4952
4953 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4954
4955 * calendar/calendar.el (calendar-move-hook): New hook.
4956
4957 * calendar/cal-move.el: Call the new hook in every movement function.
4958
4959 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
4960 the right function name.
4961
4962 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
4963
4964 * time-stamp.el: Put quote-backquote around all symbol names
4965 in doc strings, for mousing.
4966 (time-stamp): Support multi-line patterns.
4967 (time-stamp-inserts-lines): New variable.
4968 (time-stamp-count): New variable.
4969 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
4970 "Thu" instead of "%a".
4971
4972 1999-08-25 Gerd Moellmann <gerd@gnu.org>
4973
4974 * simple.el (kill-word): Undo previous change.
4975
4976 1999-08-25 Gerd Moellmann <gerd@gnu.org>
4977
4978 * jit-lock.el (jit-lock-function): Extend the fontified range
4979 to the beginning of the line containing the range start and
4980 the beginning of the line following the range end.
4981
4982 1999-08-24 Dave Love <fx@gnu.org>
4983
4984 * timezone.el: Move provide to end.
4985 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
4986 <70 are 2000+.
4987 (timezone-parse-time): Simplify somewhat.
4988
4989 1999-08-24 Gerd Moellmann <gerd@gnu.org>
4990
4991 * faces.el (margin): Renamed from bitmap-area.
4992
4993 1999-08-24 Alex Schroeder <alex@gnu.org>
4994
4995 * sql.el: Doc changes.
4996 (sql-sybase): Use sql-server instead of sql-database.
4997
4998 1999-08-23 Dave Love <fx@gnu.org>
4999
5000 * rect.el: Add/fix various doc strings. Add `*' to all the
5001 interactive specs.
5002
5003 1999-08-21 Gerd Moellmann <gerd@gnu.org>
5004
5005 * jit-lock.el (jit-lock-function): Use line-beginning-position.
5006 Don't unwind-protect font-lock-fontify-region.
5007
5008 * paragraphs.el (backward-kill-paragraph): Don't move
5009 point into mini-buffer prompt.
5010 (backward-kill-sentence): Ditto.
5011
5012 * simple.el (next-history-element): Use minibuffer-prompt-end.
5013 Remove test for minibuffer-prompt-in-buffer.
5014 (kill-word): Don't move point into mini-buffer prompt.
5015
5016 1999-08-21 Dave Love <fx@gnu.org>
5017
5018 * Makefile: Exclude CVS dirs like RCS.
5019
5020 1999-08-19 Dave Love <fx@gnu.org>
5021
5022 * tooltip.el (tooltip-mode): Customize this, per convention.
5023 (tooltip-active): Option deleted.
5024
5025 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
5026
5027 * hanoi.el, page-ext.el: Declare dynamic vars.
5028
5029 * term.el: Avoid ange-ftp related compilation warnings.
5030
5031 1999-08-18 Gerd Moellmann <gerd@gnu.org>
5032
5033 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5034 the default so that beginners can benefit from it without
5035 searching in manuals.
5036
5037 1999-08-18 Ray Blaak <blaak@gnu.org>
5038
5039 * progmodes/delphi.el: Consider assembly sections as blocks, to
5040 indent them better. Make auto-indent on newline optional.
5041
5042 1999-08-17 Gerd Moellmann <gerd@gnu.org>
5043
5044 * bindings.el (mode-line-modified): Look up key binding for C-x
5045 C-q. If it's bound call that binding, otherwise call
5046 toggle-read-only.
5047
5048 1999-08-17 Dave Love <fx@gnu.org>
5049
5050 * info.el (info): Doc fix.
5051
5052 * finder.el (finder-known-keywords): Add `multimedia'.
5053
5054 * apropos.el: Don't capitalize custom group name.
5055
5056 * info-look.el: Remove compatibility code.
5057 (info-lookup-guess-default*): DTRT for point at start of symbol.
5058 (info-complete): Don't lose with point not at end of symbol.
5059
5060 1999-08-16 Gerd Moellmann <gerd@gnu.org>
5061
5062 * term.el (toplevel): Make face `term-default' an empty face.
5063 The code relied on the fact that Emacs ignored invalid faces in
5064 face text properties in 20.4.
5065
5066 1999-08-16 Richard M. Stallman <rms@gnu.org>
5067
5068 * subr.el (point-at-eol, point-at-bol): New aliases.
5069
5070 * simple.el: Functions reordered.
5071
5072 * rect.el (delete-rectangle-line): Use line-end-position.
5073
5074 1999-08-16 Karl Heuer <kwzh@gnu.org>
5075
5076 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5077 here from simple.el.
5078
5079 1999-08-16 Dave Love <fx@gnu.org>
5080
5081 * mouse.el: Provide `mldrag' for compatibility.
5082 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5083 marked obsolete.
5084
5085 * mldrag.el: Removed since the features are in mouse.el.
5086
5087 * jka-compr.el (auto-compression-mode): New variable for
5088 customization.
5089
5090 * bindings.el (mode-line-mule-info): Doc fix.
5091
5092 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5093 name comparisons.
5094
5095 * files.el (interpreter-mode-alist): Add make, guile, clisp.
5096 (find-file): Doc fix.
5097
5098 1999-08-16 Carsten Dominik <cd@gnu.org>
5099
5100 * textmodes/reftex.el: Most of the code moved to other files.
5101 * textmodes/reftex-auc.el: New file, split out from reftex.el
5102 * textmodes/reftex-cite.el: New file, split out from reftex.el
5103 * textmodes/reftex-global.el: New file, split out from reftex.el
5104 * textmodes/reftex-index.el: New file, split out from reftex.el
5105 * textmodes/reftex-parse.el: New file, split out from reftex.el
5106 * textmodes/reftex-ref.el: New file, split out from reftex.el
5107 * textmodes/reftex-sel.el: New file, split out from reftex.el
5108 * textmodes/reftex-toc.el: New file, split out from reftex.el
5109 * textmodes/reftex-vars.el: New file, split out from reftex.el
5110 * textmodes/reftex-vcr.el: New file, split out from reftex.el
5111
5112 1999-08-16 Carsten Dominik <cd@gnu.org>
5113
5114 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5115 conflict with pop-up-frames.
5116 (reftex-special-environment-parsers): New constant.
5117 (reftex-label-alist): car of an entry can also be a function.
5118 (reftex-what-special-env): Cew function.
5119 (reftex-label-location): Call `reftex-what-special-env'.
5120 (reftex-compile-variables): Check for symbol in
5121 `reftex-label-alist'.
5122 (reftex-what-environment): Fixed bug with stacked environments of
5123 same kind (e.g. enumerate).
5124 (reftex-process-string): Preserve default directory.
5125 (reftex-label-alist-builtin): Changed prefixes of endnote and
5126 footnote. Also the magic words.
5127 (reftex-reference): Interprete new option
5128 `reftex-fref-is-default'.
5129 (reftex-replace-prefix-escapes): Interprete new `%S' format.
5130 (reftex-toc-mouse-view-line): Command removed (had no binding).
5131 (reftex-everything-regexp): New function.
5132 (reftex-nearest-match): Made better.
5133 (reftex-toc-find-section): Use new version of
5134 `reftex-nearest-match'.
5135 (reftex-insert-docstruct): Adapted to work with the index stuff.
5136 (reftex-parse-from-file): Find index entries as well.
5137 (reftex-toc-toggle-index): New function
5138 (reftex-toc-map): `i' is now used to togle the index, File
5139 boundaries has been moved to `F'.
5140 (reftex-select-label-map): Toggling display of file boundaries is
5141 now on the `F' key, for consistency with `reftex-toc-map'.
5142 (reftex-erase-all-selection-and-index-buffers): Renamed from
5143 `reftex-erase-all-selection-buffer'. Now also kills the index
5144 buffers.
5145 (reftex-viewing-cross-references): Customization group renamed
5146 from reftex-viewing-cross-references-and-citations.
5147 (reftex-index-macro-regexp,
5148 reftex-find-index-entry-regexp-format): New variables
5149 (reftex-macros-with-index): New variable
5150 (reftex-add-index-macros): New function
5151 (reftex-renumber-simple-labels, reftex-translate): Allow for
5152 multiple labels in a single ref command.
5153 (reftex-index-support): New customization group
5154 (reftex-support-index, reftex-index-special-chars,
5155 reftex-index-macros, reftex-index-default-macro,
5156 reftex-index-default-tag, reftex-index-math-format,
5157 reftex-index-section-letters, reftex-index-include-context,
5158 reftex-index-follow-mode, reftex-index-header-face,
5159 reftex-index-section-face, reftex-index-tag-face,
5160 reftex-index-face): New options
5161 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5162 reftex-index-tag, reftex-index-return-marker,
5163 reftex-index-restriction-indicator, reftex-index-restriction-data,
5164 reftex-index-macro-regexp, reftex-index-level-re,
5165 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5166 reftex-everything-regexp-no-index, reftex-index-re,
5167 reftex-macros-with-index, reftex-index-macro-alist): New variables
5168 (reftex-index-help, reftex-index-macros-builtin,
5169 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5170 reftex-query-index-macro-help): New constants
5171 (reftex-index-selection-or-word, reftex-index,
5172 reftex-default-index, reftex-update-default-index,
5173 reftex-index-complete-tag, reftex-index-select-tag,
5174 reftex-index-complete-key, reftex-index-update-taglist,
5175 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5176 reftex-display-index, reftex-insert-index,
5177 reftex-index-insert-new-letter, reftex-get-restriction,
5178 reftex-index-pre-command-hook, reftex-index-post-command-hook,
5179 reftex-index-show-help, reftex-index-next, reftex-index-previous,
5180 reftex-index-toggle-follow, reftex-index-toggle-context,
5181 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5182 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5183 reftex-index-quit, reftex-index-quit-and-kill,
5184 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5185 reftex-index-revert, reftex-index-switch-index-tag,
5186 reftex-index-restrict-to-section, reftex-index-widen,
5187 reftex-index-restriction-forward,
5188 reftex-index-restriction-backward, reftex-index-visit-location,
5189 reftex-index-analyze-entry, reftex-index-globalize,
5190 reftex-index-edit, reftex-index-toggle-range-beginning,
5191 reftex-index-toggle-range-end, reftex-index-edit-key,
5192 reftex-index-edit-attribute, reftex-index-edit-visual,
5193 reftex-index-edit-part, reftex-index-level-down,
5194 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5195 reftex-index-change-entry, reftex-index-goto-letter,
5196 reftex-add-index-macros, reftex-ensure-index-support,
5197 reftex-index-info-safe, reftex-index-info): New functions.
5198
5199
5200 1999-08-15 Richard M. Stallman <rms@gnu.org>
5201
5202 * paren.el (show-paren-mode): Support making show-paren-mode
5203 a buffer-local variable. Don't check for a window system.
5204 (show-paren-function): Check whether show-paren-function is
5205 enabled in current buffer; do the right thing if not.
5206 Don't check for a window system.
5207 (show-paren-mode): Make it a user variable.
5208
5209 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5210 Handle `enum' like `struct'.
5211
5212 * server.el (server-process-filter): If a client visits no buffers,
5213 close it immediately before recording it.
5214
5215 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5216 Optimize by calling concat just once. Handle =\n sequence.
5217 (mail-unquote-printable-region): New command.
5218 (mail-quote-printable): Make it autoload.
5219
5220 1999-08-15 Karl Heuer <kwzh@gnu.org>
5221
5222 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5223
5224 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
5225
5226 * lisp/texinfmt.el: Handle @ifnottex.
5227
5228 1999-08-15 Eli Zaretskii <eliz@gnu.org>
5229
5230 * frame.el (blink-cursor): Don't turn on cursor blinking for
5231 ms-dos.
5232
5233 * faces.el (face-valid-attribute-values): Look in
5234 x-bitmap-file-path only for x and w32 window systems.
5235
5236 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5237 Do that if width is nil as well.
5238 (x-display-mm-height, x-display-mm-width): Update values.
5239 (x-colors): Compute the list from msdos-color-values.
5240 (x-select-enable-clipboard): Doc fix.
5241 (x-frob-font-weight, x-font-family-list): New functions.
5242
5243 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
5244
5245 * window.el (shrink-window-if-larger-than-buffer): Don't try to
5246 back up from beginning of buffer.
5247
5248 1999-08-13 Karl Heuer <kwzh@gnu.org>
5249
5250 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5251
5252 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
5253
5254 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
5255 doomsday clock, speed control is added and changes are made to
5256 allow large numbers of rings: rings now show the whole ring
5257 number, not just the last digit; consecutive rings are allowed to
5258 be the same size when necessary to fit all the rings in the
5259 window; and poles can be oriented horizontally. Face support is
5260 thrown in gratuitously.
5261 (hanoi): Changed default number of rings back to 3.
5262 (hanoi-unix, hanoi-unix-64): New commands
5263 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5264 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5265 hanoi-odd-ring-face): New variables.
5266 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5267 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5268 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5269 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5270 (hanoi-topos, hanoi-draw-ring): Removed.
5271
5272 1999-08-12 Gerd Moellmann <gerd@gnu.org>
5273
5274 * faces.el (face-valid-attribute-values): Return an alist for
5275 families on ttys.
5276 (face-read-integer): Handle unspecified face attributes. Add
5277 completion for `unspecified'.
5278 (read-face-attribute): Handle unspecified font attributes.
5279 (face-valid-attribute-values): Add `unspecified' to lists so that
5280 it can be chosen via completion.
5281 (face-read-string): Don't recognize "none" as input.
5282
5283 1999-08-10 Dave Love <fx@gnu.org>
5284
5285 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5286 string.
5287
5288 * sun-curs.el: Require sun-fns.
5289
5290 1999-08-10 Dave Love <fx@gnu.org>
5291
5292 * autorevert.el (auto-revert-mode): Add autoload cookie.
5293
5294 * hscroll.el, auto-show.el: Files deleted -- we have built-in
5295 hscroll.
5296
5297 * simple.el (hscroll-step, hscroll-point-visible)
5298 (hscroll-window-column): Remove now we have the mentioned real
5299 horizontal autoscrolling.
5300
5301 1999-08-10 Richard M. Stallman <rms@gnu.org>
5302
5303 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
5304 control use of -f option.
5305 (mail-specify-envelope-from): New variable.
5306 (mail-from-style): Doc fix.
5307
5308 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5309 (easy-menu-get-map): New arg TO-MODIFY helps choose
5310 between local and global maps.
5311 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5312 (easy-menu-change): Doc fix.
5313
5314 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5315 (info-lookup-guess-default): Simplified and cleaned up.
5316 (info-lookup-guess-default*): Preserve point.
5317
5318 * view.el (view-mode-disable): If buffer-read-only is nil,
5319 don't change it.
5320
5321 * files.el (after-find-file): Disable View mode if buffer is no
5322 longer read-only.
5323
5324 * view.el (view-mode-enable, view-mode-disable):
5325 Call force-mode-line-update.
5326
5327 1999-08-10 Karl Heuer <kwzh@gnu.org>
5328
5329 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
5330 * array.el, play/landmark.el, international/latin-3.el: Likewise.
5331 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
5332
5333 1999-08-10 Alex Schroeder <asc@bsiag.com>
5334
5335 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
5336 to prevent m-eating-bug.
5337
5338 1999-08-10 Eli Zaretskii <eliz@gnu.org>
5339
5340 * term/pc-win.el (msdos-bg-mode): Remove. Call
5341 frame-set-background-mode instead. All callers changed.
5342 (msdos-face-setup): Don't force color display parameter, it is set
5343 by frame-set-background-mode.
5344 (make-msdos-frame): Call x-handle-reverse-video and
5345 face-set-after-frame-default. Delete frame if creation failed.
5346
5347 * faces.el (face-set-after-frame-default): Don't call
5348 make-face-x-resource-internal for the pc window-system.
5349
5350 1999-08-10 Dave Love <fx@melange.gnu.org>
5351
5352 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
5353 case with no docstring specially.
5354
5355 1999-08-09 Eli Zaretskii <eliz@gnu.org>
5356
5357 * complete.el (PC-do-completion): If completing on file name,
5358 reproduce str by concatenating its directory and basename parts.
5359
5360 1999-08-07 Dave Love <fx@gnu.org>
5361
5362 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
5363 unibyte to multibyte conversion of search-forward (from Handa),
5364 but avoid the replacement if the language is Latin-N.
5365
5366 1999-08-06 Richard Stallman <rms@gnu.org>
5367
5368 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
5369 of eval-buffer.
5370
5371 * international/mule.el (load-with-code-conversion):
5372 Pass t to eval-buffer for DO-ALLOW-PRINT.
5373
5374 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
5375
5376 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
5377 of filenames and attributes.
5378 (ls-lisp-insert-directory): Use directory-files-and-attributes
5379 for speed.
5380
5381 1999-08-05 Dave Love <fx@gnu.org>
5382
5383 * auto-show.el (auto-show-mode): Fix :set.
5384
5385 * widget.el (define-widget-keywords): Make dummy definition and
5386 comment-out its use.
5387
5388 1999-08-04 Richard Stallman <rms@gnu.org>
5389
5390 * progmodes/tcl.el: Customized.
5391
5392 * sql.el (sql-accumulate-and-indent): Instead of testing
5393 whether this is Emacs 20 before calling comint-accumulate,
5394 test whether comint-accumulate is defined.
5395
5396 1999-08-04 Dave Love <fx@gnu.org>
5397
5398 * sgml-mode.el: Require outline when compiling.
5399 (sgml-mode-hook, html-mode-hook): Customize.
5400 (sgml-validate-command): Fix :version.
5401 (html-autoview-mode): Doc fix.
5402
5403 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
5404 nothing in Latin-N environment.
5405
5406 * info.el (Info-find-node): Call info-initialize here.
5407 (info): Not here.
5408 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
5409
5410 1999-08-04 Richard Stallman <rms@gnu.org>
5411
5412 * ansi-color.el: New file.
5413
5414 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
5415
5416 * dired.el (dired-string-replace-match): Return `nil' when no match
5417 found with global search.
5418
5419 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
5420 * terminal.el (te-terminfo-directory):
5421 * mail/mailpost.el (post-mail-send-it):
5422 * mail/metamail.el (metamail-region):
5423 * progmodes/ada-mode.el (ada-tmp-directory):
5424 Use temporary-file-directory.
5425
5426 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
5427 (compilation-filter, compilation-forget-errors)
5428 (compilation-parse-errors): Use a marker instead of an integer for
5429 `compilation-parsing-end'.
5430
5431 * progmodes/diff.el (diff-parse-differences):
5432 Use a marker instead of an integer for `compilation-parsing-end'.
5433 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5434 Use a marker instead of an integer for `compilation-parsing-end'.
5435
5436 1999-08-03 Richard Stallman <rms@gnu.org>
5437
5438 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
5439 (Buffer-menu-mode): Doc fix.
5440 (Buffer-menu-view): New command.
5441 (Buffer-menu-view-other-window): New command.
5442
5443 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
5444
5445 * replace.el (query-replace-regexp-eval)
5446 (replace-eval-replacement, replace-loop-through-replacements)
5447 (replace-match-string-symbols): New functions.
5448 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
5449 Use replace-loop-through-replacements.
5450
5451 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
5452
5453 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
5454 (5x5): Doc fix.
5455
5456 1999-08-03 Dave Love <fx@gnu.org>
5457
5458 * fortran.el (fortran-indent-new-line): Make it an alias
5459 for reindent-then-newline-and-indent.
5460
5461 1999-08-03 Didier Verna <verna@inf.enst.fr>
5462
5463 * rect.el: All functions rewritten, except when noted above
5464 their declaration. Below is a list of interface changes.
5465 (apply-on-rectangle): New function, mostly replaces
5466 `operate-on-rectangle'. All callers changed.
5467 (move-to-column-force): Pass new second argument to `move-to-column'.
5468 (kill-rectangle): Added optional prefix arg to fill lines.
5469 (delete-rectangle): Ditto.
5470 (delete-whitespace-rectangle): Ditto.
5471 (delete-extract-rectangle): Ditto.
5472 (open-rectangle): Ditto.
5473 (clear-rectangle): Ditto.
5474 (delete-whitespace-rectangle-line): New function.
5475 (delete-rectangle-line): Added third arg FILL.
5476 (delete-extract-rectangle-line): Ditto.
5477 (open-rectangle-line): Ditto.
5478 (clear-rectangle-line): Ditto.
5479
5480 1999-08-03 Ray Blaak <blaak@gnu.org>
5481
5482 * progmodes/delphi.el: New file.
5483
5484 1999-08-02 Richard Stallman <rms@gnu.org>
5485
5486 * textmodes/outline.el (outline-previous-heading): New function.
5487 (outline-up-heading-all): Use outline-previous-heading.
5488 (outline-next-heading): Delete definition inserted yesterday.
5489
5490 1999-08-01 Richard Stallman <rms@gnu.org>
5491
5492 * textmodes/outline.el (outline-next-heading): New function.
5493 (outline-up-heading-all): New function.
5494 (outline-font-lock-level): Using outline-up-heading-all.
5495 Tell outline-back-to-heading to accept invisible headings.
5496
5497 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
5498
5499 * mail/mh-utils.el (mh-find-path-run): New variable.
5500 (mh-find-path): Test and set that.
5501 Set mail-user-agent only the first time this function is run.
5502 (mail-user-agent): Defvar deleted.
5503
5504 * info.el (info-initialize): New function.
5505 (info): Call info-initialize.
5506 (Info-directory-list): Initialize to nil,
5507 so info-initialize will set it up for real.
5508
5509 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5510
5511 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
5512 does not interpret a time as the year in a day-month entry.
5513
5514 * calendar/diary-lib.el: Change syntax table entry for colon in
5515 the diary as part of the european-date-diary-pattern fix.
5516
5517 1999-08-01 Eli Zaretskii <eliz@gnu.org>
5518
5519 * international/mule.el (set-auto-coding): Allow whitespace before
5520 and after the "variable: value" pair.
5521
5522 1999-07-30 Ken'ichi Handa <handa@gnu.org>
5523
5524 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
5525 (default-sendmail-coding-system): Doc-string fixed.
5526
5527 1999-07-30 Dave Love <fx@gnu.org>
5528
5529 * subr.el (assoc-delete-all): New function, renamed from
5530 frame-delete-all.
5531
5532 * frame.el: Change comments to doc strings and other doc fixes.
5533 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
5534 Callers changed.
5535 (set-background-color, set-foreground-color, set-cursor-color)
5536 (set-mouse-color, set-border-color): Offer completion of colours.
5537 (cursor): Add :version to defgroup.
5538
5539 * facemenu.el (list-colors-display): Make it work on ttys.
5540 (facemenu-read-color): Likewise.
5541
5542 1999-07-30 Richard M. Stallman <rms@gnu.org>
5543
5544 * frame.el (frame-notice-user-settings): If background
5545 color has been changed, update background-mode from it,
5546 then update faces.
5547
5548 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
5549
5550 * net-utils.el (finger): Don't do indirect fingering.
5551
5552 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5553
5554 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
5555 rules. Add separator at end of holidays.
5556 (cal-tex-rules): New customizable variable.
5557 (cal-tex-latexify-list): Add optional parameter to put separator
5558 at end.
5559
5560 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
5561
5562 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
5563 fill prefix on each line while looping to the end of paragraph.
5564 End paragraph if it's longer than the existing fill prefix.
5565
5566 * textmodes/fill.el (fill-context-prefix): Doc fix.
5567
5568 1999-07-30 Dave Love <fx@gnu.org>
5569
5570 * font-lock.el (jit-lock): Fix :load, add :version.
5571
5572 1999-07-30 Eli Zaretskii <eliz@gnu.org>
5573
5574 * term/pc-win.el (msdos-face-setup): Register standard colors in
5575 Vface_tty_color_alist.
5576 (face-color-supported-p, face_color_gray_p): New functions.
5577
5578 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
5579 is bound.
5580
5581 * startup.el (command-line): Don't register default colors for
5582 MSDOS window-system.
5583
5584 1999-07-29 Dave Love <fx@gnu.org>
5585
5586 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
5587 charquote.
5588
5589 * lisp-mode.el (eval-defun): Re-written to avoid
5590 capturing variables.
5591
5592 * picture.el (picture-beginning-of-line): Don't call
5593 hscroll-point-visible now we have real autoscrolling.
5594 (picture-end-of-line, picture-newline, picture-open-line):
5595 Likewise.
5596
5597 * international/latin-8.el: New file.
5598 * international/latin-9.el: New file.
5599
5600 1999-07-28 Dave Love <fx@gnu.org>
5601
5602 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
5603
5604 * msb.el: Require cl only when compiling.
5605 (msb--home-dir): Deleted.
5606 (msb--format-title): Use abbreviate-file-name.
5607 (msb--choose-file-menu): Simplify string comparison.
5608
5609 1999-07-28 Gerd Moellmann <gerd@gnu.org>
5610
5611 * faces.el (toolbar): Add face definition for mono displays.
5612
5613 1999-07-27 Richard M. Stallman <rms@gnu.org>
5614
5615 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5616
5617 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
5618 force copying of default-frame-alist.
5619
5620 1999-07-26 Ken'ichi Handa <handa@gnu.org>
5621
5622 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
5623
5624 1999-07-26 Richard M. Stallman <rms@gnu.org>
5625
5626 * frame.el (set-mouse-color): If new color is nil,
5627 really respecify the current color.
5628
5629 1999-07-26 Gerd Moellmann <gerd@gnu.org>
5630
5631 * faces.el (bitmap-area): Change background of face `bitmap-area'
5632 to white for mono displays.
5633
5634 1999-07-26 Kenichi Handa <handa@etl.go.jp>
5635
5636 * international/ccl.el (ccl-embed-symbol): New function.
5637 (ccl-program-p): Deleted. Now it's implemented in C code.
5638 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
5639 (ccl-compile-translate-character): Likewise.
5640 (ccl-compile-map-single): Likewise.
5641 (ccl-compile-multiple-map-function): Likewise.
5642 (declare-ccl-program): Doc-string modified.
5643 (check-ccl-program): Check compiled CCL code by ccl-program-p.
5644
5645 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
5646
5647 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5648
5649 1999-07-25 Markus Rost <rost@gnu.org>
5650
5651 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
5652 the entries to make custom-file more readable.
5653
5654 1999-07-25 Richard M. Stallman <rms@gnu.org>
5655
5656 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
5657
5658 * emacs-lisp/edebug.el: Delete compatibility code.
5659 (edebug-next-token-class): If . is followed by a digit,
5660 return `symbol' for the token class.
5661
5662 * startup.el (command-line): If we don't find the user's init file,
5663 set user-init-file to nil.
5664
5665 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5666
5667 * info-look.el (info-lookup-interactive-arguments): Add optional
5668 argument query for new choice of help mode.
5669 (info-lookup-symbol): Use it.
5670 (info-lookup-file): Ditto.
5671 (info-lookup): Don't switch to other window, if already in Info
5672 buffer.
5673
5674 1999-07-23 Dave Love <fx@gnu.org>
5675
5676 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
5677 syntax.
5678 (fortran-fontify-string, fortran-match-!-comment): Deleted.
5679 (fortran-font-lock-syntactic-keywords): New variable.
5680 (fortran-mode): Use it.
5681 (fortran-font-lock-keywords-1): Don't do comments.
5682 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
5683 match data.
5684
5685 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
5686
5687 * msb.el (msb-menu-bar-update-buffers): Renamed from
5688 menu-bar-update-buffers.
5689 (msb-custom-set, msb--toggle-menu-type): Call
5690 msb-menu-bar-update-buffers.
5691 (msb-mode): Revise the hook setting.
5692
5693 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
5694
5695 1999-07-23 Gerd Moellmann <gerd@gnu.org>
5696
5697 * font-lock.el, help.el, simple.el: Re-integrate previously
5698 described changes that were lost due to errors while checking them
5699 in.
5700
5701 1999-07-23 Kevin Blake <kblake@ticnet.com>
5702
5703 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
5704
5705 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
5706
5707 * international/encoded-kb.el
5708 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
5709 but push it to unread-command-events.
5710 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
5711 (encoded-kbd-self-insert-sjis): Likewise.
5712 (encoded-kbd-self-insert-big5): Likewise.
5713
5714 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
5715 before left margin and fill-prefix by fill-find-break-point.
5716
5717 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5718
5719 * info-look.el (info-lookup-setup-mode): Don't give up, if
5720 info-lookup-make-completions returns an error.
5721 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
5722 name latex, not latex2e.
5723
5724 1999-07-21 Richard M. Stallman <rms@gnu.org>
5725
5726 * replace.el (perform-replace): Turn off case-fold-search
5727 if FROM-STRING argument has uppercase in it.
5728
5729 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5730
5731 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
5732 mode is on. Don't use end of changed text.
5733
5734 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5735
5736 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
5737 (cl-hash-table-p): Renamed from hash-table-p.
5738 (cl-hash-table-count): Renamed from hash-table-count.
5739 (maphash): Alias to cl-maphash removed.
5740 (gethash): Likewise.
5741 (puthash): Likewise.
5742 (remhash): Likewise.
5743 (clrhash): Likewise.
5744
5745 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5746
5747 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
5748 third arg non-nil. See comment there why this isn't a good idea.
5749
5750 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5751
5752 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
5753
5754 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
5755 sit-for with 3rd arg non-nil to prevent redisplay.
5756
5757 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5758
5759 * image.el (image-type-from-file-header): If file doesn't
5760 have a directory part, add data-directory.
5761
5762 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5763
5764 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
5765 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
5766 motion handling when tooltip-gud-tips-p is nil.
5767
5768 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5769
5770 * tooltip.el (tooltip-mode): Don't use `plusp'.
5771 (tooltip-active): Use initial value of nil.
5772
5773 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
5774
5775 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5776
5777 * bindings.el (make-mode-line-mouse-sensitive): Add key
5778 definitions for `top-line'.
5779
5780 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5781
5782 * faces.el (top-line): New face.
5783
5784 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5785
5786 * image.el (image-type-regexps): Add regexp for PS files.
5787
5788 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5789
5790 * faces.el (set-face-attribute): Fix wrong handling of frame
5791 begin equal to t.
5792
5793 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5794
5795 * image.el (image-type-regexps): Add PNG format.
5796
5797 1999-07-21 Dave Love <fx@gnu.org>
5798
5799 * bindings.el (mode-line-modified): New variable.
5800 (mode-line-mode-menu-1): Switch to appropriate window before
5801 showing menu.
5802
5803 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5804
5805 * faces.el (face-underline): Removed.
5806 (face-underline-color): Ditto.
5807
5808 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5809
5810 * faces.el (face-x-resources): Fix typo.
5811
5812 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5813
5814 * faces.el: Remove handling of `:relief', extend handling of
5815 `:box'.
5816 (frame-set-background-mode): Choose new defface specs after
5817 frame parameters have changed.
5818
5819 * cus-face.el: Ditto.
5820
5821 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5822
5823 * custom.el (defface): Extend documentation to include new
5824 face attributes.
5825
5826 * cus-face.el (custom-face-attributes): Add overline,
5827 strike-through, box.
5828
5829 * faces.el (face-valid-attribute-values): Handle overline,
5830 strike-through, box.
5831 (face-attribute-name-alist): Add pairs for new face attributes.
5832 (describe-face): Handle new face attributes.
5833
5834 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5835
5836 * faces.el (face-x-resources): Add overline, strike-through, box.
5837
5838 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5839
5840 * enriched.el (enriched-translations): Add `display' and
5841 "x-display".
5842 (enriched-handle-display-prop): New.
5843 (enriched-decode-display-prop): New.
5844
5845 * format.el (top-level): Give `display' property
5846 `format-list-atomic-p.
5847 (format-annotate-single-property-change): Test that property.
5848 If present, treat list property values like atoms.
5849
5850 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5851
5852 * cus-face.el (custom-face-attributes): Use `choice' everywhere
5853 so that "*" can be entered.
5854
5855 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5856
5857 * cus-face.el (custom-face-attributes): Don't use `#''.
5858
5859 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
5860
5861 * cus-face.el (custom-face-attributes): Return underline
5862 face attribute directly from the second lambda of underline.
5863
5864 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5865
5866 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
5867
5868 * frame.el (after-setting-font-hooks): New variable.
5869 (set-frame-font): Run those hooks.
5870
5871 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
5872
5873 * faces.el (set-face-attribute): Fix doc string.
5874
5875 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5876
5877 * cus-face.el (custom-face-attributes): Accept color name.
5878
5879 * faces.el (face-underline-p): Accept unspecified underlining.
5880 (face-underline): Ditto. Fix doc string.
5881
5882 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
5883
5884 * faces.el (face-underline-color): New function.
5885
5886 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
5887
5888 * cus-face.el (custom-face-attributes): Support underline coloring.
5889 Added slot to choose a color.
5890
5891 * faces.el (face-underline): New function.
5892 (face-underline-p): Support underline coloring.
5893 Return nil only if the underline attribute is 'normal.
5894 (set-face-underline): New function.
5895 (face-valid-attribute-values): Support underline coloring.
5896
5897 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5898
5899 * image.el (insert-image): Use `display' instead of `glyph'
5900 as text property name.
5901 (put-image): Ditto.
5902 (image-type-from-file-header): Use insert-file-contents-literally.
5903
5904 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5905
5906 * easymenu.el (easy-menu-do-add-item): Don't use the empty
5907 string to indicate separators.
5908
5909 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5910
5911 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
5912 instead of message-log.
5913
5914 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5915
5916 * faces.el (bitmap-area): New face.
5917
5918 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5919
5920 * image.el (insert-image): New.
5921
5922 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5923
5924 * frame.el (blink-cursor): Set the symbol's value.
5925 (show-trailing-whitespace): Change group to font-lock.
5926
5927 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5928
5929 * jit-lock.el: New.
5930 * font-lock.el: Add jit-mode as new support mode.
5931
5932 * font-lock.el (font-lock-fontify-keywords-region): Stop when
5933 reaching end instead of letting re-search-forward signal an error.
5934 (demand-lock-mode): New.
5935 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
5936 (font-lock-turn-off-thing-lock): Ditto.
5937 (font-lock-after-fontify-buffer): Ditto.
5938 (font-lock-after-unfontify-buffer): Ditto.
5939
5940 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5941
5942 * gs.el: New file.
5943
5944 * startup.el (command-line-1): Activate tooltip mode if
5945 interactive.
5946
5947 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5948
5949 * faces.el (toolbar): Grey default background.
5950 (modeline): Ditto.
5951
5952 * image.el (image-type-regexps): New.
5953 (image-type-from-file-header): New.
5954 (create-image): Call it.
5955
5956 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5957
5958 * image.el: New file.
5959
5960 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5961
5962 * bindings.el (mode-line-format): Replace `mode-name' with
5963 `(:eval mode-line-mode-name)'.
5964 (mode-line-mode-name): New.
5965 (make-mode-line-mouse-sensitive): Don't change default value
5966 of `mode-name'.
5967
5968 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5969
5970 * tooltip.el: New file.
5971
5972 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5973
5974 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
5975 instead of mouse-3 to pop up menus.
5976 (mode-line-kill-buffer): Removed.
5977 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
5978 buffer name.
5979 (mode-line-buffer-menu-1): Removed.
5980
5981 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
5982
5983 * bindings.el (mode-line-buffer-identification-keymap): New.
5984 (mode-line-buffer-menu-keymap): New.
5985 (mode-line-mode-menu-keymap): New.
5986 (mode-line-unbury-buffer): New.
5987 (mode-line-other-buffer): New.
5988 (mode-line-kill-buffer): New.
5989 (mode-line-buffer-menu-1): New.
5990 (mode-line-mode-menu-1): New.
5991 (make-mode-line-mouse-sensitive): New.
5992
5993 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5994
5995 * help.el (describe-key-briefly): Handle mode line strings
5996 with local-map properties.
5997 (describe-key): Ditto.
5998 (mode-line-key-binding): New.
5999
6000 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6001
6002 * scroll-bar.el (scroll-bar-timer): New.
6003 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6004
6005 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6006
6007 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6008 and `bottom'.
6009
6010 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6011
6012 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6013 (global): Use different key bindings if using tookit scroll bars.
6014
6015 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6016
6017 * faces.el (modeline): Define mode line face with relief for
6018 class color, only.
6019 (toolbar): New face.
6020
6021 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6022
6023 * frame.el (frame-initialize): Set frame-creation-function to
6024 tty-create-frame-with-faces.
6025
6026 * faces.el (frame-set-background-mode): Make it work for
6027 window-system nil.
6028
6029 * faces.el (tty-create-frame-with-faces): New.
6030 (face-set-after-frame-default): Make it work for TTY frames.
6031
6032 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6033
6034 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6035 Return a list of one font family for TTYs. Don't return bitmap
6036 file paths for TTY frames.
6037
6038 * faces.el: Add face specs for tty displays to basic faces.
6039
6040 * font-lock.el (font-lock-comment-face): Add spec for color tty.
6041 (font-lock-string-face): Ditto.
6042 (font-lock-keyword-face): Ditto.
6043 (font-lock-builtin-face): Ditto.
6044 (font-lock-function-name-face): Ditto.
6045 (font-lock-variable-name-face): Ditto.
6046 (font-lock-type-face): Ditto.
6047 (font-lock-constant-face): Ditto.
6048 (font-lock-warning-face): Ditto.
6049
6050 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6051
6052 * startup.el (command-line): Register default tty colors.
6053
6054 * faces.el (face-spec-set-match-display): Recognize `type tty'.
6055
6056 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6057
6058 * faces.el (modeline): For X frames, use a modeline with relief.
6059
6060 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6061
6062 * faces.el (frame-update-faces): Copied from 20.2.
6063 (frame-update-face-colors): Ditto. Code removed that isn't
6064 applicable in the new face implementation.
6065
6066 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6067
6068 * frame.el (show-trailing-whitespace): New.
6069
6070 * faces.el (trailing-whitespace): New basic face.
6071
6072 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6073
6074 * cus-face.el (custom-facep): Always define as alias for facep.
6075
6076 * cus-face.el (custom-face-attributes): Use choice widgets.
6077 Remove :bold and :italic.
6078
6079 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6080
6081 * faces.el (face-charset-registries): Removed since fontset.el
6082 is no always loaded.
6083
6084 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6085
6086 * faces.el (internal-get-face): Added as obsolete function for
6087 compatibility.
6088
6089 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6090
6091 * frame.el (blink-cursor-end): Call show-cursor.
6092 (blink-cursor-mode): Ditto.
6093
6094 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6095
6096 * faces.el (face-spec-reset-face): Reset all attributes to
6097 `unspecified'.
6098 (face-spec-set): Use it.
6099
6100 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6101
6102 * faces.el (read-all-face-attributes): Bug fix.
6103 (face-read-integer): Allow nil default value.
6104 (face-valid-attribute-values): Use symbol names of attribute
6105 values for completion list.
6106
6107 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6108
6109 * faces.el (internal-find-face): Define for compatibility with
6110 20.2.
6111 (face-id): Likewise.
6112
6113 * faces.el (face-id): Return the ID of a realized face for ASCII.
6114
6115 * fontset.el (x-charset-registries): Removed. Now in faces.el.
6116 (x-complement-fontset-spec): Use face-charset-registries.
6117
6118 * faces.el (face-font-selection-order): Set font selection order
6119 from Lisp.
6120 (face-alternative-font-family-alist): Set alternative font
6121 families from Lisp.
6122
6123 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6124
6125 * faces.el (set-face-charset-registries): Set symbol value.
6126
6127 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6128
6129 * faces.el (face-set-after-frame-default): Call function
6130 internal-merge-in-global-face.
6131
6132 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6133
6134 * faces.el (face-list): Return symbols from face-global-alist.
6135
6136 * faces.el (face-list): Return a copy of the face name list so
6137 that it cannot be modified from outside (facemenu.el uses
6138 nreverse, for example).
6139
6140 * cus-face.el (custom-face-attributes): Add :bold and :italic
6141 for compatibility with old code.
6142
6143 * faces.el (set-face-attributes-from-resources): Additional
6144 frame parameter.
6145 (make-face-x-resource-internal): Set attributes from resources
6146 for a given frame or all frames.
6147
6148 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6149
6150 * faces.el (all-faces): Removed.
6151
6152 * custom.el (defface): Add new face attributes to function
6153 comment.
6154
6155 * font-lock.el (font-lock-comment-face): Use new face attribute
6156 names.
6157 (font-lock-string-face): Ditto.
6158 (font-lock-keyword-face): Ditto.
6159 (font-lock-builtin-face): Ditto.
6160 (font-lock-function-name-face): Ditto.
6161 (font-lock-variable-name-face): Ditto.
6162 (font-lock-type-face): Ditto.
6163 (font-lock-reference-face): Ditto.
6164 (font-lock-warning-face): Ditto.
6165 ((boundp 'font-lock-face-attributes)): Ditto.
6166
6167 * cus-face.el (custom-face-attributes): Use new face attributes.
6168
6169 * faces.el (set-face-attribute-from-resource): Initialize
6170 from resources only for X and W32.
6171
6172 * cus-face.el (custom-declare-face): Don't make frame-local
6173 faces.
6174
6175 * faces.el (describe-face): Use princ instead of insert.
6176
6177 * faces.el: Add XLFD manipulation functions from 20.2 again
6178 because fontset.el uses them.
6179 (face-set-after-frame-default): Add empty definition.
6180
6181 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6182
6183 * faces.el (make-face): Correct typo.
6184 (set-face-attribute-from-resource): Use let*.
6185 (face-underline-p): Correct typo.
6186 (face-inverse-video-p): Ditto.
6187 (set-face-stipple): Ditto.
6188 (face-read-string): Make completion-list optional parameter.
6189
6190 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6191
6192 * faces.el (face-charset-registries): Alist mapping charset
6193 symbols to registries and encoding.
6194
6195 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6196
6197 * frame.el (blink-cursor-mode): Use interactive spec "P".
6198
6199 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6200
6201 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6202 mode. The cursor of selected_window blinks if the mode is enabled.
6203
6204 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6205
6206 * simple.el (next-history-element): Set point to the end of the
6207 prompt if minibuffer-prompt-in-buffer.
6208
6209 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6210
6211 * faces.el (x-font-regexp): Add sub-expression parentheses for
6212 several font name components.
6213
6214 1999-07-21 Gerd Moellmann <gerd@acm.org>
6215
6216 * faces.el (set-face-relief): Use index 12 for relief.
6217 (face-fill-in): Set relief from data.
6218 (internal-make-face): Init relief to zero.
6219
6220 * faces.el (face-spec-set): Call modify-face with additional
6221 parameters for relief and fixed-p.
6222
6223 1999-07-21 Gerd Moellmann <gerd@acm.org>
6224
6225 * cus-face.el: ':fixed and ':relief added.
6226
6227 * faces.el (describe-face): Add fixed font attribute and relief.
6228 (face-attr-match-p): Ditto.
6229 (face-attr-construct): Ditto.
6230 (face-spec-set): Ditto.
6231
6232 1999-07-21 Gerd Moellmann <gerd@acm.org>
6233
6234 * faces.el (internal-make-face): Function to create a Lisp vector
6235 suitable for representing a face.
6236 (make-face): Use it instead of make-vector.
6237 (x-create-frame-with-faces): Use it instead of vector.
6238 (internal-facep): Increase vector size to 14.
6239 (internal-make-face): Ditto.
6240 (face-relief): Access relief thickness.
6241 (face-fixed-p): Access fixed font attribute.
6242 (set-face-fixed-p): Set fixed font attribute.
6243 (set-face-relief): Set relief attribute.
6244 (internal-face-interactive-int): Read int attribute of face.
6245 (modify-face): Add fixed-p and relief parameters.
6246 (copy-face): Handle fixed-p and relief.
6247 (face-equal): Compare fixed-p and relief.
6248 (face-differs-from-default-p): Ditto.
6249 (face-nontrivial-p): Add fixed-p and relief.
6250
6251 1999-07-21 Gerd Moellmann <gerd@acm.org>
6252
6253 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6254 (internal-facep): Increase vector size.
6255 (make-face): Ditto.
6256 (face-shadow-thickness): Added.
6257 (set-face-shadow-thickness): Added.
6258 (modify-face): Add optional shadow-thickness parameter.
6259 (make-face-x-resource-internal): Add shadows.
6260 (copy-face): Ditto.
6261 (face-equal): Ditto.
6262 (face-differs-from-default-p): Ditto.
6263 (face-nontrivial-p): Ditto.
6264 (face-attr-match-p): Ditto.
6265 (face-attr-construct): Ditto.
6266 (face-spec-set): Ditto.
6267 (face-fill-in): Ditto.
6268
6269 1999-07-21 Gerd Moellmann <gerd@acm.org>
6270
6271 * bench.el (bench-mark-split-window): New bench mark.
6272
6273 1999-07-21 Gerd Moellmann <gerd@acm.org>
6274
6275 * faces.el (set-face-font): Don't pass default font to
6276 x-resolve-font so that font will not have to be of the same
6277 size.
6278
6279 1999-07-20 Dave Love <fx@gnu.org>
6280
6281 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6282 unconditionally t.
6283
6284 1999-07-20 Karl Heuer <kwzh@gnu.org>
6285
6286 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6287
6288 1999-07-20 Dave Love <fx@gnu.org>
6289
6290 * help.el (describe-variable): Fix test for customizability.
6291
6292 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6293 Check for readonly buffer in interactive spec.
6294 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6295 (backward-kill-word): Add * to interactive spec.
6296
6297 * underline.el (underline-region, ununderline-region): Add * to
6298 interactive spec.
6299
6300 * fill.el (canonically-space-region, justify-current-line): Add *
6301 to interactive spec.
6302 (fill-region-as-paragraph, fill-paragraph, fill-region)
6303 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6304 readonly buffer in interactive spec.
6305
6306 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6307 (backward-kill-sentence, kill-sentence): Add * to interactive
6308 spec.
6309
6310 1999-07-19 Richard M. Stallman <rms@gnu.org>
6311
6312 * dired-aux.el (dired-do-shell-command): Doc fix.
6313
6314 * shell.el (shell-unquote-argument): New function.
6315 (shell-directory-tracker): Use shell-unquote-argument.
6316 * comint.el (comint-arguments): Handle \ followed by space or tab.
6317
6318 1999-07-19 John Wiegley <jwiegley@borland.com>
6319
6320 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6321 color codes 39 and 49, which by the way lynx uses them seem to
6322 mean "foreground reset" and "background reset".
6323
6324 1999-07-19 Karl Heuer <kwzh@gnu.org>
6325
6326 * font-lock.el (c++-keywords): Add "typeid".
6327
6328 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6329 selects no font, treat that as zero selections, not one.
6330
6331 1999-07-19 Dave Love <fx@gnu.org>
6332
6333 * info.el (Info-search): Don't lose with empty regexp.
6334
6335 * version.el: Cater for (free) `ident' program, not `which'.
6336
6337 * hl-line.el: New file.
6338
6339 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
6340 for modes which don't define menus.
6341
6342 1999-07-16 Richard M. Stallman <rms@gnu.org>
6343
6344 * webjump.el (webjump-sample-sites): Update some URLs.
6345
6346 1999-07-14 Richard Stallman <rms@gnu.org>
6347
6348 * Version 20.4 released.
6349
6350 1999-07-14 Andreas Schwab <schwab@gnu.org>
6351
6352 * compare-w.el (compare-windows): Try to find the next window in
6353 the current frame before looking at the other frames.
6354
6355 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
6356
6357 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
6358 Use cyrillic-jcuken as default input method.
6359
6360 1999-07-12 Richard Stallman <rms@gnu.org>
6361
6362 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
6363 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
6364
6365 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
6366 (ispell-local-dictionary-alist): Add koi8-r for character set.
6367
6368 * textmodes/flyspell.el (flyspell-get-word):
6369 Add special handling for when ispell-otherchars is empty.
6370
6371 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
6372
6373 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
6374 when having nested functons.
6375 (pascal-indent-nested-functions) (pascal-indent-line)
6376 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
6377 indenting nested functions.
6378
6379 1999-07-09 Richard Stallman <rms@gnu.org>
6380
6381 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
6382
6383 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
6384
6385 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
6386 the `end' keyword was in the very beginning of the buffer.
6387
6388 1999-07-08 Richard Stallman <rms@gnu.org>
6389
6390 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
6391
6392 * term.el (term-emulate-terminal): Avoid infinite loop
6393 in strange case where minibuffer window is selected but not active.
6394
6395 1999-07-07 Stephen Eglen <stephen@gnu.org>
6396
6397 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
6398 Change regexp so that it doesn't match commands beginning with `cd'.
6399
6400 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6401
6402 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
6403
6404 1999-07-06 Richard Stallman <rms@gnu.org>
6405
6406 * hscroll.el (hscroll-minibuffer-hook): New function.
6407 (hscroll-global-mode): Add and remove that hook.
6408 Set hscroll-old-truncate-was-global's default value.
6409
6410 1999-07-05 Richard Stallman <rms@gnu.org>
6411
6412 * files.el (revert-buffer): Don't preserve point here.
6413 (revert-buffer-insert-file-contents-function): Doc fix.
6414
6415 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
6416
6417 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
6418 doing a `stat' when it isn't necessary because that can cause
6419 trouble when an NFS server is down.
6420
6421 1999-07-04 Richard Stallman <rms@gnu.org>
6422
6423 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
6424
6425 1999-07-03 Richard Stallman <rms@gnu.org>
6426
6427 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
6428 for \200...\240 also.
6429 (isearch-printing-char): Use unibyte-char-to-multibyte.
6430
6431 1999-07-02 Richard Stallman <rms@gnu.org>
6432
6433 * frame.el (minibuffer-frame-alist): Use defcustom.
6434 (pop-up-frame-alist): Likewise.
6435 (initial-frame-alist): Specify * in the doc string.
6436
6437 * hscroll.el (hscroll-mode): Make it a permanent local.
6438 (hscroll-mode): Don't cancel the timer
6439 if HScroll mode is enabled in some other buffer.
6440
6441 * isearch.el (isearch-done): If search ends in middle of intangible
6442 text (due to text property), move on to the limit of that text.
6443
6444 1999-07-01 Andrew Innes <andrewi@gnu.org>
6445
6446 * man.el (Man-build-man-command): Use value of null-device,
6447 instead of hard-coding "/dev/null".
6448
6449 * dos-w32.el (untranslated-canonical-name): Avoid expanding
6450 ange-ftp file names, which might force ange-ftp to prompt for a
6451 password.
6452
6453 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
6454 to prevent references to temp files.
6455
6456 1999-06-30 Richard Stallman <rms@gnu.org>
6457
6458 * progmodes/sh-script.el (sh-feature): If nothing is known
6459 about the given shell, use the values for `sh'.
6460
6461 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
6462
6463 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
6464 to make it non-recursive.
6465
6466 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
6467
6468 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6469
6470 * auto-show.el (auto-show-mode): Fix Typo in :set.
6471
6472 1999-06-29 Richard M. Stallman <rms@gnu.org>
6473
6474 * progmodes/sh-script.el (sh-mode): When setting syntax
6475 table, default to the standard one.
6476
6477 1999-06-27 Richard M. Stallman <rms@gnu.org>
6478
6479 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6480
6481 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
6482
6483 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
6484 a frame when `return' is requested (even if pop-up-frames = t)
6485 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
6486 should only be set for the bibtex buffer.
6487
6488 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
6489
6490 * progmodes/compile.el: Deal with compilation-error-screen-columns
6491 being buffer-local.
6492
6493 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6494
6495 * comint.el (comint-password-prompt-regexp): Allow "(again)".
6496
6497 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6498
6499 * cal-x.el (calendar-only-one-frame-setup): New function.
6500 * calendar.el (calendar): Call it if requested.
6501
6502 1999-06-24 Karl Heuer <kwzh@gnu.org>
6503
6504 * startup.el (iso-8859-n-locale-regexp): Doc fix.
6505
6506 1999-06-22 Richard M. Stallman <rms@gnu.org>
6507
6508 * mail/supercite.el (sc-emacs-features): Doc fix.
6509
6510 1999-06-22 Karl Heuer <kwzh@gnu.org>
6511
6512 * files.el (auto-mode-alist): Add pike-mode.
6513
6514 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
6515
6516 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
6517 last byte of a numeric field is a space or a NUL. Parse it as
6518 potentially part of the number. This is used by GNU tar
6519 1.12.64012 to handle larger values.
6520
6521 1999-06-20 Karl Heuer <kwzh@gnu.org>
6522
6523 * custom.el (custom-handle-keyword): Fix error message.
6524
6525 1999-06-18 Andrew Innes <andrewi@gnu.org>
6526
6527 * mail/smtpmail.el (smtpmail-send-it): Use
6528 convert-standard-filename to make file names for queued mail safe
6529 on Windows (`:' is invalid in file names on Windows).
6530
6531 1999-06-17 Kenichi Handa <handa@etl.go.jp>
6532
6533 * international/mule-cmds.el (describe-current-input-method):
6534 Current-input-method is string.
6535 (toggle-input-method): Docstring fixed.
6536
6537 * international/mule-diag.el
6538 (describe-current-coding-system-briefly): Fix format string.
6539
6540 * international/mule-util.el (coding-system-eol-type-mnemonic):
6541 Docstring modified. Return a string.
6542
6543 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
6544
6545 * sql.el (sql-input-ring-file-name): Doc fix.
6546
6547 1999-06-17 Richard M. Stallman <rms@gnu.org>
6548
6549 * calendar/cal-x.el (special-display-buffer-names):
6550 Don't put (get-file-buffer diary-file) on this list.
6551
6552 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
6553
6554 * play/mpuz.el (mpuz-try-proposal): Fix message call.
6555 Don't penalize player for certain impossible guesses.
6556
6557 1999-06-16 Andrew Innes <andrewi@gnu.org>
6558
6559 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
6560 return the string "Unk 0 0000" so at least it appears to be a
6561 valid timestamp to `dired-move-to-filename-regexp'.
6562
6563 1999-06-15 Ken'ichi Handa <handa@gnu.org>
6564
6565 * ps-print.el (ps-control-character): Fix previous change.
6566
6567 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6568
6569 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
6570 multiple output of the last message.
6571
6572 1999-06-14 Eli Zaretskii <eliz@gnu.org>
6573
6574 * term/internal.el (IT-display-table-setup): Do not remap \222 to
6575 the ASCII apostrophe, as most DOS codepages have some other glyph
6576 there.
6577
6578 1999-06-14 Ken'ichi Handa <handa@gnu.org>
6579
6580 * language/ethio-util.el (setup-ethiopic-environment-internal):
6581 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
6582 (exit-ethiopic-environment): Likewize.
6583
6584 1999-06-12 Richard M. Stallman <rms@gnu.org>
6585
6586 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
6587
6588 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6589
6590 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
6591 custom-initialize-default to avoid infinite loop.
6592 (crisp-mode): (defun) Call transient-mark-mode here, not when
6593 loading the file. Run crisp-mode-hook here, and run
6594 crisp-load-hook when loading the file.
6595
6596 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
6597 rmail-summary buffer, search for pattern in rmail-file.
6598
6599 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
6600
6601 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
6602
6603 * ps-print.el (ps-printer-name): Fix custom type.
6604
6605 1999-06-12 Reto Zimmermann <reto@synopsys.com>
6606
6607 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
6608 (vhdl-port-paste-generic-map): Fix indentation bug.
6609 (vhdl-port-paste-port-map): Fix indentation bug.
6610 (vhdl-scan-file-contents): Make scanning case insensitive.
6611
6612 1999-06-11 Richard M. Stallman <rms@gnu.org>
6613
6614 * files.el (write-file): When buffer is not already visiting a file,
6615 don't put buffer name in the minibuffer, just make it the default.
6616 Also handle just directory as arg usefully in that case.
6617
6618 * simple.el (sendmail-user-agent-compose):
6619 Ignore case when inserting the rest of the "other" headers.
6620
6621 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
6622
6623 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
6624 (info-lookup-interactive-arguments): Never insert the default
6625 into the minibuffer automatically.
6626
6627 * emacs-lisp/cl-extra.el (getf): Don't call get*.
6628
6629 1999-06-09 Richard M. Stallman <rms@gnu.org>
6630
6631 * simple.el (shell-command): Avoid printing "mark set" message.
6632
6633 1999-06-09 Dave Love <fx@gnu.org>
6634
6635 * progmodes/compile.el (compilation-error-regexp-alist): Allow
6636 digits in program name in first pattern.
6637
6638 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
6639
6640 * vc.el (vc-dired-mode): Don't match anything before the date in
6641 dired-move-to-filename-regexp.
6642
6643 1999-06-07 Ken'ichi Handa <handa@gnu.org>
6644
6645 * international/quail.el (quail-define-rules): Fix typo in
6646 docstring.
6647
6648 1999-06-05 Stephen Eglen <stephen@gnu.org>
6649
6650 * iswitchb.el (iswitchb-default-keybindings): Add
6651 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
6652 than when package is loaded.
6653
6654 1999-06-04 Richard M. Stallman <rms@gnu.org>
6655
6656 * startup.el (command-line): Don't set user-init-file directly;
6657 tell `load' to set it.
6658
6659 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
6660
6661 * simple.el (next-history-element):
6662 Handle minibuffer-text-before-history properly when reading sexps.
6663
6664 * disp-table.el (standard-display-european):
6665 For an interactive call by the user,
6666 don't set enable-multibyte-characters,
6667 and don't set the terminal coding system.
6668
6669 * textmodes/refbib.el: Don't print any messages or display
6670 a buffer when loading the library.
6671 (r2b-help): Doc fix.
6672 (r2b-help-message): Update the documentation.
6673 (r2b-load-quietly): Variable deleted.
6674 (r2b-convert-buffer): Doc fix.
6675
6676 1999-06-04 Dave Love <fx@gnu.org>
6677
6678 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
6679
6680 * auto-show.el: Don't change hooks on loading.
6681 (auto-show-mode): Autoload. Default to nil. Add :set &c.
6682 (auto-show-mode): Add to hooks here.
6683
6684 1999-06-04 Richard Sharman <rsharman@pobox.com>
6685
6686 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
6687 recursion on bogus input.
6688
6689 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
6690
6691 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
6692 does not select a buffer from the buffers menu, then the attached
6693 frame is not switched to anything.
6694
6695 1999-06-03 Ken'ichi Handa <handa@gnu.org>
6696
6697 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
6698 (viet-viscii-...->viet-vscii...).
6699
6700 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
6701
6702 1999-06-01 Dave Love <fx@gnu.org>
6703
6704 * progmodes/fortran.el: Add :link to defgroup.
6705 (fortran-blink-matching-if): Match ELSE statements too.
6706 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
6707 that filling is always done.
6708
6709 1999-05-31 Richard M. Stallman <rms@gnu.org>
6710
6711 * simple.el (append-next-kill): Use an arg to distinguish
6712 interactive calls from Lisp calls, rather than (interactive-p).
6713
6714 * international/iso-transl.el (iso-transl-language-alist):
6715 Interchange n and N.
6716
6717 1999-05-31 Dave Love <fx@gnu.org>
6718
6719 * msb.el Add to minor-mode-map-alist. Remove hook installation
6720 and keymap munging on load.
6721 (msb-mode): New option.
6722 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
6723 Doc fix.
6724 (msb-mode-map): New variable.
6725 (msb-mode): New command.
6726
6727 1999-05-31 Dave Love <fx@gnu.org>
6728
6729 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
6730 (ispell-complete-word-dict): Likewise.
6731
6732 1999-05-31 Eli Zaretskii <eliz@gnu.org>
6733
6734 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
6735 force the data buffer to be saved, even if the data didn't
6736 change, in case the write filter was modified. Restore the
6737 current record after read-file-filter finishes.
6738
6739 1999-05-29 Karl Heuer <kwzh@gnu.org>
6740
6741 * ispell4.el: Obsolete; file deleted.
6742
6743 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
6744
6745 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
6746 VALUE is a syntax table.
6747
6748 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
6749
6750 * simple.el (zap-to-char): Doc fix.
6751
6752 1999-05-27 Ken'ichi Handa <handa@gnu.org>
6753
6754 * isearch.el (isearch-quote-char): Don't assume character codes
6755 0200 - 0237 stand for characters in some single-byte character
6756 charset.
6757
6758 1999-05-27 Dave Love <fx@gnu.org>
6759
6760 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
6761
6762 1999-05-27 Andreas Schwab <schwab@gnu.org>
6763
6764 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
6765 headerline does not exist already.
6766
6767 1999-05-26 Richard Stallman <rms@gnu.org>
6768
6769 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6770 Avoid nested null-loops.
6771
6772 1999-05-26 Ken'ichi Handa <handa@gnu.org>
6773
6774 * international/characters.el: Typo fixed; prefered->preferred.
6775
6776 * international/mule-cmds.el (find-coding-systems-for-charsets):
6777 Typo fixed; prefered->preferred.
6778
6779 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
6780 method in read-event.
6781
6782 * international/mule.el (charset-info): Doc-string fixed.
6783
6784 1999-05-25 Ken'ichi Handa <handa@gnu.org>
6785
6786 * mail/smtpmail.el (smtpmail-send-it): Bind
6787 smtpmail-code-conv-from properly.
6788 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
6789 by smtpmail-code-conv-from.
6790
6791 1999-05-24 Richard Stallman <rms@gnu.org>
6792
6793 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
6794 Binding deleted also.
6795
6796 1999-05-24 Karl Heuer <kwzh@gnu.org>
6797
6798 * comint.el (comint-bol-or-process-mark): Doc fix.
6799
6800 1999-05-23 Dave Love <fx@gnu.org>
6801
6802 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
6803 Enter it on minor-mode-map-alist.
6804 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
6805 Autoload. Add custom setter.
6806 (crisp-mark-line): Doc fix.
6807 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
6808 (crisp-mode-hook): Define.
6809
6810 1999-05-23 Ken'ichi Handa <handa@gnu.org>
6811
6812 * files.el (recover-file): Recover buffer-file-coding-system.
6813
6814 1999-05-22 Richard Stallman <rms@gnu.org>
6815
6816 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
6817 regexp match the date, to avoid treating date as file size.
6818 Add YYYY S option to WESTERN/
6819
6820 * bookmark.el: Delete some XEmacs compatibility code.
6821 (bookmark-jump-noselect): Check vc-backend.
6822
6823 * subr.el (add-to-list): Doc fix.
6824
6825 1999-05-21 Stephen Eglen <stephen@gnu.org>
6826
6827 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
6828
6829 1999-05-18 Richard Stallman <rms@gnu.org>
6830
6831 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
6832 non-space after the @anchor command.
6833 (texinfo-format-var): Handle other nested constructs, using
6834 texinfo-parse-expanded-arg and texinfo-discard-command, not
6835 texinfo-parse-arg-discard.
6836
6837 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
6838 (debug): Bind and use debugger-outer-inhibit-redisplay.
6839 Bind inhibit-redisplay to nil.
6840 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
6841
6842 1999-05-17 Dave Love <fx@gnu.org>
6843
6844 * help.el (describe-function-1): Extra arg, interactive-p.
6845 (describe-key, describe-function): Use it.
6846
6847 1999-05-17 Karl Heuer <kwzh@gnu.org>
6848
6849 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
6850
6851 1999-05-16 Dave Love <fx@gnu.org>
6852
6853 * cus-start.el (all): Delete selective-display. Add scroll-margin,
6854 scroll-preserve-screen-position, scroll-conservatively.
6855
6856 1999-05-16 Dave Love <fx@gnu.org>
6857
6858 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
6859
6860 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
6861
6862 * progmodes/vhdl-mode.el: Completely revised and massively extended.
6863
6864 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6865
6866 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
6867 magic number and is not associated with a file.
6868
6869 1999-05-14 Richard M. Stallman <rms@gnu.org>
6870
6871 * files.el (find-file-noselect-1): Fix previous change.
6872
6873 1999-05-14 Simon Marshall <simon@gnu.org>
6874
6875 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
6876
6877 1999-05-13 Ken'ichi Handa <handa@gnu.org>
6878
6879 * international/mule-diag.el (mule-diag): Change MULE to Mule in
6880 docstring.
6881
6882 * international/mule-cmds.el: Change MULE to Mule in docstrings
6883 and menus.
6884
6885 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
6886
6887 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
6888 to correctly reflect the value of BaseLineOffset in
6889 RelativeCompose. Now the value of RelativeCompose is an array of
6890 low and high positions.
6891 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
6892 RLC for the above change.
6893
6894 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
6895
6896 * comint.el (comint-password-prompt-regexp): Modified to match the
6897 output of ksu and ssh-add.
6898
6899 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
6900
6901 * language/korea-util.el (isearch-toggle-korean-input-method):
6902 Adjusted for the change of input method handling in isearch.el.
6903 (isearch-hangul-switch-symbol-ksc): Likewise.
6904 (isearch-hangul-switch-hanja): Likewise.
6905
6906 1999-05-10 Dave Love <fx@gnu.org>
6907
6908 * help.el (help-make-xrefs): Fix typo.
6909
6910 1999-05-10 Andreas Schwab <schwab@gnu.org>
6911
6912 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
6913 unibyte-display-via-language-environment.
6914
6915 * help.el (help-make-xrefs): Handle more cases when looking for
6916 commands in a keymap description.
6917
6918 1999-05-10 Eli Zaretskii <eliz@gnu.org>
6919
6920 * loadup.el: For ms-dos systems, load ccl and codepage.
6921
6922 1999-05-09 Ken'ichi Handa <handa@gnu.org>
6923
6924 * ps-print.el (ps-control-character): Call
6925 ps-mule-prepare-ascii-font to setup ASCII fonts.
6926
6927 * ps-mule.el (ps-mule-begin-job): Redo this change "if
6928 ps-multibyte-buffer is nil, use
6929 ps-mule-font-info-database-default."
6930
6931 1999-05-08 Ken Stevens <k.stevens@ieee.org>
6932
6933 * ispell.el (ispell-local-dictionary-alist): New variable for
6934 customizing local dictionaries not accessable by everyone.
6935 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
6936 (ispell-required-version): Changed format `(major minor
6937 revision)' to support general pattern matching.
6938 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
6939 skip region commented out due to incorrect skip potential in std latex.
6940 (ispell-word): Removed `when' macro. Fixed bug of not restoring
6941 cursor point on small words for calls from `ispell-minor-mode'.
6942 (check-ispell-version): Tests and accepts versions major.minor
6943 and above, with adjustments for interactions in 3.1.0-3.1.11.
6944 (ispell-get-line): No longer skips ispell process special characters.
6945 (ispell-comments-and-strings): Removed `when' macro call.
6946 (ispell-minor-check): Requires ispell-word to restore cursor point.
6947 (ispell-buffer-local-parsing): Supports checking comments only.
6948
6949 1999-05-08 Karl Heuer <kwzh@gnu.org>
6950
6951 * comint.el (comint-password-prompt-regexp): Fix last change to be
6952 more specific.
6953
6954 1999-05-07 Richard M. Stallman <rms@gnu.org>
6955
6956 * subr.el (with-temp-message): Fix the other call to message
6957 to use %s.
6958
6959 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
6960
6961 * gud.el (gud-format-command): "%F" means file sans extension.
6962 (jdb): Use %F, not %f, for gud-break.
6963
6964 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
6965
6966 * comint.el (comint-password-prompt-regexp): Modified so that it
6967 matches the output of kinit.
6968
6969 1999-05-06 Greg Stark <gsstark@mit.edu>
6970
6971 * timezone.el (timezone-parse-date): Recognize new format used in
6972 internet cookies.
6973
6974 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
6975
6976 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
6977
6978 1999-05-04 Andrew Innes <andrewi@gnu.org>
6979
6980 * time.el (display-time-update): Allow for wrap-around when
6981 checking against display-time-server-down-time.
6982
6983 1999-05-04 Ken'ichi Handa <handa@gnu.org>
6984
6985 * international/mule-diag.el (describe-coding-system): Fix English
6986 message.
6987
6988 1999-05-03 Jason Rumney <jasonr@altavista.net>
6989
6990 * term/w32-win.el: Change the x-charset-registry property for the
6991 Japanese charsets that are supported by Japanese Windows fonts.
6992
6993 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6994
6995 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
6996 diary-block diary entries for which the reminders and the diary
6997 entries can overlap.
6998
6999 1999-05-02 Jason Rumney <jasonr@altavista.net>
7000
7001 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7002 matches the font selected in the dialog.
7003
7004 1999-05-02 Dave Love <fx@gnu.org>
7005
7006 * browse-url.el (browse-url-browser-function): Add :version.
7007
7008 * international/mule.el (auto-coding-alist): Add .tgz.
7009
7010 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
7011
7012 * international/codepage.el (cp-coding-system-for-codepage-1):
7013 Make the magnification parameter for the -dos encoder be 2.
7014
7015 1999-05-2 Andrew Innes <andrewi@gnu.org>
7016
7017 * term/w32-win.el (w32-drag-n-drop): Select file in window where
7018 it is dropped, rather than current window.
7019
7020 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7021 after switching buffer, as case-fold-search is a buffer local
7022 variable.
7023
7024 * w32-fns.el (convert-standard-filename): Only convert directory
7025 separators to backslash if the interactive shell is one of the
7026 standard Windows shells that has DOS semantics.
7027
7028 * ls-lisp.el (ls-lisp-format-time): Trap errors from
7029 format-time-string, and return a suitable string to indicate the
7030 timestamp was invalid.
7031
7032 * hexl.el (hexlify-command): Apply shell-quote-argument after
7033 expanding hexl-program in case exec-directory contains a space.
7034 (dehexlify-command): Ditto.
7035
7036 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7037 file extension regexps which aren't necessarily binary files.
7038 (direct-print-region-helper): Use subst-char-in-string instead of
7039 binding directory-sep-char to convert filenames to DOS syntax.
7040 (direct-print-region-use-command-dot-com): New variable.
7041 (direct-print-region-helper): Use it to control whether to invoked
7042 command.com to print on Windows 9x.
7043
7044 * browse-url.el (browse-url-browser-function): Default to
7045 browse-url-default-windows-browser on windows-nt.
7046 (browse-url-default-windows-browser): New function.
7047
7048 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
7049
7050 * forms.el (forms-mode): Don't call forms-first-record or
7051 forms-last-record if the data file has zero records.
7052
7053 1999-04-29 Richard M. Stallman <rms@gnu.org>
7054
7055 * files.el (find-file-noselect-1): If buffer-file-name has changed
7056 after find-file-not-found-hooks runs, recompute the truename.
7057 And don't use FILENAME after that point.
7058
7059 1999-04-27 Dave Love <fx@gnu.org>
7060
7061 * paren.el (show-paren-mode)
7062 * which-func.el (which-func-mode-global)
7063 * type-break.el (type-break-mode)
7064 * time.el (display-time-mode)
7065 * rsz-mini.el (resize-minibuffer-mode)
7066 * mouse-sel.el (mouse-sel-mode)
7067 * icomplete.el (icomplete-mode)
7068 * hscroll.el (hscroll-global-mode)
7069 * help.el (temp-buffer-resize-mode)
7070 * font-lock.el (global-font-lock-mode)
7071 * delsel.el (delete-selection-mode)
7072 * avoid.el (mouse-avoidance-mode)
7073 * autoinsert.el (auto-insert-mode)
7074 * winner.el (winner-mode): Doc fix.
7075
7076 1999-04-26 Karl Heuer <kwzh@gnu.org>
7077
7078 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7079 the same whitespace that was ignored in choosing the subject string.
7080
7081 1999-04-26 Richard M. Stallman <rms@gnu.org>
7082
7083 * info.el (Info-find-node): Position properly after finding anchor.
7084
7085 * cus-start.el (all): Handle unibyte-display-via-language-environment.
7086
7087 * simple.el (indent-new-comment-line): Fix previous change.
7088
7089 * complete.el: Delete the wildcard expansion feature
7090 since that is now standard in find-file.
7091 (PC-try-load-many-files): Function deleted.
7092 (PC-after-load-many-files): Function deleted.
7093 (PC-many-files-list): Variable deleted.
7094 (PC-disable-wildcards): Variable deleted.
7095 (partial-completion-mode): Don't enable the wildcard feature.
7096
7097 * complete.el (PC-look-for-include-file): Don't set global variables
7098 `error', `buf' and `filename' here.
7099
7100 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7101
7102 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
7103
7104 * textmodes/outline.el (outline-regexp): Doc fix.
7105
7106 1999-04-26 John Wiegley <johnw@borland.com>
7107
7108 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7109 C++Builder 4.0 error message syntax.
7110
7111 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
7112
7113 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7114 supported, use find -exec.
7115
7116 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7117
7118 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7119 coding-system-for-write, to avoid hanging when non-interactive.
7120
7121 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
7122
7123 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7124 start with a newline.
7125
7126 1999-04-13 Ken'ichi Handa <handa@gnu.org>
7127
7128 * international/mule-conf.el (x-ctext): New coding system.
7129
7130 1999-04-12 Richard M. Stallman <rms@gnu.org>
7131
7132 * international/mule-cmds.el (input-method-function):
7133 Add permanent-local property.
7134
7135 1999-04-12 Dave Love <fx@gnu.org>
7136
7137 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7138 change to use jka-compr-byte-compiler-base-file-name.
7139
7140 * supercite.el (sc-scan-info-alist): Revert last change.
7141 (sc-attrib-selection-list): Fix :type here instead.
7142
7143 1999-04-11 Eli Zaretskii <eliz@gnu.org>
7144
7145 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7146 in the list of case-insensitive filesystems.
7147
7148 1999-04-09 Kenichi Handa <handa@etl.go.jp>
7149
7150 * international/fontset.el (create-fontset-from-fontset-spec):
7151 Don't register duplicated alias fontset names.
7152
7153 1999-04-08 Richard Stallman <rms@gnu.org>
7154
7155 * international/mule.el (auto-coding-alist-lookup): New function.
7156 (set-auto-coding): Use auto-coding-alist-lookup.
7157
7158 * jka-compr.el (jka-compr-insert-file-contents):
7159 Use auto-coding-alist-lookup to check for files that
7160 should not have eol conversion, in the unibyte case.
7161
7162 1999-04-07 Dave Love <fx@gnu.org>
7163
7164 * help.el (describe-variable): Check custom-loads property as well
7165 as custom-type.
7166
7167 * abbrev.el (abbrev-mode): Customizing sets the default value.
7168
7169 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
7170
7171 * vc.el (vc-backend-revert): For CVS files that were made
7172 writeable with "cvs edit", call "cvs unedit" to undo that.
7173
7174 1999-04-08 Dave Love <fx@gnu.org>
7175
7176 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7177 more.
7178 (sc-emacs-features): Recognize Emacs 20.
7179 (sc-read-string): Use history arg.
7180 (sc-scan-info-alist): Check for rtnvalue a cons.
7181
7182 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
7183
7184 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7185 coding system to encode the message by
7186 select-message-coding-system.
7187
7188 1999-04-07 Richard Stallman <rms@gnu.org>
7189
7190 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7191
7192 * winner.el: Reorder definitions.
7193
7194 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7195
7196 * mail/rmail.el (rmail-decode-babyl-format):
7197 Undo previous change.
7198
7199 1999-04-06 Richard Stallman <rms@gnu.org>
7200
7201 * info.el (Info-find-node): Check for an anchor at the
7202 proper place, before reading an indirect file.
7203
7204 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7205
7206 * jka-compr.el (jka-compr-insert-file-contents):
7207 Use raw-text-unix when we want no conversion.
7208
7209 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7210
7211 * timezone.el (timezone-parse-date): Corrected regexp for
7212 style (5) date format so that tenths of seconds are optional.
7213
7214 1999-04-05 Eli Zaretskii <eliz@gnu.org>
7215
7216 * term/internal.el (dos-cpNNN-setup): New function, with the guts
7217 of dos-codepage-setup.
7218 (cjk-codepages-alist): New variable, an alist of Far-Eastern
7219 codepages for which there's no need to set up cpNNN coding
7220 systems.
7221 (dos-codepage-setup): Support Far-Eastern DOS terminals.
7222
7223 1999-04-05 Richard Stallman <rms@gnu.org>
7224
7225 * mail/rmail.el (rmail-ignored-headers): Doc fix.
7226
7227 1999-04-02 Richard Stallman <rms@gnu.org>
7228
7229 * progmodes/compile.el (compilation-handle-exit): Do right thing
7230 if (car status) doesn't end in a newline.
7231
7232 1999-04-01 Dave Love <fx@gnu.org>
7233
7234 * progmodes/sql.el (SQL): Add defgroup :version.
7235
7236 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7237
7238 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7239 buffer-file-coding-system. If the coding system used is raw-text,
7240 etc., make the *Compiler Input* buffer unibyte.
7241
7242 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7243
7244 * loadup.el: Don't write the fns-...el file if not dumping.
7245
7246 1999-03-31 Dave Love <fx@gnu.org>
7247
7248 * snmp-mode.el (snmp): Fix defgroup :version.
7249
7250 * hilit-chg.el (highlight-changes): Add defgroup :version.
7251
7252 1999-03-31 Andreas Schwab <schwab@gnu.org>
7253
7254 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7255 the gnus-save-hidden-threads macro.
7256
7257 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
7258
7259 * faces.el (face-set-after-frame-default): Obey the
7260 `customized-face' for new faces.
7261
7262 1999-03-30 Dave Love <fx@gnu.org>
7263
7264 * international/mule-cmds.el (current-language-environment): Doc fix.
7265 * abbrev.el (abbrev-mode): Doc fix.
7266 * autoinsert.el (auto-insert-mode): Doc fix.
7267 * complete.el (partial-completion-mode): Doc fix.
7268 * avoid.el (mouse-avoidance-mode): Doc fix.
7269 * delsel.el (delete-selection-mode): Doc fix.
7270 * font-lock.el (global-font-lock-mode): Doc fix.
7271 * help.el (temp-buffer-resize-mode): Doc fix.
7272 * hscroll.el (hscroll-global-mode): Doc fix.
7273 * icomplete.el (icomplete-mode): Doc fix.
7274 * mouse-sel.el (mouse-sel-mode): Doc fix.
7275 * paren.el (show-paren-mode): Doc fix.
7276 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7277 * time.el (display-time-mode): Doc fix.
7278 * type-break.el (type-break-mode): Doc fix.
7279 * which-func.el (which-func-mode-global): Doc fix.
7280 * winner.el (winner-mode): Doc fix.
7281
7282 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
7283
7284 * wid-edit.el (widget-before-change): Signal text-read-only rather
7285 than an ordinary error.
7286
7287 1999-03-30 Richard M. Stallman <rms@gnu.org>
7288
7289 * repeat.el: Don't require advice.
7290 (repeat): Do function-indirection in check for kbd macro.
7291 In self-insert case, use the *last* char in INSERTION.
7292
7293 1999-03-30 Karl Heuer <kwzh@gnu.org>
7294
7295 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7296
7297 1999-03-29 Andreas Schwab <schwab@gnu.org>
7298
7299 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7300 comint-input-filter-functions. Make variables related to shell
7301 directory tracking local.
7302
7303 1999-03-26 Andreas Schwab <schwab@gnu.org>
7304
7305 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7306
7307 * simple.el (shell-command-on-region): Cope with exit-status being
7308 nil, which happens if call-process-region was interrupted.
7309
7310 1999-03-26 Richard M. Stallman <rms@gnu.org>
7311
7312 * simple.el (indent-new-comment-line): Handle use at a point
7313 after a comment-end. Handle multiple comments.
7314
7315 * mail/rmail.el (rmail-decode-babyl-format):
7316 To prevent locking, bind buffer-file-name to nil.
7317
7318 1999-03-26 Karl Fogel <kfogel@red-bean.com>
7319
7320 * mail-hist.el (mail-hist-current-header-name): Don't make
7321 off-by-one-error when determining if in message body.
7322
7323 1999-03-25 Andrew Innes <andrewi@gnu.org>
7324
7325 * w32-fns.el (set-default-process-coding-system): Copied from
7326 dos-w32.el, but modified to use Unix line endings for process
7327 input, and to add a suitable entry to process-coding-system-alist
7328 for DOS shells.
7329
7330 * dos-fns.el (set-default-process-coding-system): Copied from
7331 dos-w32.el.
7332
7333 * dos-w32.el (set-default-process-coding-system): Move function to
7334 dos-fns.el; a different version is used in w32-fns.el.
7335
7336 1999-03-24 Dave Love <fx@gnu.org>
7337
7338 * info.el (Info-directory-list): Revert change to re-writing
7339 Info-default-directory-list, but put `alternative' first.
7340 (Info-insert-dir): Modify selecting the top dir file as a consequence.
7341
7342 1999-03-23 Simon Marshall <simon@gnu.org>
7343
7344 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
7345 on the line by itself.
7346 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
7347 it is not in a declarative context.
7348
7349 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
7350
7351 * cus-edit.el (custom-variable-prompt): Allow customization of
7352 autoloaded symbols.
7353
7354 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
7355
7356 * simple.el (what-cursor-position): Don't cause error when point
7357 is at invalid multibyte sequence.
7358
7359 1999-03-21 Karl Heuer <kwzh@gnu.org>
7360
7361 * complete.el (partial-completion-mode): Doc fix.
7362
7363 1999-03-19 Richard M. Stallman <rms@gnu.org>
7364
7365 * progmodes/cplus-md.el (old-c++): Remove :group.
7366
7367 * progmodes/c-mode.el (old-c): Remove :group.
7368
7369 1999-03-18 Simon Marshall <simon@gnu.org>
7370
7371 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
7372 (java-font-lock-keywords-2): Added "strictfp" keyword.
7373
7374 1999-03-17 Jason Rumney <jasonr@altavista.net>
7375
7376 * w32-fns.el (set-w32-system-coding-system) New function.
7377 (w32-system-coding-system) Initialize to 'iso-latin-1.
7378
7379 1999-03-17 Eli Zaretskii <eliz@gnu.org>
7380
7381 * international/mule-cmds.el (set-language-environment): Fix
7382 previous change: don't use dos-codepage when unbound.
7383
7384 1999-03-17 Karl Heuer <kwzh@gnu.org>
7385
7386 * calendar/appt.el (appt-make-list): Fix previous change.
7387
7388 1999-03-16 Richard M. Stallman <rms@gnu.org>
7389
7390 * window.el (shrink-window-if-larger-than-buffer):
7391 Don't try to redisplay with the cursor at the end
7392 on its own line--that would force a scroll and spoil things.
7393
7394 1999-03-16 Eli Zaretskii <eliz@gnu.org>
7395
7396 * international/mule-cmds.el (set-language-environment): Don't use
7397 cpNNN-nonascii-translation-table if it is unbound.
7398
7399 * term/internal.el (dos-codepage-setup): Compute the unibyte
7400 syntax table and bind unibyte-display-via-language-environment
7401 here, rather than at top level, so that resetting to unibyte in
7402 .emacs works as expected.
7403
7404 1999-03-15 Simon Marshall <simon@gnu.org>
7405
7406 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
7407
7408 1999-03-14 Milan Zamazal <pdm@pvt.net>
7409
7410 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
7411
7412 1999-03-14 Kenichi Handa <handa@etl.go.jp>
7413
7414 * international/mule-util.el (detect-coding-with-priority):
7415 Restore the internal database.
7416
7417 1999-03-14 Stephen Eglen <stephen@gnu.org>
7418
7419 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
7420 if mail-from-style has invalid value.
7421
7422 1999-03-12 Karl Heuer <kwzh@gnu.org>
7423
7424 * vc.el (vc-delete-logbuf-window): New var.
7425 (vc-finish-logentry): Use it.
7426
7427 1999-03-12 Richard M. Stallman <rms@gnu.org>
7428
7429 * startup.el (command-line-1): Improve startup msg.
7430
7431 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
7432
7433 * speedbar.el: Added commentary about stealthy functions.
7434 (speedbar-message) new function.
7435 (speedbar-y-or-n-p): New function
7436 (speedbar-with-attached-buffer) Moved macro before reference.
7437 Now uses `save-selected-window'.
7438 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
7439 speedbar-generic-item-info, speedbar-item-info-file-helper,
7440 speedbar-item-delete, speedbar-insert-generic-list,
7441 speedbar-timer-fn, speedbar-check-vc-this-line,
7442 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
7443 speedbar-buffers-item-info) Use speedbar-message.
7444 (speedbar-item-info) Limit `message-log-max'.
7445 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
7446 speedbar-item-delete, speedbar-item-object-delete,
7447 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
7448
7449 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
7450
7451 * server.el (server-start): Set coding system for the server
7452 process to raw-text.
7453 (server-process-filter): Decode file names if necessary.
7454
7455 1999-03-12 Dave Love <fx@gnu.org>
7456
7457 * textmodes/fill.el (sentence-end-double-space): Doc fix.
7458
7459 * textmodes/paragraphs.el (sentence-end): Doc fix.
7460
7461 1999-03-11 Karl Heuer <kwzh@gnu.org>
7462
7463 * comint.el (comint-password-prompt-regexp): Accept "login password:"
7464
7465 1999-03-09 Karl Heuer <kwzh@gnu.org>
7466
7467 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
7468 (ispell-dictionary-alist-2): Likewise.
7469 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
7470 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
7471 (ispell-dictionary-alist): Build from six pieces, not just two.
7472
7473 * ps-bdf.el (bdf-directory-list): Doc fix.
7474
7475 * enriched.el (enriched-mode): Make var permanent-local.
7476
7477 1999-03-09 Dave Love <fx@gnu.org>
7478
7479 * textmodes/sgml-mode.el (html-mode): Use
7480 sentence-end-double-space when setting sentence-end.
7481
7482 1999-03-09 Ken'ichi Handa <handa@gnu.org>
7483
7484 * language/thai.el (tis-620): New alias coding system for thai-tis620.
7485
7486 1999-03-08 Felix Lee <flee@cygnus.com>
7487
7488 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
7489
7490 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
7491
7492 1999-03-08 Karl Heuer <kwzh@gnu.org>
7493
7494 * dired-aux.el (dired-do-copy-regexp): Doc fix.
7495 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7496
7497 * dired.el (dired-do-copy-regexp): Doc fix.
7498 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7499
7500 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
7501
7502 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
7503
7504 1999-03-08 Jason Rumney <jasonr@altavista.net>
7505
7506 * international/codepage.el (cp1250-decode-table)
7507 (cp1251-decode-table, cp1253-decode-table)
7508 (cp1257-decode-table): New translation tables for MS Windows codepages.
7509 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
7510
7511 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7512
7513 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
7514
7515 1999-03-07 Eli Zaretskii <eliz@gnu.org>
7516
7517 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
7518
7519 * term/internal.el (top level): Display character 255 as 8bit as well.
7520
7521 1999-03-06 Dave Love <fx@gnu.org>
7522
7523 * progmodes/cc-cmds.el (c-outline-level): Bind
7524 buffer-invisibility-spec.
7525
7526 * progmodes/c-mode.el (c-outline-level): Likewise.
7527
7528 * progmodes/ada-mode.el (ada-outline-level): Likewise.
7529
7530 1999-03-05 Felix Lee <flee@cygnus.com>
7531
7532 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
7533
7534 1999-03-05 Richard M. Stallman <rms@gnu.org>
7535
7536 * bindings.el (complete-symbol): Invert meaning of prefix arg.
7537
7538 1999-03-05 Andrew Innes <andrewi@gnu.org>
7539
7540 * w32-fns.el (convert-standard-filename): Convert directory
7541 separators to Windows format.
7542
7543 1999-03-05 Andreas Schwab <schwab@gnu.org>
7544
7545 * international/skkdic-cnv.el: Provide skkdic-cnv.
7546 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
7547 (batch-skkdic-convert): Doc fix.
7548
7549 1999-03-04 Dave Love <fx@gnu.org>
7550
7551 * custom.el (custom-set-variables): Protect against setter errors.
7552
7553 1999-03-04 Eli Zaretskii <eliz@gnu.org>
7554
7555 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
7556 the file sizes from overflowing.
7557 (ls-lisp-format): If file size is a float, use %8.0f to print it.
7558 Under -s, print the size in blocks with %4.0f, in case they have
7559 a *really* huge file.
7560
7561 1999-03-03 Dave Love <fx@gnu.org>
7562
7563 * options.el (edit-options): Doc fix.
7564 (list-options): Don't lose with unbound symbols. Maintain
7565 Edit-options-mode.
7566
7567 1999-03-01 Dave Love <fx@gnu.org>
7568
7569 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
7570
7571 1999-02-28 Richard M. Stallman <rms@gnu.org>
7572
7573 * ispell.el (ispell-dictionary-alist-override): New variable.
7574 (ispell-dictionary-alist): Don't setq it,
7575 if ispell-dictionary-alist-override is set.
7576
7577 * simple.el (shell-command-default-error-buffer): Renamed from
7578 shell-command-on-region-default-error-buffer.
7579 (shell-command-on-region): Mention in echo area when there
7580 is some error output. Mention success or failure, too.
7581 Accumulate multiple error outputs
7582 going forward, with formfeed in between. Display the error buffer
7583 when we have put something in it.
7584 (shell-command): Add the ERROR-BUFFER argument feature.
7585
7586 1999-02-28 Karl Heuer <kwzh@gnu.org>
7587
7588 * mail/mh-utils.el (mh-lib): Doc fix.
7589 (mh-lib-progs, mh-nmh-p): New vars.
7590 (mh-find-progs): Set mh-lib-progs along with other vars.
7591 (mh-path-search): New arg FUNC-P; if specified, use that instead
7592 of mh-file-command-p.
7593 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
7594
7595 * mail/mh-comp.el (mh-repl-formfile): New var.
7596 (mh-smail-batch): Don't ignore all arguments.
7597 (mh-reply): Do the right thing when using nmh.
7598
7599 1999-02-27 Kenichi Handa <handa@etl.go.jp>
7600
7601 * international/mule-cmds.el (select-safe-coding-system): Be sure
7602 to show a buffer being decoded.
7603
7604 1999-02-26 Ken'ichi Handa <handa@gnu.org>
7605
7606 * ps-bdf.el (bdf-directory-list): Initialize it to
7607 '("/usr/local/share/emacs/fonts/bdf").
7608
7609 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7610
7611 * ps-print.el: PostScript programming fix.
7612 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
7613 setpagedevice operator).
7614
7615 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7616
7617 * ps-print.el: Doc fix, font size specifies landscape and portrait
7618 sizes.
7619 (ps-print-version): New version number (4.1.4).
7620 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
7621 Specifies landscape and portrait sizes.
7622 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
7623 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
7624 fix.
7625 (ps-get-font-size): New fun.
7626 (ps-font-size-internal, ps-header-font-size-internal)
7627 (ps-header-title-font-size-internal): New vars.
7628
7629 * ps-mule.el: Change of ps-print font size variable name.
7630 (ps-mule-generate-font): Fun fix.
7631 (ps-mule-begin-job): Programming uniformization.
7632
7633 1999-02-25 Dave Love <fx@gnu.org>
7634
7635 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
7636 (help-make-xrefs): Do Info case first.
7637
7638 * repeat.el: Don't require advice.
7639 (repeat-last-kill-command): Variable deleted.
7640
7641 1999-02-25 Richard Stallman <rms@gnu.org>
7642
7643 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
7644 case just because the current buffer is the output buffer.
7645
7646 1999-02-25 Kenichi Handa <handa@etl.go.jp>
7647
7648 * simple.el (what-cursor-position): To show the character's
7649 encoding, use encoded-string-description instead of information
7650 of chaset-origin-alist.
7651
7652 * international/mule-cmds.el (iso-2022-control-alist): New variable.
7653 (encoded-code-description): New function.
7654 (encoded-string-description): New function.
7655 (encode-coding-char): New function.
7656
7657 1999-02-25 Andrew Innes <andrewi@gnu.org>
7658
7659 * startup.el (command-line) [windows-nt]: Fix typo in regexp
7660 checking for .emacs[.el[c]].
7661
7662 1999-02-24 Richard Stallman <rms@gnu.org>
7663
7664 * help.el (describe-function-1): Don't print a whole lambda-function.
7665
7666 1999-02-23 Ken'ichi Handa <handa@gnu.org>
7667
7668 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
7669 inputting ?\240.
7670
7671 1999-02-23 Karl Heuer <kwzh@gnu.org>
7672
7673 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
7674
7675 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
7676 (clean-buffer-list-kill-buffer-names): Doc fix.
7677
7678 * gud.el (gud-jdb-massage-args): Spelling fix.
7679
7680 1999-02-23 Richard M. Stallman <rms@gnu.org>
7681
7682 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
7683
7684 1999-02-22 Eli Zaretskii <eliz@gnu.org>
7685
7686 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
7687 excursion while calling set-auto-coding-function.
7688
7689 * play/handwrite.el (handwrite): Require ps-print, and use
7690 ps-printer-name and ps-lpr-command. Call ps-print-region-function
7691 if it's defined, instead of forking ps-lpr-command unconditionally.
7692
7693 1999-02-22 Kenichi Handa <handa@etl.go.jp>
7694
7695 * international/codepage.el (cp-coding-system-for-codepage-1): Put
7696 charset-origin-alist property to a coding system for the codepage.
7697
7698 * international/mule.el: Modify comment for charset-origin-alist
7699 property of a coding system.
7700
7701 * simple.el (what-cursor-position): charset-origin-alist property
7702 of a coding system may be a translation table or a symbol of which
7703 `translation-table' property is a translation table.
7704
7705 1999-02-21 Richard Stallman <rms@gnu.org>
7706
7707 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
7708 to the "html" template.
7709
7710 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
7711
7712 * dirtrack.el (dirtrack): Added docstring. Now returns input.
7713
7714 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
7715
7716 * dirtrack.el (dirtrack): Check for the prompt in the input string
7717 instead of the buffer.
7718
7719 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
7720
7721 * sql.el: Set version to 1.4.1. Changed mail address to
7722 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
7723 (sql-input-ring-separator): Doc fix.
7724 (sql-mode-syntax-table): double-dash starts comments is defined as
7725 ". 56" instead of ". 12b" for XEmacs.
7726 (sql-stop, sql-interactive-mode): Doc fixes.
7727 (sql-postgres): Queries for database and server, not just one.
7728 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
7729
7730 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
7731 changed. This is needed for master.el to work.
7732 (sql-set-sqli-buffer): Use the new hook.
7733
7734 * sql.el (sql-make-alternate-buffer-name): Function that sets
7735 sql-alternate-buffer-name.
7736 (sql-alternate-buffer-name): Possible name of SQLi buffers.
7737 (sql-interactive-mode): Set sql-alternate-buffer-name.
7738 (sql-rename-buffer): New command.
7739 (sql-interactive-mode-menu): Menu for SQLi buffers.
7740
7741 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
7742 and sql-input-ring-file-name are used to temporarily set
7743 comint-input-ring-file-name and comint-input-ring-separator when
7744 reading and writing input history files.
7745
7746 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
7747 (sql-input-ring-file-name): New variable with customization.
7748 (sql-input-ring-separator): New variable with customization.
7749 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
7750 Callers changed.
7751 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
7752 now includes the name of the current buffer.
7753
7754 (sql-mode): Set paragraph-separate and paragraph-start so that
7755 sql-send-paragraph sends the entire SQL statements, even if it
7756 contains indented lines.
7757
7758 1999-02-18 Dave Love <fx@gnu.org>
7759
7760 * format.el (format-encode-run-method, format-decode-run-method):
7761 Fix previous change.
7762
7763 1999-02-18 Ken'ichi Handa <handa@gnu.org>
7764
7765 * international/mule.el (coding-system-list): Moved here from
7766 mule-util.el to avoid autoloading mule-util by the call of
7767 select-safe-coding-system.
7768
7769 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
7770
7771 * simple.el (turn-on-auto-fill): Mark it as an option for
7772 `text-mode-hook'.
7773
7774 1999-02-17 Richard Stallman <rms@gnu.org>
7775
7776 * emacs-lisp/easymenu.el (easy-menu-get-map):
7777 Don't crash if (current-local-map) is nil.
7778
7779 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
7780
7781 * filecache.el (file-cache-filter-regexps): Added .class.
7782
7783 1999-02-17 Ken'ichi Handa <handa@gnu.org>
7784
7785 * international/mule-util.el (decompose-region): Use
7786 insert-buffer-substring instead of insert-buffer to avoid putting
7787 mark.
7788
7789 1999-02-17 Andreas Schwab <schwab@gnu.org>
7790
7791 * calendar/cal-move.el (scroll-calendar-left): Don't set
7792 displayed-month and displayed-year here, let generate-calendar do
7793 it, after range checking.
7794
7795 1999-02-17 Simon Marshall <simon@gnu.org>
7796
7797 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
7798
7799 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
7800 correctly between an object declared via a constructor and a method.
7801 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
7802 (java-font-lock-keywords-1): Fontify package names individually.
7803 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
7804 (java-font-lock-keywords-2): Simplify type fontification.
7805 (java-font-lock-keywords-3): Likewise.
7806
7807 1999-02-17 Kenichi Handa <handa@etl.go.jp>
7808
7809 * language/japanese.el (iso-2022-jp-2): New coding system.
7810 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
7811
7812 1999-02-16 Dave Love <fx@gnu.org>
7813
7814 * help.el (describe-function-1): Accept non-symbols.
7815
7816 1999-02-16 Paul Eggert <eggert@twinsun.com>
7817
7818 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
7819 find the last match if there are multiple matches.
7820
7821 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7822
7823 * tex-mode.el (tex-run-command, latex-run-command)
7824 (slitex-run-command, tex-command): Doc changes.
7825 (tex-start-options-string): Autoload it. Doc change. Provide
7826 a menu for customization. Allow nil. Quote backslashes only once.
7827 (tex-start-tex): Handle nil value of tex-start-options-string
7828 and apply shell-quote-argument to it.
7829
7830 1999-02-16 Eli Zaretskii <eliz@gnu.org>
7831
7832 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
7833 the size in blocks, since it can be a float.
7834 (ls-lisp-format): Likewise
7835
7836 1999-02-16 Ken'ichi Handa <handa@gnu.org>
7837
7838 * language/japanese.el (japanese-shift-jis): Add
7839 charset-origin-alist property.
7840
7841 1999-02-15 Richard Stallman <rms@gnu.org>
7842
7843 * progmodes/compile.el (compile-internal): Use save-selected-window.
7844
7845 * subr.el (momentary-string-display): Bind inhibit-read-only.
7846
7847 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
7848
7849 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
7850
7851 * mail/rmail.el (rmail-show-message): If an unseen message has a
7852 Summary-line in its header, get past one more line before looking
7853 for the X-Coding-System header.
7854
7855 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
7856
7857 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
7858 explicitly to accomodate Windows 9X lack of a useful copy program.
7859
7860 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
7861
7862 * wid-edit.el (widget-choice-value-create): Use `equal'
7863 instead of `eq'.
7864
7865 1999-02-14 Richard Stallman <rms@gnu.org>
7866
7867 * international/iso-transl.el:
7868 (iso-transl-ae): Renamed from iso-transl-e-slash.
7869 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
7870 (iso-transl-AE): Renamed from iso-transl-E-slash.
7871 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
7872 (iso-transl-char-map): Related changes.
7873
7874 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
7875
7876 1999-02-13 Richard Stallman <rms@gnu.org>
7877
7878 * textmodes/texinfmt.el (texinfo-alias): New function.
7879 (texinfo-fold-nodename-case): Add defvar.
7880 (texinfo-format-node): Do case folding if specified.
7881
7882 * ffap.el (ffap-file-at-point): Test local file names
7883 immediately. Strip off line numbers.
7884
7885 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
7886
7887 * sql.el: Set version to 1.3.2
7888 (sql-solid-program): Added support for solid.
7889 (sql-help): Doc mentions sql-solid.
7890 (sql-solid): Entry function for Solid.
7891 (sql-buffer): Doc explains the use of the variable and how to
7892 change it.
7893 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
7894 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
7895 disabled if sql-buffer doesn't have a process; sql-send-paragraph
7896 is new.
7897 (sql-show-sqli-buffer): New function to display the value of
7898 sql-buffer.
7899 (sql-change-sqli-buffer): New function to change sql-buffer.
7900 (sql-mode): Doc explains how to change sql-buffer.
7901 (sql-send-paragraph): New function to send a paragraph.
7902 (sql-mode-map): Added keybinding for sql-send-paragraph.
7903 (sql-mysql): Doc corrected.
7904 (sql-ms): Doc corrected.
7905
7906 * sql.el (sql-server): Doc fix.
7907 (sql-mysql): Added the use of sql-server to specify the host,
7908 sql-database now specifies database instead of host.
7909 (sql-mode-menu): Send... menu items are only active if sql-buffer
7910 is non-nil.
7911 (sql-help): Changed tag of entry functions a bit.
7912
7913 * sql.el: Added keywords from `finder-by-keyword'.
7914 (sql-mode): Made sql-buffer a local variable, changed the
7915 documentation: removed instructions to add *.sql files to
7916 auto-mode-alist, added documentation for having mutliple SQL
7917 buffers sending their stuff to different SQLi buffers, each
7918 running a different process.
7919 (sql-postgres): Quoted *SQL* in doc string.
7920 (sql-ms): Likewise.
7921 (sql-ingres): Likewise.
7922 (sql-ingres): Quoted *SQL* in doc string, added references to
7923 sql-user and sql-password used during login.
7924 (sql-sybase): Quoted *SQL* in doc string, added comma.
7925 (sql-oracle): Likewise.
7926 (sql-interactive-mode): Added extensive documentation for having
7927 mutliple SQL buffers sending their stuff to different SQLi
7928 buffers, each running a different process.
7929 (sql-buffer): Changed doc from *SQL* to SQLi.
7930 (sql-get-login): Doc fix.
7931
7932 1999-02-12 Ken'ichi Handa <handa@gnu.org>
7933
7934 * international/mule-conf.el (undecided): Set ascii in
7935 safe-charsets property.
7936
7937 1999-02-12 Richard Stallman <rms@gnu.org>
7938
7939 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
7940
7941 1999-02-12 Ken'ichi Handa <handa@gnu.org>
7942
7943 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
7944 value to ps-mule-font-info-database-latin.
7945
7946 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
7947
7948 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
7949 (ps-mule-font-info-database-default): New variable.
7950 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
7951 ps-mule-font-info-database-default.
7952
7953 1999-02-12 Dave Love <fx@gnu.org>
7954
7955 * timezone.el (timezone-make-date-sortable)
7956 (timezone-make-date-arpa-standard): Doc fix.
7957
7958 1999-02-12 Ken'ichi Handa <handa@gnu.org>
7959
7960 * international/quail.el (quail-show-kbd-layout): Bind
7961 blink-matching-paren to nil.
7962
7963 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
7964 for ASCII and Latin-1.
7965
7966 1999-02-12 Andreas Schwab <schwab@gnu.org>
7967
7968 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
7969
7970 1999-02-12 Kenichi Handa <handa@etl.go.jp>
7971
7972 * international/mule-cmds.el (language-info-alist): Remove
7973 description about charset-origin-alist.
7974
7975 * international/mule.el: Comment added for a new coding system
7976 property `charset-origin-alit'.
7977 (make-translation-table): This variable deleted.
7978
7979 * language/chinese.el (chinese-big5): Add charset-origin-alist
7980 property.
7981 ("Chinese-CNS"): Remove charset-origin-alist property.
7982
7983 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
7984 property.
7985 (cyrillic-alternativnyj): Likewise.
7986 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
7987 ("Cyrillic-ALT"): Likewise.
7988
7989 * language/vietnamese.el (vietnamese-viqr): Add
7990 charset-origin-alist property.
7991 ("Vietnamese"): Remove charset-origin-alist property.
7992
7993 * simple.el (what-cursor-position): Don't use the varialbe
7994 charset-origin-alist, but use charset-origin-alist property of
7995 buffer-file-coding-system to decide external character set code.
7996
7997 1999-02-10 Richard Stallman <rms@gnu.org>
7998
7999 * shadowfile.el: Don't turn on the mode when the file is loaded.
8000
8001 1999-02-09 Richard Stallman <rms@gnu.org>
8002
8003 * progmodes/compile.el (compile-auto-highlight): Customize.
8004
8005 * add-log.el (add-log-file-name-function): New variable.
8006 (add-change-log-entry): Call that function, if non-nil.
8007
8008 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
8009
8010 * rmail.el (rmail-search): Track match with a marker, not an integer.
8011
8012 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8013
8014 * progmodes/compile.el (compilation-setup): Set value of
8015 compilation-directory-stack as in compilation-forget-errors.
8016 (compile-reinitialize-errors): Bind buffer-undo-list and
8017 deactivate-mark.
8018 (compilation-forget-errors): Likewise.
8019
8020 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
8021
8022 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8023 def... constructs.
8024
8025 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8026 Remove calls to sleep-for.
8027
8028 1999-02-08 Eli Zaretskii <eliz@gnu.org>
8029
8030 * international/codepage.el (cp-coding-system-for-codepage-1): On
8031 MS-DOS, use dos-unsupported-char-glyph for characters not
8032 supported by the codepage.
8033 (cp-make-coding-systems-for-codepage): Likewise.
8034
8035 1999-02-08 Andreas Schwab <schwab@gnu.org>
8036
8037 * international/mule-util.el (coding-system-list): Don't sort
8038 coding-system-list here.
8039
8040 * international/mule.el (coding-system-lessp): Moved here from
8041 mule-util.el
8042 (add-to-coding-system-list): New function.
8043 (make-subsidiary-coding-system, make-coding-system,
8044 define-coding-system-alias): Use it instead of setting
8045 coding-system-list directly.
8046
8047 1999-02-07 Dave Love <fx@gnu.org>
8048
8049 * calendar/appt.el (appt-make-list): Don't splice quotes and date
8050 onto message.
8051
8052 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8053
8054 * imenu.el (imenu--last-menubar-index-alist): Add doc.
8055 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
8056
8057 1999-02-06 Richard Stallman <rms@gnu.org>
8058
8059 * language/european.el (setup-slovenian-environment): New function.
8060 ("Slovenian"): New language environment.
8061
8062 * progmodes/sql.el (sql-help): Doc fix.
8063 (sql-mysql): Doc fix.
8064
8065 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8066
8067 * tex-mode.el: When compiling, require compare-w and skeleton
8068 to pacify the byte-compiler. Move the def's of the tex-commands
8069 together. Add a comment on kill-process vs. quit-process.
8070
8071 1999-02-05 Dave Love <fx@gnu.org>
8072
8073 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8074 null markers.
8075 (compile-goto-error): Likewise.
8076
8077 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
8078
8079 * time-stamp.el (time-stamp-format): Format doc tighter.
8080 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8081 (time-stamp): Don't re-write the time stamp if it didn't change.
8082
8083 1999-02-05 Alex Schroeder <asc@bsiag.com>
8084
8085 * progmodes/sql.el: Changed version to 1.2.1.
8086 (sql-pop-to-buffer-after-send-region): Improved documentation.
8087 (sql-mysql-program): Added MySQL support.
8088 (sql-prompt-length): Made prompt-length configurable.
8089 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8090 (sql-help): Added MySQL support, changed documentation.
8091 (sql-send-region): A message is displayed if something is sent.
8092 (sql-mode): Added buffer-local comment-start.
8093 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8094 (sql-interactive-mode): Added buffer-local comment-start.
8095 (sql-oracle): Set sql-prompt-length.
8096 (sql-sybase): Set sql-prompt-length.
8097 (sql-mysql): Added MySQL support.
8098 (sql-ingres): Set sql-prompt-length.
8099 (sql-ms): Set sql-prompt-length.
8100 (sql-postgres): Set sql-prompt-length.
8101
8102 1999-02-04 Eli Zaretskii <eliz@gnu.org>
8103
8104 * term/internal.el (dos-codepage-setup): Set selection coding
8105 system to cpNNN-dos.
8106
8107 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8108
8109 * international/characters.el: Let ethiopic use iso-2022-7bit.
8110
8111 1999-02-02 Dave Love <fx@gnu.org>
8112
8113 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8114 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8115
8116 1999-02-02 Karl Heuer <kwzh@gnu.org>
8117
8118 * terminal.el (terminal-emulator): Doc fix.
8119
8120 1999-02-02 Ken'ichi Handa <handa@gnu.org>
8121
8122 * international/mule-util.el (compose-chars): Doc-string
8123 modified. Correctly handle a composition character in ARGS.
8124
8125 1999-02-01 Richard Stallman <rms@gnu.org>
8126
8127 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8128 (makefile-menu-index-function): Function deleted.
8129 (makefile-mode): Use makefile-imenu-generic-expression.
8130
8131 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
8132
8133 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8134 change, invoke from before-init-hook.
8135
8136 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
8137
8138 * subr.el (remove-from-invisibility-spec): Cope with the case when
8139 buffer-invisibility-spec is t.
8140
8141 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
8142
8143 * calendar/calendar.el (calendar-mode-map): Fix bindings for
8144 appt-add and appt-delete.
8145
8146 1999-02-01 Eli Zaretskii <eliz@gnu.org>
8147
8148 * term/pc-win.el (msdos-approximate-color): New function.
8149 (msdos-color-translate): Call it to find a DOS color that best
8150 approximates an X-style "#NNNNNN" color specification.
8151
8152 1999-02-01 Ken'ichi Handa <handa@gnu.org>
8153
8154 * international/mule-util.el (compose-chars-component): Add
8155 autoload cookie.
8156
8157 1999-01-31 Ken'ichi Handa <handa@gnu.org>
8158
8159 * international/quail.el (quail-lookup-key): If cdr of MAP is a
8160 function, replace cdr of MAP by the return value of the function
8161 unconditionally.
8162
8163 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8164
8165 * progmodes/compile.el (compilation-next-error-locus): Don't
8166 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8167
8168 1999-01-31 Eli Zaretskii <eliz@gnu.org>
8169
8170 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8171 and NLs before "charset", and allow the charset name be in double
8172 quotes.
8173
8174 1999-01-31 Richard Stallman <rms@gnu.org>
8175
8176 * imenu.el (imenu-sort-function): Fix custom type.
8177
8178 1999-01-30 Richard Stallman <rms@gnu.org>
8179
8180 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8181 (speedbar-line-token): Likewise.
8182
8183 * play/gametree.el (gametree-default-score): Use defcustom.
8184 (gametree-score-regexp, gametree-score-closer): Likewise.
8185 (gametree-score-manual-flag, gametree-score-opener): Likewise.
8186
8187 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8188
8189 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8190 decoding.
8191
8192 1999-01-29 Markus Rost <rost@gnu.org>
8193
8194 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8195 tex-validate-buffer.
8196 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8197 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
8198 now with recent occur-mode.
8199 (tex-validate-region): Really walk through all Sexps.
8200 (tex-region): Bind shell-dirtrack-verbose.
8201 (tex-file, tex-bibtex-file): Likewise.
8202
8203 1999-01-29 Dave Love <fx@gnu.org>
8204
8205 * finder.el: (finder-commentary): Fix interactive spec. Try
8206 appending .el to file name.
8207 (finder-find-library, finder-commentary): Doc fixes.
8208
8209 1999-01-29 Andrew Innes <andrewi@gnu.org>
8210
8211 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8212 where the userid contains directory separators.
8213
8214 1999-01-29 Dave Love <fx@gnu.org>
8215
8216 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8217 (lm-commentary): Doc fix.
8218
8219 1999-01-29 Andreas Schwab <schwab@gnu.org>
8220
8221 * files.el (file-expand-wildcards): Never consider `.' and `..' a
8222 wildcard match. Fix regexp that tests if dirpart contains
8223 wildcard characters.
8224
8225 1999-01-28 Richard Stallman <rms@gnu.org>
8226
8227 * font-lock.el (font-lock-default-unfontify-region):
8228 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8229
8230 1999-01-27 Jason Rumney <jasonr@altavista.net>
8231
8232 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8233 from FAMILY field.
8234 (w32-create-initial-fontsets): Do not use before-init-hook.
8235 (mouse-set-font): Document. Automatically create and use fontsets.
8236
8237 * dos-w32.el (direct-print-region-helper): Check for printer
8238 being t as well as a string.
8239
8240 1999-01-27 Kenichi Handa <handa@etl.go.jp>
8241
8242 * mail/rmail.el (rmail-decode-mime-charset): New variable.
8243 (rmail-mime-charset-pattern): New variable.
8244 (rmail-convert-to-babyl-format): Decode by MIME-charset if
8245 rmail-decode-mime-charset is non-nil.
8246
8247 1999-01-27 Ken'ichi Handa <handa@gnu.org>
8248
8249 * international/characters.el: Set category `q' for all characters
8250 in tibetan and tibetan-1-column.
8251
8252 1999-01-27 Andrew Innes <andrewi@gnu.org>
8253
8254 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8255 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8256
8257 1999-01-27 Dave Love <fx@gnu.org>
8258
8259 * international/mule-cmds.el (current-language-environment):
8260 Provide :link, :type (choices) and appropriate :get.
8261
8262 1999-01-27 Eli Zaretskii <eliz@gnu.org>
8263
8264 * startup.el (command-line): Set default eol-mnemonic-* strings to
8265 display end-of-line format in mode line.
8266
8267 * cus-start.el (all): Add eol-mnemonic-* variables.
8268
8269 1999-01-26 Dave Love <fx@gnu.org>
8270
8271 * startup.el (command-line-1): Up-date copyright.
8272
8273 * paths.el (Info-default-directory-list): Use configdir twice.
8274
8275 * info.el (Info-directory-list): Don't set path-separator now
8276 we're not shipped with Texinfo. Simplify path definition.
8277 Substitute all occurrences of instdir in Info-default-directory-list.
8278
8279 1999-01-25 Richard Stallman <rms@gnu.org>
8280
8281 * startup.el (normal-top-level-add-subdirs-to-load-path):
8282 Record the inode numbers of the dirs processed, to avoid loop.
8283
8284 * textmodes/tex-mode.el (tex-run-command): Doc fix.
8285
8286 1999-01-25 Dave Love <fx@gnu.org>
8287
8288 * browse-url.el (browse-url-netscape-program): Doc addition.
8289
8290 * help.el (help-make-xrefs): Default info references to an `(emacs)'
8291 prefix.
8292
8293 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8294 auto-mode-alist.
8295
8296 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8297
8298 * calendar/diary-lib.el (mark-diary-entries): Use
8299 assoc-ignore-case and do not capitalize when matching month and
8300 day names.
8301
8302 * calendar/calendar.el (calendar-read-date): Ditto.
8303
8304 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8305 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8306
8307 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8308
8309 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8310
8311 * calendar/cal-islam.el (calendar-goto-islamic-date)
8312 (mark-islamic-diary-entries): Ditto.
8313
8314 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8315
8316 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8317 (calendar-read-mayan-tzolkin-date): Ditto.
8318
8319 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8320
8321 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
8322
8323 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8324
8325 1999-01-25 Karl Heuer <kwzh@gnu.org>
8326
8327 * faces.el (list-faces-display): Multiline case of previous fix.
8328
8329 1999-01-25 Andreas Schwab <schwab@gnu.org>
8330
8331 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
8332
8333 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
8334
8335 * files.el (find-file): If find-file-noselect returns a list,
8336 do switch-to-buffer on each element.
8337 (find-file-other-window): Likewise for all but the first element.
8338 (find-file-other-frame): Same.
8339 (find-file-noselect): When we expand a wildcard, return a list
8340 of buffers.
8341
8342 1999-01-24 Eli Zaretskii <eliz@gnu.org>
8343
8344 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
8345 to set the appropriate cpNNN-dos coding system as the
8346 highest-priority coding system.
8347
8348 1999-01-23 Ken'ichi Handa <handa@gnu.org>
8349
8350 * international/fontset.el (generate-fontset-menu): Return a
8351 sorted list by plain names of fontsets.
8352
8353 * international/mule-diag.el (list-fontsets): Sort fontsets by
8354 plain names.
8355
8356 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
8357 FIRST is a composite character, decompose it at first.
8358
8359 1999-01-23 Dave Love <fx@gnu.org>
8360
8361 * format.el: Doc fixes.
8362 (format-encode-run-method): Have things happen in the right buffer.
8363 Deal with errors from method. Set coding-system-for-write.
8364 (format-decode-run-method): Have things happen in the right buffer.
8365 Deal with errors from method. Set coding-system-for-read.
8366 (format-alist): Use nil instead of unmatchable regexps.
8367
8368 * simple.el (shell-command-on-region): Return command's exit status.
8369
8370 1999-01-23 Eric Ludlam <zappo@gnu.org>
8371
8372 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
8373 of the file whose info we want to display.
8374 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
8375 (speedbar-add-mode-functions-list) Improve doc.
8376 (speedbar-line-token) New function.
8377 (speedbar-dired) Fix order of directories in -shown-directories.
8378 (speedbar-line-path): Default return is default-directory
8379 (speedbar-buffers-line-path): Return is dir name only.
8380 (speedbar-mode-functions-list): New variable.
8381 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
8382 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
8383 speedbar-files-item-info speedbar-buffers-item-info): New functions.
8384 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
8385 New functions.
8386 (speedbar-line-file): Broke out part that fetches file from a line.
8387 (speedbar-line-text): New function extracted from speedbar-line-file.
8388 (speedbar-line-path): Converted into a replaceable function.
8389 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
8390
8391 1999-01-23 Ken'ichi Handa <handa@gnu.org>
8392
8393 * international/fontset.el (create-fontset-from-x-resource): Make
8394 style variants.
8395
8396 1999-01-22 Dave Love <fx@gnu.org>
8397
8398 * paths.el (Info-default-directory-list): Put sysdir after start.
8399
8400 1999-01-22 Sam Steingold <sds@goems.com>
8401
8402 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
8403 a process associated with it.
8404
8405 1999-01-22 Jason Rumney <jasonr@altavista.net>
8406
8407 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
8408
8409 1999-01-22 Felix Lee <flee@cygnus.com>
8410
8411 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
8412 major-mode.
8413 (vc-annotate-mode): Delete variable.
8414
8415 1999-01-22 Andrew Innes <andrewi@gnu.org>
8416
8417 * startup.el (command-line): [windows-nt]: Check for existence of
8418 .emacs file so as to notice .emacs.el or .emacs.elc and use them
8419 in preference to _emacs.
8420
8421 1999-01-22 Dave Love <fx@gnu.org>
8422
8423 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
8424
8425 1999-01-20 Richard Stallman <rms@gnu.org>
8426
8427 * files.el (find-file-noselect): Do wildcard processing only
8428 if new arg WILDCARDS is non-nil.
8429 (find-file, find-file-other-window): New arg WILDCARDS.
8430 Default it to non-nil if interactive.
8431 (find-file-other-frame): Likewise.
8432 (find-file-read-only): Likewise.
8433 (find-file-read-only-other-window): Likewise.
8434 (find-file-read-only-other-frame): Likewise.
8435
8436 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
8437 (widget-plist-convert-option): Delete spurious comma.
8438
8439 1999-01-19 Jason Rumney <jasonr@altavista.net>
8440
8441 * term/w32-win.el (w32-standard-fontspec-spec): Change
8442 iso8859-5 to koi8-r. Add iso8859-9.
8443
8444 1999-01-19 Dave Love <fx@gnu.org>
8445
8446 * browse-url.el (browse-url-maybe-new-window): Delete macro and
8447 its uses.
8448
8449 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
8450 is active.
8451 (fortran-indent-subprogram): Likewise.
8452
8453 1999-01-19 Dave Love <d.love@dl.ac.uk>
8454
8455 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
8456
8457 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8458
8459 * wid-edit.el (alist): Use sexp as default key-type.
8460
8461 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8462
8463 * textmodes/tex-mode.el (tex-define-common-keys):
8464 Remove key binding of tex-feed-input.
8465 (tex-mode-map): Bind tex-feed-input here.
8466 (tex-start-shell): Use compilation-shell-minor-mode. Set
8467 comint-input-filter-functions before running tex-shell-hook.
8468 (tex-start-tex): Forget compilation errors.
8469 (tex-compilation-parse-errors): Rewritten to work also with
8470 compile-mouse-goto-error and compile-goto-error. Adjusted to
8471 change in tex-region.
8472 (tex-region): For the temp file use file-name without directory.
8473 (tex-file): Expand file name of tex-print-file.
8474
8475 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8476
8477 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
8478
8479 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
8480
8481 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
8482 beginning could cause Emacs to hang. Fixed.
8483
8484 1999-01-18 Ken'ichi Handa <handa@gnu.org>
8485
8486 * international/ccl.el (ccl-compile-translate-character): Handle
8487 the case that a tranlation table is CCL register correctly.
8488
8489 * international/mule-cmds.el (select-safe-coding-system):
8490 Hightlight at most 256 characters.
8491
8492 1999-01-18 Dave Love <fx@gnu.org>
8493
8494 * startup.el (command-line): If the init file changes operation to
8495 unibyte, make all buffers unibyte and re-set language environment.
8496
8497 * disp-table.el (standard-display-european): Make all existing
8498 buffers unibyte. Fix doc.
8499
8500 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
8501
8502 * wid-edit.el (coding-system): Define this unconditionally.
8503
8504 * simple.el (shell-command-on-region-default-error-buffer): New var.
8505 (shell-command-on-region): Use that variable as interactive
8506 value of ERROR-BUFFER argument.
8507
8508 1999-01-17 Sam Steingold <sds@goems.com>
8509
8510 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
8511
8512 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8513
8514 * progmodes/compile.el (compilation-goto-locus): If already in the
8515 compilation buffer's window, keep it in that window.
8516 (compile-mouse-goto-error): Add Doc. Don't play with windows.
8517 (compile-goto-error): Don't play with windows.
8518
8519 * textmodes/tex-mode.el (latex-run-command): Doc fix.
8520 (tex-command): Doc fix.
8521 (tex-compilation-parse-errors): Doc fix.
8522 (tex-generate-zap-file-name): Don't start the name with -.
8523 (tex-expand-files): Works now also with strings ending with ":".
8524
8525 1999-01-17 Ian T Zimmerman <itz@transbay.net>
8526
8527 Patch failed to install:
8528 * gametree.el: Document scoring functionality.
8529 (gametree-score-regexp): Add optional plus sign.
8530 (gametree-score-opener): Replace `:' with `=' as the former
8531 conflicts with gametree-half-ply-regexp.
8532 (gametree-transpose-following-leaves): Add.
8533 (gametree-insert-new-leaf): Make modifying commands barf in read
8534 only buffers.
8535 (gametree-break-line-here): Add a call to
8536 `gametree-transpose-following-leaves'. This maintains the
8537 necessary invariant that on each level all leaf children precede
8538 all nonleaf children. This has always been implied, but left to
8539 the user, and, unfortunately, undocumented.
8540
8541 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
8542
8543 * wid-edit.el (plist, alist): New widget types.
8544
8545 1999-01-17 Dave Love <fx@gnu.org>
8546
8547 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
8548 fix scope of condition-case therein.
8549
8550 1999-01-17 Andrew Innes <andrewi@gnu.org>
8551
8552 * dos-w32.el: (find-buffer-file-type-coding-system): Use
8553 default-buffer-file-coding-system when file doesn't exist (and
8554 isn't covered by a special case) instead of forcing undecided-dos
8555 against the user's wishes.
8556
8557 * dos-w32.el (direct-print-region-helper): New function based on
8558 direct-print-region-function; sends data to specified printer port
8559 without further translation. Recognize and handle specially the
8560 standard `print' and `nprint' programs, as well as `lpr' and
8561 similar programs. Only write directly to the printer port if no
8562 print program is specified. Work around a bug in Windows 9x
8563 affecting Win32 version of Emacs by invoking command.com to write
8564 to the printer port instead of writing directly.
8565 (direct-print-region-function): Use direct-print-region-helper to
8566 do most of the work.
8567 (direct-ps-print-region-function): New function; analogue of
8568 direct-print-region-function for ps-print.
8569 (ps-lpr-command): Comment out setq; leave as example usage.
8570 (ps-lpr-switches): Ditto.
8571
8572 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
8573 and MS-Windows.
8574 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
8575 DOS and Windows platforms, to indicate direct printing. Update
8576 the docstring accordingly.
8577
8578 * ps-print.el: (ps-printer-name): Update docstring about usage on
8579 MS-DOS and MS-Windows.
8580 (ps-lpr-command): Update docstring as for lpr-command.
8581 (ps-print-region-function): New variable.
8582 (ps-do-despool): Use it.
8583 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
8584 DOS/Windows.
8585
8586 * subr.el (subst-char-in-string): New function.
8587
8588 1999-01-17 Eli Zaretskii <eliz@gnu.org>
8589
8590 * international/codepage.el (cp852-decode-table): Fill a nil entry.
8591
8592 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
8593 (bdf-find-font-info): New function, looks for the first readable
8594 file from a list of alternatives.
8595 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
8596 instead of bdf-get-font-info.
8597 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
8598 to ps-mule-generate-bitmap-glyph.
8599
8600 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
8601 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
8602 now be a list of alternative names.
8603 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
8604 (ps-mule-prepare-font): Likewise.
8605
8606 * international/codepage.el (cp855-decode-table,
8607 cp850-decode-table): Fill some nil entries.
8608
8609 1999-01-16 Dave Love <fx@gnu.org>
8610
8611 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
8612 last change.
8613
8614 1999-01-15 Dave Love <fx@gnu.org>
8615
8616 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
8617 and change regexp for command names.
8618 (help-xref-go-back, function-called-at-point, symbol-file)
8619 (where-is): Doc fixes.
8620 (help-xref-go-back): Remove interactive spec.
8621 (describe-function-1): Fix message for alias. Buttomize alias
8622 name.
8623
8624 * simple.el (join-line): New alias.
8625
8626 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
8627
8628 * forms.el: (forms--show-record): Convert integers to string
8629 expicitly since concat will no longer accept integers.
8630 (forms-print): Use local `total-nb-records' since
8631 `forms--total-records' will be inaccessible after buffer switching.
8632
8633 1998-01-14 Felix Lee <flee@cygnus.com>
8634
8635 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
8636
8637 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8638
8639 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
8640
8641 1999-01-14 Eli Zaretskii <eliz@gnu.org>
8642
8643 * international/codepage.el (cp850-decode-table): Fix previous change.
8644
8645 1999-01-14 Simon Marshall <simon@gnu.org>
8646
8647 * shell.el (shell-dirtrack-verbose): New custom variable.
8648 (shell-dirstack-message): Use it.
8649
8650 1999-01-14 Kenichi Handa <handa@etl.go.jp>
8651
8652 * international/mule-conf.el: Coding system alias `dos' for
8653 `undecided-dos', `mac' for `undecided-mac'.
8654
8655 * international/mule-cmds.el (describe-language-environment):
8656 Don't alter input-method-alist.
8657
8658 1999-01-13 Eli Zaretskii <eliz@gnu.org>
8659
8660 * international/codepage.el (cp850-decode-table): Replace nil
8661 entries with codes of similary looking glyphs. (Suggested by
8662 Jason Rumney <jasonr@altavista.net>.)
8663
8664 1999-01-13 Dave Love <fx@gnu.org>
8665
8666 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
8667
8668 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
8669
8670 1999-01-12 Karl Heuer <kwzh@gnu.org>
8671
8672 * files.el (auto-save-hook): Defvar this.
8673
8674 1999-01-12 Alex Schroeder <asc@bsiag.com>
8675
8676 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
8677 faces, eliminating the need to load font-lock before loading sql.
8678 (sql-mode-oracle-font-lock-keywords): Likewise.
8679 (sql-mode-postgres-font-lock-keywords): Likewise.
8680
8681 1999-01-11 Dave Love <fx@gnu.org>
8682
8683 * cus-start.el: Add inhibit-eol-conversion.
8684
8685 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
8686 the values round.
8687
8688 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
8689
8690 * help.el (help-mode-finish): Renamed from help-mode-maybe.
8691 Don't switch to Help mode here.
8692 (temp-buffer-setup-hook): Use help-mode-finish.
8693 (help-mode-setup): New function.
8694 (temp-buffer-setup-hook): Use help-mode-setup.
8695
8696 * progmodes/sql.el: New file.
8697
8698 * files.el (auto-mode-alist): Add sql-mode.
8699
8700 * faces.el (list-faces-display): Improve the formatting
8701 by computing the maximum length required for any face-name.
8702
8703 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8704
8705 * progmodes/compile.el (compilation-shell-minor-mode): New function.
8706
8707 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
8708
8709 * term.el (term_send_home): Change the string to
8710 be the same as the one emitted by xterm and consistent with the
8711 ones emitted by prior and next.
8712 (term_send_end): Likewise.
8713
8714 1999-01-10 Dave Love <fx@gnu.org>
8715
8716 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
8717 bindings.
8718
8719 1999-01-10 Eli Zaretskii <eliz@gnu.org>
8720
8721 * international/codepage.el (codepage-setup): Doc fix.
8722 (cp-decoding-vector-for-codepage): Likewise.
8723
8724 1999-01-10 Markus Rost <rost@gnu.org>
8725
8726 * cus-edit.el (custom-save-delete): First scan the custom-file.
8727
8728 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
8729
8730 * international/iso-transl.el: Define a "function name" for
8731 each translation that isn't ASCII. Use these function names
8732 in iso-transl-char-map.
8733
8734 1999-01-08 Kenichi Handa <handa@etl.go.jp>
8735
8736 * international/mule-util.el (decompose-region): Do decomposition
8737 on temporary unibyte buffer.
8738
8739 * international/mule.el (make-char): Doc-string modified.
8740
8741 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8742
8743 * simple.el (comment-region): Delete spaces only if we
8744 deleted a comment starter.
8745
8746 1999-01-07 Dave Love <fx@gnu.org>
8747
8748 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8749
8750 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
8751 like eval-defun does.
8752
8753 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
8754
8755 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
8756 constructions. Doc fixes.
8757 (generic-create-generic-function): Use defalias, not fset.
8758
8759 * find-func.el: More doc fixes.
8760
8761 1999-01-06 Stephen Eglen <stephen@gnu.org>
8762
8763 * files.el (save-buffers-kill-emacs): Show the list of current
8764 processes before prompting to kill them and exit.
8765
8766 1999-01-06 Dave Love <fx@gnu.org>
8767
8768 * emacs-lisp/find-func.el: Doc fixes.
8769 (find-function-regexp): Extend for define-generic-mode,
8770 define-derived-mode, easy-mmode-define-minor-mode.
8771
8772 1999-01-06 Dave Love <fx@gnu.org>
8773
8774 * progmodes/fortran.el (fortran-window-create): Account for scroll
8775 bar width.
8776
8777 * browse-url.el: Require (noerror) w3-auto when compiling.
8778 (browse-url-maybe-new-window): Make it a macro and revert last
8779 change to callers.
8780 (browse-url-w3): Require w3 for w3-fetch-other-window.
8781
8782 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8783
8784 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
8785 argument.
8786
8787 1999-01-06 Simon Marshall <simon@gnu.org>
8788
8789 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
8790
8791 * font-lock.el (font-lock-default-fontify-buffer): When using
8792 with-temp-message, use nil rather than current-message.
8793
8794 * lazy-lock.el (lazy-lock-unstall):
8795 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
8796 rather than current-message.
8797
8798 * fast-lock.el (fast-lock-save-cache-1):
8799 (fast-lock-cache-data): When using with-temp-message, use nil rather
8800 than current-message.
8801
8802 1999-01-06 Eli Zaretskii <eliz@gnu.org>
8803
8804 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8805 the valid-codes property.
8806
8807 * international/mule-cmds.el (prefer-coding-system): Call
8808 set-coding-priority, so that the internal array of priorities is
8809 also updated.
8810
8811 * international/mule-util.el:
8812 (coding-system-change-eol-conversion,
8813 coding-system-change-text-conversion): Don't define here.
8814
8815 * international/mule-cmds.el: Define them here. Remove the
8816 autoload cookies.
8817
8818 1999-01-06 Andreas Schwab <schwab@gnu.org>
8819
8820 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
8821 if it was enabled before.
8822
8823 * view.el (View-revert-buffer-scroll-page-forward): Bind
8824 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
8825
8826 * files.el (recover-session): Preserve point when inserting
8827 explanation.
8828
8829 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
8830
8831 * cus-edit.el (custom-save-delete): Don't delete whitespace
8832 and comments before the sexp that is replaced.
8833
8834 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8835
8836 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
8837
8838 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
8839
8840 * vc.el (vc-dired-hook): Use the original value of
8841 dired-move-to-filename-regexp on lines that have not been
8842 reformatted yet.
8843 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
8844 file lines have already been reformatted.
8845
8846 1999-01-05 Dave Love <fx@gnu.org>
8847
8848 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
8849 buffer-local.
8850
8851 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
8852
8853 * progmodes/f90.el: Change of regular expressions for type to
8854 correct highlighting and identation. Some small fixes for
8855 compatibility with XEmacs.
8856
8857 1999-01-05 Stephen Eglen <stephen@gnu.org>
8858
8859 * mspools.el (mspools-vm-system-mail): Provide an alternative
8860 value based on rmail-spool-directory if $MAIL is not defined.
8861
8862 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
8863
8864 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
8865 (reftex-section-info): Handle negative section levels.
8866 (reftex-view-crossref-extra): New option.
8867 (reftex-view-crossref): Generalized to work in more places.
8868 (reftex-find-citation-regexp-format, reftex-find-reference-format,
8869 reftex-macros-with-labels, reftex-global-search-marker): New variables.
8870 (reftex-view-cite-locations-from-bibtex): New command.
8871 (reftex-view-regexp-match, reftex-global-search,
8872 reftex-global-search-continue): New functions.
8873 (reftex-extract-bib-entries): No error for non-existing BibTeX
8874 file, just a message.
8875 (reftex-extract-bib-entries): Better error handling.
8876 (reftex-select-with-char): Use `*RefTeX Select*' for selection
8877 help and force it on current frame.
8878 (reftex-default-bibliography): New function.
8879 (reftex-access-parse-file): Check consistency after loading a
8880 parse file. When inconsistent, enfore rescan.
8881 (reftex-check-parse-consistency): New function.
8882 (easy-menu-define): Options section drastically shortened.
8883
8884 1999-01-05 Kenichi Handa <handa@etl.go.jp>
8885
8886 * language/thai-util.el (thai-compose-string): New function.
8887
8888 1999-01-04 Inge Frick <inge@nada.kth.se>
8889
8890 * easymenu.el (easy-menu-define): Doc fix.
8891 (easy-menu-create-menu): New keyword :included.
8892 (easy-menu-do-add-item): New keyword :included. SUFFIX may
8893 be an expression, not only a string. Simulate style `button'.
8894 Use easy-menu-define-key-intern instead of easy-menu-define-key.
8895 (easy-menu-define-key-intern): New function.
8896 (easy-menu-add-item): Understand value returned from
8897 easy-menu-item-present-p and easy-menu-remove-item.
8898 (easy-menu-return-item): New function.
8899 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
8900
8901 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
8902
8903 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8904 Use rmail-output-read-rmail-file-name to read the file name.
8905 Always call rmail-output-to-rmail-file noninteractively.
8906 When count > 1, do the loop here.
8907 Handle rmail-delete-after-output here.
8908 (rmail-summary-output): Similar changes.
8909
8910 * mail/rmailout.el: Provide `rmailout'.
8911 (rmail-output-read-rmail-file-name): New function.
8912 (rmail-output-to-rmail-file): Use that.
8913 (rmail-output-read-file-name): New function.
8914 (rmail-output): Use that.
8915
8916 * files.el (find-file-noselect): Let /: suppress wildcard matching.
8917 Error if wildcard matches no files.
8918
8919 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
8920
8921 * menu-bar.el (clipboard-yank): Doc fix.
8922
8923 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
8924
8925 1998-12-31 Markus Rost <rost@delysid.gnu.org>
8926
8927 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
8928
8929 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
8930
8931 * rmail.el (rmail-encode-string): Make sure mask value is
8932 positive; (emacs-pid) returns a negative number on Windows 9x
8933 which causes odd behaviour.
8934
8935 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
8936
8937 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
8938 and about w32-* variables unless on Windows/NT.
8939
8940 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
8941
8942 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
8943 if buffer is modified; ask about all modified buffers.
8944
8945 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8946
8947 * simple.el (what-cursor-position): Fix previous change.
8948
8949 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
8950
8951 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
8952 from paragraph-start.
8953
8954 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
8955
8956 * international/mule-cmds.el (prefer-coding-system): If the
8957 argument requires specific EOL conversion type, make the default
8958 coding systems use that.
8959
8960 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
8961
8962 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
8963 Use shell-command-on-region.
8964 (m4-start-m4, m4-end-m4): Functions deleted.
8965
8966 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
8967
8968 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
8969
8970 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8971
8972 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
8973 to compose-mail in the correct places and as a list.
8974
8975 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
8976
8977 * page-ext.el: Added mouse-selection feature for pages directory buffer.
8978 (pages-directory-map): Bind mouse-2
8979 (pages-copy-header-and-position): Put text property.
8980 (pages-directory-goto-with-mouse): New function.
8981
8982 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
8983
8984 * international/codepage.el (cp-make-coding-systems-for-codepage):
8985 Doc fix.
8986 (cp-coding-system-for-codepage-1): Likewise.
8987
8988 1998-12-29 Kenichi Handa <handa@etl.go.jp>
8989
8990 * language/thai-util.el (thai-post-read-conversion): Handle Thai
8991 composition sequence correctly here instead of calling
8992 thai-compose-region.
8993
8994 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
8995 newline in multibyte buffer, if previous or next character is a
8996 composite char, check the first component of the composite char.
8997
8998 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
8999
9000 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9001 and track-mouse.
9002
9003 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9004
9005 * mail/sendmail.el (mail-yank-original): Remove text properties
9006 after insertion.
9007 (mail-yank-region): Barf if no mark is set in the message
9008 being replied to.
9009
9010 * help.el (function-called-at-point): First look for function at point.
9011
9012 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9013
9014 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9015
9016 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9017
9018 * simple.el (what-cursor-position): Print character encoding also.
9019
9020 1998-12-26 Dave Love <fx@gnu.org>
9021
9022 * textmodes/flyspell.el: If local-maps work, don't put
9023 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9024 in flyspell-mouse-map (only).
9025 (flyspell-use-local-map): New variable.
9026 Use a different mouse-2 binding in that case,
9027 and don't add to minor-mode-map-alist.
9028 (make-flyspell-overlay, flyspell-correct-word):
9029 Test flyspell-use-local-map.
9030
9031 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9032
9033 * files.el (file-expand-wildcards): Handle wildcards in directory name.
9034 Be careful about whether to return a relative file name,
9035 and if so, relative to what directory.
9036
9037 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9038
9039 * emacs-lisp/easymenu.el (easy-menu-get-map):
9040 Change global map only if this menu exists in the global map already,
9041 and not in the local map.
9042 (easy-menu-do-add-item): Fix error message.
9043
9044 * foldout.el (foldout-inhibit-key-bindings):
9045 Avoid concatenating onto outline-minor-mode-prefix.
9046 Make a new keymap for that prefix, if it does not already have one.
9047
9048 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
9049
9050 * cperl-mode.el:
9051 Can use linear algorithm for indentation if Emacs supports it.
9052 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
9053 (cperl-after-block-p): Likewise.
9054 (cperl-after-block-and-statement-beg): Likewise.
9055 (cperl-after-block-p): After END/BEGIN we are a block.
9056 (cperl-after-expr-p): Skip labels when checking
9057 (cperl-indent-region): Make a marker for END - text added/removed.
9058 Disable hooks during the call (how to call them later?).
9059 Now indents 820-line-long function in 6.5 sec (including
9060 syntaxification) the first time (when buffer has few
9061 properties), 7.1 sec the second time.
9062 (cperl-indent-region): Do not indent whitespace lines
9063 (cperl-style-alist)
9064 Include `cperl-merge-trailing-else' where the value is clear.
9065 (cperl-styles-entries): Likewise.
9066 (cperl-problems): Improvements to docs.
9067 (cperl-tips): Likewise.
9068 (cperl-non-problems): Likewise.
9069 (cperl-mode): Make lazy syntaxification possible.
9070 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9071 `font-lock-unfontify-region-function' was set to a wrong function.
9072
9073 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9074 restart syntaxification. Changed so that -d ?foo? is a RE. Do
9075 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9076 but 1<<6 was considered as HERE-doc.
9077 <file/glob> made into a string.
9078 Postpone addition of faces after syntactic step.
9079 Recognition of <FH> was wrong.
9080 Highlight `gem' in s///gem as a keyword. `qr' recognized.
9081 Knows that split// is null-RE.
9082 Highlights separators in 3-parts expressions as labels.
9083 <> was considered as a glob.
9084 Would err if the last line is `=head1'.
9085 $a-1 ? foo : bar; was a considered a regexp.
9086 `<< (' was considered a start of HERE-doc.
9087 mark qq[]-etc sections as syntax-type=string
9088 Was not processing sub protos after a comment ine.
9089 Was treating $a++ <= 5 as a glob.
9090 Tolerate unfinished REx at end-of-buffer.
9091 `unwind-protect' was left commented.
9092 / and ? after : start a REx.
9093
9094 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9095 Better default, customizes to `message' too, off in text-mode.
9096
9097 (cperl-array-face): Renamed from `font-lock-emphasized-face',
9098 `defface'd.
9099 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9100 `defface'd.
9101 (cperl-emacs-can-parse): New state variable.
9102 (cperl-indent-line): Corrected to use global state.
9103 (cperl-calculate-indent): Likewise.
9104 (cperl-fix-line-spacing): Likewise (not used yet).
9105 (cperl-calculate-indent): Did not consider `,' as
9106 continuation mark for statements.
9107 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9108 Remove another parse-data optimization at toplevel: would
9109 indent correctly.
9110 Correct for labels when calculating indentation of continuations.
9111 Docstring updated.
9112 (cperl-choose-color): Converted to a function (to be
9113 compilable in text-mode).
9114 (cperl-dark-background): Disable without window-system.
9115 Do `defface' only if window-system.
9116 (cperl-fix-line-spacing): Sped up to bail out early.
9117 (x-color-defined-p): Was not compiling on XEmacs
9118 Was defmacro'ed with a tick. Remove another def.
9119 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9120 (cperl-unwind-to-safe): New function.
9121 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9122 (cperl-fontify-syntaxically): Unwinds start and end to go out of
9123 long strings (not very successful).
9124 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
9125 Highlight the starting // in s//foo/ as function-name.
9126 Emit a meaningful error instead of a cryptic one for an
9127 uncomplete REx near end-of-buffer.
9128
9129 (cperl-electric-keyword): `qr' recognized.
9130 (cperl-electric-else): Likewise
9131 (cperl-to-comment-or-eol): Likewise
9132 (cperl-make-regexp-x): Likewise
9133 (cperl-init-faces): Likewise, and `lock' (as overridable?).
9134 Corrected to use new macros;
9135 `if' for copying `reference-face' to `constant-face' was backward.
9136 remove init `font-lock-other-emphasized-face',
9137 `font-lock-emphasized-face', `font-lock-keyword-face'.
9138 Interpolate `cperl-invalid-face'.
9139 (cperl-make-regexp-x): Misprint in a message.
9140 (cperl-syntaxify-unwind): New configuration variable
9141 (cperl-fontify-m-as-s): New configuration variable
9142 (cperl-electric-pod): Check for after-expr was performed
9143 inside of POD too.
9144 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9145 (cperl-clobber-mode-lists): New configuration variable.
9146 (cperl-not-bad-style-regexp): Updated.
9147 Init: `cperl-is-face' was busted.
9148 (cperl-make-face): New macros.
9149 (cperl-force-face): New macros.
9150 (font-lock-other-type-face): Done via `defface' too.
9151 (cperl-nonoverridable-face): New face. Renamed from
9152 `font-lock-other-type-face'.
9153 (cperl-init-faces-weak): Use `cperl-force-face'.
9154 (cperl-comment-indent): Commenting __END__ was not working.
9155 (cperl-indent-for-comment): Likewise.
9156 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
9157 When removing old TAGS info was not relativizing filename.
9158 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9159 Another try to work around XEmacs problems. Better progress messages.
9160 (toplevel): Require custom unprotected => failure on 19.28.
9161 (cperl-xemacs-p): Defined when compile too
9162 (cperl-find-tags): Was writing line/pos in a wrong order,
9163 pos off by 1 and not at beg-of-line.
9164 (cperl-etags-snarf-tag): New macro
9165 (cperl-etags-goto-tag-location): New macro
9166 (cperl-version): New variable. New menu entry
9167 random docstrings: References to "future" 20.3 removed.
9168 Menu was described as `CPerl' instead of `Perl'
9169 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9170 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9171 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
9172 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9173 `font-lock-reference-face', `font-lock-keyword-face'.
9174 Use `eval-after-load'.
9175 Remove not-CPerl-related faces.
9176 (cperl-tips-faces): New variable and an entry into Mini-docs.
9177 (cperl-indent-exp): Was not processing else-blocks.
9178 (cperl-get-state): NOP line removed.
9179 (cperl-ps-print): New function and menu entry.
9180 (cperl-ps-print-face-properties): New configuration variable.
9181 (cperl-invalid-face): New configuration variable.
9182 (perl-font-lock-keywords): Highlight trailing whitespace
9183 (cperl-contract-levels): Documentation corrected.
9184 (cperl-contract-level): Likewise.
9185 (cperl-ps-extend-face-list): New macro.
9186 (cperl-invalid-face): Change to ''underline.
9187
9188 1998-12-25 Markus Rost <rost@delysid.gnu.org>
9189
9190 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9191 for read-file-name.
9192 (rmail-output-to-rmail-file): Likewise.
9193
9194 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9195
9196 * emacs-lisp/easymenu.el (easy-menu-get-map):
9197 If MENU is nil, use global menu-bar map.
9198 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9199 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9200
9201 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9202
9203 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9204
9205 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9206
9207 * ps-print.el (ps-print-version): New version number (4.1.3).
9208
9209 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
9210
9211 * international/mule-cmds.el: Use make-sparse-keymap instead of
9212 define-prefix-key when defining MULE menu items.
9213
9214 * info.el (Info-node-at-bob-matching): New function.
9215 (Info-find-node, Info-build-node-completions): Call it.
9216
9217 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
9218
9219 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9220 when this is an autoloaded keymap.
9221
9222 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9223
9224 * international/codepage.el (cp-coding-system-for-codepage-1):
9225 Create separate encoders and decoders, for DOS and Unix. Make the
9226 usual family of 3 coding systems, so that automatic detection of
9227 EOL type works.
9228 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9229 Unix-specific symbols here, and don't call
9230 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
9231 Handa <handa@etl.go.jp>.)
9232
9233 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9234
9235 * term/internal.el (IT-character-translations): New variable, an
9236 alist used to display characters for which there's no glyphs in
9237 the current codepage.
9238 (IT-display-table-setup): New function, sets up the DOS terminal
9239 for a given codepage.
9240 (dos-codepage-setup): New function, sets up the MULE environment
9241 for the current value of dos-codepage.
9242 (top-level if): In the multibyte mode, turn on
9243 unibyte-display-via-language-environment. In the unibyte mode,
9244 set up the special syntax tables to map lower- to upper case and
9245 back.
9246
9247 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
9248
9249 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9250 (speedbar-frame-plist) Remove useless comments.
9251 (speedbar-frame-mode) Do not specify height if it is in the param list.
9252 Use default y position w/out changing it.
9253 If default x position is a list, keep, calculate the non-list X
9254 value when devining an initial position.
9255 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9256 (speedbar-tag-group-name-minimum-length): New variable.
9257 (speedbar-frame-parameter): New compatibility function.
9258 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9259 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9260 groups to keep things in the right order, and to help with some
9261 naming conventions.
9262 (speedbar-create-tag-hierarchy): Enable buffer local version of
9263 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9264 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
9265 the case, derive it from the cursor location in speedbar.
9266
9267 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
9268
9269 * international/mule-cmds.el (set-language-environment): On MS-DOS
9270 terminals, install DOS-specific nonascii-translation-table if the
9271 language info doesn't specify one. Pass the default eol-type to
9272 set-language-environment-coding-systems.
9273 (set-default-coding-systems): Copy the eol-type property for the
9274 new default values of {buffer-file,process}-coding-system from the
9275 old defaults.
9276 (set-language-environment-coding-systems): Accept an optional
9277 argument EOL-TYPE, and set the eol-type property of the default
9278 coding systems accordingly.
9279 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9280 (set-keyboard-coding-system): Likewise.
9281 (set-default-coding-systems): Don't set
9282 default-terminal-coding-system on MS-DOS to anything but nil.
9283 (prefer-coding-system): Describe in the doc string that
9284 default-terminal-coding-system is not changed on MS-DOS.
9285 (set-language-environment): For MS-DOS, set standard syntax table
9286 and display table for all characters with code above 127.
9287 (standard-display-european-internal): For MS-DOS, pass all
9288 characters with code above 127 directly to the terminal, and don't
9289 remap characters 160 and 146 in the unibyte case.
9290
9291 * international/codepage.el: New file.
9292
9293 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9294
9295 * diary-lib.el (diary-float): Fix end-of-year error and typos in
9296 comments.
9297
9298 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
9299
9300 * map-ynp.el (map-y-or-n-p): Ignore input methods.
9301
9302 * subr.el (read-passwd): Likewise.
9303
9304 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
9305
9306 * info.el (Info-find-node): Add 1 to the position read from the
9307 tag table. Don't fail if the node delimiter ^_ is the first
9308 character in the file.
9309 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9310 first character in the file.
9311 (Info-read-subfile): Likewise.
9312 (Info-select-node): Likewise.
9313 (Info-build-node-completions): Likewise.
9314
9315 1998-12-16 Richard Stallman <rms@gnu.org>
9316
9317 * term/x-win.el (x-cut-buffer-or-selection-value):
9318 If clipboard is enabled, try it before PRIMARY selection.
9319
9320 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9321
9322 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9323 insert c-cedilla and C-cedilla respectively, like in latin-1.
9324
9325 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
9326
9327 * language/hebrew.el: Don't use sublists in the flags argument
9328 passed to make-coding-system.
9329
9330 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9331
9332 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
9333 list of character sets found by find-charset-region.
9334
9335 * ps-mule.el: Always require ps-print. Move some function
9336 definitions for Emacs 20.2 and the earlier to ps-print.el.
9337 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
9338
9339 * ps-print.el: Define several functions for Emacs 20.2 and the
9340 earlier version.
9341 (ps-printer-name): Check if printer-name is bound.
9342
9343 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9344
9345 * ps-mule.el: Programming uniformization and little code improvement.
9346 (ps-mule-prepare-font): Programming uniformization.
9347 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
9348 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
9349
9350 * ps-bdf.el: Programming uniformization and little code improvement.
9351 (bdf-search-and-read): New fun.
9352 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
9353 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
9354 (bdf-info-relative-compose, bdf-info-baseline-offset)
9355 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
9356 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
9357 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
9358 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
9359 improvement.
9360
9361 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9362
9363 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
9364 and mule related code extraction. Autoload ps-mule funs.
9365
9366 * ps-mule.el: Doc fix. Require ps-print only when compiled.
9367 (ps-mule-prologue-generated): New fun.
9368 (ps-mule-plot-string): Add autoload cookie.
9369 (ps-mule-begin-job): Call ps-mule-prologue-generated.
9370
9371 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9372
9373 * ps-bdf.el: Require ps-mule instead of ps-print.
9374 (bdf-directory-list): Add autoload cookie.
9375
9376 * ps-mule.el: New file. Mule related code extracted from
9377 ps-print.el. Require ps-print, provide ps-mule.
9378 (ps-multibyte-buffer): Add autoload cookie.
9379 (ps-mule-prepare-ascii-font): New fun.
9380 (ps-mule-set-ascii-font): New fun.
9381 (ps-mule-skip-same-charset): Fun deleted.
9382 (ps-mule-plot-string): Set ps-mule-current-charset.
9383 (ps-mule-initialize): Add autload cookie. Don't set
9384 ps-mule-font-info-database here.
9385 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
9386 ps-mule-font-info-database and ps-control-or-escape-regexp.
9387 (ps-mule-begin-page): New fun.
9388
9389 * ps-print.el: Mule related code moved to ps-mule.el.
9390 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
9391 check ps-mule-charset-list.
9392 (ps-begin-page): Don't set ps-mule-current-charset, instead call
9393 ps-mule-begin-page.
9394 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
9395 (ps-plot-region): Don't set ps-mule-current-charset, instead call
9396 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
9397 instead skip same charsets by itself.
9398 (ps-generate): Call ps-mule-initialize of needs-begin-file is
9399 non-nil. Call ps-mule-begin-job.
9400
9401 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9402
9403 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
9404 instead of bdf.
9405
9406 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
9407 (ps-mule-external-libraries): New element FEATURE.
9408 (ps-mule-init-external-library): Ajusted for the above change.
9409 (ps-mule-generate-font): Likewise.
9410 (ps-mule-generate-glyphs): Likewise.
9411 (ps-mule-prepare-font): Likewise.
9412 (ps-mule-initialize): Likewise.
9413 (ps-begin-file): Superfluous tailing parenthesis deleted.
9414
9415 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9416
9417 * international/fontset.el (x-decompose-font-name): If PATTERN
9418 doesn't have any wild cards, return a vector made from a name that
9419 is found by x-resolve-font-name found. Comments added.
9420
9421 * international/mule-cmds.el (find-coding-systems-for-charsets):
9422 Handle the case of unknown charset.
9423 (find-multibyte-characters): If invalid multibyte characters are
9424 found, return the corresponding strings instead of character
9425 codes.
9426 (find-multibyte-characters): Adjusted for the above change.
9427 (select-safe-coding-system): For a unibyte buffer, always returns
9428 DEFAULT-CODING-SYSTEM.
9429 (get-charset-property): Fix previous change. Make it a function.
9430 (put-charset-property): Make it a function.
9431
9432 * international/mule.el (make-coding-system): Set mime-charset
9433 property of *-with-esc coding system to nil.
9434
9435 * international/quail.el (quail-point-in-conversion-region): New
9436 function.
9437 (quail-conversion-backward-delete-char): When a key sequence is
9438 being translated, call quail-delete-last-char.
9439
9440 * language/devan-util.el
9441 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
9442 handle devanagari-decomposition-rules.
9443
9444 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
9445
9446 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
9447 tex-start-options-string to empty string.
9448 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
9449
9450 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
9451
9452 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
9453 5xx responses are already handled properly).
9454
9455 1998-12-13 Richard Stallman <rms@gnu.org>
9456
9457 * progmodes/compile.el (compilation-error-regexp-alist): Insist
9458 on a non-digit in the file name.
9459
9460 * simple.el (comment-region): Handle comment-padding
9461 separately for insertion and for deletion, in the right way for each.
9462
9463 1998-12-13 Felix Lee <flee@cygnus.com>
9464
9465 * progmodes/compile.el (compilation-error-regexp-alist): Fix
9466 regexp to match "ChangeLog:1:1998-12-09 ..."
9467
9468 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
9469
9470 * cus-start.el (dos-unsupported-char-glyph): Add.
9471
9472 1998-12-11 Dave Love <fx@gnu.org>
9473
9474 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
9475 forward-sexp in condition-case.
9476
9477 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9478 Remove unnecessary test on `library' for explicit file name.
9479 Widen scope of save-match-data.
9480
9481 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
9482
9483 * international/mule.el (load-with-code-conversion): If the loaded
9484 file was inserted with no-conversion or raw-text coding system,
9485 make the buffer unibyte.
9486
9487 1998-12-09 Richard Stallman <rms@gnu.org>
9488
9489 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9490 Get rid of nested loops.
9491
9492 * mouse.el (mouse-drag-vertical-line):
9493 If WHICH-SIDE is not `right', then scroll bars are on the left.
9494
9495 * loadhist.el (load-history-loaded): defvar moved to help.el.
9496
9497 * help.el (symbol-file-load-history-loaded): Variable renamed,
9498 and defvar moved from loadhist.el.
9499 (symbol-file): Renamed from describe-function-find-file.
9500 Load fns-VERSION.el here.
9501 (describe-variable, describe-function-1): Use symbol-file.
9502
9503 * textmodes/tex-mode.el (tex-generate-zap-file-name):
9504 Don't start the name with #.
9505
9506 * ispell.el: Take out the eval-when's.
9507
9508 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
9509
9510 * dirtrack.el (dirtrack-directory-change-hook): New hook.
9511 (dirtrack): Run it. Make debug message more verbose.
9512
9513 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
9514
9515 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
9516 name of the abbrev table, and provide support for XEmacs.
9517 (octave-xemacs-p): New variable.
9518
9519 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9520
9521 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
9522 exit, when mail-interactive is nil.
9523
9524 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
9525
9526 * files.el (after-find-file): Message fix.
9527
9528 1998-12-09 Ken Stevens <stevens@kdstevens.com>
9529
9530 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
9531
9532 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
9533
9534 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
9535 filenames using backslashes.
9536
9537 1998-12-09 Dave Love <fx@gnu.org>
9538
9539 * browse-url.el (browse-url-mail): Call compose-mail-other-window
9540 with correct number of args.
9541 (browse-url-maybe-new-window): New arg. Callers changed.
9542
9543 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
9544 comment.
9545
9546 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
9547
9548 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
9549
9550 1998-12-08 Markus Rost <rost@delysid.gnu.org>
9551
9552 * vc.el (vc-rcs-release): Fix Type.
9553 (vc-sccs-release): Fix Type.
9554 (vc-cvs-release): Fix Type.
9555
9556 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
9557 arg work right.
9558
9559 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
9560 output of last undeleted message.
9561
9562 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
9563
9564 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9565 (buffer-undo-list) [windows-nt]: Use different relative path.
9566
9567 1998-12-07 Simon Marshall <simon@gnu.org>
9568
9569 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
9570
9571 1998-12-05 Markus Rost <rost@delysid.gnu.org>
9572
9573 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
9574
9575 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
9576
9577 1998-12-04 Markus Rost <rost@delysid.gnu.org>
9578
9579 * info.el (Info-menu): Don't return error if point is between menu
9580 header and first menu item.
9581
9582 1998-12-04 Dave Love <fx@gnu.org>
9583
9584 * help.el (describe-function-1): Fix description for alias.
9585
9586 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
9587
9588 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
9589 specifications from summary line.
9590
9591 * rect.el (delete-whitespace-rectangle): Mark for autoload.
9592 (close-rectangle): Define alias only once in loaddefs.el.
9593
9594 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
9595
9596 * term/internal.el: Remove code which sets up a special syntax
9597 table for non-ASCII characters.
9598
9599 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
9600
9601 * dos-w32.el (direct-print-region-function): Try to ensure that
9602 printer-name is expanded to a file name on a local drive;
9603 sometimes printing a file loaded from a network volume fails.
9604 (direct-print-region-function): Add a function to
9605 write-region-annotate-functions to append a formfeed character to
9606 the region being printed, if the region doesn't end with a
9607 formfeed already. This avoids creating a second print job
9608 containing a blank page when print spooling is enabled on Windows.
9609
9610 1998-12-02 Dave Love <fx@gnu.org>
9611
9612 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
9613 `Info-goto-node'.
9614
9615 1998-12-02 Richard Stallman <rms@gnu.org>
9616
9617 * help.el (temp-buffer-resize-mode): Doc fix.
9618
9619 * cus-edit.el (custom-save-delete): Save point before
9620 reading a sexp, rather than backing up.
9621
9622 * international/iso-transl.el: Fix previous change.
9623
9624 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
9625
9626 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
9627 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
9628 Added defvars to suppress compilation warnings.
9629
9630 1998-11-30 Ken Stevens <k.stevens@ieee.org>
9631
9632 * ispell.el: Improved and fixed customize for variables:
9633 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
9634 ispell-dictionary-alist, ispell-skip-sgml.
9635 Improved and fixed comments in variables and messages for
9636 functions: ispell-help-in-bufferp, ispell-local-dictionary,
9637 ispell-menu-map, ispell-checking-message, ispell-parser,
9638 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
9639 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
9640 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
9641 ispell-message-text-end, ispell-add-per-file-word-list.
9642 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
9643 system is now required for all languages. Casechars improved for
9644 castellano, castellano8, and norsk dictionaries. Dictionary
9645 norsk7-tex added. Dictionary polish added.
9646 (ispell-dictionary-alist): Redefined at load-time to support
9647 dictionary changes.
9648 (ispell-menu-map): Redefined at load-time to support menu changes.
9649 (ispell-check-version): New alias for `check-ispell-version'.
9650 (ispell-parse-output): Fixed matching for ispell error messages.
9651 Correctly returns spelling suggestions in order generated by ispell
9652 process.
9653 (check-ispell-version): Ensure `case-fold-search' doesn't get
9654 redefined.
9655 (ispell-complete-word): Ensure `case-fold-search' doesn't get
9656 redefined. Fix bug that didn't respect case of word being completed.
9657 (ispell-init-process): Set process coding system to be compatible
9658 with emacs processes and the ispell process.
9659 (ispell-kill-ispell): Ensures ispell process has terminated before
9660 starting new process. This can otherwise confuse process filters
9661 and hang the ispell process.
9662 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
9663 skipping support for sgml.
9664 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
9665 which could cause `ispell-complete-word' to hang.
9666 (ispell-message): Improved message reference matching. Ensure
9667 `case-fold-search' doesn't get redefined.
9668 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
9669 get redefined. Fixed bug in returning to nroff mode from tex mode.
9670 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
9671 get redefined.
9672
9673 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9674
9675 * textmodes/flyspell.el (flyspell-check-word-p):
9676 Don't delay inside a kbd macro.
9677
9678 * subr.el (make-local-hook): Return the hook variable.
9679
9680 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9681
9682 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
9683 Use a timer instead of post-command-hook.
9684 (hscroll-timer): New variable.
9685
9686 1998-11-30 Dave Love <fx@gnu.org>
9687
9688 * help.el (help-xref-button): Do nothing if text already has the
9689 help-xref property.
9690 (describe-variable): Revert previous change to hyperlink to source.
9691
9692 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
9693
9694 * bindings.el (features): Add `base64' to this list.
9695
9696 * loadhist.el (symbol-file): Doc fix.
9697
9698 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9699
9700 * files.el (hack-one-local-variable): Cope with non-file buffers.
9701
9702 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
9703
9704 * help.el (describe-mode): Put major mode first.
9705
9706 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
9707 to support special-display and same-window features.
9708
9709 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9710
9711 * simple.el (transpose-subr, transpose-subr-1): Rename variables
9712 bound in one function and used in the other.
9713 (transpose-subr-start1, transpose-subr-start2): Add defvars.
9714 (transpose-subr-end1, transpose-subr-end2): Add defvars.
9715
9716 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9717
9718 * autoinsert.el (auto-insert-alist): Use user-mail-address.
9719
9720 1998-11-26 Kenichi Handa <handa@etl.go.jp>
9721
9722 * international/ccl.el (ccl-dump-translate-character-const-tbl):
9723 Give format correct control string.
9724
9725 * international/mule.el (define-translation-table): Fix bug of
9726 setting incorrect translation-table-id. If the first element of
9727 ARGS is a translation table, just register it.
9728
9729 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
9730 property.
9731
9732 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
9733
9734 * thingatpt.el (thing-at-point-url-at-point): Don't use current
9735 syntax table to determine what is whitespace.
9736
9737 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
9738
9739 * frame.el (frame-parameter): Doc fix.
9740
9741 * textmodes/tex-mode.el (tex-feed-input): New function.
9742 (tex-define-common-keys): Add binding for C-c C-m.
9743
9744 1998-11-23 Dave Love <fx@gnu.org>
9745
9746 * progmodes/fortran.el: Various minor doc fixes.
9747 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
9748 (fortran-with-subprogram-narrowing): New macro.
9749 (fortran-check-for-matching-do): Use it.
9750 (fortran-end-do): Use fortran-check-end-prog-re.
9751 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
9752 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
9753
9754 1998-11-23 Simon Marshall <simon@gnu.org>
9755
9756 * font-lock.el (font-lock-defaults): Doc fix.
9757 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
9758 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
9759
9760 * lazy-lock.el (lazy-lock-unstall):
9761 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
9762
9763 * fast-lock.el (fast-lock-save-cache-1):
9764 (fast-lock-cache-data): Rewritten to use with-temp-message.
9765
9766 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
9767
9768 * mail/rmail.el (rmail-set-message-counters-counter): Detect
9769 messages that have been added with DOS line endings and convert
9770 the line endings for such messages.
9771
9772 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9773
9774 * help.el: Add resizing of temporary buffers.
9775 (temp-buffer-resize-mode): New command and variable.
9776 (temp-buffer-max-height): New variable.
9777 (resize-temp-buffer-window): New function.
9778
9779 * window.el (window-buffer-height): New function, split from
9780 shrink-window-if-larger-than-buffer.
9781 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
9782
9783 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
9784
9785 * frame.el (initial-frame-alist): Add defcustom.
9786
9787 * shell.el (shell-prompt-pattern): Add defcustom.
9788
9789 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9790
9791 * message.el (message-ignored-supersedes-headers): Remove
9792 NNTP-Posting-Date.
9793
9794 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
9795
9796 * help.el (describe-mode): Don't avoid loop indirecting thru
9797 value of INDICATOR.
9798
9799 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
9800
9801 * help.el (describe-variable): Allow any variable with a defcustom,
9802 even if it is not a user variable.
9803
9804 * mail/rmail.el (mail-unsent-separator): Additional alternative.
9805
9806 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
9807
9808 * gnus/nntp.el (nntp-request-group): Allow for failures when
9809 requesting a new group.
9810
9811 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9812
9813 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
9814
9815 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9816
9817 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
9818
9819 1998-11-19 Simon Marshall <simon@gnu.org>
9820
9821 * subr.el (with-temp-message): New macro.
9822
9823 * emacs-lisp/lisp-mode.el (with-temp-message):
9824 Add lisp-indent-function property.
9825
9826 1998-11-18 Dave Love <fx@gnu.org>
9827
9828 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
9829
9830 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
9831
9832 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
9833 This is not obsolete.
9834
9835 1998-11-18 Kenichi Handa <handa@etl.go.jp>
9836
9837 * textmodes/picture.el: Make a new map by make-keymap.
9838 (picture-desired-column): New variable.
9839 (picture-update-desired-column): New function.
9840 (picture-beginning-of-line): Set picture-desired-column to 0.
9841 (picture-end-of-line): Set picture-desired-column to the current
9842 column.
9843 (picture-forward-column): Pay attention to multi-column character.
9844 (picture-backward-column): Likewise.
9845 (picture-move-down): Likewise.
9846 (picture-move-up): Likewise.
9847 (picture-movement-nw): With prefix arg, move twice columns.
9848 (picture-movement-ne): Likewise.
9849 (picture-movement-sw): Likewise.
9850 (picture-movement-se): Likewise.
9851 (picture-set-motion): Handle two-column movements.
9852 (picture-move): Call picture-move-down or picture-forward-column
9853 only when necessary.
9854 (picture-insert): Pay attention to picture-desired-column.
9855 (picture-self-insert): Likewise.
9856 (picture-clear-column): Pay attention to multi-column character.
9857 (picture-mode): Modify doc-string for two-column movement.
9858
9859 * rect.el (move-to-column-force): New function.
9860 (operate-on-rectangle): If coerce-tabs is non-nil, call
9861 move-to-column-force instead of move-to-column.
9862 (insert-rectangle): Call move-to-column-force instead of
9863 move-to-column.
9864 (open-rectangle-line): If begextra is not zero, call
9865 move-to-column-force.
9866
9867
9868 1998-11-16 Dave Love <fx@gnu.org>
9869
9870 * textmodes/sgml-mode.el Require skeleton when compiling.
9871 (sgml-font-lock-keywords-1): Accept single-letter tags.
9872 (v2): Defvar free variable.
9873
9874 1998-11-16 Sam Steingold <sds@goems.com>
9875
9876 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
9877 macro, not ELisp one.
9878
9879 1998-11-16 Kenichi Handa <handa@etl.go.jp>
9880
9881 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
9882 characters to symbol.
9883
9884 * language/japan-util.el (japanese-zenkaku-region): New optional
9885 arg KATAKANA-ONLY.
9886
9887 1998-11-16 Kenichi Handa <handa@etl.go.jp>
9888
9889 * international/mule.el
9890 (after-insert-file-set-buffer-file-coding-system): If the buffer
9891 is changed to unibyte, return inserted bytes.
9892
9893 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
9894 and link names if necessary.
9895 (tar-header-block-summarize): Handle the case that file or link
9896 names are multibyte.
9897 (tar-summarize-buffer): At first set the current buffer unibyte,
9898 then if there are multibyte file names, change it to multibyte.
9899 (tar-mode): Get char position from tar-header-offset.
9900 (tar-extract): Avoid multibyte<->unibyte conversion in
9901 insert-buffer-subsring by setting both buffers unibyte
9902 temporarily.
9903 (tar-copy): Set the buffer unibyte while doing a work. Write
9904 without code conversion.
9905 (tar-expunge): Set the buffer unibyte while doing a work.
9906 (tar-alter-one-field): Likewise.
9907 (tar-clear-modification-flags): Compare byte position with
9908 tar-header-offset.
9909 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
9910 insert-buffer-subsring by setting both buffers unibyte
9911 temporarily. Pay attention to multibyteness while updating the
9912 descriptor-line.
9913 (tar-mode-write-file): Write without code conversion.
9914
9915 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9916
9917 * nngateway.el: Require cl.
9918
9919 1998-11-15 Dave Love <fx@gnu.org>
9920
9921 * progmodes/fortran.el: Fix previous change:
9922 (fortran-end-prog-re1): Changed.
9923 (fortran-check-end-prog-re): New function.
9924 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
9925
9926 1998-11-13 Tom Breton <tob@world.std.com>
9927
9928 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
9929 GNU Emacs.
9930
9931 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
9932
9933 * textmodes/reftex.el: (reftex-finding-files): Group documentation
9934 fixed.
9935 (reftex-toc-toggle-file-boundary,
9936 reftex-toc-toggle-labels,
9937 reftex-toc-toggle-context,reftex-find-start-point): New functions.
9938 (reftex-toc-include-labels, reftex-toc-include-context,
9939 reftex-toc-include-file-boundaries,
9940 reftex-toc-keep-other-windows): New options.
9941 (reftex-use-text-after-label-as-context): Option removed.
9942 (reftex-extract-bib-entries): Protect use in non-latex
9943 buffers.
9944 (reftex-toc-visit-location): Renamed from
9945 `reftex-toc-visit-line'.
9946 (reftex-latin1-to-ascii): Works now with and without Mule.
9947 (reftex-truncate): Removed special stuff for Emacs 20.2.
9948 (reftex-get-offset): Made more general.
9949 (reftex-show-label-location): Renamed from
9950 `reftex-select-label-callback'.
9951 (reftex-pop-to-label): Function removed (using
9952 `reftex-show-label-location' instead.
9953 (reftex-insert-docstruct): Renamed from
9954 `reftex-make-and-insert-label-list'. Function args changed.
9955 (reftex-toc): Now uses `reftex-insert-docstruct' and
9956 `reftex-find-start-point'.
9957 (reftex-select-item): Use `reftex-find-start-point'.
9958 (reftex-toc-visit-line): Can display labels and file
9959 boundaries.
9960 (reftex-TeX-master-file): `(TeX-master-file)' protected.
9961
9962 1998-11-12 Sam Steingold <sds@goems.com>
9963
9964 * browse-url.el (browse-url): Handle the case when
9965 `browse-url-browser-function' is a lambda list.
9966
9967 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
9968
9969 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
9970 version string.
9971 * loadhist.el (symbol-file): Likewise
9972
9973 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
9974
9975 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
9976
9977 1998-11-11 Sam Steingold <sds@goems.com>
9978
9979 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
9980 `run-lisp' instead of signalling an error.
9981
9982 1998-11-11 Karl Heuer <kwzh@gnu.org>
9983
9984 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
9985
9986 1998-11-11 Richard Stallman <rms@gnu.org>
9987
9988 * vc-hooks.el (vc-toggle-read-only): Doc fix.
9989
9990 1998-11-11 Per Starback <starback@update.uu.se>
9991
9992 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
9993 renamed svenska8 to svenska, and fixed and extended CASECHARS
9994 for it.
9995
9996 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
9997
9998 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
9999 handling if setpagedevice is not available.
10000 (ps-begin-file): Fix typo.
10001
10002 1998-11-11 Kenichi Handa <handa@etl.go.jp>
10003
10004 * international/mule-util.el (compose-chars-component): Signal
10005 error if CH is a rule-based composition character.
10006 (compose-chars): Signal error if an already compsed character is
10007 going to be composed by rule-base.
10008
10009 * term/x-win.el: If a resolved ASCII font name doesn't conform to
10010 full XLFD, don't try to get information of WEIGHT and SLANT from
10011 that font name.
10012
10013 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
10014
10015 * dos-w32.el (set-default-process-coding-system): Use function on
10016 before-init-hook to set default-process-coding-system based on
10017 enable-multibyte-characters.
10018
10019 * term/w32-win.el ([language-change]): For now ignore
10020 keyboard language-change events.
10021
10022 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
10023
10024 * ediff-util.el (ediff-make-temp-file): Run the prefix through
10025 convert-standard-file-name, but leave the results of
10026 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
10027 characters if the original name already exists, or has a special
10028 handler.
10029
10030 1998-11-10 Karl Heuer <kwzh@gnu.org>
10031
10032 * international/iso-insert.el: Delete autoload cookies.
10033
10034 * international/iso-transl.el: Add autoload cookies.
10035
10036 1998-11-10 Richard Stallman <rms@gnu.org>
10037
10038 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10039 (ispell-process-line): Don't treat multibyte
10040
10041 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
10042
10043 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10044 setpagedevice to specify the page size if setpagedevice is
10045 available. This is necessary to select the correct paper tray on
10046 Level 2 printers with multiple paper sizes available.
10047
10048 (ps-begin-file): Cope with font names that contain spaces, and
10049 call BeginDoc in a BeginSetup/EndSetup block.
10050
10051 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
10052
10053 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10054 convert-standard-filename.
10055
10056 * loadhist.el (symbol-file): Run fns-VERSION.el through
10057 convert-standard-filename.
10058
10059 1998-11-06 Richard Stallman <rms@gnu.org>
10060
10061 * textmodes/texinfmt.el (texinfo-format-scan):
10062 Detect the case of two @-commands in a row; process just the first.
10063 (texinfo-append-refill): If line has a @c, insert the @refill
10064 before it.
10065 (texinfo-format-refill): Return with point where the @refill was.
10066
10067 * files.el (hack-local-variables): Test local-enable-local-variables.
10068 (hack-local-variables-prop-line): Likewise.
10069 (set-auto-mode): Don't test local-enable-local-variables here.
10070 (enable-local-variables): Doc fix.
10071 (local-enable-local-variables): Doc fix.
10072 (normal-mode): Doc fix.
10073
10074 1998-11-06 Karl Heuer <kwzh@gnu.org>
10075
10076 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10077
10078 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
10079
10080 * simple.el (line-number-mode): Doc fix.
10081
10082 1998-11-06 Kenichi Handa <handa@etl.go.jp>
10083
10084 * international/fontset.el (create-fontset-from-fontset-spec):
10085 Give correct arg to `error'.
10086
10087 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
10088
10089 * textmodes/sgml-mode.el (html-mode): Doc fix.
10090 (sgml-name-8bit-mode): Fix missing format character in message string.
10091
10092 1998-11-05 Karl Heuer <kwzh@gnu.org>
10093
10094 * mail/sendmail.el (sendmail-send-it): Check for failure.
10095
10096 1998-11-05 Richard Stallman <rms@gnu.org>
10097
10098 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10099
10100 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10101 (close-rectangle): Define as alias.
10102
10103 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
10104
10105 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10106
10107 1998-11-05 Dave Love <fx@gnu.org>
10108
10109 * help.el (describe-variable): Don't quote link to source.
10110
10111 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
10112
10113 * gud.el (gud-common-init): Use pop-to-buffer.
10114 (same-window-regexps): Add an element that matches all gud buffers.
10115
10116 1998-11-04 Jason Rumney <jasonr@altavista.net>
10117
10118 * term/w32-win.el (x-get-selection-value): Alias to
10119 x-cut-buffer-or-selection-value.
10120 (w32-standard-fontset-spec): New variable.
10121 (w32-create-initial-fontsets, mouse-set-font): Check whether
10122 new-fontset is available.
10123 (w32-use-w32-font-dialog): Enable use of set-variable.
10124
10125 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10126
10127 * vc.el (with-vc-file, edit-vc-file): New macros.
10128
10129 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10130
10131 * international/quail.el (quail-show-guidance-buf): Call
10132 set-minibuffer-window to set minibuffer window of the current
10133 frame correctly.
10134
10135 1998-11-03 Theodore Jump <tjump@tertius.com>
10136
10137 * term/w32-win.el: Require fontset.
10138
10139 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
10140
10141 * faces.el (set-face-font): Call resolve-fontset-name on w32.
10142 (set-face-font-auto): Ditto.
10143
10144 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10145
10146 * mouse.el (mouse-drag-region): Fix typo.
10147
10148 1998-11-02 Dave Love <fx@gnu.org>
10149
10150 * progmodes/fortran.el Fix for fontification of strings lost somehow:
10151 (fortran-fontify-string): New function.
10152 (fortran-font-lock-keywords-1): Use it.
10153
10154 1998-11-02 Markus Rost <rost@delysid.gnu.org>
10155
10156 * comint.el (comint-file-name-quote-list): Doc fix.
10157
10158 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10159
10160 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10161 build directory, not source directory.
10162
10163 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10164 if we did not get one for the final move.
10165
10166 1998-11-01 Dave Love <fx@gnu.org>
10167
10168 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10169 Don't funcall browse-url-browser-function.
10170
10171 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10172 Don't funcall browse-url-browser-function.
10173
10174 * fortran.el (fortran-end-prog-re1): Fix the regexp.
10175
10176 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10177
10178 * files.el (revert-buffer): Doc fix.
10179
10180 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10181
10182 * textmodes/tex-mode.el (tex-start-options-string):
10183 Quote the backslashes with more backslashes.
10184
10185 1998-10-31 Dave Love <fx@gnu.org>
10186
10187 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10188 (webjump): Don't funcall browse-url-browser-function.
10189
10190 1998-10-30 Kenichi Handa <handa@etl.go.jp>
10191
10192 * international/quail.el (quail-start-translation): Handle
10193 switching of the frame in read-key-sequence.
10194 (quail-start-conversion): Likewise.
10195 (quail-show-guidance-buf): Detach quail-guidance-buf from any
10196 windows before setting an appropriate window for it.
10197 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
10198 quail-guidance-win to nil.
10199 (quail-update-guidance): If quail-guidance-buf is not in the
10200 selected frame, call quail-show-guidance-buf again.
10201
10202 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
10203
10204 * progmodes/pascal.el (pascal-mode):
10205 `blink-matching-paren-dont-ignore-comments' set to t.
10206
10207 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10208
10209 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10210
10211 1998-10-30 Dave Love <fx@gnu.org>
10212
10213 * vc.el (vc-backend-merge-news): Check for "P" output.
10214
10215 * help.el (describe-variable): Hyperlink the definition.
10216
10217 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10218
10219 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10220 (sh-set-shell): Likewise.
10221
10222 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10223
10224 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10225 (edebug-on-error): Fix customize type to match that of
10226 debug-on-error.
10227
10228 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10229
10230 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10231 report-emacs-bug-address instead of undefined bug-gnu-emacs.
10232
10233 * international/mule-cmds.el (select-message-coding-system): Doc
10234 fix.
10235
10236 * international/mule-diag.el (describe-coding-system): Describe
10237 all flags.
10238
10239 * mail/sendmail.el (sendmail-coding-system,
10240 default-sendmail-coding-system): Doc fix.
10241
10242 * simple.el (shell-command-on-region): Doc fix.
10243
10244 * loadup.el: Write fns-*.el in current directory instead of
10245 data-directory since no installation directory exists yet. Mark
10246 buffer unmodified afterwards.
10247
10248 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10249 instead of data-directory since it is architecture dependent.
10250 (load-history-loaded): Update doc string.
10251
10252 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
10253
10254 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10255 path as a default directory when canonicalizing names.
10256
10257 * w32-fns.el: Remove a dangling reference to a directory on the
10258 build machine.
10259
10260 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10261
10262 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10263 namespace related keywords such as `class', `body', `private',
10264 `variable', `namespace eval', etc.
10265 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10266 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10267 imenu and font-lock so that searches for \sw would find words
10268 containing colons.
10269
10270 * progmodes/etags.el (initialize-new-tags-table):
10271 Do not alter find-tag-marker-ring and tags-location-ring.
10272
10273 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
10274
10275 * term/w32-win.el: Require fontset.
10276 (w32-init-fontsets): New function (code from x-win.el).
10277
10278 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10279
10280 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10281 calendar-and-diary-frame-parameters): Add title parameter.
10282
10283 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10284
10285 * completion.el (dynamic-completion-mode): New function to enable
10286 the mode. (Just loading the file now does not change anything.)
10287
10288 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10289
10290 * ps-print.el: User option for multibyte buffer handling and doc fix.
10291 (ps-multibyte-buffer): New user option.
10292 (ps-setup): Print new user option.
10293 (ps-print-quote): New fun.
10294 (ps-color-p, ps-mule-font-info-database-latin): New var.
10295 (ps-default-color, ps-mule-font-info-database)
10296 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10297 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10298 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10299 Little code improvement.
10300 (ps-mule-initialize): Initialize ps-mule-font-info-database.
10301 (ps-print-prologue-header, ps-font-family, ps-font-size)
10302 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10303 (ps-build-face-reference, ps-mule-font-info-database-bdf)
10304 (ps-mule-external-libraries, ps-mule-init-external-library)
10305 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10306 Doc fix.
10307 (ps-print-version): New version number (4.1.1) and doc fix.
10308 (ps-print-prologue-header): New user option.
10309 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10310 Conditional compilation for GNU Emacs and emacsens.
10311 (ps-generate-postscript-with-faces): Skip invisible text better.
10312 (ps-setup): Print new user option.
10313 (ps-print-preprint): Check if input file name exists and is unwritable.
10314 (ps-begin-file): Adjust PostScript prologue header for duplex printers
10315 and insert user PostScript prologue header comments.
10316 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10317 New funs.
10318 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10319 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10320 PostScript programming normalization.
10321 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10322 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10323 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10324 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10325 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10326 Programming style normalization.
10327
10328 1998-10-26 Kenichi Handa <handa@etl.go.jp>
10329
10330 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10331 version, check the value of mule-version.
10332
10333 * international/mule-util.el (compose-region): Insert then delete
10334 to preserve markers.
10335 (decompose-region): Use search-forward for efficiency.
10336
10337 * language/chinese.el (pre-write-encode-hz): Cancel previous
10338 change, use generate-new-buffer instead of get-buffer-create.
10339 * language/devan-util.el
10340 (in-is13194-devanagari-pre-write-conversion): Likewise.
10341 * language/thai-util.el (thai-pre-write-conversion): Likewise.
10342 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10343 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10344
10345 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10346
10347 * mail/rmailsum.el (rmail-message-subject-p):
10348 Handle message whose header has not been reformatted.
10349
10350 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
10351
10352 1998-10-25 Jason Rumney <jasonr@altavista.net>
10353
10354 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
10355 New variables.
10356 (mouse-set-font): Use font menus instead of dialog according to
10357 w32-use-w32-font-dialog.
10358
10359 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10360
10361 * calendar/calendar.el (calendar-day-name-array): Add doc string
10362 correctly!
10363 (calendar-month-name-array): Add doc string correctly!
10364
10365 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10366
10367 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
10368
10369 1998-10-21 Markus Rost <rost@delysid.gnu.org>
10370
10371 * lisp/info.el (Info-next-menu-item): Stay on top of node.
10372
10373 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
10374
10375 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
10376
10377 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
10378
10379 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
10380
10381 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
10382
10383 1998-10-21 Karl Heuer <kwzh@gnu.org>
10384
10385 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
10386 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
10387 (profile-filter, profile-reset-timer): Functions deleted.
10388 (profile-check-zero-init-times, profile-get-time): Likewise.
10389 (profile-find-function, profile-quit): Likewise.
10390 (profile-distinct, profile-call-stack, profile-last-time): New vars.
10391 (profile-time-list, profile-init-list): Doc fix.
10392 (profile-functions): Simplify.
10393 (profile-print): Use float. Make output include space separators.
10394 (profile-add-time): New helper function.
10395 (profile-function-prolog): Renamed from profile-start-function.
10396 Handle profile-distinct.
10397 (profile-function-epilog): Renamed from profile-update-function.
10398 Handle profile-distinct.
10399 (profile-a-function): If the function to be profiled is an
10400 autoload form, load it. If it's lazy-loaded, fetch it.
10401 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
10402 (profile-restore-fun): Arg FUN is now a function symbol, as was
10403 documented, rather than a one-element list.
10404 (profile-finish): Call profile-restore-fun properly.
10405
10406 1998-10-21 Kenichi Handa <handa@etl.go.jp>
10407
10408 * international/characters.el: Setup charset property
10409 nospace-between-words.
10410
10411 * international/mule-cmds.el (get-charset-property): If CHARSET is
10412 composition, return nil.
10413 (put-charset-property): If CHARSET is composition, do nothing.
10414
10415 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
10416 * language/devan-util.el
10417 (in-is13194-devanagari-pre-write-conversion): Likewise.
10418 * language/thai-util.el (thai-pre-write-conversion): Likewise.
10419 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10420 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10421
10422 * textmodes/fill.el (sentence-end-without-period): New variable.
10423 (canonically-space-region): Pay attention to
10424 sentence-end-without-period.
10425 (fill-find-break-point): The first argument CHARSET deleted.
10426 Caller changed.
10427 (fill-region-as-paragraph): Pay attention to charset property
10428 nospace-between-words and text property nospace-between-words.
10429
10430 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10431
10432 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
10433 an unrecognized shell.
10434
10435 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10436
10437 * desktop.el (desktop-save): Include minor modes symbolically.
10438 (desktop-create-buffer): Turn on all minor modes in `mim'.
10439
10440 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10441
10442 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
10443 (sh-font-lock-keywords): Handle rpm and rpm2.
10444 (sh-ancestor-alist): Handle rpm.
10445
10446 * files.el (auto-mode-alist): Recognize .rpm files.
10447 Also .spec and .mspec files.
10448
10449 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10450
10451 * faces.el (frame-set-background-mode): Enable the function for
10452 MSDOS frames.
10453
10454 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10455
10456 * calendar/calendar.el (calendar-day-name-array): Add doc string.
10457 (calendar-month-name-array): Add doc string.
10458
10459 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10460
10461 * simple.el (kill-ring-max): Increased to 60.
10462
10463 1998-10-17 Kenichi Handa <handa@etl.go.jp>
10464
10465 * international/characters.el: Setup auto-fill-chars.
10466
10467 * international/kinsoku.el (kinsoku): Check the variable
10468 enable-kinsoku.
10469
10470 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
10471 Don't call kinsoku directly, intead call fill-find-break-point.
10472
10473 * textmodes/fill.el: Setup `fill-find-break-point-function'
10474 property to character sets which require `kinsoku' processing for
10475 filling.
10476 (fill-find-break-point): New function.
10477 (fill-region-as-paragraph): Don't check kinsoku-enable here.
10478 Don't call kinsoku directly, intead call fill-find-break-point.
10479
10480 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10481
10482 * faces.el (modify-face-read-string): Return (nil) for "none".
10483 (modify-face): Don't get error if (nil) is the argument.
10484 (face-try-color-list): Don't check whether nil is a valid color.
10485
10486 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10487
10488 * emacs-lisp/bytecomp.el (byte-recompile-directory):
10489 Print message about each directory, even in batch mode.
10490
10491 * gnus/nntp.el: Require `cl' before using nnoo-declare.
10492
10493 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
10494 (ps-mule-string-char): No need to use sref.
10495 (ps-mule-next-index): No need to use sref.
10496
10497 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
10498
10499 * files.el (revert-buffer-internal-hook): Add defvar.
10500
10501 * arc-mode.el (archive-mode): Locally set file-precious-flag.
10502
10503 * tar-mode.el (tar-mode): Locally set file-precious-flag.
10504
10505 1998-10-16 Markus Rost <rost@delysid.gnu.org>
10506
10507 * international/mule-cmds.el (default-input-method): Fix custom type.
10508
10509 * net-utils.el (whois-server-list): Fix customization type.
10510
10511 * shell.el (shell-input-autoexpand): Fix customization group.
10512
10513 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
10514
10515 * repeat.el (repeat): Handle keyboard macros properly.
10516 Handle new prefix arg after self-insert command.
10517
10518 * repeat.el: Don't include cl even at compile time.
10519 (repeat): Avoid using `loop'.
10520
10521 * simple.el (shell-command-on-region): Doc fix.
10522 (next-history-element): Special error message if no default.
10523
10524 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
10525
10526 * ps-print.el (ps-print-buffer): Doc fix.
10527 (ps-despool): Likewise.
10528
10529 * arc-mode.el (arc-mode): Provide arc-mode.
10530
10531 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10532
10533 * ps-print.el (ps-print-buffer): Doc fix.
10534
10535 1998-10-14 Dave Love <fx@gnu.org>
10536
10537 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
10538 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
10539 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
10540
10541 * progmodes/fortran.el (fortran-mode-map): Change "Join
10542 Continuation Line" to "Join Line".
10543 (fortran-font-lock-keywords-1): Add "cycle", "exit".
10544
10545 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10546
10547 * progmodes/fortran.el (fortran-join-line): Use
10548 `delete-indentation' instead of issuing an error message if not on
10549 a continuation line. Provide for joining several lines using
10550 prefix arg.
10551
10552 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
10553
10554 * term/pc-win.el (msdos-color-values): New variable.
10555 (x-color-values): New function, emulates its namesake from
10556 src/xfns.c.
10557 (msdos-bg-mode): Add all dark colors to those which return
10558 "dark".
10559
10560 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10561
10562 * replace.el (keep-lines, flush-lines, how-many):
10563 Don't ignore case if arg has upper case letters.
10564
10565 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
10566
10567 * progmodes/vhdl-mode.el
10568 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
10569 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
10570 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
10571 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
10572 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
10573 (vhdl-when): Fix indentation problem.
10574 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
10575 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
10576 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
10577
10578 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
10579
10580 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
10581 (ls-lisp-insert-directory): Renamed from insert-directory.
10582 (insert-directory): New function.
10583
10584 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
10585
10586 * simple.el (completion-fixup-function): Variable deleted.
10587 (completion-setup-function): Delete code for completion-fixup-function.
10588 * emacs-lisp/lisp.el (lisp-complete-symbol):
10589 Don't bind completion-fixup-function.
10590
10591 * files.el (find-file-wildcards): New option.
10592 (find-file-noselect): Handle wild cards, if enabled.
10593 (file-expand-wildcards): New function.
10594
10595 * simple.el (set-fill-column): Doc fix.
10596
10597 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10598
10599 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
10600
10601 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
10602
10603 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
10604 Move declaration before first use.
10605 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
10606 hif-math, hif-factor): Rename token to hif-token and token-list to
10607 hif-token-list.
10608 (hif-token, hif-token-list): Declare them.
10609 (hif-find-ifdef-block): Return cons of top and bottom point
10610 instead of setting dynamically bound variables.
10611 (hide-ifdef-block, show-ifdef-block): Use return value of
10612 hif-find-ifdef-block.
10613
10614 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10615
10616 * subr.el (read-passwd): Use clear-this-command-keys.
10617
10618 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
10619
10620 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
10621 and ...-for-write.
10622
10623 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
10624
10625 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
10626 responses to GROUP command, since this may be called from a timer
10627 with quit inhibited.
10628
10629 1998-10-12 Kenichi Handa <handa@etl.go.jp>
10630
10631 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
10632 set unconditional-jump to nil.
10633 (ccl-compile-read-multibyte-character): Return nil.
10634 (ccl-compile-write-multibyte-character): Likewise.
10635 (ccl-compile-translate-character): Likewise
10636 (ccl-compile-map-multiple): Likewise.
10637 (ccl-compile-map-single): Likewise.
10638
10639 * international/kinsoku.el: Add coding tag.
10640 (kinsoku-bol): Remove superfluous TAB in a string.
10641
10642 * international/mule-cmds.el (find-coding-systems-for-charsets):
10643 Delete `composition' (if any) from CHARSETS.
10644
10645 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10646
10647 * international/mule-cmds.el (setup-specified-language-environment):
10648 Add apropos-inhibit property.
10649 (describe-specified-language-support): Likewise.
10650
10651 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
10652
10653 * international/mule.el (make-coding-system): Create -with-esc
10654 variant coding system.
10655
10656 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
10657
10658 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
10659 (next-file): Optionally offer to revert a file's buffer,
10660 if it has an existing buffer but the file has changed.
10661
10662 * info.el (Info-insert-dir): Detect and report problems
10663 in input files, such as "No Top node". Return with point
10664 at the beginning of the text.
10665 (Info-find-node): Reinsert the code to handle files
10666 with no tags table; it was deleted by mistake.
10667
10668 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
10669
10670 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
10671 texinfo-find-higher-level-node repeatedly find the same node.
10672 (texinfo-find-higher-level-node): Doc fix.
10673
10674 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
10675
10676 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
10677 (smtpmail-address-buffer): Add defvar.
10678 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
10679
10680 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
10681
10682 * ffap.el (ffap-machine-p-local): Fix editing error.
10683
10684 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10685
10686 * faces.el (frame-set-background-mode):
10687 Don't do anythung for text-only or MSDOS frame.
10688
10689 1998-10-08 Kenichi Handa <handa@etl.go.jp>
10690
10691 * international/quail.el (quail-defrule): New optional arg APPEND.
10692 (quail-defrule-internal): Fix bug of handling the argument APPEND.
10693
10694 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10695
10696 * gnus/pop3.el (pop3-open-server):
10697 Set process-coding-system-alist around open-network-stream.
10698
10699 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10700
10701 * files.el (save-buffer): Doc fix.
10702
10703 1998-10-07 Karl Heuer <kwzh@gnu.org>
10704
10705 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
10706 return DEF unchanged, not nil. Simplify.
10707
10708 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
10709
10710 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
10711
10712 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
10713
10714 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
10715
10716 * net-utils.el (ftp, nslookup): Require comint.
10717 (network-service-connection): Likewise.
10718 (whois-server-name): Defaults to whois.arin.net
10719 (whois-server-list, whois-server-tld, whois-guess-server): New var.
10720 (whois): Tries to guess the appropriate top-level domain server.
10721 (whois-get-tld): New function.
10722
10723 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
10724 (dirtrack-debug-toggle): Added this function.
10725
10726 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10727
10728 * files.el (find-file-noselect): Switch to the correct buffer
10729 before checking find-file-literally, and allow non-nil non-t
10730 rawfile params.
10731
10732 1998-10-06 Karl Heuer <kwzh@gnu.org>
10733
10734 * midnight.el (clean-buffer-list): Add autoload cookie.
10735
10736 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
10737 no-autosave.
10738 * tar-mode.el (tar-mode-revert): Likewise.
10739 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
10740 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
10741 * gnus/message.el (message-auto-save-directory): Renamed from
10742 message-autosave-directory. All references changed.
10743
10744 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10745
10746 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
10747 string. Expose mime stuff while searching.
10748
10749 1998-10-06 Richard Stallman <rms@gnu.org>
10750
10751 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
10752
10753 * replace.el (perform-replace): Position point properly
10754 before and after the recursive edit of C-r.
10755
10756 * progmodes/etags.el (tags-reset-tags-tables): Properly
10757 find the markers in the old rings that are being discarded.
10758
10759 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10760
10761 * apropos.el (apropos-print): Control invalid characters.
10762
10763 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10764 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
10765 confusing customize.
10766
10767 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
10768
10769 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
10770 built-in commands. Add more built-in commands and fix face names.
10771
10772 1998-10-05 Simon Marshall <simon@gnu.org>
10773
10774 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
10775
10776 1998-10-04 Eric Ludlam <zappo@gnu.org>
10777
10778 * speedbar.el (speedbar-initial-expansion-list-name): Remove
10779 customization since it is not useful in this case.
10780 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
10781 sure it gets evalled to a number. Also verify that set-frame-name
10782 fn exists before calling it.
10783
10784 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10785 Protect a `forward-sexp' call which could fail, and improved regex
10786 for ie, and eg abbreviations.
10787
10788 1998-10-02 Noah Friedman <friedman@splode.com>
10789
10790 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
10791 send-string.
10792 (rlogin-send-Ctrl-D): Here also.
10793 (rlogin-send-Ctrl-Z): Here also.
10794 (rlogin-send-Ctrl-backslash): Here also.
10795
10796 1998-10-02 Dave Love <fx@gnu.org>
10797
10798 * outline.el (hide-region-body): Bind
10799 outline-view-change-hook to nil while making repeated calls to
10800 outline-flag-region. Run it once at the end.
10801 (hide-other, hide-sublevels, show-children): Likewise.
10802
10803 * info-look.el: Remove duplicate scheme-mode entry.
10804 (info-lookup-make-completions): When looking for entries, check
10805 that `item' isn't null or "Menu".
10806
10807 1998-10-01 Karl Heuer <kwzh@gnu.org>
10808
10809 * net-utils.el: Don't require ffap.
10810 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
10811 (ping, nslookup-host, finger, network-connection-to-service): Use them.
10812
10813 1998-09-30 Richard Stallman <rms@gnu.org>
10814
10815 * ispell.el (check-ispell-version): No need to bind default-major-mode.
10816
10817 * imenu.el (imenu--generic-function): Sort each submenu by position.
10818 (imenu--sort-by-position): New function.
10819
10820 * cus-edit.el (Custom-mode-menu): Fix info node name.
10821 (customize group): Fix info node name.
10822
10823 * mail/mailalias.el (build-mail-aliases): Don't allow
10824 a newline in the alias name. Don't define an alias
10825 if the definition would be empty.
10826
10827 * which-func.el (which-func-mode-global): Make :set function
10828 more reliable.
10829
10830 * custom.el (custom-set-variables): Load the requests first,
10831 then check the symbol's `set' function.
10832
10833 * ffap.el: Doc fixes.
10834
10835 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10836
10837 * gnus.el: (gnus-valid-select-methods): Fix type.
10838 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
10839 * gnus-score.el (gnus-orphan-score): Fix type.
10840 (gnus-score-default-header, gnus-score-default-type): Fix type.
10841 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
10842 (gnus-saved-headers): Fix type.
10843
10844 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
10845 Avoid nil value of `two-lines-citation-part'.
10846
10847 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
10848
10849 * which-func.el (which-function): Handle case when
10850 (car imenu--index-alist) is nil.
10851
10852 1998-09-29 Dave Love <fx@gnu.org>
10853
10854 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
10855 bzip2 args.
10856
10857 1998-09-29 Simon Marshall <simon@gnu.org>
10858
10859 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
10860 comint-exec-hook.
10861
10862 1998-09-29 Stephen Eglen <stephen@gnu.org>
10863
10864 * info-look.el: Add support for Octave.
10865
10866 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
10867
10868 * textmodes/reftex.el (reftex-finding-files): New customize group.
10869 (reftex-texpath-environment-variables,
10870 reftex-use-external-file-finders, reftex-external-file-finders,
10871 reftex-search-unrecursed-path-first): New options.
10872 (reftex-process-string, reftex-find-file-externally): New
10873 functions.
10874 (reftex-access-search-path): Execute shell commands to find the
10875 search path.
10876 (reftex-toggle-auto-view-crossref): When turning on, make sure
10877 `reftex-auto-view-crossref' becomes non-nil.
10878 (reftex-abbrev-regexp): Constant removed.
10879 (reftex-convert-string): Abbrev regexp calculated locally.
10880
10881 1998-09-28 Dave Love <fx@gnu.org>
10882
10883 * progmodes/fortran.el: Don't call regexp-opt when deriving
10884 font-lock patterns with keywords that aren't all literal.
10885
10886 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
10887
10888 * octave-inf.el (inferior-octave-prompt): Also match prompts of
10889 the form `octave.bin:1>' which come from using precopiled binary
10890 versions.
10891
10892 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10893
10894 * help.el (help-for-help): Use %THIS-KEY%.
10895 (help-quit): Add doc.
10896
10897 * help-macro.el (make-help-screen): Keep HELP-TEXT
10898 in a separate function definition, not in the help command FNAME.
10899 Replace %THIS-KEY% with the key sequence that ran FNAME.
10900
10901 1998-09-25 Richard Stallman <rms@gnu.org>
10902
10903 * textmodes/texinfo.el (texinfo-show-structure):
10904 Bind inhibit-read-only.
10905
10906 * isearch.el (isearch-search-and-update): Properly
10907 handle upper case letters in the reverse-search special case.
10908
10909 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10910
10911 * gnus.el: Extend the list of autoloaded functions.
10912
10913 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
10914 buffer before creating help group. (from Gnus v5.6.43, fix by
10915 1998-08-20 Per Starback <starback@update.uu.se>)
10916
10917 * gnus-util.el (gnus-output-to-rmail): Adjust to
10918 `rmail-output-to-rmail-file'.
10919
10920 1998-09-25 Karl Heuer <kwzh@gnu.org>
10921
10922 * hexl.el (hexl-mode-map): More of previous change.
10923
10924 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10925 (tex-start-tex): Don't use tex-start-options-string in star case.
10926 Quote file name in star case as well as in non-star.
10927 Add blank and quoting of option string here.
10928 (tex-start-options-string): Not here.
10929
10930 1998-09-23 Karl Heuer <kwzh@gnu.org>
10931
10932 * term.el (term-delimiter-argument-list): Doc fix.
10933 (term-emulate-terminal): Escape literal semicolon.
10934 * progmodes/asm-mode.el (asm-mode): Doc fix.
10935 (asm-comment-char): Escape literal semicolon.
10936 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
10937
10938 1998-09-23 Richard Stallman <rms@gnu.org>
10939
10940 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
10941 only those that normally modify the buffer.
10942
10943 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
10944 over again.
10945
10946 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
10947
10948 * ispell.el (check-ispell-version): Ensure same buffer is current
10949 when let-binding of case-fold-search ends.
10950
10951 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10952
10953 * ps-print.el: Skip invisible overlay.
10954 Test for set-buffer-multibyte rather than using mule-version.
10955 (ps-print-version): New version number (4.1) and doc fix.
10956 (ps-generate-postscript-with-faces): Skip invisible overlay.
10957
10958 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
10959
10960 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
10961
10962 1998-09-22 Kenichi Handa <handa@etl.go.jp>
10963
10964 * international/quail.el (quail-update-guidance): Check for the
10965 return value of (quail-guidance) fixed.
10966 (quail-update-translation): Bind quail-current-str locally when it
10967 calls quail-update-guidance.
10968 (quail-update-translation): If input-method-exit-on-first-char is
10969 non-nil, terminate translation only when the current input method
10970 is simple.
10971
10972 1998-09-22 Paul Eggert <eggert@twinsun.com>
10973
10974 * startup.el (locale-translation-file-name): Prefer X-related names
10975 to the name used by GNU/Linux sans X. Set to nil if no file found.
10976 (command-line): Use locale-translation-file-name if it is not nil,
10977 instead of testing for its existence again.
10978 regexp-quote the ctype before using it in a regexp.
10979 Allow a colon to appear after the ctype in the aliases file,
10980 as is done in X11R6.4.
10981
10982 1998-09-21 Richard Stallman <rms@gnu.org>
10983
10984 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
10985
10986 * calendar/appt.el (appt-interval): Variable deleted.
10987 (appt-check): For minutes in between appt-display-interval times,
10988 do check, but don't display anything except an updated mode line.
10989 Count against appt-display-interval based on minutes since
10990 first display of this appointment, not based on time of day.
10991 If appt-display-mode-line, force mode line redisplay
10992 whenever appt-mode-string has changed.
10993 (appt-add, appt-delete): Add autoload cookies.
10994 (appt-check): Catch errors from calling `diary'.
10995 (appt-max-time): Renamed from max-time.
10996 (appt-now-displayed, appt-display-count): New variables.
10997 (appt-timer): Don't create one if we already have one.
10998
10999 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11000 More general code to use the source buffer instead of the zap file.
11001
11002 * hilit-chg.el (highlight-compare-with-file): Renamed from
11003 compare-with-file.
11004
11005 * loadhist.el (load-history-loaded): New variable.
11006 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11007
11008 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11009
11010 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11011 Fix error messages.
11012
11013 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
11014
11015 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11016 Emacs frame.
11017
11018 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11019
11020 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11021 `undecided' and `undecided-unix'.
11022
11023 1998-09-21 Dave Love <fx@gnu.org>
11024
11025 * help.el (help-make-xrefs): Fix typo affecting Info references.
11026
11027 * subr.el (remove-hook): Check list values to avoid errors.
11028
11029 1998-09-18 Noah Friedman <friedman@splode.com>
11030
11031 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11032 store string in eldoc-last-message without consing a new string.
11033 Rearrange logic from nested if's into cond's.
11034 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11035 Do not print message; just return string.
11036 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11037 Do not print message; just return string.
11038 Cache that string in eldoc-last-data.
11039 (eldoc-last-data): Make into a vector.
11040 (eldoc-get-fnsym-args-string): Use new data form of structure.
11041 (eldoc-get-var-docstring): Here also.
11042 (eldoc-last-data-store): New function.
11043 (eldoc-get-fnsym-args-string): Use it.
11044 (eldoc-get-var-docstring): Here also.
11045 (eldoc-docstring-first-line): Minimize interim string consing.
11046 Call substitute-command-keys on the result.
11047 (eldoc-print-var-docstrings, eldoc-print-docstring,
11048 eldoc-docstring-message): Functions removed.
11049 (eldoc-docstring-format-sym-doc): New function, functionality
11050 ripped out of eldoc-docstring-message.
11051 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11052
11053 1998-09-18 Kenichi Handa <handa@etl.go.jp>
11054
11055 * international/mule.el (make-coding-system): Doc-string modified.
11056
11057 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
11058
11059 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11060
11061 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11062 customize type.
11063
11064 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11065 type.
11066
11067 * progmodes/compile.el (compilation-error-screen-columns): New
11068 variable.
11069 (compilation-next-error-locus): Use it to decide whether to use
11070 forward-char or move-to-column.
11071
11072 * mail/rmail.el (rmail-movemail-program): Fix customize type.
11073
11074 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11075 feedmail-fiddle-plex-user-list,
11076 feedmail-spray-address-fiddle-plex-list,
11077 feedmail-prompt-before-queue-user-alist,
11078 feedmail-prompt-before-queue-help-supplement,
11079 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11080 feedmail-queue-alternative-mail-header-separator): Fix customize
11081 type.
11082
11083 * startup.el (site-run-file): Fix customize type.
11084
11085 * speedbar.el (speedbar-initial-expansion-list-name): Fix
11086 customize type.
11087
11088 * shell.el (shell-input-autoexpand): Fix customize type.
11089
11090 * ps-print.el (ps-font-info-database): Add missing dots in value.
11091 Improve layout of customize type.
11092
11093 * net-utils.el (traceroute-program-options, ping-program-options,
11094 ipconfig-program-options, netstat-program-options,
11095 arp-program-options, route-program-options,
11096 nslookup-program-options, ftp-program-options): Fix customize
11097 type.
11098
11099 * midnight.el (clean-buffer-list-kill-regexps,
11100 clean-buffer-list-kill-buffer-names,
11101 clean-buffer-list-kill-never-buffer-names,
11102 clean-buffer-list-kill-never-regexps): Fix customize type.
11103
11104 * man.el (Man-init-defvars): Avoid trailing nil on
11105 Man-filter-list.
11106
11107 * lpr.el (printer-name): Fix customize type.
11108
11109 1998-09-16 Kenichi Handa <handa@etl.go.jp>
11110
11111 * international/mule-cmds.el (reset-language-environment): Call
11112 update-coding-systems-internal.
11113
11114 * international/mule-conf.el: Call update-coding-systems-internal
11115 at the tail.
11116
11117 1998-09-14 Dave Love <fx@gnu.org>
11118
11119 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
11120 use the menu-enable properties, pending doing it correctly and
11121 acceptably fast.
11122
11123 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11124
11125 1998-09-13 Dave Love <d.love@dl.ac.uk>
11126
11127 * progmodes/hideshow.el (hs-grok-mode-type): Check
11128 comment-{start,end} non-nil as well as bound. Report an error if
11129 we can't grok the mode.
11130
11131 1998-09-13 Richard Stallman <rms@gnu.org>
11132
11133 * simple.el (blink-matching-open): Don't log paren matching
11134 messages in *Messages*.
11135
11136 1998-09-12 Richard Stallman <rms@gnu.org>
11137
11138 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11139 Set point-before-scroll at end even if there was an error.
11140
11141 * ange-ftp.el (ange-ftp-insert-file-contents):
11142 Use binary mode for dumb-unix hosts as for unix hosts.
11143 (ange-ftp-copy-file-internal): Likewise.
11144
11145 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11146
11147 * emacs-lisp/pp.el: Doc fixes.
11148
11149 * wid-edit.el (widget-menu-max-shortcuts): New variable.
11150 (widget-choose): Don't use single-char shortcuts if # items
11151 exceeds that many. Use minibuffer instead.
11152
11153 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11154
11155 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11156
11157 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
11158
11159 * speedbar.el (speedbar-frame-mode): Do not set frame position if
11160 in terminal mode.
11161
11162 1998-09-10 Noah Friedman <friedman@splode.com>
11163
11164 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11165 defcustom declaration. It's wreaking too much havoc with XEmacs
11166 and older versions of Emacs, which share this code.
11167
11168 * type-break.el (type-break-mode): Here also.
11169
11170 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11171 `t' to add-hook also to modify the new local value.
11172
11173 1998-09-10 Dave Love <fx@gnu.org>
11174
11175 * vc.el (vc-insert-headers): Doc fix.
11176
11177 1998-09-10 Richard Stallman <rms@gnu.org>
11178
11179 * textmodes/flyspell.el (flyspell-mode-on): Make the
11180 ispell-... variables permanent locals.
11181 (flyspell-mode-off): Add autoload cookie.
11182
11183 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11184 do use binary mode, just as for `unix'.
11185 (ange-ftp-host-type): If HOST is nil, return `unix'.
11186
11187 * dired.el (dired-mark-files-containing-regexp):
11188 Don't scan directories. Ignore non-readable files.
11189
11190 * progmodes/compile.el (compilation-error-regexp-alist):
11191 Fix previous change: allow . and _ in command name.
11192
11193 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11194
11195 * uncompress.el (uncompress-while-visiting):
11196 Use just the car of what find-operation-coding-system returns.
11197
11198 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11199
11200 * shell.el (shell-file-name-quote-list): Add # to the value.
11201
11202 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
11203
11204 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11205 to make killing of ispell process work even if
11206 kill-all-local-variables has been run.
11207
11208 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11209
11210 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11211 loop when sexp entry ends at end of file with no newline.
11212
11213 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11214
11215 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11216 (Custom-reset-standard): Fix menu inconsistency.
11217
11218 * mail/feedmail.el (feedmail-from-line): Allow t.
11219 (feedmail-message-id-suffix): Allow nil.
11220
11221 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11222 Simplify. Make prefix arg work right.
11223
11224 1998-09-09 Dave Love <fx@gnu.org>
11225
11226 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11227
11228 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11229
11230 1998-09-08 Dave Love <fx@gnu.org>
11231
11232 * add-log.el (change-log-font-lock-keywords): Do parenthesized
11233 stuff only after file names or at start of line. Allow parens
11234 around e-mail, as well as angles.
11235
11236 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11237 ignore-errors too, eval'd when compile. Require w3 stuff at load
11238 time for nicer failure if it's not available.
11239
11240 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
11241
11242 * comint.el (comint-arguments): Ignore backslashes when using
11243 w32 shells that expect backslashes as the directory separator.
11244
11245 1998-09-04 Kenichi Handa <handa@etl.go.jp>
11246
11247 * international/fontset.el (resolved-ascii-font): New variable.
11248 (x-complement-fontset-spec): By side effect, set
11249 `resolved-ascii-font' to the resolved name of ASCII font."
11250 (create-fontset-from-fontset-spec): Don't get a value for
11251 resolved-ascii-font from the list full-fontlist. It is set by
11252 x-complement-fontset-spec now.
11253
11254 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11255 version, check the value of mule-version.
11256
11257 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
11258
11259 * textmodes/reftex.el (reftex-view-crossref): Split up into
11260 several functions. No longer moves to find a macro.
11261 (reftex-view-cr-cite, reftex-view-cr-ref,
11262 reftex-end-of-bib-entry): New functions.
11263 (reftex-auto-view-crossref): New value `window' allowed.
11264 (reftex-view-crossref-when-idle): Process new `window' option in
11265 (reftex-translate-to-ascii-function): New default.
11266 (reftex-label-illegal-re): Default changed, removed Latin1.
11267 (reftex-latin1-to-ascii): New function.
11268 (reftex-what-environment): Check for section regexp before use.
11269 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11270 absolute path names.
11271 (reftex-TeX-master-file): Changed sequence of file checks.
11272 (reftex-do-citation): bibview cache only with RefTeX mode on.
11273
11274 1998-09-06 Richard Stallman <rms@gnu.org>
11275
11276 * progmodes/compile.el (compilation-error-regexp-alist):
11277 In first pattern (GNU utilities and other things),
11278 allow a space after the optional program name at the beginning.
11279
11280 * mail/mail-hist.el (mail-hist-current-header-contents):
11281 Fix previous change: use mail-header-end.
11282
11283 1998-09-06 Bill Richter <richter@math.nwu.edu>
11284
11285 * international/ccl.el: Doc fixes.
11286 * international/encoded-kb.el: Doc fixes.
11287 * international/fontset.el: Doc fixes.
11288 * international/kinsoku.el: Doc fixes.
11289 * international/kkc.el: Doc fixes.
11290 * international/mule-cmds.el: Doc fixes.
11291 * international/mule-conf.el: Doc fixes.
11292 * international/mule-util.el: Doc fixes.
11293 * international/mule.el: Doc fixes.
11294
11295 1998-09-05 Eric Ludlam <zappo@gnu.org>
11296
11297 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11298 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11299 (checkdoc-this-string-valid-engine): Permit ? as terminating
11300 punctuation for first line sentence breaking.
11301 (checkdoc-this-string-valid): When converting a comment into a doc
11302 string, make sure " chars are \".
11303 (checkdoc-sentencespace-region-engine): Only do double space check
11304 if based on the variable `sentence-end-double-space'
11305 (checkdoc-this-string-valid-engine): ? ends valid sentence.
11306 (checkdoc-proper-noun-region-engine): Exclude items in URLs
11307
11308 1998-09-04 Richard Stallman <rms@gnu.org>
11309
11310 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11311 Recognize define-skeleton as a function definer.
11312
11313 * cus-edit.el (customize-option): Refuse to customize
11314 a variable that has no defcustom. But if variable is autoloaded,
11315 first try to load the library that defines it.
11316
11317 * international/iso-insert.el: Use `string' before calling `insert'
11318 so that in multibyte buffers we insert multibyte chars.
11319
11320 * dired.el (dired-mark-files-containing-regexp):
11321 Don't use find-file; instead, insert the file in a temp buffer.
11322
11323 * textmodes/tex-mode.el (tex-start-options-string): New option.
11324 (tex-start-tex): Use that variable.
11325
11326 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11327 value in the `repeat' alternative a list.
11328
11329 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
11330 the inserted newline, verify that one was really inserted.
11331
11332 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
11333 remains on or remains off.
11334 (flyspell-multi-language-p): Default changed to nil.
11335
11336 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
11337 In "found in comment" case, don't beginning-of-line after forward-line.
11338
11339 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11340 If the function definition is not a lambda, return original FORM
11341 with no error.
11342
11343 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
11344
11345 * net-utils.el (netstat-program-options): Changed from nil to "-a"
11346 so that by default netstat shows all network connections.
11347
11348 1998-09-04 Bob Weiner <weiner@altrasoft.com>
11349
11350 * international/quail.el: Doc fixes.
11351
11352 * info.el (info): Don't add parens if FILE already has them.
11353
11354 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
11355
11356 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
11357 on extension lines.
11358
11359 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
11360
11361 * w32-fns.el (w32-shell-dos-semantics): New function.
11362
11363 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
11364
11365 * international/quail.el (quail-choose-completion-string): Store
11366 completion `choice' in `quail-current-str'; don't insert it.
11367
11368 1998-09-02 Kenichi Handa <handa@etl.go.jp>
11369
11370 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
11371 argument to ps-mule-generate-bitmap-font.
11372
11373 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
11374 entry and change Latin-1 entry in the default value.
11375 (ps-mule-font-info-database-ps-bdf): New variable.
11376 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
11377 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
11378 registerd in FONT-SPEC.
11379 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
11380 charcter width of bitmap fonts.
11381 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
11382 procedure NF.
11383 (ps-begin-file): Output PostScript code for setting
11384 SpaceWidthRatio.
11385 (ps-plot-region): Use line-beginning-position to get a position of
11386 the beginning of the current line.
11387
11388 * international/mule-cmds.el (register-input-method): Doc-string
11389 modified.
11390
11391 1998-09-01 Dave Love <fx@gnu.org>
11392
11393 * international/mule-cmds.el (current-language-environment): Fix
11394 setter function.
11395
11396 1998-09-01 Simon Marshall <simon@gnu.org>
11397
11398 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
11399 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
11400 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
11401 names with font-lock-type-face. Fontify type specs, etc., with
11402 font-lock-keyword-face.
11403
11404 1998-08-31 Kenichi Handa <handa@etl.go.jp>
11405
11406 * international/fontset.el (x-complement-fontset-spec): If ASCII
11407 font is specified in FONTLIST, don't substitute it for the
11408 resolved name.
11409
11410 1998-08-31 Paul Eggert <eggert@twinsun.com>
11411
11412 * international/mule.el (charset-description): Doc fix.
11413
11414 * language/chinese.el, language/cyrillic.el, language/czech.el,
11415 language/devanagari.el, language/ethiopic.el,
11416 language/european.el, language/hebrew.el, language/indian.el,
11417 language/japanese.el, language/korean.el, language/lao.el,
11418 language/slovak.el, language/thai.el, language/tibetan.el,
11419 language/vietnamese.el:
11420 Add coding: local variable, to avoid bootstrapping problem
11421 if you need to recompile all the Lisp files using interpreted code.
11422
11423 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11424
11425 * cal-china.el (chinese-year-cache): Change range of years from
11426 1989-2000 to 1990-2010.
11427
11428 1998-08-29 Dave Love <d.love@dl.ac.uk>
11429
11430 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
11431 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
11432
11433 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11434
11435 * ps-print.el (ps-print-control-characters): Doc-string modified.
11436 (ps-output-string-prim): Comment format changed.
11437 (ps-do-despool): Indentation of source code changed.
11438
11439 1998-08-28 Kenichi Handa <handa@etl.go.jp>
11440
11441 * subr.el (sref): Make it an alias of aref. Make the
11442 byte-compiler warn that it is obsolete.
11443 (char-bytes): Make the byte-compiler warn that it is obsolete.
11444
11445 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
11446 Calculate the total bytes using position-bytes instead of
11447 char-bytes.
11448
11449 1998-08-27 Karl Heuer <kwzh@gnu.org>
11450
11451 * snmp-mode.el: New file.
11452 * files.el (auto-mode-alist): Add snmp-mode patterns.
11453
11454 1998-08-27 Karl Eichwalder <ke@suse.de>
11455
11456 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
11457
11458 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11459
11460 * calendar/diary-lib.el (diary-block): Doc fix..
11461 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
11462
11463 1998-08-27 Richard Stallman <rms@gnu.org>
11464
11465 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
11466 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
11467 Clear appt-mode-string if we don't put something in it.
11468
11469 1998-08-27 Dave Love <fx@gnu.org>
11470
11471 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
11472 dired-local-variables-file for dired-x.
11473
11474 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
11475 for compressed library files too.
11476
11477 1998-08-26 Kenichi Handa <handa@etl.go.jp>
11478
11479 * language/european.el ("Latin-1"): Modify `documentation' key value.
11480 ("Latin-2"): Likewise.
11481
11482 1998-08-26 Karl Heuer <kwzh@gnu.org>
11483
11484 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
11485
11486 1998-08-26 Albert L. Ting <alt@artisan.com>
11487
11488 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
11489 (mail-hist-current-header-contents): Use mail-text-start.
11490
11491 1998-08-26 Richard Stallman <rms@gnu.org>
11492
11493 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
11494 (customize-changed-options-previous-release): New variable.
11495 (customize-changed-options): Use that variable as default arg.
11496
11497 1998-08-26 Karl Eichwalder <ke@suse.de>
11498
11499 * midnight.el: Require `timer' not only when compiling.
11500
11501 1998-08-26 Per Starback <starback@update.uu.se>
11502
11503 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11504 buffer before creating help group.
11505
11506 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11507
11508 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
11509 coding-system-for-write before saving.
11510
11511 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
11512
11513 * isearch.el (isearch-forward): Doc fix.
11514
11515 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
11516
11517 * emacs-lisp/find-func.el: Fix :version tags to have a string
11518 value, not a float.
11519
11520 * cus-dep.el: Fix typo in output.
11521
11522 1998-08-25 Dave Love <fx@gnu.org>
11523
11524 * repeat.el (repeat): Doc fix.
11525 [From rms:]
11526 (repeat-previous-repeated-command): New variable.
11527 (repeat): Check for real-last-command being null or repeat. Set
11528 repeat-previous-repeated-command.
11529
11530 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
11531
11532 1998-08-25 Kenichi Handa <handa@etl.go.jp>
11533
11534 * gnus/message.el (message-send-mail-with-sendmail): Bind
11535 coding-system-for-write by the return value of
11536 select-message-coding-system.
11537 (message-send-mail-with-qmail): Likewise.
11538
11539 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
11540
11541 * emacs-lisp/autoload.el: Fix doc-string-elt property on
11542 define-derived-mode.
11543
11544 * files.el (file-name-invalid-regexp):
11545 Fix regex for ms-dos without long file names.
11546
11547 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11548
11549 * ps-print.el: Multi-byte buffer handling.
11550 (ps-print-version): New version number (4.0) and doc fix.
11551 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
11552 compilation for GNU Emacs and emacsens.
11553 (ps-generate-postscript-with-faces): Force invisible text to be
11554 visible.
11555 (dos-ps-printer): New var to avoid compilation gripes.
11556
11557 1998-08-24 Kenichi Handa <handa@etl.go.jp>
11558
11559 * ps-print.el (ps-mule-plot-string): Pay attention to the case
11560 that no more characters can't be printed in the current line.
11561
11562 1998-08-24 Kenichi Handa <handa@etl.go.jp>
11563
11564 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
11565 greater than TO.
11566
11567 1998-08-24 Kenichi Handa <handa@etl.go.jp>
11568
11569 * ps-print.el: Add codes to make ps-print.el work also on Emacs
11570 20.2 and the earlier version.
11571 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
11572 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
11573 (ps-mule-find-wrappoint): Likewise.
11574 (ps-mule-generate-font): Change `X' to `x' in format
11575 control-string.
11576 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
11577 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
11578 `restore' form procedures `BC' and `EC'.
11579
11580 1998-08-24 Kenichi Handa <handa@etl.go.jp>
11581
11582 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
11583 is an executable procedure. Make LineThickness, Xshadow, and
11584 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
11585 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
11586 ps-mule-font-info-database-bdf): New vars.
11587 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
11588 (ccl-encode-ethio-unicode): New CCL program.
11589 (ps-mule-encode-ethiopic): New fun.
11590 (ps-mule-current-charset): New var.
11591 (ps-mule-get-font-spec, ps-mule-font-spec-src,
11592 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
11593 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
11594 (ps-mule-external-libraries): New var.
11595 (ps-mule-init-external-library): New fun.
11596 (ps-mule-font-cache): New var.
11597 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
11598 (ps-last-font): New var.
11599 (ps-mule-prepare-font): New fun.
11600 (ps-mule-charset-list): New var.
11601 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
11602 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
11603 ps-mule-plot-string): New funs.
11604 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
11605 New vars.
11606 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
11607 ps-mule-prepare-cmpchar-font): New funs.
11608 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
11609 vars.
11610 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
11611 ps-mule-generate-bitmap-glyph): New funs.
11612 (ps-mule-initialize, ps-mule-begin): New funs.
11613 (ps-output-string-prim): Insert string as unibyte.
11614 (ps-output-prologue): New fun.
11615 (ps-flush-output): Handle the case of 'prologue.
11616 (ps-begin-file): Call ps-mule-initialize.
11617 (ps-begin-job): Set ps-control-or-escape-regexp differently if
11618 printing multibyte characters.
11619 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
11620 (ps-basic-plot-string): Handle the case of printing ASCII
11621 characters by external libraries (e.g. BDF).
11622 (ps-set-font): Set ps-last-font.
11623 (ps-plot-region): Handle multibyte characters, use
11624 ps-mule-plot-string for them.
11625 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
11626
11627 * bdf.el: New file.
11628
11629 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
11630
11631 * international/mule-cmds.el (select-message-coding-system): New
11632 function.
11633 (set-language-environment-coding-systems): Set
11634 default-sendmail-coding-system.
11635
11636 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
11637 (default-sendmail-coding-system): New variable.
11638 (sendmail-send-it): Encode the message by a coding system
11639 select-message-coding-system returns.
11640
11641 1998-08-23 Eric Ludlam <zappo@gnu.org>
11642
11643 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
11644 (speedbar-mode): Set buffer to read only.
11645 (speedbar-temp-buffer-show-function): For emacs don't call hook
11646 with arguments.
11647 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
11648
11649 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
11650
11651 * speedbar.el (speedbar-key-map): Fix typo.
11652
11653 See ChangeLog.7 for earlier changes.